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

/*----------------------------------------------*/

body{
background-color: rgba(0,0,0,1.00);	
}

::-webkit-scrollbar{
width:9px;
height:9px;
background-color:rgba(0,0,0,0.1);
border-top:1px solid rgba(255,255,255,0.1);
/*border-bottom:1px solid rgba(255,255,255,0.4);*/	
cursor:pointer;
}
::-webkit-scrollbar-track{
background-color:rgba(0,0,0,0.1);
cursor:ew-resize;
}
::-webkit-scrollbar-thumb{
background-color:rgba(255, 255, 255, 1);
cursor:pointer;
}

a {outline : none;}
a {
color: rgba(0, 0, 0, 0.6);	
text-decoration-line: underline;
font-family: 'roboto-condensed-bold';
font-weight: bold;
font-size: 1.15rem;	
}
a:hover {
color: rgba(0, 0, 0, 1);
}
a:focus {
color: rgba(0, 0, 0, 0.6);
}
div {outline : none;}

::selection {
background: rgba(0, 0, 0, 0.1); /* WebKit/Blink Browsers */
}
::-moz-selection {
background: rgba(0, 0, 0, 0.1);  /* Gecko Browsers */
}

div, img{
/*border:1px solid green;*/  
}

/*MARGINS Y PADDINGSS*/
.margin-0{
margin: 0px 0px 0px 0px !important;
}
.margin-x-0{
margin-left: 0px !important;
margin-right: 0px !important;	
}
.margin-xl-0{
margin-left: 0px !important;
}
.margin-xr-0{
margin-right: 0px !important;
}

.margin-y-0{
margin-top: 0px !important;
margin-bottom: 0px !important;	
}
.margin-yt-0{
margin-top: 0px !important;	
}
.margin-yb-0{
margin-bottom: 0px !important;	
}

.margin-y-3{
margin-top: 3px !important;
margin-bottom: 3px !important;	
}
.margin-yt-3{
margin-top: 3px !important;	
}
.margin-yb-3{
margin-bottom: 3px !important;	
}

.margin-y-7{
margin-top: 7px !important;
margin-bottom: 7px !important;	
}
.margin-yt-7{
margin-top: 7px !important;	
}
.margin-yb-7{
margin-bottom: 7px !important;	
}

.margin-y-10{
margin-top: 10px !important;
margin-bottom: 10px !important;	
}
.margin-yt-10{
margin-top: 10px !important;	
}
.margin-yb-10{
margin-bottom: 10px !important;	
}

.margin-y-50{
margin-top: 50px !important;
margin-bottom: 50px !important;	
}
.margin-yt-50{
margin-top: 50px !important;	
}
.margin-yb-50{
margin-bottom: 50px !important;	
}


.padding-0{
padding: 0px 0px 0px 0px !important;
}

.padding-x-0{
padding-left: 0px !important;
padding-right: 0px !important;	
}
.padding-xl-0{
padding-left: 0px !important;
}
.padding-xr-0{
padding-right: 0px !important;
}

.padding-x-15{
padding-left: 15px !important;
padding-right: 15px !important;	
}
.padding-xl-15{
padding-left: 15px !important;
}
.padding-xr-15{
padding-right: 15px !important;
}

.padding-x-20{
padding-left: 20px !important;
padding-right: 20px !important;	
}
.padding-xl-20{
padding-left: 20px !important;
}
.padding-xr-20{
padding-right: 20px !important;
}


.padding-y-0{
padding-top: 0px !important;
padding-bottom: 0px !important;	
}
.padding-yt-0{
padding-top: 0px !important;	
}
.padding-yb-0{
padding-bottom: 0px !important;	
}
.padding-y-3{
padding-top: 3px !important;
padding-bottom: 3px !important;	
}
.padding-yt-3{
padding-top: 3px !important;	
}
.padding-yb-3{
padding-bottom: 3px !important;	
}
.padding-y-7{
padding-top: 7px !important;
padding-bottom: 7px !important;	
}
.padding-yt-7{
padding-top: 7px !important;	
}
.padding-yb-7{
padding-bottom: 7px !important;	
}


.padding-y-10{
padding-top: 10px !important;
padding-bottom: 10px !important;	
}
.padding-yt-10{
padding-top: 10px !important;	
}
.padding-yb-10{
padding-bottom: 10px !important;	
}


.padding-y-20{
padding-top: 20px !important;
padding-bottom: 20px !important;	
}
.padding-yt-20{
padding-top: 20px !important;	
}
.padding-yb-20{
padding-bottom: 20px !important;	
}


.padding-y-30{
padding-top: 30px !important;
padding-bottom: 30px !important;	
}
.padding-yt-30{
padding-top: 30px !important;	
}
.padding-yb-30{
padding-bottom: 30px !important;	
}

.padding-y-50{
padding-top: 50px !important;
padding-bottom: 50px !important;	
}
.padding-yt-50{
padding-top: 50px !important;	
}
.padding-yb-50{
padding-bottom: 50px !important;	
}

.padding-y-60{
padding-top: 60px !important;
padding-bottom: 60px !important;	
}
.padding-yt-60{
padding-top: 60px !important;	
}
.padding-yb-60{
padding-bottom: 60px !important;	
}

/*--------------------*/



/*ÍCONOS*/

/*iconos navegación*/
.icono-navsprite{
background-repeat: no-repeat;
/*background-size: 640px 120px;*/
background-size: 1120px 120px;	
}
.icono-navsprite-blanco{
background-image: url(../imagenes/generales/sprites-nav-blanco.png);	
}
.icono-navsprite-negro{
background-image: url(../imagenes/generales/sprites-nav-negro.png);	
}
.icono-navsprite-rojo{
background-image: url(../imagenes/generales/sprites-nav-rojo.png);	
}
.icono-navsprite-gris-1{
background-image: url(../imagenes/generales/sprites-nav-gris-1.png);	
}
.icono-navsprite-gris-2{
background-image: url(../imagenes/generales/sprites-nav-gris-2.png);	
}
.icono-home{
background-position: -400px 0px;
}
.icono-home-2{
background-position: -480px 0px;
}
.icono-historias{
background-position: -440px 0px;
/*background-color: rgba(255, 237, 0, 1);*/
}
.icono-historias-2{
background-position: -520px 0px;
/*background-color: rgba(255, 237, 0, 1);*/
}
.icono-cerrar-menu{
background-position: -40.5px 0px;
}
.icono-ver-mas {
position: relative;
width: 40px;
height: 40px;
background-position: 0px 0px;
}
.icono-cerrar {
position: relative;
width: 40px;
height: 40px;
background-position: -40px 0px;
}
.icono-flecha-abajo{
position: relative;
width: 40px;
height: 25px;
margin: 0 auto;
background-position: -360px -7px;
/*background-position: -424px -10px;*/	
}

.icono-flecha-left{
position: absolute;
width: 100%;
height: 100%;	
background-position: -240px 0px;
}
.icono-flecha-right{
position: absolute;
right: 0px;	
width: 100%;
height: 100%;	
background-position: -280px 0px;
}
.icono-flechagr-arriba{
position: relative;
width: 80px;
height: 80px;
margin: 0 auto;	
background-position: -160px -40px;
}
.icono-flechagr-abajo{
position: relative;
width: 80px;
height: 80px;
margin: 0 auto;	
background-position: -240px -40px;
}
.icono-flechagr-left{
position: relative;
width: 26px;	
height: 40px;	
background-position: -247px 0px;
}
.icono-flechagr-right{
position: relative;
width: 26px;	
height: 40px;	
background-position: -287px 0px;
}

.icono-flechagr-left-2{
position: relative;
width: 100%;	
height: 80px;	
background-position: -15px -40px;
}
.icono-flechagr-right-2{
position: relative;
width: 100%;	
height: 80px;	
background-position: -95px -40px;
}

/*divisores*/
.divisor {
	width: 15px;
	height: 15px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; 
}

