@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

body{
    font-family: "League Spartan", sans-serif;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

:root{
    --orange:#FF5312;
    --verde: #019974;
    --white: white;
    --black: black;

}
a,a:hover {
  color: #000;
}

.form-check-label a,.form-check-label a:hover {
  color: #fff;
}

/* Versao orange */
.color_orange {
    color: var(--orange) !important;
}
.background_color_orange{
    background-color: var(--orange); 
}
.background_botao_orange{
    background: linear-gradient(to bottom, #FBB040, #F15C29);
}
.img_sec3_orange{
    background-image: url("/img/sec3_fundo_orange.png");
}
.img_sec5_orange{
    background-image: url("/img/sec6_fundo_orange.svg");
}

/* Versao green */
.color_green {
    color: var(--verde) !important;
}
.background_botao_white{
    background-color: #ffffff;
}
.background_color_green{
    background-color: var(--verde); 
}
.background_botao_green{
    background: linear-gradient(180deg, #019974 0%, #08DDAA 100%);
}
.background_color_sec5_green{
    background: linear-gradient(180deg, #08DDAA -36.06%, #D5FBF2 31.29%); 
}

.img_sec3_green{
    background-image: url("/img/sec3_fundo_green.png");
}
.img_sec5_green{
    background-image: url("/img/sec6_fundo_green.svg");
}

/* Section 1 */
.section1 {
    background: linear-gradient(rgba(111, 35, 7, 0.35), rgba(111, 35, 7, 0.35)), url("/img/banner1.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: --(white);
}
.section1 .p_img{
    padding-left: 103px;
    padding-top: 40px;
}
.section1 img{
    width: 143px;
    height: 56px;
    color: #ffffff;
}
.section1 .p_h2 {
    padding: 157px 60px 34px 60px;
}
.section1 h2{
    font-size: 64px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 60px;
    padding-right: 60px;
}
.section1 h6{
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    color: #ffffff;
}
.section1 .p_botao{
    padding-top: 157px;
    padding-bottom: 93px;
}
.section1 .botao {
    width: 494px;
    height: 79px;
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    padding: 15px 60px 15px 60px;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    gap: 10px;
}

/* Section 2 */
.section2 .container{
    max-width: 1470px;
}
.section2 img {
    width: 881px;
    height: 629px;
}
.section2 .p_h3{
    padding-top: 108px;
    padding-bottom: 95px;
}
.section2 h3{
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    color: var(--black);
}
.section2 p{
    font-size: 22px;
    font-weight: 400;
    line-height: 25.2px;
    padding-bottom: 25px;
}
.section2 h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44.8px;
    max-width: 435px;
}

/* Section 2_1 */
.section3{
    position: relative;
    z-index: 1;
}

.section3 .img_fundo {
    background-size: cover;
    background-position: center top ;
    position: relative;
    z-index: 2;
}

.section_orange::before{
    content: '';
    background-image: url("/img/sec2_1_before_orange.png");
    background-position: center bottom -2px ;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 309px;
    display: block;
    position: relative;
    z-index: 3;
}
.section_green::before{
    content: '';
    background-image: url("/img/sec2_1_before_green.png");
    background-position: center bottom -2px ;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 309px;
    display: block;
    position: relative;
    z-index: 3;

}
.section3 .img_fundo::after{
    content: '';
    background: url("/img/sec3_fundo_white.png");
    background-position: top -80px center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    display: block;
    position: relative;
    z-index: 4;   
}
.section3 .img_fundo .p_title {
    padding-top: 00px;
    padding-bottom: 80px;
}
.section3 .max_row{
    max-width: 1470px;
}
.section3 .img1_size{
    max-width: 439px;
}
.section3 .img2_size{
    max-width: 585px;

}
.section3 .img3_size{
    max-width: 439px;
}
.section3 .img-fluid{
    min-height: 329px;
}
.section3 h1{
    font-size: 64px;
    font-weight: 600;
    color: #ffffff;
}
.section3 .p_botao{
    padding-top: 100px;

}
.section3 .botao {
    width: 494px;
    height: 79px;
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    padding: 15px 60px 15px 60px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    gap: 10px;
}



/* Section 3 */
.Section4 .container{
    padding-right: 70px;
    padding-left: 70px;
}
.Section4 .p_h1{
    padding-bottom: 40px;
    padding-right: 170px;
    padding-left: 170px;
}
.Section4 h4{
    font-size: 64px;
    font-weight: 700;
    line-height: 64.8px;
    letter-spacing: -1.2px;
}
.Section4 h2{
    font-size: 44px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 100px;
}
.Section4 h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 44.8px;
    margin-top: 10px;
}
.Section4 p {
    font-size: 22px;
    line-height: 25.2px;
    max-width: 319px;
    margin: 0 auto;
}

/* Section 4 */
.section5 .container{
    padding-right: 70px;
    padding-left: 70px;
}
.section5 .p_h1{
    padding-top: 100px;
    padding-right: 125px;
    padding-left: 125px;
}
.section5 .p_col1{
    padding-top: 92px;
}
.section5 .p_col2{
    padding-top: 73px;
    padding-bottom: 50px;
}
.section5 h1{
    font-size: 64px;
    font-weight: 700;
    line-height: 64.8px;
    letter-spacing: -1.2px;
}
.section5 h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 44.8px;
    margin-bottom: 0px;
}
.section5 p {
    font-size: 22px;
    line-height: 25.2px;
    padding-bottom: 50px;
    max-width: 425px;
}
.section5 .p_botao{
    padding-top: 50px;
    padding-left: 30px;

}
.section5 .m_botao_green{
    margin-bottom: 50px;
}
.section5 .botao {
    min-width: 494px;
    height: 79px;
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    padding: 15px 60px 15px 60px;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    gap: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}



/* Section 5 */
.img_sec5_fundo_orange {
    background: url("/img/sec6_fundo_pele.svg");
    background-size: cover;
    position: relative;
    z-index: 1;
}
.section6 .p_text{
    padding-top: 320px;
}
.section6 h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 64.8px;
    letter-spacing: -1.2px;
    padding-bottom: 80px;
    max-width: 1048px;
    margin: 0 auto;
}
.section6 .img_fundo{
    background-size: cover;
    min-height: 736px;
    position: relative;
    z-index: 2;
}
.section6 .img_fundo .container{
    padding-top: 238px;
}
.section6 .p_row{
    padding-right: 90px;
    padding-left: 90px;
}
.section6 h3{
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.88px;
    color: #ffffff;
    padding-bottom: 40px;
}
.section6 p {
    font-size: 22px;
    font-weight: 400;
    line-height: 25.2px;
    color: #ffffff;
    padding-bottom: 50px;
    max-width: 1050px;
    margin: 0 auto;
}
.section6 h2{
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    color: #ffffff;
}
.section6 h4{
    font-size: 48px;
    font-weight: 700;
    line-height: 44px;
}
.section6 .img_lateral_1{
    background: url("/img/sec8_img1.png");
    background-size: cover;
    position: relative;
    z-index: 3;
}
.section6 .img_lateral_2{
    background: url("/img/sec8_img2.png");
    background-size: cover;
    position: relative;
    z-index: 4;
}
.section6 .form_relative{
    position: relative;
    z-index: 5;
}
.section6 form{
    border-radius: 8px;
    box-shadow: 2px 2px 10.7px 8px rgba(0, 0, 0, 0.14);
    width: 762px;
    min-height: 1200px;
    flex-shrink: 0;
    padding: 39px 100px 41px 100px;

}
.section6 #signform{
    margin-bottom:60px;
}
.section6 .form_title{
     color: #ffffff;
     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: 18px;
    color: var(--black);
    padding-bottom: 1px;
    padding-top: 5px;

}
.form-select option{
    font-family:Arial;
    padding:0;
}
.section6 .form-text-center{
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 22px;
}
.section6 .form_text{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    padding-bottom: 3px;
}
.section6 .form-check-input{
    outline: none !important;
    border: 1px solid #261D13 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    font-size: 14px;
    color: var(--black);
}
.section6 .form-check-label{
    color: #ffffff;
    font-size: 14px;
}
.section6 .btn_interesse{
    border-radius: 50px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    padding: 15px 60px 15px 60px;

}
.section6 .p_btn{
    padding-top: 31px;
}
.section6 .p_title{
    padding-top: 100px;
    padding-bottom: 65px;
}
.p_logo{
    padding: 30px 0;
}
.p_logo img{
    height:50px;
    width:100%;
}

.section6 .agradecimento  .form_title {
  font-size: 35px;
}
.section6 .agradecimento .form-text-center {
  padding: 22px 35px;
}
@media (max-width: 1920px) {
    .section3 .img_fundo::after{ 
    content: '';
    background: url("/img/sec3_fundo_white.png");
    background-position: top -80px center;
    background-size: fixed;
    background-repeat: no-repeat;
    min-height: 300px;
    display: block;
    position: relative;
    z-index: 3;   
    }
}
