@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,
body {
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.swiper-button-disabled {
    opacity: 0.35 !important;
    /* o el valor que prefieras */
    pointer-events: auto !important;
    /* evita que quede bloqueado */
}

.bg-product-big {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

.name-product {
    font-size: 65px;
    letter-spacing: 1px;
}

.bebas-neue {
    font-family: "Bebas Neue", sans-serif;
}

.text-justify {
    text-align: justify;
}

.gx-6 {
    --bs-gutter-x: 4rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.logo-nosotros {
    min-width: 340px;
}


.bg-home {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    background-image: url(../img/bg-home.jpg);
}

.bg-home-2 {
    background-image: url(../img/bg-home-2.jpg);
}

.bg-home-3 {
    background-image: url(../img/bg-home-3.jpg);
}

.bg-home-4 {
    background-image: url(../img/bg-home-4.jpg);
}

.bg-parallax {
    background-image: url('../img/bg-map.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
    align-items: center;
    display: flex;
    position: relative;
}

.border-end-primary {
    border-right: 1px solid #A79788;
}

.bg-nosotros {
    background-image: url(../img/bg-nosotros.jpg);
}

.bg-nosotros2 {
    background-image: url(../img/bg-nosotros-2.jpg);
}

.bg-mision {
    background-image: url(../img/bg-mision.jpg);
}

.bg-vision {
    background-image: url(../img/bg-vision.jpg);
}

.overlay-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, rgba(148, 136, 124, 1) 0%, rgba(110, 103, 97, 1) 48%);
    mix-blend-mode: multiply;

}

.bg-vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, rgba(138, 128, 128, 1) 0%, rgba(62, 57, 53, 1) 48%);
    mix-blend-mode: multiply;

}

.bg-catalogo {
    background-image: url(../img/bg-catalogo.jpg);
}

.bg-nosotros::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.bg-about {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh;
    background-image: url(../img/bg-nosotros.jpg?v=20260202);
}

.bg-slide-1 {
    background-image: url(../img/bg-slide-1.jpg?v=20260202);
}

.bg-slide-2 {
    background-image: url(../img/bg-slide-2.jpg?v=20260202);
}

.bg-slide-3 {
    background-image: url(../img/bg-slide-3.jpg?v=20260202);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}

a.nav-link {
    padding: 10px 20px !important;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    color: #FFFFFF;
}

#prod-features {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    font-weight: 300;
    letter-spacing: 0.5px;
}


.offcanvas {
    background-color: #F5F5F5;
}

.bg-grey {
    background-color: #29292A;
}

.vh-65 {
    height: 65vh;
}

.hv-35 {
    height: 35vh;
}

.hv-75 {
    height: 75vh;
}

.bg-grey-2 {
    background-color: #525252;
}



.nav-link:focus,
.nav-link:hover {
    color: rgb(190 185 178);
}

div#locationsList
 {
    overflow-y: auto;
    max-height: 290px;
}

.shadow-bg {
    -webkit-box-shadow: 0px 20px 20px -6px rgb(8 8 8 / 10%);
    box-shadow: 0px 20px 20px -6px rgb(8 8 8 / 10%)
}

.bg-grey-osc {
    background-color: #333234;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #686868;
}

.grey {
    color: #333234 !important;
}

.multiply {
    mix-blend-mode: multiply;
}

footer {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 0;
    color: #F4F4F4;
}

footer p,
footer a {
    color: #F4F4F4;
}

main {
    position: relative;
    z-index: 1;
}

/* Estilos personalizados para imitar la imagen */
.qty-container {
    width: 50px;
    background-color: rgb(208 208 208 / 20%);
    border-radius: 10px;
    /* padding: 5px; */
}

.qty-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    color: #000000;
    width: 100%;
    cursor: pointer;
}

.qty-btn:hover {
    color: #000;
    font-weight: bold;
}

/* Caja del número en el medio */
.qty-display {
    background-color: #DEDEDE;
    border-radius: 5px;
    width: 32px;
    color: rgb(0, 0, 0);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
}

.header-scrolled .icon-menu-mobile path {
    fill: white !important;
}

/* Input oculto real para formularios */
.qty-input-hidden {
    display: none;
}

.header-scrolled .navbar-toggler-icon {
    filter: invert(1);
}

.offcanvas-product {
    min-height: 90px;
    min-width: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wh70 {
    min-height: 70px;
    min-width: 70px;
}


/* 1. Estado inicial transparente */
#main-header {
    width: auto !important;
    background-color: transparent;
    transition: background-color 0.4s ease-in-out, padding 0.3s ease;
    padding: 15px 0;
    z-index: 99;
}

/* 2. Estado SCROLLEADO (Fondo Azul) */
#main-header.header-scrolled {
    padding: 5px 0;
}

