/* Fonts Import  --------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* TYPOGRAPHY */
.font-permanent {
    font-family: 'Permanent Marker', cursive;
}
.pacifico {
    font-family: 'Pacifico', cursive;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
a:active {
    text-decoration: none;
}
/* COLORS --------------------------*/
.branco {
    color: #FFF !important;
}
.amarelo {
    color: #DFA213 !important;
}
.azul { 
    background: -webkit-linear-gradient(#92fe9d, #00c9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cinza {
    color: #777 !important;
}
/* Nav Mobile --------------------------*/
.topnav {
    overflow: hidden;
    background-color: #00c9ff;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.topnav a {
    float: left;
    display: block;
    color: #fff;
    padding: 10px;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
}
.topnav a:hover {
    color: black;
}
.topnav .icon { 
    display: none;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon { 
        padding: 15px; 
        float: right; 
        display: block; 
    }
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute; 
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none; 
        display: block;
        text-align: left;
    }
}
.img-mobile-logo { 
    background-image: url(' ../img/logo-white.png');
    background-size: contain;
    height: 60px;
    width: 150px;
    z-index: 199 !important;
    margin: -3px 0px 0px 0px !important; 
}
/* SLIDER CSS --------------------------*/
.slider {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: absolute;
}
.slider div img {
    width: 20%;
    height: auto;
    float: left;
}
.slider div {
    position: relative;
    width: 500%;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
    left: 0;
    animation: 20s slider infinite;
}
@keyframes slider {
    0% {
        left: 0%; 
    } 20% {
        left: 0%; 
    } 25% { 
        left: -100%; 
    } 45% {
        left: -100%;
    } 50% {
        left: -200%;
    } 70% { 
        left: -200%;
    } 75% {
        left: -300%;
    } 95% {
        left: -300%;
    } 100% {
        left: -300%; 
    }
}
@media only screen and (max-width: 720px) {
    .slider {
        height: 600px;
    }
    .slider div {
        height: 600px;
    }
    .slider div img {
        height: 600px;
    }
}
/* Main CSS --------------------------*/
.main-page {
    height: 80% !important;
    width: 100%;
    z-index: 100 !important;
}
@media only screen and (max-width: 720px) {
    .main-page {
        height: 500px !important;
    }
}
.main-page h1, .main-page h2 {
    color: #fff;
    margin: 0px; 
    line-height: 1.5;
}
@media only screen and (min-width: 720px) { 
    .main-page {
        height: 90%;
    }
}
.main-page-logo { 
    background-image: url('../img/logo-white.png');
    height: 190px; 
    width: 350px;
    right: 80px;
    top: 40px;
    position: absolute;
    z-index: 199;
}
.midle {
    display: table-cell;
    vertical-align: middle;
}
/* Nav Fixed Nos --------------------------*/
.nav.after-css {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0px;
    background-color: #FFF; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.25s ease;
    z-index: 999;
}
#scroll {
    height: 70%;
    position: absolute;
}
.img-menu-logo {
    visibility: hidden;
}
.img-menu-logo.after-css {
    position: absolute; 
    background-image: url('../img/logo.png');
    background-size: contain;
    height: 60px;
    width: 150px; 
    z-index: 199 !important;
    right: 40px; 
    top: 10px; 
    visibility: visible;
}
.weather-box {
    position: absolute;
    right: 0px;
    padding-top: 20px;
}
.weather-box.after-css {
    visibility: hidden;
}
/* Sobre Nos --------------------------*/
.img-sobrenos-01 { 
    background-image: url('../img/img-sobrenos-01.jpg');
    height: 96px;
    width: 96px;
}
.img-sobrenos-02 { 
    background-image: url('../img/img-sobrenos-02.jpg'); 
    height: 96px;
    width: 96px;
}
.img-sobrenos-03 {
    background-image: url('../img/img-sobrenos-03.jpg');
    height: 96px;
    width: 96px;
}
.img-sobrenos-04 { 
    background-image: url('../img/img-sobrenos-04.jpg');
    height: 96px; 
    width: 96px;
}
/* ROTAS PAGE --------------------------*/
.rotas {
    background: url(../img/bg-rotas.jpg);
    width: 100%; 
    padding-top: 30px;
    padding-bottom: 30px;
}
.rotas-box {
    z-index: 200;
    padding: 20px;
}
.rotas-valor {
    position: absolute;
    bottom: 0px; 
    right: 0px;
    background: #FFC600;
    padding: 10px;
    margin: 0px;
}
.rotas-novidade {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
    padding: 10px;
}
.rotas-container {
    position: relative;
    text-align: center;
}
.img-rotas-01 {
    position: relative;
    background-image: url('../img/img-rotas-01.jpg');
    height: 0;
    padding-top: 100%;
    z-index: 200 !important;
}
/* TRICKS --------------------------*/
.after {
    display: block;
    width: 100px;
    height: 2px;
    overflow: hidden;
    background-color: #CCCCCC;
    content: "";
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 10pt;
    line-height: 0%;
}
.midle {
    display: table-cell;
    vertical-align: middle;
}
.container-posicoes {
    position: relative;
    text-align: center;
    color: white;
}
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mzero {
    margin: 0 !important;
}
/* FAQ PAGE --------------------------*/
/* ACORDION CSS  --------------------------*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px; 
    width: 100%; 
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.active, .accordion:hover {
    background-color: #ccc; 
}
.panel {
    padding: 0 18px; 
    display: none;
    background-color: white; 
    overflow: hidden;
}
/* FOOTER PAGE --------------------------*/
footer {
    background: #252525; 
    padding-bottom: 20px;
    overflow: hidden;
}
footer p {
    color: #fff;
}
#footerbar {
    background: #fff url('../img/footer.png') no-repeat bottom center !important;
    height: 305px !important;
    display: block !important;
    width: 100% !important;
}
.img-footer-logo {
    background-image: url('../img/logo-white.png');
    background-size: contain;
    height: 84px;
    width: 200px; 
    z-index: 199 !important; 
}
/* buttons --------------------------*/
button {
    height: 48px;
    width: 180px;
    text-align: center;
    color: #FFC600;
    font-size: 1rem;
    font-weight: 200;
    background: transparent;
    border: 1px solid #FFC600;
    border-radius: 4px; 
    margin: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}
