﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --gray: #636364;
    --grayCareasy: #F1F1F3;
    --bluelight: #E0EDFC;
    --blue: #26316f;
    --bluestrong: #000032;
    --redlight: #FF1066;
    --demiwhite: #fbfbfb;
    --greenlemon: #95e852;
    --BlueLighter: #DFEBF9;
    --MoradoCareasy: #7046F3;
    --OrangeCareasy: #FE6301;
    --BlueCareasy: #7FB1FE;
    --BlackCareasy: #121212;
}

@font-face {
    font-family: 'archivoblack';
    src: url('../fonts/archivoblack-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'kicker';
    src: url('../fonts/kicker-variable-trial.ttf') format('truetype');
}

@font-face {
    font-family: 'sofiapro-black';
    src: url('../fonts/sofiapro-black.otf') format('opentype');
}

@font-face {
    font-family: 'sofiapro-medium';
    src: url('../fonts/sofiapro-medium.otf') format('opentype');
}


/* Sticky footer styles
-------------------------------------------------- */

.kicker {
    font-family: kicker!important;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 18px;
}

body {
    /* Margin bottom by footer height */
    font-family: sofiapro-black;
    margin-bottom: 0;
}

span {
    font-family: sofiapro-medium;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--MoradoCareasy);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.footer {
    position: inherit;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#ft-section-call {
    overflow: hidden;
}

.bg-line-footer {
    position: absolute;
    object-fit: cover;
    width: 400vw;
    height: 200vh;
    left: -85%;
    bottom: -105%;
}

.test-drive-header {
    font-size: clamp(32px, 5vw, 58px);
}

@media ( min-width: 768p) {
    .bg-line-footer {
        width: 100vw;
        bottom: -15%;
        left: inherit;
    }
}

@media (min-width: 1400px) {
    .bg-line-footer {
        width: 100vw;
        bottom: -185%;
        left: inherit;
    }
}





/*=====================================================================================*/
/*============================= HTML Tags modifications ===============================*/
/*=====================================================================================*/


h1, h2, h3, h4, h5, h6, label {
    font-weight: bold;
}

h1 {
    font-size: 1.3rem;
}

h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 23px;
}

h4 {
    font-size: .7rem;
}

h4 {
    font-size: .6rem;
}

h6 {
    font-size: 1rem;
}


/*=====================================================================================*/
/*=========================== End HTML Tags modifications =============================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============================= Bootstrap modifications ===============================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============================= End Bootstrap modifications ===========================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============================= Jquery UI modifications ===============================*/
/*=====================================================================================*/

.ui-menu-item-wrapper {
    padding: 8px 8px !important;
}

    .ui-state-active, .ui-menu-item-wrapper.ui-state-active:hover {
        background-color: var(--blue) !important;
        border-color: var(--bluestrong) !important;
    }


/*=====================================================================================*/
/*============================= End Jquery UI modifications ===========================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*================================= General Classes ===================================*/
/*=====================================================================================*/

.pac-container {
    z-index: 1060 !important;
}

.cl-red {
    color: var(--redlight) !important;
}

.cl-blue {
    color: var(--bluestrong) !important;
}

.cl-green {
    color: var(--greenlemon) !important;
}

.cl-gray {
    color: var(--gray);
}

.cl-gray-light {
    color: rgba(96,96,96,0.5);
}

.bg-black {
    background-color: var(--BlackCareasy) !important;
}

.bg-red {
    background-color: var(--redlight) !important;
}

.bg-blue {
    background-color: var(--bluestrong) !important;
}

.bg-purple {
    background-color: var(--MoradoCareasy) !important;
}

.bg-orange {
    background-color: var(--OrangeCareasy) !important;
}
.border-50{
    border-radius:50px!important;
}
.border-25 {
    border-radius: 25px !important;
}
.fs-italic {
    font-style: italic !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-bold {
    font-weight: bold !important;
}

.text-lg {
    font-size: 24px;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.start-0 {
    left: 0 !important;
}

.end-0 {
    right: 0 !important;
}

.d-initial {
    display: initial !important;
}

.text-orange {
    color: var(--OrangeCareasy);
}
.text-blue {
    color: var(--bluestrong);
}
.text-purple {
    color: var(--MoradoCareasy);
}

.text-title-banner {
    font-size: 3.2rem;
}

#div_loader {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.btn-alink {
    line-height: 1.225;
    color: var(--MoradoCareasy);
    padding: 0rem;
    text-decoration: underline;
    font-size: inherit;
}

.text-answer {
    text-align: justify;
    font-style: italic;
    padding: 0.5rem 0px 2rem 0px;
    margin: 0px;
    color: var(--gray);
    font-size: 14px;
    opacity: 0.5;
}

/*================================= Owl seaction ======================================*/

.owl-carousel-centered-buttons .owl-nav {
    position: absolute;
    top: 40%;
    bottom: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

    .owl-carousel-centered-buttons .owl-nav [class*=owl-]:hover {
        background-color: initial !important;
    }

.owl-carousel-centered-buttons .owl-prev span,
.owl-carousel-centered-buttons .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--OrangeCareasy);
    font-size: 24px;
    border-radius: 30px;
    color: white;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--OrangeCareasy) !important;
    opacity: 1 !important;
}

/*============================== End Owl seaction =====================================*/

/*=============================== Navbar seaction =====================================*/

.absolute-navbar {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
}

.img-nav {
    width: 100px
}

.icon-user {
    font-size: 20px;
}

