/**************HEADER***************/

body{
font-family:nexa_lightregular;
font-size:16px;
line-height:20px;
line-height:23px;
}

.interior {
width:950px;
margin:0 auto;
}

header{
height:230px;
border-top: 8px solid #3852A4;
border-bottom: 2px solid #3852A4;
background-repeat:repeat;
}


header .logo{
text-align:center;
padding-top:20px;
margin-bottom:0px;
padding-bottom:0px;
border-bottom: 2px solid #f9c87d;
background-image:url('../images/cream_dust.png');
background-repeat: repeat;
}

.logo {
height:108px;
}

header .interior nav {
text-align: center;
}

header .interior nav ul.navHeader{
display: inline-block;
	padding: 0;
	/* Para IE 7*/
	zoom:1;
}

nav ul.navHeader li{
	cursor: pointer;
	float: left;
	list-style:none;
	padding:40px 0px 0px 0px;
	display:inline;
	text-decoration:none;
}

nav ul.navHeader li:last-child{
	margin-right: 0px;
}

nav ul.navHeader li:hover{
	/*background-color:#fcf3f2;*/
	background-image:url('../images/flechaMenu.png');
	background-repeat: no-repeat;
	background-position:center top;

}

nav ul.navHeader li a{
	font-family:'Dosis';
	padding:0 10px;
	border-right:1px solid #f6a934;
	color: #3852A4;
	font-size: 18px;
	text-decoration:none;
	text-transform:uppercase;
}


nav ul.navHeader li a:hover{
	/*color: #3852A4;*/
	border-bottom:4px solid #3852A4;
	color:#f6a934;
}


nav ul.navHeader li a:last-child{
	margin-right: 0px;

}

nav ul.navHeader li.active {
	background-image:url('../images/flechaMenu.png');
	background-repeat: no-repeat;
	background-position:center top;
}

nav ul.navHeader li a.linkactive{
		border-bottom:4px solid #3852A4;
	color:#f6a934;
}

/**************FINAL DE HEADER***************/


