@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Poppins:wght@400;500;600;700&display=swap');

* {
    font-family: 'Poppins';
}

:root {
    --cor-principal: #023F42;
    --cor-secundaria: #CEA571;
    --cor-auxiliar: #F9F4F1;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    background: linear-gradient(174deg, #005159 2.34%, rgba(1, 6, 6, 0.72) 94.29%), #013E41;
}

a {
    text-decoration: none !important;
}

[data-animation] {
    opacity: 0;
    transition: all 200ms ease-out;

}

[data-animation-2] {
    opacity: 0;
    transition: all 400ms ease;

}

[data-delay-1] {
    transition-delay: 200ms;
}

[data-delay-2] {
    transition-delay: 400ms;
}

[data-delay-3] {
    transition-delay: 600ms;
}

[data-animation="slice"] {
    transform-origin: left;
    transform: scaleX(0);
}

[data-animation-2="size_line"] {
    transform: scaleY(0);
    transform-origin: top;
}

[data-animation-2="size_line_2"] {
    transform: scaleX(0);
    transform-origin: right;
}

.line_animation {
    position: absolute !important;
    width: 2px !important;
    height: 410px !important;
    background-color: #FFFFFF;
    bottom: -440px;
    z-index: 1 !important;
}

.line_animation_2 {
    position: absolute !important;
    width: 100% !important;
    max-width: 500px !important;
    height: 2px !important;
    background-color: #FFFFFF;
    bottom: -440px;
    left: -80px;
    z-index: 1 !important;
}

[data-animation="down"] {
    transform: translate3d(0, 20px, 0);
}

[data-animation="left"] {
    transform: translate3d(-20px, 0, 0);
}

[data-animation="right"] {
    transform: translate3d(20px, 0, 0);
}

[data-animation].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform: scaleX(1);
    transform: scaleY(1);
    transform-origin: left;
    width: 100%;
    max-width: max-content;
}


[data-animation-2].animate2 {
    opacity: 1;
    transform: scaleY(1);
    transform: scaleX(1);
    height: -webkit-fill-available;

}

.bg_header {
    position: absolute;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.53) 44.42%, rgba(0, 0, 0, 0.00) 100%);
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.container_menu {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    transition: all ease 300ms;

}

.container_menu_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
}

