main{
    background: #0f0f0f;
}
: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: 86px;
    z-index: 999;
    box-shadow: 1px 1px 7px 1px #00000033;
}




.container-header {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav1 {
    display: none;
}

.nav-menu-icons {
    display: flex;
    gap: 15px;
}

.nav-menu-icons img {
    width: 25px;
}

.figure-logo img {
    width: 132px;
}

.nav-menu {
    display: flex;
    gap: 25px;
}

.nav-menu a {
    color: black;
    font-size: 18px;
}

.video-bk-banner {
    display: none;
}


.background-banner {
    animation: changeBackgroundImage 100s infinite;
    padding: 20px 0px 15px 0px;
    background-image: url(/img/bannerMobile.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-start;
    display: flex;
    height: 765px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


.container-text-banner {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-text-banner img {
    width: 120px;
    opacity: 80%;
}
.container-text-banner h2 {
    font-size: 21.5px;
    line-height: 21px;
    color: var(--color4);
}

.container-text-banner h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px 5px;
    color: #494949;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}


.rd-statio {
    width: 153px;
    padding: 17px 0px 30px;
}


@keyframes mudancaCor {
    to {
        background-position: 200% center;
    }
}



.container-text-banner p {
    font-size: 13px;
    line-height: 24px;
    padding: 0px 0px 10px;
    text-align: center;
    color: rgb(97 97 97);
}

#id-rd{
    display: none;
}

.span-banner-mobile{
    background-color: #63ac33;
    padding: 0px 6px;
    color: white;
}

.div-button-banner button {
    padding: 5px 0px;
    width: 318px;
    height: 52px;
    background: rgb(241, 99, 52);
    border: none;
    border-radius: 7px;
    color: white;
    font-size: 21px;
    cursor: pointer;
}



.div-button-banner button a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}   

.container-section-1 {
    background-color: rgba(217, 217, 217, 0.29);
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
    align-items: center;
}

.container-section-conheca {
    background-color: rgb(217 217 217 / 58%);
    display: flex;
    padding-top: 30px;
    align-items: center;
    flex-direction: column-reverse;
}
  
.div-text-conheca h2 {
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    font-weight: 400;
    color: black;
}
  
  .div-text-conheca h2:last-child {
    font-size: 25px;
  }
  
  #conheca {
    font-size: 15px;
    color: var(--color1);
    /* padding: 55px 0px; */
    background-color: #fff;
  }
  
  #text-conheca {
    color: var(--color-text-2);
    font-size: 18px;
    line-height: 35px;
    font-weight: 200;
    }
  
    .img-section-conheca {
        border-radius: 8px;
        width: 94%;
    }
  
  .img-section-conheca img {
    height: 302px;
  }

  
  .div-text-conheca p {
    font-size: 17px;
    line-height: 34px;
}
  
  .div-text-conheca {
    width: 90%;
  }
  
  .div-text-conheca button {
    padding: 9px 15px;
    background: var(--color2);
    border: none;
    border-radius: 8px;
  }

  
  .div-text-conheca button a {
    color: var(--color3);
    font-size: 19px;
    font-weight: 500;
  }
  
  #text-crm {
    padding: 10px 0;
    font-size: 23px;
  }
  
  @media screen and (min-width: 600px) {

    .rd-statio {
        width: 200px;
    }

    .container-section-conheca {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 50px;
    }
  
    .img-section-conheca {
      border-radius: 8px;
      width: 440px;
    }
  
  
    .div-text-conheca {
      width: 622px;
    }
  
    .conheca-padding {
      padding: 0px 0px 0px 0px;
      background: #fff;
    }
  
  
    #text-crm {
      padding: 10px 0;
      font-size: 30px;
    }
  
    .div-text-conheca h2 {
        font-size: 25px;
        font-weight: 400;
        line-height: 42px;
        text-align: left;
        font-size: 38px;
        line-height: 57px;
    }
  
    .div-text-conheca p {
      max-width: none;
      font-size: 14px;
      line-height: 30px;
      line-height: 30px;
      padding: 2px 0px 0px;
    }
  }



.div-text-section1 {
    width: 90%;
    margin: 0 auto;
}

.div-text-section1 h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    padding: 4px 0px;
    text-align: center;
    color: white;
}

.div-text-section1 p {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 0px 15px;
    max-width: 284px;
}

.div-text-section1 button {
    padding: 5px 0px;
    width: 170px;
    height: 40px;
    border: none;
    border-radius: 23px;
}

