@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    max-width: 1440px;
    margin: auto!important;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}



.back-content {
    position: relative; /* Adicionado */
    background-image: url('../img-lp/back-view-woman-standing-victorious-way-with-copy-space\ 1.png');
    background-position: center;
    background-size: cover;
    height: 700px;
}

.cont{
    width: 400px;
}

.back-content::before { /* Adicionado */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Altere a opacidade aqui (0.5 é 50% de opacidade) */
}

.header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 100px;
    position: relative; /* Adicionado */
}



.content-header,
.content-header-2,
.content-header-3 {
    text-align: center;
    color: white;
    position: relative; 
    z-index: 1; 
    display: flex;
    justify-content: center;
}



.title-head{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
}

.prof-text{
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    padding-top: 5px;
}

.ad-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-top: 35px;
}

.title-video{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 25rem;
}

.video-player{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.video-player iframe{

}

.desc-video{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 25rem;
    margin-top: 20px;
}

.button-cta{
    width: 25rem;
    height: 45px;
    background: linear-gradient(to top,rgba(51, 51, 51, 1) ,rgba(189, 190, 93, 1) );
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.875rem;
    border: 2px solid rgba(189, 190, 93, 1);
    cursor: pointer;
}

.btn-lp{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
}

.lp-istoe-content-1 {
    display: flex;
    padding: 75px 220px;
    background-color: rgba(224, 224, 224, 1);
    flex-direction: column;
}

.lp-content-text{
    display: flex;
}

.lp-content-advanced {
    text-align: end;
}

.lp-text-indented{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 500px;
}

.lp-text-advanced{
    padding-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 500px;
}

.title-content {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-top: 50px; 
}

.title-content h1{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.support-text{
    margin-top: 50px;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    width: 62.5rem;
}

.lp-last-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.lp-last-txt p{
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
}

.lp-button-ctn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-istoe-content-2 {
    display: flex;
    padding: 75px 220px;
    justify-content: space-around;
}

.lp-both-col{
    display: flex;
}

.lp-first-one{
    max-width: 50%;
}

.lp-first-one h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.lp-first-one p{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
}


.lp-first-text{
    max-width: 50%;
}

.lp-first-text h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.lp-first-text p{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
}



.lp-istoe-content-3 {
    display: flex;
    padding: 75px;
    justify-content: space-around;
    flex-direction: column; 
    align-items: center; 
    background-color: rgba(51, 51, 51, 1);
}

.lp-both-table {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 67%; 
}

.lp-first-table {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-first-table h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: rgba(189, 190, 93, 1);
}

.lp-sec-table {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-sec-table h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: rgba(189, 190, 93, 1);
}

.benefits{
    border: 4px dotted rgb(189, 190, 93);
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
}

.benefits ul{
    list-style-type: none;
    padding: 1rem;
    margin: 0;
}

.benefits img{
    margin-right: 10px;
    margin-left: 10px;
}

.benefits li{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.lp-centered-text {
    text-align: center; 
}




.lp-istoe-content-4 {
    display: flex;
    justify-content: center; 
    padding: 75px;
    background-color: rgba(224, 224, 224, 1);
}

.content-motivations {
    width: 60%;
    text-align: center; 
}


.content-motivations ul {
    list-style: none; 
    padding: 0; 
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px;
}

.content-motivations img{
    margin-right: 15px;
}

.content-motivations li {
    margin-bottom: 10px; 
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.content-motivations h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.content-motivations-2 {
    width: 60%;
    text-align: center; 
}

.content-motivations-2 ul {
    list-style: none; 
    padding: 0; 
    text-align: left;
    margin-top: 30px;
}

.content-motivations-2 img{
    margin-right: 15px;
}

.content-motivations-2 li {
    margin-bottom: 10px; 
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.content-motivations-2 h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}



.lp-istoe-content-5 {
    display: flex;
    justify-content: center; 
    padding: 75px 225px;
}

.boxes-ads{
    width: 100%;
    background-color: rgba(224, 224, 224, 1);
}

.box-ad{
    height: 53px;
    text-align: left;
    align-items: center;
    display: flex;
    margin-top: 20px;
    border-left: 5px solid rgb(189, 190, 93);
}

.box-ad ul{
    margin-bottom: 0px;
}



.content-publish{
    width: 100%;
    text-align: center;
}

.box-ad li{
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
}

.subtitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    margin-top: 40px;
}



.lp-istoe-content-6 {
    justify-content: center; 
    padding: 75px 225px;
    background-color: rgba(51, 51, 51, 1);
}

.lp-first-one{
    max-width: 50%;
}

.lp-first-one h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: rgb(189, 190, 93);
}

.lp-first-one p{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.lp-both-col-paciente{
    display: flex;
    justify-content: space-between;
}


.lp-istoe-content-7 {
    display: flex;
    justify-content: center; 
    flex-direction: column;
    text-align: center;
    padding: 75px 225px;
    background-color: rgba(224, 224, 224, 1);
}

.banner-notes{
    display: flex;
}

.banner-notes img{
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.lp-istoe-content-7 h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

/* .banner-over img{
    width: 245px;
    height: 80px;
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
} */

.multi-boxes{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;

}

.awards-box{
    background-color: #fff;
    width: 310px;
    height: 87px;
    display: flex;
    text-align: initial;
    align-items: center;
    justify-content: center;
    border-left: 5px solid rgb(189, 190, 93) ;
    border-radius: 7px;
}

.awards-box p{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.complement-text{
    font-weight: 400;
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
}

.other-text{
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}

.lp-istoe-content-8 {
    display: flex;
    justify-content: center; 
    padding: 75px;
}

.block-motivations{
    margin-top: 75px;
}

.lp-istoe-content-9 {
    display: flex;
    justify-content: center; 
    padding: 75px;
    background-color: rgba(51, 51, 51, 1);
}

.text-img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-chegade {
    width: 80%;
    text-align: center; 
}

.content-chegade ul {
    list-style: none; 
    padding: 0; 
    text-align: left;
    margin-top: 30px;
}

.content-chegade img{
    margin-right: 15px;
}

.content-chegade li {
    margin-bottom: 10px; 
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.content-chegade h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: rgba(189, 190, 93, 1);
}


.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: inline;
}

.lp-istoe-content-10{
    display: flex;
    justify-content: center; 
    padding: 75px;
    background-color: rgba(224, 224, 224, 1);
}

.content-time {
    width: 80%;
    text-align: center; 
}

.content-time ul {
    list-style: none; 
    padding: 0; 
    text-align: left;
    margin-top: 30px;
}

.content-time img{
    margin-right: 15px;
}

.content-time li {
    margin-bottom: 10px; 
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.content-time h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}


.lp-istoe-content-form {
    padding: 75px 225px;
}

.title-form {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 50px;
}

.form-group {
    flex: 1;
    margin-right: 20px;
}

.full-width {
    flex-basis: 100%;
}

.elements-form form{
    margin-top: 60px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    border: none;
    border-left: 5px solid rgba(189, 190, 93, 1);
    background-color: rgba(224, 224, 224, 1);
    outline: none;
}



.lp-button-ctn button{
    width: 250px;
}


footer{
    background-color: rgba(189, 190, 93, 1)!important;
    display: flex!important;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer img{
    padding-top: 50px;
}

.terms-and-policy{
    padding-top: 35px;
}

.terms-and-policy a {
    text-decoration: none; 
    color: #fff; 
}

.terms-and-policy a:hover {
    text-decoration: underline; 
    color: #555; 
}

.contato{
    padding-top: 35px;
    color: #Fff;
    margin-bottom: 75px;
}


.img-x{
    display: none;
}

.img-note-cell{
    display: none;
}

.banner-notes{
    display: flex;
}

.banner-notes-cell{
    display: none;
}

.strong{
    display: flex;
}

.happy{
    display: flex;
}


/* cellphone screen */
@media only screen and (max-width: 768px) {


    body{
        overflow-x: hidden;
    }

    .back-content {
        position: relative; /* Adicionado */
        background-image: url('../img-lp/back-view-woman-mobile.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 100%;
        padding-bottom: 2rem;
        background-color: rgba(0,0,0,0.15);
    }

    .form-row{
        flex-direction: column;
        gap: 0.5rem;
    }

    .content-header-3,
    .content-header,
    .content-header-2{
        text-align: center;
        color: white;
        position: relative;
        z-index: 1;
        justify-content: center;
        padding: 0px;
        justify-content: center;
        align-items: center;
    }

    .cont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px;
    }

    .desc-video{
        width: auto;
    }

    .ad-text{
        text-align: center;
    }

    .header-grid{
        width: 100%;
    }

    .title-video{
        width: auto;
    }
    
    .back-content::before { 
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(51,51,51, 0.60);
        }

    .header-grid{
        grid-template-columns: repeat(2, 1fr);
        flex-direction: column;
        display: flex;
        padding-top: 0px;
        padding-bottom: 26rem;
    }




      .lp-istoe-content-1{
        padding: 15px;
        padding-top: 35px;
        padding-bottom: 35px;
      }

      .lp-text-indented{
        font-size: 16px;
        width: auto;
      }


      .support-text{
        width: auto;
      }

      .lp-content-text{
        display: block;
      }

      .lp-text-advanced{
        width: auto;
      }

      .title-content h1{
        text-align: center;
      }
      .lp-first-text img{
        display: none;
      }

      .lp-istoe-content-2{
        padding: 15px;
        padding-top: 35px;
        padding-bottom: 35px;
      }

      .lp-first-text{
        max-width: none;
      }

      .button-cta{
        width: 300px;
      }

      .btn-lp {
        font-size: 12px;
      }

      .lp-istoe-content-3 {
        padding: 15px;
        padding-top: 35px;
        padding-bottom: 35px;
        justify-content: center;
        }

      .lp-both-table {
        width: auto;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        }

        .lp-first-table {
            max-width: none;
            }

        .lp-first-table h2 {
            text-align: center;
            }

        .lp-sec-table {
            max-width: none;
            margin-top: 2rem;
            }

        .lp-sec-table h2 {
            text-align: center;
            }

        .img-x{
            margin-top: 2rem;
            display: flex;
        }

        .lp-istoe-content-4{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .content-motivations{
            width: auto;
        }

        .content-motivations img {
            margin-right: 7px;
          }

        .content-motivations ul {
        padding-left: 40px;
        padding-right: 15px;
        }

        .img-note-cell{
            display: flex;
        }

        .lp-istoe-content-5{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .box-ad{
            height: auto;
        }

        .subtitle{
            line-height: 26px;
        }

        .content-publish h1{
            font-weight: 600;
            font-size: 20px;
            line-height: 27px;

        }

        .lp-istoe-content-6{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .lp-first-one img{
            display: none;
        }

        .lp-first-one{
            max-width: none;
        }

        .lp-istoe-content-7{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }
            
        .multi-boxes {
            flex-direction: column;
            align-items: center;
        }

        .awards-box{
            width: 80%;
            margin-top: 10px;
        }

        .banner-notes{
            display: none;
        }

        .banner-notes-cell{
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .lp-istoe-content-8{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .content-motivations-2{
            width: auto;
        }

        .content-motivations-2 img {
            margin-right: 7px;
          }

        .content-motivations-2 ul {
        
        }

        .block-motivations {
            margin-top: 50px;
          }

        .lp-istoe-content-9{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .content-chegade{
            width: auto;
        }
        
        .strong{
            display: none;
        }
        
        .text-img{
            width: auto;
        }

        .lp-istoe-content-10{
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .content-time{
            width: auto;
        }

        .happy{
            display: none;
        }

        .lp-istoe-content-form {
            padding: 15px;
            padding-top: 35px;
            padding-bottom: 35px;
        }

        .form-row{
            display: block;
            margin-bottom: 1px;
        }

        input{
            margin-bottom: 15px;
            outline: none;
        }

        .fds{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        
}

button.disabled {
    opacity: 0.8!important;
}

button{
    width: 25rem;
    height: 45px;
    background: linear-gradient(to top,rgba(51, 51, 51, 1) ,rgba(189, 190, 93, 1) )!important;
    margin-top: 2.5rem!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 1.875rem!important;
    border: 2px solid rgba(189, 190, 93, 1)!important;
    cursor: pointer!important;
    color: #Fff!important;
}

.midle{
    display: flex;
    justify-content: center;
}

/* medium screen */
@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .content-header{
        display: none;
    }

    .header-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .cont{
        width: auto;
    }

    .lp-istoe-content-1{
        padding: 40px;
    }

    .lp-content-text{
        display: flex;
    }

    .lp-text-advanced{
        padding-top: 100px;
    }

    .lp-text-indented {
        width: auto;
    }

    .support-text{
        width: auto;
        text-align: center;
    }

    .lp-istoe-content-2 {
        justify-content: center;
        }
        .lp-both-col {
        justify-content: center;
        }
        .lp-first-text {
        max-width: none;
        }

    .lp-first-text img{
        display: none;
    }

    .lp-both-table{
        width: 100%;
    }

    .lp-istoe-content-3{
        padding: 15px;
    }

    .banner-notes{
        justify-content: center;
    }

    .awards-box{
        width: auto;
        height: auto;
    }


}



/* Ipad and regular screen */
@media screen and (min-width: 769px) and (max-width: 999px) {

    body{
        overflow-x: hidden;
    }

    .content-header{
        display: none;
    }

    .header-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .cont{
        width: auto;
    }

    .lp-istoe-content-1{
        padding: 40px;
    }

    .lp-content-text{
        display: flex;
    }

    .lp-text-advanced{
        padding-top: 100px;
    }

    .lp-text-indented {
        width: auto;
    }

    .support-text{
        width: auto;
        text-align: center;
    }

    .lp-istoe-content-2 {
        justify-content: center;
        }
        .lp-both-col {
        justify-content: center;
        }
        .lp-first-text {
        max-width: none;
        }

    .lp-first-text img{
        display: none;
    }

    .lp-both-table{
        width: 100%;
    }

    .lp-istoe-content-3{
        padding: 15px;
    }

    .banner-notes{
        justify-content: center;
    }

    .awards-box{
        width: auto;
        height: auto;
    }

    .lp-istoe-content-5{
        padding: 75px;
    }

    .content-motivations{
        width: auto;
    }

    .lp-first-one{
        width: auto;
        max-width: none;
    }

    .lp-both-col-paciente{
        justify-content: center;
    }

    .lp-istoe-content-6{
        padding: 75px;
    }

    .content-motivations{
        width: auto;
    }

    .lp-first-one img{
        display: none;
    }

    .banner-notes img{
        display: none;
    }

    .lp-istoe-content-7{
        padding: 75px;
    }

    .multi-boxes{
        gap: 35px;
    }

    .content-chegade{
        width: auto;
    }

    .content-chegade{
        width: auto;
    }

    .content-chegade ul{
        list-style: circle;
    }

    .text-img{
        width: auto;
    }

    .text-img img{
        display: none;
    }

    .content-time{
        width: auto;
    }

    .content-time ul{
        list-style: circle;
    }

}

.termos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 20px;
    color: black;
}

.site-footer .footer-href{
    color: #fff;
}

.site-footer span{
    color: #fff;
}

.site-footer .logo-img{
    margin-bottom: 2rem;
}

.nota-footer{
    width: 70%;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
}

.copy{
    text-align: center;
    color: #fff;
    padding-top: 2rem;
}

.smartplayer-mobile-play, .smartplayer-icon.smartplayer-play-icon{
    display: none!important;
}

.mauticform-field-16{
    position: relative;
}

.loading-wrap-absolute{
    position: absolute;
    background-color: rgba(224, 224, 224, 1);
    border-radius: 1.34375rem;
    display: none;
    justify-content: center;
    align-items: center;
    top: 40px;
    width: 100%;
    max-width: 25rem;
    height: 45px;
}
.spinner{
    width: 30px;
    height: 30px;
    border: 2px dashed #000;
    border-radius: 50%;
    animation: spin 3s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}