﻿#header {
    position: relative;
}

    #header img {
        width: 100%;
    }

    #header .swiper-header .swiper-wrapper .swiper-slide > div {
        position: relative;
    }

        #header .swiper-header .swiper-wrapper .swiper-slide > div .btn__video--header {
            /*position: absolute;*/
            width: 100%;
            /*left: 0%;*/
            /*bottom: 15%;*/
            /*z-index: 999;*/
        }

            #header .swiper-header .swiper-wrapper .swiper-slide > div .btn__video--header .container .video_header--youtube {
                display: block;
                background: transparent;
                border: none;
                width: 90px;
                margin: 0 auto 1em auto;
            }

.swiper-header .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets {
    width: auto !important;
    height: 100% !important;
    left: unset !important;
    right: 5% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}


    .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 0;
        background-color: #FFF;
        color: #FFF;
        font-size: 1.6em;
        width: 7px;
        border-radius: 5px;
    }

        .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet span {
            margin-right: 20px;
        }

        .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #FFC400;
            color: #FFC400;
        }


@media (max-width: 991px) {
    .swiper-header .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets {
        width: 100% !important;
        height: auto !important;
        left: unset !important;
        right: 0 !important;
        bottom: 5px;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }


        .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            height: 5px;
            display: flex;
            flex-direction: row;
            align-items: center;
            border-radius: 0;
            background-color: #FFF;
            color: #FFF;
            font-size: 1em;
            width: 50px;
            border-radius: 5px;
        }

            .swiper-header.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet > div {
                display: none;
            }
}
/* Prosperidad Incluyente */

.bk-prosperidad-color {
    width: 100%;
    height: 100vh;
    background-image: url(/Content/images/home/Ciudad-BG.svg);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-position: bottom;*/
    /*background-attachment: fixed;*/
    background-blend-mode: multiply;
    position: absolute;
    z-index: -1;
}

#sustetabilidad-lottie {
    opacity: 0.6;
}

.bk-prosperidad #prosperidad-incluyente {
    width: 100%;
    position: relative;
}

.gs-text-prosperidad {
    position: relative;
    z-index: 3;
}

.gs-lottie-prosperidad {
    position: absolute;
    opacity: 0.4;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 991px) {
    .wrapper-swiper-columnas {
        position: relative;
        height: 400px;
    }
}

@media (max-width: 576px) {

    .wrapper-swiper-columnas {
        position: relative;
        height: 520px;
    }

    .bk-prosperidad #prosperidad-incluyente {
        /*margin: 2em auto;*/
        padding: calc(80px + 0em) 15px 0px 15px !important;
        width: 100%;
        /*max-width: 830px;*/
        height: 100%;
    }


    .d-flex.justify-content-center.mt-sm-5.position-relative.overflow-responsive.active::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 34px;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, rgb(255, 196, 0), rgba(255,255,255,0));
    }

    .d-flex.justify-content-center.mt-sm-5.position-relative.overflow-responsive.active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 34px;
        left: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgb(255, 196, 0), rgba(255,255,255,0));
        z-index: 1;
    }
}


/* Empresas */
#empresas {
    /*position: relative;*/
    /*height: 100vh;*/
}

.wrapper-empresas {
    /*height: 100%;*/
}

@media (max-width: 577px) {
    .overflow-responsive {
        overflow: hidden;
        align-items: start;
        /*height: calc(100vh - 380px);*/
    }

    .wrapper-empresas {
        padding: 30px 0 0 0;
    }
}

.empresas-transition {
    /*transform: translateX(800px);*/
}

.itemnew-empresa {
    width: 150px;
    height: 150px;
    padding: 1.25em;
    background-color: #FFF;
    border-radius: 20px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 14px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}


@media (max-width: 1401px) {
    .itemnew-empresa {
        width: 115px;
        height: 115px;
        padding: 1.25em;
    }
}

.optional-text-center {
    text-align: center;
}

.itemnew-empresa {
    transform: translateY(0);
    transition: 0.4s;
}

    .itemnew-empresa:hover {
        transform: translateY(-10px);
        background-color: #102033;
    }

    .itemnew-empresa .hidden-hover {
        display: block;
    }

    .itemnew-empresa:hover .hidden-hover {
        display: none;
    }

    .itemnew-empresa .visible-hover {
        display: none;
    }

    .itemnew-empresa:hover .visible-hover {
        display: block;
    }


