#ourPlan {
  overflow: hidden;
  padding: 0 0 0 32px;
  margin-bottom: var(--space-between-sections);
}

#ourPlan .title {
  position: relative;
  text-align: center;
  margin-bottom: var(--space-between-sections);
}

#ourPlan .title h2 {
  color: #2CCCD3;
  text-align: center;
  font-family: Comfortaa;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.52px;
}

#ourPlan .title p {
  color: #97999B;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.plan-listing .owl-carousel {
  overflow: hidden;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .plan-listing .owl-stage {
    margin-left: -60px; /* Igual al stagePadding para “cancelar” el padding izquierdo */
  }
}

.plan-listing .item {
  position: relative;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 70vh;
}

.plan-listing .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #45c2cc;
  text-decoration: none;
  height: 100%;
}

.plan-listing .item p {
  width: 100%;
  margin: 0;
  font-size: 22px;
  color: #45c2cc;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.plan-listing .item .image {
  height: 100%;
  width: 100%;
}

.plan-listing .item .image img {
  box-shadow: 0px 25px 25px rgba(30, 31, 31, 0.1);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan-listing__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: white;
  padding: 42px 24px 24px 24px ;
}

.plan-listing__title {
  font-family: "comfortaa";
  font-size: 28px;
  font-weight: bold;
}

.plan-listing__price {
  width: 80px;
  height: 80px;
  border-radius: 100% 100% 100% 12px;
  padding: 5px;
  background-color: #ff9900;
  color: white;
  word-wrap: break-word;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "poppins", sans-serif;
  font-weight: bold;
}


.plan-listing__price__number {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .plan-listing .item .image img {
    border-radius: 25px;
  }

  #ourPlan {
    padding-top: unset;
    margin-bottom: 40px;
  }

  #ourPlan .owl-next,
  #ourPlan .owl-prev {
    display: none;
  }

  #ourPlan .title {
    padding: 20px 0 30px 0;
  }

  #ourPlan .title big {
    font-size: 80px;
  }

  #ourPlan .title h2 {
    font-size: 32px;
  }

  #ourPlan .title p {
    line-height: unset;
  }

  #ourPlan .title p br {
    display: none;
  }

  .plan-listing {
    padding: unset;
    animation-delay: 5s;
  }

  .plan-listing .owl-stage {
    padding: unset;
  }

  .plan-listing .item {
    height: unset;
  }

  .plan-listing .item p {
    font-size: 20px;
    line-height: 25px;
  }

  .plan-listing .owl-item:nth-child(odd) .item h4 {
    order: 1;
  }

  .plan-listing .owl-item:nth-child(odd) .item .icon {
    order: 2;
    margin: 15px auto -37px auto;
  }

  .plan-listing .owl-item:nth-child(odd) .item .image {
    order: 3;
  }

  .plan-listing.owl-theme .owl-nav {
    margin-top: -22px;
  }

  .plan-listing.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
  }

  .plan-listing.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
  }
}

@media (max-width: 992px) {
  .plan-listing .item .image img {
    border-radius: 25px;
  }

  #ourPlan {
    padding-top: unset;
    padding-right: 0px;
    padding-left: 0px;
  }

  #ourPlan .owl-next,
  #ourPlan .owl-prev {
    display: none;
  }

  #ourPlan .title {
    padding: 20px 30px 30px 30px;
  }

  #ourPlan .title big {
    font-size: 80px;
  }

  #ourPlan .title h2 {
    font-size: 32px;
  }

  #ourPlan .title p {
    line-height: unset;
  }

  #ourPlan .title p br {
    display: none;
  }

  .plan-listing {
    padding: unset;
    animation-delay: 5s;
  }

  .owl-stage {
    padding: unset;
  }

  .owl-item {
    width: 200px;
    margin-right: unset;
  }

  .plan-listing .item p {
    font-size: 20px;
    line-height: 25px;
  }

  .plan-listing .owl-item:nth-child(odd) .item h4 {
    order: 1;
  }

  .plan-listing .owl-item:nth-child(odd) .item .icon {
    order: 2;
    margin: 15px auto -37px auto;
  }

  .plan-listing .owl-item:nth-child(odd) .item .image {
    order: 3;
  }

  .plan-listing.owl-theme .owl-nav {
    margin-top: -22px;
  }

  .plan-listing.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
  }

  .plan-listing.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
  }
}