@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Regular.woff2);
}

@font-face {
    font-family: MontserratBold;
    src: url(../font/Montserrat-Bold.woff2);
}

@font-face {
    font-family: MontserratLight;
    src: url(../font/Montserrat-Light.woff2);
}

* {
    font-family: 'Montserrat';
}

.mauto {
    margin: 0 auto;
}
header {
    background-image: linear-gradient(rgba(7, 12, 25, 0.45), rgba(7, 12, 25, 0.45)), url("../images/bg_header.webp");
    background-position: center;
    background-size: cover;
    width: 100% !important;
    height: 95vh;
    position: relative;
}

header img {
    margin: 0 auto;
    padding-top: 40px;
}

header .hero-content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 620px);
    z-index: 4;
}

header .hero-logo {
    width: min(100%, 300px);
    padding-top: 0;
    margin-bottom: 24px;
}

header h1 {
    color: #FFFFFF;
    text-align: center;
    font-family: "MontserratBold";
    font-size: 46px;
    line-height: 1.1;
    margin: 0px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

header .mobile{
    display: none;
}

header .header-whatsapp {
    position: fixed;
    right: 34px;
    bottom: 18px;
    z-index: 999;
    display: inline-block;
}

header .header-whatsapp img {
    width: 58px;
    padding-top: 0;
    margin: 0;
}

header .form {
    background-color: none;
    border-radius: 8px;
    width: 50%;
    padding: 2em 2em 1em 0em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: right;
    margin: 0 auto;
}

header .form h1 {
    color: #cff563;
    text-align: center;
    font-family: 'Aller';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4rem;
}

header .form label {
    color: #71af00;
    margin: 0 auto;
    font-family: 'Aller';
}

header .form input {
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    min-height: 45px;
    margin-bottom: 25px;
    width: 100%;
}

header .form button[type="submit"],
header .form ._submit {
    width: 100%;
    background-color: #69f720;
    color: #000000;
    font-family:  "MontserratBold" ;
    border: none;
    border-radius: 5px;
    min-height: 45px;
    font-size: 18px;
    font-style: italic;
}

header .desktop #_form_54_ .iti__selected-country {
    background-color: transparent !important;
    border: 0;
    min-height: 40px;
}

header .desktop {
    position: relative;
    height: 100%;
}

header .desktop .col-md-12 {
    position: relative;
    height: 100%;
}

header .desktop .form {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 460px;
    max-width: calc(100% - 32px);
    padding: 0;
    z-index: 5;
    background-color: rgba(7, 12, 25, 0.6);
    padding: 20px;
}

header .desktop #_form_54_ ._form-content {
    width: 100%;
}

header .desktop #_form_54_ ._form_element {
    margin: 0 0 6px;
}

header .desktop #_form_54_ ._field-wrapper input {
    border: none;
    border-radius: 0;
    min-height: 40px;
    height: 40px;
    margin-bottom: 0;
    padding: 0 12px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #c2a97e;
    border-radius: 5px;

}

header .desktop #_form_54_ ._field-wrapper input::placeholder {
    color: #FFFFFF;
}

header .desktop #_form_54_ #_form_54_submit {
    width: 100%;
    min-height: 38px;
    border-radius: 999px;
    border: none;
    background-color: #69f720;
    color: #ffffff;
    font-family: "MontserratBold";
    font-size: 20px;
    font-style: normal;
    line-height: 1.1;
}

header .desktop #_form_54_ ._x06630191 {
    margin: 8px 0 6px;
}

header .desktop #_form_54_ ._form-label {
    display: block;
    margin: 0;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 1.2;
}

header .desktop #_form_54_ ._x50184559,
header .desktop #_form_54_ ._x46677886,
header .desktop #_form_54_ ._x31311210,
header .desktop #_form_54_ ._x61812119,
header .desktop #_form_54_ ._x61555358 {
    display: none !important;
}

header .desktop #_form_54_ .g-recaptcha {
    display: block !important;
    margin-top: 8px;
}

header .desktop #_form_54_ .iti {
    width: 100%;
}

header .desktop #_form_54_ .iti__tel-input,
header .desktop #_form_54_ input[name="phone-iti"] {
    width: 100% !important;
    height: 40px;
    min-height: 40px;
    border: none;
    border-radius: 0;
    padding-right: 12px;
    border-radius: 5px;
}

