body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8aea563;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #dbe2ef;
} */

.card {
  width: 400px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 15px;
  box-shadow: 7px 13px 37px rgba(0, 0, 0, .6);
}

header {
  width: 100%;
  /* height: 200px; */
  overflow: hidden;
  position: relative;
}

/* header::before {
  content: '';
  position: absolute;
  border-top: 30px solid transparent;
  border-left: 400px solid white;
  bottom: 0;
} */

header img {
  width: 100%;
  /* height: 199px; */
}

section {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

section h2 {
  margin: .5em 0;
}

section p {
  margin: 1em 0;
}

ul li {
  list-style: none;
  display: inline-block;
  margin: .5em .2em;
}

ul li a {
  text-decoration: none;
  color: white;
  background: #314652;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

ul li a:hover {
  transform: scale(1.2);
}

footer {
  width: 100%;
  height: 80px;
  background: #314652;  
  position: relative;
  color: white;

  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 80px solid #f8c1b9;
  border-right: 60px solid #72b5a8;
  
  
}

/* footer::before {
  content: '';
  position: absolute;
  border-bottom: 80px solid #72b5a8;
  border-right: 400px solid rgb(245 172 163);
  top: 0;
  

} */

/* footer p {
  
      margin: 0;
      padding: 5px;      
      font-size: 16px;
    }
    .footer-left {
      text-align: left;
      margin-left: 20px;
      position: absolute; 
      bottom: 0; 
      left: 0; 
    }
    .footer-right {
      text-align: right;
      margin-right: 20px;
      position: absolute; 
      top: 0; 
      right: 0; 
} */

.asistencia {
  
    font-family:  "Palatino Linotype", serif; 
    font-weight: bold; /* Negrita */
    
    text-decoration: none !important;  /* Elimina el subrayado */
    color: #000; /* Cambia el color del texto según tus preferencias */
    font-size: 16px;
   
  
}

.bottom-left {
  position: fixed;
  /* left: 60px;
  bottom: 30px;
  font-size: 22px; */


  
  padding: 0.5em 2em 1.5em 2.5em;
  font-size: 1em;
  font-weight: bold;
  border-radius: 15px;
  color: #0f0f0f;
  letter-spacing: 0.3em;
  text-shadow: -2px 2px 5px #FD3084;
  background-color: transparent;
  border: 2px solid #FEB1DE;
  box-shadow: 0 0 0px 1px #F11271,
    0 0 10px 2px #FD3084,
    inset 0 0 0px 1px #F11271,
    inset 0 0 25px 2px #fd308521;    
  transition: 100ms;
  
}
.bottom-left:hover {
  box-shadow: 0 0 0px 1px #F11271,
    0 0 10px 2px #FD3084,
    inset 0 0 0px 1px #F11271,
    inset 0 0 30px 2px #FD3084;
  text-shadow: 0 0 10px #FD3084;
  transform: translateY(-5px);
}

.bottom-left:active {
  box-shadow: 0 0 0px 1px #F11271,
    0 0 25px 2px #FD3084,
    inset 0 0 0px 1px #F11271,
    inset 0 0 30px 2px #FD3084;
  transform: translateY(1px);
}

.lado-derecho{
  position: fixed;
  right: 20px;
  bottom: 30px;
  
}

.icono {
  /* height: 50px;
  vertical-align: middle;
  margin-right: 70px;  */
  height: 50px;
  position: fixed;
  left: 30px;
  bottom: 20px;
  font-size: 22px;
}

.boton_sonido {
  position: absolute;
  top: 0.5%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  margin: 10px;
}



#parlantes-img {
  display: inline-block;
  width: 28px; /* Ajusta el ancho según tu imagen */
  height: 28px; /* Ajusta la altura según tu imagen */


  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  margin: -5px;
}

#parlantes-img.muted {
  display: none;
}



/* Media query para pantallas más grandes */
@media screen and (min-width: 250px) and (max-width: 400px) {
  .card {
    width: 80%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}


@media screen and (min-width: 401px) and (max-width: 550px) {
  .card {
    width: 60%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}


@media screen and (min-width: 551px) and (max-width: 700px) {
  .card {
    width: 45%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}


@media screen and (min-width: 701px) and (max-width: 830px) {
  .card {
    width: 40%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}

@media screen and (min-width: 831px) and (max-width: 880px) {
  .card {
    width: 38%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}


@media screen and (min-width: 881px) and (max-width: 950px) {
  .card {
    width: 35%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}

@media screen and (min-width: 951px) and (max-width: 1100px) {
  .card {
    width: 30%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}


@media screen and (min-width: 1100px) and (max-width: 1220px) {
  .card {
    width: 28%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}

@media screen and (min-width: 1220px) and (max-width: 1320px) {
  .card {
    width: 25%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}

@media screen and (min-width: 1320px) and (max-width: 1520px) {
  .card {
    width: 20%;
    height: auto; 
  }

  footer {
    flex-direction: row;
  }
}



  footer {
    flex-direction: row;
}

#myVideo {
  position: fixed;
  top: -100%; /* Mueve el video arriba y fuera de la vista */
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none; /* Evita que el video afecte a la interacción del usuario */
}


.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:90px;
  right:20px;
  /* background-color:#25d366; */
  color:#4e7a72;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}



.map-container {
  display: inline-block; /* Esto asegura que el contenedor se ajuste al contenido */
}

.map-text {
  width: 90px;
  background-color: #fff;
  color: #0c0c0c;
  position: fixed;
  bottom:90px;
  right:10px;
  font-size: 14px;
  margin: 0 auto;  
  text-align: center;
  border-radius: 10px;
  z-index: 102;  
  border: solid 1px #f74d94;
}