﻿body{
	font-family: 'Manrope', sans-serif !important;
}

.efecto{
	position: relative;
	padding: 0;
}

.cabecera{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	background: rgba(256,256,256,1);
    background: -moz-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(256,256,256,1)), color-stop(20%, rgba(256,256,256,0.8)), color-stop(40%, rgba(256,256,256,0.6)), color-stop(60%, rgba(256,256,256,0.4)), color-stop(80%, rgba(256,256,256,0.2)), color-stop(100%, rgba(256,256,256,0)));
    background: -webkit-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -o-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -ms-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: linear-gradient(to bottom, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	
	padding: 10px 0 100px 0;
}

.fondo-cabecera{
	width: 100%;
	height: 250px;
}
.fondo-nosotros{
	background: url(../images/fondo-nosotros.jpg) no-repeat center center;
	background-size: cover;
}
.fondo-contacto{
	background: url(../images/fondo-contacto.jpg) no-repeat center center;
	background-size: cover;
}

nav{
	margin: 40px 0 0 0;
}

nav a:hover{
	text-decoration: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	position: relative;
	width: 24%;
	float: left;
	margin: 0 0 0 1%;
}

.menu{
	border: 0px solid blue;
	width: 100%;
	color: #247184;
	font-weight: lighter;
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
}

.menu:hover, .activo, .menu-secundario:hover{
	background: #247184;
	color: white;
}

nav ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 52px;
	left: -25%;
	z-index: 10;
	width: 150%;
	display: none;
}

#menu-secundario ul{
	width: 100%;
	float: left;
}

#menu-secundario ul li{
	width: 100%;
}
.menu-secundario{
	background: #61b0bc;
	width: 100%;
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 7px 0;
}


.texto{
	background: #247184;
	text-align: center;
	color: white;
	font-size: 25px;
	font-weight: lighter;
	line-height: 35px;
	padding: 22px 0;
}

.texto strong{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	float: left;
	margin:0 0 30px 0;
}


.contenido{
	background: url(../images/fondo-contenido.jpg) no-repeat center center fixed;
	background-size: cover;
	padding: 100px 0;
}

.seccion{
	font-size: 25px;
	font-weight: lighter;
	line-height: 32px;
}
.seccion strong{
	color: #61b0bc;
	font-size: 30px;
}



.cuadro{
	position: relative;
	padding: 0;
}

.cuadro:hover .titulo-cuadro{
	padding: 30px 0;
	margin: -20px 0 0 0;
}

.titulo-cuadro{
	position: absolute;
	top: 110px;
	left: 0;
	background: rgba(36,113,132, 0.7);
	width: 100%;
	text-align: center;
	font-weight: lighter;
	font-size: 20px;
	color: white;

	transition: all 0.2s;
}



.titulo{
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	color: #257184;
	margin: 0 0 30px 0;
}


.card{
	margin-bottom: 40px;
}

.card-title{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	color: #257184;
}


.pdf{
	width: 24%;
	text-align: center;
	margin: 0 0 0 1%;
	float: left;
}
.pdf img{
	width: 40%;
}
.pdf strong{
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 0 15px;

	box-sizing: border-box;
}



footer{
	background: #247184;
	color: white;
	font-size: 22px;
	font-weight: lighter;
	line-height: 32px;
	padding: 50px 0;
}

footer strong{
	width: 100%;
	font-size: 27px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.seccion-footer{
	position: relative;
}

.contacto-mujer{
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 350px;
}