@charset "utf-8";
/* CSS Document */
:root {
    --primary: #004D5A;
    --secondary: #FF6C00;
    --title-color: #004D5A;
    --subtitle-color: #252525;
    --text-color: #252525;
    --input-placeholder-color: #ADADAD;
    --input-text-color: #888888;
    --checkbox-color: #FF6C00;
    --label-color: #252525;
    --label-color-hover: #FF6C00;
    --red: #FF0000;
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/space-grotesk-v22-latin-regular.woff2') format('woff2'),
    url('../fonts/space-grotesk-v22-latin-regular.ttf') format('truetype');
}

/* space-grotesk-500 - latin */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/space-grotesk-v22-latin-500.woff2') format('woff2'),
    url('../fonts/space-grotesk-v22-latin-500.ttf') format('truetype');
}

/* space-grotesk-700 - latin */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/space-grotesk-v22-latin-700.woff2') format('woff2'),
    url('../fonts/space-grotesk-v22-latin-700.ttf') format('truetype');
}

/* inter-tight-regular - latin */
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-tight-v9-latin-regular.woff2') format('woff2'),
    url('../fonts/inter-tight-v9-latin-regular.ttf') format('truetype');
}

/* inter-tight-italic - latin */
@font-face {
    font-family: 'Inter Tight';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/inter-tight-v9-latin-italic.woff2') format('woff2'),
    url('../fonts/inter-tight-v9-latin-italic.ttf') format('truetype');
}

/* inter-tight-500 - latin */
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-tight-v9-latin-500.woff2') format('woff2'),
    url('../fonts/inter-tight-v9-latin-500.ttf') format('truetype');
}

/* inter-tight-600 - latin */
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-tight-v9-latin-600.woff2') format('woff2'),
    url('../fonts/inter-tight-v9-latin-600.ttf') format('truetype');
}

/* inter-tight-700 - latin */
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-tight-v9-latin-700.woff2') format('woff2'),
    url('../fonts/inter-tight-v9-latin-700.ttf') format('truetype');
}

/* inter-tight-800 - latin */
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-tight-v9-latin-800.woff2') format('woff2'),
    url('../fonts/inter-tight-v9-latin-800.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../gestina/fonts/Roboto-Regular.eot');
    src: url('../gestina/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../gestina/fonts/Roboto-Regular.woff2') format('woff2'),
    url('../gestina/fonts/Roboto-Regular.woff') format('woff'),
    url('../gestina/fonts/Roboto-Regular.ttf') format('truetype'),
    url('../gestina/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*FIN FONT-FACE*/
p {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes slideIn {
    0% {
        transform: translate(-125%, -50%);
        opacity: 0;
    }
    100% {
        transform: translate(0, -50%);
        opacity: 1;
    }
}

html {
    height: 100%;
    scroll-padding-top: 100px;
}

html:not(.loaded) {
    scroll-behavior: auto !important;
}

html.no-scroll {
    overflow: hidden;
}

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: var(--primary);
}

::selection {
    color: #FFF;
    background: var(--primary);
}

/* CKEDITOR GESTINA */
.cke_editable {
    font-family: RobotoRegular !important;
    font-weight: 300 !important;
    overflow: auto;
    font-size: 16px;
}

/* FIX margin listas*/
.cke_editable {
    overflow-y: auto;
}

.cke_editable, .cke_editable li {
    margin: 20px;
}

.cke_editable strong {
    font-weight: bold;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
}

body {
    font-family: "Inter Tight", serif;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    color: var(--text-color);
    line-height: normal;
    /*overflow: hidden;*/
    padding-right: 0 !important;
}

body:not(.cke_editable) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wow {
    visibility: hidden;
}

/*AUTOCOMPLETE*/
.ui-autocomplete {
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    width: 250px;
    z-index: 9900000999;
    background-color: white !important;
    border: 1px solid #DCDCDC !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 1rem;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-color: #ECECEC;
    background: #ECECEC;
    font-weight: normal;
    color: #666666 !important;
    margin: 0 !important;
    border: none !important;
}

.ui-autocomplete .ui-menu-item-wrapper {
    position: relative;
    padding: 11px 20px;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}

.ui-menu .ui-menu-item {
    display: block;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

.ui-autocomplete-loading {
    background: white url("https://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") center right 10px no-repeat !important;
}

/*FIN AUTOCOMPLETE*/

/* INICIO COMUNES */
form {
    overflow: hidden
}

.contenido > .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.owl-nav.disabled {
    display: none !important
}

.owl-dots.disabled {
    display: none !important
}

.owl-carousel {
    touch-action: manipulation;
}

.owl-carousel.owl-loaded {
    display: flex;
    flex-direction: column;
}

.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel.owl-center .owl-stage {
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel.owl-custom-nav.owl-loaded {
    display: flex;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
}

.owl-custom-nav .owl-nav:not(.disabled),
.owl-custom-nav2 .owl-nav:not(.disabled) {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    position: relative;
    z-index: 11;
}

.owl-custom-nav .owl-nav:not(.disabled) > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--primary);
    transition: all .3s;
}

.owl-custom-nav .owl-nav:not(.disabled) > div svg {
    height: 12px;
    width: auto;
}

.owl-custom-nav .owl-nav:not(.disabled) > div:hover {
    background-color: var(--secondary);
}

.owl-custom-nav2 .owl-nav:not(.disabled) {
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
}

.owl-custom-nav .owl-nav div path,
.owl-custom-nav2 .owl-nav div path {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.owl-custom-nav .owl-nav div:hover path,
.owl-custom-nav2 .owl-nav div:hover path {
    fill: #FFF;
}

.owl-shadow-margin .owl-stage-outer {
    margin: -40px -20px;
    padding: 40px 20px;
}

.owl-shadow-margin2 .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.owl-shadow .owl-stage-outer {
    overflow: visible;
}

.owl-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 150ms linear;
}

.owl-shadow .owl-item.active {
    transition: all 350ms linear;
    opacity: 1;
    visibility: visible;
}

.dimbox-container path {
    fill: #FFF;
}

.dimbox-container *:active, .dimbox-container *:focus, .dimbox-container *:focus-visible {
    outline: none;
}

.dimbox-container [class^=dimbox-btn] {
    opacity: 1;
}

.trans-04 {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ver-todos {
    color: var(--text-color);
    text-align: end;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 10px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 10px 15px;

    margin-left: auto;
    width: fit-content;
}

.ver-todos,
.ver-todos path {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ver-todos:hover {
    background-color: var(--secondary);
    color: white;
}

.ver-todos:hover path {
    stroke: white;
}

.subTituloSeccion + .ver-todos {
    margin-top: -40px;
}

.subTituloSeccion {
    word-wrap: break-word;

    font-family: "Space Grotesk", sans-serif;
    color: var(--subtitle-color);

    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-align: center;

    margin-bottom: 60px;
}

.subTituloSeccion:not(.no-after)::after {
    content: "";
    display: block;
    width: 110px;
    height: 12px;
    margin: 4px auto 0;
    background-image: url("../img/iconos/title.svg");
}

.subTituloSeccion.text-start::after {
    margin-left: 0;
}

.subTituloSeccion a, .tituloSeccion a {
    color: currentColor;
    transition: all .3s ease-in-out;
}

.subTituloSeccion a:hover, .tituloSeccion a:hover {
    color: var(--primary);
}

.tituloSeccion {
    color: var(--title-color);
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/*.tituloSeccion:not(.text-start)::before {
    content: "--: ";
}

.tituloSeccion::after {
    content: " :--";
}*/

.titulos .tituloSeccion {
    margin-bottom: 0;
}

a.tituloSeccion, .tituloSeccion a {
    color: var(--title-color);
}

a.tituloSeccion:hover, .tituloSeccion a:hover {
    color: var(--title-color);
}

a.tituloSeccion.white:hover, .tituloSeccion.white a:hover {
    color: var(--secondary);
}

.subTituloSeccion.white, .textoSeccion.white, .subTituloSeccion.white a, .subTituloSeccion.white a:hover, .tituloSeccion.white, .white, .white a, .form-check label .white a {
    color: white;
}

.tituloSeccion2 {
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.title-word {
    display: inline-block;
}

.title-letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(20px);
}

.title-animation {
    overflow: hidden
}

.title-animation.animate .title-letter {
    animation: letterIn 0.6s ease forwards;
}

@keyframes letterIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.textoSeccion {
    color: var(--text-color);
    word-wrap: break-word;

    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.textoSeccion2 {
    font-size: 25px;
    line-height: 46px;
}

.textoSeccion3 {
    font-size: 16px;
    line-height: 25px;
}

.textoSeccion table {
    /*width: 100%;*/
    max-width: 100%;
    /*text-align: center;*/
    color: var(--text-color);
    margin-bottom: 0 !important;

    border-collapse: collapse;
    border-color: var(--primary);
    /*border-style: hidden; !* hide standard table (collapsed) border *!*/
}

.textoSeccion table td, .textoSeccion table th {
    border-top: 1px solid;
    border-color: var(--primary);
    padding: 8px 10px;
}

.lh-156 {
    line-height: 156%;
}

.textoSeccion a:not(.btnStandard) {
    color: var(--secondary);
    text-decoration: underline;
}

.textoSeccion.white a:not(.btnStandard) {
    color: #FFF;
    text-decoration: underline;
}

.textoSeccion a:not(.btnStandard):hover {
    text-decoration: underline;
}

.textoSeccion strong, .textoSeccion b {
    font-weight: 700;
}

.textoSeccion ul, .textoSeccion ol {
    margin-left: 45px;
    margin-top: 10px;
}

.btnStandard {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;

    background-color: var(--secondary);
    color: #FFF;

    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;

    border-radius: 50px;
    border: 1px solid var(--secondary);

    text-decoration: none !important;
    text-align: center;

    -webkit-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;

    padding: 14px 35px;

    overflow: hidden;
    outline: none;
}

.btnStandard.btn-peq {
    padding: 9px 26px;
}

.btnStandard.btn-peq2 {
    padding: 9px 17px;
}

.btn-hover:hover .btnStandard, .btnStandard2, .btnStandard:not(.disabled):active, .btnStandard:not(.disabled):hover, .btnStandard:not(.disabled):focus, .active > .btnStandard:not(.disabled), .btnStandard.active {
    color: var(--secondary);
    background-color: white;
}

.btnStandard2:not(.disabled):active, .btnStandard2:not(.disabled):hover, .btnStandard2:not(.disabled):focus, .active > .btnStandard2:not(.disabled), .btnStandard2.active {
    color: #FFF;
    border-color: #FFF;
    background-color: var(--secondary);
}

.btnStandard:not(.disabled):not(.btn-normal):active, .btnStandard:not(.disabled):not(.btn-normal):hover, .btnStandard:not(.disabled):not(.btn-normal):focus, .active > .btnStandard:not(.disabled):not(.btn-normal
), .btnStandard.active:not(.btn-normal) {
    animation-name: animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}


.imagenDerecha {
    margin: 0;
    text-align: right;
    position: sticky;
    top: 95px;
}

.imagenDerecha img {
    border-radius: 20px;
    object-position: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.btnStandard.disabled {
    border-color: #BBBBBB !important;
    background-color: #BBBBBB !important;
    color: #FFFFFF !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sinResultados {
    color: #777777;
    text-align: center;
    padding: 120px 0;
}

.btnCerrar {
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.sl-overlay {
    z-index: 10033;
    background: #000;
}

.sl-wrapper {
    z-index: 10034;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.no-scroll {
    overflow: hidden !important;
}

ul, ol {
    padding: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* FIN COMUNES */

/* INICIO HEADER */
header {
    position: relative;
    z-index: 1111;
    background-color: white;
}

.navbar-nav {
    flex: 1;
    justify-content: flex-end;
    gap: 45px;
}

.nav-item .nav-link svg {
    margin-left: 10px;
}

.nav-icon {
    display: none
}

.nav-link svg path {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

li.dropdown:hover .nav-link svg path,
#menuNavbarCollapse li.menu-seleccionado > a svg path {
    stroke: var(--secondary);
}

#wrapper {
    margin-top: 50px;
    flex-grow: 1;
}

body.current_section_inicio #wrapper {
    margin-top: 0;
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    /*quitamos la flecha del desplegable*/
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.owl-dots:not(.disabled) {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    gap: 8px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    margin-top: 30px;

    align-self: center;
    width: fit-content;
}

#banner .owl-dots:not(.disabled) {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 0;
}

#banner .owl-nav {
    position: absolute;
    left: 40px;
    bottom: 55px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    width: 77px;
}

#banner .owl-nav svg {
    stroke: none;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#banner .owl-nav > div {
    pointer-events: all;
}

#banner .owl-nav > div:hover path {
    fill: var(--secondary);
}

.owl-dot {
    position: relative;
    display: block !important;
}

.owl-dot span {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CED4DA;
}

.owl-dot span, #banner .owl-nav > div path {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-dot.active span,
.owl-dot:hover span {
    background: var(--secondary);
}

#carousel-banner img {
    object-fit: cover;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

.slide-banner {
    position: relative;
    overflow: hidden;
}

/*.slide-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 75%);
    z-index: 1;
}*/

.datos-banner {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    left: calc(16.666666667% + 12px);
    margin: auto;

    width: 770px;
    z-index: 2;
}

.datos-banner-titulo {
    color: #FFF;
    font-size: 53px;
    font-weight: 700;
}

.datos-banner-texto {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
}

.datos-banner-titulo + .datos-banner-texto {
    margin-top: 20px;
}

.datos-banner-btns {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 28px;
}

#carousel-banner .active .datos-banner {
    animation: slideIn 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

#banner {
    z-index: 20
}

#banner,
#carousel-banner img,
#carousel-banner video {
    position: relative;
    height: 500px;
    max-height: 1000px;
    min-height: 500px;
}

#carousel-banner video {
    width: 100%;
    object-fit: cover
}

.current_section_inicio #banner,
.current_section_inicio #carousel-banner img,
.current_section_inicio #carousel-banner video {
    height: calc(100vh - 106px);
}

