﻿#content-body {
    background-color: #F5F5F5;
}

.encabezado-noticias {
    padding: 10em 15px 2em 15px;
}

.wrapper-nav-noticias ul li a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #000 !important;
}


    .wrapper-nav-noticias ul li a.active:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #FFC400;
        bottom: -10px;
        left: 0;
    }

.wrapper-nav-noticias ul {
    padding: 0px !important;
}

@media ( max-width: 768px ) {
    .wrapper-nav-noticias ul li {
        margin: 1em !important;
    }
}




.wrapper-slider-comunicado {
    width: 100%;
    height: 800px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top center;
}

.swiper-pagination-comuniados-top {
    bottom: 5% !important;
}

.swiper-button-prev-top:after, .swiper-container-rtl .swiper-button-next-top:after {
    content: inherit !important;
}

.swiper-button-next-top:after, .swiper-container-rtl .swiper-button-prev-top:after {
    content: inherit !important;
}

.swiper-button-prev-top {
    left: 10% !important;
}

.swiper-button-next-top {
    right: 10% !important;
}

    .swiper-button-prev-top img, .swiper-button-next-top img {
        width: 50px;
        height: 50px;
    }


@media (max-width: 576px) {
    .encabezado-noticias {
        padding: 3em 15px 2em 15px;
    }

    .wrapper-slider-comunicado {
        width: 100%;
        height: 450px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: top center;
    }

    .swiper-button-prev-top {
        left: 10% !important;
        top: 75%;
    }

    .swiper-button-next-top {
        right: 10% !important;
        top: 75%;
    }

    .only-desktop {
        display: none !important;
    }

    .wrapper-item-comunicado .btn-wh {
        height: auto !important;
    }
}


.swiper-pagination-comuniados-top .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #FFC400;
}


/* Current Comunidados */
.wrapper-currents-comunicados {
    padding: 4em 0px;
    position: relative;
}

.wrapper-currents {
    width: 90%;
    margin-left: auto;
}

.wrapper-item-comunicado {
    width: 100%;
    max-width: 526px;
    height: 607px;
    position: relative;
}

    .wrapper-item-comunicado .btn-wh {
        width: 100px;
        /*height: 30px;*/
        font-size: 0.8em !important;
    }

.swiper-pagination-comuniados-current {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

    .swiper-pagination-comuniados-current .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        color: #FFC400;
        background-color: #FFC400;
    }

/* All Comunicados */
#all-releasses {
    padding: 3em 15px;
}

.wrapper-search {
    width: 100%;
    background-color: transparent;
}

    .wrapper-search input {
        width: 100%;
        height: 60px;
        padding: 0px 15px;
        outline: none;
        border: none;
    }

    .wrapper-search button {
        width: 60px;
        height: 60px;
        background-color: #FFF;
        border: none;
    }

button.item-filtro {
    padding: 0.34em 1em;
    margin: 5px;
    background-color: #FFF;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.6s;
}

    button.item-filtro.active {
        background-color: #707070;
        color: #FFF;
    }


    button.item-filtro span {
        display: inline-block;
        margin-right: 5px;
    }


.wrapper-item-link {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #FFF;
    color: #000 !important;
    margin-bottom: 17px;
}



.text-releasse-item {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em 2em;
}

.image-releasse-item {
    width: 200px;
    height: 200px;
    min-width: 200px;
    background-size: cover;
}

.wrapper-item-link .plus-item {
    width: 100%;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.wrapper-image-detalle {
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    padding: 0px 2em;
}

@media (max-width: 576px) {

    .wrapper-item-link {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #FFF;
        color: #000 !important;
        margin-bottom: 17px;
    }

    .image-releasse-item {
        width: 100%;
        height: 200px;
        min-width: 200px;
        background-size: cover;
    }
}


.bk-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000, transparent);
}

@media (max-width: 992px) {
    .wrapper-image-detalle {
        position: relative;
        width: 100%;
        height: 550px;
        background-size: cover;
        background-position: center;
    }
}


