
/* Iconos social media */
.icon-facebook{
  width:  35px;
  height: 35px;
  margin-left: 20px;
  background-image: url(../assets/iconografia/red1.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.icon-twitter{
  width:  35px;
  height: 35px;
  margin-left: 10px;
  background-image: url(../assets/iconografia/red2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.icon-google{
  width:  35px;
  height: 35px;
  margin-left: 10px;
  background-image: url(../assets/iconografia/red3.svg);
  background-position: center;
  background-repeat: no-repeat;
}
/* Iconos social media */

/* boton enviar */
.grup-btn{
  width: 100%;
  height: auto;
  margin-top: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_enviar{
  width: 200px;
  height: auto;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  background-image: url(../assets/Redes_sociales_recuadro.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #FFA060;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}
/* boton enviar */
