@font-face {
	font-family: 'Conv_DINPro-Bold';
	src: url('../fonts/DINPro-Bold.eot');
	src: local('☺'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('fonts/DINPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DINPro';
	src: url('../fonts/DINPro.eot');
	src: local('☺'), url('../fonts/DINPro.woff') format('woff'), url('../fonts/DINPro.ttf') format('truetype'), url('../fonts/DINPro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DINPro-Light';
	src: url('../fonts/DINPro-Light.eot');
	src: local('☺'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype'), url('../fonts/DINPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-Black';
	src: url('../fonts/Montserrat-Black.eot');
	src: local('☺'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



header{
	height: 115px;
	background-color: #ededed;
	padding-top: 33px;
}

html,body{
	height: 100%;
}

.carousel-control-next, .carousel-control-prev {width: 5% !important;}

.ocultar{display: none}

.botonCerrar{
	width: 50px;
	height: 50px;
	background-color:#7d1326;
	color: #ffffff;
	position: fixed;
	top:10px;
	right: 10px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	display: none;
	z-index: 1001;
	cursor: pointer;
}

#menuMovil{
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background-color: #ededed;
	z-index: 1000;
	padding: 50px 0 0 50px;
	display: none;
	text-align: right;
	
}

#menuMovil ul{
	list-style-type: none;
	padding: 0px 70px 0 0;
	font-family: 'Conv_DINPro-Bold', sans-serif;
}

#menuMovil ul li{
	margin-bottom: 20px;
}

.menuSuperior{
	font-family: 'Conv_DINPro-Bold', sans-serif;
	list-style-type: none;
	text-align: right;
	margin-top: 10px;
}

.menuSuperior li{
	display: inline-block;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
}

.menuSuperior a, #menuMovil a{
	color:#2e2e2e;
}

.menuSuperior a:hover, #menuMovil a:hover{
	color:#7d1326;
	text-decoration: none;
}

.menuSuperior .selecto a{
	color:#7d1326 !important;
}



.obrasModuloFoto{
	width: 300px;
	height: auto;
	border: solid #ffffff 2px;
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
}

.obrasDireccion{
	text-align: center;
	color: #ffffff;
	width: 100%;
	margin-top: 20px;
}

.obrasModuloFotoTexto{
	
	position: absolute;
	
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;

		 display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px;
}

.obrasModuloFotoTexto p{
	font-family: 'Conv_DINPro', sans-serif;
	color: #ffffff;

	

}



.botonAmarillo{
	background-color: #ffcc00;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-family: 'Conv_DINPro', sans-serif;
	color: #000000;
	border-radius: 5px;
	text-align: center;
	border: none;
	cursor: pointer;
	display: block;

}


.botonAmarillo a{
	
	color: #000000;


}
.botonAmarillo:hover{
	background-color: #7d1326;
	color: #ffffff;


}

.separadorV70{
	margin-bottom: 70px;
}

#contacto{
	padding-top: 100px;
	padding-bottom: 100px;
}

#contacto h2{
	color:#2e2e2e;
	text-align: center;
	font-family: 'Conv_DINPro-Bold', sans-serif;
	font-size: 35px;
	margin-bottom: 70px;

}



.contactoModulo{
	width: 600px;
	margin-left: auto;
	margin-right: auto;

}

.contactoCampo{
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #2e2e2e 1px;
	margin-bottom: 30px;
}

.contactoCampoTex{
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #2e2e2e 1px;
	margin-bottom: 30px;
}
.contactoCampo::placeholder{text-align: center;font-family: 'Conv_DINPro', sans-serif;color:#2e2e2e;}
.contactoCampoTex::placeholder{text-align: center;font-family: 'Conv_DINPro', sans-serif;color:#2e2e2e;}

footer{
	background-color: #000000;
	padding-top: 100px;
	background-image: url(../images/fondo-footer.png);
	
}

footer h3{
	color:#ffffff;
	text-align: left;
	font-family: 'Conv_DINPro-Bold', sans-serif;
	font-size: 16px;
	margin-bottom: 40px;

}

#mapa{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.menuInferior{

	font-family: 'Conv_DINPro', sans-serif;
	list-style-type: none;
	padding-left: 40px;
	margin-left: 0;

}

.listaPie
{

	font-family: 'Conv_DINPro', sans-serif;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;

}

.menuInferior li,.listaPie li{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	color:#ffffff;

}

.menuInferior a{
	color:#ffffff;
}

.menuInferior a:hover{
	color:#7d1326;
	text-decoration: none;
}

.footerCopy{
	background-color: #7d1326;
		font-family: 'Conv_DINPro', sans-serif;
		font-size: 16px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		color: #ffffff;
		margin-top: 100px;

}

#obrasContenido{
	padding-bottom: 100px;
	background-color: #dbdbdb;
}

