/*@import url('https://fonts.googleapis.com/css?family=Montserrat|Montserrat+Alternates|Poppins&display=swap');*/
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: 'Montserrat Alternates', sans-serif;
	}
	body {
		background: url(matricula.jpg);
		
		background-size: 100% 100%;
		/*background-repeat: no-repeat;*/
		width: 100%;
		height: 100%;
		overflow: visible;
	}
	.centrado {

		background-color: #0d7eff;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		
		
	}
	.hidden {
		overflow: hidden;
	}
	.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

	.capa{
		
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.589);
		z-index: -1;
		top: 0;left: 0;
	}
	/*Estilos para el encabezado*/
	.header{
		width: 100%;
		height: 150px;
		background-color: #007ce2;
		top: 0;left: 0;
		padding-top: 1%;
	}
	.container{
		width: 90%;
		max-width: 1200px;
		margin: auto;
		
	}
	.container .btn-menu, .logo{
		float: left;
	}
	.container .btn-menu label{
		color: #fff;
		font-size: 25px;
		cursor: pointer;
	}
	.img-cabecera{
		width: 	25%;
		height: 25%;
		margin-left: 2%;
		margin-top: 15px;
	}
	.titulo-cabecera {
		color: yellow;
		margin-left: 7%;
		position: absolute;
		margin-top: -2.5%;
	}
	.container .menu{
		float: right;
		
	}
	.menu-link{
		margin-top: 6.5%;
		display: inline-block;
		padding: 15px;
		line-height: normal;
		text-decoration: none;
		color: yellow;
		transition: all 0.3s ease;
		border-bottom: 2px solid transparent;
		font-size: 15px;
		margin-right: 5px;
	}
	.menu-link:hover{
		border-bottom: 2px solid yellow;
		padding-bottom: 5px;
	}
	.aula {
		width: 150px;
		height: 50px;
		background-color: #f83a00;
		color: #fff;
		text-decoration: none;
		border: 2px solid rgb(104, 21, 0);
		border-radius: 1%;
		
	}
	.aula:hover{
		background-color: #00990d;
		text-decoration: underline;
		border: 2px solid rgb(0, 65, 19);

	}
	.btn-menu{
		margin-left: -7%;
		margin-top: 3%;
	}
	/*Fin de Estilos para el encabezado*/

	/*Men첫 lateral*/
	#btn-menu{
		display: none;

	}
	.container-menu{
		position: absolute;
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100vh;
		top: 0;left: 0;
		transition: all 500ms ease;
		opacity: 0;
		visibility: hidden;
	}
	#btn-menu:checked ~ .container-menu{
		opacity: 1;
		visibility: visible;
	}
	.cont-menu{
		width: 100%;
		max-width: 250px;
		background: #007ce26c;
		height: 100vh;
		position: relative;
		transition: all 500ms ease;
		transform: translateX(-100%);
	}
	#btn-menu:checked ~ .container-menu .cont-menu{
		transform: translateX(0%);
	}
	.cont-menu nav{
		transform: translateY(15%);
	}
	.cont-menu nav a{
		display: block;
		text-decoration: none;
		padding: 20px;
		color: #ffffff;
		border-left: 5px solid transparent;
		transition: all 400ms ease;
	}
	.whatsapp:hover {
		background: rgb(3, 105, 25);
		text-decoration: underline;
		color: #ffffff;
	}
	.facebook:hover {
		background: rgb(0, 38, 255);
		text-decoration: underline;
		color: #ffffff;
	}
	.instagram:hover {
		background: rgb(255, 48, 169);
		text-decoration: underline;
		color: #ffffff;
	}
	.cont-menu label{
		position: absolute;
		right: 5px;
		padding-bottom: 10px;
		margin-top: -75%;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
	}
	/*Fin de Men첫 lateral*/
	.tittle-general {
		text-align: center;
		font-size: 40px;
		padding-top: 5%;
		padding-bottom: 5%;
		
	}
	.img-general {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.titulo-colegio {
		color: #df9c0c;
		font-size: 40px;
	}
	.main {
		width: 98%;
		background: #ffffff8c;
		margin-top: 5%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.img-main {
		width: 100%;
		height: 100%;
		margin-left: 2%;
		border-radius: 1%;
		border: 3px solid rgb(243, 212, 38);
	}
	.text-main {
		width: 100%;
		color: rgb(8, 8, 8);
		font-size: 25px;
	}
	.tittle-main {
		color: rgb(12, 132, 245);
	}
	.fondo-carrusel {
		background-color: #ffffff8c;
		width: 98%;
	}
	.carrusel-img {
		width: 70%;
		height:20%;
		padding-top: 10%;
		padding-bottom: 10%;
		
	}
	.recuerdos {
		color: rgb(255, 238, 0);
		box-shadow: #fff;
		margin-bottom: 5%;
		font-size: 40px;
	}
	.formulario-main {
		background: #ffffff8c;
		width: 98%;
		padding-top: 5%;
		padding-bottom: 5%;
	
	
	
    .cards {
    display: flex;
    justify-content: center; /* Centra las tarjetas en el contenedor */
}

.cards .card {
    background: rgb(12, 84, 192);
    border: 3px solid #df9c0c;
    padding: 2%; /* Agrega un padding interno más uniforme */
    width: 58%;
    display: flex;
    align-items: left;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 60%);
}

.cards .card .img-directores {
    width: 300px; /* Ajusta el tamaño para que sea más grande */
    height: 300px;
    object-fit: cover;
    border: 4px solid #df9c0c;
    border-radius: 50%;
    margin-right: 20px; /* Espacio entre la imagen y el texto */
}

.cards .card > .contenido-textos-card {
    flex: 1; /* Asegura que tome el espacio necesario */
    color: #fff;
    text-align: right; /* Alinea el texto al lado derecho */
    display: flex;
    flex-direction: column; /* Organiza el texto en columna */
    justify-content: center; /* Centra el texto verticalmente */
    align-items: flex-end; /* Alinea los elementos al final del eje horizontal */
}

.cards .card > .contenido-textos-card h4,
.cards .card > .contenido-textos-card p {
    margin: 0; /* Elimina márgenes innecesarios */
}
	
	}
	.titulo {
		color: #0127ff;
		font-size: 30px;
		text-align: center;
		margin-bottom: 50px;
		
	}
	.elegir {
		width: 98%;
		padding-top: 5%;
		padding-bottom: 5%;
		background: #ffffff8c;

	}
	.title-ele {
		color: #fff;
	}
	.img-clase {
		width: 70%;
		padding: 40px;
	}
	
	.titulo-ele {
		color: #0127ff;
		text-decoration: underline;
		margin-bottom: 80px;
	}
	.elegirnos {
		background: rgb(12, 132, 245);
		width: 90%;
		height: 80%;
		display: flex;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.text-mod {
		font-size: 13px;
		width: 80%;
		color: #fff;
	}
	.fondo-ele {
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.text-ele {
		background: #ffffffa2;
		width: 96%;
	}
	
	
	.icono-elegir {
		font-size: 150px;
		color: #fff;
	}
	.cursos {
		width: 98%;
		padding-top: 5%;
		padding-bottom: 5%;
		background: #ffffff8c;
	}
	.imagen-curso {
		width: 70%;
	}
	.matri-content {
		margin-right: 20%;
	}
	.matri-title {
		margin-top: 10%;
		margin-bottom: 10%;
		font-size: 80px;
		color: #0127ff;
	}
	.matri-text {
		font-size: 40px;
		margin-bottom: 10%;
	}
	.matricula {
		width: 40%;
		height: 20%;
		font-size: 35px;
		background: #007ce2;
		color: #fff;
		border:3px solid #002e56;
	}
	.matricula:hover {
		background: #00990d;
		border:3px solid rgb(0, 65, 19);
	}
	.icono-wsp {
		width: 80px;
		border-radius: 50%;
	}
	.btn-wsp{
		position: fixed;
		overflow: visible;
		line-height: 55px;
		bottom: 30px;
		right: 30px;
		background: #0df053;
		color: #fff;
		border-radius: 50px;
		text-align: center;
		font-size: 100px;
		box-shadow: 0px 1px 10px rgba(0, 0, 0, 3);
		z-index: 100;
	}
	.btn-wsp:hover{
		text-decoration: none;
		color: #0df053;
		background: #fff;
	}
	
	footer {
		background: #222222;
		padding: 60px 0 30px 0;
		margin: auto;
		overflow: hidden;
	}
	.contenedor-footer {
		display: flex;
		width: 90%;
		justify-content: space-evenly;
		margin: auto;
		padding-bottom: 50px;
		border-bottom: 1px solid rgb(12, 84, 192);
	}
	.content-foo {
		text-align: center;
	}
	.content-foo h4 {
		color: #fff;
		border-bottom: 3px solid #df9c0c;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.content-foo p {
		color: #fff;
	}
	.titulo-final {
		text-align: center;
		font-size: 24px;
		margin: 20px 0 0 0;
		color: #9e9797;
	
	
	}
	@media screen and (max-width:1920px) {
		.logo h5 {
			margin-top: -40px;
		}
		.btn-menu {
			margin-top: 30px;
		}
	}
	
	@media screen and (max-width:1560px) {
		.logo h5 {
			margin-top: -40px;
		}
	}
	@media screen and (max-width:1280px) {
		.logo h5 {
			margin-top: -48px;
			margin-left: 8%;
		}
		.btn-menu {
			margin-left: 3%;
		}
		.logo img {
			margin-left: 20px;
		}
	}