#main-header.header-scrolled .navbar-black {
    background-color: rgb(51 51 51 / 90%);
}

/* 3. Ajuste de textos al hacer scroll */
#main-header.header-scrolled .nav-link {
    color: white !important;
}

/* 4. CAMBIO DE COLOR DEL ÍCONO SVG AL SCROLLEAR */
/* Originalmente tu SVG tiene fill="#0A0338".
   Aquí le decimos que cuando el header tenga la clase .header-scrolled,
   el path dentro del svg .icon-menu pase a ser blanco. */
#main-header.header-scrolled .icon-menu path {
    fill: #ffffff !important;
    transition: fill 0.3s ease;
}

/* 1. ESTILO DEL BADGE (EL "2") */
.cart-badge {
    position: absolute;
    top: -4px;
    right: -1px;
    width: 15px;
    height: 16px;
    background-color: #5983bd;
    color: white;
    border-radius: 50%;
    font-size: 9px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform 0.2s;
}




.icon-menu {
    transition: transform 0.3s ease;
    /* Transición para el tamaño */
    cursor: pointer;
}

.icon-menu:hover {
    transform: scale(1.1);
    /* Efecto de agrandar */
}

.brand-filter-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 3rem;
}

.brand-filter-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #333;
}

.brand-filter-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    outline: none;
    cursor: pointer;
    min-width: 200px;
}

.product-card-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.product-card-link .card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: transparent;
}

.product-card-link:active .card {
    transform: scale(0.98);
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    background-color: #f3f3f3;
    color: #333234;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: default;
    transition: background-color 0.2s, transform 0.2s ease;
    user-select: none;
    font-weight: 300;
    animation: fadeInPill 0.3s ease-out forwards;
}

.filter-pill.removing {
    animation: fadeOutPill 0.15s ease-in forwards;
}

@keyframes fadeInPill {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutPill {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

.filter-pill:hover {
    background-color: #f2ede9;
    transform: scale(1.05);
}

.filter-pill:active {
    transform: scale(0.95);
}

.filter-pill .pill-close {
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #333234;
    transition: color 0.2s;
    display: inline-block;
    vertical-align: middle;
}

.filter-pill .pill-close:hover {
    color: #000;
}

/* NEW Figma-like filter styles */
/* Corrected Hierarchy Styles: Subcategory boxes -> Tag dropdown */
.subcategory-filter-root {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 3rem;
}

.subcategory-item {
    position: relative;
    min-width: 200px;
    cursor: pointer;
}

.subcategory-box {
    background-color: #F0F0F0;
    color: #333234;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 1px solid transparent;
    text-align: center;
    gap: 10px;
    letter-spacing: 1px;
    min-height: 60px;
}

.subcategory-box:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.subcategory-item.active .subcategory-box {
    background-color: #aca093;
    color: #fff;
}

.tags-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    z-index: 100;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eee;
}

.subcategory-item.expanded .tags-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tag-item-link {
    display: block;
    padding: 8px 15px;
    color: #404040;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.tag-item-link:hover {
    background-color: #f8f8f8;
    color: #000;
    padding-left: 24px;
}

.tag-item-link.active {
    color: #333234;
    font-weight: 700;
    background-color: #f0f0f0;
}


/* Transición para el color interno cuando se hace scroll */
.icon-menu path {
    transition: fill 0.3s ease;
}

.navbar-black {
    background-color: rgb(51 51 51 / 70%);
    border-radius: 60px;
    padding: 10px 40px;
}

.nav-interna {
    background-color: #ECECEC;
}

.nav-interna a.nav-link {
    color: #2B2965;
}

h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 500;
    color: #FFFFFF;
}

.subtitle {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 32px;
}

h2 {
    font-size: 44px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
}

h3 {
    font-size: 26px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
}




h4 {
    font-size: 30px;
    line-height: 37px;
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
}

p {
    letter-spacing: 0.35px;
    color: #404040;
    margin-bottom: 1.4rem;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
    line-height: 21px;
}

.font18 {
    font-size: 18px;
    line-height: 25px;
}

.font20 {
    font-size: 20px;
    line-height: 28px;
}

.font22 {
    font-size: 22px;
    line-height: 30px;
}

.font24 {
    font-size: 24px;
    line-height: 36px;
}


.font38 {
    font-size: 38px;
    line-height: 42px;
}

.font32 {
    font-size: 32px;
    line-height: 36px;
}

.font30 {
    font-size: 30px;
    line-height: 34px;
}

.form-floating>textarea:focus~label::after,
.form-floating>textarea:not(:placeholder-shown)~label::after {
    background-color: transparent;
}

