.elementor-131765 .elementor-element.elementor-element-d89724b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-abbf875 *//* --- Estilos Formulario Registro Grupo CF7 --- */

/* Contenedor y Aviso */
.aviso-importante {
    background-color: #e3f2fd; /* Azul clarito */
    border-left: 5px solid #004aad;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.seccion-grupo {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #fdfdfd;
}

.seccion-grupo legend {
    font-weight: bold;
    font-size: 1.1em;
    color: #004aad; /* Tu color corporativo */
    padding: 0 10px;
}

/* Sistema de Grid (Columnas) */
.fila-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espacio entre campos */
    margin-bottom: 15px;
}

.fila-form label {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

/* Control de anchos */
.una-col > label { flex: 1 1 100%; }
.dos-col > label { flex: 1 1 45%; }
.tres-col > label { flex: 1 1 30%; }

/* Inputs bonitos */
.registro-grupo-container input[type="text"],
.registro-grupo-container input[type="email"],
.registro-grupo-container input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

/* Botón grande */
.boton-enviar input {
    width: 100%;
    background-color: #004aad;
    color: white;
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.boton-enviar input:hover {
    background-color: #003380;
}

/* Responsive (Móvil): Todo a 1 columna */
@media (max-width: 768px) {
    .dos-col > label, .tres-col > label {
        flex: 1 1 100%;
    }
}/* End custom CSS */