:root {
	--amarillo: #f2cc0c;
	--azul: #32A9D9;
	--cielo: #96d2ea;
	--morado: #5259d9;
	--naranja: #f28907;
	--rey: #1445A6;
	--amarilloTrunks: #f09400;
	--azulCieloTrunks: #278bd0;
	--azulReyTrunks: #123f98;
	--cafeTrunks: #423326;
	--grisClaroTrunks: #9a8fb4;
	--grisOscuroTrunks: #36586b;
	--rojoTrunks: #b4341e;

}

* {
	scrollbar-width: thin;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #96A8EA;
	opacity: 1;
	background-image: radial-gradient(#96d2ea 0.8500000000000001px, transparent 0.8500000000000001px), radial-gradient(#96d2ea 0.8500000000000001px, #96A8EA 0.8500000000000001px);
	background-size: 34px 34px;
	background-position: 0 0, 17px 17px;
}

h2,
h3 {
	font-size: 1.5rem !important;
	font-weight: bold !important;
}

/* --------------------------------------- Portada */
#inicio {
	position: relative;
}

.btn-clase-muestra {
	position: absolute;
	bottom: -1em;
	right: 1em;
	background-color: var(--amarillo) !important;
	max-width: 20% !important;
	z-index: 100;
	border: none;
	color: black !important;
	font-weight: bolder !important;
}

.btn-clase-muestra:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: var(--naranja);
	border-radius: 5px;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		7px 7px 20px 0px rgba(0, 0, 0, .1),
		4px 4px 5px 0px rgba(0, 0, 0, .1);
	transition: all 0.3s ease;
}

.btn-clase-muestra:hover:after {
	left: 0;
	width: 100%;
}

.separador {
	background-color: #D9D9D9;
	width: 100%;
	height: 30px;
}

/* --------------------------------------- Menú de navegación */
.logo {
	border: 1px;
	height: 100px;
	width: auto;
}

nav {
	padding: 10px;
}

.nav-item {
	text-decoration: none;
	color: black;
	font-size: large;
}

.nav-item:hover {
	color: var(--rey);
	padding-bottom: 7px;
	border-bottom: 2px solid var(--rey);
}

.navbar li {
	list-style: none;
}

ul.navbar {
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}

section {
	background-color: #D9D9D9;
}

#talleres {
	text-align: center;
	background-image: linear-gradient(45deg, #00000088, #1C7ED888),
		url("./resource/banner/webinar_roblox.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.btn-taller {
	position: absolute;
	max-width: 140px;
	width: 27%;
	top: 66%;
	left: 55%;
	transform: translate(-55%, -50%);
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-taller:hover {
	max-width: 180px;
	width: 30%;
}

.img-taller {
	max-height: 400px;
	object-fit: scale-down;
	max-width: 100%;
}

/* --------------------------------------- Nuestros Cursos */
#cursos {
	position: relative;
	width: 100%;
	background: linear-gradient(125deg, var(--rey), var(--cielo));
}

#cursos h2 {
	color: #fff;
}

#cursos .descripcion {
	overflow-y: scroll;
	height: 220px;
	font-size: 0.94rem;
	text-align: justify;
}

.curso-edad {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background-color: var(--amarillo);
	color: black;
	font-size: small;
	padding: 5px;
	border-radius: 20px;
}

.carousel-card-3x {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	width: 100%;
	background-color: transparent;
	gap: 15px;
	justify-content: space-around;
}

.carousel-card-3x .card {
	justify-self: center;
	max-width: 400px;
	margin: 0;
	padding: 0;
	border-radius: 20px;
}

.card-img-top {
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 20px 20px 0 0 !important;
}

.card-body {
	padding-top: 0 !important;
	overflow-y: hidden;
	max-height: 300px;
	text-overflow: ellipsis;
	position: relative;
}

