@font-face {
    font-family: 'Giane_Gothic_sans';
    src: url('../fonts/GianeGothicsans-Bold.otf');
}

@font-face {
    font-family: 'Giane_Gothic_sans';
    src: url('../fonts/GianeGothicsans-Regular.otf');
}

@font-face {
    font-family: 'Allrounder Monument';
    src: url('../fonts/Moritz\ Kleinsorge-Allrounder-Grotesk-Regular.otf');
}

@font-face {
    font-family: 'Allrounder Monument';
    src: url('../fonts/Moritz-Kleinsorge-Allrounder-Monument-Medium.otf');
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
}

#carouselExampleControls, #carouselExampleControls_2 {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: drop-shadow(2px 2px 0px rgba(100, 100, 100, 1));
}

.d-block.w-100 {
    width: 340px !important;
    height: 563px !important;
    border-radius: 20px;
}

header {
    width: 100%;
    height: 100px;
    background-color: #1D1A1A;
}

.area_menu_mobile {
    display: none !important;
}

.area_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.area_creci {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.area_creci p {
    font-family: 'Giane_Gothic_sans';
    font-size: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}

.area_menu_int {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: 0px 60px;
}

nav ul {
    display: flex;
    display: -webkit-flex;
    gap: 40px;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

nav ul a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    list-style: none;

}

nav ul a li {
    font-family: 'Giane_Gothic_sans';
    font-weight: bold;
    letter-spacing: 0.075em;
    font-size: 18px;
}
.btn_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.btn_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    width: 100%;
    height: 40px;
    background: #FE9027;
    border-radius: 100px;
    padding: 0px 20px;
}

.btn_menu h2 {
    font-family: 'Giane_Gothic_sans';
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    margin: 0px;
    font-weight: bold;
}
#container_1 {
    background-image: url(../img/img_header.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
}

.container_1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    width: 100%;

}

.container_1_int {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1440px;
    padding: 0px 60px;
}

.area_texts_1 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    text-align: center;
}

.area_texts_1 h2 {
    font-family: 'Allrounder Monument';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    margin: 0px;
    letter-spacing: 0.075em;
}

.area_texts_1 h3 {
    font-family: 'Giane_Gothic_sans';
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    margin: 0px 0px 20px 0px;
    letter-spacing: 0.075em;
}

.area_networks {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

a {
    text-decoration: none;
}

.btn_1_header {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.btn_1 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    height: 50px;
    background: #FE9027;
    border-radius: 100px;
    padding: 0px 20px;
}

.btn_1 h2 {
    font-family: 'Giane_Gothic_sans';
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.075em;
    margin: 0px;
    font-weight: bold;
}

.vetor_1 {
    position: absolute;
    right: 0px;
    z-index: 0;
}

.vetor_1 img {
    width: 100%;
    max-width: max-content;
}

.vetor_2 {
    position: absolute;
    left: 0px;
    z-index: 0;
}

.vetor_2 img {
    width: 100%;
    max-width: max-content;
}

#container_2 {
    width: 100%;
    background: linear-gradient(188.11deg, #120C09 4.26%, #401E0D 48.19%, #713A1E 70.26%, #BA7B3C 93.77%, #BA7B3C 93.77%);
}

.container_2 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 100%;
    padding: 80px 0px 100px 0px;
}

.container_2_int {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    max-width: 1440px;
}

.area_container_2 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.title_2 h2 {
    font-family: 'Allrounder Monument';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px 0px 60px 0px;
}

.area_imgs {
    display: flex !important;
    display: -webkit-flex;
    width: 86% !important;
    max-width: 1440px;
}

.owl-item {
    display: flex;
    display: -webkit-flex;
    justify-content: center;

}
.owl-theme .owl-nav {
    position: absolute;
    z-index: 1;
    top: calc(50% - 70px);
    width: 100%;
}

