.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-control {
    padding-right: 0.75rem !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100% !important;
}
.banner {
    /* position: fixed; */
    top: 0;
}
.banner .content {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 32px;
    max-height: 757px;
}

.banner .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4; /* intensidade da escuridão */
    mix-blend-mode: multiply; /* multiplica a cor com a imagem */
    z-index: 1;
}

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

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 7px;
    opacity: 1;
    background:
        linear-gradient(0deg, #33725f, #33725f),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
    width: 33px;
    height: 8px;
    border-radius: 7px;
    background: #ffffff;
}

.banner .content .inside {
    position: absolute;
    z-index: 2;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-interno .content .inside {
    top: 266px;
}

.inside h2,
.inside h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
}

.inside h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 16px 0 24px 0;
}

.btn-saiba-mais {
    width: 300px;
    height: 58px;
    opacity: 1;
    top: 515px;
    left: 570px;
    border-width: 2px;
    padding-top: 16px;
    padding-right: 5%;
    padding-bottom: 16px;
    padding-left: 5%;
    gap: 10px;
    border: 2px solid #ffffff;
    transition: all 0.5s ease;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .btn-saiba-mais:hover {
    border: 2px solid #004f37;
    color: #fff !important;
    background-color: #004f37;
}
.quem_somos {
    margin: 56px 0 56px 75px;
}

/* .quem_somos .container {
    margin-top: 3%;
} */

.coluna-dois-quem-somos {
    padding: 0 30px 0 0;
}
.coluna-dois-quem-somos,
.coluna-dois-quem-somos img {
    width: 300px;
    height: 594px;
}

.coluna-tres-quem-somos video {
    width: 595px;
    height: 443px;
    object-fit: cover;
}

.coluna-tres-quem-somos video:hover {
    cursor: pointer;
}

#videoOverlay {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#videoOverlay:hover {
    background: rgba(0, 0, 0, 0.7);
    transition: background 0.3s ease;
}

.coluna-tres-quem-somos .col-3 {
    display: block;
    display: flex;
    flex-direction: column;
}

.coluna-tres-quem-somos span {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #33725f;
}
.coluna-tres-quem-somos p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #616161;
}

.coluna-tres-quem-somos img {
    width: 24px;
    height: 24px;
    opacity: 1;
}

.quem_somos .container .introducao {
    margin-top: 77px;
    padding: 0 30px 0 0;
}

.quem_somos .container .introducao span {
    padding: 5px 11px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 4px;
    background: #f7f7f7;
    color: #80a79b;
    margin-bottom: 16px;
    display: inline-block;
}

.quem_somos .container .introducao h3 {
    font-weight: 400;
    line-height: 125%;
    vertical-align: middle;
    color: #004f37;
    margin: 0;
}

.quem_somos .container .introducao h3 b {
    font-weight: 600;
}

.quem_somos .container .introducao p {
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #212121;
}

.quem_somos .container .introducao p b {
    font-weight: 600;
}

.btn-conheca-empresa {
    opacity: 1;
    border-width: 2px;
    padding: 16px 5%;
    border: 2px solid;
    border-image-source: linear-gradient(0deg, #33725f, #33725f);
    border-image-slice: 1;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    color: #33725f !important;
    background: transparent;
    text-align: center;
}

.btn-conheca-empresa:hover {
    color: #ffffff !important;
    background-color: #004f37;
    border-image-source: none;
    border-color: #004f37;
}

.nossos_produtos {
    background-color: #ececec;
    text-align: center;
    /* margin-top: 5%; */
}

.nossos_produtos .container {
    padding: 0 75px;
    box-sizing: border-box;
}

.nossos_produtos .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.nossos_produtos span:not(.saiba-mais-prod) {
    opacity: 1;
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #80a79b;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 4px;
    color: #cddcd7;
    display: inline-block;
}

.nossos_produtos h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 125%;
    text-align: center;
    vertical-align: middle;
    color: #004f37;
}
.nossos_produtos h3 b {
    font-weight: 600;
}

.nossos_produtos .col-md-2 {
    height: 532px;
}

.nossos_produtos .col-md-5 {
    height: 532px;
}

.nossos_produtos .col-md-2,
.nossos_produtos .col-md-5 {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 27px 40px 0;
}
.nossos_produtos .col-md-2 img,
.nossos_produtos .col-md-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.nossos_produtos .col-md-2:hover img,
.nossos_produtos .col-md-5:hover img {
    transform: scale(1.2);
}
.nossos_produtos .col-md-2:hover .texto-produto button,
.nossos_produtos .col-md-5:hover .texto-produto button {
    border: 2px solid #004f37;
    background-color: #004f37;
    transition: all 0.6s ease;
    color: #ffffff;
}

