header,
.pre-footer,
footer{
    z-index: 999;
    position: relative;
}
main{
    position: relative;
}   
.single-criticas .contenido-principal{
    max-width: 55%;
}
.wrapper-map {
    height: 100vh;
    width: 45%;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
    display: block;
}
#map{
    height: 100%;
    width: 100%;
}
.first-wrapper{
    position: relative;
    height: 75vh;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
}
.layer{
    position:absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(rgba(0,0,0,.9)),color-stop(50%),to(transparent));
    background: linear-gradient(0,rgba(0,0,0,.9),50%,transparent);
}
/*HEADER*/
.box{
    max-width: 600px;
    width: max-content;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 0px 24px;
}
.box h1{
    color: white;
}
.box .info-author,
.box .name-author a{
    font-size: 14px;
}
.box .name-author a{
    transition: all .3s ease-in-out;
    color: white;
    text-decoration: underline;
}
.box .name-author a:hover{
    text-decoration: none;
    color: #980e24;
}
.contenedor-compartir{
    position: absolute;
    left: 15px;
    bottom: 0px;
}
.contenedor-compartir .share-bar li a,
.contenedor-compartir .share-bar li a i{
    color: white;
    transition: all .3s ease-in-out;
}
.contenedor-compartir .share-bar li a:hover,
.contenedor-compartir .share-bar li a:hover i{
    color: #980e24;
}
/*CONTENIDO*/
.contenido{
    max-width: 600px;
    margin: auto;
}
.contenido p a{
    color: #980e24;
}
.button-maps{
    margin-bottom:24px;
}
.button-maps a{
    color: #980e24;
    background: #f7f7f7;
    border: 1px solid #980e24;
    border-radius: 1px;
    cursor: pointer;
    letter-spacing: .02em;
    padding: 10px;
    text-transform: uppercase;    
}
.contenido .button-maps a:hover{
    background-color: #980e24;
    color: #f7f7f7 !important;
}
.links-item p{
    border-bottom: 1px solid #efeff0;
    font-size: 16px;
}
.links-item p i{
    font-size: 16px;
    margin-right: 8px;
}
.links-item p a{
    text-decoration: none !important;
    font-weight: bold;
}
.contenido .links-item p a:hover{
    color: #980e24 !important;
}
section.item{
    margin-bottom: 50px;
}
.contenido section.item h2{
    border-bottom: 1px solid #efeff0;
}
/*MAPS*/
#map > div > div > div > div > div > div > img{
    opacity: .3 !important;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
#map > div > div > div > div > div > div > img.active{
    opacity: 1 !important;
}
/*CONTENIDO MOBILE*/
.mobile-trigger{
    display: none;
    width: 360px;
    height: 50px;
    position: relative;
    margin: -80px auto 24px;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 15%);
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    overflow: hidden;
    color: #980e24;
}
.mobile-trigger.sticky-bottom {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    margin: 0px;
}
.mobile-trigger > div{
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-trigger .trigger-img{
    width: 55%;
    background-image: url('../assets/generic-map.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mobile-trigger-deactivator{
    width: fit-content;
    position: fixed;
    top: 78px;
    right: 10px;
    background-color: #fff;
    padding: 2px 6px;
    font-size: 10px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 800;
    display: none;
}
.carrousel-wrapper{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 300px;
    width: 100%;
    background-color: white;
    padding: 0px 16px;
    border-top: 1px solid #efeff0;
    z-index: 10;
    overflow: hidden;
}
.slick-track{
    min-width: 100% !important;
}
.mobile-carrousel-controls{
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 11;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 15%);
    background-color: #fff;
    -webkit-box-shadow: 0px -20px 35px 10px rgba(255,255,255,0.7); 
    box-shadow: 0px -20px 35px 10px rgba(255,255,255,0.7);
}
.mobile-carrousel-controls > div{
    padding: 12px;
}
.controls-text{
    width: 80%;
}
.controls-text p{
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
}
.controls-text .down{
    display: none;
}
.mobile-carrousel-controls .left-arrow,
.mobile-carrousel-controls .right-arrow{
    width: fit-content;
}
.carrousel .direction-mobile{
    color: #e60000;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
}
.carrousel .direction-mobile a{
    line-height: 12px;
}
.contenido .carrousel h2 {
    margin: 32px 0px 0px;
}
.single-criticas .noticias-relacionadas{
    padding: 0px 32px;
}
@media (min-width: 1200px){
   .single-criticas main .grilla-related .related-article, .grilla-related .related-article:nth-child(2n) {
        flex: 0 1 30%;
    }
}
@media only screen and (max-width: 600px) {
    .single-criticas .contenido-principal{
        max-width: 100%;
        width: 100%;
    }
    .single-criticas .contenido-principal .contenido{
        padding: 16px !important;
    }
    .wrapper-map {
        display: none;
        height: calc(100vh - 300px);
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9;
    }
    /*HEADER*/
    .first-wrapper {
        height: 300px;
    }
    .box{
        width: 90%;
    }
    .mobile-trigger{
        display: flex;
    }
    
}
@media only screen and (min-width: 600px) {
    .mobile-trigger.sticky-bottom{
        display: none !important;
    }
}
/*
.mobile-trigger,
.mobile-trigger.sticky-bottom{
    display: none !important;
}*/