.elementor-162 .elementor-element.elementor-element-1cfea76{--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;--overlay-opacity:0.11;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-1cfea76:not(.elementor-motion-effects-element-type-background), .elementor-162 .elementor-element.elementor-element-1cfea76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-162 .elementor-element.elementor-element-1cfea76::before, .elementor-162 .elementor-element.elementor-element-1cfea76 > .elementor-background-video-container::before, .elementor-162 .elementor-element.elementor-element-1cfea76 > .e-con-inner > .elementor-background-video-container::before, .elementor-162 .elementor-element.elementor-element-1cfea76 > .elementor-background-slideshow::before, .elementor-162 .elementor-element.elementor-element-1cfea76 > .e-con-inner > .elementor-background-slideshow::before, .elementor-162 .elementor-element.elementor-element-1cfea76 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.pasteleriasanfrancisco.cl/wp-content/uploads/2026/03/44754.jpg");--background-overlay:'';background-position:center center;background-size:cover;}.elementor-162 .elementor-element.elementor-element-749cf59{--display:flex;}/* Start custom CSS for html, class: .elementor-element-edaf746 */.contacto-whatsapp {
    padding: 80px 5%;

    display: flex;
    justify-content: center;
}

.contacto-container {
    width: 100%;
    max-width: 600px;
}

.contacto-glass {
    background: rgba(245, 186, 196, 0.1); /* Tono rosa muy suave */
    backdrop-filter: blur(10px);
    border: 2px solid var(--rosa-principal);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(245, 186, 196, 0.2);
}

.contacto-header {
    text-align: center;
    margin-bottom: 30px;
}

.contacto-header h2 {
    font-family: 'Playfair Display', serif;
    color: #5d4037;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.contacto-header p {
    color: #888;
    font-size: 1rem;
}

.contacto-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-group label {
    font-weight: 700;
    color: #5d4037;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.input-group input, 
.input-group select, 
.input-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
}

.input-group input:focus, 
.input-group select:focus, 
.input-group textarea:focus {
    border-color: var(--rosa-principal);
    box-shadow: 0 0 8px rgba(245, 186, 196, 0.5);
}

.btn-whatsapp {
    background-color: #25d366; /* Color oficial WhatsApp */
    color: white;
    padding: 15px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    margin-top: 10px;
}

.btn-whatsapp:hover {
    background-color: #128c7e;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

@media (max-width: 480px) {
    .contacto-glass { padding: 25px 20px; }
    .contacto-header h2 { font-size: 1.8rem; }
}/* End custom CSS */