/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 110px;
  right: 30px;
  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;
}

.single-form input,
.single-form textarea {
  color: #000;
}

.alert .close {
  border: 0;
}

.testimonial-carousel .swiper-button-prev i,
.testimonial-carousel .swiper-button-next i {
  color: #000;
}

.testimonial-carousel .swiper-button-prev i:hover,
.testimonial-carousel .swiper-button-next i:hover {
  color: #000;
}

.overlay.open {
  display: none;
}

.achieved-year .col-lg-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.py-60 {
  padding: 60px 0;
}

.pricing-banner-content p {
  font-size: 18px;
}

p {
  font-size: 16px;
}

.g-10, .gx-10 {
  margin: 50px 0;
}

.service-box .box-content .title {
  text-align: center;
}

.project-details-section,
.about-content .about-text,
.about-content p,
.service-box .box-content p,
.single-testimonial .testimonial-content p,
.single-faq p,
.project-content p,
.pricing-banner-content p,
.blog-details-content p,
.blog-details-content h2 {
  text-align: justify;
}

.back-to-top {
  right: 30px;
}

@media (max-width: 1599px) {
  .slider-content .main-title {
    font-size: 62px;
  }
}

@media (max-width: 1440px) {
  .header-menu-toggler {
    margin-right: 100px;
  }
}

@media (max-width: 1199px) {
  .slider-content .main-title {
    font-size: 52px;
  }
  .about-images {
    background-position: 100%;
  }
  .counter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .counter-box .counter-count {
    margin: 0 auto;
  }
  .counter-box .counter-content {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .header-menu-toggler {
    margin-right: 0;
  }
  .slider-content .main-title {
    font-size: 44px;
  }
  .contact-section {
    padding-top: 80px;
  }
  .contact-section .col-lg-6:last-of-type {
    margin-top: 100px;
  }
  .achieved-year {
    text-align: center;
  }
  .achieved-year .col-lg-9 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pricing-banner-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .py-60 {
    padding: 0;
  }
  .slider-content {
    margin-top: 100px;
  }
  .slider-content .main-title {
    font-size: 34px;
  }
  .counter-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counter-section .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .counter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 575px) {
  .header-menu-toggler {
    margin-right: 10px;
  }
  .project-details-section .details-label {
    white-space: pre-wrap;
  }
  .about-banner-content .banner-title br:first-of-type {
    display: block;
  }
  .pricing-banner-section {
    height: unset;
    padding-bottom: 50px;
  }
  .overlay.open {
    display: block;
  }
  .w-flotante {
    width: 35px;
    height: 35px;
    bottom: 60px;
  }
  .w-flotante .whatsapp {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .back-to-top {
    bottom: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1001;
  }
  /* ---- 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 */