< !-- Ajustes adicionales para responsividad -- > <style > body {
	background-color: whitesmoke;
	font-family: 'Roboto', sans-serif;
}

.container {
	margin-top: 50px;
}

.card {
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.form-switch {
	cursor: pointer;
}

.hidden {
	display: none;
}

.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary.coral {
	background-color: #ff6f61;
	/* Coral color */
	border-color: #ff6f61;
}

.btn-primary.hero {
	background-color: #eafaf1;
	/* Verde suave */
	border-color: #008000;
	color: #555555;
}

.btn-primary.lightskyblue {
	background-color: #87CEFA;
	/* light ski ble */
	border-color: #87CEFA;
	color: white;
}

.btn-primary.steel-blue {
	background-color: #4682B4;
	/* steel blue */
	border-color: #008000;
	color: #555555;
}

.highlight {
	color: lightskyblue;
	/* Coral color */
	font-weight: bold;
}

.highlight_coral {
	color: #00a000;
	/* Coral color */
	font-weight: bold;
}

/* Asegurar que el viewport se ajuste en móviles */
@media (max-width: 768px) {
	.navbar-nav .nav-link {
		font-size: 1.2rem;
		/* Aumentar el tamaño de texto en móvil */
	}

	.navbar-brand {
		font-size: 1.4rem;
		/* Aumentar el tamaño de la marca en móvil */
	}

	.navbar-toggler {
		width: 2rem;
		/* Aumentar el tamaño del toggler en móvil */
		height: 2rem;
	}
}

/* Ajustes para tablets y pantallas medianas */
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav .nav-link {
		font-size: 1rem;
	}
}

/* Estilos para el navbar */
.navbar {
	border-bottom: 1px solid lightskyblue;
	background-color: black;
}

/* Estilo para el texto principal del navbar */
.navbar .navbar-brand {
	color: lightskyblue;
}

.navbar-toggler-icon {
	color: lightskyblue;
}

.navbar-toggler {
	border: none;
	/* Elimina el borde */
	box-shadow: none;
	/* Elimina el sombreado del borde */
}

/* Para asegurarte de que no haya sobrescritura por Bootstrap */
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
	color: lightskyblue;
}

.col-sm {
	margin-top: 20px;
}

.alert-success {
	background-color: #d4edda;
	/* Verde claro */
	color: #155724;
	/* Texto verde oscuro */
	border: 1px solid #c3e6cb;
	/* Borde verde claro */
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
}

.alert-success .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #155724;
}

.alert-success.w-100 {
	width: 100%;
}

.alert-warning {
	background-color: #f5d79f;
	/* Naranja claro */
	color: #773300;
	/* Texto naranja oscuro */
	border: 1px solid #f0c771;
	/* Borde naranja claro */
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
}

.alert-warning .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #773300;
}

.alert-warning.w-100 {
	width: 100%;
}

.footer-lightskyblue {
	background-color: lightskyblue;
	color: whitesmoke;
}
.footer-logo-img {
	max-height: 60px;
	height: auto;
	width: auto;
	/* Mantiene la proporción */
/*	margin-left: 5px;*/
}

</style >

/*para el header*/
<style > :root {
	--primary-color: coral;
	--secondary-color: #0396FF;
	--text-color: #333;
	--hover-color: lightskyblue;
}

.navbar {
	background-color: #f8f9fa;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 0.5rem 1rem;
}

.logo-img {
/*	height: 250px;*/
/*	height: auto;*/
/*	max-width: 150px;*/
	width: 100%;
	/* Mantiene la proporción */
	margin-right: 5px;
}

.navbar .logo-img {
	max-height: 40px;
	height: auto;
	width: auto;
	/* Mantiene la proporción */
	margin-right: 5px;
}

.navbar-brand {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--text-color);
	font-size: 1.4rem;
}

.navbar-brand svg {
	margin-right: 10px;
}

