/*
Theme Name: Citroen 2024
Theme URI: https://plugins.div-it.com.ar/citroen_2024
Author: Dex
Author URI: https://dex360.net
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citroen_2024
*/




:root {
    --colorPrimary: #e21017;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-family: 'Citroen-regular', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    min-height: 100vh !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

/* INI: Fonts */
@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/Citroen-BlackItalic.woff2) format("woff2"), url(assets/fonts/Citroen-BlackItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/Citroen-Black.woff2) format("woff2"), url(assets/fonts/Citroen-Black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: italic;
    font-weight: 600;
    src: url(assets/fonts/Citroen-BoldItalic.woff2) format("woff2"), url(assets/fonts/Citroen-BoldItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/Citroen-Bold.woff2) format("woff2"), url(assets/fonts/Citroen-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: italic;
    font-weight: 200;
    src: url(assets/fonts/Citroen-LightItalic.woff2) format("woff2"), url(assets/fonts/Citroen-LightItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: normal;
    font-weight: 200;
    src: url(assets/fonts/Citroen-Light.woff2) format("woff2"), url(assets/fonts/Citroen-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/Citroen-Medium.woff2) format("woff2"), url(assets/fonts/Citroen-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/Citroen-RegularItalic.woff2) format("woff2"), url(assets/fonts/Citroen-RegulaItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Citroen-regular';
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/Citroen-Regular.woff2) format("woff2"), url(assets/fonts/Citroen-Regular.woff) format("woff")
}

/* END: Fonts */


.container-fluid {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    display: block;
}

.bg-black {
    background: black;
}

/*
.menu {
	font-family: 'Citroen-regular', sans-serif;
	color: white !important;
	display: flex;
    list-style: none;
    padding: 0;
}

.menu li {
    margin-right: 2rem;
}

.menu li a {
    color: white;
}
*/

/* menu */
.main-header .main-header__mobile button {
    background: transparent;
    width: 60px;
    height: 60px;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.main-header .main-header__mobile button span {
    display: inline-block;
    height: 2px;
    background: black;
    margin: 2px 0;
    transition: 0.2s opacity, 0.2s transform, 0.2s width;
    flex-shrink: 0;
}

.main-header .main-header__mobile button span:nth-child(1) {
    width: 30px;
}

.main-header .main-header__mobile button span:nth-child(2) {
    width: 25px;
    margin-left: 5px;
}

.main-header .main-header__mobile button span:nth-child(3) {
    width: 20px;
    margin-left: 10px;
}

.main-header .main-header__mobile button.active span:first-child {
    transform: rotate(-45deg) translate3d(-1px, 5px, 0px);
}

.main-header .main-header__mobile button.active span:nth-child(2) {
    opacity: 0;
}

.main-header .main-header__mobile button.active span:nth-child(3) {
    transform: rotate(45deg) translate3d(-7px, -4px, 0px);
    width: 30px;
}

.main-header .main-header__nav {
    transform: translateX(-100%);
    transition: 0.4s transform;
    display: block;
    position: absolute;
    background-color: transparent;
    top: 61px;
    left: 0;
    right: 0;
}

.main-header .main-header__nav.active {
    transform: translateX(0%);
}

.main-header .main-header__nav>ul>li>a {
    padding: 10px;
    width: 100%;
}

/* titulo */
.titulo {
    font-family: 'Citroen-regular', sans-serif;
    color: white;
    font-size: 15px;
    margin-left: 50px;
}

.redesSociales {
    font-family: 'Citroen-regular', sans-serif;
    color: white !important;
    display: inline-flex;
    list-style: none;
    font-size: 19px;
}

.redesSociales li {
    margin-right: 10px;
    color: white !important;
}

.redesSociales li a {
    margin-right: 10px;
    color: white !important;
}

.redes-container {
    margin-left: auto;
}

.descubrir-button-container {
    font-size: 15px;
    border-radius: 50px;
    font-family: 'Citroen-regular', sans-serif;
    color: black !important;
    background-color: white !important;
    text-align: center;
    padding: 10px 25px 10px 25px;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 49px;
}


.postTitle {
    justify-content: center;
    text-align: center;
    display: flex;
}

.post_wrapper a {
    font-family: 'Citroen-regular', sans-serif;
    color: white;
    display: grid;
    place-items: center;
    z-index: 1;
    margin-bottom: -30rem;
    text-decoration: none !important;
}

.father-button {
    justify-content: center;
    display: flex;
    margin-left: -26px;
    margin-bottom: 55px;

}

.staticSection {
    background-color: white !important;
    display: flex;
}

.sectionImage {
    width: 52% !important;
    margin: 55px 55px 55px 24px;
    border: 2px solid black !important;
}

.textSection {
    max-width: 40%;
    margin-top: 55px;
    margin-left: 55px;
}

.button-slider-white {
    border-radius: 50px;
    font-family: 'Citroen-regular', sans-serif;
    color: black !important;
    background-color: white !important;
    padding: 7px 11px 8px 11px;
    margin-top: -4rem !important;
}

.sectionStaticTitle {
    font-size: 50px;
    font-weight: lighter;
    font-family: 'Citroen-regular', sans-serif;
}

.sectionTitleTwo {
    font-size: 27px;
    font-weight: lighter;
    font-family: 'Citroen-regular', sans-serif;
    margin-bottom: 2rem;
}

.sectionDescription {
    font-family: 'Citroen-regular', sans-serif;

}

.section2Image {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 55px 0px 0px !important;
}

.staticSection2 {
    background-color: white !important;
}

.textSection2 {

    margin-left: 55px;
}

.sectionStaticTitle2 {
    font-family: 'Citroen-regular', sans-serif;
}

.detailSection2 {
    padding-bottom: 2rem;
    display: flex;
    justify-content: flex-end;

}

.sectionTitleTwo2 {
    font-family: 'Citroen-regular', sans-serif;
}

.divSection2 {
    margin-bottom: 50px;
}

.linea-separadora-derecha {
    position: relative;
}

.linea-separadora-derecha::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 1px;
    width: 10%;
    height: 2px;
    background-color: #000;
}

.linea-separadora-izquierda {
    position: relative;
}

.linea-separadora-izquierda::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 1px;
    width: 24%;
    height: 2px;
    background-color: #000;
}

/*
 .lsc {
	position: relative;
  }

  .lsc::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #000;
    right: 0;
    margin: auto;
  }
*/

.lsic {
    position: relative;
}

.lsic::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 1px;
    width: 10%;
    height: 2px;
    background-color: #000;
}

.footer-father {
    font-family: 'Citroen-regular', sans-serif;
    font-size: 30px;
}

.footer-menu-container a {
    font-family: 'Citroen-regular', sans-serif;
    color: black !important;
    display: flex;
    list-style: none !important;
    font-size: 16px;
    list-style-type: none !important;
    padding-left: 0;
}

#menu-footer3 li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin: 15px 0px 15px 0px;

}

#menu-footer2 li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin: 15px 0px 15px 0px;
}

#menu-footer1 li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin: 15px 0px 15px 0px;
}

#menu-footer3 {
    display: contents;
}

#menu-footer2 {
    display: contents;
}

#menu-footer1 {
    display: contents;
}

.divisoria {
    height: 1px;
    background-image: linear-gradient(to right, transparent 20%, black 20%, black 80%, transparent 80%);
    background-position: bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat;

}

.footerPostventa {
    background-color: #edeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black !important;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 0px 0px 0px;
}

.footerTerminosycondiciones {
    color: #edeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: black !important;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 0px 0px 0px;
}

.footerTerminosycondiciones a {
    color: #edeaea !important;
    text-decoration: underline;
}

