/**
 * ADAPTED CODE
 */

/**
 * ORIGINAL CODE
 */
.whatsapp-floating-logo {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding-top: 8px;
  z-index: 1000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;

  span {
    font-size: 10px;
    color: #000;
    background-color: #FFF;
    box-shadow: 0px 0px 4px 0px #656563;
    border-radius: 10px;
    text-decoration: none;
    padding: 8px 20px;
    transition: all 0.3s ease;
  }

  span::before {
    content: "";
    position: absolute;
    width: 73%;
    height: 1px;
    top: 35px;
    background-color: #316094;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }

  img{
    width: 130px;
  }
}

.whatsapp-floating-logo:hover {
  transform: scale(1.03);

  span {
    font-size: 14px;
  }

  span::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 3px;
  }
}

.whatsapp-floating-btn {
  font-size: 14px;
  margin-top: 10px;

  width: 70%;
  margin-left: 15%;
  margin-bottom: 10px;
  background-color: #24d366;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.ricm_whatsapp_float_lead_privacy_read {
  margin-right: 5px;
}

.ricm-whatsapp-floating-lead-conteudo {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 20px 0px 0px;
  -webkit-box-shadow: 3px 3px 5px 2px #D1D1D1;
  box-shadow: 3px 3px 5px 2px #D1D1D1;
  padding: 5px;
}

p2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgb(117, 117, 117);
}

.whatsapp-floating-input {
  margin: 0 auto !important;
  border: solid 1.5px #656563;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  padding: 5px !important;
}

.visually-hidden {
  display: none;
}

.itimes {
  color: rgb(117, 117, 117);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.privacidade-what {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.4em !important;
}

@media (min-width: 360px) {
  .ricm-whatsapp-floating-lead-conteudo {
    right: 45px;
    bottom: 0px;
    width: 330px;
    -webkit-border-radius: 20px 0px 20px 20px;
    border-radius: 20px 20px 0px 20px;
  }
}

@media (min-width: 576px) {
  .whatsapp-floating-logo {
    right: 15px;
    bottom: 40px;
  }

  .ricm-whatsapp-floating-lead-conteudo {
    right: 45px;
    bottom: 0px;
  }
}

@media (min-width: 768px) {

  .whatsapp-floating-logo,
  .ricm-whatsapp-floating-lead-conteudo {
    right: 15px;
    bottom: 0px;
  }

  .ricm-whatsapp-floating-lead-conteudo {
    right: 85px;
    bottom: 0px;
  }
}