
html {
scroll-behavior: smooth;
}

body::-webkit-scrollbar-track {
background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
width: 2px;
background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 1px;
}

body {
font-family: 'Montserrat', sans-serif;
}

p {
font-family: 'Lato', sans-serif;
}

a {
text-decoration: none !important;
}

/*   ---   POPUP   ---   */
#fondo-pop{
position: fixed;
background: rgba(0,0,0,.6);
height: 100%;
width: 100%;
z-index: 100000000000;
backdrop-filter: blur(5px);
}

#fondo-pop .closebtn{
position: absolute;
top: 50px;
right: 50px;
color: #fff;
font-size: 50px;
cursor: pointer;
transition: .3s ease-in-out;
border-radius: 40px;
background: rgba(255,255,255, 0.2);
height: 80px;
width: 80px;
display: block;
line-height: 80px;
text-align: center;
}

#fondo-pop .closebtn:hover{
background: rgba(255,255,255, 0.4);
color: red;
}

#fondo-pop .img{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
/*
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.6);
*/
}

@media (max-width: 767px){
#fondo-pop .img{
  width: 80%;
}

#fondo-pop .img img{
  width: 100%;
}
}

/*   ---   POPUP   ---   */
/*   ---   FORMS   ---   */
.sidenav {
height: 100%;
max-height: 100%;
width: 400px;
position: fixed;
z-index: 99999;
top: 0;
right: -400px;
background-color: #fff;
overflow-x: hidden;
padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
transition: 0.5s;
}

.sidenav.show {
right: 0;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #333;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #1a1a1a;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

.sidenav h3 {
font-weight: 800;
margin-top: 0;
margin-bottom: 10px;
}

.sidenav p {
font-weight: 300;
margin-bottom: 30px;
}

.sidenav form input {
width: 100%;
border-radius: 3px;
padding: 15px;
border: solid 1px #ddd;
margin-bottom: 30px;
font-size: 14px;
font-weight: 600;
color: #999;
}

.sidenav form select {
width: 100%;
border-radius: 3px;
padding: 15px;
border: solid 1px #ddd;
margin-bottom: 30px;
font-size: 14px;
font-weight: 600;
color: #999;
}

.sidenav form input:focus {
outline: none;
border: solid 1px #017fff;
}

.sidenav form button {
background: #017fff;
color: #fff;
width: 100%;
padding: 10px 0;
text-align: center;
border: none;
border-radius: 25px;
font-size: 12px;
font-weight: 600;
margin-top: 30px;
}

::placeholder {
color: #bbb;
opacity: 1;
}

:-ms-input-placeholder {
color: #bbb;
}

::-ms-input-placeholder {
color: #bbb;
}

@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}

.sidenav a {
font-size: 18px;
}

.sidenav {
width: 300px;
}
}

/*   ---   FORMS   ---   */
/*   ---   HEADER   ---   */
.navbar-toggle .icon-bar {
background: #fff;
}

.navbar.affix .navbar-toggle .icon-bar {
background: #f5f6f7;
}

.navbar-toggle {
padding: 19px 10px;
}

.navbar {
font-family: 'Montserrat', sans-serif;
position: fixed;
z-index: 1000;
top: 0;
width: 100%;
min-height: 65px !important;
padding-bottom: 8px;
padding-top: 8px;
padding-right: 48px;
padding-left: 48px;
transition: .4s ease-in-out;
border-radius: 0;
background: rgba(0, 0, 0, 0);
}

.navbar.affix {
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(30px);
z-index: 200;
transition: background-color 250ms ease-in-out 0s;
}

.navbar-brand {
width: 120px;
padding: 0;
}

.navbar-brand>img {
width: 120px;
}

.navbar-right {
margin-right: 0 !important;
}

.navbar-nav>li>a {
font-size: 16px;
font-weight: 600;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
transition: .3s ease-in-out;
color: #fff;
border-radius: 3px;
}

.navbar-nav>li>a.suc {
margin-top: 5px;
margin-bottom: 5px;
}