.card-body h3 {
	font-weight: bold;
	color: #1f2937;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.carousel-control-prev,
.carousel-control-next {
	background-color: #ff00ff !important;
	border-radius: 50px;
	width: 2.5rem !important;
	height: 2.5rem !important;
	margin: auto 0;
	opacity: 1 !important;
}

.carousel-control-next:hover {
	opacity: .9 !important;
	box-shadow: #0085FF 0px 0px 2px 2px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(54%) sepia(51%) saturate(5356%) hue-rotate(163deg) brightness(97%) contrast(103%);
}

.btn-comprar {
	margin: 0 1em;
	width: 130px;
	height: 40px;
	color: #064AAE;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		7px 7px 20px 0px rgba(0, 0, 0, .1),
		4px 4px 5px 0px rgba(0, 0, 0, .1);
	outline: none;
	border: none;
	z-index: 1;
	text-decoration: none;
}

.individual {
	background-image: linear-gradient(315deg, #0770F2 0%, #96d2ea 74%);
}

.grupal {
	background-image: linear-gradient(315deg, #f28907 0%, #f2cc0c 74%);
}

.individual:after {
	background: #0770F2;
}

.grupal:after {
	background: #f28907;
}

.btn-comprar:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	box-shadow:
		-7px -7px 20px 0px #fff9,
		-4px -4px 5px 0px #fff9,
		7px 7px 20px 0px #0002,
		4px 4px 5px 0px #0001;
	transition: all 0.3s ease;
}

.btn-comprar:hover {
	color: #fff;
}

.btn-comprar:hover:after {
	top: 0;
	height: 100%;
}

.btn-comprar:active {
	top: 2px;
}

#quienes-somos {
	background: transparent;
}

#quienes-somos .descripcion {
	background: #ffffff77;
	border-radius: 20px;
}

.minibot {
	position: absolute;
	max-width: 15%;
	max-height: 100px;
	bottom: -3rem;
	right: 0;

}

.minibot-mensaje {
	position: absolute;
	bottom: -2.5rem;
	right: 130px;
	color: var(--rey);
	font-weight: bolder;
	font-size: 1.5em;
	z-index: 1;
}

.typed-animation {
	color: var(--amarillo);
}

/* --------------------------------------- Nuestros Profesoras */
#conocenos {
	background-color: #5259d9;
	background-image: url(./resource/wave.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #21f5fa;
}

#conocenos .profa-presentacion {
	color: black;
}

#conocenos .profa-presentacion h3 {
	color: #9ddd6b;
}

#conocenos h2 {
	color: #fff;
}

.img-teacher {
	object-fit: cover;
	border-radius: 1000px;
	width: 50%;
	max-width: 200px;
	aspect-ratio: 1/1;
	margin: 20px;
	border: 5px solid;

	text-align: justify;
}

.profa-clases {
	font-size: large;
}

div.clases p {
	font-size: large;
	font-weight: bold;
	color: #9ddd6b;

}

/* --------------------------------------- Testimonios */
#testimonios {
	background: #F0EFE6;
}

#testimonios .shadow {
	box-shadow: 0 .3rem 0.3rem #f2890773 !important;
}

#testimonios .card-body {
	overflow-y: auto;
}

/* --------------------------------------- Formulario de prueba */

.free-trial-section {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

/* Grid layout */
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.form-section,
.info-section {
	padding: 40px;
}

/* Títulos */
.title {
	font-size: 24px;
	font-weight: bold;
	color: #2d3748;
	margin-bottom: 20px;
}

/* Formulario */
.form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

label {
	font-size: 14px;
	font-weight: 500;
	color: #4a5568;
}

input,
select {
	height: 40px;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	transition: border 0.3s;
}

input:focus,
select:focus {
	border-color: #3182ce;
	outline: none;
	box-shadow: 0 0 5px rgba(49, 130, 206, 0.5);
}

/* Botón de envío */
.submit-btn {
	height: 50px;
	background: #3182ce;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s;
}

.submit-btn:hover {
	background: #2b6cb0;
}

/* Términos y condiciones */
.terms {
	font-size: 12px;
	color: #718096;
	text-align: center;
}

.terms a {
	color: #3182ce;
	text-decoration: none;
}

.terms a:hover {
	text-decoration: underline;
}

/* Sección de beneficios */
.info-section {
	background: #f7fafc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.benefits {
	list-style: none;
	padding: 0;
}

.benefits li {
	font-size: 16px;
	color: #4a5568;
	margin: 10px 0;
}

/* Footer */
.rss svg {
	transform: scale(1.3);
}

/* botón Whatsapp */
.floating_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.floating_btn svg {
	width: 25px !important;
	height: 25px !important;
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}

.contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}

