/*PAGINA EVENTOS Y ALQUILER*/
h1{
    margin-top: 20%;
    align-items: center;
    text-align: center;
    font-size: 220%;
    margin-bottom: 20%;
}


.alqcontenedor{
  margin-top: 5%;
  padding: 2%;
  margin-left: 13%;
  border-radius: 20%;
  background-color: rgb(218, 165, 32,0.8);
  width: 70%;
  overflow: hidden;
  font-size: 120%;
}

.alqcontenedor h2{
align-items: center;
text-align: center;
}


.alqcontenedor img{
    margin-left: 40%;
    height: 20%;
    width: 20%;
}

#contenedorFotoVerano{
  display: flex;
}


#foto{
  margin-left: 10%;
  margin-top: 2%;
  margin-bottom: 5%;
  width: 30%;
  height: 30%;

}

#text2{
  width: 70%;
  margin-left: 5%;
  font-size: 80%;
}