header .desktop #_form_54_ .iti__selected-dial-code {
    color: #FFFFFF !important;
}

.ponto {
    background-image: url("../images/sec_2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 36px;
}

.ponto .container {
    max-width: 1120px;
}

.ponto .ponto-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    min-height: 360px;
    padding: 8px 0;
}

.ponto .ponto-copy {
    width: 34%;
    padding-left: 40px;
}

.ponto .ponto-icon {
    width: 82px;
    margin: 0 0 22px;
    padding-top: 0;
}

.ponto .ponto-copy p {
    color: #000000;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 28px;
}

.ponto .ponto-cta {
    display: inline-block;
    padding: 12px 26px;
    background-color: #00bf0c;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "MontserratBold";
    font-size: 20px;
    text-decoration: none;
}

.ponto .ponto-media {
    width: 54%;
}

.ponto .ponto-media img {
    width: 100%;
    max-width: 540px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.ponto .ponto-media iframe {
    width: 100%;
    max-width: 640px;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.studios {
    padding: 0;
}

.studios .container-fluid {
    padding: 0;
    position: relative;
}

.studios .studios-copy {
    position: absolute;
    top: 32%;
    left: 16%;
    z-index: 2;
}

.studios .studios-copy h2 {
    margin: 0;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 44px;
    line-height: 1.1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-weight: 800;
}

.studios .studios-banner {
    width: 100%;
    height: auto;
    display: block;
}

.ficha {
    padding: 0;
    height: 95vh;
}

.ficha .container-fluid {
    position: relative;
    padding: 0;
}

.ficha .ficha-copy {
    position: absolute;
    top: 14%;
    right: 18%;
    width: min(100%, 500px);
    z-index: 2;
}

.ficha .ficha-copy p {
    font-size: 22px;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0 0 22px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.ficha .ficha-cta {
    display: block;
    width: fit-content;
    margin-top: 76px;
    margin-left: auto;
    padding: 12px 28px;
    background-color: #00bf0c;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "MontserratBold";
    font-size: 20px;
}

.ficha .ficha-banner {
    width: 100%;
    height: auto;
    display: block;
}

.impla {
    padding: 0;
}

.impla .container-fluid {
    padding: 0;
}

.impla .impla-hero,
.impla .impla-banner {
    width: 100%;
}

.impla .impla-banner {
    height: auto;
    display: block;
}

.impla .impla-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 70;
    background-image: url("../images/sec_5_1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.impla .impla-feature-item {
    width: 16%;
    min-width: 120px;
    text-align: center;
    color: #FFFFFF;
}

.impla .impla-feature-item img {
    width: 130px;
    margin: 0 auto 18px;
    padding-top: 0;
}

.impla .impla-feature-item h3 {
    margin: 0;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 17px;
    line-height: 1.15;
}

.planta {
    background-color: #a67632;
    padding: 20px;
}

.planta .planta-header {
    padding: 16px 20px 12px;
}

.planta .planta-header h2 {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    font-family: "MontserratBold";
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.planta .planta-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 0 34px;
}

.planta .planta-item {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.planta .planta-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 1px solid #FFFFFF;
    display: block;
}

.planta .planta-item h3 {
    margin: 12px 0 0;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 15px;
    text-transform: uppercase;
}

.planta .mobile-gallery {
    display: none;
}

.planta .mobile-gallery .carousel-control {
    background-image: none !important;
    width: 12%;
    color: #FFFFFF;
    opacity: 1;
}

.planta .mobile-gallery .glyphicon {
    top: 42%;
}

.button_to_top {
    background-color: #070c19;
    padding: 0;
}

.button_to_top .relax-banner {
    width: 100%;
    height: auto;
    display: block;
}

.button_to_top .relax-copy {
    background-color: #070c19;
    padding: 20px 40px 24px;
    color: #FFFFFF;
    text-align: left;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button_to_top .relax-copy h2 {
    margin: 0 0 20px;
    color: #FFFFFF;
    font-family: "MontserratBold";
    font-size: 32px;
    text-align: left;
}

.button_to_top .relax-copy ul {
    margin: 0;
    padding-left: 16px;
}

.button_to_top .relax-copy li {
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 22px;
    line-height: 1.3;
}

.button_to_top .relax-cta {
    display: inline-block;
    margin-top: 18px;
    background-color: #bb8d54;
    color: #FFFFFF;
    font-family: "MontserratBold";
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
}

.sec_6 {
    padding: 0;
    overflow: hidden;
}

.sec_6 .sec_6-grid-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.sec_6 .sec_6_title_art {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 1000px);
    z-index: 2;
    pointer-events: none;
}

.sec_6 .sec_6-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    max-width: 100%;
}

.sec_6 .sec_6-card {
    position: relative;
    min-height: 206px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.sec_6 .sec_6-card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 206px;
    object-fit: cover;
    display: block;
}

.sec_6 .text-card {
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec_6 .beige-card {
    background-color: #c4ab7b;
    color: #FFFFFF;
}

.sec_6 .dark-card {
    background-color: #07111f;
    color: #FFFFFF;
}

.sec_6 .text-card h2 {
    margin: 0 0 12px;
    font-family: "MontserratBold";
    font-size: 32px;
    line-height: 1.1;
    width: 100%;
    max-width: 92%;
}

.sec_6 .text-card ul {
    margin: 0;
    padding-left: 16px;
    width: 100%;
    max-width: 92%;
}

.sec_6 .text-card li {
    font-family: "Montserrat";
    font-size: 22px;
    line-height: 1.12;
    margin-bottom: 8px;
}

.sec_6 .text-card li:last-child {
    margin-bottom: 0;
}

.sec_6 .text-overlay-card h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    margin: 0;
    color: #FFFFFF;
    font-family: "MontserratBold";
    font-size: 38px;
    line-height: 1.1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    text-align: center;
    width: calc(100% - 36px);
}

.sec_6 .text-overlay-card:last-child h3 {
    left: 50%;
    right: auto;
    text-align: center;
}

.sec_7 .container-fluid {
    padding: 0;
}

.sec_7 .sec_7-image {
    display: block;
    width: 100%;
    height: auto;
}

.sec_7 .sec_7-copy {
    background-color: #D1C2A6;
    padding: 40px;
}

.sec_7 .sec_7-copy p {
    margin: 0 auto;
    max-width: 640px;
    color: #111111;
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    line-height: 1.2;
}

.mapa {
   background-color: #d2c1a0;
    padding: 40px;
}

.mapa .mapa-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.mapa .mapa-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.mapa .mapa-copy {
    width: 42%;
    color: #4f3a1d;
}

.mapa .mapa-copy h2 {
    margin: 0 0 10px;
    color: #6d512b;
    font-family: "MontserratBold";
    font-size: 42px;
    line-height: 1.05;
}

.mapa .mapa-copy h2 span {
    color: #FFFFFF;
    background-color: #5f4421;
    padding: 2px 6px;
    display: inline-block;
}

.mapa .mapa-copy h3 {
    margin: 0 0 14px;
    font-family: "MontserratBold";
    font-size: 24px;
    line-height: 1.15;
    color: #6d512b;
}

.mapa .mapa-copy p {
    margin: 0;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.28;
    color: #111111;
}

.mapa .mapa-hero {
    width: 45%;
}

.mapa .mapa-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.mapa .mapa-products h3 {
    margin: 0 0 18px;
    font-family: "MontserratBold";
    font-size: 30px;
    color: #6d512b;
}

.mapa .mapa-products-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px 18px;
    align-items: center;
}

.mapa .mapa-products-grid img {
    width: 100%;
    max-width: 140px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sec_8 {
    background-image: url("../images/bg_sec_5.png");
    background-size: cover;
    background-position: center;
}

.sec_8 h2{
    text-align: center;
    font-family: "MontserratBold";
    font-size: 30px;
    margin: 0;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec_8 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Montserrat";
    font-size: 20px;
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sec_8 .col-md-6 img {
    margin-bottom: 20px;
    margin-top: 20px;
}

.duvidas {
    background-image: url("../images/bg_sec_11.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.duvidas .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Montserrat";
    font-size: 20px;
    margin: 0;
    color: #000000;
}

.duvidas .col-md-4 span {
    font-family: "MontserratBold";
}

.duvidas .duvidas_linha {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}

.duvidas .col-md-6 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.duvidas .duvidas_img2_wrap h2 {
    display: none;
}

/* sec_13: desktop = layout original; mobile = só imagem teste.png */
.sec_13_desktop {
    display: block;
}
.sec_13_mobile {
    display: none;
}
.sec_13_mobile .sec_13_test_img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.sec_13 .text_sec_13 {
    background-image: url("../images/bg_sec_13.png");
    background-size: cover;
    background-position: center;
    padding: 30px 40px;
    width: 100%;
    height: 160%;
    display: flex;
    align-items: flex-end;
}

.text_sec_13 .col-md-6{
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    font-family: "Montserrat";
    font-size: 20px;
    margin: 0;
    color: #000000;
    padding-top: 240px;

}

.text_sec_13 h2{
    font-family: "Montserrat";
    font-size: 20px;
    padding-right: 30px;
}

.text_sec_13 h2 span,
.text_sec_13 h2 strong {
    font-family: "MontserratBold";
}

.text_sec_13 img{
   margin-bottom: 20px;
   width: 100%;
}

.sec_14 {
    background-color: #0d1724;
    padding: 35px 0 45px;
}

.sec_14 .ficha_tecnica {
    color: #ffffff;
}

.sec_14 .ficha_tecnica > h2,
.sec_14 .lazer_completo > h2 {
    font-family: "MontserratBold";
    font-size: 30px;
    text-align: center;
    margin: 0 0 28px;
    color: #ffffff;
}

.sec_14 .ficha_infos {
    border-bottom: 2px solid rgba(255, 255, 255, 0.75);
    padding-bottom: 22px;
    margin-bottom: 28px;
    display: flex;
    align-items: stretch;
}

.sec_14 .ficha_info_item {
    display: flex;
    align-items: center;
}

.sec_14 .ficha_info_item h3 {
    margin: 0;
    font-family: "Montserrat";
    color: #ffffff;
    font-size: 23px;
    line-height: 1.25;
    text-align: center;
}

.sec_14 .ficha_info_item h3 strong {
    font-family: "MontserratBold";
}

.sec_14 .ficha_info_divider {
    border-right: 2px solid rgba(255, 255, 255, 0.75);
}

.sec_14 .lazer_completo > h2 {
    margin-bottom: 4dvh;
}

.sec_14 .lazer_row {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.sec_14 .lazer_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.sec_14 .lazer_item img {
    display: block;
    max-width: 100%;
    width: 80px !important;
    min-width: 52px;
}

.sec_14 .lazer_item h3 {
    margin: 0;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.15;
    text-align: left;
}
footer {
    background-color: #644d2b;
}

footer h2 {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}


footer h5 {
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.2rem;
}

footer a {
    margin-right: 25px;
}

footer h3 {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.8rem;
    margin-bottom: 20px; 
}

footer img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.lead-form-section {
    background-image: url("../images/bg_form.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.lead-form-section .lead-form-card {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 720px;
    max-width: 1440px;
    margin: 0 auto;
}

.lead-form-section .lead-form-spacer {
    flex: 1 1 auto;
}

.lead-form-section .form {
    width: 440px;
    max-width: 100%;
    margin: 30px 54px 30px 0;
    padding: 28px 28px 24px;
    align-self: center;
}

.lead-form-section .lead-form-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.lead-form-section .lead-form-title {
    max-width: 255px;
}

.lead-form-section .lead-form-title h2 {
    margin: 0;
    color: #0f1728;
    font-family: "MontserratBold";
    font-size: 18px;
    line-height: 1.12;
}

.lead-form-section .lead-form-logo {
    width: 82px;
    padding-top: 0;
    margin: 0;
}

.lead-form-section #_form_54_ ._form-content {
    width: 100%;
}

.lead-form-section #_form_54_ ._form_element {
    margin: 0 0 10px;
}

.lead-form-section #_form_54_ ._field-wrapper input {
    border: 1px solid #636363;
    min-height: 40px;
    height: 40px;
    margin-bottom: 0;
    padding: 0 12px;
    color: #111111;
    background-color: #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
}

.lead-form-section #_form_54_ ._field-wrapper input::placeholder {
    color: #111111;
}

.lead-form-section #_form_54_ ._form-label {
    color: #111111;
    font-size: 12px;
    line-height: 1.3;
}

.lead-form-section #_form_54_ ._x50184559,
.lead-form-section #_form_54_ ._x46677886,
.lead-form-section #_form_54_ ._x31311210,
.lead-form-section #_form_54_ ._x61812119,
.lead-form-section #_form_54_ ._x61555358 {
    display: none !important;
}