.container-cards-numbers {
    width: 90%;
    display: flex;
    gap: 72.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: 111px;
    font-weight: 400;
    margin-bottom: -9px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(215, 215, 215));
    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;
    color: #ffffffb3;
    text-align: center;
}

.cards-numbers span {
    font-size: 68px;
    font-weight: 200;
}

#section2 {
    background: #4B7B2B;
}

.div-text-section1 button {
    padding: 5px 0px;
    width: 153px;
    height: 30px;
    background: #45338e;
    border: none;
    border-radius: 8px;
}

.div-text-section1 button a {
    color: rgb(255, 255, 255);
}

#section3 {
    background: #f0f0f0;
    padding: 20px 0px 40px;
}

#div-text-section3 h2 {
    font-size: 33px;
    line-height: 30px;
    font-weight: 600;
}

#div-text-section3 p {
    color: var(--color5);
    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: #ffffff;
    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 30px;
}

.img-mobile-div {
    display: flex;
    gap: 8px;
    width: 90%;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.img-mobile-div img {
    width: 80%;
    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;
}



.container-section {
    background-color: #898989;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0px;
}


.img-section {
    width: 100%;
    margin: 0px 0px 0px;
}

.div-text-section {
    width: 90%;
    margin: 11px auto 0px;
}

.div-text-section h2 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 600;
    color: white;
}

.div-text-section p {
    color: white;

    font-size: 17px;
    line-height: 26px;
}

/* Diferenciais */

.div-bk-diferencias {
    display: flex;
    padding: 50px 0px;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 30px;
}

.div-bk-diferencias h2 {
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    font-weight: 400;
    color: black;
}


.div-cards-diferenciais {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cards-diferencias h3 {
    padding: 27px 0px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}


.cards-diferencias p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 200;
}

.button-cards{
    margin: 0 auto;
    padding: 5px 0px;
    width: 333px;
    height: 42px;
    background: #62AC34;
    border: none;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    font-size: 21px;
}

.button-cards a{
    color: white;
}

.button-cards:hover{
    background: #f16334;
}


.cards-diferencias img {
    width: 50px;
    border-radius: 5px;
}

.cards-diferencias {
    border-radius: 18px;
    box-shadow: 3px 3px 12px #0000000d;
    padding: 30px 25px;
    background: #ffffffba;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#seta-saibamais a img {
    width: 25px;
}

#seta-saibamais a {
    font-weight: 600;
    color: #0F2A24;
}

#seta-saibamais {
    padding: 25px 0px 0px;
}



#automai {
    color: #45338E;
}

/* MANIFESTO */

.div-text-manifesto {
    padding-bottom: 50px;
}


.container-manifesto {
    margin: 0 auto;
    width: 90%;
    padding: 40px 0px;
}

.div-text-manifesto h2 {
    padding: 0px 0px 10px;
    font-size: 25px;
    font-weight: 600;
}

.negrito{
    font-weight: 600;
    color: #4B7B2B;
}    

.div-text-manifesto img {
    width: 422px;
    border-radius: 5px;
}

#div-diferente {
    background: #f0f0f0;
}

.section-provasocial{
    padding: 50px 0px;
    background: #80808029;
}

.div-text-manifesto p {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 0px 15px;
    max-width: 328px;
    color: rgb(16, 16, 16);
    line-height: 30px;
}

.cards-topicos-manifesto h3 {
    color: #4B7B2B;
    font-size: 29px;
    line-height: 23px;
    font-weight: 600;
    padding: 10px 0px;
    max-width: 333px;
}

.cards-topicos-manifesto p {    
    padding: 0px 0px 15px;
    font-size: 19px;
    line-height: 35px;
    max-width: 396px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

.cards-topicos-manifesto img {
    width: 40px;
}

.div-topicos-manifesto {
    display: flex;
    flex-direction: column;
    gap: 35px;
}


 .cta-final-formulário {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}


.cta-final-formulário h2 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    padding: 35px 0px 10px;
    color: white;
    margin: 0 auto;
    text-align: center;
}


.cta-final-formulário img{   
    width: 35px;
}

.div-text-cards-formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    gap: 9px;
}

.div-formulario-cards{
    padding: 40px 0px;
}

.cta-final-formulário h3 {
    color: white;
    font-size: 15px;
    font-weight: 200;
    line-height: 24px;
}

.div-text-cards-formulario h4 {
    font-size: 21px;
    color: white;
    text-align: center;
    font-weight: 500;
}