.cabezalSeccion{
 width: 100%;
 
 background-color: #eee2ee;
}



.seleccion {
	border-bottom: solid #ffffff 1px;
}

.obrasSelectorVertical{
	width: 100%;
	height: 900px;
	overflow-y: hidden;
	position: relative;

}

.obrasSelectorHorizontal{
	height: 250px;
	overflow-x: hidden;
	overflow-y:hidden; 
	position: relative;
	padding: 0;
	

}

.obrasSelectorVertical ul{
	list-style-type: none;
	padding: 0;
	margin-top: 100px;

}

.obrasSelectorHorizontal ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	position: relative;
	

}

.obrasSelectorVertical ul li{
 width: 100%;
 height: 250px;
 background-color: #eeeeee;
 display: block;
 margin-bottom: 20px;
 position: relative;
 overflow: hidden;
 cursor: pointer;

}

.obrasSelectorHorizontal ul li{
 width: 250px;
 height: 250px;
 background-color: #eeeeee;
 display: inline-block;
 margin-right: 16px;
 position: relative;
 cursor: pointer;
 padding: 0;

}

.selectorArriba{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100px;
	background-image: url(../images/selector-arriba.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-color: #dbdbdb;
	z-index: 101;
}

.selectorPrev{
	position: absolute;
	top: 100px;
	left: 4px;
	width: 47px;
	height: 47px;
	background-image: url(../images/selector-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;	
	z-index: 101;
}

.selectorAbajo{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background-image: url(../images/selector-abajo.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-color: #dbdbdb;
	z-index: 101;
}

.selectorProx{
	position: absolute;
	top: 100px;
	right: 4px;
	width: 47px;
	height: 47px;
	background-image: url(../images/selector-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 101;
}

.selectorArriba:hover, .selectorAbajo:hover{
	opacity: 0.8;
}

.opacar{
	opacity: 0.4;
}

.obrasModulo{
	 width: 100%;
	 height: 250px;
	 background-color: #000000;
	 opacity: 0.8;
	 display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 10;
     -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
	}

.obrasModulo:hover{
	 width: 100%;
	 height: 250px;
	 background-color: #000000;
	 opacity: 0.4;
	 display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 10;
       -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
	}

.obrasModulo h3{
	text-align: center;
	font-family: 'Conv_DINPro', sans-serif;
	color:#ffffff;
	font-size: 15px;
	


}

#obrasOpciones{
	position: absolute;
	width: 100%;
	top:0px;
	z-index: 100;
}



.obrasFicha p{
	color:#ffffff;
	font-size: 16px;
	font-family: 'Conv_DINPro', sans-serif;
	margin-top: 20px;


}

.obrasFicha ul{
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
}

.obrasFicha ul li{
	color:#ffffff;
	font-size: 13px;
	font-family: 'Conv_DINPro', sans-serif;
	border-bottom: solid #ffffff 1px;
	padding-bottom: 10px;
	margin-bottom: 9px;


}



#empresaContenido{
	padding-bottom: 100px;
	padding-top: 100px;
	background-color: #dbdbdb;
}


#serviciosContenido{
	padding-bottom: 80px;
	padding-top: 100px;
	background-color: #ffffff;
}



#contactoContenido{
	background-image: url(../images/bg-contacto.jpg);
	background-position: center center;
	padding-top: 90px;
	padding-bottom: 90px;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	margin-bottom: 450px;

}

.campoTexto{
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid #ffffff 1px;
width: 100%;
height: 40px;
color: #ffffff;
background: none;
}
.campoTexto::placeholder,.campoTextoAlto::placeholder{
	color: #ffffff;
	font-family: 'Conv_DINPro', sans-serif;
	opacity: 0.6;
}

.campoTextoAlto{
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid #ffffff 1px;
width: 100%;
height: 150px;
background: none;
color: #ffffff;
}

.listaContacto {
	list-style-type: none;
	padding: 0px ;
	margin: 0px;
}

.listaContacto li{
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
	color:#ffffff;
	font-family: 'Conv_DINPro', sans-serif;


}

#contactoContenido h1{
	color:#ffffff;
	text-align: left;
	font-family: 'Conv_DINPro-Bold', sans-serif;
	font-size: 30px;
	margin-bottom: 40px;

}



#mapaFull{
	width: 100%;
	height: 450px;
	background-color: #eeeeee;
	margin-top: 90px;
	position: fixed !important;
	bottom: 0;
	z-index: 1;
}

#mapaFull iframw{
	width: 100%;
	height: 450px;

}

.redes-sociales{
	margin-top: 40px;
}

.redes-sociales img{
	width: 30px;
}