/* ******************************************** */
/** HERO URUGUAY
/* ******************************************** */

.c-uruguay{
    background-color: var(--color-light);
    position: relative;
    overflow: hidden;
}

.c-uruguay__bg{
    position: relative;
    aspect-ratio: 160/87;
    margin-top: 10px;
}

.c-uruguay__info {
    position: relative;
    z-index: 2;
}

.c-uruguay__title{
    font-size: clamp(3.5rem,4.17vw,7rem);
    font-weight: 300;
}

.c-uruguay__title span{
    font-weight: 700;
}

.c-uruguay__title strong{
    font-weight: 300;
}



/* ********************** de Mobile a TABLET ********************** */

@media (min-width: 768px) {



}


/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 980px) {

    .c-uruguay__bg{
        position: absolute;
        top: 0;
        right: -30%;
        width: 100%;
        margin-top: 0;
    }
    
    html[dir="rtl"] .c-uruguay__bg{
        right: auto;
        left: -16%;
    }
    
    .c-uruguay__info{
        padding: 30px 0;
    }

    .c-uruguay__title{
        width: 45%;
    }

    .c-uruguay__content{
        width: 50%;
    }

}


/* ********************** de Desktop a DESKTOP 2 ********************** */

@media (min-width: 1200px) {

    .c-uruguay__bg{
        right: -32%;
    }
    
    .c-uruguay__info{
        padding: 60px 0;
    }

}


@media (min-width: 1320px) {
    
    .c-uruguay__info{
        padding: 90px 0;
    }
    
}


/* ********************** de Desktop 2 a HD ********************** */

@media (min-width: 1400px) {
    
    .c-uruguay__bg{
        right: -5%;
        left: -10%;
        width: auto;
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    html[dir="rtl"] .c-uruguay__bg{
        right: -10%;
        left: -30%;
        top: -5%;
    }
    
    .c-uruguay__info{
        padding: 100px 0;
    }

    .c-uruguay__title{
        width: 100%;
    }

    .c-uruguay__content{
        width: 52%;
        max-width: 640px;
    }

}

/* ********************** de Hd a FULL HD ********************** */

@media (min-width: 1600px) {

    .c-uruguay{
        padding-top: calc(var(--section-y-xl)*1.3);
        padding-bottom: calc(var(--section-y-xl)*1.3);
    }
    
    .c-uruguay__bg{
        top: 5%;
    }
    
    html[dir="rtl"] .c-uruguay__bg{
        top: 8%;
    }
    
    .c-uruguay__info{
        padding: 140px 0;
    }

}