
@media screen and (max-width: 1020px){


    .container{
        position: relative;
        width: 96%;
        max-width: calc(1160px * 0.6);
        margin: 0 auto;
    }

    header{
        position: relative;
        width: 100%;
        height: calc(853px * 0.6);
        background: rgb(22,74,112);
        background: linear-gradient(180deg, rgba(22,74,112,1) 0%, rgba(18,63,98,1) 30%, rgba(6,28,53,1) 100%);
        padding-top: calc(20px * 0.6);
        
    }

    header .container{
        height: 100%;
    }

    header .container:after{
        position: absolute;
        left: calc(-70px * 0.6);
        bottom: 0;
        width: calc(645px * 0.6);
        height: calc(559px * 0.6);
        background: var(--url-img-topo) no-repeat center;
        background-size: calc(645px * 0.6) auto;
        content: '';
        z-index: 10;
    }

    header:before{
        position: absolute;
        width: calc(185px * 0.6);
        height: calc(371px * 0.6);
        background: var(--url-img-transicao) no-repeat center;
        background-size: calc(185px * 0.6) auto;
        left: calc(-28px * 0.6);
        bottom: calc(-209px * 0.6);
        content: '';
    }

    header img{
        display: block;
        width: calc(165px * 0.6);
        height: auto;

    }

    header .label-unidade{
        position: absolute;
        left: 50%;
        top: calc(20px * 0.6);
        transform: translateX(-50%);
        padding: 0 calc(40px * 0.6);
        background-color: #061C35;
        color: #009045;
        font-size: calc(15px * 0.6);
        line-height: calc(45px * 0.6);
        letter-spacing: 0.2em;
        text-align: center;
    }


    header h1{
        font-size: calc(50px * 0.6);
        line-height: calc(60px * 0.6);
        width: 100%;
        text-align: center;
        color: #fff;
        margin-top: calc(35px * 0.6);
    }

    header h2{
        width: 100%;
        font-size: calc(20px * 0.6);
        line-height: calc(24px * 0.6);
        color: #44CCE9;
        margin-top: calc(10px * 0.6);
        text-align: center;
    }

    .formulario-texto{
        background: var(--url-img-arvores) no-repeat right calc(-134px * 0.6) bottom calc(20px * 0.6);
        background-size: auto calc(402px * 0.6);
        background-color: #F5F5F5;
        padding-bottom: calc(145px * 0.6);
    }

    .formulario-texto .texto{
        position: relative;
        width: calc(376px * 0.6);
        padding-top: calc(88px * 0.6);
        margin-left: calc(105px * 0.6);
    }

    .formulario-texto .texto .ct-texto{
        width: 100%;
    }

    .formulario-texto .texto .ct-texto h2{
        font-size: calc(30px * 0.6);
        line-height: calc(36px * 0.6);
        width: calc(314px * 0.6);
        color: #44CCE9;
    }

    .formulario-texto .texto .ct-texto h3{
        font-size: calc(20px * 0.6);
        line-height: calc(24px * 0.6);
        color: rgba(0,0,0,0.6);
        margin-top: calc(10px * 0.6);
    }

    .formulario-texto .texto .ct-texto p.texto-intro{
            width: calc(278px * 0.6);
            margin-top: calc(40px * 0.6);
            font-size: calc(15px * 0.6);
            line-height: calc(24px * 0.6);
            color: rgba(0,0,0,0.6);
        }

        .formulario-texto .texto .ct-texto .lista-conteudos{
            width: calc(278px * 0.6);
            margin-top: calc(40px * 0.6);
            font-size: calc(15px * 0.6);
            line-height: calc(24px * 0.6);
            color: rgba(0,0,0,0.6);
            margin-bottom: calc(60px * 0.6);
        }

        .formulario-texto .texto .ct-texto .lista-conteudos li{
            position: relative;
            display: block;
            width: 100%;
            margin-bottom: calc(20px * 0.6);
            padding-left: calc(15px * 0.6);
        }

        .formulario-texto .texto .ct-texto .lista-conteudos li:before{
            position: absolute;
            width: calc(6px * 0.6);
            height: calc(6px * 0.6);
            border-radius: 50%;
            background-color: #44CCE9;
            left: 0;
            top: calc(10px * 0.6);
            content: '';
        }

    .formulario-texto .texto .ct-texto img.selo-einstein{
        width: calc(136px * 0.6);
        height: auto;
    }

    .formulario-texto .wrapper-formulario{
        width: calc(572px * 0.6);
        background-color: #fff;
        padding: calc(59px * 0.6) calc(58px * 0.6) calc(81px * 0.6) calc(63px * 0.6);
        margin-top: calc(-495px * 0.6);
    }

    .formulario-texto .wrapper-formulario h2.titulo-form{
        font-size: calc(32px * 0.6);
        line-height: calc(39px * 0.6);
        color: #164A70;
    }

    .formulario-texto .wrapper-formulario p.subtitulo{
        font-size: calc(15px * 0.6);
        line-height: calc(24px * 0.6);
        color: rgba(0,0,0,0.6);
        padding-top: calc(11px * 0.6);
        padding-bottom: calc(55px * 0.6);
    }

    .formulario-texto .wrapper-formulario form{
        position: relative;
        width: 100%;
    }

    .formulario-texto .wrapper-formulario .form-group{
        position: relative;
        width: 100%;
        height: calc(56px * 0.6);
        margin-bottom: calc(21px * 0.6);
    }

    .formulario-texto .wrapper-formulario .form-group.form-select .controls{
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0,0,0,0.12);
        border-radius: 4px;
        
        overflow: hidden;
    }

    

    .formulario-texto .wrapper-formulario .form-group.form-select.erro .controls{
        border: 1px solid #B00020;
    }

    .formulario-texto .wrapper-formulario .form-group.form-select .controls:before{
        position: absolute;
        right: 0;
        top: 0;
        width: calc(54px * 0.6);
        height: calc(54px * 0.6);
        background: var(--url-icon-select) no-repeat center #F5F5F5;
        background-size: calc(10px * 0.6) auto;
        content: '';
        z-index: 5;
    }



    .formulario-texto .wrapper-formulario .form-group.form-select .controls .wrap-select{
        width: 100%;
        height: 100%;
    }

    .formulario-texto .wrapper-formulario .form-group.form-select .controls select{
        position: absolute;
        width: 110%;
        height: 100%;
        border: none;
        background-color: transparent;
        font-size: calc(15px * 0.6);
        line-height: calc(54px * 0.6);
        color: rgba(0,0,0,0.74);
        padding: 0 calc(16px * 0.6);
        cursor: pointer;
        z-index: 5;
        opacity: 0;
    }

   

    .formulario-texto .wrapper-formulario .form-group label{
        position: absolute;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        background-color: #fff;
        font-weight: 400;
        font-size: calc(15px * 0.6);
        line-height: calc(54px * 0.6);
        color: rgba(0,0,0,0.6);
        z-index: 2;
        padding: 0 calc(14px * 0.6);
        transition: all 0.3s ease-in-out;
        cursor: text;
    }

    .formulario-texto .wrapper-formulario .form-group.form-select label{
        cursor: pointer;
    }

    .formulario-texto .wrapper-formulario .form-group.focus label{
        width: auto;
        height: auto;
        top: calc(-12px * 0.6);
        left: calc(14px * 0.6);
        font-size: calc(12px * 0.6);
        line-height: calc(16px * 0.6);
        padding: calc(3px * 0.6);
        
        letter-spacing: 0.03em;

    }

    .formulario-texto .wrapper-formulario .form-group.erro label{
        color: #B00020;
    }

    .formulario-texto .wrapper-formulario .form-group input.form-control{
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0,0,0,0.12);
        border-radius: 4px;
        padding: 0 calc(16px * 0.6);
        font-size: calc(15px * 0.6);
        line-height: calc(54px * 0.6);
        color: rgba(0,0,0,0.74);
        outline: none;
    }

    .formulario-texto .wrapper-formulario .form-group.apelido{
        display: none;
    }

   

    .formulario-texto .wrapper-formulario .form-group.erro input.form-control{
        border: 1px solid #B00020;
        color: #B00020;
    }

    .formulario-texto .wrapper-formulario .dia-horario{
        width: 100%;
    }

    .formulario-texto .wrapper-formulario .campo-data{
        width: 48.22222222222222%;
    }

    .formulario-texto .wrapper-formulario .campo-data:before{
        position: absolute;
        width: calc(54px * 0.58);
        height: calc(54px * 0.58);
        right: 1px;
        top: 1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background: var(--url-icon-agenda) no-repeat center #F5F5F5;
        background-size: calc(20px * 0.6) auto;
        content: '';
        z-index: 5;
    }

    .formulario-texto .wrapper-formulario .campo-data.focus:before{
        width: calc(52px * 0.54);
        height: calc(52px * 0.54);
        right: 2px;
        top: 2px;
    }


    .formulario-texto .wrapper-formulario .campo-hora{
        width: 48.22222222222222%;
        margin-left: 3.555555555555556%;
    }

    .formulario-texto .wrapper-formulario .campo-hora:before{
        position: absolute;
        width: calc(54px * 0.58);
        height: calc(54px * 0.58);
        right: 1px;
        top: 1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background: var(--url-icon-horario) no-repeat center #F5F5F5;
        background-size: calc(20px * 0.6) auto;
        content: '';
        z-index: 5;
    }

    .formulario-texto .wrapper-formulario .campo-hora.focus:before{
        width: calc(52px * 0.54);
        height: calc(52px * 0.54);
        right: 2px;
        top: 2px;
    }

    .formulario-texto .wrapper-formulario .bt-enviar{
        display: block;
        width: 100%;
        height: calc(56px * 0.6);
        background-color: #F59A47;
        border-radius: 4px;
        color: #fff;
        border: 1px solid #F59A47;
        font-size: calc(17px * 0.6);
        line-height: calc(56px * 0.6);
        letter-spacing: 0.1em;
        font-weight: 800;
        text-transform: uppercase;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
        margin-top: calc(40px * 0.6);
        transition: all 0.3s ease-in-out;
    }

    .formulario-texto .wrapper-formulario .bt-enviar:hover{
        background-color: #F59A47;
        color: #fff;
    }

    .formulario-texto .wrapper-formulario .msg-erro{
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: calc(15px * 0.6);
        line-height: calc(24px * 0.6);
        
        margin-top: calc(10px * 0.6);
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .formulario-texto .wrapper-formulario .msg-erro.aberto{
        opacity: 1;
    }

    /*RADIO BUTTOM*/

    .ct-radio{
        margin-bottom: calc(24px * 0.6);
    }

    .ct-radio p.label-radio{
        font-size: calc(15px * 0.6);
        line-height: calc(24px * 0.6);
        color: rgba(0,0,0,0.6);
        font-weight: 400;
        padding-bottom: calc(10px * 0.6);
    }

    .wrap-radio.last{
        margin-right: 0;
    }

    .wrap-radio {
      display: inline-block;
      position: relative;
      padding-left: calc(27px * 0.6);
      cursor: pointer;
      font-size: calc(15px * 0.6);
      line-height: calc(20px * 0.6);
      margin-right: calc(50px * 0.6);
      margin-bottom: calc(8px * 0.6);
      color: rgba(0,0,0,0.6);
      font-weight: 400;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .wrap-radio.perto{
        margin-right: calc(27px * 0.6);
    }

    .wrap-radio.cheio{
        width: 100%;
        margin-right: 0;
    }

    .wrap-radio.last{
        margin-right: 0;
    }

    .tipo-responsavel-opts.error .wrap-radio,
    .como-conheceu-opts.error .wrap-radio,
    .ano-interesse-opts.error .wrap-radio,
    .int-conteudo-opts.error .wrap-radio{
        color: #B00020;
    }



    .wrap-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom radio button */
    .wrap-radio .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: calc(20px * 0.6);
      width: calc(20px * 0.6);
      background-color: #fff;
      border: 2px solid rgba(0,0,0,0.6);
      border-radius: 50%;

    }

    .tipo-responsavel-opts.error .wrap-radio .checkmark,
    .como-conheceu-opts.error .wrap-radio .checkmark,
    .ano-interesse-opts.error .wrap-radio .checkmark,
    .int-conteudo-opts.error .wrap-radio .checkmark {
        border: 1px solid #FF8D6A;
    }

    /* On mouse-over, add a grey background color */
    .wrap-radio:hover input ~ .checkmark {
       border: 2px solid #44CCE9;
    }

    /* When the radio button is checked, add a blue background */
    .wrap-radio input:checked ~ .checkmark {
       border: 2px solid #44CCE9;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .wrap-radio .checkmark:before {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .wrap-radio input:checked ~ .checkmark:before {
      display: block;
    }

    /* Style the indicator (dot/circle) */
    .wrap-radio .checkmark:before {
      top: 1px;
      left: calc(3px * 0.6);
      width: calc(10px * 0.6);
      height: calc(10px * 0.6);
      background: #44CCE9;
      border-radius: 50%;
    } 

    .formulario-inativo{
        display: none;
    }

    footer{
        position: relative;
        width: 100%;
    }

    footer .infos{
        width: 100%;
        background-color: #061C35;
        padding-top: calc(78px * 0.6);
        padding-bottom: calc(70px * 0.6);
    }

    footer .infos  .ct-logo-rodape{
        width: calc(423px * 0.6);
    }

    footer .infos .ct-logo-rodape img{

        width: calc(164px * 0.6);
        height: auto;
    }

    footer .infos .dados-unidade{
        width: calc(737px * 0.6);
       
    }

    footer .infos .dados-unidade h3{
        font-size: calc(15px * 0.6);
        line-height: calc(18px * 0.6);
        color: #009045;
        letter-spacing: 0.2em;
        margin-bottom: calc(27px * 0.6);
    }

    footer .infos .contato-endereco{
        width: 100%;
    }

    footer .infos .contato-endereco .lista-rodape{
        float: left;
        width: calc(314px * 0.6);
        margin-right: calc(109px * 0.6);
    }

    footer .infos .contato-endereco.multiunidades .lista-rodape{
        margin-top: calc(70px * 0.6);
    }

    footer .infos .contato-endereco .lista-rodape.ultimo{
        margin-right: 0;
    }

    footer .infos .contato-endereco .lista-rodape li{
        display: block;
        width: 100%;
        margin-bottom: calc(16px * 0.6);
    }

    footer .infos .contato-endereco .lista-rodape li h4{
        width: 100%;
        font-size: calc(12px * 0.6);
        line-height: calc(24px * 0.6);
        color: #fff;

    }

    footer .infos .contato-endereco .lista-rodape li h5{
        width: calc(82px * 0.6);
        font-size: calc(12px * 0.6);
        line-height: calc(24px * 0.6);
        color: #00602D;
        margin-right: calc(16px * 0.6);
    }

    footer .infos .contato-endereco .lista-rodape li p{
        float: right;
        width: calc(216px * 0.6);
        font-size: calc(12px * 0.6);
        line-height: calc(24px * 0.6);
        color: #fff;
    }

    footer .infos .contato-endereco .lista-rodape li p a{
        text-decoration: none;
        color: #fff;
    }

    footer .infos .contato-endereco .lista-rodape li p a.link{
        color: #44CCE9;
        text-decoration: underline;
    }

    footer .infos .contato-endereco .lista-rodape li p a:hover{
        text-decoration: none;
    }

    footer .infos .contato-endereco .lista-rodape li p a.link:hover{
        text-decoration: underline;
    }

    footer .copyright{
        width: 100%;
        height: calc(80px * 0.6);
        background-color: #082648;
        padding-top: calc(32px * 0.6);
    }

    footer .copyright a{
        font-size: calc(12px * 0.6);
        line-height: calc(16px * 0.6);
        color: #44CCE9;
        text-decoration: underline;
    }

    footer .copyright a:hover{
        text-decoration: underline;
    }

    footer .copyright p{
        font-size: calc(12px * 0.6);
        line-height: calc(16px * 0.6);
        color: #fff;
    }

    .ct-retorno .caixa-retorno .corpo-retorno a.bt-voltar:hover{
        background-color: transparent;
        color: rgba(0,0,0,0.6);
    }


    

}