.contenedor-general {
  background: #ffffff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.galeria {
  width: 30%;
  height: 30%;
  margin: 60px;
}

.contenido-texto {
  background: #ffffff;
  width: 35%;
  height: 35%;
  margin: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  box-shadow: 0px 30px 10px -20px #7d7b7b !important;
  border-radius: 20px;
}

.texto {
  padding: 30px;
  font-size: 16px;
  color: #000;
  text-align: justify;
}
.galeria-2 {
  width: 35%;
  height: 35%;
  margin: 60px;
}

.contenedor-general-2 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.contenedor-general-3 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.container-azul-dos {
  background-color: #00416b;
  padding: 15px;
  margin-top: 10px;
}

.container-blanco-dos {
  background-color: #fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #00416b;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
}

.container-azul-tres {
  background-color: #00416b;
  padding: 15px;
  margin-top: 10px;
}

.contenedor-gastronomia {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1480px;
  max-width: 1920px;
  background-color: rgb(255, 255, 255);
  margin: 30px;
}

article {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  aspect-ratio: 1 / 1;

  & img {
    width: 100%;
    object-fit: cover;
  }
}

.container-pequeno {
  background-color: #00416b;
  color: #fff;
  text-align: center;
}

article:has(p) {
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
}

article > p {
  padding: 0px 20px;
  font-size: 20px;
}

.contenedor-festividades {
  background: #ffffff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.festival-1 img {
  width: 450px !important;
  margin: 60px;
  border-radius: 20px;
}
.contenido-texto-1 {
  background: #ffffff;
  width: 35%;
  height: 35%;
  margin: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  box-shadow: 0px 30px 10px -20px #7d7b7b !important;
  border-radius: 20px;
  font-size: 16px;
}

.texto-1 {
  padding: 30px;
  font-size: 20px;
  color: #000000;
  text-align: justify;
  text-align: center;
}