.divisor-1{
width: 15px;
height: 15px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 40px;
background-image:url(../imagenes/elemento-01-negro.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain; 
}

.divisor-1-parrafo{
width: 220px;
height: 1px;
margin: 0 auto;
margin-top: 13px;
margin-bottom: 40px;
background-image: none;
background-color:rgba(0, 0, 0, 0.3);
}

.divisor-2{
width: 70px;
height: 2px;
margin: 0 auto;
margin-top: 13px;
margin-bottom: 40px;
background-image: none;
background-color:rgba(0, 0, 0, 1);
background-position: center;
background-repeat: no-repeat;
background-size: contain; 
}
.divisor-3 {
width: 70px;
height: 10px;
margin: 0 auto;
margin-top: 2px;
margin-bottom: 8px;
background-image: none;
background-color: rgba(0, 0, 0, 1);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.divisor-4-cierre-texto{
width: 15px;
height: 15px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 40px;
background-image:url(../imagenes/elemento-02-negro.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain; 
}
.divisor-bloques{
max-width: 100%;
width: 100%;
height: 27px;
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: url(../imagenes/generales/patron-divisor-01.png);	
-moz-box-shadow:    inset -2px 1px 10px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset -2px 1px 10px 2px rgba(0, 0, 0, 0.1);
box-shadow:         inset -2px 1px 10px 2px rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.divisor-home{
width: 70px;
height: 10px;
margin: 0 auto;
margin-top: 13px;
margin-bottom: 40px;
background-image: none;
background-color:rgba(255, 237, 0, 1);
background-position: center;
background-repeat: no-repeat;
background-size: contain; 
}

/*elementos en destacados*/
.elemento-destacado-2{
position:absolute;
height:15px; 
width:100px; 
background-color:rgba(255, 237, 0, 1);
z-index: 1;	
}


.elemento-destacado-2-top-left{
top: 0px; 
left: 0px; 
}
.elemento-destacado-2-top-center{
position: absolute;
top: 0%;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%); 
}


.elemento-destacado-2-bottom-right{
bottom: 0px; 
right: 0px; 
}
.elemento-destacado-2-bottom-center{
position: absolute;
bottom: 0%;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%); 
}



.elemento-destacado-3{
position: absolute;
top: 50%;
-moz-transform: translateX(0%) translateY(-50%);
-webkit-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
height:150px; 
width:150px;
background-color:rgba(255,0,4,0.0);	
background-position: center;
background-repeat: no-repeat;
background-size: contain; 	
}
.elemento-destacado-3-left{
left:20px;
background-image: url(../imagenes/generales/comilla-abre.png);		
}
.elemento-destacado-3-right{
right:20px;
background-image: url(../imagenes/generales/comilla-cierra.png);		
}


/*ESTILOS BOTON*/
.boton{
cursor: pointer;
}


/*ESTILOS FUENTE GENERALES */

p, h1, h2, h3, h4, h5, h6{
font-family: 'faustina-regular';
/*color:rgba(256, 256, 256, 0.9);*/
}
.capitalParrafo1 {
display: block;
float: left;
margin-top: -0.7em;
margin-left: -0.56em;
margin-right: 0.85em;
height: 7.5em;
}	
.capitalParrafo1 span {
font-family: 'abril';
font-size: 7.5em;
line-height: 0.98em;
text-transform: uppercase;	
margin-left: 0.09em;
color:rgba(0,0,0,1.00);
text-decoration: underline;	
text-decoration-color:rgba(255, 237, 0, 1); 	
}
/*--------------------*/




/*ESTILOS HEADER*/

.bloque-fondo-header{
position: absolute;
left: -60px;
top: 0px;	
width: 65px;
height: 100vh;	
background-color: rgba(0,0,0,1);
opacity:0.05;	
}

.header-semana{
display: block;    
position: fixed;
left:0px;
/*height: 100vh;*/	
z-index: 1000;
opacity: 1;
/*padding: 12px;*/
/*border:2px solid blue;*/	
}


.boton-header{
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out; 
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.boton-header:hover{
/*background-color: rgba(255,255,255,1.00);*/
background-color: rgba(255, 237, 0, 1);
}

/*boton ir a semana.com*/
.grupo-logo-semana-titulo-especial{
position: relative;
display: block;
/*height: 40px;*/
cursor: pointer;
padding: 12px;
}
.logo-arcadia{
position: relative;
display: inline-block;
vertical-align: middle;
width: 40px;
height: 40px;
margin-right: 8px;
text-align: center;	
}
.logo-arcadia img{
max-width: 100%;
max-height: 100%;	
}

.bloque-header-nav{
width: 60px;	
display: block;	
/*border:4px solid blue;*/
/*background-color: pink;*/
padding: 12px;	
}


.titulo-header-especial{
position: relative;	
display: inline-block;
vertical-align: middle;
margin-left: -6px;
/*opacity: 0.2;*/
}
.titulo-header-especial p{
font-family: 'roboto-condensed-bold';
/* font-size: 9.5px; */
/* line-height: 13px; */
font-size: 0.59375rem;
line-height: 0.8125rem;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 0px;
/*color: rgba(0,0,0,1.00);*/
color: rgba(133, 133, 133, 1);	
/*background-color: rgba(0,0,0,0.1);
background-color: rgba(255,255,255,0.4);*/
/*border-left: 5px solid rgba(255, 237, 0, 1);*/
border-bottom: 5px solid rgba(255, 237, 0, 1);	
padding: 7px 6px 4px 0px;	
}


.titulo-boton-header{
/*position: relative;	
display: inline-block;
vertical-align: middle;*/
display:none;	
position: absolute;
top: 50%;
left: 52px;
-moz-transform: translateX(0%) translateY(-50%);
-webkit-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
margin-left: -6px;
/*opacity: 1;*/
}

.titulo-menu-header-especial{
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: 0px;
padding: 4px 0px 3px 0px;
z-index: -1;
}
.titulo-boton-header p{
font-family: 'roboto-condensed-bold';    
/*font-size:9.5px;*/
/*line-height: 13px;*/
font-size:0.59375rem;
line-height: 0.6125rem;	
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 0px;
color: rgba(0,0,0,1.00);	
background-color:rgba(255,255,255,1);
border-left: 5px solid rgba(255, 237, 0, 1);	
padding: 4px 4px 2px 4px;	
}
.titulo-header-especial-home{
margin-left: 8px;
}
.titulo-menu-header-especial-home{
margin-left: 8px;
}

/*-------------*/

/*boton ir al home*/
.grupo-boton-ir-home{
position: relative;	
display: block;
margin-top: 8px;
margin-right: 8px;	
cursor: pointer;	
}

.boton-ir-home-header{
display: inline-block;
vertical-align: middle;	
position: relative;
width: 40px;
height: 40px;
border-radius: 100%;
cursor: pointer;
}

.boton-ir-home-header a.link-home{
position: absolute;
width:100%;
height: 100%;
text-decoration: none;
font-size: inherit;
font-weight: inherit;	
}
.logo-header-home{
position: relative;
padding: 0px 0px 0px 4px;
display: inline-block;
vertical-align: middle;
margin-left: 0px;
/*margin-top: -7px;*/
margin-top: 0px;	
max-width: 180px;
}
/*-------------*/


/*boton ver menú*/
.grupo-boton-ver-menu-header{
position: relative;	
display: block;
margin-top: 5px;
cursor: pointer;
}

.caja-boton-ver-menu-header{
position: relative;	
display: inline-block;
vertical-align: middle;	
margin-top:2px;	
width: 40px;
height: 40px;
border-radius: 100%;
}

.boton-ver-menu-header{
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;	
}


/*estilos menu*/
.menu-capitulos{
visibility: hidden;    
position: fixed;
top:0%;
min-width: 100%;
padding: 0px 0px 0px 0px;
font-size: 0;
z-index: 100;
height: 0vh;
background-color: rgba(0, 0, 0, 0);
-moz-transition: all .6s ease-out;
-ms-transition: all .6s ease-out; 
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
opacity: 0;		
}

.menu-capitulos-visible{
opacity: 1;	
visibility: visible;    
}

.listado-capitulos-menu{
display: flex;
height: 100vh;
background-color:rgba(0,0,0,1.00);	
}
.boton-menu-capitulos{
position: relative;	
flex: 1 1 100%;
text-align: center;    
background-color: rgba(0, 0, 0, 0);
top:0%;	
height:100%;
margin-top:0%;
opacity:0;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: cover;	
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out; 
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.boton-menu-capitulos a{
position: absolute;
width:100%;
height: 100%;
top:0px;
left:0px;
}

.boton-menu-capitulos div{
position: absolute;
width: calc(100% - 0px);
height: 150px;
bottom: 0px;	
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
padding: 10px 10px 10px 10px;
background-color: rgba(0,0,0,0.6);
}
.boton-menu-capitulos div h3{
font-family: 'faustina-bold';
font-size: 1.125rem;
line-height: 1.125rem;	
text-align: left;
color: rgba(256, 256, 256, 0.95);
border-left: 7px solid rgba(255, 237, 0, 1);
padding-left: 10px;
margin-bottom: 15px;	
}
.boton-menu-capitulos div p{
font-family: 'roboto-condensed-bold';
font-size: 0.75rem;
line-height: 1rem;	
letter-spacing: 2px;
text-align: left;
text-transform: uppercase;	
color: rgba(256, 256, 256, 0.95);
padding-left: 15px;
margin-bottom: 0;	
}

.boton-menu-capitulos-visible-1{
-moz-transition: all .8s ease;
-ms-transition: all .8s ease; 
-o-transition: all .8s ease;
transition: all .8s ease;   
opacity:1;
}
.boton-menu-capitulos-visible-2{
-moz-transition: all 1.8s ease;
-ms-transition: all 1.8s ease; 
-o-transition: all 1.8s ease;
transition: all 1.8s ease;   
opacity:1;
}
.boton-menu-capitulos-visible-3{
-moz-transition: all 2.8s ease;
-ms-transition: all 2.8s ease; 
-o-transition: all 2.8s ease;
transition: all 2.8s ease;   
opacity:1;
}

.redes-semana{
position: relative;
display: block;
z-index: 1000;
opacity: 1;    
}
ul.grupo-redes{
list-style: none;
padding-right: 5px;
font-size: 0;	
}
li.boton-redes{
position: relative;
display: block;	
width:40px !important;
height: 40px !important;
margin-right: 0px;
margin-top: 6px;	
cursor: pointer;
border-radius:100%;
background-position: center;
background-repeat: no-repeat;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out; 
-o-transition: all .3s ease-out;
transition: all .3s ease-out;	
}

li.boton-redes:hover{
/*background-color: rgba(255,255,255,1.00);*/
background-color: rgba(255, 237, 0, 1);	
}

li.boton-redes a{
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
}

li.boton-fb{
/*margin-right:2px;*/
background-image: url(../imagenes/facebook-icon-gris-2.png);
background-size: 34px 34px;		
}
li.boton-tw{
background-image: url(../imagenes/twitter-icon-gris-2.png);
background-size: 30px 30px;		
}

/*--------------------*/






/*ESTILOS HOME*/
.fondo-apertura-home{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
z-index: -2;	
}

.bloque-color-apertura-home{
position: fixed; 
top: 0px; 
left: 0px;
width:100%; 
height: 100vh; 
background-color:rgba(0, 0, 0, 0.65);
}
.bloque-central-home{
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
padding: 60px 0px 0px 0px;
}
.bloque-central-home h1{
font-family: 'abril';
/*font-size: 53px;*/
/*line-height: 70px;*/
font-size: 3.3125rem;
line-height: 4.375rem;	
text-transform: uppercase;
text-align: center;	
letter-spacing: 10px;
color:rgba(256, 256, 256, 0.95);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}
.bloque-central-home h1 span{
font-family: 'faustina-bold-italic';
/*font-size: 73px;*/
font-size: 4.5625rem;	
text-transform:lowercase;
letter-spacing: 0px;	
}
.contenedor-titulo-home{
padding: 50px 70px 10px 70px;
/*opacity: 0;*/	
}
.contenedor-botones-secciones-home{
flex-grow: 1;
display: flex;
justify-content: space-between;
padding: 8px 20px 15px 20px;	
margin-bottom: 30px;	
}
.boton-seccion-home{
position: relative;
}

.fondo-cap-home{
position: fixed;
top:0px;
left:0px;	
width:100%;
height: 100vh;
background-color: rgba(26,73,226,0.15);	
}
.fondo-cap-home{
position: fixed;
top:0px;
left:0px;	
width:100%;
height: 100vh;
background-image: url(../imagenes/patron-texto-01.png);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
display: none;
z-index: -4;	
}

.contenedor-botones-secciones-home { 
visibility: hidden; 
}
.contenedor-botones-secciones-home > * { 
visibility: visible; 
}
.contenedor-botones-secciones-home > * { 
transition: opacity 250ms linear 200ms, transform 250ms ease-in-out 200ms; 
}
.contenedor-botones-secciones-home:hover > * { 
opacity: 0.4; 
}
.contenedor-botones-secciones-home > *:hover { 
opacity: 1; 
transition-delay: 0ms, 0ms;
transform: scale(1);	
}


.contenedor-texto-home{
flex-grow: 1;	
overflow-y: auto;	
color:rgba(255,255,255,1.00);
margin-top: 30px;	
padding: 50px 60px 80px 60px;
opacity: 0;
border-top: 1px solid rgba(255, 237, 0, 1);	
}
.caja-texto-home{}
.contenedor-texto-home p{
font-size: 1.0625rem;
line-height: 1.8rem;	
}

.contenedor-texto-home .capitalParrafo1 span {
color:rgba(255,255,255,1.00)
}

.panel-boton-home{
cursor: pointer;
margin-top: -60px;
padding-left: 10px;
padding-right: 10px;	
opacity: 0;	
}
.panel-boton-home h2{
font-family: 'faustina-regular-italic';	
/*font-size: 18px;*/
/*line-height: 18px;*/
font-size: 1.125rem;
line-height: 1.125rem;	
letter-spacing: 0.5px;	
color:rgba(256, 256, 256, 0.95);
border-left: 7px solid rgba(255, 237, 0, 1);
padding-left: 10px;
margin-bottom: 10px;	
}

.panel-boton-home p {
font-family: 'roboto-condensed-bold';
/*font-size: 10.5px;*/
/*line-height: 16px;*/
font-size: 0.65625rem;
line-height: 1rem;	
letter-spacing: 1px;
text-align: left;
text-transform: uppercase;
text-decoration: none;	
color: rgba(256, 256, 256, 0.95);
margin-bottom: 0;
}
/*--------------------*/



/*ESTILOS CONTENIDO EN CAPÍTULOS INTERNOS*/

/*estilos apertura*/
.contenedor-general{
max-width:100%;
min-width:100%;    
}
.contenedor-reportaje-apertura{
z-index: 2;
height: 100vh;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
}  
.bloque-color-apertura{
position: fixed; 
top: 0px; 
left: 0px;
width:100%; 
height: 100vh; 
background-color:rgba(0, 0, 0, 0.8);
display:none;
}
.fondo-apertura{
position: fixed;
top:0px;
left:0px;
width: 100%;
height: 100vh;
opacity: 1;
z-index: -1;
background-color: rgba(0,0,0,1);
background-image: url(../imagenes/generales/patron-fondo-02.png);
background-position: center;
background-repeat: repeat;
background-size: auto;	
}

/*apertura al 60%*/
.contenedor-reportaje-apertura-60{
height: 60vh;
}
.contenedor-reportaje-apertura-60 .fondo-apertura {
height: 60vh;
}
.contenedor-reportaje-apertura-60 .contenedor-titulo-chapeau {
height: 60vh;
}



/*video fondo*/
/*video fondo apertura*/
video#bg-video-apertura{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);	
}

/*titulo y chapeau*/
.contenedor-titulo-chapeau{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;	
position: fixed;
width:100%;
height: 100vh;
top:0px;
bottom:100px;
/*opacity: 0;*/	
}
.caja-titulo-chapeau{
position: absolute;
bottom: 110px;	
left: 0%;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 10px;
padding-left: 0px;	
/*border-left: 15px solid rgba(255, 237, 0, 1);*/      
}
/*.caja-titulo-chapeau .divisor-1{
display: none;
}*/

.caja-titulo-chapeau h1{
font-family: 'abril';
/*font-size: 65px;*/
/*line-height: 75px;*/
font-size: 4.1625rem;
/*line-height: 4.7875rem;*/
line-height: 4.0875rem;	
text-align: left;
padding-left: 0px;
margin-bottom:0px;
color:rgba(256, 256, 256, 0.95);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
	
/*text-decoration: underline;
-webkit-text-decoration-color: rgba(255, 237, 0, 1);
text-decoration-color: rgba(255, 237, 0, 1);*/
}

.caja-titulo-chapeau h1 span{
border-bottom:20px solid rgba(255, 237, 0, 1);
padding-left: 30px;
display: inline-flex;	
}

.caja-titulo-chapeau h2{
font-family: 'roboto-condensed-regular';
/*font-size:25px;*/
/*line-height: 35px;*/
font-size: 1.2rem;
line-height: 1.4rem;		
letter-spacing: 2px;
/*text-align: center;*/	
text-transform: uppercase;	
padding-left: 30px;
margin-top: 7px;	
margin-bottom:10px;
color:rgba(256, 256, 256, 0.95);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

.caja-titulo-chapeau p{
font-family: 'roboto-condensed-bold';
/*font-family: 'faustina-bold';*/	
/*font-size: 10px;*/
/*line-height: 10px;*/
font-size: 0.625rem;
line-height: 0.625rem;	
letter-spacing: 3px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 0px;
padding-left: 30px;	
color: rgba(255,255,255,1.00);
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/*estilos título centrado, aplicar clase "caja-titulo-chapeau-centrado" despues de "caja-titulo-chapeau" */
.caja-titulo-chapeau-centrado{
left: inherit;
bottom: inherit;
position: fixed;
padding-right: 0px;
border-left: none;
padding: 0px;	
}
.caja-titulo-chapeau-centrado h1{
text-align: center;
border-top: 1px solid rgba(255,255,255,0.2);
border-bottom: 1px solid rgba(255,255,255,0.2);
padding-top: 30px;
padding-bottom: 30px;
padding-left: 0px;	
}
.caja-titulo-chapeau-centrado .divisor-1{
display: block;
width: 200px;
margin: 0 auto;
background-color: rgba(255, 237, 0, 1);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);	
}
.caja-titulo-chapeau-centrado .caja-flecha-bajar-apertura {
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
}
/*------------*/



.credito-apertura{
opacity: 0;	
}
.contenedor-titulo-chapeau-home{
position: relative;
width:100%;
}
.caja-titulo-chapeau-home{
position: absolute;
top: 120px;	
left: 0%;
-moz-transform: translateX(0%) translateY(-50%);
-webkit-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
border-left: 15px solid rgba(255, 237, 0, 1);      
}
.caja-titulo-chapeau-home h1{
font-family: 'faustina-bold';
/*font-size: 55px;*/
/*line-height: 58px;*/
font-size: 3.4375rem;
line-height: 3.625rem;	
text-align: left;
padding-left: 20px;
margin-bottom:0px;
color:rgba(0, 0, 0, 0.7);
color:rgba(256, 256, 256, 0.95);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

h1.destacado-titulo{
font-family: 'faustina-regular-italic';	
/*font-size: 32px;*/
/*line-height: 32px;*/
font-size: 2rem;
line-height: 2rem;	
padding-left: 0px;
margin-bottom:0px;
color:rgba(256, 256, 256, 0.95);
text-shadow: 2px 2px 15px rgba(0, 0, 0, 1);
}
h1.destacado-titulo span{
background-color: rgba(0, 0, 0, 0.55);
padding: 4px 16px 10px 27px;
display: inline-block;
background-image: url(../imagenes/patron-texto-01.png);
background-position: center;
background-repeat: repeat;
background-size: auto;
}
.autor-apertura{
position: absolute;
left:0px;
bottom: 20px;    
}
.autor-apertura h2{
font-family: 'roboto-condensed-bold';	
/*font-size: 14px;*/
/*line-height: 22px;*/
font-size: 0.875rem;
line-height: 1.375rem;	
text-shadow: 2px 2px 15px rgba(0, 0, 0, 1);
}
.autor-apertura h2 span{
background-image: url(../imagenes/patron-texto-01.png);
background-position: center;
background-repeat: repeat;
background-size: auto;
padding: 2px 5px 2px 5px;
}
.autor-apertura h2 span span{
font-family: 'roboto-condensed-bold';	
/*font-size: 10px;*/
/*line-height: 22px;*/
font-size: 0.625rem;
line-height: 1.375rem;	
letter-spacing: 4px;
text-transform: uppercase;
}

.caja-chapeau{
margin-left: 0px;    
}
.caja-parrafo-chapeau h2{
font-family: 'faustina-bold';
font-size: 1.3875rem;
line-height: 1.95rem;
color: rgba(0, 0, 0, 0.90);
/*border-left: 8px solid rgba(256, 256, 256, 0.8);*/
/*border-left: 8px solid rgba(255, 237, 0, 1);*/
margin-bottom: 0px;	
padding-left: 28px;	
}
.caja-flecha-bajar-apertura{
position: absolute;	
width: 100px;
height: 24px;
padding: 0px;
padding-left: 2px;	
/*opacity: 0;*/	
animation: jump 5s infinite;
}
@keyframes jump { 0% {  bottom: -35px; } 50% { bottom: -10px; } 100% { bottom: -35px; } }
.caja-flecha-bajar-apertura-instruccion{
position: relative;
height: 15px;
margin: 0 auto;	
}
.caja-flecha-bajar-apertura-instruccion p {
font-family: 'roboto-condensed-bold';	
/*font-size: 11px;*/
/*line-height: 11px;*/
font-size: 0.6875rem;
line-height: 0.6875rem;	
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
color:rgba(255,255,255,1.00);
margin-bottom:0px;
padding: 19px 0px 0px 5px;
}




/*ESTILOS CONTENIDO CENTRAL*/
.contenido-central{
position: relative;    
background-position: center;
background-repeat: repeat;
background-size: auto;
background-color: rgba(256, 256, 256, 1);	
}

/*estilos bloque mapa apertura (ref: hijos del éxodo)*/
.contenedor-mapa-apertura{
position: absolute;
top:100vh;    
width:100%;
min-width:100%;
height: 100vh;
}
.caja-mapa-apertura{
font-size: 0;    
width:70%; 
height:100vh; 
display:inline-block;
}
.caja-texto-mapa{
width:30%; 
height:100vh; 
display:inline-block;    
}
.contenedor-mapa-interno{
position: relative;
text-align: center;
margin-top: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
overflow-y: hidden;
}
.caja-mapa-interno{}
img.mapa-interno{}
.grupo-retrato-mapa{
position: absolute;
top:0px;
width:250px;
background-color: rgba(256, 256, 256, 0.7);
border-top: 20px solid rgba(0, 0, 0, 1);
border-top: 15px solid rgba(255, 237, 0, 1); 
}
.caja-retrato-mapa{
position: relative;
width:100%; 
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.2);  
}
img.imagen-retrato-mapa{}
.caja-texto-mapa-interno{
padding: 20px;    
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);    
}
.parrafo-mapa{
margin-top: 0px;    
}
.parrafo-mapa h5{
font-family: 'faustina-bold';
/*font-size: 30px;*/
/*line-height: 36px;*/
font-size: 1.875rem;
line-height: 2.25rem;	
text-align: left;
margin-bottom: 10px;
color: rgba(0, 0, 0, 1);
}
.parrafo-mapa p{
font-family: 'roboto-condensed-bold';
/*font-size: 14px;*/
/*line-height: 17px;*/
font-size: 0.875rem;
line-height: 1.0625rem;
text-align: left;
margin-top: 10px;
margin-bottom: 0px;
color: rgba(0, 0, 0, 0.5);
}
img.mapa-full-h{
height: 100% !important;    
}
.iframe-mapa{} 
.iframe-mapa-full{
width:100%;
min-width:100%;
height: 100%;
}
/*---------------*/





.contenedor-contenido{
position: relative;
}
.contenedor-contenido-subtitulo-1{
padding-bottom: 20px;	
}
.contenedor-contenido-subtitulo-2{
padding-bottom: 20px;	
}
.contenedor-contenido-destacado{
background-image: url(../imagenes/generales/patron-footer-2.png);	
background-position: center;
background-repeat: repeat;
background-size: auto; 	
}

.caja-contenido{
/*max-width: 1200px;*/ /*¡!*/
max-width: 700px;	
padding-top:70px;
padding-bottom:70px;    
border-right: 1px solid rgba(256, 256, 256, 0.4);
background-position: center;
background-repeat: repeat;
background-size: auto;
border-left: 1px solid rgba(0, 0, 0, 0.2);    
}
.caja-contenido-full-100-w{
max-width: inherit;
border-left: 0px solid rgba(256, 256, 256, 0.4);
border-right: 0px solid rgba(256, 256, 256, 0.4);	
}
.caja-subtitulo-1{
background-position: center;
background-repeat: repeat;
background-size: auto;
border-top: 1px solid rgba(0,0,0,0.2);
padding-top: 0px;
margin-top: 20px;	
}
.caja-subtitulo-1 .divisor-1 {
width: 50px;
height: 5px;
margin-top: 0px;
margin-bottom: 0px;
}

.caja-contenido-articulos-api{
border-left: none;
max-width: 1200px;
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: url(../imagenes/generales/patron-texto-01.png);	
}

.caja-contenido-destacado{
max-width: 100%; /*¡!*/
border-left: none; 
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
overflow-y:hidden;
}



/*ESTILOS INFOGRAFÍA 1 (scroll vertical + aos) */
.contenedor-infografia{
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: url(../imagenes/generales/patron-destacados.png);	
}
.divisor-info-inicio{
width: 30%;
height: 15px;	
background-color: rgba(255, 237, 0, 1); 
position: absolute; 
top: 0%; 
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);	
}
.divisor-info-fin{
width: 30%;
height: 15px;	
background-color: rgba(255, 237, 0, 1); 
position: absolute; 
bottom: 0%; 
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);	
}

.caja-infografia{}
.contenedor-titulo-infografia{
margin-top: 50px;
margin-bottom: 50px;	
}
.contenedor-titulo-infografia h3{
font-family: 'faustina-bold';
/*font-size: 50px;*/
/*line-height: 53px;*/
font-size: 3.125rem;
line-height: 3.3125rem;	
text-align: center;
margin-bottom: 10px;
}
.contenedor-titulo-infografia p{
font-family: 'roboto-condensed-bold';
/*font-size: 24px;*/
/*line-height: 27px;*/
font-size: 1.5rem;
line-height: 1.6875rem;	
text-align: center;	
margin-top: 10px;
margin-bottom: 0px;
}
.contenedor-bloque-info{}
.caja-bloque-info{
padding-bottom: 30px;
}

/** {padding:0;margin:0;box-sizing:border-box;}*/
.iframe-video-info{}
.flex-video {
padding-bottom: 56.25% !important;
}

.contenedor-elemento-subtit-info{}
.caja-elemento-subtit-info{
position: relative;
margin-top: 20px;	
}

.caja-numero-item-info{
position: absolute;	
top: -37px; 
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);	
width: 45px;
height: 45px;
overflow: hidden;
background-color: rgba(255, 237, 0, 1);
z-index: 2;	
}
.caja-numero-item-info p{
width: 200%;	
font-family: 'faustina-bold';
font-family: 'abril';	
/*font-size: 31px;*/
font-size: 1.9375rem;	
text-align: center;
position: absolute;	
top: 50%; 
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);	
color: rgba(255,255,255,1.00);
}