.no-results {
    display: none !important;
}


.navbar-light .navbar-toggler {
    color: white;
    border-color: white;
}

.zBurger {
    z-index: 9999;
    font-family: 'Citroen-regular', sans-serif;
    color: white !important;
    background-color: transparent;
}

.zBurgerMobile {
    background-color: transparent !important;
}


.zBurgerMobile a {
    color: white !important;
    padding-right: 60px;
    font-size: 12px;
}

.marginBurger {
    margin-top: 1.5rem !important;
}

.draggable {
    padding: 0px 0px 0px 35px !important;
}

.nav-item-header {
    list-style: none;
    padding: 1rem;
}

.nav-item-header a {
    color: white;
}

.formFather .formDiv p {
    width: 100% !important;
}

.formFather select {
    width: 100% !important;
}

.formFather .formDiv textarea {
    width: 100% !important;
}

.classContact {
    background-color: black;
    color: white;
    padding: 10px;
    font-size: 14px;
}

.card-sucursal--telefonos a {
    color: white;
}

@media(min-width: 768px) {
    .spacing-card {
        margin-right: 3rem;
    }
}


.only-you {
    padding-right: 3rem !important;
}



.wpcf7-textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s, border-color .3s;
    width: 97%;
    margin-right: 2rem;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 input.btn-main {
    width: auto;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

.form-box :-moz-placeholder,
.form-box ::-moz-placeholder,
.form-box :-ms-input-placeholder,
.form-box ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.wpcf7-submit {
    float: right;
    background: black;
    color: white;
    width: 12rem !important;
    height: 3.5rem;
    border-radius: 50px;
    font-size: 18px !important;
    cursor: pointer;
}

.menu-car {
    text-align: end;
}

@media(max-width: 768px) {
    .only-you {
        padding-right: 0 !important;
    }

    .slide-img-mobile {
        height: 23rem !important;
        object-fit: cover;
    }

    .menu-car {
        text-align: initial;
    }

    .wpcf7-submit {
        float: initial;
        width: 100% !important;
        cursor: pointer;
    }
}


/* FORM CONTACTOA */

.ds-pv-form .wpcf7-form input[type=button].border-light,
.ds-pv-form .wpcf7-form input[type=reset].border-light,
.ds-pv-form .wpcf7-form input[type=submit].border-light {
    border: 1px solid #f8f9fa !important;
    margin: 0px auto !important;
    cursor: pointer !important;
    padding: 10px 0px !important;
    background-color: #000 !important;
    font-family: 'Citroen-regular', sans-serif;
    font-size: 1rem !important;
}

.ds-pv-form .wpcf7-form input[type=button].border,
.ds-pv-form .wpcf7-form input[type=reset].border,
.ds-pv-form .wpcf7-form input[type=submit].border {
    border-radius: 50px;
}

.ds-pv-form .wpcf7 form.invalid .wpcf7-response-output,
.ds-pv-form .wpcf7 form.unaccepted .wpcf7-response-output,
.ds-pv-form .wpcf7 form.payment-required .wpcf7-response-output {
    color: white;
}


.ds-pv-form .wpcf7 form .wpcf7-response-output {

    margin: 1em 0.5em 0 !important;
}

/* POST VENTA */
/* /////////////////////////////////////// */
.ds-title {
    font-weight: 400px;
    display: inline-block;
    margin-bottom: 45px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.ds-title:after {
    background: #000;
    content: '';
    height: 1px;
    left: 0;
    margin: 10px auto;
    position: absolute;
    right: 0;
    top: 95%;
    width: 60%;
}

/* Post Venta - Servicies */

/* nav-tabs  */
.dv-pv-servicios-info .nav-tabs {
    box-shadow: 1px -1px 9px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 1px -1px 9px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px -1px 9px 1px rgba(0, 0, 0, 0.10);
}

.dv-pv-servicios-info .nav-tabs li {
    border-right: 1px solid #eeeeee;
}

.nav-tabs li:last-child {
    border-right: none;
}

/* nav-tabs a */
.dv-pv-servicios-info .nav-tabs a {
    background: #fff;
    color: #000;
    display: block;
    padding: 20px 40px 10px;
    min-height: 210px;
}

.dv-pv-servicios-info .nav-tabs a.active:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #000;
    border-right: 1.1vw solid transparent;
    border-left: 1.1vw solid transparent;
}

.dv-pv-servicios-info .nav-tabs a span {
    display: block;
    text-align: center;
}

.ds-pv-header {
    border-top: 2px solid #aaa;
    margin: 0px 0px 25px;
    padding: 50px 30px 0px;
    text-align: center;
    display: none;
}

.ds-pv-header .ds-ser-titulo {
    font-size: 21px;
    text-align: center;
    display: block;
}

.ds-pv-header .ds-ser-descripcion {
    display: block;
}

.dv-pv-servicios-info .nav-tabs .ds-ser-titulo {
    font-size: 18px;
}

.dv-pv-servicios-info .tab-pane p,
.dv-pv-servicios-info .nav-tabs .ds-ser-descripcion {
    font-size: 13px;
}

.ds-pv-header hr,
.dv-pv-servicios-info .nav-tabs a hr {
    margin-top: 0.4rem;
    border-top: 2px solid #000;
    width: 50%;
}

.dv-pv-servicios-info .nav-tabs a:hover hr,
.dv-pv-servicios-info .nav-tabs a.active hr {
    border-color: #fff;
}

.dv-pv-servicios-info .nav-tabs a:hover span {
    color: #fff;
}

.dv-pv-servicios-info .nav-tabs a.active [class^="tabicon-"],
.dv-pv-servicios-info .nav-tabs a.active [class*=" tabicon-"],
.dv-pv-servicios-info .nav-tabs a:hover,
.dv-pv-servicios-info .nav-tabs a.active {
    background: #000;
    color: #fff;
    text-decoration: none;
}


/* mobile */

@media screen and (max-width: 480px) {
    .nav-tabs {
        display: none !important;
    }

    .ds-pv-header {
        display: block !important;
    }

    /* .tab-content > .tab-pane {
	  display: block !important;
	} */


    .tab-content>.tab-pane:before {
        content: attr(data-title);
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .dv-pv-servicios-info .ds-services-button,
    .dv-pv-servicios-info .tab-pane h4,
    .dv-pv-servicios-info .nav-tabs .ds-ser-titulo,
    .dv-pv-servicios-info .tab-pane p,
    .dv-pv-servicios-info .nav-tabs .ds-ser-descripcion {
        text-align: center;
    }

    .dv-pv-servicios-info .tab-pane h4 {
        margin-top: 20px;
    }

}


/* font icon */
@font-face {
    font-family: 'tabicon';
    src: url('assets/fonts/tabicon.eot?ghqz2j');
    src: url('assets/fonts/tabicon.eot?ghqz2j#iefix') format('embedded-opentype'),
        url('assets/fonts/tabicon.ttf?ghqz2j') format('truetype'),
        url('assets/fonts/tabicon.woff?ghqz2j') format('woff'),
        url('assets/fonts/tabicon.svg?ghqz2j#tabicon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="tabicon-"],
[class*=" tabicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tabicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 70px;
    color: #000;
    text-align: center;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tabicon-ds-tabs-icon-01:before {
    content: "\e900";
}

.tabicon-ds-tabs-icon-02:before {
    content: "\e901";
}

.tabicon-ds-tabs-icon-03:before {
    content: "\e902";
}

.tabicon-ds-tabs-icon-04:before {
    content: "\e903";
}

/* formulario */

.ds-pv-form {
    background-color: #000;
}

/* POST VENTA - FIN */
/* /////////////////////////////////////// */

.only-you-style {
    font-family: 'Citroen-regular', sans-serif;
    text-align: center;
    color: black;
}

#img1,
#img2,
#img3 {
    display: none;
}

.square-button {
    display: inline-block;
    width: 220px;
    height: 250px;
    text-align: center;
    border: 1px solid #dadada;
    background-color: transparent;
    cursor: pointer;
    padding: 1rem 1rem 1rem 1rem;
}

.square-button i {
    font-size: 24px;
    margin-bottom: 5px;
}

.styleUl {
    width: 110%;
}

.bx-diamond {
    font-size: 4rem;
}

.styleBoxOnly {
    padding: 40px 30px 40px;
}

.dexcda .car-feature-content {
    transform: skewX(0deg);
}

.dexcda h6 {
    transform: skewX(0deg);
}

.dexcda ul.row {
    transform: skewX(0deg);
}

.dexcda h6::before {
    border-top: 2px solid white;
}


.ds-oy-servicios .fa-solid {
    font-size: 4rem;
    padding-bottom: 1rem;
}

.car-details-carousel .slick-list {
    padding: 1rem !important;
}

/* ACCESORIES */

.textAccesories {
    margin-left: 10% !important;

    margin-right: 10% !important;
}

.accesorio-modelo {
    list-style: none !important;
    list-style-type: none !important;
}

.bottonModels {
    background-color: transparent;
    font-family: 'Citroen-regular', sans-serif;
    text-align: center;
    color: white;
    border: none;
    font-size: 16px;
    outline: none !important;
    margin-left: -15px;
}

.bottonModels.mostrado {
    background-color: white;
    color: black;
    outline: none;
    margin-bottom: 0rem !important;
    padding-bottom: 40px;
    margin-left: -15px;
}



.menu-cars {
    display: none;
    margin-top: -15px;
}

@media (max-width: 1280px) {
    .menu-cars {
        margin-top: -35px;
    }
}

#menu-cars {
    background-color: white;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;

}


#menu-cars.mostrado {
    background-color: white;
    color: white;
}

#menu-cars span {
    font-family: 'Citroen-regular', sans-serif;
    text-align: center;
    color: black;
}


/* MODELOS CITROEN MOBILE */
.desplegable-btn {
    background-color: transparent;
    color: white;
    padding: 0px 15px;
    border: none;

    outline: 0 !important;
}

.desplegable-contenido {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.desplegable-contenido li {
    background-color: transparent;
    color: white;
    padding: 5px 10px;
}

.desplegable-contenido.mostrado {
    display: block;
}

.desplegable-contenido li a {
    margin-left: 1rem;
    color: white;
}

.desplegable {
    margin-bottom: -15px;
}

.car-details-carouse .slick-slide {
    margin: 0 26px;
}

.car-details-carouse .slick-list {
    margin: 0 -27px !important;
}


.iconClassNews {
    color: #000 !important;
    font-size: 1.5rem;
    padding: 1rem;
}


.img-accesories {
    width: 200px;
    height: 170px !important;
    object-fit: contain;

}

.hoverDescubrir a {
    display: none;
}

/*
.slick-center a{
	display: flex !important;
	margin-top: -5rem;
}
*/
.hoverDescubrir {
    z-index: 9999 !important;
}

.classFatherSlider {
    margin-bottom: 3rem;
    margin-left: -2rem;
}

.input-container {
    position: relative;
}

.hover-input {
    width: 200px;
    height: 30px;
    padding: 5px;
}

.hover-box {
    z-index: 9999;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -250px;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}

@media (max-width: 768px) {
    .hover-box {
        z-index: 9999;
        width: 100%;
        height: 350px;
        position: absolute;
        bottom: -350px;
        left: 0;
        background-color: white;
        border: 1px solid #ccc;
        padding: 10px;
        display: none;
    }

    .img-units-style {
        margin-top: 2rem !important;
        margin-left: -1rem !important;
    }

    .styleSingleUnits {
        margin-top: 0rem !important;

    }
}

@media (max-width: 992px) {
    .styleSingleUnits {
        margin-top: 0rem !important;

    }

}

.no-bullets li {
    list-style-type: none !important;
}

.no-bullets {
    list-style-type: none !important;
}

.styleCardUsados {
    padding: 1rem;
    border: 1px solid #dee2e6;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.fontBotons {
    font-size: 12px !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.styleSingleUnits {
    margin-top: 15rem;
}

.single-units-style {
    font-size: 12px;
}

.img-units-style {
    margin-top: 15rem;
}

.img-units {
    border: none !important;
}

#hoverBox {

    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.unidad-usado {
    max-height: 100%;
}

/* body.popup-open {
	overflow: hidden;
} */

a:hover {
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

.logo-ds {
    width: 80%;
}

footer li {
    margin: 0px;
}


/* landings - INICIO */
.landings-template .row.ml-0,
.landings-template .redes-sociales-menu-container {
    display: none;
}

.landings-template .page-head {
    margin-top: 7rem;
}

.page-id-185 input.wpcf7-form-control,
.page-id-185 select,
.page-id-185 .wpcf7-textarea {
    width: 100% !important;
}

/* landing-1 form - INCIO */
.landings-template-template-landing1 .form-float {
    position: relative;
    margin-top: -6rem;
    z-index: 9999;
    border: 3px solid gray;
}

.landings-template-template-landing1 .container-fluid .col-md-12.text-center {
    text-align: left !important;
    padding-bottom: 14rem;
}

@media (max-width: 1500px) {
    .landings-template-template-landing1 .form-float {
        margin-top: -10rem;
    }

    .landings-template-template-landing1 .container-fluid .col-md-12.text-center {
        padding-bottom: 12rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landings-template-template-landing1 .form-float {
        margin-top: -10rem;
    }
}

@media (max-width:660px) {
    .landings-template-template-landing1 .container-fluid .col-md-12.text-center {
        text-align: center !important;
        padding-bottom: 1rem;
    }

    .landings-template-template-landing1 .form-float {
        margin-top: 1rem;
    }
}

/* landing-1 form - FIN */

/* landing-1-2-3 - INICO */
.landings-template-template-landing1 input.wpcf7-form-control,
.landings-template-template-landing2 input.wpcf7-form-control,
.landings-template-template-landing3 input.wpcf7-form-control {
    width: 100% !important;
    margin-bottom: 0.5em;
}

.landings-template-template-landing1 .wpcf7-textarea,
.landings-template-template-landing2 .wpcf7-textarea,
.landings-template-template-landing3 .wpcf7-textarea {
    width: 100% !important;
    font-size: 14px !important;
    margin-bottom: 0.5em;
}

.landings-template-template-landing1 input.wpcf7-form-control.wpcf7-submit,
.landings-template-template-landing2 input.wpcf7-form-control.wpcf7-submit,
.landings-template-template-landing3 input.wpcf7-form-control.wpcf7-submit {
    width: 12rem !important;
    margin: 0px auto;
    float: none;
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {}

/* landing-1-2-3 - FIN */

/* landing-2-3 - INICIO */
.landings-template-template-landing2 .form-float,
.landings-template-template-landing3 .form-float {
    padding-top: 1rem;
    position: relative;
    margin-top: 10rem;
    z-index: 9999;
    background: transparent;
    margin-left: -7rem;
}

.landings-template-template-landing3 .form-float {
    margin-top: 6rem;
    margin-left: 0rem;
}

.landings-template-template-landing2 .form-float .wpcf7 form,
.landings-template-template-landing3 .form-float .wpcf7 form {
    background: white;
    padding: 20px 0px;
    width: auto;
    margin-left: 15%;
}

@media (min-width: 768px) and (max-width: 1023px) {

    .landings-template-template-landing2 .form-float,
    .landings-template-template-landing3 .form-float {
        margin-top: 4rem;
        margin-left: -5rem;
    }

    .landings-template .page-head {
        margin-top: 6rem;
    }
}

@media (min-width: 768px) {

    .landings-template-template-landing2 .row .col-md-7,
    .landings-template-template-landing3 .row .col-md-7 {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.landings-template-template-landing2 .row.my-5,
.landings-template-template-landing3 .row.my-5 {
    flex-wrap: inherit;
}

@media (max-width: 600px) {

    .landings-template-template-landing2 .row.my-5,
    .landings-template-template-landing3 .row.my-5 {
        flex-wrap: wrap;
    }

    .landings-template-template-landing2 .form-float,
    .landings-template-template-landing3 .form-float {
        margin-top: 0rem;
        margin-left: -2rem;
    }

    .landings-template-template-landing2 .row .col-md-7,
    .landings-template-template-landing3 .row .col-md-7 {
        text-align: center;
    }

    .landings-template .page-head {
        margin-top: 0rem;
    }
}

/* landing-2-3 - FIN */
/* landings - FIN */

/* form button submit */
input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
}


/* INI: card-slider */

.section-title {
    text-align: center;
    color: #2d3237;
    font-weight: 700;
    letter-spacing: -.04em;
    font-size: 2.2em
}

.section-separator {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.section-separator img {
    width: 23px;
    margin: 0 20px
}

.section-separator .section-separator--left,
.section-separator .section-separator--right {
    width: 200px;
    height: 5px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.color-primary {
    color: var(--colorPrimary)
}

.bg-color-primary {
    background-color: var(--colorPrimary) !important;
}

.btn-main,
.modal-consulta footer .form-box-button,
.btn-main,
.modal-plan footer .form-box-button,
.modal-usado footer .form-box-button,
.form-box--collapse.form-box--center .form-box footer .form-box-button,
input.wpcf7-form-control.wpcf7-submit,
.promocion-modelo--boton a,
.btn-black,
.btn-black-ouline {
    overflow: hidden;
    background-color: var(--colorPrimary);
    border-radius: 20px;
    color: #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 0 1em;
    position: relative;
    z-index: 10;
    border: 0
}

.btn-black,
.btn-black:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn-black-ouline,
.btn-black-ouline:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.modal-consulta .modal-title,
.modal-plan .modal-title,
.modal-usado .modal-title {
    color: black;
    font-size: 16px !important;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.btn-main:before,
.modal-consulta footer .form-box-button:before,
.btn-main:before,
.modal-plan footer .form-box-button:before,
.modal-usado footer .form-box-button:before,
.form-box--collapse.form-box--center .form-box footer .form-box-button:before,
.promocion-modelo--boton a:before {
    content: "";
    background: #e05315;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transform-origin: bottom;
    z-index: -1;
    transform: scaleX(0);
    opacity: 0;
    transition: 0.4s transform, 0.4s opacity
}

.btn-main:hover,
.modal-consulta footer .form-box-button:hover,
.btn-main:hover,
.plan-consulta footer .form-box-button:hover,
.modal-usado footer .form-box-button:hover,
.form-box--collapse.form-box--center .form-box footer .form-box-button:hover,
input.wpcf7-form-control.wpcf7-submit:hover,
.promocion-modelo--boton a:hover {
    text-decoration: none;
    color: #fff
}

.btn-main:hover:before,
.modal-consulta footer .form-box-button:hover:before,
.btn-main:hover:before,
.modal-plan footer .form-box-button:hover:before,
.modal-usado footer .form-box-button:hover:before,
.form-box--collapse.form-box--center .form-box footer .form-box-button:hover:before,
.promocion-modelo--boton a:hover:before {
    opacity: 1;
    transform: scaleX(1)
}

.btn-outline {
    box-shadow: inset 0 0 0 1px #eb6428;
    color: #eb6428;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 0 1.5em;
    position: relative;
    z-index: 10;
    border: 0;
    transition: 0.4s color;
}

.btn-outline:before {
    content: "";
    background: #eb6428;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transform-origin: bottom;
    z-index: -1;
    transform: scaleY(0);
    opacity: 0;
    transition: 0.4s transform, 0.4s opacity
}

.btn-outline:hover {
    text-decoration: none;
    color: #fff
}

.btn-outline:hover:before {
    opacity: 1;
    transform: scaleY(1)
}

.btn-outline-white {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 0 1.5em;
    position: relative;
    z-index: 10;
    border: 0;
    transition: 0.4s color
}

.btn-outline-white:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transform-origin: bottom;
    z-index: -1;
    transform: scaleY(0);
    opacity: 0;
    transition: 0.4s transform, 0.4s opacity
}

.btn-outline-white:hover {
    text-decoration: none;
    color: #eb6428
}

.btn-outline-white:hover:before {
    opacity: 1;
    transform: scaleY(1)
}

.btn-white {
    overflow: hidden;
    background-color: #fff;
    color: #eb6428;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 0 1.5em;
    position: relative;
    z-index: 10;
    border: 0;
    transition: 0.2s color
}

.btn-white:before {
    content: "";
    background: #e05315;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transform-origin: bottom;
    z-index: -1;
    transform: scaleY(0);
    opacity: 0;
    transition: 0.4s transform, 0.4s opacity
}

.btn-white:hover {
    text-decoration: none;
    color: #fff
}

.btn-white:hover:before {
    opacity: 1;
    transform: scaleY(1)
}

.selector-autos .swiper-custom-arrows .swiper-button-next,
.selector-autos .swiper-custom-arrows .swiper-button-prev {
    color: #eb6428;
    font-weight: 900
}

.selector-autos .swiper-custom-arrows .swiper-button-next:after,
.selector-autos .swiper-custom-arrows .swiper-button-prev:after {
    font-size: 15px
}

.selector-autos .swiper-custom-arrows .swiper-button-next {
    right: 0
}

.selector-autos .swiper-custom-arrows .swiper-button-prev {
    left: 0
}

.selector-autos .card-vehicle {
    text-align: center;
    transition: 0.2s background-color, 0.2s box-shadow;
    margin: 20px 0;
    padding: 10px 10px 30px 10px;
    border: 1px solid #e0e2e4;
    border-radius: 10px
}

.selector-autos .card-vehicle:hover {
    /* box-shadow: inset 0 0 0 3px #eb6428; */
}

.selector-autos .card-vehicle .card-vehicle--figure {
    position: relative
}

.selector-autos .card-vehicle .card-vehicle--figure img {
    display: block;
    margin: auto
}

.selector-autos .card-vehicle .category-container {
    width: 90%;
    margin: auto;
    margin-bottom: -1em;
    opacity: .5;
    height: 2.5em
}

.selector-autos .card-vehicle .card-vehicle--category {
    color: #d7d7d7;
    margin: 0;
    line-height: 1;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
}

.selector-autos .card-vehicle .card-vehicle--title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -.042em;
    color: #000;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 400;
}

.selector-autos .card-vehicle .card-vehicle--subtitle {
    color: #b6957e;
    margin-bottom: 1em;
    font-size: 1.1em
}

.selector-autos .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(235, 100, 40, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    height: 26px !important;
    width: 16px !important;
    z-index: 9000;
    right: auto !important;
    left: -10px !important;
}

.selector-autos .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(235, 100, 40, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    height: 26px !important;
    width: 16px !important;
    right: -10px !important;
    left: auto !important;
}

.selector-autos .slick-dots {
    padding-left: 0px;
}

.selector-autos .slick-dots li {
    font-size: 0px;
    margin: 0 4px;
    opacity: 1;
    padding: 0px;
    transition: transform .2s;
}

.selector-autos .slick-dots li button {
    border: none;
    width: 1px;
    height: 12px;
    margin: 0px;
    border-radius: 100%;
    transition: 0.2s background;
    background: #8e8b8b;
}

.selector-autos .slick-dots .slick-active button {
    background: #eb6428 !important;
    /*transform: scaleY(2);*/
}

.selector-autos .slick-slide {
    margin-left: 20px;
}

.selector-autos .slick-list.draggable {
    padding: 0px 20px 0px 0px !important;
}

.selector-autos .slick-arrow {
    border: none;
    font-size: 0px;
    position: absolute;
    top: 50%;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .selector-autos .card-vehicle .card-vehicle--figure img {
        width: 100%;
        height: auto;
    }

    .selector-autos .card-vehicle a {
        margin-bottom: 20px;
    }

    .selector-autos .card-vehicle .card-vehicle--title {
        min-height: 54px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.65em
    }

    .section-separator .section-separator--left,
    .section-separator .section-separator--right {
        width: 35%
    }
}

/* FIN: card-slider */


/* INI: links-homepage */

.home-links {
    margin-bottom: 5em
}

.home-links .card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d3237;
    width: 100%;
    margin-bottom: 10px
}

.home-links .card-link h2 {
    margin: 0;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -.04em;
    transition: 0.2s color;
    font-family: "Citroen-regular";
}

.home-links .card-link img {
    width: 50%;
    margin-right: 20px;
    transition: 0.2s transform
}

.home-links .card-link:hover img {
    transform: translateX(10px)
}

.home-links .card-link:hover h2 {
    color: #eb6428
}

@media (max-width: 992px) {
    .home-links .container {
        max-width: 900px
    }

    .home-links .card-link h2 {
        font-size: 1.5em;
        flex-grow: 1
    }
}

@media (max-width: 768px) {
    .home-links {
        margin: 0
    }

    .home-links .card-link {
        margin-bottom: 2em
    }

    .home-links .card-link h2 {
        font-size: 1em
    }
}

/* FIN: links-homepage */


/* INI: footer main-footer */

.page-contacto .sucursales-contenedor-row a {
    color: #ffc3a8 !important;
}

.page-contacto .sucursales-contenedor-row a:hover {
    text-decoration: underline;
}

.sucursales-contenedor-row {

    height: 100%;
}

.sucursales-contenedor {

    margin-bottom: 30px;
}

.sucursales-contenedor p {
    display: inline;
}

.main-footer {
    border-top: 20px solid #58728b;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: auto
}

.main-footer .main-footer--logo {
    margin: 0;
    height: 100%;
    display: flex
}

.main-footer .main-footer--logo .logo {
    display: flex;
    align-items: start;
}

.main-footer .main-footer--logo .logo:before,
.main-footer .main-footer--logo .logo:after {
    content: "";
    width: 100%;
    height: 7px;
    opacity: .1;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAGklEQVQImWP4////fyYGBgZGJgYGBgYsxH8Ag4wFCYz53ZYAAAAASUVORK5CYII=)
}

.main-footer .main-footer--logo img {
    width: 120px;
    margin: 0 20px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.main-footer .main-footer--title {
    text-transform: uppercase;
    margin-bottom: 26px;
    letter-spacing: -.04em;
    font-weight: 700;
    font-size: .95em;
    color: #000
}

.main-footer .sucursal-title {
    cursor: pointer;
    margin-top: 1em;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: -.02em
}

.main-footer .sucursal-title i {
    font-size: .6em;
    transition: 0.2s transform
}

.main-footer .sucursal-title i[aria-expanded=true] {
    transform: rotate(180deg)
}

.main-footer .main-footer--contacto {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: .9em;
    letter-spacing: -.02em
}

.main-footer .main-footer--contacto li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-shrink: 0
}

.main-footer .main-footer--contacto li svg {
    margin-right: 10px;
    width: 12px;
    margin-top: .5em
}

.main-footer .main-footer--contacto b {
    font-weight: 700
}

.main-footer .main-footer--contacto a {
    color: #000;
    text-decoration: none;
    line-height: 1.5em
}

.main-footer .main-footer--contacto a:hover {
    color: #eb6428
}

.main-footer .main-footer--enlaces ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300
}

.main-footer .main-footer--enlaces ul li {
    display: block;
}

.main-footer .main-footer--enlaces a {
    color: #000;
    font-weight: 400;
    letter-spacing: -.02em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em !important
}

.main-footer .main-footer--enlaces a:hover {
    color: #eb6428
}

.main-footer .main-footer--modelos h5 {
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    font-weight: 400;
    font-size: .9em;
    letter-spacing: -.02em;
    width: 100%;
}

.main-footer .main-footer--modelos h5 i {
    transition: 0.5s transform
}

.main-footer .main-footer--modelos h5[aria-expanded=true] i {
    transform: rotate(-180deg)
}

.main-footer .main-footer--modelos ul {
    padding-left: 0;
}

.main-footer .main-footer--modelos li {
    margin: 0px;
    list-style: none;
}

.main-footer .main-footer--modelos a {
    color: #000000;
    font-size: 0.7em;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.main-footer .main-footer--social {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.main-footer .main-footer--social svg {
    margin: 0 7px;
    color: #000;
    height: 13px
}

.main-footer .main-footer--social a {
    margin-bottom: 5px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d1d4d5;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
    transition: 0.2s opacity
}

.main-footer .main-footer--social a:hover {
    opacity: .7
}

@media (max-width: 992px) {
    .main-footer .container {
        max-width: 1000px
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 0 30px 50px 30px
    }

    .main-footer .row {
        flex-direction: column
    }

    .main-footer .col {
        width: 100%
    }

    .main-footer .col:nth-child(1) {
        order: 10
    }

    .main-footer .main-footer--title {
        margin-top: 50px
    }

    .main-footer .main-footer--logo {
        justify-content: center;
        margin-top: 50px
    }

    .main-footer .main-footer--logo img {
        width: 80px
    }

    .main-footer .col {
        min-height: auto;
    }

}

/* FIN: footer main-footer */


/* INI: header main-header */

.main-header {
    z-index: 2000;
    position: fixed;
    box-shadow: 0 0 0 1px #ededed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
}

.main-header .main-header__brand {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    gap: 15px;
}

.main-header .main-header__brand img {
    height: 50px;
    width: auto
}

.main-header .main-header__container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
}

.main-header .main-header__menu {
    display: flex;
    align-items: center;
    height: 100%;
    flex-grow: 1
}

.main-header .main-header__top {
    height: 100%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main-header .main-header__top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end
}

.main-header .main-header__top ul a {
    margin: 0 10px;
    font-size: 1em;
    letter-spacing: -.02em;
    text-transform: uppercase;
    text-decoration: none
}

.main-header .main-header__social {
    display: none;
}

.main-header .main-header__social svg {
    margin: 0 7px;
    height: 13px
}

.main-header .main-header__social a {
    transition: 0.2s opacity;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    color: #000
}

.main-header .main-header__social a:hover {
    opacity: .7
}

.main-header .main-header__nav {
    height: 100%;
    margin-left: auto
}

.main-header .main-header__nav>ul>li:last-child>a {
    border-right: 1px solid #ededed
}

.main-header .main-header__nav>ul>li>a {
    border-left: 1px solid #ededed;
    padding: 20px;
    height: 100%;
    background-color: white;
    line-height: 24px;
}

.main-header .main-header__nav ul .btn-submenu:before {
    content: "";
    display: inline-block;
    background-image: url(assets/img/header_submenu.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    transition: 0.2s transform;
}

.main-header .main-header__nav ul {
    font-size: .9rem;
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    height: auto;
    border-top: 1px solid #cccccc;
    background: white;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 400px;
}

.main-header .main-header__nav ul .btn-submenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
    display: flex;
    border: 0;
    background: transparent;
    align-items: center;
}

.main-header .main-header__nav ul li.active .btn-submenu {
    height: 42.4px;
}

.main-header .main-header__nav ul a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1em;
    letter-spacing: -.02em;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
}

.main-header .main-header__nav ul li {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

/*
.main-header .main-header__nav ul li.menu-item-has-children>a:after {
    margin-left: 5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #000 transparent transparent transparent
}
*/
.main-header .main-header__nav ul li:hover ul {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.main-header .main-header__nav ul ul {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    margin: 0;
    border: 0;
    transition: 0.4s opacity, 0.4s transform;
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    background-color: #fff;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    top: 100%;
    height: auto
}

.main-header .main-header__nav ul ul li {
    height: auto
}

.main-header .main-header__nav ul ul a {
    color: #000;
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.main-header .main-header__nav ul ul a:hover {
    color: #eb6428
}

.main-header .main-header__nav ul li.active ul {
    display: block;
    padding-left: 30px;
    background: #eee;
    padding: 0 !important;
}

.main-header .main-header__nav ul li.active .btn-submenu:before {
    transform: rotate(270deg)
}

.main-header .main-header__nav ul ul {
    opacity: 1;
    transform: none;
    position: relative;
    width: 100%;
    display: none;
    padding: 0
}

.main-header .main-header__nav ul ul a {
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.main-header .main-header__title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 1;
}

.main-header .main-header__title span {
    color: #636363;
    font-weight: 400;
    text-transform: initial;
    font-size: 14px
}

.main-header .main-header__mobile {
    display: block
}

@media (max-width: 1000px) {
    .main-header {
        padding: 0 10px
    }

    .main-header .main-header__social a {
        width: 25px;
        height: 25px
    }

    .main-header .main-header__social svg {
        height: 10px;
        margin: 0
    }

    .main-header .main-header__brand {
        padding: 0px 10px 0px 20px;
    }

    .main-header .main-header__top {
        padding-right: 10px;
        border-right: 0
    }

    .main-header .main-header__title {
        font-size: .9em
    }

    .main-header .main-header__brand img {
        height: 40px;
    }

    .main-header .main-header__nav ul a {
        font-size: .8em
    }
}

@media (max-width: 870px) {
    .main-header {
        background: white;
        padding-right: 0;
        padding-left: 0px;
        top: 0;
    }

    .main-header .main-header__social {
        display: none
    }

    .main-header .main-header__container {
        height: 60px;
        padding: 0 10px;
    }

    .main-header .main-header__container span {
        display: none
    }

    .main-header .main-header__mobile {
        display: block;
        margin-left: auto
    }

    .main-header .main-header__mobile button span {
        display: inline-block;
        height: 2px;
        background: #000;
        margin: 2px 0;
        transition: 0.2s opacity, 0.2s transform, 0.2s width;
        flex-shrink: 0
    }

    .main-header .main-header__mobile button span:nth-child(1) {
        width: 30px
    }

    .main-header .main-header__mobile button span:nth-child(2) {
        width: 25px;
        margin-left: 5px
    }

    .main-header .main-header__mobile button span:nth-child(3) {
        width: 20px;
        margin-left: 10px
    }

    .main-header .main-header__mobile button.active span:first-child {
        transform: rotate(-45deg) translate3d(-1px, 5px, 0)
    }

    .main-header .main-header__mobile button.active span:nth-child(2) {
        opacity: 0
    }

    .main-header .main-header__mobile button.active span:nth-child(3) {
        transform: rotate(45deg) translate3d(-7px, -4px, 0);
        width: 30px
    }

    .main-header .main-header__nav {
        transform: translateX(-100%);
        transition: 0.4s transform;
        display: block;
        position: absolute;
        background: #fff;
        top: 60px;
        border-top: 1px solid #ccc;
        left: 0;
        right: 0
    }

    .main-header .main-header__nav.active {
        transform: translateX(0%)
    }

    .main-header .main-header__nav>ul>li>a {
        padding: 10px
    }

    .main-header .main-header__nav ul {
        box-shadow: none !important;
        height: auto;
        border-top: 1px solid #ccc;
        background: #fff;
        display: flex;
        flex-direction: column;
        margin: 0;
        max-width: 100%;
    }

    .main-header .main-header__nav ul .btn-submenu:before {
        content: "";
        display: inline-block;
        background-image: url(assets/img/header_submenu.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center;
        transform: rotate(90deg);
        width: 10px;
        height: 10px;
        transition: 0.2s transform
    }

    .main-header .main-header__nav ul a {
        color: #000;
        width: 100%;
        padding: 10px
    }

    .main-header .main-header__nav ul li {
        flex-direction: column
    }

    .main-header .main-header__nav ul li.menu-item-has-children a:after {
        content: none
    }

}

.extra-links a {
    font-size: .8em;
    display: table-footer-group;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-right: 1px solid #ededed;
    font-size: .8em;
    padding: 10px;
    background: white;
    color: black;
}

/* FIN: header main-header */


/* INI: contacto page */

.sucursales-contenedor-row {
    background-color: var(--colorPrimary);
    padding: 35px;
    height: 100%;
}

.page-contacto .card-sucursal-2 p {
    color: white;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.page-contacto .card-sucursal-2 b {
    font-weight: 600;
    text-transform: uppercase;
}

.page-contacto .card-sucursal-2 a {
    color: #ffc3a8;
}

.page-contacto .home-map {
    display: flex;
}

.page-contacto .home-map #map,
.page-contacto .home-map #lea-map {
    width: 100%;
    height: 100%;
}

.page-contacto .home-map .map-container {
    width: 65%;
}

.page-contacto .home-map .home-map--content {
    width: 35%;
    background: #f6f6f6;
    padding: 50px;
}

.page-contacto .home-map .home-map--content h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    color: black;
    font-weight: 700;
    letter-spacing: -0.04em;
}

@media (max-width: 576px) {
    .page-contacto .home-map .home-map--content h2 {
        font-size: 1.5em;
        letter-spacing: 0.05em;
    }

    header {
        /* position: fixed !important; */
        /* width: 100% !important; */
    }
}

.page-contacto .home-map .home-map--content a {
    color: #787b80;
}

.page-contacto .home-map .home-map--content ul {
    margin: 0;
    padding: 0;
}

.page-contacto .home-map .home-map--content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 15px;
}

.page-contacto .home-map .home-map--content ul li:last-child {
    margin-bottom: 0;
}

.page-contacto .home-map .home-map--icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--colorPrimary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-contacto .home-map .home-map--icon img {
    width: 18px;
}

.page-contacto .home-map .home-map--item {
    font-size: 1em;
    margin-left: 10px;
}

.page-contacto .home-map .home-map--item b {
    font-weight: 600;
    text-transform: uppercase;
}

.page-contacto .home-map .home-map--item a.wp:before {
    content: url("../img/icon-whatsapp-green.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .page-contacto .home-map {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-contacto .home-map .map-container {
        width: 100%;
    }

    .page-contacto .home-map h2 {
        color: black;
        font-size: 25px;
        font-weight: 800;
        letter-spacing: -0.06em;
        line-height: 1;
        margin: 20px 0;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
    }

    .page-contacto .home-map #map,
    .page-contacto .home-map #lea-map {
        width: 100%;
        height: 50vw;
        min-height: 350px;
    }

    .page-contacto .home-map .home-map--content {
        width: 100%;
        padding: 30px;
        height: auto;
    }

    .page-contacto .home-map .home-map--content ul li {
        font-size: 13px;
    }

    .sucursales-contenedor-row {
        margin-bottom: 20px;
    }
}

.page-contacto .map-container>div:first-child {
    height: 100%;
}

.page-contacto #mapa {
    height: 100% !important;
}

/* FIN: contacto page */


/* INI: Slide home */
#slider_header_home_mobile .carousel-control-prev,
#slider_header_home .carousel-control-prev,
#page-slider .carousel-control-next,
#page-slider-mobile .carousel-control-next {
    right: auto !important;
    left: 10px !important;
}

#slider_header_home_mobile .carousel-control-next,
#slider_header_home_mobile .carousel-control-prev,
#slider_header_home .carousel-control-next,
#slider_header_home .carousel-control-prev,
#page-slider .carousel-control-next,
#page-slider .carousel-control-prev,
#page-slider-mobile .carousel-control-next,
#page-slider-mobile .carousel-control-prev {
    border: none;
    top: 50% !important;
    height: 45px;
    opacity: 1 !important;
    width: 45px !important;
}

#slider_header_home_mobile .carousel-control-prev,
#slider_header_home .carousel-control-prev,
#page-slider .carousel-control-next,
#page-slider-mobile .carousel-control-next {
    right: auto !important;
    left: 10px !important;
}

#slider_header_home_mobile .carousel-control-next,
#slider_header_home .carousel-control-next,
#page-slider .carousel-control-next,
#page-slider-mobile .carousel-control-next {
    right: 10px !important;
    left: auto !important;
}

#slider_header_home_mobile .carousel-control-next:hover,
#slider_header_home_mobile .carousel-control-prev:hover,
#slider_header_home .carousel-control-next:hover,
#slider_header_home .carousel-control-prev:hover,
#page-slider .carousel-control-next:hover,
#page-slider .carousel-control-prev:hover,
#page-slider-mobile .carousel-control-next:hover,
#page-slider-mobile .carousel-control-prev:hover {
    background-color: #eb6428;
    border-color: transparent;
    transition: 0.4s background-color, 0.4s border-color;
}

#slider_header_home_mobile .carousel-control-prev-icon,
#slider_header_home .carousel-control-prev-icon,
#page-slider .carousel-control-prev-icon,
#page-slider-mobile .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(255,255,255,1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    height: 20px !important;
    width: 15px !important;
}

