*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

/*---------------- HEADER --------------*/

a{
    cursor: pointer;
}

.logo{
    width: 150px;
}

.main-menu ul{
    margin-bottom: 50px;
}

.main-menu a{
    color: #fff;
    text-transform:uppercase;
    font-size: 14px;
}

.nav-link.active{
    padding-bottom: 2px;
    border-bottom: 3px solid #3cd3af;
}

.main-menu a:hover{
    color: #41ffc9;
}

.nav-item{
    padding: 0 10px;
}

.nav-item .btn{
    background:#54c6bd;
    border-radius: 30px;
    padding: 5px 20px;
}

.nav-item .btn:hover{
    background: #3cd3af;
    color: #fff;
}

.bg-header{
    background: url('../img/bg-header.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

/*----------------- Download formulario ------------------*/

#downloadForm{
    padding-top: 40px;
}

.download-text h1{
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}

.download-text p{
    color: #fff;
}

#downloadForm form{
    background: #59d3c8;
    padding: 30px;
    margin-top: 25px;
}

#downloadForm input[type="text"],
#downloadForm input[type="tel"],
#downloadForm input[type="email"]{
    border-radius: 4px;
    border: none;
    opacity: 90%;
    margin-bottom: 10px;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight:500;
}


.outros{
    height: 30px;
    width: 50% !important;
    display: block;
}

input::placeholder{
    font-size: 14px;
    font-weight:500;
}

#downloadForm .wpcf7-form p{
    font-weight: 800;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}

#downloadForm .wpcf7-form label{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

#downloadForm .autorização label{
    font-weight: 800;
}

#downloadForm input[type="submit"]{
    color: #fff;
    background: #002a3f;
    border-radius: 30px;
    padding: 12px 50px;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0;
    cursor: pointer;
    border: none;
}

#downloadForm input[type="submit"]:hover{
    opacity: 80%;
}

.check-container{
    display: flex;
    align-items: center;
    margin: 5px 0;
}

input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

span.wpcf7-list-item-label {
}

span.wpcf7-list-item {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

/* span.wpcf7-list-item.last {
    margin-bottom: -15px;
} */

/* span.wpcf7-form-control-wrap.outros input.wpcf7-form-control.wpcf7-text {
    display: none;
} */

input[name="acceptance"]{
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}

span.wpcf7-form-control.wpcf7-acceptance {
    margin-top: 40px;
    display: block;
}

span.wpcf7-form-control.wpcf7-acceptance span {
    font-weight: bold;
}


.check-margin{
    margin-bottom:10px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked{
    background-color: #002a3f;
}

input[type="checkbox"]:checked::after{
    content: ' \2714';
    color: #fff;
} 

input[type="radio"]{
    border-radius: 50px!important;
}

input[type="radio"]:checked::after{
    content: '\00B7';
    color: #fff;
    font-size: 40px;
}

p.note{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    opacity: 80% !important;
    text-decoration: none !important;
}

.aviso p{
    font-size: 10px;
    margin-top: 8px;
}

.ebook-foto{
    margin-top: 30px;
    height: 580px;
    object-fit: cover;
}

/*-------------------- Sobre ------------------------- */

#sobre{
    margin: 80px 0;
}

.sobre-ebook{
    background-image: url('../img/petal-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.sobre-ebook .col-md-8{
    margin-top: 60px;
}

#sobre span{
    color: #78dcd3;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
}

#sobre h2{
    color: #3e5e6e;
    font-weight: 400;
    margin: 10px 0;
}

#sobre p{
    color: #3e5e6e;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.esta-incluso{
    margin-top: 80px;
}

.ipad{
    padding-right: 50px;
}

.texto-incluso{
    margin-top: 40px;
}

/* ---------------- FOOTER -------------- */

footer{
    background: #001b26;
    padding: 40px;
    text-align:center;
}

.social-footer{
    margin-top: 20px;
}

.social-footer ul{
    list-style: none;
    padding: 0;
    margin:0;
}

.social-footer li{
    display: inline-block;
}

.social-footer img{
    margin: 0 5px;
}

.social-footer img:hover{
    opacity: 80%;
}

/* ------------ RESPONSIVO -------------- */

@media(max-width: 768px){
    .sobre-ebook{
        text-align: unset;
    }

    .sobre-ebook .col-md-8{
        margin-top: unset;
    }

    .ipad{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .texto-incluso{
        margin-top: 80px;
    }
}

@media(max-width: 992px){
    .bg-header{
        background-size: unset;
    }

    .sobre-ebook{
        background-position: center;
    }
}


.screen-reader-response {
    background: #fde47a;
    padding: 15px;
    border: #374b5f solid 2px;
    color: #223d56;
    margin: 0;
    display: none;
}

.screen-reader-response ul {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    width: 100%;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
    border: solid 1px red;
    font-weight: 900;
    font-size: 14px;
    color: red;
}


.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
    background: #fde47a;
    padding: 15px;
    border: #374b5f solid 2px;
    color: #223d56;
    border-radius: 10px;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output {
    background: #223d56;
    padding: 15px;
    border: #374b5f solid 2px;
    color: #fff;
    border-radius: 10px;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}