@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,1.00);
cursor:pointer;
}
::-webkit-scrollbar-track{
background-color:rgba(0,0,0,1.00);
cursor:ew-resize;
}
::-webkit-scrollbar-thumb{
background-color:rgba(210,34,36,1);
cursor:pointer;
}

a {outline : none;}
a {
color: rgba(0, 0, 0, 0.6);	
text-decoration-line: underline;
font-family: 'hebbo-black';
/*font-size: 1.1625rem;*/	
font-weight: bold;
}
a:hover {
color: rgba(210, 34, 36, 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;*/  
}
.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-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;	
}

p, h1, h2, h3, h4, h5, h6{
font-family: 'merriweather-regular';
color:rgba(0,0,0,1.00);	
/*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(210, 34, 36, 1);
}

.header-semana{
display: table;    
position: fixed;
left:0px;
width: 100%;	
z-index: 1000;
opacity: 1;
padding: 10px;	
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out; 
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background-color:rgba(0,0,0,0.04);	
}
.header-semana:hover{
background-color:rgba(0,0,0,0.5);
}
/*.header-semana:hover > p { 
color: blue;
}*/

/*.header-semana .titulo-header-especial p:hover{
color: blue;	
} */
.logo-semana{
position: relative;
display: inline-block;
vertical-align: middle;
/*margin-left: 10px;*/
width: 40px;
height: 40px;
cursor: pointer;
}
.titulo-header-especial{
position: relative;
/*max-width: 85px;*/	
display: inline-block;
vertical-align: middle;
/*background-color:rgba(0,0,0,0.02);*/
margin-left: 0px;
padding: 4px 0px 3px 0px;
z-index: -1;	
}
.titulo-header-especial-home{
margin-left: 8px;
}
.titulo-header-especial p{
font-family: 'hebbo-bold';    
font-size:9.5px;
line-height: 13px;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 0px;
color:rgba(255,255,255,1.00);
text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);	
/*color:rgba(0,0,0,0.2);*/
}





.titulo-menu-header-especial{
position: relative;
/*max-width: 85px;*/	
display: inline-block;
vertical-align: middle;
/*background-color:rgba(0,0,0,0.02);*/
margin-left: 0px;
padding: 4px 0px 3px 0px;
z-index: -1;	
}
.titulo-menu-header-especial-home{
margin-left: 8px;
}
.titulo-header-especial p{
font-family: 'hebbo-bold';    
font-size:9.5px;
line-height: 12px;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 0px;
color:rgba(255,255,255,1.00);
text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);	
/*color:rgba(0,0,0,0.2);*/
}








.header-semana a.link-home{
text-decoration: none;
font-size: inherit;
font-weight: inherit;
}

a.link-home .titulo-header-especial{
margin-left: 4px;
}

.logo-header-home{
position: relative;
padding: 0px 0px 0px 4px;
display: inline-block;
vertical-align: middle;
margin-left: 0px;
margin-top: -7px;
max-width: 90px;
}
.boton-ir-home-header{
display: inline-block;
vertical-align: top;
/*margin-left: 5px;*/
width: 40px;
height: 40px;
border-radius: 100%;
/*background-color: rgba(0, 0, 0, 0.55);*/
cursor: pointer;
background-color:rgba(0,0,0,0.25);	
/*background-color: rgba(210, 34, 36, 1);*/   
}
.grupo-boton-ver-menu-header{
display: inline-block;
vertical-align: top;
margin-left: 5px;
height: 40px;
cursor: pointer;
}
.boton-ver-menu-header{
display: inline-block;
vertical-align: middle;
margin-left: 5px;
width: 40px;
height: 40px;
border-radius: 100%;
background-color:rgba(0,0,0,0.15);
}
.boton-cerrar-menu-header{
display:none;
position: absolute;
left: 10px;
top: 48px;    
width: 40px;
height: 40px;
border-radius: 100%;
background-color:rgba(210, 34, 36, 1);
cursor: pointer;   
}
.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;    
}
.boton-menu-capitulos{
position: relative;	
flex: 1 1 100%;
text-align: center;    
background-color: rgba(0, 0, 0, 0);
/*top:-100%;*/
top:0%;	
height:100%;
margin-top:0%;
opacity:0;
cursor: pointer;
-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;
/*border:4px solid magenta;*/	
}


