/*
Theme Name: CustomTheme Child
Author: CustomTheme
Author URI: 
Description: Tema para webs personalizadas
Version: 1.0.0
Template: customtheme
@import url('style.css');
*/

/* AJUSTES GENERALES */
.m-10{
    margin: 8rem !important;
}
.mt-10{
    margin-top: 8rem !important;
}
.mb-10{
    margin-bottom: 8rem !important;
}
.ml-10{
    margin-left: 8rem !important;
}
.mr-10{
    margin-right: 8rem !important;
}
.mx-10{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.my-10{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

@media (max-width: 992px) {
    .mt-10{
        margin-top: 1rem !important;
    }
    .mb-10{
        margin-bottom: 1rem !important;
    }
}

.p-10{
    padding: 10rem !important;
}
.pt-10{
    padding-top: 10rem !important;
}
.pb-10{
    padding-bottom: 10rem !important;
}
.pl-10{
    padding-left: 10rem !important;
}
.pr-10{
    padding-right: 10rem !important;
}
.px-10{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.py-10{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

@media (max-width: 772px) {
    .py-10.row-gama--home{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}


.min-height-400{
    min-height: 400px;
}

@media (max-width: 800px) {
    .min-height-400{
        min-height: 200px;
    }   
}

.pos-sticky .vc_column-inner {
    position: sticky;
    top: 125px;
}

#page.site {
    overflow: visible;
}

/* Color */
body, div{
    color: #000;
    font-family: 'Raleway';
}

.color-negro{
    color: #000 !important;
}

.color-blanco{
    color: #FFF !important;
}

.color-gris{
    color: #6C7C95 !important;
}

.color-amarillo{
    color: #FECA1D !important;
}

.color-rojo{
    color: #E52318 !important;
}

.color-verde{
    color: #79BD6F !important;
}

.color-azul{
    color: #0077ae;
}

.color-azul-oscuro{
    color: #1C4761;
}

.fondo-azul-claro{
    background-color: #ecf2f8;
}
.fondo-rojo-claro{
    background-color: #f8f2f4;
}
.fondo-amarillo-claro{
    background-color: #fbf8f1;
}
.fondo-verde-claro{
    background-color: #f1f5f1;
}
@media (min-width: 992px) {
    .degradado-fondo-ficha {
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(212,229,242,1) 10%, rgba(212,229,242,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    }
}

/* Tipografía */
h1{
    font-size: 60px;
    line-height: 74px;
}

h2, .h2{
    font-size: 50px;
    line-height: 64px;
}

h3, .h3{
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 800px) {
    h1,h2,.h2{
        font-size: 30px;
        line-height: 34px;
    }  
}

/* Font weight */
.fw-300{
    font-weight:300;
}
.fw-400{
    font-weight:400;
}
.fw-700{
    font-weight:700;
}

/* Letter Spacing */

.ls-1{
    letter-spacing: 1.2px;
}

.ls-2{
    letter-spacing: 2.25px;
}

.ls-3{
    letter-spacing: 3.2px;
}

/* Selección de texto */ 
::-moz-selection { color: #fff; background: #668EAD; } 
::selection { color: #fff; background: #668EAD; }


/* HEADER */

header #header-middle-bar-left{
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

header #header-middle-bar-right{
    flex: 0 0 75% !important;
    max-width: 75% !important;
}

.menu-principal-container .menu>.menu-item{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 992px) {
    .menu-principal-container .menu-item-has-children{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .menu-principal-container .menu-item-has-children:before{
        content: url('mx-assets/imagenes/flecha_menu.svg') !important;
        display: block;
        width: 18px;
        height: 18px;
    }

    .menu-principal-container .menu-item-has-children a{
        height: 100%;
    }
}

.menu-principal-container{
    width: auto !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.mobile--menu-lateral--boton-cerrar-fila{
    height: 70px !important;
}

.mobile--menu-lateral--boton-cerrar-fila img{
    max-width: 140px;
}

#menu-desktop li, #menu-desktop .sub-menu .menu-item a{
    font-size: 12px !important;
}


/* FOOTER */

#menu-footer {
    list-style:none;
    padding: 0;
}

#menu-footer li a {
    color: #668EAD;
}

/* SLIDER HOME */
.border-boton-slider-home{
    border: 1px solid #668EAD;
    background: #FFF;
}

.border-boton-slider-home:hover{
    text-decoration: none;
}

/* BANNERS */
.banner-align-text {
    margin: auto;
    max-width: 1400px;
}


/* O-Universo */
.flex-space-arround {
    display: flex;
}

.flex-space-arround .vc_column-inner {
    display: flex;
}

.flex-space-arround .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* ELEMENTO - PROMOCIONES */

.fila--listado-promociones .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:65px;
}

.fila--listado-promociones .mx-grid-mx_nf-promociones .mx-grid-item .vc_grid-item-mini, .fila--listado-promociones .mx-grid-mx_nf-promociones .mx-grid-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.mx-custom-grid-item .vc_grid-item>.vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.fila--listado-promociones .mx-grid-mx_nf-promociones .mx-grid-item .vc_grid-item-mini{
  height: 100%;
}
.vc_gitem_row.row.vc_gitem-row-position-top {
    height: 100%;
}
.mx-custom-grid-item .vc_grid-item>.vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c>.vc_gitem-zone-mini {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.elem-promo-txt .elem-promo-title div{
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #FFF;
}
.elem-promo-txt .elem-promo-desc{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
}

@media (max-width: 767px) {
    .fila--listado-promociones .mx-grid-mx_nf-promociones .mx-grid-item .vc_grid-item-mini{
        height: unset;
        flex-direction: column;
    }
    .vc_grid-item-zone-c-right .vc_gitem-animated-block,
    .vc_grid-item-zone-c-right .vc_gitem-zone-c{
        float: none;
        width: 100%;
    }
}


/* ELEMENTO - NOTICIAS */
.elem-noticia .elem-noticia-date div {
    color: #FFF;
}
.elem-noticia .elem-noticia-title div {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #FFF;
}
/* .elem-noticia .elem-noticia-title {
    
} */

/* FORMS */
/* #forminator-module-231 .forminator-row-last {
    margin-top: -60px;
} */

#forminator-module-233 .forminator-input-with-icon label {
    position: absolute;
    top: 50%;
}
/* #forminator-module-233 .forminator-row-last {
    margin-top: -60px;
} */

#forminator-module-235 .forminator-input-with-icon label {
    position: absolute;
    top: 50%;
}
/* #forminator-module-235 .forminator-row-last {
    margin-top: -60px;
} */

/* #forminator-module-238 .forminator-row-last {
    margin-top: -60px;
} */


/* CTA lateral */

.contendor-iconos--sidebar {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 215px;
    position: relative;
}

.contenedor-icono--sidebar {
    border: 1px solid #1B66A0;
    background: #BAE2FE;
    box-shadow: 0px 4px 21px 0px rgba(102, 142, 173, 0.60);
    width: 70px;
    height: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 0.5s;
    cursor: pointer;
    overflow: hidden;
}

.contenedor-icono--sidebar:hover {
    width: 200px;
    height: 70px;
}

.contenedor-icono--sidebar.primero {
    right: 8px;
    top: 10px;
}

.contenedor-icono--sidebar.segundo {
    right: 8px;
    top: 90px;
}

.texto--sidebar {
    color: #000 !important;
    font-size: 15px;
    line-height: 19px;
    opacity: 0;
    transition: opacity 0.5s;
    padding-right: 20px;
    min-width: 200px;
    text-align: right;
    text-transform: uppercase;
}

.contenedor-icono--sidebar.primero:hover .texto--sidebar,
.contenedor-icono--sidebar.segundo:hover .texto--sidebar{
    opacity: 1;
}

.primero .icono--sidebar,
.segundo .icono--sidebar {
    padding-right: 18px;
}

.contenedor-icono--sidebar:hover {
    text-decoration: none;
}


/* GAMA */
.datos--motorizaciones .col-cta {
    border: 1px solid #668EAD;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 21px 0px rgba(39, 73, 96, 0.40);
    max-height: 50px;
}

.fondo-imagen-coche-gama{
    position: relative;
    text-align: center;
}

.fondo-imagen-coche-gama:after{
    display: block;
    width: 100%;
    height: 70%;
    background-image: url('/wp-content/uploads/2023/12/fondo_gama.jpg');
    content: '';
    z-index: 1;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    background-position: bottom;
}

.fondo-imagen-coche-gama > .col-sm-12{
    z-index: 2;
}
@media (max-width: 767px) {
    .botones-ficha-gama a.mx--boton{
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 13px;
    }
}

.texto-ficha-gama h2{
    font-size: 20px;
    line-height: 28px;
}

.title--motorizaciones{
    padding-bottom: 25px;
    border-bottom: solid 1px #668EAD;
}

.datos--motorizaciones .version--name{
    color: #668EAD;
    font-weight: 700;
}

.ficha--motorizaciones{
    padding-bottom: 25px;
    padding-right: 20px !important;
}

.ficha--motorizaciones>.row:before{
    box-shadow: 0 0 0 1px #668EAD !important;
}

/*HOME*/

@media (max-width: 767px) {
    #content .row-gama--home{
        background-color: #fff !important;
        background-image: unset !important;
    }
}

.row-gama--home .vc_col-has-fill > .vc_column-inner{
    padding-top: 0 !important;
}

.vc_col-has-fill>.vc_column-inner{
    padding-top: 0 !important;
}

/*Textos legales forminator*/

#footer .textos-legales,
#ancla--formulario .textos-legales  {
    color: #fff;
    font-size: 12px !important;
}

.textos-legales a{
    color: #668EAD;
}

.textos-legales a:hover{
    text-decoration: underline;
    color: #668EAD;
}

/*Panel de cookies*/
#moove_gdpr_cookie_info_bar {
    z-index: 99999;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .title-cookie-modal {
    font-weight: 700 !important;
    font-size: 21px !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme.gdpr_lightbox-hidden {
    opacity: 0;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e !important;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container {
    background: #ffffff;
    max-width: 600px;
    padding: 35px;
    margin: 0 1rem; 
    text-wrap: pretty;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-content {
    flex-direction: column;
    padding: 0;
    gap: 20px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-button-holder {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .mgbutton {
    width: 100%;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
    text-align: center;
}
.gdpr_lightbox {
    background-color: #0000009e;
    z-index: 999999;
}
.gdpr_lightbox .moove-gdpr-branding-cnt {
    display: none !important;
}
.gdpr_lightbox table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.gdpr_lightbox table td,
.gdpr_lightbox table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.gdpr_lightbox table tr:nth-child(even) {
    background-color: #dddddd;
}
#moove_gdpr_cookie_info_bar .cookie-title {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}
#moove_gdpr_cookie_info_bar img {
    width: 80%;
    margin: 12px 0;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset {
    padding: 0.5rem 0 !important;
    margin-bottom: 1rem !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset {
    min-height: 70px;
}
