.bb-color {
  border-bottom-color: #ddd !important;
}

.faq-title:hover,
.faq-title[aria-expanded="true"] {
  background-color: var(--text-main-color) !important;
  color: var(--white);
  cursor: pointer;
}

.faq-title[aria-expanded="true"] .fa-plus:before {
  content: "\f068";
}

.course-item-wrapper img.card-img-top {
  height: 200px;
  object-fit: cover;
}

section.ph-home-numbers {
  background-image: url("./images/grey-wallpaper-background.jpg");
  background-size: cover;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phhn-line {
  color: var(--color-h4);;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 60px;
}

.phhn-line .phhn-item {
  text-align: center;
  position: relative;
}

.phhn-number {
  font-size: 32pt;
  font-weight: 700;
}

.phhn-text {
  font-size: 13pt;
  margin-bottom: 20px;
}

.phhn-line .phhn-item:after {
  content: "⬤";
  position: relative;
  bottom: -10px;
}

.phhn-line:after {
  height: 1px;
  background-color: var(--color-h4);;
  width: 85%;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  left: 5%;
}

#convenio-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

#convenio-slider .item .convenio-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#convenio-slider .item .convenio-slider-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#convenio-slider .item .convenio-slider-text .cst-title {
  font-size: 60px;
  font-weight: 600;
  color: var(--white);
  text-shadow: 2px 2px 5px var(--black);
}

#convenio-slider .item .convenio-slider-text .cst-text {
  color: var(--white);
  text-shadow: 2px 2px 5px var(--black);
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}

#convenio-slider .owl-dots {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

#convenio-slider .owl-dots span {
  border-radius: 0;
  height: 5px;
  width: 32px;
  background-color: var(--white);
}

#convenio-slider .item .convenio-slider-img img {
  height: 100%;
  object-fit: cover;
}

#convenio-slider .owl-dots .owl-dot.active span {
  background-color: #00ffe7;
}

#convenio-slider .btn.btn-cst {
  color: var(--white);
  border: 1px solid #00ffe7;
  border-radius: 10px;
}

#convenio-slider .btn.btn-cst i {
  background-color: var(--text-main-color-green);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}

#convenio-slider .btn.btn-cst:hover {
  background-color: var(--text-main-color-green);
}

@media screen and (max-width: 425px) {
  .phhn-line .phhn-item:after {
    display: none;
  }

  .phhn-line:after {
    display: none;
  }

  .phhn-line .phhn-item {
    width: 50%;
  }

  .phhn-line {
    flex-wrap: wrap;
  }

  #convenio-slider .item .convenio-slider-text .cst-title {
    font-size: 35px;
  }

  #convenio-slider .item .convenio-slider-text .cst-text {
    font-size: 22px;
  }
}

.w-20 {
  width: 20%;
}

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

@media screen and (max-width: 1024px) {
  #resp {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #resp img {
    border-bottom: 1px solid var(--text-main-color-green);
  }

  #resp-rev {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #resp-rev img {
    border-bottom: 1px solid var(--text-main-color-green);
  }

  .border-left {
    border-left: none !important;
  }
  .border-right {
    border-right: none !important;
  }
  .ps-5 {
    padding-left: 0px !important;
  }
  .card-title.text-main-secondary.fw-bolder.text-start.mb-3 {
    border-bottom: 1px solid var(--text-main-color-green) !important;

    text-align: left;

    padding: 0px !important;
  }
  .card-body.d-flex.flex-column.font-size-16.font-weight-normal.border-left {
    font-size: 13px;
    padding-right: 0px !important;
  }
  .card-body.d-flex.flex-column.font-size-16.font-weight-normal.border-right {
    font-size: 13px;
    padding-right: 0px !important;
  }
}

.box_1 {
  background-color: #121921;
  color: var(--white);
  padding: 45px;
  opacity: 1;
}
