.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active,
.text-primary {
  color: #48764c !important;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-primary {
  background: #48764c !important;
  border-color: #48764c !important;
}

.home .tns-outer .tns-nav button {
  background-color: rgba(89, 238, 76, 0.5);
}
.home .tns-outer .tns-nav .tns-nav-active {
  background-color: rgb(89, 238, 76);
}

.text-gradiant {
  background-image: -webkit-linear-gradient(left, #183b56, #5f9740, #59ee4c);
}

.footer .social-icons-list li a:hover {
  background-color: #48764c;
}

.upper-title {
  color: #48764c;
}

.navbar .logo img {
  filter: invert(1);
  width: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .logo img {
  filter: invert(1);
  width: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service .btn a {
  color: #000;
}
.service .btn a:hover {
  color: #fff;
}

.bg-image {
  background-image: url(../images/bg.png);
}

/* ---- 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: 4rem;
  height: 4rem;
  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 .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.home .home-content p {
  color: #183b56 !important;
}

.contact button {
  border: unset;
}
.features .swiper-slide .bid-box {
  border: 1px solid rgba(107,110,111,.3) !important;
  padding: 25px;
  border-radius: 20px;
  height: 269px;
}
@media (max-width: 992px) {
  .navbar-collapse {
    top: unset;
    background: white;
    padding-left: unset;
  }
  .contact.section {
    padding-top: 114px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    top: 110px;
  }
  .home {
    padding-bottom: 0;
  }
  .service .col-lg-5 {
    margin-bottom: 25px;
  }

  .bg-image {
    background-image: url(../images/bg.png);
    width: 100% !important;
}
.home-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-heading h1 {
  text-align: center;
}
.centrado1{
  text-align: center;
 }
 
 .service-box{
  align-items: center;
    display: flex;
    flex-direction: column;
 }
 .features-slider .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 10;
  left: 50%;
  top: 30px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 2px solid rgba(107,110,111,.5);
  background-image: url(../images/right-arrows.png);
}
.features-slider .swiper-button-prev {
  position: relative;
    width: 40px;
    height: 40px;
    z-index: 10;
    left: 36%;
    top: 12px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid rgba(107,110,111,.5);
    background-image: url(../images/left-arrow.png);
}
.swiper-container {
  margin-bottom: -230px
}
.margin-15{
  margin-top: 15px;
}
.footer .top-footer{
  padding: 0;
}  
.pad-t{
  padding-top: 130px;
}
}/*# sourceMappingURL=ajustes.css.map */