#cerrarMenu {
    display: none;
}

#navbarWeb.navbar {
    pointer-events: all;
    padding: 0;
    align-items: center;
    display: flex;
    flex-wrap: initial;
}

#menuNavbarCollapse li {
    position: relative
}

#menuNavbarCollapse li.nav-item > a {
    font-family: "Space Grotesk", sans-serif;

    position: relative;
    padding: 5px 0;
    text-align: center;

    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
}

#menuNavbarCollapse li.nav-item > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 2px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: white;
}

#menuNavbarCollapse li.dropdown > a i {
    margin-left: 5px;
}

#menuNavbarCollapse li.nav-item:hover > a, #menuNavbarCollapse li.menu-seleccionado > a, #menuNavbarCollapse li.show > a {
    color: #FFF;
}

#menuNavbarCollapse li.nav-item:hover > a::after, #menuNavbarCollapse li.menu-seleccionado > a::after, #menuNavbarCollapse li.show > a::after {
    width: 100%;
}


#menuNavbarCollapse li a {
    transition: all .3s;
}

#menu-web .dropdown:not(.bootstrap-select):hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 100000 !important;
    top: calc(100% + 15px) !important;

    -webkit-transform: scaleY(1) translateX(-50%);
    -khtml-transform: scaleY(1) translateX(-50%);
    -moz-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    -o-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#menu-web li.dropdown::after {
    position: absolute;
    left: -13px;
    right: -13px;
    top: 100%;
    height: 15px;
    content: '';
    background: transparent;
    z-index: 1;
}

#navbarWeb .dropdown-menu {
    top: calc(100% + 15px) !important;
    left: 50%;
    display: block !important;
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0;
    border: none;
    width: 234px;
    margin-top: 0;

    visibility: hidden;
    /*overflow: hidden;*/
    -webkit-transform: scaleY(0) translateX(-50%);
    -khtml-transform: scaleY(0) translateX(-50%);
    -moz-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    -o-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;

    transition: all .3s;
    min-width: initial;

    max-height: calc(100vh - 300px);
    overflow: auto;
}

#menu-web .dropdown-menu .dropdown:not(.bootstrap-select):hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

#navbarWeb .dropdown-menu .dropdown-menu {
    left: 0;
}

#menu-web .dropdown:not(.bootstrap-select):hover > .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0 !important;
}

#menu-web > li:last-child:hover > .dropdown-menu .dropdown-menu {
    left: initial !important;
    right: 100% !important;
}

#navbarWeb .dropdown-item {
    transition: all .4s;
    position: relative;


    color: var(--secondary);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 15px 20px;
}

#navbarWeb .dropdown:hover > .dropdown-item,
#navbarWeb .dropdown-item:hover,
#navbarWeb .dropdown-item:focus {
    color: #FFF !important;
    background-color: var(--primary) !important;
}

#navbarWeb .dropdown:hover > .dropdown-item:before,
#navbarWeb .dropdown-item:hover:before,
#navbarWeb .dropdown-item:focus:before {
    opacity: 1;
}

.sub-arrow {
    display: none !important;
}

/* INICIO MENU FIJO */
#menuBloque.fixed {
    opacity: 1;
    visibility: visible;
    max-height: initial;
    position: fixed;
    width: 100%;
    top: -100px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    z-index: 1999;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

body.menuFixed {
    padding-top: 73px;
}

/* FIN MENU FIJO */


#header-top {
    background-color: var(--secondary);
    color: #FFF;
    padding: 5px 0;
}

#header-top > div {
    display: flex;
    align-items: center;
}

#menu-top ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;

    color: #FFF;
    font-size: 15px;
    font-style: italic;
}

#menu-top a.menu-seleccionado, #menu-top a:hover {
    text-decoration: underline;
}

.item-dato-localizacion {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: inherit;
    font-size: 16px;
}

#header-top .item-dato-localizacion {
    margin-left: 150px;
}

.redes-sociales {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.redes-sociales a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFF;
}

.redes-sociales a, .redes-sociales a path {
    transition: all .3s;
}

.redes-sociales a:hover path {
    fill: #FFF;
}

.redes-sociales .iconFacebook:hover {
    background-color: #0866FF;
}

.redes-sociales .iconInstagram:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.redes-sociales .iconYoutube:hover {
    background-color: #FF0033;
}

.redes-sociales .iconTikTok:hover {
    background-color: #000000;
}

.btn-mis-favoritos {
    margin-left: 50px;
}

.btn-mis-favoritos path {
    transition: all .3s;
}

.btn-mis-favoritos:hover path {
    fill: var(--secondary);
}

#menuBloque {
    background-color: var(--primary);
    padding: 15px 0;
}

/* FIN HEADER */

/* INICIO SECCION INICIO */
#ventajas {
    background: rgba(0, 77, 90, 0.03);
    padding-top: 80px;
    padding-bottom: 80px;
}

.item-ventaja {
    position: relative;
    border-radius: 20px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    padding: 40px 20px 50px;
    overflow: hidden;
    height: 100%;
}

.item-ventaja::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--secondary);
    border-radius: 500px 500px 0 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
}

.item-ventaja-icono {
    position: relative;
    width: 73px;
    height: 67px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.item-ventaja-icono::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 108, 0, 0.20);
}

.item-ventaja-icono svg {
    position: relative
}

.item-ventaja-titulo {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.item-ventaja-texto {
    font-size: 15px;
    line-height: 23px;
}

.item-ventaja, .item-ventaja::before, .item-ventaja-icono::before {
    transition: all 0.4s ease-in-out;
}

.item-ventaja-titulo, .item-ventaja-texto {
    position: relative;
}

.item-ventaja:hover:before {
    top: 0;
    border-radius: 0;
    opacity: 1;
}

.item-ventaja:hover {
    color: white
}

.item-ventaja:hover .item-ventaja-icono::before {
    background-color: white
}

#paso-paso {
    overflow: hidden;
}

#paso-paso .fila {
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: repeat(4, minmax(0, 300px));
    flex-wrap: wrap;
}

#paso-paso .fila-2 {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 300px));
    column-gap: 120px;
}

.item-paso-container {
    flex: 0 0 295px;
}

.item-paso {
    position: relative;
    text-align: center;
    width: 100%;
}

.item-paso::after {
    content: "";
    position: absolute;
    top: 33px;
    left: calc(100% - 50px);
    width: 220px;
    height: 45px;
    z-index: 1;
    background-image: url(../img/iconos/comoTrabajamos/flecha.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-paso-2 .item-paso::after {
    transform: rotateX(180deg);
    top: 93px;
    left: calc(100% - 44px);
}

.item-paso-4 .item-paso::after {
    top: initial;
    left: -176px;
    width: 384px;
    height: 51px;
    background-image: url(../img/iconos/comoTrabajamos/flecha_big.svg);
    transform: rotate(-33deg);
    bottom: -169px;
}

.item-paso-5 .item-paso::after {
    display: none;
}

.item-paso-6 .item-paso::after {
    transform: rotateY(-180deg);
    top: 150px;
    left: calc(100% - 57px);
}

.item-paso-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
}

.item-paso-icono {
    position: relative;
    margin: 31px auto 67px;
    display: inline-flex;
}

.item-paso-icono::before {
    content: "";
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: 4s infinite alternate paso;
    background: linear-gradient(180deg, #004D5A 0%, #00A4C0 100%);
    clip-path: inset(0 50% 0 0);
    border-radius: 50%;
}

.item-paso-2 .item-paso-icono::before,
.item-paso-4 .item-paso-icono::before {
    animation-name: paso2;
}

.item-paso-3 .item-paso-icono::before,
.item-paso-5 .item-paso-icono::before {
    animation-name: paso3;
}

.item-paso-titulo {
    font-family: "Space Grotesk", sans-serif;
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.item-paso-texto {
    margin-top: 18px;
    font-size: 16px;
    line-height: 23px;
}

.item-paso-1, .item-paso-3, .item-paso-5 {
    margin-top: 80px;
}

.item-paso path {
    transition: all .3s;
}

.item-paso-4 .item-paso {
    margin-left: auto
}

.item-paso-2 .item-paso, .item-paso-3 .item-paso, .item-paso-5 .item-paso, .item-paso-6 .item-paso {
    margin-left: auto;
    margin-right: auto
}

.item-paso-5 {
    order: 6;
    margin-right: auto
}

.item-paso-6 {
    order: 5;
    margin-left: auto;
}

.item-paso:hover path {
    fill: var(--secondary);
}

.item-paso-5:hover path, .item-paso-6:hover path {
    stroke: var(--secondary);
    fill: white;
}

#banner-comprar-vender-coche {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.item-banner-cv-coche {
    min-height: 350px;
    padding: 20px 80px;
    color: #FFF;
    display: flex;
    align-items: center;
    margin-top: -176px;
}

#banner-comprar-coche .item-banner-cv-coche {
    background: url("../img/fondos/bmw.webp") no-repeat left center var(--primary);
    text-align: right;
    justify-content: flex-end;
}

#banner-vender-coche {
    text-align: right;
    overflow: hidden;
}