.mt-6 {
    margin-top: 5rem !important;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.form-floating>label {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
}

.products-header .navbar-nav {
    background: rgb(217 217 217 / 54%);
}

.products-header .search-box input {
    border-color: #8D8D8D;
    color: #8D8D8D;
}

.products-header .search-box input::placeholder {
    color: #8D8D8D;
}

.header-scrolled .products-header .search-box input {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.header-scrolled .products-header .search-box input::placeholder {
    color: #FFFFFF;
}

.products-header a.nav-link {

    color: #2B2965;
}

.form-floating .form-control {
    background-color: transparent;
    border-radius: 29px;
    color: #FFFFFF;
}

.white {
    color: #FFFFFF;
}

.blue {
    color: #0A0338;
}

.blue-light {
    color: #4C84C2;
}

.border-blue {
    border-color: #0A0338 !important;
}

.bg-blue {
    background-color: #0A0338;
}

.bg-blue2 {
    background-color: #2B2965;
}

.bg-blue-about {
    background-image: url(../img/bg-nosotros.png?v=20260202);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blue3 {
    background-color: #061946;
}

.bg-blue-light {
    background-color: #4C84C2;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.search-box {
    position: relative;
}

.zoom-container {
    position: relative;
    overflow: hidden;
}

.bg-contacto {
    background-image: url(../img/bg-contacto.png?v=20260202);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 210px 0 130px;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.slideDestacados .swiper-button-next,
.slideDestacados .swiper-button-prev,
.slideDestacados-wrapper .swiper-button-next,
.slideDestacados-wrapper .swiper-button-prev {
    color: #aca093;
    border-radius: 50%;
    border: 1px solid #aca093;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        height: 18px;
    }
}

.slideDestacados-wrapper .swiper-button-next {
    right: -80px;
    top: 38%;
}

.slideDestacados-wrapper .swiper-button-prev {
    left: -80px;
    top: 38%;
}

.btn-link {
    background-color: #aca093;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.btn-link:hover {
    background-color: #9c8d80;
}

main.search-results-section {
    min-height: 100vh;
}

.buscados .card .btn-link img {
    mix-blend-mode: normal;
    width: auto;
}

.grey-2 {
    color: #4D4D4D;
}

.volver-icon {
    width: 25px;
    height: 25px;
    border: 1px solid #646464;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #646464;
    font-size: 18px;
}

.section-title-container {
    text-align: center;
    box-shadow: 0px 20px 20px -6px rgb(8 8 8 / 35%);
    -webkit-box-shadow: 0px 20px 20px -6px rgb(8 8 8 / 35%);
}

.section-title-container p {
    font-size: 23px;
    font-weight: 600;
    color: #AF9F91;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}


.interactive-house {
    position: relative;
    width: 100%;
    background-color: #333234;
    overflow: hidden;
    padding: 0;
    aspect-ratio: 16 / 9;
}

.latynclima-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(175, 159, 145, 1) 0%, rgba(255, 255, 255, 0) 48%);
    height: 100%;
}

.house-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
    position: relative;
}

.house-overlay-content {
    position: relative;
    z-index: 5;
    color: #fff;
    max-width: 500px;
}

.house-overlay-content .btn-white {
    background: #fff;
    color: #333 !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    transition: background 0.3s ease;
}

.house-overlay-content .btn-white:hover {
    background: #f0f0f0;
}



.house-overlay-inner {
    padding: 28px 24px;
    max-height: 50vh;
    overflow-y: auto;
}

.house-overlay-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

#house-overlay-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.overlay-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.overlay-close:hover {
    background: rgba(255, 255, 255, .2);
}

#house-overlay-link {
    display: block;
    background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
    color: #333 !important;
    text-align: center;
    padding: 18px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

#house-overlay-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
}

/* === PINS DESKTOP === */
.house-pin {
    position: absolute;
    z-index: 10;
    background: rgb(114 114 114 / 90%);
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.house-pin:hover {
    background: rgb(82, 82, 82);
    transform: scale(1.1);
    color: #ffffff;
}

.house-pin::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 10px;
    border-width: 7px 7px 0 0;
    border-style: solid;
    border-color: rgba(114, 114, 114, 0.9) transparent transparent transparent;
}

.house-pin.house-pin-top::before {
    bottom: auto;
    top: -6px;
    left: 20px;
    border-width: 0 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent rgba(114, 114, 114, .9) transparent;
}

/* === MOBILE: CÍRCULOS BLANCOS === */
@media (max-width: 991.98px) {



    .house-pin {
        width: 12px !important;
        height: 12px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        font-size: 0 !important;
        line-height: 0 !important;
        background: #aca093 !important;
        animation: pulse 2s infinite !important;

    }

    .latynclima-bg::after {
        background: none;
    }

    .house-pin:hover,
    .house-pin:focus {
        transform: scale(1.3) !important;
        background: #fff !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .5) !important;
    }


    .house-pin:hover,
    .house-pin:focus {
        animation: none !important;
        transform: scale(1.3) !important;
        background-color: #aca093 !important;
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 1),
            0 10px 30px rgba(0, 0, 0, .6) !important;
        animation: pulse-large 0.4s !important;
    }

    .house-pin::before,
    .house-pin::after,
    .house-pin.house-pin-top::before {
        display: none !important;
    }


}

