section.title__page {
    background: url(../img/bg-bpos.jpg) center center no-repeat;
    background-size: cover;
}

h1 {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
    padding: 40px 0 20px 0;
  }

h2.title__block {
    font-size: 32px;
    font-weight: bold;
    color: var(--roxo);
    line-height: 120%;
}
p{

    text-align: justify;
    font-size: 16px;
    font-family: var(--font);

}

b{

    font-weight: bold;

}
.pRow{

    padding: 0 20px;

}

.pp-img{

    padding: 20px;
    margin: 0 auto;
    display: block;

}

.container-pp{
    margin: 0 auto;
    max-width: 1024px;

}


/* Default */
section.default__rc{
    
}
.c_white{
    background: #fff;

}
.c_gray{
    background: #F2F2F2;
}

section.default__rc.bg {
    background: #F2F2F2;
}

section.default__rc.padding {
    padding: 60px 0;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

section.default__rc h3 {
    font-size: 24px;
    font-weight: bold;
    color:var(--roxo);
    margin-bottom: 5px; 
    text-align: center;
}
section.default__rc h4 {
    font-size: 18px;
    color:var(--roxo);
    margin-bottom: 10px; 
    padding: 0 15px 15px 15px; 
}

section.default__rc h5 {
    font-size: 18px;
    color:var(--roxo);
    margin-bottom: 10px; 
    padding: 0 15px 15px 0; 
}

section.default__rc .margin img {
    margin-top: -30px;;
}

section.default__rc ul li {
    margin: 10px 0;
}

section.default__rc ul li i {
    margin-right: 5px;
}

section.default__rc p:not(:last-child) {
    margin-bottom: 20px;
}

/* como-funciona */
section.como-funciona {
    padding-top: 30px;
    display: table;
    width:100%;
}

section.como-funciona .blocos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

section.como-funciona .bloco {
    filter: drop-shadow(0px 8px 35px rgba(0, 0, 0, 0.05));
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

section.como-funciona .bloco .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

section.como-funciona .bloco h4 {
    font-size: 24px;
}

section.como-funciona .cta {
    margin-top: 60px;
}

section.como-funciona .cta h2 {
    margin-bottom: 0;
}

section.como-funciona .cta p {
    margin-bottom: 50px;
}

section.como-funciona .cta a {
    margin: auto;
    margin-bottom: -20px;
}


/* Formulário */
section.formulario {
    background: #f1f1f1;
}

section.formulario .row {
    align-items: center;
}

section.formulario .bloco {
    background: transparent;;
}

section.formulario input {
    border:1px #BFBFBF solid;
}

section.formulario .cta_primary {
    background: transparent;
}

.boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    padding: 0 0 30px 0;
}

.boxes .box {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    min-height: 250px;
}

.boxes .box img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
    margin: auto;
    padding: 15px 15px 15px 15px;
    max-width: 120px;
}

.boxes .box h3 {
    padding: 5px 5px 0 5px;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 100%;
    position: absolute;
    top: 28%;
    left: 24%;
}

.controlA{

    position: relative;

}

.boxes .box a {
    margin:20px;
    width: calc(100% - 40px);
    text-align: center;
}

.boxes .box.pagou a {
    border-color: var(--verde);
}

.boxes .box.pagou a:hover {
    background: var(--verde);
}
@media all and (max-width:996px) {

    section.blog h2{

        font-size: 20px;
    }
    section.default__rc{

        text-align: center;
    }

}


/*Ajuste de tamanho dos titulos*/
.frentes .aTitle {
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0 0;
}

.frentes .aTitle b{
    
   color: #6401C1; 
}

.frentes h2{
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0 0 0;
}

.pd-10{

    padding: 10px 0;

}
.card{
    border-radius: 30px;
    border: 1px solid #fff;
    max-width: 29rem;
    

}
.card-body{


}
.card-body img{
    position: absolute;
    top: 19px;
    right: 17px;
}

section.default__rc .card-title{

    text-align: left;
    padding: 25px 0 7px;

}

section.default__rc .card-text p{
    font-size: 18px;
    text-align: left;

}

@media (min-width:1367px) {
    
    .frentes .aTitle {
    text-align: left;
    font-size: 55px;
    
                              }
}
@media (max-width:1366px) {
    
    .frentes .aTitle {
        text-align: left;
        font-size: 47px;
    }
 
}
@media (max-width: 1200px){
	.frentes .aTitle {
        text-align: left;
        font-size: 39px;
    }
    
    .frentes h2 {
        font-size: 15px;
        text-align: left;
        font-weight: 400;
        line-height: 1.4;
        margin: 15px 0 0 0;
    }
   


}
@media (max-width: 1000px){
	.frentes .aTitle {
        text-align: left;
        font-size: 32px;
    }

    .frentes h2 {
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        line-height: 1.4;
        margin: 0 0 0 0;
    }

    .card{
        border-radius: 30px;
        border: 1px solid #fff;
        margin: 0 auto;
        max-width: 29rem;
        
    
    }

}

@media (max-width: 774px){
	.frentes .aTitle {
        text-align: center;
        font-size: 38px;
    }

    .frentes h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        line-height: 1.4;
        margin: 15px 0 0 0;
    }


}
@media (max-width: 500px){
	.frentes .aTitle {
        text-align: center;
        font-size: 28px;
    }

    .frentes h2 {
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        line-height: 1.4;
        margin: 15px 0 0 0;
    }

}
@media (max-width: 367px){
	.frentes .aTitle {
        text-align: center;
        font-size: 22px;
    }
}