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

@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: 'GENERIC';
    src: url('/fonts/GENERIC.eot');
    src: url('/fonts/GENERIC.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GENERIC.woff') format('woff'),
         url('/fonts/GENERIC.ttf') format('truetype'),
         url('/fonts/GENERIC.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


/*  Divisiones Basicas */

body { 
	margin : 0 auto;
	padding : 0;
	font : 100%/1.4 helvetica, helve, sans-serif; 	
	color : #000; 
	text-align: center;
	width:100%;
	height:auto;
	background: #ffffff;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
}

/* Header */
#headcontainer {
	width: 90%;
	padding: 0 5%;
	margin: 0;
	background: #ffffff;
}
header {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	margin: 0;
	padding: 0px;
	position: relative;
	color: #000;
	text-align: center;
}
 
   
/* Center */
#maincontentcontainer {
	width: 100%;
	padding: 0;
	margin: 0;
}
#maincontent{
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	padding: 0px;
	color: #333;
	line-height: 1.5em;
	position: relative;
}

.maincontent{
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	padding: 0px;
	color: #333;
	line-height: 1.5em;
	position: relative;
}

/* Footer */
#footercontainer {
  width: 100%;
  padding: 80px 0px 30px;
  margin: 0;
  margin-bottom: -5px;
  background: url(../images/bg-footer.jpg) repeat-x bottom left;
}
	
footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
}
footer a { 
	color: #fff; 
	text-decoration: none; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer a:focus,		
footer a:hover, 
footer a:active { 
	outline : 0; 
	color: #000; 
	text-decoration: none; 
}

.footerInfo {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.footerInfo p{
	color: #fff;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 12pt;
}
.footerInfo h2{
	color: #fff;
}

footer h5{ 
	color: #fff;
	text-align:center;
}

.redesSociales {
	color:#fff;
	padding: 10px;
	font-size: 14px;
	background: none;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%; 
	float: left;
	clear: both;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.containerRedesSociales:hover .facebook{background-color:#3B5998;border: 1px solid #3B5998;color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.containerRedesSociales:hover .twitter{background-color:#69b9f6;border: 1px solid #69b9f6;color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.linkedIn:hover{background-color:#1984bc;border: 1px solid #1984bc;color:#fff;}
.whatsapp:hover{background-color:#07b601;border: 1px solid #07b601;color:#fff;}
.googlemas:hover{background-color:#CA3625;border: 1px solid #CA3625;color:#fff;}
.skype:hover{background-color:#00AFF0;border: 1px solid #00AFF0;color:#fff;}
.youtube:hover{background-color:#FF3333;border: 1px solid #FF3333;color:#fff;}
.vimeo:hover{background-color:#1AB7EA;border: 1px solid #1AB7EA;color:#fff;}
.googlemas:hover{background-color:#CA3625;border: 1px solid #CA3625;color:#fff;}
.containerRedesSociales:hover .instragram{background-color:#3F729B;border: 1px solid #3F729B;color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}

.containerRedesSociales {
	display: inline-block;
	position:relative;
	overflow:hidden;
	border-radius:50px;
	width:60px;
	margin:5px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.containerRedesSociales:hover {
	width:120px;
}
.redesF:hover{
	 background-color:#3B5998;
 }
 .redesT:hover{
	 background-color:#69b9f6;
 }
 .redesI:hover{
	 background-color:#3F729B;
 }

.containerRedesSociales span{
	font-family:"Fjalla One";
	font-size:16px;
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: left;
	top: 50%; 
	left: 10%;
	opacity:0;
	transform: translate(0%, -50%);
	position:absolute;
}

.containerRedesSociales:hover span{
	color:#FFF;
	opacity:1;
}


.containerRedesSociales:hover .facebook,
.containerRedesSociales:hover .twitter,
.containerRedesSociales:hover .linkedIn,
.containerRedesSociales:hover .whatsapp,
.containerRedesSociales:hover .instragram{
	margin-left:80px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}





/* Hostito link section */
#smallprint {
	position:relative;
	z-index:999;
	background:#000;
	margin: 0px auto 0px;
	line-height: 1.4em;
	text-align: center;
	color: #e5e5e5;
	font-size: 0.923em; /* 12 / 13 */
}
#smallprint p{
	font-size: 9px;
	vertical-align: middle;
	margin: 0;
	text-shadow: none;
}
#smallprint a:link { 
	color: #e5e5e5; 
	text-decoration: none; 
}
#smallprint a:hover { 
	color: #FFF; 
	text-decoration: none; 
}

/* Other Divs */
#contactoMapa {
	width: 100%;
  margin: 5px 0;
  height: 280px;
border-radius: 4px;
	text-align:center;
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
	border: 5px solid #FFFFFF;
	box-sizing:border-box;
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);

}
#contactoMapa img{max-width: inherit;}
#contactoMapa p{
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
}
#galeria{
	width: 90%;
	height:auto;
	border-radius:15px;
	margin:0px 5%;
}
#contactForm {
position: relative;
width: 100%;
padding:0px 20px 20px 20px;
box-sizing: border-box;
}
#contactForm td{
	vertical-align:top;
}

.videoPad{
	margin: 20px 10%;
	position: relative; 
	width: 80%; 
	height: 0px; 
	padding-bottom: 60%;
}
.div80 {
	width: 80%;
	padding: 0;
	margin: 0 10%;
	overflow:hidden;
}
.div90 {
	width: 90%;
	padding: 0;
	margin: 0 5%;
	position:relative;
}
.div90B {
	width: 90%;
	padding: 0 10px;
	margin: 0 5%;
	position:relative;
}

.paddingTop10 { padding: 10px 0}
.paddingTop20 { padding: 20px 0}
.paddingTop40 { padding: 40px 0}
.paddingTop40Contact{ padding: 40px 0px 0px 0px}
.paddingAllBorder { padding: 40px 20px; border-radius:5px; box-sizing:border-box;overflow:hidden;}
.paddingAllBorderFinal { padding: 40px 20px 80px 20px; border-radius:5px; box-sizing:border-box;}

.paddingAllBorder p,
.paddingAllBorderFinal p {text-align:justify;}
.paddingAllBorder h2{margin-bottom:10px;}

.paddingBeforeFooter { padding: 40px 0 40px;}
.paddingBeforeFooterB{ padding: 0px 0 40px;}
.paddingLateral10B {padding: 0 10px; box-sizing:border-box; text-align:justify;}
.paddingLateral10 {padding: 0 5px; box-sizing:border-box; text-align:justify;}
.paddingLateral10:first-child { padding-left:0px;}
.paddingLateral10:last-child { padding-right:0px;}
.paddingLateral20 {padding: 0 20px; box-sizing:border-box; text-align:justify;}
.paddingLateral20:first-child { padding-left:0px;}
.paddingLateral20:last-child { padding-right:0px;}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family:"Lato", verdana, arial, helvetica, helve, sans-serif;
	font-weight : normal;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
h1 { 
	font-family: "Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	color: #111;
	font-weight:700;
	text-transform:uppercase;
	font-size : 32px;
	line-height : 1.3;
}
h2 {
	color: #326ECF;
	font-size : 2em;
	line-height : 1.5;
	font-weight:bolder;
	text-transform:uppercase;
}
h3 {
	color: #333;
	font-size : 24px;
	line-height : 1.4; 
}
h4 { 
	color: #444;
	font-size : 20px;
	line-height : 1.3;
}
h5 { 
	color: #326ECF;
	font-size : 18px;
	line-height : 1.8;
	font-weight:bold;
}
h6 { 
	color: #326ECF;
	font-size : 18px;
	line-height : 1.4;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}
.textBold {
	font-weight: bold;
}

/* Enlaces  */
a { 
	color : #326ECF;
	text-decoration: none; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus,
a:hover, 
a:active { 
	outline : 0;
	color : #000;
}



/*--------------------------------
------------icon title----------
--------------------------*/
.iconTitle {background: transparent url(../images/icon-title.png) no-repeat 2% center;}
.iconTitle1 {background: transparent url(../images/icon-title1.png) no-repeat 2% center;}
.iconTitle2 {background: transparent url(../images/icon-title2.png) no-repeat 2% center;}
.iconTitle3 {background: transparent url(../images/icon-title3.png) no-repeat 2% center;}
.iconTitle4 {background: transparent url(../images/icon-title4.png) no-repeat 2% center;}
.iconTitle5 {background: transparent url(../images/icon-title5.png) no-repeat 2% center;}

.iconTitle h2 , .iconTitle1 h2 ,.iconTitle2 h2 , .iconTitle3 h2 , .iconTitle4 h2 , .iconTitle5 h2 {
	margin-left: 120px;
	padding: 20px 0;
	size: 24px;
	line-height: 80px;
	color:#FFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}




.verMas1{
	font-family: "Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #326ECF;
	letter-spacing: 0px;
	background: none;
	margin: 0 auto 5px;
	padding: 12px;
	border-radius: 50px;
	cursor:pointer;
	border:1px solid #326ECF;
	text-transform: uppercase;
	display: table;
	-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{ background-color:#326ECF;color:#FFF;}


.verMas2{
	font-family: "Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	background: #6f0000;
	margin: 0;
	padding: 12px 18px;
	cursor:pointer;
	border-radius: 50px;
	text-transform: uppercase;
	float: right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verMas2:hover{ background-color:#000;color:#FFF;}


.verMas3{
	font-family: "Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	background: #6f0000;
	margin: 20px 10px;
	cursor:pointer;
	padding: 20px 18px;
	border-radius: 50px;
	text-transform: uppercase;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verMas3:hover{ background-color:#000;color:#FFF;}


.verMas4{
	font-family: "Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	background: #999;
	cursor:pointer;
	margin: 20px 10px;
	padding: 20px 18px;
	border-radius: 50px;
	text-transform: uppercase;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verMas4:hover{ background-color:#000;color:#FFF;}
embed {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (max-width: 1050px) {  
	#contactoMapa{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
}   

@media screen and (max-width: 625px) {  
	#contactoMapa{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
	
.div90 {
	width: 96%;
	margin: 0 2%;
}
.div90B {
	width: 96%;
	margin: 0 2%;
}
	.contactForm{  
        display: block;  
        float: none;  
        max-width: 98%;  
    } 
}  

@media only screen and (max-width : 480px) {  
	footer{
		text-align: center;
	}
	#contactoMapa{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        max-width: 98%;  
    } 
}  

@media only screen and (max-width : 320px) {  
	footer{
		text-align: center;
	}
	
	#contactoMapa{  
        display: block;  
        float: none;  
        width: 100%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        width: 100%;  
    }  
	


}