.area_menu a {
    display: flex;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu_mobile {
    display: none;
}

.menu_mobile_open {
    display: none;
}

.menu_mobile_close {
    display: none;
}

.menu_desktop {
    width: 100%;
    max-width: max-content;
}

nav ul li a {
    color: var(--cor-auxiliar);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 4.86px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease 200ms;
}


nav ul li a:hover {
    color: var(--cor-secundaria);
}

.simili_logo_dourado {
    max-width: 120px;
    height: auto;
    width: 100%;
}

.area_btn_whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.area_btn_whats img {
    max-width: 60px;
    width: 100%;
    transition: all ease-in-out 300ms;
    height: auto;
    transform: scale3d(1, 1, 1);
    animation: btn_whats 1s infinite alternate;
    cursor: pointer;
}

@keyframes btn_whats {
    0% {
        transform: scale3d(1, 1, 1);
    }

    100% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

/*Header*/

#container_header {
    /*background-image: url(img//bg_header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 719px;
    width: 100%;
    position: relative;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#container_header video {
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

.container_header {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.container_header_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_container_header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.simili_logo_branco {
    max-width: max-content;
    width: 100%;
}

.title_header h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    margin: 0px;
}

.box {
    position: absolute;
    bottom: -1px;
    height: 190px;
    width: 100%;
    z-index: 1;
}

/*Modal formulário*/

.container_modal {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all ease 300ms;
    position: fixed;
    background: linear-gradient(174deg, #00515973 2.34%, rgba(1, 6, 6, 0.72) 94.29%), #00515973;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
}

.container_modal_int {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 640px;
    background: linear-gradient(174deg, #005159 2.34%, rgba(1, 6, 6, 0.72) 94.29%), #013E41;
    border-radius: 20px;
    position: relative;
}

.close_modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    line-height: 100%;
    font-weight: 400;
    color: #CDA558;
    cursor: pointer;
}

.area_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
}

.area_input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

label {
    color: var(--cor-secundaria);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

form {
    width: 100%;
}

.area_input input {
    width: 100%;
    max-width: 325px;
    height: 40px;
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid var(--cor-secundaria);
    outline: none;
    color: var(--cor-secundaria);
    padding-left: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

#produto {
    width: 100%;
    max-width: 460px;
    height: 40px;
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid var(--cor-secundaria);
    outline: none;
    color: var(--cor-secundaria);
    padding-left: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
}

select option {
    background-color: #005159;
}

.enviar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #043F45;
    box-shadow: 0px 22px 21px 0px rgba(0, 0, 0, 0.65) inset;
    width: 100%;
    max-width: 160px;
    height: 40px;
    border-radius: 20px;
    transition: all ease 200ms;
    transform: scale3d(1, 1, 1);
    outline: none;
    border: none;
    color: var(--cor-secundaria);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0px;
    cursor: pointer;
}

.enviar:hover {
    background: linear-gradient(99deg, #B2803F 100%, rgba(178, 128, 63, 0.00) 101.47%);
    box-shadow: 0px 5px 10px 0px rgba(111, 62, 0, 0.6);
    color: #FFFFFF;
}


/*Ambiente*/

.container_ambiente {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px 40px 0px;
    background: linear-gradient(174deg, #005159 2.34%, rgba(1, 6, 6, 0.72) 94.29%), #013E41;
}

.container_ambiente_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.area_ambiente {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    position: relative;
}

.area_texts_ambiente {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1000px;
}

.title_ambiente h2 {
    color: var(--cor-secundaria);
    font-size: 26px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: 7.02px;
    text-transform: uppercase;
    margin: 0px;
}

.area_infos_ambiente {
    border-radius: 14px;
    border: 1px solid #CDA558;
    width: 100%;
    max-width: 800px;
    padding: 30px 0px;
}

.area_infos_ambiente_int {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.area_points {
    display: flex;
    gap: 20px;
}

.info_ambiente h1 {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 100%;
    margin: 0px;
    transition: all ease 200ms;
}

.info_ambiente h1:hover {
    color: var(--cor-secundaria);
}

.swiper_2 {
    width: 100%;
    overflow-x: hidden;
}

.area_slide_principal_total {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.slide_principal {
    transition: all ease 500ms;
}

[aria-hidden='false'] {
    opacity: 1;
    max-height: auto;
    transform: scaleY(1);
    transform-origin: top;
}

[aria-hidden='true'] {
    max-height: 0px;
    opacity: 0;
    transform: scaleY(0.1);
    transform-origin: top;
}

.btns_slide {
    transition: all ease 300ms;
    transform: scale3d(1, 1, 1);
}

.btns_slide.selected {
    transform: scale3d(1.15, 1.15, 1.15);
}

.area_options_slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    position: absolute !important;
    left: 20px;
    z-index: 1;
    height: 58%;

}

.area_options_slide img {
    cursor: pointer;
    transition: all ease 200ms;
    width: 100%;
    max-width: 65px;
}

.area_options_slide img:hover {
    transform: scale3d(1.15, 1.15, 1.15);
}


.area_gb1k_1 {
    position: relative;
    background-image: url(../img/gb1k_1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}


.area_gb1k_2 {
    position: relative;
    background-image: url(../img/gb1k_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}


.area_gb1k_3 {
    position: relative;
    background-image: url(../img/gb1k_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}


.area_ju109_1 {
    position: relative;
    background-image: url(../img/JU109_1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}


.area_ju109_2 {
    position: relative;
    background-image: url(../img/JU109_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}

.area_ju109_3 {
    position: relative;
    background-image: url(../img/JU109_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}


.area_jx113_1 {
    position: relative;
    background-image: url(../img/JX113_1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}

.area_jx113_2 {
    position: relative;
    background-image: url(../img/JX113_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}

.area_jx113_3 {
    position: relative;
    background-image: url(../img/JX113_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    width: 100%;
}

.bg_slide {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    max-width: 1440px;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.00) 65%), linear-gradient(90deg, rgba(0, 0, 0, 0.50) 17.96%, rgba(0, 0, 0, 0.00) 90.01%), linear-gradient(90deg, rgba(99, 65, 0, 0.40) 21.85%, rgba(6, 4, 0, 0.1) 60%, rgba(201, 189, 165, 0.00) 100%);
}

.swiper_2 .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100% !important;
    bottom: 40px !important;
}

.area_text_gb1k {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: 96%;
    width: 100%;
    max-width: 660px;
    position: relative;
    padding-left: 140px;
}

.title_gb1k h2 {
    color: var(--cor-secundaria);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    margin: 0px;
}

.title_gb1k h2 b {
    color: #FFFFFF;
}

.sub_title_gb1k p {
    color: var(--cor-auxiliar);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin: 0px;
}

.area_video_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.area_video_slide video {
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    max-height: 625px;
    width: 100%;
}

/*Container banner*/
#container_banner {
    background-image: url(../img/banner_gbk1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    width: 100%;
}

.container_banner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(113deg, rgba(1, 17, 18, 0.34) 26.32%, rgba(6, 26, 28, 0.00) 65.13%);
}

.container_banner_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.area_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 0px 20px;
}

.title_banner h2 {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 7.02px;
    text-transform: uppercase;
    margin: 0px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .4));
    text-align: center;
}

.title_banner h2 b {
    color: #CDA558;
}

.sub_title_banner p {
    color: #CDA558;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    line-height: 115%;
    margin: 0px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .4));
}

/*Modelos*/

.container_modelos {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 60px 0px 40px 0px;
}

.bg_traco_modelo {
    position: absolute;
    top: 95px;
    z-index: -1;
    max-width: max-content;
    width: 100%;
}

.bg_traco_modelo_2 {
    position: absolute;
    z-index: -1;
    left: 500px;
    max-width: max-content;
    top: -600px;
}

.bg_traco_modelo_3 {
    position: absolute;
    z-index: -1;
    left: 500px;
    max-width: max-content;
    top: 40px;
}

.bg_traco_modelo_4 {
    position: absolute;
    z-index: -1;
    left: 500px;
    max-width: max-content;
    top: 720px;
}

.container_modelos_int {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 60px;
    width: 100%;
}

.area_modelos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.title_informacoes h2 {
    color: var(--cor-secundaria);
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 7.02px;
    text-transform: uppercase;
    margin: 0px;
}

.area_title_infomacoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.modelo_1 {
    background-image: url(../img/modelo_1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    position: relative;
}

.modelo_2 {
    background-image: url(../img/modelo_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    position: relative;
}

.modelo_3 {
    background-image: url(../img/modelo_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    position: relative;
}

.modelo_4 {
    background-image: url(../img/modelo_5.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    width: 100%;
    position: relative;
}


.bg_modelo {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    background: linear-gradient(257deg, rgba(0, 0, 0, 0.32) 28.29%, rgba(0, 0, 0, 0.00) 59.33%), linear-gradient(270deg, rgba(0, 0, 0, 0.40) 17.96%, rgba(0, 0, 0, 0.00) 60%), linear-gradient(272deg, rgba(23, 23, 23, 0.69) 20%, rgba(6, 4, 0, 0.5) 40%, rgba(201, 189, 165, 0.00) 60%);
    z-index: 0;
}

.area_text_modelo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 95%;

}

.area_text_modelo_int {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    width: 100%;
    max-width: 420px;
    position: relative;
}


.area_text_modelo_int_2 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 500px;
    position: relative;
}

.area_text_modelo_int_3 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 680px;
    position: relative;
}


.bg_linha_1 {
    position: absolute;
    max-width: max-content;
    width: 100%;
    bottom: -20px;
    left: -40px;
    max-width: max-content;
    width: 100%;
}

.bg_linha_2 {
    position: absolute;
    max-width: max-content;
    width: 100%;
    bottom: -40px;
    right: 0px;
    max-width: max-content;
    width: 100%;
}

.title_modelo h2 {
    color: #FFF;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 6.48px;
    text-transform: uppercase;
    margin: 0px;
    text-align: end;
    transition: all ease 200ms;
}

.title_modelo h2:hover {
    color: var(--cor-secundaria);
}

.btn_contato_modelo {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: linear-gradient(99deg, #B2803F -6.23%, rgba(178, 128, 63, 0.00) 101.47%);
    box-shadow: 0px 5px 10px 0px rgba(111, 62, 0, 0.6);*/
    width: 100%;
    max-width: max-content;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all ease 300ms;
    transform: scale3d(1, 1, 1);
    cursor: pointer;
}

.btn_contato_modelo h2 {
    color: #FFFFFF !important;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 6.48px;
    margin: 0px;
    text-transform: uppercase;
}

.btn_contato_modelo:hover {
    transform: scale3d(1.1, 1.1, 1.1);
   
}

.btn_contato_modelo:hover > h2 {
    color: var(--cor-secundaria) !important;
}

#container_banner_2 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
}

#container_banner_2 img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

#container_banner_3 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 60px;
}

#container_banner_3 img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

/*Acustico*/

#container_acustico {
    background-image: url(../img/banner_acustico.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.container_acustico {
    display: flex;
    justify-content: center;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(113deg, rgba(1, 17, 18, 0.34) 26.32%, rgba(6, 26, 28, 0.00) 65.13%);*/
    box-shadow: 0px 18px 50px 24px rgba(0, 0, 0, 0.25) inset;
    width: 100%;
    height: 100%;
    position: relative;
}

.icon_left {
    position: absolute;
    left: 0px;
    max-width: 410px;
    width: 100%;
    z-index: -1;
}

.icon_right {
    position: absolute;
    right: 0px;
    max-width: 410px;
    width: 100%;
    z-index: -1;
}

.container_acustico_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    padding: 60px 0px 60px 0px;
}


.area_acustico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.piano_vetor {
    max-width: max-content;
    width: 100%;
    height: auto;
}

.area_text_acustico {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 800px;
}

.title_acustico h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
    margin: 0px;
}

.title_acustico h2 b {
    font-weight: bold;
}

.sub_title_acustico p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin: 0px;
}

.btn_contato {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #043F45;
    box-shadow: 0px 22px 21px 0px rgba(0, 0, 0, 0.65) inset;
    width: 100%;
    max-width: max-content;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all ease 200ms;
    transform: scale3d(1, 1, 1);
    cursor: pointer;
}

.btn_contato h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0px;
}

.btn_contato:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}

.btn_contato_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(99deg, #B2803F -6.23%, rgba(178, 128, 63, 0.00) 101.47%);
    box-shadow: 0px 5px 10px 0px rgba(111, 62, 0, 0.6);
    width: 100%;
    max-width: max-content;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all ease 200ms;
    transform: scale3d(1, 1, 1);
    cursor: pointer;
}

.btn_contato_1 h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0px;
}

