.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-141a450:#E7DFD8;--e-global-color-a93694b:#FFFFFF;--e-global-color-7f964ce:#000000;--e-global-color-52d9aa6:#A08268;--e-global-color-529180a:#B19A80;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.tp-site-share{z-index:30;}.elementor-kit-7 .tp-reading-progress{top:0;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================
   ESTILOS MODERNOS PARA CF7
========================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Contenedor principal */
.wpcf7 {
    max-width: 700px;
    margin: 0 auto 40px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    position: relative;
    animation: slideUp 0.6s ease-out;
    overflow: hidden;
}

/* Animaciones */
@keyframes slideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Bordes gradiente animados */
.wpcf7::before {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b, #3b82f6);
    background-size: 300% 300%;
    border-radius: 20px;
    z-index: -1;
    animation: gradientBorder 6s ease infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.wpcf7:hover::before { opacity: 1; }
@keyframes gradientBorder {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Título y subtítulo */
.wpcf7 h1 {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 8px;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeIn 0.8s ease-out;
}
.wpcf7 .subtitle {
    color: #6b7280;
    text-align: center;
    margin-bottom: 35px;
    font-size: 1em;
    font-weight: 400;
    animation: fadeIn 0.8s ease-out 0.2s both;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Labels y campos */
.wpcf7 label {
    display: block;
    color: #374151;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 0.9em;
}
.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    animation: fadeInUp 0.5s ease-out backwards;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px 16px;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    color: #1a1a1a;
    font-size: 0.95em;
    transition: all 0.3s ease;
    font-family: inherit;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: transparent;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3), 0 4px 12px rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}
.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
    border-color: #3b82f6;
    background: #ffffff;
}
.wpcf7 textarea { min-height: 100px; resize: vertical; }

/* Radio buttons estilo precio */
.wpcf7 .wpcf7-list-item {
    margin: 0;
    display: inline-block;
    width: 48%;
    margin-bottom: 12px;
}
.wpcf7 .wpcf7-list-item input[type="radio"] { display: none; }
.wpcf7 .wpcf7-list-item-label {
    display: block;
    padding: 16px 12px;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
.wpcf7 .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.wpcf7 .wpcf7-list-item-label:hover::before {
    width: 300px;
    height: 300px;
}
.wpcf7 .wpcf7-list-item-label:hover {
    border-color: #3b82f6;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59,130,246,0.15);
}
.wpcf7 .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1),0 4px 12px rgba(59,130,246,0.2);
    transform: scale(1.02);
}

/* Archivo adjunto */
.wpcf7 input[type="file"] {
    display: none;
}
.wpcf7 .wpcf7-file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    background: #f9fafb;
    border: 1.5px dashed #d1d5db;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #6b7280;
    font-size: 0.9em;
}
.wpcf7 .wpcf7-file-upload-label:hover {
    background: #ffffff;
    border-color: #3b82f6;
    color: #3b82f6;
}

/* Botón de envío */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}
.wpcf7 input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}
.wpcf7 input[type="submit"]:hover::before { left: 100%; }
.wpcf7 input[type="submit"]:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59,130,246,0.4);
}
.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(59,130,246,0.3);
}

/* Placeholder */
.wpcf7 ::-webkit-input-placeholder { color: #9ca3af; }
.wpcf7 :-moz-placeholder { color: #9ca3af; }
.wpcf7 ::-moz-placeholder { color: #9ca3af; }
.wpcf7 :-ms-input-placeholder { color: #9ca3af; }

/* Mensajes de respuesta */
.wpcf7-response-output { margin-top: 20px; padding: 12px 16px; border-radius: 10px; font-size: 0.9em; }

/* Responsive */
@media (max-width:768px) {
    .wpcf7 { padding: 30px 20px; }
    .wpcf7 h1 { font-size: 1.75em; }
    .wpcf7 .wpcf7-list-item { width: 100%; }
}

.imagen .texto {
  transition: opacity 0.4s ease;
}

.imagen:hover .texto {
  opacity: 0;
}/* End custom CSS */