@charset "UTF-8";
/* CSS Document */

body {background-image:url(../images/estructura/fondo.png)}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; color:#000;}
p {font-size:18px;}

/* Espacios y maquetación */
.clear5  {display:block; width:100%; clear:both; height:5px;}
.clear10 {display:block; width:100%; clear:both; height:10px;}
.clear15 {display:block; width:100%; clear:both; height:15px;}
.clear20 {display:block; width:100%; clear:both; height:20px;}
.clear25 {display:block; width:100%; clear:both; height:25px;}
.clear30 {display:block; width:100%; clear:both; height:30px;}
.clear35 {display:block; width:100%; clear:both; height:35px;}
.clear40 {display:block; width:100%; clear:both; height:40px;}
.clear45 {display:block; width:100%; clear:both; height:45px;}
.clear50 {display:block; width:100%; clear:both; height:50px;}

.nada {margin:0; padding:0; border:0;}
.vCenter {display: inline-block; vertical-align: middle;}
.centraImg {margin:0 auto !important;}
.paddingNo {padding:0 !important;}
.listaObjectives li {margin-bottom:12px !important;}
.margenArribaLogo {margin-top:4px;}
.soloMovil {display:none !important;}

/* Colores */
.blanco {color:#FFF;}
.enlaceBlanco {color:#FFF; text-decoration:underline;}
.enlaceBlanco:hover {color:#FFF; text-decoration:underline;}
.fondoBlanco {background-color:#FFF;}
.letraBlanca {color:#FFF !important;}

/* Efectos */
.caja-sombra{
    /*position: relative;
    float: left;
    padding: 1em;
    margin: 100px;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.caja-sombra:before, .caja-sombra:after{
    content: "";
    position: absolute;
    z-index: -2;
}
.caja-sombra:before{
    bottom: 15px;
    left: 22px;
    width: 46%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.caja-sombra:after{
    right: 22px;
    bottom: 15px;
    width: 46%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/* Titular y Redes */
.redesTitulo li {
	display:inline-block;
	list-style:none;
}

.numWhatsapp {
	font-size:18px !important;
}

.iconoWhatsapp {
	max-width:30px;
	height:auto;
}

.redesTitulo li a img {
	max-width:30px;
	height:auto;
	margin-top:24px;
}

/* Cabecera */
.infoSup {
	min-height:80px;
}
.infoSup h1 {
	margin:0 !important;
	font-size:20px; 
	/*color:#000;*/
	line-height:80px;
}
.infoSup p {
	margin:0 !important;
	font-size:14px;
	color:#000;
	line-height:80px;
}

/* Menú */
nav.navbar-default{
	background-color: #FFFFFF !important;
	border-color:#ffffff !important;
}

#navbarMenu > ul > li > a{
	color:#000 !important;
	font-weight:bold;
} 

/* Contenido */
.caja {
	text-align:center;
	padding:12px;
	background-color:#FFF;
	box-sizing:border-box;
	border-color:1px solid #666;
	border-radius:6px;
	-moz-border-radius:64px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-webkit-border-radius:6px;
}
.caja p {
	margin-top:15px;
	margin-bottom:15px;
}

.caja .contenedorImgCaja {
	max-height:370px;
	overflow:hidden;
}

/* Pié de página */
footer {
	height:245px;
	margin-bottom:0px;
	background-color:#3791cf;
}

footer ul li a:link,
footer ul li a:visited {
	color:#FFF;
}

footer ul li {
	text-align:center;
	list-style:none;
}

footer ul li a:hover{
	text-decoration:underline;
}

.paddingFooter {
	padding-top:40px !important;
	box-sizing:border-box;
}

.responsiveClear {
	display:none !important;
}

.responsiveClearInv {
	display:block !important;
}

.listaFooterDerecha {text-align:right !important;}
.listaFooterCentro {text-align:center !important}
.listaFooterIzquierda {text-align:left !important;}

/* CSS Cookies */
@keyframes desaparecer{
	0%		{bottom: 0px;}
	80%		{bottom: 0px;}
	100%	{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer {/* Safari and Chrome */
	0%		{bottom: 0px;}
	80%		{bottom: 0px;}
	100%	{bottom: -50px;}
}
 
@keyframes aparecer{
	0%		{bottom: -38px;}
	10%		{bottom: 0px;}
	90%		{bottom: 0px;}
	100%	{bottom: -38px;}
}
 
@-webkit-keyframes aparecer {/* Safari and Chrome */
	0%		{bottom: -38px;}
	10%		{bottom: 0px;}
	90%		{bottom: 0px;}
	100%	{bottom: -38px;}
}

#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
	padding-top:5px;
	font-size: 1.2em;
	clear:both;
    font-weight: strong;
	color: #333;
	bottom:0px;
	position:fixed;
	left: 0px;
	background-color: #FFF;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition:bottom 1s; /* Safari */
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index:999999999;
}
 
.cookiesms:hover{
	bottom:0px;
}
.cookies2{
	background-color: #FFF;
	display:inline;
	opacity:0.95;
	filter:alpha(opacity=95);
	position:absolute; 
	left:1%; 
	top:-30px;
	font-size:15px;
	height:30px;
	padding-left:25px;
	padding-right:25px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}


@media only screen and (max-width: 1199px) { 
	.infoSup h1 {
		margin:0 !important;
		font-size:16px; 
		/*color:#000;*/
		line-height:80px;
	}
	.centraTextoInfoSup {text-align:center !important;}
}

@media only screen and (max-width: 992px) { 
	h1 {font-size:16px !important; line-height:24px !important;}
	h2 {font-size:18px !important; line-height:24px !important; text-align:center !important;}
	h3 {}
	h4 {}
	h5 {}
	h6 {}
	.centraTextoInfoSup {text-align:center !important;}
	.redesTitulo {padding-left:0 !important;}
}

@media only screen and (max-width: 719px) { 
	h1 {font-size:16px !important; line-height:24px !important;}
	h2 {font-size:18px !important; line-height:24px !important; text-align:center !important;}
	h3 {}
	h4 {}
	h5 {}
	h6 {}
	.centraTextoInfoSup {text-align:center !important;}
	.redesTitulo {padding-left:0 !important;}
	
	#myCarousel {display:none;}
	
	.responsiveClear {
		display:block !important;
	}
	.responsiveClearInv {
		display:none !important;
	}
	.paddinAltura {
		height:500px;
		line-height:24px;
	}
	footer {
		height:470px;
		margin-bottom:20px;
	}
	.margenArribaLogo {margin-top:12px;}
	.soloMovil {display:block !important;}
}