/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
} */

:root {
    --color1: #1B2737;
    --color2: #1B2737;
    --color3: #344967;
    --color4: #fff;
    --color5: #000;
    --color6: #F2E7A9;

    --text-weigth: 500;

    --titulo: 29px;
    --subtitulo: font-size: 20px;
    --text: 17px;

}

html {
    scroll-behavior: smooth;
}

header {
    width: 100%;
    height: 65px;
    z-index: 999;
}



.container-header {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: var(--color4);
}

.nav1 {
    display: none;
}

.nav-menu-icons {
    display: flex;
    gap: 15px;
}

.nav-menu-icons img {
    width: 25px;
}

.figure-logo img {
    width: 95px;
}

.nav-menu {
    display: flex;
    gap: 25px;
}

.nav-menu a {
    color: var(--color4);
    font-size: 18px;
}

.video-bk-banner {
    display: none;
}

.background-banner {
    background-image: url(img/1.png);
    animation: changeBackgroundImage 100s infinite;
    padding: 0px 0px 15px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;
    display: flex;
    height: 85vh;
    margin-top: -65px;
}

@keyframes changeBackgroundImage {
    0% {
        background-image: url(img/1.png);
    }

    5% {
        background-image: url(img/2.png)
    }

    10% {
        background-image: url(img/3.png);
    }

    15% {
        background-image: url(img/4.png);
    }

    20% {
        background-image: url(img/5.png);
    }

    25% {
        background-image: url(img/6.png);
    }

    30% {
        background-image: url(img/7.png);
    }

    35% {
        background-image: url(img/1.png);
    }

    40% {
        background-image: url(img/2.png);
    }

    45% {
        background-image: url(img/3.png);
    }

    50% {
        background-image: url(img/4.png);
    }

    55% {
        background-image: url(img/5.png);
    }

    60% {
        background-image: url(img/6.png);
    }

    65% {
        background-image: url(img/7.png)
    }

    70% {
        background-image: url(img/8.png);
    }

    75% {
        background-image: url(img/1.png);
    }

    80% {
        background-image: url(img/2.png);
    }

    85% {
        background-image: url(img/3.png);
    }

    90% {
        background-image: url(img/4.png);
    }

    95% {
        background-image: url(img/5.png);
    }

    100% {
        background-image: url(img/6.png);
    }
}



.container-text-banner {
    width: 92%;
    margin: 0 auto;
}

.container-text-banner h2 {
    font-size: 15px;
    line-height: 21px;
    color: var(--color4);

}

.container-text-banner h1 {
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    padding: 3px 0px;
    color: var(--color4);
}

.container-text-banner p {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 0px 10px;
    max-width: 335px;
    color: var(--color4);
}

.div-button-banner button {
    padding: 5px 0px;
    width: 246px;
    height: 35px;
    background: #3965ff;
    border: none;
    border-radius: 8px;
}

.div-button-banner button a {
    color: var(--color4);
    font-size: 17px;
}

.container-section-1 {
    background-color: rgba(217, 217, 217, 0.29);
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
    align-items: center;
}

#conheca {
    padding: 0px 0px 0px;
}

.div-text-section1 {
    width: 90%;
    margin: 0 auto;
}

.div-text-section1 h2 {
    font-size: 33px;
    line-height: 35px;
    font-weight: 400;
    padding: 4px 0px;
    max-width: 333px;
}

.div-text-section1 p {
    font-size: 14px;
    line-height: 29px;
    padding: 0px 0px 15px;
    max-width: 331px;
}

.div-text-section1 button {
    padding: 5px 0px;
    width: 170px;
    height: 40px;
    border: none;
    border-radius: 23px;
}

.container-cards-numbers {
    width: 90%;
    display: flex;
    gap: 41.8px;
    margin: 30px auto 20px;
    flex-direction: column;
}

.BI {
    font-size: 65px;
    font-weight: 300;
    color: rgb(68, 68, 68);
}