.navbar-nav>li>a>img {
height: 40px;
}

.navbar.affix .navbar-nav>li>a {
color: #fff;
}

.navbar-nav>li>a:hover {
background: rgba(240, 240, 240, 0.15);
}

.navbar-nav>li>a.suc:hover {
background: rgba(240, 240, 240, 0);
}

.nav>li>a:focus {
background: transparent !important;
}

#modelos-menu .panel-menu {
text-align: center;
}

#modelos-menu .img-menu {
width: 100%;
}

@media (min-width: 992px) {
.modal-lg {
width: 70% !important;
margin-top: 75px;
}
}

@media (max-width:767px) {
.navbar .container>.navbar-collapse {
background: rgba(0, 0, 0, .6);
backdrop-filter: blur(30px);
}

.navbar.affix .container>.navbar-collapse {
background: rgba(0, 0, 0, 0);
backdrop-filter: none;
}
}

.modal-backdrop.in {
opacity: .2 !important;
}

.modal-header {
border-bottom: none;
padding-top: 50px;
padding-bottom: 0;
padding-left: 50px;
padding-right: 50px;
}

.modal-header h3 {
font-size: 21px;
font-weight: 800;
line-height: 20px;
margin: 0;
letter-spacing: .02em;
}

.modal-header h4 {
font-size: 14px;
font-weight: 400;
margin-top: 5px;
line-height: 18px;
margin: 0;
letter-spacing: .02em;
}

.modal-body {
padding-top: 0;
padding-left: 60px;
padding-right: 60px;
}

.modal-body a {
color: #333;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
display: block;
}

.modal-body a img {
max-width: 200px;
}

.modal-body h3 {
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-weight: 600;
margin-bottom: 5px;
}

.modal-body .frase-auto {
font-size: 14px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-weight: 400;
margin-bottom: 20px;
}

.modal-body .precio {
font-size: 12px;
font-weight: 700;
}

.fixed-head {
position: fixed;
right: 10px;
z-index: 300;
transition: .5s ease-in-out;
}

.fixed-head.over {
top: 100px;
}

.fixed-head.under {
top: 170px;
}

.fixed-head a {
width: 220px;
height: 50px;
display: block;
color: #fff;
text-align: right;
}

.fixed-head a i.fa {
text-align: center;
line-height: 50px;
margin-left: 15px;
font-size: 20px;
width: 50px;
height: 50px;
border-radius: 25px;
display: inline-block;
background: #e02541;
position: relative;
z-index: 350;
transform: scale(1);
box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
}

.fixed-headblue {
position: fixed;
right: 10px;
z-index: 300;
transition: .5s ease-in-out;
}

.fixed-headblue.over {
top: 100px;
}

.fixed-headblue.under {
top: 170px;
}

.fixed-headblue a {
width: 220px;
height: 50px;
display: block;
color: #fff;
text-align: right;
}

.fixed-headblue a i.fa {
text-align: center;
line-height: 50px;
margin-left: 15px;
font-size: 20px;
width: 50px;
height: 50px;
border-radius: 25px;
display: inline-block;
background: #3e73fd;
position: relative;
z-index: 350;
transform: scale(1);
box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
}

@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.7);
}

70% {
box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
}

100% {
box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
}
}

.fixed-head a i.texto {
text-align: center;
padding: 10px;
border-radius: 5px;
background: #e02541;
vertical-align: bottom;
position: absolute;
opacity: 0;
right: 0;
top: 50%;
z-index: 300;
transform: translateY(-50%);
transition: .5s ease-in-out;
}

.fixed-head a i.fa:hover+i.texto {
right: 70px;
opacity: 1;
}

.fixed-headblue a i.texto {
text-align: center;
padding: 10px;
border-radius: 5px;
background: #3e73fd;
vertical-align: bottom;
position: absolute;
opacity: 0;
right: 0;
top: 50%;
z-index: 300;
transform: translateY(-50%);
transition: .5s ease-in-out;
}

