/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 14:43:48 */
.post-3778 .entry-title {
	display:none !important;
}

#contenedor-contacto {
	width: 80%;
  	position: absolute;
  	z-index: 1;
  	top: 50px;
}

#parent-contacto {
	display: flex;
    justify-content: center;
    align-items: center;
}

.contacto-elm {
	display: flex;
	gap: 10px;
}

/* Estilos para mensajes de error/success */
.form-message {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-field {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

.jet-form__submit.btn-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.jet-form__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
