.section.section-page-curso{
    position: relative;
}
.section.section-page-curso *{
    font-family: "Open Sans",sans-serif
}
.page-curso__header{
    background: #2046A8;
    padding: 70px 0;
}
.page-curso--rapidos .page-curso__header{
    background: #208CAB;
}
.page-curso__header > .container{
    position: relative;
    display: grid;
    grid: auto / 700px 400px;
    justify-content: space-between;
}
.page-header__texto{
    max-width: 700px;
}
.curso-header__tipo p{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    margin: 0 0 15px 0;
}
.curso-header__titulo h1{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.curso-header__descricao{
    padding: 0 30px 0 0px;
}
.curso-header__descricao p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

/* box lateral */
.page-header__infos-lateral{
    width: 100%;
    position: relative;
    position: absolute;
    right: 0;
    max-width: 400px;
}
.infos-lateral__content{
    box-shadow: 0 3px 26px rgba(0,0,0, .3);
    background: #F1F1F1;
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    padding-bottom: 55px;
    /* position: absolute; */
    top: 0;
    right: 0;
    height: auto;
}
.infos-lateral__tipo{
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infos-lateral__tipo p{
    margin: 0;
    color: #666666;
    font-size: 17px;
    font-weight: 700;
}
.infos-lateral__options{
    padding: 25px 40px 20px 40px;
}
.infos-lateral__select-desc{
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
#filter_city{
    cursor: pointer
}
.infos-lateral__select .detalhe__group{
    display: grid;
    grid: auto / 16px auto;
    grid-gap: 10px;
    margin-top: 20px;
}
.infos-lateral__select .detalhe__group svg{
    width: 16px;
    height: 16px;
}
.infos-lateral__select .detalhe__group p{
    margin: 0;
    color: #535664;
    font-size: 14px;
    line-height: 20px;
}
.infos-lateral__select .detalhe__group b{
    margin: 0;
    color: #535664;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.infos-lateral__select .detalhe__preco{
    text-align: center;
    margin-top: 30px;
}
.infos-lateral__select .detalhe__preco p{
    margin: 0;
}
.infos-lateral__select .detalhe__preco b{
    color: #535664;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.03rem;
}
.infos-lateral__botao-interesse{
    padding: 0 40px;
    margin-bottom: 30px;
}
a.button-tenho-interesse{
    background: #25CC9F;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 50px;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    transition: .3s ease all;
    text-decoration: none
}
a.button-tenho-interesse:hover{
    background: #14a67f;
}
.infos-lateral__politica-desconto{
    padding: 0 40px;
    text-align: center;
}
.link-politica-desconto{
    color: #535664;
    text-decoration: underline;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

/* box lateral - noticias */
.infos-lateral__noticia{
    max-width: 100%;
    overflow: hidden;
    margin: 60px 0 30px 0;
    padding: 0 15px;
    width: 100%;
}
.infos-lateral__noticia-content{
    display: block;
    height: auto;
}
.infos-lateral__noticia-content p{
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.infos-lateral-noticia__card{
    /* padding: 0 15px; */
}
.infos-lateral-noticia__card a{
   display: block;
   width: 100%;
   height:100%;
   text-decoration: none;
   transition: .3s ease all;
}
.infos-lateral-noticia__card a:hover{
   transform: scale(1.03)
}
.infos-lateral-noticia__card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top center;
}
.infos-lateral-noticia__card p{
    margin: 0;
    padding: 10px 5px 0 5px;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 10px;
}


/* conteudo curso */
.container__conteudo-curso{
    display: grid;
    /* max-width: 700px; */
    grid: auto / 700px 400px;
}
.page-curso__conteudo{
    padding-top: 70px;
    padding-right: 30px;
}
.page-curso__conteudo p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
}
.page-curso__conteudo strong{
    color: #2046A8;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.page-curso--rapidos .page-curso__conteudo strong{
    color: #208CAB
}
@media only screen and (max-width: 1200px){
    .page-curso__header > .container,
    .container__conteudo-curso{
        grid: auto / 2fr 1fr;
    }
   .page-header__infos-lateral{
      max-width: 320px;
   }
   .infos-lateral__options{
       padding: 25px 20px 20px 20px;
   }
   .infos-lateral__botao-interesse{
    padding: 0 20px;   
   }
   .infos-lateral__politica-desconto{
    padding: 0 20px;
   }
}

@media only screen and (max-width: 992px){
    .page-curso__header > .container,
    .container__conteudo-curso{
        grid: auto / 1fr;
    }
    .infos-lateral__content{
        position: relative;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
    }
    .page-header__infos-lateral{
        margin-bottom: -100px;
        position: relative;
        max-width: 100%;
    }
    .page-curso__conteudo{
        padding-top: 140px;
        padding-right: 0;
    }
    
    .page-curso__header{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 768px){
    .curso-header__titulo h1{
        font-size: 26px;
        line-height: 32px;
    }
    .infos-lateral__options{
        padding: 25px 20px 20px 20px;
    }
    .infos-lateral__politica-desconto,
    .infos-lateral__botao-interesse{
        padding: 0 20px;
    }
}


/* modal form */
.modal-formCRM{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transition: .3s ease all;
    opacity: 0;
    z-index: -9;
}
.modal-formCRM.showModalForm{
    opacity: 1;
    z-index: 99999;
}
.modal-formCRM:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: rgba(83, 86, 100);
    opacity: .8;
}
.modal-formCRM__content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.modal-formCRM__close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #EcECEC;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-formCRM__close svg{
    width: 15px;
    height: 15px;
    margin: auto;
    cursor: pointer;
}
.modal-formCRM__form{
    background-color: #E9E9E9;
    padding: 50px 0;
    position: relative;
    width: 100%;
    height: auto;
    max-height: calc(100% - 50px);
    max-width: 850px;
    border-radius: 20px;
}
.modal-formCRM__form .contentForm{
    max-width: 100%;
    margin: 0 auto;
    overflow-y: overlay;
    border-radius: 20px;
    max-height: 100%;
}

/* width */
.modal-formCRM__form .contentForm::-webkit-scrollbar {
    width: 5px;
}
  
/* Track */
.modal-formCRM__form .contentForm::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
  
/* Handle */
.modal-formCRM__form .contentForm::-webkit-scrollbar-thumb {
    background: #1F396A;
    border-radius: 10px;
}


.modal-formCRM__form .contentForm #meio{
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    padding: 0 15px;
}
.modal-formCRM__form .titulo_subsite.conteudo .titulo{
    color: #1F396A;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px 0;
}
.modal-formCRM__form .body__form,
.modal-formCRM__form .body__form *{
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-family: "Open Sans", sans-serif;
}
.modal-formCRM__form .body__form a{
    text-decoration: underline;
}
.modal-formCRM__form form{
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.modal-formCRM__form .form-group__inputs{
    display: grid;
    grid: auto / 1fr 1fr 1fr;
    grid-gap: 10px 20px;
    margin: 30px 0;
}
.modal-formCRM__form .form-group__inputs label{
    color: #666666;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.modal-formCRM__form .form-group__inputs label .obrigatorio{
    color: #FF2C35;
}
.modal-formCRM__form .form-group__inputs input,
.modal-formCRM__form .form-group__inputs select{
    border-radius: 8px;
    width: 100%;
    height: 50px !important;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}
.modal-formCRM__form .form-group__inputs select{
    cursor: pointer;
}
.modal-formCRM__form .form-group__inputs .error{
    color: #FF2C35;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}

/* LGPD */
.checkLGPD {
   text-align: center;
   position: relative;
   max-width: 420px;
   margin: 0 auto 20px auto;
}

.checkLGPD .txt-termos {
   font-size: 16px;
   margin: 0;
   padding-left: 5px;
   font-weight: 300;
   line-height: 16px;
   text-align: left;
}

.checkLGPD .txt-termos span.openTerm {
   text-decoration: underline;
   color: #F65E8D;
}

.checkLGPD {
   display: flex;
   align-items: center;
   padding: 0 10px;
   justify-content: center;
   overflow: hidden;
}

.txt-termos span {
   cursor: pointer;
}

.textLGPD {
   position: absolute;
   top: 0px;
   right: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   transition: all ease .4s;
   pointer-events: none;
   opacity: 0;
   z-index: -9;
}

.textLGPD > p {
   position: absolute;
   bottom: 0;
   font-size: 15px;
   color: #fff;
   background: rgb(60 73 90 / .95);
   width: 100%;
   height: auto;
   padding: 50px 30px 30px;
   z-index: 2;
   transition: all ease .4s;
   box-sizing: border-box;
   margin: 0;
}

.textLGPD.termoAberto {
   pointer-events: auto !important;
   width: 100%;
   opacity: 1;
   z-index: 9;
}


.textLGPD>p a {
   color: var(--corSecundaria);
}

.fechar-termo {
   display: block;
   position: absolute;
   color: #fff;
   right: 20px;
   top: 20px;
   cursor: pointer;
}

#msgLgpd {
   max-width: 400px;
   margin: 0 auto;
}
.modal-formCRM__form  .button-submit__content{
    width: 100%;
    text-align: center;
}
.modal-formCRM__form  .button-submit__content button{
    background-color: #25CC9F;
    border-radius: 5px;
    border: 0;
    height: 40px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    transition: .3s ease all;
}
.modal-formCRM__form  .button-submit__content button:hover{
    background-color: #17b88d;
}

@media only screen and (max-width: 992px){
    .modal-formCRM__form .form-group__inputs{
        grid: auto / 1fr 1fr;
    }
}

@media only screen and (max-width: 768px){
    .modal-formCRM__form .titulo_subsite.conteudo .titulo{
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px){
    .modal-formCRM__form .form-group__inputs{
        grid: auto / 1fr;
    }
    .modal-formCRM__content{
        padding: 30px 15px;
    }
}