body {
    font-family: "Roboto", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #848484;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}

.p-branco {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.fixed-nav {
    position: fixed !important;
    z-index: 999999;
    width: 100%;
}

.sectioninicial {
    position: relative;
    padding-top: 100px;
    height: 100vh;
    background-image: url('/img/banner_principal.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectioninicial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.616);
    z-index: 1;
}

.sectioninicial .container {
    position: relative;
    z-index: 2;
}


.titulo-principal {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.text-especialista {
    text-align: center;
    color: white;
}

.text-principal {
    text-align: center;
    margin-top: 35px;
}

.alinhar-btn-pricipal {
    display: flex;
    justify-content: center;
    height: 100px;
    padding-bottom: 40px;
}

.btn-pricipal {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #ffa523;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #ffa523;
    margin-top: 25px;
    transition: 0.5s;
    font-weight: bold;
}

.btn-pricipal:hover {
    background-color: #dd9d43;
}


.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.nav-link {
    color: #000000 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-left: 20px;
}

.nav-link:hover {
    color: #007BFF !important;

}

.active {
    color: #007BFF !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}


.logo {
    width: 120px;
}

.img-principal {
    width: 100%;
    height: 600px;

}

.avision {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #075b7f;
}

.destacar-dentista {
    color: #ffa523;
}

.box-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 375px;
    height: 335px;
    background-color: white;
    color: #848484;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 50px !important;
    margin-left: 5px;
}

.box-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 375px;
    height: 335px;
    color: #ffffff;
    background-color: #075C7F;
    padding: 50px !important;
}

.box-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 375px;
    height: 335px;
    color: #ffffff;
    background-color: #FFA523;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 50px !important;
    margin-left: -5px;
}

.especilistas {
    font-size: 24px;
    font-weight: bold;
    color: #007cab;
    font-weight: 600;
}

.tecnologia-trabalho {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-weight: 600;
}


#particles-js {
    position: absolute;
    min-width: 280px;
    min-height: 280px;
    top: 0;
    left: 0;
}

.top-infos {
    margin-top: -80px !important;
    z-index: 99999 !important;
}

/* section2 */

.section2 {
    margin-top: 100px !important;
    display: flex;
    align-items: center;
}

.btn-preciso {

    background-color: #012141;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.btn-preciso:hover {
    background-color: #007cab;
}

.img-preciso {
    width: 570px;
    height: 495px;
    border-radius: 10px;
    margin-bottom: 70px;
}



.section3 {
    background-color: white;
    padding: 10px;

}

.conheca {

    font-size: 36px;
    font-weight: bold;
    color: #075b7f;
}

.solucoes {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #075b7f;
}

.box-solutions {
    background-color: rgba(255, 255, 255, 0.39);
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px !important;
    overflow: hidden;
    position: relative;

}

.box-solutions-top {
    background-color: rgba(255, 255, 255, 0.39);
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    margin-top: 100px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px !important;
    overflow: hidden;
    position: relative;

}

.icon-effect {
    position: absolute;
    bottom: 0px;
    /* Escondido logo dentro do box, no limite inferior */
    right: 10px;
    /* Posiciona o ícone no canto inferior direito */
    font-size: 30px;
    color: #007BFF;
    /* Cor do ícone */
    opacity: 0;
    /* Invisível inicialmente */
    transition: all 0.3s ease-in-out;
    width: 80px;
    /* Ajuste o tamanho do ícone */
    height: 80px;
    transform: translateY(30px);
    /* Desloca o ícone para baixo, fora da vista */
}

.box-solutions-top:hover .icon-effect {
    opacity: 1;
    /* Torna o ícone visível */
    transform: translateY(0);
    /* Move o ícone para a posição original */
}

.box-solutions:hover .icon-effect {
    opacity: 1;
    /* Torna o ícone visível */
    transform: translateY(0);
    /* Move o ícone para a posição original */
}

.box-solutions-top:hover .titulos-solutions {
    color: #000000;
}

.box-solutions:hover .titulos-solutions {
    color: #000000;
}

.box-solutions-top:hover .mais {
    color: #007cab;
}

.box-solutions:hover .mais {
    color: #007cab;
}



.box-solutions-text {
    background-color: rgba(255, 255, 255, 0);
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    margin-top: 100px !important;

}

.box-solutions-foto {
    position: relative;
    background-image: url('/img/img-solutions.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-solutions-foto::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffa32323;
    transition: top 0.5s ease-in-out;
    z-index: 1;
    /* Coloca a sombra de transição atrás do ícone */
}

.box-solutions-foto:hover::before {
    top: 0;
}

.box-solutions-foto img.icon {
    position: relative;
    z-index: 2;
    /* Coloca o ícone na frente da sombra de transição */
    width: 80px;
    /* Ajuste o tamanho do ícone conforme necessário */
    height: 80px;
}

.icones-solutions {
    width: 60px;
    margin-bottom: 20px;
}

.titulos-solutions {
    color: #007cab;
    font-size: 24px;
    font-weight: bold;
    transition: 0.5s;
}

.paragrafos-cinzas {
    color: #848484;
    font-size: 17px;
}

.mais {
    color: black;
    text-decoration: none;
    transition: 0.5s;
}

.alinhar-ajuda {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 60px;
    padding-bottom: 40px;
}

.link-laranja {
    display: flex;
    align-items: center;
    margin-left: 5px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #ffa523;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}

/* section4 */

.section4 {
    position: relative;
    color: white;
    padding: 20px;
    overflow: hidden;
    /* Garante que o conteúdo não ultrapasse os limites da section */
}

.section4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/fundopaginicial.png');
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: -1;
    max-width: 100%;
    height: auto;

}


.section4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Ajuste a opacidade conforme necessário */
    z-index: 1;
}

.section4 .container {
    position: relative;
    z-index: 2;
}

.hr {
    border: none;
    border-top: 1px solid white;
    width: 100%;
    margin: 20px 0
}

.linhadivisoria {
    width: 2px;
    height: 1px;
    background-color: white;
}


.passo3 {
    border-right: 2px solid white;
}

.passo4 {
    border-right: none;
}

.alinhar-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img-check {
    width: 100px;
}

.titulo-passo {
    font-size: 24px;
    color: #ffa523;
    font-weight: bold;
}

.titulo-passo-branco {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}



.etapa2 {
    font-size: 17px;
    color: #ffffff;
    margin-top: -20px;
}

.etapa2-laranja {
    font-size: 17px;
    color: #ffa523;
    margin-top: -20px;
}

.etapa3 {
    font-size: 17px;
    color: #ffffff;
}

.migre-text {
    font-size: 41px;
    margin-top: 90px;
    margin-bottom: 15px;
    color: #ffa323;
    font-family: "Poppins", sans-serif;
}

.ser-text {
    font-size: 26px;
    font-weight: bold;
}

.nunca-text {
    font-size: 17px;
    color: #ffffff;
    width: 500px;
}

.btn-quero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #075b7f60;
    color: #ffffff !important;
    width: 495px;
    height: 57px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    margin-top: 80px;
    margin-bottom: 60px;
    text-decoration: none;
    transition: 0.5s;
}

