html {
  scroll-behavior: smooth;
}
.select-country {
  align-items: center;
}

/* .slide img {
  object-fit: contain;
} */
.featured-img h5 {
  color: var(--black);
}

.lang-menu .menu-dropdown > li > a {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  height: 40px;
  min-width: 100%;
  padding-left: 10px;
  border-radius: 8%;
}

.lang-menu .menu-dropdown li:not(.separator) a:hover {
  min-width: 100% !important;
}

.menu-mobile a.button,
a.menu__in.button,
.class-menu a.button {
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-height: 60px;
  padding: 0 28px;
  transition: all 0.3s ease 0s;
}

.menu-mobile a.button:hover,
a.menu__in.button:hover,
.class-menu a.button:hover {
  background-color: var(--white);
  border: 1.5px solid var(--black);
  color: var(--black);
}

@media screen and (max-width: 760px) {
  .menu-mobile a.button,
  a.menu__in.button,
  .class-menu a.button {
    font-size: 14px;
    height: 45px;
    max-height: 60px;
    padding: 0 26px;
  }
}

.coutries-dropdown li img,
.coutries-dropdown li span {
  cursor: pointer;
}

.coutries-dropdown li img,
.coutries-dropdown li span:hover {
  opacity: 0.8;
}

.totw-navigation a {
  color: var(--black);
}

.blog-article a {
  height: 70px;
  margin-top: 20px;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-height: 60px;
  padding: 0 30px;
  transition: all 0.3s ease;
  width: 250px;
}

/* int tel */
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  height: 60px;
  width: 100%;
  /* margin-bottom: 20px; */
  margin-right: 0;
}

button.iti__selected-country {
  margin-top: 0 !important;
}

div#loader-page {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div#loader-page p {
  color: white;
}

.diplo-header img {
  max-width: 200px;
}

.small-info.cert-class {
  display: block !important;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.pop-up-content form > div,
.form-validated > div {
  width: 100%;
  margin-bottom: 20px;
}

.pop-up-content form > div:last-of-type {
  margin-bottom: 35px !important;
}

.pop-up-content input,
.pop-up-content select,
.form-validated input,
.form-validated select {
  margin-bottom: 0px !important;
}

.pop-up-content input:last-of-type {
  margin-bottom: 0 !important;
}

.form-validated label.error {
  width: 100%;
  padding: 5px 0;
  color: red;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
}

#phoneEmp-error {
  margin-bottom: 20px;
}

.pop-up-content .about-diplo {
  display: flex;
  margin-top: 14px;
  flex-direction: column;
  width: 100%;
}

.pop-up-content .p-secondary.text-cohorte {
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 10px 0;
}

.pop-up.banner-diplo-modal.modal-course-single input,
.pop-up.banner-diplo-modal.modal-course-single select {
  margin-bottom: 20px !important;
}

span.text-more-info-button {
  font-size: 18px !important;
  margin-top: 13px;
}

#homeSlider .slide img {
  object-fit: contain;
}

.menu-user-name {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 1.4rem;
}

.menu-user-name:hover,
.menu-user-profile:hover > .menu-user-name {
  color: black;
}

.user-profile-letters,
#profileImagePreview,
#profileImagePreview2 {
  margin: 30px 0;
  font-size: 3rem;
  font-weight: normal;
  background: black;
  color: white;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.up-wrapper .info-basica-form button.iti__selected-country {
  padding: 0;
  margin: 0;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

.loader::after {
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #99ffcc;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  75%,
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}

.select2-container,
.select2-container > .selection,
.select2-container--default .select2-selection--single {
  width: 100% !important;
  height: 60px !important;
  border-color: black !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: left;
  line-height: 60px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 60px !important;
}

button.select2-selection__clear {
  width: 50px !important;
  line-height: 60px !important;
  height: 60px !important;
}

.imgProfileContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imgProfileContainer {
  cursor: pointer;
  width: 100%;
}

.imgProfileContainer input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.imgProfileContainer p,
.info-basica-form a.changePasswordLink {
  font-size: 11px;
  color: black;
  text-transform: uppercase;
  padding-bottom: 1%;
  font-weight: bold;
  padding: 1% 2%;
  transition: all 0.5s ease-in-out;
}

.info-basica-form a.changePasswordLink:hover {
  color: white;
  background-color: rgb(108, 1, 1);
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.u-i-txt a.changePasswordLink {
  color: black;
}

p.form-help {
  margin-left: 0 !important;
  font-size: 12px;
  margin-top: 5px !important;
  text-align: center;
}

/* .diplo-wrapper .banner a {
  font-size: 20px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 25px;
} */
#form-login > div.field {
  grid-template-columns: 88%;
  gap: 0;
}

#form-login > div.field label.error {
  min-height: 0;
}

