/*!

 =========================================================
 * Alphabet - 1.0.0
 =========================================================

 * BASE UI by https://creative-tim.com
 * TEMPLATE by https://jonilive.com

 */

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.pick-class-label {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    padding: 23px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.offline-doc .page-header {
    display: flex;
    align-items: center;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
    height: 100%;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

.fixed-section ul {
    padding: 0;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}


/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}


/*       Loading dots  */


/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}


/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

.section-download .description {
    margin-bottom: 60px;
}

.section-download h4 {
    margin-bottom: 25px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples a+a {
    margin-top: 30px;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.brand .h1-seo {
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.brand .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .section-navbars .navbar-collapse {
        display: none !important;
    }
}

.navbar-brand-logo {
    padding: 0;
}

.navbar-brand-logo .logo {
    float: left;
    overflow: hidden;
    width: 100px;
}

.info {
    max-width: 360px;
    margin: 0 auto;
    padding: 70px 0 30px;
    text-align: center
}

.info.info-hover .info-title {
    transition: color .4s
}

.info.info-hover:hover .icon {
    transform: translate3d(0, -.5rem, 0)
}

.info.info-hover:hover .icon.icon-primary.icon-circle {
    box-shadow: 0 15px 30px 0 rgba(249, 99, 50, .35)
}

.info.info-hover:hover .icon.icon-info.icon-circle {
    box-shadow: 0 15px 35px 0 rgba(44, 168, 255, .35)
}

.info.info-hover:hover .icon.icon-success.icon-circle {
    box-shadow: 0 15px 35px 0 rgba(24, 206, 15, .35)
}

.info.info-hover:hover .icon.icon-warning.icon-circle {
    box-shadow: 0 15px 35px 0 rgba(255, 178, 54, .35)
}

.info.info-hover:hover .icon.icon-danger.icon-circle {
    box-shadow: 0 15px 35px 0 rgba(255, 54, 54, .35)
}

.info.info-hover:hover .icon.icon-info+.info-title {
    color: #2ca8ff
}

.info.info-hover:hover .icon.icon-warning+.info-title {
    color: #ffb236
}

.info.info-hover:hover .icon.icon-danger+.info-title {
    color: #ff3636
}

.info.info-hover:hover .icon.icon-primary+.info-title {
    color: #008CD1
}

.info.info-hover:hover .icon.icon-success+.info-title {
    color: #18ce0f
}

.info .icon {
    color: #888;
    transition: transform .4s, box-shadow .4s
}

.info .icon>i {
    font-size: 3em
}

.info .icon.icon-circle {
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 9px 35px -6px rgba(0, 0, 0, .3);
    font-size: .7142em;
    background-color: #fff;
    position: relative
}

.info .icon.icon-circle i {
    line-height: 2.7
}

.info .info-title {
    margin: 25px 0 15px;
    padding: 0 15px;
    color: #2c2c2c
}

.info p {
    color: #888;
    padding: 0 15px;
    font-size: 1.1em
}

.info-horizontal {
    text-align: left!important
}

.info-horizontal .icon {
    float: left;
    margin-top: 23px;
    margin-right: 10px
}

.info-horizontal .icon>i {
    font-size: 2em
}

.info-horizontal .icon.icon-circle {
    width: 65px;
    height: 65px;
    max-width: 65px;
    margin-top: 8px
}

.info-horizontal .icon.icon-circle i {
    display: table;
    margin: 0 auto;
    line-height: 3.5;
    font-size: 1.9em
}

.info-horizontal .description {
    overflow: hidden
}

.icon.icon-primary {
    color: #008CD1
}

.icon.icon-primary.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(249, 99, 50, .3)
}

.icon.icon-info {
    color: #2ca8ff
}

.icon.icon-info.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(44, 168, 255, .3)
}

.icon.icon-success {
    color: #18ce0f
}

.icon.icon-success.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(24, 206, 15, .3)
}

.icon.icon-warning {
    color: #ffb236
}

.icon.icon-warning.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(255, 178, 54, .3)
}

.icon.icon-danger {
    color: #ff3636
}

.icon.icon-danger.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(255, 54, 54, .3)
}

.icon.icon-white {
    color: #fff
}

h4.card-title {
    margin-top: 0px;
}

.section .title {
    text-transform: uppercase;
}

.section .title::after {
    content: '_____';
    display: block;
    border-top: 1px solid #888;
    width: 120px;
    margin: 0px auto;
    margin-top: 10px;
    font-weight: 100;
    line-height: 5px;
    font-size: 20px;
    color: #008CD1;
}

#featured {
    background: #f2f2f2;
}

#search {
    background: #f2f2f2;
    padding: 30px 0;
}

#brands {
    padding: 40px;
    background: url(../img/bg4.jpg);
    background-size: 100%;
}

.owl-theme button {
    background: none;
    border: none;
    margin: 5px;
    padding: 0px;
}

.owl-theme button img {
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    width: 200px;
    height: 90px;
    object-fit: contain;
    padding: 3px;
}

.owl-theme img:hover {
    border-color: #008CD1;
}

a:active,
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.card-price {
    font-size: 1.4rem;
    line-height: 3.5rem;
}

@media(max-width:1200px) {
    .card-price {
        font-size: 1.1rem;
        line-height: 3.5rem;
    }
}

.card-description i {
    color: #5abae8;
}

.card-feature {
    color: #888;
    font-weight: normal;
}

.bg-superdark {
    background: #111010 !important;
}

#breadcrumbs {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../img/bg1.jpg');
    background-size: 100%;
    background-position: center center;
    border-bottom: 2px solid #aaa;
    padding-top: 80px;
    padding-bottom: 0px;
}

