.contenedor{
  width: 100%;
  display: block;
  margin: 2.5rem auto;
  text-align: center;
}
.contenedor h1{
  font-size: 2rem;
}
.contenedor h2{
  font-size: 1.5rem;
}
.contenedor p{
  margin: 1.5rem auto;
}
section{
  width: 80%;
  margin: auto;
}
.img-wraper{
  display: block;
  width: 25%;
  margin: 2rem auto;
}
.img-wraper-color{
  border-radius: 50%;
  padding: 1rem;
}
/* Seccion de colores de fondo */
  .pequennos{
    background-color: #78BAE4;
  }
  .medianos-independientesMetal{
    background-color: #F5B33F;
  }
  .grandes{
    background-color: #D5581C;
  }
  .baby-medianos{
    background-color: #F5EA46;
  }
  .extremos-deportivos{
    background-color: #E1281E;
  }
  .independientesMadera{
    background-color: #69AF25;
  }
  .cuadrados{
    background-color: #704A11;
  }
  .casitas{
    background-color: #474D9A;
  }
/* Fin de seccion */
.imagen-intro{
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 50%;
}
.botones-wraper{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.boton{
  display: block;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #C7C5A4;
  font-style: oblique;
  cursor: pointer;
  transition: all ease 0.2s;
}
.boton a{
  color: #000000;
  text-decoration: none;
}
.boton:hover{
  background-color: #3cdb29;
}
#descarga{
  font-size: 1.2rem;
  text-decoration: none;
  text-align: left;
  padding: 0.5rem 1rem;
  position: relative;
  color: #f1810d;
}
#descarga:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #f1810d;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
#descarga:hover{
  color: #f1810d;
}
#descarga:hover:after{
  width: 100%;
  left: 0;
  background: #f1810d;
}
.opcionesAd-items{
  width: 80%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.opcion-item{
  width: 25%;
  margin: auto;
}
.opcion-item a{
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000000;
  -webkit-font-smoothing: antialiased;
}
.opcion-item-titulo{
  background-color: #fff;
  padding-top: 1.5rem;
  border-radius: 5rem 5rem 0 0;
}
.opcion-item-imagen img{
  width: 100%;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.regresa{
  text-decoration: none;
  color: #F2A21A;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
/* Estilos de la caja Modal */
#galeria{
  visibility: hidden;
}
#formulario{
  visibility: hidden;
}
.modal{
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  position: absolute;
  top: 0;
}
.close{
  display: block;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
  transition: all ease 0.3s;
}
.close:hover{
  color: #000000;
}
.img-display{
  width: 80%;
  margin: auto;
  padding: 2rem;
}
.img-display img{
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-thumbs{
  width: 90%;
  margin: auto;
}
.img-thumbs ul{
  display: flex;
  width: 100%;
  margin: auto;
}
.img-thumbs li{
  list-style: none;
}
.img-thumbs img{
  display: block;;
  width: 95%;
  margin: auto;
  cursor: pointer;
}
.preFormulario{
  display: block;
  margin: 5rem auto 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .img-wraper{
    width: 40%;
  }
  .opcion-item{
    width: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .botones-wraper{
    flex-wrap: wrap;
  }
  .boton{
    padding: 1rem;
    margin: 1rem auto;
  }
  .img-wraper{
    width: 70%;
  }
  .opcionesAd-items{
    flex-wrap: wrap;
  }
  .opcion-item{
    width: 65%;
  }
  .img-display{
    width: 95%;
  }
  .img-display img{
    width: 100%;
    margin-top: 6rem;
  }
  .img-thumbs ul{
    flex-wrap: wrap;
  }
  .img-thumbs li{
    width: 50%;
    margin: 0.5rem auto;
  }
  .img-thumbs img{
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .img-wraper{
    width: 80%;
  }
}