.btn-quero:hover {
    background-color: #007cab;
}

.alinhar-quero {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* section5 */

.especializacao {
    width: 352px !important;
    height: 475px !important;
}

.fotos-especializa {
    background-image: url('/img/resultados.jpg');
    /* Caminho para a sua imagem */
    background-size: cover;
    background-position: center;
    height: 39vh;
    width: 100%;
    border-top-left-radius: 15px;
    /* Arredonda o canto superior esquerdo */
    border-top-right-radius: 15px;
    /* Arredonda o canto superior direito */
}

.fotos-especializa2 {
    background-image: url('/img/banner-especialiddade.jpg');
    /* Caminho para a sua imagem */
    background-size: cover;
    background-position: center;
    height: 39vh;
    width: 100%;
    border-top-left-radius: 15px;
    /* Arredonda o canto superior esquerdo */
    border-top-right-radius: 15px;
    /* Arredonda o canto superior direito */
}

.fotos-especializa3 {
    background-image: url('/img/folha-caneta.jpg');
    /* Caminho para a sua imagem */
    background-size: cover;
    background-position: center;
    height: 39vh;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}


.especializacao {
    margin-bottom: 20px;
}

.section5 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 80px;
}

.alinhar-contador {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.especializa-text1 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 70px;
    text-align: center;
    color: #075b7f;
}

.especializa-text2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #075c7f;
    text-align: center;
}

.texto-especializacao {
    height: 39vh;
    width: 100%;
    border-bottom-left-radius: 15px;
    /* Arredonda o canto inferior esquerdo */
    border-bottom-right-radius: 15px;
    /* Arredonda o canto inferior direito */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    /* Sombra nos lados e na parte inferior */
    padding: 15px;
}

.texto-blog {
    background-color: #fff;
    height: 45vh;
    width: 100%;
    border-bottom-left-radius: 15px;
    /* Arredonda o canto inferior esquerdo */
    border-bottom-right-radius: 15px;
    /* Arredonda o canto inferior direito */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    /* Sombra nos lados e na parte inferior */
    padding: 30px;
}

.contabilidade-text {
    font-size: 24px;
    font-weight: bold;
}

.paragrafos-especializacao {
    color: #848484;
    font-size: 16px;
    margin-bottom: 30px;
}

.box-especialides {
    width: 100px;
}

.btn-mais {
    color: #fff;
    background-color: #075c7f;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-mais:hover {
    background-color: #007cab;
}