.cards-numbers h2 {
    font-size: 85px;
    font-weight: 300;
    margin-bottom: -9px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 1), rgba(115, 115, 115, 1));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#card-desck {
    display: none;
}

.cards-numbers p {
    font-size: 13px;
    max-width: 182px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
}

.cards-numbers span {
    font-size: 68px;
    font-weight: 200;
}

#section2 {
    background: white;
}

.div-text-section1 button {
    padding: 5px 0px;
    width: 153px;
    height: 30px;
    background: #3965ff;
    border: none;
    border-radius: 8px;
}

.div-text-section1 button a {
    color: white;
}

#section3 {
    background: #5f5f5f;
}

#div-text-section3 h2 {
    color: var(--color4);
    max-width: 310px;
    font-weight: 300;
}

#div-text-section3 p {
    color: var(--color4);
    max-width: 331px;
    font-weight: 300;
    padding: 5px 0px 10px;
}

.div-text-section1 button {
    width: 190px;
    height: 40px;
}

#div-text-section3 {
    width: 387px;
}


#section-number-efeito h3 {
    font-size: 40px;
    color: #3965ff;
    font-weight: 300;
}

#text-section3 {
    color: var(--color4);
    max-width: 300px;
    padding: 0px 0px 10px;
}

.div-text-section1 {
    width: 90%;
}

#div-text-section3 {
    width: 90%;
    padding: 15px 0px;
}

.img-mobile-div {
    display: flex;
    gap: 8px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.img-mobile-div img {
    height: 85px;
    border-radius: 13px;
}

.div-auxiliar {
    width: 100%;
}

.container-passo-passo {
    background: rgba(217, 217, 217, 0.29);
    padding: 30px 0px;
}

.div-img-passo-passo {
    display: none;
}

.container-passo-passo h2 {
    font-size: 31px;
    line-height: 35px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}


.container-section-1 {
    display: flex;
    flex-direction: column;
}




/* diferenciais */



.div-bk-diferencias {
    display: flex;
    padding: 50px 0px;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
}

.div-bk-diferencias h2 {
    font-size: 33px;
    line-height: 30px;
    font-weight: 400;
}



.div-cards-diferenciais {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cards-diferencias {
    background: white;
}

.cards-diferencias h3 {
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}

.cards-diferencias img {
    width: 100px;
}

.cards-diferencias {
    border-radius: 7px;
    box-shadow: 3px 3px 12px #0000002b;
    padding: 15px 25px 25px;
}

#seta-saibamais a img {
    width: 25px;
}

#seta-saibamais a {
    font-weight: 600;
    color: #0F2A24;
}

#seta-saibamais {
    padding: 25px 0px 0px;
}



#automai {
    color: #3965ff;
}

/* prova social */



.container-provasocial {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px auto 0px;
    padding: 0px 0px 22px 0px;
}


.provasocial-text h2 {
    font-size: 33px;
    line-height: 35px;
    font-weight: 400;
    padding: 4px 0px;
    max-width: 333px;
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: rgb(255, 255, 255);
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, transparent 100%);
}

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 5s);
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    white-space: nowrap;
}

.marquee-content li img {
    border-radius: 9px;
    width: 60%;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}




/* MANIFESTO */

.div-text-manifesto {
    padding-bottom: 50px;
}

.section-manifesto {
    background-color: #3965FF;
}

.container-manifesto {
    margin: 0 auto;
    width: 90%;
    padding: 40px 0px;
}

.div-text-manifesto h2 {
    font-size: 33px;
    font-weight: 400;
    padding: 0px 0px 10px;
    color: white;
    max-width: 260px;
}



.div-text-manifesto p {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 0px 15px;
    max-width: 328px;
    color: white;
}

.cards-topicos-manifesto h3 {
    color: white;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    padding: 4px 0px;
    max-width: 333px;
}

