body{  
    font-family: 'Spartan MB';
}


strong{
    font-weight: 800;
}

.container{
    width: 793px;
    margin: 0 auto;
}

.home{
    max-width: 1894px;
    margin: 0 auto;
}

img{
    max-width: 100%;
}

.home__banner{
    height: 723px;
    color: #fff;
    padding-top: 103px;
    background-size: cover;
    background-position: bottom;
}

.home__banner h1{
    font-weight: 800;
    font-size: 70px;
    margin-bottom: 20px;
}


.home__banner h2{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 7.7px;
    font-style: italic;
    font-size: 26px;
}


.home__banner__container{
    display: flex;
    justify-content: space-between;
}

.home__banner__img{
    max-width: 290px;
    margin-top: 36px;
}

.home__banner__content{
    width: 420px;
}

.home__banner__content{
    width: 435px;
    margin-top: 88px;
    font-size: 35px;
    line-height: 47px;
}

.home__banner__content span{
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.title{
    color: #41a04c;
    font-weight: 800;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
}

.home__sobre .title{
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 38px;
}

.home__sobre .container{
    display: flex;
    justify-content: space-between;
    width: 728px;
}

.home__sobre__img{
    max-width: 240px;
    margin-top: 130px;
}

.home__sobre__content {
    margin-top: 225px;
    width: 427px;
    color: #8b8c9c;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 80px;
}

.home__video{
    text-align: center;
    padding-top: 110px;
    height: 880px;
    background-size: cover;
}

.home__video__content{
    background: #8b8c9c;
    height: 440px;
    width: 100%;
    display: block;
    margin-top: 40px;
}

.home__video__legenda{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
}

.home__depoimentos{
    text-align: center;
    padding: 340px 0 100px;
    margin-top: -261px;
}

.home__depoimentos .title{
    margin-bottom: 63px;
}

.home__depoimentos__content,
.home__footer__content{
    display: flex;
    justify-content: space-between;
}

.home__depoimentos__item{
    width: 257px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.home__depoimentos__item__box{
    backgrounD: #0B752B;
    color: #fff;
    padding: 20px;
    height: 300px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 18px;
    font-weight: 300;
    margin-bottom: 18px;
}

.swiper-button-next, .swiper-button-prev{
    filter: grayscale(1);
}

.swiper-button-next:focus, .swiper-button-prev:focus{
   outline: none;
}

.home__noticias{
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 240px;
}

.home__noticias .title{
    display: block;
    text-align: center;
    margin-bottom: 52px;
}

.home__footer__item{
    height: 80px;
    background-size: contain;
    background-position: center;
    width: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
}

.home__footer{
    background-size: cover;
    color: #757575;
    
    padding-bottom: 80px;

    padding-top: 390px;
}

.home__footer a{
    color: #757575;
}

.home__footer h2{
    width: 570px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 54px;
}

.home__footer__social{
    width: 224px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}

.home__footer__social__item{
    height: 34px;
}

.home__footer__social__item a{
    display: block;
}

.home__footer__social__item svg{
    height: 34px;
    fill: #0B752B;
    width: auto;
}

.home__form{
    padding-top: 150px;
}

.home__form .home__form__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__form__img {
    width: 264px;
}

.home__form__img span{
    font-size: 15px;
    color: #54a85e;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    display: block;
}

.home__form__content{
    width: 470px;
}

.home__form__content h2{
    color: #0B752B;
    font-weight: 800;
    margin-bottom: 10px;
}


.home__form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

label{
    max-width: 100%;
    width: 224px;
    display: block;
}

input{
    background: #EFF0F7;
    border: 0;
    color: #A2A3B0;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 21px;
    max-width: 100%;
}

input:focus{
    outline: none;
}

input[type="submit"]{
    background: #12245d;
    color: #fff;
    font-weight: bold;
    width: 140px;
    margin-top: 14px;
    float: right;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.compreagora{
    background: #0B752B;
    color: #fff;
    font-weight: bold;
    margin-top: 14px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}

.home__form .col-1{
    width: 470px;
}

.home__form .col-1 input{
    width: 470px;
}

.home__form__livro{
    width: 365px;
    margin-left: 80px;
    margin-top: -14px;
}


.home__noticias .swiper-slide__img{
    height: 295px;
    width: 520px;
    background: #fff;
    background-size: cover;
    border-radius: 15px;
}

.home__noticias .home__noticias .slide__more__title{
    font-weight:bold;
    font-size: 13px;
}

.home__noticias .swiper-slide__btn{
    color: #fff;
    background: #41a04c;
    border-radius: 15px;
    width: 250px;
    margin-bottom: 18px;
    padding: 21px 30px;
    font-size: 13px;
    cursor: pointer;
}

.home__noticias .swiper-slide__more{
    background: #fff;
    border-radius: 15px;
    width: 250px;
    padding: 30px;
    height: 222px
}

.u-df{
    display: flex;
    justify-content: space-between;
}

.swiper-slide__data{
    color: #0B752B;
    margin: 15px 0;
    font-size: 13px;
}

.swiper-slide__title{
    color: #252758;
}

.swiper-slide__content{
    color: #fff;
    margin-top: 35px;
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
}


.noticia{
    margin-top: 20px;
}
.noticia__img{
    background: #2A2D3B;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-size: cover;
    background-size: cover;
    background-position: center;
}

.noticia__title{
    width: 138px;
    color: #2A2D3B;
    font-size: 12px;
    line-height: 24px;
}

.swiper-slide a{
    text-decoration: none;
}

.form-output{
    font-size: 11px;
    position: absolute;
    margin-top: -40px;
    color: red;   
}

.depoimentos-prev{
    position: relative!important;
    bottom: 200px!important;
    left: -52px!important;
}

.depoimentos-next{
    position: relative!important;
    bottom: 205px!important;
    right: -52px!important;
    margin-left: auto;
}

.primeiro-capitulo{
    text-decoration: none;
}

.primeiro-capitulo div{
    border: 1px solid #757575;
    color: #757575;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    width: 270px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 36px;
    align-items: center;
}

.primeiro-capitulo img{   
    width: 40px;
    margin-right: 14px;
}


@media screen and (max-width: 828px){
    .title{
        font-size: 22px;
        line-height: 36px;
    }
    .container,
    .home__sobre .container{
        max-width: 400px
    }

    .home__banner h1{
        font-size: 46px;
    }

    .home__banner h2 {
        letter-spacing: 4px;
        font-size: 13px;
    }
    
    .home__banner__content {
        width: 255px;
        margin-top: 55px;
        font-size: 18px;
        line-height: 22px;
    }

    .home__banner__content span {
        font-size: 13px;
        line-height: 25px;
    }

    .home__banner{
        height: 437px;
        padding-top: 47px;
    }
    .home__banner__img{
        max-width: 167px;
        margin-top: 36px;
        margin-right: -50px;
    }

    .home__sobre__img{
        margin-top: 60px;
    }
    .home__sobre__content{
        margin-top: 65px;
    }
    .home__sobre__img{
        max-width: 140px;
    }
    .home__sobre .title{
        font-size: 16px;
        line-height: 28px;
    }

    .home__video__content{
        height: 225px;
    }
    .home__video{
        height: 576px;
        position: relative;
        z-index: 99;
    }
    .home__video__legenda{
        font-size: 13px;
    }
    .home__depoimentos__content, .home__footer__content{
        flex-wrap: wrap; 
    }

    .home__depoimentos__item{
        margin: 0 auto 30px;
    }
    .home__form__livro{
        margin-left: 80px;
    }
    .home__depoimentos{
        padding: 385px 0 0px;
        background-size: cover;
        margin-top: -355px;
    }
    .home__depoimentos__item__box{
        height: 245px;
        margin-bottom: 7px;
    }
    .home__depoimentos .title {
        margin-bottom: 34px;
    }
    .home__footer h2{
        width: auto;
    }
    .home__footer{
        font-size: 13px;
        line-height: 25px;
        padding-top: 210px;
    }
    .home__form .home__form__container{
        flex-wrap: wrap;
    }
}



@media screen and (max-width: 515px){
    .container, .home__sobre .container{
        width: 290px;
    }
    .home__banner h1 {
        font-size: 33px;
        margin-bottom: 13px;
    }

    .home__banner h2 {
        letter-spacing: 1.9px;
        font-size: 11px;
    }
    .home__banner__container,
    .home__sobre .container,
    .home__form form,
    .u-df{
        flex-wrap: wrap;
    }

    .home__form form label,
    .home__form form p,
    input,
    .home__form__content h2,
    .home__noticias .swiper-slide__btn
    {
        width: 100%;
    }

    .home__form__content h2 {
        margin-top: 30px;
        text-align: center;
    }
    .home__noticias .swiper-slide__more{
        display: none
    }

    .home__banner__img{
        max-width: 160px;
        margin: 36px auto 0;
    }

    .home__banner{
        height: 653px;
    }

    .home__sobre__img{
        margin: 120px auto 0;
    }

    .home__banner__img{
        margin: 26px auto 0;
    }

    .home__noticias{
        padding-top: 110px;
        padding-bottom: 160px;
    }

    .swiper-button-next,  .swiper-button-prev{
        bottom: 0!important;
    }

    .depoimentos-next{
        margin-right: 121px!important;
        margin-left: inherit;
        margin-top: -43px!important;
    }

    .depoimentos-prev{
        right: auto;
        margin-left: 121px!important;
    }

    .home__form__livro{
        margin-top: 60px;
    }

    .home__form {
        padding-top: 0;
    }

    .home__form .col-1 input,
    .home__form .col-1,
    .home__form__content{
        width: 100%;
    }

    .home__noticias .swiper-slide__img{
        height: 200px;
        width: 100%;
        margin-bottom: 20px;
    }
}