:root {
  /* Azul claro */
  --light-blue: #c1ddf5;
  /* Azul Oscuro */
  --dark-blue: #122b54;
}

/* LBM */

.woocommerce table.shop_table td del {
  color: #a00;
  font-size: 13px !important;
  font-weight: normal;
}

.woocommerce table.shop_table td del .woocommerce-Price-amount {
  color: #a00;
  font-size: 13px !important;
  font-weight: normal;
}

*:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline-offset: 0.5rem;
  outline: none;
}

.bb_clases-online-single_text a {
  color: #6e9fc1;
}

.ct-link {
  position: relative;
}

.lbm-fondo-partido {
  background-color: var(--primary);
}

.lbm-padding-lateral-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.lbm-sin-padding-lateral-20 .ct-section-inner-wrap {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.oxy-stock-content-styles .aligncenter {
  display: block;
}

.lbm-elipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.lbm-elipsis span {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rcp_restricted p:first-child {
  display: none;
}

.lbm-tarifas .oxy-pricing-box-section.oxy-pricing-box-title {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.lbm-tarifas .oxy-pricing-box-section.oxy-pricing-box-price {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lbm-tarifas .oxy-pricing-box-section.oxy-pricing-box-content {
  flex: 1 1 auto;
}

.lbm-tarifas .lbm-tarifa-features .fa-li {
  color: #080;
  top: 0.05rem;
}

.lbm-tarifas .lbm-tarifa-features .fa-li:has(i.fa-times) {
  color: red;
}

.lbm-tarifas .lbm-tarifa-features .lbm-feature-no .fa-li {
  color: #900;
  top: 0rem;
  text-decoration: line-through;
}

.lbm-tarifas .lbm-tarifa-features .lbm-feature-no {
  text-decoration: line-through;
  color: #aaa;
}

.lbm-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
  display: none;
}

.lbm-ribbon-2 {
  position: absolute;
  right: -5px;
  top: 15px;
  z-index: 1;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: var(--base);
  text-transform: uppercase;
  line-height: 20px;
  background: #fd957b;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

.lbm-ribbon-2 span {
  padding: 0 15px 0 10px;
}

/*
.lbm-ribbon-2 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #b70c0b;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #b70c0b;
}

.lbm-ribbon-2 span::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -13px;
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 25px 13px 0 0;
    border-color: #000 transparent transparent transparent;
    border-color: var(--color_claro) transparent transparent transparent;
    transition: all 0.5s;}
*/

.single-sfwd-courses h1,
.single-sfwd-courses h2,
.single-sfwd-courses h3,
.single-sfwd-courses h4,
.single-sfwd-courses h5,
.single-sfwd-courses h6,
.single-sfwd-courses
  .ld-item-list
  .ld-item-list-item
  .ld-item-name
  .ld-item-title,
.lbm-learndash
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-items
  .ld-item-list-item
  .ld-item-list-item-preview
  .ld-status-icon,
.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
  font-family: "Plus Jakarta Sans";
}

.add-oferta .lbm-ribbon,
.lbm-ribbon.lbm-ribbon-activo {
  display: block;
}

.lbm-hover-secondary:hover {
  background-color: var(--secondary) !important;
}

.lbm-ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #fffaf1;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #fd957b;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.lbm-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #fd957b;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fd957b;
}

.lbm-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #fd957b;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fd957b;
}

.add-oferta-roja .lbm-ribbon span,
.add-oferta .lbm-ribbon span.lbm-ribbon-rojo {
  background: #b70c0b;
}

.add-oferta-roja .lbm-ribbon span::before,
.add-oferta .lbm-ribbon span.lbm-ribbon-rojo::before {
  border-left: 3px solid #b70c0b;
  border-top: 3px solid #b70c0b;
}

.add-oferta-roja .lbm-ribbon span::after,
.add-oferta .lbm-ribbon span.lbm-ribbon-rojo::after {
  border-right: 3px solid #b70c0b;
  border-top: 3px solid #b70c0b;
}

.add-oferta-letra-10 .lbm-ribbon span {
  font-size: 10px;
}

.lbm-sticky-top-bar {
  position: sticky;
  top: 0px;
  z-index: 999;
}

/* custom code to change load more button color and hover */

/*.bb_load-more-button .wpgb-load-more:hover{
  background-color: #60839D !important;
}

.bb_load-more-button .wpgb-load-more{
  background-color: #ED866D !important;
}*/

/*.link--secondary a{
   color:#99B8CE !important;
   font-weight: 600 !important;
}*/

a.lbm-button-programa:hover {
  background-color: #60839d;
}

#-wpgb-facet-461-10706 .wpgb-facet .wpgb-button[aria-pressed="true"] {
  background-color: #60839d !important;
  border-color: #60839d !important;
}

#section-77-12173 {
  background-color: #99b8ce !important;
}

.bb_label-new {
  background-color: #ed866d !important;
  border-radius: 20px !important;
  color: #fff !important;
}

#image-145-30001 {
  display: none !important;
}

/*.bb_blog_item .ct-headline a {
  color: #ffffff;
}*/

.bb_blog_item .ct-headline a:hover {
  color: #60839d !important;
}

.tribe-events-header {
  /*display: none !important;*/
}

.tribe-events-header__title {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month-mobile-events {
  display: block !important;
  visibility: visible;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month-nav {
  display: block !important;
  visibility: visible;
}

/* Design changes for filter */

.learndash-course-grid .toggle-filter,
.learndash-course-grid .toggle-filter.closed {
  text-transform: uppercase;
  padding: 10px;
  font-size: 9px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #60839d;
  color: #fff;
}

.learndash-course-grid .toggle-filter.opened {
  background-color: #fff;
  border: 1px solid #60839d;
  color: #60839d;
}

.buttons .apply {
  background: #60839d !important;
  border-color: #60839d !important;
}

.buttons .apply:hover {
  background: #99b8ce !important;
  border-color: #99b8ce !important;
}

.learndash-course-grid-filter {
  max-width: unset !important;
  margin-bottom: 20px !important;
  border-radius: 20px !important;
  min-width: 250px !important;
  border: 2.5px solid #60839d !important;
}

.toggle-filter {
  display: none !important;
}

.course-grid-container {
  display: flex;
  gap: 40px;
}

.sidebar-filter {
  width: 20%;
  /* Sidebar takes 30% of the container width */
  /*background-color: #f7f7f7;*/
  /*padding: 10px;*/
  box-sizing: border-box;
}

.course-grid-listing {
  width: 80%;
  /* Listing takes 70% of the container width */
}

.course-grid-listing .ld-progress-steps {
  text-align: center;
}

.search label,
.taxonomies-wrapper > .taxonomy > label {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  font-family: "Poppins" !important;
  color: #60839d !important;
  font-weight: 700 !important;
}

.taxonomies-wrapper ul.terms label {
  font-size: 15px !important;
}
/* Filter */

.web-tour-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* Styling for the iframe */
.web-tour-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* web video */
.home-video-1024 {
  width: 100%;
  max-width: 1024px !important;
}

.learndash-course-grid-filter .filter input#search-course-grid-listing {
  margin-top: 10px;
}

.taxonomy ul.terms {
  padding-top: 10px !important;
}

.learndash-course-grid-filter .buttons .button.blue:hover {
  border: solid 3px;
}

.toggle-filter:hover,
.learndash-course-grid-filter .buttons .button.grey:hover {
  border: solid 3px;
}

.single-sfwd-courses .ld-section-heading h2 {
  /*color: #60839d !important;*/
  color: #000 !important;
}
.single-sfwd-courses .ld-lesson-section-heading {
  /*color: #60839d;*/
  color: #000 !important;
}
.single-sfwd-courses
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-list-item-preview {
  /*background: #60839d;*/
  background: #fff;
  border: 1px solid #000;
}
.single-sfwd-courses
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-name {
  color: #000 !important;
}
.single-sfwd-courses
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-name:hover {
  color: #000 !important;
}
.single-sfwd-courses .learndash-wrapper .ld-pagination .ld-pages {
  background: #fef8f0;
  color: #000;
  border: 1px solid #000;
}
.single-sfwd-courses .learndash-wrapper .ld-pagination,
.single-sfwd-courses .learndash-wrapper .ld-pagination .ld-pages a {
  color: #fff;
}
.single-sfwd-courses .learndash-wrapper .ld-pagination .ld-pages a {
  color: #000;
}
.single-sfwd-courses .learndash-wrapper .ld-pagination .ld-pages a:hover {
  color: #000 !important;
}
.single-sfwd-courses .ld-progress-stats .ld-progress-percentage {
  color: #000 !important;
}
.single-sfwd-courses .ld-item-list-actions .ld-expand-button {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
/*.single-sfwd-courses .learndash-wrapper  .ld-status-incomplete.ld-status-icon{
    border: 4px solid #000 !important;
}*/

/* End of css here */

/* single topic css customizations */
.single-sfwd-topic .ld-tab-content p,
.single-sfwd-topic .ld-tab-content ul,
.single-sfwd-topic .ld-tab-content span {
  color: #333;
}
.single-sfwd-topic .ld-lesson-items .ld-lesson-section-heading {
  color: #60839d;
}
.single-sfwd-topic .ld-pagination-page-course_lessons .ld-pages {
  background-color: #60839d !important;
}

/* Css for paypal section redesign - for more visibilit */
li.wc_payment_method.payment_method_paypal img {
  max-width: 100px;
}
li.wc_payment_method.payment_method_paypal a.about_paypal {
  position: relative;
  left: 10px;
  top: -12px;
  color: #fff;
  text-decoration: underline;
}
body
  .woocommerce-checkout-payment
  .form-row.place-order
  .woocommerce-terms-and-conditions-wrapper
  p
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  .woocommerce-terms-and-conditions-link {
  color: #fff !important;
  text-decoration: underline;
}
li.wc_payment_method.payment_method_paypal a.about_paypal:hover {
  color: #60839d !important;
  font-weight: 500 !important;
}
/* New Pack - Label Design */
.new-pack-label {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  font-weight: 300;
  text-transform: uppercase;
  left: auto;
  background-color: #ed866d !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 6px 16px;
  font-size: 1rem;
  line-height: initial;
}

.sidebar-filter .learndash-course-grid-filter {
  background: #fffaf1 !important;
}
.course-grid-listing .ld-progress-steps {
  display: none;
}
/* --------------------------------------------- */
/* Css for footer according to new desing  */
/* -------------------------------------------- */
.footer-right {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.footer-right #_nav_menu-18-50050 {
  width: 100%;
  flex: 0 0 100%;
}

.footer-right #_nav_menu-14627-41058 {
  width: 35%;
  flex: 0 0 35%;
}
.footer-right #_nav_menu-14628-41058 {
  width: 30%;
  flex: 0 0 30%;
}

