main {
    margin-bottom: 40px;
}

#textoAyuntamientos{
  display: flex;
  justify-content: center;
}

#textoAyuntamientos p{
  font-size: 24px;
  margin-top: 35px;
  text-align: justify;
  font-family: Arial;
  width: 80%;
}

#tituloH1 {
  color: #008a97;
  font-size: 60px;
  text-align: center;
  margin-top: 60px;
}

.headingTitle {
  background-color: #008996;
  width: 80%;
  padding: 1.5%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 30px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  margin: 100px 10% 50px 10%;
  text-transform: uppercase;
}

.nombresAyuntamientos {
  text-align: center;
  font-size: 45px;
  margin-top: 55px;
  display: block;
}

.cajaAyuntamientos {
  margin: 25px 100px 0px 100px;
  display: flex;
  justify-content: space-between;
}

.cajaAyuntamientos article {
    width: 45%;
}

.mapas {
  width: 50% !important;
  display: flex;
  justify-content: flex-end;
}

.textos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 28px;
}

.textos img {
    width: 150px;
}

/* Esto junto con la clase separacion, permite modificar el hr */
.caja-separacion{
    display: flex;
    justify-content: center;
  }
  
  .separacion{
    background: #008a97;
    height: 10px;
    margin: 40px 0px 0px 0px;
    width: 80%;
    border-radius: 10px;
  }


.solo-movil, .solo-movil hr{
  display: none;
}

  @media (max-width: 950px) {
  .solo-movil, .solo-movil hr{
    display: flex;
  }

  #tituloH1 {
    font-size: 50px;
  }
  
.cajaAyuntamientos{
  display: flex;
  flex-direction: column;
  margin: 20px 30px;
}

.cajaAyuntamientos .textos{
  display: flex;
  align-items: flex-start;
  width: 100%;
  order: 1;
  margin-bottom: 15px;
}

.cajaAyuntamientos .textos img{
  align-self: center;
}

.cajaAyuntamientos .textos p{
  margin: 0 !important;
}

.cajaAyuntamientos .mapas{
  display: flex;
  justify-content: center;
  width: 100%;
  order: 2;
}

.cajaAyuntamientos .mapas iframe{
  width: 100%;
}

.mapas {
  width: 100% !important;
}
}