
.video-hero{
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bg-portada{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.bg-portada video{
    width: 100vw;
    height: 63vw;
    min-height: 112vh;
    min-width: 199.1111111111vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay-top{
    position: absolute;
    top: 0;
    width: 100%;
    height: 266px;
    z-index: 999;
    background-size: cover;
    background-position: center;
    background-image: url(../images/OVERLAY-TOP.png);
}

.overlay-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 559px;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-image: url(../images/OVERLAY-BOTTOM.png);
}

/* BG VIDEO */

.content__portada{
    width: 81%;
    max-width: 1200px;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
}

.portada img{
    display: block;
    width: 85%;
    margin-bottom: 17px;
}

.portada h1{
    font-size: 28px;
    text-align: left;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 17px;
    color: var(--dorado);
    text-transform: uppercase;
    font-family: "Funnel Display", sans-serif;
}

.portada p{
    font-size: 16px;
    color: var(--white);
}

/*--------------- SOLUCIONES ---------------*/

.bg-soluciones{
    width: 100%;
    padding: 61px 0;
    background-color: var(--dorado);
}

.content__soluciones{
    width: 81%;
    max-width: 1200px;
    margin: 0 auto;
}

.item__soluciones{
    display: block ;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
}

.bg-sol-1{
    height: 300px;
    background-image: url(../images/NUESTRO-COMPROMISO.jpg);
}

.overlay-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    content: url(../images/overlay-1.png);
}

.overlay-2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    content: url(../images/overlay-2.png);
}

.bg-sol-2{
    height: 300px;
    background-image: url(../images/NUESTRO-PROPOSITO.jpg);
}

.bg-sol-3{
    margin-bottom: 0;
    height: 300px;
    background-image: url(../images/NJESTRAS-SOLUCIONES.jpg);
}

.bg-sol-3 img{
    position: absolute;
    right: 13px;
    bottom: 27px;
    width: 27px !important;
}

.item__soluciones img{
    display: block;
    width: 100%;
}

.item__soluciones h2{
    width: 90%;
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    font-weight: 800;
    margin: 0 auto;
    line-height: 21px;
    color: var(--dorado);
    font-size: 23px;
    font-family: var(--funnel);
}

.item__soluciones p{
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    line-height: 15px;
    margin-top: 7px;
}
/*--------------- SOLUCIONES ---------------*/

/*--------------- BLOG ---------------*/

.content-blog{
    width: 81%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 61px 0;
}

.title__blog{
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

.title__blog h2{
    font-size: 23px;
    font-weight: 800;
    line-height: 19px;
    color: var(--dorado);
    font-family: var(--funnel);
}

.title__blog a{
    font-size: 14px;
    color: var(--azul);
    font-weight: 600;
}

.item__blog{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #707070;
}

.item__blog img{
    display: block;
    width: 100%;
    margin-bottom: 11px;
}

.item__blog:nth-child(4){
    margin-bottom: 0;
}

.item__blog span{
    font-size: 14px;
    color: #959595;
}

.item__blog h3{
    font-size: 19px;
    color: var(--azul);
    margin: 15px 0;
    line-height: 17px;
    font-weight: 800;
    font-family: "IBM Plex Sans", sans-serif;
}

.item__blog a{
    font-size: 14px;
    color: var(--azul);
    font-weight: 600;
    cursor: pointer;
}

.content-medios{
    padding-top: 0;
}

/* MODAL INVERSIONES */

.close__modal{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}

.close__modal i{
    font-size: 23px;
    color: #FFFFFF;
}

.cont-inver__modal{
    padding: 45px 0;
    z-index: 9999999;
}

.cont-inver__modal .content-modal{
    position: relative;
    width: 85% !important;
    max-width: 435px;
    margin: 0 auto;
}

.content-modal{
    max-width: 441px;
}

.pt__modal{
    width: 100%;
    height: 195px;
    background-size: cover;
    background-position: center;
}

.pt__medios1{
    background-image: url(../images/media/noticia1.png);
}
.pt__medios2{
    background-image: url(../images/media/kerbe.png);
}
.pt__medios3{
    background-image: url(../images/media/famepark1.png);
}

.item-right__modal{
    padding: 19px 25px;
}

.item-right__modal h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 29px;
    color: var(--azul);
    font-family: var(--funnel);
}

.item-right__modal p{
    font-size: 16px;
    margin-bottom: 11px;
    color: #707070;
}

.item-right__modal a{
    font-size: 14px;
    font-weight: 700;
    color: var(--azul);
}

.w3-modal {
    z-index: 99999 !important;
    padding: 35px 0;
}

/*--------------- BLOG ---------------*/

@media screen and (min-width: 768px){

    /*--------------- PORTADA ---------------*/    

    .content__portada {
        bottom: 65px;
    }

    .portada img {
        width: 89%;
        max-width: 505px;
    }

    .portada h1 {
        font-size: 35px;
        line-height: 33px;
    }

    .portada p {
        font-size: 18px;
    }

    /*--------------- PORTADA ---------------*/
    
    /*--------------- BLOG ---------------*/

    .content-blog {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .title__blog {
        width: 100%;
    }
    
    .item__blog {
        width: 31%;
        margin-bottom: 0;
    }

    .title__blog h2 {
        font-size: 27px;
    }

    /* MODAL INVERSIONES */


    /* MODAL INVERSIONES */

    /*--------------- BLOG ---------------*/

}

@media screen and (min-width: 1024px){

    /*--------------- PORTADA ---------------*/

    .portada {
        width: 77%;
        max-width: 621px;
    }

    /*--------------- PORTADA ---------------*/

    /*--------------- SOLUCIONES ---------------*/

    .content__soluciones {
        display: flex    ;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bg-sol-1{
        width: 41%;
        height: 250px;
    }

    .bg-sol-2 {
        width: 56%;
        height: 250px;
    }

    .bg-sol-3 {
        height: 225px;
    }

    .bg-sol-3 h2 {
        font-size: 33px;
    }

    .item__soluciones h2 {
        bottom: 23px;
    }

    .item__soluciones p {
        margin-top: 13px;
    }

    /*--------------- SOLUCIONES ---------------*/


}

@media screen and (min-width: 1200px){

    /*--------------- PORTADA ---------------*/

    .content__portada {
        bottom: 47px;
    }

    .portada h1 {
        font-size: 41px;
        line-height: 35px;
    }

}

@media screen and (min-width: 1500px){

    /*--------------- PORTADA ---------------*/    

    .portada {
        max-width: 727px;
    }

}