/* CSS Document */

/* ----------------------- GENERAL ------------------------ */
@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
  font-weight: 700;
  font-style: normal
}

body{
	background-color: #fff;
	color: #003366;
	margin: 0;
	padding: 0;
	font-family: 'ProximaNova', sans-serif;
	font-size: 1.4vw;
	font-weight: 300;
}

a{
	text-decoration: none;
}

div, img, section, article{
	border:none 0px;
	margin: 0;
	padding: 0;
}

.pdf-viewer-2 {
    position:absolute;padding-top:max(60%,326px);height:0;width:70%; top: 27vw;
    left: 50%;
    transform: translateX(-50%)
}

/*---------------------- precarga ------------------------- */
#miprecarga{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 999999999999999999999999999999999999999999999;
	background-color: #fff;
	text-align: center;
	
}
#progress-bar {
      width: 300px;
      height: 5px;
      border: none 0px;
     position: absolute;
      margin: 50px auto;
    }
    
    #progress {
      height: 100%;
      background-color: #00bcd4;
      position: absolute;
      left: 0;
      top: 0;
      animation: progress-animation 2s ease-out;
    }
    
    @keyframes progress-animation {
      0% { width: 0%; }
      100% { width: 100%; }
    }
    
    #loading-text {
      text-align: center;
      margin-top: 20px;
		position: fixed;
    z-index: 99999999999;
    }




section{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
/* MENU BTN --------------- */

#btn_menu{
	position: fixed;
    top: 1vw;
    right: 2vw;
    z-index: 99999999999;
    width: 2.5vw;
    height: 2.5vw;
    background-color: transparent;
    cursor: pointer;
}

.barra{
	width: 2.5vw;
    height: 0.32vw;
    border-radius: 5vw;
    position: absolute;
    left: 0;
    background-color: #00e5f6;
	transition: 0.3s ease-in-out;
	transform-origin: 0vw 0vw;
}

#barra1{
	top: 1.4vw;
	
}
#barra2{
	top: 0.8vw;
}

#btn_menu.abierto #barra1{
	transform: rotate(45deg);
    top: 0.3vw;
    left: 0.5vw;
}
#btn_menu.abierto #barra2{
	transform: rotate(-45deg);
    top: 2vw;
    left: 0.3vw;
}

/*---------- MENU --------------------- */

#menunavegacion{
	width: 96%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    margin: 0;
    padding: 0 2%;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

#menunavegacion.cerrado{
	top:-101vh;
}

#menunavegacion.abierto{
	top:0vh;
}

#menunavegacion span{
	font-size: 2vw;
    color: #1d71b8;
    width: 100%;
    display: block;
    margin: 0 0vw 1.5vw;
    font-weight: 600;
}

#menunavegacion .centrador{
	width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
}

#menunavegacion .logo{
	width: 14vw;
    display: block;
    margin: 0 0 1vw -1.5vw;
}

.btn{
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.btn:hover{
	opacity: 0.6;
	margin-left: 1vw !important;
}

.imagenesmenu img{
	display: inline-block;
	margin: 0 2% 0 0;
	width: 18%;
	height: auto;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.imagenesmenu img:hover{
	transform: scale(0.95);
	opacity: 0.95;
}


/*------------------ secciones -----------------*/

#resumen{
	height: 51vw;
	background-image: url("../images/bg_resumen.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
}


#resumen article{
	width: 40vw;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	transform: translateY(-20%);
}

#resumen article h2{
	font-weight: 200;
	font-size: 3vw;
	line-height: 3.5vw;
	margin: 0 0 1.5vw 1.5vw;
	padding: 0;
}


#resumen article img{
	width: 38vw;
    height: auto;
}


#btn_play{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: 0.3s ease-in-out;
	opacity: 0.7;
}

#btn_play:hover{
	transform: translate(-50%,-50%) scale(0.9);
	opacity: 1;
}

