/* _content/WebAppSchool/Components/CarouselComponent.razor.rz.scp.css */
/* Asegura que el carousel y las imágenes llenen el contenedor */
.carousel[b-prslmhgc6n],
.carousel-inner[b-prslmhgc6n],
.carousel-item[b-prslmhgc6n],
.carousel-item img[b-prslmhgc6n] {
	height: 100% !important;
	width: 100% !important;
}

	/* Recorta la imagen manteniendo el centro visible */
	.carousel-item img[b-prslmhgc6n] {
		object-fit: cover;
		object-position: center;
	}
/* _content/WebAppSchool/Components/Layout/FooterMenu.razor.rz.scp.css */
.sa-footer-simple-color[b-h1j468azjo] {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(26,26,26,100);
}

.sa-line-footer-simple-color[b-h1j468azjo] {
	position:absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: black;
}

.sa-footer-simple-color a[b-h1j468azjo] {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* Top part: 150px height, split into two 50% width sections */
.top-part[b-h1j468azjo] {
	height: 150px;
}
/* Bottom part: 50px height */
.bottom-part[b-h1j468azjo] {
	height: 50px;
}
.contact-block[b-h1j468azjo] {
	color: whitesmoke;
	line-height: 1.5;
	margin: 0;
	font-size: 0.875rem;
	text-align: left; /* Alinea el texto a la izquierda dentro del <ul> */
	width: 200px; /* Ancho fijo para replicar el bloque de la imagen */
	padding: 0; /* Elimina padding heredado */
	box-sizing: border-box; /* Asegura que el ancho incluya padding y bordes */
}

	.contact-block li[b-h1j468azjo] {
		margin-bottom: 0.25rem; /* Espacio entre líneas */
		text-align: left; /* Asegura que cada <li> esté alineado a la izquierda */
	}

		.contact-block li strong[b-h1j468azjo] {
			font-size: 1rem; /* Tamaño para "Nuestro contacto:" */
		}

.custom-link:hover[b-h1j468azjo] {
	color: #ff0000
}

/* Sobrescribe text-center si sigue interfiriendo */
.contact-block[b-h1j468azjo] {
	text-align: left !important; /* Prioridad sobre text-center */
}

[b-h1j468azjo] a.as-nav-link-social {
/*	display: block;*/
	width: auto;
	height: 50px;
	object-fit: contain;
	text-decoration: none;
	transition: all 0.3s ease;
}

	[b-h1j468azjo] a.as-nav-link-social:hover {
		transform: scale(1.3);
	}
/* _content/WebAppSchool/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-1hsakayhi1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-1hsakayhi1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/WebAppSchool/Components/Layout/NavMenu.razor.rz.scp.css */
@keyframes fadeSlideDown-b-c99fs98yw6 {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.container-flex[b-c99fs98yw6] {
	height: 150px;
	background-color: rgba(150,21,4,1);
	position: sticky;
	top: 0;
	z-index: 1000;
	animation: fadeSlideDown-b-c99fs98yw6 1s ease-out 0.1s forwards;
}
.ani-downwards-appear[b-c99fs98yw6]{
	z-index: 1000;
	animation: fadeSlideDown-b-c99fs98yw6 1s ease-out 0.1s forwards;
	opacity: 0;
}
.ani-downwards-appear-menu[b-c99fs98yw6] {
	z-index: 1000;
	animation: fadeSlideDown-b-c99fs98yw6 0.5s ease-out 0.01s forwards;
	opacity: 0;
}

.link-logo[b-c99fs98yw6] {
	position: relative;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 20px;
	transition: transform 0.3s ease;
}
	.link-logo:hover[b-c99fs98yw6] {
		transform: scale(1.1);
	}

.as-menu-navbar[b-c99fs98yw6] {
	list-style-type: none;
	margin-top: 40px;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}

.as-menu-navbar-column[b-c99fs98yw6] {
	display: flex;
	flex-direction: column;
	margin:auto;
	align-items: center;
	padding-bottom: 32px;
	margin: 10px;
}

.nav-as-item[b-c99fs98yw6]{
	margin-inline: 20px;
	font-size: 25px;
	padding:5px;
}

/* Use ::deep to target the rendered <a> and its states */
[b-c99fs98yw6] a.as-nav-link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
}

	[b-c99fs98yw6] a.as-nav-link:hover {
		color: #FF8A8A;
		border-radius: 4px;
	}

	[b-c99fs98yw6] a.as-nav-link.active {
		color: black;
		font-weight: bold;
		transform: scale(2);
	}

.menu-toggle[b-c99fs98yw6] {
	font-size: 4rem;
	color: white;
	padding-bottom: 10px;
	background: none;
	border: none;
	cursor: pointer;
}
.nav-list-mobile[b-c99fs98yw6] {
	list-style: none;
	padding: 0.75rem 1rem;
	margin: 0;
	background: rgba(255, 0, 0, 0.2);
	backdrop-filter: blur(4px);
	border-radius: 10px;
	position: absolute;
	top: 100%;
	right: 0;
	width: auto;
	min-width: 200px;
	z-index: 2000;
	text-align: right;
}
[b-c99fs98yw6] a.drop-tex-menu {
	font-size: 20px;
	color: brown;
	text-decoration: none;
	font-weight: 800;
	text-shadow: initial;

}
	[b-c99fs98yw6] a.drop-tex-menu:hover {
		color: #FF8A8A;
		border-radius: 4px;
	}

.nav-list-mobile li[b-c99fs98yw6] {
	padding: 0.75rem 0;
}

	@media (max-width: 1024px) {
		.as-navbar[b-c99fs98yw6] {
			flex-direction: column; /* Stack logo and nav items vertically */
			height: auto; /* Allow height to adjust */
			padding: 10px;
		}

		.link-logo[b-c99fs98yw6] {
			padding: 10px;
		}

		.as-menu-navbar-row[b-c99fs98yw6] {
			flex-direction: column;
			padding: 10px;
		}

		.nav-as-item[b-c99fs98yw6] {
			margin: 10px 0;
			font-size: 20px;
		}

		.as-menu-navbar-column[b-c99fs98yw6] {
			display: flex;
			flex-direction: row;
			gap: 100px;
			list-style-type: none;
			margin: auto;
			align-items: center;
			padding: 20px;
		}
	}
/* _content/WebAppSchool/Components/Pages/Home.razor.rz.scp.css */
.flex-column-center[b-a9nqcfxuam] {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.text-shadow[b-a9nqcfxuam] {
	color: red;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.text-shadow-for-black[b-a9nqcfxuam] {
	color: red;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
.text-shadow-for-white[b-a9nqcfxuam] {
	color: red;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgb(255, 255, 255);
}
.container[b-a9nqcfxuam] {
	max-width: 1600px;
}
video[b-a9nqcfxuam]::-webkit-media-controls {
	display: none !important;
}

video[b-a9nqcfxuam]::-webkit-media-controls-panel {
	display: none !important;
}

video[b-a9nqcfxuam] {
	-webkit-appearance: none;
}
/* _content/WebAppSchool/Components/Pages/Landing.razor.rz.scp.css */
@keyframes fadeIn-b-1pl9n766sg {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate-fade-in[b-1pl9n766sg] {
	opacity: 0;
	animation: fadeIn-b-1pl9n766sg 1s ease-in-out 2s forwards;
}

.background-landing-video[b-1pl9n766sg] {
	width: 100%;
	height: 100vh;
	object-fit: cover; /* Ensures video covers the screen while maintaining aspect ratio */
	display: block;
	background-color: black;
	overflow: hidden;
}
/* _content/WebAppSchool/Components/Pages/ShowStudent.razor.rz.scp.css */
.animate-fly[b-xqhrg3slsi] {
	animation: flyIn-b-xqhrg3slsi 0.5s ease-out;
}

@keyframes flyIn-b-xqhrg3slsi {
	from {
		transform: scale(0.2) translateY(100px);
		opacity: 0;
	}

	to {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}
