@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* ===========================================
   Nexa Thin – 100
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Thin.woff2") format("woff2"),
        url("../fonts/Nexa-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-ThinItalic.woff2") format("woff2"),
        url("../fonts/Nexa-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

/* ===========================================
   Nexa Extra Light / Light – 200–300
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Light.woff2") format("woff2"),
        url("../fonts/Nexa-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-LightItalic.woff2") format("woff2"),
        url("../fonts/Nexa-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

/* ===========================================
   Nexa Book – 400
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Book.woff2") format("woff2"),
        url("../fonts/Nexa-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-BookItalic.woff2") format("woff2"),
        url("../fonts/Nexa-BookItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

/* ===========================================
   Nexa Regular – 500
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Regular.woff2") format("woff2"),
        url("../fonts/Nexa-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* ===========================================
   Nexa Bold – 700
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Bold.woff2") format("woff2"),
        url("../fonts/Nexa-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-BoldItalic.woff2") format("woff2"),
        url("../fonts/Nexa-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

/* ===========================================
   Nexa Extra Bold (XBold) – 800
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-XBold.woff2") format("woff2"),
        url("../fonts/Nexa-XBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-XBoldItalic.woff2") format("woff2"),
        url("../fonts/Nexa-XBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

/* ===========================================
   Nexa Black – 900
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Black.woff2") format("woff2"),
        url("../fonts/Nexa-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-BlackItalic.woff2") format("woff2"),
        url("../fonts/Nexa-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

/* ===========================================
   Nexa Heavy – 950
=========================================== */
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Heavy.woff2") format("woff2"),
        url("../fonts/Nexa-Heavy.ttf") format("truetype");
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-HeavyItalic.woff2") format("woff2"),
        url("../fonts/Nexa-HeavyItalic.ttf") format("truetype");
    font-weight: 950;
    font-style: italic;
}

header {
    box-shadow: 0px 3px 12px -5px #0000001A;
    box-shadow: 0px -1px 4px 0px #00000040 inset;
    box-shadow: 0px 0px 4px 0px #0000004D;
    backdrop-filter: blur(25px);
    background: #FFFFFFE5;
}

img {
    max-width: 100%;
}


.nav-link {
    padding: 17px 24px !important;

    font-family: 'Nexa';
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
}

.navbar-nav .nav-item:last-child .nav-link {

    padding: 0 !important;
}



.navbar-brand img {
    max-width: 292px;
}

.banner-hero {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    z-index: 20;
    background: #F8F8F8;
    overflow: hidden;
}

.hero-swiper .swiper-wrapper {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    border-radius: 12px;
    overflow: hidden;
}

.hero-swiper .swiper-slide {
    width: auto !important;

}

.hero-swiper .swiper-slide-active {
    opacity: 1!important;
}

.title h1 {
    font-family: 'Nexa', sans-serif;
    font-weight: 800;
    font-size: 39px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #333333;
}

.title h1 span {
    font-weight: 700;
}

.desc-hero,
.price span,
.form label,
.form input::placeholder {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #666666;
    max-width: 540px;
}



.price {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #CF0000;
}

.price span {
    font-size: 16px;
    margin-bottom: 12px;
    color: #666666;
}

.price strong {
    font-size: 31px;
    font-family: 'Nexa', sans-serif;
}

.form {
    margin-top: 16px;
}

.form label {
    font-size: 16px;
    color: #333333;
}

.form input {
    height: 50px;
    border: 1px solid #E7E7E7 !important;
    max-width: 524px;
    width: 100%;
}