.fixed-headblue a i.fa:hover+i.texto {
right: 70px;
opacity: 1;
}

/*   ---   HEADER   ---   */
/*   ---   SLIDER/HEADINGS   ---   */
#main {
position: relative;
width: 100%;
height: 820px !important;
}

#main.sin-conocer {
height: 920px !important;
}


#main .owl-item {
height: 820px !important;
}

#main .owl-nav {
max-width: 100%;
}

#main .owl-nav .owl-prev, #main .owl-nav .owl-next {
position: absolute;
top: 260px;
font-size: 16px !important;
color: #fff !important;
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 25px;
text-align: center;
outline: none !important;
transition: .3s ease-in-out;
}

#main .owl-nav .owl-prev:hover, #main .owl-nav .owl-next:hover {
background: rgba(255, 255, 255, 0.2) !important;
}

#main .owl-carousel .owl-nav button.owl-prev {
left: calc(50% - 350px);
padding-right: 3px !important;
}

#main .owl-carousel .owl-nav button.owl-next {
right: calc(50% - 350px);
padding-left: 3px !important;
}

#main .gradient {
width: 100%;
height: 100px;
background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
position: absolute;
top: 0;
}

#main .video {
overflow-x: hidden;
}

#main .video video {
margin-left: 50%;
transform: translateX(-50%);
}

#main .vehiculos {
margin-top: 100px;
position: absolute;
width: 100%;
top: 0;
text-align: center;
}

#main .vehiculos .contenido {
flex-wrap: nowrap;
justify-content: center;
align-items: center;
flex-direction: column;
display: flex;
padding: 16px;
}

#main .vehiculos .car {
width: 100%;
max-width: 700px;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
min-height: 360px;
}

#main .vehiculos .car-brand {
width: 100%;
max-width: 300px;
height: 100%;
flex-shrink: 0;
-webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

#main .vehiculos .car--image {
width: 100%;
max-width: 700px;
max-height: 400px;
margin-top: -30px;
flex-shrink: 0;
display: inline-block;
vertical-align: middle;
overflow: hidden !important;
position: relative;
}

.absolute-full {
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
border-radius: inherit;
background-repeat: no-repeat;
}

.q-img__content {
overflow: hidden;
border-radius: inherit;
}

#main .vehiculos .text-container {
text-align: center;
padding: 10px;
}

#main .vehiculos .text-container.descripcion-int-auto {
display: none;
}

#main.sin-conocer .text-container {
display: none;
}

#main.sin-conocer .vehiculos .text-container.descripcion-int-auto {
display: block;
}

#main .vehiculos .text-container h1 {
font-size: 38px;
line-height: 38px;
font-weight: 500;
margin: 0;
color: #4b5e65;
text-align: center;
margin-bottom: 10px;
opacity: 0.9;
}

#main .vehiculos .text-container .monthly-price-from {
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-weight: 400;
}

#main .vehiculos .text-container h2 {
font-size: 60px;
line-height: 40px;
font-weight: 500;
margin: 0;
color: #0f2832;
margin-top: 20px;
}

#main .vehiculos .text-container h2 .symbol {
line-height: 40px;
font-size: 34px;
top: -9px;
position: relative;
margin-right: 10px;
font-weight: 600;
}

#main .vehiculos .text-container h2 .zero-cent {
margin-left: 0px;
font-size: 30px;
font-weight: 600;
top: -.5em;
vertical-align: middle;
}

#main .vehiculos .text-container .monthly-price-terms {
padding: 20px;
font-size: 22px;
color: #017fff;
font-family: 'Lato', sans-serif;
}

#main .vehiculos .text-container.descripcion-int-auto .precio-base {
padding: 20px;
font-size: 20px;
color: #333;
font-family: 'Lato', sans-serif;
}

#main .vehiculos .text-container.descripcion-int-auto .rendimiento-desc {
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-weight: 400;
margin-top: 10px;
line-height: 20px;
}

