.required{
	color: red;
}
textarea{
	resize:vertical;
	height: 120px;
}
fieldset {
	background-color: #FFF;
	margin-bottom: 24px;
    padding: 24px;
    border-color: #dee2e6;
}
fieldset legend{
    font-size: 16px;
    margin-bottom: 0;
}

legend, label, .label{
    color: var(--ast-global-color-2, #111827);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
	font-family: 'Roboto',sans-serif!important;
}
select.form-control {
    padding: 0.5em 0.75em;
}
.privacidad label{
	font-weight: normal;
}
.privacidad .wpcf7-list-item{
	margin-left: 0;
}
input[type="file"], .wpcf7 input[type=file].wpcf7-form-control {
	padding: 7px 16px;
}
small {
    display: block;
    margin-top: -16px;
}
.form-inscripcion-iniciativa small {
	margin-top: 0;
}
form p {
	font-size: 14px;
}
.form-row .form-group .form-control {
    box-shadow: none;
    border-color: #ced4da;
}
a.boton-descarga {
	display: inline-block;
	margin-top: 8px;
	color: var(--ast-global-color-0);

}
a.boton-descarga:hover{
	color: #004447;
} 
.box-submit{
    text-align: right;
}
input[type="submit"], button[type="submit"] {
	background-color: #00b1bb;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 700;
	transition: 0.2s;
	color: #FFF;
	border-radius: 30px;
}
input[type="submit"]:hover, button[type="submit"]:hover {
	background-color: #000;
	color: #FFF;
}
input[type="submit"]:disabled, .wpcf7-submit:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
/* Tablas añadir más de un registro Titulo__c, Especialidad__c e Historial_Laboral__c */
button.btn-eliminar-fila.btn.btn-sm.btn-danger {
    box-shadow: none;
}
button.btn-añadir {
    box-shadow: none;
    border: 1px solid black;
    border-radius: 30px;
    line-height: 2px;
	transition: 0.2s;
}
button.btn-añadir:hover {
	background-color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
	color: #FFF;
}

/* ===== TABLAS REPETIDORAS RESPONSIVE ===== */

.tabla-repetidor th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 14px;
}

.tabla-repetidor td input,
.tabla-repetidor td select {
    width: 100%;
    min-width: 0;
    margin: 0;
}


.tabla-repetidor .btn-eliminar-fila {
    white-space: nowrap;
    padding: 6px 12px;
}

/* Responsive: Mobile */
@media screen and (max-width: 768px) {
    
    .tabla-repetidor {
        border: 0;
    }
    
    .tabla-repetidor thead {
        display: none;
    }
    
    .tabla-repetidor tbody {
        display: block;
    }
    
    .tabla-repetidor tr {
        display: block;
        margin-bottom: 24px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
        background: #fff;
    }
    
    .tabla-repetidor td {
        display: block;
        border: none;
        padding: 8px 0;
        text-align: left;
        position: relative;
        min-height: 40px;
    }
    
    .tabla-repetidor td::before {
        content: attr(data-label);
        padding-right: 8px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .tabla-repetidor td:last-child {
        text-align: center;
        padding-left: 0;
        padding-top: 16px;
        border-top: 1px solid #eee;
        margin-top: 8px;
    }
    
    .tabla-repetidor td:last-child::before {
        display: none;
    }
    
    .tabla-repetidor .btn-eliminar-fila {
        width: 100%;
        max-width: 200px;
    }
	button.btn-añadir {
		width: 100%;
		margin-bottom: 24px;
	}
}

.seccion-especialidades,
.seccion-historial {
    margin-top: 40px;
}

/* Mejorar espaciado en móvil */
@media screen and (max-width: 768px) {
    .seccion-titulos,
    .seccion-especialidades,
    .seccion-historial {
        margin-bottom: 30px;
    }
    
    fieldset {
        padding: 16px;
    }
}