@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
.botones-contacto {
  font-family: "Poppins", sans-serif;
  float:right;
  position: absolute;
  right: calc(50% - 20px);
  z-index: 99;

}
.botones-contacto .listado-botones ul {
  width: 50px;
  float: right;

}
.botones-contacto .listado-botones ul li {
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  margin-right: 0px;
  border-radius: 20px;
  overflow: hidden;
  float: right;
  right: 5px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2) !important;

}
.botones-contacto .listado-botones ul li .icon-contact {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 100% !important;
  overflow: hidden;
  float: right;
  display: block;
  border: 1px solid #fff;
  padding: 0;
  text-align: center;
  background: #E3445E;
  color: #fff;

}
.botones-contacto .listado-botones ul li .icon-contact i {
  font-size: 22px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
}
.botones-contacto .listado-botones ul li span {
  position: relative;
  border-radius: 20px;
  width: 0px;
  background: #fff;
  color: #000;
  width: max-content;
  height: 60px;
  float: right;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.botones-contacto .listado-botones ul li a {
  display: none;
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.botones-contacto .listado-botones ul li.boton-xs {
  display: none;
}
.botones-contacto .listado-botones ul li:hover {
  width: max-content;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.botones-contacto .listado-botones ul li:hover .icon-contact {
  background: #525260;
}
.botones-contacto .listado-botones ul li:hover span {
  width: max-content;
  padding-right: 50px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.botones-contacto .boton-maestro {
  position: absolute;
  bottom: -50px;
  right: 0px;
  float: right;
  display: none;
}
.botones-contacto .boton-maestro a {
  height: 50px;
  width: 50px;
  position: relative;
  float: right;
  padding: 0 !important;
  border: none;
  border-radius: 50% !important;
  overflow: hidden;
  display: block;
  color: #fff;
  background: #ff4013;
  font-size: 26px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3) !important;
}
.botones-contacto .boton-maestro a i {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .botones-contacto {
    bottom: 140px;
  }
  .botones-contacto .listado-botones {
    position: relative;
    float: right;
    height: 100%;
    overflow: hidden;
  }
  .botones-contacto .listado-botones ul {
    margin-bottom: -1000%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .botones-contacto .listado-botones ul li:hover {
    height: 40px;
    width: 40px;
  }
  .botones-contacto .listado-botones ul li span {
    display: none;
  }
  .botones-contacto .listado-botones ul li.boton-xs {
    display: block;
  }
  .botones-contacto .listado-botones ul li a {
    display: block;
  }
  .botones-contacto .listado-botones.active ul {
    margin-bottom: 0%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .botones-contacto .boton-maestro {
    display: block;
  }
}