.sectionblog {
    background-color: #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
}

.fotos-blog1 {
    background-image: url('/img/blog1.jpg');
    /* Caminho para a sua imagem */
    background-size: cover;
    background-position: center;
    height: 39vh;
    width: 100%;
    border-top-left-radius: 15px;
    /* Arredonda o canto superior esquerdo */
    border-top-right-radius: 15px;
    /* Arredonda o canto superior direito */
}

.fotos-blog2 {
    background-image: url('/img/blog2.jpg');
    /* Caminho para a sua imagem */
    background-size: cover;
    background-position: center;
    height: 39vh;
    width: 100%;
    border-top-left-radius: 15px;
    /* Arredonda o canto superior esquerdo */
    border-top-right-radius: 15px;
    /* Arredonda o canto superior direito */
}

.fotos-blog3 {
    background-image: url('/img/blog3.jpg');
    /* Caminho para a sua imagem */
    background-size: cover;
    background-position: center;
    height: 39vh;
    width: 100%;
    border-top-left-radius: 15px;
    /* Arredonda o canto superior esquerdo */
    border-top-right-radius: 15px;
    /* Arredonda o canto superior direito */
}

.comentario {
    font-size: 12px;
}

.paragrafos-blog {
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
}

.alinhar-btn {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100px;
    padding-bottom: 40px;
}

.btn-blog {
    color: #1886b9;
    text-decoration: none;
    font-size: 12px;
}

.part-azul {
    background-color: #075C7F;
    height: 90vh;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
}

.part-branca {
    height: 110vh;
}

* {
    box-sizing: border-box;
}



.carousel-cell {
    width: 20%;
    height: 120px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 80px;
}


.flickity-button {
    display: none;
}

.custom-divider {
    --divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cline x1='0' y1='10' x2='10' y2='0' stroke='white' stroke-width='1'/%3E%3C/svg%3E");

    background-image: var(--divider-pattern-url);
    background-repeat: repeat-x;
    background-size: 13px 13px;
    /* Ajuste o tamanho da repetição */
    width: 100%;
    height: 20px;
    /* Ajuste a altura conforme necessário */
}

.elementor-divider-separator {
    display: block;
    width: 100%;
    height: 100%;
}

.caixa-twoo {
    margin-top: -270px;
}

