/* Nuestras marcas --------------------------------------------------------------------------------------------------------*/
.marcas-heading {
  padding-bottom: 40px;
}

.marcas-heading-left {
  max-width: 860px;
}

.marcas-heading-right {
  display: none;
}

.marcas-heading-title {
  color: #0069B4;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.marcas-heading-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.slider-arrow {
  display: flex;
  display: -ms-flexbox;
  justify-content: end;
}
.slider-arrow .btn {
  padding: 12px;
}

.slider-number {
  color: #F39200;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 8px 5px;
  min-width: 55px;
}

.marcas-slider-link {
  display: block;
  margin: auto;
  width: 160px;
  height: auto;
  text-align: center;
}
.marcas-slider-link:hover {
  opacity: 0.7;
}

.marcas-slider-link-img {
  display: block;
  width: 100%;
  height: 100%;
}

.section-country .marcas-slider-link-img {
  width: 170px;
  margin: 0 auto 10px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .marcas-heading {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding-bottom: 60px;
  }

  .marcas-heading-title {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }

  .marcas-heading-right {
    align-self: end;
    display: block;
    position: relative;
    bottom: 25%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
  .marcas-heading-right .slider-arrow {
    justify-content: space-between;
  }

  .marcas-slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .marcas-slider-link {
    width: 201px;
    height: auto;
    text-align: center;
  }

  .slider-arrow.d-none {
    display: flex !important;
  }

  .tab-pane .marcas-slider {
    margin-top: 60px;
  }
  .tab-pane .marcas-heading-right {
    bottom: 20%;
  }
}
@media (max-width: 575.98px) {
  .section-country .marcas-slider-link-img {
    width: 100%;
    height: 100%;
    margin: 0 auto 10px;
  }
}

/*# sourceMappingURL=marcas.css.map */