#slider_header_home_mobile .carousel-control-next-icon,
#slider_header_home .carousel-control-next-icon,
#page-slider .carousel-control-next-icon,
#page-slider-mobile .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(255,255,255,1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    height: 20px !important;
    width: 15px !important;
}

/* END: Slide home */


/* INI: Ver modelo */
#page-slider .carousel-control-prev {
    left: 10px;
}

.page-vermodelo--titulo {
    transform: translateY(-2.9em);
    padding: 0.5em 0.75em;
    line-height: 1;
    text-transform: uppercase;
    z-index: 50;
    position: relative;
    font-weight: 400;
    letter-spacing: -.04em;
    font-size: 1.3em;
    margin-top: 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
}

#car-tabs a {
    margin-right: 10px;
    cursor: grab;
    border: 0;
}

#car-tabs a h5 {
    margin-right: 10px;
    cursor: grab;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    color: #796f6e;
    background-color: #f6f6f6;
    text-align: center;
    padding: 12px 0px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    font-weight: 500;
    border-radius: 7px;
    transition: 0.2s color, 0.2s background-color;
    margin-bottom: 8px;
}

#car-tabs a.active h5 {
    background-color: #796f6e;
    color: #fff;
}

#car-tabs a h5:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #f6f6f6 transparent transparent transparent;
    transform: translateY(-8px);
    transition: 0.4s transform, 0.4s opacity, 0.4s border-color;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#car-tabs a.active h5:before {
    border-color: #796f6e transparent transparent transparent;
    transform: translateY(0);
    opacity: 1;
}