.cards-topicos-manifesto p {
    font-size: 13px;
    line-height: 17px;
    padding: 0px 0px 15px;
    max-width: 309px;
    font-weight: 300;
    color: white;
}

.cards-topicos-manifesto img {
    width: 50px;
}

.div-topicos-manifesto {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.cta-final-formulário {
    height: 350px;
    background-image: url(img/ctafinal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.cta-final-formulário h2 {
    font-size: 31px;
    text-align: end;
    width: 90%;
    line-height: 35px;
    font-weight: 300;
    padding: 4px 0px;
    color: white;
    margin: 0 auto;
}

.container-formulario {
    background: #f1f1f1;
}

.formulario {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

.formulario select {
    background: transparent;
    color: rgb(0, 0, 0);
    font-size: 15px;
    padding: 9px 0px 5px;
    border: none;
    border-bottom: 1px solid;


}

.formulario input {
    color: rgb(0, 0, 0);
}

.formulario h2 {
    font-size: 22px;
    width: 90%;
    font-weight: 400;
    padding: 4px 0px;
    color: rgb(0, 0, 0);
}

.formulario p {
    font-size: 14px;
    line-height: 21px;
    color: rgb(0, 0, 0);
    padding-bottom: 10px;
}

.formulario input::placeholder {
    color: rgb(0, 0, 0);
    font-weight: 300;
}

.formulario input {
    background: transparent;
    border: none;
    font-size: 17px;
    padding: 3px 0px;
    margin: 10px 0px;
    border-bottom: 001px solid rgb(3, 3, 3);
}

.formulario button {
    padding: 10px 0px;
    width: 172px;
    border: none;
    border-radius: 5px;
    background: #3965FF;
    color: white;
    font-size: 17px;
}

.overlay {
    background: #f1f1f1;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 500ms;
    display: none;
}

.overlay.is-open {
    display: block;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.popoup {
    background-color: #fff;
    position: relative;
    transition: all 2s ease-in-out;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.popoup button {
    width: 158px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: #3030dc;
    color: white;
}

.popoup p {
    font-size: 12px;
    line-height: 15px;
    padding: 4px 10px;
}




footer {
    background: #ffffff;
}

.div-footer-2 {
    display: flex;
    gap: 22px;
    padding-bottom: 18px;
}

.div-footer-1 img {
    width: 100px;
    padding-bottom: 15px;
}

.div-footer-1 h2 {
    color: var(--color5);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 367px;
    padding-bottom: 13px;
}

.ul-text-footer-1 li a {
    color: var(--color5);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 367px;
}

.div-footer-1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.div-footer-text-2 h2 {
    color: var(--color5);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-2 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-2 ul li {
    color: var(--color5);
    font-weight: 200;
}

.div-footer-text-3 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-3 h2 {
    color: var(--color5);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-3 ul li {
    color: var(--color5);
    font-weight: 200;
}

.container-footer {
    width: 93%;
    margin: 25px auto;
}

.div-footer-1 {
    padding: 14px 0px;
}

footer h3 {
    color: var(--color5);
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    font-weight: 300;
    text-align: center;
    padding: 14px 0px 15px;
    border-top: 1px solid #ffffff73;
}

.div-footer-container {
    border-top: 1px solid #ffffff73;
}

:root {
    --container: 112rem;
    --m-auto: 0 auto;
    --white: #fff;
    --bg-hero: #251c5a;
    --bg-counter: #2f2371;
    --bg-item: #5d46e2;
}

#section-number-efeito {
    animation: 0.3s ease 0.5s 1 normal forwards running slide-up;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 11px;
}

#section-number-efeito h4 {
    font-size: 40px;
    font-weight: 400;
    color: rgb(71, 71, 71);
}

.counter-item {
    transition: all 0.10s ease-in-out;
    transform: translateY(1rem);
}

#robbu-whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, .2);
    transition: .4s;
    align-items: center;
    justify-content: center
}

#robbu-whatsapp-button>.rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .4s;
    pointer-events: none
}

#robbu-whatsapp-button>.rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: .4s
}

#robbu-whatsapp-button:not(.left) {
    right: 25px
}

#robbu-whatsapp-button:not(.left)>.rwb-tooltip {
    right: 0;
    transform: translateX(10%)
}

#robbu-whatsapp-button:not(.left)>.rwb-tooltip:after {
    right: 23px
}