/*@media screen and (max-height: 800px) {

    .itemnew-empresa {
        width: 170px;
        height: 170px;
    }



    .optional-text-center {
        text-align: left;
    }

        .optional-text-center .text-empresas {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
        }

            .optional-text-center .text-empresas .label {
                width: 48%;
            }

            .optional-text-center .text-empresas .paragraph {
                width: 48%;
            }
}*/

@media (max-width: 1600px) {
    .itemnew-empresa {
        width: 125px;
        height: 125px;
    }
}


@media (max-width: 1250px) {
    .itemnew-empresa {
        width: 115px;
        height: 115px;
    }
}

@media (max-width: 567px) {
    .itemnew-empresa {
        width: 100px;
        height: 100px;
    }
}

/*@media (max-width: 769px) {
    .itemnew-empresa {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 577px) {
    .itemnew-empresa {
        width: 140px;
        height: 140px;
    }
}
*/

.swiper-empresas {
    width: 100%;
    height: 450px;
    max-height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .swiper-empresas.swiper-container-vertical .swiper-wrapper {
        position: absolute;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .swiper-empresas .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-empresas.swiper-container-vertical > .swiper-pagination-bullets {
        width: auto !important;
        height: 100% !important;
        left: unset !important;
        right: 5% !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }


        .swiper-empresas.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
            height: 100px;
            display: flex;
            flex-direction: row;
            align-items: center;
            border-radius: 0;
            background-color: #000;
            color: #000;
            font-size: 1.6em;
            width: 7px;
            border-radius: 5px;
        }

            .swiper-empresas.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet span {
                margin-right: 20px;
            }

            .swiper-empresas.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #FFF;
                color: #FFF;
            }


@media (max-width: 576px) {
    .swiper-empresas {
        width: 100%;
        height: 550px;
        max-height: 100%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }


        .swiper-empresas .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-empresas.swiper-container-vertical > .swiper-pagination-bullets {
            width: auto !important;
            height: 100% !important;
            left: unset !important;
            right: 8% !important;
            display: flex !important;
            flex-direction: column;
            justify-content: center;
        }


            .swiper-empresas.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
                height: 100px;
                display: flex;
                flex-direction: row;
                align-items: center;
                border-radius: 0;
                /*background-color: #FFF;
                color: #FFF;*/
                font-size: 1.6em;
                width: 7px;
                border-radius: 5px;
            }
}

#empresas {
    /*background-color: rgba(255, 196,0,0.8);*/
    /*padding: 2em 0px;*/
}



.swiper-empresas .swiper-wrapper .row .col {
    margin-bottom: 2em;
}

/* Relacion con inversionistas */
#relacion-inversionistas, #sustetabilidad {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em 15px;
}

#relacion-inversionistas {
    background-image: url('/Content/images/home/BG-Inversionistas-home.jpg');
    background-position: right;
}

#sustetabilidad {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


    #sustetabilidad .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        #sustetabilidad .video-background:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.6);
        }

.wrapper-marquesinas {
    /*width: 100%;
    height: 100vh;*/
    /*max-height: 800px;*/
    /*overflow: hidden;*/
}

@media (max-width: 1550px) {
    #sustetabilidad .video-background {
        width: 150%;
    }
}

@media (max-width: 1350px) {
    #sustetabilidad .video-background {
        width: 200%;
    }
}

@media (max-width: 991px) {
    #sustetabilidad .video-background {
        width: 230%;
    }
}

@media (max-width: 768px) {
    #sustetabilidad .video-background {
        width: 250%;
    }
}


@media (max-width: 576px) {
    #sustetabilidad .video-background {
        width: 350%;
    }
}

@media (max-width: 460px) {
    #sustetabilidad .video-background {
        width: 420%;
    }
}


/* Noticias */
.noticias {
    width: 100%;
    /*height: 100vh;*/
    background-color: #FFF;
}

    .noticias.sticky-top {
        top: 100px;
    }

.wrapper-marquesinas {
    /*position: relative;*/
}

/*.wrapper-marquesinas:before {
        content: '';
        width: 100%;
        height: 15%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, #FFF, transparent);
        z-index: 1;
    }

    .wrapper-marquesinas:after {
        content: '';
        width: 100%;
        height: 15%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(0deg, #FFF, transparent);
    }*/

/*.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;*/
/*height: 800px;*/
/*overflow: hidden;
}*/



/*.track .marquee > div > div, .track-reverse .marquee > div > div {
    margin-bottom: 20px;
    border-radius: 1em;
    overflow: hidden;
}

.track {*/
/*position: absolute;*/
/*white-space: nowrap;
    will-change: transform;*/
