/* Tab */
#tab-que-ofrecemos .nav-pills {
  display: flex;
  justify-content: space-between;
}

#tab-que-ofrecemos .nav-item {
  width: 23%;
  background-color: #f6f6f6;
  height: 164px;
  margin: 22px 0;
  display: flex;
  justify-content: center;
}

#tab-que-ofrecemos .nav-item:has(> button.active) {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

#tab-que-ofrecemos .nav-item-arriba:has(> button.active) {
  transform: translate(0px, 22px);
  border-top: 10px solid #e40f23;
}

#tab-que-ofrecemos .nav-item-arriba:has(> button.active)::before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: 90%;
  background: white;
} 

#tab-que-ofrecemos .nav-item-abajo:has(> button.active) {
  transform: translate(0px, -22px);
  border-bottom: 10px solid #e40f23;
}

#tab-que-ofrecemos .nav-item-abajo:has(> button.active)::before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: -10%;
  background: white;
} 

#tab-que-ofrecemos .nav-link {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color:#47494e;
  border-bottom: 0;
}

#tab-que-ofrecemos .nav-link.active {
  color:black;
}

#tab-que-ofrecemos .nav-link i {
  width: 100%;
  font-size: 31px;
  padding-bottom: 21px;
  color: #E40F23;
}

#tab-que-ofrecemos .tab-content {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}

#tab-que-ofrecemos .tab-content .tab-pane .row {
  overflow: hidden;
}

#tab-que-ofrecemos .tab-content .col-lg-7 {
  padding: 68px 90px 68px 80px;
}

#tab-que-ofrecemos .tab-content .col-lg-5 {
  z-index: 999;
  padding: 0;
}

#tab-que-ofrecemos .tab-content .titulo {
  font-size: 24px;
  letter-spacing: -0.67px;
}

#tab-que-ofrecemos .tab-content img {
  transform: translate(-5%, 0px);
  height: 100%;
}

@media (max-width: 767px) {
  #tab-que-ofrecemos .nav-link {
    padding: 0;
  }

  #tab-que-ofrecemos .nav-item {
    margin: 12px 0;
  }

  #tab-que-ofrecemos .nav-item-arriba:has(> button.active) {
    transform: translate(0px, 11px);
  }
  
  #tab-que-ofrecemos .nav-item-abajo:has(> button.active) {
    transform: translate(0px, -11px);
  }

  #tab-que-ofrecemos .tab-content .col-lg-7 {
    padding: 34px 40px;
  }

  #tab-que-ofrecemos .tab-content img {
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  #tab-que-ofrecemos .nav-item {
    height: 82px;
  }

  #tab-que-ofrecemos .nav-link span {
    display: none;
  }

  #tab-que-ofrecemos .nav-link i {
    padding-bottom: 0;
  }
}

/* Carrusel clientes y eventos */
#clientes-eventos-carrusel .owl-stage-outer {
  padding: 24px 0 20px 0;
  border-top: 1px solid #a3a4a6;
  border-bottom: 1px solid #a3a4a6;
  margin-bottom: 36px;
}

#clientes-eventos-carrusel .owl-nav,
#eventos-carrusel .owl-nav {
  width: 15%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-around;
}

#clientes-eventos-carrusel .owl-nav img {
  width: 23px;
}

#clientes-eventos-carrusel+.owl-counter-clientes-eventos-carrusel,
#eventos-carrusel+.owl-counter-eventos-carrusel  {
  font-size: 12px;
  color: #47494e;
  font-weight: 300;
}

#clientes-eventos-carrusel+.owl-counter-clientes-eventos-carrusel b,
#eventos-carrusel+.owl-counter-eventos-carrusel b {
  font-weight: 600;
  color: #000;
}

#eventos-carrusel .titulo-evento {
  font-size: 21px;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #a3a4a6;
  margin-bottom: 27px;
}

#eventos-carrusel .tipos-evento {
  margin-bottom: 58px;
}

#eventos-carrusel .tipos-evento p {
  display: flex;
  align-items: center;
}

#eventos-carrusel .tipos-evento i {
  font-size: 23px;
  color: #e40f23;
  padding-right: 22px;
}