.nav-link {
	color: var(--text-color);
	transition: color 0.3s ease, background-color 0.3s ease;
	padding: 0.5rem 1rem;
	border-radius: 5px;
}

.nav-link:hover {
	color: whitesmoke;
	background-color: lightskyblue;
}

.navbar-nav .nav-item {
	margin-right: 5px;
}

.navbar-toggler {
	border-color: var(--primary-color);
}

.border-coral {
	border-bottom: 3px solid var(--primary-color);
}

.dropdown-menu {
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
	background-color: lightskyblue;
	/*            background-color: rgba(255, 127, 80, 0.1);*/
	color: whitesmoke;
}



@media (max-width: 991.98px) {
	.navbar-collapse {
		background-color: #f8f9fa;
		padding: 1rem;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
}


div .lightskyblue {
	background-color: lightskyblue;
	/*            background-color: rgba(255, 127, 80, 0.1);*/
	color: whitesmoke;
}


.card {
	/*            width: 300px;*/
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.card-header-cartel {
	height: 150px;
	/*            background-image: url('https://picsum.photos/300/150');*/
	background-size: cover;
	background-position: center;
}

.card-header {
	height: 150px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 10px;
}

.card-header-aguas-abiertas {
	height: 150px;
	background: linear-gradient(-45deg, #FFD700, #FFE093, #FFF5B1, #FFC300);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 10px;
}

.card-header-natacion {
	height: 150px;
	background: linear-gradient(-45deg, #E0F7FA, #B2EBF2, #4FC3F7, #69D2E7);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 10px;
}



.card-header-natacion-artistica {
	height: 150px;
	background: linear-gradient(-45deg, #ffbebe, #f8a5a5, #f78fb3, #d383a8);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 10px;
}

.card-header-waterpolo {
	height: 150px;
	background: linear-gradient(-45deg, #C3D597, #9BCC8D, #5CCB81, #3E9A66);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 10px;
}



.card-header h3 {
	margin: 0;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.profile-pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid white;
	margin: -50px auto 0;
	display: block;
}

.profile-icon {
	width: 100px;
	height: 100px;
	margin: -50px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fa-stack {
	font-size: 2.5em;
}

.card-body {
	padding: 20px;
	text-align: center;
}

h2 {
	margin: 10px 0;
	color: #333;
}

p {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.convocatoria-links {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 2em;
}

.convocatoria-links-desactivado {
	color: darkgray;
	text-decoration: none;
	font-size: 1.2em;
	transform: scale(1);
	/* Tamaño normal */
}

.convocatoria-links-activado {
	/*            color: lightcoral;*/
	text-decoration: none;
	font-size: 1.2em;
	transform: scale(1.2);
	/* Aumentar tamaño */

}

.convocatoria-links-activado-disponible {
	color: lightskyblue;
	text-decoration: none;
	font-size: 1.2em;
	transform: scale(1.2);
	/* Aumentar tamaño */

}

.convocatoria-links-activado-no-disponible {
	color: lightcoral;
	text-decoration: none;
	font-size: 1.2em;
	transform: scale(1.2);
	/* Aumentar tamaño */

}

.convocatoria-links-activado-invitado {
	color: lightsalmon;
	text-decoration: none;
	font-size: 1.2em;
	transform: scale(1.2);
	/* Aumentar tamaño */

}

.convocatoria-links-activado-convocado {
	color: lightseagreen;
	text-decoration: none;
	font-size: 1.2em;
	transform: scale(1.2);
	/* Aumentar tamaño */

}

.convocatoria-link {
	transition: color 0.3s ease, transform 0.3s ease;
	margin: 0.5em;
}
.convocatoria-editar-link {
    display: flex; /* Convertimos el elemento en un contenedor flex */
    align-items: center; /* Alineamos los elementos verticalmente al centro */
	justify-content: center;
    height: 100%; /* Si el contenedor tiene una altura definida, esto asegura que el contenido ocupe todo el espacio */
	font-size: 1em;
}


.card-body i {
	font-size: 2em;
}

</style >
