a.whatsapp-button {
  z-index: 1000;
  position: fixed;
  bottom: 4.8%;
  right: 15%;
  background-color: #315177;
  text-decoration: none;
  color: #FFDE1F;
  line-height: 36px;
  padding: 0 2rem;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.fab.fa-whatsapp {
  background-color: green;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  a.whatsapp-button {
    z-index: 1000;
    position: fixed;
    bottom: 6.3%;
    right: 18%;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  a.whatsapp-button {
    z-index: 1000;
    position: fixed;
    bottom: 6.3%;
    right: 18%;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  a.whatsapp-button {
    z-index: 1000;
    position: fixed;
    bottom: 6.4%;
    right: 10%;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 640px) {
  a.whatsapp-button {
    z-index: 1000;
    position: fixed;
    bottom: 0%;
    right: 0%;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 499px) {
  a.whatsapp-button {
    z-index: 1000;
    position: fixed;
    bottom: 0%;
    right: 0%;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  a.whatsapp-button {
    z-index: 1000;
    position: fixed;
    bottom: 0%;
    right: 0%;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section_heading_title_big {
    font-size: 34px;
    line-height: 40px;
  }
  .banner-section .content-box h1 {
    font-size: 34px;
    line-height: 40px;
  }
}/*# sourceMappingURL=ajustes.css.map */