/*animation: marquee 3s linear alternate infinite;*/
/*}

.track-reverse {*/
/*position: absolute;*/
/*white-space: nowrap;
    will-change: transform;*/
/*transform: translateY(20%);*/
/*animation: marquee-reverse 3s linear alternate infinite;*/
/*}*/


/*.card___news___body {
    position: absolute;
    width: 100%;*/
/*height: 140px;*/
/*padding: 20px;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000, transparent);
}*/

.gs-card-new {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 442px;
}

    .gs-card-new:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.8), transparent);
        z-index: 2;
        position: absolute;
    }


.gs-card-new-image {
    position: relative;
    z-index: 1
}

.gs-card-new-body {
    z-index: 3;
    position: absolute;
    bottom: 0;
    padding: 20px;
}

    .gs-card-new-body p {
        font-size: 22px;
    }

.gs-card-new-slide {
    border: none;
}

.gs-card-new-slide-imagen {
    width: 248px;
    height: 165px;
    background-repeat: no-repeat;
    flex: 0 0 248px;
    background-size: cover;
    border-radius: 20px;
}

.gs-card-new-slide-body {
    color: #000;
}

.swiper-more-news {
    overflow: inherit;
}

.swiper-news-pagination {
    bottom: -40px !important;
}

    .swiper-news-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #d6d6d6;
        opacity: 1;
    }

    .swiper-news-pagination .swiper-pagination-bullet-active {
        background-color: #FFC400;
    }

@keyframes marquee {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20%);
    }
}

@keyframes marquee-reverse {
    from {
        transform: translateY(-10%);
    }

    to {
        transform: translateY(0);
    }
}


.bcg-parallax {
    padding: 5em 0px;
    color: #FFF;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 567px) {

    .gs-card-new-slide-imagen {
        width: 140px;
        height: 150px;
        flex: 0 0 160px;
    }

    .gs-card-new {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        height: 290px;
    }
}

.bcg {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 250%;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    /*opacity: 0.7;*/
}

    .bcg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
    }

.bcg-parallax .content-wrapper {
    width: 100%;
    /*max-width: 665px;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.card-blog {
    height: calc(100vw / 5);
    position: relative;
    border-radius: 1.5vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    padding: 1.4em;
    color: #FFF;
    overflow: hidden;
}

    .card-blog:hover {
        color: #FFF;
    }

    .card-blog:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.2);
        z-index: 1;
    }

    .card-blog:hover:after {
        background-color: rgba(0,0,0,0.1);
    }

    .card-blog .card-blog-body {
        position: relative;
        z-index: 2;
        text-align: left;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .card-blog .card-blog-body h5 {
        }

        .card-blog .card-blog-body span {
            color: #FFF;
            text-wrap: none;
            /*text-transform: capitalize;*/
            font-variant: small-caps;
            font-size: 1.2em;
        }

@media ( max-width: 1200px) {
    .card-blog .card-blog-body span {
        color: #FFF;
        white-space: nowrap;
        /*text-transform: capitalize;*/
        font-variant: small-caps;
        font-size: 1.2em;
    }
}


@media (max-width: 769px) {

    .wrapper-blogs .col-md-4 {
        margin-bottom: 10px;
    }

    .card-blog {
        height: calc(100vw / 2.5);
        position: relative;
        border-radius: 1.5vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 1em;
    }

        .card-blog .card-blog-body span {
            color: #FFF;
            white-space: nowrap;
            /*text-transform: capitalize;*/
            font-variant: small-caps;
            font-size: 0.9em;
        }
}

#otros {
    padding: 2em 15px;
    background-color: #FFF;
}

#relacion-inversionistas {
    padding: 8em 4em;
}

#sustetabilidad, #otros {
    padding: 4em 1.25em;
}

.bk-prosperidad #prosperidad-incluyente {
    padding: calc(80px + 3em) 1.25em 0px 1.25em;
}

#empresas {
    padding: calc(80px + 1em) 1.25em 0px 1.25em;
}

@media (min-width: 800px) {
    #relacion-inversionistas {
        padding: 8em 5em;
    }

    .bk-prosperidad #prosperidad-incluyente, #empresas, #sustetabilidad, #otros {
        padding: 3em 4em 2em 4em;
    }
}