.div-text-cards-formulario p {
    color: white;
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    line-height: 24px;
}






.cards-formulario {
    background: #1f1f1f;
    padding: 10px;
    border-radius: 11px;
    margin-bottom: 20px;
}

.container-formulario {
    background: #0f0f0f;
}

.formulario {
    display: flex;
    flex-direction: column;
    width: 83%;
    margin: 0 auto 40px;
    padding: 25px 15px;
    background: #1f1f1f;
    border-radius: 10px;
}

.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: 700;
    padding: 4px 0px;
    color: rgb(241, 99, 52);
}

.formulario p {
    color: white;
    font-size: 15px;
    font-weight: 200;
    line-height: 24px;
}

.formulario input::placeholder {
    color: rgb(9, 9, 9);
    font-weight: 200;
}

.formulario input {
    background: #e1e1e1;
    border: none;
    font-size: 19px;
    padding: 12px 8px;
    margin: 10px 0px;
    border: 1px solid rgb(255 255 255 / 54%);
    border-radius: 8px;
}

.formulario button {
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    color: white;
    background: #62ac34;
    font-size: 17px;
}

.overlay {
    background: #00000023;
    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: #e9e9e9;
}

.div-footer-2 {
    display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: center;

    
}

.div-footer-1 img {
    width: 220px;
    padding-bottom: 15px;
}

.div-footer-1 h2 {
    color: #2f4f19;
    font-size: 30px;
    line-height: 44px;
    line-height: 36px;
    font-weight: 500;
    max-width: 367px;
    padding-bottom: 13px;
}

.ul-text-footer-1 li a {
    color: var(--color5);
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding: 15px 0px; 
    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 {
    display: flex;
    gap: 24px;
    flex-direction: row;
    align-items: center;
}

.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(255, 255, 255);
}

.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;
}


.container-resultados h2{
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 30px;
}    

.div-img-resultados img{
width: 90%;
border-radius: 8px;
}


.div-img-resultados {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.container-deiferenciais {
    background-color: #f0f0f0;
}


#ul-footer li img{
    width: 20px;
    padding: 0px;
}

#ul-footer li{

    display: flex;
    align-items: center;
    gap: 10px;
}