#car-tabs .slick-arrow {
    z-index: 998;
    border: 2px solid var(--colorPrimary);
    border-radius: 5px;
    font-size: 0px;
    position: absolute;
    top: 50%;
    height: 32px !important;
    width: 32px !important;
    background-size: 70% 70% !important;
}

#car-tabs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(235, 100, 40, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    right: auto !important;
    left: 3px !important;
}

#car-tabs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(235, 100, 40, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    right: 20px !important;
    left: auto !important;
}

#car-tabs .nav-link.active::after {
    background-color: transparent !important;
}

.versiones-carousel .draggable {
    padding: 0px !important;
}

#versiones-carousel-container .minititle-separator:before {
    content: "";
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
    background-image: url(assets/img/citroen-badge.svg);
    margin-right: 10px;
    display: inline-block;
}

#versiones-carousel-container .minititle-separator {
    color: #2d3237;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.25em;
    display: flex;
    align-items: center;
    margin: 15px 0;
    white-space: nowrap;
    letter-spacing: -.02em;
}

#versiones-carousel-container .version-description {
    color: #5e5e5e;
    font-size: 1.1em;
    letter-spacing: -.01em;
    margin-bottom: 20px;
    text-align: justify;
}

/* END: Ver modelo */


/* INI: car-bar botonera fixed */
#botones-container {
    background: #58728b;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