#main .vehiculos .text-container.descripcion-int-auto .disclamer {
font-size: 10px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-weight: 400;
margin-top: 20px;
line-height: 16px;
color: #757575;
max-width: 700px;
text-align: left;
padding-left: 25px;
padding-right: 25px;
}

#main.sin-conocer .vehiculos .conocelo {
display: none;
}

#main .vehiculos .conocelo {
height: 50px;
width: 150px;
display: block;
border: solid 1px #017fff;
margin: auto;
line-height: 48px;
font-weight: 600;
color: #017fff;
border-radius: 25px;
transition: .2s ease-in-out;
outline: none !important;
}

#main .vehiculos .conocelo:hover {
background: rgba(1, 127, 255, 0.09);
}

@media (max-width: 767px){
#main.sin-conocer {
    height: 1120px !important;
}
#main {
  height: 920px !important;
}
#main .owl-item {
  height: 920px !important;
}
}

/*   ---   SLIDER/HEADINGS   ---   */
/*   ---   INDEX   ---   */
#contacta {
padding: 50px 0;
}

#contacta .flex {
display: flex;
min-height: 350px;
justify-content: center;
align-items: center;
text-align: center;
border: solid 1px #ddd;
border-radius: 10px;
padding: 15px;
}

@media(max-width:767px){
#contacta .flex{
    margin: 30px;
}
}

#contacta .flex:hover {
box-shadow: 0 10px 30px 0 rgba(119, 170, 223, 0.3);
}

#contacta .flex .contenido img {
margin-bottom: 15px;
}

#contacta .flex .contenido h4 {
font-weight: 800;
font-size: 24px;
margin-bottom: 10px;
}

#contacta .flex .contenido p {
font-size: 15px;
margin-bottom: 35px;
}

#contacta .flex .contenido a {
height: 40px;
width: 110px;
display: block;
border: solid 1px #017fff;
margin: auto;
line-height: 38px;
font-weight: 600;
color: #017fff;
border-radius: 25px;
transition: .2s ease-in-out;
outline: none !important;
}

#contacta .flex .contenido a:hover {
background: rgba(1, 127, 255, 0.09);
}

#vehiculos-main {
padding: 50px 0;
}

#vehiculos-main .vehiculo {
overflow: hidden;
}

#vehiculos-main .vehiculo.left {
text-align: right;
}

#vehiculos-main .vehiculo.right {
text-align: left;
}

#vehiculos-main .vehiculo .flex {
display: flex;
height: 550px;
align-items: center;
justify-content: center;
}

#vehiculos-main .vehiculo .flex img.main-vehiculo {
max-height: 350px;
width: 100%;
}

#vehiculos-main .vehiculo .flex .informacion {
max-width: 80%;
}

#vehiculos-main .vehiculo .flex .informacion h3 {
font-weight: 800;
line-height: 20px;
margin-top: 0;
margin-bottom: 25px;
}

#vehiculos-main .vehiculo .flex .informacion p.costo {
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 25px;
color: #017fff;
}

#vehiculos-main .vehiculo .flex .informacion p.costo b {
font-size: 40px;
font-weight: 800;
line-height: 35px;
}

#vehiculos-main .vehiculo .flex .informacion p.costo b small {
font-size: 20px;
}

#vehiculos-main .vehiculo .flex .informacion ul {
padding-left: 0;
list-style: none;
}

#vehiculos-main .vehiculo .flex .informacion ul li {
margin-bottom: 15px;
width: 100%;
}

#vehiculos-main .vehiculo .flex .informacion a {
height: 50px;
width: 150px;
display: inline-block;
border: solid 1px #017fff;
margin: auto;
line-height: 48px;
font-weight: 600;
color: #017fff;
border-radius: 25px;
transition: .2s ease-in-out;
outline: none !important;
text-align: center !important;
text-transform: capitalize;
}

#vehiculos-main .vehiculo .flex .informacion a:hover {
background: rgba(1, 127, 255, 0.09);
}

