/*estilos generales */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header */
/* MODO OSCURO PÁGINA */

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color:rgb(51, 48, 48);
    --text-color:#fff;
  }
}

@media (prefers-color-scheme:  light) {
  :root {
    --bg-color:#fff;
    --text-color:rgb(51, 48, 48);
  }
}

body{
  font-family: 'Lato', sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}

/*CSS de Header*/
/* Estilos para dispositivos de pantalla pequeña */
@media only screen and (max-width: 600px) {

  /* Cambiar el fondo a una imagen más pequeña */
  header {
    background-image:
      linear-gradient(-225deg,
        rgba(6, 58, 57, 0.404) 0%,
        rgba(16, 11, 85, 0.404) 56%,
        rgba(61, 5, 12, 0.438)100%),
      url(../img/Teclado-small.png);
  }

  /* Reducir el tamaño de la imagen del logo */
  .contenedor-logo img {
    height: 60px;
  }

  /* Cambiar el tamaño y el espacio del título */
  .contenedor-logo h1 {
    font-size: 30px;
    margin: 0;
  }

  /* Reducir el tamaño del texto "bienvenidos" */
  .bienvenidos p {
    font-size: 24px;
  }

  /* Reducir el tamaño del texto "pagina web en desarrollo" */
  .mensaje p {
    font-size: 24px;
  }
  
  .nombre-academia h1 {
      justify-content: center;
    align-items: center;
    font-size: 124px;
  }
}