#banner-vender-coche .item-banner-cv-coche {
    background: url("../img/fondos/audi.webp") no-repeat right center var(--secondary);
    text-align: start;
    justify-content: flex-start;
}

.item-banner-cv-coche-datos {
    width: 500px;
}

.item-banner-cv-coche-titulo {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.item-banner-cv-coche-texto {
    font-size: 20px;
    margin-bottom: 40px;
}

#porque-comprar-leadercar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 622px minmax(0, 1fr);
    gap: 30px;
}

.porque-comprar-img {
    align-self: center
}

.item-porque-comprar + .item-porque-comprar {
    margin-top: 20px;
}

.item-porque-comprar-paso {
    color: #FFF;
    font-family: "Space Grotesk", sans-serif;
    font-size: 23px;
    font-weight: 700;

    width: 61px;
    height: 61px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-porque-comprar-titulo {
    color: var(--secondary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 13px;
}

.item-porque-comprar-texto {
    color: var(--text-color);
    font-size: 15px;
    line-height: 23px;
}

.caja-cliente {
    height: 100%;
}

.item-cliente-satisfecho {
    border-radius: 20px;
    background: #FFF;
    height: 100%;
}

.owl-item .item-cliente-satisfecho {
    box-shadow: none;
    transition: all 3s;
}

.item-cliente-satisfecho,
.owl-item.active .item-cliente-satisfecho {
    transition: all .3s;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.item-cliente-satisfecho-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.item-cliente-satisfecho-img img {
    transition: all .3s;
}

.item-cliente-satisfecho-datos {
    padding: 15px 25px 40px;
}

.item-cliente-satisfecho-nombre {
    color: var(--secondary);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.item-cliente-satisfecho-texto {
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
}

.item-cliente-satisfecho:hover .item-cliente-satisfecho-img img {
    transform: scale(1.1);
}

#bloque-instagram, #bloque-tiktok {
    padding-top: 70px;
    padding-bottom: 80px;
    background: var(--primary);
}

#bloque-contacto {
    margin-top: -140px;
}

#bloque-contacto > div {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
    padding: 60px 30px 50px;
}

#formContacto {
    padding-bottom: 10px
}

.item-localizacion {
    display: flex;
    gap: 20px;
}

.item-localizacion-icono {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-localizacion-titulo {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.item-localizacion-texto {
    font-size: 15px;
}

.item-tipo-vehiculo {
    display: block;
}

.item-tipo-vehiculo-imagen {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #DFDFDF;
}

.item-tipo-vehiculo-titulo {
    margin-top: 10px;

    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.item-tipo-vehiculo-imagen, .item-tipo-vehiculo-imagen img {
    transition: all .3s;
}

.item-tipo-vehiculo:hover .item-tipo-vehiculo-imagen img {
    transform: scale(1.05);
}

.item-tipo-vehiculo:hover .item-tipo-vehiculo-imagen {
    box-shadow: 0 0 0 2px var(--secondary);
}

#lo-mas-buscado {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.item-mas-buscado {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    align-items: center;
    gap: 20px;

    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 30px;

    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;
}

.item-mas-buscado:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

/* FIN SECCION INICIO */

/* INICIO SECCION BUSCADOR */
#filtros-buscador {
    overflow: initial;
}

#filtros-buscador #filtros-buscador-top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 15px 24px;
}

#filtros-buscador #filtros-buscador-bottom {
    margin-top: 15px;
    display: none;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 15px 24px;
    opacity: 0;
    transition: opacity 0.4s ease, display 0.4s ease allow-discrete;
}

#filtros-buscador.expand #filtros-buscador-bottom {
    display: grid;
    opacity: 1;
}

/*Para animar display none*/
@starting-style {
    #filtros-buscador.expand #filtros-buscador-bottom {
        opacity: 0;
    }
}

#btn-toggle-extra-filtros, #btn-abrir-filtros {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background: rgba(255, 108, 0, 0.20);

    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-toggle-extra-filtros, #btn-toggle-extra-filtros path {
    transition: all .3s;
}

#btn-toggle-extra-filtros:hover, #btn-toggle-extra-filtros.active {
    background: var(--secondary);
}

#btn-toggle-extra-filtros:hover path {
    stroke: white;
}

#svg-cerrar-extra-filtros, #btn-toggle-extra-filtros.active #svg-abrir-extra-filtros {
    display: none;
}

#btn-toggle-extra-filtros.active #svg-cerrar-extra-filtros {
    display: block;
}

.slider-label-legend {
    font-family: "Inter Tight", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.ui-slider.ui-widget.ui-widget-content {
    border-color: #DFDFDF;
}

.ui-slider-horizontal {
    height: 4px;
    margin-top: 24px;
    background-color: #DFDFDF;
}

.ui-slider.ui-corner-all {
    border-radius: 2px !important;
}

.ui-slider-horizontal .ui-slider-range {
    background: var(--secondary);
}

.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-state-default, .ui-slider .ui-widget-header .ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondary);
    outline: none;

    border: 2px solid #FFF;
    background: #FF6C00;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px !important;
    margin-left: -.6em !important;
}

.ui-slider-handle {
    transition: all .05s ease;
}

.ui-slider-handle.ui-state-active {
    transform: none;
}

.ui-slider-horizontal .ui-slider-handle {

    display: inline-block;
    position: absolute;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#container-filtro-inp-buscar {
    width: 460px;
    max-width: 100%;
    margin-bottom: 18px;
}

#btn-buscar {
    cursor: pointer;
    pointer-events: all;
}

.container-ordenar {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
}

#criterios-busqueda {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.criterio-titulo {
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.item-criterio {
    display: inline-flex;
    padding: 8px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #E9E9E9;
    background: #F5F5F5;

    color: #666;
    font-size: 15px;
    font-weight: 400;
}

#frase-busqueda-vehiculos {
    color: #141414;
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 400;
}

.item-vehiculo {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all .3s;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.item-vehiculo-container-img {
    position: relative;
    overflow: hidden;
}

.item-vehiculo .item-vehiculo-favorito {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);

    transition: all .3s;
}

.item-vehiculo .item-vehiculo-favorito:hover, .item-vehiculo .item-vehiculo-favorito.favorito {
    background: #E41222;
}

/*.item-vehiculo-etiqueta {
    position: absolute;
    bottom: 60px;
    right: 10px;
}*/

.item-vehiculo-pletina {
    position: absolute;
    top: 42px;
    left: -85px;
    width: 300px;
    transform: rotate(-45deg);
    transform-origin: center center;
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 6px 0;
    pointer-events: none;
    z-index: 10;
}

.item-vehiculo-pletina.vendido {
    background: #E41222;
}

.item-vehiculo-pletina.reservado {
    background: #F59E1F;
}

.item-vehiculo-rebajado {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    background: #F03325;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    z-index: 1;
}

.item-vehiculo-rebajado > div {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}

.item-vehiculo-rebajado > div > span {
    padding: 5px 8px;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: #FFF;
    min-width: 57px;
    text-align: center;
}

.item-vehiculo-rebajado > div > span span {
    font-size: 15px;
    font-weight: 500;
}

.item-vehiculo-info {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 30px;
    flex-grow: 1;
}

.item-vehiculo-titulo {
    color: var(--text-color);
    font-size: 23px;
    font-weight: 700;
    display: block;
}

.item-vehiculo-version {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.item-vehiculo-caracteristicas {
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #E5E5E5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: space-around;
    text-align: center;
}

.item-vehiculo-caracteristica {
    word-break: break-word;
}

.item-vehiculo-caracteristica span {
    min-height: 30px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 10px;
    text-align: center;
}

.item-vehiculo-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.item-vehiculo-precios {
    text-align: end
}

.item-vehiculo-precio {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
}

.item-vehiculo-precio-antes {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: line-through;
    margin-bottom: 1px;
}

.item-vehiculo:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-15px);
}

.item-banner-vehiculo {
    border-radius: 20px;
    border: 2px solid #FF6C00;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    height: 100%;
}

.item-banner-vehiculo img, .item-banner-vehiculo video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
}


#banner #filtros-buscador {
    position: absolute;
    left: calc(16.666666667% + 12px);
    right: calc(16.666666667% + 12px);
    bottom: 35px;
    z-index: 1;
}

#banner #filtros-buscador-top, #banner #filtros-buscador-bottom {
    background-color: white;
    padding: 20px 30px;
    border-radius: 20px;
}

#banner #filtros-buscador .bootstrap-select {
    height: auto;
}

#banner #filtros-buscador .bootstrap-select > .dropdown-toggle {
    border: none;
    box-shadow: none;
    padding: 0 !important;
    height: auto;
}

#banner #filtros-buscador .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #888;
}

#banner #filtros-buscador label {
    margin-bottom: 13px;
    white-space: nowrap;
}

#banner .ui-slider-horizontal {
    margin-top: 10px;
}

#banner #filtros-buscador #filtros-buscador-top {
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 15px 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}

#banner #filtros-buscador-top > * {
    position: relative
}

#banner #filtros-buscador-top > * + *::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 4px;

    width: 1px;
    height: 50px;

    background: #EDEDED;
}

#banner #filtros-buscador #filtros-buscador-bottom {
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}

.stroke-primary path {
    stroke: var(--primary);
}

/* FIN SECCION BUSCADOR */

/* INICIO SECCION FICHA VEHICULO */
#ficha-vehiculo, #ficha-vehiculo-reservar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 620px;
    gap: 24px;
}

#ficha-vehiculo
{
    grid-template-rows: auto auto;
}

#ficha-vehiculo-container-fotos {
    grid-row: 1;
}

#ficha-vehiculo-detalle {
    grid-row: 2;
}

