/*     CSS/CUSTOM.CSS            */
/*     Hostito Chile S.A.       */

/* Fonts */
	@import url(http://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext);
	@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
	
	@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-grass:before { content: "\f100"; }
.flaticon-greenhouse:before { content: "\f101"; }
.flaticon-oil:before { content: "\f102"; }
.flaticon-people:before { content: "\f103"; }


@font-face {
  font-family: "Flaticon2";
  src: url("../fonts/Flaticon2.eot");
  src: url("../fonts/Flaticon2.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon2.woff") format("woff"),
       url("../fonts/Flaticon2.ttf") format("truetype"),
       url("../fonts/Flaticon2.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon2";
    src: url("../fonts/Flaticon2.svg#Flaticon2") format("svg");
  }
}

[class^="flaticon2-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon2-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon2;
font-style: normal;
margin-left: 20px;
}

.flaticon2-award-badge-of-circular-shape-with-ribbon-tails:before { content: "\f100"; }
.flaticon2-business:before { content: "\f101"; }
.flaticon2-chemistry:before { content: "\f102"; }
.flaticon2-hand-holding-leaves:before { content: "\f103"; }
.flaticon2-nature:before { content: "\f104"; }
.flaticon2-plant-bud-from-the-ground:before { content: "\f105"; }
.flaticon2-square:before { content: "\f106"; }
/* Fonts */


/* Tables */
	table { 
		border-collapse : collapse;
		border-spacing : 0;
		margin-bottom : 1.4em; 
		width : 100%; 
	}
	th, td, caption { 
		padding : .25em 10px .25em 5px; 
	}
	tfoot { 
		font-style : italic; 
	}
/* Tables */


/* Imagenes */
	.imgInnerBorder {
		position: relative;
		overflow: hidden;
		margin: 10px 10%;
		width: 80%;
		padding: 0;
		float: left;
	}
	.imgInnerBorder:before {
		display:block;
		content:'';
		position: absolute;
		width:100%;
		height:100%;
		border-radius: 0 50px 0 50px;
		-webkit-box-shadow: inset 0 0 0 8px rgba(255,255,255,.7),
								  0 0 10px rgba(0,0,0,0.8);
		   -moz-box-shadow: inset 0 0 0 8px rgba(255,255,255,.7),
								  0 0 10px rgba(0,0,0,0.8);
				box-shadow: inset 0 0 0 8px rgba(255,255,255,.7),
								  0 0 10px rgba(0,0,0,0.8);
	}
	.imgLogo{width:80%;padding:0;height:auto;margin:5px 5% 5px 15%;	}
	.imgRedondas{border-radius:50%;}
	.imgCenter{margin-left:auto;margin-right:auto;}
/* Imagenes */



/*  Backgrounds and Colors */
	.bgWhite{background:rgba(255,255,255,1);}
	.bgOffWhite{background:rgba(240,240,240,1);}
	.bgGrey{background:rgba(225,225,225,1);}
	.bgDarkGrey{background:rgba(30,30,30,1);}
	.bgBlack{background:rgba(0,0,0,1);}
	.bgLightBlue{background:#d0e7fd ;}
/*  Backgrounds and Colors */


/* Lists */
	.iconLi {
		list-style-image: url(../images/list-icon.png);
		margin: 20px auto 20px 30px;
	}
/* Lists */

/* Lines */
	.hrOffWhiteTop{
		margin: 0px;
		border: 0px;
		height: 0;
		border-top: rgba(0,0,0,0.1) 1px solid;
		border-bottom: rgba(255,255,255,0.1) 1px solid;
	}
	.hrOffWhiteBot{
		margin: 0px;
		border: 0px;
		height: 0;
		border-top: rgba(255,255,255,0.1) 1px solid;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
   		clear: both;
	}
/* Lines */

/* Hover Effects - Inicio */
	.glow {
		-moz-filter: brightness(0.6);
		-webkit-filter: brightness(0.6);
		-o-filter: brightness(0.6);
		filter: brightness(0.6);
		
		-moz-transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	.glow:hover {
		-moz-filter: brightness(1.5);
		-webkit-filter: brightness(1.5);
		-o-filter: brightness(1.5);
		filter: brightness(1.5);
	}
	.grayScale {
		filter: grayscale(.9);
		-webkit-filter: grayscale(.9);
		-moz-filter: grayscale(.9);
		-o-filter: grayscale(.9);
		-ms-filter: grayscale(.9);
		
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.grayScale:hover {	
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-o-filter:  grayscale(0);
		-ms-filter: grayscale(0);
	}
/* Hover Effects - Fin */

/* Buttons */
	.verMas1{
		margin:0 auto;
		padding:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.verMas2{
		margin:0 auto;
		padding:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.verMas1:hover{	}
	.verMas2:hover{	}
/* Buttons */



/* index.html */

.dest{
	display:block;
	width:100%;
	margin:0px auto;
	text-align:center;
	padding:50px 10px;
	min-height:500px;
}
.dest i:before{
	color:#003b73;
	margin:0px auto 30px;
	border:4px solid #003b73;
	border-radius:50%;
	padding:40px;
	display:inline-block;
	font-size: 80px;
}

.dest,
.dest h3,
.dest p,
.dest a,
.dest a:visited,
.dest i:before{
	color:#003b73;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.dest:hover{
	background:#003b73;
	cursor: pointer;
}

.dest:hover > h3,
.dest:hover > p,
.dest:hover > a,
.dest:hover i:before{
	color:#fff;
}
.dest:hover i:before{
	border:4px solid #FFF;
}

.dest h3 {
	line-height: 1.3;
	padding: 0 0 10px;
}
.dest p {
	text-align: justify;
	line-height: 1.2;
	padding: 20px;
}



.beneficio{
	display:block;
	width:100%;
	margin:0px auto;
	text-align:center;
	padding:50px 10px;
	min-height:280px;
}
.beneficio i:before{
	margin:0px auto 30px;
	border-radius:10px;
	padding:40px;
	display:inline-block;
	font-size: 40px;
}

.beneficio1 i:before{
	color:#7FB7BE;
	border:2px solid #7FB7BE;
}

.beneficio h5 {
    font-size: 12px;
    width: 75%;
    line-height: 1.2;
    margin: 0 15%;
}

.beneficio1 h5{
	text-align: center;
	color:#7FB7BE;
}

.beneficio2 i:before{
	color:#D3F3EE;
	border:4px solid #D3F3EE;
}

.beneficio2 h5,
.beneficio2 p,
.beneficio2 a,
.beneficio2 a:visited{
	color:#D3F3EE;
}

.beneficio3 i:before{
	color:#DACC3E;
	border:2px solid #DACC3E;
}

.beneficio3 h5,
.beneficio3 p,
.beneficio3 a,
.beneficio3 a:visited{
	color:#DACC3E;
}

.beneficio4 i:before{
	color:#BC2C1A;
	border:2px solid #BC2C1A;
}

.beneficio4 h5,
.beneficio4 p,
.beneficio4 a,
.beneficio4 a:visited{
	color:#BC2C1A;
}

.beneficio5 i:before{
	color:#3BA53B;
	border:2px solid #3BA53B;
}

.beneficio5 h5,
.beneficio5 p,
.beneficio5 a,
.beneficio5 a:visited{
	color:#3BA53B;
}

.beneficio6 i:before{
	color:#7D1538;
	border:2px solid #7D1538;
}

.beneficio6 h5,
.beneficio6 p,
.beneficio6 a,
.beneficio6 a:visited{
	color:#7D1538;
}



.beneficio7 i:before{
	color: #a57f9e;
	border:2px solid #a57f9e;
}

.beneficio7 h5,
.beneficio7 p,
.beneficio7 a,
.beneficio7 a:visited{
	color:#a57f9e;
}



	#footer-lema {
		width: 100%;
		height: auto;
		background: url(../images/bg/footer-lema.jpg) center no-repeat;
		background-attachment: fixed;
    	background-size: cover;	
	}
	#footer-lema h1 {
		width: 80%;
		margin: 60px 10%;
		color: #FFF;
		text-align: center;	
	}


/* index.html */


/* inner page */

.nosotrosBG {
		background: url(../images/nosotros.jpg) center no-repeat;
		background-attachment: fixed;
    	background-size: cover;	
	}

#divIntro{background:#d0e7fd ;}

#divIntro h1,
#divInner2 h1,
#divInner3 h1,
#divInner4 h1,
#divInner5 h1,
#divInner6 h1  {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    color: #003b73;
	padding: 25px 0;
}

.innerPages h2 {
    color: #003b73;
    line-height: 1.2;
    padding: 20px;
    font-size: 20px;
    text-align: center;
	font-weight: bold;
	text-shadow: 0 0 1px #fff;
}


.innerPages h3 {
    color: #FFF;
    line-height: 1.5;
    padding: 40px 20px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
}

.innerPages h4 {
    color: #003b73;
    line-height: 1.2;
    padding: 0 20px;
    font-size: 20px;
    text-align: Left;
	font-weight: bold;
	text-shadow: 0 0 1px #fff;
}

.innerPages p {
	color: #333;
    line-height: 1.2;
    padding: 20px;
    font-size: 20px;
	text-align: justify;
}

.innerPages p.details {
    font-size: 16px;
}

.innerPages img {
	width: 90%;
	margin: 50px auto 20px;	
	border: 1px solid rgba(255,255,255,1);
}

.innerPages img.imgFormula {
	width: 50%;
	margin: 20px auto;
	box-shadow: none;	
	border: none;
}



.innerPages img.imgFull {
	width: 100%;
	margin: 0 auto;	
	padding: 0;
	border: 1px solid rgba(255,255,255,1);
}

.innerPages ul {
	margin: 10px 20px;
	list-style: none;
    line-height: 1.2;
}

.innerPages li {
    line-height: 1.3;
	color: #151515;	
    font-size: 18px;
	text-shadow: 0 0 1px #fff;
}

.divHighlight {
    margin: 40px auto;
    width: 90%;
    background: #D0E7FD;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border: 3px solid rgb(0, 59, 115);

}

.divShade {
	padding: 20px 5px;
	border: 1px solid rgba(0,0,0,0.25);
	margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    box-shadow: 0 10px 10px rgba(0,0,0,0.25);	
}

.innerPages p.pDetails {
	padding:20px;
	font-size: 16px;
	colo: #999;
    border-bottom: 1px solid #EFEFEF;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(75,75,75,0.7);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: #0050A6;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 100px 15px;
  line-height: 1.2;
  font-size: 14px;
  text-shadow: 2px 2px 1px #000; 
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ir_a_en{
	border: none;
	width: 210px;
	height: auto;
    padding: 20px 80px 20px 5px;
	top: 120px;
	left:-120px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px  auto;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	position: fixed;
	text-align:center;
	background-color:#4c66a4;
	color: #fff;
	background-image: url(../images/en.png);
	background-repeat: no-repeat;
	background-position: 127px center;
	font-weight: bold;
	z-index:99999;
	opacity:0.65;
}

.ir_a_en:hover {
	left:0px;
	opacity:1;
}

.ir_a_es{
	border: none;
	width: 210px;
	height: auto;
    padding: 20px 80px 20px 5px;
	top: 120px;
	left:-120px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px  auto;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	position: fixed;
	text-align:center;
	background-color:#4c66a4;
	color: #fff;
	background-image: url(../images/es.png);
	background-repeat: no-repeat;
	background-position: 127px center;
	font-weight: bold;
	z-index:99999;
	opacity:0.65;
}

.ir_a_es:hover {
	left:0px;
	opacity:1;
}
/* inner page */



/* Responsive */

	@media screen and (max-width: 1280px) {  
	}
	
	/* ipad mini/air  wide - ipad pro vertical */
	@media screen and (max-width: 1024px) { 
		.dest{
			min-height:525px;
		}
		.beneficio i:before{
			margin:0px auto 25px;
			padding:35px;
			font-size: 35px;
		}
		.hovereffect a.info {
		  margin: -52px 0 0 0;
		  padding: 70px 10px;
		  line-height: 1.1;
		  font-size: 10px;
		}
	}
	
	@media screen and (max-width: 800px) {
	}
	
	/* ipad mini/air  vertical */
	@media screen and (max-width: 768px) {
	}
	
	@media screen and (max-width: 640px) {  
	}
	
	@media only screen and (max-width : 480px) {
		.beneficio h5 {
			font-size: 24px;
			width: 80%;
			margin: 0 10%;
		}
		.dest p {
			font-size: 18px;
		}
		.innerPages h3 {
			line-height: 1.2;
			padding: 10px 0px;
			font-size: 22px;
		}
		.hovereffect a.info {
		  padding: 90px 15px;
		  font-size: 14px;
		}
		.respMar {
			margin: 15px 0;	
		}
	}
	
	/* iphone 6s plus */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: portrait) { 
	
	} 
	
	/* iphone 6s */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) { 
	
	}
	
	/* Galaxy S5 */
	@media screen 
	  and (device-width: 360px) 
	  and (device-height: 640px) 
	  and (-webkit-device-pixel-ratio: 3) 
	  and (orientation: portrait) {
	
	}
	
	/* Generic 320 width */
	@media only screen and (max-width : 320px) { 
		.hovereffect a.info {
		  padding: 90px 10px;
		  font-size: 12px;
		}  
	} 

	/* iPhone 5 and 5S */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}
	
	/* iPhone 4 and 4S */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}

/* Responsive */ 