@media (max-width: 768px) {
    .wrapper-image-detalle {
        position: relative;
        width: 100%;
        height: 400px;
        background: linear-gradient(0deg, #000, transparent);
        background-size: cover;
        background-position: center;
    }
}

.wrapper-comunicado {
    transform: translateY(-300px);
}


@media ( max-width: 576px) {
    .wrapper-comunicado {
        transform: translateY(-300px);
    }
}

.wrapper-detalle {
    background-color: #FFF;
    padding: 4.5em;
}

.wrapper-comunicado img {
    max-width: 100%;
    margin-bottom: 10px;
}


.wrapper-back_button {
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 1;
    /*top: 637px;
    left: 10.84%;
    margin-left: -8.672px;*/
}

    .wrapper-back_button a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        background-color: #102033;
    }


@media(max-width: 1200px) {
    .wrapper-back_button {
        position: fixed;
        width: 60px;
        height: 60px;
        /*top: 637px;
        left: 10.84%;
        margin-left: -8.672px;*/
        z-index: 2;
    }
}


/* Galerias */

.wrapper-galerias {
    padding: 2em 0px;
}

.galerias-wrap {
    justify-content: center;
}

    .galerias-wrap div {
        margin-bottom: 1.35em;
    }

        .galerias-wrap div .item-preview {
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            height: 235px;
            color: #FFF;
            overflow: hidden;
            position: relative;
        }

            .galerias-wrap div .item-preview label {
                padding: 0.4em 0.8em;
                background-color: #000;
                color: #FFF;
                border-radius: 20px;
            }


.item-preview .descirption-galeria {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: -100%;
    padding: 15px;
    background-color: rgba(0,0,0,0.8);
    transition: all 0.5s;
    text-align: left;
}

.item-preview:hover .descirption-galeria {
    bottom: -6%;
}

.modal-dialog {
    width: 100%;
    max-width: 1000px;
    height: 443px;
    overflow: hidden;
}

.modal-content {
    height: 443px;
}

.slide-image-galery {
    height: 443px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (min-width: 768px) {
    .galerias-wrap div .item-preview {
        height: 387px;
    }
}

@media (max-width: 576px) {
    .modal-content {
        height: auto;
    }
}

/* Cobertura de presa */
.wrapper-cobertura {
    background-color: #F5F5F5;
    padding: 2em 15px;
}

.item-cobertura {
    margin-bottom: 1.2em;
}

.card-cobertura {
    display: flex;
    background-color: #FFF;
    padding: 1.2em;
    width: 100%;
    height: 320px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
}

    .card-cobertura p {
        font-weight: 600;
    }


/* Videos */
.wrapper-in {
    position: relative;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-intro-video {
    padding-bottom: 7em;
}

    .content-intro-video button.play-button {
        width: 10%;
        max-width: 100px;
        background-color: transparent;
        border: none;
        margin-right: 2em;
    }

    .content-intro-video .content-text-video {
        width: 90%;
    }

.wrapper-videos {
    background-color: #151515;
}

.item-video {
}

    .item-video .poster-video {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 374px;
    }

#reproductorVideo {
    height: 480px;
}

@media (max-width: 576px) {
    .wrapper-in {
        height: 520px;
    }

    #reproductorVideo {
        height: 420px !important;
    }
}
/* listado de videos */

.item-video-all {
    margin-bottom: 1.2em;
    overflow: hidden;
}

    .item-video-all .wrapper-poster-video-all {
        width: 100%;
        height: 218px;
        overflow: hidden;
    }



        .item-video-all .wrapper-poster-video-all .poster-video-all {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            transform: scale(1);
            transition: all 0.4s;
        }

    .item-video-all:hover .wrapper-poster-video-all .poster-video-all {
        transform: scale(1.1);
    }