#ficha-vehiculo-container-flotante {
    grid-row: 1/-1;
}

#ficha-vehiculo-otras-fotos .owl-stage {
    padding-left: 0 !important;
}

.item-foto {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

#ficha-vehiculo-foto-principal .item-foto {
    border-radius: 20px;
}

#ficha-vehiculo-fotos {
    overflow: hidden;
}

#ficha-vehiculo-fotos .item-vehiculo-pletina {
    font-size: 35px;
    top: 86px;
    left: -180px;
    width: 600px;
    padding: 11px 0;
}

#ficha-vehiculo-foto-principal {
    border-radius: 20px;
    overflow: hidden;
}

#ficha-vehiculo-fotos .item-vehiculo-rebajado {
    max-width: 380px;
    border-radius: 20px 5px 5px 0;
}

#ficha-producto-fotos-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    pointer-events: none;
}

#ficha-vehiculo-container-datos, #ficha-vehiculo-resumen-container-datos {
    position: sticky;
    top: 95px;
}

#ficha-vehiculo-datos {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);

    padding: 20px 20px 30px;
    margin-bottom: 25px;

    max-height: calc(100dvh - 160px);
    overflow: auto;
}

#ficha-vehiculo-titulo {
    color: var(--text-color);
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 500;
}

#ficha-vehiculo-titulo span {
    font-size: 20px;
    display: block;
}

#ficha-caracteristica-resumen {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
    margin-top: 20px;

    font-size: 15px;
    font-weight: 700;
    line-height: 15px;

    gap: 15px 15px;
    text-align: center;
}

#ficha-caracteristica-resumen > div {
    max-width: 175px;
}

#ficha-caracteristica-resumen .separator {
    width: 2px;
    height: 25px;
    background: #EEE;
}

.item-vehiculo-dato {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gratis {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#nav-tabs-precio .nav-tabs {
    border: none;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

#nav-tabs-precio .nav-tabs .nav-link {
    font-family: "Space Grotesk", sans-serif;
    border: none;
    margin: 0;
    background: #EEEEEE;
    border-radius: 0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    flex: 0 0 50%;
    padding: 13px 0;
    font-weight: 400;
}

#nav-tabs-precio .nav-tab-precio {
    text-transform: lowercase;
    display: block;
    margin-top: 7px;
    font-weight: 500;
    font-size: 25px;
}

#nav-tabs-precio .nav-tabs .nav-item.show .nav-link, #nav-tabs-precio .nav-tabs .nav-link.active {
    background: var(--primary);
    color: #FFF;
}

#ficha-vehiculo-punto-entrega {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed var(--primary);
    border-bottom: 1px dashed var(--primary);
}

.ficha-vehiculo-titulo {
    font-size: 16px;
    font-weight: 600;
}

#ficha-vehiculo-incluido {
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
}

#ficha-vehiculo-incluido li {
    position: relative;
    padding-left: 36px;
}

#ficha-vehiculo-incluido li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 15px;
    background-image: url('../img/iconos/tick.svg');
    background-size: 21px 15px;
    background-repeat: no-repeat;
    background-position: center;
}

#ficha-vehiculo-incluido li + li {
    margin-top: 6px;
}

#ficha-vehiculo-tab-content {
    padding-bottom: 19px;
    border-bottom: 1px dashed var(--primary);
    margin-bottom: 25px;
    min-height: 280px;
}

#ficha-vehiculo-botones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

#mas-info-mensaje, #avisame-mensaje {
    height: 100px;
}

.titulo-financiacion {
    color: #252525;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.anyos-financiacion {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

#nav-financiacion {
    border-top: 1px dashed var(--primary);
    padding-top: 28px;
}

#resumen-financiar {
    color: var(--secondary);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin-top: 25px;
}

#resumen-financiar strong {
    font-weight: 700;
    font-size: 25px;
}

#ficha-vehiculo-estadisticas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.item-ficha-vehiculo-estadistica {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    font-size: 15px;
    font-weight: 500;

    transition: all .3s;
}

.item-ficha-vehiculo-estadistica path {
    stroke: var(--text-color);

    transition: all .3s;
}

.item-ficha-vehiculo-estadistica:hover, .item-ficha-vehiculo-estadistica.favorito {
    color: var(--secondary);
}

.item-ficha-vehiculo-estadistica:hover path, .item-ficha-vehiculo-estadistica.favorito path {
    stroke: var(--secondary);
}

#redes-compartir {
    display: grid;
    align-items: center;
    gap: 23px 30px;

    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 15px;
    padding-right: 15px;
}

#redes-compartir > * {
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.compartir-whatsapp {
    background: #189D0E;
}

.compartir-fb {
    background: #1976D2;
}

.compartir-x {
    background: #000000;
}

.compartir-copiar {
    background: #F1F1F1;
    justify-content: flex-start !important;
    gap: 8px;
    grid-column: 1 / -1;
    padding: 0 18px;
}

#ficha-vehiculo-categorias-fotos {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.btn-categoria-foto {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #EEE;
    transition: all .3s;

    color: #252525;
    font-size: 15px;
    font-weight: 500;
}

.btn-categoria-foto path {
    transition: all .3s;
}

.btn-categoria-foto.active, .btn-categoria-foto:hover {
    background: var(--primary);
    color: #FFF;
}

.btn-categoria-foto.active path, .btn-categoria-foto:hover path {
    fill: #FFF;
}

#btn-abre-360.btn-categoria-foto.active path, #btn-abre-360.btn-categoria-foto:hover path {
    stroke: #FFF;
    fill: none;
}

.item-equipamiento {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-equipamiento-titulo {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 0;
}

#ficha-vehiculo-informacion-tecnica-resumen {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.info-tecnica-resumen-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: fit-content;
    flex: 1;
}

.info-tecnica-resumen-item-icon {
    position: relative;
}

.info-tecnica-resumen-item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.5s all;
}

#ficha-vehiculo-informacion-tecnica-resumen.loaded .info-tecnica-resumen-item-icon img {
    transform: translate(-50%, -50%) scale(1);
}

.info-tecnica-resumen-item-icon svg {
    width: 140px;
    height: auto;
    fill: none;
}

.info-tecnica-progress-bg {
    stroke: #D9D9D9;
    stroke-dasharray: 0, 6;
    stroke-linecap: round;
    stroke-width: 4;
    transform-origin: center;
}

.info-tecnica-progress-bar {
    stroke: var(--secondary);
    stroke-linecap: round;
    stroke-width: 4;
    transform-origin: center;
    stroke-dasharray: 282.7;
    stroke-dashoffset: 282.7;
    transition: stroke-dashoffset 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#ficha-vehiculo-informacion-tecnica-resumen.loaded .info-tecnica-progress-bar {
    stroke-dasharray: var(--dasharray, 282.7);
    stroke-dashoffset: var(--dashoffset, 282.7);
}

.info-tecnica-resumen-item-titulo {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
}

.info-tecnica-resumen-item-valor {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

#ficha-vehiculo-informacion-tecnica-tabla {
    width: 100%;
    border-collapse: collapse;
    border: none;

    color: #000;
    font-size: 18px;
    font-weight: 400;
}

#ficha-vehiculo-informacion-tecnica-tabla td {
    padding: 22px 30px;
}

#ficha-vehiculo-informacion-tecnica-tabla td:last-child {
    text-align: end;
}

#ficha-vehiculo-informacion-tecnica-tabla tr:nth-child(odd) td {
    background: rgba(255, 108, 0, 0.10);
}

.titulo-multiculor {
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
}

.titulo-multiculor span {
    color: var(--secondary);
    font-weight: 400;
}

#ficha-vehiculo-garantia {
    border-radius: 20px;
    background: rgba(49, 159, 170, 0.08);
    padding: 20px;
}

.titulo-garantia {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-top: -13px;
}

.titulo2-garantia {
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

#container-garantia-bloque-img {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 495px;
    gap: 30px;
}

#container-garantia-bloque-img .textoSeccion {
    padding-top: 20px;
}

#tabla-garantia {
    width: 100%;

    border-collapse: separate;
    border-spacing: 10px 0;
    margin: 15px -10px 0;
}

#tabla-garantia tbody {
    box-shadow: 0 0 0 1px var(--secondary);
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
}

#tabla-garantia thead td {
    text-align: center;
    font-weight: bold;
    padding: 14px;
    font-size: 16px;
}

#tabla-garantia thead td:first-child {
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: start;
    padding-bottom: 20px;
    padding-top: 0;
}

#tabla-garantia thead td:nth-child(2), #tabla-garantia thead td:nth-child(3) {
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    font-size: 18px;
    font-weight: 700;
}

#tabla-garantia thead td:nth-child(2) {
    background: #8c8c8c;
}

#tabla-garantia thead td:nth-child(3) {
    background: var(--secondary);
}

#tabla-garantia tbody td {
    padding: 18px 20px;
}

#tabla-garantia tr {
    position: relative
}

#tabla-garantia tr::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

#tabla-garantia thead tr::before,
#tabla-garantia tbody tr:first-child::before {
    opacity: 0;
}

#tabla-garantia tbody td:first-child {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

#tabla-garantia td:first-child,
#tabla-garantia thead td:first-child {
    width: 50%;
}

#tabla-garantia td:nth-child(2),
#tabla-garantia td:nth-child(3),
#tabla-garantia thead td:nth-child(2),
#tabla-garantia thead td:nth-child(3) {
    width: 25%;
}

#tabla-garantia tbody td:nth-child(2) {
    background: #dfe7e8;
    text-align: center;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

#tabla-garantia tbody td:nth-child(3) {
    background: #f1e3d4;
    border-left: 1px solid var(--secondary);
    text-align: center;
}

#tabla-garantia tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

#tabla-garantia tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

#tabla-garantia img {
    display: block;
    margin: 0 auto;
}

.footer-ficha {
    color: var(--primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

#panorama {
    width: 100%;
    aspect-ratio: 16/9;
}

/* FIN SECCION FICHA VEHICULO */

/* INICIO SECCION FICHA RESERVAR VEHICULO */

#ficha-vehiculo-resumen-container-datos {
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

#ficha-vehiculo-resumen-datos {
    padding: 20px 20px 30px;
}

#ficha-vehiculo-resumen-datos #ficha-caracteristica-resumen {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px 20px;
}

#ficha-vehiculo-resumen-precio {
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px dashed var(--primary);
}

/* FIN SECCION FICHA RESERVAR VEHICULO */

/* INICIO SECCION COCHE A LA CARTA */
.item-galeria {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.item-galeria-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: rgba(255, 108, 0, 0.50);
    opacity: 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-galeria-hover img {
    transition: all .3s
}

.item-galeria:hover .item-galeria-hover {
    opacity: 1
}

.item-galeria .item-galeria-hover img:hover {
    transform: scale(1.15)
}

/* FIN SECCION COCHE A LA CARTA */

/* INICIO BLOQUE INSTAGRAM */
#instagram-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 10px;
}