/* === POSICIONES DE PINS (iguales a las tuyas) === */
.pin-calderas {
    bottom: 12%;
    left: 50%;
}

.pin-radiadores {
    top: 23%;
    left: 64%;
}

.pin-valvulas-2 {
    bottom: 4%;
    right: 27.5%;
}

.pin-hidraulico {
    bottom: 6%;
    right: 34%;
}

.pin-acumuladores {
    bottom: 2%;
    left: 53%;
}

.pin-fiting {
    bottom: 17%;
    left: 57%;
}

.pin-solares {
    top: 8%;
    left: 47%;
}

.pin-termostatos {
    top: 22%;
    left: 49%;
}

.pin-toalleros {
    top: 17%;
    right: 22%;
}

.pin-valvulas {
    top: 44%;
    left: 58%;
}

.pin-tubos {
    top: 58%;
    left: 66%;
}

.pin-radiadores-2 {
    left: 51%;
    top: 61%;
}

.pin-maquinas {
    left: 44%;
    bottom: 16%;
}

.pin-desfangador {
    left: 47%;
    bottom: 6%;
}

.pin-colectores {
    top: 42%;
    right: 23%;
}

.pin-colectores-2 {
    top: 59%;
    right: 20%;
}

.pin-piso {
    top: 69%;
    right: 18%;
}

/* === ANIMACIONES PULSE === */
@keyframes pulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(172, 160, 147, 0.8),
            0 6px 20px rgba(0, 0, 0, 0.4);
    }

    70% {
        box-shadow:
            0 0 0 12px rgba(255, 255, 255, 0),
            0 6px 20px rgba(0, 0, 0, .4);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0),
            0 6px 20px rgba(0, 0, 0, .4);
    }
}

@keyframes pulse-large {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 1),
            0 10px 30px rgba(0, 0, 0, .6);
    }

    100% {
        box-shadow:
            0 0 0 20px rgba(255, 255, 255, 0),
            0 10px 30px rgba(0, 0, 0, .6);
    }
}

.bg-dark-gray {
    background-color: #333333;
}

.products-quick-nav {
    background: #333234;
}

.products-quick-nav.with-offset {
    padding-top: var(--header-offset, 120px);
}

.products-quick-nav.index-products {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    display: flex;
}


.wpp-button {
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    right: 15px;
    height: 50px;
    line-height: 47px;
    width: 50px;
    background: #25d366;
    color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color .2s linear;
    text-align: center;
    opacity: 0;
    transform: scale(0.6);

    /* animación */
    animation-name: whatsappIn;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;


}

@keyframes whatsappIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.wpp-button svg {
    width: 22px;
}

.wpp-button:hover {
    background-color: #128c7e;
}

.products-quick-nav .quick-btn {
    font-weight: 400;
    background: #AF9F91;
    color: #fff;
    border: 0;
    border-radius: 7px;
    letter-spacing: 0.5px;
    padding: 18px 20px;
    min-width: 25%;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
    text-decoration: none;
}

.products-quick-nav .quick-btn:hover,
.products-quick-nav .quick-btn:focus {
    background: #747474;
    color: #fff;
    transform: translateY(-2px);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 3px;
}

.category-item {
    position: relative;
    min-height: 390px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    border: 0;
    background: linear-gradient(150deg, rgba(53, 53, 52, 1) 0%, rgba(118, 117, 114, 1) 50%, rgba(176, 158, 145, 1) 100%);
}

.bg-productos {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;

}

.mySwiper {
    position: relative;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    z-index: 9999;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
    /* o el valor que uses */
    pointer-events: none;
    /* mantiene el bloqueo */
}

.bsize-65 {
    background-size: 65%;
}

.category-item p {
    font-size: 26px;
    width: 100%;
    text-align: center;
}

.category-item:hover {
    opacity: 0.9;
}

.header-scrolled .navbar-nav {
    background-color: transparent;
}

.search-box svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    fill: #999;

}

.house-modal .modal-content {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    max-width: 420px;
    height: auto;
}

.search-box input {
    padding-left: 40px;
    background: transparent;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300;
    min-height: 30px;
    border: 1px solid #FFFFFF;
    min-width: 260px;
}

.form-control:focus {
    box-shadow: none;
}

.form-floating .form-control:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* Fix for budget form in modal (needs dark text) */
#budgetForm .form-control {
    color: #0A0338 !important;
    background-color: #fff !important;
}

#budgetForm .form-control:focus {
    color: #0A0338 !important;
    background-color: #fff !important;
    border-color: #0A0338 !important;
}

