@font-face {
    font-family: 'louis_bold_italicbold_italic';
    src: url('../fonts/43ce9ae973d94d53bf3511a4dbea2026-webfont.woff2') format('woff2'), url('../fonts/43ce9ae973d94d53bf3511a4dbea2026-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Louis-Italic';
    src: url('../fonts/Louis-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Louis-Italic.otf') format('opentype'), url('../fonts/Louis-Italic.woff') format('woff'), url('../fonts/Louis-Italic.ttf') format('truetype'), url('../fonts/Louis-Italic.svg#Louis-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #efefef;
}

.colorheader {
    background: #efefef;
}

#marca,
#modelo {
    border-radius: 0;
    border-bottom: 3px solid #e1ab00;
}

.slider-handle {
    background-image: none !important;
    background-color: #e1ab00 !important;
}

.slider-selection {
    background-image: none;
    background-color: black;
}

.slider-handle.round {
    border-radius: 0px !important;
}

.slider.slider-horizontal {
    width: 93% !important;
    margin: 0 auto !important;
    display: block !important;
}

#logo img {
    max-height: 50px;
}

#menu .navbar-brand img {
    max-height: 50px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.texto {
    top: 0;
    color: #FFF;
    z-index: 999;
}

.puerta:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.puerta:hover:after {
    opacity: 1;
}

.puerta .texto {
    opacity: 0;
}

.puerta:hover .texto {
    opacity: 1;
}

ul.colores {
    display: inline-block;
    list-style: none;
    padding: 0px;
}

ul.colores li {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.colores #azul {
    background: #0097C2;
}

.colores #rojo {
    background: #CA383D;
}

h1 {
    font-size: 35px;
    font-family: 'Louis-Italic';
    padding: .5rem;
    text-align: center;
    color: #3d3d3d;
    margin-top: 1rem;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    font-family: 'Louis-Italic';
    padding: .5rem;
    text-align: center;
    color: #3d3d3d;
    margin-top: 1rem;
    text-transform: uppercase;
}

h3 {
    font-size: 25px;
    font-family: 'Louis-Italic';
    padding: .5rem;
    text-align: center;
    color: #3d3d3d;
    margin-top: 1rem;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    font-family: 'Louis-Italic';
    padding: .5rem;
    text-align: center;
    color: #3d3d3d;
    margin-top: 1rem;
    text-transform: uppercase;
}

.txtcomo {
    font-size: 25px;
    font-family: 'Louis-Italic';
    padding: .5rem;
    color: #F6C500;
    margin-top: 1rem;
}

.bg-form {
    background: #e8e8e8a3;
}

.btn-chev1 {
    color: white;
    background: #b6872f;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
}

.btn-chev1:hover {
    color: #3d3d3d;
    background: #b6872f;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
}

.btn-chev2 {
    color: white;
    background: #808080;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
}

.btn-chev2:hover {
    color: #3d3d3d;
    background: #808080;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
}

.btn-f {
    font-weight: 700;
    border: solid 1px white;
    border-radius: 0px;
    color: white;
    background: #3c4144;
}

.btn-f:hover {
    font-weight: 700;
    border: solid 1px white;
    border-radius: 0px;
    color: #b6872f!important;
    background: #3c4144;
}

.yellowpromo {
    background: #e1ab00;
    color: #3d3d3d;
    font-size: 40px;
    letter-spacing: 0.1rem;
}

.footer1 {
    color: #3d3d3d!important;
    font-size: 15px;
    font-family: 'Louis-Italic';
}

.txt1 {
    color: #3d3d3d!important;
}

.icono {
    width: 60px;
}

.fb {
    font-size: 40px!important;
    color: #3d3d3d;
}

.fb:hover {
    font-size: 40px!important;
    color: #b6872f;
}

hr.style-one {
    border-color: #e1ab00;
    border-top-width: 2px;
    margin-top: 1rem;
}
.img-16by9 {
    position: relative;
    padding-bottom: 85%;
    overflow: hidden;
}
.img-16by9 img {
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #banner {
        background-size: 140% auto;
        background-position: 0px 0px;
    }
    form {
        margin-top: 45%;
    }
}