.divisor-info{
position: absolute; 
top: 0%; 
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
width: 70px;
height: 8px;	
background-color: rgba(0,0,0,1.00);	
}

.contenedor-item-info{
padding-top: 20px;	
border-top:1px solid rgba(0, 0, 0, 0.2); 	
}
.caja-item-info{}
.contenedor-item-info h4{
font-family: 'roboto-condensed-regular';
text-transform: uppercase;
letter-spacing: 1px;
/*font-size: 20px;*/
/*line-height: 22px;*/
font-size: 1.25rem;
line-height: 1.375rem;	
text-align: center;	
color: rgba(0, 0, 0, 0.6);
margin-bottom: 20px;	
}
.contenedor-item-info p{
font-family: 'roboto-condensed-regular';	
font-size: 0.95em;
line-height: 1.2rem;	
}
.contenedor-item-info p.texto-destacado-infografia{
font-family: 'faustina-regular';
/*font-size: 29px;*/
/*line-height: 38px;*/
font-size: 1.8125rem;
line-height: 2.375rem;	
text-align: center;
margin-bottom: 10px;
}
.contenedor-item-info p.numero-destacado-infografia{
font-family: 'abril';
/*font-size: 150px;*/
/*line-height: 72px;*/
font-size: 9.375rem;
line-height: 4.5rem;	
text-align: center;
margin-top: 30px;	
margin-bottom: 30px;
color: rgba(255, 237, 0, 1);	
}

