@font-face {
    font-family: "Avenir-Regular";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/avenirnextltpro-regular.woff2);
}

@font-face {
    font-family: "Avenir-Medium";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/avenirnextltpro-medium.woff2);
}

:root {
    --bs-primary: #00327a;
    --bs-primary-rgb: 000, 090, 169;
    --bs-secondary: #ff0d4a;
    --bs-white: #ffffff;
    --bs-black: #333333;
    --bs-body-font-family: "Avenir-Regular", sans-serif;
    --border-radius: 0;
    --font-principal: "Avenir-Regular", sans-serif;
    --font-principal-medium: "Avenir-Medium", sans-serif;
}
* {
    font-family: var(--font-principal);
}
html.sr .load-hidden {
    visibility: hidden;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.body.fixed {
    overflow: hidden;
    height: 100vh;
}

img {
    width: 100%;
}

a {
    color: unset;
    text-decoration: none;
}

.bg-light {
    background-color: #f4f4f4 !important;
}
.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.bg-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    pointer-events: none;
}
.bg-img > * {
    position: relative;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.section-seguinos {
    background: #f4f4f4;
}
.section-seguinos h3 {
    font-family: var(--font-principal-medium);
    font-size: 2.2rem;
    color: var(--bs-black);
}

.container-form-repuestros {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    max-width: 1000px;
}
.container-btn-repuestos {
    text-align: right;
}
.img-banner-repuestos {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section {
    padding: 2rem 0;
}

.btn {
    border-radius: var(--border-radius);
    padding: 0.375rem 3rem;
    text-transform: uppercase;
}

.btn-outline-primary {
    color: var(--bs-black);
    border-color: var(--bs-black);
    transition: all 0.3s;
}

.btn-outline-primary:hover {
    background-color: var(--bs-black);
    border-color: var(--bs-black);
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-secondary:hover {
    background-color: #c32232;
    border-color: #c32232;
}

.page-header {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

h1.page-title {
    font-size: 2.8rem;
    color: var(--bs-black);
    font-weight: bold;
}

.sub-title-header {
    font-size: 1.6rem;
    width: 70%;
    color: var(--bs-black);
}

.postventa-padding {
    padding: 5rem 0;
}

.novedades {
    padding: 5rem 0;
}

.title-novedades {
    font-size: 2.4rem;
    font-family: var(--font-principal-medium);
    color: var(--bs-black);
}

section.cta {
    position: relative;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.4rem 0;
}

.cta-content {
    color: #fff;
    position: relative;
    width: 100%;
    max-width: 900px;
}

.cta-content h3 {
    font-size: 2.5rem;
    font-weight: bold;
}
.cta-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.title-post-call {
    font-size: 2.4rem;
    font-family: var(--font-principal-medium);
    color: var(--bs-black);
}

section.cta img {
    object-position: center;
}

.lead {
    font-weight: 500;
    font-size: 1.1rem;
}

/* header */
.container-header {
    width: 92%;
    margin: 0 auto;
}
header nav.navbar {
    background: var(--bs-white);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.nav-header {
    column-gap: 1.2rem;
    align-items: center;
}
.grid-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-header {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.nav-header li a {
    color: var(--bs-black);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.nav-header li a.active::after {
    width: 100%;
    transition: all 0.3s;
}
.nav-header li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--bs-secondary);
    transition: all 0.3s;
}

.nav-header li:hover .nav-link {
    color: var(--bs-secondary);
}
.nav-header li:hover .nav-link::after {
    width: 100%;
    transition: all 0.3s;
}
.navbar-brand {
    display: block;
    margin: 0;
    position: unset;
    transform: unset;
}
.navbar-brand img {
    object-fit: contain;
    width: 200px;
    height: auto;
    max-width: 200px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-white);
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-family: var(--font-principal);
    padding: 0.5rem 0.2rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-secondary);
}
.navbar-light .navbar-nav .nav-link::after,
.navbar-light .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: var(--bs-secondary);
    transition: all 0.3s;
}
.navbar-light .navbar-nav .nav-link::after {
    opacity: 0;
    visibility: hidden;
}
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-secondary);
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: var(--bs-secondary);
}
.navbar-light .navbar-nav .nav-item:hover .nav-link::after {
    opacity: 1;
    visibility: visible;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    /* color: var(--bs-primary); */
    font-weight: 500;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    color: var(--bs-primary);
    border: 0;
}

.menu-principal {
    justify-content: center;
    /* margin-right: 3rem; */
}

.mega-menu {
    background: #fff;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 9999;
}

.nav-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.grid-mega-menu {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-mega-menu-marcas {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 2rem;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
}
.grid-img-marcas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 30px; */
}
.item-grid-marcas {
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    padding: 1rem; 
    height: 100px;
    width: 200px;
}
.item-grid-marcas:nth-child(1) img{
    width: auto;
    height: 50px;
}
.item-grid-marcas:nth-child(2) img{
    width: auto;
    height: 50px;
}
.item-grid-marcas:nth-child(3) img{
    width: auto;
    height: 100%;
}
.item-grid-marcas:nth-child(4) img{
    width: auto;
    height: 100%;
}