.form input::placeholder {
    color: #A0A0A0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

input[type="date"]::-webkit-datetime-edit {
    color: #A0A0A0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

/* Firefox */
input[type="date"]::-moz-placeholder {
    color: #A0A0A0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

/* Remove o texto preto padrão do ícone */
input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    color: #A0A0A0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.btn-red {
    padding: 16px 32px;
    background: #CF0000;
    color: #fff;
    border-radius: 50px;
    max-width: max-content;
    border: none;
    outline: none;

    display: flex;
    gap: 8px;
    align-items: center;

    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.btn-white {
    background: #fff;
    color: #cc0000;
    text-decoration: none;
}

.btn-custom-red {
    padding: 16px 64px;
    text-decoration: none;
}

.btn-hero {
    margin-top: 40px;
}

.absolute-elemento {
    position: absolute;
    bottom: -200px;
    right: 0;
    z-index: -1;
    filter: brightness(5);
    animation: spin 6s linear infinite;
    width: 400px;
    height: 400px;
}

.coluna-hero-img {
    justify-content: center;
    align-items: center;
    display: flex;
}

.coluna-hero-img img {
    max-width: 100%;
    width: 100%;
}

.vantagens {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ededed;
}

.box-title span {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #666666;
}

.box-title h2 {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 39px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #CF0000;

    max-width: 525px;
    margin: auto;
}

.container-cards {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 64px;

}

.card-item {
    background: #fff;
    border: 1px solid #E7E7E7;
    padding: 24px;
    max-width: 246px;
    min-height: 162px;
    width: 100%;
    border-radius: 8px;
}

.orcamento {
    background: #EDEDED;
    padding-top: 79px;
    padding-bottom: 79px;
}

.carrossel {
    height: 508px;
    max-width: 508px;
    width: 100%;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
}

.mySwiper {
    height: 460px;
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}


.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.tag {
    background: #FFFFFF4D;
    padding: 6px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #E7E7E7;
}

.title-orcamento h2,
.red-color {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #333333;
}

.red-color {
    background: linear-gradient(90deg, #FF1919 0%, #AA0000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}

.title-orcamento p {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #666666;
    max-width: 528px;
}

.btn-orcamento {
    margin-top: 64px;
}

.por-que-escolher {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EDEDED;
}

.box-motivos {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 560px;
    width: 100%;
}

.boxes-motivo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;

}

.boxes-motivo p {
    margin: 0;
    padding: 24px;

    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #333333;
}

.especificacoes {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F8F8F8;
    position: relative;

}

.title-especificacoes h2 {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 31px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #333333;
    text-align: center;
}

.abs-especie {
    position: absolute;
    top: 0;
    left: 0;
}

.tabela {
    margin-top: 32px;
    border: 1px solid #E7E7E7 !important;
}

.especificacoes-tabela {
    position: relative;
    z-index: 20;
    width: 100%;
    border-collapse: collapse;
    font-family: 'Nexa', sans-serif;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;

}


.especificacoes-tabela thead th {
    padding: 8px;
    text-align: left;
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #333333;
}


.especificacoes-tabela tbody td {
    border-top: none;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    color: #333;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;

}



.especificacoes-tabela tbody tr:nth-child(7) td,
.especificacoes-tabela tbody tr:nth-child(8) td,
.especificacoes-tabela tbody tr:nth-child(9) td,
.especificacoes-tabela tbody tr:nth-child(10) td,
.especificacoes-tabela tbody tr:last-child td {
    border-top: 1px solid #eeeeee;
}


.line-custom {
    border-right: 1px solid #eeeeee;
}


.especificacoes-tabela .categoria {
    color: #cc0000;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.como-funciona {
    background: linear-gradient(165.15deg, #DE0101 10.48%, #A70000 89.52%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.steps {
    display: flex;
    max-width: 893px;
    margin: 64px auto;
    align-items: start;
    justify-content: space-between;
    position: relative;
}

.step {
    width: 264px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    position: relative;
    z-index: 20;
}

.line-func {
    position: absolute;
    top: 27%;
    left: 20%;
    max-width: 100%;
}

.step p {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #fff;
}

.btn-funciona {
    display: flex;
    justify-content: center;
    margin-top: 94px;
}


.sustentabilidade {
    padding-top: 120px;
    padding-bottom: 120px;
}

.desc p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #666666;
    margin-bottom: 0;
    margin-top: 16px;
    max-width: 540px;
}

.col-sustenta {
    display: flex;
    align-items: center;
}

.img-sustentabilidade {
    position: relative;
}

.abs-sustenta {
    position: absolute;
    right: -33px;
    top: -19px;
}

.red-abs {
    position: absolute;
    bottom: -31px;
    left: -49px;
    background: #FF0000;
    box-shadow: 0px 0px 10px -2px #00000080 inset;
    max-width: 287px;
    border-radius: 8px;
    padding: 12px;
}

.red-abs p {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
}

.newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #B00000;
}

.tags-news {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 45px;
}

.tag-news {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 12px;
    border-radius: 50px;
    color: #fff;
    max-width: max-content;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 6px

}

.form-card {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #00000033;
    max-width: 489px;
    width: 100%;
    box-shadow: 0px 20px 20px -5px #00000026;
}

.form-card .m-custom p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.info-text {
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0%;

}

.form-card label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #333333;
}

.form-card input {
    border: 1px solid #E7E7E7 !important;
    height: 50px !important;

}

.form-card input[type="submit"] {
    padding-right: 52px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_10160_177' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='3' y='3' width='14' height='14'%3E%3Cpath d='M13.4792 10.8334H4.16666C3.93055 10.8334 3.73263 10.7536 3.57291 10.5938C3.41319 10.4341 3.33333 10.2362 3.33333 10.0001C3.33333 9.76398 3.41319 9.56606 3.57291 9.40634C3.73263 9.24662 3.93055 9.16676 4.16666 9.16676H13.4792L9.39583 5.08342C9.22916 4.91676 9.1493 4.72231 9.15624 4.50009C9.16319 4.27787 9.24999 4.08342 9.41666 3.91676C9.58333 3.76398 9.77777 3.68412 9.99999 3.67717C10.2222 3.67023 10.4167 3.75009 10.5833 3.91676L16.0833 9.41676C16.1667 9.50009 16.2257 9.59037 16.2604 9.68759C16.2951 9.78481 16.3125 9.88898 16.3125 10.0001C16.3125 10.1112 16.2951 10.2154 16.2604 10.3126C16.2257 10.4098 16.1667 10.5001 16.0833 10.5834L10.5833 16.0834C10.4306 16.2362 10.2396 16.3126 10.0104 16.3126C9.78124 16.3126 9.58333 16.2362 9.41666 16.0834C9.24999 15.9168 9.16666 15.7188 9.16666 15.4897C9.16666 15.2605 9.24999 15.0626 9.41666 14.8959L13.4792 10.8334Z' fill='%231C1B1F' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_10160_177)'%3E%3Crect width='20' height='20' fill='white' /%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 172px 55%;
}

.m-custom {
    margin-bottom: 24px !important;
}

.form-card input::placeholder {
    color: #A0A0A0;
}

.abs-footer {
    position: absolute;
    bottom: -66px;
    z-index: -1;
}

footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #E7E7E7;
}

.boxes-footer {
    display: flex;
    align-items: start;

}

footer h5 {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #333333;
}

footer ul li a,
footer a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #666666;
    text-decoration: none;
    padding: 11px 0;
    display: block;
}

