* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #eaeaea;
}

.info-nosotros {
  flex-wrap: wrap;
}

.in-flex {
  padding: 10px;
  margin-top: 10px;
  background-color: #ffffff;
  background-size: cover;
  border: 1px solid #000000;
}

main {
  width: 100%;
  max-width: 1200px;
  /* Ancho máximo para el contenido */
  margin: 0 auto;
  /* Centrar el contenido horizontalmente */
  padding: 20px;
  box-sizing: border-box;
}

header {
  background-color: #333;
  color: #fff;
}

main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.Direccion {
  font-size: 18px;
  text-align: center;
}

div a img {
  height: 60vh;
  /* Puedes ajustar la altura según tus necesidades */
  border: 2px solid #000;
  /* Para visualizar el contenedor */
}

div .in-flex .ubicacion {
  height: 60vh;
  /* Puedes ajustar la altura según tus necesidades */
  border: 4px rgb(0, 0, 0);
}

.ubicacion {
  display: flex;
  justify-content: center;
}

.ubicacion img {
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.custom-list {
  font-size: 20px;
  padding: 5px;
  margin: 5px 0;
  background-color: #f0f0f0;
  /* Fondo gris claro */
  border: 2px solid #ccc;
  /* Borde gris */
  border-radius: 5px;
  /* Bordes redondeados */
  color: #333;
  /* Color de texto */
}

/* Estilos específicos para dispositivos móviles */
@media (max-width: 1150px) {
  .in-flex .ubicacion img {
    height: 60vh;
    width: 800px;
    height: 550px;
  }
}

@media (max-width: 920px) {
  .in-flex .ubicacion img {
    width: 650px;
    height: 550px;
  }
}

@media (max-width: 750px) {
  div .in-flex .ubicacion {
    height: 50vh;
  }

  .in-flex .ubicacion img {
    width: 500px;
    height: 40vh;
  }
}

@media (max-width: 630px) {
  div .in-flex .ubicacion {
    height: 45vh;
  }

  .in-flex .ubicacion img {
    width: 450px;
    height: 40vh;
  }
}

@media (max-width: 570px) {
  div .in-flex .ubicacion {
    height: 35vh;
  }

  .in-flex .ubicacion img {
    width: 400px;
    height: 30vh;
  }
}

@media (max-width: 530px) {
  div .in-flex .ubicacion {
    height: 35vh;
  }

  .in-flex .ubicacion img {
    width: 350px;
    height: 30vh;
  }
}

@media (max-width: 470px) {
  div .in-flex .ubicacion {
    height: 30vh;
  }

  .in-flex .ubicacion img {
    width: 400px;
    height: 25vh;
  }
}
