@media screen and (max-width:720px) {


   body{
     width: 100%;
     background: url('../img/grafico-fundo.png') no-repeat left top 390px, url('../img/foto-topo.png') no-repeat right -106px top 114px;
     background-size: 160% auto, 460px auto;
   }

   .container{
        position: relative;
        width: 96%;
        max-width: 318px;
        margin: 0 auto;
        z-index: 2;
   }

   .topo{
        position: relative;
        width: 100%;
        height: 1300px;
        background: transparent;
   }

   .topo:before{
      position: absolute;
      width: 100%;
      height: 700px;
      bottom: 0;
      left: 0;
      background-color: #2B8CAB;
      content: '';
   }

   .topo img{
        width: 110px;
        height: auto;
        margin-top: 30px;
   }

   .topo .texto{
        margin-top: 403px;
        width: 100%;
   }

   .topo .texto h1{
        font-size: 50px;
        line-height: 50px;
        color: #FCBD12;
   }

   .topo .texto p{
        padding-top: 10px;
        font-size: 25px;
        line-height: 35px;
        color: #fff;
   }

   .topo .texto a{
        display: block;
        width: 184px;
        height: 50px;
        font-size: 15px;
        line-height: 48px;
        letter-spacing: 0.025em;
        text-align: center;
        color: #fff;
        background-color: #FCBD12;
        border-radius: 25px;
        margin-top: 40px;
        transition: all 0.3s ease-in-out;
        border: 2px solid #FCBD12;
   }

   .topo .texto a:hover{
        background-color: #FCBD12;
        color: #fff;
   }

   .topo .data{
        
        position: absolute;
        right: auto;
        left: 50%;
        top: 930px;
        transform: translateX(-50%);
        width: 276px;
        height: 240px;
        background: url('../img/fundo-data.png') no-repeat center;
        background-size: 100% auto;
        padding-top: 56px;
   }

   .topo .data h2{
        font-size: 30px;
        line-height: 50px;
        color: #424549;
        text-align: center;
   }

   .topo .data h3{
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        text-align: center;
   }

   .topo .data p{
        font-size: 21px;
        line-height: 35px;
        text-align: center;
        color: #fff;
   }


   .info{
        width: 100%;
        height: 1420px;
        padding-top: 586px;
        background: url('../img/foto-scooter.png') no-repeat left -85px top #2B8CAB;
        background-size: 550px auto;

   }

   
   .info .texto{
        width: 375px;
        margin-left: 0;
        padding-top: 0;
   }

   .info .texto h2{
        font-size: 35px;
        line-height: 35px;
        color: #FCBD12;
   }

   .info .texto ul{
        padding-top: 20px;
        font-size: 25px;
        line-height: 35px;
        color: #fff;
   }

   .info .texto ul li{
        display: block;
   }

   .info .texto a{
        display: block;
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0.025em;
        color: #A2DCEA;
        text-decoration: underline;
        margin-top: 25px;
   }

   .info .texto a:hover{
        text-decoration: underline;
   }

   .formulario{
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 0;
        width: 100%;
   }

   .formulario .container{
        max-width: 100%;
        width: 100%;
   }

   .formulario .ct-formulario{
        position: relative;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 0;
        padding: 67px 0px 130px 0px;
   }

   .formulario .ct-formulario:before{
        position: absolute;
        width: 361px;
        height: 475px;
        top: -456px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        background: url('../img/foto-formulario.png') no-repeat center;
        background-size: 100% auto;
        content: '';
   }

   .formulario .ct-formulario h2{
        width: 96%;
        max-width: 318px;
        margin-right: auto;
        margin-left: auto;
        font-size: 35px;
        line-height: 35px;
        color: #424549;
        padding-bottom: 30px;
   }


   /*##################*/

   .formulario .ct-formulario form{
     width: 96%;
     max-width: 318px;
     margin-right: auto;
     margin-left: auto;
   }


   .formulario .ct-formulario form .ct-campo{
        position: relative;
        width: 100%;
        height: 56px;
        margin-bottom: 26px;
   }

   .formulario .ct-formulario form .ct-campo .campo-texto{
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0.12);
        background-color: transparent;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.01em;
        padding: 0 16px;
        color: rgba(0,0,0,0.74);
        outline: none !important;
        transition: all 0.3s ease-in-out;
   }

   .formulario .ct-formulario form .ct-campo.foco .campo-texto{
        border: 2px solid #2B8CAB;
   }

   .formulario .ct-formulario form .ct-campo.error .campo-texto{
        border: 2px solid #CF6679;
   }

   

   .formulario .ct-formulario form .ct-campo label{
        position: absolute;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.01em;
        color: rgba(0,0,0,0.60);
        top: 50%;
        left: 11px;
        padding: 0 5px;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;

   }

   .formulario .ct-formulario form .ct-campo.preenchido label{
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03em;
        transform: translateY(-36px);
        z-index: 4;
        color: rgba(0,0,0,0.6);
        background-color: #fff;
   }

   

   .formulario .ct-formulario form .ct-campo.foco label{
        color: #2B8CAB;
   }

   .formulario .ct-formulario form .ct-campo.error label{
        color: #CF6679;
   }

   .formulario .ct-formulario form .ct-campo.preenchido label span{
     position: relative;
     z-index: 2;
   }


   .formulario .ct-formulario form .wrap-radio{
        position: relative;
        height: 56px;
        padding-top: 0;
        margin-bottom: 39px;
   }

   .formulario .ct-formulario form .wrap-radio h3{
        font-family: 'gentona book';
        float: left;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.01em;
        color: rgba(0,0,0,0.74);
        margin-right: 35px;
   }

   .formulario .ct-formulario form .wrap-radio.error h3{
        color:  #CF6679;
   }
    
   .formulario .ct-formulario form .wrap-radio label.label-radio{
     float: left;
     display: block;
     position: relative;
     padding-left: 30px;
    
     height: 17px;
     cursor: pointer;
     font-size: 16px;
     line-height: 17px;
     letter-spacing: 0.01em;
     color: rgba(0,0,0,0.6);
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     margin-right: 35px;
   }

   .formulario .ct-formulario form .wrap-radio label.label-radio.label-aluno{
      float: none;
      position: absolute;
      bottom: 0;
      right: 114px;
   }

   /* Hide the browser's default checkbox */
   .formulario .ct-formulario form .wrap-radio label.label-radio input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
   }

   /* Create a custom checkbox */
   .formulario .ct-formulario form .wrap-radio label.label-radio .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 17px;
     width: 17px;
     border-radius: 50%;
     background-color: transparent;
     border: 2px solid rgba(0,0,0,0.6);
     transition: all 0.3s ease-in-out;
   }

   .formulario .ct-formulario form .wrap-radio.error label.label-radio .checkmark {
     border: 2px solid #CF6679;
   }

   /* On mouse-over, add a grey background color */
   .formulario .ct-formulario form .wrap-radio label.label-radio:hover input ~ .checkmark {
     border: 2px solid #2B8CAB;
   }

   /* When the checkbox is checked, add a blue background */
   .formulario .ct-formulario form .wrap-radio label.label-radio input:checked ~ .checkmark {
     border: 2px solid #2B8CAB;
   }

   /* Create the checkmark/indicator (hidden when not checked) */
   .formulario .ct-formulario form .wrap-radio label.label-radio .checkmark:after {
     content: "";
     position: absolute;
     width: 8px;
     height: 8px;
     top: 50%;
     left: 50%;
     border-radius: 50%;
     background-color: #2B8CAB;
     transform: translateY(-50%) translateX(-50%) scale(0);
     transition: all 0.3s ease-in-out;
   }

   /* Show the checkmark when checked */
   .formulario .ct-formulario form .wrap-radio label.label-radio input:checked ~ .checkmark:after {
     transform: translateY(-50%) translateX(-50%) scale(1);
   }


   .formulario .ct-formulario form .ct-button{
        width: 100%;
        padding-top: 50px;
   }

   .formulario .ct-formulario form .ct-button button{
        float: none;
        display: block;
        width: 184px;
        height: 50px;
        font-size: 15px;
        line-height: 48px;
        letter-spacing: 0.025em;
        text-align: center;
        color: #fff;
        background-color: #FCBD12;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        transition: all 0.3s ease-in-out;
        border: 2px solid #FCBD12;
   }

   .formulario .ct-formulario form .ct-button button:hover{
        background-color: #FCBD12;
        color: #fff;
   }

   .formulario .ct-formulario .msg-sucesso{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 8px;
        top: 0;
        left: 0;
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        z-index: 10;
   }

   .formulario .ct-formulario .msg-sucesso.ativo{
        display: block;
   }

   .formulario .ct-formulario .msg-sucesso.aberto{
        opacity: 1;
   }

   .formulario .ct-formulario .msg-sucesso .ct-sucesso{
        position: absolute;
        width: 318px;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
   }

   .formulario .ct-formulario .msg-sucesso h2{
        font-size: 35px;
        line-height: 35px;
        color: #FCBD12;
        text-align: center;
        padding-top: 127px;
        background: url('../img/icon-sucesso.png') no-repeat center top;
        background-size: 97px auto;
        padding-bottom: 35px;
   }

   .formulario .ct-formulario .msg-sucesso p{

        font-size: 17px;
        line-height: 27px;
        color: #424549;
        text-align: center;
   }

   footer{
        width: 100%;
        background-color: #54565A;
        padding-top: 130px;
        padding-bottom: 36px;
   }

   footer .principal{
        width: 100%;
        height: auto;
   }

   footer .principal img{
        float: none;
        display: block;
        width: 154px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
   }

   footer .principal .endereco{
        float: none;
        width: 134px;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
   }

   footer .principal .endereco h3{
        font-size: 16px;
        line-height: 26px;
        color: #4ABAD0;
        text-align: center;
   }

   footer .principal .endereco a.link-endereco{
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-align: center;
   }

   footer .principal .endereco a.link-endereco:hover{
        text-decoration: none;
   }

   footer .principal .endereco a.link-tel{
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        margin-top: 26px;
        text-align: center;
   }

   footer .principal .endereco a.link-tel:hover{
        text-decoration: none;
   }


   footer .principal .social{
       float: none;
       width: 100%;
       margin-top: 50px;
       text-align: center;
   }

   footer .principal .social li{
     display: inline-block;
     width: 25px;
     height: 25px;
     margin-right: 20px;
   }

   footer .principal .social li:last-child{
        margin-right: 0;
   }

   footer .principal .social li a{
        display: block;
        width: 100%;
        height: 100%;
        transition: opacity 0.3s ease-in-out;
   }

   footer .principal .social li a:hover{
        opacity: 1;
   }

   footer .principal .social li a.link-facebook{
        background: url('../img/icon-facebook.png') no-repeat center;
        background-size: 100% auto;
   }

   footer .principal .social li a.link-instagram{
        background: url('../img/icon-instagram.png') no-repeat center;
        background-size: 100% auto;
   }


   footer .copyright-legal{
      position: relative;
      width: 100%;
      padding-bottom: 50px;
      margin-top: 100px;
   }  

   footer .copyright-legal *{
        font-size: 14px;
        line-height: 16px;
        color: rgba(255,255,255,0.5);
        text-align: center;
   }

   footer .copyright-legal a{
        text-decoration: underline;
   }

   footer .copyright-legal a:hover{
        text-decoration: underline;
   }

   footer .copyright-legal p.copyright{
        float: none;
        position: absolute;
        width: 318px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);                      
   }

   footer .copyright-legal a.link-politica{
        display: block;
        margin-left: 0;
        float: none;
        
   }

   footer .copyright-legal a.link-cookies{
        display: block;
        margin-left: 0;
        float: none;
        margin-top: 17px;
   }




}