footer ul li a:hover,
footer a:hover {
    text-decoration: underline
}

footer ul li {
    margin: 11px 0;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.box-2 ul li a {
    display: flex;
    gap: 8px;
    align-items: start;
}

.social {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    align-items: center;
}

.txt-rodape {
    font-family: 'Rajdhani', sans-serif;
    color: #666666;
}

.cookies {
    max-width: 453px;
    background: #fff;
    border-radius: 12px;
    padding: 24px 32px;

    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.nenza-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 998;
    display: none;
}

.cookies p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}

.cookies p a {
    font-weight: 600;
    color: #cc0000;
    text-decoration: none;
}

@media (min-width: 1024px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px !important;
        width: 90%;
    }
}

@media(min-width:992px) {
    .col-footer {
        width: 38% !important;
    }

    .col-footer-2 {
        width: 57% !important;
    }

    .box-1 {
        width: 153px;
        margin-right: 50px;

    }

    .box-2 {
        width: 295px;
        margin-right: 50px;
    }

    .newsletter {
        margin-top: 120px;
        margin-bottom: 300px;
    }

    .newsletter .container {
        position: relative;
    }

    .form-card {
        position: absolute;
        top: -144px;
        left: 0;
    }

    .col-motivos {
        align-items: end;
        justify-content: end;
        display: flex;
    }

    .coluna-hero-img {
        justify-content: end;
        align-items: center;
        display: flex;
    }

    .navbar-nav .nav-item:last-child {
        padding-left: 40px;
    }


}

@media(max-width:992px) {

    .boxes-footer {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .abs-sustenta,
    .red-abs {
        display: none;
    }

    .col-form {
        order: 2;
        margin-top: 30px !important;
    }

    .form-card {
        width: 100%;
        max-width: 100%;
    }

    .steps {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .line-func {
        display: none;
    }

    .coluna-hero-img {
        margin-top: 30px !important;
    }

    .navbar-nav {
        justify-content: start;
        align-items: start;
    }

    .nav-link {
        padding-left: 0 !important;
    }

    .container-cards {
        flex-wrap: wrap;
    }

    .col-1-orcamento {
        order: 2;
        margin-top: 30px !important;
    }

    .tags {
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-motivos {
        margin-top: 30px !important;
    }
}

@media(max-width:768px) {
    .container-cards {
        flex-direction: column;
    }
}

@media(max-width:401px) {

    .especificacoes-tabela thead th,
    .especificacoes-tabela .categoria,
    .especificacoes-tabela tbody td {

        font-size: 11px;
    }

    .especificacoes-tabela tbody td {
        padding: 5px;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Fundo escuro */
.privacy-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

/* Card */
.privacy-modal {
  background: white;
  width: 100%;
  max-width: 650px;
  border-radius: 6px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
  max-height: 90vh;
  overflow-y: auto;
}

/* Título */
.privacy-modal h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Botão fechar */
.close-privacy {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 25px;
  cursor: pointer;
  color: #a33;
  font-weight: bold;
}