.item-img-marcas {
    display: flex;
    justify-content: center; /* Asegura que el enlace esté centrado */
    width: 100%;
    height: 100%;
}
.img-menu-marcas {
    aspect-ratio: 2/1;
    object-fit: contain;
    max-height: 100px;
    display: block;
    margin: 0 auto; /* Centra horizontalmente la imagen */
}
.list-marcas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 1rem;
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 0;
}
.owl-marcas .owl-item .img-marcas-representadas {
    width: 80%;
    margin: 0 auto;
    height: 40px;
    aspect-ratio: 2/1;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(51%) sepia(7%) saturate(73%)
        hue-rotate(187deg) brightness(94%) contrast(87%);
    transition: all 0.3s;
}
.link-marcas-representadas:hover .img-marcas-representadas {
    filter: initial;
    transition: all 0.3s;
}
.item-mega-menu:last-child {
    border-right: transparent;
}

.item-mega-menu {
    padding-right: 4rem;
    border-right: 1px solid #dedede;
}

.item-mega-menu:nth-child(2) {
    padding-right: 0;
    padding-left: 4rem;
}

.item-mega-menu:nth-child(3) {
    padding-right: 0;
    padding-left: 4rem;
}

.lista-mega-menu {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.lista-mega-menu li a {
    display: block;
    padding-top: 0.5rem;
    text-transform: capitalize;
    color: var(--bs-black);
}
.title-mega-menu {
    margin-bottom: 1rem;
    color: var(--bs-black);
}

.text-mega-menu {
    line-height: 1.5;
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        padding: 0.25rem 0.2rem;
    }
}

@media (min-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 992px) {
    header nav.navbar {
        min-height: 83px;
    }
    .sticky-header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1040;
        animation-name: fixedHeader;
        animation-duration: 0.4s;
        background-color: #fff;
        box-shadow: 0 3px 6px rgb(51 51 51 / 5%);
    }
}

/* index */

.banner-principal {
    position: relative;
    height: calc(100vh - 83px);
}

.banner-principal::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.img-banner-principal {
    height: calc(100vh - 83px);
    object-fit: cover;
    position: relative;
}

.img-banner-h {
    height: auto;
    object-fit: cover;
}

.fw-light {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
}
.container-banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 1.6rem;
    padding-top: 1.6rem;
}
.head-banner {
    margin-top: 5rem;
}
.title-banner {
    font-family: var(--font-principal-medium);
    font-weight: 600;
    color: var(--bs-white);
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1.2;
    width: 50%;
}
.subtitle-banner {
    font-size: 1.8rem;
    color: var(--bs-white);
    line-height: 1.5;
}
.list-banner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1rem;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.list-banner li a {
    font-family: var(--font-principal-medium);
    font-size: 1.1rem;
    color: var(--bs-white);
    letter-spacing: 0.05rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    position: relative;
    text-underline-offset: 2px;
    transition: all 0.3s;
}
.list-banner li a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.novedades-videos {
    background: var(--bs-white);
}

.novedades-swiper,
.marcas-swiper {
    position: relative;
    padding-top: 40px;
}

.novedades-swiper .swiper-slide,
.marcas-swiper .swiper-slide {
    width: calc(100% - 3.5rem);
}

.icon-contacto i {
    color: var(--bs-black);
}

@media (min-width: 60em) {
    .novedades-swiper .swiper-slide,
    .marcas-swiper .swiper-slide {
        width: calc(33% - 2rem);
        overflow: hidden;
    }
    .nov-item {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .banner-principal {
        height: calc(100vh - 83px);
    }
    .banner-principal img {
        object-fit: cover;
    }
    .title-banner {
        font-size: 2.6rem;
        margin-bottom: 0.5rem;
    }
    .subtitle-banner {
        font-size: 1.4rem;
    }
    .list-banner {
        display: none;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.4rem;
    }
    .list-banner li a {
        display: block;
        text-align: center;
    }
    .list-banner li a::after {
        content: "";
    }
    .section-seguinos h3 {
        text-align: center;
        margin-bottom: 1rem !important;
    }
}

.nav-container {
    height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    z-index: 50;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 1.8rem;
}

.novedades-swiper .swiper-button-prev:after,
.novedades-swiper .swiper-button-next:after,
.marcas-swiper .swiper-button-prev:after,
.marcas-swiper .swiper-button-next:after {
    font-family: bootstrap-icons;
    font-size: 30px;
}

.swiper-button-prev:after {
    content: "\F12F";
}

.swiper-button-next:after {
    content: "\f138";
}

.novedades-swiper .swiper-button-prev,
.novedades-swiper .swiper-button-next,
.marcas-swiper .swiper-button-prev,
.marcas-swiper .swiper-button-next {
    color: #222;
}

.novedades-swiper .swiper-button-prev,
.marcas-swiper .swiper-button-prev {
    left: 0;
    top: 0;
}

.novedades-swiper .swiper-button-next,
.marcas-swiper .swiper-button-next {
    right: 0;
    top: 0;
}

.nov-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 20px 25px;
}

