html{
  margin: auto;
}



h2{
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Bodoni Moda', serif;
  text-transform: uppercase;
}
.covid{
  align-items: center;
  color: rgb(123, 179, 23);
  text-align:center;
  text-transform: none;
  font-size: 2.5rem;
}
h3{
  display: block;
  margin: auto;
  text-align: center;
  color: rgb(57, 61, 66);
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  width: 35rem;
}
.aqui{
  text-decoration: none;
  color: black;
  font-style: italic;
}
span{
  font-size: 1rem;
}
.nav a:hover{
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: auto;
}
.nav a{
  text-decoration: none;
  color: black;
  padding: .5rem 2rem;
}
.nav{
  padding-top: 1rem;
  display: flex;
  justify-content: space-around;
  font-size: 1.2rem;
}
.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* titulo o imagen y de lado derecho descripción 1fr-2fr */
.space{
  padding: 8rem 5rem;
}
.alojamiento{
}
/* carrusel de imaenes */
.testimonios{
  padding: 1rem 3rem;
}
/* estilos del h2 y la desccripción */
.opiniones{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5rem;
  padding: 2rem;
  height: 30rem;
}
/* alinear las 3 opiniones con grid*/
.opinion1{
  background: rgb(122, 204, 186);
  padding-top: 3rem;
  border-radius: 1rem;
  -webkit-box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.5);
  box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.5);
}
.opinion1 p{
  text-align: center;
  font-family: 'Bodoni Moda', serif;
}
.perfil{
  display: block;
  margin: auto;
  width: 4rem;
  border-radius: 50%;
}

.nombre{
  font-size: 1.5rem;
}
/* centrar los elementos internos de las opiniones */
.foot{
  display: flex;
  justify-content: space-around;
  background-color: rgba(187, 245, 216, 0.7);
  color: rgb(0, 0, 0);
  margin-top: 2.5rem;
}
/* 3columnas del footer */


/* Inicial Slider-Habitaciones */
.container{
  width: 1000px;
  padding: 2rem;
  margin: auto;
}
ul, li{
  margin: 0rem;
  padding: 0rem;
  list-style: none;
}
ul.slider{
  position: relative;
  width: 100%;
  height: 100%;
}
ul.slider li{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: inherit;
  height: inherit;
  transition-property: opacity .5;
}
ul.slider li img{
  width: 100%;
  height: 500px;
  margin-bottom: 2rem;
}
ul.slider li:first-child{
  opacity: 1;
}
ul.slider li:target{
  opacity: 1;
}
/* Estilos de los botones */

.habitaciones-slider{
text-align: center;
margin: 1rem;
padding-top: 500px
}
.habitaciones-slider li{
  display: inline-block;
  text-align: center;
}
.habitaciones-slider li a{
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  background: hsla(157, 35%, 35%, 0.502);
  padding: .3rem;
  font-size: 1rem;
  border-radius: .3rem;
}
.alojamientofoot{
  width: 50rem;
}