/* Specific fix for search input to prevent blue background */
.search-box input.form-control:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

/* Prevent browser autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Fix autofill for budget form (needs dark text) */
#budgetForm input:-webkit-autofill,
#budgetForm input:-webkit-autofill:hover,
#budgetForm input:-webkit-autofill:focus,
#budgetForm input:-webkit-autofill:active {
    -webkit-text-fill-color: #0A0338 !important;
    transition: background-color 5000s ease-in-out 0s;
    /* Keep background transparent trick if valid or just let it match */
}

.highlight {
    background-color: yellow;
    color: black;
    padding: 0 2px;
    border-radius: 2px;
}

.search-box input::placeholder {
    color: #FFFFFF;
}

.nav-pills .nav-link {
    color: #404040;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 5px !important;
    min-width: 150px;
    min-height: 55px;
    /* gap: 15px; */
    padding: 12px 15px !important;
    background-color: #F0F0F0;
    transition: background-color 0.2s, transform 0.2s ease;
}

a.btn.dropdown-toggle {
    color: #8D8D8D;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid;
}

.nav-pills .nav-link:hover {
    background-color: #e8e0d9;
    transform: scale(1.05);
}

.nav-pills .nav-link:active {
    transform: scale(0.95);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #94887C;
    color: #FFFFFF;
}

.dropdown-toggle::after {
    /* Elimina el estilo del borde que forma el caret */
    content: none !important;
}

.product-title {
    font-size: 20px;
    line-height: 25px;
    color: #333234;
}

.buscados .card {
    border-radius: 20px;
}


.buscados .card img {
    mix-blend-mode: multiply;
    object-fit: contain;
    width: 100%;
}

.tag {
    width: fit-content;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.9px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 8;
}

.uppercase {
    text-transform: uppercase;
}

.page-link {
    border: 0 !important;
    font-weight: 700;
    color: #8D8D8D;
}

.active>.page-link,
.page-link.active {
    background-color: transparent;
    color: #090335;
}

.page-link:focus {
    background-color: transparent !important;
    color: #090335 !important;
}

.text-grey {
    color: #8D8D8D;
}

.dropdown-item {
    font-size: 13px;
    color: #606060;
}

.footer-icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.footer-icon:hover {
    background: #AF9F91;
}


.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

/* Estilos específicos para esta página */
.donde-comprar-container {
    height: calc(100vh - 86px);
    /* Ajustar según altura del header */
}

.list-side {
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    /* Dark gray background */
}

.map-side {
    height: 100%;
    padding: 0;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.location-item {
    cursor: pointer;
    padding: 15px;
    transition: background-color 0.2s;
    border-radius: 7px;
}

.location-item:hover,
.location-item.active {
    background-color: #f4f4f4;
    /* Slightly lighter hover */
}

.location-item h5 {
    color: #AF9F91;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.search-container {
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Input style adjustment for dark sidebar */
.search-container input {
    background-color: #ffffff;
    border: 1px solid #AF9F91;
    border-radius: 30px;
    font-size: 13px;
    padding-left: 13% !important;
}

.search-container input:focus {
    border: 1px solid #AF9F91;
    background-color: #f9f9f9 !important
}

.search-container input::placeholder {
    color: #8d8d8d;
    font-family: "DM Sans", sans-serif;
}

.index-9 {
    z-index: 9
}

::selection {
    background-color: #AF9F91;
    color: #FFFFFF;
}

.swiper-pagination-bullet-active {
    background: #090335;
}

.ls-05 {
    letter-spacing: 0.5px;
}

.ls-0 {
    letter-spacing: 0px;
}

.bg-producto1 {
    background-image: url(../img/calefaccion.jpg);
}

.bg-producto2 {
    background-image: url(../img/piletas.jpg);
}

.bg-producto3 {
    background-image: url(../img/artefactos.png);
}

.bg-producto4 {
    background-image: url(../img/construccion.png);
}

.bg-producto5 {
    background-image: url(../img/infraestructura.png);
}

.bg-producto6 {
    background-image: url(../img/riego.png);
}

.bg-servicio2 {
    background-image: url(../img/bombasyfiltros.png);
}

.bg-servicio3 {
    background-image: url(../img/construccion-pileta.jpg);
}

.bg-servicio4 {
    background-image: url(../img/piezas.png);
}

.slideProductos .swiper-slide,
.slideServicios .bg-servicio {
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.slideProdInterna .bg-product {
    cursor: pointer;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.slideProdInterna .bg-product::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 25%);
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.bg-product.swiper-slide-active h2 {
    font-size: 35px;
    line-height: 45px;
}

.bg-product h2 {
    font-size: 28px;
    line-height: 35px;
    position: relative;
    z-index: 9;
}

.degrade {
    background: linear-gradient(150deg, rgba(53, 53, 52, 1) 0%, rgba(118, 117, 114, 1) 50%, rgba(176, 158, 145, 1) 100%);
}

/* Flechas personalizadas */
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 8px;
    transition: background 0.3s ease;
}

.custom-prev svg,
.custom-next svg {
    width: 16px;
    height: 16px;
    text-align: center;
}

.custom-prev:hover,
.custom-next:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
}

/* Posiciones */
.custom-prev {
    left: 10px;
}

.custom-prev svg {
    margin-right: 3px;
}

.custom-next svg {
    margin-left: 3px;
}

.custom-next {
    right: 10px;
}

.slideServicios .bg-servicio {
    min-height: 420px;
    position: relative;
}

/* Tamaño base de cada slide */
.slideProdInterna .swiper-slide {
    height: 300px;
    /* altura normal */
}

/* El slide activo será más grande */
.slideProdInterna .swiper-slide-active {
    height: 400px;
    /* 👈 más alto */
}

.slideServicios .bg-servicio::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: color(srgb 0.3 0.52 0.76 / 0.6);
    border-radius: 15px;
    background: #4C84C2;
    mix-blend-mode: multiply;
}

