﻿.banner-modular {
    padding-bottom: 40px;
    height: 57vw;
    max-height: 1028px;
}



.banner-modular-mobile {
    height: 1600px;
    padding-bottom: 16px;
    padding-top: 8px;
}

    .banner-modular-mobile .hero-text h3,
    .banner-modular-mobile .hero-text h1 {
        font-size: 24px !important;
    }

.banner-h-25 {
    height: calc(25% - 24px);
    /*height: 220px;*/

    margin-bottom: 24px;
}

.banner-h-20 {
    height: calc(20% - 24px);
    margin-bottom: 24px;
    /*   height: 226px;*/
}

.banner-h-20-n-m {
    height: calc(20%);
}

.banner-h-10 {
    height: calc(10% - 24px);
    margin-bottom: 24px;
}

.banner-h-55 {
    height: calc(55% - 24px);
    /*margin-bottom: 20px;*/
    /*  height: 568px;*/
    margin-bottom: 24px;
}

.banner-h-55-n-m {
    height: 55%;
}

.banner-h-40 {
    height: calc(40% - 24px);
    /*height: 380px;*/
    margin-bottom: 24px;
}

.banner-h-43 {
    height: calc(43% - 24px);
    /*height: 380px;*/
    margin-bottom: 24px;
}


.banner-h-40-2 {
    height: calc(40% - 24px);
    /* height: 333px;*/
    margin-bottom: 24px;
}

.banner-h-37 {
    height: calc(37% - 24px);
    /* height: 333px;*/
    margin-bottom: 24px;
}

.banner-h-30 {
    height: calc(30% - 24px);
    margin-bottom: 24px;
}

.banner-h-70 {
    height: calc(70% - 24px);
    margin-bottom: 24px;
}

.banner-h-75 {
    height: calc(75% - 20px);
    margin-bottom: 20px;
}

.banner-h-45 {
    height: calc(45% - 24px);
    margin-bottom: 24px;
}

.banner-h-50 {
    height: calc(50% - 20px);
    margin-bottom: 20px;
}

.banner-h-100 {
    height: calc(100% - 24px);
    margin-bottom: 24px;
}


.banner-h-12 {
    height: calc(12% - 24px);
    margin-bottom: 24px;
}

.banner-h-22 {
    height: calc(22% - 24px);
    margin-bottom: 24px;
}


.hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

    .hero-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 8px;
    }

.hero-text, .hero-text-2 {
    text-align: left;
    position: absolute;
    color: white;
    font-size: 12px;
}

    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        padding-bottom: 1rem;
        font-family: 'Frank Ruhl Libre', serif;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 40px */
        letter-spacing: 0.4px;
    }

    .hero-text a, .hero-text-2 a {
        text-decoration: underline;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px
    }



.banner-2-section {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 600px) {

    .hidden-sm {
        display: none;
    }

    .rounded-borders {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .banner-2-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
        .banner-2-section .row{
            margin: 0px;
        }

            .banner-2-section .row .container.h-100{
                padding-left: 12px !important;
                padding-right: 12px !important
            }
            .banner-2-section .col-sm-12,
            .banner-2-section .col-lg-12 {
                padding: 0px;
            }

    .banner-h-25 {
        height: calc(25% - 16px);
        /*height: 220px;*/
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .banner-h-20 {
        height: calc(20% - 16px);
        margin-bottom: 16px;
        /*   height: 226px;*/
    }

    .banner-h-20-n-m {
        height: calc(20%);
    }

    .banner-h-10 {
        height: calc(10% - 16px);
        margin-bottom: 16px;
    }

    .banner-h-55 {
        height: calc(55% - 16px);
        /*margin-bottom: 20px;*/
        /*  height: 568px;*/
        margin-bottom: 16px;
    }

    .banner-h-55-n-m {
        height: 55%;
    }

    .banner-h-40 {
        height: calc(40% - 16px);
        /*height: 380px;*/
        margin-bottom: 16px;
    }

    .banner-h-43 {
        height: calc(43% - 16px);
        /*height: 380px;*/
        margin-bottom: 16px;
    }


    .banner-h-40-2 {
        height: calc(40% - 16px);
        /* height: 333px;*/
        margin-bottom: 16px;
    }

    .banner-h-37 {
        height: calc(37% - 16px);
        /* height: 333px;*/
        margin-bottom: 16px;
    }

    .banner-h-30 {
        height: calc(30% - 16px);
        margin-bottom: 16px;
    }

    .banner-h-70 {
        height: calc(70% - 16px);
        margin-bottom: 16px;
    }

    .banner-h-75 {
        height: calc(75% - 20px);
        margin-bottom: 20px;
    }

    .banner-h-50 {
        height: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .banner-h-100 {
        height: calc(100% - 16px);
        margin-bottom: 16px;
    }

    .banner-h-22 {
        height: calc(22% - 16px);
        margin-bottom: 1rem;
    }

    .banner-h-12 {
        height: calc(12% - 16px);
        margin-bottom: 1rem;
    }

    .banner-h-45 {
        height: calc(45% - 16px);
        margin-bottom: 16px;
    }
}


@media(min-width: 600px) {
    .hidden-lg {
        display: none;
    }

    .pl-desk {
        padding-left: 0px;
    }

    .rounded-borders {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }


    .hero-text {
        max-width: 50%;
        margin: 1.5rem;
    }

       

    .hero-text-2 {
        margin: 1rem;
        max-width: 50%;
    }
}

@media screen and (min-width: 200px) and (max-width: 600px) {


    /*   .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 24px !important;
    }*/

    .hero-text a {
        font-size: 14px;
    }


    .hero-text {
        margin: 1rem;
        max-width: 50% !important;
    }

    .hero-text-half {
        max-width: 50% !important;
    }


    .hero-text-2 {
        margin: 10px;
    }

    .hero-text h1, .hero-text h3, .pretitulo-text {
        padding-bottom: 0px !important;
    }

    .pretitulo-text {

        font-size: 12px !important;
       
    }
}


@media screen and (min-width: 600px) and (max-width: 900px) {


    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 14px !important;
    }

    .hero-text a {
        font-size: 10px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 26px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 28px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1660px) {
    .hero-text h3, .hero-text-2 h3,
    .hero-text h1, .hero-text-2 h1 {
        font-size: 40px !important;
    }
}

@media screen and (min-width: 1660px) {
    .hero-text {

        margin: 1.5rem;
    }

    .hero-text-2 {
        margin: 1rem;
    }

        .hero-text h3, .hero-text-2 h3,
        .hero-text h1, .hero-text-2 h1 {
            font-size: 40px;
        }
}

.pretitulo-text {
    /* color: var(--text-primary, #004021);*/

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 1rem;
}

.enlace-text {
    padding-bottom: 1rem;
}