#robbu-whatsapp-button>img {
    display: block;
    width: 34px;
    height: 34px
}



swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#logo-desck{
    display: none;
}

#logo-mobile{
    display: block;
}

@media (min-width: 600px) {
    header {
        height: 75px;
        background: white;
        position: fixed;
        box-shadow: 0px -4px 8px #0000009c;
    }

    .section-header {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .nav1 {
        display: block;
    }

    .figure-logo img {
        width: 120px;
    }

    .container-header {
        max-width: 1210px;
        height: 75px;
    }

    .nav1 a {
        color: black;
        font-weight: 500;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
    }

    .button-header {
        padding: 9px 0px;
        width: 153px;
        background: #3965ff;
        border: none;
        border-radius: 4px;
    }

    .button-header li a {
        color: var(--color4);
    }

    .nav-menu {
        align-items: center;
    }

    #card-desck {
        display: flex;
    }

    #cards-mobile {
        display: none;
    }

    .video-bk-banner {
        display: block;
    }

    .video-bk-banner {
        top: 0;
        left: 0;
        object-fit: cover;
        position: absolute;
        width: 100%;
        z-index: -10;
        height: 80vh;
    }



    .container-provasocial {
        margin: 55px auto 0px;
        padding: 0px 0px 65px 0px;
    }


    .provasocial-text h2 {
        font-size: 42px;
        line-height: 39px;
        padding-bottom: 30px;
        max-width: 500px;
    }

    .cards-numbers {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cards-numbers span {
        font-size: 100px;
        color: #535353;
    }

    #section-number-efeito h3 {
        font-size: 60px;
        font-weight: 300;
    }

    .background-banner {
        background-image: none;
        margin-top: 0px;
    }

    .container-text-banner {
        max-width: 1210px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-text-banner h2 {
        font-size: 19px;
        font-weight: 300;
        max-width: none;
    }

    .background-banner {
        animation: none;
        align-items: center;
        height: 80vh;
    }

    .background-banner h1 {
        font-size: 58px;
        margin: 0px;
        max-width: 656px;
        line-height: 59px;
        font-weight: 400;
        padding: 8px 0px;
        color: var(--color4);
    }

    .container-text-banner p {
        max-width: 501px;
        font-size: 15px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .container-section-1 {
        background-image: url(img/aviao.png);
        flex-direction: row;
        background-position: center;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 25px 0px 25px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* diferencias */



    .div-cards-diferenciais {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        gap: 22px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .div-bk-diferencias {
        max-width: 1210px;
        margin: 40px auto 0px;
    }

    .cards-diferencias {
        width: 259px;
        padding: 40px 25px 50px;
    }

    .cards-diferencias p {
        font-size: 14px;
    }

    .container-deiferenciais {
        background-color: white;
    }

    .cards-diferencias img {
        width: 70px;
    }

    .container-deiferenciais {
        background-image: url(img/Design\ sem\ nome\ \(27\).png);
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }




    /* container manifestos */

    .div-text-manifesto {
        padding-bottom: 0px;
    }

    .container-manifesto {
        max-width: 1145px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

    .cards-topicos-manifesto {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

    .div-topicos-manifesto {
        gap: 26px;
        display: flex;
        flex-direction: column;
    }




    .div-auxiliar {
        width: 1210px;
        display: flex;
        justify-content: flex-end;
    }

    .div-text-section1 {
        width: 500px;
        margin: 0px;
    }

    .div-text-section1 h2 {
        font-size: 35px;
    }

    .div-text-section1 p {
        max-width: none;
        font-size: 15px;
        padding: 0px 0px 28px;
    }

    .popoup {
        justify-content: center;
    }

    #section2 {
        flex-direction: column;
        gap: 20px;
        height: 380px;
        padding: 70px 0px;
    }

    .div-img-passo-passo {
        display: block;
    }

    .div-titulo-passo-passo {
        max-width: 1035px;
        margin: 0 auto;
    }

    .container-cards-numbers {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        max-width: 1160px;
        margin: 15px auto 20px;
    }

    .cards-numbers p {
        font-size: 15px;
        margin: 0px;
        text-align: end;
        max-width: 207px;
        color: #000000b3;
    }

    .container-passo-passo h2 {
        max-width: 504px;
        font-size: 40px;
        line-height: 45px;
        font-weight: 400;
        margin: 0px;
    }

    .container-passo-passo {
        padding: 80px 0px;
    }

    #div-big-number div {
        width: auto;
    }

    .div-img-passo-passo {
        display: flex;
        justify-content: center;
    }

    .div-img-passo-passo img {
        width: 1100px;
        margin-top: 20px;
    }

    .cards-numbers h2 {
        font-size: 110px;
    }

    #div-text-number {
        width: 1145px;
    }

    #div-text-number h2 {
        max-width: 504px;
        font-size: 40px;
        line-height: 45px;
        font-weight: 400;
    }

    #div-big-number1 h2 {
        font-size: 120px;
        margin-bottom: -9px;
    }



    #text-section2 {
        padding: 0px 0px 10px;
        max-width: 465px;
    }

    .img-mobile-div {
        max-width: 925px;
        margin: 0px;
        display: flex;
        gap: 0px;
        flex-direction: row;
    }

    #div-text-section3 p {
        max-width: 539px;
        margin: 0 auto;
        text-align: center;
    }

    .img-mobile-div img {
        height: auto;
        width: 280px;
    }

    #card-mobile {
        display: block;
        width: 325px;
        margin-top: -55px;
    }

    #sobre-nos-compass {
        height: 320px;
        background-position: left;
    }

    #div-text-section3 {
        max-width: 550px;
    }

    #div-text-section3 h2 {
        color: var(--color4);
        text-align: center;
        font-weight: 300;
        max-width: none;
    }



    #section3 {
        flex-direction: column;
        padding: 85px 0px 85px;
        gap: 60px;
    }

    .container-formulario {
        background: #f1f1f1;
        display: flex;
        justify-content: center;
    }

    .cta-final-formulário {
        width: 50%;
        height: 431px;
        justify-content: flex-end;
    }

    #id-div-formulario {
        width: 50%;
        display: flex;
        align-items: center;
        background: #ffffff;
        box-shadow: 2px 1px 9px #0000002e;
    }

    .formulario {
        width: 410px;
        margin: 10px 45px;
        padding: 0px 0px;
    }

    .formulario h2 {
        font-size: 29px;
        line-height: 31px;
        width: 100%;
    }

    .formulario p {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        color: rgb(0, 0, 0);
        padding-bottom: 5px;
    }

    .cta-final-formulário h2 {
        padding: 4px 50px 0px 50px;
        width: 470px;
        margin: 0px;
        font-size: 40px;
        line-height: 42px;
    }

    swiper-container {
        display: none;
    }


    .container-footer {
        margin: 50px auto;
        display: flex;
        justify-content: space-around;
    }

    .div-footer-1 {
        padding: 0px 0px;
    }

    .div-footer-1 h2 {
        padding: 13px 0px;
    }

    footer h3 {
        width: 500px;
        margin: 0 auto;
    }

    .div-footer-2 {
        align-items: center;
        gap: 120px;
    }

    .container-footer {
        width: 990px;
    }

    #desck-logo img {
        width: 130px;
    }


    .div-footer-1 img {
        width: 145px;
    }

    #logo-desck{
        display: block;
    }

    #logo-mobile{
        display: none;
    }

}