.item-instagram {
    position: relative;
    overflow: hidden;
}

.item-instagram::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    transition: all .3s;
}

.item-instagram:hover::before {
    opacity: 1
}

/* FIN BLOQUE INSTAGRAM */

/* INICIO BLOQUE TIKTOK */
#tiktok-posts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    gap: 10px;
}

.item-tiktok {
    position: relative;
    overflow: hidden;
}

.item-tiktok::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    transition: all .3s;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

.item-tiktok:hover::before {
    opacity: 0;
}

.item-tiktok-image,
.item-tiktok-video {
    display: block;
    transition: opacity .3s ease;
}

.item-tiktok-video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.item-tiktok-sound {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    border: 0;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: background .3s ease, opacity .3s ease, visibility .3s ease;
}

.item-tiktok-sound:hover {
    background: rgba(0, 0, 0, 0.75);
}

.item-tiktok-sound.is-active {
    background: rgba(255, 255, 255, 0.92);
    color: #111;
}

.item-tiktok-title {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    color: #FFF;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    transition: opacity .3s ease, transform .3s ease;
}

.item-tiktok:hover .item-tiktok-image {
    opacity: 0;
}

.item-tiktok:hover .item-tiktok-video {
    opacity: 1;
}

.item-tiktok:hover .item-tiktok-title {
    opacity: 0;
    transform: translateY(6px);
}

.item-tiktok:hover .item-tiktok-sound {
    opacity: 1;
    visibility: visible;
}

/* FIN BLOQUE TIKTOK */

/* INICIO SECCION QUIENES SOMOS */
.item-equipo {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 0 1px var(--secondary);
    padding: 14px;
    transition: all .3s;
}

.item-equipo-img {
    border-radius: 20px;
}

.item-equipo-info {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 19px 19px 0 0;
    background-color: white;
    border-radius: 0 20px 0 0;
    max-width: calc(100% - 40px);
}

.item-equipo-info::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 40px;

    left: 0;
    top: -40px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0px 20px 0px 0px #FFFFFF;
}

.item-equipo-info::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 30px;

    bottom: 0;
    right: -40px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: -20px 0px 0px 0px #FFFFFF;
}

.item-equipo-info > div {
    position: relative;
    z-index: 1;

    border-radius: 20px;
    border: 1px solid #FFD7B9;
    background: #FFEBDD;
    width: 265px;
    max-width: 100%;
    padding: 18px;
}

.item-equipo-nombre {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
}

.item-equipo-cargo {
    font-size: 14px;
    min-height: 34px;
}

.item-equipo:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.item-galeria {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.item-galeria-imagen {

}

.item-galeria-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all .3s;
    border-radius: 20px;
}

.item-galeria-hover span {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    border-radius: 50%;
    transition: all .3s;
}

.item-galeria:hover .item-galeria-hover {
    transform: scale(1);
    opacity: 1;
}

.item-galeria-hover span:hover {
    transform: rotate(180deg);
}
/* FIN SECCION QUIENES SOMOS */

/* INICIO CHATBOT */
#chatbot-contiene-bienvenida {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 295px;
    z-index: 100;
}

#chatbot-bloque-bienvenida {
    border-radius: 20px;
    border: 2px solid #FF6C00;
    background: #FFF;
    text-align: center;
    padding: 20px 12px;
    margin-top: -10px;
    font-size: 15px;
}

#chatbot-bienvenida-titulo {
    font-weight: 700;
    margin-bottom: 8px;
}

#chatbot-bienvenida-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 12px;
}

#chatbot-btn-cerrar {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 3px;
    border: 1px solid #808080;
}

#chatbot-contiene-chat {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 350px;
    z-index: 100;

    border-radius: 20px;
    border: 1px solid #E6EAEC;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);

    overflow: hidden;
}

#chatbot-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
    background-color: #F3F4F6;
}

#chatbot-chat-header-btns {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

#chatbot-chat-header-btns button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0f0f0;
    border: 2px solid #E0E0E0;
}

#chatbot-contiene-chats {
    padding: 20px;
    height: 600px;
    max-height: calc(100dvh - 200px);
}

.item-mensaje {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;

    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.item-mensaje.machine::before {
    content: "";
    background-image: url("../img/chatbot.png");
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.item-mensaje-content {
    padding: 12px 15px;
    max-width: 239px;
}

.item-mensaje.machine .item-mensaje-content {
    border-radius: 0 14px 14px 14px;
    background: #F1F1F1;
}

.item-mensaje.user {
    width: fit-content;
    margin-left: auto;
}

.item-mensaje.user .item-mensaje-content {
    border-radius: 14px 14px 0 14px;
    background: var(--primary);
    color: #FFF;
}

.item-mensaje-opcs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.item-mensaje-opcs.form {
    flex-direction: column;
}

.item-mensaje-opcs .btnStandard {
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 15px;
}

.item-mensaje-opcs .btnStandard:hover, .item-mensaje-opcs .btnStandard:not(.disabled):not(.btn-normal):focus {
    background-color: #FFF;
    border-color: var(--primary);
    color: var(--primary);
}

.item-mensaje-opcs .bootstrap-select, .item-mensaje-opcs input {
    height: 50px
}

/* FIN CHATBOT */

/* INICIO SECCION SERVICIOS */

.item-servicio + .item-servicio {
    margin-top: 50px
}

#servicios-categoria .item-servicio:nth-child(2n) {
    flex-direction: row-reverse;
}

/* FIN SECCION SERVICIOS */

/* INICIO SECCION VENDER COCHE */

#vender-coche {
    position: relative;
    border-radius: 20px 20px 0 0;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    padding: 40px 35px 70px;
    overflow: visible;
}

/* FIN SECCION VENDER COCHE */

/* INICIO SECCION CONTACTO */
#google_maps, .google_maps {
    height: 600px;
    position: relative;
}

#qr {
    position: absolute;
    right: calc(8.333333334% + 12px);
    top: 50%;
    transform: translateY(-50%);
}

.google_maps.no-mapa.loaded {
    position: relative;
    background-image: url("../img/mapa.png");
    background-size: cover;
    background-position: center center;
}

.datosMapas {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.625rem;
    padding: 0 5px;
    color: rgb(68, 68, 68);
    user-select: none;
}

.datosMapas a,
.datosMapas a:hover {
    color: rgb(68, 68, 68);
    margin-left: 3px;
    text-decoration: none;
}

/* FIN SECCION CONTACTO */

/* INICIO FAQS */
.itemFaq + .itemFaq {
    margin-top: 15px;
}

.itemFaqTitle {
    cursor: pointer;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#faqs .card-header[aria-expanded="true"] .itemFaqTitle {
    color: var(--secondary);
}

#faqs .card-header[aria-expanded="true"] .itemFaqBtn {
    transform: rotate(-180deg);
}

/*.itemFaqData.itemFaqDataText
{
	display: none;
	margin-left: auto;
}*/
.itemFaqText {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-top: 10px;
}

.itemFaqBtn {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

#faqs .card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin: 0;
    cursor: pointer;
    gap: 15px;

    border-radius: 10px;
    border: 2px solid #FF6C00;
    background: #FFF;
}

#faqs .card {
    box-shadow: none;
    border: none;
}

/* FIN FAQS */

/* INICIO SCROLL BAR */
.custom-scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: #DADADA #FFF;
    overflow: auto;
}

.custom-scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border-radius: 10px;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 8px;
    background-color: #FFF;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #DADADA;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.custom-scroll-bar:hover {
    scrollbar-color: #DADADA #FFF;
}

.custom-scroll-bar:hover::-webkit-scrollbar-thumb {
    background-color: #DADADA;
}

/* FIN SCROLL BAR */

/* INICIO PAGINADOR */
.contienePaginador {
    margin: 0;
    color: #FFF;
    font-weight: normal;
    font-size: 0;
    display: inline-block;
}

.contienePaginador path {
    fill: var(--primary);
}

.contienePaginador a {
    color: var(--primary);
    text-decoration: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid var(--primary);
}

.contienePaginador a + a {
    margin-left: 7px;
}

.contienePaginador a:hover,
.contienePaginador a.paginaSeleccionada,
.contienePaginador a#enlaceAtras:hover,
.contienePaginador a#enlaceSiguiente:hover {
    color: #FFF;
    background: var(--primary);
    border-color: var(--primary);
}

.contienePaginador a#enlaceAtras:hover path,
.contienePaginador a#enlaceSiguiente:hover path {
    fill: #FFF;
}

/* FIN LISTADO */

/* INICIO FOOTER */
footer {
    position: relative;
    color: #FFF;
    font-size: 15px;
    background-color: var(--primary);
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.current_section_contacto footer,
.current_section_venderCoche footer {
    margin-top: 0
}

footer a:hover, footer a.menu-seleccionado {
    text-decoration: underline;
    color: #FFF;
}

#footer-top {
    display: grid;
    align-items: center;
    grid-template-columns: 250px minmax(0, 950px);
    justify-content: space-between;
    gap: 15px 60px;
}

#footer-top-menus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

#footer-top-menus ul {
    margin-bottom: 0;
    list-style: none;
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    font-weight: 500;

    display: flex;
    flex-direction: column;
    gap: 13px;
}

#footer-top-menus ul a {
    position: relative;
    text-decoration: none !important;
}

#footer-top-menus ul a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFF;
    transition: all .3s;
}

#footer-top-menus ul a.menu-seleccionado::after,
#footer-top-menus ul a:hover::after {
    width: 100%;
    opacity: 1;
}

#footer-bottom {
    font-size: 15px;
    font-weight: 500;

    border-top: 1px dashed #FFF;
    padding-top: 30px;
    margin-top: 50px;
}

#footer-bottom > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formas-pago {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#btn-subir, #btn-chatbot {
    position: fixed;
    bottom: 18px;
    right: 20px;
    z-index: 100;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;

    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

#btn-subir {
    right: 85px;
}

#btn-subir, #btn-subir path,
#btn-chatbot, #btn-chatbot path {
    transition: all .3s ease-in-out;
}

#btn-subir:hover, #btn-chatbot:hover {
    background-color: #FFF;
}

#btn-subir:hover path, #btn-chatbot:hover path {
    stroke: var(--secondary);
}

/* FIN FOOTER */

.tab-pane.active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: none;
}

/* INICIO VALORACIONES */
/*#valoraciones.owl-carousel
{position: initial}*/
#valoraciones.owl-loaded {
    display: flex;
    flex-direction: column;
}

#valoraciones.owl-loaded .owl-dots {
    align-self: center;
    width: fit-content;
}

#valoraciones .owl-stage {
    display: flex;
    align-items: stretch;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0 !important;
}

.valoracion-media {
    font-size: 25px;
    line-height: 25px;
    color: #ffb238;
    margin-right: 10px;
    font-weight: 500;
}

.item-resena {
    position: relative;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    padding: 25px 20px;
    background: white;
    height: 100%;
}

