@charset "UTF-8";
/* CSS Document */

html, body {
  width: auto !important;
  overflow-x: hidden !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
		
	  /* Location of the image */
  background-image:url(../images/Home-foto-APP.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */

  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

.container{
	padding: 0px !important;
	margin: 0px auto !important;
	text-align:center;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -120px;
}

/* Set the fixed height of the footer here */
#push {
	height: 120px;
}


/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(../images/FotoLily-Home-APP-small.jpg) !important;
  }
	#wrap {
	  min-height: 100%;
	  height: auto !important;
	  height: 100%;
	  /* Negative indent footer by it's height */
	  margin: 0 auto -130px;
  }

/* Set the fixed height of the footer here */
	#push {
		height: 130px;
	}
}

.header-top{
	height:125px;
	background-color:#ffffff;
	width:100%;
	margin:0;
	padding:0;
}
.space{
	min-height:100px;
}

.languages {
	position:absolute;
	top: 0 !important;
	margin-top: -2px;
	right:0;
	z-index: 999;
}

.logo {
	float: left;
	position:relative;
	z-index: 100;
	width: 300px !important;
	height: auto;
	margin-top:20px;
}

.logo img a{
	border:none;
}

@media only screen and (max-width: 768px) {
	.logo {
	float: left;
	position:relative;
	z-index: 100;
	width: 200px !important;
	height: auto;
	margin-top:20px;
}
}

@media only screen and (max-width: 1024px) {
	.logo {
	float: left;
	position:relative;
	z-index: 100;
	width: 250px !important;
	height: auto;
	margin-top:20px;
}
}

@media only screen and (min-width: 1025px) {
	.logo {
	float: left;
	position:relative;
	z-index: 100;
	width: 300px !important;
	height: auto;
	margin-top:20px;
}
}


/* ==========================================================================
   Global styles
   ========================================================================== */

h1 {
  font-size: 62px;
  color: #705095;
  font-family: 'Pinyon Script', cursive;
}


h2 {
  font-size: 42px;
  font-weight: 400;
  color: #705095;
  font-family: 'Libre Baskerville', serif;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3d7da3;
  font-family: 'Lato', sans-serif;
}

p {
  color: #7e7e7e;
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
}


/*-------------------Margins----------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}



/*-------------------Buttons----------------*/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
	margin-right: 20px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-lg {
    border-radius: 4px;
    font-size: 18px;
	font-weight:bold;
    line-height: 1.33;
    padding: 14px 22px;
	width:70%;
	margin-top: 30px;
}

.btn-primary {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btn-third {
    background-color: #FDBB0D;
    border-color: #F98301;
    color: #FA6102;
	text-align:center;
}

.btn-third:hover {
    background-color: #F98301;
    border-color: #F98301;
    color: #FFFFFF;
	text-decoration:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #ffffff;
    border-color: #FFFFFF;
    color: #545454;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-secondary {
    background-color: transparent;
    border-color: #4eacdd;
    color: #4eacdd;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    background-color: #4eacdd;
    border-color: #4eacdd;
    color: #ffffff;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.english{
	text-align:center;
	text-decoration: none;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	font-weight:400;
	color: #999999;
	background: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	white-space: nowrap;
	border:1px solid #999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.english:hover {
	background: #705095;
	color:#ffffff;
	text-decoration: none;
}

.spanish{
	text-align:center;
	text-decoration: none;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	font-weight:400;
	color: #999999;
	background: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	white-space: nowrap;
	border:1px solid #999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.spanish:hover {
	background: #705095;
	color:#ffffff;
	text-decoration: none;
}

/*-------------------Colors----------------*/
.dark-gray {
  color: #545454;
}

.light-gray {
  color: #f4f4f4;
}

.white {
  color: #ffffff;
}

/* ==========================================================================
   MENU LILY
   ========================================================================== */

/* ***********NAVBAR************ */

.navbar{ 
    background-color: #FFFFFF;
	margin-top:-95px !important;
	float:right;
}
/* navbar */
.navbar-default {
    background-color: transparent;
	border:none;
	height:70px !important;
	z-index:99 !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #f2f2f2;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #f2f2f2;
}
/* link */
.nav .navbar-nav > ul > li{
	float:left !important;
	margin-left:10px;
}
.navbar-default .navbar-nav > li > a {
    color: #9e005d !important;
	background-color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #d1397c !important;
    background-color: #f2f2f2 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #9e005d;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #d1397c;
}
/* caret */

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

/*.navbar-default .navbar-nav .open .dropdown-menu {
		border:none;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#CCCCCC solid thin;
		color: #d1397c;
		line-height: 2em;
		background-color: #E7E7E7;
    }*/

.navbar-default .navbar-nav .open .dropdown-menu {
		border:none;
    }
	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#CCCCCC solid thin;
		color: #9e005d;
		line-height: 2em;
		background-color: #E7E7E7;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #d1397c;
}
	
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
		color: #ffffff !important;
		background-color:#d1397c !important;
    }
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #9e005d;
	background-color: #9e005d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #d1397c;
	border-color: #d1397c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu  {
    color: #d1397c !important;
    line-height: 2em !important;
    background-color: #ffffff !important;
    }
