.elementor-33 .elementor-element.elementor-element-c40295c{--display:flex;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-c40295c::before, .elementor-33 .elementor-element.elementor-element-c40295c > .elementor-background-video-container::before, .elementor-33 .elementor-element.elementor-element-c40295c > .e-con-inner > .elementor-background-video-container::before, .elementor-33 .elementor-element.elementor-element-c40295c > .elementor-background-slideshow::before, .elementor-33 .elementor-element.elementor-element-c40295c > .e-con-inner > .elementor-background-slideshow::before, .elementor-33 .elementor-element.elementor-element-c40295c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://outletpma.cl/wp-content/uploads/2026/04/2148643248.jpg");--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-66e8ba8 *//* --- ESTILOS SECCIÓN CONTACTO --- */
.opma-contact-section {
    font-family: 'Montserrat', sans-serif;
    padding: 80px 5%;
    background-color: #ffffff; /* Fondo blanco limpio */
    color: #333333;
}

.opma-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas */
    gap: 80px;
    align-items: center;
}

/* Textos */
.opma-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #485E68;
    margin-bottom: 10px;
}

.opma-title {
    font-size: 38px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
    line-height: 1.2;
}

.opma-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 30px;
}

/* --- ESTILOS DEL FORMULARIO --- */
.opma-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.opma-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.opma-input-group label {
    font-size: 13px;
    font-weight: 600;
    color: #485E68;
}

.opma-input-group input,
.opma-input-group textarea {
    font-family: 'Montserrat', sans-serif;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

/* Efecto al hacer clic en los campos */
.opma-input-group input:focus,
.opma-input-group textarea:focus {
    outline: none;
    border-color: #485E68;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(72, 94, 104, 0.1);
}

/* Botón de WhatsApp */
.opma-btn-submit {
    margin-top: 10px;
    padding: 16px 24px;
    background-color: #25D366; /* Verde de WhatsApp */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.opma-btn-submit:hover {
    background-color: #1ebd5c; /* Verde más oscuro al pasar el mouse */
    transform: translateY(-2px);
}

.opma-btn-submit i {
    font-size: 18px;
}

/* --- ESTILOS DE LA IMAGEN --- */
.opma-contact-image {
    position: relative;
}

.opma-contact-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

/* Cuadro decorativo detrás de la foto */
.opma-image-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background-color: #485E68;
    opacity: 0.1;
    border-radius: 12px;
    z-index: 1;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .opma-contact-container {
        grid-template-columns: 1fr; /* Apilar en pantallas pequeñas */
        gap: 50px;
    }
    
    .opma-contact-image {
        order: -1; /* Pone la imagen arriba del formulario en móviles */
    }

    .opma-contact-image img {
        min-height: 300px;
    }
}/* End custom CSS */