.elementor-205 .elementor-element.elementor-element-9d0c9d7{--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-205 .elementor-element.elementor-element-056bfc9{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-205 .elementor-element.elementor-element-92d7d99{text-align:center;}.elementor-205 .elementor-element.elementor-element-92d7d99 .elementor-heading-title{font-family:var( --e-global-typography-c4adf1b-font-family ), Sans-serif;font-size:var( --e-global-typography-c4adf1b-font-size );font-weight:var( --e-global-typography-c4adf1b-font-weight );color:var( --e-global-color-fb6ebe0 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-205 .elementor-element.elementor-element-8d2a3c0{--divider-border-style:solid;--divider-color:var( --e-global-color-543645b );--divider-border-width:1px;}.elementor-205 .elementor-element.elementor-element-8d2a3c0 .elementor-divider-separator{width:100%;}.elementor-205 .elementor-element.elementor-element-8d2a3c0 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-205 .elementor-element.elementor-element-42b6e6a{--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-205 .elementor-element.elementor-element-9d25ee7{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-205 .elementor-element.elementor-element-9d0c9d7{--content-width:1440px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-205 .elementor-element.elementor-element-92d7d99 .elementor-heading-title{font-size:var( --e-global-typography-c4adf1b-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-205 .elementor-element.elementor-element-92d7d99 .elementor-heading-title{font-size:var( --e-global-typography-c4adf1b-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-77ca131 *//* ============================================= */
/* FORMULARIO DE CONTACTO - ESTILOS PRINCIPALES */
/* ============================================= */

/* Contenedor principal del formulario */
#custom-contact-form {
    max-width: 700px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Títulos y etiquetas */
#custom-contact-form h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
}

/* Grupos de campos */
#custom-contact-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

/* Etiquetas */
#custom-contact-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #34495e;
    font-size: 16px;
}

/* Campos de entrada */
#custom-contact-form input,
#custom-contact-form select,
#custom-contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #dce1e5;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #f8fafc;
    color: #2c3e50;
}

/* Placeholder */
#custom-contact-form input::placeholder,
#custom-contact-form textarea::placeholder {
    color: #a0aec0;
    opacity: 1;
}

/* Enfoque en campos */
#custom-contact-form input:focus,
#custom-contact-form select:focus,
#custom-contact-form textarea:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    background-color: #ffffff;
}

/* Estilo específico para textarea */
#custom-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Estilo para el menú desplegable */
#custom-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 45px;
}

/* Botón de envío */
#custom-contact-form .btn-primary {
    background: #3498db;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 18px 35px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 30px auto 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

#custom-contact-form .btn-primary:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

#custom-contact-form .btn-primary:active {
    transform: translateY(0);
}

/* ============================= */
/* ESTILOS PARA MENSAJES DE ALERTA */
/* ============================= */

.alert {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
    padding-left: 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.alert:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-success:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23155724'%3e%3cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3e%3c/svg%3e");
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-danger:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23721c24'%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e");
}

/* ============================= */
/* RESPONSIVIDAD */
/* ============================= */

@media (max-width: 768px) {
    #custom-contact-form {
        padding: 30px 20px;
        margin: 20px auto;
    }
    
    #custom-contact-form h2 {
        font-size: 24px;
    }
    
    #custom-contact-form .btn-primary {
        max-width: 100%;
        padding: 16px;
    }
    
    .alert {
        padding: 15px 15px 15px 50px;
    }
    
    .alert:before {
        left: 15px;
    }
}

/* ============================= */
/* ANIMACIONES */
/* ============================= */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.alert {
    animation: fadeIn 0.5s ease-out;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(52, 152, 219, 0); }
    100% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0); }
}

#custom-contact-form .btn-primary:hover {
    animation: pulse 1.5s infinite;
}

/* ============================= */
/* EFECTO DE CARGANDO AL ENVIAR */
/* ============================= */

.loading .btn-primary {
    position: relative;
    color: transparent;
}

.loading .btn-primary:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* Indicador de carga para reCAPTCHA */
#custom-contact-form .loading-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Estado deshabilitado durante el envío */
#custom-contact-form .btn-primary[disabled] {
    background-color: #95a5a6 !important;
    cursor: not-allowed;
    opacity: 0.8;
}

.grecaptcha-badge { 
    z-index: 9999; 
    position: fixed; 
    bottom: 10px; 
    right: 10px;
}/* End custom CSS */