.lead-form-section #_form_54_ .g-recaptcha {
    margin-top: 8px;
}

.lead-form-section #_form_54_ .iti,
.lead-form-section #_form_54_ .iti input {
    width: 100% !important;
}

.lead-form-section #_form_54_ .iti__selected-country {
    background-color: transparent !important;
    border: 0;
}

.lead-form-section #_form_54_ .iti__selected-dial-code {
    color: #111111 !important;
}

.lead-form-section #_form_54_ #_form_54_submit {
    width: 100%;
    min-height: 46px;
    border: none;
    border-radius: 2px;
    background-color: #121d35;
    color: #FFFFFF;
    font-family: "MontserratBold";
    font-size: 18px;
    border-radius: 8px;
}


@media only screen and (min-width: 1010px) and (max-width: 1441px)  { 
   header .content {
        margin-top: 20px !important;
   }
   header .form {
        width: 100%;
   }
   header .form h3 br {
        display: none;
   }
   .desktop {
        height: 90vh;
   }
   .desktop .espaco {
    max-width: 80px;
    width: 100%;
   }
   .desktop .col-md-3 {
    width: 380px;
   }
}
@media only screen and (min-width: 1921px) and (max-width: 2560px)  { 
    .desktop .divForm img {
        width: 500px;
    }
    .desktop .divForm .espaco {
        max-width: 120px;
        width: 100%;
    }
    .desktop .divForm .imgHeader {
        width: 100%;
    }
    .desktop .content img {
     width: 450px !important;
    }
    header .form h3 br {
     display: none;
    }
    header .form {
        width: 90%;
    }
 }
