
body {
    background-color: #ececec;
    margin: 0;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
}

#wait {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    background-color: rgba(0,0,0,0.5);
    cursor: wait;
}

h2 {
    color: #666;
}

h4 {
    color: #ac5d62;
}

.container.main {
    background-color: #ffffff;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    -moz-box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.2);
    box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.2);
}

.navbar-brand {
    font-family: "Pinyon Script", cursive;
    font-size: 34px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.hidden-lg-down {
    display: none !important;
}
@media (min-width: 1200px) {
    .hidden-lg-down {
        display: initial !important;
    }
}

.hidden-md-down {
    display: none !important;
}

@media (min-width: 900px) {
    .hidden-md-down {
        display: initial !important;
    }
}

#banners .carousel-caption {
    left: 5%;
    padding-bottom: 50px;
    text-align: left;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

    #banners .carousel-caption h3 {
        font-family: "Pinyon Script", cursive;
        font-size: 64px;
    }

#consulta-veiculos {
    width:100%;
    height: 100%;
    background-image: url('../imgs/box-historia.png');
    text-align: center;
}

#box-reserva {
    margin-top: 20px;
    background-image: url('../imgs/bg-box-reserva.png');
    background-size: contain;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}

.card {
    border-color: transparent !important;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.3125rem + 11px);
}

.zoom-mais {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 9px;
    padding: 4px;
    position: absolute;
    left: 16px;
    top: 1px;
}