.contenedor-subitem-info{
margin-top: 20px;	
margin-bottom: 40px;
}
.caja-subitem-info{
position: relative;	
padding-left: 20px !important;
padding-right: 20px !important;
}
.contenedor-subitem-info p{
font-family: 'roboto-condensed-bold';
text-transform: uppercase;
font-size: 0.85rem;
line-height: 1.1rem;
text-align: center;
}
.caja-icono-item-info{
position: relative;
width:50%;
margin: 0 auto;
margin-bottom: 20px;
background-repeat: no-repeat;
}

.icono-infografia{	
position: absolute;
top: 60px;
right: -25px;
-moz-transform: translateX(0%) translateY(-50%);
-webkit-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
width:50px;
height: 50px;
background-color: rgba(255,255,255,0.7);
border-radius: 100%;	
background-position: center;
background-repeat: no-repeat;
background-size: contain;	
}
.icono-suma{
background-image: url(../imagenes/cap-kelly/icono-suma.png)	
}
.icono-igual{
background-image: url(../imagenes/cap-kelly/icono-igual.png)	
}

.caja-bloque-info-slide{}
.caja-bloque-info-slide h4{
font-family: 'roboto-condensed-bold';
font-family: 'abril';	
/*font-size: 60px;*/
/*line-height: 60px;*/
font-size: 3.75rem;
line-height: 3.75rem;	
text-align: right;
margin-right: 20px;
padding-right: 10px;	
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-right: 10px solid rgba(0, 0, 0, 0.2);
color:rgba(255, 237, 0, 1);	
}
.caja-bloque-info-slide p{
font-family: 'roboto-condensed-bold';
text-transform: uppercase;
font-size: 0.85rem;
line-height: 1.1rem;
}

.contenedor-video-interno{
overflow-y: hidden;    
}
.contenedor-parrafo-chapeau{
}
.contenedor-parrafo{
}
.caja-parrafo{
padding-left:25px;
padding-right:25px;        
}


.caja-parrafo p{
font-size: 1.2625rem;
line-height: 2rem;
/*font-size: 17px;
line-height: 28px;*/
color: rgba(0, 0, 0, 1);	
}

.caja-parrafo p.autor-nombre{
font-family: 'abril';	
font-size: 1.1rem;
line-height: 1.1rem;
color: rgba(0, 0, 0, 0.6);	
}
.caja-parrafo p.autor-perfil{
font-family: 'roboto-condensed-bold';
font-size: 0.7rem;
line-height: 0.9rem;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.4);	
}
.caja-parrafo p.autor-lugar{
font-family: 'roboto-condensed-bold';
font-size: 0.7rem;
line-height: 0.9rem;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(0, 0, 0, 1);	
}

.caja-parrafo p.destacado-parrafo-fragmento{
font-family: 'faustina-bold-italica';
font-size: 0.8rem;
line-height: 1.1rem;
letter-spacing: 1px;
text-align: right;
margin-top: 20px;
width: 300px;
float: right;	
color: rgba(0, 0, 0, 0.6);	
}

.caja-parrafo h3{
font-family: 'faustina-bold';
/*font-size: 30px;*/
/*line-height: 39px;*/
font-size: 1.875rem;
line-height: 2.4375rem;	
}
.caja-parrafo h4{
font-family: 'abril';
font-size: 1.65rem;
line-height: 2.2125rem;	
text-transform: uppercase;
text-align: left;
}
.contenedor-contenido-subtitulo-1 .caja-parrafo h3{
font-family: 'faustina-bold';
/*font-size: 30px;*/
/*line-height: 39px;*/
font-size: 1.9375rem;	
text-align: center;
margin-top: 10px;	
}

/*----------------*/

.contenedor-contenido-subtitulo-1 .caja-parrafo h1.titulo-apertura-mediano{
font-family: 'faustina-bold';	
text-align: left;
/*font-size: 50px;*/
/*line-height: 59px;*/
font-size: 3.125rem;
line-height: 3.6875rem;	
padding-top: 10px;	
padding-bottom: 10px;	
}

.contenedor-contenido-subtitulo-1 .caja-parrafo h3 span{
/*border-top: 1px solid rgba(0,0,0,0.2);*/
padding-top: 10px;	
padding-bottom: 10px;	
}
.contenedor-contenido-subtitulo-1 .caja-parrafo h3.subtitulo-parrafo{
text-align: left;
padding-top: 10px;	
padding-bottom: 10px;	
}

.contenedor-contenido-subtitulo-1 .caja-parrafo p{
font-family: 'roboto-condensed-bold';
/*font-size: 15px;*/
/*line-height: 19px;*/
font-size: 0.9375rem;
line-height: 1.1875rem;	
letter-spacing: 2px;
text-align: center;	
text-transform: uppercase;
color: rgba(0, 0, 0, 0.6);
}
.contenedor-contenido-subtitulo-1 .caja-parrafo p.chapeau-parrafo{
text-align: left;	
}

.contenedor-contenido-subtitulo-2 .caja-parrafo h3{
font-family: 'faustina-bold';
/*font-size: 30px;*/
/*line-height: 39px;*/
font-size: 1.875rem;
line-height: 2.4375rem;	
text-align: left;
}
.contenedor-contenido-subtitulo-2 .caja-parrafo h3 span{
border-top: 1px solid rgba(0,0,0,0.2);
padding-top: 10px;	
padding-bottom: 10px;	
}
.contenedor-contenido-subtitulo-2 .caja-parrafo p{
font-family: 'roboto-condensed-bold';
/*font-size: 15px;*/
/*line-height: 19px;*/
font-size: 0.9375rem;
line-height: 1.1875rem;	
letter-spacing: 3px;
text-align: left;	
text-transform: uppercase;
color: rgba(0, 0, 0, 0.6);
}


.caja-parrafo-destacado{
overflow:hidden;	
border-bottom: 10px solid rgba(255, 237, 0, 1);  
}
.caja-parrafo-destacado p{
font-family: 'roboto-condensed-regular';	
/*font-size: 20px;*/
/*line-height: 30px;*/
font-size: 1.25rem;
line-height: 1.875rem;
text-transform: uppercase;	
color: rgba(0, 0, 0, 1);
margin-top:25px;
margin-bottom:20px;
padding-left: 20px;    
}

.caja-parrafo-destacado h6{
font-family: 'roboto-condensed-bold';
/*font-size: 13px;*/
/*line-height: 17px;*/
font-size: 0.8125rem;
line-height: 1.0625rem;	
letter-spacing: 3px;
text-align: left;
text-transform: uppercase;
color: rgba(0, 0, 0, 1);
margin-top:25px;
margin-bottom:20px;
padding-left: 20px; 	
} 
.caja-parrafo-destacado-2{}
.caja-parrafo-destacado-2 p{
font-family: 'roboto-condensed-regular';   
/*font-size: 20px;*/
/*line-height: 30px;*/
font-size: 1.35rem;
line-height: 1.975rem;	
color: rgba(0, 0, 0, 0.7);
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;	
margin-top:35px;
margin-bottom:17px;
padding-left: 20px;    
}
.caja-parrafo-destacado-2 p span{
font-family: 'roboto-condensed-bold';   
}
.caja-foto-destacado{
text-align: right;
padding: 40px 0;
/*width: 100%;*/
}
.caja-foto-destacado img{
	width: 100%;
}

.contenedor-subtitulo{
margin-bottom: 10px;    
}
.contenedor-subtitulo h3{
font-family: 'faustina-bold';
font-size: 1.25rem;
line-height: 1.6rem; 
color: rgba(0, 0, 0, 1);	
border-left: 15px solid rgba(255, 237, 0, 1); 
padding-left: 15px;    
margin-bottom: 10px;    
}

.caja-foto-full{
position: relative;    
overflow: hidden;
background-color: rgba(0, 0, 0, 1);
background-image: url(../imagenes/generales/patron-fondo-02.png);
background-position: center;
background-repeat: repeat;
background-size: auto;
border-top: 1px solid rgba(256, 256, 256, 0.4);
border-bottom: 1px solid rgba(256, 256, 256, 0.4);     
}

.caja-foto-full .grupo-pie{
background-color:rgba(0,0,0,0.8);
}
.caja-foto-full .grupo-pie p{
color:rgba(255,255,255,1.00);
/*color: rgba(0,0,0,1.00);*/	
}

img.foto-full-apertura-home{
width:100%;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
/*opacity: 0;*/	
}
img.foto-full-apertura{
width:100%;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
/*opacity: 0;*/	
}
img.foto-full-apertura-top{
width:100%;
position: absolute;
top: -100px;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
/*opacity: 0;*/	
}
img.foto-full{
width:100%;
}
.caja-pie-foto{
position: absolute;
width: 50%;
max-width: 250px;
z-index:2;
}


.grupo-pie{
padding: 14px 16px 14px 16px;
/*background-color: rgba(255,255,255,0.9);*/	
border-bottom: 10px solid rgba(255, 237, 0, 1);
}
.grupo-pie p{
font-family: 'roboto-condensed-bold';
/*font-size:14px;*/
/*line-height: 17px;*/
font-size:0.975rem;
line-height: 1.1625rem;	
letter-spacing: 0.5px;
margin-bottom: 0px;
color: rgba(0,0,0,1.00);	
}
p.credito{} 
p.credito-pie-foto{
font-family: 'roboto-condensed-bold';	
/*font-size:10px;*/
/*line-height: 14px;*/
font-size:0.625rem;
line-height: 0.875rem;	
letter-spacing: 2px;
margin-top: 10px;
text-transform: uppercase;   
opacity: 0.7;
}

/*posiciones pies de foto, aplicar clase según se requiera*/
.caja-pie-foto-top-left{
top:90px;
left:33px;
}
.caja-pie-foto-center-left{
top:200px;
left:33px;    
}
.caja-pie-foto-bottom-left{
bottom:100px;
left:63px;
}
.caja-pie-foto-top-right{
top:90px;
right:33px;
}
.caja-pie-foto-center-right{
top:200px;
right:33px;
}
.caja-pie-foto-bottom-right{
bottom:150px;	
right:33px;
}
.caja-pie-foto-bottom-right-2{
bottom:120px;
right:33px;
}

.boton-pie-movil{
position: absolute;
height: 30px;
padding-left: 6px;
padding-right: 3px;
background-color: rgba(255, 237, 0, 1);	
color:rgba(0,0,0,1.00) !important;	
}
.boton-pie-movil p{
font-family: 'roboto-condensed-bold';	
font-size: 0.5625rem;
line-height: 0.5625rem;	
letter-spacing: 2px;
margin-top: 12px;
margin-bottom: 0px;
text-transform: uppercase;
color:rgba(0,0,0,1.00) !important;
text-shadow: none;
}
.boton-ver-pie-movil{
bottom: 0px;
left: 0px;
display:none;
z-index: 20;
color:rgba(0,0,0,1.00) !important;	
} 
.boton-ocultar-pie-movil{
display:none;    
top: -30px;
left: 0px;
color:rgba(0,0,0,1.00) !important;	
} 
/*-------*/