#videoResumen{
	width: 83%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 46.3vw;
    transform: translate(-50%,-50%);
	z-index: 5;
	transition: 0.3;
}

.escalado{
	transform: translate(-50%,-50%) scale(0.2); 
}

#velado{
	height: 51vw;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
#btn_cerrar{
	position: absolute;
    top: 50%;
    left: 95%;
	width: 2vw;
}


/*-------------- X TANTAS RAZONES ------------------- */

#XtantasRazones{
	background-color: #fff;
    top: 51vw;
    height: 79vw;
}

.entrada{
	position: absolute;
	top: 2vw;
	left: 50%;
	width: 55%;
	transform: translateX(-50%);
	height: 20vw;
	text-align: center;
}


.entrada h1{
	font-size: 5vw;
    margin: 0 auto;
	color: #1d6fb7;
}

.entrada p{
	color: #003366;
	margin: 2vw auto;
	line-height: 1.9vw;
	width: 100%;
}


#carruselDesktop{
	    position: absolute;
    top: 23vw;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    height: 52vw;
}

#contentSup{
	display: block;
    width: 100%;
    height: 30.6vw;
    margin: 0 auto;
}

#contentSup .flechas{
	position: absolute;
    top: 16vw;
    z-index: 4;
    width: 1.5vw;
    padding: 1vw;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}



#flecha_izq{
	left:0vw;
}

#flecha_izq:hover{
	left:-0.5vw;
}

#flecha_dch{
	right: 0vw;
}

#flecha_dch:hover{
	right:-0.5vw;
}

#rrss{
	position: absolute;
    top: 28vw;
    right: 1vw;
    color: #fff;
    font-size: 0.5vw;
    text-align: right;
    width: 8vw;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
}

#rrss a{
	display: inline-block;
    width: 1.5vw;
    margin: 0.5vw 0 0 0.5vw;
	cursor: pointer;
	transition: 0.3s;
}

#rrss a:hover{
	opacity: 0.5;
}

#rrss a img{
	display: block;
    width: 1.5vw;
    margin: 0;
}

#testimonios{
	position: absolute;
    z-index: 4;
    top: 8vw;
    left: 41.5vw;
    color: #fff;
    width: 30vw;
}

#testimonios h3{
	font-weight: 100;
    font-size: 2vw;
    margin: 0 0 2vw 0
}

#testimonios p{
	font-size: 2.2vw;
    line-height: 2.5vw;
    margin: 0 0 0 0;
}

#carruselImagenes{
	position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: 31.7vw;
    overflow: hidden;
    z-index: 3;
}

.imgGrandes{
	width: 100%;
    height: auto;
	top:0vw;
	position: absolute;
	transition: 0.3s ease-in-out;
	transition-delay: 0.3s;
	cursor: pointer;
	z-index: 2;
}

.oculta{
	top:5vw !important;
	transition-delay: 0s;
	opacity: 0;
	z-index: 1;
}

#contentInf{
	    display: block;
    width: 100%;
    height: 18vw;
    margin: 0 auto;
    padding: 3vw 0 0 0;
    text-align: center;
    overflow: hidden;
}

#contentInf #carruselcillo{
	position: absolute;
    left: -0.5vw;
    height: 18vw;
    width: 101%;
	display: block;
}

#contentInf	#carruselcillo_mob{
		display: none;
	}

#contentInf img{
	width: 24%;
    margin: 0 0.5%;
    padding: 0;
    border: none 0;
    float: left;
	cursor: pointer;
	transition: 0.3s;
}

#contentInf img:hover{
	opacity: 0.7;
}





.mivisor{
	width: 83%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 46.3vw;
    transform: translate(-50%,-50%);
	z-index: 5;
	transition: 0.3;
}

.escalado{
	transform: translate(-50%,-50%) scale(0.2); 
}

#visorVideos{
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	top: 0vw;
	left: 0vw;
	width: 100%;
	position: fixed;
	z-index:200;
	cursor: pointer;
}
#btn_cerrar_video{
	position: absolute;
    top: 50%;
    left: 95%;
	width: 2vw;
}