.nossos_produtos .texto-produto {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: block;
    text-align: left;
    padding: 24px;
    background: rgb(106 120 91 / 56%);
    backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

.nossos_produtos .texto-produto h3 {
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    margin: 0 0 8px 0;
}

.nossos_produtos .inactive .texto-produto h3 {
    margin: 0 0 24px 0;
}

.nossos_produtos .col-5 .texto-produto h3 {
    font-weight: 600;
}
.nossos_produtos .texto-produto p {
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    margin-bottom: 0 !important;
}

.nossos_produtos .texto-produto button {
    opacity: 1;
    gap: 10px;
    border-width: 2px;
    border: 2px solid #ffffff;
    background: none;
    margin-top: 2%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.nossos_produtos .inactive .texto-produto {
    height: 156px;
}

.nossos_produtos .active .texto-produto {
    height: 274px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nossos_produtos .inactive .texto-produto button {
    height: 56px;
    width: 56px;
}

.nossos_produtos .active .texto-produto button {
    height: 56px;
    width: 176px;
}

.produto-item {
    position: relative;
    transition: width 0.5s ease;
}

.produto-item img {
    width: 100%;
    display: block;
}

.descricao-produto {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.produto-item.active {
    width: 41.666667%;
}

.produto-item.active .descricao-produto {
    display: block;
    opacity: 1;
}

.produto-item .texto-produto .descricao-produto {
    opacity: 0;
    transition: opacity 0.3s ease 0.5s;
}
.produto-item.active .texto-produto .descricao-produto {
    opacity: 1;
    padding: 0 0 24px 0;
}
.produto-item.inactive {
    width: 16.666667%;
}

.produto-item.inactive .texto-produto .saiba-mais-prod {
    display: none;
}
.home .sustentabilidade {
    background: #004f37;
    color: #fff;
}
.home .imagens {
    padding: 0;
}

.home .sustentabilidade .btn-saiba-mais:hover {
    border: 2px solid #ffffff;
    color: #004f37 !important;
    background-color: #fff;
}

.home .sustentabilidade .col-um {
    margin-top: 97px;
    margin-left: 75px;
    padding: 0 30px 0 0;
}

.home .sustentabilidade span {
    color: #80a79b;
    opacity: 1;
    padding: 5px 11px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background:
        linear-gradient(0deg, #33725f, #33725f),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.home .sustentabilidade h3 {
    font-weight: 400;
    line-height: 125%;
    vertical-align: middle;
    margin: 4% 0;
}
.home .sustentabilidade h3 b {
    font-weight: 600;
}

.home .sustentabilidade p {
    font-weight: 400;
    line-height: 180%;
    vertical-align: middle;
    color: #cddcd7;
}

.home .sustentabilidade .saiba-mais {
    padding-top: 24px;
}

.home .sustentabilidade img {
    width: 368px;
    height: 305px;
}
.home .sustentabilidade .img-wrapper {
    position: relative;
    display: block; /* ou block, se quiser ocupar 100% */
}

.home .sustentabilidade .img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.home .sustentabilidade .imagens .row {
    margin-left: 0;
    margin-right: 0;
    width: 102%;
}
.home .sustentabilidade .imagens .col-6 {
    padding-left: 0;
    padding-right: 0;
}
.home .sustentabilidade .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004f37;
    opacity: 0.5;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}

.certificacoes {
    margin: 90px 0;
}
.certificacoes .container .row-titulo {
    padding: 0 75px !important;
}

.certificacoes .container .col-1 {
    width: 56px;
}
.certificacoes .container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.certificacoes .container .btn-left {
    border: 2px solid #bdbdbd;
    left: 16px;
}
.certificacoes .container .btn-right {
    border: 2px solid #33725f;
    right: 16px;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    /* width: 94.3%;
    margin-left: 62px !important; */

    /* right: 73px;
    margin-left: 147px !important; */

    /* right: 63px; */
    right: 66px;
    margin-left: 123px !important;
}

.carousel {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel .item {
    flex: 0 0 calc(100% / 6); /* 6 itens visíveis */
    text-align: center;
    padding: 0 15px;
}

.certificacoes .container .row-titulo,
.blog .container .row-titulo {
    display: flex;
    align-items: center;
    margin: 0 0 32px 0;
}

.certificacoes .container .row-titulo .col-md-6,
.blog .container .row-titulo .col-md-6 {
    padding: 0;
}
.certificacoes h3,
.blog h3 {
    font-weight: 400;
    line-height: 125%;
    vertical-align: middle;
    color: #004f37;
}

.certificacoes h3 b {
    font-weight: 600;
}

.certificacoes .acessar {
    padding-right: 75px;
}
.certificacoes .acessar,
.blog .acessar {
    text-align: right;
}

.blog .acessar {
    padding: 0;
}

.certificacoes .btn-acessar,
.blog .btn-acessar {
    opacity: 1;
    border-width: 2px;
    padding: 16px 80px;
    color: #004f37 !important;
    border: 2px solid #004f37;
    transition: all 0.5s ease;
}

.certificacoes .btn-acessar:hover,
.blog .btn-acessar:hover {
    border: 2px solid #004f37;
    color: #fff !important;
    background-color: #004f37;
}
.certificacoes .btn-acessar:hover svg path,
.blog .btn-acessar:hover svg path {
    fill: #ffffff; /* SVG branco no hover */
}

.certificacoes .logo-certificacao {
    background: #cddcd7;
    height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    transition: all 0.5s ease;
}

.certificacoes .logo-certificacao:hover {
    background: rgb(206, 235, 245);
}

.certificacoes .logo-certificacao:hover ~ .titulo-certificacao {
    background: rgb(0, 155, 207);
}
.certificacoes .logo-certificacao img {
    width: 148px;
    /* height: 162px; */
    object-fit: contain;
}

.certificacoes .titulo-certificacao {
    background:
        linear-gradient(0deg, #2c5c4c, #2c5c4c),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    flex-grow: 1;
    min-height: 140px;
}

.certificacoes .item:hover .logo-certificacao {
    background: rgb(206, 235, 245);
}

.certificacoes .item:hover .titulo-certificacao {
    background: rgb(0, 155, 207);
}

.certificacoes .titulo-certificacao h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    max-width: 142px;
}

.blog {
    margin: 0 75px;
}

.blog .row-titulo {
    padding-left: 0;
}

.card-noticia {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 658px;
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    box-sizing: border-box;
}

.card-noticia:hover .btn-acessar-noticia {
    border: 2px solid #004f37;
    color: #fff !important;
    background-color: #004f37;
}

.card-noticia img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-fit: cover;
    z-index: 0;
}

.card-noticia h4,
.card-noticia p,
.card-noticia a {
    position: relative;
    z-index: 1;
    color: white;
    padding: 13px;
}

.row-card-noticiais {
    gap: 40px;
    margin-bottom: 96px;
}

.texto-noticia {
    top: 52%;
    position: relative;

    /* background: rgba(130, 143, 136, 0.1);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */

    background: rgb(71 89 63 / 61%);
    backdrop-filter: blur(13px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);

    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2%;
    width: 100%;
}

.texto-noticia h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    min-height: 71px;
}

.texto-noticia p {
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0px;
    color: #cddcd7;
    min-height: 150px;
    margin-bottom: 1%;
}

.btn-acessar-noticia {
    width: 176px;
    height: auto;
    opacity: 1;
    border-width: 2px;
    padding: 16px 80px;
    margin-left: 3%;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    transition: all 0.5s ease;
}

.btn-acessar-noticia:hover {
    border: 2px solid #004f37;
    color: #fff !important;
    background-color: #004f37;
}
.newsletter {
    position: relative;
    margin: 96px 75px 0 75px;
}
.newsletter .container {
    height: 124px;
    opacity: 1;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: rgba(0, 79, 55, 1);
    margin-bottom: -5%;
    padding: 0 110px;
}

.newsletter .container .row1 {
    align-items: center;
    padding: 28px 0;
}

.newsletter .container .col-md-7 .d-nome {
    padding-right: 13px;
    padding-left: 0;
}

/* .newsletter .container .col-md-7,
.newsletter .container .col-md-7 .row {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
} */

.newsletter h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.newsletter .needs-validation {
    /* padding: 20px 0 0 0 !important; */
    color: #fff;
}

.newsletter .needs-validation label {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.2px;
    vertical-align: middle;
    margin: 4px 0 0 0;
}

.newsletter .needs-validation label a {
    font-size: 12px !important;
}

#form-newsletter-mobile {
    display: none;
}

#form-newsletter-desktop {
    display: block;
}

.newsletter .needs-validation input:not([type="checkbox"]) {
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 40px;
}

.newsletter .needs-validation .mt-3 {
    margin-top: 12px !important;
}

.newsletter .needs-validation button {
    /* width: 100%; */
    height: 40px;
    opacity: 1;
    border-width: 2px;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    background: none;
    padding: 0 22px;
}

newsletter .needs-validation input::placeholder {
    font-size: 14px;
}

/* MOBILE */

@media screen and (max-width: 1200px) {
    /* .navigation__handle {
        padding: 32px 16px;
    } */

    .navigation__handle__image img {
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }

    .hidden-logo {
        opacity: 0;
        visibility: hidden;
    }
    .home .banner,
    .swiper-horizontal {
        width: 100%;
    }
    .home .quem_somos {
        margin-left: 0;
    }

    .swiper-slide .content {
        position: relative;
        width: 100%;
        height: auto !important;
        min-height: 500px !important;
        overflow: hidden;
        margin-top: 0 !important;
    }

    .swiper-slide .content img.banner-img,
    .swiper-slide .content video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: bottom;
    }

    .banner-img {
        width: 100%;
    }

    .banner .content .inside {
        top: 55%;
        width: 100%;
        padding: 0 16px;
    }
    .inside h2,
    .inside h1 {
        font-size: 40px;
    }

    .inside h3 {
        font-size: 15px;
    }

    .banner .btn-saiba-mais {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        border: 1px solid #ffffff;
    }

    .coluna-dois-quem-somos {
        margin-top: 13%;
        margin-right: 0;
    }

    .btn-conheca-empresa {
        width: 100%;
        display: block;
        border: 1px solid;
        padding: 16px 5%;
    }
    .quem_somos {
        margin: 32px 0;
    }

    .quem_somos .container .introducao {
        padding: 0;
        margin-top: 0;
    }
    .quem_somos .container .row {
        padding: 0 16px;
        margin: 0 0;
    }
    .quem_somos .container .numeros-quem-somos {
        padding: 0 0;
        margin-top: 24px;
    }

    .quem_somos .container .introducao span {
        margin-bottom: 0;
    }

    .coluna-dois-quem-somos,
    .coluna-dois-quem-somos img {
        width: 100%;
    }

    .coluna-tres-quem-somos {
        margin-top: 10%;
        width: 100%;
    }
    .coluna-tres-quem-somos video {
        width: 94%;
        height: auto;
        margin-top: 11%;
    }

    .video-shell {
        width: 100%;
        aspect-ratio: 16/9;
        padding-bottom: 50px;
        height: auto !important;
    }

    .quem_somos .controls {
        bottom: -53px;
    }
    #videoQuemSomos {
        width: 94% !important;
        height: auto !important;
    }

    .numeros-quem-somos {
        text-align: center;
        margin-left: -10%;
        margin-top: 6% !important;
    }

    .coluna-tres-quem-somos p {
        font-size: 12px;
    }

    .numeros-quem-somos {
        text-align: center;
        margin-left: -1%;
        width: 96%;
        margin-top: 2%;
    }

    .nossos_produtos .container {
        padding: 32px 16px;
    }
    .nossos_produtos span:not(.saiba-mais-prod) {
        font-size: 12px;
    }
    .nossos_produtos h3 {
        font-size: 30px;
        margin: 8px 0 16px 0 !important;
    }

    .nossos_produtos h3  br{
        display: none;
    }

    .nossos_produtos .row {
        display: grid;
        gap: 16px;
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
        padding: 0 16px;
    }

    .nossos_produtos .row .col-12 {
        padding: 0;
    }

    .nossos_produtos .produto-item {
        width: 100% !important;
        margin: 0;
    }

    .produto-item.inactive,
    .produto-item.active {
        width: auto;
    }

    .nossos_produtos .texto-produto button {
        margin-top: 0;
        border: 1px solid #ffffff;
    }

    .nossos_produtos .active .texto-produto {
        height: auto;
        padding-bottom: 7%;
    }

    .nossos_produtos .mt-35,
    .nossos_produtos .mb-16 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .nossos_produtos .active .texto-produto button {
        height: 45px;
        width: 100%;
    }

    .home .sustentabilidade h3 {
        font-size: 30px;
    }

    .home .sustentabilidade p {
        font-size: 12px;
    }

    /* .home .sustentabilidade .saiba-mais {
        margin-bottom: 11%;
    } */

    .home .sustentabilidade .col-um {
        /* text-align: center; */
        margin: 0;
        padding: 0;
    }
    .home .sustentabilidade .saiba-mais .btn-saiba-mais {
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid #ffffff;
    }
    .home .sustentabilidade .imagens .row {
        width: 100%;
        /* margin-bottom: 5%; */
    }

    .home .sustentabilidade .imagens .col-6 {
        padding: unset !important;
        display: none;
    }

    /* .home .imagens {
        padding: 10px !important;
    } */
    .certificacoes {
        margin: 32px 0 32px 0 !important;
    }

    .certificacoes h3 {
        margin-bottom: 0 !important;
    }

    .row-titulo {
        text-align: center;
    }

    .certificacoes .container .row-titulo {
        padding: 0 !important;
    }

    .certificacoes .container .row-titulo h3 {
        padding-bottom: 0;
    }
    .certificacoes h3,
    .blog h3 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .blog {
        margin: 5%;
    }

    .certificacoes .btn-acessar,
    .blog .btn-acessar {
        padding: 16px 5%;
        border: 1px solid #004f37;
        display: block;
    }

    .certificacoes .acessar,
    .blog .acessar {
        text-align: center;
        margin: 8px 0 24px 0;
        padding: 0;
    }

    .certificacoes .container .row-titulo,
    .blog .container .row-titulo {
        margin-bottom: 0 !important;
    }

    .carousel-wrapper {
        width: 100%;
        right: 0px;
        margin-left: 0 !important;
    }

    .carousel .item {
        padding: 8px;
    }
    .certificacoes .logo-certificacao {
        height: 150px;
    }

    .certificacoes .logo-certificacao img {
        width: 135px;
        /* height: 140px; */
    }
    .certificacoes .titulo-certificacao {
        height: 80px;
    }

    .certificacoes .titulo-certificacao h4 {
        font-size: 14px;
        max-width: 130px;
    }

    .certificacoes .container button {
        width: 30px;
        height: 30px;
    }
    .row-card-noticiais {
        margin: 0;
    }

    .row-card-noticiais {
        gap: 20px;
    }
    .card-noticia {
        width: 100% !important;
        height: 458px;
        max-width: none !important;
        flex: 0 0 auto;
        margin-top: 10px;
    }

    .texto-noticia h4 {
        font-size: 16px;
        min-height: 50px;
    }

    .texto-noticia p {
        font-size: 12px;
        min-height: 80px;
    }

    .btn-acessar-noticia {
        font-size: 12px;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .card-noticia h4,
    .card-noticia p,
    .card-noticia a {
        padding: 7px;
    }

    .card-noticia a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .newsletter {
        margin: 5%;
    }

    .newsletter .container {
        height: auto;
        padding: 5% 5% 9% 5%;
        margin-bottom: 0;
    }

    .newsletter .container .row1 {
        align-items: center;
        width: 100%;
        padding: 0 9% 0 0;
    }

    .newsletter h4 {
        font-size: 16px;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .newsletter .needs-validation {
        padding: 0 !important;
    }

    .newsletter .needs-validation button {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .newsletter .needs-validation label,
    .newsletter .needs-validation label a {
        font-size: 12px !important;
    }

    .newsletter .needs-validation .mt-3 {
        margin: 16px 0 !important;
    }

    #form-newsletter-mobile {
        display: block;
    }

    #form-newsletter-desktop {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .saiba-mais,
    .banner .btn-saiba-mais {
        width: 100%;
    }
}

@media (min-width: 1201px) and (max-width: 1289px) {
    .coluna-dois-quem-somos,
    .coluna-dois-quem-somos img {
        width: 280px;
    }
}

@media screen and (min-width: 1900px) {
    .btn-saiba-mais {
        width: 350px;
    }
    .certificacoes .logo-certificacao {
        height: 301px !important;
    }
    .certificacoes .logo-certificacao img {
        width: 198px !important;
        /* height: 212px !important; */
    }

    /* .texto-noticia {
        top: 56%;
    } */

    /* .newsletter .needs-validation button {
        width: 285px;
    } */
    /* .newsletter .needs-validation input:not([type="checkbox"]) {
        width: 285px;
    } */

    .newsletter h4,
    .nossos_produtos .texto-produto h3,
    .texto-noticia h4 {
        font-size: 22px !important;
    }

    .newsletter .needs-validation label,
    .newsletter .needs-validation label a {
        font-size: 16px !important;
    }

    .newsletter .needs-validation button,
    .nossos_produtos .texto-produto p,
    .quem_somos .container .introducao p {
        font-size: 20px !important;
    }

    .coluna-tres-quem-somos span {
        font-size: 30px !important;
    }

    .coluna-tres-quem-somos p,
    .quem_somos .container .introducao span,
    .nossos_produtos span:not(.saiba-mais-prod),
    .home .sustentabilidade span {
        font-size: 18px !important;
    }

    .nossos_produtos h3 {
        font-size: 40px !important;
    }

    .certificacoes .titulo-certificacao {
        min-height: 160px;
    }
}

body {
    font-family: "Montserrat", sans-serif;
}
#lang-dropdown {
    margin-top: 4%;
    background-color: #004f37;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #004f37;
    z-index: 9999;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    min-width: 60px;
}