/*contenedor iframe recusos externo (spreaker)*/
.contenedor-recurso{}
.caja-recurso{}
.iframe-contenedor-spreaker{
width:100%;
height: 270px;
}
.contenedor-video{}
.flex-video.iframe-video-embebido{
background-position: center center;
background-repeat: repeat;
background-size: auto;
margin-bottom: 0px;		
}
.caja-video-back-interno {
position: relative;
width: 100%;
height: 60vh;
opacity: 1;
overflow-y: hidden;
}
video#bg-video-interno {
display: block;
position: absolute;
top: 0%;
left: 0%;
min-width: 100%;
min-height: 300px;
width: 100%;
height: auto;
background-size: cover;
transition: 1s opacity;
opacity: 1;
}
.caja-parrafo-destacado-video-back-interno{
position: absolute;
width: 300px;
top: 23px;
left: 20px;
border: 1px solid white;
background-color: rgba(0, 0, 0, 0.5);    
}
.caja-parrafo-destacado-video-back-interno p {
font-family: 'faustina-bold';
/*font-size: 20px;*/
/*line-height: 30px;*/
font-size: 1.25rem;
line-height: 1.875rem;	
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.95);	
margin-bottom: 0px;
padding: 20px;
}

.contenedor-footer{
position: relative;    
max-width:100%;
min-width:100%;    
background-image: url(../imagenes/generales/patron-footer-2.png);
background-position: center;
background-repeat: repeat;
background-size: auto;
color: rgba(256, 256, 256, 1);	
}
.caja-footer{
padding: 20px;
}
.contenedor-parrafo-footer{}
.caja-parrafo-footer{}
ul.listado-footer{
margin-left: 0px;
margin-bottom: 0px;    
list-style: none;    
}
li.elemento-lista-footer{}
li.elemento-lista-footer h6{
font-family: 'roboto-condensed-bold';
/*font-size: 11px;*/
/*line-height: 15px;*/
font-size: 0.6875rem;
line-height: 0.9375rem;	
letter-spacing: 5px;
text-align: center;
text-transform: uppercase;
color: rgba(0,0,0,1.00);	
}
li.elemento-lista-footer p{
font-family: 'roboto-condensed-bold';
/*font-size: 10px;*/
/*line-height: 13px;*/
font-size: 0.625rem;
line-height: 0.8125rem;	
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
color: rgba(0,0,0,1.00);	
}
li.elemento-lista-footer p span{
letter-spacing: 3px;
opacity:0.4;
color: rgba(0,0,0,1.00);	
}

.caja-flecha-ir-top{
cursor:pointer;
}


/*ESTILOS SWIPER*/

/*swiper*/
/*.contenedor-contenido-slider-galeria{
background-image: url(../imagenes/generales/patron-fondo-03.png);
background-position: center;
background-repeat: repeat;
background-size: auto;
}*/
.caja-contenido-slider{}

.caja-contenido-slider .grupo-pie{
background-color:rgba(0,0,0,0.8);	
}
.caja-contenido-slider .grupo-pie p{
color:rgba(254,254,254,1.00);	
}

.caja-instruccion-swiper{
/*background-color:rgba(0,0,0,0.03);*/
position: relative;
display: inline-block;
height: 40px;
float: right;
margin-left: 4px;	
margin-right: 24px;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
z-index: 20;
}

.caja-instruccion-swiper p{
font-family: 'roboto-condensed-bold';
/*font-size: 9.5px;*/
/*line-height: 13px;*/
font-size: 0.59375rem;
line-height: 0.8125rem;	
letter-spacing: 1.5px;
text-transform: uppercase;
margin-top: 2px;	
margin-bottom: 0px;
color: rgba(255,255,255,1.00);
color: rgba(0,0,0,1.00);	
padding-left: 12px;
padding-right: 8px;	
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
width: 50px;
height: 80px;	
z-index: 10;
margin-top: 0px;	
/*background-color: rgba(255, 237, 0, 1);*/
/*background-color: rgba(0,0,0,0.2);*/
background-color: rgba(255,255,255,0.2);	
background-image: none;
	
position: absolute;
top: calc(50% - 42px);
left: inherit;
right: 0%;
-moz-transform: translateX(0%) translateY(-50%);
-webkit-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);	
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
width: 50px;
height: 80px;	
/*right: 0px !important;
top:0px;*/
margin-top: 0px;	
z-index: 10;
/*background-color: rgba(255, 237, 0, 1);*/
/*background-color: rgba(0,0,0,0.2);*/
background-color: rgba(255,255,255,0.2);	
background-image: none;
	
position: absolute;
top: calc(50% + 42px);
right: 0%;
-moz-transform: translateX(0%) translateY(-50%);
-webkit-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);	
}

/*paginacion fraccion*/ /*NO BORRAR*/
/*.swiper-pagination {
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;	
width: 40px;
height: 40px;
background-color:rgba(0,0,0,0.2);
right: 0px;
bottom: 84px !important;	
left:inherit !important;
font-family: 'roboto-condensed-bold';
font-size: 10px;
line-height: 10px;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 0px;
color:rgba(0,0,0,1.00);
}*/
/*paginacion dots*/

/*display: flex;
flex-direction: column;
list-style:none;
padding: 60px 60px 10px 20px;	
}
.item-info-slide{
position: relative;	
flex-grow: 1;*/

.swiper-pagination {
position: relative;	
height:40px !important;	
bottom: 0px !important;
text-align: right !important;
padding-top: 7px !important;	
padding-right: 0px;
background-color:rgba(255,255,255,1.00);	
}
.swiper-pagination-bullet-active {
background: rgba(255, 237, 0, 1);
}



/*-------------*/
/*swiper galería normal*/
.swiper-wrapper-galeria {
max-height: 85vh !important;
}
.swiper-wrapper-galeria .swiper-slide{
/*border-top:1px solid rgba(0,0,0,0.2);*/
/*background-image: url(../imagenes/generales/patron-fondo-03.png);
background-position: center;
background-repeat: repeat;
background-size: auto;*/	
}
.swiper-wrapper-galeria .swiper-slide img{
max-height: 85vh;
}

.caja-pie-foto-galeria-swiper{
position: absolute;	
bottom:0px;
right:0px;	
width: 50%;
max-width: 450px;
}
.caja-pie-foto-galeria-swiper .grupo-pie{}


/*-------------*/
/*ESTILOS SWIPER INFOGRAFIA normal*/

.swiper-wrapper-infografia-centro .swiper-slide {
text-align: center;
}




/*-------------*/
/*ESTILOS SWIPER INFOGRAFIA COLUMNAS FLEX*/

.swiper-wrapper .swiper-wrapper-infografia {
-moz-box-sizing: inherit !important;
box-sizing: inherit !important;
height: 75vh !important;
}
.swiper-slide-infografia {
height: 75vh !important;
border-top: 1px solid rgba(0,0,0,0.2);	
}
/*.caja-pie-foto-slide {
height: 75vh !important;	
}*/

.subtitulo-slide{
position: absolute;
top: 0px;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
padding: 10px 10px 7px 10px;
border-top:4px solid rgba(0,0,0,0.1);	
z-index: 1;	
}
.subtitulo-slide h3{
font-family: 'faustina-bold';
/*font-size: 17.5px;*/
/*line-height: 17.5px;*/
font-size: 1.09375rem;
line-height: 1.09375rem;	
text-align: center;
margin-bottom: 0px;
padding-left: 5px;	
color:rgba(0,0,0,0.5);	
}

.grupo-informacion-slide{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items:center;
justify-content:center;
flex-direction:row;	
font-size: 0;
/*height: 75vh;*/ /*--- ¡! ---*/
}
.grupo-informacion-slide-infografia{
height: 75vh;
}
.contenedor-contenido-slider-tabla .grupo-informacion-slide{
height: 75vh;
}
.bloque-vertical-slide{
flex-grow: 1;	
flex-basis: 0;	
}
.bloque-vertical-slide p{
color: rgba(0,0,0,0.6);
}

.caja-imagen-slide{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
}
.caja-imagen-slide img{}
img.imagen-swiper-01 {
position: relative;		
width: auto;
height: auto;
}
img.imagen-swiper-02 {
position: relative;		
width: auto;
height: auto;
max-height: 75vh;
}

.swiper-wrapper-infografia .caja-imagen-slide {
height: 75vh !important;
}

.listado-info-slide{
height: 100%;	
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: center;
list-style:none;
padding: 10px;	
}
.item-info-slide{
position: relative;	
}
.item-info-slide h3{
font-family: 'faustina-bold';	
/*font-size:24px;*/
/*line-height: 26px;*/
font-size:1.5rem;
line-height: 1.625rem;	
text-align: center;
}
.item-info-slide p{	
font-family: 'roboto-condensed-regular';
/*font-size: 15px;*/
/*line-height: 19px;*/
font-size: 0.9375rem;
line-height: 1.1875rem;	
text-align: center;	
margin-bottom: 15px;
color:rgba(0,0,0,1.00);	
}
.item-info-slide p.parrafo-peque{	
font-family: 'roboto-condensed-bold';
/*font-size: 12px;*/
/*line-height: 16px;*/
font-size: 0.75rem;
line-height: 1rem;	
margin-bottom: 15px;
}


.item-info-slide p span{	
font-family: 'roboto-condensed-bold';
/*font-size: 13px;*/
/*line-height: 17px;*/
font-size: 0.8125rem;
line-height: 1.0625rem;	
text-transform: uppercase;	
}
.item-info-slide ul{	
margin-left: 0px;
}


.item-info-slide-subtitulo-fila{
background-color: rgba(0,0,0,0.5);
}
.item-info-slide-subtitulo-fila p{
color:rgba(255,255,255,1.00);
}

.columna-item-info-slide{
height: 100%; 
flex-grow: 1;
}


/*pie de foto slide*/
.caja-pie-foto-slide{
display: flex;
flex-direction: column;	
height:75vh;	
padding: 20px 20px 20px 0px;	
}
.caja-subtitulo-pie-foto{
background-color: rgba(0,0,0,1.00);
background-position: center;
background-repeat: repeat;
background-size: auto;	
background-image: url(../imagenes/generales/patron-fondo-02.png);	
width: 100%;
height: auto;
padding: 14px 10px 12px 10px;
}
.caja-pie-foto-slide h3{
font-family: 'faustina-bold';
font-family: 'roboto-condensed-regular';	
/*font-size: 17px;*/
/*line-height: 19px;*/
font-size: 1.0625rem;
line-height: 1.1875rem;	
letter-spacing: 2px;	
text-align: center;
text-transform: uppercase;
color: rgba(255,255,255,1.00);
margin-bottom: 0px;
}
.listado-pie-foto{
flex-grow: 1;	
list-style:circle;
overflow-x: hidden;
overflow-y: auto;	
margin-left: 0px;
margin-bottom: 0px;
padding: 20px 20px 0px 20px !important;
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: url(../imagenes/generales/patron-texto-01.png);	
}

ul.listado-pie-foto{
list-style-type: square !important;
}
li.item-listado-pie-foto{
margin-bottom: 40px;
list-style-type: square !important;	
}
.caja-pie-foto-slide h4{
font-family: 'roboto-condensed-bold';
/*font-size: 15px;*/
/*line-height: 16px;*/
font-size: 0.9375rem;
line-height: 1rem;	
color: rgba(0,0,0,1);	
}
.caja-pie-foto-slide p{
font-family: 'roboto-condensed-regular';
/*font-size: 12px;*/
/*line-height: 14px;*/
font-size: 0.75rem;
line-height: 0.875rem;	
}
.caja-pie-foto-slide p span{
font-family: 'roboto-condensed-bold';
/*font-size: 12px;*/
font-size: 0.75rem;	
letter-spacing: 0px;
text-transform: uppercase;	
color: rgba(0,0,0,0.7);	
}
p span.destacado-cifra-pie-foto{
font-family: 'merriweather-black';
/*font-size: 14px;*/
font-size: 0.875rem;	
letter-spacing: 0px;	
}
p span.destacado-palabra-pie-foto{
font-family: 'roboto-condensed-bold';
/*font-size: 14px;*/
font-size: 0.875rem;	
letter-spacing: 0px;
text-transform: uppercase;	
}
.caja-pie-foto-slide p.credito.pie-foto{
font-family: 'roboto-condensed-bold';
/*font-size: 9.5px;*/
/*line-height: 13px;*/
font-size: 0.59375rem;
line-height: 0.8125rem;	
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 0px;
color: rgba(0,0,0,0.5);	
}
/*----*/



