/*==================================================
RESET
==================================================*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    font-size:62.5%;
    scroll-behavior:smooth;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

body{
    font-family: "Montserrat", sans-serif;
    color:#143E7A;
    background:#fff;
}
img{
    display:block;
    max-width:100%;
}
a{
    text-decoration:none;
}

/*==================================================
FIM RESET
==================================================*/

/*==================================================
ROOT
==================================================*/
:root{
    --blue:#003980;
    --light-blue:#40B4F2;
    --yellow:#F0B537;
    --purple:#7350B7;
    --white:#FFFFFF;
    --radius:2rem;
    --container:120rem;
    --container-lg: 140rem;
    --container-fluid: 100%;
    --transition:.3s;
    --orange:#E97A2A;
    --green:#87B746;
    --dark:#0A4C9C;
}
/*==================================================
FIM ROOT
==================================================*/
.container{
    width:min(100% - 4rem,var(--container));
    margin:auto;
}
.container-lg{
    width:min(100% - 4rem,var(--container-lg));
    margin:auto;
}
.container-fluid{
    width: var(--container-fluid);
    margin:auto;
}
.mobile-br{
    display: none;
}

/*==================================================
HERO
==================================================*/
.hero{
    background:var(--blue);
    padding:5rem 0 6.6rem 0;
    border-radius:0 0 6rem 6rem;
    position:relative;
    overflow:hidden;
}
.hero__container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:3rem;
    position:relative;
}
/* proporção Figma: 564 / 570 / 612 */
.hero__content{
    flex:564 1 0;
    min-width:0;
    max-width:56.4rem;
}
.hero__logo{
    width: 16.6rem;
    margin-bottom:9rem;
}
.hero__title-img{
    width:100%;
    max-width:50.6rem;
}
.hero__subtitle{
    color:#fff;
    font-size:1.8rem;
}
.hero__title{
    font-size:clamp(4rem,5vw,7rem);
    color:var(--yellow);
    line-height:1;
}
.hero__text{
    color:#fff;
    margin:2rem 0;
    font-size:1.9rem;
    line-height:120%;
    font-weight:normal;
}
.hero__text > span{
    font-weight:800;
}
.hero__link{
    color:#fff;
    font-weight:600;
    font-size:1.9rem;
    text-decoration:underline;
}
.hero__inscreva{
    color:#fff;
    font-weight:600;
    font-size:2.7rem;
    margin-top:4rem;
}

.hero__image{
    flex:570 1 0;
    min-width:0;
    max-width:57rem;
}
.hero__image img{
    width:100%;
    border-radius:3rem;
}

/*==================================================
FORMULÁRIO NO HERO
==================================================*/
.hero__container aside{
    flex:612 1 0;
    min-width:0;
    max-width:61.2rem;
}
.hero__form {
    background:#fff;
    border-radius:2.8rem;
    box-shadow:0 1.2rem 3.2rem rgba(0,0,0,.18);
}
.hero__form-header{
    margin-bottom:1.6rem;
    border-radius: 1.875rem;
}
.hero__form-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1.2rem;
    color: var(--white);
    font-size:2.8rem;
    line-height:1.1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.938rem 5.875rem 1.925rem    
}
.hero__form-title span {
    font-weight: 400;
    color: var(--blue);
    font-size: 1.999rem;
}
.hero__form-date{
    background:var(--yellow);
    color:#fff;
    font-size:1.8rem;
    font-weight:700;
    padding:.6rem 1.4rem;
    border-radius:5rem;
    white-space:nowrap;
}
.hero__form-iframe-wrapper{
    display:flex;
    flex-direction:column;
    gap:1.2rem;
}
.hero__form-iframe-wrapper iframe{
    width:100%;
    height:46rem;
    border:0;
    display:block;
}
.hero__form-legal-text {
    padding: 1.313rem 1.875rem;
    border-radius: 2.8rem;
}
.hero__form-legal-text p{
    font-size:1.1rem;
    line-height:140%;
    color:#666;
    text-align:justify;
}
.links-mobile{
    display:none;
    gap:1.2rem;
    margin-top:1.6rem;
}
.lp-btn{
    flex:1;
    text-align:center;
    background:var(--blue);
    color:#fff;
    font-size:1.6rem;
    font-weight:600;
    padding:1.2rem 1.6rem;
    border-radius:5rem;
    text-decoration:none;
}
.lp-btn + .lp-btn{
    background:var(--yellow);
}

