        /* Colores de la marca */
        :root {
            --primary-blue: #1b3668;
            --secondary-red: #e72125;
            --light-gray: #f4f4f4;
        }

        /* Estilos del header */
        .navbar {
            background-color: white !important;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
        }

        .navbar-brand img {
            height: 60px;
        }

        .nav-link {
            color: var(--primary-blue) !important;
            font-weight: 500;
            margin: 0 10px;
        }

        .btn-primary {
            background-color: #5cb85c;
            border-color: #5cb85c;
            padding: 4px 25px;
            font-weight: 600;
        }

        .hero-section {
            padding: 60px 0;
            min-height: 500px;
            overflow: hidden;
        }

        .hero-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            opacity: 0.85;
        }

        .z-index-1 {
            z-index: 1;
        }

        .hero-content h1 {
            color: var(--primary-blue);
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .hero-content p {
            color: #333;
            margin-bottom: 20px;
        }

        .promo-badge {
            color: var(--secondary-red);
            display: inline-block;
            font-weight: 700;
            font-size: 1.5rem;
        }

        .promo-badge span {
            font-size: 2.5rem;
        }

        /* Beneficios section */
        .benefits-section {
            text-align: center;
            padding: 40px 0;
            background-color: white;
        }

        .benefits-heading {
            font-size: 1.8rem;
            color: #333;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .benefit-icon {
            color: var(--primary-blue);
            font-size: 1.8rem;
            margin-right: 10px;
            padding-right: 10px;
        }

        .benefit-text {
            font-size: 1.0rem;
            color: #666;
            max-width: 150px;
            text-align: left;
        }

        /* Tamaños de bodegas */
        .storage-sizes {
            padding: 50px 0;
            background-color: var(--light-gray);
        }

        .storage-card {
            background-color: white;
            border-radius: 10px;
            border: 1px solid #e5e5e5;
            /* Define el borde correctamente */
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
            height: 100%;
        }

        .storage-image {
            max-width: 80%;
            margin: 0 auto 15px;
        }

        .storage-size {
            font-weight: 700;
            color: #333;
            margin-bottom: 5px;
        }

        .storage-details {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }

        .btn-price {
            background-color: var(--secondary-red);
            border-color: var(--secondary-red);
            color: white;
            padding: 5px 15px;
            font-weight: 600;
            border-radius: 5px;
        }

        .carousel-inner {
            position: relative;
            width: 100%;
            overflow: inherit !important;
        }

        element.style {
            overflow: inherit !important;
        }

        /* Carousel controls */
        .carousel-control-prev,
        .carousel-control-next {
            width: auto;
            padding: 0 15px;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: #ddd;
            border-radius: 50%;
            padding: 15px;
        }

        .hero-section {
            position: relative;
            padding: 60px 0;
            min-height: 500px;
            display: flex;
            align-items: center;
        }

        .hero-section {
            padding: 40px 0 60px;
            overflow: hidden;
            min-height: 400px;
        }

        .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, #e6f0f9, #a0d4f7);
            z-index: 0;
        }

        .z-index-1 {
            z-index: 1;
        }

        .text-navy {
            color: #1a3463;
            font-size: 2.8rem;
            font-weight: 700;
        }

        .hero-content p {
            font-size: 1.1rem;
            color: #333;
        }

        .building-image {
            position: absolute;
            right: 0;
            bottom: 0;
            max-height: 100%;
            max-width: 40%;
        }

        .promo-banner {
            display: flex;
            align-items: center;
        }

        .promo-content {
            display: flex;
            align-items: center;
            color: #b10000;
            font-family: Arial, sans-serif;
            font-weight: bold;
            background-color: white;
            border-radius: 15px;
            padding: 9px;
        }

        .promo-prefix {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            line-height: 1.2;
        }
        
        .promo-banner2 {
            display: flex;
            align-items: center;
            margin-top: 8px;
        }

        .promo-content2 {
            display: flex;
            align-items: center;
            color: white;
            font-family: Arial, sans-serif;
            font-weight: bold;
            background-color: #0071af;
            border-radius: 15px;
            padding: 10px;
        }

        .promo-prefix2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            line-height: 1.2;
        }

        .bold-text {
            font-size: 1.9em;
            font-weight: bold;
            color: #b10000;
            margin-bottom: -5px;
        }

        .small-text {
            font-size: 0.7em;
            font-weight: bold;
            color: #b10000;
            letter-spacing: 1px;
        }

        .promo-percentage {
            font-size: 3em;
            font-weight: bold;
            margin: 0 11px;
            line-height: 1;
        }

        .promo-details {
            font-size: 1em;
            line-height: 1.2;
            margin-bottom: -5px;
            text-align: left;
        }

        /* Ventajas Section */
        .ventajas-section {
            background-color: #f6f6f6;
            padding: 0px 20px 60px 20px;
        }

        .ventaja-card {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            height: 100%;
            background-color: white;
        }

        .ventaja-img-container {
            height: 200px;
            overflow: hidden;
        }

        .ventaja-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ventaja-footer {
            background-color: #e72125;
            color: white;
            padding: 8px;
            text-align: center;
        }

        .ventaja-footer h4 {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }

        .ventaja-footer p {
            margin-bottom: 0;
            font-size: 0.85rem;
        }

        /* Footer Styles */
        .footer-section {
            background-color: #f6f6f6;
            border-top: 1px solid #e0e0e0;
            font-size: 0.9rem;
            color: #555;
            padding: 40px 0 20px;
        }

        .footer-logo img {
            max-width: 250px;
        }

        .footer-links h5,
        .footer-contact h5,
        .footer-social h5 {
            color: #444;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .footer-links ul li {
            margin-bottom: 5px;
        }

        .footer-links ul li a {
            color: #555;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-links ul li a:hover {
            color: var(--primary-blue);
        }

        .footer-contact p {
            line-height: 1.4;
            font-size: 0.85rem;
        }

        .social-icons a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #333;
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
        }

        .copyright {
            color: #777;
            font-size: 0.8rem;
            padding-top: 15px;
            margin-top: 20px;
            border-top: 1px solid #e0e0e0;
        }

        /* Sucursales Section */
        .sucursales-section {
            background-color: #f6f6f6;
            padding: 20px 20px 30px 20px;
        }

        .sucursales-title {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 10px;
        }

        .sucursales-subtitle {
            color: #555;
            font-size: 1.1rem;
        }

        .sucursal-container {
            height: 100%;
        }

        .sucursal-card {
            border-radius: 10px 0 0 10px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            background-color: white;
            width: 60%;
        }

        .map-card {
            width: 40%;
            border-radius: 0 10px 10px 0;
            overflow: hidden;
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
        }

        .sucursal-image-container {
            position: relative;
        }

        .sucursal-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .sucursal-map {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }

        .sucursal-name {
            background-color: #1b3668;
            color: white;
            padding: 15px;
        }

        .sucursal-name h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .sucursal-name p {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .btn-hablar-sucursal {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #25d366;
            color: white;
            text-decoration: none;
            padding: 10px 15px;
            font-weight: 500;
            transition: background-color 0.3s;
        }

        .btn-hablar-sucursal:hover {
            background-color: #20ba58;
            color: white;
        }

        .whatsapp-icon {
            width: 24px;
            height: 24px;
            margin-right: 8px;
        }

        @media (max-width: 767.98px) {
            .sucursal-container {
                flex-direction: column;
            }

            .sucursal-card,
            .map-card {
                width: 100%;
                border-radius: 10px;
                margin-bottom: 10px;
            }

            .map-card {
                height: 200px;
            }
        }

        @media (max-width: 576px) {
            .promo-content {
                justify-content: center;
                text-align: center;
            }

            .promo-prefix,
            .promo-percentage,
            .promo-details {
                margin: 5px;
            }

            .promo-details {
                border-left: none;
                padding-left: 0;
                width: 100%;
                text-align: center;
            }
        }