/*   ---   INDEX   ---   */
/*   ---   FOOTER   ---   */
footer {
background: #0A0A0A;
padding: 45px 0;
color: #fff;
text-align: center;
margin-top: -6px;
font-size: 18px;
}

footer img {
height: 30px;
}

footer hr {
width: 75%;
margin: 0 auto 10px;
border-top: 1px solid #bbb;
}

footer .terminos a {
color: #fff;
font-size: 12px;
margin: 0 10px;
}

/*   ---   FOOTER   ---   */
/*   ---   VEHICULOS   ---   */
.info-vehiculo .caracteristicas {
padding-bottom: 100px;
}

.info-vehiculo .interior, .info-vehiculo .exterior, .info-vehiculo .tecnologia {
padding-bottom: 100px;
}

.info-vehiculo h2.titulo-vehiculos {
font-weight: 600;
text-align: left;
margin: 0 0 40px 0;
font-size: 24px;
line-height: 24px;
margin-left: 15px;
}

.info-vehiculo h2.titulo-vehiculos:after {
content: "";
display: block;
height: 3px;
width: 60px;
background-color: #017fff;
margin-top: 18px;
}

.info-vehiculo .caracteristicas .img-caract {
border-radius: 5px;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
}

.padding-xt {
padding-left: 30px;
padding-right: 30px;
}

.info-vehiculo .caracteristicas .caract {
padding-left: 15px;
padding-right: 15px;
}

.info-vehiculo .caracteristicas .caract h3 {
font-size: 18px;
line-height: 24px;
font-weight: 600;
color: #0f2832;
margin: 40px 0px 10px 0px;
}

.info-vehiculo .caracteristicas .caract p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #4b5e65;
margin: 0;
margin-top: 16px;
}

/*   ---   VEHICULOS   ---   */
/*   ---   SLIDER VEHICULOS   ---   */
.vehiculos-slider .owl-dots {
position: absolute;
bottom: 170px;
left: 50%;
transform: translateX(-50%);
}

.vehiculos-slider .owl-dots .owl-dot span {
height: 5px;
width: 5px;
}

.vehiculos-slider .owl-dots .owl-dot.active span, .vehiculos-slider .owl-dots .owl-dot:hover span {
background: transparent;
border: solid 1px #017fff;
}

.vehiculos-slider .owl-nav {
position: absolute;
bottom: 170px;
right: 10px;
color: #fff;
}

.vehiculos-slider .owl-nav button {
margin: 0 !important;
outline: none !important;
background: transparent !important;
}

.vehiculos-slider .owl-nav .owl-prev {
border: solid 1px #fff !important;
height: 60px;
width: 60px;
border-radius: 4px 0 0 4px;
margin-right: -1px !important;
}

.vehiculos-slider .owl-nav .owl-next {
border: solid 1px #fff !important;
height: 60px;
width: 60px;
border-radius: 0 4px 4px 0;
}

.vehiculos-slider .img-clip {
max-height: 500px;
min-height: 400px;
overflow: hidden;
position: relative;
border-radius: 6px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
}

.vehiculos-slider .img-clip .img-carrusel-vehiculo {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 120%;
height: auto;
}

@media(max-width:991px) {
.vehiculos-slider .img-clip .img-carrusel-vehiculo {
width: auto;
height: 110%;
}
}

/* Nuevo estilo para img-clip-2 */
.vehiculos-slider .img-clip-2 {
  max-height: 400px; 
  min-height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 10px; 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
}

.vehiculos-slider .img-clip-2 .img-carrusel-vehiculo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110%; 
  height: auto;
}

/* Responsive para móviles */
@media(max-width: 991px) {
  .vehiculos-slider .img-clip-2 .img-carrusel-vehiculo {
    width: auto;
    height: 110%;
  }
}