.link-modelos .nov-image {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: block;
    width: 100%;
}

.link-modelos .nov-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 99;
}

.link-modelos .nov-image img {
    min-height: 250px;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: all 0.6s;
}
.nov-image.long-img img {
    aspect-ratio: 4/3;
}

.text-shadow {
    text-shadow: 2px 3px 4px black;
}

.link-modelos:hover .nov-image img {
    transform: scale(1.1);
    transition: all 0.6s;
}
.link-modelos .nov-content {
    transition: all 0.4s;
}
.link-modelos:hover .nov-content {
    animation: slideTopBlockUp2 0.4s ease-in 0.4s forwards;
}

.link-modelos:hover .bottom-content {
    display: block;
    animation: slideBottomBlockUp 0.4s ease-in 0.8s forwards;
    z-index: 3;
}

.link-modelos {
    position: relative;
    overflow: hidden;
    display: block;
}
.img-marcas-card{
    height: 40px;
    width: auto;
    object-fit: contain;
    aspect-ratio: 2/1;
}
@media (min-width: 992px) {
    .item-block {
        position: relative;
        overflow: hidden;
        aspect-ratio: 3/3.5;
    }
    .item-block:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
    }
    .item-block img {
        display: block;
        height: 100%;
        margin-bottom: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .block-content {
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 20;
        color: #fff;
    }
    .block-content h4 {
        font-size: 29px;
        text-align: center;
    }
    .bottom-content {
        background: #f4f4f4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2.5rem 5rem 3rem;
        left: 50%;
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
        transition: 1.3s;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        position: absolute;
        bottom: 0;
        height: auto;
        width: 100%;
    }
    .item-block:hover .block-content {
        -webkit-animation: slideTopBlockUp 0.4s ease-in 0.4s forwards;
        animation: slideTopBlockUp 0.4s ease-in 0.4s forwards;
    }
    .item-block:hover .bottom-content {
        display: block;
        -webkit-animation: slideBottomBlockUp 0.4s ease-in 0.8s forwards;
        animation: slideBottomBlockUp 0.4s ease-in 0.8s forwards;
    }
    .bottom-content {
        display: none;
    }
}

@media (max-width: 767px) {
    .block-content,
    .nov-content {
        display: none;
    }
    .bottom-content {
        color: #222;
        margin-top: 20px;
        padding: 0 5px;
    }
}

@-webkit-keyframes slideTopBlockUp {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translate(-50%, -60rem);
        transform: translate(-50%, -60rem);
    }
}

@keyframes slideTopBlockUp {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translate(-50%, -60rem);
        transform: translate(-50%, -60rem);
    }
}

@keyframes slideTopBlockUp2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-60rem);
        transform: translateY(-60rem);
    }
}

@-webkit-keyframes slideTopBlockUp2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-60rem);
        transform: translateY(-60rem);
    }
}