.footer-sub-form form label {
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: "Plus Jakarta Sans" !important;
}
.footer-sub-form form .ff-name-field-wrapper {
  margin-bottom: 20px;
}
.footer-sub-form form input[type="text"],
.footer-sub-form form input[type="email"],
.footer-sub-form form input[type="select"],
.footer-sub-form form select,
.footer-sub-form form input[type="tel"] {
  border: 2px solid #fff !important;
  border-radius: 50px !important;
  background: transparent !important;
  padding-left: 30px;
  color: #ffffff !important;
}
.footer-sub-form form .ff-btn-submit {
  background: #fb8b68 !important;
  color: #fff !important;
  border: 1px solid #fb8b68 !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  font-size: 18px;
  margin-top: 30px;
  font-family: "Plus Jakarta Sans" !important;
}
.footer-sub-form form .ff-btn-submit:hover {
  background: #f7734f !important;
  color: #fff !important;
  border: 1px solid #f7734f !important;
  opacity: 1 !important;
}
.footer-sub-form form input::placeholder {
  font-family: "Plus Jakarta Sans" !important;
  color: #fff !important;
  font-size: 16px;
}
.footer-sub-form .fluentform .ff-el-group {
  margin-bottom: 0px;
}
.footer-sub-form .ff-el-input--label {
  display: none !important;
}
.ct-shortcode.footer-sub-form {
  width: 100%;
  max-width: 100%;
}
#link_text-14629-41058 {
  display: none !important;
}

.regi-form-block .ff-el-input--label {
  display: none !important;
}

.regi-form-block form input[type="text"],
.regi-form-block form input[type="email"] {
  border: 2px solid #4184f1 !important;
  border-radius: 50px !important;
  background: transparent !important;
  padding-left: 30px;
  color: #4184f1 !important;
}

.regi-form-block form .ff-btn-submit {
  background: #fb8b68 !important;
  color: #fff !important;
  border: 1px solid #fb8b68 !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  font-size: 18px;
  margin-top: 30px;
  font-family: "Plus Jakarta Sans" !important;
}
.regi-form-block form .ff-btn-submit:hover {
  background: #f7734f !important;
  color: #fff !important;
  border: 1px solid #f7734f !important;
  opacity: 1 !important;
}
.regi-form-block form input::placeholder {
  font-family: "Plus Jakarta Sans" !important;
  color: #4184f1 !important;
  font-size: 16px;
}
/* .testimonials-slider .oxy-carousel-builder_gallery-image {
  border-radius: 10px;
  box-shadow: 1px 3px 10px #cccc;
} */
.brands_logo_wrap img {
  width: auto !important;
  height: 40px;
  max-height: 40px;
}
/*.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
  color : #60839D !important;
} */

.logos-col div {
  padding: 15px 15px;
  margin: 15px 0;
  border-right: 1px solid #fc8c68;
}
.logos-col div:last-child {
  border: none !important;
}
.price-col ul {
  /* padding-left: 0; */
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  align-items: baseline;
}
.price-col ul li {
  list-style-type: none !important;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.price-col ul li a {
  display: contents;
}
.insta-btn-wrap {
  display: flex;
  flex-direction: row;
}
.installment_left_btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-right: 1vw !important;
  padding-left: 1.5vw !important;
  font-size: 14px !important;
  border-color: #4286f5 !important;
  background: #4286f5 !important;
  color: #fff !important;
}
.installment_left_btn:hover {
  background: transparent !important;
  color: #4286f5 !important;
}
.installment_right_btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-left: 0.5px !important;
  padding-right: 1vw !important;
  padding-left: 1.5vw !important;
  font-size: 14px !important;
  border-color: #4286f5 !important;
  background: transparent !important;
  color: #4286f5 !important;
}
.installment_right_btn:hover {
  background: #4286f5 !important;
  color: #fff !important;
}


@media screen and (max-width:568px) {
.mob-text {
   display: block !important;
}
.desk-text {
    display: none !important;
}
}
@media screen and (min-width:569px) {
.mob-text {
   display: none !important;
}
.desk-text {
    display: block !important;
}
}

@media (min-width: 1024px) {
  .footer-col {
    padding: 40px !important;
  }
  .footer-right #_nav_menu-14627-41058 {
    width: 25%;
    flex: 0 0 30%;
  }
  .footer-right #_nav_menu-14628-41058 {
    width: 15%;
    flex: 0 0 15%;
  }
}
@media (min-width: 992px) {
  .lbm-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
  .lbm-fondo-partido {
    background: linear-gradient(
      90deg,
      var(--primary) 0%,
      var(--primary) 50%,
      var(--base) 50%,
      var(--base) 100%
    );
  }
}
@media (max-width: 992px) {
  .ct-new-columns.footer-col {
    flex-direction: column !important;
  }
  .footer-right #_nav_menu-14627-41058 {
    width: 28%;
    flex: 0 0 28%;
  }
  .brands_logo_wrap img {
    width: auto !important;
    height: 30px;
    max-height: 30px;
  }
}
@media (max-width: 600px) {
  .empty-col {
    display: none !important;
  }
  .count-text {
    display: inline-block !important;
  }
  .footer-right #_nav_menu-18-50050 {
    width: 100%;
    flex: 0 0 100%;
  }
  .footer-right #_nav_menu-14627-41058 {
    width: 100%;
    flex: 0 0 100% !important;
  }
  .footer-right #_nav_menu-14628-41058 {
    width: 100%;
    flex: 0 0 100%;
  }
  .like-section-wrap .ct-text-block br,
  .no-brk br {
    display: none !important;
  }
  #div_block-18070-50022.start-today-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .start-today-wrap .slick-list {
    padding: 0 20% !important; /* Show partial slides on both sides */
    overflow: hidden;
  }

  .start-today-wrap .slick-slide {
    transition: transform 0.3s ease;
  }

  .brands_logo_wrap img {
    width: auto !important;
    height: 24px;
    max-height: 24px;
  }
  .ct-div-block.brands_logo_wrap .ct-new-columns .ct-div-block {
    padding: 6px 15px !important;
  }
  .courses-wrap .slick-slide {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .ct-link-button.signin-top-btn {
    display: none !important;
  }
}
.price-section {
  display: none !important;
}
.ct-div-block.brands_logo_wrap .ct-new-columns .ct-div-block {
  padding: 15px 30px;
  width: auto !important;
  max-width: auto !important;
  min-width: auto !important;
  border-right: 1px solid #f7734f;
}
.ct-div-block.brands_logo_wrap .ct-new-columns .ct-div-block:last-child {
  border: none !important;
}
.ct-text-block i,
.ct-text-block em,
p em {
  font-family: "PlayfairDisplay" !important;
}
/* .custom-vdo {

} */