/*--------------------- RAZONES --------------------*/

#razones{
	background-color: #1d71b8;
	color: #fff;
	height: 51vw;
	top: 128vw;
}

#razones h1 {
    font-size: 5vw;
    line-height: 5.2vw;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}

.listadoRazones{
	position: absolute;
    top: 18vw;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);

    z-index: 2;
    height: 30vw;
	overflow-y: scroll;
	overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #1d71b8 #fff;
	padding: 0 2vw;
}

/* Works on Chrome, Edge, and Safari */
.listadoRazones::-webkit-scrollbar {
  width: 12px;
}

.listadoRazones::-webkit-scrollbar-track {
  background: #1d71b8;
}

.listadoRazones::-webkit-scrollbar-thumb {
  background-color: #1d71b8;
  border-radius: 20vw;
  border: 2px solid #fff;
	padding: .5vw;

}

.parrafos{
	display: block;
	width: 60%;
	margin: 0 0 2vw 0;
	color: #fff;
}

.izquierda{
	text-align: left;
	padding-right: 40%;
}

.derecha{
	text-align: right;
	padding-left: 40%;
}

.parrafos .num{
	width: 25%;
    float: left;
    height: 10vw;
    font-size: 8.5vw;
    font-weight: 800;
    text-align: center;
    line-height: 9vw;
}

.parrafos .textito{
	width: 75%;
    float: left;
}

.parrafos h3{
	width: 80%;
    margin: 0.5vw 0;
    font-size: 2vw;
    font-weight: 800;
    line-height: 2vw;
}

.parrafos p{
	    width: 80%;
    margin: 0.5vw 0;
}

.izquierda p, .izquierda h3{
	margin-right: 20%;
}
.derecha p, .derecha h3{
	margin-left: 20%;
}

#revista{
	    position: absolute;
    top: 180vw;
    background-color: #fff;
    height: calc(51vw + 800px);
	
}

.textosfinal{
	position: absolute;
	top: 1vw;
	left: 50%;
	width: 50%;
	transform: translateX(-50%);
	height: 20vw;
	text-align: center;
}


.textosfinal h1{
	font-size: 5vw;
    margin: 0 auto;
	color: #1d6fb7;
	text-align: center;
}

.textosfinal h2{
	font-size: 2.4vw;
    margin: 0 auto;
	color: #1d6fb7;
	text-align: center;
}

b{
	font-weight: 800 !important;
}
.textosfinal p{
	color: #003366;
	margin: 2vw auto ;
	line-height: 1.9vw;
	width: 80%;
	text-align: center;
}

.revista{
	display: block;
    margin: 0 auto 2vw;
    width: 25vw;
    height: auto;
}

.enlace_externo{
	display: block;
    margin: 0 auto 2vw;
    cursor: pointer;
    transition: 0.3s;
    padding: 0.8vw 1vw 1vw;
    background-color: #00e5f6;
    border-radius: 1vw;
    text-align: center;
    font-size: 1.4vw;
    width: 16vw;
    font-weight: 800;
	color: #003366 !important;
    position: absolute;
left: 50%;
transform: translateX(-50%);
top: 90vw;
}


.enlace_externo:hover{
	opacity: 0.7;
}


.footer{
	position: absolute !important;
    width: 100%;
    height: 600px;
    top: calc(230vw + 850px);
    left: 0;
    overflow: hidden;
    z-index: 10;
    border: 0 none;
}


.imagenesmenu_mob{
	display: none !important;
}
.solomob{
		display: none;
	}
/*------------------- MOBILE ---------------------------*/

@media (orientation:portrait){
    .pdf-viewer-2 {
        width: 90%;
        top: 100vw;
    }
	body{
		font-size: 3.5vw;
    line-height: 5vw;
	}
	
	#btn_menu{
		transform: scale(4);
		top: 6vw;
		right: 8vw;
	}	
	
	#btn_play{
		width: 30vw;
		height: auto;
	}
	
