@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,600;0,900;1,200&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');
@font-face {
  font-family: miFuente;
  src: url("/font/hk-grotesk.light.otf");
  font-weight: 500;
}
@font-face {
  font-family: fuenteAladdin;
  src: url("https://cdn.glitch.global/e7065ad2-2dbb-4e27-be6d-40a9268a9fe2/Kingofthieves-v6mL.ttf?v=1684439988527");
  font-weight: 500;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

:root {
  --padding-container: 100px 0;
  --color-title: #001a49;
  --max-img-width: 600px;
  --max-img-height: 400px;
}

body {
  font-family: miFuente;
  background-color: WHITE;
 
}
.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: var(--padding-container);
  height: 100%;
}

.hero {
  width: 100%;
  min-height: 0px;
  position: relative;
  display: grid;
  grid-template-rows: 50px 1fr;
  color: #ffffff;
}


.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-size: cover;
  z-index: -1;
}
/*navar*/
.main-nav{
  
  align-items: center;
  display: grid;
}
.nav-bar{
  
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  color: #192159;
  cursor: pointer;
  font-size: 1.4em;
  width: 100%;
  
}
.menu, .submenu{
  list-style: none;
  padding: 0;
  justify-content: center;
}

.menu{
  padding-top: 60px;
  position: fixed;
  z-index: 99;
  display: grid;
  align-items: center;
  background: white;
  width: 100%;
  margin-left: -100%;
}
.menu__link{
  
  display: block;
  padding:20px;
  color:#192159;
  font-size: 20px;
  text-decoration: none;
  
}
.menu__link:hover{
  
  background: #92929267;
  
}
.submenu .menu__link:hover{
  
  background: #b8b8b8f7;
}
.submenu{
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.submenu .menu__link{
  
  font-size: 15px;
  background: white;
  width:220px;
  padding-left: 40px;
}
.mostrar{
  margin-left: 0;

}

/* Hero container */
.container-sec{
  background-image: url("../Img/fondoHome.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}
.hero__container {
  max-width: 1500px;
  --padding-container: 0;
  display: grid;
  grid-auto-rows: max-content;
  align-content: center;
  gap: 1em;
  
}


.nav {
  
  --padding-container: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
/*.nav__logo img {
  width: 500px;
}*/
.nav__title {
    text-decoration: none;
    font-size: 24px;
    color: #192159;
}

.nav__link {
  margin-left: 200px;
  font-size: 24px;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}

.nav__items {
  list-style: none;
}

.nav__links {
  color: #192159;
  text-decoration: none;
}

.nav__menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
}

.nav__img {
  display: block;
  width: 30px;
}

.nav__close {
  display: var(--show, none);
}

/* Musical Shrek */



.musical-shrek {
    text-align: center;
}

/* Oculta la imagen móvil por defecto */
.mobile-img-shrek {
    display: none;
}
#img-fondo-shrek {
    max-width: 100%;
    height: auto;
    max-height: auto;
}

/* Media query para dispositivos con pantallas pequeñas (menos de 768px) */
@media (max-width: 768px) {
    .desktop-img-shrek{
        display: none; /* Oculta la imagen de escritorio */
    }
    .mobile-img-shrek {
        display: block; /* Muestra la imagen móvil */
    }
}


/*.hero__paragraph {
  font-size: 1.5rem;
  margin-bottom: 20px;
}*/
.hero__logoCampestre {
  width: 35%;
  padding-top: 120px;
  margin-left: 200px;
  display: block;
  margin-right: auto;
}
.row__main {
  padding-top: 0px;
  display: grid;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}
.hero__paragraph {
  padding-top: 40px;
  color: white;
  margin-left: 280px;
  max-width: 700px;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  
}

.title-desde{
  color: white;
  margin-left: 355px;
  max-width: 700px;
  font-weight: 300;
  font-size: 1.3rem;
  margin-bottom: 50px;
}
.hero__container .founder{
  color: rgba(255, 255, 255, 0.473);
  margin-left:auto;
  margin-right:auto;
  font-weight: 300;
  font-size: 1rem;
}
.cta {
  display: inline-block;
  background-color: #192159;
  justify-self: right;
  color: #fff;
  text-decoration: none;
  padding: 13px 30px;
  font-size: 25PX;
  margin-bottom: 20px;
}
.ctapers{
    display: grid;
  background-color: #192159;
  margin-left: auto;
  margin-right: 50px;
  color: #fff;
  text-decoration: none;
  padding: 13px 30px;
  font-size: 20PX;
  margin-bottom: 20px;
  width: 170px;
}
/*Pague Identidad*/
.identidad{
  background-color: white;
}
.personitas {
  background-color: #e5e5f7;
  background-size: cover;
  background-image: url("../Img/fondoPersonitas.png");
  overflow: hidden;
  background-repeat: no-repeat;
}
.historia {
  padding-top: 40px;
  background-color: white;
  background-size: cover;
  
  overflow: hidden;
  background-repeat: no-repeat;
}

.personitas-img{
 
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.personitas-img-principal{
  padding-top: 10px;
  display: block;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  
}
.personitas-img2{
  margin-bottom: 100px;
  padding-top: 150px;
  margin-right: auto;
}

/*Musical*/

.musical {
  background-color: #ec9823;
  background-size: cover;
  
  overflow: hidden;
  background-repeat: no-repeat;
}
.titulos-musical{
  padding-top: 170px;
  text-align: center;
  color: #ec9823;
  font-family: fuenteAladdin;
  margin-left: auto;
  margin-right: auto;
}
.btn-flotanteMusical {
  font-family: miFuente;
	font-size: 14px; /* Cambiar el tamaño de la tipografia */
	color: #ec9823; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 1px; /* Espacio entre letras */
	background-color: #010d30; /* Color de fondo */
	padding: 13px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
  text-decoration: none;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px ;
	z-index: 99;
}
.btn-flotanteMusical:hover {
	background-color: #ec9823; /* Color de fondo al pasar el cursor */
  color: #010d30;
	box-shadow: 0px 15px 20px;
	transform: translateY(-7px);
}
.congratulations{
  font-family: miFuente;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.musical-azul {
  background-image: url("https://cdn.glitch.global/e7065ad2-2dbb-4e27-be6d-40a9268a9fe2/musicalFondoAzul.jpg?v=1684439584471");
  background-size: cover;
  
  overflow: hidden;
  background-repeat: no-repeat;
}
.musical__container {
  
  padding-top: 50px;
  max-width: 1500px;
  --padding-container: 0;
  display: grid;
  gap: 1em;
}
.musical-imgLogoPrincipal{
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.musical-imgLogoAladdin{
  padding-top: 30px;
  display: block;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px
}
.musical-imgLogoFinal{

  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.musical-imgLogoCompleto{
  padding-top: 30px;
  display: block;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px
}
.form-container {
  font-family: miFuente;
  max-width: 400px;
  margin: 0 auto;
}

.form-group {
  font-family: miFuente;
  margin-bottom: 20px;
}

.form-group label {
  font-family: miFuente;
  font-size: 15PX;
  color:#010d30 ;
  display: block;
  font-weight: lighter;
  margin-bottom: 5px;
}
/*
.form-group input[type="text"],
.form-group textarea {
  font-family: miFuente;
  background-color: #ffcf8b;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ffcf8b;
  border-radius: 20px;
  box-sizing: border-box;
}
.buttonMusical{
  font-family: mifuente;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.btnEnviar{
  font-family: mifuente;
  font-size: 12px;
  padding: 8px 8px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #ffcf8b;
  color: #74634d;
}
*/
.form-group textarea {
  font-family: miFuente;
  height: 100px;
  
}

.form-group .char-count {
  font-family: miFuente;
  font-size: 12px;
  color: white;
  margin-top: 5px;
}

.form-group .char-count span {
  font-weight: bold;
}

.form-group.error input[type="text"],
.form-group.error textarea {
  border-color: #ff0000;
}

.form-group.error .char-count {
  color: #ff0000;
}

.form-group.error .char-count span {
  color: #ff0000;
}

.containerParagraph-musicalAzul {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.paragraph-musicalAzul {
  font-family: miFuente;
  font-weight: bold;
  color: #ec9823;
  text-align: justify;
  line-height: 1.5;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media screen and (min-width: 768px) {  /* Vista de computadora */
  .paragraph-musicalAzul {
    max-height: 9em;
  }
}

@media screen and (max-width: 767px) {  /* Vista de teléfono */
  .paragraph-musicalAzul {
    max-height: 18em;
  }
}

@media (max-width: 600px) {
  .paragraph-container {
    max-height: none;
    overflow: visible;
  }
}

/*Nav Musical*/

.navMusical .ulMusical {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #010d30;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
}
.navMusical .liMusical {
  display: inline;
  margin: 0 10px;
}
.navMusical a {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
  font-family: miFuente;
}
.navMusical a:hover {
  background-color: #ec9823;
  height: 100%;
}
.felicita {
  animation: home-animation 0.5s infinite;
}

@keyframes home-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/**/
/*Exalumnos*/
.exalumnos {
  background-color: white;

}
.exalumnos__container {

  padding-top: 50px;
  max-width: 1500px;
  --padding-container: 0;
  display: grid;
  gap: 1em;
  margin-bottom: 100px;
  
}


.exalumnos-main{
  width: 65%;
  max-width: 1250px;
  padding-top: 0px;
  display: grid;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  
}
.exalumnos-img{
  padding-right: 20px;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.exalumnos__paragraph {
  font-size: 1.4rem;
  font-weight:300;
  padding-top: 10px;
  line-height: 1.5;
  color:#192159;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.exalumnos__paragraph-three {
  
  padding-top: 10px;
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-bottom: 100px;
}
/*Padres Voluntarios*/
/*Exalumnos*/
.voluntarios {
  background-color: white;

}
.voluntarios-form{
  
  display: flex;
  justify-content: center;
}
.voluntarios__container {

  padding-top: 50px;
  max-width: 1500px;
  --padding-container: 0;
  display: grid;
  gap: 1em;
  margin-bottom: 100px;
  
}

.voluntarios__container h2 {
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 550px;
  font-weight: 600;
  color: #192159;
  font-size: 50px;
  
}
.us__container h4 {
  font-style: italic;
  font-family: miFuente;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  color: #192159;
  font-size: 20px;
}

.voluntarios-main{
  width: 65%;
  max-width: 1250px;
  padding-top: 0px;
  display: grid;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  
}
.voluntarios-img{
  padding-right: 20px;
  width: 60%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.voluntarios__paragraph {
  
  font-size: 1.4rem;
  font-weight:300;
  padding-top: 10px;
  line-height: 1.5;
  color:#192159;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.voluntarios__paragraph-three {
  
  padding-top: 10px;
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-bottom: 100px;
}
/**/

/*academicos html*/
.academicos {
  padding-top: 75px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  position: relative;
  align-items: center;
  
  
}

/**/
/*Academicos CCS*/
.Academicoscca {
  background-image: url("../Img/fondologo.png");
  background-color: white;
  background-size: cover;
  background-attachment: fixed;
}

.Academicoscca-img{
  padding-top: 10px;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.Academicoscca-img-principal{
  padding-top: 10px;
  display: block;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  
}
.academicos-img-cca{
  padding-right: 60px;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.academicos__paragraph-three {
  
  padding-top: 10px;
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  margin-left: auto;
  
  margin-bottom: 100px;
}
.us {
  padding-top: 40px;
  margin-bottom: 10px;
  background-color: white;
}

.us__container {
  
  padding-top: 50px;
  max-width: 1500px;
  --padding-container: 0;
  display: grid;
  gap: 1em;
  margin-bottom: 100px;
  
}
/*eagles*/

.eagles-main{
  
  display: grid;
  width: 65%;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  
}
.eagles-img{
  
  padding-top: 25px;
  padding-right: 20px;
  scale: 1.1;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.eagles__paragraph {
  padding-top: 50px;
  padding-left: 100px;
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  margin-left: auto;
  margin-bottom: 100px;
}
.eagles__paragraph-two {
  padding-top: 150px;
  padding-right: 200px;
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  margin-bottom: 100px;
}
.eagles__paragraph-three {
  padding-top: 50px;
  padding-left: 100px;
  width: 90%;
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  margin-left: auto;
  margin-bottom: 100px;
}
.us__container h2 {
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 450px;
  font-weight: 600;
  color: #192159;
  font-size: 40px;
  
}
.us__container h3 {
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 450px;
  font-weight: 600;
  color: #192159;
  font-size: 60px;
  
}
.us__container h6 {
  font-family: miFuente;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  color: #192159;
  font-size: 20px;
  margin-bottom: 25px;
}
.us-main{
  
  display: grid;
  width: 80%;
  max-width: 1250px;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  
}
.us-main-two{
  
  display: grid;
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}
.us-img{
  
  padding-top: 25px;
  padding-right: 20px;
  scale: 1.1;
  margin-bottom: 250px;
  margin-left: auto;
  margin-right: auto;
}

/*academicos html*/
.academicos {
  padding-top: 75px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  position: relative;
  align-items: center;
  
  
}
.soporte_estudiantil {
  
  text-align: center;
  background-repeat: no-repeat;
  background-image: url("../Img/fondotareas.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  align-items: center;
  
  
}
.academicos__paragraph {

 font-weight: 300;
 font-size: 1.4rem;
 line-height: 1.5;
  color: #192159;
}
.tecnology__paragraph {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
   color: white;
 }
 .soporte__paragraph {
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
   color: white;
 }

 .soporte__paragraph-italic{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-style: italic;
  text-align: center;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.5;
   color: white;
 }
/*Imagenes de academicos*/

.grid-container {
  
  margin-bottom: 40px;
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
  grid-gap: 1em;
  
  
  
}

.location-listing {
  position: relative;
  height: 300px;
}

.location-image {
  
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  height: 270px;
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.location-title {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(111, 117, 121, 0.4);
  color: white;
  
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-listing:hover .location-title {
  opacity: 1;
}

.location-listing::hover .location-image img {
  filter: blur(2px);
}

/*Galeria academcios*/
.portfolio{
  background-color: white;
  color: #195258;
  padding: 50px 20px;
}
.portfolio .contenido-seccion{
  max-width: 1300px;
  margin: auto;
}

.portfolio .galeria{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.portfolio .galeria .proyecto{
  position: relative;
  max-width: 340px;
  height: fit-content;
  margin: 10px;
  cursor: pointer;
}
.portfolio .galeria .proyecto img{
  width: 100%;
  display: block;
}
.portfolio .galeria .proyecto .overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(#353F79, rgba(155, 180, 175, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s;
  font-size: 18px;
  letter-spacing: 3px;
  opacity: 0;
}
.portfolio .galeria .proyecto .overlay h3{
  color: white;
  margin-bottom: 20px;
  transition: 1s;
}
.portfolio .galeria .proyecto .overlay p{
  color: white;
  margin-bottom: 20px;
  transition: 1s;
}
.portfolio .galeria .proyecto .overlay:hover{
  opacity: 1;
}
.portfolio .galeria .proyecto .overlay:hover h3{
  margin-bottom: 0px;
}


/* SECCION CURRICULUM */
.curriculum{
  
  background-color: white;
  color: #fff;
  padding: 50px 20px;
}
.curriculum .contenido-seccion{
  max-width: 1100px;
  margin: auto;
}
.curriculum h2{
  font-family: miFuente;
  color: #88be32;
  font-size: 48px;
  text-align: center;
  padding: 20px 0;

}
.curriculum .fila{
  display: flex;
  justify-content: space-between;
}
.curriculum .fila .col{
  width: 49%;
  padding: 0 20px;
}
.curriculum .fila .col h3{
  font-size: 28px;
  font-family: miFuente;
  margin-bottom: 25px;
}
.curriculum .fila .izquierda{
  border-right: 2px solid #192159;
}
.curriculum .fila .derecha{
  border-left: 2px solid #192159;
}
.curriculum .fila .item{
  padding: 25px;
  margin-bottom: 30px;
  background-color: white;
  position: relative;
}
.curriculum .fila .item h4{
  font-size: 20px;
  margin-bottom: 10px;
  font-family: miFuente;
}
.curriculum .fila .item .casa{
  font-family: miFuente;
  color: #192159;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.curriculum .fila .item .fecha{
  display: block;
  color: #192159;
  margin-bottom: 10px;
}
.curriculum .fila .item p{
  color: #192159;
  line-height: 24px;
  font-family: miFuente;
}
.curriculum .fila .izq{
  border-right: 2px solid #88be32;
  margin-right: 20px;
}
.curriculum .fila .der{
  border-left: 2px solid #88be32;
  margin-left: 20px;
}
.curriculum .fila .item .conectori{
  height: 2px;
  background-color: #88be32;
  width: 47px;
  position: absolute;
  top: 50%;
  right: -47px;
  z-index: 5;
}
.curriculum .fila .item .conectori .circuloi{
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #88be32;
  float: right;
  position: relative;
  bottom: 4px;
}
.curriculum .fila .item .conectord{
  height: 2px;
  background-color: #88be32;
  width: 47px;
  position: absolute;
  top: 50%;
  left: -47px;
  z-index: 5;
}
.curriculum .fila .item .conectord .circulod{
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #88be32;
  float: left;
  position: relative;
  bottom: 4px;
}


/* SECCION RESPONSIVE */
@media screen and (max-width:700px){
 

  .curriculum .fila{
      display: block;
  }
  .curriculum .fila .col{
      width: 90%;
  }
  .curriculum .fila .derecha{
      margin-left: 20px;
  }

}

/* SECCION RESPONSIVE */

@media screen and (max-width:700px){
  

  .portfolio .galeria{
      display: block;
      width: 100%;
  }
  .portfolio .galeria .proyecto{
      max-width: 100%;
  }
  .portfolio .galeria .proyecto img{
      width: 100%;
  }
}
/**/
/*Parents*/
.parents {
  background-color: #e5e5f7;
  background-size: cover;
  background-image: url(https://cdn.glitch.global/c56c0221-c5e1-44c7-82c1-12e481c4a5a3/P%C3%A1gina%20web%20CCA.png?v=1676037107101);
  overflow: hidden;
  background-repeat: no-repeat;
}
.parents__container {
  background-image: url(https://cdn.glitch.global/c56c0221-c5e1-44c7-82c1-12e481c4a5a3/P?v=1676045510851);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1500px;
  --padding-container: 0;
  display: grid;
  grid-auto-rows: max-content;
  align-content: center;
  margin-bottom: 50px;
  gap: 1em;
  text-align: center;
}

.parents__title {
  padding-top: 200px;
  font-family: 'Finger Paint', cursive;
  margin-top: 40px;
  font-size: 6rem;
  color: #88be32;
}
.parents__title2 {
  font-family: 'Alfa Slab One', cursive;
  margin-top: 40px;
  font-size: 4rem;
  -webkit-text-stroke: 0.2px white;
  color: transparent; 
}
.parents__title3 {
  font-family: 'Finger Paint', cursive;
  
  font-size: 1rem;
  color: #edefff;
}

.ctap {
  display: inline-block;
  background-color: #88be32;
  justify-self: right;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 15px;
  font-size: 25PX;
  margin-bottom: 20px;
}

/*.hero__paragraph {
  font-size: 1.5rem;
  margin-bottom: 20px;
}*/
.parents__logoCampestre {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}



/**/
.about {
  text-align: center;
  
  
}

.subtitle {
  color: #88be32;
  font-size: 2em;
  margin-bottom: 25px;
}
.titulo-general {
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  font-weight: 600;
  color: #192159;
  font-size: 50px;
  margin-bottom: 25px;
}
.titulo-acadenmicos {
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  font-weight: 600;
  color: #192159;
  font-size: 50px;
  margin-bottom: 25px;
}
.titulo-homePersonitas {
 
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  font-weight: 600;
  color: #192159;
  font-size: 40px;
  margin-bottom: 45px;
}
.titulo-noTareas {
  font-family: miFuente;
  border-bottom: 4px solid #88be32;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  font-weight: 600;
  color: #192159;
  font-size: 40px;
  margin-bottom: 25px;
}
.about__paragraph {
 
 font-weight: 300;
 font-size: 1.4rem;
 line-height: 1.5;
  color: #192159
}

.about__main {
  
  padding-top: 80px;
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 6em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  
}
.about__main-indentidad{
  padding-top: 80px;
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 0em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, 10px));
}
.about__icons {
  display: grid;
  gap: 1em;
  justify-items: center;
  width: 370px;
  overflow: hidden;
  margin: 0 auto;
}
.button-container {
  display: inline-block;
  position: relative;
  
}
.button-container-img{
  width: 230px;
}
.about__main-indentidad-simbolo{
  padding-top: 80px;
  display: grid;
  width: 90%;
  margin: 0 auto;
  gap: 0em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}
.button-container-img1{
  width: 250px;
}
.about__icons .botton-qwat {
  
  position: static;
  bottom: 0em;
  right: 16.6em;
  background-color: #192159;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 0.8em 1.4em;
  width: 173.9px;
}
.about-img{
  padding-top: 30px;
  width: 350px;
}

.container-crono {
  width: 50%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: var(--padding-container);
  height: 100%;
}
.about__paragraph-blue{
  font-size: 15px;
  padding-top: 10px;
  background-color: #192059d3;
  color: white;
  height: 30px;
}
.about__paragraph-white{
  font-size: 15px;
  height: 30px;
  padding-top: 10px;
}

/*simbolo image*/
.simbolo{
  text-align: center;
  
  justify-content: center;
  
}

.simbolo__paragraph {
 
 font-weight: 300;
 font-size: 1.4rem;
 line-height: 1.5;
  color: #192159
}
.simbolo__paragraph-two {
  
  padding-top: 50px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
   color: #192159;
   margin-bottom: 50px;
 }
.simbolo__main {
  
  padding-top: 80px;
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 6em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  
}
.simbolo__main-indentidad{
  
  padding-top: 80px;
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 1.5em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(260px, 10px));
}
.simbolo__icons {
  
  display: grid;
  gap: 1em;
  justify-items: center;
  width: 370px;
  overflow: hidden;
  margin: 0 auto;
}

.img-simbolo{
  position: relative;
  
  justify-content: center;
  
}


/**/
.us__paragraph {
  font-size: 1.4rem;
  font-weight:300;
  padding-top: 10px;
  line-height: 1.5;
  color:#192159;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.us__paragraph-three {
  
  padding-left: 100px;
  
  line-height: 1.5;
  color:#192159;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  margin-left: auto;
  margin-bottom: 100px;
}


/*Banber*/
.banner {
  position: relative;

  width: 100%;
  height: 1100px;
  overflow: hidden;
}

.banner-container {
  position: absolute;
  display: flex;
  width: 350%;
  height: 90%;
  transition: transform 0.5s ease-in-out;
}

.banner-container img {
  width: 30.33%;
  height: 100%;
  object-fit: cover;
  
}

.banner-controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: 650px;
}

.banner-controls span {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}

.banner-controls span:hover {
  color: #ddd;
}

.prev {
  margin-left: 30px;
}

.next {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 600px;
  }
  
  .banner-container {
    width: 200%;
  }
  
  .banner-container img {
    width: 50%;
  }
  .banner-controls {
        
    bottom: 300px;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 250px;
  }
  
  .banner-container {
    width: 200%;
  }
  
  .banner-container img {
    width: 50%;
  }
  .banner-controls {
        
    bottom: 125px;
  }
  .banner-controls span {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
  }
}
/**/



.titulo-personitas{
  padding-top: 70px;
  font-weight: 600;
  color: #88be32;
  font-size: 60px;
  margin-bottom: 25px;
}


.parrafoHome-personitas {
    clear: both;
    font-family: miFuente;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: 1.15;
    word-wrap: break-word;
    margin: 1em 0 0.5em;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    word-wrap: break-word;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/*Seccion Baner Publicitario*/
#container-slider
{
    height: 50%;
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
.arrowPrev,  .arrowNext{
  color: rgba(204, 204, 204, 0.65);
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    font-family: miFuente;
    color: #FFF;
    margin-bottom: 20px;
}
#slider li .content_slider{
   
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: miFuente;
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}


/*Seccion de noticias*/

.QuWat {
  background-image: url("../Img/fondo.png");
  
}
/*.title-notcias{
  padding-top: 50px;
  position: absolute;
  text-align: center;
  
}*/
.title-notcias{
  padding-top: 50px;
  text-align: center;
  display: grid;
  align-items: center;
  height: 10px;
}
.title-notcias h2 {
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
  color: white;
}
.title-notcias h3 {
  font-size: 1.5em;
  font-weight: 300;
  color: white;
}
.QuWat__container {
  
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 1em;
  align-items: center;
}

.QuWat__body {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  grid-column: 2/3;
  grid-row: 1/2;
  opacity: 0;
  pointer-events: none;
}
.QuWat__body .subtitle {
  
  color: white;
}
.QuWat__review {
  font-size: 1.0rem;
  font-weight: 300;
  color: white;
}
.QuWat__body--show {
  pointer-events: unset;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.QuWat__img {
  width: 400px;
  height: 400px;
  
  object-fit: cover;
  object-position: 50% 30%;
}

.QuWat__texts {
  max-width: 600px;
}
.QuWat-subtitle {
  color:white;
  font-size: 2rem;
  margin-bottom: 25px;
}
.QuWat__course {
  color: white;
  display: inline-block;
  padding: 5px;
  border-radius: 7px;
 
}
.QuWat__courses {
   font-size: 25px;
   margin-bottom: 10px;
  color: white;
  display: inline-block;
  padding: 5px;
  border-radius: 7px;
  
}

.QuWat__arrow {
  width: 90%;
  cursor: pointer;
}
/*Nuestros Estudiantes*/
.cards{
  display: grid;
  overflow: hidden;
  width: 100%;
  height:870px;
}
.titulo-estudiantes{
	text-align: center;
	margin-bottom: 5rem;
	font-size: 4rem;
}

.all-cards{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  margin-bottom: 80px;
  
}

.card{
	overflow: hidden;
	background: #ffffff;
	color: #21201e;
	text-align: center;
	width: 290px;
	height: 470px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	margin: 1.45rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  margin-bottom: 10px;
  
}
.card-title{
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 10px;
  color :#192159;
}
.card  .card-price{
	font-size: 12px;
  margin-bottom: 25px;
  color :#192159;
  text-align: left;
}
.card img{
  
	scale:  1.1;
}

.card:hover img{
	scale:  1.2;
}

.card:hover {
	box-shadow: 5px 15px 25px #eeeeee;
}

.card img {
	height: 200px;
	margin: 1rem;
	transition: all 0.3s;
}
/**/
/*Academicos*/

.cards-academicos{
  padding-top: 25PX;
  display: grid;
  overflow: hidden;
}
.academicos-cards{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  margin-bottom: 80px;
}

.card-academicos{
	overflow: hidden;
	background: #ffffff;
	color: #21201e;
	text-align: center;
	width: 290px;
	height: 400px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50PX;
	margin: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  margin-bottom: 10px;
  
}
.card-academicos-title{
  font-size: 25px;
  padding-top: 75px;
  color :#192159;
}

.card-academicos img{
  padding-top: 25PX;
	scale:  1.8;
}

.card-academicos:hover img{
	scale:  1.5;
}

.card-academicos:hover {
	box-shadow: 5px 15px 25px #eeeeee;
}

.card-academicos img {
	height: 200px;
	margin: 1rem;
	transition: all 0.3s;
}
/*Seccion los estudiantes estilos*/
.academicos-estudiantes {
  
  padding-top: 75px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  position: relative;
  align-items: center;
}
.cards-academicos-estudiantes{
  padding-top: 25PX;
  display: grid;
  overflow: hidden;
}
.academicos-estudiantes-cards{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  margin-bottom: 80px;
}
.card-academicos-estudiantes .card-price-estudiantes{
  
  font-family: miFuente;
  font-weight: 300;
	font-size: 12,3px;
  margin-bottom: 20px;
  color :#192159;
  text-align: left;
}
.card-academicos-estudiantes .card-price-estudiantes2{
  font-family: miFuente;
  font-weight: 300;
	font-size: 12,3px;
  margin-bottom: 20px;
  color :#192159;
  text-align: left;
}
.card-academicos-estudiantes .card-price-estudiantes3{
  font-family: miFuente;
  font-weight: 300;
	font-size: 12,3px;
  margin-bottom: 60px;
  color :#192159;
  text-align: left;
}

.card-academicos-estudiantes .card-price-estudiantes4{
  font-family: miFuente;
  font-weight: 300;
	font-size: 12,3px;
  margin-bottom: 20px;
  color :#192159;
  text-align: left;
}

.card-academicos-estudiantes{
	overflow: hidden;
	background: #ffffff;
	color: #21201e;
	text-align: center;
	width: 290px;
	height: 600px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50PX;
	margin: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  margin-bottom: 10px;
  
}
.card-academicos-estudiantes-title1{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}
.card-academicos-estudiantes-title2{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}
.card-academicos-estudiantes-title3{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}
.card-academicos-estudiantes-title4{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}

.card-academicos-estudiantes img{
  padding-top: 25PX;
	scale:  1.6;
}

.card-academicos-estudiantes:hover img{
	scale:  1.5;
}

.card-academicos-estudiantes:hover {
	box-shadow: 5px 15px 25px #eeeeee;
}

.card-academicos-estudiantes img {
	height: 200px;
	margin: 1rem;
	transition: all 0.3s;
}

/*Seccion los estudiantes estilos*/
.academicos-personitas {
  
  font-family: "Hanken Grotesk", sans-serif;
  padding-top: 75px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  position: relative;
  align-items: center;
}
.cards-academicos-personitas{
  padding-top: 25PX;
  display: grid;
  overflow: hidden;
}
.academicos-personitas-cards{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  margin-bottom: 80px;
}
.card-academicos-personitas .card-price-personitas{
  font-family: miFuente;
  font-weight: 300;
	font-size: 12,3px;
  margin-bottom: 65px;
  color :#192159;
  text-align: left;
}
.card-academicos-personitas .card-price-personitas2{
  font-family: miFuente;
	font-size: 12,3px;
  margin-bottom: 25px;
  color :#192159;
  text-align: left;
}
.card-academicos-personitas .card-price-personitas3{
  font-family: miFuente;
	font-size: 12,3px;
  margin-bottom: 88px;
  color :#192159;
  text-align: left;
}

.card-academicos-personitas .card-price-personitas4{
  font-family: miFuente;
	font-size: 12,3px;
  margin-bottom: 47px;
  color :#192159;
  text-align: left;
}

.card-academicos-personitas{
	overflow: hidden;
	background: #ffffff;
	color: #21201e;
	text-align: center;
	width: 290px;
	height: 600px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50PX;
	margin: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  margin-bottom: 10px;
  
}
.card-academicos-personitas-title1{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}
.card-academicos-personitas-title2{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}
.card-academicos-personitas-title3{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}
.card-academicos-personitas-title4{
  margin-bottom: 10PX;
  letter-spacing: -1px;
  font-family: miFuente;
  font-size: 18px;
  padding-top: 75px;
  color :#192159;
}

.card-academicos-personitas img{
  padding-top: 25PX;
	scale:  1.6;
}

.card-academicos-personitas:hover img{
	scale:  1.5;
}

.card-academicos-personitas:hover {
	box-shadow: 5px 15px 25px #eeeeee;
}

.card-academicos-personitas img {
	height: 200px;
	margin: 1rem;
	transition: all 0.3s;
}

/*Liderazgo*/

/*Galeria*/

.img-gallery{
  width: 65%;
  max-width: 1350px;
  margin: 50px auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 30px;
}
.img-gallery img{
  width: 100%;
  cursor: pointer;
  transition: 1s;
}
.img-gallery img:hover{
  transform: scale(1.2);
}
.ful-img{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0,0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.ful-img span{
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.ful-img img{
  width: 90%;
  max-width: 600px;
}

/*Footer*/
.footer {
  
  background-color: white;
}

.footer__title {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 30px;
}

.footer__title,
.footer__newsletter {
  color: #192159;
}

.footer__container {
  border-top: 1px solid #192159;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  padding-bottom: 60px;
}

.nav--footer {
  padding-bottom: 20px;
  display: grid;
  gap: 1em;
  grid-auto-flow: row;
  height: 100%;
}

.nav__link--footer {
  display: flex;
  margin: 0;
  margin-right: 20px;
  flex-wrap: wrap;
}
.nav__link--footer .nav__links {
  color: #192159;
}
.footer__inputs {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.footer__input {
  background-color: #192159;
  height: 50px;
  display: block;
  padding-left: 10px;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  border: none;
  margin-right: 16px;
}

.footer__submit {
  margin-left: auto;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  background-color: #2091f9;
  border: none;
  font-size: 1rem;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.footer__copy {
  --padding-container: 30px 0;
  text-align: center;
  color: #192159;
}

.footer__copyright {
  font-weight: 300;
}

.footer__icons {
  margin-bottom: 10px;
}

.footer__img {
  width: 30px;
}

.btn-flotante {
  font-family: miFuente;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #192159; /* Color de fondo */
	padding: 13px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
  text-decoration: none;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #88be32; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}


/* Botones academicos*/
.flex-container{
  justify-content: center;
  align-items: center;
  display: flex;
}
.btn-academicos1-flotante{
  
  /*margin-bottom: 120px;*/
  font-family: miFuente;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #192159; /* Color de fondo */
	padding: 13px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	left: 40px;
  text-decoration: none;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-academicos1-flotante:hover {
	background-color: #88be32; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
.btn-academicos2-flotante{
  
  /*margin-bottom: 60px;*/
  font-family: miFuente;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #192159; /* Color de fondo */
	padding: 13px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
  text-decoration: none;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-academicos2-flotante:hover {
	background-color: #88be32; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

/*Queri nuestros estudiantes*/
@media  (max-width:1366px){
 
  .cards{
    height:700px;
  }
  
}
@media  (max-width:1024px){
  
  .cards{
    height:1300px;
  }
  
}
@media  (max-width:600px){
  
  .cards{
    height:2300px;
  }
  
}
@media (min-width: 1024px) {
  
  .main-nav{
    height: 0;
    
  }
  .nav-bar{
    display: none;

  }
  .menu{
    margin-left: 0;
    display: flex;
  }
  .container-submenu{
    position: relative;
    align-items: center;
  }
  .submenu{
    padding-left: 0;
    position: absolute;
    top: 60px;
    width: 100px;
    overflow: visible;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }

  .container-submenu:hover .submenu{
    opacity: 1;
    visibility: visible;
  }
}
/*Queri baner publicitario*/
@media screen and (max-width: 460px){
  .us__container{
    justify-content: center;
  }
  .us__container .us-main-two{
    justify-content: center;
  }
 
  .us__paragraph-three{
    padding-left: 0;
    padding-top: 0;
    display: grid;
    justify-content: center;
  }
  .menu{
    padding-top: 0;
    position: static;
  }
    .content_slider h2 {
        font-size: 15pt !important;
    }
    .content_slider p {
        font-size: 12pt !important;
    }
    #container-slider .arrowPrev, #container-slider .arrowNext{
        font-size: 20pt;
    }
    #container-slider .arrowPrev{
        left: 15px;
    }
    #container-slider .arrowNext{
        right: 15px !important;
    }
    #slider{
        height: 400px;
        min-height: 400px;
    }
    #slider li .content_slider{
        padding: 10px 35px;
    }
    .btnSlider{
        padding: 10px 30px;
        font-size: 10pt;
    }

}

@media  (max-width:1024px){
  .us__container h2{
    font-size: 30px;
  }
  .titulo-homePersonitas{
    width: 80%;
    padding-top: 50px;
    margin-right: auto;
    font-size: 2rem;
}
.titulo-acadenmicos 
{
    width: 80%;
    padding-top: 50px;
    margin-right: auto;
    font-size: 2rem;
}
  .accion-container .pupup-image img{
      width: 95%;
  }
  
}
@media (min-width: 1024px) {
  
  .us-main-two {
    padding-top: 0;
    display: grid;
    justify-content: center;
  }
  .main-nav{
    height: 0;
    
  }
  .nav-bar{
    display: none;

  }
  .menu{
    margin-left: 0;
    display: flex;
    
    
  }
  .container-submenu{
    position: relative;
    align-items: center;
  }
  .submenu{
    padding-left: 0;
    position: absolute;
    top: 60px;
    width: 100px;
    overflow: visible;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }

  .container-submenu:hover .submenu{
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 460px) {
  .us-main-two {
    padding-top: 0;
    display: grid;
    justify-content: center;
  }
  #container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 20pt;
  }
  #container-slider .arrowPrev{
    left: 15px;
  }
  #container-slider .arrowNext{
    right: 15px !important;
  }
  #slider{
    height: 400px;
    min-height: 400px;
  }
  #slider li .content_slider{
    padding: 10px 35px;
  }
  
  .btnSlider{
    padding: 10px 30px;
      font-size: 10pt;
}
.directrio
{
  margin-left: 100px;
  margin-right: 100px;
}
.styled-table{
   font-size: 0.7em; 
   font-family: miFuente;
   width: 30px;
}
}
@media (max-width: 1024px) {
  .us-main-two {
    padding-top: 0;
    display: grid;
    justify-content: center;
  }
    #container-slider .arrowPrev, #container-slider .arrowNext{
      font-size: 20pt;
    }
    #container-slider .arrowPrev{
      left: 15px;
    }
    #container-slider .arrowNext{
      right: 15px !important;
    }
    #slider{
      height: 400px;
      min-height: 400px;
    }
    #slider li .content_slider{
      padding: 10px 35px;
    }
    
    .btnSlider{
      padding: 10px 30px;
        font-size: 10pt;
  }
  .directrio
  {
    margin-left: 100px;
    margin-right: 100px;
  }
  .styled-table{
     font-size: 0.7em; 
     font-family: sans-serif;
     width: 30px;
     
  }
 
  .btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
.container-crono {
    width: 90%;
    font-size: 8px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
    height: 100%;
  }
  .about__paragraph-white{
    font-size: 15px;
    height: 45px;
    padding-top: 10px;
  }
  .hero{
    height: 0;
  }
  .menu__link{
    margin-left: 0px;
  }
  
  .container-sec{
    background-image: url("../Img/fondoHomeR.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
  }
  .dropdown-content{
    width: 50%;
  }
  .hero__logoCampestre{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__paragraph{
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    text-align: center;
  }
  
  .row__main img {
    width: 100%;
    padding-top: 70px;
  }
  .us__main {
    
    gap: 2em;
  }

  .us-img{
    
    margin-bottom: 50px;
    margin-right: 0px;
    width: 100%;
  }
  .academicos-img-cca
  {
    margin-bottom: 50px;
    margin-right: 0px;
    width: 130%;
  }
  .us__paragraph{
  
    text-align: center;
  }
  .us__paragraph-three{
    text-align: center;
    
  }
  .personitas-img{
    margin-right: 0;
    width: 100%;
  }
  .musical-imgLogoPrincipal{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .musical-imgLogoAladdin{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .musical-imgLogoFinal{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .musical-imgLogoCompleto{
    margin-right: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .personitas-img-principal
  {
    margin-right: 0;
    width: 100%;
  }
  .personitas__paragraph-two{
    padding-top: 0;
    text-align: center;
  }
 
  .parents__title{
    width: 100%;
    font-size: 4rem;
  }
  .parents__title2{
    width: 100%;
    font-size: 2rem;
  }
  .personitas-img2{
    margin-right: 0;
    width: 100%;
  }
  .parents__logoCampestre{
    width: 60%;
   
  }
  .ctap{
    justify-self: center;
  }
  .knowledge__container {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    gap: 3em;
    text-align: center;
  }

  .knowledge__picture {
    grid-row: 1/2;
    justify-self: center;
  }

  .QuWat__container {
    grid-template-columns: 30px 1fr 30px;
    padding-top: 300px;
  }

  .QuWat__body {
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
    gap: 3em;
    justify-items: center;
  }

  .QuWat__img {
    width: 200px;
    height: 200px;
  }
  .title-notcias {
    left: 50px;
  }
 
  .simbolo-img{
    width: 100%;
    padding-top: 70px;
  }
  .questions__copy {
    width: 100%;
  }

  .footer__container {
    flex-wrap: wrap;
  }

  .nav--footer {
    width: 100%;
    justify-items: center;
  }

  .nav__link--footer {
    width: 100%;
    justify-content: space-evenly;
    margin: 0;
  }

  .footer__form {
    width: 100%;
    justify-content: space-evenly;
  }

  .footer__input {
    flex: 1;
  }
}

/* for touch screen devices */
@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
    filter: blur(2px);
  }
}
@media (max-width: 600px) {
  .hero__title {
    font-size: 2rem;
  }

  .hero__paragraph {
    font-size: 1rem;
  }

  .subtitle {
    font-size: 1.8rem;
  }

  
  .footer__title {
    justify-self: start;
    margin-bottom: 15px;
  }

  .nav--footer {
    padding-bottom: 60px;
  }

  .nav__link--footer {
    justify-content: space-between;
  }

 

}