.btn_contato_1:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    box-shadow: 0px 5px 8px 2px rgba(111, 62, 0, 0.8);
}

/*Container swiper*/
.container_swiper {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(174deg, #005159 2.34%, rgba(1, 6, 6, 0.72) 94.29%), #013E41;
    padding: 60px 0px 60px 0px;
}

.container_swiper_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.area_swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 40px;
}

.swiper .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.swiper-slide img {
    height: auto;
}

.swiper {
    width: 100%;
    max-width: 800px;
    height: 100%;
}

.swiper-slide-prev,
.swiper-slide-next {
    backdrop-filter: blur(3px);
}


.swiper-button-next,
.swiper-button-prev {
    color: #005159 !important;
    border-radius: 100px;
    /*background: linear-gradient(168deg, #05555C 9.14%, #004248 91.1%);
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.25);
    width: 65px !important;
    height: 65px !important;*/
}

.swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: -40px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(237deg, #CEA571 30.33%, #6F3E00 125.96%) !important;
    width: 40px !important;
    height: 15px !important;
    border-radius: 100px !important;
}

.swiper-pagination-bullet {
    background: linear-gradient(243deg, #CEA571 -251.82%, #6F3E00 130.85%) !important;
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100px !important;
    transition: all ease 200ms;
}

.area_infos_swiper {
    border-radius: 14px;
    border: 1px solid #CDA558;
    width: 100%;
    max-width: 400px;
    padding: 20px 0px;
}

.area_infos_swiper_int {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.info_swiper h1 {
    color: var(--cor-secundaria);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}


.area_texts_swiper {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 100%;
    max-width: 1020px;
    padding-top: 40px;
}


.title_swiper h2 {
    color: var(--cor-secundaria);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    margin: 0px;
}

.sub_title_swiper p {
    color: var(--cor-secundaria);
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    margin: 0px;
}

footer {
    background: var(--cor-secundaria);
    box-shadow: 0px 69px 58px -36px rgba(111, 62, 0, 0.74) inset;
    width: 100%;
}

.container_footer {
    display: flex;
    justify-content: center;
    background-image: url(../img/bg_footer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.container_footer_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}


.area_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0px 60px 0px;
}


.area_texts_footer {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    width: 100%;
}


.title_footer h2 {
    color: var(--cor-principal);
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 10.8px;
    text-transform: uppercase;
    margin: 0px;
}

.sub_title_footer p {
    color: #013E41;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.area_redes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.area_redes a {
    display: flex;
    justify-content: center;
}

.area_redes img {
    transition: all ease 200ms;
    transform: scale3d(1, 1, 1);
    cursor: pointer;
}

.area_redes img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}

.area_redes a img {
    transition: all ease 200ms;
    transform: scale3d(1, 1, 1);
}

.area_redes a img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}