button:hover {
    background: #FFC600;
    color: #FFFFFF;
}
button:active { 
    outline: none;
}
/* facebook menseger --------------------------*/
.fb-livechat, .fb-widget {
    display: none;
}
.ctrlq.fb-button, .ctrlq.fb-close {
    position: fixed;
    left: 24px;
    cursor: pointer;
}
.ctrlq.fb-button {
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 24px;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out;
}
.ctrlq.fb-button:focus, .ctrlq.fb-button:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24);
}
.fb-widget {
    background: #fff;
    z-index: 2;
    position: fixed;
    width: 360px;
    height: 435px;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    left: 24px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
}
.fb-credit {
    text-align: center;
    margin-top: 8px;
}
.fb-credit a {
    transition: none;
    color: #bec2c9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    font-weight: 400;
}
.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    display: none;
}
.ctrlq.fb-close {
    z-index: 4;
    padding: 0 6px;
    background: #365899;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin: 8px;
    border-radius: 3px;
}
.ctrlq.fb-close::after {
    content: 'x';
    font-family: sans-serif;
}
.container-valign {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-rotas-pictures {
    height: 150px;
    width: 100%; 
    background-size: cover;
    margin-bottom: 10px;
    display: block;
    background-size: 100% auto !important;
}
.floatLabel {
    height: 40px;
    width: auto;
    text-align: center;
    color: #333;
    font-size: 1rem;
    font-weight: 200;
    background: #FFC600;
    border: 1px solid #FFD666;
    border-radius: 4px;
    margin: 5px 0;
    cursor: pointer; 
    transition: all 0.3s ease;
    outline: none;
}
.form-group{
    margin-bottom: 20px;
}
h2.heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    color: $asphalt;
    border-bottom: 1px solid $asphalt;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.controls {
    text-align: left;
    position: relative;
    input[type="text"], input[type="email"], input[type="number"],
    input[type="date"], input[type="tel"], textarea, button, select {
        padding: 12px;
        font-size: 14px;
        border: 1px solid $border;
        width: 100%;
        margin-bottom: 18px;
        color: #888;
        font-family: 'Lato', 'sans-serif';
        font-size: 16px;
        font-weight: 300;
        @include border-radius(2px);
        @include transition(all .3s);
        &:focus, &:hover {
            outline: none;
            border-color: $border-focus;
            + label {
                color: $booking-green;
                cursor: text;
            }
        }
    }
    .fa-sort {
        position: absolute;
        right: 10px;
        top: 17px;
        color: #999;
    }
    select {
        @include appearance(none);
        cursor: pointer;
    }
    label {
        position: absolute;
        left: 8px;
        top: 12px;
        width: 60%;
        color: #999;
        font-size: 16px;
        display: inline-block;
        padding: 4px 10px;
        font-weight: 400;
        background-color: rgba(255,255,255,0);
        @include transition(color .3s, top .3s, background-color .8s);
        background-color: rgba(255,255,255,1);
        &.active {
            top: -11px;
            color: #555;
            background-color: rgba(255, 255, 255, 1);
            width: auto;
        }
    }
    textarea {
        resize: none;
        height: 200px;
    }
}
.clear:after {
    content: "";
    display: table;
    clear: both;
}
/* Mobile Hide ---------------------*/
@media only screen and (max-width: 720px) {
    .mobile-hide {
        display: none !important;
        visibility: hidden;
    }
}
/* Desktop Hide ---------------------*/
@media only screen and (min-width: 720px) {
    .desktop-hide {
        display: none !important;
        visibility: hidden;
    }
}
/* UNIVERSAL */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
/* ROOT FONT STYLES */
* {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #333447;
    line-height: 1.5;
}
/* TYPOGRAPHY */
h1 {
    font-size: 3.5rem;
    margin: 0;
}
@media only screen and (max-width: 720px) {
    h1 {
        font-size: 2.5rem; 
    }
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.375rem;
    margin: 0px;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1rem;
    margin: 0px;
}
h6 {
    font-size: 0.875rem;
    margin: 0px;
}
p {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.8;
}
.font-light {
    font-weight: 200;
}
.font-regular {
    font-weight: 400;
}
.font-heavy {
    font-weight: 700;
}
/* POSITIONING */
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.justify {
    text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container {
    width: 90%;
    margin: 0 auto; 
    padding-top: 60px;
}
.container-xl {
    width: 90%;
    margin: 0 auto;
    padding: 60px 5% 60px 5%;
    background: #EEEEEE;
}
.row {
    position: relative;
    width: 100%;
}
.row [class^="col"] {
    float: left;
    margin: 8px 2%;
    min-height: 2px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 96%;
}
.col-1-sm {
    width: 4.33%;
}
.col-2-sm {
    width: 12.66%;
}
.col-3-sm { 
    width: 21%;
}
.col-4-sm { 
    width: 29.33%;
}
.col-5-sm {
    width: 37.66%;
}
.col-6-sm {
    width: 46%;
}
.col-7-sm {
    width: 54.33%;
}
.col-8-sm {
    width: 62.66%;
}
.col-9-sm { 
    width: 71%;
}
.col-10-sm {
    width: 79.33%;
}
.col-11-sm {
    width: 87.66%;
}
.col-12-sm {
    width: 96%;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.hidden-sm {
    display: none;
}
@media only screen and (min-width: 540px) {
    .container {
        width: 80%;
    }
}
@media only screen and (min-width: 720px) {
    .col-1 {
        width: 4.33%;
    }
    .col-2 {
        width: 12.66%;
    }
    .col-3 {
        width: 21%;
    }
    .col-4 {
        width: 29.33%;
    }
    .col-5 {
        width: 37.66%;
    }
    .col-6 {
        width: 46%;
    }
    .col-7 {
        width: 54.33%;
    }
    .col-8 {
        width: 62.66%;
    }
    .col-9 {
        width: 71%;
    }
    .col-10 {
        width: 79.33%;
    }
    .col-11 {
        width: 87.66%;
    }
    .col-12 {
        width: 96%;
    }
    .hidden-sm {
        display: block;
    }
}
@media only screen and (min-width: 960px) {
    .container {
        width: 75%;
        max-width: 960px;
    }
}
* {
    color: #636366;
}
body {
    background: #FFFFFF;
}
a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: line-through;
}
.m-bottom {
    margin-bottom: 48px;
}
.body-content {
    background: #fff;
    padding: 0px 0 60px 0;
    position: relative;
    z-index: 0 !important;
}
.body-content > .container {
    position: relative;
    top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
    .body-content > .container  {
        top: 0px;
        padding-bottom: 0px;
    }
}
.jumbotron {
    background: #FE7880;
    background-image: linear-gradient(#F38BD3, #FE7880);
    height: 760px;
    width: 100%;
    z-index: 100 !important;
}
.jumbotron h1, .jumbotron h2 {
    color: #fff;
}
.btn-secondary {
    border: 1px solid #FE7880;
    color: #FE7880;
}
.btn-secondary:hover {
    background: #FE7880;
    color: #fff;
}
.line {
    height: 1px;
    width: 100%;
    background: #D6D6D8;
    margin: 80px 0;
}
.grid-display {
    margin: 20px 0;
}
.grid-display [class^="col"] {
    background: #FBCED1;
    border: 1px solid #FE7880;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}
.grid-display [class^="col"] p {
    color: #FE7880;
    font-size: 0.8rem;
}
pre {
    margin-top: 30px;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D8DCE6;
    padding: 24px 0;
}
code, .tag, .el, .name, .content, .comment {
    font-family: monospace;
    font-size: 1.1rem; 
    line-height: 1.2rem;
    color: #636366;
}
.el {
    color: #FE7880;
}
.name {
    color: #F9B42D;
}
.content { 
    color: #75C050;
}
.comment {
    color: #B6CAD2;
}
/* IMAGES */
.img {
    background-size: contain;
    background-repeat: no-repeat;
}
.img-logo {
    background-image: url('../img/logo-white.svg');
    background-size: contain;
    height: 40px; 
    width: 40px; 
    padding-bottom: 8px;
}
.img-website-mock {
    position: relative;
    background-image: url('../img/web-mock.png');
    height: 0;
    padding-top: 71.8%;
    margin-top: 80px;
    z-index: 200 !important;
}
.img-responsive { 
    background-image: url('../img/responsive.png');
    height: 96px; 
    width: 144px;
}
.img-lightweight {
    background-image: url('../img/light.png');
    height: 96px;
    width: 96px;
}
.img-simple {
    background-image: url('../img/simple.png');
    height: 96px; 
    width: 132px;
}
/* === MEDIA QUERIES === */
@media only screen and (min-width: 720px) {
    .jumbotron { height: 600px;
    }
}