.woocommerce-additional-fields {
  display: none;
}

.form-extra {
  align-items: start !important;
}

.btn-center {
  align-self: center;
}

input#acceptTerms.error {
  grid-column-start: 1;
  grid-column-end: 1;
}

/* payments */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent !important;
}

li.wc_payment_method {
  background-color: #fff;
  border-radius: 10px !important;
  margin-bottom: 20px !important;
  align-items: center;
  display: flex;
}

li.wc_payment_method .input-radio {
  min-width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  appearance: none;
  border: 1.5px solid black;
  border-radius: 0;
}

li.wc_payment_method .input-radio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-color: black;
}

ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}

.woocommerce-message {
  display: none;
}

.text-center {
  text-align: center;
}

.woocommerce-remove-coupon {
  display: block;
  font-size: 12px;
  color: black;
  text-align: right;
}

a.button-link {
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-height: 60px;
  padding: 0 28px;
  transition: all 0.3s ease;
}

.btn-black {
  background: var(--black);
  color: var(--white);
  border: 0;
}

.mis-cursos-box .img-box img {
  object-fit: cover;
  max-width: 100%;
}

.answer a {
  color: black;
}

#input-help-results {
  padding: 10px 5px;
  margin: 0;
  list-style: none;
  text-align: left;
}

.help-search-item {
  color: black;
  display: block;
}

ul#input-help-results li {
  padding: 7px 3px;
}

ul#input-help-results li:hover {
  background-color: rgba(128, 128, 128, 0.05);
}

.help-container-search {
  width: 35%;
}

#searchHelp,
#input-help-results {
  width: 100% !important;
}

.help-single {
  display: block !important;
}

.help-single .wp-block-heading {
  margin: 3% 0;
}

.help-single p {
  margin: 0% 0 2% !important;
}

.comments-section.certs-container {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.cert-div {
  padding: 0 40px 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 1325px;
  position: relative;
}

.cert-image {
  max-width: 100%;
}

.cert-content {
  max-width: 66%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

p.cert-text {
  max-width: 82%;
  margin-bottom: 5%;
}

.cert-image-icon {
  position: absolute;
}

.cert-image-icon {
  right: 29%;
  top: -5%;
  background: #dceffc;
  border-top: none !important;
  border: 1px solid black;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 20px 15px;
}

@media (max-width: 768px) {
  .comments-section.certs-container {
    padding: 20px 0;
  }

  .cert-image-icon {
    display: none;
  }

  .cert-content,
  .cert-text {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
}

.pop-up-content.login-content.login-checkout {
  margin: inherit !important;
}

.one-arancel-price-container .price img {
  width: 20px;
}

body.single .main-blog .wp-block-image {
  margin-top: 5%;
}

body.single .main-blog a {
  color: black;
}

.pop-up-content form button.iti__selected-country {
  max-height: 56px;
}
@media (max-width: 768px) {
  .pop-up-content form button.iti__selected-country {
    max-height: 47px;
  }
}

.menu-footer-ul {
  padding-top: 3%;
}

li.menu-footer-li {
  padding-top: 1%;
}

li.menu-footer-li a {
  font-weight: bold;
  font-size: 15px;
}

li.menu-footer-li a ul {
  font-weight: normal;
  margin-bottom: 3%;
  margin-top: 1%;
  font-size: 14px;
}

.menu-footer-ul {
  display: flex;
  flex-wrap: wrap;
  /* Permite que los elementos se envuelvan en varias líneas */
  list-style-type: none;
  /* Quita los puntos de la lista */
  padding: 0;
  /* Quita el padding por defecto */
}

.menu-footer-li {
  flex: 1 1 50%;
  /* Cada elemento ocupa el 50% del contenedor */
  box-sizing: border-box;
  /* Incluye el padding y border en el ancho */
}

li.menu-footer-li a {
  text-transform: uppercase;
}

li.menu-footer-li a ul {
  text-transform: none;
}

.custom-element__lightbox-modal {
  width: 100% !important;
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  top: 0 !important;
  z-index: 93939 !important;
}

#common-page {
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  padding-top: 3%;
}

#common-page a {
  color: black;
}

#common-page a.btn-black {
  color: white;
}