/* Estilos para dispositivos de pantalla mediana y grande */
@media only screen and (min-width: 601px) {

  /* Cambiar el fondo a una imagen más grande */
  header {
    background-image:
      linear-gradient(-225deg,
        rgba(6, 58, 57, 0.404) 0%,
        rgba(16, 11, 85, 0.404) 56%,
        rgba(61, 5, 12, 0.438)100%),
      url(../img/Teclado.png);
  }

  /* Cambiar el tamaño de la imagen del logo y del título */
  .contenedor-logo img {
    height: 120px;
  }

  .contenedor-logo h1 {
    font-size: 70px;
    margin: 0;
  }

  /* Alinear el texto "bienvenidos" y "pagina web en desarrollo" al centro */
  .bienvenidos,
  .mensaje {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .nombre-academia {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 84px;
  }

  /* Cambiar el tamaño del texto "bienvenidos" y "pagina web en desarrollo" */
  .bienvenidos p,
  .mensaje p {
    font-size: 38px;
  }
}

/*
.wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
*/

.MenuAC{
    justify-content: center;
    align-items: center;
 }

/* BARRA DE MENU DE NAVEGACIÓN */
 .MenuP{
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    background-color: #20202b;}


  .MenuP li a{
     text-decoration: none;
     color:white; 
     padding: 20px;
     display: block;
     text-align: center;
     font-size: 20px;    
    }

  .MenuP li {
    display: inline-block;
    text-align: center;
  }

  .MenuP li a:hover{
    background-color: #4d50f1;
  }

  /* CSS DE SLIDER ALUMNOS */
    .nav{
    background-color: rgb(235, 34, 34);
    width: 100%; height: 100px; 
  }
  
  .slider-alumnos{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
  }

    .slider{
    width: 100%;
    height: 460px;
    overflow: hidden;
    }
    .slider ul{
      display: flex;
      animation: cambio 25s infinite alternate linear;
      width: 400%; 
    }
    .slider li{
      width: 100%;
      list-style: none;
    }
    .slider img{
      width: 100%;
      height: 80%;
    }

    @keyframes cambio{
      0%{margin-left: 0;}
      20%{margin-left: 0;}
      
      25%{margin-left: -100%;}
      45%{margin-left: -100%;}
      
      50%{margin-left: -200%;}
      70%{margin-left: -200%;}
      
      75%{margin-left: -300%;}
      100%{margin-left: -300%;}
    }
    @media only screen and (min-width:320px) and (max-width:768px)
    {
     .slider, .slider ul, .slider img{
     height: auto;}
    }


/*CARROUSELL */



/*ACÁ SE ENCUENTRA LA CUENTA REGRESIVA DEL CORRESPONSAL*/

.containerPaola {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-image: url(../img/Maquina1.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  text-align: center;
  padding: 20px; /* Ajusta el espaciado interior según tus necesidades */
}

.countdownAstrid{
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  flex-wrap: wrap;
}
.countdownAstrid div{
  display: grid;
  place-items: center;
  padding: 10px;
}

.Sheily{
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 30px 10px;
  -webkit-text-stroke: #333 2px;
}
.Hilary{
  display: grid;
  place-items: center;
  border: solid 1px #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background-color: #36e478;
}
.Julissa{
  display: block;
  padding: 1px;
  text-align: center;
  color: #000;
  font-size: 75px;
  /*font-size: 2.9rem;*/  
  font-weight: 400;
  -webkit-text-stroke: #f0f0f0 1.5px;
}

.final-sms{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  transform: translateY(-100%);
  transition: ease-in-out 0.5s;
  background-color: #333;
}
.final-sms h2{
  text-align: center;
  font-size: 100px;
  color: #fff;
}

.eventox{
  font-size: 50px;
  color: #f0f0f0;
}

.containerv{
  width: 100%;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #333;
  background-image: url(../img/wolves-g58bafcb8b_1920.jpg);
}



/* Aquí definimos las Custom properties */
:root {
  --negro: #393939;
  --blanco: #ececec;
  --sombra-ppal: #c9c9c9;
  --sombra-sec: #ffffff;
  --borde-negro: #00000050;
  --marcado: rgb(127, 195, 255);
  /* Tipografía */
  --tipo-principal: Helvetica, Arial, sans-serif;
}

/* Las adaptamos al modo oscuro */
@media (prefers-color-scheme: dark) {
  :root {
    --negro: #ececec;
    --blanco: #303030;
    --sombra-ppal: #242424;
    --sombra-sec: #3c3c3c;
    --borde-negro: #FFFFFF50;
  }
}




/* FIN CARROUSEL*/


/* ANUNCIOS ACADEMIA 

.titulo-anuncio{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #7c79a0;
  padding-bottom: 5px;
  background-color: #ecebee;
}

.anuncios-academia{
  padding-top: 20px;
}

.anuncios-academia1{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.imagen-contenedor-anuncio{
  margin-bottom: 20px;
}

.imagen-contenedor-anuncio img{
  display: block;
  width: 100%;
  height: 90%;
  border-radius: 10px;
}
/*


/* GANADORES */
/* GANADORES */
.ganadores {
  text-align: center;
  width: 100%;
}

.ganadores__titulo {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  
}

.ganadores__lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ganadores__item {
  width: 40%;
  max-width: 250px;
  margin: 10px;
}

.ganadores__item img {
  width: 100%;
  height: auto;
}

.ganadores__nombre {
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}

.ganadores__premio {
  font-size: 0.9rem;
  margin: 0.5rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .ganadores__item {
    width: 25%;
    max-width: none;
  }
}





/* GALERIA DE FOTOS */

/* GALERIA DE FOTOS */

/* Proyectos */

.proyectos{
  background: #f2f2f2;
}

.cuadricula-proyectos{
  display: grid;
  height: 550px;
  grid-template-areas: 
  "img1 img1 img2 img3"
  "img1 img1 img4 img5";
  gap: 10px;
}

.elemento-imagen{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-proyecto{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.elemento-imagen:nth-of-type(1){
  grid-area: img1;
}

.elemento-imagen:nth-of-type(2){
  grid-area: img2;
}

.elemento-imagen:nth-of-type(3){
  grid-area: img3;
}

.elemento-imagen:nth-of-type(4){
  grid-area: img4;
}

.elemento-imagen:nth-of-type(5){
  grid-area: img5;
}

.hover-proyecto{
  position: absolute;
  background: #ff75198c;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  cursor: pointer;
  transition: transform .3s ease-in-out;
}

.elemento-imagen:hover .hover-proyecto{
  transform: translateX(0%);
}

.icono-proyectos{
  margin-top: 10px;
  font-size: 30px;
}


/*Contenedor de precios*/ 

.tabla-precios{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background-image: 
    linear-gradient(-225deg,
    rgba(6, 58, 57, 0.404) 0%,
    rgba(16, 11, 85, 0.404) 56%,
    rgba(61, 5, 12, 0.438)100%),
    url(../img/GuatemalaBandera.png); 
}

.precio{
  text-align: center;
  background: rgb(75, 75, 245);
  height: auto;
  min-width: 300px;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 30px;
  color: #fff;
}

.nombre-precio{
  font-size: 40px;
}

.activo{
  background-image: linear-gradient(#dbcece, #c5c2c2);
  transform: scale(1.1);
  opacity: 0;
}

.precios{
  font-size: 22px;
  margin-bottom: 20px;
}

.beneficio{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px dotted #fff; 
  padding-bottom: 5px;
}

.pago{
  background: #fff;
  color: black;
  display: inline-block;
  margin-top: 30px;
  width: 100px;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 7px;
}

@media only screen and (min-width: 768px) {
  .precio {
    max-width: 30%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}


/*Formulario

.formulario{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input{
  border: 1px solid #fff;
  background: none;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  padding: 20px 10px;
  color: #fff;
  margin-bottom: 20px;
}

input[type="text"], input[type="email"]{
  width: 48%;
}

textarea{
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  max-height: 350px;
}

.submit{
  margin: 0;
  padding: 0;
  width: 125px;   
  padding: 15px 0;
  color: #fff;
  cursor: pointer;   
}

.submit:hover{
  background: #fff;
  color: #3e305c;
} /*

/* ESTILOS DE TABLA HORARIO */

.Direccion-Horario{
  width: 100%;
  height: 100%;
}

.titulo-seccion{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #7c79a0;
  padding-bottom: 5px;
  background-color: #ecebee;
}

.subtitulo {
  text-align: center;
  font-size: 35px;
  width: 100%;
  margin: 25px 0;
}

.b0t70b {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 1080px;
  width: 100%;
}

.fGZQDc {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-left: 150px;
}

div {
  display: block;
}

.kCmrbf {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: 0 18px 42px;
    font-size: 30px;
  }

.Gou21b{
    font-weight: bold;
    line-height: 1em;
}

h4 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.q8cvFf, .Gou21b {
  margin: 0 0 16px;
}

.PDvGL {
  cursor: pointer;
}

.qhkvMe{
  font-family: 'Lato', sans-serif;
  font-size: 25px;
}

a{
  text-decoration: none;
}

.PDvGL {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #696969;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 12px 20px;
  white-space: nowrap;
  margin-bottom: 40px;
}



table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.x2TOCf {
  font-weight: none;
  text-align: inherit;
}

.o0m3Qb {
  padding: 0 0.5em;
}

.WF8WNe {
  white-space: nowrap;
  align-items: center;
}

.UbicacionA{
  justify-content: center;
  align-items: center;
}

.UbicacionU{
  justify-content: center;
  text-align: center;
  font-size: 50px;
  background: rgb(202, 202, 219);
  color: white;
  -webkit-text-stroke: 1px black;
}

/*FORMULARIO*/

.contenedorP3{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  justify-content: center;
  text-align: center;
}

.titulo-seccion5{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #7c79a0;
  padding-bottom: 5px;
  background-color: #ecebee;
}

.formulario{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input_submit{
  border: 1px solid black;
  background: none;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300;
  outline: none;
  padding: 20px 10px;
  margin-bottom: 20px;
}

input[type="text"], input[type="email"]{ 
  width: 48%;
background-color: white;
color: black;
}

textarea{
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  max-height: 350px;
}

.input2{
  border: 5px solid rgb(153, 151, 151);
  background: none;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300;
  outline: none;
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: white;
  color: black;
}

.input_submit{
  margin: 0;
  padding: 0;
  width: 325px;   
  padding: 15px 0;
  color: black;
  cursor: pointer;   
}

.input_submit:hover{
  background: rgb(26, 25, 25);
  color: white;
}

/*Propietario*/
.contenedorB{
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  background: rgb(63,94,251);
  background: -webkit-radial-gradient(circle, rgba(63,94,251,1) 0%,
  rgba(141,156,249,1) 51%, rgba(43,39,39,1) 100%);
}

.titulo-seccion1{
  text-align: center;
  font-size: 55px;
  color: white;
}

.subtitulo1{
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
  color: white;
}

.persona{
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}  

.nombre-persona{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 30px;  
  text-align: center;
  margin-top: 5px;
  font-weight: 390;
  color: white;
}


footer{
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  align-items: center;
  padding: 5px;

  
  width: 100%;
  height: 400px;
  background-image:
  linear-gradient(-225deg,
      rgba(6, 58, 57, 0.404) 0%,
      rgba(16, 11, 85, 0.404) 56%,
      rgba(61, 5, 12, 0.438)100%),
      url(../img/Teclado\ .png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position:relative;
}

.contenedorC2{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

footer .titulo-seccion2{
  margin-bottom: 50px;
  color: #fff;
  font-size: 40px;
  justify-content:end;
  text-align: center;
}

footer .subtitulo2{
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.redes-sociales{
  padding-top: 40px;
  width: 80%;
  display: flex;
  margin: auto;
  justify-content: space-evenly;
}

.redes-sociales i{
  font-size: 60px;
  color: #fff;
}

.redes-sociales a{
  font-size: 60px;
  color: #fff;
}

.input{
  border: 5px solid rgb(184, 179, 179);
  background: rgb(221, 218, 218);
  font-size: 20px;
  color: #fff;
  width: 80%;
  display: flex;
  justify-content:center;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: black;
}

.submit{
    width: 25px;   
    padding: 15px 0;
    color: black;
    cursor: pointer;   
}

.fa, .fab, .fad, .fal, .far, .fas:hover{
    color: white;
}