.boton-menu-capitulos div{
position: absolute;
width: calc(100% - 0px);
height: 200px;
/*bottom: 0px;*/
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;
/* border-left: 15px solid rgba(210, 34, 36, 1); */
background-color: rgba(0,0,0,0.6);	
}
.boton-menu-capitulos div h3{
font-family: 'merriweather-regular-italic';
font-size: 18px;
line-height: 18px;
letter-spacing: 1px;
text-align: left;
color: rgba(256, 256, 256, 0.95);
border-left: 7px solid rgba(210, 34, 36, 1);
padding-left: 10px;
margin-bottom: 15px;	
}
.boton-menu-capitulos div p{
font-family: 'hebbo-regular';
font-size: 12px;
line-height: 16px;
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{
/*top:0%;*/    
-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{
/*top:0%;*/    
-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{
/*top:0%;*/   
-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: fixed;
top:7px;
right:0px;
height:40px;
z-index: 1000;
opacity: 1;    
}
ul.grupo-redes{
list-style: none;
padding-right: 20px;
}
li.boton-redes{
position: relative;	
width:40px !important;
height: 40px !important;
margin-right: 0px;   
cursor: pointer;
float:left;
border-radius:100%;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid rgba(256, 256, 256, 0.3);
background-position: center;
background-repeat: no-repeat;
}
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.png);
background-size: 34px 34px;		
}
li.boton-tw{
background-image: url(../imagenes/twitter-icon.png);
background-size: 30px 30px;		
}
/*li.boton-fb img{
width:14.547px;
height: 30px;	
}
li.boton-tw img{
width:36.786px;
height:30px;	
}*/


/*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);
/*z-index: 1;	*/
}
.bloque-central-home{
/*position: fixed;	
top:0px;
left:0px;*/	
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
padding: 60px 0px 0px 0px;
}
.bloque-central-home h1{
font-family: 'hebbo-light';
font-size: 53px;
line-height: 70px;
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: 'merriweather-bold-italic';
font-size: 73px;
text-transform:lowercase;
letter-spacing: 0px;	
}
.contenedor-titulo-home p {
font-family: 'hebbo-light';
font-size: 33px;
line-height: 50px;
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);
}


.contenedor-titulo-home{
padding: 50px 70px 10px 70px;
opacity: 0;	
/*border: 4px solid red;*/	
}
.contenedor-botones-secciones-home{
/*height: 400px;*/	
flex-grow: 1;
display: flex;
justify-content: space-between;
/*border: 4px solid pink;*/
/*padding: 20px 20px 0px 20px;*/
padding: 8px 20px 15px 20px;	
margin-bottom: 30px;	
/*opacity: 0;*/	
}
.boton-seccion-home{
position: relative;
/*overflow: hidden;*/
}

.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-color: rgba(26,73,226,0.15);*/
background-image: url(../imagenes/patron-texto-01.png);
background-position: 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: hidden;*/
/*overflow-y: scroll;*/
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(210, 34, 36, 1);	
}
.caja-texto-home{
/*overflow-y: scroll;*/
}
.contenedor-texto-home p{
font-size: 1.0625rem;
line-height: 1.8rem;
color: rgba(256, 256, 256, 0.9);	
}

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

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

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



/*.panel-boton-home{
width: calc(100% - 5px);
height: calc(100% - 5px);	
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: cover;		
}*/


/*.bloque-right-home{
position: relative;	
float:right;
width: 50%;
padding: 35% 100px 100px 100px;
}*/
/*.contenedor-texto-home{
overflow-y: scroll;
color:rgba(255,255,255,1.00);	
}*/




.contenedor-general{
max-width:100%;
min-width:100%;    
}