.footer-right .oxy-social-icons a {
  border: 2px solid #fff !important;
}

.footer-right .oxy-social-icons {
  padding-top: 10px;
  padding-bottom: 100px;
  /* border-bottom: 1px solid #fff; */
  margin-left: 0;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  bottom: 0px;
}
.slick-prev img,
.slick-next img {
  width: 30px;
  height: auto;
}
.slick-prev {
  left: 41%;
}
.slick-next {
  right: 41%;
}
.counter-wrap img.ct-image {
  display: inline;
}
.counter-wrap .slick-prev {
  left: 39%;
}
.counter-wrap .slick-next {
  right: 39%;
}
.counter-wrap .slick-prev,
.counter-wrap .slick-next,
.courses-wrap .slick-prev,
.courses-wrap .slick-next,
.get-started-wrap .slick-prev,
.get-started-wrap .slick-next {
  top: 100%;
}
.courses-wrap .ct-link-button.link-btn1 {
  display: block !important;
  margin: 30px auto !important;
  text-align: center !important;
  width: max-content !important;
}
.bb_faq-toggle-lbm {
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.bb_faq-toggle-lbm > div:first-child {
  order: 1;
}

.bb_faq-toggle-lbm .oxy-expand-collapse-icon {
  border-width: 2px;
  border-style: solid;
  align-self: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.bb_faq-toggle-lbm .oxy-expand-collapse-icon::after,
.bb_faq-toggle-lbm .oxy-expand-collapse-icon:before {
  width: 16px;
  height: 3px;
  top: 10px;
  left: 4px;
}

.get-started-wrap .ct-div-block {
  height: 100%;
  flex: none;
  flex-grow: 1;
}
@media (max-width: 1367px) {
  .get-started-wrap .ct-div-block {
    flex-basis: content;
  }
}

.lbm-stroke {
  text-decoration: line-through;
  color: var(--base);
}

.lbm-stroke span {
  color: #6e9fc1;
}

.lbm-nomarginp p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.lbm-checkout-info {
  font-size: 16px;
}

.lbm-checkout-info h3 {
  color: var(--accent);
  font-family: "ppneuemachina-plain";
  font-weight: 400;
  text-transform: uppercase;
}

.lbm-checkout-info ul {
  list-style: none;
  padding-left: 0px;
}

.lbm-checkout-info ul li {
  padding-left: calc(1.6em + 5px);
  line-height: 1.6em;
  position: relative;
}

.lbm-checkout-info ul li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: var(--wpr-bg-805c22d2-9732-48a5-b5ea-edd1439aa806);
  background-size: cover;
  left: 0.3em;
  top: 0.3em;
}

.lbm-resaltado {
  color: var(--accent);
}

/* LearnDash */

.lbm-learndash .learndash-wrapper .ld-item-list {
  margin: 25px 0;
}

.lbm-learndash .learndash .ld-section-heading h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}

.lbm-learndash .learndash-wrapper .ld-item-list .ld-item-list-item {
  background: var(--base);
  border: none;
  border-radius: 5px;
}

.lbm-learndash
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-list-item-preview {
  padding: 15px 20px;
}