/* div#common-page h2 {
  margin: 4% 0 2%;
} */

div#common-page .wp-block-image img {
  margin: 2% 0;
}

div#common-page .wp-block-list {
  padding-left: 3%;
  margin: 2% 0;
}

div#common-page .wp-block-list li {
  margin-bottom: 1%;
}

div#common-page p {
  line-height: 26px;
  margin: 2% 0;
}

@media (max-width: 768px) {
  #common-page {
    padding: 0 5% 6%;
  }

  div#common-page h2 {
    margin: 6% 0 5%;
  }

  div#common-page p {
    margin: 5% 0;
  }
}

#openModalNews {
  max-width: 38%;
  margin: 3% 0;
}

@media (max-width: 1440px) {
  #openModalNews {
    max-width: 60%;
  }
}

@media (max-width: 1250px) {
  #openModalNews {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #openModalNews {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.newsletter-form {
  width: 100%;
}

/* woocommerce */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding-left: 5%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background: black;
  color: white !important;
  font-weight: normal;
  border-radius: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.482);
}

div#bg-content-video {
  padding-bottom: 2%;
}

#diplo-video-container {
  width: 100%;
  padding-bottom: 2%;
}

.blog-article-img {
  width: 100%;
  max-width: 605px;
  max-height: 270px;
  overflow: hidden;
}

.blog-artile-img-sidebar {
  max-height: 157px;
  overflow: hidden;
}

.blog-article-img img,
.blog-artile-img-sidebar img {
  max-width: 100%;
}

/* 404 */
.error-content-404 {
  text-align: center;
  padding: 2% 0;
}

.error-content-404 h1 {
  font-size: 10rem;
}

