/*** banner section ***/
.diplo-wrapper .banner-conteiner {
  width: 100%;
}

.diplo-wrapper .banner-cont {
  width: 380px;
  position: relative;
  margin-top: 60px;
}

/* .diplo-wrapper .banner-cont .banner {
  position: relative;
} */

.diplo-wrapper .banner .content {
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid #000;
  padding: 25px 30px;
  display: flex;
  flex-flow: column;

  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

/* .diplo-wrapper .banner .content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--black);
  z-index: -1;
  border-radius: 20px;
  top: 10px;
  left: 10px;
} */

.diplo-wrapper .banner h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.diplo-wrapper .banner p {
  font-weight: 500;
}

.diplo-wrapper .banner ul {
  display: grid;
  margin-bottom: 10px;
}

.diplo-wrapper .banner ul li {
  list-style-type: none;
  display: flex;
  align-items: start;
  margin-top: 5px;
  gap: 5px;
}

.diplo-wrapper .banner ul li .diplo-banner-item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 3px;
}

.diplo-wrapper .banner button {
  font-size: 20px;
  text-align: center;
  width: 100%;
  /* max-width: 250px; */
  height: 60px;
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
}

.diplo-wrapper .banner a:not(.button) {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  color: #000;
  cursor: pointer;
}

.diplo-wrapper .small-info .ayfp {
  text-decoration: underline;
}

.diplo-wrapper .price {
  /* display: none; */
  /* margin-top: 15px; */
}

.diplo-wrapper .price hr {
  background-color: var(--grey);
  border: none;
  margin-bottom: 10px;
}

.diplo-wrapper .price div {
  display: flex;
  justify-content: center;
  align-items: self-start;
}

.diplo-wrapper .price span,
.diplo-wrapper .price span p {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 14px;
}

.diplo-wrapper .banner .timer {
  color: var(--red);
  font-size: 14px;
  font-style: italic;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 35px;
  background-image: url(../img/icons/icono_reloj.svg);
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .diplo-wrapper .banner .timer {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .diplo-wrapper .banner .timer {
    flex-direction: row;
  }
  .price-initial-container {
    order: 3;
  }
  .course-info-banner .dh-content span {
    margin-bottom: 0 !important;
  }
}

/* .diplo-wrapper .small-info {
  display: none;
} */

.diplo-wrapper .banner.small {
  z-index: 4;
  top: 0px;
}

.diplo-wrapper .banner.small .small-info {
  display: flex;
  flex-direction: column;
}

.diplo-wrapper .banner.small .content > p,
.diplo-wrapper .banner.small .content > ul,
.diplo-wrapper .banner.small .content > a,
.diplo-wrapper .banner.small .content > h4 {
  display: none;
}

.diplo-wrapper .small-info h4 {
  border-radius: 5px;
  border: 1px solid var(--black);
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  max-width: 250px;
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
  align-self: center;
  align-content: center;
}

.diplo-wrapper .small-info h4:hover {
  background-color: var(--black);
  color: var(--white);
}

.diplo-wrapper .small-info h4:active {
  background-color: var(--light-green);
  color: var(--black);
}

.diplo-wrapper .small-info ul li {
  min-height: 28px;
  margin-top: 7px;
}

@media screen and (max-width: 1440px) {
  /* .diplo-wrapper .banner-cont {
    top: 140px;
    left: calc(100% - 330px - 40px);
    width: 320px;
  } */

  .diplo-wrapper .banner .content {
    padding: 16px 30px;
  }

  .diplo-wrapper .banner h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .diplo-wrapper .banner p {
    font-size: 14px;
  }

  .diplo-wrapper .banner ul {
    margin-top: 8px;
  }

  .diplo-wrapper .banner ul li {
    margin-top: 1px;
  }

  .diplo-wrapper .banner ul li img {
    width: 24px;
  }

  .diplo-wrapper .small-info h4,
  .diplo-wrapper .banner button,
  .course-info-banner .dh-content nav button {
    font-size: 17px;
    height: 45px;
    margin-top: 10px;
  }

  .diplo-wrapper .small-info h4 {
    margin-top: 0;
  }

  .diplo-wrapper .banner ul li p {
    font-size: 13px;
  }

  .diplo-wrapper .banner a:not(.button) {
    margin-top: 12px;
  }

  .diplo-wrapper .price {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .diplo-wrapper .banner button {
    font-size: 18px;
  }

  .diplo-wrapper .banner a:not(.button) {
    padding-top: 20px;
  }
  .arancel-payment-desktop {
    display: none;
  }
}