#resumen{
	height: 180vw;
	background-image: url("../images/bg_resumen_mobile.jpg");
}

#resumen article {
    width: 60vw;
    position: absolute;
    top: 115vw;
    left: 0;
    color: #fff;
    transform: translateY(0%);
}	
	
#resumen article h2 {
    font-size: 5vw;
    line-height: 5vw;
    margin: 0 0 4vw 8vw;
}	
	
#resumen article img {
    width: 72vw;
    height: auto;
}	
	
#velado {
    height: 180vw;
}
	
#btn_cerrar {
    top: 125vw;
    left: 50%;
    width: 10vw;
    transform: translateX(-50%);
}	
	
	
#videoResumen {
    width: 95%;
    height: 54vw;
}	

	
.mivisor{
	width: 95%;
    height: 54vw;	
}	
	
	
#btn_cerrar_video {
    top: 155vw;
    left: 50%;
    width: 10vw;
    transform: translateX(-50%);
}	
		
#btn_menu.abierto #barra2 {
    transform: rotate(-45deg);
    top: 2vw;
    left: 0.3vw;
}	
	
#menunavegacion .centrador {
    width: 100%;
    left: 0%;
    top: 5vw;
    height: auto;
    transform: translate(0%, 0%);
}	
	
#menunavegacion .logo {
    width: 40vw;
    margin: -7vw 0 8vw 0vw;
}	
	
#menunavegacion span {
    font-size: 6vw;
    width: 70%;
    margin: 0 0vw 5.5vw 4vw;
}	

.imagenesmenu{
	display: none !important;
}
.imagenesmenu_mob {
    display: block !important;
    width: 100% !important;
    overflow: hidden;
    height: 75vw;
    margin: 6vw 0vw !important;
}

/*---- carrusel --------*/
	
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
height: 95vw;
}

.carousel-wrapper {
  display: flex;
    flex-wrap: nowrap;
    width: 250vw;
    transition: transform 0.3s ease-out;
    touch-action: pan-y;
    height: 95vw;
    max-width: 250vw;
}
.carousel-slide {
  flex: 0 0 100%;
    max-width: 45vw;
    height: auto;
    margin: 0 2.5vw;
}
	
.carousel-container2 {
  position: relative;
  width: 100%;
  overflow: hidden;
height: 95vw;
}
	
.carousel-wrapper2 {
  display: flex;
    flex-wrap: nowrap;
    width: 250vw;
    transition: transform 0.3s ease-out;
    touch-action: pan-y;
    height: 95vw;
    max-width: 250vw;
}	
	
.carousel-slide2 {
  flex: 0 0 100%;
    max-width: 45vw;
    height: auto;
    margin: 0 2.5vw;
}
	.carousel-slide img{
	width: 100%;
    height: auto;	
		
	}
	
	.carousel-slide2 img{
	width: 100%;
    height: auto;	
		
	}
	/*-------------------------*/
	
	
	
	
	
	
	
	
	
	
#XtantasRazones {
    background-color: #fff;
    top: 180vw;
    height: 270vw;
}
	
.entrada {
    position: absolute;
    top: 15vw;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    height: 150vw;
    text-align: center;
}	

.entrada h1 {
    font-size: 11vw;
    margin: 0 auto;
    color: #1d6fb7;
    line-height: 8vw;
}
	
.entrada p {
    color: #003366;
    margin: 11vw auto;
    line-height: 5vw;
    width: 93%;
}	
	
	.flechas{
		display: none;
	}
#contentSup {
    display: block;
    width: 100%;
    height: 115vw;
    margin: 0 auto;
}
	
#carruselDesktop {
    position: absolute;
    top: 105vw;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    height: 185vw;
}	
	
#carruselImagenes {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: 115vw;
    overflow: hidden;
    z-index: 3;
}	
	