.dropdown-menu li {
    border-bottom:#CCCCCC solid thin !important;
    background-color: #E7E7E7 !important;
    }
.dropdown-menu li a {
    color: #9e005d !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.navbar{ 
    background-color: transparent;
	margin-top:-95px !important;
	float:right;
	margin-right:100px;
}

}

/* Medium Devices, Desktops */
@media (max-width: 991px) {
	.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  
  .navbar{ 
    background-color:transparent;
	margin-top:-70px !important;
}
	
  
  .navbar-nav {
      float: none!important;
	  margin-left:0px;
	  width:100%;
      overflow-y: scroll!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	
}
    

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
 }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.navbar{ 
    background-color:transparent;
	margin-top:-70px !important;
}
	.navbar-nav {
   		margin-left:0px;
		width:100%;
	}
	.navbar-default {
		padding: 0 20px;
		text-align:left;
		height:auto !important;
		width:100%;
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #026839;
		background-color: #E7E7E7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #026839;
		background-color: #CCC;
    }
	
	.languages {
	margin-right: 25px !important;
	top: 0 !important;
	margin-top: -2px !important;
	float: right;
	}
	
	.english{
	  font-size: 0.6em;
	  font-weight:500;
	  }
	.spanish{
	  font-size: 0.6em;
	  font-weight:500;
	  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}


/* ==========================================================================
   Main styles
   ========================================================================== */

header {
	background-color:#FFFFFF;
  	height: 125px;
	margin-bottom:0 !important;
	float:left;
	width:100%;
}

.container {
  height: auto;
  margin: 0 auto;
  position: relative;
}

.clearfix:after {
content: "";
display: table;
clear: both;
}

#content {
   min-height: 700px;
   padding-top:50px;
   margin:0 auto;
   padding-bottom:0px !important;
   margin-bottom:0px !important;
}


.lista {
	text-align:left;
}

.lista ul li{
	font-size: 16px;
	color:#333333;
	line-height: 26px;
	margin-bottom: 15px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #A6A4A4;
    margin: 1em 0;
    padding: 0;
}

/**
 * Beveled corners & negative border-radius with CSS gradients
 */

#frase {
	position:relative;
	top: 400px;
	padding: 25px;
	margin: 0 auto !important;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	opacity:0.7;
	border-radius: 25px;
	width: 70%;
	height: auto;
	}
  
#frase i {
	font-size: 26px;
	color: #705095;
}

.fraseT {
  font-size: 26px;
  font-weight: 400;
  color: #705095;
  opacity: 1 !important;
  font-family: 'Libre Baskerville', serif;
  text-indent: 20px;
}

.alpha60 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}


/* ==========================================================================
   FORM
   ========================================================================== */



/* ==========================================================================
   Mobile styles
   ========================================================================== */   
/* Landscape phones and down */
@media (max-width: 320px) {
	.logo {
	  width: 190px !important;
	  height:auto;
	  margin: 22px 0 0 0px !important;
	}
	


 }