/*==================================================
DATA / EVENTO
==================================================*/
.hero__event{
    position:absolute;
    left:0;
    bottom:4rem;
    background:var(--yellow);
    border-radius:0 2.8rem 2.8rem 0;
    padding:2rem 4rem 2rem 3rem;
    color:#fff;
    z-index:2;
}
.hero__label{
    display:flex;
    margin-bottom:1rem;
    align-items:center;
    font-size:1.8rem;
    font-weight:400;
    opacity:.9;
    gap:1.2rem;
}
.hero__label img{
    width:100%;
    max-width:3.2rem;
}
.hero__event h3{
    font-size:2.8rem;
    margin-bottom:.4rem;
    font-weight:400;
}
.hero__event p{
    font-size:2.8rem;
    font-weight:400;
}

/*==================================================
FIM HERO
==================================================*/

/*==================================================
BOTÕES
================================================*/
.enrollment{
    margin-top:-3rem;
}
.enrollment__container{
    display:flex;
    gap:2rem;
}
.btn{
    display: flex;
    flex:1;
    border-radius:2.8rem;
    padding:3.2rem 3.5rem;
    color:#fff;
    text-align: start;
    font-size: 2.4rem;
    font-weight: 800;
    align-items: center;
    flex-wrap: wrap;
}
.btn > span{
    font-size: 1.6rem;
    font-weight: normal;
}
.btn--yellow{
    background:#F5B632;
}
.btn--blue{
    background:#47B4F0;
}
.btn--purple{
    background:#7350B7;
}

/*==================================================
FIM BOTÕES
==================================================*/

/*==================================================
SOBRE
==================================================*/
.about{
    padding:8rem 0;
}
.about--box{
    display: flex;
    margin-bottom: 5.0rem;
}
.about--box img{
    max-width: 59.7rem;
}
.section-title{
    font-size: clamp(2rem, 5vw, 4rem);
    margin: 3.8rem 3rem 0 0;
    font-weight: 700;
    color: #003980;
}
.section-title span{
    color:var(--yellow);
}
.about p{
    font-size: 2.4rem;
    line-height: 150%;
    margin-bottom:2rem;
    font-weight: 400;
}

/*==================================================
FIM SOBRE
==================================================*/

/*==================================================
EXPERIENCE
==================================================*/
.experience{
    padding:2rem 0 2rem 0;
}
.experience__wrapper{
    display:flex;
    gap:6rem;
    align-items:flex-start;
}

/* esquerda */
.experience__left{
    width:45%;
    display:flex;
    flex-direction:column;
    gap:3rem;
}
.experience__event{
    background:var(--blue);
    color:#fff;
    padding: 3rem 5rem;
    border-radius:2.8rem;
}
.experience__label{
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 500;
    opacity:.9;
    gap: 1.6rem;
}
.experience__label img{
    max-width: 4.7rem;
}
.experience__event h3{
    font-size: 4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.span-date{
    font-weight: 700;
}
.experience__event p{
    font-size: 4rem;
    font-weight: 500;
}
.experience__image{
    border-radius:3rem;
    overflow:hidden;
}
.experience__image img{
    width:100%;
    display:block;
    max-width: 72.1rem;
}

/* direita */
.experience__right{
    margin-top: 4rem;
    width:50%;
    display:flex;
    flex-direction:column;
    gap:4rem;
}
.experience__card{
    position:relative;
    margin-bottom: 2rem;
}
.experience__card h3::after{
    content:"";
    width:6rem;
    height:.5rem;
    background: #FFA344;
    display:block;
    margin-top: 1rem;
    border-radius:5rem;
}
.experience__card h3{
    color:var(--blue);
    font-size: 2.7rem;
    margin-bottom: 3.2rem;
    font-weight: 800;
    line-height:1.3;
}
.experience__card p{
    color: #003980;
    font-size: 1.8rem;
    line-height:1.8;
    font-weight: 400;
}
/*==================================================
FIM EXPERIENCE
==================================================*/


/*==================================================
VALUES
==================================================*/
.values{
    padding: 2rem 0 13rem 0;
    position: relative;
}
.values__header{
    text-align:center;
    margin-bottom:5rem;
}
.value-icone-blue{
    position: absolute;
    top: -11rem;
    right: 2.5rem;
    width: 100%;
    max-width: 20rem;
}

.values__cards{
    display:flex;
    flex-wrap:wrap;
    gap: 2.5rem;
}
.value-card{
    flex:1 1 calc(33.333% - 2rem);
    min-width:30rem;
    border-radius: 1.6rem;
    padding: 3.2rem;
    color:#fff;
    transition:.3s;
}
.value-card:hover{
    transform:translateY(-6px);
}
.values__header h2{
    font-size: 4.8rem;
    margin: 3.8rem 3rem 0 0;
    font-weight: 800;
    color: #003980;
}
.value-card h3{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 135%;
    margin-bottom:2rem;
}
.value-card p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 135%;
}
.values__details{
    padding: 8rem 0 4rem 0;
    display: flex;
    gap: 10rem;
    justify-content: center;
}
.values__details h2{
    font-size: 4.8rem;
    /* margin: 3.8rem 3rem 0 0; */
    font-weight: 800;
    color: #003980;
    line-height: 100%;
}
.values__details p {
    color: #003980;
    font-size: 1.8rem;
    line-height: 140%;
    font-weight: 400;
}
.values__details p span{
    font-weight: bold;
}


