@font-face {
    font-family: 'gentona bold';
    src: url('../fonts/gentona-bold.woff2') format('woff2'),
        url('../fonts/gentona-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gentona book';
    src: url('../fonts/gentona-book.woff2') format('woff2'),
        url('../fonts/gentona-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body{
    font-size: 62.5%; 
}

h1, h2, h3, h4, h5, h6, p, ul{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
select { -webkit-appearance:textfield; }



/* ==========================================================================
   Estilos Gerais
   ========================================================================== */

   h1, h2, h3, h4, b, button{
        font-family: 'gentona bold';
   }

   p, li, span, a{
        font-family: 'gentona book';
   }

   html,body{
     overflow-x: hidden;
   }


   body{
     width: 100%;
     background: url('../img/grafico-fundo.png') no-repeat left top 200px, url('../img/foto-topo.png') no-repeat right -55px top 30px;
     background-size: 100% auto, 820px auto;
   }

   .container{
        position: relative;
        width: 96%;
        max-width: 1088px;
        margin: 0 auto;
   }

   .topo{
        width: 100%;
        height: 768px;
        background: transparent;
   }

   .topo img{
        width: 154px;
        height: auto;
        margin-top: 50px;
   }

   .topo .texto{
        margin-top: 192px;
        width: 445px;
   }

   .topo .texto h1{
        font-size: 80px;
        line-height: 80px;
        color: #FCBD12;
   }

   .topo .texto p{
        padding-top: 10px;
        font-size: 30px;
        line-height: 40px;
        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: #fff;
        color: #FCBD12;
   }

   .topo .data{
        position: absolute;
        right: 220px;
        top: 392px;
        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: 695px;
        padding-top: 90px;
        background: url('../img/foto-scooter.png') no-repeat left -155px top 90px transparent;
        background-size: 661px auto;
   }

   
   .info .texto{
        width: 375px;
        margin-left: 460px;
        padding-top: 175px;
   }

   .info .texto h2{
        font-size: 50px;
        line-height: 50px;
        color: #FCBD12;
   }

   .info .texto ul{
        padding-top: 25px;
        font-size: 30px;
        line-height: 40px;
        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: none;
   }

   .formulario{
        background-color: #2B8CAB;
        padding-top: 168px;
        padding-bottom: 120px;
   }

   .formulario .ct-formulario{
        position: relative;
        width: 720px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 8px;
        padding: 70px 92px 84px 92px;
   }

   .formulario .ct-formulario:before{
        position: absolute;
        width: 460px;
        height: 605px;
        top: -198px;
        right: -323px;
        background: url('../img/foto-formulario.png') no-repeat center;
        background-size: 100% auto;
        content: '';
   }

   .formulario .ct-formulario h2{
        font-size: 50px;
        line-height: 50px;
        color: #424549;
        padding-bottom: 50px;
   }


   /*##################*/


   .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{
        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;
   }

   /* 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{
        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;
        border: none;
        transition: all 0.3s ease-in-out;
        border: 2px solid #FCBD12;
   }

   .formulario .ct-formulario form .ct-button button:hover{
        background-color: #fff;
        color: #FCBD12;
   }

   .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: 447px;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
   }

   .formulario .ct-formulario .msg-sucesso h2{
        font-size: 50px;
        line-height: 50px;
        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: 124px;
        padding-bottom: 36px;
   }

   footer .principal{
        width: 100%;
        height: 225px;
   }

   footer .principal img{
        display: block;
        width: 154px;
        height: auto;
   }

   footer .principal .endereco{
        width: 134px;
        margin-left: 398px;
   }

   footer .principal .endereco h3{
        font-size: 16px;
        line-height: 26px;
        color: #4ABAD0;
   }

   footer .principal .endereco a.link-endereco{
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
   }

   footer .principal .endereco a.link-endereco:hover{
        text-decoration: underline;
   }

   footer .principal .endereco a.link-tel{
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        margin-top: 26px;
   }

   footer .principal .endereco a.link-tel:hover{
        text-decoration: underline;
   }


   footer .principal .social{

   }

   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: 0.7;
   }

   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 *{
        font-size: 14px;
        line-height: 16px;
        color: rgba(255,255,255,0.5);
   }

   footer .copyright-legal a{
        text-decoration: underline;
   }

   footer .copyright-legal a:hover{
        text-decoration: none;
   }


   footer .copyright-legal a.link-politica{
        margin-left: 195px;
   }

   footer .copyright-legal a.link-cookies{
        margin-left: 142px;
   }





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* Remove padding and margin into box account */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Float Classes*/

.clearBoth{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

/*Text Classes*/

.upper{
    text-transform: uppercase;
}

.image{
    text-indent: -9999px;
    white-space: nowrap;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
  ESTILOS DA MENSAGEM PARA NAVEGADORES DESATUALIZADOS
   ========================================================================== */


#msg-atualizacao{
    position: fixed; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0; 
    background-color: #FFF; 
    color: #000; 
    z-index:9999999999999999999999;
}

#msg-atualizacao div.wrapper{
    position: absolute; 
    width: 800px; 
    height: 400px; 
    top: 50%; 
    left: 50%; 
    margin: -200px 0 0 -400px; 
    font-family: Arial, sans-serif;
    text-align: center; 
}

#msg-atualizacao div.wrapper h1{
    margin-top: 0px; 
    margin-bottom: 30px; 
    font-family: inherit;
    font-size: 48px; 
    line-height: 1em;  
    font-weight: bold;
    text-transform: uppercase; 
}

#msg-atualizacao div.wrapper p{
    font-family: inherit;
    font-size: 16px; 
}

#msg-atualizacao div.wrapper hr{
    width: 70px; 
    margin: 30px auto;
    border-top: 1px solid #ccc;
}

#msg-atualizacao div.wrapper h2{
    font-family: inherit;
    font-size: 16px; 
    line-height: 1em; 
    font-weight: normal !important;
}

#msg-atualizacao div.wrapper ul{
    width: 560px;
    list-style: none; 
    font-family: inherit; 
    margin: 60px auto 0 auto;
}

#msg-atualizacao div.wrapper ul li{
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

#msg-atualizacao div.wrapper ul li.no-border{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#msg-atualizacao div.wrapper ul li a{
    display: block;
    color: #000;
    text-decoration: none;
    padding-top: 66px;
    text-align: center;
} 

#msg-atualizacao div.wrapper ul li a:hover{
    text-decoration: underline;
}

#msg-atualizacao div.wrapper ul li a.chrome{
    background: url('../img/msg-atualizacao/chrome.jpg') no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.ff{
    background: url('../img/msg-atualizacao/firefox.jpg') no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.ie{
    background: url('../img/msg-atualizacao/ie.jpg') no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.safari{
    background: url('../img/msg-atualizacao/safari.jpg') no-repeat center top;
}