/* Mixins --------------------------------------------------------------------------------------------------------*/
/* main Banner Small --------------------------------------------------------------------------------------------------------*/
.main-banner-small {
  position: relative;
}
.main-banner-small .breadcrumb {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  max-width: 1410px;
}
.main-banner-small .slick-dots {
  bottom: 30px;
}

.main-banner-small-item-inner {
  position: relative;
}

.main-banner-small-img {
  object-fit: cover;
  object-position: right center;
  display: block;
  width: 100%;
  min-height: 300px;
}

.main-banner-small-body {
  margin: 0 -20px;
  padding: 40px 20px 60px;
  position: relative;
  z-index: 2;
  background: linear-gradient(283.66deg, rgba(18, 204, 196, 0.8) 4.8%, #2DC850 98.86%);
}

.theme-dark .main-banner-small-body {
  background: #222222;
}

.main-banner-small-body-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  padding-bottom: 15px;
}

.main-banner-small-body-text {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.125rem;
  padding-bottom: 30px;
}

.main-banner-small-btn-group .btn {
  margin-bottom: 10px;
  width: 100%;
}

.equipo .banner-slider-item-inner::before {
  min-height: 440px;
  background: #0069B4;
  background: linear-gradient(270deg, #12CCC4 3.33%, #0069B4 95.36%);
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .main-banner-small .slick-dots {
    bottom: 40px;
  }

  .main-banner-small-item-inner {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
  }
  .main-banner-small-item-inner::before {
    content: "";
    width: 70%;
    border-radius: 0 60px 60px 0;
    position: absolute;
    right: 30%;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(283.66deg, rgba(18, 204, 196, 0.8) 4.8%, #2DC850 98.86%);
  }

  .main-banner-small-body {
    padding: 40px 60px 60px 0;
    border-radius: 0 60px 60px 0;
    background: none;
    width: 70%;
    max-width: 700px;
    margin: 0;
  }

  .equipo .main-banner-small-body {
    padding: 60px 60px 60px 0;
  }

  .theme-dark .main-banner-small-body {
    background: none;
  }
  .theme-dark .main-banner-small-body .breadcrumb {
    padding-bottom: 20px;
  }

  .theme-dark .main-banner-small-item-inner:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.65) 3.33%, #000000 95.36%);
  }

  .main-banner-small-body-title {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }

  .main-banner-small-img {
    min-height: 440px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .main-banner-small-btn-group {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    grid-gap: 0 10px;
  }
  .main-banner-small-btn-group .btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .main-banner-small-item-inner::before {
    width: 50%;
    right: 50%;
  }

  .main-banner-small-body {
    width: 50%;
  }

  .main-banner-small-body-text {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .equipo .main-banner-small-body {
    min-height: 500px;
    background: #0069B4;
    background: linear-gradient(270deg, #12CCC4 3.33%, #0069B4 95.36%);
  }
}

/*# sourceMappingURL=banner-small.css.map */