@media (max-width: 576px) {
    .bcg {
        position: absolute;
        width: 100%;
        height: 250%;
        top: 0;
        left: 0;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: 220%;
        background-position: center;
    }

    .bk-prosperidad #prosperidad-incluyente {
        padding: calc(80px + 2em) 1em;
        text-align: center;
    }



    #empresas, #sustetabilidad, #otros, #relacion-inversionistas {
        padding: 80px 1.25em;
        text-align: center;
    }

    .noticias {
        padding: 0px 1.25em;
        text-align: center;
    }

    .swiper-empresas .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .swiper-pagination-empresas .swiper-pagination-bullet {
        background-color: #FFF;
        margin: 0px 10px;
        width: 10px;
        height: 10px;
        opacity: 0.6;
    }

    .swiper-pagination-empresas .swiper-pagination-bullet-active {
        opacity: 1;
    }
}


#sustetabilidad .video-background video {
    width: 100%;
}

.wrapper-sustentabilidad-aniamte {
    position: relative;
}

.sustentabilidad-1 {
    position: absolute;
    width: 200px;
    height: 155px;
    left: 20%;
    top: 25%;
    margin-left: -40px;
    margin-top: -38.75px;
}

.sustentabilidad-2 {
    position: absolute;
    width: 200px;
    height: 155px;
    right: 25%;
    bottom: 25%;
    margin-right: -50px;
    margin-bottom: -38.75px;
}

.item-empresa {
    border-radius: 10px;
    overflow: hidden;
    height: 184px;
    width: 100%;
    background-size: cover;
}


@media (max-width: 1400px) {
    .sustentabilidad-1 p:first-child, .sustentabilidad-2 p:last-child {
        font-size: 0.9em;
    }

    .sustentabilidad-1 p:last-child, .sustentabilidad-2 p:first-child {
        font-size: 1.4em;
    }

    .sustentabilidad-1 {
        position: absolute;
        width: 200px;
        height: 155px;
        left: 19%;
        top: 26%;
        margin-left: -38px;
        margin-top: -40.3px;
    }

    .sustentabilidad-2 {
        position: absolute;
        width: 200px;
        height: 155px;
        right: 21%;
        bottom: 8%;
        margin-right: -42px;
        margin-bottom: -12.4px;
    }
}


@media(max-width: 1200px) {
    .sustentabilidad-1 {
        position: absolute;
        width: 150px;
        height: 110px;
        left: 21%;
        top: 30%;
        margin-left: -31.5px;
        margin-top: -36px;
    }

    .sustentabilidad-2 {
        position: absolute;
        width: 150px;
        height: 110px;
        right: 23%;
        bottom: 8%;
        margin-right: -34.5px;
        margin-bottom: -8.8px;
    }
}

@media (max-width: 991px) {
    .wrapper-sustentabilidad-aniamte {
        text-align: center;
    }

    .sustentabilidad-1 {
        position: absolute;
        width: 150px;
        height: 110px;
        left: 28%;
        top: 30%;
        margin-left: -42px;
        margin-top: -36px;
    }

    .sustentabilidad-2 {
        position: absolute;
        width: 150px;
        height: 110px;
        right: 28%;
        bottom: 12%;
        margin-right: -42px;
        margin-bottom: -13.2px;
    }
}

@media (max-width: 768px) {
    .wrapper-sustentabilidad-aniamte {
        text-align: center;
    }

    .sustentabilidad-1 {
        position: absolute;
        width: 150px;
        height: 110px;
        left: 25%;
        top: 30%;
        margin-left: -42px;
        margin-top: -36px;
    }

    .sustentabilidad-2 {
        position: absolute;
        width: 150px;
        height: 110px;
        right: 25%;
        bottom: 12%;
        margin-right: -42px;
        margin-bottom: -13.2px;
    }
}


@media(max-width: 576px) {
    .item-empresa {
        height: 150px;
    }

    .wrapper-sustentabilidad-aniamte {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .sustentabilidad-1 {
        position: absolute;
        width: 150px;
        height: 120px;
        left: 18%;
        top: 12%;
        margin-left: -27px;
        margin-top: -14.4px;
    }

    .sustentabilidad-2 {
        position: absolute;
        width: 150px;
        height: 120px;
        right: 18%;
        bottom: 0%;
        margin-right: -27px;
        margin-bottom: 0px;
    }


        .sustentabilidad-1 p:first-child, .sustentabilidad-2 p:last-child {
            font-size: 0.8em;
        }

        .sustentabilidad-1 p:last-child, .sustentabilidad-2 p:first-child {
            font-size: 1.2em;
        }

    .item-empresa {
        border-radius: 10px;
        overflow: hidden;
        height: 135px;
        width: 100%;
        background-size: cover;
    }
}


.wrapper-video-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

    .wrapper-video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
