/********** Template CSS **********/
* {text-decoration: none; list-style: none;}
:root {
    --primary: #04acc2;
    --secondary: #152C47;
    --third: #c90404;
    --fourth: #091726;
    --light: #F0FBFC;
    --dark: #1B1B1B;
}

.blue{
    color: var(--secondary) !important;
}
.cyan{
    color: var(--primary) !important;
}
.red{
    color: var(--third) !important;
}

@font-face {
    font-family: 'eurostile_bold';
    src: url('eurostileltstd-bold-webfont.woff2') format('woff2'),
         url('eurostileltstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile_bold_ext_2';
    src: url('eurostileltstd-boldex2-webfont.woff2') format('woff2'),
         url('eurostileltstd-boldex2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile_bold_italic';
    src: url('eurostileltstd-boldoblique-webfont.woff2') format('woff2'),
         url('eurostileltstd-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile_demi';
    src: url('eurostileltstd-demi-webfont.woff2') format('woff2'),
         url('eurostileltstd-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile_demi_italic';
    src: url('eurostileltstd-demioblique-webfont.woff2') format('woff2'),
         url('eurostileltstd-demioblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile_ext_2';
    src: url('eurostileltstd-ex2-webfont.woff2') format('woff2'),
         url('eurostileltstd-ex2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile_italic';
    src: url('eurostileltstd-oblique-webfont.woff2') format('woff2'),
         url('eurostileltstd-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    border-radius: 20px;
}

.btn-primary {
    color: #000;
    background-color: #c90404;
    left: 0;
    position: relative;
    transition: all ease .3s;
    border: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    left: 7px;
    transition: all ease .3s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

a{
    color: #52565b;
    transition: all .3s ease;
}

a:hover{
    color: var(--primary);
    transition: all .3s ease;
}
/*** LEGA AUTOPARTES ***/

.no-display{
    display: none !important;
}

.logo-lega{
    width: 200px;
    height: auto;
    position: relative;
    top: 0px;
}

.logo-footer{
    width: 400px;
    height: auto;
    position: relative;
    /*top: 35px;  */ 
}

.auto-slider{
    /*max-width: 350px;*/
    height: auto;
    padding: 20px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255, 0, 0, 0.7);
}

.logo-chico{
    opacity: .8;
    scale: 1;
    transition: all ease-out .3s;
}
.logo-chico:hover{
    opacity: 1;
    scale: 1.1;
    transition: all ease-out .3s;
}
.white{
    color: white !important;
}
.red{
    color: red !important;
}
.soft-grey{
    color: #DFE6E9 !important;
}
.light-grey{
    color: #B2BEC3 !important;
}
.mid-grey{
    color: #636E72 !important;
}
.dark-grey{
    color: #2D3436 !important;
}

#marcas{
    padding:50px 0 250px !important;
}

#destacados{
    background-color: var(--primary) !important;
    padding: 0 0 100px 0!important;
    border-radius: 80px;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}
#destacado-ventas{
    /*background-color: #1B1B1B !important;*/
    background: #1B1B1B url(../img/scania.png) left center/contain no-repeat !important;
    padding: 70px 0 50px 0!important;
}

#valores-mision{
    background-color: #1B1B1B !important;
    padding: 50px 0 !important;
}

#marcas{
    background-color: var(--fourth) !important;
}

#modelos{
    padding:70px 0 40px !important;
    background-color: red !important;  /* #2D3436 */
    margin-bottom: 100px;  
}


#repuestos{
    padding:70px 0 270px !important;
    background-color: #DFE6E9 !important;
}

#tienda{
    background-image: url(../img/carousel-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    padding: 200px 0 100px 0 !important;
}

.display-6{
    font-size: 1.35em !important;
    line-height: 1.4em !important;
    font-weight: 300 !important;
    color: white !important;
}

.mt--150{
    margin-top: -100px;
}

.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-75{
    margin-top: 75px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 100px;
}

.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-75{
    margin-bottom: 75px;
}
.mb-100{
    margin-bottom: 100px;
}


.pt-25{
    padding-top: 25px;
}
.pt-50{
    padding-top: 50px;
}
.pt-75{
    padding-top: 75px;
}
.pt-100{
    padding-top: 100px;
}