@-webkit-keyframes slideBottomBlockUp {
    0% {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    to {
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes slideBottomBlockUp {
    0% {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    to {
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.social-icons {
    display: flex;
}

.social-icons a {
    font-size: 28px;
    color: #222;
    margin: 0 10px;
}

/* nosotros */

.empresa,
.mision {
    background: #f4f4f4;
    padding: 4rem 0;
}

.valores {
    padding: 4rem 0;
}

.row-empresa {
    display: flex;
    align-items: center;
}

.title-empresa {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: var(--bs-black);
}
.lead-valores {
    transition: all 0.3s;
}
.lead-valores:hover {
    color: var(--bs-primary);
    font-size: 1.125rem;
    transition: all 0.3s;
}
.img-1 {
    width: 70%;
    position: relative;
    top: 30px;
    border: 3px solid #f4f4f4;
    z-index: 999;
}

.img-2 {
    width: 90%;
    position: relative;
    top: -30px;
    left: 30px;
}

.title-mision {
    font-size: 2rem;
    color: var(--bs-black);
}

.container-icon {
    border-radius: 50%;
    background: #333;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml-auto-icon {
    margin-left: auto;
}

.mr-auto-auto {
    margin-right: auto;
}

.container-icon img {
    width: 100px;
}

/* nosotros */

/* Marcas */

.grid-informacion {
    background: #f4f4f4;
}

.container-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.item-grid.text-grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 115px;
}

.img-marcas {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.img-logo-marcas {
    width: 180px;
    margin-bottom: 1rem;
}

.modelos .swiper-button-next::after,
.videos .swiper-button-next::after {
    content: "\f138";
    font-family: bootstrap-icons;
    font-size: 30px;
    color: #000;
}

.modelos .swiper-button-prev::after,
.videos .swiper-button-prev::after {
    content: "\F12F";
    font-family: bootstrap-icons;
    font-size: 30px;
    color: #000;
}

.modelos .swiper-wrapper {
    align-items: center;
}

.modelos .swiper-slide {
    opacity: 0.6;
    transition: all 0.4s;
}

.modelos .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.4s;
}

.tabs-modelos {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1rem;
}

.tabs-modelos .nav-item .nav-link {
    color: #000;
    font-size: 1.2rem;
    opacity: 0.5;
    border: 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tabs-modelos .nav-item .nav-link.active {
    border: 0;
    border-bottom: 2px solid #000;
    color: #000;
    opacity: 1;
    transition: all 0.3s;
}

.tabs-modelos .nav-item .nav-link:hover {
    border: 0;
    border-bottom: 2px solid #000;
    opacity: 1;
    transition: all 0.3s;
}

/* Marcas */

.call-to-action {
    margin: 5rem 0;
}

.content-call {
    position: relative;
}

.content-text-call {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    margin: 0 auto;
}

.content-text-call h2 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
    text-shadow: 1px 1px 2px black;
}

.content-text-call p {
    color: #fff;
    text-shadow: 1px 1px 2px black;
}

.btn-white {
    height: 44px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border: 0;
    transition: all 0.3s;
}

.btn-white:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 990px) {
    .item-grid.text-grid {
        padding: 2rem 2rem;
    }
    .img-marcas {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .modelos .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }
    .tabs-modelos .nav-item .nav-link {
        font-size: 1rem;
    }
    .modelos .swiper-button-prev {
        left: 35%;
    }
    .modelos .swiper-button-next {
        right: 35%;
    }
    .modelos .swiper-button-next,
    .modelos .swiper-button-prev {
        bottom: 30px;
        top: unset;
    }
    .content-text-call {
        width: 90%;
    }
    .container-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "texto" "imagen";
    }
    .item-grid.text-grid {
        padding: 4rem 30px;
        grid-area: texto;
    }
    .item-grid {
        grid-area: imagen;
    }
}

/* sucursales */

.title-buscador {
    font-size: 2.2rem;
    font-family: var(--font-principal-medium);
    color: var(--bs-black);
}
.subtitle-buscador {
    font-size: 1.2rem;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.div_buscador {
    margin-top: 20px;
    border-bottom: 2px solid #111;
    width: 30em;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
}

.btn-buscar {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.buscador_suc {
    background: transparent;
    border: none !important;
    position: relative;
    top: -1px;
    width: 23em;
    margin-left: 5px;
    outline: unset;
}

.result-title {
    font-weight: 300;
    margin-bottom: 2rem;
    color: var(--bs-black);
}

.result-title span {
    font-weight: 500;
}

.suc-item {
    background-color: #f4f4f4;
    padding: 25px 30px;
    height: 230px;
    border-radius: 6px;
}

.suc-item h5 {
    font-family: var(--font-principal-medium);
    color: var(--bs-primary);
    margin-bottom: 0.8rem;
}

.suc-item ul i {
    margin-right: 10px;
}

.suc-item li a:not(:last-of-type):after {
    content: "/";
    margin: 0 5px;
}

.gridSearch .element-item {
    margin-bottom: 20px;
}

/* contacto */

label {
    font-size: 15px;
    border-radius: 4px;
}

label.form-label {
    text-transform: uppercase;
    font-size: 16px;
}

.form-control {
    border-radius: 4px;
    height: 38px;
    appearance: auto;
}

.info-fox ul li a:not(.btn) {
    color: var(--bs-black);
}

.info-fox ul li > i {
    color: var(--bs-black);
    font-size: 25px;
}
.info-fox ul li:nth-child(2) i {
    color: var(--bs-black);
    font-size: 22px;
}

.info-fox ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.info-fox {
    background: #f3f3f3;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: flex-start;
    align-items: flex-start;
}
.title-info-fox {
    color: var(--bs-black);
    font-size: 1.6rem;
    font-weight: 500;
}
.list-unstyled {
    margin-bottom: 0;
}
.list-unstyled li {
    margin-bottom: 0.5rem;
}
.btn-primary,
.btn-secondary {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 14px;
    border-radius: 4px;
}
.btn-sucursales {
    margin-top: 1rem;
}

.img-post {
    height: 480px;
    object-fit: cover;
}

.container-btn {
    text-align: right;
}
/* Post Venta */
.agendar {
    padding: 3rem 0;
}
.title-agendar {
    font-size: 2.4rem;
}
.subtitle-agendar {
    font-size: 1.2rem;
}
.grid-agendar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.item-agendar {
    padding: 1.6rem;
    border-radius: 6px;
    text-align: center;
    background: #f4f4f4;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.item-agendar:hover {
    box-shadow: 0 15px 15px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
}
.title-talleres {
    font-size: 1.4rem;
    font-family: var(--font-principal-medium);
    color: var(--bs-primary);
}
.item-agendar .phone-talleres {
    color: #000;
    transition: all 0.3s;
}
.item-agendar .phone-talleres:hover {
    color: var(--bs-primary);
}
/* Fin Post Venta */

/* novedades */

.nav-novedades {
    margin-top: 1.5rem;
    justify-content: center;
}

.row-novedades {
    padding-top: 3rem;
}

.nav-novedades .nav-item .nav-link {
    opacity: 0.5;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #000;
    font-size: 1.2rem;
}

.nav-novedades .nav-item .nav-link.active {
    opacity: 1;
    border: 0;
    border-bottom: 2px solid #000;
}

.nov-grid {
    margin-bottom: 1.8rem;
}

.container-nov-img {
    margin-bottom: 0;
}

.nov-body {
    background: #f4f4f4;
    padding: 1.2rem;
}

.nov-date {
    color: #777;
    font-size: 0.9rem;
}

.nov-title a {
    font-size: 1.4rem;
}

.content-nov p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container-post {
    margin-bottom: 1.5rem;
    position: relative;
}

.fw-normal a:hover {
    color: #fff;
}

.read-more {
    color: var(--bs-primary);
    font-size: 0.9rem;
    position: relative;
    padding-right: 1.1rem;
    transition: all 0.3s;
    font-family: var(--font-principal);
}

.read-more::after {
    content: "\f138";
    font-family: bootstrap-icons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
    font-size: 0.8rem;
    transition: all 0.4s;
}

.read-more:hover:after {
    transition: all 0.6s;
    right: -5px;
}

.widget-container {
    margin-top: 0;
    margin-left: 1rem;
    padding: 1rem;
    padding-top: 0;
}

.lista-categorias {
    list-style: none;
    padding: 0;
}

.lista-categorias li a {
    display: block;
    padding-bottom: 0.3rem;
    color: #777;
    font-weight: 300;
}

.etiquetas-list a {
    display: inline-block;
    color: #777;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.3rem 0.5rem;
    background-color: #fafafa;
    border: 0.1rem solid #ebebeb;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.videos {
    padding-top: 3.5rem;
}

.videos .swiper-button-prev {
    right: 3.4rem;
    left: unset;
}

.videos .swiper-button-next {
    right: 0;
}

.videos .swiper-button-next,
.videos .swiper-button-prev {
    top: 25px;
}

/* novedades */

/* scroll padding */

#taller-buscador,
#empresa,
#valores,
#mision,
#novedades-marcas,
#marcas {
    scroll-margin: 6rem;
}

/* scroll padding */

/* footer */

footer {
    background-color: #111;
}

footer .footer-top {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

footer .footer-bottom {
    padding: 1rem 0;
}

footer .column-title {
    color: #fff;
    font-size: 16px;
}

.footer-column li {
    line-height: 22px;
}

.footer-column li,
.footer-column li a,
.footer-column ul i {
    color: #9f9f9f;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column li a {
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    transition: all ease 0.2s;
}

.footer-column li a:hover {
    color: #fff;
}

footer .social-icons a {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
}

/* Menu mobile */

.menu-mobile {
    background: #fff;
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 9999;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-1000px);
    transition: all 0.6s;
}

.menu-mobile.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.lista-menu-mobile {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    font-family: "Gotham", "Nunito", sans-serif !important;
}

.lista-menu-mobile li a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedede;
}

.plus-menu-mobile {
    position: relative;
}

.plus-menu-mobile::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background: #333;
}

.plus-menu-mobile::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #333;
}

.lista-submenu {
    list-style: none;
    margin-bottom: 0;
}

.submenu {
    display: none;
}

.plus-menu-mobile.change-sub::after {
    display: none;
}

.submenu.open-sub {
    display: block;
}

.menuMobile {
    display: block;
}

#menuMobile.hidden {
    display: none;
}