.error-404 {
  padding: 80px 0;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.error-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

.error-image {
  margin-bottom: 30px;
}

.error-image img {
  max-width: 300px;
  height: auto;
}

.error-title {
  color: black;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.error-message {
  color: black;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #3498db;
  color: #fff;
  border: 2px solid #3498db;
}

.btn-primary:hover {
  background-color: #2980b9;
  border-color: #2980b9;
}

.btn-secondary {
  background-color: transparent;
  color: #3498db;
  border: 2px solid #3498db;
}

.btn-secondary:hover {
  background-color: #f8f9fa;
}

.error-search {
  max-width: 500px;
  margin: 0 auto;
}

.error-search p {
  margin-bottom: 15px;
  color: #7f8c8d;
}

.search-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}

.search-form .search-field {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
}

.search-form .search-submit {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-form .search-submit:hover {
  background-color: #2980b9;
}

@media (max-width: 768px) {
  .error-404 {
    padding: 50px 0;
  }

  .error-title {
    font-size: 2rem;
  }

  .error-image img {
    max-width: 220px;
  }

  .error-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
  }
}

/* search */
.search-box-error {
  padding: 2% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box-error input {
  border: 1px solid black;
  margin-bottom: 20px;
}

.text-center.results-not-found {
  min-height: 60dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.featured-content-data {
  display: flex;
  flex-direction: column;
}

.course-wrapper .mil-li .featured-card.open-class-type {
  cursor: pointer;
}

.class-page-card h2 {
  min-height: 0px !important;
}

.class-page-card .p-secondary {
  min-height: 45px !important;
}

.view-all-notifications {
  text-align: center;
  padding: 7% 0 0;
  display: inline-block;
  width: 100%;
}

.view-all-notifications a {
  color: black;
}

.view-all-notifications a h6 {
  font-size: 1rem;
}

.teacher-socials a {
  display: inline-block;
}

.onlinua-payment-method-box {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
}
.onlinua-payment-method-header {
  display: flex;
  align-items: center;
}
.onlinua-payment-method-box div.payment_box::before {
  display: none !important;
}
.onlinua-payment-method-box div.payment_box {
  background-color: white !important;
}
.pop-up.banner-modal.thankyou p {
  padding-bottom: 1%;
}
.pop-up.banner-modal.thankyou a {
  color: black !important;
  font-weight: bold;
}
.pop-up.banner-modal.thankyou a:hover {
  text-decoration: underline;
}
.facturante-link {
  color: black;
  font-weight: bold;
}
.class-add-to-cart {
  cursor: pointer;
}
.cert-class .one-arancel-price-container .price > div {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 5px;
  gap: 5px;
}
.diplo-modal-link {
  font-size: 20px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 25px;
  align-items: center;
  border-radius: 5px;
  /* background-color: transparent; */
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-height: 60px;
  padding: 0 28px;
  transition: all 0.3s ease;
}
.aprenderas-title {
  padding: 10px 0;
}
.short-description-secondary.acomplishments {
  display: flex;
  margin-top: 10px;
  padding-left: 20px;
}
.short-description-secondary.acomplishments ul {
  list-style-type: none;
  margin-left: 20px;
  margin-top: 20px;
}
.short-description-secondary.acomplishments ul li {
  padding: 10px 0;
  padding-left: 40px;
  background-image:
    url(../img/icons/circle-black.png), linear-gradient(to right, #000, #000),
    linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-position:
    left center,
    4px 0,
    4px 100%;
  background-size:
    auto,
    2px 50%,
    2px 50%;
}
.short-description-secondary.acomplishments ul li:first-of-type {
  padding-top: 0;
  background-image:
    url(../img/icons/circle-black.png), linear-gradient(to right, #000, #000);
  background-position:
    left center,
    4px 100%;
}
.short-description-secondary.acomplishments ul li:last-of-type {
  padding-bottom: 0;
  background-image:
    url(../img/icons/circle-black.png), linear-gradient(to right, #000, #000);
  background-position:
    left center,
    4px 0;
}
.short-description-secondary.acomplishments img {
  margin: auto 0;
  margin-bottom: 0;
}
.featured-jcarousel-no ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 20px;
}

@media (max-width: 1024px) {
  .featured-jcarousel-no ul {
    grid-template-columns: 1fr;
  }
}
li.menu-footer-li a.tematica-footer {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.submenu-footer-ul li:first-child {
  padding-top: 10px;
}
.featured-content .card-data > div {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
.card-description-courses {
  min-height: 60px;
}
.card-description-class {
  min-height: 44px;
}

.class-wrapper .mil-ul {
  width: 100%;
  position: relative;
  list-style: none;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 760px) {
  .class-wrapper .mil-ul {
    grid-template-columns: 1fr;
  }
}
.class-wrapper .mil-li {
  /* margin-right: calc((100% - (384px * 3)) / 2); */
  display: flex;
  flex-flow: column;
}

.class-wrapper .mil-li .featured-card {
  margin-top: 0;
  margin-bottom: 60px;
}
/* sponsors-section */
.course-sponsors-section.sponsors-section {
  background-color: var(--light-grey);
  display: flex;
}
.course-sponsors-section.sponsors-section .sp-container {
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1325px;
  padding: 70px 40px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.course-sponsors-section .sp-brands {
  list-style: none;
}
.course-sponsors-section .sp-brands > li > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px;
  justify-items: center;
  list-style: none;
}
.course-sponsors-section .sp-brands > li > ul > li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-sponsors-section .sp-info {
  justify-self: start;
  align-self: center;
}
.course-sponsors-section .sp-info h1 {
  margin-bottom: 20px;
}

/* carousel */
.course-sponsors-section .sponsors-jcarousel {
  overflow: hidden;
  position: relative;
  width: 47%;
  min-width: 583px;
}
.course-sponsors-section .sponsors-jcarousel .sp-brands {
  width: 80000em;
  position: relative;
  list-style: none;
}
.course-sponsors-section .sp-brands-li {
  float: left;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 583px;
  min-height: 272px;
  margin-right: calc(700px - 583px);
}

@media screen and (max-width: 1440px) {
  .course-sponsors-section .sp-container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1100px) {
  .course-sponsors-section .sp-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .course-sponsors-section .sp-info {
    text-align: center;
    width: 90%;
  }
  .course-sponsors-section .sponsors-jcarousel {
    min-width: 562px;
  }
}
@media (max-width: 760px) {
  .course-sponsors-section .sp-container {
    padding: 50px 20px;
  }
  .course-sponsors-section .sp-brands > li > ul > li img {
    transform: scale(80%);
    margin: 0 20px;
  }
  .course-sponsors-section .sponsors-jcarousel {
    min-width: 583px;
    max-width: calc(100% - 40px);
  }

  .course-sponsors-section .sp-brands > li > ul {
    max-width: 583px;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    overflow-x: hidden;
  }

  .course-sponsors-section .sp-brands > li > ul > li {
    height: 60px;
    object-fit: contain;
  }

  .course-sponsors-section .sponsors-section .sp-brands > li > ul > li img {
    transform: scale(80%);
    margin: 0 20px;
  }
}
@media (max-width: 650px) {
  .course-sponsors-section .sponsors-jcarousel {
    min-width: 550px;
  }
}
@media (max-width: 565px) {
  .course-sponsors-section .sponsors-jcarousel {
    min-width: 500px;
  }
}
@media (max-width: 480px) {
  .course-sponsors-section .sp-brands > li > ul > li img {
    transform: scale(68%);
  }

  .course-sponsors-section .sp-info {
    width: 100%;
  }

  .course-sponsors-section .sponsors-jcarousel {
    min-width: 400px;
  }

  .course-sponsors-section .sp-brands > li {
    margin: 0 (calc(100% - 400px) / 2);
    max-width: 400px;
  }

  .course-sponsors-section .sp-brands > li > ul {
    row-gap: 10px;
    max-width: 400px;
  }

  .course-sponsors-section .sp-brands > li > ul > li {
    height: 50px;
    object-fit: contain;
  }

  .course-sponsors-section.sponsors-section .sp-brands > li > ul > li img {
    transform: scale(68%);
  }
}
@media (max-width: 425px) {
  .course-sponsors-section .sp-container {
    gap: 40px;
  }
  .course-sponsors-section .sponsors-jcarousel {
    min-width: 365px;
  }
  .course-sponsors-section.sponsors-section .sp-container {
    gap: 40px;
  }

  .course-sponsors-section .sp-brands > li {
    margin: 0 (calc(100% - 365px) / 2);
    max-width: 365px;
  }

  .course-sponsors-section .sp-brands > li > ul {
    max-width: 365px;
  }
}
@media (max-width: 380px) {
  .course-sponsors-section .sp-brands > li {
    margin: 0 (calc(100% - 345px) / 2);
    max-width: 345px;
    align-self: center;
  }
}

.teacher-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1280px) {
  .teacher-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .teacher-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
div#teacherCourses {
  margin-top: 15px;
  background: white;
  border-radius: 10px;
  color: black;
  padding: 3% 5%;
  border-radius: 10px;
  border: 1px solid black;
}
div#teacherCourses a {
  color: black;
  text-decoration: none;
}
div#teacherCourses a:hover {
  text-decoration: underline;
}
h4.teacherCourseName {
  font-size: 17px;
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
h4.teacherCourseName span {
  margin-bottom: 0 !important;
  font-size: 17px;
}
.cert-preview-front {
  text-align: center;
  padding-top: 3%;
}
.cert-preview-front .content {
  margin-left: auto;
  margin-right: auto;
}

.order-certificate {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.qrcode-preview {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  font-size: 30px;
  background: black;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.answer a {
  font-weight: bold;
}
.answer a:hover {
  text-decoration: underline;
}
.answer img {
  max-width: 100%;
  height: auto;
}
a#scroll-to-top {
  width: 40px;
  height: 40px;
  border: 1px solid black;
  position: fixed;
  z-index: 100000;
  bottom: 20px;
  left: 10px;
  background: white;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  color: black;
}
.members-lists ul li {
  position: relative;
  padding-left: 40px;
}
.members-lists ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background-image: url(../img/icons/icono_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

section.woocommerce-customer-details {
  display: none;
}
.banner-bg-white .info,
.banner-bg-white .info p {
  color: var(--black) !important;
}
.ldr-module-title-home {
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.button-big-link {
  min-height: 60px;
  max-width: 250px;
  width: 100%;
  justify-content: center;
  align-self: center;
  font-size: 20px;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-height: 60px;
  padding: 0 28px;
}
.button-big-link:hover {
  background: transparent !important;
  border: 2px solid black !important;
}
.courses-load-more {
  display: flex;
  justify-content: center;
}
.courses-load-more [data-ajax-load-more="courses"] {
  position: relative;
  transition: opacity 0.2s ease;
}
.courses-load-more [data-ajax-load-more="courses"]:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
.courses-load-more [data-ajax-load-more="courses"].is-loading {
  pointer-events: none;
}
.courses-load-more [data-ajax-load-more="courses"].is-loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  animation: onlinua-btn-spin 0.7s linear infinite;
}

@keyframes onlinua-btn-spin {
  to {
    transform: rotate(360deg);
  }
}

button.btn.button-big-link.user-register-btn {
  margin-top: 6%;
  border: 1px solid black;
  max-width: 200px;
}
button.btn.button-big-link.user-register-btn:hover {
  background-color: black !important;
  border: 1px solid black !important;
  color: white;
}
button.btn.button-big-link.user-register-btn .arrow-icon {
  margin-right: 15px;
  height: 15px;
}
button.btn.button-big-link.user-register-btn:hover .arrow-icon {
  filter: invert(1);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100% !important;
  float: none !important;
}
.sponsors-jcarousel-carusel .slick-slide img {
  background-color: white;
}
.tb-pic-img {
  border: 1px solid black;
}
body.tax-course-cat .course-wrapper .banner .info h1 {
  margin-bottom: 2%;
}
.community-video .plyr--video {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.banner-video-modal .pop-up-content .plyr--video {
  width: 100%;
}
.tb-masterclass-info {
  font-size: 15px;
}
.error-login-div {
  display: flex;
  gap: 35px;
}
a.button-error-login {
  color: black;
}
a.button-error-login:hover {
  text-decoration: underline;
}
.thankyou-bacs-data {
  background: #f0f0f0;
  padding: 4%;
  border-radius: 10px;
  font-size: 14px;
}
.thankyou-bacs-data .bacs-number {
  font-size: 12px;
  height: 20px;
  width: 20px;
}
.password-message {
  width: 100% !important;
  font-size: 14px !important;
}
.deleteAccount {
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  background-color: black;
  text-align: center;
  padding: 5px 0;
  margin: 2% 0;
  border-radius: 3px;
}
.deleteAccount:hover {
  background-color: darkred;
}
.hotmart-info {
  text-align: center;
  min-height: 15dvh;
}
.ht-status-completed {
  background-color: #00d47f !important;
}
.ht-status-processing {
  background-color: #f9a318 !important;
}
.ht-status-failed {
  background-color: #ec222b !important;
}
span.js-countdown {
  margin-bottom: 0 !important;
}

.price-label-checkout {
  line-height: 18px !important;
}
.payment-data-text-offline {
  margin-left: 0 !important;
}
.course-detail-icons {
  align-items: center;
}
#apply_coupon_onlinua:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #ababab;
}
.prices-no-login {
  display: flex !important;
  margin-bottom: 10px;
  width: 100%;
  flex-direction: column !important;
  order: 4;
  grid-column-start: 1;
  grid-column-end: 4;
  justify-content: space-between;
  padding: 15px;
  gap: 10px;
  padding-top: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.prices-no-login .payment-method-info {
  display: grid;
  grid-template-columns: 60% 35%;
  justify-content: space-between;
  column-gap: 10px;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}
.prices-no-login .payment-method-info-title p {
  font-size: 13px;
  line-height: 20px !important;
}
.prices-no-login .payment-method-info:last-child {
  border-bottom: none !important;
}
.prices-no-login .payment-method-info-prices {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.prices-no-login .payment-method-info-prices p {
  color: black;
  font-weight: bold;
  font-size: 16px !important;
}
.originalPrice,
.prices-no-login .payment-method-info-prices span {
  text-decoration: line-through;
  color: gray;
  font-size: 14px;
  display: block;
  text-align: right;
}
p.course-title {
  line-height: 20px !important;
}
@media (max-width: 490px) {
  .payment-method-info {
    grid-template-columns: 1fr !important;
    row-gap: 5px;
  }
  .prices-no-login .payment-method-info-prices,
  .prices-no-login .payment-method-info-prices span {
    text-align: left !important;
  }
  .prices-no-login .payment-method-info-prices p {
    margin: 0 !important;
    padding-bottom: 5px;
  }
  .prices-no-login .payment-method-info-title {
    padding-top: 10px;
  }
}
#cupon-error {
  background: #99ffcc;
  color: black;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  display: none;
}
/* Contenedor del menú */
.parent-menu-link {
  position: relative;
}

/* Ocultar el dropdown por defecto */
.parent-menu-link ul {
  position: absolute;
  top: 100%; /* Justo debajo del elemento padre */
  left: 0;
  background: black;
  z-index: 100;
  width: max-content;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;

  /* Ocultar por defecto */
  display: none;
  opacity: 0;
  visibility: hidden;

  /* Transición suave (opcional) */
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* Mostrar dropdown al hacer hover */
.parent-menu-link:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Estilos para los items del dropdown */
.parent-menu-link ul li {
  list-style: none;
  padding: 20px 15px;
  border-bottom: 1px solid #333; /* opcional */
}

.parent-menu-link ul li:last-child {
  border-bottom: none;
}

/* Enlaces del dropdown */
.parent-menu-link ul li a {
  color: white;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.parent-menu-link ul li a:hover {
  color: #00d480;
}
.button {
  align-items: center;
  border-radius: 5px;
  background-color: black;
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-height: 60px;
  padding: 0 28px;
  transition: all 0.3s ease;
  min-height: 50px;
  min-width: 150px;
  justify-content: center;
  padding: 0px 25px;
  min-height: 50px;
  min-width: 150px;
  justify-content: center;
  padding: 0px 25px;
}
.room-dp-content .info {
  margin-left: 0 !important;
  max-width: 100% !important;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.border-none {
  border: none !important;
}
.respondto-image {
  width: 50px;
  height: auto;
}
.forum-button-unfollow-topic,
.forum-button-follow-topic,
.filepond-container {
  cursor: pointer;
}

/* fixes del plugin onlinua-courses */
li.wc_payment_method {
  padding: 2.5% 3% 2.1%;
}

/** comentarios **/
.project-form .project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.project-form label.error {
  font-size: 14px;
}
.project-form hr {
  height: 1px;
  border-bottom: 1px solid #ababab;
}
.project-form-title,
.project-form-close {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.project-form-title {
  flex: 1;
}
.project-form-close {
  justify-content: end;
  flex: 1;
}
.project-form-close button {
  border: none;
}
.project-body {
  display: grid;
  grid-template-columns: 75% 25%;
  column-gap: 20px;
}
.project-form-form {
  padding: 20px;
}
.project-form-form > .field {
  margin-bottom: 20px;
  align-items: start;
}
.project-form-form label {
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 12px;
  font-size: 18px;
}
#filepond-image-project {
  border: 1px dashed black;
  width: 100%;
  border-radius: 10px;
  min-height: 100px;
  background: #f4f4f4;
  padding: 2px;
}
.filepond--root.filepond--drop-label {
  background: #f4f4f4 !important;
  cursor: pointer !important;
}
.filepond--drop-label.filepond--drop-label label {
  cursor: pointer !important;
}
.filepond--root {
  margin-bottom: 0 !important;
}
#project-editor,
#project-toolbar {
  width: 100%;
  border-color: black !important;
}
#project-editor {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#project-toolbar {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#project-editor .ql-editor {
  min-height: 500px;
}
/* tom select */
select#project-tags {
  width: 100% !important;
  min-height: 20px !important;
  display: block;
}

.ts-wrapper.multi {
  width: 100% !important;
}
.ts-wrapper.multi .ts-control {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px;
  min-height: 44px;
  box-shadow: none;
}

/* Tag individual */
.ts-wrapper.multi .ts-control .item {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  margin: 4px 6px 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Botón de eliminar */
.ts-wrapper.multi .ts-control .item .remove {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  cursor: pointer;
}

.ts-wrapper.multi .ts-control .item .remove:hover {
  opacity: 1;
}

/* Input interno */
.ts-wrapper.multi .ts-control input {
  font-size: 14px;
}

/* Estado focus */
.ts-wrapper.multi.focus .ts-control {
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}
.ts-wrapper.multi .ts-control .item .remove {
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
  color: white !important;
}
.ts-wrapper.multi .ts-control {
  border-color: black !important;
}
/** links **/
#links-container,
.link-item {
  width: 100%;
}
.link-item {
  display: flex;
  column-gap: 1px;
  margin-bottom: 10px;
}
.link-item button {
  border: none;
  padding: 0;
  transition: all ease-in-out 0.1s;
}
.link-item button:hover {
  opacity: 0.7;
}
button#project-add-link {
  margin-top: 10px;
  border: none;
  font-size: 18px;
  font-weight: 500;
}
/** buttons */
.project-buttons {
  padding-top: 30px;
  display: flex;
}
.project-buttons > div {
  flex: 1;
}
.project-buttons button {
  font-size: 17px;
  font-weight: 500;
  border-width: 1px;
  padding: 16px 25px;
}
.project-buttons button:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.project-publish-buttons {
  display: flex;
  column-gap: 10px;
  justify-content: end;
}
button.project-cancel:not(:disabled) {
  border-color: #ec222b;
  color: #ec222b;
}
button.project-cancel:hover:not(:disabled) {
  background-color: #ec222b;
  color: white;
}
button.project-publish:not(:disabled) {
  background-color: black;
  border-color: black;
  color: white;
}
button.project-publish:hover:not(:disabled) {
  background-color: transparent;
  color: black;
}
button.project-draft:hover:not(:disabled) {
  background-color: black;
  color: white;
}

/* quill  */
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  min-height: 40px;
}
.project-locked-msg,
.project-form-msg-publish {
  text-align: center;
  font-weight: 600;
  background-color: black;
  color: white;
  border-radius: 5px;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
}
.project-locked-msg a,
.project-locked-msg p,
.project-form-msg-publish a,
.project-form-msg-publish p {
  color: white !important;
}
label.help {
  margin-left: 0 !important;
  padding-top: 8px;
  padding-left: 9px;
  margin-bottom: 15px !important;
  display: block;
}
/*perfil nuevo*/

.u-info-panel-fields:not([data-panel="open"]) {
  display: none;
}
.u-info-header-section h2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}
.u-info-header-section h2:not(.panel-open) {
  border-bottom: 1px solid lightgray;
}
[data-panel="open"],
[data-panel="close"] {
  transition: all ease-in-out 0.5s;
}
.u-info-header-section h2 img {
  transition: all ease-in-out 0.4s;
}
.u-info-header-section h2 img.rotate {
  rotate: 180deg;
}
.field-label {
  font-size: 18px !important;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.field-input {
  margin-bottom: 10px;
}
.project-login-message {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.social-network-login {
  /* background-color: black !important;
  color: white !important; */
  column-gap: 6px;
}
/* .social-network-login:hover {
  opacity: 0.9;
} */
.a-recovery-password {
  align-self: center !important;
  margin-right: 0 !important;
}
.personal-data-title {
  justify-content: center !important;
}
.cart-wrapper .cards-info {
  margin: 0 auto;
}
.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}
p.discount-description {
  font-size: 14px;
  padding: 0 20px;
}
.discount-badget {
  text-transform: uppercase;
  font-size: 12px;
  color: white !important;
  border: none !important;
  background-color: #00d480;
  margin: 0 !important;
  display: inline-block;
  text-align: center;
  padding: 3px 12px;
  border-radius: 4px;
}
.btn-white {
  border: 1px solid black;
  background-color: white;
}
.diplo-header-content .btn-black {
  border: 1px solid white !important;
  width: 100%;
}
.diplo-header-content .btn-black:hover {
  border-color: black;
  background-color: white;
  opacity: 1;
}
.single-course-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single-course-buttons button {
  width: 100%;
  max-width: 100% !important;
}
.diplo-header-content {
  display: flex;
  max-width: 1350px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.diplo-header-content .dp-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
}
#new-message-form label.error {
  font-size: 14px;
  color: red;
  margin-top: 5px;
}
.login-register-option {
  padding: 10px 0;
  margin-top: 10px;
}
.login-register-option a {
  display: block;
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}
