.redes-sociales{
  height: 300px;
  position: fixed;
  right: 20px;
  top: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 100;
  cursor: pointer;
}
.icono{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
  background-color: #d4007e;
}
.icono:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.esconder-iconos{
  display: none;
}
.ver-iconos{
  display: block;
}
.bloquear{
  background-color: #232323;
  opacity: 0.5;
  height: 1100px;
  width: 100%;
  margin: -75% -20px;
  z-index: 3;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rs-movil{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #cd0475;
  z-index: 100;
  position: fixed;
  right: 20px;
  top: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}
.rs-movil:before {
  content: "\f1e0";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-right: 11px;
  font-weight: lighter;
}
.rs-cerrar:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-right: 11px;
  font-weight: lighter;
}
.icono-movil{
  color: #fff;
  position: absolute;
  z-index: 0;
  text-align: center;
  right: 65px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding-top: 5px;
  opacity: 0;
}
.x{
  color: #fff;
  position: absolute;
  z-index: 0;
  text-align: center;
  right: 4px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding-top: 5px;
  -webkit-transition: ease-in 3s;
  transition: ease-in 3s;
}
.rs-movil.icono-movil{
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.rs-movil.icono-movil:nth-child(1) {
  position: absolute;
  bottom: 90px;
  right: 5px;
}
.rs-movil.icono-movil:nth-child(2) {
  position: absolute;
  bottom: 70px;
  right: 55px;
}
.rs-movil.icono-movil:nth-child(3) {
  position: absolute;
  bottom: 35px;
  right: 90px;
}
.rs-movil.icono-movil:nth-child(4) {
  position: absolute;
  bottom: -10px;
  right: 100px;
}
@media only screen and (min-width: 480px) and (max-width: 767.99px) {
  .bloquear{
    margin: -75% -12%;
    width: 102%;
  }
  .rs-movil{
    top: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .bloquear{
    height: 1280px;
    margin: -24% -7%;
  }
  .rs-movil{
    top: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .icono{
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding-top: 3px;
    margin-bottom: 10px;
  }
}
