:root {
    --bs-btn-active-bg: #ff9900;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.btn-yellow{
    background: #FF9900;
    color: #FFF;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 10rem;
}

img.wave{
    margin-top: -130px !important;
}

header{
    height: 80px;
    position: absolute;
    top: 0;
    background: #ffffffa1;
}

.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.navbar{
    z-index: 999;
}

.navbar-nav{
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #335c85 !important;
}

.navbar-nav .btn-yellow{
    width: auto;
}

.navbar-nav .nav-link{ color: #335c85; }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{ color: #003366; }

.btn-yellow:hover{
    background: #e68a00;
    color: #fff;
}

.title-page{
    height: 533px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title h1{
    color: #003366;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}

.title span{
    color: #141414;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.title-img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.title-img-bg{
    position: absolute;
    top: -200px;
    right: 0;
}

.page-content h2{
    color: #003366;
    font-size: 24px;
    font-weight: 500;
    line-height: 18px ;
}

.page-content h2 span{
    color: #FF9900;
}

.page-content p{
    color: #141414dc;
    font-size: 18px;
    font-weight: 400;
}

.page-content p a, .form-home-area p.home-2-txt-form a{
    text-decoration: none;
    color: #FF9900;
}

#contact-title{
    background: rgb(0,51,102);
    background: linear-gradient(90deg, rgba(0,51,102,1) 0%, rgba(2,68,133,1) 35%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 523px;
}

#contact-title .title h1{ color: #fff; }
#contact-title .title span{
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}
#contact-title .title-img{ justify-content: flex-end; }

#contact-content{
    align-items: center;
}

#contact-content h2{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 3rem;
}

#contact-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#contact-content #txt-affiliated{
    margin-right: 30%;
    line-height: 22px;
    margin-top: 3rem;
    font-size: 18px;
}

#contact-content .mapa{
    display: flex;
    justify-content: flex-end;
}

.form-contact-area{
    margin: 4rem 0;
}

.form-contact-area form{
    background: #FCFCFC;
    padding: 2rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.form-contact-area .form-group{
    display: flex;
    gap: 1rem;
}

.form-contact-area .form-group div{ width: 50%; }

.form-contact-area .form-group .form-label{
    color: #141414;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.1px;
}

.form-contact-area .form-group .form-control,
.form-contact-area .form-group .form-select{
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.form-contact-area .form-group .form-select option{
    color: #141414;
}

.form-contact-area .form-group.textarea{
    width: 100%;
    flex-direction: column;
}

button.submit, button.btn-next{
    background: #FF9900;
    color: #FFF;
    font-weight: 500;
}

#about-title{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg-about-top.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#about-title .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#about-title .title h1{
    color: #fff;
}

#about-content .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#about-content .title h2{
    font-size: 40px;
    color: #003366;
    font-weight: 700;
}

#about-content .title p{
    font-size: 24px;
    color: #003366;
    margin-top: .4rem;
}

.content-about{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.content-about #imgs{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-about #imgs #logo{
    position: absolute;
}

.content-about p{
    text-align: center;
}



#about-content-benefits{
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#about-content-benefits .content-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#about-content-benefits .content-item p{
    margin: 1rem 12% 0;
}

#about-content-benefits .content-about{
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}

#about-content-benefits .content-about h2{
    text-align: left;
    width: 100%;
}

#services-about{
    display: flex;
    justify-content: center;
}

#services-about div{
    width: 25%;
    text-align: center;
    padding: 1.5rem;
}

#services-about div h3{
    color: #003366;
    font-weight: 700;
    font-size: 26px;
}

#services-about div p{
    color: #141414;
    font-weight: 400;
    font-size: 16px;
}

.content-about-txt p{
    text-align: left !important;
}

#top-form{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg-home.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 1024px;
}

#top-form .title-page{
    height: auto;
}

#top-form .title-page .title{ text-align: center; }
.form-home-area{
    background: #fff;
    border: 1px solid #FF9900;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.form-home-area ul{
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 1rem 0;
    justify-content: center;
    align-items: center;
}