.icono-google {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 19px !important;
    height: auto;
}

.item-resena-estrellas {
    margin-top: 12px;
}

.valoracion-estrellas span {
    display: inline-block;
    vertical-align: middle;
}

.valoracion-estrellas {
    line-height: 0;
    display: flex;
    align-items: center;
}

.item-resena-imagen {
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    flex-shrink: 0;
    width: 50px !important;
}

.item-resena-datos {
    padding-left: 13px;
    padding-right: 30px;
}

.item-resena-nosotros .item-resena-usuario {
    color: var(--primary);
    max-height: initial;
}

.item-resena-nosotros .item-resena-datos {
    padding-right: 0;
}

.item-resena-usuario {
    position: relative;
    color: var(--secondary);
    margin-bottom: 2px;
    max-height: 40px;
    overflow: hidden;

    text-transform: capitalize;

    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.item-resena-usuario img {
    position: absolute;
    width: 19px !important;
    height: auto;
    right: 0;
    top: 0;
}

.item-resena-texto {
    margin-top: 12px;
    min-height: 92px;

    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.basadoEn {
    margin-top: 7px;

    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

.btn-valorar {
    background: var(--secondary);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
}

.btn-valorar img {
    margin-left: 10px;
}

.btn-valorar:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-mas-resena {
    margin-top: 20px;
}

.valoracion-texto {
    height: 95px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
}

/* FIN VALORACIONES */

/* INICIO TOOLTIP/BOOXOVER */
.tooltipStandard {
    cursor: pointer;
}

.tooltipster-sidetip.tooltipster-base .tooltipster-box, .tooltipster-sidetip.tooltipster-left .tooltipster-box {
    background: #FFF;
    border: none;
    border-radius: 5px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.tooltipster-sidetip.tooltipster-base .tooltipster-content {
    text-align: center;
    color: var(--text-color);
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #FFF !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #FFF !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #FFF !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #FFF !important;
}

.tooltip-ws.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #FFF !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent !important;
}

.tooltip-info {
    background-color: white;
}

.tooltip-menu-usuario .tooltipster-box, .tooltip-info .tooltipster-box {
    background-color: white !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.tooltip-info {
    max-width: 330px;
}

.tooltip-info .tooltipster-content {
    color: #777;
}

/* FIN TOOLTIP/BOXOVER*/

/* MODAL */
#blockUI_bloque-video, #blockUI_modal-360 {
    background: rgba(0, 0, 0, 0.9);
    padding-right: 0 !important;
}

#bloque-video, #modal-360 {
    font-size: 0;
    line-height: 0;
}

.modal-video {
    width: 1200px;
    max-width: calc(100% - 30px);
}

.video-cookie {
    width: 800px;
}

.modal-video iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.modal-video .modal-body,
.modal-video .modal-header {
    padding: 0;
}

.modal-video .modal-header .modal-title {
    display: none;
}

.modal-video .modal-content {
    border: none;
}

.modal-video .modal-header .close {
    top: -40px;
    right: 0;
}

#bloque-video .sinResultados {
    line-height: 140%;
    padding: 100px 0 130px;
}

.modal-dialog.modal622 {
    width: 622px
}

.modal-dialog.modal1050 {
    width: 1050px
}

.botoneraBlockUI {
    width: 100%;
}

.esperePorFavor {
    font-size: 0;
    border: 5px solid var(--secondary);
    border-radius: 40px;
    height: 40px;
    margin: 0 auto;
    width: 40px;
    z-index: 1000007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    display: block;
}

.modalEspere {
    box-shadow: none !important;
}

.modalEspere img {
    display: none
}

.modalEspere .modal-content {
    background-color: transparent;
    border: none;
}

.bloqueModal {
    display: none;
    text-align: left;
}

.modal .bloqueModal {
    display: block;
}

.modal {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-content {
    border: 1px solid #FFF;
    border-radius: 0.5rem;
}

.modal-header {
    border-bottom: none;
    text-align: center;
    padding: 0.5rem 1rem 1rem;
}

.modal-header .close {
    opacity: 1 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    text-shadow: none;
    -webkit-appearance: initial;
    border: none;
    background: none;
}

.close:hover, .close:focus {
    outline: none;
}

.modal-header .modal-title {
    color: var(--primary);
    font-size: 25px;
    text-align: center;
    width: 100%;
    border-bottom: none;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-width: 300px !important;
    max-width: calc(100% - 30px);
    /*min-width:450px !important;*/
}

.modal-dialog.modal-sm {
    min-width: 450px !important;
}

.modal-dialog.modal-lg {
    min-width: 950px !important;
}

.modal .btnStandard + .btnStandard {
    margin-left: 20px;
}

.modal-body {
    color: var(--text-color);
    font-size: 16px;
    text-align: center;
    padding: 0 1rem 1rem;
    line-height: 150%;
}

.modal-body a:not(.btnStandard) {
    color: var(--primary);
}

.modalEspere .modal-body {
    padding: 1rem;
}

.modal-body img {
    margin-right: 2px;
}

.modal-footer {
    padding: 10px 15px;
}

.modalAlert .modal-footer {
    text-align: center;
    border-top: none;
    padding-bottom: 20px;
}

.modalAlert .botoneraBlockUI {
    width: 100%;
}

/* FIN DE MODAL*/
.navbar-toggler:focus {
    box-shadow: none;
}

.wow {
    visibility: hidden;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

.navbar-toggler {
    display: none
}

.btn-buscar-icon {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-buscar-icon path {
    fill: #FFF
}

#menu-movil {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.item-menu-movil-icon {
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-movil ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin-bottom: 0;
}

#menu-movil ul li > * {
    width: 100%;

    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .3s ease-in-out;

    color: var(--primary);
    text-align: center;
    font-size: 10px;
    font-weight: 400;

    padding: 11px;

    &:hover, &.menu-seleccionado {
        background-color: var(--secondary);
        color: #FFF;

        path {
            stroke: #FFF;
        }
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
}

@media only screen and (max-width: 1199px) {
    #ventajas {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .item-ventaja {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .item-paso::after {
        display: none
    }

    #banner-comprar-coche img, #banner-vender-coche img {
        display: none
    }

    .item-banner-cv-coche {
        margin-top: 0
    }

    #banner-comprar-coche .item-banner-cv-coche, #banner-vender-coche .item-banner-cv-coche {
        background-size: contain
    }

    .item-banner-cv-coche {
        min-height: 300px;
        padding: 20px 30px;
    }

    #ficha-vehiculo
    {
        grid-template-rows: initial;
        grid-template-columns: minmax(0, 1fr);
    }

    #ficha-vehiculo-container-fotos {
        grid-row: 1;
    }

    #ficha-vehiculo-detalle {
        grid-row: 3;
    }

    #ficha-vehiculo-container-flotante {
        grid-row: 2;
    }

    #ficha-vehiculo-datos{
        max-height: initial;
    }
}