/* Media query para responsive */
@media (max-width: 768px) {
	.grid-container {
		grid-template-columns: 1fr;
	}

	.form-section,
	.info-section {
		padding: 20px;
	}
}

/* --------------------------------------- luces de fondo en cursos */
.lights-container {
	min-width: none;
	background: #1F2024;
	min-height: none;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blob-c {
	min-height: 100vh;
	overflow: hidden;
	position: absolute;
	width: 100%;
	filter: blur(40px);
	/*   background: rgba(255,255,255,0.1) */
}

.blob {
	background: #26C3F9;
	height: 60px;
	width: 80px;
	border-radius: 40% 50% 30% 40%;
	animation: transform 18s ease-in-out infinite both alternate, movement_one 12s ease-in-out infinite both;
	opacity: .7;
	position: absolute;
	left: 75%;
	top: 40%;
}

.blob.one {
	background: #0085FF;
	height: 150px;
	width: 200px;
	left: 10px;
	top: 10px;
	transform: rotate(-180deg);
	animation: transform 8s ease-in-out infinite both alternate, movement_two 20s ease-in-out infinite both;
}

.blob.two {
	background: #4EAEFF;
	height: 150px;
	width: 150px;
	left: 600px;
	top: 250px;
	transform: rotate(-180deg);
	animation: transform 10s ease-in-out infinite both alternate, movement_two 10s ease-in-out infinite both;
}

.blob.three {
	background: #0EAFFF;
	height: 150px;
	width: 150px;
	left: 800px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 7s ease-in-out infinite both alternate, movement_two 23s ease-in-out infinite both;
}

.blob.four {
	background: var(--rey);
	height: 100px;
	width: 100px;
	left: 500px;
	top: 60px;
	transform: rotate(-180deg);
	animation: transform 17s ease-in-out infinite both alternate, movement_two 12s ease-in-out infinite both;
}

.blob.five {
	background: #0085FF;
	height: 100px;
	width: 80px;
	left: 480px;
	top: 250px;
	transform: rotate(-180deg);
	animation: transform 12s ease-in-out infinite both alternate, movement_two 18s ease-in-out infinite both;
}

.blob.six {
	background: #0EAFFF;
	height: 70px;
	width: 100px;
	left: 160px;
	top: 400px;
	transform: rotate(-180deg);
	animation: transform 5s ease-in-out infinite both alternate, movement_two 7s ease-in-out infinite both;
}

.blob.seven {
	background: #0085FF;
	height: 70px;
	width: 100px;
	left: 400px;
	top: 400px;
	transform: rotate(-180deg);
	animation: transform 5s ease-in-out infinite both alternate, movement_two 12s ease-in-out infinite both;
}

@keyframes transform {

	0%,
	100% {
		border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%;
	}

	20% {
		border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%;
	}

	40% {
		border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%;
	}

	60% {
		border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%;
	}

	80% {
		border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%;
	}
}

@keyframes movement_one {

	0%,
	100% {
		transform: none;
	}

	50% {
		transform: translate(50%, 20%) rotateY(10deg) scale(1);
	}
}

@keyframes movement_two {

	0%,
	500% {
		transform: none;
	}

	50% {
		transform: translate(50%, 100%) rotate(-200deg) scale(1.3);
	}
}

@media (max-width: 576px) {
	.carousel-card-3x {
		grid-template-columns: auto;
	}

	.btn-clase-muestra {
		font-size: 0.9rem !important;
		max-width: 40% !important;
	}
}