html,body{
    font-family: "Nunito";
}
a, button {
    outline: none !important; /* Remove o contorno ao focar */
    border:none;
}
a:focus-visible, button:focus-visible {
    outline: none !important
}
.btn{
    display: inline-block !important;
    padding: 10px 24px;
    border-radius: 53px;
    border:none !important;
    box-shadow:none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    text-align: center;
    text-decoration: none;
    transition: color 0.5s ease, background-color 0.5s ease; /* Suaviza as transições */

}
.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus{
    background: var(--Grey-00, #FFF) !important;
    color: var(--Brand-Pink-100, #EA3889) !important;
}
.btn-primary:hover{
    color: var(--Grey-00, #FFF) !important;
    background: var(--Brand-Pink-100, #EA3889) !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus{
    background: var(--Brand-Blue-100, #403F8F);
    color: var(--Brand-Pink-100, #FFF) !important;
}
.btn-secondary:hover{
    color: var(--Grey-00, #403F8F) !important;
    background: var(--Brand-Pink-100, #FFF) !important;
}

.btn-thirdy, .btn-thirdy:active, .btn-thirdy:hover, .btn-thirdy:focus{
    background: #EA3889;
    color: var(--Brand-Pink-100, #ffffff) !important;
}
.btn-thirdy:hover{
    color: var(--Grey-00, #EA3889) !important;
    background: var(--Brand-Pink-100, #ffffff) !important;
}

.linkbold{
    font-weight: 700 !important;
    margin-right: 20px;
}

.btn-stretch{
    padding: 10px 100px !important;
}
.btn-100{
    display: block !important;
    width: 100%;
}

.margin-v-80{
    margin-top: 80px;
}
.margintop-100{
    margin-top: -100px;
}

header{
    position: absolute;
    width:100%;
    height:auto;
    top:20px;
    left:0px;
}
header a, header a:active, header a:visited, header a:hover {
    color: white;
    text-decoration: none; /* Remove o sublinhado (opcional) */
}
header a:hover {
    text-decoration: underline; /* Adiciona sublinhado ao passar o mouse (opcional) */
}

nav{
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#dobra1{
    width: 100%;
    height:100vh;
    max-height: 790px;
    background-image: url('/images/bg01.png');
    background-size:cover;
    color:white;
}
#dobra1-container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.container-btns{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.beneficio-item{
    padding:20px;
    width:100%;
    height:100%;
    border-radius: 20px;
    background: var(--Grey-50, #F2F6FC);
}
.beneficio-item h3{
    margin-top:20px;
    font-size: 20px;
}


#recebaprontamente{
    background-image: url(/images/bg002.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F2F6FC;
}

.receba-item{
    padding:20px;
    width:100%;
    height:100%;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;;
}
.receba-item h3{
    margin-top:20px;
    font-size: 20px;
    color: #403F8F;
}

.abaulado{
    background-color: #F2F6FC;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    padding: 40px;
    padding: 80px 20px 80px 180px;
}

#facaupgrade{
    background: var(--Brand-Purple-08, rgba(87, 54, 120, 0.08));
    background-image: url(/images/bg003.png);
    background-size: cover;
    padding: 160px 0px;
}
#facaupgrade h3{
    color: #403F8F;
}

.card-item{
    height: 100%;
}
.card-item-body{
    background-color: #F2F6FC;
    padding:20px;
    height: 100%;
}

.card-item-body ul{
padding-left: 18px;
font-size: 14px;;
}

.card-item-header{
    padding: 20px;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-item-header h4{
    font-size: 16px;
    margin: 0px;
    font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.card-item-header span{
    font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 140%; /* 33.6px */
letter-spacing: 0.24px;
}

.card-item-body-pgto{
    background-color: white;
    display: inline-block;
    margin: 4px 4px;
    padding: 4px;
    color: var(--Grey-800, #393A4F);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}



#criesuaproposta{
    background: var(--Brand-Purple-100, #573678);
    background-image: url(/images/bg004.png);
    background-size: cover;
    padding: 160px 0px;
    color:white;
}



#contato{
    background: var(--Grey-50, #F2F6FC);
    padding: 160px 0px;

}
#contato img{
    border-radius: 30px;
}

#contatoform{
     background-color: white;
     padding:40px;
    border-radius: 30px;
}
#contatoform h3{
    color: var(--Grey-800, #393A4F);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 32px */
}
#contatoform p{
    color: var(--Grey-450, #8F919F);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

input, textarea{
    padding:20px;
    border-radius: 10px;
    background: var(--Grey-50, #F2F6FC);
    border:none;
    width: 100%;
    margin-top:20px;
}
textarea{
    height: 172px;
}


footer{
    background: var(--Brand-Blue-100, #403F8F);
    padding:80px 0px;
    color:white;
    font-size: 12px;
    background-image: url('/images/bg006.png');
    background-image: url(/images/bg006.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
footer nav a, footer nav a:hover, footer nav a:active, footer nav a:visited{
    font-size: 14px;
    color:white;
}

#social{
    padding: 0px;
    margin: 0px;
}
#social li{
    list-style: none;
    display: inline-block;
    border-radius: 8px;
    background: var(--Brand-Pink-32, rgba(234, 56, 137, 0.32));
    padding:8px;
    margin: 12px;
}


@media (max-width: 767px) {
    header{
        display: none;
    }
    img{
        max-width: 100%;
    }
    .container-btns {
        flex-direction: column;
    }
    .container-btns a {
        margin-bottom:20px;
    }
    .btn-stretch{
        padding: 0px;
    }
    #dobra1{
        padding-bottom:80px;
    }
    #agilize{
        padding: 80px 20px;
    }
    .margintop-100{
        margin: 0px;
    }
    #beneficios .col-lg-4{
        margin:10px !important;
    }
    #beneficios {
        margin-bottom: 80px;;
    }
    .abaulado{
        border-top-left-radius  : 0px;
        border-bottom-left-radius: 0px;
        padding: 20px;
    }
    .abaulado .col-lg-3{
        margin-bottom: 20px;
    }
    .card-item{
        margin-bottom: 20px;
        height: auto;
    }
    footer nav{
        padding:40px 0px;
    }
}


.blog header{
    height: 70px;
    width: 100%;
    top:0px;
    left:0px;
    position: fixed;
    background: var(--Grey-25, #F6FAFF);
    color: var(--Grey-800, #393A4F);
}
.blog section.first{
    height: 450px;
    padding-top: 280px;
    background-image: url('/images/bgblog.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.blog h2{
    color: var(--Brand-Blue-100, #403F8F);
    font-size: 61px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 73.2px */
}
