.elementor-564 .elementor-element.elementor-element-31aad5d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-564 .elementor-element.elementor-element-b13446f{--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;}#elementor-popup-modal-564{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-564 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-564 .dialog-close-button{display:flex;}#elementor-popup-modal-564 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-564 .elementor-element.elementor-element-b13446f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-14b5869 */<style> /* === CONTENEDOR PRINCIPAL DEL POPUP (CENTRADO) === */ .elementor-popup-modal .dialog-message { display: flex; align-items: center; justify-content: center; min-height: 100vh; } /* === CONTENEDOR GENERAL DEL POPUP === */ .popup-contenido { background: #fff; border-radius: 24px; padding: 3rem 2.5rem; max-width: 520px; width: 90%; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); animation: aparecer 0.4s ease forwards; position: relative; overflow: hidden; margin: 0 auto; } @keyframes aparecer { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* === DECORACIÓN SUAVE === */ .popup-contenido::before { content: ""; position: absolute; top: -100px; right: -100px; width: 220px; height: 220px; background: linear-gradient(135deg, #ffb6d5, #c9afff); opacity: 0.3; border-radius: 50%; z-index: 0; } .popup-contenido::after { content: ""; position: absolute; bottom: -80px; left: -80px; width: 180px; height: 180px; background: linear-gradient(135deg, #ffd6e6, #ffeef7); opacity: 0.4; border-radius: 50%; z-index: 0; } /* === FORMULARIO DE CONTACTO (CF7) === */ .popup-contenido form { position: relative; z-index: 1; } .popup-contenido h2, .popup-contenido h3 { text-align: center; color: #7b4eff; margin-bottom: 1.5rem; font-weight: 600; } .popup-contenido p { margin-bottom: 1rem; } .popup-contenido input[type="text"], .popup-contenido input[type="email"], .popup-contenido input[type="tel"], .popup-contenido textarea { width: 100%; padding: 0.9rem 1.2rem; border: 2px solid #eee; border-radius: 14px; outline: none; font-size: 1rem; transition: all 0.3s ease; background: #fafafa; } .popup-contenido input:focus, .popup-contenido textarea:focus { border-color: #c49cff; background: #fff; box-shadow: 0 0 0 3px rgba(195, 164, 255, 0.2); } .popup-contenido textarea { min-height: 120px; resize: vertical; } /* === BOTÓN === */ .popup-contenido input[type="submit"], .popup-contenido button[type="submit"] { width: 100%; background: linear-gradient(90deg, #7b4eff, #b677ff); color: white; font-weight: 600; padding: 1rem 1.5rem; border: none; border-radius: 50px; cursor: pointer; font-size: 1.1rem; margin-top: 1rem; transition: all 0.3s ease; } .popup-contenido input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(123, 78, 255, 0.3); } /* === MENSAJES CF7 === */ .wpcf7-response-output { margin-top: 1rem; border: none !important; background: #f6f0ff; color: #7b4eff; border-radius: 10px; padding: 0.8rem 1rem; font-size: 0.95rem; text-align: center; } /* === RESPONSIVE === */ @media (max-width: 480px) { .popup-contenido { padding: 2rem 1.5rem; } } </style>/* End custom CSS */