.btn_contato_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #043F45;
    box-shadow: 0px 22px 21px 0px rgba(0, 0, 0, 0.65) inset;
    width: 100%;
    max-width: max-content;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all ease 200ms;
    transform: scale3d(1, 1, 1);
    cursor: pointer;
}

.btn_contato_2 h2 {
    color: var(--cor-secundaria);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0px;
}

.btn_contato_2:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}

.container_copy {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(99deg, #B2803F -6.23%, rgba(178, 128, 63, 0.00) 101.47%);
    box-shadow: 0px 13px 18px 0px rgba(111, 62, 0, 0.74) inset;
    padding: 35px 0px 25px 0px;
}

.container_copy_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.area_copy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.direitos h2 {
    color: var(--cor-principal);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}

.area_contatos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cnpj h2 {
    color: var(--cor-principal);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}

.contatos_footer h2 {
    color: var(--cor-principal);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}


@media(min-width: 1920px) {
    .box {
        display: none;
    }
}

@media(max-width: 1024px) {
    nav ul {
        display: none;
    }

    .menu_desktop {
        display: none;
    }

    .menu_mobile_open {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 8px;
        padding: 12px 8px;
        border-radius: 10px;
    }

    .menu_mobile nav ul li a {
        transition: all ease 200ms;
    }

    .menu_mobile nav ul li a:hover {
        color: var(--cor-secundaria);
    }

    @keyframes move {
        0% {
            top: -100%;

        }

        100% {
            top: 150px;
        }

    }

    .menu_mobile_close {
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        margin: 0px 20px 0px 20px;
        height: 49px;
    }

    .line_1 {
        transform: rotate(130deg);
        position: absolute;
    }

    .line_2 {
        position: absolute;
        transform: rotate(50deg);
    }

    .area_menu {
        padding: 20px 20px;
    }

    .menu_mobile_close div {
        width: 40px;
        height: 3px;
        border-radius: 100px;
        background: #FFFFFF;
        box-shadow: 4px 2px 4px rgb(255 255 255 / 40%);
    }

    nav {
        width: 100%;
    }

    .menu_mobile_open div {
        width: 40px;
        height: 3px;
        border-radius: 100px;
        background: #FFFFFF;
        box-shadow: 4px 2px 4px rgb(255 255 255 / 40%);
    }

    .menu_mobile {
        transition: all ease-in 300ms;
        display: none;
        width: 100%;
        position: absolute;
        top: 150px;
        left: 0px;
        background: linear-gradient(174deg, #005159 2.34%, rgba(1, 6, 6, 0.72) 94.29%), #013E41;
        /*box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.26);*/
        z-index: 10;
        padding: 20px 0px 20px 0px;
    }

    .menu_mobile nav ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .menu_mobile nav ul li a {
        font-size: 18px;
    }

    .simili_logo_branco {
        max-width: 200px;
    }

    .box {
        display: none;
    }

    /*Container ambiente*/

    .area_infos_ambiente {
        max-width: 650px;
    }

    /*Container slide principal*/

    .area_texts_ambiente {
        width: auto;
        text-align: center;
    }

    .title_ambiente h2 {
        font-size: 22px;
    }

    .info_ambiente h1 {
        font-size: 18px;
    }

    .area_gb1k_1,
    .area_gb1k_2,
    .area_gb1k_3 {
        height: 650px;
    }

    .area_ju109_1,
    .area_ju109_2,
    .area_ju109_3 {
        height: 650px;
    }

    .area_jx113_1,
    .area_jx113_2,
    .area_jx113_3 {
        height: 650px;
    }

    .area_options_slide {
        justify-content: flex-end;
        height: 60%;
    }

    .line_animation {
        width: 2px !important;
        height: 360px !important;
        bottom: -390px;
    }

    .line_animation_2 {
        max-width: 435px !important;
        height: 2px !important;
        bottom: -390px;
        left: 0px;
    }

    /*Banner*/
    #container_banner {
        height: 500px;
    }

    .title_banner h2 {
        font-size: 28px;
    }

    .sub_title_banner p {
        font-size: 28px;
    }


    .container_modelos {
        padding: 40px 0px 40px 0px;
    }

    .title_informacoes h2 {
        font-size: 22px;
    }

    .modelo_1,
    .modelo_2,
    .modelo_3,
    .modelo_4 {
        height: 500px;
    }

    .bg_traco_modelo_2,
    .bg_traco_modelo_3,
    .bg_traco_modelo_4 {
        left: auto;
    }

    .bg_traco_modelo_2 {
        top: -400px;
    }

    .bg_traco_modelo_4 {
        top: 975px;
        height: 50%;
    }

    /*Container acustico*/
    #container_acustico {
        height: 400px;
    }

    .container_acustico_int {
        padding: 60px 0px 60px 0px;
    }

    .area_acustico {
        padding: 0px 20px;
    }

    .title_acustico h2 {
        font-size: 18px;
    }

    .sub_title_acustico p {
        font-size: 18px;
    }


    .swiper-cards {
        overflow: hidden !important;
    }

    .swiper .swiper-pagination {
        display: none;
    }

    .area_texts_swiper {
        padding: 20px 20px 0px 20px;
        width: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px !important;
    }

    .title_swiper h2 {
        font-size: 22px;
    }

    .sub_title_swiper p {
        font-size: 18px;
    }

    .area_footer {
        padding: 40px 20px 40px 20px;
    }

    .title_footer h2 {
        font-size: 32px;
    }

    .sub_title_footer p {
        font-size: 18px;
    }

    .cnpj h2 {
        font-size: 16px;
    }

    .contatos_footer h2 {
        font-size: 16px;
    }

    #container_banner_3 {
        padding-bottom: 40px;
    }

}

