/* Hero */
.plans-content {
  background:
    linear-gradient(
      to right,
      rgba(0, 101, 41, 1) 20%,
      rgba(0, 101, 41, 0) 100%
    ),
    url("../images/webp/home-header-04.webp");
  background-position: center;
  background-size: cover;
  height: 420px;
}

/* Benefits */
.benefits-box {
  background: white;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  top: -40px;
  border: 1px solid var(--color-bristol-green);
}

.benefits-box p {
  margin-bottom: 0;
}

/* Plans */
.custom-tabs {
  background: white;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  width: 80%;
  display: flex;
}

.nav-tabs {
  border: none;
}

.custom-tabs .nav-link {
  color: #222;
  font-weight: 500;
  padding: 10px 15px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-item .nav-link.active {
  color: var(--color-bristol-green) !important;
}

.custom-tabs .nav-link.active {
  font-weight: bold;
  position: relative;
  background-color: transparent;
  border-color: var(--color-bristol-green);
  border-bottom: 1px solid;
}

/* Compare */
.form-select {
  background-color: transparent;
  border-color: var(--color-gray-select);
  color: var(--color-text);
}

.form-select:focus {
  border-color: var(--color-gray-select);
  box-shadow: none;
}

.compare-content {
  background-color: var(--color-gray-light);
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  border-radius: 10px;
  align-items: start;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.compare-list li:nth-child(odd) {
  background-color: var(--color-navbar-footer);
}

.compare-list li:nth-child(even) {
  padding: 0.5em 0;
}

.separator {
  background-color: var(--color-gray-dark);
  width: 1px;
  height: 100%;
}

/* Quote */
.quote-content {
  background:
    linear-gradient(
      to right,
      rgba(0, 101, 41, 1) 50%,
      rgba(0, 101, 41, 0.5) 75%,
      rgba(0, 101, 41, 0) 100%
    ),
    url("../images/webp/planes-salud-02.webp");
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  max-width: 1089px;
  height: 300px;
}

.quote-texts {
  color: var(--color-white);
}

/* Plan BM180 */
.plan-header {
  background-position: left;
  background-size: cover;
  height: 300px;
}

.plan-header-text {
  width: 60%;
}

.plan-description p {
  margin-bottom: 0.5em;
}

.plan-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.plan-bm180 {
  background-image:
    linear-gradient(
      to left,
      rgba(138, 58, 150, 1) 20%,
      rgba(138, 58, 150, 0) 100%
    ),
    url("../images/webp/plan-bm180-large.webp");
}

.plan-bm200 {
  background-image:
    linear-gradient(to left, rgba(0, 93, 146, 1) 20%, rgba(0, 93, 146, 0) 100%),
    url("../images/webp/plan-bm200-large.webp");
}

.plan-bm400 {
  background-image:
    linear-gradient(
      to left,
      rgba(185, 186, 185, 1) 20%,
      rgba(185, 186, 185, 0) 100%
    ),
    url("../images/webp/plan-bm400-large.webp");
}

.plan-bm500 {
  background-image:
    linear-gradient(
      to left,
      rgba(168, 150, 72, 1) 20%,
      rgba(168, 150, 72, 0) 100%
    ),
    url("../images/webp/plan-bm500-large.webp");
}

.plan-pmo {
  background-image:
    linear-gradient(
      to left,
      rgba(242, 101, 52, 1) 20%,
      rgba(242, 101, 52, 0) 100%
    ),
    url("../images/webp/plan-pmo-large.webp");
}

.bg-content-gray ul li {
  padding: 0.2em 0;
}

/* Plan BM180 Acordeon */
.accordion {
  --gk-accordion-border-radius: 0;
  --gk-accordion-inner-border-radius: 0;
  --gk-accordion-color: var(--color-text);
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-login-dark-green);
}

.accordion-button {
  background-color: transparent;
  color: var(--color-bristol-green);
}

.accordion-button:not(.collapsed) {
  background-color: var(--color-bristol-green);
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-body hr {
  color: var(--color-gray-select);
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(452%)
    hue-rotate(107deg) brightness(93%) contrast(89%);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Prestadores */
.custom-tab-content {
  background-color: #fff;
}

/* Otros planes */
.carousel-plan-card {
  /* width: 416px; */
  min-height: 314px;
  border: 1px solid #b3af68;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}

.card-body h4 {
  color: #000 !important;
}

.controls li.prev,
.controls li.next {
  background-color: transparent;
  color: var(--color-disable);
  border: 1px solid var(--color-disable);
}

.controls li.prev:hover,
.controls li.next:hover {
  background-color: var(--color-bristol-green);
  border: none;
  color: #fff;
}

/* Media */
@media (max-width: 1400px) {
  .plan-bg {
    background-repeat: no-repeat;
    background-position: unset;
    background-size: unset;
  }
}

@media (max-width: 768px) {
  .custom-tabs {
    width: 100%;
    white-space: nowrap;
  }

  .plans-content {
    background-position: 70% 0;
  }

  .quote-content {
    background:
      linear-gradient(to right, rgba(0, 101, 41, 0.8), rgba(0, 101, 41, 0)),
      url("../images/webp/planes-salud-02.webp");
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    max-width: 1089px;
    height: 300px;
  }

  .plan-bm180 {
    background-image:
      linear-gradient(
        to left,
        rgba(138, 58, 150, 1) 0%,
        rgba(138, 58, 150, 0) 100%
      ),
      url("../images/webp/plan-bm180-large.webp");
  }

  .plan-bm200 {
    background-image:
      linear-gradient(
        to left,
        rgba(0, 93, 146, 1) 0%,
        rgba(0, 93, 146, 0) 100%
      ),
      url("../images/webp/plan-bm200-large.webp");
    background-position: 15% 100%;
  }

  .plan-bm400 {
    background-image:
      linear-gradient(
        to left,
        rgba(185, 186, 185, 1) 0%,
        rgba(185, 186, 185, 0) 100%
      ),
      url("../images/webp/plan-bm400-large.webp");
    background-position: 15% 100%;
  }

  .plan-bm500 {
    background-image:
      linear-gradient(
        to left,
        rgba(168, 150, 72, 1) 0%,
        rgba(168, 150, 72, 0) 100%
      ),
      url("../images/webp/plan-bm500-large.webp");
    background-position: 15% 100%;
  }

  .plan-pmo {
    background-image:
      linear-gradient(
        to left,
        rgba(242, 101, 52, 1) 0%,
        rgba(242, 101, 52, 0) 100%
      ),
      url("../images/webp/plan-pmo-large.webp");
    background-position: 15% 100%;
  }
}