#testimonios {
    position: absolute;
    z-index: 4;
    top: 20vw;
    left: 43vw;
    color: #fff;
    width: 44vw;
}	
#testimonios h3 {
    font-weight: 100;
    font-size: 5vw;
    margin: 0 0 3vw 0;
}
	
#testimonios p {
    font-size: 4vw;
    line-height: 4.5vw;
    margin: 0 0 0 0;
}

	
#rrss {
    position: absolute;
    top: 102vw;
    right: 3vw;
    color: #fff;
    font-size: 2vw;
    text-align: right;
    width: 30vw;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 0.3vw;
}	
	
	
#rrss a {
    display: inline-block;
    width: 5vw;
    margin: 0.5vw 0 0 2vw;
    cursor: pointer;
    transition: 0.3s;
}
	
#rrss a img {
    display: block;
    width: 5vw;
    margin: 0;
}	
	
#contentInf {
    display: block;
    width: 100%;
    height: 68vw;
    margin: 0 auto;
    padding: 3vw 0 0 0;
    text-align: center;
    overflow: hidden;
}
	
#contentInf #carruselcillo{
		display: none !important;
	}
	
#contentInf #carruselcillo_mob{
		display: block !important;
	    height: 61vw;
	}
	
	#contentInf img {
		width: 100%;
		margin: 0;
	}
	
#razones {
    background-color: #1d71b8;
    color: #fff;
    height: 180vw;
    top: 480vw;
}	
	
	
#razones h1 {
    font-size: 11vw;
    margin: 0 auto;
    line-height: 9vw;
	width: 100%;
	top: 8vw;
}
.listadoRazones {
    position: absolute;
    top: 45vw;
    width: 85%;
    height: 130vw;
    padding: 0 3vw;
}
	
.izquierda {
    text-align: left;
    padding-right: 0;
}
	
.parrafos {
    display: block;
    width: 100%;
    margin: 5vw 0 5vw 0;
    color: #fff;
    height: auto;
    min-height: 30vw;
    float: left;
}	
	
.derecha {
    text-align: right;
    padding-left: 0%;
}	
	
.parrafos .num {
    width: 25%;
    float: left;
    height: 30vw;
    font-size: 18.5vw;
    font-weight: 800;
    text-align: center;
    line-height: 20vw;
}	
	
.parrafos .textito {
    width: 75%;
    float: left;
}	
	
.parrafos h3 {
    width: 100%;
    margin: 1.5vw 0;
    font-size: 5vw;
    font-weight: 800;
    line-height: 5vw;
}
	
.textosfinal {
    position: absolute;
    top: 8vw;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 20vw;
    text-align: center;
}	
	
.textosfinal h1 {
    font-size: 11vw;
    margin: 0 auto;
    color: #1d6fb7;
    text-align: center;
    width: 80%;
    line-height: 11vw;
}	
	
.textosfinal h2 {
    font-size: 5.5vw;
    margin: 3vw auto 9vw;
    color: #1d6fb7;
    text-align: center;
}	
	
.textosfinal p {
    color: #003366;
    margin: 2vw auto 0;
    line-height: 5vw;
    width: 70%;
    text-align: center;
}
	
.revista {
    display: block;
    margin: 7vw auto 7vw;
    width: 80vw;
    height: auto;
}	
	
.enlace_externo {
    display: block;
    margin: 0 auto 2vw;
    cursor: pointer;
    transition: 0.3s;
    background-color: #00e5f6;
    border-radius: 2vw;
    text-align: center;
    font-size: 4vw;
    width: 44vw;
    font-weight: 800;
    color: #003366 !important;
    padding: 3vw;
    margin-top: 40px;
    top: 160vw
}	
	
	

	
#revista {
    position: absolute;
    top: 660vw;
    background-color: #fff;
    height: 180vw;
}
	
.footer {
    height: 735px;
    top: 845vw;
}	
	
	
.nomob	{
	display: none !important;
}
	
.solomob{
	display: block !important;
}
	
		
	
}