h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Suisseintl, sans-serif;
    color: #d9ffe5;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #184e51;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.padding-page {
    padding-right: 30px;
    padding-left: 30px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.conteudo-topo {
    position: relative;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    flex-direction: column;
    align-items: center;
}

.section-banner-topo {
    position: static;
    height: 100vh;
    padding-top: 180px;
}

.header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    padding-top: 30px;
}

.header-info {
    display: flex;
    justify-content: space-between;
}

.navbar {
    background-color: transparent;
}

.number-whastapp {
    display: flex;
}

.telefone-cta-contato {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon-whastapp-topo {
    margin-right: 10px;
}

.link {
    margin-right: 20px;
    color: #d9ffe5;
    text-decoration: none;
}

.body {
    font-family: Suisseintl, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.button {
    display: flex;
    width: 135px;
    height: 48px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d9ffe5;
    border-radius: 24px;
    background-color: transparent;
    color: #d9ffe5;
}

.titulo {
    width: 100%;
    max-width: 350px;
}

.sub-titulo {
    width: 48%;
    max-width: 400px;
    margin-bottom: 40px;
}

.texto-corrido {
    width: 100%;
    max-width: 773px;
    margin-right: 60px;
    padding-left: 40px;
    color: #d9ffe5;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.button-cta {
    display: flex;
    width: 320px;
    height: 80px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border-radius: 69px;
    background-color: #35ed54;
    transition: background-color 1000ms ease, color 1000ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    color: #184e51;
    font-size: 24px;
    font-weight: 600;
}

.button-cta:hover {
    background-color: #184e51;
    color: #fff;
}

.button-cta.margem-cta {
    margin-right: 20px;
}

.image {
    width: 100%;
    max-width: 160px;
}

.div-block {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.section-diferenciais {
    padding-top: 100px;
    padding-bottom: 70px;
}

.conteudo-diferenciais {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.diferencial01 {
    display: flex;
    height: 550px;
    justify-content: center;
    align-items: flex-end;
}

.descricao {
    position: relative;
    display: flex;
    width: 300px;
    height: 150px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    background-color: rgba(24, 78, 81, 0.7);
    mix-blend-mode: normal;
}

.thmbs-deferenciais {
    max-width: 337px;
    margin-right: 20px;
    background-color: transparent;
}

.mask {
    position: relative;
    width: 1062px;
}

.slider {
    left: auto;
    right: auto;
    display: flex;
    height: auto;
    max-width: 1200px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.decrricao-diferenciais {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
}

.texto-discri-o {
    width: 210px;
}

.fundo-efeito-blur {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #184e51;
    opacity: 0.59;
}

.imagens-thumb {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
}

.cor-verde-fundo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #184e51;
    opacity: 0.78;
}

.bolinhas-nav {
    display: none;
    width: 200px;
    margin-right: auto;
    margin-bottom: -40px;
    margin-left: auto;
    opacity: 1;
}

.margem {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.section-quemsomos {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 100px;
}

.content-quemsomos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.imagem-lago {
    width: 50%;
    height: 584px;
    max-width: 935px;
    margin-right: 60px;
    background-image: url('../images/lago.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.subtitulo {
    color: #2c916a;
}

.texto-quemsomos {
    margin-top: 20px;
    margin-bottom: 50px;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.image-3 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 935px;
}

.section-beneficios {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #184e51;
}

.h2-titulo {
    margin-bottom: 40px;
}

.section-servicos {
    padding-top: 100px;
    padding-bottom: 100px;
}

.imagens-beneficios {
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto {
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 40px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.arte-slider {
    display: flex;
    align-items: center;
    background-color: #d9ffe5;
}

.text-block {
    margin-bottom: 10px;
    color: #184e51;
    font-size: 28px;
    font-weight: 600;
}

.text-block-2 {
    padding-right: 0px;
    color: #184e51;
}

.slider-2 {
    position: relative;
    width: 1020px;
    height: auto;
    background-color: transparent;
}

.texto-descricao-momentosunicos {
    width: 280px;
}

.left-arrow {
    display: flex;
    margin-left: -100px;
    justify-content: center;
    align-items: center;
}

.right-arrow {
    display: flex;
    margin-right: -100px;
    justify-content: center;
    align-items: center;
}

.slide-nav {
    margin-bottom: -46px;
}

.heading {
    color: #d9ffe5;
    text-align: center;
}

.left-arrow-2 {
    display: flex;
    padding-bottom: 0px;
    justify-content: flex-start;
    align-items: center;
}

.right-arrow-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.text-block-3 {
    color: #184e51;
    font-size: 24px;
    font-weight: 600;
}

.icon-2 {
    color: #2c916a;
}

.dropdown-toggle {
    border-bottom: 1px solid #184e51;
}

.sub-titulo-servicos {
    margin-top: 20px;
    color: #184e51;
    font-size: 24px;
    font-weight: 600;
}

.tabs-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.arte-lateral {
    margin-left: 150px;
}

.text-block-4 {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #8b8b8b;
}

.decricao-foto {
    width: 564px;
}

.tablink-intens-servico {
    padding-left: 0px;
    background-color: transparent;
}

.tablink-intens-servico.w--current {
    padding-left: 0px;
    background-color: transparent;
}

.linha {
    width: 400px;
    height: 1px;
    margin-top: 10px;
    background-color: #184e51;
}

.titulo-section02 {
    max-width: 1200px;
    padding-bottom: 40px;
}

.heading-2 {
    font-size: 40px;
    line-height: 60px;
}

.heading-3 {
    text-align: center;
}

.slider-listagem-servicos {
    justify-content: center;
    align-items: center;
}

.section-video {
    padding-top: 100px;
    padding-bottom: 40px;
}

.conteudo-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo-video {
    padding-bottom: 50px;
}

.heading-4 {
    text-align: center;
}

.v-deo-youtube {
    display: flex;
    width: 1000px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagem-pessoa-depoimento {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nomes-depoimento {
    margin-bottom: 40px;
}

.texto-depoimento {
    width: 100%;
    max-width: 950px;
}

.texto-depoimento.melhortext {
    width: 90%;
}

.texto-depoimento.t-mager {
    width: 60%;
}

.text-block-5 {
    color: #184e51;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.text-block-6 {
    padding-bottom: 5px;
    color: #2c916a;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.paragraph {
    color: #8b8b8b;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    text-align: center;
}

.slider-3 {
    height: 620px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.icon-3 {
    color: #184e51;
}

.icon-4 {
    color: #184e51;
}

.slide-nav-2 {
    padding-top: 20px;
    opacity: 0.29;
}

.arte-depoiment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-galeria-imagens {
    padding-top: 100px;
    padding-bottom: 100px;
}

.titulo-section-galeria {
    padding-bottom: 20px;
}

.slader-galeria {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.galerriadeimagem {
    width: 100%;
    height: 100vh;
    max-height: 680px;
    max-width: 1196px;
}

.right-arrow-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-arrow-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-nav-3 {
    opacity: 0.64;
}

.section-videos-reels {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #d9ffe5;
}

.titulo-reels {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

.heading-5 {
    width: 40%;
    max-width: 470px;
    text-align: center;
}

.mask-4 {
    width: 100%;
    max-width: 1013px;
}

.slider-4 {
    display: flex;
    width: 100%;
    height: 550px;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.links-videos-intagram {
    max-width: 331px;
    margin-right: 10px;
}

.thumb-video-instagram {
    position: relative;
}

.right-arrow-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-arrow-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-nav-4 {
    margin-bottom: -50px;
    opacity: 0.29;
    color: #b13434;
}

.link-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.section-endereco-maps {
    padding-top: 100px;
    padding-bottom: 100px;
}

.conteudo-endereco {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-ilustra-mapa {
    margin-right: 60px;
}

.subtitulo-estilo {
    color: #2c916a;
    font-weight: 600;
}

.botoes-endereco {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.titulo-endereco {
    margin-bottom: 50px;
}

.section-form-contato {
    padding-bottom: 100px;
}

.conteudo-form-contato {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formulario {
    width: 40%;
    max-width: 510px;
    padding-right: 20px;
}

.contatos {
    width: 50%;
    height: 526px;
    max-width: 553px;
    background-color: #184e51;
}

.bloco-text-titulo {
    margin-bottom: 40px;
}

.form {
    width: 142%;
    max-width: 480px;
}

.estilo-text-form {
    margin-bottom: 0px;
    color: #8b8b8b;
    font-size: 16px;
}

.filder-box {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    border-radius: 20px;
    color: #184e51;
}

.filder-box.mensagem {
    width: 100%;
    height: 110px;
}

.submit-button {
    width: 100%;
    height: 70px;
    max-width: 480px;
    margin-top: 10px;
    border-radius: 70px;
    background-color: #35ed54;
    color: #184e51;
    font-size: 24px;
    font-weight: 600;
}

.submit-button:hover {
    background-color: #184e51;
    color: #fff;
}

.whastapp {
    display: flex;
    padding-top: 131px;
    padding-bottom: 131px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.estilo-box-contatos {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.estilo-box-contatos.margem {
    margin-top: 50px;
}

.text-block-7 {
    color: #d9ffe5;
    font-size: 24px;
    font-weight: 600;
}

.icon-email {
    margin-bottom: 20px;
}

.icon-whatsapp {
    margin-bottom: 20px;
}

.section-instagram-logo {
    padding-bottom: 100px;
}

.conteudo-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.instagram {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logotipo-lapisdenoiva {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-block-8 {
    color: #184e51;
    font-size: 24px;
    font-weight: 600;
}

.image-8 {
    margin-bottom: 30px;
}

.section-direitos-legais {
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #e9e9e9;
}

.text-block-9 {
    color: #8f8f8f;
    font-size: 14px;
}

.slider-5 {
    width: 100%;
    height: 1080px;
    margin-top: -29px;
}

.slide {
    background-image: url('../images/Imagem-fundo-casamento-topo.webp');
    background-position: 0px 0px;
    background-size: auto;
}

.slide-2 {
    background-image: url('../images/imag02.webp');
    background-position: 0px 0px;
    background-size: auto;
}

.slider-6 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 1080px;
    max-width: 1920px;
    background-color: transparent;
}

.slide-3 {
    background-image: url('../images/img-01.webp');
    background-position: 0px 0px;
    background-size: auto;
}

.texto-bloco-titulo-topo {
    position: relative;
}

.fotos-fundo-topo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.slider-7 {
    width: 100%;
    height: 100vh;
    max-width: 1920px;
    background-color: #081c1d;
}

.slider-imagens {
    background-image: url('../images/imag02_1.webp');
    background-position: 50% 50%;
    background-size: cover;
}

.slider-imagens._01 {
    background-image: url('../images/img-01.webp');
}

.slide-5 {
    background-image: url('../images/imag02.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-5 {
    color: #35ed54;
}

.icon-6 {
    color: #35ed54;
}

.link-para-o-whats {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.link-block-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.link-block-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.centralizando-depoimento {
    display: flex;
    height: 620px;
    justify-content: center;
    align-items: center;
}

.text-block-10 {
    color: #184e51;
    font-weight: 600;
}

.success-message {
    background-color: #35ed54;
}

.botao-whastsapp {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 2%;
}

.image-9 {
    width: 100%;
    max-width: 80px;
}

.link-indo-para-whatsapp {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.heading-6 {
    font-size: 35px;
    line-height: 40px;
}

.l-whatsapp {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 2%;
    z-index: 20;
    width: 60px;
    height: 60px;
}

.slider-02 {
    background-image: url('../images/imag02.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-01 {
    background-image: url('../images/img-01.webp');
    background-position: 50% 50%;
    background-size: cover;
}

.slider-03 {
    background-image: url('../images/img03.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-04 {
    background-image: url('../images/img04.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-05 {
    background-image: url('../images/img05.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-06 {
    background-image: url('../images/img06.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-07 {
    background-image: url('../images/img07.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-08 {
    background-image: url('../images/img08.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-09 {
    background-image: url('../images/img09.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-10 {
    background-image: url('../images/img10.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 479px) {
    .padding-page {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container {
        max-width: 400px;
    }

    .conteudo-topo {
        margin-top: 300px;
        padding-top: 0px;
        padding-left: 0px;
    }

    .section-banner-topo {
        height: 100vh;
        padding-bottom: 100px;
    }

    .number-whastapp {
        display: none;
    }

    .cta-contato {
        display: none;
    }

    .titulo {
        max-width: 226px;
    }

    .sub-titulo {
        margin-bottom: 20px;
    }

    .texto-corrido {
        max-width: 340px;
        margin-right: 0px;
        padding-bottom: 60px;
        padding-left: 0px;
    }

    .button-cta {
        width: 280px;
        height: 70px;
        font-size: 22px;
    }

    .button-cta.margem-cta {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .image {
        width: 80%;
    }

    .section-diferenciais {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .thmbs-deferenciais {
        width: 100%;
    }

    .mask {
        width: auto;
    }

    .slider {
        width: 100%;
        max-width: 340px;
    }

    .section-quemsomos {
        padding-bottom: 60px;
    }

    .content-quemsomos {
        flex-direction: column;
        align-items: center;
    }

    .section-beneficios {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .texto {
        padding: 20px 10px;
    }

    .arte-slider {
        flex-direction: column;
        justify-content: center;
    }

    .slider-2 {
        width: 100%;
        max-width: 340px;
    }

    .texto-descricao-momentosunicos {
        width: 100%;
        max-width: 280px;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .heading {
        font-size: 30px;
        line-height: 35px;
    }

    .left-arrow-2 {
        justify-content: center;
    }

    .right-arrow-2 {
        justify-content: center;
    }

    .titulo-section02 {
        max-width: 320px;
        padding-bottom: 10px;
    }

    .heading-3 {
        font-size: 30px;
        line-height: 35px;
    }

    .section-video {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .titulo-video {
        padding-bottom: 20px;
    }

    .heading-4 {
        font-size: 30px;
        line-height: 35px;
    }

    .v-deo-youtube {
        width: 100%;
    }

    .paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .slider-3 {
        height: auto;
    }

    .icon-3 {
        margin-top: 60px;
        margin-right: 0px;
    }

    .icon-4 {
        margin-top: 60px;
        margin-left: 0px;
    }

    .section-galeria-imagens {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slader-galeria {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .galerriadeimagem {
        display: flex;
        width: 100%;
        height: auto;
        max-height: none;
        max-width: 340px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titulo-reels {
        margin-bottom: 20px;
    }

    .heading-5 {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .carrossel-videos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mask-4 {
        max-width: 340px;
    }

    .slider-4 {
        width: 100%;
        height: auto;
        max-width: 320px;
        flex-direction: column;
    }

    .section-endereco-maps {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .conteudo-endereco {
        flex-direction: column;
        align-items: center;
    }

    .imagem-ilustra-mapa {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .botoes-endereco {
        flex-direction: column;
        align-items: flex-start;
    }

    .titulo-endereco {
        margin-bottom: 20px;
    }

    .section-form-contato {
        padding-bottom: 0px;
    }

    .conteudo-form-contato {
        flex-direction: column;
    }

    .formulario {
        width: 100%;
        max-width: 320px;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .contatos {
        width: 110%;
        height: auto;
        max-width: 340px;
    }

    .bloco-text-titulo {
        margin-bottom: 20px;
    }

    .form {
        width: 100%;
        max-width: 340px;
    }

    .filder-box {
        width: 100%;
    }

    .filder-box.mensagem {
        width: 100%;
    }

    .submit-button {
        width: 100%;
        max-width: 340px;
    }

    .whastapp {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-instagram-logo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .conteudo-section {
        flex-direction: column;
    }

    .instagram {
        margin-bottom: 40px;
    }

    .text-block-9 {
        width: 70%;
        text-align: center;
    }

    .fotos-fundo-topo {
        flex-direction: column;
        justify-content: flex-start;
    }

    .slider-7 {
        width: 100%;
        height: 100vh;
        max-width: 400px;
    }

    .slider-imagens {
        background-image: url('../images/img-01.webp');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .imagens-passador {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: inline-block;
    }

    .centralizando-depoimento {
        height: auto;
        align-items: flex-start;
    }

    .selo-lapisdenoiva {
        max-width: 80%;
    }

    .botao-whastsapp {
        left: auto;
        top: 2%;
        right: 2%;
        bottom: auto;
        z-index: 100;
    }

    .image-9 {
        max-width: 70px;
    }

    .heading-6 {
        font-size: 20px;
        line-height: 30px;
    }

    .right-arrow-5 {
        display: none;
    }

    .left-arrow-5 {
        display: none;
    }

    .heading-7 {
        font-size: 30px;
        line-height: 35px;
    }

    .heading-8 {
        font-size: 30px;
        line-height: 35px;
    }

    .heading-9 {
        font-size: 30px;
        line-height: 35px;
    }

    .l-whatsapp {
        right: 4%;
        bottom: 4%;
    }

    .slider-03 {
        background-position: 50% 50%;
    }

    .slider-05 {
        background-position: 31% 50%;
    }

    .slider-06 {
        background-position: 32% 50%;
    }

    .slider-07 {
        background-position: 75% 50%;
    }

    .slider-09 {
        background-position: 42% 50%;
    }

    .heading-10 {
        font-size: 30px;
        line-height: 35px;
    }
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
