/* Add here all your CSS customizations */
.btn-wsp {
  position: fixed;
  width: 52px;
  height: 52px;
  margin: 10px;
  line-height: 55px;
  bottom: 0px;
  right: 72px;
  background: #25d366;
  background-image: url("../img/whatsapp.svg");
    background-position: center center;
    background-size: cover;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
  z-index: 100;
  transition: all 300ms ease;
}

.btn-phone {
  position: fixed;
  border: none;
  width: 52px;
  height: 52px;
  margin: 10px;
  /*margin-right: 82px;*/
  /* line-height: 52px;*/
  padding: 4px;
  bottom: 0px;
  right: 70px;
  background: #fff;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 27px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
  z-index: 100;
  transition: all 300ms ease;
}

.icono-phone {
	background-color: #0088cc;
    padding: 8px;
}

.icono-phone:hover {
	background-color: #fff;
    padding: 8px;
}

.icono {
    border-radius: 50px;
    text-align: center;
}

.icono:hover {
    border-radius: 50px;
    text-align: center;
}

.btn-phone:hover {
  color: #0088cc;
  background: #0088cc;
}

.btn-wsp:hover {
  color: #20ba5a;
  background: #fff;
      background-image: url("../img/whatsappHover.svg");
    background-position: center center;
    background-size: cover;
}
#btnHangUp {
  position: relative;
  border: none;
  width: 52px;
  height: 52px;
  line-height: 55px;
  bottom: 0px;
  right: 0px;
  background: #9b2d31;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
  z-index: 100;
  transition: all 300ms ease;
  padding: 6px 10px;
}

/* Boton dentro del pad numerico */
#hangup{
  color: darkred;
  position: fixed;
  text-align: center;
  font-size: 28px;
  opacity: 0.8;
  padding: 14px 10px;
  margin-left: 9px;
  margin-top: 12px;
  border-radius: 60px;
}

#hangup:hover{
  opacity: 1;
  cursor: pointer;
  box-shadow: #c43035 0 0 1px 1px;
}


#myPhone-info > label{
  font-size: medium;
}
#myPhone-container {
    opacity: 0.8;
    border-radius: 2rem;
}

#myPhone-container:hover{
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn-wsp {
    width: 52px;
    height: 52px;
    line-height: 55px;
  }

  .btn-phone {
    width: 52px;
    height: 52px;
    /*line-height: 52px;*/
  }
}

.font-prod-p {
  font-size: 17px !important;
}

.font-prod-h2 {
  font-size: 26px !important;
}

form.phone {
  width: 390px;
  margin: 50px auto;
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0px 5px 5px -0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

input[type="password"].phone {
  padding: 0 40px;
  border-radius: 5px;
  width: 350px;
  margin: auto;
  border: 1px solid rgb(228, 220, 220);
  outline: none;
  font-size: 60px;
  color: transparent;
  text-shadow: 0 0 0 rgb(71, 71, 71);
  text-align: center;
}

input:focus.phone {
  outline: none;
}

.pinButton.phone {
  border: none;
  /*background: none;*/
  font-size: 2em;
  border-radius: 50%;
  height: 60px;
  font-weight: 550;
  width: 60px;
  color: transparent;
  text-shadow: 0 0 0 rgb(102, 101, 101);
  margin: 7px 7px;
}

.clear.phone,
.enter.phone {
  font-size: 1em !important;
}

.pinButton.phone:hover {
  box-shadow: #506ce8 0 0 1px 1px;
}

.pinButton.phone:active {
  background: #506ce8;
  color: #fff;
}

.clear.phone:hover {
  box-shadow: #ff3c41 0 0 1px 1px;
}

.clear.phone:active {
  background: #ff3c41;
  color: #fff;
}

.enter.phone:hover {
  box-shadow: #47cf73 0 0 1px 1px;
}

.enter.phone:active {
  background: #47cf73;
  color: #fff;
}

.marginphone {
  /*margin: 20px !important;*/
}

.sizephone {
  font-size: 2rem !important;
}