.vehiculos-slider .item .caption {
height: 150px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.vehiculos-slider .item .caption h4 {
font-weight: 600;
letter-spacing: 0;
line-height: 28px;
margin: 0 0 10px 0;
}

.vehiculos-slider .item .caption p {
font-size: 16px;
font-weight: 400;
max-width: 575px;
margin: 0 auto 0;
color: #666;
}

/*   ---   SLIDER VEHICULOS   ---   */
/*   ---   GALERIA   ---   */
.galeria {
padding-top: 60px;
padding-bottom: 100px;
background: #f5f6f7;
}

.galeria .flex {
display: flex;
overflow-x: scroll;
padding-bottom: 20px;
}

.galeria .flex::-webkit-scrollbar {
height: 6px;
margin-top: 10px;
}

.galeria .flex::-webkit-scrollbar-track {
background: #dedede;
border-radius: 3px;
}

.galeria .flex::-webkit-scrollbar-thumb {
background-color: #017fff;
border-radius: 3px;
}

.galeria .flex .no-wrap {
flex-wrap: nowrap;
display: flex;
margin-left: -15px;
margin-right: -15px;
}

.galeria .item-g {
height: 320px;
width: 320px;
overflow: hidden;
display: block;
margin-left: 15px;
margin-right: 15px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
}

.galeria .item-g img.img-galeria {
height: 100%;
transform: translateX(-50%);
position: relative;
left: 50%;
}

/*   ---   GALERIA   ---   */
/*   ---   VERSION   ---   */
.versiones {
padding-bottom: 100px;
padding-top: 50px;
}

.versiones .precio-v {
border: 1px solid #e0e0e0;
transition: all 0.3s ease-in-out;
border-radius: 5px;
padding: 25px;
}

.versiones .precio-v:hover {
border: 1px solid transparent;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
z-index: 1;
}

.versiones .precio-v h3 {
color: #0f2832;
font-weight: 600;
margin: 0;
font-size: 18px;
margin-top: 0;
line-height: 3.125em;
}

.versiones .precio-v ul.lista-caracteristicas {
padding-left: 20px;
}

.versiones .precio-v ul.lista-caracteristicas li {
list-style: none;
font-size: 14px;
padding: 5px;
color: #4b5e65;
font-family: 'Lato', sans-serif;
position: relative;
}

.versiones .precio-v ul.lista-caracteristicas li::before {
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
top: 5px;
left: -15px;
height: 15px;
width: 15px;
display: block;
color: #017fff;
font-size: 15px;
}

.versiones .precio-v .bordes {
border-bottom: solid 1px #e0e0e0;
padding-bottom: 20px;
min-height: 260px;
}

.versiones .precio-v .botton-mas {
background: #017fff;
color: #fff;
height: 45px;
width: 45px;
display: block;
margin: 0 auto;
font-size: 45px;
text-align: center;
line-height: 45px;
border-radius: 25px;
position: relative;
transform: translateY(-50%);
}

.versiones .precio-v .costo {
font-weight: 600;
font-size: 32px;
font-family: 'Montserrat', sans-serif;
}

.versiones .precio-v .flex-pills {
display: flex;
justify-content: center;
align-items: center;
height: 70px;
}

.versiones .precio-v .flex-pills ul {
background: #deefff;
border-radius: 25px;
overflow: hidden;
font-family: 'Lato', sans-serif;
}

.versiones .precio-v .info-precios {
font-size: 16px;
}

.versiones .precio-v .flex-pills li.active a {
height: 42px;
display: block;
border: solid 1px #017fff;
margin: auto;
line-height: 40px;
font-weight: 600;
color: #017fff;
border-radius: 25px;
transition: .2s ease-in-out;
outline: none !important;
background: #fff !important;
padding: 0 20px;
}

.versiones .precio-v .flex-pills li a {
height: 42px;
display: block;
margin: auto;
line-height: 40px;
font-weight: 600;
color: #222;
background: transparent !important;
transition: .2s ease-in-out;
outline: none !important;
padding: 0 20px;
}

/*   ---   VERSION   ---   */
/*   ---   LEGAL   ---   */
#menu-dark {
height: 80px;
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 16px;
}

#menu-dark .navbar-toggle .icon-bar {
background: #017fff;
}

