.elementor-2135 .elementor-element.elementor-element-6a66b84:not(.elementor-motion-effects-element-type-background), .elementor-2135 .elementor-element.elementor-element-6a66b84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://luciatodd.com/wp-content/uploads/2026/03/background-contacto.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2135 .elementor-element.elementor-element-6a66b84{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2135 .elementor-element.elementor-element-6a66b84 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2135 .elementor-element.elementor-element-211938d > .elementor-element-populated{padding:60px 60px 60px 60px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-2135 .dialog-widget-content{background-color:#FFFFFF00;}#elementor-popup-modal-2135{background-color:#00000029;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2135 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-2135 .dialog-close-button{display:flex;font-size:30px;}#elementor-popup-modal-2135 .dialog-close-button i{color:#365776;}#elementor-popup-modal-2135 .dialog-close-button svg{fill:#365776;}@media(max-width:1024px){.elementor-2135 .elementor-element.elementor-element-211938d > .elementor-element-populated{padding:100px 50px 100px 50px;}}@media(max-width:767px){.elementor-2135 .elementor-element.elementor-element-211938d > .elementor-element-populated{padding:50px 20px 50px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-5aa26b2 */.elementor-2135 .elementor-element.elementor-element-5aa26b2{
    /* =========================================
   ESTRUCTURA DE COLUMNAS (FLEXBOX)
   ========================================= */

h2{
    font-family: "Nuosu SIL", Sans-serif !important;
    font-weight: 500;
    color: #365775;
    font-size: 50px;
}

input, textarea{
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    font-weight: 600;
}

   
.cf7-contenedor-doble {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: end;
    position: relative;
}

.cf7-columna-izq,
.cf7-columna-der {
    width: calc(50% - 15px);
}

.cf7-columna-der {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cf7-columna-izq,
    .cf7-columna-der {
        width: 100%;
    }
}

/* =========================================
   ESTILO MINIMALISTA PARA LOS CAMPOS
   (Solo borde inferior)
   ========================================= */
.cf7-columna-izq input[type="text"],
.cf7-columna-izq input[type="email"],
.cf7-columna-izq input[type="tel"],
.cf7-columna-izq textarea {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    width: 100%;
    padding: 0 15px !important;
    border: none !important;
    border-bottom: 1px solid #365775 !important;
    background-color: transparent !important;
    padding: 10px 0;
    margin-bottom: 30px; 
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

/* Opcional: Color del borde cuando el usuario está escribiendo */
.cf7-columna-izq input[type="text"]:focus,
.cf7-columna-izq input[type="email"]:focus,
.cf7-columna-izq input[type="tel"]:focus,
.cf7-columna-izq textarea:focus {
    border-bottom: 1px solid #000000 !important;
}

/* Ocultar el scroll extra innecesario en el textarea */
.cf7-columna-izq textarea {
    resize: vertical;
    min-height: 80px;
}

.cf7-columna-izq textarea{
    border: solid 1px #365775 !important;
    border-radius: 25px !important;
    padding: 15px !important;
    height: 180px;
}


.wpcf7 p {
    width: 100%;
}

/* BOTON SUBMIT */
input.wpcf7-form-control {
    background-color: #36577500;
    font-family: "Caveat", Sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    fill: #365775;
    color: #365775;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #365775;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto 30px;
    width: 80%;
    display: block;
    text-transform: capitalize;
}
input.wpcf7-form-control:hover{
      color: #ffffff;
      background: #365775;
}

/* SPINNUER */
span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Imgen */
.content-img {
    max-width: 70%;
    margin-bottom: 40px;
}
}/* End custom CSS */