.contenedor-reportaje-apertura{
/*background-color:rgba(210, 34, 36, 0.4);*/    
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;
}  
/*.caja-reportaje-apertura{}*/ 
.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;
/*background-position: center;
background-repeat: no-repeat;
background-size: cover;*/
opacity: 1;
z-index: -1;
background-color: rgba(0,0,0,1);
background-image: url(../imagenes/generales/patron-footer.png);
background-position: center;
background-repeat: repeat;
background-size: auto;	
}
/*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%);	
}

.contenedor-titulo-chapeau{
position: fixed;
width:100%;
height: 100vh;
top:0px;
bottom:100px;
opacity: 0;	
}
.caja-titulo-chapeau{
position: absolute;
/*top: 50%;*/
bottom: 90px;	
left: 0%;
/*-moz-transform: translateX(0%) translateY(0%);
-webkit-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(-50%);*/
padding-top: 15px;
padding-bottom: 15px;
padding-right: 25px;	
border-left: 15px solid rgba(210, 34, 36, 1); 
background-color: rgba(0, 0, 0, 0.4);	
}
.caja-titulo-chapeau h1{
font-family: 'merriweather-bold';
/*font-size: 45px;
line-height: 55px;*/
font-size: 30px;
line-height: 40px;	
text-align: left;
padding-left: 20px;
margin-bottom:0px;
color:rgba(256, 256, 256, 0.95);
text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}
.caja-titulo-chapeau p{
font-family: 'hebbo-bold';
font-family: 'merriweather-bold';	
font-size: 10px;
line-height: 10px;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 0px;
padding-left: 20px;	
color: rgba(255,255,255,1.00);
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.credito-apertura{
opacity: 0;	
}



.contenedor-titulo-chapeau-home{
position: relative;
width:100%;
/*height: 100vh;*/
/*top:0px;
bottom:100px;*/    
}
.caja-titulo-chapeau-home{
position: absolute;
/*top: 50%;*/
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(210, 34, 36, 1);      
}
.caja-titulo-chapeau-home h1{
font-family: 'merriweather-bold';
font-size: 55px;
line-height: 58px;
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: 'merriweather-regular-italic';	
font-size: 32px;
line-height: 32px;
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: 'hebbo-bold';	
font-size: 14px;
line-height: 22px;
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: 'hebbo-bold';	
font-size: 10px;
line-height: 22px;
letter-spacing: 4px;
text-transform: uppercase;
}

.caja-chapeau{
margin-left: 0px;    
}
.caja-parrafo-chapeau h2{
font-family: 'merriweather-bold';
font-size: 1.1875rem;
line-height: 1.75rem; 
padding-left: 20px;
border-left: 8px solid rgba(256, 256, 256, 0.8);  
}
.caja-flecha-bajar-apertura{
/*position: relative;*/
position: absolute;	
width: 100px;
height: 24px;
/*bottom: 40px;
left: 0px;*/
/*background-color: rgba(256, 256, 256, 1);*/
padding: 0px;
/*padding-left: 20px;*/
padding-left: 2px;	
/*border-left: 15px solid rgba(210, 34, 36, 1);*/
opacity: 0;	
animation: jump 5s infinite;
}
@keyframes jump { 0% {  bottom: -20px; } 50% { bottom: -5px; } 100% { bottom: -20px; } }
.caja-flecha-bajar-apertura-instruccion{
position: relative;
height: 15px;
margin: 0 auto;	
}
.caja-flecha-bajar-apertura-instruccion p {
font-family: 'hebbo-bold';	
font-size: 11px;
line-height: 11px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
color:rgba(255,255,255,1.00);
margin-bottom:0px;
padding: 19px 0px 0px 5px;
}


.icono-navsprite{
background-repeat: no-repeat;
background-size: 640px 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-home{
background-position: -400px 0px;
}
.icono-historias{
background-position: -440px 0px;
background-color: rgba(210, 34, 36, 1);
}
.icono-cerrar-menu{
background-position: -40px 0px;
/*-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out; 
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;*/	
}


.icono-flechagr-abajo{
position: relative;
width: 80px;
height: 80px;
margin: 0 auto;	
background-position: -240px -40px;
}
.icono-flechagr-left{
background-position: -80px -1px;	
}
.icono-flechagr-right{
background-position: -122px -1px;	
}


.divisor-1{
width: 70px;
height: 10px;
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-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-home{
width: 70px;
height: 10px;
margin: 0 auto;
margin-top: 13px;
margin-bottom: 40px;
background-image: none;
background-color:rgba(210, 34, 36, 1);
background-position: center;
background-repeat: no-repeat;
background-size: contain; 
}

.elemento-destacado-2{
position:absolute;
height:15px; 
width:100px; 
background-color:rgba(210, 34, 36, 1);
z-index: 1;	
}
.elemento-destacado-2-top-left{
top: 0px; 
left: 0px; 
}
.elemento-destacado-2-bottom-right{
bottom: 0px; 
right: 0px; 
}

.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);		
}



.contenido-central{
position: relative;    
background-position: center;
background-repeat: repeat;
background-size: auto;
background-color: rgba(0, 0, 0, 1);    
}

.contenedor-mapa-apertura{
position: absolute;
top:100vh;    
width:100%;
min-width:100%;
height: 100vh;
border:0px solid green;
}
.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;

/*background-image: url(../imagenes/cap-kelly/mapa-kelly.jpg);	
background-attachment: fixed;	
background-position: center;
background-repeat: no-repeat;
background-size: contain;*/	
}
.caja-mapa-interno{
}