.nav-search {
    background-color: white;
    flex-wrap: nowrap;
    padding-left: 6px;
    padding-right: 6px;
    padding: 0;
}

    .nav-search input {
        border: unset;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .nav-search button {
        position: initial;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0px 6px;
        background-color: transparent;
        color: var(--gray);
        height: calc(1.125em + .75rem + 2px);
        font-size: 12px;
        min-width: unset;
    }

        .nav-search button:hover {
            color: var(--gray);
        }

    .nav-search input:focus {
        box-shadow: 0 0 0 0.2rem #00216229 !important;
    }
/*============================= End Navbar seaction ===================================*/
/*=============================== Select seaction =====================================*/
.select {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .select:before {
        content: '';
        position: absolute;
        right: 20px;
        top: 17px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 5px 0 5px;
        border-color: var(--bluestrong) transparent transparent transparent;
        z-index: 5;
        pointer-events: none;
    }

    .select select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        appearance: none;
    }

    .select .form-control.is-invalid {
        background-image: unset;
    }

/*============================= End select seaction ===================================*/

.card-auto, .card-auto:hover {
    background-color: white;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    border-radius: 25px !important;
    box-shadow: 0px 2px 10px 0px #00000026 !important;
    overflow: hidden;
}

.card-body h6 {
    font-size: 13px;
}

.card-body .xs-text {
    font-size: 12px;
}

.card-title {
    margin-bottom: 0;
}

.content-cars .card {
    border-radius: 10px;
}

.card-auto > .card-body {
    position: relative;
    padding: 1rem;
    padding-bottom: 2rem;
}

.card-auto .card-img-top {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
}

.img-banner {
    position: relative;
    width: 100%;
    max-height: 250px;
    display: block;
}

.img-vh {
    height: 100%;
}

.divider {
    border: none;
    border-left: 1px solid;
}

.divider-contacto {
    border: none;
}

.border-white {
    border-color: white;
}

.border-gray {
    border-color: var(--gray);
}

.border-blue {
    border-color: var(--bluestrong);
}

.border-top, .border-right, .border-bottom, .border-left {
    border-color: var(--gray) !important;
}

.slider-cover {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.slogan-container {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.slogan {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slogan-start {
    font-size: 0.725rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding-right: 0.4rem;
    margin-bottom: 4px;
}

.slogan-text {
    font-size: 0.925rem;
    font-weight: 700;
}

.slogan-start, .slogan-text {
    color: white;
    width: 70%;
    max-width: 220px;
    text-align: end;
}

.slogan-img {
    width: 100%;
}

    .slogan-img img {
        position: relative;
        margin: auto;
        width: 30%;
    }

.btn-search {
    position: absolute;
    padding-top: 4px;
    border: 1px solid white;
    border-radius: 50px;
    background-color: var(--redlight);
    color: white;
    z-index: 5;
    font-size: 8px;
    font-weight: 600;
    right: 0%;
    top: 0;
    bottom: 0;
}

    .btn-search:hover {
        color: white;
    }

.input-group-search {
}

label.is-invalid {
    color: #dc3545;
    font-size: 12px;
    font-weight: 400;
}

.input-group-search input {
    position: absolute;
    border: 1px solid #f2f2f3;
    font-size: 10px;
    border-radius: 50px !important;
    color: var(--BlueCareasy);
    background-color: #f2f2f3;
    height: 24px;
}

.input-group-search > input::-webkit-input-placeholder {
    color: var(--BlueCareasy);
}

.input-group-search > input::-moz-placeholder {
    color: var(--BlueCareasy);
}

.input-group-search > input > placeholder {
    color: var(--BlueCareasy);
}

.input-group-search > input:hover, .input-group-search > input:active, .input-group-search > input:focus {
    color: var(--BlueCareasy);
    background-color: #f2f2f3;
    border: 1px solid var(--BlueCareasy);
    border-radius: 50px;
}

.slider-banner {
    position: relative;
}

    .slider-banner .carousel-caption {
        top: 0;
        bottom: 0;
        left: 4%;
        padding: 0.4rem 0rem 0.4rem 0rem;
    }

.text-shadow {
    text-shadow: 2px 2px 4px black;
}

.card-type-header {
    text-shadow: -2px -2px 2px black;
}

.undreaming-banner {
    font-size: 14px;
}

.rate-banner {
    font-size: 14px;
    width: 40%;
}

    .rate-banner .btn {
        border: none !important;
        border-radius: 50px !important;
        background-color: var(--redlight) !important;
        padding: 0.325rem 0.3rem;
        height: auto;
        letter-spacing: 1px;
        font-weight: 700 !important;
        min-width: 110px;
        font-size: 8px;
        color: white;
    }

.text-why {
    color: var(--bluestrong);
    font-weight: 700;
    font-size: 20px;
}

.advantages-tittle {
    font-size: 16px;
}

.advantages-img {
    width: 120px;
    height: initial !important;
    max-height: 130px;
}

.md-text {
    font-weight: 400;
    font-size: 10px;
}
/**Side menu**/
body {
    padding-top: 80px;
    min-height: 100vh;
    overflow-x: hidden;
    line-height: 1.2;
    color: var(--BlackCareasy);
}

.header {
    background-color: black;
    height: 80px;
}

.user-name {
    text-decoration: none;
}

.side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    background-color: black;
}

.side-nav-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.side-nav-show {
    width: 80vw;
}


.side-nav .btn-close-sidenav {
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
    font-size: 3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
}

.icon-menu-mobile {
    max-height: 50px;
}

.side-nav .btn-close-sidenav:hover {
    color: #f1f1f1;
}

.opacity-side {
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    /*height: 100vh;*/
    width: 100%;
    top: 0;
    bottom: 0;
    margin-left: 80vw;
    z-index: -700;
}

.icon-side {
    font-size: 60px;
    bottom: 0;
    top: 0;
}

.logo-menu {
    width: 100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    height: initial !important;
    max-height: 35px;
}

.menu-list {
    list-style: none; /* quita los bullets */
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

    .menu-list li {
        display: flex; /* coloca número + texto en línea */
        align-items: center;
        margin: 1rem 0; /* separación entre items */
        color: white; /* color de texto (puedes cambiarlo) */
    }

    .menu-list .num {
        font-size: 0.9rem; /* tamaño más pequeño */
        font-weight: 600;
        margin-right: 10px; /* espacio entre número y texto */
        opacity: 0.8; /* efecto más tenue */
        text-align: right;
    }

    .menu-list .text {
        font-size: 1.5rem; /* texto más grande */
        font-weight: 700; /* negrita */
        color: white !important;
    }
/*=============================== The most Wanted =====================================*/
.bg-dark-blue {
    background-color: var(--bluestrong);
}

.wanted-header {
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-ofertar {
    padding: 0.6rem 1.2rem;
    font-size: 12px;
    background-color: var(--greenlemon) !important;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: bold;
    border: unset;
}

.btn-bg-green {
    min-width: 160px;
    border-radius: 50px;
    background-color: var(--greenlemon) !important;
}

.btn-bg-red {
    min-width: 160px;
    border-radius: 50px;
    background-color: var(--redlight) !important;
}

.btn-contacto {
    padding: 0.6rem 1.2rem;
    font-size: 12px;
    background-color: var(--redlight);
    border-radius: 50px;
    border: unset;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    min-width: 180px;
}

    .btn-contacto:hover {
        color: white;
    }

.h1-precio {
    font-size: 3rem;
}

.content-cars .card-title {
    color: var(--bluestrong);
    font-weight: 700;
    font-size: 20px;
}


.wanted-header h1 {
    font-weight: bolder;
    font-size: 2rem;
}

.wanted-header h2 {
    font-weight: 400;
    font-size: 1rem;
}

.xs-text {
    padding: 0px 5px;
    padding-left: 0px;
    text-align: center;
    font-weight: lighter;
    font-size: 14px
}

.fa-heart {
    font-size: 24px;
    color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--gray);
}

.icon-container {
    position: absolute;
    top: 54%;
}

.btn-i-like {
    position: absolute;
    top: -18px;
    right: 0;
}

    .btn-i-like:hover {
        color: var(--redlight);
        -webkit-text-stroke-color: var(--redlight);
    }

.liked {
    color: var(--redlight) !important;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--redlight);
}

.btn:focus {
    box-shadow: none;
}

.card-img-overlay {
    left: -6px !important;
    top: -6px !important;
    z-index: -1;
    background-color: #b7194f;
    border-radius: 5px;
    height: 48px;
    width: 48px;
}

.ce-shield {
    position: absolute;
    height: 0;
    width: 0;
    left: -6px !important;
    top: -6px !important;
    border-right: 25px solid transparent;
    border-top: 23px solid var(--redlight);
    border-left: 23px solid var(--redlight);
    border-bottom: 25px solid transparent;
    border-radius: 5px;
}

.big-shield .ce-shield {
    border-right: 65px solid transparent;
    border-top: 63px solid var(--redlight);
    top: -12px !important;
    left: -12px !important;
}

.big-shield .card-img-overlay {
    height: 88px;
    width: 88px;
    top: -12px !important;
    left: -12px !important;
}

.big-shield .i-shield {
    max-width: 32px;
}

.i-shield {
    max-width: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

/*=================================== Carrocerias =====================================*/
.btn-get-credit, .btn-get-credit:hover {
    border: unset;
    padding: 0.5rem 1.5rem;
    background-color: var(--greenlemon);
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.type-header {
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

.type-text {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    overflow: hidden;
}

.card-type {
    position: relative;
}

.card-type-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.darkness {
    width: 100%;
    height: 100%;
    background-color: black;
}

.card-type-body {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 8px 8px;
    top: 0;
}

.card-type-header {
    font-size: 16px;
    color: white;
}

.see-more-types, .see-more-types:hover {
    margin: auto auto 15px auto;
    border: unset;
    padding: 0.15rem 0.485rem;
    background-color: var(--greenlemon);
    color: white;
    font-weight: 700;
    font-size: 8px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.darkness, .see-more-types {
    visibility: visible;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all 0.3s;
}

.card-type:hover .darkness {
    opacity: 0.4;
    visibility: visible;
}

.card-type:hover .see-more-types {
    opacity: 1;
    visibility: visible;
}

.see-more-cars, .see-more-cars:hover {
    padding: 0.4rem 2rem;
    background-color: var(--redlight);
    color: white;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}


/*================================ End carrocerias ====================================*/

/*===================================== Why Us ========================================*/

/*=================================== End Why Us ======================================*/

/*=================================== We section ======================================*/


.we-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    padding: 0px 15px;
}

.we-header {
    font-size: 26px;
    font-weight: 400;
}

.we-text {
    font-size: 12px;
}

.next-history {
    font-size: 18px;
    font-weight: 700;
}

/*================================= End we section ====================================*/

/*================================= Offerts section ===================================*/

.target-offerts-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    height: 26vh;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.exclusive-offerts {
    font-size: 20px;
}

.text-promotion {
    font-size: 12px;
}

.link-chamaleon, .link-chamaleon:hover {
    text-decoration: underline;
    cursor: pointer;
    color: inherit;
}

.email-offerts {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    display: block;
}

    .email-offerts input {
        font-style: italic;
        border: 1px solid var(--gray);
        height: 38px;
        padding-left: 1rem;
        font-size: 14px;
    }

        .email-offerts input,
        .email-offerts input:hover,
        .email-offerts input:active,
        .email-offerts input:focus {
            color: var(--gray) !important;
            border: 1px solid var(--gray);
        }

    .email-offerts > input::-webkit-input-placeholder {
        color: var(--gray);
    }

    .email-offerts > input::-moz-placeholder {
        color: var(--gray);
    }

    .email-offerts > input > placeholder {
        color: var(--gray);
    }

    .email-offerts label.is-invalid {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 75%;
    }

.btn-red-email {
    position: absolute;
    padding-top: 4px;
    border-radius: 50px;
    background-color: var(--redlight);
    color: white;
    z-index: 5;
    font-size: 12px;
    font-weight: 600;
    right: 0;
    top: 0;
    height: calc(100% - 2px);
    margin: 1px 1px 0px 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: unset;
}

    .btn-red-email:focus, .btn-red-email:hover {
        color: white;
    }

/*=============================== End Offerts section =================================*/

/*=============================== Inspection section ==================================*/

.inspection {
    height: 50vh;
    overflow-x: hidden;
}

.inspection-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 15px;
    overflow: hidden;
}

.renueva {
    font-size: 38px;
    font-weight: 700;
}

.p-renueva {
    font-size: 18px;
}

.btn-renueva, .btn-renueva:hover {
    border: unset;
    padding: 0.875rem 1rem 0.875rem 1rem;
    background-color: var(--greenlemon);
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.img-renueva {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/*============================= End Inspection section ================================*/

/*=============================== Test drive section ==================================*/

.test-dive {
    height: 56vh;
}

.test-dive-cover {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 15px;
    overflow: hidden;
}


.test-dive-text {
    font-size: 18px;
}

.get-test-drive, .get-test-drive:hover {
    border: unset;
    padding: 1rem 2rem;
    background-color: var(--OrangeCareasy);
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 1rem 1rem;
    min-width: 340px;
}

/*============================= End test drive section ================================*/

/*================================= Footer section ====================================*/
.btn-wa-fixed {
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.ft-logo {
    max-width: 150px !important;
}

.inner-footer {
    background-color: var(--bluestrong);
    color: white;
}

.reg {
    font-size: 1em; /* mismo tamaño que el texto vecino */
    line-height: 1; /* evita saltos raros */
    vertical-align: baseline; /* en la misma línea que el texto */
    margin-left: .1em; /* pequeño espacio opcional */
}

.ft-logo {
    width: 30%;
}

.ft-menu {
    color: var(--BlueCareasy);
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
}

.ft-submenu {
    color: var(--BlueCareasy);
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 0px;
}

    .ft-submenu:hover {
        color: var(--BlueCareasy);
        text-decoration: none;
    }

.ft-session, .ft-session:hover {
    width: 150px;
    border-radius: 50px;
    border: 1px solid white;
    color: white;
    background-color: unset;
    font-size: 12px;
    padding: 0.375rem 1rem 0.375rem 1rem;
    font-weight: bold;
}

.ft-horario-tittle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.ft-horario {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.ft-contact {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0.5rem;
    color: white;
}

.ft-direction {
    margin-left: 15px;
    font-size: 12px;
    font-style: italic;
    line-break: 0;
}

.img-direction {
    height: 30px;
    width: 30px;
    margin-left: -45px;
}

.copyright {
    font-size: 10px;
    font-style: italic;
}

.documentation {
    font-size: 10px;
}

/**==========================Catalogos===============================*/
.brfiltro {
    border: solid 1px var(--BlueCareasy);
    border-radius: 15px;
}

.item-tag {
    display: flex;
    width: fit-content;
    border: 1px solid #e9ecef;
    padding: 5px 5px;
    font-size: 0.8rem;
    font-weight: 700;
    background-color: rgba(96,96,96,0.19);
    margin: 3px;
    border-radius: 50px;
}

#icn_closeFilter, .tag-close {
    margin: auto;
    margin-left: 25px;
    margin-right: 5px;
}

    #icn_closeFilter:hover, .tag-close:hover {
        cursor: pointer;
        color: #333;
    }

.container_check {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
}

    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid var(--gray);
        border-radius: 5px;
        transition: all .3s ease-in-out;
    }

    .container_check input:checked ~ .checkmark {
        background-color: var(--bluestrong);
        border: 1px solid transparent;
    }

        .container_check input:checked ~ .checkmark:after {
            display: block;
        }

    .container_check .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.nav-tabs-alta {
    display: flex;
    justify-content: space-evenly;
    border: unset;
}

.tabs-container .nav-tabs > .nav-item {
    border: solid 1px var(--gray);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 0px;
}

    .tabs-container .nav-tabs > .nav-item .active {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: var(--redlight);
        color: white;
        border: 0px;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--redlight);
}

.tabs-container .nav-link {
    font-weight: 600;
    font-size: 14px;
}

.pagination {
    height: 40px;
}

    .pagination a {
        font-size: 12px;
        height: 30px;
        width: 30px;
        border: solid 1px var(--gray);
        border-radius: 50%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: center;
        margin: 0px 2px;
        transition: 0.2s;
    }

    .pagination .active {
        background-color: var(--redlight);
        color: white;
        border: 0px;
    }

        .pagination .active:hover {
            background-color: var(--redlight);
            color: white;
        }

    .pagination a:hover {
        cursor: pointer;
        background-color: var(--redlight);
        color: white;
        /*zoom: 1.1;*/
        height: 34px;
        width: 34px;
        margin: -2px 3px 0px 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.card-img-wrap {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1; /* relación de aspecto fija */
    overflow: hidden; /* oculta lo que se salga */
    border-radius:25px;
    max-height: 300px;
}

    .card-img-wrap img {
        transition: transform 6s;
        width: 100%;
        height: 100%;
        object-fit: cover; /* recorta la imagen manteniendo proporción */
        object-position: center;
    }

    .card-img-wrap:hover img {
        cursor: pointer;
        transform: scale(1.4);
    }

    .card-img-wrap:hover:after {
        opacity: 1;
    }

.nav-link {
    padding: 0.3rem 0.5rem;
}

.input-group-search-sm {
    border: 1px solid var(--gray);
    height: auto;
}

    .input-group-search-sm, .input-group-search-sm .btn, .input-group-search-sm input {
        border-radius: 50px;
    }

        .input-group-search-sm > .input-group-prepend > .btn {
            border: 0px;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
        }

        .input-group-search-sm input {
            width: 80%;
            height: calc(1.5em + .75rem + 3px);
            text-align: center !important;
            padding-right: 0px;
            font-size: 0.6rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            position: relative;
            flex: 1 1 0%;
            min-width: 0;
            margin-bottom: 0;
            margin-left: -50px;
        }

            .input-group-search-sm input:focus, .input-group-search-sm input:active {
                border: 0px;
                outline: 0px;
            }

.btn-search-sm {
    background-color: var(--redlight);
    color: white;
    font-weight: 600;
    font-size: 10px;
    padding-left: 1em;
    padding-right: 1em;
}

    .btn-search-sm:hover {
        color: white;
    }

ul.clearfix {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

    ul.clearfix li {
        margin: 3px;
    }

.ul-submenu {
    margin: 0px !important;
}

.ddl-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    right: -10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.mobile-menu-scroll {
    width: 350px;
    min-height: 50vh;
    max-height:100vh;
    /*overflow: scroll;*/
    overflow-x: hidden;
}

.form-check {
    padding-left: 0px;
}
/*=============================== End catalogo section ==================================*/

/**=============================== Start Detalle Auto  =================================**/


.card-rounded-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.card-rounded {
    border-radius: 25px;
}

.section-form .card-rounded {
    border: 0;
}

.img-valuation {
    height: 40px;
}

.we-cover .btn {
    position: absolute;
    bottom: 20%;
    left: 20%;
}


/**===============================End Detalle Auto =====================================**/
/**=============================== Start Contactanos  =================================**/
#contacto {
    min-height: 90vh;
}

#mapa-contacto {
    border-radius: 5%;
    min-height: 60vh;
}
/**===============================End Contactanos =====================================**/
/**===============================Start Nosotros =====================================**/
#we-are {
    background-color: var(--BlackCareasy);
    height: 80vh !important;
    background-image: url('../images/we.jpg');
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    overflow: hidden; /* evita scroll raro si la imagen es más grande */
}

#we-are-bg {
    position: absolute;
    right: -35.87%;
    top: -50.24%;
    width: 162%;
    height: 150vh;
    object-fit: cover;
    z-index: 0;
}

.we-title {
    font-weight: 900;
    font-size: clamp(3rem, 5vw, 58px);
    z-index: 1;
}

.we-careasy {
    font-weight: 900;
    font-size: clamp(2.5rem, 4vw, 35px);
    z-index: 1;
}

#magic {
    background-color: white;
    height: 80vh !important;
}

.magic-title {
    font-weight: 900;
    font-size: clamp(32px, 4vw, 62px);
    z-index: 1;
}

#magic-line {
    position: absolute;
    width: 177vw;
    z-index: 0;
    object-fit: contain; /* como background-size: cover */
    top: 0%;
    left: 0%;
}

@media (min-width: 768px) {
    #magic-line {
        width: 100vw;
        object-fit: contain;
        top: 0%;
        left: -19%;
    }

    #we-are-bg {
        width: 100%;
    }
}
@media (min-width: 992px) {
    #magic-line {
        top: -36%;
        left: -19%;
    }
}