@media (min-width: 600px) {
    header {
        height: 75px;
    }

    .section-header {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .nav1 {
        display: block;
    }

    .figure-logo img {
        width: 118px;
    }

    .container-header {
        max-width: 1210px;
        height: 75px;
    }

    .nav1 a {
        font-size: 15px;
        font-weight: 400;
    }

    .div-button-banner button{
        width: 420px;
    }

    .div-button-banner button:hover{
        background: green;
    }
    .div-text-cards-formulario {
        display: flex;
        flex-direction: row;
    }

    #id-rd{
        display: block;
    }

    #id-rd img {
        width: 140px;
    }

    .div-text-cards-formulario h4 {
        font-size: 26px;
        color: white;
        text-align: left;
    }

    .div-text-cards-formulario p {
        color: white;
        font-size: 17px;
        text-align: left;
        margin-top: 9px;
        line-height: 28px;
    }

    .cta-final-formulário img {
        width: 55px;
        margin: 12px 18px;
    }

    .cta-final-formulário h2 {
        margin: 0px;
        font-size: 38px;
        line-height: 56px;
        text-align: left;
        font-weight: 400;
    }

    .cta-final-formulário h3 {
        color: white;
        font-size: 20px;
        font-weight: 200;
        line-height: 29px;
    }

    .container-section-1 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding: 70px 0px 70px;
    }

    .button-header {
        padding: 9px 0px;
        width: 153px;
        background: white;
        border: none;
        border-radius: 4px;
    }

    .marquee-content li img {
        border-radius: 9px;
        width: 60%;
    }

    .button-header li a {
        color: var(--color1);
    }

    .nav-menu {
        align-items: center;
    }

    #card-desck {
        display: flex;
    }

    #cards-mobile {
        display: none;
    }

    /* .container-provasocial {
        margin: 55px auto 0px;
        padding: 0px 0px 65px 0px;
    }


    .provasocial-text h2 {
        line-height: 33px;
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 30px;
        max-width: 500px;
    } */

    .video-bk-banner {
        display: block;
    }

    .video-bk-banner {
        top: 0;
        left: 0;
        object-fit: cover;
        position: absolute;
        width: 100%;
        z-index: -10;
        height: 80vh;
    }

    .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;
    }


    .container-text-banner {
        max-width: 1210px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .container-text-banner h2 {
        font-size: 22px;
        font-weight: 300;
        max-width: none;
    }

    .background-banner {
        animation: none;
        align-items: center;
        background-image: url(/img/bannerdesck.png);
        height: 80vh;
        height: 614px;

    }

    .background-banner h1 {
        font-size: 46px;
        text-align: left;
        margin: 0px;
        max-width: 730px;
        line-height: 66px;
        font-weight: 600;
        padding: 8px 0px;
        color: #000000ad;
    }

    .container-text-banner p {
        text-align: left;
        max-width: 623px;
        font-size: 15px;
        font-weight: 300;
        line-height: 26px;
        }

    .container-text-banner img {
        width: 260px;
    }


    .container-section img {
        width: 500px;
    }

    .div-text-section {
        max-width: 478px;
        margin: 0px;
    }

    .container-section {
        background-color: #898989;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        padding: 60px 0px;
        justify-content: center;
        gap: 40px;
    }


    #diferenciais{
        background-image: none;
        background: rgba(242, 242, 242, 0.767);
    }



    .div-cards-diferenciais {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        gap: 35px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .div-bk-diferencias {
        max-width: 1210px;
        margin: 0 auto;
    }

    .cards-diferencias {
        width: 360px;
        padding: 40px 25px 50px;
    }

    .cards-diferencias p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 200;
    }



    .cards-diferencias img {
        width: 53px;
    }

    .container-deiferenciais {
        /* background-image: url(img/fundo.png); */
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .container-section-1 {
        background-image: url(img/Design\ sem\ nome.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;
    }

    .cards-diferencias p {
        font-size: 19px;
        line-height: 35px;
    }
    /* container manifestos */

    .div-text-manifesto {
        padding-bottom: 0px;
    }

    .container-manifesto {
        max-width: 1145px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;

        padding: 92px 0px 60px;
    }

    .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: 0px 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: 18px;
        max-width: 973px;
        margin: 15px auto 20px;
    }

    .cards-numbers p {
        font-size: 15px;
        margin: 0px;
        text-align: end;
        max-width: 207px;
      
    }

    .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 {
        line-height: 33px;
        font-size: 25px;
        font-weight: 600;
    }

    #div-big-number1 h2 {
        font-size: 120px;
        margin-bottom: -9px;
        font-weight: 200;
    }



    #text-section2 {
        padding: 0px 0px 10px;
        max-width: 465px;
    }

    .img-mobile-div {
        max-width: 865px;
        margin: 0px;
        display: flex;
        gap: 0px;
        flex-direction: row;
    }

    #div-text-section3 p {
        color: #000;
        max-width: 539px;
        margin: 0 auto;
        text-align: center;
    }

    .img-mobile-div img {
        height: auto;
        width: 255px;
    }

    #card-mobile {
        display: block;
        width: 300px;
        margin-top: -55px;
    }

    #sobre-nos-compass {
        height: 320px;
        background-position: left;
        box-shadow: 2px 5px 6px #00000038;
        z-index: 99;
        position: relative;
    }

    #div-text-section3 {
        max-width: 550px;
    }

    #div-text-section3 h2 {
        font-size: 33px;
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        max-width: none;
    }



    #section3 {
        flex-direction: column;
        padding: 85px 0px 85px;
        gap: 60px;
    }

    .container-formulario {
        display: flex;
        justify-content: center;
        gap: 60px;
    }


    .cta-final-formulário {
        width: 400px;
        height: auto;
        justify-content: flex-end;
    }

    #id-div-formulario {
        width: 600px;
        display: flex;
        align-items: center;
        box-shadow: -5px 3px 7px #0000001a;
        border-radius: 3px;
    }
    .formulario {
        width: 100%;
        padding: 40px 52px;
    }

    .formulario h2 {
        font-size: 21px;
        line-height: 31px;
        width: 100%;
    }

    .formulario p {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    
    .cta-final-formulário {
        width: 600px;
        margin: 0px;
        justify-content: flex-end;
    }

    swiper-container {
        display: none;
    }


    .container-footer {
        margin: 50px auto 0px;
        display: flex;
        justify-content: space-around;
        padding-bottom: 50px;
        align-items: center;
    }

    .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-img-resultados {
        display: flex
;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin: 0 auto;
        justify-content: center;
    }

    .div-img-resultados img {
        width: 450px;
    }

    .cards2{
        width: 320px;
    }
}