/*estilos caja deslizable*/
.contenedor-deslizable{
position: relative;	
width: 100%;
height: 300px;	
border-bottom: 1px solid rgba(0, 0, 0, 0.2);	
}
.contenedor-cajas-deslizable{
position: relative;	
margin: 0 auto; 
height: 100%;	
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(0, 0, 0, 0.2);	
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;	
}
.cajas-deslizable{
white-space: nowrap;
font-size: 0;
}

.boton-contenedor-deslizable{
width: 26px; 
height: 100%; 
position: absolute; 
top:0px;
cursor: pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;	
}
.boton-contenedor-deslizable:hover{
background-color:rgba(255,255,255,0.1);
}
.boton-volver-contenedor-deslizable{
left:0px;
}
.boton-avanzar-contenedor-deslizable{
right:0px;
}

.grupo-caja-deslizable{
width: 400px; 
height: 300px;
position: relative;
display: inline-block;
vertical-align: top;	
margin-left: 5px; 
margin-right: 5px;
padding-left: 3px;
padding-right: 3px;	
white-space: normal;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 1;
cursor:pointer;
background-position: center;
background-repeat: no-repeat;
background-size: cover;	
background-color:rgba(0,0,0,1.00);
border: 1px solid rgba(255,255,255,0.4);
}

.grupo-titulo-caja-deslizable{
position: absolute;
bottom: 0px;
width: 100%;
padding: 30px;	
}
.grupo-titulo-caja-deslizable p{
font-family: 'faustina-bold';
/*font-size: 24px;*/
/*line-height: 26px;*/
font-size: 1.5rem;
line-height: 1.625rem;	
margin-bottom: 0px;	
color:rgba(255,255,255,1.00);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);	
}
/*----*/



/*modales*/
.reveal-overlay{
background-color: rgba(0,0,0,0.85);	
}
.reveal{
background-color: rgba(0,0,0,1.00);
top: 60px !important;
max-height: calc(100vh - 80px) !important;
border: 1px solid rgba(255,255,255,0.2) !important;	
}
.reveal-modal-bloque-contenido{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0px;
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: url(../imagenes/generales/patron-fondo-02.png);	
}

.bloque-contenido-flex-modal{
width: 100%;	
flex-grow: 0;
}
.bloque-contenido-flex-modal-scroll{
border-top:1px solid rgba(255,255,255,0.2);	
overflow-y: auto;
-webkit-overflow-scrolling: touch;    
}

.grupo-subtitulo-boton-modal{
position: relative;
width: 100%;
min-height: 40px;	
background-color: rgba(0,0,0,1.00);
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: url(../imagenes/generales/patron-fondo-02.png);
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.grupo-subtitulo-boton-modal-testimonio{
position: relative;
width: 100%;
min-height: 40px;	
background-color: transparent;
background-position: center;
background-repeat: repeat;
background-size: auto;
background-image: none;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.caja-subtitulo-modal{
display: inline-block;
width: calc(100% - 50px);	
}
.caja-subtitulo-modal h5{
font-family: 'faustina-bold';
/*font-size: 28px;*/
/*line-height: 34px;*/
font-size: 1.75rem;
line-height: 2.125rem;	
color: rgba(255,255,255,1.00);
margin-bottom: 0px;	
padding: 0px 42px 10px 10px;
border-left: 10px solid rgba(255, 237, 0, 1);
}
.caja-subtitulo-modal h6{
font-family: 'roboto-condensed-regular';
/*font-size: 13px;*/
/*line-height: 15px;*/
font-size: 0.8125rem;
line-height: 0.9375rem;	
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255,255,255,1.00);
margin-bottom: 0px;	
padding: 14px 42px 10px 10px;
border-left: 10px solid rgba(255, 237, 0, 1);
}
.caja-parrafo-modal{
padding: 40px 20px 40px 20px;	
}
.caja-parrafo-modal p{
font-size: 1.0625rem;
line-height: 1.8rem;
color: rgba(255,255,255,1.00);	
}

.reveal-modal-bloque-contenido .divisor-1 {
margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 237, 0, 1);
}

.caja-botton-cerrar-modal{
height: 40px;	
float:right;
display: inline-block;
}
.close-button{
position: relative;
width: 40px;
height: 40px;
background-color: rgba(255, 237, 0, 1); 	
right: 0px;
top: 0px;
cursor: pointer;
}

/*modales videos*/
.reveal-modal-videos{
width: 60%;	
max-width: 750px;
padding: 0px;	
}


/*ESTILOS RETICULA BOTONES CUADRADOS*/
.contenedor-contenido-grilla{}
.caja-contenido-grilla{}

.caja-icono-ver-mas-modal{
position: absolute;
top:0px;
right:0px;
width: 40px;
height: 40px;
z-index: 30;	
background-color: rgba(255, 237, 0, 1);	
}


.contenedor-reticula-caja-cuadrada{
width: 100%; 
height: auto; 
font-size: 0;
text-align: center;	
}
.caja-cuadrada{
display: inline-block; 
position: relative; 
width: 25%; 
padding-bottom: 25%; 
background-color: rgba(0,0,0,0.4);	
}
.bloque-color-caja-cuadrada{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.55);
z-index: 10;	
}
.caja-cuadrada-video .bloque-color-caja-cuadrada{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.60);
z-index: 10;
}

.caja-cuadrada-video{
padding-bottom: 0%;	
}
.flex-video-grilla{
padding-bottom: 100% !important;
margin-bottom: 0px !important;	
}

.caja-cuadrada{}
.caja-texto-foto-grilla{
position: absolute;
bottom: 0px;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
width: 100%;
padding: 20px;
z-index: 200;	
}

.caja-texto-foto-grilla h4{
font-family: 'faustina-bold';
/*font-size: 23px;*/
/*line-height: 29px;*/
font-size: 1.4375rem;
line-height: 1.8125rem;	
text-align: center;	
color: rgba(255,255,255,1.00);
margin-bottom: 10px;	
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);	
}
.caja-cuadrada-video .caja-texto-foto-grilla h4{
margin-bottom: -5px;	
}


.caja-texto-foto-grilla h5{
font-family: 'roboto-condensed-bold';
/*font-size: 23px;*/
/*line-height: 24px;*/
font-size: 1.4375rem;
line-height: 1.5rem;	
text-align: center;	
color: rgba(255,255,255,1.00);
margin-bottom: 5px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);	
}
.caja-texto-foto-grilla p{
font-family: 'roboto-condensed-bold';
/*font-size: 12px;*/
/*line-height: 14px;*/
font-size: 0.75rem;
line-height: 0.875rem;	
letter-spacing: 1px;
text-align: center;		
text-transform: uppercase;
color: rgba(255,255,255,1.00);
margin-bottom: 0px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);	
}
.caja-texto-foto-grilla p.destacado-texto-foto-grilla{
font-family: 'roboto-condensed-bold';	
/*font-size: 14px;*/
font-size: 0.875rem;	
margin-top: 14px;	
}
.caja-texto-foto-grilla p span{
/*font-size: 22px;*/
/*line-height: 24px;*/
font-size: 1.375rem;
line-height: 1.5rem;	
}

.caja-texto-foto-grilla p span.destacado-cifra-grilla{
font-family: 'roboto-condensed-bold';	
/*font-size: 33px;*/
/*line-height: 35px;*/
font-size: 2.0625rem;
line-height: 2.1875rem;	
}

.caja-texto-foto-grilla h4.destacado-cifra-pie-foto{
font-family: 'roboto-condensed-bold';	
/*font-size: 73px;*/
/*line-height: 73px;*/
font-size: 4.5625rem;
line-height: 4.5625rem;	
}

p span.destacado-cifra-pie-foto{
font-family: 'merriweather-black';
/*font-size: 14px;*/
font-size: 0.875rem;	
letter-spacing: 0px;	
}

/*-------------*/




/*contenedor audio*/

/*.contenedor-audio{
height: 90px;
background-color: aquamarine;
text-align: center;	
}
.caja-audio{
height: 90px;
text-align: center;	
}
.audioplayer{
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
position: relative;
width: 100%;
height: 100%;
border: 2px solid red;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
width: 40px;
height: 40px;
border-radius: 100%;
background-color: green;
position: relative;
}

.audioplayer-time {
position: absolute;
}

.audioplayer-time-duration {
right: 50px;
background-color: purple;
}
.audioplayer-time-current {
background-color: blue;
right: 105px;
}

.audioplayer-bar {
width: 100%;
position: absolute;
height: 8px;
color: rgba(255,255,255,0.65);	
background-color: blue;	
cursor: pointer;
z-index: 1;
bottom: 0px;
margin-top: 0px;
margin-left: 0px;
}

.audioplayer-volume {
width: 40px;
height: calc(100% - 8px);
text-align: left;
text-indent: -9999px;
cursor: pointer;
z-index: 2;
top: 0;
right: 4px;
position: absolute;
}

.audioplayer-volume-button {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);	
width: 40px;
height: 40px;
background-color: red;
border-radius: 100%;
}*/
/*-------------*/




/*audio*/
.contenedor-titulo-audio{
margin-top: 20px;	
padding-left: 40px;
padding-right: 40px;	
}
.caja-subtitulo-audio{
padding-bottom: 10px;	
}
.contenedor-audio{
}
.caja-audio{
position: relative;
margin-top: 50px;	
}
.audioplayer {
}
.audioplayer-bar {
background-color:rgba(0,0,0,0.6);
border-top: 1px solid rgba(255,255,255,0.4);
border-bottom: 1px solid rgba(255,255,255,0.4);	
}
.audioplayer-bar-loaded {
background-color:rgba(0,0,0,0.3);
}
.audioplayer-bar-played {
background: rgba(255, 237, 0, 1);;
}
.audioplayer-playpause {
background-color:rgba(255, 237, 0, 1);	
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus{
background-color:rgba(69,78,79,1.00);
}
.audioplayer-volume {
width: 40px !important;
height: 40px !important;
border-radius: 100%;	
background-color:rgba(255, 237, 0, 1);	
}
.audioplayer-volume-adjust{
background-color:rgba(255, 237, 0, 1);
}
.audioplayer-volume-adjust > div {
background-color:rgba(37,10,0,0.00);
}
.audioplayer-volume-adjust div div {
background-color:rgba(255, 237, 0, 1);
background-color:rgba(0,0,0,0.6);	
}
.audioplayer-volume:hover,
.audioplayer-volume:focus
{
background-color:rgba(69,78,79,1.00);
}
.contenedor-audio-fondo-loop{
max-width: 100%;	
min-width:100% !important;
height: 300px;
}
.contenedor-audio.contenedor-audio-full-width{
padding: 0px 20px 0px 20px;	
}
.contenedor-audio-fondo-imagen{
max-width: 100%;	
min-width:100% !important;
height: 300px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
/*---*/









/*-------------*/
/*articulos-api*/
#grupo-articulos-api{
text-align: center;	
}
ul.lista-articulos-api{
margin-left: 0px;	
list-style-type:none;
}
.caja_principal{
padding: 20px;	
}
.otros{}

.principal{
display: inline-block;
vertical-align: top;	
width: 50%;
margin-bottom: 20px;	
padding: 5px;
}
a.principal{
text-decoration-line: none;
}

.caja-imagen-articulo-api{
max-height: 210px;
overflow: hidden;	
}
.caja-imagen-articulo-api img{}

.sumario_articulo{
padding: 10px;
border-top:5px solid rgba(255, 237, 0, 1);	
}
.subtitulo{
font-family: 'faustina-bold';	
/*font-size: 15px;*/
/*line-height: 20px;*/
font-size: 0.9375rem;
line-height: 1.25rem;	
color:rgba(0,0,0,1.00);	
}
.sumario_articulo h3.titulo-articulo-dia {}
a:hover {}
a:focus {}


/*tooltip*/
.tooltip {
background-color:rgba(0,0,0,1.00);
background-image: url(../imagenes/generales/patron-fondo-02.png);
font-family: 'roboto-condensed-bold';
/*font-size: 15px;*/
/*line-height: 16px;*/
font-size: 0.9375rem;
line-height: 1rem;	
color:rgba(255,255,255,1.00);	
}
.tooltip::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: transparent transparent #0a0a0a;
border-bottom-style: solid;
border-top-width: 0;
bottom: 100%;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
		transform: translateX(-50%); }