#breadcrumbs .breadcrumb {
    background: none;
    font-size: 1.2rem;
}

#breadcrumbs .breadcrumb-item.active {
    color: #eee;
}

#NotFoundpage {
    margin-top: 50px;
    margin-bottom: 150px;
}

#vehicleHeader {
    padding-top: 20px;
    background: #fcfcfc;
    box-shadow: 0 1px 19px -10px #333333;
}

#vehicleHeader h2,
#vehicleHeader h3 {
    margin-bottom: 0px;
}

#vehicleHeader .mini-info {
    padding-bottom: 20px;
}

#vehicleHeader .mini-info span {
    font-size: 1rem;
    color: #666666;
}

#vehicleImages {
    padding-top: 20px;
}

#vehicleDescription {
    margin-bottom: 50px;
}

#vehicleDescription h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

#vehicleDescription .basic-specs {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

#vehicleDescription .basic-specs ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}

#vehicleDescription .basic-specs li {
    margin: 0;
}

#vehicleDescription .basic-specs li .specs {
    font-size: 1.2em;
    line-height: 1.9em;
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #c2c1bd;
    transition: all 0.25s ease-in-out;
    color: #000;
}

#vehicleDescription .basic-specs li .specs span.value {
    float: right;
    font-weight: 300;
    color: #555;
}

#vehicleDescription .basic-specs li .specs:hover {
    background: #f3f2ed;
}

#vehicleDescription .basic-extra {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

#vehicleDescription .basic-extra ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}

#vehicleDescription .basic-extra li {
    margin: 0;
}

#vehicleDescription .basic-extra li .specs {
    font-size: 1.2em;
    line-height: 1.9em;
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    transition: all 0.25s ease-in-out;
    color: #555;
}

#vehicleDescription .basic-extra li .specs:hover {
    background: #f3f2ed;
}

footer h5 {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

footer .row img {
    margin-bottom: 20px;
}

.rotulowarn {
    background: rgba(0, 139, 209, 1);
    background: linear-gradient(to bottom, rgba(0, 139, 209, 1) 0%, rgba(0, 139, 209, 0.7) 80%, rgba(0, 139, 209, 0) 100%);
    padding: 10px;
    color: #fff;
    font-size: 24pt;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 20px;
}

.rotulovehicles {
    background: rgba(0, 139, 209, 1);
    background: linear-gradient(to bottom, rgba(0, 139, 209, 1) 0%, rgba(0, 139, 209, 0.7) 80%, rgba(0, 139, 209, 0) 100%);
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    opacity: 1;
    font-weight: bold;
}

.carnamebig {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    max-height: 45px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

#main-slider .page-header {
    min-height: 50vh;
}

.section {
    padding: 60px 0;
}

.mapbg {
    padding: 200px;
    background: url(../img/mapbg.jpg);
    background-size: 100%;
    border-bottom: 1px solid #ddd;
}

.offline {
    width: 100%;
    height: 100%;
    background: url('../img/bg1.jpg') top center;
    background-size: cover;
    position: absolute;
    color: #fff;
}

.offline .cover-heading {
    color: #008CD1;
}

.offline>.container {
    margin-top: 250px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* * * * * * * * * * * * * * * * * * * * R O T U L O S  A Q U I * * * * * * * * * * * * * * * * * * * */

.rotuloSold {
    background: rgba(220, 53, 69, 1);
    background: linear-gradient(to bottom, rgba(220, 53, 69, 1) 0%, rgba(220, 53, 69, 0.7) 80%, rgba(220, 53, 69, 0) 100%);
    color: #fff;
}

.rotuloExclusive {
    background: rgba(41, 153, 38, 1);
    background: linear-gradient(to bottom, rgba(41, 153, 38, 1) 0%, rgba(41, 153, 38, 0.7) 80%, rgba(41, 153, 38, 0) 100%);
    color: #fff;
}

.rotuloVermelho {
    background: rgba(220, 53, 69, 1);
    background: linear-gradient(to bottom, rgba(220, 53, 69, 1) 0%, rgba(220, 53, 69, 0.7) 80%, rgba(220, 53, 69, 0) 100%);
    color: #fff;
}

.rotuloAmarelo {
    background: rgba(255, 193, 7, 1);
    background: linear-gradient(to bottom, rgba(255, 193, 7, 1) 0%, rgba(255, 193, 7, 0.7) 80%, rgba(255, 193, 7, 0) 100%);
    color: #000;
}

.rotuloVerde {
    background: rgba(40, 167, 69, 1);
    background: linear-gradient(to bottom, rgba(40, 167, 69, 1) 0%, rgba(40, 167, 69, 0.7) 80%, rgba(40, 167, 69, 0) 100%);
    color: #fff;
}

.rotuloAzul {
    background: rgba(0, 139, 209, 1);
    background: linear-gradient(to bottom, rgba(0, 139, 209, 1) 0%, rgba(0, 139, 209, 0.7) 80%, rgba(0, 139, 209, 0) 100%);
    color: #fff;
}

.rotuloLaranja {
    background: rgba(255, 102, 0, 1);
    background: linear-gradient(to bottom, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 0.7) 80%, rgba(255, 102, 0, 0) 100%);
    color: #fff;
}

.rotuloCinza {
    background: rgba(108, 117, 125, 1);
    background: linear-gradient(to bottom, rgba(108, 117, 125, 1) 0%, rgba(108, 117, 125, 0.7) 80%, rgba(108, 117, 125, 0) 100%);
    color: #fff;
}
.navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem;
}