.foto-testional {
    background-image: url('/img/comentario2.png');
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: auto;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.sombra-testional {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px !important;

}

.img-testional {
    border-radius: 50%;
    width: 50px;
}

.alinhar-testional {
    display: flex;
}

.titulo-depoimento {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}

.titulo-confira {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    color: #007cab;
}

.text-depoimentos {
    font-size: 16px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nome-depoimento,
.cargo-depoimento {
    margin: 0;
}

.nome-depoimento {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.cargo-depoimento {
    font-size: 14px;
}


.carousel-indicators [data-bs-target] {
    background-color: #007cab !important;
    margin-top: 100px !important;
}

.active-solutions {
    background-color: #007cab !important;
    color: #fff !important;
}

.mapa-brasil {
    width: 600px;
}

.alinhar-mapa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centralizar-contador {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
}


/* numero 300 css */
.text-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 200px;
    line-height: 104%;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    letter-spacing: -.05em;
    /* padding-right: 10px; */
    height: 270px;
}

.text-img:hover {
    color: #9b9b9b;
}

@supports (-webkit-background-clip: text) {
    .text-img {
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        background: linear-gradient(-62deg, #45476f, #6689ff);
        -webkit-background-clip: text;
    }

    .text-img>span {
        pointer-events: none;
    }

    .text-img:hover {
        animation-play-state: running;
        color: red;
    }

    @media (min-width: 576px) {
        .text-img {
            background-position-y: 22%;
        }
    }
}

#particles-js {
    position: absolute;
    min-width: 280px;
    min-height: 280px;
    top: 0;
    left: 0;
}

#particles-js .particles-js-canvas-el {
    min-width: 280px;
    min-height: 280px;
}

.destacar-clinica {
    color: white;
    background-color: #ffa523;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

footer {
    background-color: #075C7F;
    color: #ffffff;
    padding: 30px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    max-width: 300px;
}

.footer-section h4 {
    color: #ffa523;
    margin-bottom: 15px;
}

.footer-section p,
.footer-section a {
    color: #ffffff;
    text-decoration: none;
    margin: 5px 0;
}

.footer-section a.social-link {
    display: inline-block;
    margin-right: 10px;
    color: white;
}

.footer-section a.social-link:hover {
    color: #ce8a2a;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ffffff;
    padding-top: 15px;
}

.footer-bottom a {
    color: #ffa523;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.paragrafos-footer {
    color: #fff;
}

/* resposinvo celulares */

@media (max-width: 480px) {
    .img-preciso {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        margin-bottom: 0px;
        margin-top: 100px;
    }

    .titulo-principal {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        color: white;
    }

    .box-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 335px;
        background-color: white;
        color: #848484;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        border-radius: 30px;
        padding: 50px !important;
        margin-bottom: 100px;
        margin-left: 0px;
    }

    .box-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 335px;
        color: #ffffff;
        background-color: #075C7F;
        border-radius: 30px;
        padding: 50px !important;
        margin-bottom: 100px;
    }

    .box-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 335px;
        color: #ffffff;
        background-color: #FFA523;
        border-radius: 30px;
        padding: 50px !important;
        margin-left: 0px;
    }

    .btn-preciso {
        width: 265px;
        height: 55px;
        background-color: #075c7f;
        color: #fff;
        border: solid 1px #007cab;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 400;
        padding: 15px;
        text-decoration: none;
        transition: 0.5s;
    }

    .box-solutions-top {
        background-color: rgba(255, 255, 255, 0.438);
        width: 100% !important;
        height: 310px;
        margin: 0px;
        margin-bottom: 20px;
        margin-top: 0px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px !important;
        overflow: hidden;
        position: relative;
    }

    .box-solutions {
        background-color: white;
        width: 100% !important;
        height: 310px;
        margin: 0px;
        margin-bottom: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px !important;
        overflow: hidden;
        position: relative;

    }

    .alinhar-ajuda {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        padding-bottom: 40px;
    }

    .nunca-text {
        font-size: 17px;
        color: #ffffff;
        margin-top: 0px;
        font-family: "Poppins", sans-serif;
        width: 300px;
    }

    .especializa-text2 {
        font-size: 31px;
        font-weight: bold;
        margin-bottom: 40px;
        color: #075c7f;
        text-align: center;
    }

    .mapa-brasil {
        width: 300px;
    }

    .text-img {
        position: relative;
        display: inline-block;
        overflow: hidden;
        font-size: 150px;
        line-height: 104%;
        font-weight: 600;
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #151515;
        letter-spacing: -.05em;
        padding-right: 10px;
        height: 270px;
    }

    .paragrafos-blog {
        font-size: 17px;
        font-weight: 400;
        color: #5f5f5f;
    }

    .texto-blog {
        background-color: #fff;
        height: auto;
        width: 100%;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        padding: 30px;
    }

    .sombra-testional {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
        background-color: #fff;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        max-width: 1200px;
        margin: 0 auto;
    }

    .footer-section {
        margin-top: 30px;
        margin-left: 30px;
    }

    .paragrafos-footer {
        color: #fff;
        width: 300px;
        text-align: center;
    }

    .footer-bottom {
        text-align: center;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #ffffff;
        padding-top: 15px;
        align-items: center;
    }

    .part-branca {
        height: 100%;
    }

    .elfsight-app-edf789b0-7852-4ecb-9bf0-5f670ad6487e {
        width: 60%;
    }

    .btn-quero {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #075c7f;
        color: #ffffff !important;
        width: 495px;
        height: 57px;
        font-size: 17px;
        border-radius: 10px;
        border: none;
        margin-top: 80px;
        margin-bottom: 60px;
        text-decoration: none;
        transition: 0.5s;
    }

    .btn-parceiro {
        background-color: #012141;
        color: white;
        border-radius: 10px;
        font-size: 15px !important;
        font-weight: bold;
        padding: 15px;
        text-decoration: none;
        transition: 0.5s;

    }

    .btn-cel {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .box-solutions-foto {
        position: relative;
        background-image: url('/img/img-solutions.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100% !important;
        height: 310px;
        margin: 0px;
        margin-bottom: 20px;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }


}


/* CSS - padronizados sites VisionTax 02/09/2025*/

.textop {

    font-family: "Poppins", sans-serif;
    color: black;
}

.textopequipe {

    font-family: "Poppins", sans-serif;
    color: black;
    text-align: center;
}

.textoh1 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #075b7f;

}

.textoh1equipe {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #075b7f;
    text-align: center;
}

.textoh2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #075b7f;
    font-weight: bold;

}

.textobanner {

    font-family: "Poppins", sans-serif;
    font-size: 40px;



}

.btn-saibamais {
    background-color: #001830;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    transition: 0.5s;

}


.btn-parceiro {

    background-color: #012141;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.btn-parceiro:hover {
    background-color: #007cab;
}

.textop2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: black;
}

.stylebarranav {
    background: #FFA323;
    background: linear-gradient(90deg, rgba(255, 163, 35, 0.226) 0%, rgba(0, 125, 171, 0.192) 50%, rgba(255, 255, 255, 1) 100%);
}

.fundopagsobre {
    background: #FFA323;
    background: linear-gradient(90deg, rgba(255, 163, 35, 0.425) 0%, rgba(0, 125, 171, 0.288) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 3;
}
  