body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.wrap-content .elementor-widget-container > * {
  margin-bottom: 24px;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.d-none,
.swiper-button-disabled {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.text-primary {
  color: #49010F;
}

.text-secondary {
  color: #881600;
}

.me-auto {
  margin-right: auto;
}

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

@media (min-width: 992px) {
  .wrap-data {
    width: 980px;
    position: relative;
    z-index: 1;
  }
}

.badge.text-bg-success {
  background-color: #20c997;
  color: white;
}

.badge.text-bg-danger,
.badge.text-bg-warning {
  background-color: #dc3545;
  color: white;
}

.woocommerce div.product p.stock {
  font-size: 16px;
  font-weight: bold;
  color: #358d57;
  width: fit-content;
  padding: 0;
  margin: 16px 0;
  text-decoration: underline;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
}

.elementor-widget-countdown .elementor-countdown-item {
  padding: 0;
}

.header-row-2 > * {
  width: auto !important;
  padding: 0 !important;
}

body:not(.term-17, .elementor-editor-active, .post-type-archive-product) #menu-programa-central:not(.open) {
  display: none;
}

.menu-programa-central a.elementor-item:before {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #ffc107;
  margin-right: 0.5rem;
  position: relative;
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .title-full > .elementor-widget-container {
    width: 900px;
  }
}
.title-full > .elementor-widget-container h2 {
  background-color: #49010F;
  z-index: 10;
  position: relative;
  display: initial;
}

.woocommerce-password-strength {
  background-color: white;
}
.woocommerce-password-strength:is(.short, .strong) {
  color: #dc3545;
}
.woocommerce-password-strength.good {
  color: #20c997;
}

.user-info.user-edit-title:before,
.user-password.user-edit-title:before,
.woocommerce-MyAccount-navigation > ul a:before {
  color: #49010F;
}

.woocommerce-MyAccount-navigation > ul li.is-active a {
  background-color: #49010F;
  color: white;
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--estudiantes a:before {
  content: "\e206";
}

.week-wrap {
  display: grid;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem 0.5rem;
  overflow: auto;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .week-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .week-wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
.week-wrap h3 {
  margin: 0;
  color: var(--e-global-color-secondary);
}
.week-wrap h4 {
  margin: 0;
  font-weight: bold;
}
.week-wrap .hour {
  opacity: 0.7;
  white-space: nowrap;
}
.week-wrap .day {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.week-wrap .class-item.active h6 {
  color: rgb(0, 180, 0);
}

.class-item-inner {
  display: flex;
  flex-direction: row;
  gap: 0.15rem;
  align-items: center;
}
@media (min-width: 768px) {
  .class-item-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.custom-pick-box {
  padding: 0.5rem 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  background-color: white;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
}
.custom-pick-box:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.custom-pick-box:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.custom-pick-box .inner-box {
  display: flex;
  flex-direction: row;
  gap: 0.15rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .custom-pick-box .inner-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.custom-pick-box p {
  line-height: 1.2;
}

p.alert {
  background-color: red;
  color: white;
  padding: 0.15rem 0.5rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50rem;
  margin: 0;
  font-size: 0.7rem;
}

.custom-pick-box.active {
  box-shadow: 0rem 0.25rem 0.5rem rgba(0, 180, 0, 0.3);
}
.custom-pick-box.active:before {
  color: rgb(0, 180, 0);
}
.custom-pick-box.active h6 {
  color: rgb(0, 180, 0);
}

.custom-pick-box.checkbox-type-box:before {
  content: "\f0c8";
}

.custom-pick-box.checkbox-type-box.active:before {
  content: "\f14a";
}

.custom-pick-box.radio-type-box:before {
  content: "\f111";
}

.custom-pick-box.radio-type-box.active:before {
  content: "\f058";
}

.booking-box h4 {
  margin: 0;
  color: var(--e-global-color-secondary);
}
.booking-box h6 {
  margin: 0;
  color: var(--e-global-color-secondary);
}
.booking-box p {
  margin: 0;
}

.wrap-btn-bottom {
  margin-top: 3rem;
  bottom: 0;
  position: sticky;
}

.wrap-alert-taller {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1rem;
  justify-content: flex-start;
}
.wrap-alert-taller .title-1 {
  font-weight: bold;
}
.wrap-alert-taller .btn, .wrap-alert-taller .wc-block-components-button {
  margin-left: auto;
}
.wrap-alert-taller .btn:before, .wrap-alert-taller .wc-block-components-button:before {
  font: var(--fa-font-solid);
  content: "\f274";
  color: #ffc107;
  margin-right: 0.5rem;
}

.wrap-live-session-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 1rem;
}
.wrap-live-session-form > * {
  margin: 0 !important;
}

.live-sesion-day {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.form-qty .qty-btn {
  background-color: var(--e-global-color-secondary);
  color: white;
  border: 2px solid;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1;
}
.form-qty .qty-input {
  color: var(--e-global-color-secondary);
  background-color: white;
  border: 2px solid var(--e-global-color-secondary);
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1;
}

.gallery-t301 img {
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%;
}

.product-details-content ul, .product-details-content li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.product-details-content ul {
  flex-direction: column;
  gap: 1rem;
}
.product-details-content li {
  display: flex;
  gap: 0.5rem;
}
.product-details-content li p {
  font-weight: normal;
  margin: 0;
}
.product-details-content li strong {
  display: block;
  font-weight: bold;
}
.product-details-content li:before {
  font: var(--fa-font-solid);
  content: "\f058";
  color: #881600;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  opacity: 1 !important;
}

.woocommerce-form-coupon-toggle.coupon-top-wrap {
  margin-bottom: 2rem;
}

.blog-item-img a {
  height: 100%;
}
.blog-item-img a img {
  object-fit: cover;
}

.elementor-kit-93 input.form-check-input[type=checkbox] {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  accent-color: inherit;
  background-color: #ddd;
  border-style: inherit;
  border-width: 1px;
  border-color: inherit;
  border-radius: 50rem;
  padding: inherit;
}

.elementor-kit-93 input.form-check-input:checked[type=checkbox] {
  background-color: #881600;
}

.elementor-kit-93 a:is(.btn-primary, .wc-block-components-button, .btn-secondary) {
  color: white;
}

button.woocommerce-button {
  width: 100%;
  margin-top: 1rem;
}

.badge {
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  border-radius: 50rem;
}

.btn, .wc-block-components-button {
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.btn.btn-outline-primary, .btn-outline-primary.wc-block-components-button {
  padding: 0.15rem 0.25rem;
}

.btn.btn-primary, .wc-block-components-button {
  padding: 1rem 1.5rem;
  background-color: #49010F;
  color: white;
}
.btn.btn-primary:hover, .wc-block-components-button:hover, .btn.btn-primary:focus, .wc-block-components-button:focus, .btn.btn-primary:active, .wc-block-components-button:active {
  background-color: #49010F;
}
.btn.btn-primary.disabled, .disabled.wc-block-components-button {
  background: #ccc;
  color: #999;
}

.woocommerce-input-wrapper {
  display: block;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea, .woocommerce-input-wrapper select {
  width: 100%;
  padding: 16px;
}

.order_details.list-group {
  margin: 1.5rem auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.order_details.list-group li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}
.order_details.list-group li:last-child {
  border-bottom: 0 none;
}

table.shop_table th, table.shop_table td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: 700;
}

.taller-thankyou-order-received {
  margin: 2rem 0;
}

.checkout-book-wrap :is(.buy-items, .buy-more-items) {
  display: none !important;
}

hr.checkout-book-hr {
  margin: 2rem 0;
  border-width: 2px;
}

.elementor-widget-woocommerce-checkout-page .e-checkout__container {
  gap: 20px !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
  width: 100%;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
  margin: 16px 0;
  padding: 20px;
}

.elementor-9 .elementor-element.elementor-element-3303616 .woocommerce #payment #place_order {
  width: 100%;
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap {
  display: grid;
  align-items: center;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
  width: 100%;
  display: grid;
  gap: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label {
  margin-bottom: 4px;
}

/*# sourceMappingURL=styles.css.map */