.fit-content {
    width: fit-content;
}

.btn-primary {
    background-color: #AF9F91 !important;
    border-color: #AF9F91;
    color: #FFFFFF !important;
}


.border-primary {
    border: 1px solid #AF9F91 !important;
}

.btn-secondary {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    letter-spacing: 0.5px;
}

.btn.btn-secondary:hover {
    background-color: #AF9F91;
    border-color: #AF9F91;
    color: #FFFFFF !important;
}


.add-to-budget {
    color: #FFFFFF !important;
}

.btn-primary:hover {
    background-color: #8c8276 !important;
    border-color: #8c8276 !important;
}

/* Form Styles */
.form-group-custom {
    margin-bottom: 20px;
}

.form-control-custom {
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 15px;
    color: #333;
    width: 100%;
    font-size: 13px;
}

.form-control-custom::placeholder,
.form-select-custom::placeholder {
    color: #999FAE
}

.form-control-custom:focus {
    box-shadow: none;
    outline: 2px solid #A69B8F;
}

@media (min-width: 768px) {

  

    div#locationsList
 {
    overflow-y: auto;
    max-height: 290px;
}

    .house-bg {
        padding-top: 0;
    }

    /* md en Bootstrap */
    .row-cols-md-7 {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 1rem;
        /* similar a gutter */
    }

    .row-cols-md-7>* {
        flex: 0 0 auto;
        width: 100%;
    }
}

.form-label-custom {
    display: none;
    /* In design labels seem inside or hidden, placeholders used? Or integrated? 
                         Actually design has labels next to inputs or inputs look like "Nombre*" inside.
                         Let's use floating labels or placeholders that look solid.
                         Image shows "Nombre*" inside input. */
}


/* Custom Select */
.form-select-custom {
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 15px;
    color: #999FAE;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
}

/* Estilos de validación */
.is-invalid {
    border: 2px solid #ff6b6b !important;
    background-color: #fff5f5 !important;
}

.btn-outline-dark:hover {
    background-color: #0A0338;
    border-color: #0A0338 !important;
    color: #FFFFFF;
}

