body {
    /* font-family: Arial, sans-serif; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Estilos para el diseño moderno */
  body {
    background-color: #fff; /* Turquesa */
    color: rgb(48, 127, 228);
  }
  
  
  h1 {
    text-align: center;
    margin-top: 80px;
    color: rgb(48, 127, 228);
  }
  
  table {
    margin: 30px auto;
    border-collapse: collapse;
    width: 80%;
    max-width: 800px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(48, 127, 228, 0.5);
    
  }
  
  th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  
  th {
    background-image: linear-gradient(to top, rgb(48, 127, 228) 0%, #4285F4 100%);
    color: #ffffff;
  }
  
  a {
    color: #4285F4;
    text-decoration: none;
  }
  
  .local-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }


/* Barra de menu */
.headerqs{
  width: 150%;
  background-color:rgb(48, 127, 228, 0.3);
}
.navbarqs{
  color: #000;
  height: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  z-index: 99;
  text-align: center;
  top:0px;
  padding-left: 50%;
  transition: top 1s;
  width: 100%;
  background-color:rgb(48, 127, 228, 0.3);
}

.navbar-menuqs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  width: 100%;
}

.navbar-menuqs li {
  margin-left: 90px;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
  background-color: white;
  color: #000;
  border-radius: 30px;
  vertical-align: top;
  padding-top: 3px;
}

.navbar-menuqs li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar-menuqs li a:hover {
  color: blue;
}

/* Footer */



/* Estilos para el diseño moderno */
@media screen and (max-width: 800px) {
  body {
    background-color: #fff; /* Turquesa */
    color: rgb(48, 127, 228);
  }
  
  h1 {
    text-align: center;
    margin-top: 30px;
    color: rgb(48, 127, 228);
  }
  
  table {
    margin: 30px auto;
    border-collapse: collapse;
    width: 80%;
    max-width: 800px;
    background-color: #ffffff;
    color: rgb(48, 127, 228);
  }
  
  th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  
  th {
    background-image: linear-gradient(to top, rgb(48, 127, 228) 0%, #eb4abd 100%);
    color: #ffffff;
  }
  
  a {
    color: #4285F4;
    text-decoration: none;
  }
  
  .local-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }

  #footer{
    bottom: 0;
    width: 100%;
    text-align: left !important;
    font-size: 14px;
    padding: 0 !important;
  }

  #footer .footer-content div{
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  body {
    background-color: #fff; /* Turquesa */
    color: rgb(48, 127, 228);
  }
  
  h1 {
    text-align: center;
    margin-top: 30px;
    color: rgb(48, 127, 228);
    font-size: 20px;
  }
  
  table {
    margin: 30px auto;
    border-collapse: collapse;
    width: 90%;
    max-width: 400px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(48, 127, 228, 0.5);
  }

  th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  
  th {
    background-image: linear-gradient(to top, rgb(48, 127, 228) 0%, #eb4abd 100%);
    color: #ffffff;
  }
  
  a {
    color: #4285F4;
    text-decoration: none;
  }
  
  .local-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
  }
}

div.contenedor footer.oculto{
  display: none;
  color: white;
  list-style-type: none;
}

.oculto{
  display: none;
  color: white;
  list-style-type: none;
}

div.contenedor div.ocultar{
  display: block;
}

section.contenedor div.ocultar{
  display: block;
}

h2.ocultar{
  display: block;
}

div.ocultar{
  display: block;
}

.ocultar{
  display: none;
}

div.ocultar {
  height: 800px;
  position: relative;
}

@media (max-width: 600px) {
  div.ocultar {
    display: none;
    background-color: transparent;
    position: absolute;
  }
}

/* Footer acomodado */

.contact-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.brand {
  display: flex;
  align-items: center;
  width: max-content;
}

.brandSpan {
  margin-right: 20px; /* Espacio entre el texto y los íconos */
}

.social-media-icon {
  margin-left: 10px; /* Espacio entre los íconos */
}

@media (max-width: 600px) {
  .contact-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    width: 100%;
    justify-content: space-between;
  }

  .brandSpan {
    margin-right: 0;
  }
}
/* Adaptacion celulares */

@media (max-width: 600px) {
  .footer-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }

  .contact-us {
      margin-bottom: 0;
  }

  img.imgapp{
    max-width: 60%;
  }

  footer.oculto, #footerm, div.contenedor footer.oculto, .oculto{
    display: flex;
    flex-direction: column;
    color: white;
  }
  .moculto{
    display: none;
  }

  .ocultar{
    display: none;
  }

  div.ocultar{
    display: none;
  }

  div.contact-us h2.ocultar{
    display: none;
  }

  .boxcel{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .boxitem1{
    position: relative;
    display: flex;
  }
  section.contenedor div.item3{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item4{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item5{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item6{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .boxcont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .footer-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }

  .contact-us {
      margin-bottom: 0;
  }

  img.imgapp{
    max-width: 60%;
  }

  footer.oculto, #footerm{
    display: flex;
    flex-direction: column;
    color: white;
  }
  .moculto{
    display: none;
  }

  .ocultar{
    display: none;
  }

  footer.footeril div.footer-content div.contact-us h2.ocultar{
    display: none;
  }

  body div.ocultar{
    display: none;
    background-color: transparent;
    position: absolute;
  }
  .boxcel{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .boxitem1{
    position: relative;
    display: flex;
  }
  section.contenedor div.item3{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item4{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item5{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item6{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .boxcont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
}