/* cores */
.value-card--blue{
    background:#3CB4E7;
}
.value-card--yellow{
    background: #F0B537;
}
.value-card--purple{
    background:#60489D;
}
.value-card--orange{
    background:#E07E27;
}
.value-card--green{
    background:#83AD4F;
}
.value-card--dark{
    background:#003980;
}



/*==================================================
FIM VALUES
==================================================*/

/*==================================================
CTA ENROLLMENT
==================================================*/
.cta-enrollment{
    background:var(--blue);
    padding: 15rem 0;
    overflow:hidden;
}
.cta-enrollment__wrapper{
    display:flex;
    align-items:center;
    justify-content: end;
    gap:6rem;
}

/* imagem */
.cta-enrollment__image{
    width:32%;
    position:relative;
}
.cta-enrollment__image img{
    width:100%;
    display:block;
    border-radius:3rem;
}
.cta-enrollment__item-img{
    position: absolute;
    width: 100%;
    max-width: 65.3rem;
    left: 7rem;
}

/* conteúdo */
.cta-enrollment__content{
    width:38%;
}
.cta-enrollment__title{
    color:#fff;
    font-size: 2.4rem;
    font-style:italic;
    margin-bottom: 2.5rem;
    font-weight: 500;
}
.cta-enrollment__buttons{
    display:flex;
    flex-direction:column;
    gap: 3rem;
    align-items: end;
}
.cta-enrollment .btn{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding: 3rem;
    flex-wrap: nowrap;
    border-radius: 1.6rem;
    width: 100%;
    max-width: 51.1rem;
}
.cta-enrollment .btn strong{
    font-size: 2.4rem;
    color:#fff;
    line-height: 130%;
    text-align: center;
}
.cta-enrollment .btn small{
    /* margin-top:.5rem; */
    color:#fff;
    font-weight: 400;
    font-size: 1.6rem;
}

/* save */
.cta-enrollment__save{
    width: 100%;
    max-width: 30.2rem;
    background: #4AB2E7;
    border-radius: 2.8rem 0 0 2.8rem;
    padding: 3rem;
    color: #fff;
}
.cta-enrollment__save-label{
    display: flex;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 2.2rem;
    font-style:italic;
    align-items: center;
    gap: 1.5rem;
}
.cta-enrollment__save p{
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
}
.cta-enrollment__save strong{
    font-size: 2.4rem;
}

/* decoração */
.cta-enrollment__shape{
    position:absolute;
}
.cta-enrollment__shape--left{
    width:5rem;
    height:5rem;
    background:url("../img/star.svg") center/contain no-repeat;
    left:-3rem;
    top:8rem;
}
.cta-enrollment__shape--bottom{
    width:8rem;
    height:5rem;
    background:url("../img/ribbon.svg") center/contain no-repeat;
    right:2rem;
    bottom:-2rem;
}

/*==================================================
FIM CTA ENROLLMENT
==================================================*/

/*==================================================
FINAL CTA
==================================================*/

.final-cta{

    margin-top: 25rem;

}
.final-cta__map{
    margin-top: -13rem;
}
.final-cta__map img{
    width: 100%;
    max-width: 49.2rem;
}