.botones{
font-family:'Dosis';
font-weight:400;
font-size:40px;
line-height:40px;
height:190px;
background-image:url('../images/cream_dust.png');
background-repeat:repeat;
margin-bottom:0px;
border-top: 2px solid #f6a934;
border-bottom: 2px solid #f6a934;
text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.botonesInterior {
height:150px;
width:880px;
margin:20px auto;
color:#f9c87d;
}


.botonesInterior1{
padding:30px 10px;
background-color:#7daef9;
width:250px;
float:left;
margin-right:20px;
border:5px solid #fff;
/*background-image:url('../images/fases.jpg');*/
background-repeat: no-repeat;
border-radius: 5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 3px 3px 1px #c3c3c3;

}

.botonesInterior1:hover{
opacity:0.7;
box-shadow:2px 2px 1px #c3c3c3;
}


.botonesInterior1 a{
text-decoration:none;
background-color:#fff;
}

.botonesInterior1 a h2{
text-transform:uppercase;
text-align:center;
color:#fff;
}

.botonesInterior2{
padding:30px 10px;
background-color:#f9c87d;
width:250px;
float:left;
margin-right:20px;
border:5px solid #fff;
/*background-image:url('../images/nuestraFilosofia.jpg');*/
background-repeat: no-repeat;
border-radius: 5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 3px 3px 1px #c3c3c3;

}


.botonesInterior2:hover{
opacity:0.7;
box-shadow:2px 2px 1px #c3c3c3;

}

.botonesInterior2 a{
text-decoration:none;
}

.botonesInterior2 a h2{
text-transform:uppercase;
text-align:center;
color:#fff;

}

.botonesInterior3{
padding:30px 10px;
background-color:#f98a7d;
width:250px;
float:left;
margin-right:20px;
border:5px solid #fff;
/*background-image:url('../images/nuestrasInstalaciones.jpg');*/
background-repeat: no-repeat;
border-radius: 5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 3px 3px 1px #c3c3c3;

}

.botonesInterior3:last-child{
margin-right:0px;
}

.botonesInterior3:hover{
opacity:0.7;
box-shadow:2px 2px 1px #c3c3c3;

}

.botonesInterior3 a{
text-decoration:none;
}

.botonesInterior3 a h2{
text-transform:uppercase;
text-align:center;
color:#fff;

}

.contenido{
background-image:url('../images/ice_age.png');
background-repeat: repeat;
height:600px;

}

article.proyectoContenido{
width:630px;
padding-top:50px;
float:left;
}

.proyectoContenido .textoIzquierdo{
	width:590px;
	margin-right:25px;
	padding-right:25px;

}

.proyectoContenido .textoIzquierdo h2{
	text-align:center;
	font-size:35px;
	font-family:'Dosis';
	color:#f6a934;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding-bottom:10px;

}

.proyectoContenido .textoIzquierdo h2 span{
	font-family:'Dosis';
	font-size:20px;
	color:#9d9dc3;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);

}


.proyectoContenido .textoIzquierdo h3.quote{
	font-family: 'Dosis';
	font-size:20px;
	font-weight:200;
	line-height:30px;
	color:#9d9dc3;


}

.proyectoContenido .textoIzquierdo h3.nombre{
	float:right;
	margin-bottom:20px;
	font-family: 'Dosis';
	font-size:15px;
	font-weight:200;
	color:#9d9dc3;

}


.proyectoContenido .textoIzquierdo p{
	padding-bottom:20px;
	background:rgba(63,81,142,0.1);
	margin-top:30px;
	border-radius:5px;
	padding:10px;
	color:#37477c;
	margin-bottom:40px;
	border-bottom:4px solid #fde9ca;

}


.proyectoContenido .textoCentral{
	float:left;
	width:305px;
	height:200px;
	border-right:1px solid #fde9ca;

}

.proyectoContenido .textoCentral h2{
	text-align:center;
	padding-bottom:10px;
	font-size:35px;
	font-family:'Dosis';
	color:#f6a934;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.proyectoContenido .textoCentral p.valoresLeft{
	margin-top:20px;
	float:left;
	text-align:left;
	font-family:Satisfy, cursive;
	font-size:25px;
	line-height:40px;
	color:#9d9dc3;
	margin-right:20px;

}

.proyectoContenido .textoCentral p.valoresLeft{
	margin-top:20px;
	float:left;
	text-align:left;
	font-family:Satisfy, cursive;
	font-size:25px;
	line-height:40px;
	color:#9d9dc3;
	margin-right:15px;

}

.proyectoContenido .textoCentral h2 span{
	font-family:'Dosis';
	font-size:20px;
	color:#9d9dc3;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);

}

.textoDerecho{
width:305px;
float:right;
}

.proyectoContenido .textoDerecho h2{
	text-align:center;
	font-size:35px;
	font-family:'Dosis';
	color:#f6a934;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding-bottom:10px;

}

.proyectoContenido .textoDerecho h2 span{
	font-family:'Dosis';
	font-size:20px;
	color:#9d9dc3;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);

}

aside{
width:300px;
float:right;
padding-top:50px;

}

/************** FOOTER ***************/


footer{
	clear:both;
background-color:#3f518e;
height:650px;
border-top: 4px solid #f9c87d;
border-bottom: 6px solid #f9c87d;


}

footer .footerTop{
width:950px;
padding-top:30px;
height:130px;
}

nav.navFooter{
font-family:'Dosis';
text-transform:uppercase;
float:left;
font-size:20px;
line-height:24px;
width:600px;
font-weight:200;
}

.navFooter ul#navIzq{
	float:left;
	margin-right:20px;
}

.navFooter ul#navIzq li{
	padding-bottom:5px;
}

.navFooter ul#navIzq li a{
	text-decoration:none;
	color:#f6a934;
}

.navFooter ul#navIzq li a:hover{
	color:#f6f6f6;
}