#menuClose {
    display: none;
}

#menuClose.active {
    display: block;
}
.list-item-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 1rem;
    height: 110px;
}
.list-item-contacto {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 1rem;
}

/* Menu mobile */
/*
@media (min-width:768px) {
    .footer-column ul {
        column-count: 2;
    }
} */

@media screen and (max-width: 990px) {
    .navbar-toggler {
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .img-post {
        height: auto;
        object-fit: cover;
    }
    .info-fox {
        height: auto;
    }
    h1.page-title {
        font-size: 2.2rem;
    }
    .div_buscador {
        width: 90%;
    }
    .div_buscador label {
        display: none;
    }
    .cta-content {
        text-align: center;
    }
    .info-fox {
        padding: 2rem 1.6rem;
    }
    .info-fox ul li > i {
        font-size: 20px;
    }
    .info-fox ul li {
        column-gap: 8px;
    }
    .info-fox ul li a {
        font-size: 15px;
    }
    .icon-contacto i {
        font-size: 22px;
    }
    .contact-social {
        width: 100%;
        justify-content: center !important;
    }
    .btn-sucursales {
        width: 100%;
    }
    .suc-item {
        height: 100%;
    }
    .container-btn {
        text-align: center;
    }
    .ml-auto-icon {
        margin: 1rem auto;
    }
    .mr-auto-auto {
        margin: 1rem auto;
    }
    .title-empresa {
        font-size: 2.2rem;
    }
    .footer-column ul {
        grid-template-columns: 1fr;
    }
}

.sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    animation-name: fixedHeader;
    animation-duration: 0.4s;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(51 51 51 / 5%);
}
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.btn-contact {
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all 0.3s;
}
.btn-contact:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
    opacity: 0.8;
}
.btn-whatsapp {
    border-radius: 50%;
    width: 55px;
    aspect-ratio: 1/1;
    padding: 0.5rem;
    background: #40c351;
}