/* conteúdo */

.final-cta__content{

    display:flex;

    align-items:center;

    justify-content:space-between;

    /* overflow:hidden; */

    border-radius: 5rem 5rem 0 0;

    min-height:28rem;

    background: linear-gradient(
        90deg,
        #003980 62%,
        #3CB4E7 89%
    );
}

/* esquerda */

.final-cta__left{

    flex:1;

    padding:0 15rem;

    display:flex;

    align-items:center;

}

.final-cta__title{

    color:#FFF;

    font-size: 4rem;

    font-weight: 800;

    line-height: 130%;

    /* max-width:55rem; */

}



/* direita */
/* 
.final-cta__right{

    width: 50rem;

    display:flex;

    justify-content:center;

    align-items:center;

    height:100%;

}

.final-cta__button{

    display:flex;

    justify-content:center;

    align-items:center;

    width:28rem;

    height:6rem;

    background:#FFF;

    color:#083F8C;

    border-radius:1.6rem;

    font-size: 2.5rem;

    font-weight: 800;

    transition:.3s;

    box-shadow:0 .8rem 2rem rgba(0,0,0,.15);

} */

.final-cta__content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.final-cta__right{
    width: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}

.final-cta__button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28rem;
    height: 6rem;
    background: #FFF;
    color: #083F8C;
    border-radius: 1.6rem;
    font-size: 2.5rem;
    font-weight: 800;
    transition: .3s;
    box-shadow: 0 .8rem 2rem rgba(0,0,0,.15);
    margin-bottom: 2.6rem;
    margin-right: 6.0rem;
}

.final-cta__button:hover{
    transform: translateY(-2px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.2);
}

.final-cta__button:hover{

    transform:translateY(-4px);

}

/* copyright */

.final-cta__copyright{

    background:#60489D;

    color:#FFF;

    font-size: 1.4rem;

    padding: 1.8rem 0 1.8rem 10rem;
    font-weight: 400;
    line-height: 140%;

}

.final-cta__copyright .container{

    display:flex;

    align-items:center;

}

/*==================================================
RESPONSIVO
==================================================*/
@media screen and (max-width: 1680px) {
    html{
        font-size: 54%;
    }
}
@media screen and (max-width: 1600px) {
    html{
        font-size: 51%;
    }
}
@media screen and (max-width: 1440px) {
    html{
        font-size: 47%;
    }
    .cta-enrollment__save {
        padding: 3rem;
    }
    .value-icone-blue {
        position: absolute;
        top: -45rem;
        right: 0;
        width: 100%;
        max-width: 13rem;
    }
    /* .final-cta__title {
        font-size: 3rem;
    } */
    .hero{
        overflow-x: hidden;
    }
    .hero > .container{
        width:min(100% - 4rem,var(--container-lg));
        margin:auto;
    }
     .hero__image {
        position: relative;
        z-index: 2;
    }

    .hero__event {
        position: absolute;
        right: 53rem;
        top: 22rem;
        z-index: 1;
        background: var(--yellow);
        border-radius: 2.8rem 0 0 2.8rem;
        padding: 2.5rem 8rem 2.5rem 5rem;
        color: #fff;
    }

}
@media screen and (max-width: 1400px) {
    html{
        font-size: 46%;
    }
    .final-cta__copyright{
        font-size: 2rem;
    }
    .final-cta__title {
        font-size: 3.8rem;
    } 
    .hero__container{ 
        gap:2rem; 
    }
    .hero__content,
    .hero__image,
    .hero__container aside{ 
        max-width:none; 
    }    
}
@media screen and (max-width: 1366px) {
    html{
        font-size: 44%;
    }
    /* .final-cta__title {
        font-size: 2.8rem;
    } */
}
@media screen and (max-width: 1280px) {
    html{
        font-size: 41%;
    }
    /* .final-cta__title {
        font-size: 2.6rem;
    } */
}
@media (max-width:1200px){
    .hero__image{ 
        display:none; 
    }
    .hero__event{
        position:static;
        border-radius:2.8rem;
        display:inline-block;
        margin-top:3rem;
    }
}

/* imagem some só nessa faixa */
@media (min-width:961px) and (max-width:1200px){

}

  .enrollment__image{
    display: none;
  }