@media(max-width: 768px) {

    .area_gb1k_1,
    .area_gb1k_2,
    .area_gb1k_3 {
        display: flex;
        justify-content: center;
        height: 450px;
    }

    .area_ju109_1,
    .area_ju109_2,
    .area_ju109_3 {
        display: flex;
        justify-content: center;
        height: 450px;
    }

    .area_jx113_1,
    .area_jx113_2,
    .area_jx113_3 {
        display: flex;
        justify-content: center;
        height: 450px;
    }

    .title_gb1k h2 {
        filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .4));
    }

    .sub_title_gb1k p {
        filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .4));
        font-size: 18px;
    }

    .area_options_slide img {
        cursor: pointer;
        max-width: 60px;
        width: 100%;
    }

    .area_options_slide {
        height: 80%;
        justify-content: flex-end;
    }

    .area_text_gb1k {
        text-align: center;
        padding-left: 0px;
        max-width: 460px;
        height: 100%;
    }


    .container_acustico_int {
        padding: 40px 0px 40px 0px;
    }

    /*Container swiper*/
    .container_swiper {
        padding: 40px 0px 40px 0px;
    }

    .area_swiper {
        gap: 25px;
    }

    .area_texts_swiper {
        padding: 20px 20px 0px 20px;
    }

    #container_header video {
        height: 100%;
    }

    .line_animation {
        width: 2px !important;
        height: 220px !important;
        bottom: -250px;
    }

    .line_animation_2 {
        max-width: 435px !important;
        height: 2px !important;
        bottom: -250px;
        left: auto;
    }



}