.tooltip.top::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: #0a0a0a transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
top: 100%;
bottom: auto; }
.tooltip.left::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: transparent transparent transparent #0a0a0a;
border-left-style: solid;
border-right-width: 0;
bottom: auto;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
		transform: translateY(-50%); }
.tooltip.right::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: transparent #0a0a0a transparent transparent;
border-right-style: solid;
border-left-width: 0;
bottom: auto;
left: auto;
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
		transform: translateY(-50%); }

/*-----*/

/*ESTILOS FONDO OSCURO*/
/*agregar "contenedor-contenido-fondo-oscuro" en divs con clase "contenedor-contenido" */

.contenedor-contenido-fondo-oscuro{
background-image: url(../imagenes/generales/patron-fondo-02.png);	
}


.contenedor-contenido-fondo-oscuro p a{ 
color:rgba(255,255,255,0.6)
}
.contenedor-contenido-fondo-oscuro a:hover {
color: rgba(255, 237, 0, 1);
}
.contenedor-contenido-fondo-oscuro a:focus {
color: rgba(0, 0, 0, 0.6);
}


.contenedor-contenido-fondo-oscuro .contenido-central{
background-color: rgba(0,0,0,1.00);
}
.contenedor-contenido-linea-tiempo-oscuro .caja-contenido {
border-right: none;
}

.contenedor-contenido-fondo-oscuro .caja-subtitulo-1{
border-top: 1px solid rgba(255,255,255,0.2) !important;	
}


.contenedor-contenido-fondo-oscuro .caja-contenido {
border-right: 1px solid rgba(255,255,255,0.2);	
border-left: 1px solid rgba(255,255,255,0.2);
}

.contenedor-contenido-fondo-oscuro .contenedor-contenido-subtitulo-1 .caja-contenido {
background-color: transparent;
border-left: none;	
border-right: none;	
}
.contenedor-contenido-fondo-oscuro .caja-parrafo-chapeau h2 {
color:rgba(255,255,255,1.00);
border-left: 8px solid rgba(255, 237, 0, 1);
}