/*==================================================
RESPONSIVO
==================================================*/
@media(max-width:960px){
    .hero__logo {
        margin-bottom: 2rem
    }
    .enrollment {
        display: flex;
        overflow-x: hidden;
        padding: 0 1rem;
    }

    .enrollment__image {
        display: block;
        width: 35rem;
        height: auto;
        object-fit: contain;
        flex-shrink: 0;
        margin-right: -15rem;
    }    
    /* .hero__container{
        flex-direction:column;
    } */
     .hero{
        overflow-x: visible;
        /* height: 500px; */
        background: var(--blue);
        padding: 5rem 0 6.6rem 0;
        border-radius: 0 0 8rem 8rem;
     }
    .hero__content,
    .hero__image{
        width:100%;
    }
     .hero > .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .hero__content {
        padding: 0 2rem;
    }
    .hero__text, .hero__link {
        font-size: 1.625rem;
    }
    .hero__text > br{
        display: none;
    }

    /* .hero__event{
        position:static;
        margin: 0 auto 0 auto;
        width: 100%;
        max-width: 32rem;
        border-radius: 2rem;
        padding: 2rem;
    } */
     /* .hero__event {
        position: static;
        transform: translateY(10rem);

        margin: 0 auto;
        width: 100%;
        max-width: 32rem;
        border-radius: 2rem;
        padding: 2rem;
    } */

    .hero__event {
        position: static;
        margin: 10rem auto -22rem auto;
        width: 100%;
        max-width: 32rem;
        border-radius: 2rem;
        padding: 2rem;
    }

    .hero__title-img {
        max-width: 100%;
    }
    .about{
         padding: 4rem 0;
    }
    .about br{
        display: none;
    }
    .about--box{
        flex-direction: column;
    }
    /*.hero__image img{
        display: none;
    }*/
  

    /*experience*/
  .experience__label{
    font-size: 2.7rem;
  }
    .experience{
        padding: 3rem 0;
    }
    .experience__wrapper{
        flex-direction:column;
    }
    .experience__left,
    .experience__right{
        width:100%;
    }
    .experience__left{
        display: flex;
        flex-direction: row;
    }
    .experience__event h3,
    .experience__event p{
        font-size: 2.8rem;
    }
    .experience__card h3 {
        font-size: 3.4rem;
    }

    .experience__right{
        gap:3rem;
    }

    .experience__event{
        order:2;
         padding: 3rem 3rem;
    }
    .experience__image{
        order:1;
    }
    .experience__card p{
        font-size: 2.2rem;
    }
    
    /*Values*/
    .values{
        padding:3rem 0;
    }
    .values__cards{
        flex-direction:column;
    }
    .value-card{
        min-width:100%;
    }
    .value-card p{
        font-size: 2.2rem;
    }
    .values__details h2{
        font-size: 3.5rem;
    }
    .values__header h2{
        font-size: 3.5rem;
    }
    .values__details {
        padding: 8rem 0 4rem 0;
        display: flex;
        flex-wrap: wrap;
        gap: 3.0rem;
        justify-content: start;
    }
    .values__details br{
    display: none;
    }
    .value-icone-blue {
        position: absolute;
        top: -35rem;
        right: 0;
        width: 100%;
        max-width: 7rem;
    }
    .img__boy-mobile{
        margin-top: 2rem;
        margin-bottom: -18rem;
    }

    /*Enrollment*/
    .enrollment__container{
        flex-direction:column;
    }
    .enrollment__container .btn{
        font-size: 1.8rem;
    }
    .enrollment__container .btn span{
        font-weight: 800;
    }
    .desktop-br {
        display: none;
    }
    .mobile-br{
        display: block;
    }
    .cta-enrollment .btn{
        max-width: 100%;
    }

    .btn span {
        display: contents;
    }
    .cta-enrollment__item-img {
        position: relative;
        width: 100%;
        max-width: 65.3rem;
        left: 0;
        display: none;
    }

    .enrollment {
        margin-top: 25rem;
    }
    .cta-enrollment{
        padding: 15rem 0 6rem 0;
    }
    .cta-enrollment__wrapper{
        flex-direction:column;
        align-items:center;
        gap:3rem;
    }
    .cta-enrollment__image{
        width:100%;
        max-width:32rem;
        order:1;
    }
    .cta-enrollment__save{
        width: 100%;
        max-width: 303px;
        order: 2;
        border-radius: 3rem;
        margin-bottom: 2rem;
        height: 87px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .cta-enrollment__save p,
    .cta-enrollment__save span,
    .cta-enrollment .btn strong {
        font-size: 3.0rem !important;

    }
    .cta-enrollment__buttons {
        align-items: center;
    }
    .cta-enrollment__buttons a.btn {
        width: 100%;
        max-width: 303px;
        order: 2;
        border-radius: 3rem;
        margin-bottom: 2rem;
        height: 87px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-size: 3.0rem;
    }
    .cta-enrollment__content{
        width:100%;
        order:3;
        padding: 0 2rem;
    }
    .cta-enrollment .btn strong {
        font-size: 3.5rem;
    }
    .cta-enrollment .btn small{
        font-size: 3rem;
    }
    .cta-enrollment__title{
        text-align: start;
    }
    .cta-enrollment .btn{
        align-items:center;
        text-align:center;
        border-radius: 3rem;
    }
    .final-cta__title {
        font-size: 3rem;
    }

    /*Footer*/
    .final-cta{

    /*margin-top: 25rem;*/
    margin-top: 11rem

}

.final-cta__content{

    flex-direction:column;

    padding:0 0 5rem;

    background:#F5BA31;

    border-radius:3rem 3rem 0 0;

}

/* mapa */

.final-cta__map{

    width: 100%;

    margin-top: -15rem;

    margin-bottom:3rem;

    order:1;
    text-align: center;

}
/* mapa */

.final-cta__map img{
    width: 35rem;
    display: inline-block;
    border-radius:3rem;
    /* position: absolute; */
    max-width: 50rem;

}

/* texto */

.final-cta__left{

    order:2;

    padding:0 3rem;

    justify-content:center;

}

.final-cta__title{

    text-align:center;

    color:#083F8C;

}

/* botão */

.final-cta__right{

    order:3;

    width:100%;

    margin-top:3rem;

}

.final-cta__button{

    width:18rem;

    height:5.4rem;

    font-size:1.8rem;

    color:#E5A500;

}

/* copyright */

.final-cta__copyright{

    /* text-align:center; */

    font-size:1.4rem;
    padding: 1.8rem 0 1.8rem 1.8rem;

}
    /* .final-cta{
        padding-top:5rem;
    }
    .final-cta__map{
        margin-bottom:-3rem;
    }
    .final-cta__map img{
        width:32rem;
    }
    .final-cta__content{
        flex-direction:column;
        background:#F6BA2F;
        min-height:auto;
        padding:6rem 3rem 4rem;
        border-radius:3rem 3rem 0 0;
    }
    .final-cta__left{
        width:100%;
        padding:0;
    }
    .final-cta__left h2{
        color:#0B428D;
        text-align:center;
        font-size:clamp(2.8rem,5vw,3.8rem);
    }
    .final-cta__right{
        width:100%;
        background:none;
        margin-top:3rem;
    }
    .final-cta__button{
        color:#E5A800;
        font-size:2rem;
        padding:1.8rem 4rem;
    }
    .final-cta__footer{
        font-size:1.6rem;
    } */

}
/*==================================================
FIM RESPONSIVO
==================================================*/

@media (max-width: 960px) {
    .hero > .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .hero__content {
        width: 100%;
        padding: 0;
    }

    .hero__content picture {
        display: block;
        width: 100%;
    }

    .hero__title-img {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
    }
    .hero{
        padding:4rem 0;
        border-radius:0 0 3rem 3rem;
    }
    .hero__container{
        flex-direction:row;
        flex-wrap:wrap;
        align-items:center;
        gap:2.4rem;
    }
    /* conteúdo + imagem lado a lado */
    .hero__content{
        flex:564 1 0;
        min-width:0;
        max-width:none;
    }
    .hero__image{
        display:block;
        flex:570 1 0;
        min-width:0;
        max-width:none;
    }
    .hero__container aside{
        flex:1 1 100%;
        width:100%;
        max-width:none;
        margin-top: 2rem;
        padding: 0 25px;
    }
    .break {
        display: none;
    }
    .hero__inscreva{ 
        display:none; 
    }
    /*.hero__link{ 
        display:none; 
    }*/
    .links-mobile{ 
        display:flex; 
    }
    .hero__form-iframe-wrapper iframe{ 
        height:52rem; 
    }
    .hero__event{
        display:block;
        width:100%;
        text-align:center;
    }    
}