@media only screen and (max-width: 991px) {
    /*es, sm  y MD| Extra Small (XS), SM y MD xsm*/
    .btn-mis-favoritos {
        margin-left: auto
    }

    #menuBloque {
        padding: 8px 0
    }

    #qr{display: none}

    .navbar-toggler {
        vertical-align: middle;
        border: none;
        outline: none !important;
        padding: 13px 0 13px 10px;
        text-align: right;
        box-shadow: none !important;
        display: block !important;
        line-height: 0;
        margin-left: 5px;
    }

    #navbarWeb {
        flex: 0 0 100%
    }

    #cerrarMenu {
        display: flex !important;
    }

    #menuNavbarCollapse {
        position: fixed;
        top: 0;
        background: #FFF;
        width: 375px;
        max-width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        left: 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding: 80px 0 17px;
        overflow: auto;
        transform: translateX(-100%);
        transition: transform 0.35s ease !important;
        z-index: 9000000001;
    }

    #menuNavbarCollapse.show {
        transform: none;
    }

    .navbar-nav {
        height: 100%;
        justify-content: left !important;
        overflow: auto;
        display: flex;
        gap: 0;
        padding-bottom: 20px;
    }

    #menuNavbarCollapse li.nav-item > a {
        color: var(--primary);
        padding: 18px 18px;
        background-color: white;
        text-align: start;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #menuNavbarCollapse li.nav-item:hover > a path, #menuNavbarCollapse li.menu-seleccionado > a path, #menuNavbarCollapse li > a.menu-seleccionado path, #menuNavbarCollapse .dropdown-item:hover path, #menuNavbarCollapse .dropdown > ul > li.dropdown:hover > .dropdown-item path, #menuNavbarCollapse .sub-menu-item.menu-seleccionado a path, #menuNavbarCollapse .sub-menu-item a:hover path, #menuNavbarCollapse .dropdown-item.active path, #menuNavbarCollapse .dropdown-item:active path, #menuNavbarCollapse .dropdown-item.text-dark path, #menuNavbarCollapse a.bg-light:hover path, #menuNavbarCollapse a.bg-light:focus path, #menuNavbarCollapse li.menu-seleccionado > a svg path {
        stroke: var(--secondary);
    }

    #menuNavbarCollapse li.dropdown.nav-item:hover > a, #menuNavbarCollapse li.nav-item a:hover, #menuNavbarCollapse li.menu-seleccionado > a, #menuNavbarCollapse li.open > a, #menuNavbarCollapse li.show > a {
        color: var(--secondary);
    }

    #menuNavbarCollapse ul.dropdown-menu {
        position: initial !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-shadow: none;
        border-radius: 0;
        display: none !important;
        margin: 5px 0 0 !important;
        overflow: auto;
        height: auto !important;
        transform: none !important;
        text-align: left !important;
    }

    #menuNavbarCollapse li.open > .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scaleY(1) !important;
        height: auto !important;
    }

    #menuNavbarCollapse .dropdown-item {
        font-size: 14px
    }

    #menuNavbarCollapse.navbar-collapse li.nav-item + li {
        border-top: 1px solid #EBEBEB;
    }

    #menuNavbarCollapse li.nav-item::before {
        display: none
    }

    .dropdown > a > i {
        display: inline-block !important;
        position: absolute;
        right: 12px !important;
        top: 50% !important;
        font-size: 16px !important;
    }

    .dropdown > a > i.fa-angle-right:before {
        content: "\f107";
    }

    #menuNavbarCollapse ul.dropdown-menu {
        padding: 0 0 0 5px;
        margin: -10px 0 0 !important;
        max-height: 250px;
    }

    .nav-icon {
        display: flex
    }

    #menu-web li.dropdown::after {
        display: none
    }

    .icon-dropdown {
        padding: 5px 0 5px 5px;
    }

    #menuNavbarCollapse ul.dropdown-menu li + li {
        border-top: 1px dashed var(--primary);
    }

    #menu-web .nav-item-inicio {
        order: 1;
    }

    #menu-web .nav-item-comprarVehiculo {
        order: 2;
    }

    #menu-web .nav-item-venderCoche {
        order: 3;
    }

    #menu-web .nav-item-cocheCarta {
        order: 4;
    }

    #menu-web .nav-item-servicios-1, #menu-web .nav-item-servicios-2 {
        order: 5;
    }

    #menu-web .nav-item-quienesSomos {
        order: 6;
    }

    #menu-web .nav-item-blog {
        order: 7;
    }

    #menu-web .nav-item-faqs {
        order: 8;
    }

    #menu-web .nav-item-contacto {
        order: 9;
    }

    #menu-top {
        display: none
    }

    #header-top .item-dato-localizacion {
        margin-left: 0
    }

    .datos-banner {
        left: 20px;
        right: 20px;
        width: auto;
        padding-bottom: 60px;
    }

    #banner .owl-nav {
        display: none
    }

    #banner #filtros-buscador {
        left: 20px;
        right: 20px;
    }

    #banner #filtros-buscador #filtros-buscador-top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
        gap: 15px 30px;
    }

    #banner #filtros-buscador-top > * + *::before {
        left: -15px;
    }

    #banner #filtros-buscador-top #container-filtro-precio {
        display: none
    }

    #banner #filtros-buscador-top #container-filtro-cuota {
        display: none
    }

    #filtros-buscador #filtros-buscador-bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .item-cliente-satisfecho {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25) !important;
    }

    #logo-footer {
        display: none
    }

    #footer-top {
        display: block
    }

    #container-buscar-criterios {
        flex-direction: column;
    }

    #ficha-vehiculo-reservar {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    /*es y sm | Extra Small (XS) and SM */
    .separacion-bloque {
        margin-top: 50px !important
    }

    .datos-banner-titulo {
        font-size: 33px
    }

    .datos-banner-texto {
        font-size: 20px;
        line-height: 120%
    }

    #banner .btn-buscar-icon {
        display: flex !important
    }

    #banner #filtros-buscador-top .btnStandard.btn-buscar-coches {
        display: none
    }

    #banner #filtros-buscador #filtros-buscador-top {
        gap: 15px 10px
    }

    #banner #filtros-buscador-top > * + *::before {
        left: -12px;
    }

    #banner #filtros-buscador-top, #banner #filtros-buscador-bottom {
        padding: 20px 25px;
    }

    #filtros-buscador #filtros-buscador-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #banner-comprar-vender-coche {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .item-resena-nosotros .item-resena-usuario {
        width: 300px
    }

    #lo-mas-buscado {
        gap: 20px 23px;
    }

    .item-mas-buscado {
        padding: 12px 18px;
        font-size: 14px;
        gap: 12px;
    }

    #wrapper {
        margin-top: 30px
    }

    body:not(.current_section_inicio) #banner {
        display: none;
    }

    footer {
        margin-top: 50px
    }

    #servicios-categoria .item-servicio, #servicios-categoria .item-servicio:nth-child(2n) {
        flex-direction: column;
    }

    .item-servicio + .item-servicio {
        margin-top: 30px;
    }

    .item-servicio .fadeInLeftSmall, .item-servicio .fadeInRightSmall {
        animation: none !important;
    }

    #vender-coche {
        padding: 0 0 30px 0;
        box-shadow: none;
    }

    #blockUI_bloque-video.modal:before, #blockUI_modal-360.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    /* ES */
    footer {padding-bottom: 100px;}

    .subTituloSeccion {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 26px;
    }

    .datos-banner-titulo {
        font-size: 30px;
    }

    .datos-banner-texto {
        font-size: 17px;
        line-height: 135%;
    }

    .datos-banner-btns {
        margin-top: 30px;
    }

    .datos-banner-btns .btnStandard {
        padding-left: 20px;
        padding-right: 20px;
    }

    #banner #filtros-buscador-top #container-filtro-modelo {
        display: none;
    }

    #banner #filtros-buscador #filtros-buscador-top {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    #banner #filtros-buscador label {
        margin-bottom: 8px;
    }

    #filtros-buscador #filtros-buscador-bottom {
        grid-template-columns: minmax(0, 1fr);
    }

    #btn-toggle-extra-filtros, .btn-buscar-icon {
        width: 45px;
        height: 45px;
    }

    .btn-buscar-icon svg {
        width: 25px;
        height: auto;
    }

    #banner #filtros-buscador-top, #banner #filtros-buscador-bottom {
        padding: 15px 20px;
    }

    #banner #filtros-buscador #filtros-buscador-bottom .bootstrap-select {
        height: 50px;
    }

    #banner #filtros-buscador #filtros-buscador-bottom .bootstrap-select > .dropdown-toggle {
        border: 2px solid var(--secondary);
        border-radius: 10px;
        padding-left: 15px !important;
        padding-right: 35px !important;
        height: 100%;
    }

    #paso-paso .fila {
        grid-template-columns: minmax(0, 1fr);
        gap: 25px;
    }

    .fila-2 {
        margin-top: 25px
    }

    .item-paso-1, .item-paso-3, .item-paso-5 {
        margin-top: 0;
    }

    .item-paso-5 {
        order: -1;
    }

    .subTituloSeccion + .ver-todos {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .item-banner-cv-coche {
        text-align: center !important;
    }

    #porque-comprar-leadercar {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
        text-align: center;
    }

    .item-porque-comprar-paso {
        margin-left: auto;
        margin-right: auto
    }

    .porque-comprar-img {
        display: none
    }

    .item-resena-nosotros .item-resena-usuario {
        width: 250px;
    }

    #instagram-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #tiktok-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #bloque-contacto {
        margin-top: 50px;
    }

    #bloque-contacto > div {
        box-shadow: none;
        padding: 0;
    }

    #footer-top-menus {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    #footer-bottom > div {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
        justify-content: center;
    }

    .formas-pago {
        justify-content: center
    }

    #btn-subir, #btn-chatbot {
        bottom: 10px;
        right: 10px;
    }

    #btn-subir {
        right: 10px;
        bottom: 90px;
    }

    #chatbot-contiene-bienvenida {display: none}

    .navbar-brand {
        margin-right: 2rem
    }

    #chatbot-contiene-chat {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
        border-radius: 0;
    }

    #chatbot-contiene-chats {
        height: 100%;
        max-height: calc(100dvh - 60px);
    }

    .current_section_comprarVehiculo #filtros-buscador #filtros-buscador-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .current_section_comprarVehiculo #container-filtro-buscar {
        margin-top: 15px
    }

    #container-ordenar-abrir-filtros {
        width: 100%;
        justify-content: space-between
    }

    .container-ordenar {
        width: 100%
    }

    #btn-abrir-filtros {
        display: flex !important;
        flex-shrink: 0;
    }

    .current_section_comprarVehiculo #filtros-buscador {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 111111;
        padding: 15px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateX(-100%);
    }

    .current_section_comprarVehiculo #filtros-buscador.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    body:not(.current_section_inicio) #filtros-buscador-container-titulo {
        display: flex !important;
        align-items: center;
        color: var(--primary);
        justify-content: space-between;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 25px;
    }

    #filtros-buscador.open #filtros-buscador-bottom {
        display: grid;
        opacity: 1;
    }

    #filtros-buscador.open #container-filtro-buscar {
        display: none !important;
    }

    #filtros-buscador.open #filtros-buscador-btn2 {
        display: block !important;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #container-filtro-inp-buscar {
        width: 100%
    }

    #container-buscar-criterios {
        margin-top: 0
    }

    .ui-slider-horizontal {
        margin-top: 15px;
    }

    #ficha-vehiculo-resumen-precio {
        font-size: 22px;
    }

    #ficha-caracteristica-resumen {
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-tecnica-resumen-item-icon svg {
        width: 120px;}

    .info-tecnica-resumen-item-valor {
        font-size: 20px;}

    .titulo-multiculor{font-size: 30px}
    .titulo-garantia {
        font-size: 20px;
        margin-top: 0;
    }

    #container-garantia-bloque-img {
        grid-template-columns: minmax(0, 1fr);
    }

    #tabla-garantia {
        width: calc(100% + 20px);}

    #tabla-garantia tbody td {
        padding: 13px 0;
    }

    #tabla-garantia thead td:first-child {
        font-size: 15px;
        padding: 0;
    }

    #tabla-garantia thead td:nth-child(2), #tabla-garantia thead td:nth-child(3), #tabla-garantia tbody td:first-child {
        font-size: 14px;
    }

    #tabla-garantia img {
        height: 15px;
        width: auto;
    }

    #ficha-vehiculo-garantia {
        padding: 20px 12px;
    }

    #ficha-vehiculo-informacion-tecnica-tabla {
        font-size: 16px;
    }

    #ficha-vehiculo-informacion-tecnica-tabla td {
        padding: 18px 25px;
    }

    #ficha-vehiculo-informacion-tecnica-resumen {
        flex-wrap: wrap;
        gap: 25px;
    }

    .tituloSeccion2{font-size: 20px}

    #ficha-vehiculo-otras-fotos{display: none}

    #ficha-vehiculo-categorias-fotos{gap: 10px}

    .btn-categoria-foto {
        padding: 8px 14px;
        gap: 8px;
        font-size: 14px;
    }

    .item-vehiculo-rebajado {
        font-size: 16px;
    }

    .item-vehiculo-rebajado > div > span {
        font-size: 15px;
        min-width: 51px;
    }

    #ficha-vehiculo-datos, #ficha-vehiculo-resumen-datos {
        padding-left: 12px;
        padding-right: 12px;
    }

    #nav-tabs-precio .nav-tabs {
        margin-left: -12px;
        margin-right: -12px;
    }

    #ficha-caracteristica-resumen {
        padding: 0;
        box-shadow: none;
        font-size: 14px;
        gap: 13px 10px;
    }

    #nav-tabs-precio .nav-tabs .nav-link {
        font-size: 15px;
    }

    #nav-tabs-precio .nav-tab-precio {
        font-size: 20px;
    }

    #ficha-vehiculo-botones .btnStandard {
        padding: 12px 25px;
    }

    .item-equipamiento-titulo {
        font-size: 15px;
    }

    .item-vehiculo-caracteristica span {font-size: 15px}

    .current_section_inicio #banner, .current_section_inicio #carousel-banner img, .current_section_inicio #carousel-banner video {
        height: calc(100vh - 187px);
        min-height: 450px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* SM */
    .subTituloSeccion {
        font-size: 25px;
        margin-bottom: 40px;
    }

    #paso-paso .fila {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #paso-paso .fila-2 {
        justify-content: space-between;
        column-gap: 20px;
    }

    .item-paso-5 {
        order: -1
    }

    .item-paso-2, .item-paso-4, .item-paso-6 {
        margin-top: 50px;
    }

    .item-paso-1, .item-paso-3, .item-paso-5 {
        margin-top: 0;
    }

    .subTituloSeccion + .ver-todos {
        margin-top: -20px;
    }

    .item-vehiculo-footer .btnStandard {
        padding: 10px 13px;
        font-size: 13px;
    }

    .item-vehiculo-caracteristica {
        font-size: 14px;
    }

    #porque-comprar-leadercar {
        grid-template-columns: minmax(0, 1fr);
    }

    .porque-comprar-pasos {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .porque-comprar-img {
        width: 400px;
        margin: auto
    }

    .item-porque-comprar-titulo {
        min-height: 69px
    }

    .item-porque-comprar + .item-porque-comprar {
        margin-top: 0;
    }

    .current_section_comprarVehiculo #filtros-buscador #filtros-buscador-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .current_section_comprarVehiculo #container-filtro-marca,
    .current_section_comprarVehiculo #container-filtro-modelo,
    .current_section_comprarVehiculo #container-filtro-precio,
    .current_section_comprarVehiculo #container-filtro-cuota,
    .current_section_comprarVehiculo #container-filtro-buscar {
        flex: 0 0 calc(50% - 12px);
    }

    .current_section_comprarVehiculo #container-filtro-buscar {
        margin-top: 15px
    }

    .info-tecnica-resumen-item-icon svg {
        width: 120px;}

    .info-tecnica-resumen-item-valor {
        font-size: 20px;}

    .titulo-multiculor{font-size: 45px}

    #container-garantia-bloque-img {
        grid-template-columns: minmax(0, 1fr) 220px;
    }

    .item-vehiculo .item-vehiculo-rebajado > div > span {
        padding: 5px 5px;
        font-size: 13px;
        min-width: 37px;
    }

    .item-vehiculo .item-vehiculo-rebajado > div > span span {
        font-size: 11px;;
    }

    .item-vehiculo .item-vehiculo-rebajado {
        padding: 5px 15px;
        font-size: 12px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* MD */
    .separacion-bloque {
        margin-top: 50px !important
    }

    .fila-1 .item-paso-4 {
        display: none
    }

    .fila-2 .item-paso-4 {
        display: block !important;
        margin-top: 80px;
        order: 1
    }

    .fila-2 .item-paso-5 {
        order: 2;
        margin-top: 0
    }

    .fila-2 .item-paso-6 {
        order: 3;
        margin-top: 80px
    }

    #paso-paso .fila {
        grid-template-columns: repeat(3, minmax(0, 300px));
        column-gap: 15px !important;
    }

    #paso-paso .fila-2 {
        justify-content: space-between;
        column-gap: 0;
    }

    .item-banner-cv-coche-titulo {
        font-size: 24px
    }

    .item-banner-cv-coche-texto {
        font-size: 18px;
        line-height: 24px;
    }

    #porque-comprar-leadercar {
        grid-template-columns: minmax(0, 1fr);
    }

    .porque-comprar-pasos {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .porque-comprar-img {
        width: 400px;
        margin: auto
    }

    .item-porque-comprar-titulo {
        min-height: 46px
    }

    .item-porque-comprar + .item-porque-comprar {
        margin-top: 0
    }

    .item-localizacion {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .current_section_comprarVehiculo #filtros-buscador #filtros-buscador-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .current_section_comprarVehiculo #container-filtro-marca,
    .current_section_comprarVehiculo #container-filtro-modelo,
    .current_section_comprarVehiculo #container-filtro-precio,
    .current_section_comprarVehiculo #container-filtro-cuota {
        flex: 0 0 calc(25% - 24px);
    }

    .titulo-multiculor{font-size: 55px}

    #container-garantia-bloque-img {
        grid-template-columns: minmax(0, 1fr) 260px;
    }

    .item-vehiculo .item-vehiculo-rebajado {
        font-size: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* LG */
    #header-top .item-dato-localizacion {
        margin-left: 60px;
    }

    .navbar-nav {
        gap: 20px
    }

    .btn-mis-favoritos {
        margin-left: 30px;
    }

    #logo {
        width: 220px
    }

    #menuNavbarCollapse li.nav-item > a {
        font-size: 16px
    }

    .datos-banner {
        left: 30px;
    }

    #banner #filtros-buscador {
        left: 30px;
        right: 30px;
    }

    #banner #filtros-buscador #filtros-buscador-top {
        grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
        gap: 15px 40px;
    }

    #banner #filtros-buscador #filtros-buscador-top #container-filtro-cuota {
        display: none
    }

    #banner #filtros-buscador-bottom {
        width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    #banner #filtros-buscador-top > * + *::before {
        left: -20px;
    }

    .fila-1 .item-paso-4 {
        display: none
    }

    .fila-2 .item-paso-4 {
        display: block !important;
        margin-top: 80px;
        order: 1
    }

    .fila-2 .item-paso-5 {
        order: 2;
        margin-top: 0
    }

    .fila-2 .item-paso-6 {
        order: 3;
        margin-top: 80px
    }

    #paso-paso .fila {
        grid-template-columns: repeat(3, minmax(0, 300px));
    }

    #paso-paso .fila-2 {
        justify-content: space-between;
        column-gap: 0;
    }

    #ofertas-novedades > div:nth-child(4) {
        display: none
    }

    .item-vehiculo-caracteristicas {
        font-size: 13px
    }

    .item-vehiculo-footer .btnStandard {
        padding: 12px 22px
    }

    #porque-comprar-leadercar {
        grid-template-columns: minmax(0, 1fr);
    }

    .porque-comprar-pasos {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .porque-comprar-img {
        width: 400px;
        margin: auto
    }

    .item-porque-comprar-titulo {
        min-height: 46px
    }

    .item-porque-comprar + .item-porque-comprar {
        margin-top: 0
    }

    .current_section_comprarVehiculo .btn-buscar-icon {
        display: flex !important
    }

    .current_section_comprarVehiculo #filtros-buscador-top .btnStandard.btn-buscar-coches {
        display: none
    }

    #filtros-buscador #filtros-buscador-bottom {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    #ficha-vehiculo-reservar {
        grid-template-columns: minmax(0, 1fr) 410px;
    }

    #ficha-vehiculo-resumen-precio {
        font-size: 28px;
    }

    .item-vehiculo .item-vehiculo-rebajado > div > span {
        padding: 5px 5px;
        font-size: 15px;
        min-width: 43px;
    }

    .item-vehiculo .item-vehiculo-rebajado > div > span span {
        font-size: 13px;;
    }

    .item-vehiculo .item-vehiculo-rebajado {
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
}

