/* Brand */

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600&display=swap");
html, body{
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    font-family: Sora;
}
body::-webkit-scrollbar, .modal::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body, .modal {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
p {
  margin: 0;
}
a{
    list-style: none;
    text-decoration: none;
}
#section_1{
    background-color: #2d2d2d;
    color: #a7a7a7;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: 580px;
    background-position: top;
    background-position-x: 860px;
    padding-bottom: 70px;
}
#section_1 nav{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    margin-bottom: 30px;
}
#section_1 nav:first-child img{
    width: 80px;
}
.social{
    display: flex;
    justify-content: space-around;
}
.social a{
    margin: 0 20px;
}
.social a:last-child{
    margin-right: 0;
}
.social a img{
    width: 24px!important;
    filter: contrast(0.1);
}
.content_left h2{
    font-weight: 300;
    font-size: 64px;
    line-height: 81px;
    color: #FFF;
    margin-bottom: 30px;
}
.content_left p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.assinatura img{
    width: 320px;
    padding-top: 40px;
}
.btn_baixar{
    display: flex;
    justify-content: center;
}
.btn_baixar a{
    /* background: #FFF; */
    background: #00ec00;
    border-radius: 22px;
    padding: 20px 60px;
    color: #000!important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.btn_baixar a img{
    width: 24px;
    margin-right: 12px;
}
.section_2{
    background: #000;
    padding: 122px 0;
    position: relative;
}
.ctt_left img{
    position: absolute;
    top: -70px;
    width: auto;
    height: calc(100% + 70px);
}
.ctt_right h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #FFF;
}
.ctt_right p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a7a7a7;
}
.btnn{
    display: flex;
    margin-top: 35px;
}
.btnn a{
    border-radius: 22px;
    padding: 20px 60px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnn a img{
    height: 24px;
    margin-right: 12px;
}
.btnn a:first-child{
    background: #00ec00;
    color: #000;
    margin-right: 20px;
}
.btnn a:last-child{
    border: 1px solid #a7a7a7;
    color: #a7a7a7;
}
.btnn a:last-child:hover{
    color: #a7a7a7;
}
footer{
    background: #FFF;
    padding: 80px 0;
}
.footer_left h3{
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
.footer_left h3 strong{
    font-weight: 600;
}
footer .social{
    width: 235px;
    filter: contrast(10);
}
.footer_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-dialog{
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
}
.modal-body{
    padding: 0 137px;
    padding-bottom: 104px;
}
.modal-content{
    height: fit-content;
    border-radius: 22px;
}
.modal{
    --bs-modal-width: 800px;
    border-radius: 22px;
}
.btn-close{
    --bs-btn-close-opacity: 1!important;
}
.modal-header{
    border: 0;
    padding: 0;
}
.btn-close{
    background-size: cover!important;
    margin-top: 40px!important;
    margin-right: 40px!important;
    width: 30px!important;
    height: 30px!important;
    padding: 0!important;
}
.modal-body h2{
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}
.modal-body p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 34px;
}
.modal form{
    display: flex;
    flex-direction: column;
}
.modal form input::placeholder, .modal form select::placeholder, .modal form textarea::placeholder{
    color: #000;
}
.modal form  .clas , .modal form select, .modal form textarea{
    border: 1px solid #989898;
    border-radius: 22px;
    padding: 25px 30px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal form select::-ms-expand{
    display: none;
}
.modal form select::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}
.modal form select{
    background-position: calc(100% - 30px) center;
    position: relative;
}
.form_btn{
    color: #FFF;
    background: #000000;
    border-radius: 22px;
    padding: 22px 76px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    justify-content: center;
    display: flex;
    place-self: flex-end;
    align-items: center;
}
.form_btn img{
    margin-right: 15px;
}
.btn-verde{
    background: #00ec00;
    text-align: center;
    margin: 15px 0 0;
    width: fit-content;
    border-radius: 22px;
    padding: 16px 50px;
    color: #000!important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
}
@media (max-width: 992px){
    .content_left h2{
        margin-top: 40px;
    }
    .book img{
        width: 100%;
    }
    .ctt_left img{
        width: 100%;
        position: inherit;
    }
    .ctt_right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .footer_left{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer_left .row div{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer_right{
        margin-top: 30px;
    }
}
@media(max-width: 768px){
    .section_2{
        padding: 60px 0;
        text-align: center;
    }
    #section_1{
        text-align: center;
    }
    .btnn{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btnn a{
        width: 100%;
    }
    .btnn a:first-child{
        margin-right: 0;
        margin-bottom: 20px;
    }
    nav .social a{
        margin: 10px;
    }
    .modal-body {
        padding: 0 20px;
        padding-bottom: 40px;
    }

    .content_left h2 {
        font-size: 38px !important;
        line-height: 50px !important;
    }
    .social{
        display: none !important;
    }
    #section_1 nav {
        display: inline-grid !important;
    }
}