@media (min-width: 1200px) {
    #magic-line {
        top: -100%;
        left: -2%;
    }
}

@media (min-width: 1400px) {
    #magic-line {
        top: -100%;
        left: -12%;
    }
}

@media (min-width: 1500px) {
    #magic-line {
        object-fit: cover;
        top: -100%;
        left: -16%;
    }
}

@media (min-width: 1600px) {
    #magic-line {
        top: -100%;
        left: -33%;
    }
}

#we-promise {
    position: relative;
    background-color: var(--BlackCareasy);
    min-height: 80vh !important;
    z-index: 2;
}

.promise-title {
    font-weight: 900;
    font-size: clamp(25px, 4vw, 50px);
    z-index: 1;
}

.promise-sub-title {
    font-weight: 900;
    font-size: 30px;
    z-index: 1;
}

#img-promise {
    position: relative;
    bottom: auto;
    max-width: 80%;
    border-radius: 20px;
}

@media (min-width: 992px) {
    #img-promise {
        position: absolute;
        bottom: -77%;
        border-radius: 30px;
        max-width: fit-content;
        aspect-ratio: attr(width) / attr(height); /* Ojo: no todos los navegadores soportan con attr() */
    }
}

@media (min-width: 1200px) {
    #img-promise {
        position: absolute;
        bottom: -77%;
        border-radius: 60px;
    }
}
/**===============================End Nosotros =====================================**/