.section-marcas {
    padding: 5rem 0;
}

.container-marcas {
    display: block;
}
.img-slide-marcas,
.img-marcas-representadas {
    max-width: 250px !important;
    margin: auto;
    height: 40px;
    aspect-ratio: 2/1;
    object-fit: contain;
}
.owl-marcas .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 0.5rem;
    margin-top: 1rem;
}
.owl-marcas .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
    background: #333;
}
.title-cta {
    font-family: var(--font-principal-medium);
    font-size: 2.4rem;
    color: #fff;
}
.text-cta {
    font-size: 1.1rem;
    color: #dadada;
    width: 70%;
    line-height: 1.5;
}
.cta-content h3.title-talleres {
    text-align: center;
    font-size: 1.4rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.phone-talleres {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-top: 0.8rem;
}
.phone-talleres:hover {
    color: var(--bs-white);
}

.list-talleres {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.2rem;
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.list-talleres li {
    position: relative;
}
.list-talleres li::after {
    content: "-";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #000;
}
.list-talleres li:last-child:after {
    display: none;
}
.form-control-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

@media screen and (max-width: 768px) {
    .title-cta {
        text-align: center;
        margin-bottom: 1.6rem;
    }
    .text-cta {
        width: 100%;
        text-align: center;
        margin-bottom: 1.6rem;
    }
    .cta-content h2 {
        font-size: 2rem;
    }
    .lead {
        font-size: 1rem;
    }
    .container-talleres {
        margin-bottom: 1.8rem;
    }
    .subtitle-buscador {
        width: 100%;
        font-size: 1rem;
    }
    .banner-repuestos {
        padding: 4rem 0;
    }
    .container-form-repuestros {
        width: 90%;
        margin: 0 auto;
        position: unset;
        transform: unset;
    }
    .sub-title-header {
        width: 100%;
    }
    .title-novedades,
    .title-post-call,
    .title-cta,
    .section-seguinos h3 {
        font-size: 2rem;
    }
    .sub-title-header {
        font-size: 1.2rem;
    }
    .btn {
        padding: 0.375rem 2rem;
    }
    .content-call img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }
}
.text-info {
    text-align: center;
    font-size: 1.3rem;
    color: var(--bs-black) !important;
}

/* Usados */
.productos {
    padding-bottom: 4rem;
}
.img-usados {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header-productos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.item-header-productos {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.item-header-mobile {
    display: none;
}
.btn-filtros {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    border: 0;
    background: transparent;
}
.btn-filtros svg {
    width: 18px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.title-header {
    font-size: 2rem;
    font-weight: 500;
    color: var(--bs-black);
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.cantidad {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--bs-black);
    letter-spacing: 0.02rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background: #ddd;
    border-radius: 30px;
}
.body-productos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    column-gap: 1.2rem;
    row-gap: 2rem;
}
.btn-ver-usados {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 2rem;
}
.card-productos {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    border-radius: 6px;
    overflow: hidden;
}
.card-texto {
    padding: 1rem;
    background: var(--bs-white);
}
.card-imagenes {
    overflow: hidden;
    transition: all 0.3;
}
.img-producto {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 2s;
}
.card-productos:hover .img-producto {
    transform: scale(1.1);
    transition: all 2s;
}
.tipo-producto {
    font-size: 0.8rem;
    color: var(--bs-black);
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.title-producto {
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
    line-height: 1.4;
    color: var(--bs-black);
}
.card-productos:hover .title-producto {
    color: var(--bs-primary);
}
.detalle-producto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
}
.tipo {
    font-size: 0.9rem;
    color: var(--bs-black);
    margin-bottom: 0;
}
.kilomentros {
    font-size: 0.9rem;
    color: var(--bs-black);
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    margin-bottom: 0;
}
.kilomentros img {
    width: 18px !important;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.container-precio {
    margin-top: 1rem;
}
label.label-precio-cuotas {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}
.precio-cuotas {
    border: 1px solid #dddddd;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-primary);
    letter-spacing: 0.02rem;
    margin-bottom: 0;
    padding: 0.4rem;
    border-radius: 4px;
}
label.label-precio-ficha {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}
.precio-cuotas-ficha {
    border: 1px solid #dddddd;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-primary);
    letter-spacing: 0.02rem;
    margin-bottom: 0;
    padding: 0.6rem 0.5rem;
    border-radius: 4px;
}

/* Aside Filtros */
.filtros {
    position: sticky;
    top: 100px;
    z-index: 9;
    padding-right: 1rem;
}
.cerrar-filtro {
    display: none;
    align-items: center;
    column-gap: 0.5rem;
    margin-left: auto;
    background: transparent;
    border: 0;
    color: var(--bs-secondary);
    font-size: 1rem;
}
.cerrar-filtro img {
    width: 14px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.title-aside {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}
.container-info-tab {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
.button-tabs {
    background: transparent;
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    transition: all 0.3s;
}
.button-tabs.open-tabs {
    color: var(--bs-primary);
}
.button-tabs img {
    width: 8px;
    transition: all 0.3s;
}
.button-tabs.button-tabs.open-tabs img {
    transform: rotate(180deg);
}
.text-container-tabs {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.text-container-tabs.open-tabs {
    margin-bottom: 1rem;
    height: auto;
    transition: all 0.3s;
}
.filter-item {
    margin-bottom: 0.5rem;
}
.custom-input {
    display: none;
}
.custom-control-label {
    position: relative;
    padding-left: 1.6rem;
    cursor: pointer;
    user-select: none;
}
.custom-control-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
}
.custom-control-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    background-image: url(../images/check-1.svg);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
}
.custom-input[type="checkbox"]:checked ~ .custom-control-label::after {
    opacity: 1;
    visibility: visible;
}
/* Fin Aside Filtros */
/* Fin Usados */

/* Ficha */
.section-breadcrumb {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ddd;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 0.8rem;
}
.ficha {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.container-text-ficha {
    padding-left: 2rem;
}

.title-ficha {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
    margin-bottom: 0.8rem;
    color: var(--bs-primary);
}
.precio-ficha {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--bs-secondary);
    margin-bottom: 0;
}
.contianer-btn-ficha {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.title-grid-detalles {
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}
.grid-detalles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.container-icon-detalles {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.icon-detalles img {
    width: 28px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.title-detalles {
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.text-detalles {
    font-size: 0.8rem;
    margin-bottom: 0;
}
.relacionados {
    padding: 4rem 0;
    background: #f4f4f4;
}
/* Slick estilos */
.js .slider-single > div:nth-child(1n + 2) {
    display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n + 2) {
    display: block;
}

.img-slick-slider {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 4px;
}

@media screen and (max-width: 990px) {
    .img-slick-slider {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 460px) {
    .img-slick-slider {
        object-fit: contain;
    }
}

.slider-nav .slick-slide:first-child {
    padding-top: 0;
}
.slider-nav .slick-slide {
    cursor: pointer;
    padding: 5px;
    padding-bottom: 0;
}

.container-carousel {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.5rem;
    padding: 1.7rem 0;
    padding-top: 0;
    height: 450px;
    overflow: hidden;
}

.container-img {
    width: 100%;
}

.container-dots-img {
    width: 100%;
}

.slick-vertical .slick-slide {
    outline: 0 !important;
}

.thumbs-item.slick-slide img {
    border: 1px solid #e9e9e8;
    border-radius: 4px;
    padding: 5px;
}

.slick-vertical .slick-slide img:hover {
    border-color: var(--bs-primary-bg-subtle);
}

.slick-slide.is-active img {
    border-color: var(--bs-primary);
}
.container-img {
    width: 510px;
}

.slider-vertical-button .slick-prev {
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
}

.slick-prev:before,
.slick-next:before {
    content: "" !important;
    opacity: 0.75;
    color: transparent;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
}

.slider-vertical-button .slick-next {
    bottom: -15px !important;
    top: initial !important;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

.slider-foto-grande .slick-next,
.slider-foto-grande .slick-prev {
    z-index: 1000;
}

.slider-foto-grande .slick-prev {
    left: 15px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 10;
}

.slider-foto-grande .slick-next {
    right: 0;
    transform: translateX(-50%) rotate(-135deg);
}

.slick-slide {
    padding-bottom: 0;
}

.container-dots-img {
    width: 110px;
    position: relative;
    z-index: 999;
}

.img-dots-carrusel {
    --img-dots-size: 100px;
    width: var(--img-dots-size);
    height: var(--img-dots-size);
    object-fit: contain;
}

.slick-slide img {
    margin: 0 auto;
}

.galeria-modal {
    display: block;
    position: relative;
    transition: all 0.3s;
}

.slick-initialized .slick-slide,
.galeria-modal {
    outline: 0;
}
.slider-foto-grande {
    position: relative;
}
.galeria-modal {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
}
.title-relacionados {
    font-size: 2rem;
    color: var(--bs-black);
    margin-bottom: 1.6rem;
}
@media screen and (max-width: 990px) {
    .item-header-mobile {
        display: flex;
    }
    .filtros {
        position: fixed;
        padding: 1.6rem;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-white);
        width: 100%;
        height: 100%;
        transform: translateX(-1000px);
        transition: all 0.3s;
        z-index: 9;
    }
    .filtros.active {
        transform: translateX(0);
        transition: all 0.3s;
    }
    .cerrar-filtro {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .container-carousel {
        display: flex;
        flex-direction: column-reverse;
    }
    .container-text-ficha {
        padding-left: 0;
    }
    .title-ficha {
        font-size: 2rem;
    }
    .precio-ficha {
        font-size: 1.4rem;
    }
    .ficha,
    .relacionados {
        padding: 3rem 0;
    }
    .title-header {
        font-size: 1.6rem;
    }
    .title-relacionados {
        font-size: 1.3rem;
    }
}
/* Fin Slick estilos */
.owl-theme.owl-relacionados .owl-nav .owl-prev {
    top: -40px;
    right: 40px;
    left: unset;
}
.owl-theme.owl-relacionados .owl-nav .owl-next {
    top: -40px;
    right: 0;
}
.owl-theme.owl-relacionados .owl-nav .owl-prev img,
.owl-theme.owl-relacionados .owl-nav .owl-next img {
    width: 40px;
    height: auto;
    object-fit: contain;
}
.owl-theme.owl-relacionados .owl-nav [class*="owl-"]:not(.disabled):hover {
    border-color: transparent;
    background: transparent;
}
@media (min-width: 576px) {
    #modalForm .modal-dialog {
        max-width: 450px;
    }
}

#modalForm .close span {
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    height: fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
    color: var(--bs-secondary);
}
#modalForm .modal-body {
    padding: 2rem;
}
.modal-content {
    border: transparent;
}
.modal-title-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.modal-title-form {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
}
.form-group {
    margin-top: 1rem;
}
#modalForm .form-label {
    font-size: 14px;
}
#modalForm .form-control {
    font-size: 14px;
}
#modalForm .form-control::placeholder {
    font-size: 14px;
}
textarea.form-control {
    height: 60px;
}
.item-header:nth-child(2) {
    display: none;
}
@media screen and (max-width: 990px) {
    .container-header {
        width: 94%;
    }
    .item-header:nth-child(2) {
        display: flex;
    }
    .item-header:nth-child(3) {
        display: none;
    }
}

/* inicio pagos */

.title-pagos {
    color: var(--bs-primary);
    font-family: var(--font-principal-medium);
    text-align: center;
    text-transform: uppercase;
}

.transferencias .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.25rem;
}

.transferencias .header {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    text-align: center;
    padding: 1.25rem;
}

.transferencias .header h2 {
    font-family: var(--font-principal-medium);
    font-size: 2rem;
    margin-bottom: 10px;
}

.transferencias .razon-social {
    width: 50%;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.transferencias .razon-social p {
    line-height: 26px;
    margin-bottom: 0;
}

.transferencias .section-trans {
    padding-top: 1rem;
}

.transferencias .section-trans h3 {
    background-color: var(--bs-primary);
    border-radius: 1rem;
    color: var(--bs-white);
    font-family: var(--font-principal-medium);
    padding: 10px;
    font-size: 18px;
    text-align: center;
}

.transferencias .section-trans table {
    color: var(--bs-primary);
    font-weight: bold !important;
    width: 100%;
    border-collapse: collapse;
}

.transferencias .section-trans table td {
    padding: 20px 10px;
}

.transferencias .section-trans table .highlight {
    background-color: #e3e3e3;
    border-radius: 1rem !important;
}

.transferencias .section-trans table .highlight td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.transferencias .section-trans table .highlight td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.transferencia-exterior {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    margin-top: 1rem;
    background-color: #e3e3e3;
    padding: 2rem;
}

.transferencia-exterior div {
    color: var(--bs-primary);
    background-color: #e3e3e3;
    padding: 10px;
    margin-top: 10px;
}

.transferencia-exterior h4 {
    margin-bottom: 5px;
    font-family: var(--font-principal-medium);
}

.transferencia-exterior p {
    margin-bottom: 0;
}

.container-img-pagos {
    width: 400px;
    margin: 0 auto;
}

.container-img-pagos img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

@media (min-width: 600px) {
    .transferencia-exterior {
        flex-direction: row;
        justify-content: space-between;
    }

    .transferencia-exterior div {
        width: 48%;
    }
}

/* fin pagos */
