html, body {
   
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Palanquin Dark", sans-serif;
    color: #161616;
}
.item-mobile{
    display: none;
}


*, *::before, *::after {
    box-sizing: border-box;
}

.action-button {
    width: 20rem;
    height: 3.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.section-zero{
    height: 4rem;
    background: #685BC7;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 48px;
    color: #161616;
}
;
.section1 {
    width: 100%;
    background: #685BC7;
    min-height: 300px;
    font-size: 1.5rem;
    padding-bottom: 6rem;
}
.section1 h1{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: bold;
    
}
.title-text-pink {
    color: #F5B6CD;
}
.banner-container{
    padding-top: 4rem;
    max-width: 40%;
}
.banner-container h1{
     color: white;
}
.banner-container div{
    color: white;
    font-size: 20px;
}
.section2{
    padding-top: 2rem;
}
.section2-content{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section2-content-item{
    font-family: "Palanquin Dark", sans-serif;
    margin-bottom: 1rem;
    font-weight: bold;
  
}
.section2-content-item h1{
    font-size: 50px;
}


.section2-title{
    color: #161616;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 2rem;
}
.section2-content-description p{
    font-size: 20px;
}

.section2-content-image img{
    max-width: 100%;
}


.section3-title-text-dark{
    color: #161616;
}
.manifesto-mae{
    position: absolute;
    top:-240px;
    left:50px;
}
.mae-box{
    background-color: #A4DBE8;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 10px;
}
.mae-box p{
    margin-bottom: 0;
}
.manifesto-mae-title{
    width: 100%;
    display: inline-flex;
}
.manifesto-mae-title h3{
    color: #FFF;
    margin-left: 10px;
}

.section2-content-image img{
    max-width: 100%;
}

.section2-content-surgiu h1{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: bold;
    color: #161616;
}
.section3 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section3-header{
    text-align: center;
    margin-bottom: 4rem;
}
.section3-box{
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid var(--cor-terciaria);
    min-height: 480px;
}
.section3-step-image{
    max-width: 125px;
    margin-bottom: 1rem;
}
.section3-step-title{
    font-size: 32px;
    color: var(--cor-principal);
    margin-bottom: 1rem;
    
}
.section3-step-description{
    font-size: 20px;
    color: #161616;
}
.section4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section4-content{
    text-align: center;
    margin-bottom: 2rem;
}
.section4-content iframe{
    width: 560px;
    height: 315px;
    border-radius: 15px;
    margin: auto;
   
}
.novidades .action-button{
    width: fit-content;
    height: fit-content;
}
@media (min-width: 650px) {
    .container, .container-sm {
        max-width: 650px;
    }
}
@media (min-width: 750px) {
    .container, .container-sm {
        max-width: 750px;
    }
}

@media (min-width: 900px) {
    .container, .container-md, .container-sm {
        max-width: 850px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1350px) {
   
    .banner-container{
        max-width: 50%;
        padding-left: 3rem;
    }
}



@media (max-width: 1199px) {
     .section3-box {
        min-height: 600px;
    }
    h1 {
        font-size: 50px;
    }
    .banner-container{
        padding-left: 0;
    }
    .section3 h2{
        font-size: 1.7rem;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
    .section3 h2{
        font-size: 1.5rem;
    }
    .section-zero{
        height: 2rem;
        background: #685BC7;
    }
    .section2-content-item h1 {
        font-size: 35px;
    }
    .section2-content {
        padding-top: 7rem;
    }
}

@media (max-width: 900px) {
    .section3-step-title {
        font-size: 26px;
        line-height: 1;
    }
    .section3-box {
        min-height: 600px;
    }
}

@media (max-width: 828px) {
    .banner-container {
        padding-top: 1rem;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    .section1{
        font-size: 1.1rem;
    }
   
    h3 {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 35px;
    }
    .manifesto-mae{
        top:-300px;
     
    }
    .section2-content{
        font-size: 0.8rem;
    }
   
    .section2-content-item h1 {
        font-size: 25px;
    }
    .section3 h2{
        font-size: 1.3rem;
    }
    .section2-content-surgiu p,
    .section3-diferenciais-description {
        font-size:0.8rem;
    }
    .section2-content {
        padding-top: 5rem;
    }
}
@media (max-width: 769px) {
    .section3-box {
        min-height: fit-content;
        padding:3rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 775px) {
    .action-button {
        width: 10rem;
        height: 2.5rem;
    }
}
@media (max-width: 600px) {
    .item-desktop{
        display: none !important;
    }
    .item-mobile{
        display: block;
    }
    .section-zero {
        height: 0;
    }
    .item-desktop{
        display: none;
    }
    .manifesto-mae{
        position: relative;
        top: 0;
        left: 0;
    }
    .col-12{
        display: block;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner1-img {
        max-width: 70%;
        margin:auto;
    }
    .banner-container {
        padding-top: 1rem;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .section1 {
        padding-bottom: 3rem;
        min-height: fit-content;
        background: #685BC7;
        background-image: none !important;
        padding-top: 2rem;
    }
    
    h1 {
        font-size: 45px;
    }
    .section2-content {
        padding-top: 2rem;
    }
    .section2-content-item h1 {
        font-size: 35px;
    }
    .section2-content {
        font-size: 1.2rem;
    }
 
    
    h3 {
        font-size: 1.7rem;
    }
    .section2-content-description button{
        margin:auto;
    }
    .section3-img,
    .section2-content-image{
        text-align: center;
    }
    
    .section2-content-image img {
        max-width: 80%;
        margin:auto;
    }
    .section2-content-surgiu{
        padding-top: 2rem;
    }
    .section2-content-surgiu p, .section3-diferenciais-description {
        font-size: 1.1rem;
    }
    .section3-img img{
        max-width: 40%;
        margin-bottom: 1rem;
    }
    .section4-content iframe{
        width: 80%;
        height: 280px;
    }
    .novidades .action-button{
        width: 15rem;
        height: 2.5rem;
    }
    .novidades #email{
        width: 15rem;
    }

}

@media (max-width: 500px) {
    .section3-step-image {
        max-width: 100px;
    }
    .section3-step-title {
        font-size: 20px;
    }
    .section3-step-description {
        font-size: 16px;
    }

}

@media (max-width: 478px) {
    h1 {
        font-size: 40px;
    }
}
@media (max-width: 400px) {
    h1 {
        font-size: 35px;
    }
    
    .section1 {
        padding-bottom: 1rem;
    }
    .section2-title {
        font-size: 35px;
    }
    .section2-content {
        font-size: 1rem;
        padding-bottom: 0rem;
    }
   
    .section2-content-surgiu p, .section3-diferenciais-description {
        font-size: 1rem;
    }
    .section3 {
        padding-bottom: 0rem;
    }
    .section4-content iframe{
        width: 100%;
        height: 250px;
    }
}
@media (max-width: 324px) {
    h1 {
        font-size: 30px;
    }
    .section2-title {
        font-size: 30px;
    }
    h3 {
        font-size: 1.4rem;
    }
    .section2-content {
        font-size: 0.9rem;
       
       
    }
    .section2-content-surgiu p, .section3-diferenciais-description {
        font-size: 0.9rem;
    }
}