@font-face {
    font-family: 'Fredoka';
    src: url(../fonts/Fredoka-VariableFont_wdth\,wght.ttf);
}

*{
    margin: 0;
    padding: 0;
}

.header{
    padding: 25px 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner{
    background: url(../img/bck.png);
    padding: 50px 15px 10px 15px;
}

.banner-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-left{
    margin-right: 150px;
    font-family: 'Fredoka';
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-content-left h1 {
    font-size: 52px;
    font-weight: 400;
    color: #1A7C87;
    width: 558px;
    text-transform: uppercase;
}

.banner-content-left p{
    color: #001329;
    font-size: 24px;
    font-weight: 400;
    line-height: 126%; /* 30.24px */
    letter-spacing: 0.24px;
    width: 558px;
    margin-top: 15px;
}

.banner-content-left a{
    width: 558px;
    height: 70px;
    border-radius: 5px;
    background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 400;
    margin-top: 55px;
}

.banner-content-left a i{
    margin-right: 15px;
}

.palmilhas{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-title{
    text-align: center;
    margin-top: 100px;
    font-family: 'Fredoka';
}

.container-title h2{
    font-size: 20px;
    font-weight: 300;
    color: #3FB290;
    letter-spacing: 6px;
}

.container-title h1{
    color: #1A7C87 !important;
    font-size: 50px !important;
    font-weight: 300;
}

.palmilhas h1{
    color: #09305E;
    text-align: center;
    font-family: 'Fredoka';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    padding: 0 269px;
    margin-top: 19px;
}

.itens-li-container{
    margin: 40px auto;
    display: flex;
    align-items: flex-start;
}

.itens-li .item i{
    color: #3FB290;
    font-size: 15px;
    margin-right: 20px;
}

.itens-li .item{
    margin: 12px 0;
    font-size: 30px;
    font-family: 'Fredoka';
    font-weight: 200;
    color: #09305E;
    display: flex;
    align-items: center;
}

.itens-li:first-child {
    margin-right: 150px;
    margin-left: 150px;
}

.galeria{
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria img{
    margin: 0;
}

.beneficios h1{
    color: #09305E;
    text-align: center;
    font-family: 'Fredoka';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    padding: 0 269px;
    margin-top: 19px;
}

.beneficios-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.beneficios-content-left img{
    width: 450px;
}

.beneficios-content-right{
    margin-left: 100px;
}

.beneficios-content-right-contain {
    display: block;
    margin: 25px 0;
}

.beneficios-content-right-contain h1{
    margin: 0;
    padding: 0;
    font-family: 'Fredoka';
    font-size: 45px;
    font-weight: 300;
    color: #1A7C87;
    display: flex;
    align-items: center;
}

.beneficios-content-right-contain h1 i{
    font-size: 8px;
    margin-right: 30px;
}

.beneficios-content-right-contain p {
    font-family: 'Fredoka';
    font-size: 20px;
    font-weight: 200;
    width: 500px;
    margin-left: 40px;
}

.dr{
    display: flex;
    background: url(../img/bck2.png);
    height: 700px;
    justify-content: space-evenly;
    align-items: center;
}

.dr-content-left{
    background-color: #fff;
    padding: 40px;
    border-radius: 43px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dr-content-left-title h1{
    font-family: 'Fredoka';
    font-size: 35px;
    font-weight: 400;
    color: #1A7C87;
    margin-bottom: 35px;
}

.dr-content-left-list p{
    font-size: 20px;
    font-family: 'Fredoka';
    color: #001329;
    margin: 15px 0;
}

.dr-content-left-list p i{
    color: #1A7C87;
    margin-right: 10px;
}

.dr-content-left a{
    margin-top: 50px;
    margin-left: 5px;
    border-radius: 5px;
    background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
    text-decoration: none;
    font-family: 'Fredoka';
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    padding: 13px 60px;
}

.dr-content-right img {
    width: 480px;
    margin-top: 94px;
}

.dr-content-right p {
    position: relative;
    bottom: 150px;
    right: 30px;
    width: 170px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-family: 'Fredoka';
    overflow: hidden;
}

footer{
    background-color: #001329;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 100px 0;
}

.footer-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    text-align: center;
}

.separador{
    width: 572px;
    height: 1px;
    background-color: #f5f5f5;
    margin: 22px 0;
}

.footer-content h1{
    font-family: 'Fredoka';
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}

.footer-content h1 span{
    font-size: 29px;
    font-weight: 200;
}

.btn-footer{
    font-family: 'Fredoka';
    font-size: 40px;
    font-weight: 200 !important;
    border-radius: 97px;
    background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
    padding: 16px 32px;
    text-decoration: none;
    color: #fff;
    margin: 30px 0;
}

.social-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-btn a{
    margin: 0 15px;
}

.copy{
    text-align: center;
    width: 1346px;
    border-top: solid 1px #f5f5f5;
    margin-top: 30px;
    padding: 5px 0 0;
    font-family: 'Fredoka';
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.copy a{
    text-decoration: none;
    color: #3FB290;
}

@media screen and (max-width: 1366px) {
    .banner {
        background: url(../img/bck.png);
        padding: 50px 15px 10px 15px;
        height: 500px;
    }

    .banner-content-right img{
        width: 350px;
    }

    .banner-content-left h1 {
        font-size: 41px;
        font-weight: 400;
        color: #1A7C87;
        width: 500px;
        text-transform: uppercase;
    }

    .banner-content-left p {
        color: #001329;
        font-size: 19px;
        font-weight: 400;
        line-height: 126%;
        letter-spacing: 0.24px;
        width: 500px;
        margin-top: 15px;
    }

    .banner-content-left {
        margin-right: 90px;
        font-family: 'Fredoka';
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-content-left a {
        width: 500px;
        height: 60px;
        border-radius: 5px;
        background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 29px;
        font-weight: 400;
        margin-top: 55px;
    }

    .palmilhas h1 {
        color: #09305E;
        text-align: center;
        font-family: 'Fredoka';
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        padding: 0 200px;
        margin-top: 19px;
    }

    .galeria img{
        width: 260px;
    }

    .beneficios-content-right {
        margin-left: 50px;
    }

    .beneficios-content-right-contain h1 {
        margin: 0;
        padding: 0;
        font-family: 'Fredoka';
        font-size: 30px;
        font-weight: 300;
        color: #1A7C87;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1280px) {
    .copy {
        text-align: center;
        width: 1000px;
        border-top: solid 1px #f5f5f5;
        margin-top: 30px;
        padding: 5px 0 0;
        font-family: 'Fredoka';
        color: #fff;
        font-size: 16px;
        font-weight: 200;
    }
}

@media screen and (max-width: 884px) {
    .banner-content-left h1 {
        font-size: 30px;
        font-weight: 400;
        color: #1A7C87;
        width: 320px;
        text-transform: uppercase;
    }

    .banner-content-left p {
        color: #001329;
        font-size: 13px;
        font-weight: 400;
        line-height: 126%;
        letter-spacing: 0.24px;
        width: 320px;
        margin-top: 15px;
    }

    .banner-content-left a {
        width: 320px;
        height: 50px;
        border-radius: 5px;
        background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        font-weight: 400;
        margin-top: 55px;
    }

    .palmilhas h1 {
        color: #09305E;
        text-align: center;
        font-family: 'Fredoka';
        font-size: 23px;
        font-style: normal;
        font-weight: 300;
        padding: 0 30px;
        margin-top: 19px;
    }

    .itens-li .item {
        margin: 12px 0;
        font-size: 20px;
        font-family: 'Fredoka';
        font-weight: 200;
        color: #09305E;
        display: flex;
        align-items: center;
    }

    .itens-li:first-child {
        margin-right: 50px;
        margin-left: 150px;
    }

    .galeria img {
        width: 150px;
    }

    .beneficios h1 {
        color: #09305E;
        text-align: center;
        font-family: 'Fredoka';
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        padding: 0 40px;
        margin-top: 19px;
    }

    .beneficios-content-left img {
        width: 330px;
    }

    .beneficios-content-right-contain h1 {
        margin: 0;
        padding: 0;
        font-family: 'Fredoka';
        font-size: 24px;
        font-weight: 300;
        color: #1A7C87;
        display: flex;
        align-items: center;
    }

    .beneficios-content-right-contain p {
        font-family: 'Fredoka';
        font-size: 15px;
        font-weight: 200;
        width: 300px;
        margin-left: 40px;
    }

    .dr {
        display: flex;
        background: url(../img/bck2.png);
        height: 500px;
        justify-content: space-evenly;
        align-items: center;
    }

    .dr-content-left-title h1 {
        font-family: 'Fredoka';
        font-size: 25px;
        font-weight: 400;
        color: #1A7C87;
        margin-bottom: 35px;
    }

    .dr-content-left a {
        margin-top: 15px;
        margin-left: 5px;
        border-radius: 5px;
        background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
        text-decoration: none;
        font-family: 'Fredoka';
        color: #fff;
        font-size: 20px;
        font-weight: 200;
        padding: 13px 27px;
    }

    .dr-content-right img {
        width: 337px;
        margin-top: 94px;
        margin-left: 35px;
    }

    .dr-content-right p {
        position: relative;
        bottom: 100px;
        right: 2px;
        width: 170px;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        font-family: 'Fredoka';
        overflow: hidden;
    }

    .copy {
        text-align: center;
        width: 740px;
        border-top: solid 1px #f5f5f5;
        margin-top: 30px;
        padding: 5px 0 0;
        font-family: 'Fredoka';
        color: #fff;
        font-size: 16px;
        font-weight: 200;
    }
}

@media screen and (max-width: 800px) {
    .beneficios-content-right-contain h1 {
        margin: 0;
        padding: 0;
        font-family: 'Fredoka';
        font-size: 20px;
        font-weight: 300;
        color: #1A7C87;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 440px) {
    .banner-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .banner {
        background: url(../img/bck.png);
        padding: 50px 15px 10px 15px;
        height: 660px;
    }

    .banner-content-left {
        margin-right: 0;
        margin-bottom: 25px;
        font-family: 'Fredoka';
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-content-right img {
        width: 280px;
    }

    .container-title {
        text-align: center;
        margin-top: 60px;
        font-family: 'Fredoka';
    }

    .container-title h1 {
        font-size: 38px !important;
        padding: 0;
    }

    .itens-li:first-child {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: -10px;
    }

    .itens-li-container {
        margin: 40px auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .galeria {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .beneficios-content {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0;
        flex-direction: column;
    }

    .beneficios-content-right {
        margin-left: 0;
    }

    .dr {
        display: flex;
        background: url(../img/bck2.png);
        height: 770px;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .dr-content-right img {
        width: 280px;
        margin-top: -30px;
        margin-left: 85px;
    }

    .dr-content-left {
        background-color: #fff;
        padding: 40px;
        border-radius: 43px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: -70px;
    }

    footer {
        background-color: #001329;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 0;
    }

    .footer-content img {
        width: 350px;
    }

    .separador {
        width: 330px;
        height: 1px;
        background-color: #f5f5f5;
        margin: 22px 0;
    }

    .footer-content h1 {
        font-family: 'Fredoka';
        font-size: 30px;
        color: #fff;
        font-weight: 500;
    }

    .footer-content h1 span {
        font-size: 26px;
        font-weight: 200;
    }

    .btn-footer {
        font-family: 'Fredoka';
        font-size: 30px;
        font-weight: 200 !important;
        border-radius: 97px;
        background: linear-gradient(269deg, #3FB290 -16.34%, #09305E 133.01%);
        padding: 16px 32px;
        text-decoration: none;
        color: #fff;
        margin: 30px 0;
    }

    .social-btn img{
        width: 35px;
    }

    .copy {
        text-align: center;
        width: 330px;
        border-top: solid 1px #f5f5f5;
        margin-top: 30px;
        padding: 5px 0 0;
        font-family: 'Fredoka';
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

}