.pb-25{
    padding-bottom: 25px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-75{
    padding-bottom: 75px;
}
.pb-100{
    padding-bottom: 100px;
}

.pd-4{
    padding: 25px 50px;
}

.pl-25{
    padding-left: 25px;
}

.pd-20{
    padding: 30px;
}

.wg-300{
    font-family: 'eurostile_demi';
}
.wg-600{
    font-family: 'eurostile_bold';
}
.wg-350{
    font-family: 'eurostile_ext_2';
}
.wg-650{
    font-family: 'eurostile_bold_ext_2';
}

.no-padding{
    padding: 0px !important;
}

.centered{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.lh-0{
    line-height: .8em !important;
}
.lh-1{
    line-height: 1em !important;
}
.lh-2{
    line-height: 2em !important;
}

h1.display-1{
    font-size: 7rem;
}
h5.display-5{
    font-size: 2rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.whats-float {
    position: fixed;
    transform:translate(120px,0px);
    bottom:6%;
    right:0;
    width:165px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 15px 0 0 15px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
}

.whats-float small{
    font-size: 10pt !important;
}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

form .col-md-12{
    margin-top: 16px;
}

.form-control:focus {
    color: var(--primary);
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(4, 172, 194, 0.25);
}

input.form-control, textarea.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #52565b;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid var(--secondary);
    appearance: none;
    border-radius: 15px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contacto{
    background-color: white;
    border-radius: 40px;
    padding: 30px;
    box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.7);
}

/*** Navbar ***/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "eurostile_demi", sans-serif;
    text-transform: uppercase;
}

.italic{
    font-style: italic;
}

small{
    font-size: 12pt !important;
}

.we-300{
    font-weight: 300;
}
.we-400{
    font-weight: 400;
}
.we-500{
    font-weight: 500;
}
.we-600{
    font-weight: 600;
}

.bg-black{
    background-color: #152C47 !important; /* #1B1B1B*/
}
.bg-light {
    background-color: #e1e1e1 !important;
}
.bg-cyan{
    background-color: var(--primary) !important; /* #1B1B1B*/
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #152C48;
    /* background-clip: padding-box; */
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #04acc2;
}

.dropdown-item:hover{
    background-color: #04acc2;
    color: #fff;
}

.text-primary {
    color: var(--primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "eurostile_demi", sans-serif;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #04acc2;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #04acc2 !important;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 0px;
        padding-top: 30px !important;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: 0px; /* -100px */
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img#slider {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -600px;
    }
}

.header-carousel{
    background-image: url(../img/carousel-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.owl-carousel-item img#slider{
    opacity: 0;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-daihatsu {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-hyundai {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-iveco {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-kia {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-chery {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-ford {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-especiales {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Cards ***/

/* Contenedor de las Cards */
 .card-custom {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px; /* Ajusta el tamaño según necesidad */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Imágenes */
 .card-custom img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Mantiene la imagen con fondo transparente */
    /*filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.3));*/
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 20px;
}

/* Overlay con texto */
 .overlay {
    position: absolute;
    bottom: -50px; /* Inicia fuera de la card */
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.6);  Fondeado negro transparente */
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}

/* Texto del overlay */
 .overlay h3 {
    color: var(--primary);
    font-family: "eurostile_bold_ext_2";
    font-style: italic;
    font-size: 20px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    text-align: center;
    padding: 5px 15px;
    background-color: var(--light);
    border-radius: 10px;
    box-shadow: 0px 15px 14px -10px rgba(0,0,0,0.3);
}

/* Efecto Hover */
 .card-custom:hover img {
    transform: scale(.9); /* Achicar un poco */
    opacity: 0.7; /* Bajamos la opacidad */
}

 .card-custom:hover .overlay {
    opacity: 1;
    bottom: 0; /* Se mueve al centro */
}
/*** END Cards ***/


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.br-50 .mt--150{
    border-radius: 100px !important;
    overflow: hidden;
}
.team-item{
    background-color: white;
    max-height: 520px !important;
    height: 100%;
}
.team-item img {
    transition: .5s;
    transform: scale(1);
    filter: saturate(100%) brightness(100%);
}

.team-item:hover img {
    transition: .5s;
    transform: scale(1.1);
    filter: saturate(100%) brightness(100%);
}

.align-items-stretch{
    align-items: stretch !important;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer a{
    color: white;
}
.footer a:hover{
    color: var(--primary);
    transition: all .3s ease;
}
.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.grecaptcha-badge{
  display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(https://static-00.iconduck.com/assets.00/burger-menu-5-icon-2048x1536-qq497e5y.png);
    /* color: white; */
}

.valores{
    columns: 3;
    text-align:center;
    text-decoration: none;
    color: white;
}

.multiply{
    mix-blend-mode: multiply;
}
div#destacados .container .row{
    background-color: var(--primary) !important;
    justify-content:end;
}

.flecha-animada {
    display: inline-block;
    animation: mover-flecha 1s linear infinite;
}

/* Animación de movimiento */
@keyframes mover-flecha {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px); /* Mueve la flecha a la izquierda */
    }
    100% {
        transform: translateX(0);
    }
}

.flecha-animada-2 {
    display: inline-block;
    animation: mover-flecha-2 1s linear infinite;
}

/* Animación de movimiento */
@keyframes mover-flecha-2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px); /* Mueve la flecha a la izquierda */
    }
    100% {
        transform: translateX(0);
    }
}


@media (min-width: 324px) and (max-width: 768px){
    .loguitos{
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .logo-lega {
        width: 150px;
        height: auto;
        position: relative;
        top: 0px;
    }
    .auto-slider {
        max-width: 300px;
        height: auto !important;
        padding-top: 20px;
    }
    .btn-primary {
        width: 100%;
        padding: 10px 8px;
        margin: 20px auto;
    }
    .p-3-responsive{
        margin: 3rem 0 0 0;
    }
    .mt-50-responsive{
        margin-top: 50px !important;
    }
    h4.mt-50-responsive{
        font-size: 18px !important;
        color: white !important;
    }
    .p-3-responsive h2 b.fs-2{
        font-size: 18px !important;
        color: white !important;
    }
    .header-carousel {
        background-image: url(../img/carousel-1.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 70vh;
    }
    .header-carousel .owl-nav {
    display: none;
    }
    .owl-carousel-item h1.display-3{
        padding-right: 50px;
    }
    .owl-carousel .owl-stage-outer {
        height: 70vh;
    }
    .mt--150 {
        margin-top: 10px;
    }
    div#destacados .container .row {
    background-color: transparent !important;
        justify-content: end;
    }
    #destacados {
        padding:  0 !important;
        border-radius: 100px;
    }
    .logo-footer {
        width: 125px;
        height: auto;
        position: relative;
        /* padding: 0px; */
    }
    .page-header {
        background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .no-margin{
        margin: 0px !important;
    }
    #modelos {
        padding: 50px 0 40px !important;
    }
    h1.display-1 {
    font-size: 5rem;
    }
    .mt-100 {
    margin-top: 50px;
    }
    #repuestos {
    padding: 25px 0 150px !important;
    background-color: #DFE6E9 !important;
    }
    #marcas {
    padding: 50px 0 150px 0 !important;
    }
    .pd-4 {
    padding: 25px 20px;
    }   
    small {
    font-size: 14pt !important;
    }
    h4, .h4 {
    font-size: calc(1.275rem + 2vw);
    }
    body {
    font-size: 1.15rem;
    }
    .mt-75 {
        margin-top: 0px;
        padding-bottom: 0px !important;
    }
    .toast {
    margin-top: 15px;
    }
    #destacado-ventas {
    background: #1B1B1B !important;
    background-image: none;
    padding: 40px 0 30px 0 !important;
    }
    .display-6 {
    font-size: 1.1em !important;
    line-height: 1.3em !important;
    font-weight: 300 !important;
    color: white !important;
    padding: 0 15px;
    }
    .h1-mobile{
        font-size: 2.3em;
    }
    .valores {
    columns: 2;
    padding-left: 0px;
    }
    .footer h4, .footer h5{
        text-align: center;
    }
    #productos h1.display-2{
        font-family: "eurostile_bold_italic";
    font-size: 8vw;
    font-weight: 800;
    line-height: 1.2;
    }
    #productos h1.display-4{
        font-family: "eurostile_bold_italic";
    font-size: 7vw;
    font-weight: 800;
    line-height: 1.2;
    }
    #productos h1.display-5{
        font-family: "eurostile_bold_italic";
    font-size: 6vw;
    font-weight: 800;
    line-height: 1.2;
    }
    #productos h5.display-5{
        font-size: 1.3rem !important;
        line-height: 1.2;
    }
    #productos h5.fs-5{
        font-size: 1rem !important;
        line-height: 1.2;
    }
    .fa-3x {
        font-size: 2em;
    }
    .flecha-animada-2{
        rotate: 90deg;
        padding-right: 40px;
    }
    .flecha-animada{
        rotate: 90deg;
        padding-left: 40px;
    }
}