#btn_whastapp {
    position: fixed;
    top: 75%;
    right: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1000;
    cursor: pointer;
}
.menu_mobile ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.menu_mobile ul li {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.mob .menu_btn {
    cursor: pointer;
    position: fixed;
    top: 23px;
    right: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.menu_mobile.fade {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    /* transition: all 0.4s ease; */
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.menu_mobile {
    width: 100vw;
    height: 100vh;
    position: fixed;
    -webkit-transition:
        transform 0.25s ease,
        opacity 0.25s ease;
    /* transition: all 200ms; */
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
    z-index: 555;
    box-sizing: border-box;
    background: #004f37;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    text-align: left;
}

.menu_mobile ul {
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    /* align-items: center; */
    text-align: left;
}

.menu_mobile ul li a {
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.navigation__menuToggle .close {
    display: none; /* fecha escondido por padrão */
}

/* quando o input está marcado, troca os ícones */
.navigation__menuToggle input:checked + label .open {
    display: none;
}

.navigation__menuToggle input:checked + label .close {
    display: inline-block !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.nav-bar-superior {
    background-color: #004f37;
    max-width: 100%;
    margin: 0;
    color: #fff;
    padding-bottom: 0;
    height: 32px;
    font-size: 12px;
    z-index: 10000;
    position: relative;
}

.nav-bar-superior ul {
    margin: 0 75px;
}

.nav-bar-principal {
    background: radial-gradient(
        124% 121.95% at 0% 0%,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(30px);
    box-shadow: -5px -5px 250px 0px #ffffff05 inset;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.3s ease;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

.nav-bar-principal li {
    color: #fff;
    margin-top: 2%;
    transition: color 0.3s ease;
}

.nav-bar-principal li a span {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
}

.nav-bar-principal .navigation__dropdown {
    margin-top: 3%;
}

/* Estado depois que rolar */
.nav-bar-principal.scrolled {
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-bar-principal.scrolled li a span {
    color: #004f37 !important;
}

.navigation__menu-content-sup ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 6px 0;
    gap: 0;
}

.menu-left li {
    margin: 0 32px 0 0;
}

.menu-right li:not(#lang-dropdown li):not(#search-btn) {
    margin: 0 24px 0 0;
}

.navigation__menu-content-sup ul li:nth-child(4) {
    margin-left: auto;
}

/* ajuste para tablet---------------------------- */

/* garante troca dos ícones */
.navigation__menuToggle .open {
    display: inline-block;
}
.navigation__menuToggle .close {
    display: none;
}

.navigation__menuToggle input:checked + label .open {
    display: none !important;
}
.navigation__menuToggle input:checked + label .close {
    display: inline-block !important;
}

.navigation__menuToggle label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .nav-desktop {
        display: none;
    }

    #btn_whastapp {
        top: 80%;
    }
    .swiper-backface-hidden .swiper-slide,
    .swiper-android .swiper-slide,
    .swiper-ios .swiper-slide,
    .swiper-wrapper,
    .home .banner,
    .swiper-horizontal {
        height: 500px;
    }

    .navigation__menuToggle.menu_btn {
        position: relative;
        top: 0;
        right: 0;
        z-index: 2000;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
    }

    .navigation__menuToggle {
        margin-top: 0px;
    }

    .menu_mobile ul li {
        transition: none !important;
        -webkit-transition: none !important;
        margin: 0 !important;
    }

    .menu_mobile,
    .menu_mobile.fade {
        transition:
            transform 0.25s ease,
            opacity 0.25s ease !important;
    }
    .submenu-mobile {
        transition: none !important;
    }
    .close {
        position: relative;
    }

    /* garante que o nav ocupa 100% sem “respiro” lateral */
    nav[role="navigation"] {
        left: 0;
        right: 0;
        width: 100%;
    }

    /* barra do topo */
    .navigation__handle {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 16px 16px !important;
    }

    .navigation__handle__image.logo {
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
    }

    .navigation__handle ul {
        padding-left: 0 !important;
        margin: 0 !important;
    }

    .submenu-mobile {
        display: block !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .submenu-mobile.open {
        max-height: 1000px;
    }

    .menu_mobile ul li a {
        margin-bottom: 12px !important;
    }
}

@media screen and (min-width: 1900px) {
    .nav-bar-principal li a span {
        font-size: 20px;
    }
}

/* NÃO VAI PRECISAR MAIS POIS AGR 1200 É MOBILE
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .nav-bar-principal .navigation__dropdown {
        margin: 3% 5px !important;
    }
    .nav-bar-principal li a span{
        font-size: 14px;
    }
} */

#separador-mobile {
    display: none;
}
footer .container {
    padding: 54px 75px 18px 61px;
}
footer .baseboard__down {
    padding: 0 0 32px 0;
    color: #33725f;
    line-height: 2;
}

footer .line-social {
    display: flex;
    gap: 12px;
    margin-top: 2px;
}

footer img:not(.social) {
    width: 221px;
    height: 110px;
    opacity: 1;
    display: block;
    margin: -4% 0 0 -7.5% !important;
}

footer span,
footer a {
    font-weight: 400;
    font-size: 12px;
    /* line-height: 140%; */
    letter-spacing: 0.2px;
    padding: 12px 0 0 0;
}

footer b {
    font-weight: 600;
    color: #004f37;
}

footer .col-12 {
    padding: 0;
}
footer .footer-inferior {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.2px;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #33725f;
    text-align: center;
}

footer hr {
    margin: 0;
    padding: 0;
}
footer .footer-inferior a {
    text-decoration: underline;
    padding: 16px;
}

footer .footer-inferior-full {
    padding: 0;
    margin: 24px 0 0 0;
}

footer .footer-inferior-full span {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #212121;
    white-space: nowrap;
    padding: 24px 0 18px 0;
}

.separator {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    #separador-mobile {
        display: block;
    }
    footer .container {
        text-align: center;
        padding: 0 !important;
    }

    footer .line-social {
        justify-content: center;
    }
    .footer-inferior {
        text-align: center;
    }

    .footer-inferior a {
        display: block;
    }

    .footer-inferior .separator {
        display: none;
    }

    /* .align-items-center{
        margin-bottom: 8%;
    } */

    footer .baseboard__down {
        padding-bottom: 0;
    }
    footer .baseboard__down .col-12 {
        padding: 16px 0;
    }

    footer img:not(.social) {
        margin: auto !important;
    }

    footer span,
    footer a {
        padding: 16px 0;
        line-height: 30px;
    }

    .footer-mob {
        line-height: 20px;
    }

    footer .footer-inferior{
        padding: 16px 0;
    }
    footer .footer-inferior a {
        padding: 8px;
    }
}

@media screen and (min-width: 1900px) {
    footer span,
    footer a {
        font-size: 16px;
    }
}

body {
    width: 100%;
}
img {
    object-fit: cover;
    object-position: bottom;
    overflow-clip-margin: unset;
}

html {
    scroll-behavior: smooth;
}

@media screen and (min-width: 1201px) {
    h3 {
        font-size: 36px;
    }

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0;
    }

    p,
    a {
        font-size: 16px;
    }
    
    .nav-bar-superior  a {
        font-size: 12px; /* ou outro tamanho específico que o menu use */
    }

    a {
        display: inline-block;
    }

    .row {
        margin-left: 0;
    }
}

@media screen and (min-width: 1900px){
    .nav-bar-superior  a {
        font-size: 16px; /* ou outro tamanho específico que o menu use */
    }
}

b,
strong {
    font-weight: 600 !important;
}

/*
.row>*{
    padding-right:0 ;
    padding-left: 0 ;
    margin-top: 0 ;
} */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin: 0;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.banner-interno {
    width: 100%;
    height: 446px !important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    mix-blend-mode: multiply;
    pointer-events: none;
}
.banner-img-internas {
    width: 100%;
    height: 414px !important;
    display: block;
    object-fit: cover;
    object-position: bottom;
}

#inside-internas h2,
#inside-internas h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#inside-internas h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 2% 0 0 0;
}

.conteudo-internas {
    margin: 5% 5% 3% 5%;
}

.conteudo-internas span:not(#conteudo-completo span),
.texto-padrao span:not(#conteudo-completo span) {
    opacity: 1;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    gap: 10px;
    background: #f7f7f7;
    color: #80a79b;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 4px;
    display: inline-block;
}
span.green {
    background: #80a79b;
    color: #cddcd7;
}

span.green2 {
    background:
        linear-gradient(0deg, #33725f, #33725f),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: rgba(128, 167, 155, 1);
}
.conteudo-internas h3,
.texto-padrao h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 125%;
    vertical-align: middle;
    color: #004f37;
    margin: 0;
}

.conteudo-internas h3 b,
.conteudo-internas p b,
.texto-padrao h3 b,
.texto-padrao p b {
    font-weight: 600;
}

.conteudo-internas p,
.texto-padrao p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
}

iframe {
    border: 0;
    width: 100%;
    height: 637px;
}

.video-shell {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 437px;
}

.cover {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    cursor: pointer;
}
.cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.75);
    transition: filter 0.3s ease;
}

