html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color:#a1dffb;
font-size: 5vh;
  font-family: 'Open Sans Condensed', sans-serif;
  color:white;
  display: flex;
  flex-direction: column;
}
#titulo{ 
  font-family: 'Cinzel', serif;
  text-align:center;
 font-size:7vw;
text-decoration: none;
}
.separator {
    width: 30vw;
    border-bottom: 0.25vw solid white;
    margin: 0 auto 2rem;
  }
.botonera {
  width: 90vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-self: center;
}
.botones {background-color: white;
color:black;
  font-size:2.5vw;
text-decoration: none;
      text-transform: uppercase;
      border-radius: 0.4vw;
  padding: 0.5vw;
}
.botones:hover {background-color:#f98365;
  color:white;
  border-radius:0.10vw;
}

.divisiones{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5vh;
}

.contenedor{
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2vh;
}

.texto {
  width: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: space-arround;
  align-items: center;
  background-color: #f9de59;
  border-radius: 7.5%;
  padding: 2.5vh;
  text-align: center;
  color: black;
}
.texto h2{
  font-size: 7.5vh;
  text-transform: UPPERCASE;
  font-family: 'Open Sans Condensed', sans-serif;
}
.texto p{
  font-size: 6vh;
}

.fotos {
  width: 40vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.foto {
  width: 30%;
  margin: 1.25%;
}