/*
Theme Name: CustomTheme Child
Author: CustomTheme
Author URI: 
Description: Tema para webs personalizadas
Version: 1.0.0
Template: customtheme
@import url('style.css');
*/

:root {
    --mx-primary-text-color: #00095b;
    --mx-primary-cta-color: #1700f4;
    --mx-primary-background-color: #f7f7f7;
    --mx-top-header-background-color: #fff;
    --mx-top-header-c-menu-color: #1700f4;
    --button-color-hover: #00095b;
    --mx-header-c-favoritos-color: #1700f4;
    --mx-header-c-favoritos-border-color: #1700f4;
    --mx-header-c-favoritos-number-color: #fff;
    --mx-header-c-favoritos-number-background-color: #1700f4;
    --mx-header-c-comparador-color: #1700f4;
    --mx-header-c-comparador-border-color: #1700f4;
    --mx-header-c-comparador-number-color: #fff;
    --mx-header-c-comparador-number-background-color: #1700f4;
    --mx-c-button-primary-color: #fff;
    --mx-c-button-primary-background-color: #1700f4;
    --mx-c-button-secondary-background-color: transparent;
    --mx-c-button-secondary-color: #00095c;
    --mx-c-button-secondary-border: 2px solid #00095c;
    --mx-c-button-secondary-padding-y: 16px;
    --mx-c-button-secondary-padding-x: 38px;
    --mx-c-button-heuristico-background-color: #00095b;
    --mx-c-button-toggle-color: #fff;
    --mx-c-cta-color: #fff;
    --mx-c-cta-background-color: #1700f4;
    --mx-c-backtotop-color: #fff;
    --mx-border-radius-small: 30px;
    --mx-middle-header-background-color: #f9f9f9;
    --mx-buscador-background-color: #00095b;
    --mx-card-c-estado-background-color: #00095bcc;
    --mx-card-c-posttype-background-color: #1700f4;
    --mx-card-c-posttype-padding-x: 22px;
    --mx-card-border-radius: 0;
    --mx-filters-list-background-color: #00095b;
    --mx-footer-color: #00095b;
    --mx-footer-background-color: #f7f7f7;
    --mx-footer-c-title-color: #4d4d4d;
    --mx-secondary-background-color: #00095b;
    --mx-c-button-mas-info-color: #fff;
    --mx-c-button-mas-info-padding-y: 12px;
    --mx-c-button-test-drive-color: #1700f4;
    --mx-c-button-test-drive-background-color: #fff;
    --mx-c-button-test-drive-color: #1700f4;
    --mx-c-button-test-drive-background-color: #fff;
    --mx-c-button-test-drive-border: 2px solid #1700f4;
    --mx-c-button-test-drive-padding-y: 12px;
    --mx-c-button-baja-precio-color: #1700f4;
    --mx-c-button-baja-precio-background-color: #fff;
    --mx-c-button-baja-precio-border: 2px solid #1700f4;
    --mx-c-button-baja-precio-padding-y: 12px;
    --mx-renting-cuota-activo-background-color: #e2e1e1;
    --mx-renting-cuota-cta-color: #fff;
    --mx-renting-cuota-seleccionada-background-color: #000b6f;
    --mx-renting-cuota-seleccionada-color: #fff;
    --mx-renting-mas-info-c-forminator-radio-active-background-color: #e2e1e1;
    --mx-top-header-color: #1700f4;
    --mx-secondary-cta-color: #000b6f;
}

/* arreglo de botones */
form[id^=forminator-module-].forminator-ui.forminator-custom-form .forminator-button:hover,
.contenedor-mx-grid:is(.mx-grid-coches-ocasion, .mx-grid-coches-renting) .mx-grid-item .vc_gitem-zone-c .ficha--boton a.mx--boton:hover,
.mx-button:not(.mx-button--text, .mx-button--mas-info, .mx-button--secondary):hover {
    background-color: #00095b !important;
    text-decoration: none !important;
    color: #fff;
}

.mx-button.mx-button--secondary:hover {
    background-color: #00095b !important;
    color: #fff !important;
}

.mx-button.mx-button--mas-info,
.mx-button.mx-button--baja-precio,
.mx-button.mx-button--test-drive {
    box-sizing: border-box;
}

.mx-button.mx-button--mas-info:hover {
    background-color: #00095b !important;
}

.mx-button.mx-button--test-drive:hover,
.mx-button.mx-button--baja-precio:hover {
    color: #fff !important;
    background-color: #1700f4 !important;
    border: 2px solid #1700f4 !important;
}

.handler-favorito-comparar:is([type=comparar], [type=favorito])[class*=ficha-veh--]:not(.active) i,
.handler-favorito-comparar:is([type=comparar], [type=favorito])[class*=ficha-veh--].active i {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background-color: #fff;
}

.handler-favorito-comparar:is([type=comparar], [type=favorito])[class*=ficha-veh--]:not(.active) i {
    color: #1700f4;
    border: 2px solid #1700f4;
}

.handler-favorito-comparar:is([type=comparar], [type=favorito])[class*=ficha-veh--].active i {
    color: #00095b;
    border: 2px solid #00095b;
}

.handler-favorito-comparar:is([type=comparar], [type=favorito])[class*=ficha-veh--]:hover i {
    color: #fff !important;
    background-color: #1700f4 !important;
    border: 2px solid #1700f4 !important;
}