.navFooter ul#navDer{
	float:left;
	border-left:1px dotted #f6f6f6;
	padding-left:20px;
}

.navFooter ul#navDer li{
	padding-bottom:5px;

}

.navFooter ul#navDer li a{
	text-decoration:none;
	color:#f6a934;
}

.navFooter ul#navDer li a:hover{
	color:#f6f6f6;

}

.logoFooter{
float:right;
}

.logoFooter a{

}

.footerDown{
width:950px;
padding-top:10px;
height:330px;
}

.footerDown .newsletter{
float:left;
color:#fff;
border-top:1px dotted #f6a934;
padding-top:20px;
clear:both;
padding-bottom:20px;
}

.footerDown .newsletter input.buttonNewsletter{
height:30px;
font-size:15px;
text-transform:uppercase;
border:none;
color:#3f518e;
background-color:#fff;
text-align:center;
margin:0 auto;
border-radius: 5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

.footerDown .newsletter input.buttonNewsletter:hover{
border:none;
color:#3f518e;
background-color:#f6a934;
}

.footerDown .newsletter h3 span{
text-transform:uppercase;
color:#f6a934;
font-family:'Dosis';
font-size:25px;
text-transform:uppercase;
}

.footerDown .newsletter span.privacy a{
color: #f9c87d;
padding-left:6px;
text-decoration:none;
}

.footerDown .newsletter span.privacy a:hover{
color: #fff;
padding-left:6px;
text-decoration:none;
}

input#message-name {
}

.footerDown .direccion{
float:right;
}

.footerDown .direccion h3{
float:right;
font-size:15px;
text-align:center;
color:#fff;
}

.footerDown .direccion h3 span{
font-family:'Dosis';
text-align:left;
color:#f6a934;
font-size:18px;
text-transform:uppercase;

}

.footerDown .copyright {
margin-top:190px;
float:left;
color:#fff;

}

.footerDown .linksAmigos{
padding-top:20px;
float:left;
clear:both;
color:#fff;
border-top:1px dotted #f6a934;
}

.footerDown .linksAmigos h3{
font-family:'Dosis';
text-align:left;
color:#f6a934;
font-size:30px;
padding-bottom:10px;
text-transform:uppercase;
}


.footerDown .linksAmigos ul{
text-decoration:none;
list-style:none;
color:#fff;
}


.footerDown .linksAmigos ul li a{
text-decoration:none;
list-style:none;
color:#fff;
}

.footerDown .linksAmigos ul li .descargaPdf{
color:#fff;
text-transform:uppercase;
}

.footerDownRight{
	float:right;
	width:500px;

}

.footerDownLeft{
	float:left;
	width:450px;
}

.direccion a{
	color:#fff;
	text-decoration:none;
	font-size:18px;

}

.direccion a:hover{
	color:#f6a934;

}

/*********BOTON NEWSLETTER, LINK A OTRA PAGINA***********/

.btnFooter{
position:relative;
font-size:20px;
display: inline-block;
border-radius: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
color: #fff;
font-weight:400;
background: #f6a934;
padding: 10px 35px;
border:2px solid #fff;
margin-top:10px;
box-shadow: 3px 3px 1px #273359;

}

a.btnFooter:hover{
background: #3f518e;
color: #fff;
box-shadow: none;
s
}

a.btnFooter:active{
background: #363636;
color: #fff;
}

/* modal */
.modal {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);

	position: absolute;
	top: 0;
	left: 0;

	display: flex;

	animation: modal 2s 3s forwards;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}

.contenido {
	margin: auto;
  width: auto;
  background: white;
  border-radius: 10px;
  padding: 20px;
}

#cerrar {
	display: none;
}

#cerrar + label {
	position: fixed;
	color: #fff;
	font-size: 25px;
	background: #6b6b6b;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	right: 30px;
	top: 30px;
	cursor: pointer;
	animation: modal 2s 3s forwards;
	visibility: hidden;
	opacity: 0;
	z-index: 11;
	text-align: center;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}