/* Historia */
/*

.box-timeline {
    margin-bottom: 1.25em;
}*/

.btn-box {
    display: block;
}

.box-item {
    overflow: hidden;
    height: 250px;
    background-color: #102033;
}

    .box-item .bk-timeline {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .box-item .title-timeline {
        padding: 15px 15px;
    }


@media (min-width: 768px) {
    .box-item .title-timeline {
        padding: 15px 2em;
    }
}

.box-item .resume-timeline {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.box-item .control-timeline {
    border-left: 1px solid #FFF;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}


    .box-item .control-timeline span {
        font-size: 14px;
        display: block;
    }


.collapse-timeline {
    margin-top: 3em;
}


.wrapper-timeline {
    width: 100%;
    position: relative;
    padding: 4em 0px;
}


    .wrapper-timeline:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        left: 50%;
        top: 0px;
        margin-left: -0.5px;
        border-right: 3px dashed #D6D6D6;
        z-index: 0;
    }

    .wrapper-timeline:after {
        content: '';
        position: absolute;
        background-color: #FFC400;
        width: 20px;
        height: 20px;
        top: 0px;
        left: 50%;
        margin-left: -10px;
        z-index: 0;
    }


    .wrapper-timeline .wrapper-year .year h2 {
        font-size: 4em;
    }

.circle-timeline {
    width: 8vw;
    height: 8vw;
    padding: 1.2em;
    position: relative;
    display: flex;
    border-radius: 50%;
    background: linear-gradient( 45deg, #F0F0F0, #fff);
    box-shadow: -4px 2px 5px rgb(0 0 0 / 30%);
}

    .circle-timeline.normal:before {
        content: '';
        position: absolute;
        top: -65%;
        left: 23%;
        width: 6vw;
        height: 6vw;
        margin-top: 2.1vw;
        margin-left: 2.1vw;
        background-image: url(/Content/images/historia/derecha-timeline.svg);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }


    .circle-timeline.normal:after {
        content: '';
        position: absolute;
        bottom: -76%;
        left: -50%;
        width: 6vw;
        height: 6vw;
        margin-top: -49px;
        background-image: url(/Content/images/historia/izquierda-timeline.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-size: contain;
        z-index: -1;
        margin-left: 2.1vw;
    }



    .circle-timeline.invert:before {
        content: '';
        position: absolute;
        top: -65%;
        left: -50%;
        width: 6vw;
        height: 6vw;
        margin-top: 2.1vw;
        margin-left: 2.1vw;
        background-image: url(/Content/images/historia/derecha-invert-timeline.svg);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }


    .circle-timeline.invert:after {
        content: '';
        position: absolute;
        bottom: -80%;
        left: 50%;
        width: 6vw;
        height: 6vw;
        background-image: url(/Content/images/historia/izquierda-invert-timeline.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }


#accordion-timeline .accordion-item {
    border: none !important;
}


.wrapper-slide-historia {
    width: 90px;
    height: 600px;
    background-color: red;
    z-index: 9;
    padding: 0px !important;
    margin: 0 -15px;
}

.sticky-timeline {
    position: fixed;
    left: 0px;
    top: 150px;
}



.sticky-timeline-bottom {
    position: absolute;
    left: 0px;
    bottom: 50px;
}

#clearBtn {
    display: none;
    text-align: center;
    font-size: 2em;
    font-weight: bolder;
    cursor: pointer;
    padding-top: 7px;
}

.video-Home {
    background-color: black;
    text-align: center;
    margin-top: 100px;
}

.galerias-wrap {
    padding: 0 0.8rem !important;
}

@media ( max-width: 576px ) {
    .espacio-movil {
        margin-top: 11rem !important;
    }

    .limites2222 {
        padding-right: 1.1rem !important;
    }

    .item-preview .descirption-galeria {
        font-size: 0.9em !important;
    }
}


/*clase de ocultar*/
.ocultar {
    visibility: hidden;
    position: absolute;
}