@media (max-width: 1400px) {

    h2 {
        font-size: 47px;
        line-height: 51px;
    }

    .nav-pills .nav-link {
        font-size: 13px;
        padding: 7px 20px;
    }

    a.btn.dropdown-toggle {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {

    .border-end-primary {
        border-right: 0;
        border-bottom: 1px solid #aca093;
        padding-bottom: 20px;
    }

    .house-pin {
        font-size: 9px;
    }

    .pin-valvulas-2 {
        bottom: 3%;
        right: 27%;
    }

    .pin-hidraulico {
        bottom: 5%;
        right: 33%;
    }

    .pin-calderas {
        bottom: 11%;
        left: 50%;
    }

    .logos-nosotros img {
        height: 20px;
    }

    .font24 {
        font-size: 21px;
        line-height: 30px;
    }

    h2 {
        font-size: 37px;
        line-height: 41px;
    }

    a.nav-link {
        padding: 10px 15px !important;
        font-size: 12px;
    }

    .search-box input {
        min-width: 190px;
    }

    .navbar-brand img {
        height: 20px
    }

    .subtitle {
        font-size: 21px;
        line-height: 29px;
    }

    h1 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 991.98px) {

    .pin-solares {
        top: 10%;
        left: 45%;
    }

    .pin-termostatos {
        top: 29%;
        left: 48.5%;
    }

    .pin-toalleros {
        top: 18%;
        right: 27%;
    }

    .pin-colectores {
        top: 44%;
        right: 27%;
    }

    .pin-colectores-2 {
        top: 60%;
        right: 25%;
    }

    .pin-tubos {
        top: 61%;
        left: 65.5%;
    }

    .pin-piso {
        top: 71%;
        right: 22%;
    }

    .pin-acumuladores {
        bottom: 2%;
        left: 55%;
    }

    .pin-valvulas-2 {
        bottom: 4%;
        right: 29%;
    }

    .pin-radiadores {
        top: 25%;
        left: 63%;
    }

    .pin-hidraulico {
        bottom: 7%;
        right: 36.5%;
    }

    .pin-calderas {
        bottom: 12%;
    }

    .pin-maquinas {
        left: 45%;
        bottom: 15%;
    }

    .products-header .search-box input {
        border-color: #ffffff;
        color: #ffffff;
    }

    .products-header .search-box input::placeholder {
        color: #ffffff;
    }

    .products-header a.nav-link {
        color: #ffffff;
    }

    .navbar-collapse {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto !important;
        height: 100vh;
        background-color: #AF9F91;
        z-index: 1040;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
        transform: translateY(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.1s;
    }

    /* 2. ESTADO ABIERTO (La cortina baja) */
    .navbar-collapse.show {
        transform: translateY(0);
        visibility: visible;
    }

    /* 3. ESTADO CERRANDO (Bootstrap .collapsing) */
    /* IMPORTANTE: Esto arregla que "no funcione al cerrar" */
    .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto !important;
        height: 100vh;
        background-color: #AF9F91;
        z-index: 1040;
        padding-top: 90px;
        display: block !important;
        transform: translateY(-100%);
        transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.1s delay 0.3s;
    }

    /* 4. CONTENIDO INTERNO (Sin fade progresivo, todo junto) */
    /* Apple muestra el contenido sólido, solo lo bajamos un poco */
    .navbar-nav,
    .search-box {
        opacity: 0;
        transition: opacity 0.3s ease 0.2s;
        /* Un pequeño delay para que aparezca cuando el fondo ya bajó */
    }

    .navbar-collapse.show .navbar-nav,
    .navbar-collapse.show .search-box {
        opacity: 1;
        margin-top: 10%;
        text-align: left !important;
        background-color: transparent;
    }

    a.nav-link {
        font-size: 25px;
        font-weight: 400;
        line-height: 31px;
    }

    .search-box input {
        font-size: 17px;
        min-height: 47px;
    }

    /* 5. ASEGURAR QUE EL BOTÓN Y EL LOGO ESTÉN ENCIMA */
    .navbar-toggler,
    .navbar-brand {
        z-index: 1051;
        position: relative;
    }


}


@media (max-width: 992px) {
    #grid-productos .border-primary {
        height: 200px !important;
    }

    .subcategory-item {
        min-width: auto;
    }

    .product-title {
        font-size: 17px;
        line-height: 21px;
    }

    .subcategory-box {
        min-height: 45px;
        padding: 8px 16px;
        font-size: 10px;
        /* min-width: 40px; */
    }



    .products-quick-nav .quick-btn {
        padding: 15px 10px;
        min-width: 27%;
    }

    h1 {
        font-size: 43px;
        line-height: 53px;
    }

    .navbar-brand img {
        height: 27px;
    }

    .bg-contacto {
        padding: 130px 0 90px;
    }

    .font38 {
        font-size: 34px;
        line-height: 36px;
    }

    h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .nav-pills .nav-link {
        font-size: 11px;
        padding: 6px 16px;
    }

    a.btn.dropdown-toggle {
        font-size: 11px;
    }

    .logo-nosotros {
        min-width: 270px;
    }
}

@media (max-width: 768px) {
      .donde-comprar-container {
    height: auto;
}

    .map-iframe
 {
    height: 400px;
}
    .brand-filter-container {
        flex-direction: column;
    }

    .filter-pill {
        font-size: 12px
    }

    .name-product {
        font-size: 55px;
    }

    .list-side {
        height: auto;
    }

    .slideDestacados-wrapper .swiper-button-next {
        right: -35px
    }

    .font24 {
        font-size: 19px;
        line-height: 28px;
    }

    h1 {
        font-size: 39px;
        line-height: 44px;
    }

    .slideDestacados-wrapper .swiper-button-prev {
        left: -35px
    }

    .swiper-button-next,
    .swiper-button-prev {
        svg {
            height: 14px;
        }
    }

    .slideDestacados .swiper-button-next,
    .slideDestacados .swiper-button-prev,
    .slideDestacados-wrapper .swiper-button-next,
    .slideDestacados-wrapper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }


    #relacionados .card.bg-grey .btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    #mas-buscados .card.bg-grey .btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    #grid-productos .card .btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
}



.error-border {
    border-color: #ff0000 !important;
}

.white,
.text-white,
.add-to-budget,
.btn-primary {
    color: #ffffff !important;
}

