/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.w-flotante:hover {
  background-color: #2879ff;
}

.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
}

.form-control {
  text-transform: unset;
}

@media (max-width: 575px) {
  .img-desktop {
    display: none;
  }
  .hero .row-content {
    padding-top: 15px;
  }
  .hero-logo {
    text-align: center;
  }
  .hero-logo img {
    width: 250px;
  }
  .padding-0 {
    padding: 0;
  }
  .hero-holder {
    background: url("../images/mockup/book2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 80vh;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    margin-bottom: 25px;
  }
  /* ---- whatsapp responsive ----*/
  .w-flotante {
    height: 5%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    border-radius: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .w-flotante .d-none {
    display: inline !important;
  }
  .w-flotante span {
    margin-right: 5px;
  }
  .w-flotante span:visited, .w-flotante span:focus {
    color: #fff;
  }
  .w-flotante .whatsapp {
    font-size: 22px;
  }
}
/*# sourceMappingURL=ajustes.css.map */