
.contenedor-covertura {
  margin-left: 25%;
  width: 75vw;
  height: 85vh;
}
.covertura_titulo {
  width: 100%;
  text-align: center;
}
.covertura__fotos img {
  object-fit: cover;
  width: 42vw;
  height: 50vh;
}

.covertura__fotos {
  display: flex;
  align-items: center;
}

.contenedor-lugares {
  display: grid;
  width: 100%;
  height: 90%;
  grid-template-columns: 3fr 5fr;
  grid-column-gap: 30px;

}
.covertura__departamento {
  display: grid;
  grid-template-columns: 3fr 6fr;
}

.covertura__departamento__departamento {
  display: grid;
  grid-row-gap: 10px;
}

.covertura__departamento__municipio {
  display: flex;
  justify-content: center;
}
.covertura__departamento__municipio ul {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 10px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 14px;
}

.covertura__fotos {
}

@media only screen and (max-width: 600px) {
  .contenedor-covertura {
    margin: 0;
    width: 100vw;
    height: 85vh;
  }


  .contenedor-lugares {
  display: grid;
  width: 90%;
  height: 60%;
  grid-template-columns: auto;
  grid-column-gap: 30px;
  grid-row-gap: 40px;

}  .covertura__fotos img {
  margin-left: 5vw;
  object-fit: cover;
  width: 90vw;
  height: 230px;
}

}