#botones-container {
    background: #58728b;
    position: -webkit-sticky;
    position: relative;
    top: 6px;
    z-index: 999;
}

#botones-container h3 {
    color: #fff;
    font-size: 18px;
    margin: 0px !important;
    text-transform: uppercase;
}

#botones-container a,
#botones-container button {
    align-items: baseline;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    font-size: .7em;
    padding: 4px 14px;
    margin-left: 5px;
    text-transform: uppercase;
}

#botones-container a:hover,
#botones-container button:hover {
    text-decoration: none;
}

#botones-fixed .col-md-2 {
    display: flex;
    align-items: center;
}

/* END: car-bar botonera fixed */
.wpcf7-form p {
    margin-bottom: 0px;
    text-align: left;
}

.acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.fade .form-box a {
    background-color: transparent;
    color: black;
    border-radius: none;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

.modal input.wpcf7-form-control {
    border: 1px solid #ccc;
    font-size: 14px !important;
    margin-bottom: 5px;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s, border-color .3s;
    width: 47%;
    margin-right: 2rem;
}

.modal select,
.modal textarea {
    margin-bottom: 5px !important;
}

.modal textarea,
.form-box textarea {
    max-height: 100px;
}

.modal select,
.form-box select {
    text-transform: capitalize;
}

.modal-consulta .modal-body,
.modal-plan .modal-body,
.modal-usado .modal-body {
    background-color: #efefef;
    border-radius: 0 0 5px 5px;
    padding: 25px;
}

.wpcf7-form p {
    margin-bottom: 0px;
    text-align: left;
}

.acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 13px;
}