img.mapa-interno{
/*height: 500px;*/     
}

.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(210, 34, 36, 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: 'merriweather-bold';
font-size: 30px;
line-height: 36px;
text-align: left;
margin-bottom: 10px;
color: rgba(0, 0, 0, 1);
}
.parrafo-mapa p{
font-family: 'hebbo-bold';
font-size: 14px;
line-height: 17px;	
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-destacado{
background-position: center;
background-repeat: repeat;
background-size: auto; 	
}
.caja-contenido{
padding-top:70px;
padding-bottom:70px;    
/*border-left: 1px solid rgba(256, 256, 256, 0.4);*/
border-right: 1px solid rgba(256, 256, 256, 0.4);
background-color: rgba(256, 256, 256, 0.15);
background-position: center;
background-repeat: repeat;
background-size: auto;
border-left: 1px solid rgba(0, 0, 0, 0.2);    
}
.caja-contenido-destacado{
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;
/*background-image: url(../imagenes/generales/fondo-destacados.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: auto;*/   
}
.contenedor-contenido-destacado-multimedia{
background-position: center;
background-repeat: repeat;
background-size: auto; 	
}

.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(210, 34, 36, 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(210, 34, 36, 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: 'merriweather-bold';
font-size: 50px;
line-height: 53px;
text-align: center;
margin-bottom: 10px;
}
.contenedor-titulo-infografia p{
font-family: 'hebbo-bold';
font-size: 24px;
line-height: 27px;
text-align: center;	
margin-top: 10px;
margin-bottom: 0px;
}

.contenedor-bloque-info{}
.caja-bloque-info{
padding-bottom: 30px;
/*text-align: center;*/	
}

/** {padding:0;margin:0;box-sizing:border-box;}*/
.iframe-video-info{
/*padding-bottom: 56% !important;	*/
}
/*.iframe-video-info iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/
.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(210, 34, 36, 1);
z-index: 2;	
}
.caja-numero-item-info p{
width: 200%;	
font-family: 'merriweather-bold';
font-family: 'abril';	
font-size: 31px;
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(210, 34, 36, 1);*/
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: 'hebbo-regular';
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
line-height: 22px;
text-align: center;	
color: rgba(0, 0, 0, 0.6);
margin-bottom: 20px;	
}
.contenedor-item-info p{
font-family: 'hebbo-regular';	
/*font-size: 0.95rem;
line-height: 1.6rem;*/
font-size: 0.95em;
line-height: 1.2rem;	
/*text-align: center;*/	
}
.contenedor-item-info p.texto-destacado-infografia{
font-family: 'merriweather-regular';
font-size: 29px;
line-height: 38px;
text-align: center;
margin-bottom: 10px;
}
.contenedor-item-info p.numero-destacado-infografia{
font-family: 'abril';
font-size: 150px;
line-height: 72px;
text-align: center;
margin-top: 30px;	
margin-bottom: 30px;
color: rgba(210, 34, 36, 1);	
}

.contenedor-subitem-info{
margin-top: 20px;	
margin-bottom: 40px;
/*border: 1px solid magenta;*/	
}
.caja-subitem-info{
position: relative;	
padding-left: 20px !important;
padding-right: 20px !important;
/*border: 1px solid blue;*/	
}
.contenedor-subitem-info p{
font-family: 'hebbo-bold';
text-transform: uppercase;
font-size: 0.85rem;
line-height: 1.1rem;
text-align: center;
}
.caja-icono-item-info{
position: relative;
width:50%;
/*padding-bottom: 50%;*/	
margin: 0 auto;
margin-bottom: 20px;
/*overflow: hidden;*/	
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: 'hebbo-bold';
font-family: 'abril';	
font-size: 60px;
line-height: 60px;
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(210, 34, 36, 1);	
}
.caja-bloque-info-slide p{
font-family: 'hebbo-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.0625rem;
line-height: 1.8rem;
/*color: rgba(256, 256, 256, 0.90);*/
color:rgba(0,0,0,1.00);	
}
.caja-parrafo h3{
/*font-family: 'merriweather-bold';	
font-size: 1.3rem;
line-height: 1.8rem;*/
font-family: 'merriweather-bold';
font-family: 'hebbo-medium';
text-transform: uppercase;
font-size: 1.1rem;
line-height: 1.8rem;
letter-spacing: 2px;
border-left: 10px solid rgba(210, 34, 36, 1);
padding-left: 20px;
margin-left: -25px;	
}
.caja-parrafo-destacado{
overflow:hidden;	
border-top: 15px solid rgba(210, 34, 36, 1);  
}
.caja-parrafo-destacado p{
font-family: 'merriweather-bold';   
font-size: 20px;
line-height: 30px;
color: rgba(0, 0, 0, 1);
margin-top:25px;
margin-bottom:20px;
padding-left: 20px;    
}
.caja-parrafo-destacado-2{
/*border-top: 15px solid rgba(210, 34, 36, 1);*/  
}
.caja-parrafo-destacado-2 p{
font-family: 'merriweather-bold';   
font-size: 20px;
line-height: 30px;
text-indent: -30px;
color: rgba(0, 0, 0, 1);
margin-top:25px;
margin-bottom:20px;
padding-left: 20px;    
}
.caja-foto-destacado{
text-align: right;    
}
.caja-foto-destacado img{
/*padding: 10px;*/
/*border-top: 15px solid rgba(224, 1, 9, 1);*/
}
.contenedor-subtitulo{
margin-bottom: 10px;    
}
.contenedor-subtitulo h3{
font-family: 'merriweather-bold';
font-size: 1.25rem;
line-height: 1.6rem; 
border-left: 15px solid rgba(210, 34, 36, 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-footer.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);     
}
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: 8px 10px 9px 10px;
background-color: rgba(0, 0, 0, 0.55);
border-left: 8px solid rgba(256, 256, 256, 1);
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); 
}
.grupo-pie p{
font-family: 'hebbo-medium';
font-size:14px;
line-height: 17px;
letter-spacing: 0.5px;
margin-bottom: 0px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.40);
color: rgba(255,255,255,1.00);	
}
p.credito{} 
p.credito-pie-foto{
font-family: 'hebbo-bold';	
font-size:8px;
line-height: 10px;
letter-spacing: 4px;
margin-top: 10px;
text-transform: uppercase;   
opacity: 0.7;
}