@media screen and (max-width: 768px) {
    header {
        min-height: 90vh;
        height: 90vh;
    }
    
    header .mobile {
        min-height: 90vh !important;
        height: 90vh !important;
    } 
        header .content {
            margin-top: 10px !important;
            flex-direction: row;
        }
        header .desktop {
            display: none;
        }
        header .mobile {
            display: flex;
            margin: 0 auto;
            width: 100%;
            height: 90vh !important;
            background-image: linear-gradient(rgba(7, 12, 25, 0.18), rgba(7, 12, 25, 0.18)), url("../images/header_ bg_mob.webp");
            background-position: center top;
            background-size: cover;
            background-color: #070c19 !important;
            position: relative;
        }
        header .mobile .col-md-12 {
            width: 100%;
            margin-top: 0px;
        }
        header .hero-content {
            top: 46%;
            width: calc(100% - 56px);
        }
        header .header-whatsapp {
            right: 14px;
            bottom: 18px;
        }
        header .header-whatsapp img {
            width: 52px;
        }
        header .hero-logo {
            width: min(100%, 190px);
            margin-bottom: 26px;
        }
        header h1 {
            font-size: 27px !important;
            line-height: 1.16;
            max-width: 260px;
            margin: 0 auto;
        }
        header .mobile .form {
            width: 95%;
            margin-top: 30px;
            padding: 0.5em;
        }
        header .mobile .form h3 {
            font-size: 1.5rem;
            font-family: "MontserratBold";
        }
        header .mobile .form h3 br{
            display: none;
        }
        header .mobile .form input {
            margin-bottom: 10px;
        }
        header .mobile .divForm {
            width: 100%;
        }
        header .mobile button {
            font-size: 1.25rem;
        }
        header h1 {
            font-size: 28px !important;
            line-height: 1.2;
        }
        .ponto{
            display: block;
            padding: 22px 0 24px;
            background-image: url("../images/sec_mob_ponto.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .ponto .containe-fluid {
            margin: 0 auto;
        }
        .ponto .ponto-card {
            flex-direction: column;
            gap: 16px;
            padding: 0 18px;
        }
        .ponto .ponto-media,
        .ponto .ponto-copy {
            width: 100%;
            padding-left: 0;
            text-align: center;
        }
        .ponto .ponto-media {
            order: 1;
        }
        .ponto .ponto-copy {
            order: 2;
        }
        .ponto .ponto-icon {
            width: 64px;
            margin: 0 auto 12px;
        }
        .ponto .ponto-copy p {
            font-size: 16px;
            line-height: 1.22;
            margin-bottom: 20px;
            max-width: 250px;
            margin-left: auto;
            margin-right: auto;
        }
        .ponto .ponto-cta {
            width: auto;
            text-align: center;
            padding: 10px 22px;
            font-size: 16px;
        }
        .ponto .ponto-media iframe {
            width: 100%;
            aspect-ratio: 16 / 9;
            height: auto;
            border: 0;
            display: block;
        }
        .studios {
            width: 100%;
            padding: 0px;
            background-image: url("../images/bg_stu_mob.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .studios .container-fluid {
            padding-left: 0px;
            padding-right: 0px;
            min-height: 340px;
        }
        .studios .studios-copy {
            top: 18px;
            left: 0;
            right: 0;
            width: 100%;
        }
        .studios .studios-copy h2 {
            font-size: 18px;
            line-height: 1.15;
            text-align: center;
            max-width: 170px;
            margin: 0 auto;
        }
        .studios .studios-copy h2 br{
            display: none;
        }
        .studios .studios-banner {
            display: none;
        }
        .ficha .ficha-copy {
            top: 20px;
            right: 18px;
            left: 18px;
            width: auto;
            text-align: center;
        }
        .ficha .ficha-copy p {
            font-size: 15px;
            line-height: 1.18;
            margin-bottom: 14px;
        }
        .ficha .ficha-cta {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            margin-top: 24px;
            margin-left: auto;
            margin-right: auto;
        }
        .ficha {
            height: auto;
            min-height: 520px;
            background-image: url("../images/bg_ficha_mob.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .ficha .container-fluid {
            min-height: 520px;
        }
        .ficha .ficha-banner {
            display: none;
        }
        .impla .impla-features {
            flex-wrap: wrap;
            gap: 24px 12px;
            padding: 24px 18px;
        }
        .impla .impla-feature-item {
            width: calc(50% - 12px);
            min-width: 0;
        }
        .impla .impla-feature-item img {
            width: 52px;
            margin-bottom: 14px;
        }
        .impla .impla-feature-item h3 {
            font-size: 15px;
        }
        .planta {
            padding: 0 0 22px;
        }
        .planta .planta-header {
            padding: 14px 16px 10px;
        }
        .planta .planta-header h2 {
            font-size: 24px;
        }
        .planta .desktop-gallery {
            display: none;
        }
        .planta .mobile-gallery {
            display: block;
        }
        .planta .mobile-gallery .planta-item {
            max-width: none;
            padding: 0 42px;
        }
        .planta .mobile-gallery .planta-item img {
            height: auto;
            max-height: 220px;
        }
        .planta .planta-item h3 {
            font-size: 16px;
        }
        .button_to_top .relax-copy {
            padding: 18px 20px 22px;
            max-width: calc(100% - 24px);
        }
        .button_to_top .relax-copy h2 {
            font-size: 20px;
        }
        .button_to_top .relax-copy li {
            font-size: 15px;
        }
        .button_to_top .relax-cta {
            font-size: 16px !important;
        }
        .sec_6 {
            overflow: hidden;
        }
        .sec_6 .container-fluid,
        .sec_6 .sec_6-grid-wrap,
        .sec_6 .sec_6-grid {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }
        .sec_6 .sec_6_title_art {
            top: 14px;
            width: calc(100% - 44px);
        }
        .sec_6 .sec_6-grid {
            grid-template-columns: 1fr;
        }
        .sec_6 .sec_6-card,
        .sec_6 .sec_6-card img {
            min-height: 220px;
            width: 100%;
            max-width: 100%;
        }
        .sec_6 .image-card {
            aspect-ratio: 1 / 1;
            min-height: 0;
        }
        .sec_6 .image-card img {
            height: 100%;
            min-height: 0;
        }
        .sec_6 .text-card {
            padding: 18px 14px;
        }
        .sec_6 .text-card h2 {
            font-size: 20px;
        }
        .sec_6 .text-card li {
            font-size: 15px;
            line-height: 1.15;
        }
        .sec_6 .text-overlay-card h3 {
            left: 50%;
            right: auto;
            bottom: 16px;
            transform: translateX(-50%);
            font-size: 18px;
            text-align: center;
            width: calc(100% - 32px);
        }
        .sec_6 .text-overlay-card:last-child h3 {
            left: 50%;
            right: auto;
            text-align: center;
        }
        .sec_7 .sec_7-copy {
            padding: 16px 18px;
        }
        .sec_7 .sec_7-copy p {
            font-size: 15px;
            line-height: 1.2;
        }
        .sec_7 .sec_7-copy br {
            display: none;
        }
        .ficha .container {
            padding: 0px;
        }
        .ficha .col-md-12 {
            padding: 0px;
        }
        .ficha h1 {
            font-size: 2rem;
            text-align: center;
        }
        .ficha h3 {
            font-size: 1.3rem;
        }
        .mapa {
            padding: 24px 0 28px;
        }
        .mapa .mapa-content {
            padding: 0 16px;
        }
        .mapa .mapa-header {
            flex-direction: column;
            gap: 20px;
            margin-bottom: 22px;
        }
        .mapa .mapa-copy,
        .mapa .mapa-hero {
            width: 100%;
        }
        .mapa .mapa-copy h2 {
            font-size: 30px;
        }
        .mapa .mapa-copy h3 {
            font-size: 20px;
        }
        .mapa .mapa-copy p {
            font-size: 16px;
            text-align: left;
        }
        .mapa .mapa-products h3 {
            font-size: 24px;
            text-align: center;
        }
        .mapa .mapa-products-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }
        .mapa .mapa-products-grid img {
            max-width: 130px;
        }
        .duvidas {
            padding-left: 0px;
            padding-right: 0px;
        }
        .duvidas .container {
            padding-left: 0px;
            padding-right: 0px;
        }
        .duvidas h1 {
            font-size: 3rem;
            text-align: center;
        }
        .duvidas h3 {
            text-align: center;
            font-size: 1.8rem;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .duvidas .duvidas_img2_wrap h2 {
            font-size: 18px;
            margin: 0;
            color: #000000;
            text-align: right;
            display: block;
        }
        .duvidas .text_mob_duvidas{
            display: none;
        }
        .duvidas h2 {
            text-align: center;
            font-size: 1.5rem;
        }
        .duvidas h4 {
            text-align: center;
            font-size: 1.5rem;
        }
        .duvidas p {
            text-align: center;
        }
        .duvidas h5 {
            text-align: center;
            font-size: 1.2rem;
        }
        .sec_13 .text_sec_13 {
            height: auto !important;
        }
        .sec_13_desktop {
            display: none !important;
        }
        .sec_13_mobile {
            display: block !important;
        }
        .duvidas img {
            width: 100% !important;
            margin-top: 20px;
        }
        .sec_14 {
            padding: 28px 0 34px;
        }
        .sec_14 .ficha_tecnica > h2,
        .sec_14 .lazer_completo > h2 {
            font-size: 2.1rem;
            margin-bottom: 16px;
        }
        .sec_14 .ficha_infos {
            display: block;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: none;
        }
        .sec_14 .ficha_info_divider {
            border-right: none;
        }
        .sec_14 .ficha_info_item {
            justify-content: center;
            text-align: center;
            padding: 8px 0 14px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.45);
        }
        .sec_14 .ficha_info_item:last-child {
            border-bottom: 2px solid rgba(255, 255, 255, 0.75);
            padding-bottom: 18px;
        }
        .sec_14 .ficha_info_item h3 {
            font-size: 1.7rem;
        }
        .sec_14 .lazer_row {
            margin-bottom: 0;
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }
        .sec_14 .lazer_item {
            margin-bottom: 14px;
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 auto;
            justify-content: flex-start;
            gap: 12px;
            max-width: 300px !important;
            margin-left: auto;
            margin-right: auto;
        }
        .sec_14 .lazer_item img {
            width: 52px !important;
            max-width: 100% !important;
            min-width: 52px;
            height: auto;
            margin-left: 0;
            margin-right: 0;
        }
        .sec_14 .lazer_item h3 {
            font-size: 1.7rem;
            text-align: left;
            flex: 1 1 auto;
        }
        footer .col-md-12 {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        footer .col-md-3 {
            border-right: none;
            border-bottom: 2px solid #FFFFFF;
            width: 60%;
            height: auto;
        }
        footer img {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .lead-form-section {
            padding: 0;
        }
        .lead-form-section .lead-form-card {
            min-height: auto;
            display: block;
        }
        .lead-form-section .lead-form-spacer {
            display: none;
        }
        .lead-form-section .form {
            width: calc(100% - 24px);
            margin: 20px auto;
            padding: 20px 16px 18px;
        }
        .lead-form-section .lead-form-header {
            gap: 10px;
            margin-bottom: 14px;
        }
        .lead-form-section .lead-form-title {
            max-width: none;
        }
        .lead-form-section .lead-form-title h2 {
            font-size: 16px;
        }
        .lead-form-section .lead-form-logo {
            width: 70px;
        }
}