.form-home-area ul li{
    list-style: none;
    color: #003366;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-home-area ul li:before{
    content: "";
    width: 4rem;
    height: 7px;
    background: #D9D9D9;
    border-radius: 10px;
}

.form-home-area ul li.active:before{
    background: #FF9900;
}

.form-home-area p{
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.form-home-area form{
    display: flex;
    gap: 2rem;
}

.form-home-area form .form-group{
    margin-bottom: 2rem;
}

.form-home-area form .form-group label{
    color: var(--black, #141414);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    margin-bottom: 1rem;
}

.form-home-area form .form-group label.submit-home{
    border: solid 1px #FF9900;
}

.form-home-area form .form-group label.submit-home.w-22{
    width: 30%;
}

.form-home-area form .form-group label.submit-home.w-40{
    width: 45%;
}

.container-w50{
    width: 50%;
}

.form-home-area .container-submit{
    text-align: center;
}

.submit-home:checked+.submit-home, .submit-home.active, .submit-home.show,
.submit-home:first-child:active, :not(.submit-home-check)+.submit-home:active,
.submit-home:hover{
    background-color: #FF9900 !important;
}

#home-content{
    padding: 3rem 0;
    text-align: center;
}

#home-content.page-content h2{
    font-size: 32px;
}

#home-content.page-content h2,
#home-content.page-content p,
#home-content.page-content .btn-yellow{
     margin-bottom: 2rem;
}

#home-content .content-home img{
    width: 100%;
    margin: 2rem 0;
}

#home-content.page-content p{
    color: var(--black, #141414);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

#home-content .content-home p{
    text-align: left;
}

#home-content-why-choose{
    text-align: center;
}

#home-content-why-choose h2{
    font-size: 32px;
}

#why-choose-itens{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 4rem 0;
}

#why-choose-itens #container-why-choose-us{
    width: 46%;
    padding: 2rem;
    background: rgba(255, 153, 0, 0.05);
    margin-top: 5rem;
}

#container-why-choose-us{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

#container-why-choose-us p{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

#container-why-choose-us .box-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

}

#container-why-choose-us .box-item img{
    position: absolute;
    right: 0;
    top: -90px;
    height: auto;
}

#container-why-choose-us:nth-child(1) .box-item img{ width: 190px; }
#container-why-choose-us:nth-child(2) .box-item img{ width: 120px; }
#container-why-choose-us:nth-child(3) .box-item img{ width: 180px; }
#container-why-choose-us:nth-child(4) .box-item img{
    width: 160px;
    right: -15px;
    top: -125px;
}



#container-why-choose-us .box-item h3{
    color: #003366;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.content-why-choose button{
    margin-bottom: 3rem;
    width: 10rem;
}

.container-form-check{
    text-align: center;
    padding: 2rem 0;
}

.container-form-check h2{
    color:#141414;
    font-size: 32px;
    font-weight: 500;
    line-height: 22px;
}

.container-form-check h2 span{
    color: #FF9900;
}

.container-form-check p{
    color: #141414;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 1rem;
}

.container-form-check img{
    margin: 2rem 0;
}

.container-form-check p:nth-child(4) {
    color: #0000007b;
    margin: 0 20%;
}

.form-home-area form .form-group.contact-info label{
    margin: 1rem 0 0 0;
}

.input-group.date-area{
    display: flex;
    gap: .5rem;
}

.input-group.date-area select.form-select{
    border-radius: 5px !important;
}

.input-group.phone-area select.form-select{
    max-width: 7rem !important;
}

.container-icon{
    position: relative;
    display: flex;
    align-items: center;
}

.icon-form{
    position: absolute;
    left: 5px;
}

.container-icon .form-control{
    padding: .375rem .75rem .375rem 2.4rem;
}

.form-home-area p.home-2-txt-form{
    color:  #1C1C1C;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2rem;
}

.footer-about{
    background: #ff99001e;
    padding: 4rem 0;
    text-align: center;
}