.owl-next img, .owl-prev img{
    width: 28px !important;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent !important;
    
}
.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: .5 !important;
}
.owl-next img {
    right: -20px;
    position: absolute;
}

.owl-prev img {
    left: -20px;
    position: absolute;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
}
.img_modal {
    cursor: pointer;
    border-radius: 20px;
}

.img_1 {
    background-image: url(../taj-home-resort/img/taj-home-resort-menor.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    height: 563px;
    z-index: 10;
    border-radius: 20px;
}

.img_2 {
    background-image: url(../una-residence/img/una-residence-menor.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    height: 563px;
    z-index: 10;
    border-radius: 20px;
}

.img_3 {
    background-image: url(../taj-home-resort/img/taj-home-resort-menor.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    height: 563px;
    z-index: 10;
    border-radius: 20px;
}

.owl-carousel .owl-item img {
    border-radius: 30px;
}
@keyframes modal {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.area_modal {
    animation: modal 300ms ease-in;
    transition: all ease-in-out .3s;
    display: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background: linear-gradient(180deg, #1D110B 0%, #AB6E36 100%), rgba(255, 255, 255, 0.2);
    z-index: 9999;
}

.area_modal_int {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.area_modal_int svg {
    cursor: pointer;
}

.modal_area_total {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0px 20px;
}

.modal_int {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 40px;
}

.modal_int img {
    width: 100%;
    max-width: 1000px;
    box-shadow: 1px 8px 13px 6px rgba(0, 0, 0, 0.38);
    border-radius: 30px;
}

.texts_modal {
    max-width: 400px;
    width: 100%;
}

.texts_modal h2 {
    font-family: 'Giane_Gothic_sans';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0px;
}

.texts_modal p {
    font-family: 'Giane_Gothic_sans';
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    line-height: 24px;
}

.area_text_item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    gap: 10px;
    max-width: 318px;
    margin-bottom: 20px;
}

.title_item h2 {
    font-family: 'Giane_Gothic_sans';
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    text-shadow: 8px 4px 4px #1d1a1a
}

.sub_title_item h3 {
    font-family: 'Giane_Gothic_sans';
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    text-shadow: 8px 4px 4px #1d1a1a
}

.link_btn {
    width: 167px;
    height: 40px;
    margin-bottom: 30px;
}

.btn_item {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 40px;
    background: #D2853C;
    border-radius: 100px;
    margin-top: 30px;
    z-index: 999;
}

.btn_item h2 {
    font-family: 'Giane_Gothic_sans';
    font-size: 18px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin-bottom: 0px;

}

#container_3 {
    background-image: url(../img/bg_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.container_3 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 100%;
    padding: 80px 0px 100px 0px;
}

.container_3_int {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;

}

.area_container_3 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.title_3 h2 {
    font-family: 'Allrounder Monument';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px 0px 60px 0px;
}

#container_video {
    background-color: #1D1A1A;
    width: 100%;
    height: 100%;
}

.container_video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container_video_int {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    padding: 60px 20px 80px 20px;
}

.area_container_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.title_video h2 {
    font-family: 'Allrounder Monument';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.075em;
    color: #fff;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.sub_title_video p {
    font-family: 'Giane_Gothic_sans';
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

#container_4 {
    background: linear-gradient(180deg, rgba(192, 87, 87, 0.2) 55.06%, rgba(192, 87, 87, 0) 100%), linear-gradient(180deg, rgba(255, 141, 40, 0.2) 0%, rgba(255, 141, 40, 0) 3.35%), #0F0907;
    width: 100%;
}

.texts_about {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container_4 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.container_4_int {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 0px 20px;
    width: 100%;
    max-width: 1360px;
    padding: 40px 0px;
}

.area_container_4 {
    background-image: url(../img/bg_phone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 0px 0px 180px 0px;
    filter: drop-shadow(0px 24px 31px rgba(0, 0, 0, 0.25));
    border-radius: 30px;
}

.area_container_4_mobile {
    display: none;
}

.btn_container_4_mobile {
    display: none;
}

.area_texts_container_4 {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
}

.area_texts_container_4_int {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    max-width: 550px;
    width: 100%;
}

.btn_container_4 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 50px;
    background: #FE9027;
    border-radius: 100px;

}

.btn_container_4_area {
    margin: 80px 0px 80px 0px;
}

.btn_container_4 h2 {
    font-family: 'Giane_Gothic_sans';
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.075em;
    margin: 0px;
    font-weight: bold;
}

.title_container_4 h2 {
    font-family: 'Allrounder Monument';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 40px 0px 60px 0px;
}

.title_legacy h2,
.title_mindset h2,
.title_innovation h2,
.title_post h2 {
    font-family: 'Giane_Gothic_sans';
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.sub_title_legacy p,
.sub_title_mindset p,
.sub_title_innovation p,
.sub_title_post p {
    font-family: 'Giane_Gothic_sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px;
}

footer {
    background-color: #1D1A1A;
    width: 100%;
    padding: 40px 0px;
}

.copyright {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    width: 100%;
}

.copyright h2 {
    font-family: 'Giane_Gothic_sans';
    font-size: 20px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 20px;
}

.title_footer {
    text-align: center;
}

.sub_title_footer p {
    font-family: 'Giane_Gothic_sans';
    font-size: 14px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 20px;
}

.sub_title_footer p a {
    text-decoration: none;
    color: #FFFFFF;
}

.area_footer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.logo_baldy {
    display: flex;
    display: -webkit-flex;
    padding: 0px 20px;
}

.logo_baldy img {
    width: 100%;
    max-width: 160px;
}
jdiv {
    z-index: 99 !important;
}
.whats_left {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.whats_left img {
    width: 60px;
    border-radius: 100px;
}

/*Política de privacidade*/

#container_privacy {
    height: 100%;
    background-color: #1D1A1A;
    width: 100%;
}

.container_privacy {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.container_privacy_int {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 40px 20px;

}

.area_container_privacy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 1000px;
}

.title_privacy h2 {
    font-family: 'Giane_Gothic_sans';
    font-size: 32px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 20px;
    font-weight: bold;
}

.sub_title_privacy p {
    font-family: 'Giane_Gothic_sans';
    font-size: 22px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 20px;
}

@media(max-width: 1920px) {
    #container_1 {
        height: 1200px;
    }
}

@media(max-width: 1440px) {
    #container_1 {
        height: 900px;
    }

    .area_container_video iframe {
        width: 100%;
        max-width: 720px;
        height: 400px;
    }
}

@media(max-width: 1366px) {
    .modal_int img {
        max-width: 500px;
    }
    .texts_modal h2 {
        font-size: 30px;
    }
    .texts_modal p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media(max-width: 1024px) {
    #container_1 {
        height: 510px;
    }
    
    .area_container_4 {
        padding: 0px 0px 40px 0px;
    }

    .area_texts_container_4 {
        max-width: 930px;
    }
}

@media(max-width: 768px) {
    .area_imgs {
        width: 100% !important;
    }

    .area_container_video iframe {
        width: 100%;
        max-width: 375px;
        height: 280px;
    }

    #container_1 {
        background-image: url(../img/img_header_mobile.webp);
        height: 1000px;
        padding: 0px 0px 0px 0px;
    }

    .container_1 {
        align-items: flex-end;
    }

    .container_1_int {
        margin-bottom: 40px;
        justify-content: center;
        padding: 0px 20px;
    }

    .area_texts_1 h2 {
        font-size: 40px;
    }

    .area_texts_1 h3 {
        font-size: 26px;
    }

    .btn_1 h2 {
        font-size: 18px;
    }

    .container_3 {
        padding: 40px 0px 40px 0px;
    }
    .title_video h2 {
        font-size: 26px;
    }
    .sub_title_video p {
        font-size: 20px;
    }
    #container_4 {
        height: 100%;
        padding: 80px 0px 80px 0px;
    }

    .area_container_4 {
        display: none;
    }

    .container_4_int {
        flex-direction: column;
        justify-content: center;
    }

    .area_container_4_mobile {
        display: flex;
        display: -webkit-flex;
        background-image: url(../img/bg_phone_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 755px;
        max-width: 500px;
        filter: drop-shadow(0px 24px 31px rgba(0, 0, 0, 0.25));
        border-radius: 30px;
    }

    .area_texts_container_4_mobile {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        width: 100%;
    }

    .area_texts_container_4_int_mobile {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        max-width: 550px;
        padding: 0px 20px 0px 20px;
        width: 100%;
    }

    .btn_container_4_m {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }

    .container_4_int {
        gap: 40px;
    }

    .btn_container_4_mobile {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 380px;
        height: 50px;
        background: #FE9027;
        border-radius: 100px;
        padding: 0px 20px;
    }

    .btn_container_4_mobile h2 {
        font-family: 'Giane_Gothic_sans';
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.075em;
        margin: 0px;
        text-transform: uppercase;
    }

    .title_container_4_mobile h2 {
        font-family: 'Allrounder Monument';
        font-weight: 500;
        font-size: 30px;
        letter-spacing: 0.075em;
        color: #FFFFFF;
        margin: 20px 0px 20px 0px;
        text-align: center;
    }

    .title_legacy_mobile h2,
    .title_mindset_mobile h2,
    .title_innovation_mobile h2,
    .title_post_mobile h2 {
        font-family: 'Giane_Gothic_sans';
        font-size: 22px;
        color: #fff;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        text-align: initial;
    }

    .sub_title_legacy_mobile p,
    .sub_title_mindset_mobile p,
    .sub_title_innovation_mobile p,
    .sub_title_post_mobile p {
        font-family: 'Giane_Gothic_sans';
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.075em;
        color: #FFFFFF;
        margin: 0px;
        text-align: initial;
    }


}

@media(max-width: 600px) {


     .container_2 {
        padding: 40px 0px 40px 0px;
    }
    #carouselExampleControls, #carouselExampleControls_2 {
        display: flex;
    }
    .slide-1.area_imgs, .slide-2.area_imgs  {
        display: none !important;
    }
    .row.container_Slide {
        margin: 0px;
    }
    .container_Slide {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .vetor_1 {
        z-index: -1;
    }
    .vetor_2 {
        z-index: -1;
    }
    .d-block.w-100 {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
        border-radius: 20px;
    }
    .img_2 {
        z-index: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        opacity: 1 !important;
        height: 89% !important;
        width: 5% !important;
    }
    .carousel-control-prev-icon {
        background-image: url(../img/arrow-prev.png) !important;
        width: 20px !important;
        height: 32px !important;
    }

    .carousel-control-next-icon {
        background-image: url(../img/arrow-next.png) !important;
        width: 20px !important;
        height: 32px !important;
    }
    .carousel-control-prev {
        left: 5px !important;
    }
    .carousel-control-next {
        right: 5px !important;
    }


    .area_imgs {
        display: flex !important;
        display: -webkit-flex !important;
        width: 86% !important;
    }
    
    .owl-item {
        justify-content: center;
    }
    
    .area_menu {
        display: none !important;
    }
    
    .owl-next img {
        right: -25px;
    }
    
    .owl-prev img {
        left: -25px;
    }
    
    .owl-next img, .owl-prev img {
        width: 20px !important;
        filter: drop-shadow(2px 2px 0px rgba(100, 100, 100, 1));
    }
    
    .sub_title_item h3 {
        font-size: 16px;
    }
    
    .area_creci {
        margin-top: 0px;
    }
    .container_video_int {
        padding: 40px 20px 60px 20px;
    }
    .area_menu_mobile {
        display: flex !important;
        display: -webkit-flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .icon_menu {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .menu_close {
        display: none;
        width: 40px;
        fill: #fff;
    }

    .icon {
        background-color: #fff;
        border-radius: 10px;
        width: 30px;
        height: 4px;
    }

    @keyframes move {
        0% {
            top: -100%;

        }

        100% {
            top: 100px;
        }

    }

    .area_menu_int_mobile {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1440px;
        padding: 0px 60px;
    }

    .area_menu_mobile_total {
        display: none;
        transition: top 1s ease;
        width: 100%;
        position: absolute;
        background-color: #1D1A1A;
        right: 0;
        top: -100px;
        left: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0px 30px 0px;
    }

    .area_creci p {
        color: #fff;
    }

    nav ul {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }

    nav ul a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        list-style: none;
    }

    nav ul a li {
        font-family: 'Giane_Gothic_sans';
        font-weight: bold;
        letter-spacing: 0.075em;
    }

    .modal_area_total {
        gap: 20px;
    }

    .area_modal_int svg {
        width: 60px;
    }

    .texts_modal h2 {
        font-size: 26px;
    }

    .texts_modal p {
        font-size: 14px;
    }

    #container_1 {
        height: 600px;
    }

    .area_texts_1 h2 {
        font-size: 26px;
    }

    .area_texts_1 h3 {
        font-size: 18px;
    }

    .btn_1 {
        max-width: 260px;
        height: 40px;
    }

    .btn_1 h2 {
        font-size: 13px;
    }

    .title_video h2 {
        font-size: 20px;
    }

    .sub_title_video p {
        font-size: 16px;
    }

    .btn_container_4_mobile {
        max-width: 260px;
    }

    .btn_container_4_mobile h2 {
        font-size: 16px;
        text-align: center;
    }

    .area_texts_1 {
        width: 100%;
    }

    .title_2 h2 {
        font-size: 30px;
    }

    .title_3 h2 {
        text-align: center;
        font-size: 30px;
    }

    .area_container_4_mobile {
        height: 700px;
    }

    .title_legacy_mobile h2,
    .title_mindset_mobile h2,
    .title_innovation_mobile h2,
    .title_post_mobile h2 {
        text-shadow: 4px 4px 4px #1D1A1A;
    }

    .sub_title_legacy_mobile p,
    .sub_title_mindset_mobile p,
    .sub_title_innovation_mobile p,
    .sub_title_post_mobile p {
        text-shadow: 4px 4px 4px #1D1A1A;
    }

    .container_4_int {
        margin: 0px;
    }

    .texts_about_mobile {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }

    .innovation_mobile {
        max-width: 240px;
        width: 100%;
    }

    .post_mobile {
        display: none !important;
    }

    .copyright h2 {
        font-size: 16px;
    }

    .title_footer {
        width: 90%;
        text-align: center;
    }

    .whats_left {
        position: fixed;
        left: 10px;
        bottom: 10px;
        z-index: 999;
    }

    .whats_left img {
        width: 50px;
        border-radius: 100px;
    }

    .copyright {
        flex-direction: column;
        gap: 20px;
    }

    .title_privacy h2 {
        font-size: 20px;
    }

    .sub_title_privacy p {
        font-size: 18px;
    }

    .sub_title_footer p {
        font-size: 14px;
    }
}

@media(max-width: 375px) {
    .area_texts_1 h2 {
        font-size: 24px;
    }

    .btn_1 h2 {
        font-size: 13px;
    }

    .img_1,
    .img_2,
    .img_3 {
        background-size: contain;
        width: 322px;
        height: 500px;
    }

    .title_item h2 {
        font-size: 22px;
    }

    .sub_title_item h3 {
        font-size: 20px;
    }

    .area_text_item {
        padding: 0px 20px;
    }
}

jdiv {
    display: none !important;
}

#jivo-sound-agent_message {
    display: none !important;
}