.card-taller .cardStyle {
    background-color: #f7f7f7 !important;
}

.wpcf7-form select,
.wpcf7-form select:disabled .wpcf7-form select:disabled option {
    background-color: white !important;
    color: black !important;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    /* Para algunos navegadores basados en Webkit */
    -moz-appearance: none;
    /* Para Firefox */
    appearance: none;
    /* Para otros navegadores */
}

.form-box {
    margin-bottom: 3rem;
}

.modal .form-box {
    margin-bottom: 0 !important;
}

.form-box .form-box--title {
    margin-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.8em;
}

.modal .form-box .form-box--title {
    margin-bottom: 0 !important;
}

.form-box input.wpcf7-form-control.wpcf7-submit,
.form-box .wpcf7-submit {

    border-radius: 20px;

    padding: 0 1em;

    font-size: 0.8em;

    font-weight: 500;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    padding: 0 1em;

    background: var(--colorPrimary);
}

.acceptance p label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0.2rem;
}

.wpcf7 p label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 11px;
}

.modal-open .modal {
    z-index: 100000;
}

#template-plan .promocion-autos .autos__item {
    padding: 30px;
    transition: 0.2s background-color, 0.2s box-shadow;
    /* border: 1px solid #e0e2e4; */
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e2e4;
}

#template-plan .promocion-autos .autos__item:hover {
    box-shadow: inset 0 0 0 3px #eb6428;
}

