@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins';
}
.carrossel-desktop {
    display: flex;
}

.carrossel-mobile {
    display: none !important;
}

.glide__slide {
    display: flex;
    justify-content: center;

}

.header-lp {
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.opcoes-header {
    justify-content: space-between;
    width: 50vw;
}

.opcoes-header a {
    font-size: 12px;
    background-image: linear-gradient(to right,
            #C600FD,
            #76039B 50%,
            #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.opcoes-header a:before {
    content: '';
    background: #C600FD;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.opcoes-header a:hover {
    background-position: 0;
}

.opcoes-header a:hover::before {
    width: 100%;
}

.nav-link {
    font-size: 20px;
    background-image: linear-gradient(to right,
            #C600FD,
            #76039B 50%,
            #000 50%);
    background-size: 200% 100%;
    background-position: -100%;

    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4%;
}

.nav-link:before {
    content: '';
    background: #C600FD;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    background-position: 0;
}

.nav-link:hover::before {
    width: 100%;
}
@media (max-width: 500px) {
    .offcanvas {

        width: 100vw !important;
    }
    .titulo-card-direita {
        font-size: 22px!important;
        width: 62%!important;
        margin-left: 6%!important;
    }
    .titulo-card-esquerda {
        font-size: 22px!important;
        width: 95%!important;
    }
    .card-esquerda-textos {
        width: 84%!important;
    }
    .section-11-emprestimo span {

        font-size: 10px!important;
    }
    .conteudo-card-esquerda{
        font-size: 14px;
    }

    .conteudo-card-centro{
        text-align: end;
            width: 247px;
    }

    .titulo-card-centro{
        margin-left: 41%;
    }
}

.button-header {
    width: 140px;
    height: 40px;
    color: #C600FD;
    background-color: transparent;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.6s;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1.5px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #C600FD, #76039B);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.button-header:hover {
    background-color: #C600FD;
    color: #fff;
    box-shadow: none;
}


.logo-header {
    width: 70%;
}

.menu-hamburger {
    display: none;
}
.module-border-wrap-centro {
    width: auto;
    height: auto;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    padding: 3px;
}

.card-centro-textos {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.titulo-card-centro {

    font-style: normal;
    font-weight: 600;
    font-size: 25px;

}

.conteudo-card-centro {
    width: 330px;
    font-size: 14px;
}

.card-centro {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 45vw;
    background: #fff;
    height: 180px;

}

.elipse-container-centro {
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    width: 77px;
    height: 77px;
    border-radius: 90px;
    position: absolute;
    left: 90%;
    bottom: 66%;
}

.elipse-container-direita img,
.elipse-container-esquerda img,
.elipse-container-centro img {
    width: 60%;

}


.section-1-credCesta {
    background-image: url('/images/fundoSection1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1-credCesta h3 {
    font-size: 40px;
    width: 400px;
}

.texto-section-1-credCesta {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.section-1-credCesta p {
    font-size: 24px;
    width: 100%;
}

.card-form {
    height: 100vh;
    width: 45vw;
    background-color: #fff;
}

.card-form-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.simulacao-titulo {
    font-size: 24px;
    font-weight: 700;

}

.input-register {
    display: block;
    outline: none;
    border: none;
    height: 2em;
    width: 34vw;
    font-size: 16px;
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.input-register:focus {
    border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;
}

.botao-cadastrar {
    background: green;
        box-shadow: 0px 5.14478px 20.5791px rgba(17, 17, 17, 0.34);
    border-radius: 36.0135px;
    color: white;
    width: 230px;
    height: 60px;
    align-self: center;
    transition: background-color 1s;
}

.botao-cadastrar:disabled{
    background: green;
    color: white;
}
.botao-cadastrar:hover  {
    background-color: lightgreen;

    color: white;
}


.section-2 {
    height: 50vh;
}

.card-section-2 {
    background: #FBFBFB;
    box-shadow: 0px 15px 37px -9px rgba(0, 0, 0, 0.32);
    border-radius: 20px;
    width: 250px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-section-2 img {
    width: 32%;
}

.linha-titulo {
    width: 140px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    height: 2.5px;
    box-shadow: 0px 5.14478px 20.5791px rgba(17, 17, 17, 0.34);
    border-radius: 36px;
}

.titulo-section-2 {
    font-weight: 500;
    font-size: 35px;
    padding-right: 4%;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #C600FD;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  .loader-container{
    
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: none;
    backdrop-filter: contrast(0.5);
    transition: transform .3s ease-out;
 
  }
.numeros-section-2 {

    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    right: 73%;
    bottom: 68%;
}

.section-3 {
    height: 70vh;
    background-image: url('/images/fundoSection3-Cesta.png');
    background-size: cover;

}


.img-section-3 {
    width: 377px;
}

.textos-container {
    width: 53%;
    margin-left: 10%;
}

.textos-container h1 {
    width: 700px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
}

.textos-container p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    width: 550px;
    color: #FFFFFF;
}

.button-section-3 {
    width: 200px;
    height: 40px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    font-size: 14px;
    transition: 1s;
}

.button-section-3:hover {
    color: #C600FD;
    background-color: #fff;
}


.section-4 {
    height: auto;
}


.card-esquerda {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 45vw;
    background: #fff;
    height: 180px;
    margin-left: -5px;
}

.card-direita {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 45vw;
    background: #fff;
    height: 180px;
    margin-right: -5px;
}

.module-border-wrap-esquerda {
    width: 45.1vw;
    height: auto;
    border-radius: 10px;
    margin-left: -7px;
    position: relative;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    padding: 3px;
}

.module-border-wrap-direita {
    width: 45.1vw;
    height: auto;
    padding: 1rem;
    border-radius: 10px;
    margin-right: -7px;
    position: relative;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    padding: 3px;
}

.card-esquerda-textos {
    width: 80%;
    text-align: end;
}

.titulo-card-esquerda {

    font-style: normal;
    font-weight: 600;
    font-size: 25px;

}

.conteudo-card-esquerda {
    width: 82%;
    margin-left: 17%;
    font-size: 14px;
}

.card-direita-textos {
    width: 80%;
    text-align: end;
}

.titulo-card-direita {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    width: 47%;
    margin-left: 16%;

}

.conteudo-card-direita {
    width: 60%;
    margin-left: 17%;
    font-size: 14px;
}

.elipse-container-esquerda {
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    width: 77px;
    height: 77px;
    border-radius: 90px;
    position: absolute;
    left: 90%;
    bottom: 66%;
}

.elipse-container-direita {
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    width: 77px;
    height: 77px;
    border-radius: 90px;
    position: absolute;
    right: 90%;
    bottom: 66%;
}

.elipse-container-direita img,
.elipse-container-esquerda img {
    width: 60%;

}




.section-5 {
    height: 50vh;
    background-image: url('/images/fundoSection5-cesta.png');
    background-size: cover;
    align-items: center;
    justify-content: space-evenly;

}

.container-section-5 {
    margin-left: 30%;
}

.section-5 h1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
}

.section-5 h2 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

.section-5 p {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 540px;
}

.section-5 ul {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.section-6 {
    height: auto;
}

.linha-titulo-section-6 {
    width: 33%;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    height: 2.5px;
    box-shadow: 0px 5.14478px 20.5791px rgba(17, 17, 17, 0.34);
    border-radius: 36px;
}

.card-section-6 {
    width: 280px;
    height: auto;
    border-radius: 10px;
    padding: 1px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    max-height: 139px;

}

.module-border-wrap {
    height: fit-content;
    width: 282px;
    border-radius: 11px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    padding: 1px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.elipse-icon-branco {
    background-color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-border-wrap-elipse {
    height: 112px;
    width: 112px;
    border-radius: 59px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    padding: 1px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.icon-card-container {
    margin-top: -20%;
}

.cards-container {
    margin-top: 8%;
}

.button-section-6 {
    border-radius: 12px;
    padding: 1rem;
    font-size: 1rem;
    padding: .5rem 3rem;
    color: black;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1.5px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: 0.4s;
}

.button-section-6:hover {
    box-shadow: none;
    color: white;
}

.section-7 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 6%;
    margin-bottom: 9%;
}

.linha-section-7 {
    width: 100%;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    height: 2.5px;
    box-shadow: 0px 5.14478px 20.5791px rgba(17, 17, 17, 0.34);
    border-radius: 36px;
}

.parceiros-img {
    width: 12%;
}

.section-8 {
    height: auto;
}

.module-border-wrap-8 {
    height: fit-content;
    width: 293px;
    border-radius: 4px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    padding: 3px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.card-section-8 {
    width: 286px;
    height: auto;
    border-radius: 4px;
    padding: 1px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: center;

}

.card-section-8 p {
    font-size: 14px;
    width: 250px;
    line-height: 16px;
    min-height: 230px;
}

.estrelas {
    width: 60%;

}

.cidade {

    font-size: 14px;
}

.section-9 {
    height: auto;
    padding-bottom: 10%;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
}

.accordion {
    width: 70%;
}

.section-10-credCesta {
    height: auto;
}

.section-10-credCesta span {
    width: 954px;
}

.section-1-credCesta0 span {
    width: 80%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.section-11-credCesta {

    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);

}

.section-11-credCesta {
    color: #fff;
}
.termos{
    text-decoration: none;
}

.section-5-texto-container{
    margin-left: 30%;
}
@media (max-width: 1145px) {
    .section-3 {
        background-image: url('/images/fundoSection3.png');

    }

    .section-5 {
        background-image: url('/images/fundoSection5.png');
    }
}

@media (max-width: 862px) {
    .container-section-5 {
        margin-left: 0%;
    }
    .section-1-consignado h3 {
        width: 100%;
    }

    .section-1-consignado p {
        width: 100%;
    }

    .texto-section-1-consignado {
        width: 100%;
    }

    .section-3-consignado {
        height: auto;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .textos-container-consignado p {
        width: 360px;
    }

    .section-1-consignado {
        flex-direction: column;
        height: auto;
        background-size: 110vw 120vh;
    }

    .textos-container-consignado {
        width: 100%;
        margin-left: 15%;
    }

    .textos-container-consignado h1 {
        width: 400px;
    }

    .consignado-texto {
        margin-top: 15%;
        width: 70%;
    }

    .menu-hamburger {
        display: block;
    }

    .opcoes-header {
        display: none !important;
    }

    .logo-header {
        width: 90%;
    }

    .header-container {
        justify-content: space-between !important;
        width: 70%;
    }

    .section-1-credCesta {
        height: auto;
        background-repeat: no-repeat;
        background-size: 170vw 150vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .card-form {
        width: 90vw;
        height: auto;
        padding-top: 30px;

    }

    .input-register {
        width: 74vw;

    }

    .section-2 {
        height: auto;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card-section-2 {
        margin-bottom: 10%;
    }

    .section-3 {
        flex-direction: column;
        align-items: center;
        height: 84.9vh;
    }

    .mulher-container {
        display: none;
    }

    .textos-container {
        margin-left: 0;
        display: flex;
        width: 71%;
        margin-top: 10%;
        align-items: center;
    }

    .textos-container h1 {
        width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        color: #FFFFFF;
    }

    .textos-container p {
        width: 100%;

    }

    .mulher-container {
        margin-top: 10%;

    }

    .section-4 {
        height: auto;
    }

    .dinheiro-card-container {
        display: block !important;
    }

    .container-card-direita {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: flex-end;
    }

    .module-border-wrap-esquerda {
        width: 85.1vw;
    }

    .container-card-esquerda {
        margin-bottom: 40px;
    }

    .card-esquerda {
        width: 85vw;
    }

    .conteudo-card-esquerda {
        display: initial;

    }

    .module-border-wrap-centro {
        width: 85.1vw;
        margin-left: -7px;
    }

    .container-card-centro {
        margin-bottom: 40px;
    }

    .card-centro {
        width: 85vw;
        margin-left: -5px;
    }

    .conteudo-card-centro {
        display: initial;

    }

    .condicao-card-container {
        display: block !important;
    }

    .card-direita {
        width: 85vw;
    }

    .module-border-wrap-direita {
        width: 85.1vw;
    }


    .imagem-homem {
        display: none;
    }

    .section-5 {
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-5 p {

        width: auto;

    }

    .section-5-texto-container {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 530;
        margin-left: 0;
    }

    .container-card-section-6 {
        margin-top: 80px;
    }

    .section-6 {
        height: auto;
    }

    .cards-container {
        margin-top: 2%;
    }

    .section-8 {
        height: auto;
    }

    .container-criticas {
        flex-direction: column;
    }

    .section-9 {
        height: auto;
    }

    .container-acordeao {
        padding-bottom: 6%;
        padding-top: 6%;
    }

    .section-10-credCesta {
        height: auto;

    }

    .section-10-credCesta span {
        font-size: 11px;

    }

    .section-11-credCesta span {
        width: 80%;
        padding-bottom: 4%;
        padding-top: 4%;
        display: contents;
        font-size: 14px;

    }
    .carrossel-desktop {
        display: none !important;
    }

    .carrossel-mobile {
        display: flex !important;
    }

    .parceiros-img {
        width: 50% !important;
    }
    .glide__slides {
        align-items: center;
    }
    .container-section-1{
        width: 319px;
        margin-left: 0!important;
        margin-top:10%;
        margin-bottom: 6%;
    }
    .section-1-credCesta h3 {
        width: 100%;
    }
    .texto-section-1-credCesta{
        width: 100%;
    }

    .section-1-credCesta p{
        width: 100%;
    }





}
.container-criticas{
    width: 100vw;
    justify-content: space-evenly!important;
}



@media (max-width: 925px) {

    .container-criticas{
        width: auto;
        flex-direction: column;
        gap: 38px;
        align-items: center;
    }
    .section-8{
        height: auto;
    }
    .section-11-fgts span{
        font-size: 10px;
    }


}
@media (max-width: 570px) {
    .parceiros-img {
        width: 78% !important;
    }
    .section-1-credCesta {

        background-size: 300vw 80vh;
    }


    .section-1-credCesta h3 {
        font-size: 29px;
        text-align: center;
    }
    .texto-section-1-credCesta{
        font-size: 38px;
        text-align: center;
    }
    .section-1-credCesta p {
        font-size: 19px;
        text-align: center;
    }

    .titulo-section-2 {
        font-size: 28px;
    }
    .linha-titulo {
        width: 18px;
    }
    .titulo-card-esquerda {
        margin-top: 5%!important;
    }
    .conteudo-card-esquerda{
        width: 82%;
        margin-left: 17%;
        font-size: 12px;
        display: flex;
    }
    .conteudo-card-centro {
        width: 277px;
        font-size: 14px;
    }
    .titulo-card-centro {
        margin-left: 33%;
    }

    .section-5 h1 {
        font-size: 24px;
    }

    .texto-cartao{
        font-size: 22px;
    }


}
.modal-erro-img{
    width: 80%;
    margin-bottom: 6%;
    margin-top: 6%;
}

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.btn-voltar-modal {
    border-radius: 36px;
    color: black;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1.5px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: 0.4s;
    padding: 0.5rem 3rem;
}

.btn-voltar-modal:hover {
    box-shadow: none;
    color: white;
}

.btn-sacar-modal {
    background: linear-gradient(90deg, #C600FD 0%, transparent)#76039B;
    border-radius: 36px;
    color: white;
    transition: background-color 0.4s;
    padding: 0.5rem 3rem;
}

.btn-sacar-modal:hover {
    background-color: #C600FD;

    color: white;
}

.modal-body-valor {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.saldo-span {
    font-size: 20px;
    width: 280px;
}