.cover:hover::before {
    filter: brightness(0.6);
}

.play-btn {
    position: relative;
    z-index: 2;
    border-radius: 999px;
    border: none;
    background: none;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.play-btn svg {
    width: 64px;
    height: 64px;
}

/* iframe ocupa o espaço todo */
.video-iframe,
.video-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.controls {
    display: flex;
    align-items: center;
    gap: 1%;
    padding: 10px;
    background: #004f37;
    border-top: 1px solid #004f37;
    font-size: 12px;
    margin-bottom: 5%;
    position: relative;
    bottom: 0;
    width: 100%;
}

.controls button {
    background: #002e20;
    color: #e8ebf1;
    border: 1px solid #004f37;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
}

.controls button:hover {
    background: #02271c;
}

.time {
    font-variant-numeric: tabular-nums;
    opacity: 0.8;
}

.progress {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #004f37;
}

.progress input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #004f37;
    border-radius: 999px;
    outline: none;
    margin-top: 2px;
}

.progress input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #e8ebf1;
    border: 0;
    margin-top: -4px;
}

.progress input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #002e20;
    border-radius: 999px;
}

#current,
#duration {
    font-size: 12px !important;
    margin-top: 0% !important;
    color: #fff;
    background: transparent !important;
}

.p-0 {
    padding: 0 !important;
}