@media(max-width: 480px) {
    @keyframes move {
        0% {
            top: -100%;

        }

        100% {
            top: 140px;
        }

    }

    .area_menu {
        padding: 10px 20px;
    }

    /*Modal*/
    label {
        font-size: 18px;
    }

    .area_input input {
        height: 35px;
    }

    #produto {
        font-size: 18px;
    }

    .enviar {
        font-size: 18px;
    }

    /*Container header*/
    #container_header video {
        margin-top: 140px;
        height: auto;
    }

    .simili_logo_dourado {
        max-width: 120px;
        width: 100%;
    }

    .title_ambiente h2 {
        font-size: 20px;
    }

    .simili_logo_branco {
        max-width: 120px;
        margin-top: 20px;
    }

    .line_animation {
        width: 2px !important;
        height: 180px !important;
        bottom: -210px;
    }

    .line_animation_2 {
        max-width: 435px !important;
        height: 2px !important;
        bottom: -210px;
        left: auto;
    }

    .btn_contato_1 h2 {
        font-size: 18px;
    }

    .line_animation,
    .line_animation_2 {
        display: none !important;
    }

    /*Container slide*/
    .area_video_slide video {
        height: 400px;
    }

    .area_options_slide {
        justify-content: center;
        height: max-content;
        left: calc(38% - 100px);
        flex-direction: row;
        margin-top: -40px;
    }

    .area_gb1k_1,
    .area_gb1k_2,
    .area_gb1k_3 {
        height: 400px;
    }

    .area_ju109_1,
    .area_ju109_2,
    .area_ju109_3 {
        height: 400px;
    }

    .area_jx113_1,
    .area_jx113_2,
    .area_jx113_3 {
        height: 400px;
    }

    .title_gb1k {
        margin-top: 20px;
    }

    .area_text_gb1k {
        padding: 0px 20px 0px 20px;
    }

    .area_options_slide img {
        box-shadow: 0px 18px 50px 24px rgba(0, 0, 0, 0.25) inset;
        border-radius: 10px;
    }

    .swiper-slide img {
        height: auto;
        width: 100%;
    }

    #container_banner {
        height: 400px;
    }

    .title_banner h2 {
        font-size: 22px;
        text-align: center;
    }

    .sub_title_banner p {
        font-size: 22px;
    }

    .title_informacoes h2 {
        font-size: 20px;
    }

    .title_modelo h2 {
        font-size: 22px;
    }

    .btn_contato_modelo h2 {
        font-size: 22px;
    }

    .area_modelos {
        gap: 60px;
    }

    .modelo_1,
    .modelo_2,
    .modelo_3,
    .modelo_4 {
        height: 400px;
    }

    /*Container acustico*/
    .icon_left {
        max-width: 250px;
    }

    .icon_right {
        max-width: 250px;
    }

    /*Container ambiente*/
    .area_ambiente {
        gap: 40px;
    }

    .title_swiper h2 {
        font-size: 20px;
    }

    .area_texts_ambiente {
        padding: 0px 20px;
        gap: 20px;
    }

    .area_infos_ambiente_int {
        gap: 10px;
        justify-content: center;
        padding: 0px 20px;
    }
    .area_points {
        gap: 10px;
    }

    /*Container footer*/

    .area_copy {
        padding: 0px 20px;
    }

    .area_contatos {
        flex-direction: column;
    }

    .title_footer h2 {
        font-size: 26px;
    }

    .btn_contato_2 h2 {
        font-size: 18px;
    }

}