body.inner.presentacion{
    background:#ffffff url('../img/fondos-especiales-aberri-2024.jpg') no-repeat center 0px;
    background-size: contain;
}


.evento-especial{margin-top: 40px;}

.cuerpo_pagina_row {background-color: transparent !important;}
.compartir_redes_sociales {background:none !important;}

.grid-item, .cs-sizer { width: 270px; margin-bottom: 10px;}
.cs-doble{width: 550px; height:370px; background-color: #000;}
.grid-item-videos img{max-width:150%; max-height:100%;}

.img-galeria {}

.enlaces-u-fest {background-color: #fff; padding: 10px; float:right;}
li.titulo-fa-ufest {float:left; font-family: 'Oswald'; color: #000; font-size: 20px; text-transform: uppercase; font-size:12px; margin-right:10px; line-height: 30px;}

.cs-mensaje{background-color: #3db072; color:#fff; text-transform: uppercase; text-align: center;}
.cs-mensaje >p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding:5px;
    /* display: table-cell; height: inherit; vertical-align: middle; */
}
/* normalmente, comillas: 40px y texto a 14px */
.cs-mensaje i{display:block; font-size: 32px; color:#fff;}
.cs-mensaje p{font-size:16px; line-height: 18px; padding:15px;}

.icono-video{width: 60px;}	

.enlace-noticia{margin-top: 40px; text-align: right; margin-right: 25px; margin-bottom: 20px;}


.enlace-boton a{background-color: #4bb57c; display:inline-block;  padding: 16px 24px; color:#fff; border:2px solid #fff; font-size:16px; text-decoration: none; text-transform: uppercase;}	
.enlace-boton a:hover{background-color: #C74244; border:2px solid #C74244; text-decoration: none; color:#fff;}	

.enlace-volver{ text-align: center}	

.enlaces-descarga{margin-bottom: 20px}
.enlaces-descarga a{font-size:13px; text-decoration: none; text-transform: uppercase; display: inline-block; margin-right: 20px; background-color: #f8f8f8; padding-right:10px;}
.enlaces-descarga a:hover{color:#fff; background-color: #008000;}
.enlaces-descarga a i{font-size:20px; display: inline-block; padding: 5px; color:#fff; text-decoration: none;background-color: #008000; margin-right: 5px;}

.compartir_redes_sociales {color:#fff}




.demo-gallery-poster:hover > img {
    opacity: 1;
}
.demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery-poster > img {
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery-poster:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


.demo-gallery-poster.gallery-video {
    background-color: rgba(0, 0, 0, 0.3);
}
.demo-gallery-poster.gallery-video > img {
    opacity: 0.7;
}
.demo-gallery-poster.gallery-video:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.demo-gallery-poster p {
    left: 0;
    bottom: 25%;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    padding:0 20px;
}




@media(min-width:1200px){
    .grid-item{overflow: hidden; max-height:370px; min-height: 180px;}
    .cs-mensaje{height:180px;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cs-sizer {width: 296px}
    .cs-doble{width: 602px; height:404px;}
    .grid-item{overflow: hidden; max-height:404px}
    .cs-mensaje{height:197px;}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cs-sizer { width: 340px}
    .cs-doble{width: 690px; height:464px;}
    .grid-item{overflow: hidden; max-height:464px}
    .cs-mensaje{height:226px;}
    .enlace-noticia{margin-top: 100px;}	
}

@media only screen and (max-width: 767px) {
    .cs-sizer { width: 100%}
    .cs-mensaje{min-height:320px;}
    .enlace-noticia{margin-top: 0px; margin-bottom: 20px;}	
    .grid-item-videos img{max-width:100%; max-height:100%;}	
    .cs-doble{height:auto;}
    .cabecera_seccion h2{display: block; margin-top: 0; margin-bottom: 0;}
    .cs-mensaje p{font-size:18px; line-height: 22px;}


    body.inner.presentacion{
        background-size: 140%;
    }


}


