:root {
  --color-accent: #47F9FE;
}

.swiperReviews {
  padding: 2rem 0 4rem 0;
}
@media (max-width: 768px) {
  .swiperReviews {
    padding: 2rem 0;
  }
  .swiperReviews .swiper-wrapper {
    margin: 0 auto;
  }
}
.swiperReviews .swiper-button-next,
.swiperReviews .swiper-button-prev {
  --swiper-navigation-size: 24px;
  color: #000;
}
@media (max-width: 768px) {
  .swiperReviews .swiper-button-next,
.swiperReviews .swiper-button-prev {
    display: none;
  }
}
.swiperReviews .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  opacity: 1;
}
.swiperReviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(0, 249, 254);
}
@media (max-width: 768px) {
  .swiperReviews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.review--content {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .review--content {
    padding: 0 1rem;
  }
}
.review--content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-align: justify;
  color: #000;
}
@media (max-width: 768px) {
  .review--content h1 {
    text-align: center;
  }
}
.review--content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
  text-align: justify;
  color: #000000;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .review--content h4 {
    text-align: center;
  }
}
.review--content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 133% */
  text-align: justify;
  color: #000000;
}
.card-datos .a {
  width: auto;
  height: 100%;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  top: 0;
}
.card-datos .b {
  width: auto;
  height: 100%;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .card-datos {
    height: auto;
  }
}
.card-datos-detalle {
  color: var(--color-accent);
}
@media (max-width: 768px) {
  .card-datos-detalle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
.card-datos-datalle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .card-datos-datalle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-datos-datalle p {
    font-size: 16px;
  }
}
.card-datos .border-line {
  background-color: var(--color-accent);
}
@media (max-width: 768px) {
  .card-datos .border-line {
    width: 320px;
  }
}

.card-detalle .titulo {
  color: #303030;
}

.consulta {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .consulta {
    font-size: 16px;
  }
}

.ul-list li {
  padding-left: 10px;
}


@media (min-width: 1440px) {
  .text-diploma {
    width: 44%;
  }
}
.diploma-direccion-descripcion {
  background: #303030;
  color: white;
}
.diploma-direccion-descripcion:before {
  border-top-color: #303030;
}

.subtitulo-modulo {
  color: #303030;
}

.modulo1 {
  position: relative;
}

.ic_dots_1 {
  background-image: url(../img/icon/ic_dots_1.png);
  width: 848px;
  height: 700px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  z-index: -1;
  bottom: 86%;
}
@media (max-width: 768px) {
  .ic_dots_1 {
    display: none;
  }
}

.descripcion-content-footer .content {
  width: 100%;
}
.descripcion-content-footer .content h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 38px;
}
@media (max-width: 768px) {
  .descripcion-content-footer .content h3 {
    font-size: 30px;
  }
}
.descripcion-content-footer .content p {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  font-family: "Akkurat-Regular";
}
@media (max-width: 768px) {
  .descripcion-content-footer .content p {
    font-size: 18px;
  }
}

.counts {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 920px;
  margin: 3rem auto 0;
}
@media (max-width: 768px) {
  .counts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
}
.counts .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counts .count .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
}
.counts .count .right {
  position: relative;
}
.counts .count .right span.floatin {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
}
.counts .count .right span.t {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #000000;
  padding-right: 40px;
  text-align: right;
  display: block;
  font-family: "Akkurat-Bold";
}
@media (max-width: 768px) {
  .counts .count .right span.t {
    font-size: 32px;
  }
}

.descripcion-content-footer {
  background-image: none !important;
  overflow: hidden;
  background: #47F9FE;
}
@media (max-width: 768px) {
  .descripcion-content-footer {
    padding: 3rem 1rem;
  }
}

.h2_c {
  font-family: "Akkurat-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}

.dots_white {
  width: 1000px;
  position: absolute;
  z-index: 1;
  width: 900px !important;
  top: 10%;
  right: 54%;
}
@media (max-width: 768px) {
  .dots_white {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn-solicitar-informacion {
    width: 474px;
    height: 74px;
    background: #303030;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    color: white;
  }
}
@media (max-width: 768px) {
  .subtitulo-modulo img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.modulo2 {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}
.modulo2 .box-s {
  width: 951px;
  left: 40%;
  background: #F5F5F5;
  position: absolute;
  border-radius: 26px;
  z-index: -1;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .modulo2 .box-s {
    display: none;
  }
}

.descripcion-content-footer {
  position: relative;
}

.card-detalle .icono {
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-detalle .icono img {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}