.contenedor-contenido-fondo-oscuro .divisor-1 {
background-color:rgba(255,255,255,0.3);
}
.contenedor-contenido-fondo-oscuro .caja-parrafo p {
color:rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .caja-parrafo h4{
color:rgba(255,255,255,1.00);
}
.divisor-bloques.contenedor-contenido-fondo-oscuro{
background-image: url(../imagenes/generales/patron-fondo-02.png);
-moz-box-shadow: inset 0 0 16px rgba(0, 0, 0, 1);
-webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 1);
box-shadow: inset 0 0 16px rgba(0, 0, 0, 1); 
border-top: 1px solid rgba(255,255,255,0.1);
border-bottom: 1px solid rgba(255,255,255,0.1);	
opacity: 1;
}
.contenedor-contenido-subtitulo-1-fondo-oscuro{
background-image: url(../imagenes/generales/patron-fondo-02.png);	
}
.contenedor-contenido-subtitulo-1-fondo-oscuro .caja-subtitulo-1 {
background-color: transparent;
}
.contenedor-contenido-subtitulo-1-fondo-oscuro .divisor-1 {
background-color:rgba(254,254,254,0.3);
}
.contenedor-contenido-fondo-oscuro .divisor-2 {
background-color:rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .caja-parrafo-destacado p{
color:rgba(255,255,255,1.00) !important;	
}
.contenedor-contenido-fondo-oscuro .caja-parrafo-destacado h6{
color:rgba(255,255,255,1.00) !important;	
}
.contenedor-contenido-fondo-oscuro .caja-subtitulo-1 .divisor-1 {
background-color: rgba(255,255,255,0.3);
}

.contenedor-contenido-subtitulo-1 .caja-parrafo h1.titulo-apertura-mediano{
color: rgba(255,255,255,1.00);	
}
.contenedor-contenido-fondo-oscuro .caja-parrafo h3 {
color: rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .caja-parrafo h3 span {
/*border-top: 1px solid rgba(255,255,255,0.2);*/
}
.contenedor-contenido-fondo-oscuro .contenedor-contenido-subtitulo-1 .caja-parrafo p {
color:rgba(255,255,255,1.00);
}
.contenedor-contenido-subtitulo-1 .caja-parrafo h4{
color:rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .contenedor-contenido-destacado{
background-image: url(../imagenes/generales/patron-fondo-03.png);
}
.contenedor-contenido-fondo-oscuro .caja-contenido-destacado {
border-top: 1px solid rgba(255,255,255,0.2);
border-bottom: 1px solid rgba(255,255,255,0.2);
border-left:none;
border-right:none;    
}
.contenedor-contenido-linea-tiempo-oscuro{
background-image: url(../imagenes/generales/patron-fondo-02.png);
}
.contenedor-contenido-fondo-oscuro .caja-titulos-articulos-dia {
background-image: none;
border-left: 1px solid rgba(255,255,255,0.2);	
}
.contenedor-contenido-fondo-oscuro .caja-imagen-dia {
background-color: transparent;
}
.contenedor-contenido-fondo-oscuro .dia-semana-hito p {
color: rgba(255,255,255,1.00);
text-transform: inherit;	
}
.contenedor-contenido-fondo-oscuro .subtitulo-hito-dia p {
color: rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .grupo-hito-activo {
border-top: 10px solid rgba(255, 237, 0, 1);
}
.contenedor-contenido-fondo-oscuro .boton-linea-tiempo {
background-color:rgba(0,0,0,0.35);
}
.contenedor-contenido-fondo-oscuro .contenedor-informacion-dia {
border-top: 1px solid rgba(255,255,255,0.2);
}
.contenedor-contenido-fondo-oscuro .grupo-evento-dia {
border-bottom: 1px solid  rgba(255,255,255,0.2);
}
.contenedor-contenido-fondo-oscuro .grupo-noticia .divisor-1 {
background-color: rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .grupo-noticia h3 {
color: rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .grupo-noticia p {
color: rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .grupo-noticia p a {
color: rgba(255,255,255,1.00);
}
.contenedor-contenido-fondo-oscuro .contenedor-hitos-linea {
border-left: 1px solid rgba(255,255,255,0.2);
border-right: 1px solid rgba(255,255,255,0.2);
}
.contenedor-contenido-fondo-oscuro .swiper-pagination-bullet {
background: rgba(255,255,255,1.00) !important;
}
.contenedor-contenido-fondo-oscuro .swiper-pagination-bullet-active {
background: rgba(255, 237, 0, 1) !important;
}
.contenedor-contenido-fondo-oscuro .caja-contenido-full-100-w {
border-left: none;
border-right: none;
}
.contenedor-contenido-fondo-oscuro .caja-instruccion-swiper p {
color: rgba(255,255,255,1.00);
}
/*.contenedor-footer {
background-image: url(../imagenes/generales/patron-footer.png);
}*/

.contenedor-contenido-fondo-oscuro .caja-contenido-articulos-api{
background-image: url(../imagenes/generales/patron-fondo-03.png);
border-top: 1px solid rgba(255,255,255,0.2);	
}

.contenedor-contenido-fondo-oscuro .subtitulo {
color:rgba(255,255,255,1.00);
}


/*estilos oscuro swiper*/
.contenedor-contenido-fondo-oscuro .swiper-slide{
border-top:1px solid rgba(255,255,255,0.2);
background-image: url(../imagenes/generales/patron-fondo-03.png);	
}

.contenedor-contenido-fondo-oscuro .grupo-pie{
background-color: rgba(0, 0, 0, 0.55);
border-top:1px solid rgba(256, 256, 256, 0.35);
border-right:1px solid rgba(256, 256, 256, 0.35);
border-bottom:1px solid rgba(256, 256, 256, 0.35);	
}
.contenedor-contenido-fondo-oscuro .grupo-pie p{
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.40);
color: rgba(255,255,255,1.00);
}

.contenedor-contenido-fondo-oscuro .swiper-pagination {
background-color: transparent;
}


/*estilos oscuro swiper infografia*/
.contenedor-contenido-fondo-oscuro .caja-pie-foto-slide h4{
color: rgba(255,255,255,1.00);	
}
.contenedor-contenido-fondo-oscuro .caja-pie-foto-slide p span{
color: rgba(255,255,255,0.7);	
}
.contenedor-contenido-fondo-oscuro .caja-pie-foto-slide p.credito.pie-foto{
color: rgba(255,255,255,0.5);	
}


.contenedor-contenido-fondo-oscuro .subtitulo-slide {
border-top: 4px solid rgba(255,255,255,0.5);
}
.contenedor-contenido-fondo-oscuro .subtitulo-slide h3 {
color: rgba(255,255,255,0.5);
}
.contenedor-contenido-fondo-oscuro .item-info-slide p {
color: rgba(255,255,255,1.00);
}

.contenedor-contenido-fondo-oscuro .bloque-vertical-slide-2 .item-info-slide .caja-valor-item-info p {
color: rgba(255,255,255,0.5);
}


/*--------*/



/*MEDIA QUERIES*/
@media screen and (orientation:portrait) {
img.foto-full-apertura {
max-width: inherit;
width: auto;
height: 50vh;
top: 20%;
}
img.foto-full-apertura-home {
max-width: inherit;
width: auto;
height: 100vh;
}
img.foto-full-apertura-top {
top: -50px;
max-width: inherit;
width: auto !important;
height: 100vh;	
}	
}

@media screen and (max-width:1024px){
	
/*menu*/

.bloque-header-nav {
display: inline-block;
vertical-align: middle;
width: auto;
padding: 0px;	
}
.titulo-boton-header{
position: relative;
display: inline-block;
vertical-align: middle;
top:inherit;
left: inherit;
transform: none;	
}
.titulo-boton-header p {
background-color: transparent;
border-left: none;
padding: 4px 4px 2px 4px;
color: rgba(255,255,255,1.00);	
}	
	
	
.boton-header:hover{
background-color: transparent;
}
li.boton-redes:hover{
background-color: transparent;	
}	
	
.icono-navsprite-rojo{
background-image: url(../imagenes/generales/sprites-nav-blanco.png);	
}
li.boton-fb{
background-image: url(../imagenes/facebook-icon-blanco.png);
}
li.boton-tw{
background-image: url(../imagenes/twitter-icon-blanco.png);
}	
	
/*.bloque-fondo-header{
display: none;
}	*/
.header-semana{
padding-top: 7px;
padding-bottom: 7px;	
/*background-color: rgba(255, 237, 0, 1);*/
width: 100%;
height: auto;
background-color: rgba(0,0,0,1.00);	
background-image: url(../imagenes/generales/patron-fondo-02.png);
background-position: center;
background-repeat: repeat;
background-size: auto;
border-bottom: 1px solid rgba(256, 256, 256, 0.35);	
}	
	
	
.titulo-header-especial{
opacity: 1 !important;
}	
.titulo-header-especial p {
background-color: transparent;
border-left: none;
color: rgba(255,255,255,1.00);
padding: 0px;	
}	
	
.grupo-logo-semana-titulo-especial {
height: inherit;	
display: inline-block;
vertical-align: middle;
padding: 0px 0px 0px 12px;		
}
.grupo-boton-ir-home {
display: inline-block;
vertical-align: middle;
margin-top: 0px;
margin-left: 0px;	
}
.grupo-boton-ver-menu-header {
display: inline-block;
vertical-align: middle;
margin-top: 0px;
margin-left: 0px;	
}
.boton-ver-menu-header{
margin-top: 0px;	
}
	
	
.redes-semana {
/*display: none;*/	
position: absolute;
right: 0px;
top: 0px;
}
li.boton-redes {
display: inline-block;
margin-top: 9px;	
}	
	
.fondo-apertura{
margin-top: 60px;
}
	
img.foto-full-apertura-top {
top: -50px;
}
.caja-parrafo-chapeau h2 {
padding-left: 12px;
padding-right: 25px;	
}	
.caja-parrafo{
padding-left:20px;
padding-right:20px;        
}	
.caja-parrafo p{
/*font-size: 16px;*/
/*line-height: 25px;*/
font-size: 1.2625rem;
line-height: 2rem;	
}
.caja-parrafo-destacado p {
/*font-size: 18px;*/
/*line-height: 28px;*/
font-size: 1.125rem;
line-height: 1.75rem;	
padding-left: 10px;	
}
.caja-parrafo-destacado h6 {
/*font-size: 11px;*/
/*line-height: 15px;*/
font-size: 0.6875rem;
line-height: 0.9375rem;	
padding-left: 10px;	
}
	
/*pie foto boton*/	
.caja-pie-foto{
position: absolute;
width: 100%;
max-width: 100%;
}
.caja-pie-foto p{
/*font-size:12px;*/
/*line-height: 15px;*/
font-size:0.85rem;
line-height: 1.0375rem;	
letter-spacing: 1px;
}
p.credito-pie-foto{
/*font-size:8px;*/
/*line-height: 10px;*/
font-size:0.5rem;
line-height: 0.625rem;	
letter-spacing: 2px;
opacity: 0.7;
}
.caja-pie-foto-top-left{
top: inherit;
right: inherit;    
bottom:0px;
left:0px;
}
.caja-pie-foto-center-left{
top: inherit;
right: inherit;    
bottom:0px;
left:0px;
}
.caja-pie-foto-bottom-left{
top: inherit;
right: inherit;    
bottom:0px;
left:0px;
}
.caja-pie-foto-top-right{
top: inherit;
right: inherit;    
bottom:0px;
left:0px;
}
.caja-pie-foto-center-right{
top: inherit;
right: inherit;    
bottom:0px;
left:0px;
}
.caja-pie-foto-bottom-right{
top: inherit;
right: inherit;    
bottom:0px;
left:0px;
}
.caja-pie-foto-bottom-right-2{
top: inherit;
right: inherit;    
bottom:0px;
left:0px
}
.boton-ocultar-pie-movil{
display:block;    
} 
.boton-pie-movil p{
/*font-size: 9px;*/
/*line-height: 9px;*/
font-size: 0.5625rem;
line-height: 0.5625rem;	
letter-spacing: 3px;
margin-bottom: 0px;
text-transform: uppercase;
}
	
	
.caja-pie-foto-galeria-swiper {
width: 100%;
max-width: 100%;
}
.caja-pie-foto-galeria-swiper .grupo-pie {
border-right: none;
border-bottom: none;
}
}	
/*------*/

@media screen and (max-width:768px){
.titulo-header-especial{
display: none;	
}	
.caja-titulo-chapeau h1 {
/*font-size: 38px;*/
/*line-height: 45px;*/
font-size: 2.375rem;
line-height: 2.8125rem;	
padding-left: 0px;	
}
.caja-titulo-chapeau h2 {
font-size: 1rem;
line-height: 1.2rem;
padding-left: 20px;
}	
.caja-titulo-chapeau p {
padding-left: 0px;
}	
.caja-titulo-chapeau h1 span {
padding-left: 20px;
}	
	
.autor-apertura{
position: relative;
margin-top: 40px;
}    
.caja-contenido {
padding-top: 30px;
padding-bottom: 30px;
border-right: none;
border-left: none;	
}
.icono-infografia{	
top: 40px;
}
    
/*grilla cuadricula (videos, imagenes)*/
.caja-cuadrada{
width: 50%;
} 
	

	
/*swiper*/	
.icono-flechagr-left-2{
width: 40px;	
height: 40px;
background-position: -240px 0px;	
}
.icono-flechagr-right-2{
width: 40px;	
height: 40px;
background-position: -280px 0px;	
}	

	
.swiper-pagination {
padding-right: 10px;
}	
.caja-instruccion-swiper {
width: 100%;
justify-content: flex-end;
margin-right: 84px;	
}
	
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
-moz-transform: none;
-webkit-transform: none;
transform: none;	
width: 40px;
height: 40px;	
z-index: 10;
left: inherit !important;
right: 42px !important;
top:0px;
margin-top: 0px;	
background-color: rgba(255, 237, 0, 1);	
background-image: none;	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 40px;
height: 40px;	
right: 0px !important;
top:0px;
margin-top: 0px;	
z-index: 10;
background-color: rgba(255, 237, 0, 1);	
background-image: none;	
}	
}




@media screen and (max-width:767px){
video#bg-video-apertura{
display:none;	
}
}


@media screen and (max-width:640px){

/*home*/	
.contenedor-titulo-home {
padding: 60px 0px 0px 0px;
}
.bloque-central-home {
display: block;
height: auto;	
padding: 30px 20px 0px 20px;	
}	
.bloque-central-home h1 {
/*font-size: 25px;*/
/*line-height: 42px;*/
font-size: 1.5625rem;
line-height: 2.625rem;	
}
.bloque-central-home h1 span {
/*font-size: 45px;*/
font-size: 2.8125rem;	
}
.contenedor-botones-secciones-home {
display: block;
height: auto;
margin-top: 25px;	
padding: 0px;	
}
.panel-boton-home {
margin-bottom: 20px;
}
.contenedor-texto-home {
display: block;
overflow: auto;
padding: 50px 0px 80px 0px;
}
.contenedor-texto-home p {
/*font-size: 16px;*/
/*line-height: 23px;*/
font-size: 1rem;
line-height: 1.4375rem;	
}	
/*------*/	

	
.header-semana {
top:0px;
/*padding-top: 7px;
padding-bottom: 7px; */   
/*width: 100%;*/    
/*background-color: rgba(0, 0, 0, 0.25);*/
/*border-bottom: 1px solid rgba(256, 256, 256, 0.35);*/ 
opacity: 1;
}    

/*#titulo-menu{
display: none;	
}*/
   
a.link-home .titulo-header-especial {
margin-left: 0px;
}	
.boton-ver-menu-header{
margin-left: 0px;
}	
.titulo-header-especial p{
/*font-size:8px;*/
/*line-height: 13px;*/
font-size:0.5rem;
line-height: 0.8125rem;	
}
	
.listado-capitulos-menu {
flex-direction: column;
padding-top: 60px !important;
padding-bottom: 50px !important;
background-color:rgba(0,0,0,1.00);	
}	
.boton-menu-capitulos div {
height: auto;	
padding: 5px 10px 10px 10px;	
top: 0px;	
background-color: transparent;	
}	
.boton-menu-capitulos div h3 {
/*font-size: 16px;*/
/*line-height: 16px;*/
font-size: 1rem;
line-height: 1rem;	
text-align: left;
margin-bottom: 6px;	
}
.boton-menu-capitulos div p {
/*font-size: 10px;*/
/*line-height: 14px;*/
font-size: 0.625rem;
line-height: 0.875rem;	
}	

img.foto-full-apertura-top {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}	
.caja-titulo-chapeau h1 {
/*font-size: 26px;*/
/*line-height: 31px;*/
font-size: 2.025rem;
line-height: 2.3375rem;	
padding-left: 0px;	
}
.caja-titulo-chapeau h2 {
/*font-size: 12px;*/
/*line-height: 20px;*/
font-size: 0.75rem;
line-height: 1.25rem;	
font-family: 'roboto-condensed-bold';	
}	
.caja-titulo-chapeau p {
padding-left: 0px;	
}	
.caja-foto-destacado {
text-align: center;
}	
.caja-titulo-chapeau {
/*border-left: 10px solid rgba(255, 237, 0, 1);*/	
}
	
.caja-titulo-chapeau h1 span {
border-bottom: 10px solid rgba(255, 237, 0, 1);
padding-left: 20px;
}	
	
	
.caja-titulo-chapeau.caja-titulo-chapeau-centrado {
border-left: none !important;
}	
	
	
.grupo-retrato-mapa {
position: relative;
width: 100%;
}
.caja-flecha-bajar-apertura {
left: 0px;
}
.caja-chapeau h2{}
.caja-parrafo-chapeau h2 {
/*font-size: 20px;*/
/*line-height: 25px;*/
/*font-size: 1.25rem;*/
/*line-height: 1.5625rem;*/
font-size: 1.0625rem;
line-height: 1.4375rem;	
}
.caja-parrafo p{
/*font-size: 15px;*/
/*line-height: 24px;*/
font-size: 1.15rem;
line-height: 1.9rem;	
}
.caja-parrafo-destacado p {
/*font-size: 19px;*/
/*line-height: 25px;*/
font-size: 1.1875rem;
line-height: 1.5625rem;	
padding-left: 5px;
padding-right: 20px;
}
.caja-parrafo-destacado h6 {
/*font-size: 12px;*/
/*line-height: 16px;*/
font-size: 0.75rem;
line-height: 1rem;	
padding-left: 5px;
padding-right: 20px;
}
.contenedor-contenido-subtitulo-1 .caja-parrafo h3{
font-family: 'faustina-bold';
/*font-size: 20px;*/
/*line-height: 24px;*/
font-size: 1.25rem;
line-height: 1.5rem;	
text-align: center;	
}
.contenedor-contenido-subtitulo-1 .caja-parrafo p {
/*font-size: 12px;*/
/*line-height: 16px;*/
font-size: 0.75rem;
line-height: 1rem;	
}    
	
	
/*infografia*/	
	
.caja-infografia {}	
.contenedor-titulo-infografia h3 {
/*font-size: 40px;*/
/*line-height: 43px;*/
font-size: 2.5rem;
line-height: 2.6875rem;	
}
.contenedor-titulo-infografia p {
/*font-size: 22px;*/
/*line-height: 25px;*/
font-size: 1.375rem;
line-height: 1.5625rem;	
}
.contenedor-item-info p.texto-destacado-infografia {
/*font-size: 22px;*/
/*line-height: 30px;*/
font-size: 1.375rem;
line-height: 1.875rem;	
}
.caja-parrafo-destacado-2 p {
/*font-size: 19px;*/
/*line-height: 25px;*/
font-size: 1.1875rem;
line-height: 1.5625rem;
padding-left: 0px;	
}
.contenedor-item-info p {}
	
.icono-infografia {
position: relative;
margin: 0 auto;
margin-bottom: 20px;
top: inherit;
right: inherit;
-moz-transform: none;
-webkit-transform: none; 
transform: none;
}
	
/*swiper*/
.subtitulo-slide {
width: 100%;
padding: 8px 8px 5px 8px;	
}	
.subtitulo-slide h3 {
font-family: 'roboto-condensed-bold';
/*font-size: 10.5px;*/
/*line-height: 10.5px;*/
font-size: 0.65625rem;
line-height: 0.65625rem;	
}
    
/*grilla cuadricula (videos, imagenes)*/
.caja-cuadrada{
width: 100%;
}
    
/*modal*/
.reveal {
top: 60px !important;
height: calc(100vh - 140px) !important;
min-height: inherit !important;
max-height: calc(100vh - 140px) !important;
}    
    
.caja-parrafo-modal p {
/*font-size: 14px;*/
/*line-height: 23px;*/
font-size: 0.875rem;
line-height: 1.4375rem;	
}
.caja-subtitulo-modal h5 {
/*font-size: 20px;*/
/*line-height: 24px;*/
font-size: 1.25rem;
line-height: 1.5rem;	
}
.caja-subtitulo-modal h6 {
/*font-size: 12px;*/
/*line-height: 16px;*/
font-size: 0.75rem;
line-height: 1rem;	
}
	
/*api articulos	*/
.principal {
width: 100%;
}	
}  


@media screen and (max-width:480px){
	
.titulo-boton-header{
display: none !important;	
}	
	
.titulo-header-especial{
display: none !important;
}
}      