.caja-pie-foto-top-left{
top:90px;
left:33px;
}
.caja-pie-foto-center-left{
top:200px;
left:33px;    
}
.caja-pie-foto-bottom-left{
bottom:150px;
left:33px;
}
.caja-pie-foto-top-right{
top:90px;
right:33px;
}
.caja-pie-foto-center-right{
top:200px;
right:33px;
}
.caja-pie-foto-bottom-right{
/*bottom:220px;*/
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(0, 0, 0, 0.55);
border-top: 1px solid rgba(256, 256, 256, 0.35);
border-left: 1px solid rgba(256, 256, 256, 0.35);
border-right: 1px solid rgba(256, 256, 256, 0.35);
}
.boton-pie-movil p{
font-family: 'hebbo-bold';	
font-size: 9px;
line-height: 9px;
letter-spacing: 2px;
margin-top: 12px;
margin-bottom: 0px;
text-transform: uppercase;
color: rgba(256, 256, 256, 0.9);
text-shadow: none;
}
.boton-ver-pie-movil{
bottom: 0px;
left: 0px;
z-index: 1;
display:none;
z-index: 20;
} 
.boton-ocultar-pie-movil{
display:none;    
top: -30px;
left: 0px;
}   

.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;
/* z-index: -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: 'merriweather-bold';
font-size: 20px;
line-height: 30px;
margin-bottom: 0px;
padding: 20px;
}

/*audio*/
.contenedor-titulo-audio{
margin-top: 20px;	
padding-left: 40px;
padding-right: 40px;	
}
.caja-subtitulo-audio{
padding-bottom: 10px;	
}
.contenedor-audio{
/*z-index: 2;*/	
}
.caja-audio{
position: relative;
/*margin-bottom: 50px;*/
margin-top: 40px;	
}
.audioplayer {
}
.audioplayer-bar {
background-color:rgba(0,0,0,0.6);
}
.audioplayer-bar-loaded {
background-color:rgba(0,0,0,0.3);
}
.audioplayer-bar-played {
background: rgba(210, 34, 36, 1);;
}
.audioplayer-playpause {
background-color:rgba(210, 34, 36, 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(210, 34, 36, 1);	
}
.audioplayer-volume-adjust{
background-color:rgba(210, 34, 36, 1);
}
.audioplayer-volume-adjust > div {
background-color:rgba(37,10,0,0.00);
}
.audioplayer-volume-adjust div div {
background-color:rgba(210, 34, 36, 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{
/*margin-top: 125px;*/	
}
.contenedor-audio-fondo-imagen{
max-width: 100%;	
min-width:100% !important;
height: 300px;
/*background-color: rgba(37,75,79,1.00);*/	
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
/*---*/


.contenedor-footer{
position: relative;    
max-width:100%;
min-width:100%;    
background-image: url(../imagenes/generales/patron-footer.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: 'hebbo-medium';
font-size: 11px;
line-height: 13px;
letter-spacing: 5px;
text-align: center;
text-transform: uppercase;
color:rgba(255,255,255,1.00);	
}
li.elemento-lista-footer p{
font-family: 'hebbo-medium';
font-size: 10px;
line-height: 13px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
color:rgba(255,255,255,1.00);	
}
li.elemento-lista-footer p span{
letter-spacing: 3px;
opacity:0.4;
}

/*swiper*/
.swiper-pagination {
position: relative !important;
bottom: 0px !important;
margin-top: 20px;	
}
.swiper-pagination-bullet-active {
background: rgba(210, 34, 36, 1);
}
/*.swiper-button-next, .swiper-button-prev {
width: 80px;
height: 80px;
bottom: 0px !important;
z-index: 10;
background-color: green;
}
.swiper-button-next, .swiper-button-prev {
width: 80px;
height: 80px;
bottom: 0px !important;
z-index: 10;	
background-color: paleturquoise;
}*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
/*width: 80px;
height: 80px;*/
width: 40px;
height: 40px;	
top: inherit !important; 	
bottom: 0px !important;
z-index: 10;
/*background-color: paleturquoise;*/
/*background-color: rgba(0,0,0,0.02);*/	
left: 0px !important;
right: auto;
border-radius: 100%;
border: 1px solid rgba(255,255,255,1.00);
background-color: rgba(255,255,255,0.6);
background-color: rgba(210, 34, 36, 1);	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 0px !important;
left: auto;
/*width: 80px;
height: 80px;*/
width: 40px;
height: 40px;	
top: inherit !important; 
bottom: 0px !important;
z-index: 10;
border-radius: 100%;
border: 1px solid rgba(255,255,255,1.00);
background-color: rgba(255,255,255,0.6);
background-color: rgba(210, 34, 36, 1);	
/*background-color: green;*/
/*background-color: rgba(0,0,0,0.02);*/	
}



/*MEDIA QUERIES*/

@media screen and (orientation:portrait) {
img.foto-full-apertura {
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){
img.foto-full-apertura-top {
top: -50px;
}
.caja-parrafo-chapeau h2 {
padding-left: 12px;
}	
.caja-parrafo{
padding-left:20px;
padding-right:20px;        
}	
.caja-parrafo p{
font-size: 16px;
line-height: 25px;
}
.caja-parrafo-destacado p {
font-size: 18px;
line-height: 28px;
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;
letter-spacing: 1px;
}
p.credito-pie-foto{
font-size:8px;
line-height: 10px;
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;
letter-spacing: 3px;
margin-bottom: 0px;
text-transform: uppercase;
}
/*------*/	
	
	
}

@media screen and (max-width:768px){
	
.caja-titulo-chapeau h1 {
font-size: 38px;
line-height: 45px;
padding-left: 0px;	
}
.caja-titulo-chapeau p {
padding-left: 0px;
}	
	
.autor-apertura{
position: relative;
margin-top: 40px;
}    
.caja-contenido {
padding-top: 30px;
padding-bottom: 30px;
}
.icono-infografia{	
top: 40px;
}	
	
	
}

@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;
}
.bloque-central-home h1 span {
font-size: 45px;
}
.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;
}	
/*------*/	

	
.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-header-especial {
display: none;	
}*/
#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: 12px;
}
	
.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;	
/*bottom: 20px;*/
padding: 5px 10px 10px 10px;	
top: 0px;	
background-color: transparent;	
}	
.boton-menu-capitulos div h3 {
font-size: 16px;
line-height: 16px;	
text-align: left;
margin-bottom: 6px;	
}
.boton-menu-capitulos div p {
font-size: 10px;
line-height: 14px;
}	

/*img.foto-full-apertura{
max-width: inherit;    
width:auto;
height: 100vh;
}*/
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: 24px;
line-height: 29px;
padding-left: 0px;	
}
.caja-titulo-chapeau p {
padding-left: 0px;	
}	
.caja-foto-destacado {
text-align: center;
}	
	
	
/*.caja-titulo h1{
font-size: 40px;
line-height: 42px;
padding-left: 20px;    
}*/
/*h1.destacado-titulo {
font-size: 20px;
line-height: 25px;
padding-left: 0px;
}*/
/*h1.destacado-titulo span {
padding: 4px 10px 7px 10px;
}*/
.caja-titulo-chapeau {
border-left: 10px solid rgba(210, 34, 36, 1);	
}
	
.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;
}
.caja-parrafo p{
font-size: 16px;
line-height: 23px;
}
.caja-parrafo-destacado p {
font-size: 19px;
line-height: 25px;	
padding-left: 5px;
padding-right: 20px;
}	
	
/*infografia*/	
	
.caja-infografia {
/*padding-left: 30px !important;
padding-right: 30px !important;*/	
}	
.contenedor-titulo-infografia h3 {
font-size: 40px;
line-height: 43px;
}
.contenedor-titulo-infografia p {
font-size: 22px;
line-height: 25px;
}
.contenedor-item-info p.texto-destacado-infografia {
font-size: 22px;
line-height: 30px;
}
.caja-parrafo-destacado-2 p {
font-size: 19px;
line-height: 25px;
}
.contenedor-item-info p {
/*font-size: 0.85rem;
line-height: 1.4rem;*/
}
	
.icono-infografia {
position: relative;
margin: 0 auto;
margin-bottom: 20px;
top: inherit;
right: inherit;
-moz-transform: none;
-webkit-transform: none; 
transform: none;
}
	
	
}    