#template-plan .promocion-autos .autos__item:hover .autos__image {
    transform: rotateY(180deg);
    background-color: #ffffff00 !important;
}

#template-plan .promocion-autos .autos__item .autos__image {
    background-color: #eb6428;
    height: 200px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

#template-plan .promocion-autos .autos__item .autos__image .delante,
#template-plan .promocion-autos .autos__item .autos__image .detras {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#template-plan .promocion-autos .autos__item .autos__image .delante {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#template-plan .promocion-autos .autos__item .autos__image .detras {
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#template-plan .promocion-autos .autos__item .autos__title {
    color: white;
    letter-spacing: -0.04em;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    text-align: center;
}

#template-plan .promocion-autos .autos__item .autos__tipo {
    font-size: 15px;
    margin: 0;
    color: white;
}

#template-plan .promocion-autos .autos__item .autos__cuotas {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

#template-plan .promocion-autos .autos__item .autos__cuotas span {
    font-weight: 400;
}

#template-plan .promocion-autos .autos__item .autos__content {
    font-size: 14px;
    color: #545454;
}

#template-plan .promocion-autos .autos__item .btn-blue {
    width: 100%;
    font-size: 16px;
}

#template-plan .promocion-autos .autos__item .autos__image {
    background-color: #e21017;
}