.text-primary {
    color: #AF9F91 !important;
}

.text-primary-osc {
    color: #94887C;
}

@media (max-width: 768px) {
    .mySwiper .swiper-slide {
        height: 85vh;
    }

    .subtitle {
        font-size: 19px;
        line-height: 25px;
    }

    .bg-slide-3 {
        background-position: 65% center;
    }

    :root {
        --bg-about-x: 93%;
        /* Ajustá este valor (0% = izquierda, 100% = derecha, 50% = centro) */
    }

    .bg-about {
        height: 60vh;
        background-position: var(--bg-about-x) top;
    }

    .bg-about .vh-100 {
        height: 100% !important;
    }
}



@media (max-width: 1199.98px) {
    .category-item {
        height: 350px;
    }
}



@media (max-width: 991.98px) {

    .house-bg {align-items: start; padding-top: 5%;}


    .house-overlay-content h2 {
        font-size: 36px;
    }

    .house-pin {
        padding: 4px 6px;
        font-size: 8px;
    }

    .products-quick-nav {
        min-height: auto;
        padding-bottom: 0px;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-item {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .interactive-house {
        aspect-ratio: 4 / 3;
    }

    .house-bg {
        padding-left: 5%;
        justify-content: center;
        text-align: center;
    }

    .house-overlay-content {
        max-width: 90%;
    }

}

@media (max-width: 576px) {
    .pin-solares {
        top: 10%;
        left: 28%;
    }

    .pin-termostatos {
        top: 31%;
        left: 32%;
    }

    .pin-radiadores {
        top: 25%;
        left: 57%;
    }

    .pin-toalleros {
        top: 19%;
        right: 25%;
    }

    .pin-valvulas {
        top: 45%;
        left: 48%;
    }

    .pin-tubos {
        top: 61%;
        left: 61%;
    }

    .pin-radiadores-2 {
        left: 37%;
        top: 61%;
    }

    .pin-colectores-2 {
        top: 60%;
        right: 22%;
    }

    .pin-piso {
        top: 70%;
        right: 17%;
    }

    .pin-maquinas {
        left: 25%;
        bottom: 16%;
    }

    .pin-valvulas-2 {
        bottom: 6%;
        right: 30%;
    }

    .pin-desfangador {
        left: 32%;
        bottom: 6%;
    }

    .pin-calderas {
        bottom: 14%;
        left: 37%;
    }

    .pin-fiting {
        bottom: 18%;
        left: 49%;
    }

    .pin-acumuladores {
        bottom: 4%;
        left: 43.5%;
    }

    .pin-hidraulico {
        bottom: 9%;
        right: 42.5%;
    }

    .interactive-house {
        aspect-ratio: 3 / 3;
    }

    .hv-75 {
        height: 55vh;
    }

    .bg-product-big {
        background-image: none !important;
    }

    .hv-35 {
        height: 30vh;
    }

    .map-side {
        height: 50%;
    }

    p {
        font-size: 15px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 23px;
    }

    .btn.btn-primary.font16 {
        font-size: 15px;
        line-height: 17px;
    }



    .slideServicios .bg-servicio {
        min-height: 280px;
        position: relative;
    }

    #relacionados .card p.font14 {
        font-size: 16px;
    }

    #relacionados .card p.font12 {
        font-size: 13px;
    }


    .tag .font11 {
        font-size: 12px;
    }

    .tag p {
        font-size: 12px !important;
    }


    .logo-nosotros {
        min-width: 200px;
    }

    .btn-product .btn {
        width: 90%;
        font-size: 14px;
    }

    .font38 {
        font-size: 28px;
        line-height: 32px;
    }

    .swiper-slide .content {
        width: 80%;
    }

    h4 {
        font-size: 33px;
        line-height: 38px;
    }

    h1 {
        font-size: 39px;
        line-height: 41px;
    }

    .slideProdInterna .swiper-slide {
        height: 270px;
    }

    .nav-pills .nav-link {
        font-size: 12px;
    }

    a.btn.dropdown-toggle {
        font-size: 12px;
    }

    .bg-product.swiper-slide-active h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .buscados .card {

        min-height: auto;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .font20 {
        font-size: 17px;
        line-height: 26px;
    }

    :root {
        --swiper-navigation-size: 30px;
    }

    .house-bg {
        background-position: 72%;
    }
}

@media (max-width: 575.98px) {
    .vh-65 {
        height: 50vh;
    }

    .py-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .category-item {
        height: 250px;
    }

    .category-item h3 {
        font-size: 20px;
    }

    .products-quick-nav .quick-btn {
        padding: 14px 5px;
        font-size: 13px;
        min-width: 47%;
    }

    .bg-parallax {
        background-attachment: initial;
        min-height: 60vh;
    }

    .bg-nosotros {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

}