/**=============================== General Classes ===================================**/
.carousel-control-img {
    height: 40px !important;
}

.sub-menu li {
    padding-left: 3rem;
}

.sub-menu :first-child {
    border-top: none;
}

.sub-menu :last-child {
    border-bottom: none;
}
/**====================             FAQ           ===================================**/
.faq-collapse .card-header {
    border-bottom: solid 1px var(--gray);
    border-left: none;
    border-right: none;
    padding-left: 0;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-renueva {
    min-height: 100%;
}

.faq-collapse .card-header > p {
    max-width: 90%;
}

.faq-collapse:first-child {
    border-top: solid 1px var(--gray);
}

.fa-sort-down {
    color: var(--bluestrong);
    font-size: 1.3rem;
}

#tab {
    font-size: 18px;
}

.tab-title {
    width: 75%;
}
/**===============================End Nosotros =====================================**/







/**=========================== Vender Auto  ==========================================**/
.vender-header {
    font-size: 3rem;
    padding-bottom: 20px;
    margin-top: 50px;
    background-image: url('../../images/landing/bg/Vendo_mi_auto.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
}

.hr-blue {
    width: 25%;
    border-color: var(--gray);
}

.wrapper-step-venta {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 25px !important;
    justify-content: space-evenly;
    border: solid 1px var(--bluestrong) !important;
    width: 150px;
    height: 150px;
    color: var(--bluestrong);
    transition: all 0.2s;
}

    .wrapper-step-venta img {
        margin: auto;
        max-width: 80px;
    }

.step-circle {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 45px;
    height: 45px;
    border: solid 1px var(--bluestrong) !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    /**====================**/
    background-color: var(--bluestrong);
    color: white;
}

    .step-circle h1 {
        font-size: 2rem;
    }

.wrapper-step-venta.active {
    color: white;
    background-color: var(--bluestrong);
    transition: all 0.8s;
}

    .wrapper-step-venta.active > .step-circle {
        color: var(--bluestrong);
        background-color: white;
    }

.wrapper-step-venta:hover {
    cursor: pointer;
}
/**===================================================================================**/
.shake {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 1.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.content-i-shield {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/*=====================================================================================*/
/*=============================== End General Classes =================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*=================================== Mediaquerys =====================================*/
/*=====================================================================================*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    h1, h2, h3, h4, h5, h6, label {
        font-weight: bold;
    }
}

@media (min-width: 0px) and (orientation: landscape) {
}

.filter_type h6 {
    font-size: 1rem;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .text-title-banner {
        font-size: 4rem;
    }

    .staff-img {
        max-width: 100%;
        height: auto;
    }

    .pagination a {
        font-size: 16px;
        height: 40px;
        width: 40px;
        margin: 0px 5px;
    }

        .pagination a:hover {
            height: 44px;
            width: 44px;
        }

    .card-contacto .card {
        border: none;
    }

    #staff-carousel img {
        height: 800px;
        margin: auto;
    }

    .carousel-control-img {
        height: 50px !important;
    }

    .we-cover .btn {
        position: absolute;
        top: 20%;
        left: 100px;
        bottom: auto;
    }

    .we-shadow {
        box-shadow: 0 -0.4rem 1rem rgba(0,0,0,.15);
    }

    .divider-contacto {
        border: none;
        border-left: 1px solid;
    }

    /*=================================== Bib shield ======================================*/
    .big-shield .ce-shield {
        border-right: 77px solid transparent;
        border-top: 75px solid var(--redlight);
    }

    .big-shield .card-img-overlay {
        height: 120px !important;
        width: 120px !important;
    }

    .big-shield .i-shield {
        max-width: 45px;
    }

    /*================================= End Bib shield ====================================*/

    .i-shield {
        max-width: 35px;
    }

    .side-nav-show {
        width: 40vw;
    }

    .opacity-side {
        margin-left: 40vw;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

  

    h4 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.1rem;
    }

    .card-body h6 {
        font-size: 1.1rem;
    }



    /*=====================================================================================*/
    /*=========================== End HTML Tags modifications =============================*/
    /*=====================================================================================*/

    /*=====================================================================================*/
    /*================================= General Classes ===================================*/
    /*=====================================================================================*/

    .slider-cover {
        padding-top: 5vh;
    }

    .btn-ofertar, .btn-contacto {
        font-size: 12px;
    }

    .icon-user {
        font-size: 40px;
    }

    .slogan-start {
        font-size: 22px;
        letter-spacing: 2px;
        padding-right: 1rem;
        margin-bottom: 10px;
    }

    .slogan-text {
        font-size: 40px;
    }

    .slogan-start, .slogan-text {
        width: 66%;
        max-width: 400px;
    }

    .slogan-img img {
        width: 30%;
    }

    .btn-search {
        min-width: 160px;
        font-size: 15px;
    }

    .input-group-search input {
        height: 40px;
        font-size: 1.2rem;
    }

    .undreaming-banner {
        font-size: 16px;
    }

    .rate-banner {
        font-size: 18px;
        width: 40%;
    }

        .rate-banner .btn {
            font-size: 10px;
            padding: 0.425rem 0.6rem;
            min-width: 180px;
        }

    .text-why {
        color: var(--bluestrong);
        font-weight: 700;
        font-size: 42px;
    }

    .advantages-tittle {
        font-size: 20px;
    }

    .advantages-img {
        width: 130px;
        height: initial !important;
        max-height: 140px;
    }

    .md-text {
        font-size: 12px;
    }

    /*=============================== The most Wanted =====================================*/

    .wanted-header {
        height: 30vh;
    }

    .content-cars .card-title {
        font-size: 22px;
    }

    .wanted-header h1 {
        font-size: 2.6rem;
    }

    .wanted-header h2 {
        font-size: 2rem;
    }

    .xs-text {
        padding: 0px 2px 0px 0px;
        text-align: center;
        font-size: 14px;
    }

    .card-body .xs-text {
        font-size: 14px;
    }

    .fa-heart {
        font-size: 24px;
    }

    .icon-container {
        position: absolute;
        top: 54%;
    }

    .btn:focus {
        box-shadow: none;
    }

    .ce-shield {
        border-right: 42px solid transparent;
        border-top: 40px solid var(--redlight);
        border-left: 43px solid var(--redlight);
        border-bottom: 45px solid transparent;
        border-radius: 5px;
    }

    .card-img-overlay {
        height: 85px;
        width: 85px;
    }

    /*=================================== Carrocerias =====================================*/

    .btn-get-credit, .btn-get-credit:hover {
        padding: 0.475rem 1.5rem;
        font-size: 14px;
    }

    .type-header {
        font-size: 32px;
    }

    .type-text {
        font-size: 20px;
    }

    .card-type-header {
        font-size: 28px;
        padding: 10px;
    }

    .see-more-types, .see-more-types:hover {
        padding: 0.3rem 1.5rem;
        font-size: 14px;
    }

    .see-more-cars, .see-more-cars:hover {
        padding: 0.5rem 2.5rem;
        /*        font-size: 16px;*/
    }

    /*================================ End carrocerias ====================================*/

    /*===================================== Why Us ========================================*/

    /*=================================== End Why Us ======================================*/

    /*=================================== We section ======================================*/



    .we-cover {
        width: 80%;
        height: 100%;
        left: 15px;
        text-align: initial;
        justify-content: space-evenly;
        align-items: center;
        padding: 0px 40px;
    }

    .we-header {
        font-size: 38px;
    }

    .we-text {
        font-size: 14px;
    }

    .next-history {
        font-size: 16px;
        font-weight: 700;
    }

    /*================================= End we section ====================================*/

    /*================================= Offerts section ===================================*/

    .target-offerts-container {
        height: 42vh;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .exclusive-offerts {
        font-size: 32px;
    }

    .text-promotion {
        font-size: 16px;
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .email-offerts input {
        border: 1px solid var(--gray);
        height: 40px;
        padding-left: 2rem;
    }

    .email-offerts button {
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 18px;
    }

    .email-offerts label.is-invalid {
        font-size: 100%;
    }

    /*=============================== End Offerts section =================================*/

    /*=============================== Inspection section ==================================*/

    .inspection {
        height: 50vh;
    }

    .inspection-cover {
        justify-content: center;
    }

    .renueva {
        font-size: 38px;
    }

    .p-renueva {
        font-size: 24px;
    }

    .btn-renueva, .btn-renueva:hover {
        font-size: 14px;
    }

    .img-renueva {
        width: 100%;
    }

    /*============================= End Inspection section ================================*/

    /*================================= Footer section ====================================*/



    .ft-logo {
        width: 75%;
    }

    .ft-menu {
        margin-top: 0.6rem;
        font-size: 24px;
    }

    .ft-submenu {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .ft-session, .ft-session:hover {
        border-radius: 50px;
        border: 1px solid white;
        font-size: 14px;
        padding: 0.475rem 1.475rem 0.475rem 1.475rem;
    }

    .ft-horario-tittle {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .ft-horario {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }

    .ft-contact {
        font-size: 18px;
        margin-bottom: 0.5rem;
    }

    .ft-direction {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .copyright {
        font-size: 14px;
    }

    .documentation {
        font-size: 14px;
    }

    /*=============================== End footer section ==================================*/
    .h1-precio {
        font-size: 1.5rem;
    }

    .section-form {
        padding-bottom: 2rem;
        min-height: 640px;
    }
}

@media (min-width: 0px) and (orientation: landscape) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .text-title-banner {
        font-size: 5rem;
    }

    .tab-title {
        width: 50%;
    }

    .carousel-control-img {
        height: 60px !important;
    }

    .btn-ofertar, .btn-contacto {
        font-size: 14px;
    }

    .input-group-search-sm input {
        font-size: 1rem;
    }

    .h1-precio {
        font-size: 3rem;
    }

    .btn-search-sm {
        font-size: 14px;
        padding-left: 2em;
        padding-right: 1em;
    }

    .img-nav {
        width: 150px;
    }

    .slogan {
        margin-bottom: 0;
    }

    .slogan-start {
        font-size: 28px;
        letter-spacing: 2px;
        padding-right: 1rem;
        margin-bottom: 15px;
    }

    .slogan-text {
        font-size: 48px;
        margin-top: -0.875rem;
        margin-bottom: 0.875rem;
    }

    .slogan-start, .slogan-text {
        width: 66%;
        max-width: 488px;
    }

    .input-group-search {
        width: 60%;
    }

        .input-group-search input {
            height: auto;
        }

    .nav-search input {
        font-size: 12px;
        height: calc(1.125em + .75rem + 2px);
    }
    /** Alta del auto**/
    .container-tabs .nav-link {
        font-size: 18px;
        font-weight: 500;
    }

        .container-tabs .nav-link.active {
            color: var(--bluestrong);
        }

    .card-contacto .tab-pane.active > .card::before {
        content: "";
        position: absolute;
        top: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 22px solid var(--gray);
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
        box-shadow: -5px 5px 5px 0rem rgba(0,0,0, .22);
    }

    /*.tab-pane.active .card::after {
        content: "";
        position: absolute;
        top: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 22px solid var(--gray);
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
        box-shadow: -5px 5px 5px 0rem rgba(0,0,0, .22);
    }*/

    .tab-pane.active > .card {
        box-shadow: 0 0 0.5rem 2px rgb(0 0 0 / 50%);
    }

    .card-1::before {
        left: 16%;
    }

    .card-2::before {
        left: 35%;
    }

    .card-3::before {
        left: 55%;
    }

    .card-4::before {
        right: 20%;
    }

    .card-5::before {
        right: 0;
    }

    .tab-content-faq .card-1::before {
        left: 28%;
    }

    .tab-content-faq .card-2::before {
        left: 55%;
    }

    .tab-content-faq .card-3::before {
        left: 82%;
    }

    .btn-guardar {
        padding: 0.6rem 6rem;
        border-radius: 50px;
        font-size: 18px !important;
    }

    /** Fin Alta de auto**/
    /**=========================== Vender Auto  ==========================================**/
    .vender-header {
        font-size: 4rem;
        padding-bottom: 20px;
        margin-top: 50px;
    }

    .hr-blue {
        width: 25%;
        border-color: var(--gray);
    }

    .wrapper-step-venta {
        width: 200px;
        height: 200px;
    }



    .step-circle {
        left: -40px;
        top: -40px;
        width: 90px;
        height: 90px;
        /**====================**/
        background-color: var(--bluestrong);
        color: white;
    }

        .step-circle h1 {
            font-size: 4rem;
        }

    /**===================================================================================**/

    /*===================================== Why Us ========================================*/

    .grid-5 {
        grid-template-columns: repeat(5, minmax(150px, 1fr));
    }

    /*=================================== End Why Us ======================================*/
}

@media (min-width: 0px) and (orientation: landscape) {
    /*#slider-section, #why-section {
        height: 100vh;
    }*/
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .carousel-control-img {
        height: 80px !important;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }



    h4 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.125rem;
    }

    /*=====================================================================================*/
    /*=========================== End HTML Tags modifications =============================*/
    /*=====================================================================================*/

    /*=====================================================================================*/
    /*================================= General Classes ===================================*/
    /*=====================================================================================*/

    .icon-user {
        font-size: 40px;
    }

    .slogan-start {
        font-size: 32px;
        letter-spacing: 2px;
        padding-right: 1.8rem;
    }

    .slogan-text {
        font-size: 50px;
        margin-top: -0.875rem;
        margin-bottom: 0.875rem;
    }

    .slogan-start, .slogan-text {
        width: 66%;
        max-width: 560px;
    }

    .slogan-img img {
        width: 26%;
        margin-top: 3rem;
    }

    .btn-search {
        font-size: 20px;
    }

        .btn-search:hover {
            color: white;
        }

    .input-group-search input {
        height: 60px;
        padding-left: 2.5rem;
        font-size: 1.5rem;
    }

    .undreaming-banner {
        font-size: 24px;
    }

    .rate-banner {
        font-size: 32px;
        width: 40%;
    }

        .rate-banner .btn {
            font-size: 12px
        }

    .text-why {
        font-size: 65px;
    }

    .advantages-tittle {
        font-size: 28px;
    }

    .advantages-img {
        width: 150px;
        max-height: 160px;
    }

    .md-text {
        font-size: 14px;
    }

    /*=============================== The most Wanted =====================================*/

    .wanted-header {
        height: 30vh;
    }

    .content-cars .card-title {
        font-size: 24px;
    }


    .wanted-header h1 {
        font-weight: bolder;
        font-size: 60px;
    }

    .wanted-header h2 {
        font-weight: 400;
        font-size: 40px;
    }

    .xs-text {
        padding: 0px 5px;
        padding-left: 0px;
        text-align: center;
        font-weight: lighter;
        font-size: 14px;
    }

    .fa-heart {
        font-size: 24px;
    }

        .fa-heart:hover {
            color: var(--redlight);
        }

    .icon-container {
        position: absolute;
        top: 54%;
    }

    .btn:focus {
        box-shadow: none;
    }

    .card-img-overlay {
        height: 88px;
        width: 88px;
    }

    .ce-shield {
        border-right: 45px solid transparent;
        border-top: 43px solid var(--redlight);
        border-left: 43px solid var(--redlight);
        border-bottom: 45px solid transparent;
        border-radius: 5px;
    }

    /*================================== carrocerias ======================================*/

    .btn-get-credit, .btn-get-credit:hover {
        padding: 1rem 2rem;
        font-size: 20px;
    }

    .type-header {
        font-size: 42px;
    }

    .type-text {
        font-size: 32px;
    }

    .card-type-header {
        font-size: 38px;
    }

    .see-more-types, .see-more-types:hover {
        padding: 0.5rem 2rem;
    }

    .see-more-cars, .see-more-cars:hover {
        padding: 0.6rem 3rem;
        font-size: 18px !important;
    }

    /*================================ End carrocerias ====================================*/

    /*=================================== We section ======================================*/


    .we-cover {
        width: 50%;
        height: 100%;
        left: 30px;
        text-align: initial;
        justify-content: space-evenly;
        align-items: center;
        padding: 0px 40px;
    }

    .we-header {
        font-size: 58px;
    }

    .we-text {
        font-size: 16px;
    }

    .next-history {
        font-size: 28px;
        font-weight: 700;
    }

    /*================================= End we section ====================================*/

    /*================================= Offerts section ===================================*/

    .target-offerts-container {
        height: 50vh;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .exclusive-offerts {
        font-size: 42px;
    }

    .text-promotion {
        font-size: 18px;
    }

    .email-offerts input {
        border: 1px solid var(--gray);
        height: 52px;
        padding-left: 2rem;
    }

    .email-offerts button {
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 20px;
    }

    /*=============================== End Offerts section =================================*/

    /*=============================== Inspection section ==================================*/

    .inspection {
        height: 80vh;
    }

    .inspection-cover {
        width: 50%;
        height: 60%;
        top: 15px;
        right: 15px;
    }

    .renueva {
        font-size: 58px;
    }

    .p-renueva {
        font-size: 36px;
    }

    .btn-renueva, .btn-renueva:hover {
        padding: 0.875rem 2rem 0.875rem 2rem;
        font-size: 24px !important;
    }

    /*============================= End Inspection section ================================*/

    /*=============================== Test Drive section ==================================*/

    .test-dive {
        height: 30vh;
    }

    .test-dive-cover {
        height: auto;
        justify-content: start;
    }



    .test-dive-text {
        font-size: 38px;
    }



    /*============================= End Test Drive section ================================*/

    /*================================= Footer section ====================================*/




    .ft-submenu {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .ft-session, .ft-session:hover {
        border-radius: 50px;
        border: 1px solid white;
        font-size: 16px !important;
        padding: 0.475rem 1.475rem 0.475rem 1.475rem;
    }

    .ft-horario-tittle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .ft-horario {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .ft-contact {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .ft-direction {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .copyright {
        font-size: 18px;
    }

    .documentation {
        font-size: 18px;
    }

    /*=============================== End footer section ==================================*/
    .card-contacto {
        width: 65%;
        position: absolute;
    }

    .container-tabs {
        width: 65%;
    }
}

@media (min-width: 0px) and (orientation: landscape) {
}

/*Extra Extra large devices (large desktops, 1360px and up)*/
@media (min-width: 1360px) {
    .we-container {
        max-width: 80%;
        margin: auto;
    }

    .slogan-text {
        width: 80%;
    }

    .input-group-search {
        width: 60%;
    }

        .input-group-search input {
            height: auto;
        }
}

@media (min-width: 0px) and (orientation: landscape) {
}

/*Extra Extra Extra large devices (large desktops, 1540px and up)*/
@media (min-width: 1520px) {

    /*=====================================================================================*/
    /*============================= HTML Tags modifications ===============================*/
    /*=====================================================================================*/
    /*#most-wanted {
        background-image: url("../../images/landing/bg/bg3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #why-section {
        background-image: url("../../images/landing/bg/bg4.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #your-style {
        background-image: url("../../images/landing/bg/bg5.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }*/
    .we-container {
        max-width: 80%;
        margin: auto;
    }

    .img-vh {
        height: 100vh;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

   

    h4 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1rem;
    }

    /*=====================================================================================*/
    /*=====================================================================================*/
    /*=========================== End HTML Tags modifications =============================*/
    /*=====================================================================================*/

    /*=====================================================================================*/
    /*================================= General Classes ===================================*/
    /*=====================================================================================*/

    .icon-user {
        font-size: 40px;
    }

    .btn-search {
        min-width: 160px;
        font-size: 15px;
    }

        .btn-search:hover {
            color: white;
        }

    .input-group-search input {
        height: 60px;
        padding-left: 2.5rem;
    }

    .undreaming-banner {
        font-size: 28px;
    }

    .rate-banner {
        font-size: 42px;
        width: 40%;
    }

        .rate-banner .btn {
            font-size: 12px
        }

    .text-why {
        font-size: 65px;
    }

    .md-text {
        font-size: 18px;
    }

    /*=============================== The most Wanted =====================================*/

    .wanted-header {
        height: 30vh;
    }

    .content-cars .card-title {
        font-size: 24px;
    }


    .wanted-header h1 {
        font-weight: bolder;
        font-size: 60px;
    }

    .wanted-header h2 {
        font-weight: 400;
        font-size: 40px;
    }

    .xs-text {
        font-size: 14px;
    }

    .fa-heart {
        font-size: 24px;
    }

        .fa-heart:hover {
            color: var(--redlight);
        }

    .icon-container {
        position: absolute;
        top: 56%;
    }

    .btn:focus {
        box-shadow: none;
    }


    .card-img-overlay {
        height: 88px;
        width: 88px;
    }

    .ce-shield {
        border-right: 45px solid transparent;
        border-top: 43px solid var(--redlight);
        border-left: 43px solid var(--redlight);
        border-bottom: 45px solid transparent;
        border-radius: 5px;
    }

    /*================================== carrocerias ======================================*/

    .btn-get-credit, .btn-get-credit:hover {
        padding: 1rem 2rem;
        font-size: 20px;
    }

    .type-header {
        font-size: 42px;
    }

    .type-text {
        font-size: 32px;
    }

    .card-type-header {
        font-size: 38px;
    }

    .see-more-types, .see-more-types:hover {
        padding: 0.5rem 2rem;
    }

    .see-more-cars, .see-more-cars:hover {
        padding: 0.6rem 3rem;
        font-size: 18px !important;
    }

    /*================================ End carrocerias ====================================*/

    /*=================================== We section ======================================*/



    .we-cover {
        width: 50%;
        height: 100%;
        left: 30px;
        text-align: initial;
        justify-content: space-evenly;
        align-items: center;
        padding: 0px 40px;
    }

    .we-header {
        font-size: 72px;
    }

    .we-text {
        font-size: 20px;
    }

    .next-history {
        font-size: 28px;
        font-weight: 700;
    }

    /*================================= End we section ====================================*/

    /*================================= Offerts section ===================================*/

    .target-offerts-container {
        height: 50vh;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .exclusive-offerts {
        font-size: 42px;
    }

    .text-promotion {
        font-size: 18px;
    }

    .email-offerts input {
        border: 1px solid var(--gray);
        height: 52px;
        padding-left: 2rem;
    }

    .email-offerts button {
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 20px;
    }

    /*=============================== End Offerts section =================================*/

    /*=============================== Inspection section ==================================*/

    .inspection {
        height: 70vh;
    }

    /*.inspection-cover {
    }*/

    .renueva {
        font-size: 72px;
    }

    .p-renueva {
        font-size: 42px;
    }

    .btn-renueva, .btn-renueva:hover {
        font-size: 30px !important;
    }

    /*============================= End Inspection section ================================*/

    /*=============================== Test Drive section ==================================*/

    .test-dive {
        height: 45vh;
    }




    .test-dive-text {
        font-size: 38px;
    }



    /*============================= End Test Drive section ================================*/

    /*================================= Footer section ====================================*/






    .ft-session, .ft-session:hover {
        border-radius: 50px;
        border: 1px solid white;
        font-size: 16px !important;
        padding: 0.475rem 1.475rem 0.475rem 1.475rem;
    }

    .ft-horario-tittle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .ft-horario {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .ft-contact {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .ft-direction {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .copyright {
        font-size: 18px;
    }

    .documentation {
        font-size: 18px;
    }

    /*=============================== End footer section ==================================*/

}

@media (min-width: 0px) and (orientation: landscape) {
}

@media only screen and (hover: none) and (pointer: coarse) {

    .see-more-types {
        opacity: 1;
        visibility: visible;
    }
}

/*=====================================================================================*/
/*=================================== End Mediaquerys ========= =======================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*=================================== animations ========= =======================*/
/*=====================================================================================*/

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
/*=====================================================================================*/
/*=================================== New Careasy ========= =======================*/
.btn-purple, .btn-purple:hover {
    background-color: var(--MoradoCareasy);
    color: white;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border-radius: 50px!important;
}


/*=======================================================================================*/
/*=============================== Detalle Auto ======================================*/
#txt_nombre_auto { /* Volkswagen Jetta */

    font-family: sofiapro-medium;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(30px, 35px, 42px);
    line-height: 48px;
    /* Morado Careaesy */
    color: var(--bluestrong);
}

#precioDetail {
    /* $250,000 */

    font-family: kicker;
    font-style: normal;
    font-weight: bold;
    font-size: clamp(48px, 52px, 60px);
    line-height: 65px;
    /* Azul Marino - Secundario */
    color: var(--MoradoCareasy);
}

.btn-solicita-informes, .btn-solicita-informes:hover {
    /* Botones */
    /* Diseño automático */
    width: 100%;
    height: 86px;
    /* Naranja Careasy */
    background: var(--OrangeCareasy)!important;
    border-radius: 10px;
    font-family: sofiapro-medium;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
}
   

    .btn-simula-credito, .btn-simula-credito:hover {
        /* Botones */

        box-sizing: border-box;
        /* Diseño automático */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10px;
        /* Diseño automático */
        width: 100%;
        height: 86px;
        border: 2px solid #FF924E;
        border-radius: 10px;
        font-family: sofiapro-medium;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 23px;
    }


summary {
    list-style: none; /* quita el ícono por defecto */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    /* Ficha Técnica */
    font-family: sofiapro-black;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 37px;
    width: 100%;
}

    /* Ícono cerrado */
    summary::after {
        content: ""; /* flecha hacia abajo */
        font-size: 1.2rem;
    }

/* Ícono abierto */
details[open] summary::after {
    content: ""; /* flecha hacia arriba */
}

#accordion details {
    min-height: 30vh;
}

.title-det {
    /* Carrocería */

    font-family: sofiapro-medium;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.subTitle-det {
    font-family: sofiapro-black;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
}
/*=======================================================================================*/
