.elementor-6287 .elementor-element.elementor-element-65c5863{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5369e5a */<style>
    /* Estilos Premium para Puertas de Garaje */
    .c-garaje-premium-wrapper {
        max-width: 100%;
        margin: 0 auto;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #1a1a1a;
        line-height: 1.6;
        box-sizing: border-box;
    }

    .c-garaje-premium-wrapper * {
        box-sizing: border-box;
    }

    .c-garaje-premium-wrapper h1, 
    .c-garaje-premium-wrapper h2, 
    .c-garaje-premium-wrapper h3 {
        color: #000000;
        font-weight: 800;
        margin-top: 0;
        letter-spacing: -0.5px;
    }

    /* --- SECCIÓN 1: HERO (Dark Mode) --- */
    .c-garaje-hero {
        background-color: #000000;
        color: #ffffff;
        padding: 80px 5%;
        border-radius: 24px;
        margin-bottom: 60px;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 60px;
        align-items: center;
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }

    .c-garaje-hero h1 {
        color: #F6CB1C;
        font-size: 3.2em;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .c-garaje-hero p {
        font-size: 1.1em;
        color: #e0e0e0;
        margin-bottom: 20px;
    }

    .c-garaje-hero-img-box {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }

    .c-garaje-hero-img-box::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        border: 4px solid #F6CB1C;
        border-radius: 20px;
        z-index: 2;
        pointer-events: none;
    }

    .c-garaje-hero-img-box img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
        transition: transform 0.5s ease;
    }

    .c-garaje-hero-img-box:hover img {
        transform: scale(1.05);
    }

    /* --- SECCIÓN 2: TIPOS DE PUERTAS (Grid) --- */
    .c-garaje-section {
        max-width: 1200px;
        margin: 0 auto 80px auto;
        padding: 0 20px;
    }

    .c-garaje-section h2 {
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 10px;
    }

    .c-garaje-intro-text {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        font-size: 1.1em;
        color: #555;
    }

    .c-garaje-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .c-garaje-card {
        background: #ffffff;
        border: 1px solid #f0f0f0;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.04);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .c-garaje-card:hover {
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        border-color: #F6CB1C;
        transform: translateY(-5px);
    }

    .c-garaje-card h3 {
        font-size: 1.3em;
        margin-bottom: 15px;
        color: #000;
        border-left: 5px solid #F6CB1C;
        padding-left: 15px;
        min-height: 3em;
        display: flex;
        align-items: center;
    }

    .c-garaje-card p {
        font-size: 0.95em;
        color: #444;
    }

    /* --- SECCIÓN 3: POR QUÉ ELEGIRNOS --- */
    .c-garaje-features-bg {
        background-color: #f9f9f9;
        padding: 80px 0;
        margin-bottom: 80px;
    }

    .c-garaje-features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .c-garaje-feature-item {
        text-align: center;
    }

    .c-garaje-feature-item h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .c-garaje-feature-item p {
        font-size: 0.9em;
        color: #666;
    }

    /* --- SECCIÓN 4: AUTOMATIZACIÓN (Mejorada con una imagen) --- */
    .c-garaje-auto-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto 80px auto;
        padding: 0 20px;
    }

    .c-garaje-single-img-container {
        position: relative;
    }

    .c-garaje-single-img-container img {
        width: 100%;
        height: auto;
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        display: block;
    }

    /* Elemento decorativo detrás de la imagen */
    .c-garaje-single-img-container::after {
        content: '';
        position: absolute;
        top: 20px;
        left: -20px;
        width: 100%;
        height: 100%;
        background-color: #F6CB1C;
        z-index: -1;
        border-radius: 24px;
    }

    .c-garaje-callout {
        font-weight: 800;
        font-size: 1.8em;
        color: #000;
        margin: 25px 0;
        display: block;
        line-height: 1.2;
    }

    .c-garaje-quote {
        font-style: italic;
        background: #F6CB1C;
        padding: 20px 30px;
        border-radius: 0 24px 24px 24px;
        font-weight: 700;
        margin-top: 35px;
        box-shadow: 0 10px 25px rgba(246, 203, 28, 0.2);
    }

    /* --- SECCIÓN 5: CTA --- */
    .c-garaje-cta-premium {
        background-color: #F6CB1C;
        color: #000000;
        padding: 60px 40px;
        border-radius: 24px;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        box-shadow: 0 15px 40px rgba(246, 203, 28, 0.3);
    }

    .c-garaje-cta-premium h2 {
        font-size: 2.5em;
        margin-bottom: 15px;
    }

    .c-garaje-action-buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
    }

    .c-garaje-action-buttons a {
        background-color: #000000 !important;
        color: #F6CB1C !important;
        padding: 16px 32px;
        border-radius: 50px;
        font-size: 1.1em;
        font-weight: 700;
        text-decoration: none !important;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .c-garaje-action-buttons a:hover {
        transform: scale(1.05);
        background-color: #222222 !important;
        color: #F6CB1C !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .c-garaje-hero { grid-template-columns: 1fr; text-align: center; }
        .c-garaje-grid { grid-template-columns: repeat(2, 1fr); }
        .c-garaje-features-grid { grid-template-columns: repeat(2, 1fr); }
        .c-garaje-auto-section { gap: 40px; }
    }

    @media (max-width: 768px) {
        .c-garaje-grid { grid-template-columns: 1fr; }
        .c-garaje-auto-section { grid-template-columns: 1fr; }
        .c-garaje-single-img-container::after { display: none; }
        .c-garaje-action-buttons { flex-direction: column; }
        .c-garaje-action-buttons a { width: 100%; justify-content: center; }
        .c-garaje-hero h1 { font-size: 2.2em; }
    }
</style>/* End custom CSS */