#menu-dark .navbar.affix .navbar-toggle .icon-bar {
background: #017fff;
}

#menu-dark .navbar-nav>li>a {
color: #333;
}

#menu-dark .navbar {
background: #fff;
}

#menu-dark .navbar.affix {
background-color: rgb(255, 255, 255);
/*background-color: rgba(255, 255, 255, 0)*/
backdrop-filter: blur(30px);
z-index: 200;
transition: background-color 250ms ease-in-out 0s;
}

#legal {
padding-top: 200px;
padding-bottom: 200px;
}

#legal h2 {
font-size: 38px;
margin-bottom: 20px;
line-height: 0;
color: #0f2832;
font-weight: 600;
}

#legal h3 {
margin: 0 0 30px 0;
font-size: 22px;
font-weight: 300;
line-height: 3.12em;
}

#legal p {
font-size: 17px;
color: #4b5e65;
margin-bottom: 30px;
line-height: 20px;
}

/*   ---   LEGAL   ---   */
/*   ---   PROMOCIONES   ---   */
#promociones {
min-height: 100vh;
padding-bottom: 100px;
}

#promociones h2 {
font-size: 38px;
margin-bottom: 20px;
line-height: 2.2em;
color: #0f2832;
font-weight: 600;
}

#promociones #promo-carrusel {
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
border-radius: 5px;
overflow: hidden;
}

#promociones .owl-nav {
position: absolute;
bottom: 20px;
right: 20px;
color: #fff;
}

#promociones .owl-nav button {
margin: 0 !important;
outline: none !important;
background: transparent !important;
}

#promociones .owl-nav .owl-prev {
border: solid 1px #fff !important;
height: 60px;
width: 60px;
border-radius: 4px 0 0 4px;
margin-right: -1px !important;
}

#promociones .owl-nav .owl-next {
border: solid 1px #fff !important;
height: 60px;
width: 60px;
border-radius: 0 4px 4px 0;
}

/*   ---   PROMOCIONES   ---   */
/*   ---   SEMINUEVOS   ---   */

#slid {
padding: 20px 0
}

#seminuevos-title {
margin: 0 0 30px;
padding: 150px 0;
text-align: center;
background: url('../img/titulo.jpg') center no-repeat;
background-size: cover;
color: #fff;
}

#seminuevos-title h2 {
font-weight: 900;
font-size: 50px;
text-transform: uppercase;
}

#seminuevos-title h2 small {
color: #fff;
font-weight: 300;
}

#autos {
padding-bottom: 30px;
}
#autos .filtros{
padding-bottom: 30px;
}

#autos .filtros .dropdown{
display: inline-block;
}

#autos .nav-justified>li{
display: table-cell;
}

#autos figure {
box-shadow: 2px 5px 9px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}

#autos figure .caption-img {
max-width: 100%;
filter: grayscale(1);
}

#autos figure .nav>li>a {
padding: 0;
}

#autos figure .nav-pills>li.active a img{
opacity: .5;
}

#autos figure figcaption {
padding: 30px;
}

#autos figure figcaption h3 {
font-weight: 300;
margin-bottom: 15px;
margin-top: 0;
}

#autos figure figcaption p {
color: #e54f53;
font-size: 20px;
margin-bottom: 20px;
}

#autos figure figcaption p b {
font-weight: 900;
}

#autos figure figcaption ul {
list-style: none;
font-size: 18px;
font-weight: 300;
border-left: solid 4px #e54f53;
padding-left: 20px;
}

    .boton-pruebademanejo {
      display: inline-block;
      padding: 15px;
      border-radius: 25px;
      background-color: blue;
      color: white;
      font-size: 16px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .boton-pruebademanejo::before,
    .boton-pruebademanejo::after {
      content: "";
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      background-color: blue;
      border-radius: 50%;
    }

    .boton-pruebademanejo::before {
      left: -25%;
    }

    .boton-pruebademanejo::after {
      right: -25%;
    }

/*star in your eyes */
.star {
    visibility: hidden;
}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}