@media (max-width: 480px) { 
	
	header {
		height: 110px;
	}
	.header-top{
		height:110px;
	}
	
	.languages {
		right:7px;
	}
	
	.logo {
	  width: 240px !important;
	  height:auto;
	  margin: 22px 0 0 5px !important;
	}
	
	#contacto{
		width:100% !important;
	}
	
	.forma {
		width:100%;
		margin-left:-15px !important;
	}

	.btn-lg {
		width:90%;
		margin-top: 30px;
	}
	#frase {
	  position:relative;
	  top: 280px;
	  padding: 15px;
	  width: 80%;
	  height: auto;
	  opacity:0.8;
	  }
	  
	#frase i {
		font-size: 18px;
		color: #705095;
	}
	
	.fraseT {
	  font-size: 18px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

	header {
		height: 120px;
	}
	
	.header-top{
		height:120px;
	}
	
	.languages {
		right:20px;
	}
	
	.logo {
		width: 260px !important;
		height: auto;
		margin-top:25px;
	}

	#contacto{
		width:100% !important;
	}
	
	.forma {
		width:100%;
		margin-left:-15px !important;
	}
	#frase {
	  position:relative;
	  top: 200px !important;
	  padding: 15px;
	  width: 70%;
	  height: auto;
	  opacity:0.7;
	  }
	.fraseT {
	  font-size: 18px;
	  font-weight: 400;
	  color: #705095;
	  opacity: 1 !important;
	  font-family: 'Libre Baskerville', serif;
	  text-indent: 15px;
	}
	
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}



/* Desktops and laptops */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens */
@media (min-width: 1200px) and (max-width: 3000px) {

}   

/* -------------------------------------------------- */
/* jquery totop */
/* -------------------------------------------------- */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
    color: #ffffff;
	padding: 15px 0 15px 0;
	width:100%;
	margin:0;
	height:auto !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aa3b7+0,705095+50,d1397c+100 */
	background: #705095; /* Old browsers */
	background: -moz-linear-gradient(left,  #1aa3b7 0%, #705095 50%, #d1397c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1aa3b7 0%,#705095 50%,#d1397c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1aa3b7 0%,#705095 50%,#d1397c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa3b7', endColorstr='#d1397c',GradientType=1 ); /* IE6-9 */
}

.footerLily {
	width:100%;
	height:auto;
	min-height: 130px;
}

footer h3 {
    font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}

footer a {
    color: #ffffff;
}

footer a:visited {
    color: #ffffff;
}

footer a:hover {
    color:#01d4fa;
}
.social {
	padding-top: 5px;
	float:left;
}
.social i{
	font-size:24px;
	line-height:20px !important;
	color:#fffff !important;
	margin-right: 10px;
}

.social p{
	line-height:20px !important;
	color: #ffffff;
	font-family:sans-serif;
	text-align:left;
}
	
.social i a:hover{
	color:#01d4fa !important;
}

.footer-logo{
	float:center;
	text-align:center;
	margin:0 auto;
	vertical-align:middle !important;
	padding-top: 20px;
}

.copyrights {
	padding-top: 25px;
	float:right;
}
.copyrights p{
	text-align: right;
	font-size:11px;
	font-family:sans-serif;
	color:#ffffff;
}

.copyrights a{
	color:#20c4f4;
}

@media (max-width: 768px) {
	
	footer {
		clear:both;
		width:100%;
		height:auto;
		margin:0 auto;
	}

  .footerLily {
  	height: 100% !important;
  }
 	.copyrights {
	padding-top: 0px;
	float:right;
	}
}
  
@media (max-width: 480px) { 
	.footer-logo{
	float:left;
	clear:both;
	text-align:left;
	}
	.copyrights {
	float:left;
	clear:both;
	}
	.copyrights p{
	text-align: left;
	}
}


/* -------------------------------------------------- */
/* CONTACT US */
/* -------------------------------------------------- */



@media (max-width: 768px) {
	
}