footer{
    background: rgb(0,51,102);
    background: linear-gradient(90deg, rgba(0,51,102,1) 0%, rgba(2,68,133,1) 35%);
    padding: 2rem;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
}

footer img{ margin-bottom: 1rem;}
footer p a{ color: #FF9900;}
footer .copy{ text-align: center; }
footer .copy span{
    font-size: 14px;
    line-height: 18px;
}

/* PRIVACY */
#privacy-content .content-item{ margin-bottom: 2rem; }

#privacy-content .content-item h2{ margin-bottom: 1rem; }

#privacy-content .content-item p a{ color: #141414dc; }

/* TERMS */
.p-main{ margin-bottom: 3rem; }

@media screen and (max-width: 576px){
    .navbar-collapse{
        padding: 2rem 0;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
        background: #fff;
        padding: 2rem 0;
    }
    .navbar-toggler{ border: none;}
    .page-content p{ font-size: 16px;}
    footer{ font-size: 14px;}
    footer .copy, footer .copy span{ font-size: 12px;}
    .title-page{ height: 243px; }
    .title h1{
        font-size: 32px;
        line-height: 40px;
    }
    .title span { font-size: 16px;}
    .title-img-bg{ display: none; }
    .title-img-main{ width: 120px;}

    .content-about{ display: block; }
    #services-about{ flex-direction: column; }
    #about-title .title{ margin-top: 3rem;}
    #about-content .title h2{ font-size: 24px; }
    #about-content .title p{ font-size: 16px; }
    .content-about #imgs img{ width: 90%;}
    .content-about #imgs #logo { width: 70%;}
    .content-about-txt{ margin-top: 2rem; }
    #about-content-benefits,#about-content-benefits .content-about{ margin-top: 2rem;}
    #about-content-benefits .content-item p {
        margin: 0;
        text-align: left;
        margin-top: 1rem;
    }
    #about-content-benefits .content-about h2 {line-height: 30px;}
    #services-about div{ width: 100%;}
    #top-form{
        height: fit-content;
        padding: 8rem 0 5rem 0;
    }
    .form-home-area form{
        flex-direction: column;
        gap: 0;
    }
    .container-w50{
        width: 100%;
    }

    .form-home-area form .form-group label.submit-home.w-40 {
        width: 49%;
    }

    .form-home-area form .form-group label.submit-home.w-22 {
        width: 32%;
    }

    button.btn-next,
    .btn-yellow{
        width: 100%;
    }

    #home-content.page-content h2,
    #home-content.page-content p{
        text-align: left;
        line-height: normal;
    }

    #home-content.page-content span{
        font-size: 32px;
    }
    #why-choose-itens #container-why-choose-us{
        width: 100%;
    }

    #container-why-choose-us .box-item h3{
        font-size: 18px;
    }

    #container-why-choose-us p{
        font-size: 14px;
    }

    #container-why-choose-us:nth-child(1) .box-item img{
        right: -20px;
        /* top: -75px; */
        width: 150px;
    }

    #container-why-choose-us:nth-child(2) .box-item img {
        width: 100px;
        right: 0;
        top: -80px;
    }

    #container-why-choose-us:nth-child(3) .box-item img {
        width: 140px;
        top: -65px;
    }

    #container-why-choose-us:nth-child(4) .box-item img {
        width: 141px;
        top: -110px;
    }

    #why-choose-itens #container-why-choose-us{
        margin-top: 4rem;
    }

    .container-form-check h2{
        line-height: normal;
    }

    .container-form-check p:nth-child(4){
        margin: 0;
    }

    .form-home-area form .form-group{
        margin: 0;
    }

    .container-submit{
        margin-top: 2rem;
    }

    #home-content-why-choose button.submit{
        width: 100%;
    }

    #contact-title .title span{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    img.wave {
        margin-top: -40px !important;
      }

    #contact-content{
        flex-direction: column-reverse;
    }

    #contact-content .content-item, .form-contact-area{
        margin-top: 2rem;
    }

    .form-contact-area .form-group div, .form-contact-area button.submit{
        width: 100%;
    }
}
