@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Bold.eot');
    src: url('fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('fonts/SFProDisplay-Bold.woff') format('woff'),
        url('fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Regular.eot');
    src: url('fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay-Regular.woff') format('woff'),
        url('fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root { 
    --white: #ffffff;
    --blue: #2EC0E2;
    --black: #333333;
}
html, body{
    height: 100%;
}
body {
    background: #fff;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.container, .container-fluid {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.blue {
    color: var(--blue);
}
.bg-black {
    background: var(--black);
}
.bg-white {
    background: var(--white);
}
.bg-blue {
    background: var(--blue);
}
a, button {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: var(--blue);
}
.boton {
    text-transform: none;
    display: inline-block;
    color: var(--white);
    background: var(--blue);
    border: 1px solid var(--blue);
    padding: 10px 30px;
    font-weight: normal;
    font-family: 'SF Pro Display', sans-serif;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
.boton:hover, .boton:focus {
    color: var(--white);
    background: #24b0d1;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
}
.relative {
    position: relative;
}
header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
header .relative {
    padding-left: 250px;
}
header .relative .logo {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 200px;
}
header form {
    border-left: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
    width: 220px;
    max-width: 100%;
}
header form input {
    width: 100%;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    padding: 7px 8px 7px 35px;
    color: #000;
}
header form button {
    position: absolute;
    left: 15px;
    top:  20px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: #fff;
}
header form button img {
    width: 19px;
}
header .text-right {
    padding-top: 12px;
}
header .text-right a {
    display: inline-block;
    padding: 10px;
    color: #333;
    background: #fff;
}
header .text-right a:hover, header .text-right a:focus {
    color: var(--blue);
}
.menumobile {
    display: none;
}
.slider {
    background: url(images/slider.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
    color: #fff;
    font-size: 18px;
}
.slider form {
    margin-top: 30px;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}
.slider form input {
    width: 100%;
    border: none;
    outline: none;
    color: #333;
    padding: 11px 15px;
}
.slider form button {
    background: var(--blue);
    color: #fff;
    border-radius: 8px;
    position: absolute;
    right: 12px;
    top: 12px;
    border: none;
    outline: none;
    padding: 9px 20px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 32px;
}
h4 {
    font-size: 20px;
}
.featured {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.contenidos-featured {
    min-height: 110px;
    margin-bottom: 15px;
}
.parallax {
    background: url(images/parallax.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 100px;
    color: #fff;
}
footer {
    background: var(--blue);
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.logofooter {
    width: 190px;
}
.contactos-footer {
    text-align: center;
    margin-top: 20px;
}
.contactos-footer .contactos {
    display: inline-block;
    margin: 5px 10px;
}
.contactos-footer .contactos img {
    width: 18px;
}
.copyright {
    background: #1eb1d7;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 22px;
    text-align: center;
}
.copyright a {
    color: #fff !important;
    margin: 0 15px;
}
.owl1 {
    padding-left: 40px;
    padding-right: 40px;
}
.ficha {
    text-align: left;
}
.imgficha {
    display: block;
    width: 100%;
    height: 170px;
    margin-bottom: 12px;
    border-radius: 10px;
}
.ficha {
    margin-bottom: 30px;
}
.ficha .precio {
    font-size: 19px;
    color: var(--blue);
}
.ficha .marcamodelo {
    font-size: 18px;
    text-transform: uppercase;
}
.owl1 .owl-dots {
    display: none;
}
.owl1 .owl-nav {
    display: block !important;
}
.owl1 .owl-prev span, .owl1 .owl-next span {
    display: none;
}
.owl1 .owl-prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(images/left.png) no-repeat center center !important;
    background-size: cover !important;
    position: absolute;
    left: -10px;
    top: 66px;
    opacity: 0.3;
    transition: all .2s;
}
.owl1 .owl-prev:hover {
    opacity: 0.5;
}
.owl1 .owl-next {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(images/right.png) no-repeat center center !important;
    background-size: cover !important;
    position: absolute;
    right: -10px;
    top: 66px;
    opacity: 0.3;
    transition: all .2s;
}
.owl1 .owl-next:hover {
    opacity: 0.5;
}
.login {
    background: #f8f8f8;
}
.form-login {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form-login input, .form-login button {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.form-login input {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    font-size: 16px;
}
.form-login button {
    box-shadow: none !important;
}
.cerrarmodal {
  position: absolute;
  right: 4px;
  top: -8px;
  background: none;
  border: none;
  color: #333;
  font-size: 30px;
}
.myrow {
    margin: 0 -7px;
}
.myrow .col-sm-6, .myrow .col-sm-3, .myrow .col-sm-4, .myrow .col-sm-8, .myrow .col-sm-12 {
    padding: 0 7px;
}
.formcontacto {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.formcontacto input[type="text"], .formcontacto input[type="email"], .formcontacto input[type="password"],
.formcontacto select {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 11px;
}
.checks label {
    font-weight: normal;
    display: inline-block;
    margin-right: 24px;
}
.checks label input {
    margin-right: 3px;
}
.ck.ck-editor__main > .ck-editor__editable, 
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    min-height: 150px;
} 
.formcontacto input[type="file"] {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 11px;
}
.otrasimagenes {
    display: inline-block;
    width: 106px;
    height: 106px;
    float: left;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    position: relative;
}
.otrasimagenes a.feature {
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
}
.otrasimagenes a.feature .fa-star {
    color: #e8de38;
}
.otrasimagenes a.delete {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
}
input.montos {
    padding: 8px 10px;
    border: 1px solid #ccc;
    width: 100px;
    border-radius: 8px;
    color: #333;
}
.sidebar label {
    font-weight:  normal;
    display: block;
    margin-bottom: 5px;
    padding-left: 10px;
}
.sidebar .titulos {
    color: #777;
    margin-bottom: 8px;
}
.sidebar {
    background: #f8f8f8;
    padding-right: 25px;
    position: relative;
}
.sidebar::before {
    content: '';
    width: 800px;
    background: #f8f8f8;
    height: 10000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
header, footer, .copyright {
    position: relative;
    z-index:  1000;
}
.sidebar-content {
    position: relative;
    z-index: 100;
}
.buscador {
    overflow: hidden;
}
.main {
    padding-left: 30px;
}


@media(max-width:798px) {
    .menumobile {
        display: block;
        text-align: right;
        border-bottom: 1px solid #ddd;
    }
    .menumobile a {
        color: #333;
        display: inline-block;
        padding: 8px 10px;
        background: #fff;
    }
    .menumobile a:hover {
        color: var(--blue);
    }
    header .col-sm-8 {
        display: none;
    }
    header .col-sm-4 {
        float: none;
        width: 100%;
        text-align: right;
    }
    header form {
      border-left: 1px solid #ddd;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      position: relative;
      width: 156px;
      max-width: 100%;
      float: right;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    .sidebar::before {
        content: none;
        
    }
}


@media(max-width:767px) {
    .featured {
        margin-bottom: 50px;
    }
    .main {
        padding-left: 15px;
    }

}

@media(max-width:498px) {
    header .relative {
        padding-left: 240px;
    }
    .full498 {
        float: none;
        width: 100%;
    }
}