.lbm-learndash
  .learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-list-item-preview
  .ld-status-icon {
  margin-top: 0.05em;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
  height: 40px !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons,
body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .learndash-wrapper,
body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header {
  background-color: var(--base);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .ld-user-menu-items:before {
  display: none;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .ld-user-menu-items
  a {
  background-color: var(--primary) !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 13px !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .ld-progress-heading
  .ld-progress-stats {
  text-transform: uppercase;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .ld-progress-heading
  .ld-progress-stats
  .ld-progress-percentage {
  font-weight: 500;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .sfwd-mark-complete:after {
  right: 0;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .learndash_mark_complete_button {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  color: #fff !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-header
  .ld-brand-logo {
  background-color: var(--base);
}

@media all and (max-width: 768px) {
  body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
    .learndash-wrapper
    .ld-focus-header
    .ld-content-actions {
    background-color: #60839d;
  }
  body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
    .learndash-wrapper
    .ld-focus-header
    .ld-content-actions
    .sfwd-mark-complete
    input {
    color: var(--base);
  }
  body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
    .learndash-wrapper
    .ld-focus-header
    .ld-content-actions
    .sfwd-mark-complete:after {
    color: var(--base);
  }

  /* 13/01 */
  .course-grid-container {
    flex-direction: column;
    /* Stack the sidebar and listing vertically */
  }
  .sidebar-filter,
  .course-grid-listing {
    width: 100%;
    /* Both take up 100% of the container width */
  }
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar {
  background-color: var(--base);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation-heading {
  background-color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation-heading
  h3 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation-heading
  .ld-focus-sidebar-trigger {
  background-color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation-heading
  .ld-focus-sidebar-trigger
  .ld-icon {
  background-color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation
  .ld-lesson-item {
  background-color: var(--base);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation
  .ld-lesson-item
  .ld-lesson-item-preview-heading
  .ld-lesson-title {
  color: var(--primary) !important;
  font-size: 16px;
  text-transform: uppercase;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-sidebar
  .ld-course-navigation
  .ld-lesson-item
  .ld-lesson-item-preview-heading
  .ld-status-icon.ld-status-complete {
  border: 2px solid #019e7c;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 44px;
  color: var(--primary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-breadcrumbs
  span {
  color: var(--secondary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-breadcrumbs
  span
  a {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary);
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-status {
  font-size: 12px;
  font-weight: 400;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-content-actions
  .sfwd-mark-complete {
  width: 300px;
  border-radius: 10px !important;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-content-actions
  .sfwd-mark-complete
  input {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-content-actions
  .ld-course-step-back {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 13px;
  margin-top: 12px;
  text-decoration: underline;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-content-actions
  .ld-content-action:last-child
  .ld-button,
body.ld-in-focus-mode.learndash-cpt-sfwd-lessons
  .learndash-wrapper
  .ld-focus-main
  .ld-content-actions
  .ld-content-action:first-child
  .ld-button {
  background-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

body.ld-in-focus-mode.learndash-cpt-sfwd-lessons .ld-primary-background {
  background: var(--secondary) !important;
}

/* Colaboraciones */

.lbm-colaborador-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.lbm-colaborador-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px;
}

.lbm-colaborador-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-grow: 1;
  background-color: var(--primary);
}

.lbm-colaborador-logo {
  height: 60px;
  padding: 10px 20px;
}

.lbm-colaborador-logo img {
  max-height: 40px;
  width: auto;
}

.lbm-colaborador-logo + .lbm-colaborador-logo {
  border-left: 1px solid var(--base);
}

.lbm-colaborador-texto {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 66%;
  padding: 30px;
  justify-content: center;
}

.lbm-colaborador-titulo {
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 28px;
}

.lbm-colaborador-titulo-form {
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 28px;
}

.lbm-colaborador-descripcion {
  font-weight: 300;
}

.lbm-colaborador-condiciones {
  font-size: 15px;
}

.lbm-colaborador-registro {
  padding: 15px 0;
}

.lbm-colaborador-wrapper button {
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  height: auto;
  max-height: unset;
  margin: 0;
  padding: 15px 36px;
  border: none;
  box-shadow: none;
  color: white;
  cursor: pointer;
  font-style: unset;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: unset;
  -webkit-appearance: none;
  background-color: var(--accent);
  transition: background-color ease 0.25s;
}

.lbm-colaborador-wrapper button:disabled,
.lbm-colaborador-wrapper button[disabled] {
  cursor: wait;
  opacity: 0.7;
}

#lbm-colaborador-activa-registro:hover {
  background-color: var(--secondary);
}

.lbm-colaborador-form {
  background-position: 50% 50%;
  background-size: cover;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 34%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1279px) {
  .lbm-colaborador-form {
    flex-basis: 45%;
  }
  .lbm-colaborador-texto {
    flex-basis: 55%;
  }
}

.lbm-colaborador-wrapper-form {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 30px;
  padding: 20px;
  text-align: center;
  display: none;
}

.lbm-colaborador-input {
  margin: 15px;
}

.lbm-colaborador-input input {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  text-align: center;
  min-width: 300px;
  color: #fff;
  outline: none;
}

.lbm-colaborador-input.lbm-alert {
  display: none;
}

.lbm-colaborador-input.lbm-alert div {
  font-size: 0.9em;
  background-color: #fcc;
  color: #a00;
  /*border: 1px solid #A00;*/
  padding: 5px 10px;
  border-radius: 5px;
}

.lbm-colaborador-input.lbm-alert a {
  text-decoration: underline;
  color: var(--primary);
  font-weight: bold;
}

@media (max-width: 767px) {
  /* Hide login button on mobile devices */
  .my-account-desktop {
    display: none !important;
  }
  a#link-15939-41058 {
    display: block !important;
  }

  .home-video-1024 {
    padding-bottom: 40px;
  }

  .lbm-colaborador-header {
    flex-direction: column;
    align-items: center;
  }
  .lbm-colaborador-body {
    flex-direction: column;
    align-items: stretch;
  }
  .lbm-colaborador-logo + .lbm-colaborador-logo {
    border-left: 0px;
    border-top: 1px solid var(--base);
  }
  .lbm-colaborador-logo {
    height: 70px;
    padding: 15px 20px;
  }
  .lbm-colaborador-header {
    padding: 15px;
  }
  .lbm-colaborador-texto,
  .lbm-colaborador-form {
    text-align: center;
  }

  /* Paypal checkout section responsive design */
  .bb_footer_copyright .ct-text-block {
    text-align: left !important;
    width: 100%;
    padding-top: 20px;
  }
  .bb_footer_legals.bb_footer_col {
    display: block !important;
  }
}

.lbm-menu-new::after {
  content: "NEW";
  position: absolute;
  right: 5px;
  top: -5px;
  background-color: var(--accent);
  font-size: 10px;
  line-height: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: var(--base);
}

.lbm-menu-new {
  white-space: nowrap;
}

.lbm-menu-new::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--accent);
  width: 0px;
  height: 0px;
}

@media (max-width: 991px) {
  .lbm-menu-new::after {
    right: calc(50% - 60px);
    top: -9px;
  }
  .lbm-menu-new::before {
    right: calc(50% - 60px);
    top: 6px;
  }
}

.oxy-mega-dropdown_container,
.oxy-cart-counter_inner_content {
  box-shadow: 0px 0px 6px 1px rgb(96 110 121 / 23%);
}

.bb_header_menu_menu .sub-menu .menu-item a {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* JCN 2024-03-18 Fuerzo a que salga de color negro el "hover" del megamenú de "Clases" que salía en azul claro */

li.bb_header_menu_mega-menu_dropdown a.oxy-mega-dropdown_link:hover {
  color: #000;
}

:root {
  --tec-color-background: #fffaf1;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-header__top-bar {
  font-size: 1.3em;
  border: 1px solid #d5d5d5;
  padding: 8px 20px;
  border-radius: 3px;
}

time.tribe-events-calendar-list__month-separator-text,
time.tribe-events-c-top-bar__datepicker-time {
  font-size: 24px !important;
  text-transform: capitalize;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  padding: 6px 0px;
  background-color: var(--primary);
  color: var(--base);
  border-radius: 4px 4px 0px 0px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  border: 1px solid var(--primary);
  padding: 7px 0px;
  color: var(--primary);
  font-size: 36px;
  background-color: var(--base);
  border-radius: 0px 0px 4px 4px;
}

.tribe-events .tribe-events-calendar-list__event-row {
  gap: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 40px;
}

.tribe-events-single > .tribe_events > .tribe-events-content,
.lbm-info-link-directo {
  order: 0 !important;
}

.lbm-info-link-directo {
  background-color: var(--color-grey);
  padding: 15px 20px;
  text-align: center;
}

.tribe-events-event-image img {
  height: auto;
  margin: 30px auto;
  width: 900px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  min-width: 250px;
}

.tribe-event-date-start:before {
  content: "Fecha y hora: ";
  font-weight: bold;
}

.tribe-events .tribe-events-l-container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0px;
}

.bb_shop_loop .oxy-repeater-pages-wrap {
  /*display: flex !important;*/
  grid-column: 1 / -1;
}

.bb_product_images .woocommerce-product-gallery__wrapper a {
  display: block;
  font-size: 0px;
}

.bb_product_images .woocommerce-product-gallery__wrapper a img {
  height: auto;
}

.oxy-woo-checkout .woocommerce .col2-set,
.oxy-woo-checkout .woocommerce-page .col2-set {
  flex-direction: column;
}
.page-id-50022.wc-cart-empty .oxy-cart-counter_icon_count{
  display: none;
}

@media (min-width: 720px) {
  .oxy-woo-checkout .woocommerce .col2-set,
  .oxy-woo-checkout .woocommerce-page .col2-set {
    display: block;
  }
  .woocommerce.woocommerce-checkout form #customer_details.col2-set,
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 55%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1,
  .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2,
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1,
  .woocommerce-page.woocommerce-checkout
    form
    #customer_details.col2-set
    .col-2 {
    float: none;
    width: auto;
  }
  .woocommerce.woocommerce-checkout form #order_review,
  .woocommerce.woocommerce-checkout form #order_review_heading,
  .woocommerce-page.woocommerce-checkout form #order_review,
  .woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: 40%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

div.woocommerce-terms-and-conditions {
  background-color: var(--base);
}

#order_review_heading {
  color: var(--base) !important;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input#payment_method_aplazame {
  margin-top: 17px;
}

.woocommerce-checkout
  #payment
  div.payment_box
  #wc-stripe-cc-form
  .form-row.form-row-last {
  margin-left: 11px;
}

.lbm-menu-carrito.woocommerce a.button {
  align-items: center;
  background-color: var(--accent);
  border: none;
  padding: 10px;
}

.lbm-menu-carrito.woocommerce a.button:hover {
  background-color: var(--primary);
  border: none;
}

.oxy-mini-cart .widget_shopping_cart_content {
  width: 360px;
  max-width: 100%;
}

.oxy-cart-counter_inner_content {
  margin-top: 20px;
}

.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  cursor: pointer;
}

.bb_header .ct-section-inner-wrap {
  max-width: 1320px;
}

.tribe-events-header__breadcrumbs {
  display: none;
}

/* Hubspot forms */

.single-post .hbspt-form {
  padding: 20px;
  border: 2px dashed var(--secondary);
  border-radius: 5px;
  max-width: 700px;
  margin: 0 auto;
  background-color: #6e9fc136;
}

.single-post .hbspt-form .field label {
  font-size: 0.9em;
  font-weight: bold;
}

.single-post .hbspt-form .field label .hs-form-required {
  color: #a00;
  margin-left: 5px;
}

.single-post .hbspt-form .field {
  margin-bottom: 1em;
}

.single-post .hbspt-form .field .input input[type="text"],
.single-post .hbspt-form .field .input input[type="email"] {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  outline: none;
  color: #666;
}

.single-post .hbspt-form .hs-error-msgs {
  margin-top: 3px;
  color: #a00;
  font-size: 14px;
  list-style: none;
  padding-left: 0px;
  font-weight: bold;
}

.single-post .hbspt-form .legal-consent-container {
  font-size: 0.8em;
}

.single-post .hbspt-form .field .input .inputs-list {
  list-style: none;
  padding-left: 0px;
}

.single-post .hbspt-form .field .input input[type="checkbox"] {
  margin-top: 2px;
}

.single-post .hbspt-form .field label.hs-form-booleancheckbox-display {
  font-weight: 500;
}

.single-post .hbspt-form .legal-consent-container .hs-error-msgs label {
  color: #a00;
  list-style: none;
  padding-left: 0px;
}

.single-post .hbspt-form .hs-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: var(--accent);
  border: none;
  color: #ffffff;
  border-radius: 10px;
  transition-duration: 0.4s;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer;
}

.single-post .hbspt-form .hs-button:hover {
  background-color: var(--primary);
}

/*#-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-content:before {
    content: "Mi perfil";
    display: block;
    color: var(--base);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1;
}

.woocommerce-account #-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-content:before{
  content: 'Dashboard';
}*/

.woocommerce-account .woocommerce-MyAccount-content {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .bb_button {
  color: var(--base);
  margin: 20px auto !important;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .bb_button:hover {
  background-color: var(--secondary);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .ct-new-columns {
  justify-content: space-evenly;
}

.woocommerce-account .rcp-table,
.woocommerce-account table.shop_table.woocommerce-orders-table,
.woocommerce-account table.shop_table.order_details {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
  color: #fff;
}

.woocommerce-account .rcp-table th,
.woocommerce-account table.shop_table.woocommerce-orders-table th,
.woocommerce-account table.shop_table.order_details th {
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #60839d;
  font-weight: normal;
  font-size: 0.8em;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-account .rcp-table td,
.woocommerce-account table.shop_table.woocommerce-orders-table td,
.woocommerce-account table.shop_table.order_details td {
  border: 1px solid #fff !important;
  background-color: #60839d;
  font-weight: 300;
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.woocommerce-account .oxy-woo-my-account .woocommerce-Price-amount,
.woocommerce-account .oxy-woo-my-account .product-quantity {
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.woocommerce-account table.shop_table.woocommerce-orders-table td a,
.woocommerce-account table.shop_table.order_details td a {
  color: #fff;
  font-weight: bold;
}

.woocommerce-account .rcp-table td a,
.woocommerce-account
  table.shop_table.woocommerce-orders-table
  td
  a.woocommerce-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #60839d !important;
  border: 1px solid #fff !important;
  color: #ffffff;
  border-radius: 5px !important;
  transition-duration: 0.2s;
  font-weight: 500;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  margin: 10px;
}

.woocommerce-account .rcp-table td a:hover,
.woocommerce-account
  table.shop_table.woocommerce-orders-table
  td
  a.woocommerce-button:hover {
  background-color: #fff !important;
  color: #60839d !important;
}

.oxy-woo-my-account
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email::before,
.oxy-woo-my-account
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before {
  color: #fff !important;
}

body
  #-woo-my-account-4-10031
  p:not(.woocommerce-customer-details--email):not(
    .woocommerce-customer-details--phone
  ):not(.woocommerce-form-row):not(.form-row) {
  color: #fff;
}

body .woocommerce .woocommerce-EditAccountForm {
  background-color: transparent;
  padding: 0px;
}

body .oxy-woo-my-account .woocommerce form .form-row label {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

body .oxy-woo-my-account .woocommerce form .form-row em,
body .oxy-woo-my-account .woocommerce-EditAccountForm fieldset legend {
  color: #fff;
}

body
  #-woo-my-account-4-10031.bb_mi-cuenta
  .woocommerce-MyAccount-content
  .woocommerce-Button.button {
  background-color: #60839d !important;
  border: 1px solid #fff !important;
  color: #ffffff;
  border-radius: 5px !important;
  transition-duration: 0.2s;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

body
  #-woo-my-account-4-10031.bb_mi-cuenta
  .woocommerce-MyAccount-content
  .woocommerce-Button.button:hover {
  background-color: #fff !important;
  color: #60839d;
}

body #-woo-my-account-4-10031 .woocommerce form .form-row input.input-text {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #60839d;
  color: #fff;
  outline: none;
}

body .woocommerce-password-strength.short {
  background-color: #e35b5b;
  border-color: #f1adad;
  color: #fff;
}

body .woocommerce input[type="text"]:focus {
  box-shadow: none;
}

.woocommerce-account .lbm-tarifas {
  background-color: var(--base);
  color: var(--primary);
}

.woocommerce-account #new_columns-6-20913 .ct-div-block {
  padding: 10px;
  width: 33%;
}

.woocommerce-account section h2 {
  color: var(--base);
  font-weight: 500;
}

.woocommerce-account address,
.woocommerce-account .woocommerce-customer-details--phone,
.woocommerce-account .woocommerce-customer-details--email {
  color: var(--base) !important;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-account #new_columns-6-20913 .ct-div-block {
    width: 50%;
  }
}

@media only screen and (max-width: 620px) {
  .woocommerce-account #new_columns-6-20913 .ct-div-block {
    width: 100%;
  }
}

.woocommerce-account #new_columns-6-20913 .ct-div-block .ct-link-button {
  text-align: center;
  text-decoration: none;
  background-color: var(--accent);
  border: none;
  color: var(--base) !important;
  border-radius: 5px;
  transition-duration: 0.4s;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px;
}

.woocommerce-account #new_columns-6-20913 {
  margin-bottom: 20px;
}

.woocommerce-account #new_columns-47-20913 {
  display: none;
}

/*#-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--home {
  border-bottom:none;
  text-align: center;
  margin-bottom: 20px;
}

#-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--home a {
  text-align: center;
  text-decoration: none;
  background-color: var(--secondary);
  border: none;
  color: var(--base)!important;
  border-radius: 5px;
  transition-duration: 0.4s;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 12px;
  cursor: pointer;
}*/

@media only screen and (max-width: 480px) {
  .rcp-table td:before {
    margin-left: 0 !important;
  }
  .rcp-table td:first-child {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
}

@media only screen and (max-width: 768px) {
  /*  .woocommerce-MyAccount-navigation ul li a{
    text-align: center;
    text-decoration: none;
    background-color: var(--accent);
    border: none;
    color: var(--base)!important;
    border-radius: 5px;
    transition-duration: 0.4s;
    font-weight: 500;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    margin: 10px;
  }

  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding: 0px!important;
  }

  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
  }

  .woocommerce-MyAccount-navigation ul li a:hover,
  .woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: var(--secondary);
  }*/
  /* AquÃ­ asumimos que estÃ¡s usando flexbox en el div contenedor para centrar los li */
  .woocommerce-MyAccount-navigation {
  }
  .lbm-woo-account-title {
    text-align: center;
  }
  .lbm_packs_account {
    justify-items: center;
  }
  /*
  #-woo-my-account-4-10031.bb_mi-cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--home {
    width: 100%;
    justify-content: center;
  }*/
}

.lbm_packs_account > div {
  max-width: 340px;
}

.lbm_packs_account a.ct-link .ct-div-block:first-child {
  height: 160px;
}

.lbm_packs_account a.ct-link .ct-div-block:first-child img {
  min-width: 100%;
  min-height: 100%;
}

#-woo-my-account-4-10031
  p:not(.woocommerce-customer-details--email):not(
    .woocommerce-customer-details--phone
  ):not(.woocommerce-form-row):not(.form-row).woocommerce-Message {
  color: var(--primary) !important;
}

/* 2023 */

.lbm-style-2023 {
  padding: 50px 20px;
  --tec-color-text-primary: #fff;
  --tec-font-weight-bold: 400;
  --tec-color-accent-secondary-active: rgba(255, 255, 255, 0.8);
  --tec-color-accent-secondary-hover: rgba(255, 255, 255, 0.8);
  --tec-color-text-secondary: #fff;
  --tec-color-accent-primary: #fff;
  --tec-color-accent-primary-hover: rgba(255, 255, 255, 0.8);
  --tec-color-text-events-title: #fff;
  --tec-color-text-event-title: #fff;
  --tec-color-text-event-date: #fff;
  --tec-color-text-secondary-event-date: #fff;
  --tec-color-link-primary: #fff;
  --tec-color-link-accent: #fff;
  --tec-color-icon-secondary: #fff;
  --tec-color-icon-active: rgba(255, 255, 255, 0.8);
}

.lbm-2023-flex-all-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lbm-2023-flex-all-center > .ct-section-inner-wrap {
  max-width: 100%;
}

.lbm-2023-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2px;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

.lbm-2023-menu-item,
.lbm-2023-menu-separator {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
}

.lbm-2023-menu-item a {
  text-decoration: none;
  color: inherit;
  padding: 0 5px;
  text-align: center;
  &:hover {
    color: #60839d;
  }
}

.lbm-2023-menu-separator {
  margin: 0 5px;
}

.lbm-style-2023 .tribe-events-c-top-bar__nav-list-date,
.lbm-style-2023 .tribe-events-widget-events-week__view-more,
.lbm-style-2023 .tribe-events-widget-shortcode__header-title,
.lbm-style-2023 .tribe-events-header--has-event-search {
  display: none;
}

.lbm-style-2023
  .tribe-events-pro
  .tribe-events-pro-week-day-selector__day-weekday {
  margin: 15px 0 -7px;
}

.lbm-style-2023
  .tribe-events-pro
  .tribe-events-pro-week-day-selector__events-icon {
  top: 6px;
}

.lbm-style-2023
  .tribe-events-pro-week-mobile-events__event-featured-image-link {
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
}

.lbm-style-2023
  .tribe-events-pro-week-mobile-events__event-featured-image-link
  img {
  border-radius: 5px;
}

.lbm-style-2023
  .tribe-events-pro
  .tribe-events-pro-week-day-selector__events-icon {
  background-color: #d48565;
}

.lbm-2023-clase-titulo {
  color: #fff;
  text-transform: uppercase;
  height: 90px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.lbm-2023-clase-nivel a {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lbm-2023-clase-metadatos {
  justify-content: space-between;
  flex-direction: row !important;
  padding: 15px 0;
}

.lbm-2023-facet-button .wpgb-facet {
  text-align: center;
}

.lbm-2023-facet-button .wpgb-facet button.wpgb-button {
  background-color: #a7b8bc;
  border: 1px solid #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 15px;
  height: 100%;
  margin: 20px auto 0px;
  padding: 11px 17.6px;
}

.tribe-events-pro-week-mobile-events__day {
  position: relative;
}

.lbm-disable.lbm-boton,
.lbm-disable.lbm-boton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.lbm-disable.lbm-boton:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.lbm-disable.lbm-boton:after {
  content: url(/wp-content/plugins/lbm-addons-bb/imgs/candado.png);
  width: 15px;
  height: 15px;
  position: absolute;
  top: -12px;
  right: 20px;
  opacity: 1;
}

.lbm-2023-button-claro.lbm-disable.lbm-boton:after {
  content: url(/wp-content/plugins/lbm-addons-bb/imgs/candado2.png);
  width: 15px;
  height: 15px;
  position: absolute;
  top: -12px;
  right: 20px;
  opacity: 1;
}

.custom-overlay {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /* Esquinas redondeadas */
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  /* Opacidad inicial del overlay */
  transition: background-color 0.3s ease;
  /* TransiciÃ³n para el cambio de opacidad */
}

.overlay-expand-10 {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.custom-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
  /* Opacidad cuando se pasa por encima */
}

/* Overlay a pantalla completa */

.full-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cuadro de mensaje */

.message-box {
  background-color: #fdfaf3;
  border-radius: 5px;
  width: 600px;
  max-width: 90%;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* Sombra opcional para destacar el cuadro */
  text-align: center;
}

.message-box p {
  font-size: 16px;
  color: #262626;
  margin-bottom: 25px;
  /* SeparaciÃ³n entre el mensaje y el botÃ³n */
}

.message-box a.lbm-2023-button {
  display: inline-block;
}

.button-wrapper {
  margin-bottom: 30px;
  /* Espacio entre el botÃ³n y el enlace de cerrar */
}

.message-box a.close-link {
  color: #262626;
  text-decoration: underline;
  cursor: pointer;
}

/* Efecto de vibraciÃ³n */

@keyframes vibrate {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1px, 1px);
  }
  50% {
    transform: translate(1px, -1px);
  }
  75% {
    transform: translate(-1px, -1px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}

.custom-overlay.vibrate img {
  animation: vibrate 0.2s 5;
  /* La animaciÃ³n se ejecuta una sola vez */
}

.lbm-2023-button.lbm-disable.vibrate:after {
  animation: vibrate 0.2s 5;
  /* La animaciÃ³n se ejecuta una sola vez */
}

.bb_footer .text--white,
.bb_blog_item .text--white {
  background-color: unset !important;
}

@media only screen and (max-width: 991px) {
}

.lbm-regalo-input {
  margin-bottom: 15px;
}

.lbm-regalo-input label {
  text-transform: uppercase;
  font-size: 15px;
}

.lbm-regalo-input input {
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 17px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #bdcacd;
  outline: none;
  max-width: 100%;
}

.lbm-regalo-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
  font-size: 15px;
}

.lbm-regalo-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
  font-size: 15px;
}

.lbm-regalo-input.lbm-alert {
  display: none;
}

.lbm-regalo-input.lbm-alert div {
  font-size: 0.9em;
  background-color: #fcc;
  color: #a00;
  /*border: 1px solid #A00;*/
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.lbm-regalo-input.lbm-alert a {
  text-decoration: underline;
  color: var(--primary);
  font-weight: bold;
}

.oxy-carousel-builder_icon {
  padding: 0px !important;
}

/* JCN precio de la ficha producto 2023-11-30 */

.bb_shop_item:hover bdi {
  color: #000 !important;
}

/* JCN quitar borde de :focus de botón de Facet*/

.wpgb-button:focus {
  outline: none !important;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 0px !important;
}

/* JCN estilo de las ventajas de las tarifas 2023-12-07*/

.bb_tarifas_ventajas {
  font-family: "ppneuemachina-inktrap";
}

.bb_tarifas_ventajas ul li {
  margin-bottom: 1em;
  padding-left: 1em;
}

.bb_tarifas_ventajas ul li::marker {
  font-size: 1.5em;
  content: "\25A0 ";
}

/* JCN Tabla de tarifas 2023-12-07 */

.lbm-table-row {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}

.lbm-tarifas-table {
  width: 100%;
  font-family: "ppneuemachina-inktrap";
  border-collapse: collapse;
}

/* CABECERA TARIFAS */

.lbm-col-vacia {
  width: 40%;
}

.lbm-tarifas-nombre {
  background-color: #a6b7bb;
  color: #fffaf1;
  text-transform: uppercase;
  font-size: 2.2rem;
  vertical-align: top;
}

.lbm-col-tarifa {
  text-align: center;
  cursor: pointer;
  word-break: break-word;
}

.lbm-unidades {
  font-size: 4rem;
}

.lbm-unidades {
  display: inline-block;
  padding-top: 1rem;
}

.lbm-tarifas-cabecera tr:nth-child(3) td {
  font-size: 1.8rem;
}

.lbm-tarifas-cabecera tr:nth-child(4) td {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}

.lbm-tarifas-nombre th {
  padding: 1.2rem 0;
  font-weight: 300;
}

.lbm-tarifas-aviso {
  background-color: #fc947b;
  color: #fffaf1;
  border-top: 1px solid #000;
}

.lbm-mensaje-general {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 1.2rem 0;
}

/* DATOS TARIFAS */

.lbm-tarifas-datos tr {
  border-top: 1px solid #000;
}

.lbm-tarifas-datos tr:last-child {
  border-top: none;
}

.lbm-tarifas-datos td {
  padding: 20px 0;
}

.lbm-nombre-caracteristica {
  width: 40%;
  padding-left: 3em;
}

.lbm-tarifas-incluido {
  line-height: 2.2rem;
}

.lbm-tarifas-incluido::after {
  content: "\2713 ";
  vertical-align: baseline;
  font-size: 2.2rem;
  font-weight: bold;
}

.lbm-tarifas-boton {
  border-radius: 10px;
  font-size: 2rem;
  line-height: 5rem;
  display: inline-block;
  width: 80%;
  background-color: #fc947b;
  font-weight: 300;
  outline: none;
  margin: 0;
  border: none;
  box-shadow: none;
  color: white;
  cursor: pointer;
}

.lbm-tarifas-boton:hover {
  background-color: var(--secondary);
  color: #fff;
}

/* JCN Modificación al hacer clic en las tarifas 2023-12-07 */

.lbm-tarifa-destacada {
  background-color: #a6b7bb;
  color: #fff;
}

@media (max-width: 768px) {
  .lbm-col-vacia {
    display: none !important;
  }
  .lbm-nombre-caracteristica {
    width: 100%;
    display: block !important;
    text-align: center;
    padding-left: 0px;
  }
  .lbm-tarifas-nombre {
    font-size: inherit;
  }
  .lbm-col-tarifa {
    cursor: auto;
  }
  .lbm-tarifas-boton {
    line-height: normal;
  }
  .lbm-unidades {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .cli-style-v2 .cli-bar-btn_container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cli-bar-btn-setting {
    width: 100%;
    margin: 0px 10px 0px 0px;
  }
}

/* Responsive media query related to filters */
@media only screen and (max-width: 1124px) {
  .course-grid-listing {
    width: 70%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 770px) {
  .course-grid-listing {
    width: 100%;
    padding-left: 0;
  }
}
/* Ends here */

/* cookies css */
#cookie-law-info-bar {
  border-radius: 20px;
  padding: 30px !important;
}

.cli-bar-heading {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  line-height: 28px;
  color: #60839d;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}

.cli-bar-message {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  color: #99b8ce;
}

.cli-bar-btn_container a {
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
  background-color: #60839d;
  color: #fff;
}

/* .cli-bar-btn_container.cli-bar-btn-setting {
    justify-content: end;
} */

#cookie-law-info-bar .cli-bar-btn_container .cli-bar-btn-setting a {
  /* display: inline-flex; */
  /* width: auto; */
  background-color: #ed866d !important;
  /* gap: 4px; */
  text-transform: uppercase;
}

#cookie-law-info-bar .cli-bar-btn_container .cli-bar-btn-setting a:hover {
  background-color: #b45e4a !important;
}
/*cookie ends here */
a#link-15939-41058 {
  display: none;
}

/*  Header new design */
#div_block-13697-41058 a#link_button-13704-41058::after {
  content: "";
  background-image: var(--wpr-bg-63d69455-97bf-4594-8c18-838e9230acf6);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
}
#div_block-13697-41058 a#link_button-13704-41058 {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* JCN FIN Tabla de tarifas 2023-12-07 */

/* JCN 2024-01-09 Tabla de precios en fichas */

.fichas-precios-contenedor {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ficha-precio {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}

.ficha-precio ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ficha-precio-boton {
  font-weight: 500;
  background-color: #fd957b;
  border: 1px solid #fd957b;
  color: #fffaf1;
}

.ficha-precio .ct-link-button {
  background-color: #fd957b;
  border: 1px solid #fd957b;
  color: #fffaf1;
}

.ficha-precio .oxy-pricing-box .oxy-pricing-box-sale-price {
  margin-bottom: 0px;
}

.ficha-precio .oxy-pricing-box-amount-main {
  margin-bottom: 20px;
}

/* Arreglo price woocommerce */

.price bdi,
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .price del {
  font-size: inherit !important;
}

/* JCN 2024-02-02 Por error en Chrome no carga la medida adecuada del logo*/

.bb_header_logo-img {
  width: 192px;
  height: 22px;
}

/* Checkout Allianz */

body.lbm-checkout-allianz,
body.lbm-checkout-allianz h2,
body.lbm-checkout-allianz h3,
body.lbm-checkout-allianz #-woo-checkout-8-10638 #order_review_heading,
body.lbm-checkout-allianz #-woo-checkout-8-10638 table.shop_table,
body.lbm-checkout-allianz #-woo-checkout-8-10638 div#customer_details,
body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-info,
body.lbm-checkout-allianz #-woo-checkout-8-10638 form.checkout_coupon,
body.lbm-checkout-allianz #-woo-checkout-8-10638 section.addresses,
body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  ul.order_details
  body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  .woocommerce-billing-fields
  h3 {
  background-color: #fafafa !important;
  font-family: "AllianzNeo" !important;
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 label {
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz #wc-stripe-cc-form label {
  color: #fff !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 .woocommerce-billing-fields h3,
#-woo-checkout-8-10638 .woocommerce-checkout h3 {
  font-family: "AllianzNeo" !important;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 form.checkout_coupon,
body.lbm-checkout-allianz #-woo-checkout-8-10638 div#customer_details,
body.lbm-checkout-allianz #-woo-checkout-8-10638 table.shop_table,
body.lbm-checkout-allianz #-woo-checkout-8-10638 table.shop_table thead tr {
  border: 1px solid var(--dark-blue) !important;
}

body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  .woocommerce-checkout
  #payment
  div.payment_box,
body.lbm-checkout-allianz #order_review #payment #place_order {
  background-color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz #order_review #payment #place_order:hover {
  background-color: var(--light-blue) !important;
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz .oxy-woo-checkout .woocommerce button.button {
  background-color: var(--dark-blue) !important;
  color: #fff !important;
}

body.lbm-checkout-allianz .oxy-woo-checkout .woocommerce button.button:hover {
  background-color: var(--light-blue) !important;
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  #payment
  div.payment_box::before,
body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  .woocommerce-cart
  #payment
  div.payment_box::before,
body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  .woocommerce-checkout
  #payment
  div.payment_box::before {
  border: 1em solid var(--dark-blue) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  .woocommerce-form-coupon-toggle {
  display: none;
}

body.lbm-checkout-allianz #-woo-checkout-8-10638 form.checkout_coupon {
  display: block !important;
}

body.lbm-checkout-allianz .bb_shop_text {
  margin-bottom: 0px;
}

body.lbm-checkout-allianz
  #-woo-checkout-8-10638
  span.woocommerce-terms-and-conditions-checkbox-text {
  color: var(--dark-blue) !important;
}

body.lbm-checkout-allianz
  .woocommerce-terms-and-conditions-checkbox-text::before,
body.lbm-checkout-allianz #-woo-checkout-8-10638 ul.order_details {
  border: 1px solid var(--dark-blue) !important;
  background-color: #fff !important;
}

body.lbm-checkout-allianz #section-2-10638 > .ct-section-inner-wrap {
  padding-top: 20px;
}

body.lbm-checkout-allianz .compras-footer,
body.lbm-checkout-allianz .compras-footer a {
  color: var(--dark-blue);
}

body.lbm-checkout-allianz #section-2-10638 .woocommerce-message {
  margin-top: 2em;
  border: 1px solid var(--dark-blue) !important;
}

/* FIN Checkout Allianz */

/* Productos relacionados */

#-woo-cart-3-10637 .cross-sells ul.products[class*="columns-"] li.product {
  width: 50%;
}

#-woo-cart-3-10637 .cross-sells ul li {
  background-color: #fffaf1;
  border-right: 1px solid #d3ced2;
}

#-woo-cart-3-10637 .cross-sells h2 {
  font-family: "ppneuemachina-plain";
  font-size: 18px;
  text-align: left;
  color: #fffaf1;
  font-weight: 300;
}

#-woo-cart-3-10637 .cross-sells a h2 {
  font-size: 18px;
  text-align: center;
  color: #334c5e;
  text-wrap: balance;
}

#-woo-cart-3-10637 .cross-sells ul.products {
  margin: 22px 0px 0px 0px;
}

#-woo-cart-3-10637 .cross-sells .price {
  text-align: center;
}

#-woo-cart-3-10637 .cross-sells .price bdi {
  color: #334c5e;
}

#-woo-cart-3-10637 .cross-sells ul.products li.product a img {
  height: 287px;
  object-fit: cover;
}

/* FIN Productos relacionados */

/* 2024-02-26 JCN: Corrige el color del texto de "Marcar como completado"*/

#link-58-19362 {
  color: #fff;
  &:hover {
    color: #fff;
  }
}

.bb_button {
  color: #fff;
  &:hover {
    color: #fff;
  }
}

.lbm-embed #section-2-19142,
.lbm-embed #section-5-19142 {
  display: none;
}

.lbm-embed .ct-section-inner-wrap {
  padding-block: 0;
  padding-inline: 0;
  padding: 20px 0;
}

.lbm-embed .bb_shop_text {
  margin-bottom: 10px;
}

/* JCN 2024-03-06 corregir color de enlaces en sección de blog de página principal */

.home .link--primary a {
  color: inherit;
}

/*JCN 2024-05-17 corregir que el contenido de los eventos individuales sea responsivo*/

@media (max-width: 768px) {
  .tribe-events-single > .tribe_events {
    width: 100%;
  }
  .tribe-events-event-image img {
    width: 100%;
  }
}

iframe#vimeo_id_1,
iframe#vimeo_id_2,
iframe#vimeo_id_3 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: unset;
}

.lbm-bullets-checkout ul {
  list-style-type: none;
  /* Quita los bullets predeterminados */
  padding: 0;
}

.lbm-bullets-checkout ul li {
  margin-bottom: 15px;
  position: relative;
  /* Necesario para posicionar el pseudo-elemento */
  padding-left: 30px;
  /* Espacio para el bullet */
}

.lbm-bullets-checkout ul li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  width: 6px;
  /* Tamaño original de bullet + 20% */
  height: 6px;
  /* Tamaño original de bullet + 20% */
  background-color: #60839d;
  border-radius: 50%;
}

.lbm-checkout-borde-60,
.lbm-checkout-borde-60-2 {
  border-image: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 20%,
      #99b8ce 20%,
      #99b8ce 80%,
      transparent 80%,
      transparent 100%
    )
    1 stretch;
}

@media (max-width: 768px) {
  .lbm-checkout-borde-60,
  .lbm-checkout-borde-60-2 {
    border-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 35%,
        #99b8ce 35%,
        #99b8ce 65%,
        transparent 65%,
        transparent 100%
      )
      1 stretch;
  }
}

.lbm-checkout-carrusel
  .oxy-carousel-builder_gallery-images
  .oxy-carousel-builder_gallery-image
  img {
  border-radius: 20px;
}

.lbm-tick-rojo ul,
.lbm-tick-azul ul {
  list-style: none;
  padding-left: 0;
}

.lbm-tick-rojo ul li,
.lbm-tick-azul ul li {
  padding-left: 40px;
  /* Ajusta este valor según el tamaño y espacio que quieras */
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.lbm-tick-rojo ul li::before,
.lbm-tick-azul ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: var(--wpr-bg-a2aa183f-7b12-4b7a-948f-6d5744c48bc1);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.lbm-tick-azul ul li:before {
  background-image: url(../../../../../../../plugins/lbm-addons-bb/imgs/tick-azul.png);
}

.lbm-slide-up-and-down .oxy-carousel-builder_gallery-image:nth-child(even) img {
  margin-top: 60px;
}

.lbm-slide-up-and-down .oxy-carousel-builder_gallery-image:nth-child(odd) img {
  margin-bottom: 60px;
}

.oxy-nav-menu-open#_nav_menu-13703-41058
  .oxy-nav-menu-hamburger
  .oxy-nav-menu-hamburger-line {
  background-color: #262626;
}

@media (max-width: 991px) {
  .lbm-footer-menu-links .menu-item a {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .lbm-slide-up-and-down .oxy-carousel-builder_gallery-image img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

/* Contenedor Flex para los cuadros de bonus */

.lbm-bonus-container {
  display: flex;
  flex-wrap: wrap;
  /* Permitir que los elementos pasen a la siguiente línea si es necesario */
  justify-content: center;
  max-width: 100%;
}

/* Estilos para cada cuadro de bonus */

.lbm-bonus-cuadro {
  background-color: #f4a593;
  /* Fondo del cuadro */
  border-radius: 15px;
  /* Bordes redondeados */
  padding: 25px;
  width: 320px;
  max-width: 100%;
  /* Ancho máximo del 100% del contenedor */
  margin: 15px;
  /* Margen lateral */
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  /* Sombra leve */
  text-align: left;
  position: relative;
  color: #ffffff;
  /* Color de texto */
}

/* Wrapper del título y texto valorado */

.lbm-bonus-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* Estilos para el título con la flecha antes del texto */

.lbm-bonus-titulo {
  font-size: 20px;
  /* Tamaño de fuente aumentado en 2px */
  font-weight: 500;
  /* Grosor de 500 */
  margin: 0;
  position: relative;
  padding-left: 30px;
  /* Espacio para el icono */
}

.lbm-bonus-titulo::before {
  content: "";
  background-image: var(--wpr-bg-10ff1ad2-ca9e-4ce5-a8ae-2f4116662ce3);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 13px;
  transform: translateY(-50%);
}

/* Estilos para el texto valorado */

.lbm-bonus-valorado {
  font-size: 12px;
  /* Tamaño de fuente reducido en 2px */
  font-weight: 300;
  /* Grosor de 300 */
  margin: 0;
}

/* Estilos para la lista de bullets */

.lbm-bonus-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  /* Márgenes para dar espacio entre los elementos */
}

.lbm-bonus-bullets li {
  font-size: 16px;
  font-weight: 300;
  /* Grosor de 300 */
  margin-bottom: 20px;
  /* Espacio entre los bullets */
  position: relative;
  padding-left: 30px;
  /* Espacio para el icono */
}

.lbm-bonus-bullets li::before {
  content: "";
  background-image: var(--wpr-bg-f4bd80d0-fb89-4573-9ee8-a8de67fc1bc4);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

/* Estilos para el botón */

.lbm-bonus-boton {
  display: block;
  width: 100%;
  background-color: #ed866d;
  /* Color del botón */
  color: #ffffff;
  /* Color del texto del botón */
  border: none;
  padding: 15px 0;
  border-radius: 50px;
  /* Bordes completamente redondeados para efecto de píldora */
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  /* Sombra un poco más fuerte para el botón */
}

.lbm-bonus-boton:hover {
  background-color: #b45e4a;
  /* Color del botón al pasar el cursor */
}

.sticky {
  position: sticky;
  top: 0px;
}

body.promo-checkout fieldset.rcp_discounts_fieldset {
  display: none;
}

.tribe-events
  .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
  display: block !important;
  width: 100%;
}

.learndash-course-grid .items-wrapper .grid-2 .image img {
  width: 100%;
  /* O una anchura fija, como 400px */
  aspect-ratio: 16 / 9;
  object-fit: cover;
  /* O usa `contain` si prefieres que no recorte la imagen */
  border-radius: 3px 3px 0px 0px;
}

.learndash-course-grid .items-wrapper .grid-2 .image a {
  line-height: 0px;
  font-size: 0px;
}

.learndash-course-grid .items-wrapper .grid-2 .ribbon {
  top: 10px !important;
  left: -3px !important;
  padding: 3px 10px !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-size: 12px !important;
  inline-size: fit-content;
}

.learndash-course-grid .items-wrapper .grid-2 .post {
  border: none !important;
}

:has(> .ribbon) {
  overflow: visible !important;
}

.learndash-course-grid .items-wrapper .grid-2 .thumbnail .arrow {
  right: 14px !important;
  bottom: -12px !important;
}

.learndash-course-grid .items-wrapper .grid-2 .meta {
  display: none;
}

.learndash-course-grid .items-wrapper .grid-2 .content {
  padding: 12px 20px 20px !important;
}

.learndash-course-grid .items-wrapper .grid-2 .content .entry-title a {
  font-size: 17px !important;
  font-weight: normal !important;
  font-family: ppneuemachina-plain;
}

.learndash-course-grid .items-wrapper .grid-2 .content .button a {
  font-weight: normal !important;
  background-color: #143f5e;
  border-color: #143f5e;
  border-radius: 3px !important;
  font-size: 14px !important;
}

.learndash-course-grid
  .learndash-wrapper
  .ld-progress
  .ld-progress-heading
  .ld-progress-stats {
  justify-content: center !important;
  flex-direction: column;
  align-items: center;
  line-height: 1.2em;
}

.learndash-course-grid .learndash-wrapper .ld-progress.ld-progress-inline {
  flex-direction: column !important;
  margin: 10px 0px !important;
}

.learndash-course-grid .items-wrapper .grid-2 .content > *:not(:last-child) {
  margin-bottom: 10px !important;
}

.learndash-course-grid .pagination .load-more {
  background-color: #fdfaf3 !important;
  color: #262626 !important;
  padding: 11px 20px !important;
  font-weight: normal !important;
  font-size: 15px !important;
  border: 1px solid #262626 !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
}
body
  .woocommerce-checkout-payment
  .form-row.place-order
  .woocommerce-terms-and-conditions-wrapper
  p
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  .woocommerce-terms-and-conditions-link:hover {
  color: #60839d !important;
}

.learndash-course-grid-filter .taxonomies-wrapper .terms {
  max-height: none !important;
  padding: 10px 0 15px 0px !important;
}

.bb_blog-single_content_text a.lbm-2023-button{
  color: #ffffff;
}
.bb_blog-single_content_text a.lbm-2023-button:hover{
  color: #60839d;
}
.single-product .bb_product_title .ct-span {
  color: #000;
}

/* Css for training container */
.training-container {
  width: 80%;
  margin: 0 auto;
} 
.training-course-grid-listing .learndash-course-grid .items-wrapper.grid .item .post {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 2px 10px 4px rgba(53, 53, 53, 0.22);
} 
.training-course-grid-listing .learndash-course-grid .items-wrapper .grid-2 .thumbnail img{
  height: 230px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.training-course-grid-listing .learndash-course-grid .items-wrapper.grid .item .post .entry-title a{
  font-family: 'Plus Jakarta Sans';
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.training-course-grid-listing .learndash-course-grid .items-wrapper.grid .item .post .learndash-wrapper .ld-progress-stats .ld-progress-percentage.ld-secondary-color{
  font-family: 'Plus Jakarta Sans';
  font-size: 14px !important;
  color: #4286f5;
  font-weight: 600;
}
.training-course-grid-listing .learndash-course-grid .items-wrapper.grid .item .post .learndash-wrapper .ld-progress-stats .ld-progress-steps{
font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
}
body .training-course-grid-listing .learndash-course-grid .items-wrapper .grid-2 .content .button a{
  background-color: #4286f5;
  border-radius: 20px !important;
  width: max-content;
  margin: 30px auto;
  padding: 5px 20px;
  font-size: 18px !important;
  font-weight: 400 !important;
}
body .training-course-grid-listing .learndash-course-grid .items-wrapper .grid-2 .content .button a:hover{
  color: var(--link-color-hover, var(--action-hover));
  border: 1px solid var(--link-color-hover, var(--action-hover));
}
@media (max-width: 977px) { 
  .training-container {
      width: 100%;
  } 
}
label[for="course-grid-listing-ld_course_category-formaciones"] {
  display: none;
}