.modal-content {
  background-color: transparent;
}

.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-title {
  color: #fff;
  font-size: 1.5rem;
}

.modal-header {
  border-bottom: unset;
}
.modal-header .close {
  background: unset;
  color: #fff;
  opacity: 1;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__arrow {
  align-items: center;
  background: #ccc !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex !important;
  height: 2em !important;
  justify-content: center;
  opacity: 0.7;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__track--nav {
  width: 80%;
  margin: 0 auto;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.border-1 {
  border: 1px solid #ccc;
}

/* ---- whatsapp ----*/
@keyframes whatsapp_animation {
  0% {
    opacity: 0;
    right: 0;
    bottom: 4%;
  }
  100% {
    opacity: 1;
    right: 4%;
    bottom: 4%;
  }
}
@keyframes whatsapp_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.w-flotante {
  opacity: 0;
  background-color: green;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation-name: whatsapp_animation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.w-flotante:hover {
  background-color: #2879ff;
}
.w-flotante svg {
  width: 40px;
  height: 40px;
  fill: white;
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.d-none,
.show-mobile {
  display: none;
}

.my-3 {
  margin: 1.5rem 0;
}

.clientSlider .splide__slide img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wave-awards {
  padding: 50px 0;
}
.wave-awards img {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .slider h2 {
    font-size: 44px;
  }
  .slider h5 {
    font-size: 16px;
  }
  .showcase h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .navigation.show-me {
    background: #000;
  }
}
@media (max-width: 767px) {
  .contact-info h3,
  .contact-info h4 {
    margin: 20px 0;
    text-align: center;
  }
  .contact-info p,
  .contact-info span {
    text-align: center;
    float: unset;
  }
  .contact-info h3:after,
  .contact-info h4:after {
    left: 45%;
    bottom: -10px;
  }
  .contact-info .text-right {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .show-mobile {
    display: block;
  }
  .tp-caption.caption-title {
    top: 250px !important;
  }
  .tp-caption.caption-subtitle {
    top: 350px !important;
    width: 300px;
    text-align: center;
  }
  .slider h2 {
    font-size: 34px;
    text-align: center;
  }
}/*# sourceMappingURL=ajustes.css.map */