.mx-comparador .comparador-boton--delall:has(.mx-icon-eliminar) {
    border: none !important;
}

.mx-comparador .comparador--box.comparador--botonera--box .comparador-boton {
    border-radius: 50px !important;
}

.boton--borrar-favoritos--container {
    margin-top: 3rem;
}

/* Arreglo enlaces footer */
.site>footer .footer-menu-politica .vc_wp_custommenu .menu .menu-item {
    color: #00095b;
}

/* Arreglo contacto tab title */
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    color: #1700f4 !important;
}

/* Arreglo forminator */
.forminator-row:has(#checkbox-1),
.forminator-row:has(#checkbox-2) {
    display: none !important;
}
.forminator-row #html-4 {
    font-size: 12px !important;
}

/* Arreglos Ficha VO */
.ficha-veh--galeria .ficha-veh--galeria-grande .swiper-container {
    overflow: hidden !important;
}

@media (min-width: 1200px) {
    body:is(.single-coches-ocasion, .single-coches-nuevos, .single-coches-renting) .columna-derecha-ficha {
        top: 145px !important;
    }
}

/* Arreglo servicios > acordeon */
.acordeon-servicios {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #00095c !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    background-color: #00095c;
    border-radius: 30px;
    padding: 0.25rem;
    border: 5px solid #00095c;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon::after {
    border-color: #fff !important;
}

/* arreglos cita taller */
.col-bg .vc_column-inner {
    height: 100% !important;
}

/* arreglos foto seguros */
.foto-seguros img {
    border-radius: 30px;
}

/* GOOGLE TRANSLATE */
#google-idiomas {
    width: 50px;
    height: 30px;
    position: relative;
}

#google-idiomas .google-idiomas__caja {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

#google-idiomas .google-idiomas__caja i {
    float: right;
    line-height: 30px;
}

#google-idiomas .google-idiomas__menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
}

#google-idiomas .google-idiomas__menu-item {
    padding: 0 5px;
}

#google-idiomas .google-idiomas__menu-item a {
    display: block;
}

#google-idiomas .google-idiomas__menu-item.active {
    order: 1;
}

#google-idiomas .google-idiomas__menu-item:not(.active) {
    order: 2;
    display: none;
    background-color: #fff;
}

@media (max-width: 991px) {
    #google-idiomas {
        width: 100%;
    }

    #google-idiomas,
    #google-idiomas a {
        color: #fff;
    }

    #google-idiomas .google-idiomas__menu-item:not(.active) {
        background-color: var(--color-principal);
    }
}

/*FOOTER*/
footer ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

footer .footer-aplicaciones {
    justify-content: space-around !important;
}

/*HOME*/
.tasacion-cont-img {
    border-radius: var(--mx-border-radius-large);
    height: 550px;
    background-size: cover;
}

.pestanas-galeria-renting .ficha-veh--galeria-grande .swiper-button-next {
    right: 10px !important;
}

.pestanas-galeria-renting .ficha-veh--galeria-grande .swiper-button-prev {
    left: 10px !important;
}

.columna-izquierda-ficha .carfax-block {
    background: #F8FBFF;
    border-radius: 25px;
    top: 120px;
}

.carfax-block a {
    background: #343C51 !important;
    color: white !important;
}

.carfax-block a:hover {
    cursor: pointer;
    background: #343C51 !important;
    color: white !important;
}

.coches-ocasion-template-default,
#page.site {
    overflow: unset !important;
}

.print-car-vo .boton-imprimir--ficha {
    background-color: #343C51 !important;
    border: 1px solid #343C51 !important;
}

.ficha-veh--favoritos .ficha-veh--favoritos.active i,
.ficha-veh--comparador .ficha-veh--comparador.active i {
    background: #343c51 !important;
}

.ficha-veh--favoritos--titulo,
.ficha-veh--comparador--titulo {
    margin-left: 10px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .row--precio-ficha-vo {
        margin-bottom: -621px;
        position: sticky;
        top: 120px;
    }
}

/* FICHAS > MENU ORDEN */
.contenedor-mx-grid .paginacion-mx--orderby option[value="destacados_desc"],
.contenedor-mx-grid .paginacion-mx--orderby option[value="date_desc"],
.contenedor-mx-grid .paginacion-mx--orderby option[value="date_asc"] {
    display: none;
}

/* ARREGLOS FORMULARIOS */
form[id^=forminator-module-].forminator-ui.forminator-custom-form .forminator-button {
    color: #fff !important;
}

.forminator-ui .forminator-row:has(> input[type="hidden"]) {
    display: none !important;
}

.forminator-ui #html-1 {
    font-size: 12px !important;
}

/* otras correcciones */
.vc_col-has-fill>.vc_column-inner {
    padding-top: 0 !important;
}

.padding-botton {
    padding: 20px 5px !important;
    margin: 0 3px;
}

/* menu > mobile > botones comparador y favoritos */
.menu-mobile-favoritos a,
.menu-mobile-comparador a {
    justify-content: start !important;
}

@media (max-width: 577px) {
    #CT-banner-home .CT-banner-slide-0 .CT-layer-0 {
        background-color: #fff !important;
        opacity: 0.75;
    }
}