/* Section 1 */
.section1 .p_h2 {
    padding: 174px 33px 30px 33px;
}

/* Section 2 */
.section2 .p_h3{
    padding-right: 0;
    padding-left:0 ;

}
.section2 .p_text{
    padding-right: 33px;
    padding-left: 33px;
}

/* Section 3 */
.section3 .img_fundo .p_title {
    max-width: 450px;
}
.section3 .max_row{
    max-width: 450px;
}


/* Section 5 */
.section5 p{
    min-height: 220px;
}

/* section6 */
.section6 .p_text{
    padding-top: 100px;
}
.section6 .img_fundo{
    min-height: 600px;
}
.section6 .p_title{
    width: 315px;
    flex-shrink: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section6 form{
    width: 350px;
    min-height: 1100px;
}
.section6 .form_title{
     color: white;
     font-size: 18px;
     font-weight: 600;

 }
.section6 .form-group{
    padding-bottom:19px ;
}
.form-control, .form-select{
    outline: none !important;
    border: 1px solid #261D13 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding-bottom: 1px;
    padding-top: 5px;

}
.section6 .form-text-center{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 22px;
}
.section6 .form_text{
    font-weight: 400;
    padding-left: 10px;
    font-size: 16px;

}
.section6 .form-check-label{
    color: white;
    font-size: 14px;
}
.section6 .btn_interesse{
    font-size: 15px;
    font-weight: 700;
    padding: 15px 25px 15px 25px;
}
.section6 .p_btn{
    padding-top: 25px;
}
.section6 .p_logo{
    padding-top: 30px;
}



