html {
  scroll-behavior: smooth;
}

.w-15 {
  width: 5rem;
}

.text-decoration-none {
  text-decoration: none !important;
  color: inherit !important;
}

.text-black {
  color: #000 !important;
}

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.logo img {
  width: 300px;
}

p {
  font-size: 1.2rem;
}

.modal-content {
  margin-top: 30vh;
}

.modal-title {
  color: #bc5d97;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.header-navbar__item .bg-link::after {
  background: #95db9f;
}

.top-contact__item a {
  text-decoration: none;
  color: #fff;
}

.list-contact__item a {
  color: #000;
}

/*------ header -----*/
.rev-text-6, .rev-text-7 {
  font-family: 'Chelsea Market', Arial, 'Helvetica Neue', sans-serif;
  background-color: #95db9f;
}

.rev-text-0 {
  font-size: 24px !important;
}

.rev-text-1 {
  color: #000 !important;
}

.sobremi ul {
  list-style: none !important;
}

.sobremi ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #bc5d97 !important;
}

.section.sec-info {
  background-color: rgba(255, 151, 164, 0.1);
}

/*----- footer -----*/
.dev9-green {
  color: #00ff00 !important;
}

.btn-01 {
  background-image: url("/images/icon/btn-01.png");
}

.contact-info-content {
  padding-left: 0;
  margin-left: 20rem;
}

.copyright-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: #4e99bf;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 8.5em;
  right: 1.8em;
  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: #bc5d97;
}

.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  margin-top: 4px;
}

.cartelito {
  position: fixed;
  background-color: #4e99bf;
  text-align: center;
  border-radius: 2px;
  z-index: 1000;
  right: 8em;
  bottom: 9em;
  padding: 0.5rem 2rem;
}

#to-top {
  bottom: 4em;
}

@media (max-width: 991px) {
  .header-mobile .logo {
    width: 87%;
  }
  .header-mobile .hamburger {
    margin-top: 0 !important;
  }
}
/*# sourceMappingURL=ajustes.css.map */