#template-plan .promocion-autos .autos__item:hover {
    box-shadow: inset 0 0 0 3px #e21017;
}

@media (max-width: 576px) {
    #template-plan .promocion-autos .autos__item {
        margin-bottom: 15px;
        padding: 20px;
    }

    #template-plan .promocion-autos .autos__item .delante {
        padding-bottom: 0;
    }

    #template-plan .promocion-autos .autos__item .autos__title {
        font-size: 20px;
    }

    #template-plan .promocion-autos .autos__item .autos__cuotas {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #template-plan .promocion-autos .autos__item .autos__image {
        height: 150px;
        margin-bottom: 15px;
    }

    #template-plan .promocion-autos .autos__item .mt-3 {
        margin-top: 0.5rem !important;
    }

    #template-plan .promocion-autos .autos__item .btn-main,
    #template-plan .promocion-autos .autos__item .form-box--collapse.form-box--center .form-box footer .form-box-button,
    .form-box--collapse.form-box--center .form-box footer #template-plan .promocion-autos .autos__item .form-box-button,
    #template-plan .promocion-autos .autos__item .modal-consulta footer .form-box-button,
    #template-plan .promocion-autos .autos__item .modal-plan footer .form-box-button,
    .modal-consulta footer #template-plan .promocion-autos .autos__item .form-box-button,
    .modal-plan footer #template-plan .promocion-autos .autos__item .form-box-button,
    #template-plan .promocion-autos .autos__item .modal-usado footer .form-box-button,
    .modal-usado footer #template-plan .promocion-autos .autos__item .form-box-button {
        height: 45px;
        font-size: 0.75em;
        letter-spacing: -0.02em;
    }
}

.wpcf7-form input[type=button]:hover,
.wpcf7-form-control input[type=reset]:hover,
.wpcf7-form-control input[type=submit]:hover,
.wpcf7-submit:hover {
    background-color: #e21017 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #e21017;
    border-color: #e21017;
}

.dexctzusd_quote_vehicle {
    background: #e21017;
}

.dexctzusd_steps_sell_number span {
    background: #e21017;
}

.dexctzusd_steps_sell_2:before,
.dexctzusd_steps_sell_3:before {
    background-color: #e21017;
}

.dexctzusd_general .dexctzusd_form_button_container button,
.dexctzusd_general .dexctzusd_form_button_container input[type=button],
.dexctzusd_general .dexctzusd_form_button_container input[type=reset],
.dexctzusd_general .dexctzusd_form_button_container input[type=submit] {
    background-color: #e21017;
}

.dexctzusd_general_title span {
    color: #e21017;
}

.card-taller .card-header {
    cursor: pointer;
}

/***
 * B2B page styles
 ***/
.b2b-theme .form-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.b2b-theme .banner {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b2b-theme .banner.bussines {
    background-attachment: scroll;
    background-size: 100% auto;
    background-position: center;
}

.b2b-theme .banner.bussines .overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0c0c0c 0%, rgba(0, 0, 0, 0.45) 100%);
    opacity: 0.81;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    display: flex;
}

.b2b-theme .banner.bussines h3 {
    line-height: 1.2;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    align-content: center;
    align-items: center;
    padding: 5% 0 10% 0;
}

.b2b-theme .banner.contacto {
    background-attachment: fixed;
    margin-bottom: 5%;
}

.b2b-theme .banner.contacto .overlay {
    opacity: 0.78;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.b2b-theme .banner h3 {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.b2b-theme .banner.contacto h3 {
    font-size: 2.8rem;
    font-weight: 400;
    color: #000000;
    padding: 7% 0;
}

.b2b-theme .page-content {
    color: #000;
    padding: 6% 0;
    font-size: 1.3em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    text-align: center;
}

.b2b-theme .page-content strong {
    font-size: 1.39em;
    line-height: 1.3em;
    font-weight: 400;
    display: flex;
}

.b2b-theme .page-content span {
    font-size: 0.9em;
}


/* INI: Mobile Vehiculo carousel colores */
.car-details-carousel-mobile .slick-slide {
    margin: 0px;
}

.car-details-carousel-mobile .slick-list {
    padding: 0 0px !important;
}

.dexcda .car-feature-content {
    padding: 2rem 2rem 0rem 2rem;
}

.car-details-carousel-mobile .lsct {
    font-size: .9rem;
}

.car-details-carousel-mobile .version-color {
    height: 30px;
    margin-right: 5px;
    width: 30px;
}

.car-details-carousel-mobile .dexcda h6,
#versiones-carousel-container .dexcda h6 {
    margin: 0px 0px 50px 0px !important;
}

.car-details-carousel-mobile .dexcda ul.row li {
    padding: 0 1rem !important;
    text-align: center;
}

#versiones-carousel-container .dexcda ul.row li {
    padding: 0 1rem !important;
}

.car-details-carousel-mobile .dexcda h6::before {
    bottom: -10px;
    top: inherit;
}

.car-details-carousel-mobile .padding-version-left {
    padding-left: 10px;
    padding-right: 10px;
}

.car-details-carousel-mobile .car-details-mobile-buttons a,
.car-details-carousel-mobile .car-details-mobile-buttons button {
    min-height: 40px;
    border-radius: 30px;
    color: black;
    padding: 10px 5px;
    font-size: 14px !important;
    text-decoration: none;
    display: flex;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.car-details-carousel-mobile .container-color-all {
    display: flex;
    flex-direction: column-reverse;
}

.car-details-carousel-mobile .text-color-variation {
    text-transform: uppercase;
}

.card-auto .card-auto--title {
    color: #000;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
}

/* END: Mobile Vehiculo carousel colores */
.footer-container-bottom .dvt-terminos-condiciones small {
    color: black !important;
    text-align: center !important;
}

.footer-container-bottom .dvt-libro-quejas,
.footer-container-bottom .dvt-terminos-condiciones {
    text-align: center !important;
}