.center {
    text-align: center;
}

#content-interno {
    margin-top: 32px;
}

/* classe genericas  DESKTOP */
@media screen and (min-width: 1201px) {
    .mb-2 {
        margin-bottom: 2px !important;
    }
    .mb-4 {
        margin-bottom: 4px !important;
    }
    .mb-6 {
        margin-bottom: 6px !important;
    }
    .mb-8 {
        margin-bottom: 8px !important;
    }
    .mb-12 {
        margin-bottom: 12px !important;
    }

    .mb-19 {
        margin-bottom: 19px !important;
    }
    .mb-30 {
        margin-bottom: 30px !important;
    }
    .mb-32 {
        margin-bottom: 32px !important;
    }

    .mb-27 {
        margin-bottom: 27px !important;
    }

    .mb-42 {
        margin-bottom: 42px !important;
    }
    .mb-45 {
        margin-bottom: 45px !important;
    }

    .mb-56 {
        margin-bottom: 56px;
    }
    .mb-74 {
        margin-bottom: 74px;
    }
    .mb-35 {
        margin-bottom: 35px !important;
    }

    .mt-35 {
        margin-top: 35px !important;
    }

    .mt-29 {
        margin-top: 29px !important;
    }

    .mt-55 {
        margin-top: 55px !important;
    }

    .mb-16 {
        margin-bottom: 16px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mt-16 {
        margin-top: 16px !important;
    }

    .mb-24 {
        margin-bottom: 24px !important;
    }

    .mb-26 {
        margin-bottom: 26px !important;
    }

    .mt-24 {
        margin-top: 24px !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-33 {
        margin-right: 33px !important;
    }

    .pr-30 {
        padding-right: 30px;
    }
    .pr-15 {
        padding-right: 15px !important;
    }

    .pl-15 {
        padding-left: 15px !important;
    }

    .pb-24 {
        padding-bottom: 24px !important;
    }
}

.standard-size {
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .banner-img-internas {
        width: 100%;
        height: 500px !important;
    }
    .swiper-slide #content-interno {
        position: relative;
        width: 100%;
        height: auto !important;
        overflow: hidden;
        margin: 0 0 50px 0;
    }
    .banner-interno,
    .swiper-horizontal {
        width: 100%;
    }

    .banner-interno .content .inside {
        top: 55% !important;
        width: 80%;
    }

    .banner-interno {
        width: 100%;
        height: 500px !important;
    }
    .banner-interno .content .inside h3 {
        margin: 0% 0 0% 0 !important;
    }

    .btn-saiba-mais {
        padding-right: 5%;
        padding-left: 5%;
    }

    .perguntas h3 {
        margin-bottom: 30px;
    }
    .perguntas-frequentes h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    h3 {
        font-size: 32px !important;
        /* margin-bottom: 16px !important; */
    }

    p,
    ul:not(.navigation__menu-content-sup ul):not(.submenu-a-texeno),
    ol,
    li:not(.navigation__menu-content-sup li):not(.submenu-a-texeno li):not(
            .submenu li a
        ),
    a:not(.navigation__menu-content-sup a):not(footer span, footer a) {
        font-size: 14px !important;
    }

    /* p {
        margin-bottom: 24px;
    } */
    .conteudo-internas span,
    .texto-padrao span {
        font-size: 12px !important;
    }

    .inside h2,
    .inside h1 {
        font-size: 44px !important;
    }

    .inside h1 {
        margin-bottom: 16px !important;
    }

    .inside h3 {
        font-size: 16px !important;
    }

    .certificacoes .titulo-certificacao h4 {
        font-size: 14px !important;
    }

    /* css padão para mobile  */
    /* reset estrutural mobile */
    .externa
        *:not(footer):not(footer *):not(button):not(button *):not(span):not(
            span *
        ) {
        margin: 0;
        padding: 0;
    }
    .externa {
        padding: 32px 16px 0 16px !important;
    }
    .externa > section:first-child {
        margin-bottom: 32px !important;
    }
    .externa section + section {
        margin-bottom: 32px !important;
    }
    .externa > section.row {
        row-gap: 24px !important;
    }
    .externa span {
        margin-bottom: 8px !important;
    }
    .externa h3 {
        margin-bottom: 16px !important;
    }
    .externa button {
        margin: 24px 0 0 0 !important;
    }
    .none-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 1900px) {
    h3:not(.inside h3):not(#inside-internas h3):not(.nossos .texto h3) {
        font-size: 40px !important;
    }

    p:not(.descricao),
    ul:not(.navigation__menu-content-sup ul):not(.submenu-a-texeno),
    ol,
    li:not(.navigation__menu-content-sup li):not(.submenu-a-texeno li):not(
            .submenu li a
        ),
    a:not(.navigation__menu-content-sup a):not(footer span, footer a) {
        font-size: 20px !important;
    }

    .conteudo-internas span,
    .texto-padrao span {
        font-size: 18px !important;
    }

    .footer-inferior u a {
        font-size: 16px !important;
    }

    .inside h2,
    .inside h1 {
        font-weight: 600;
        font-size: 52px !important;
    }

    .inside h3 {
        font-size: 24px !important;
    }

    .banner .content .inside {
        width: 50%;
    }

    .certificacoes .titulo-certificacao h4 {
        font-size: 22px !important;
    }
}