@media only screen and (min-width: 1366px) {

}

@media only screen and (min-width: 992px) and (max-width: 1919px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    #filtros-buscador #filtros-buscador-bottom {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    #ficha-vehiculo-reservar {
        grid-template-columns: minmax(0, 1fr) 450px;
    }

    #ficha-vehiculo {
        grid-template-columns: minmax(0, 1fr) 500px;
    }

    .item-vehiculo .item-vehiculo-rebajado > div > span {
        padding: 5px 5px;
        font-size: 15px;
        min-width: 42px;
    }

    .item-vehiculo .item-vehiculo-rebajado > div > span span {
        font-size: 13px;;
    }

    .item-vehiculo .item-vehiculo-rebajado {
        padding: 5px 15px;
        font-size: 14px;
    }

    .item-vehiculo-caracteristicas {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) {
    .subTituloSeccion:not(.no-after).text-lg-start::after {
        margin-left: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* xl */
    .datos-banner {
        left: 30px;
    }

    #banner #filtros-buscador {
        left: 30px;
        right: 30px;
    }

    #banner #filtros-buscador-bottom {
        width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    #banner #filtros-buscador label {
        font-size: 14px
    }

    #banner #filtros-buscador #filtros-buscador-top {
        gap: 15px 40px;
    }

    #banner #filtros-buscador-top > * + *::before {
        left: -20px;
    }

    .item-paso::after {
        opacity: 0;
    }

    .item-paso-4 .item-paso::after {
        opacity: 1;
        left: 10px;
        width: 280px;
        transform: rotate(-50deg);
        bottom: -182px;
    }

    #ofertas-novedades > div:nth-child(4) {
        display: none
    }

    #banner-comprar-coche img, #banner-vender-coche img {
        display: none
    }

    .item-banner-cv-coche {
        margin-top: 0
    }

    #banner-comprar-coche .item-banner-cv-coche, #banner-vender-coche .item-banner-cv-coche {
        background-size: contain
    }

    #porque-comprar-leadercar {
        grid-template-columns: minmax(0, 1fr) 400px minmax(0, 1fr);
    }

    .titulo-multiculor{font-size: 55px}

    #container-garantia-bloque-img {
        grid-template-columns: minmax(0, 1fr) 260px;
    }
}

/* Extra large devices (large desktops, 1366px and up) */
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    /* xxl */
    .datos-banner {
        left: calc(8.333333334% + 12px);
    }

    #banner #filtros-buscador {
        left: 150px;
        right: 12px;
    }

    .item-paso::after {
        opacity: 0;
    }

    .item-paso-4 .item-paso::after {
        opacity: 1;
        left: -36px;
        width: 280px;
        transform: rotate(-46deg);
        bottom: -182px;
    }

    #ofertas-novedades > div:nth-child(4) {
        display: none
    }

    #banner-vender-coche > img {
        position: relative;
        right: -90px;
    }

    #porque-comprar-leadercar {
        grid-template-columns: minmax(0, 1fr) 450px minmax(0, 1fr);
    }

}

/* Extra large devices (large desktops, 1366px and up) */
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    /* hdp */
    .datos-banner {
        left: calc(8.333333334% + 12px);
    }

    #banner #filtros-buscador {
        left: calc(8.333333334% + 12px);
        right: calc(8.333333334% + 12px);
    }

    .owl-shadow-margin .owl-stage-outer {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 1365px) {
    .owl-shadow-margin .owl-stage-outer {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (min-width: 1920px) {
    /* FHD */
    #vender-coche::before, #vender-coche::after {
        content: "";
        position: absolute;
        bottom: 0;
        pointer-events: none;
    }

    #vender-coche.loaded::before {
        right: calc(100% - 121px);
        width: 444px;
        height: 745px;
        background-image: url("../img/fondos/chico-venta.webp");
    }

    #vender-coche.loaded::after {
        left: calc(100% - 134px);
        width: 458px;
        height: 745px;
        background-image: url("../img/fondos/chica-venta.webp");
    }
}

.cke_panel_list .texto-titulo {
    margin-bottom: 0 !important
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animation-pop {
    50% {
        transform: scale(1.2)
    }
}

@keyframes paso {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(180deg)
    }
}

@keyframes paso2 {
    0% {
        transform: translate(-50%, -50%) rotate(45deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(180deg)
    }
}

@keyframes paso3 {
    0% {
        transform: translate(-50%, -50%) rotate(90deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(180deg)
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

.xdebug-error {
    color: black
}

.toast-notif {
    position: fixed;
    top: 20px;
    right: 20px;
    background: var(--primary);
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999999999;
    font-weight: 500;
    font-size: 14px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.toast-notif.show {
    opacity: 1;
    transform: translateX(0);
}

.toast-notif.error {
    background: #dc3545;
}
