@charset "UTF-8";
/*
Theme Name:   Campus LMS
Theme URI:    http://kuarum.com.mx/
Description:  Tema de WordPress para educación, escuela, universidad, instituto. Este es un tema premium de WordPress, bien creado. Si está buscando un excelente tema de WordPress para educación que pueda ayudarlo a crear un excelente sitio web con docenas de funciones, Campus LMS es la mejor opción para usted.
Author:       Francisco Arteaga
Author URI:   http://kuarum.com.mx
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  campus-lms
*/
/*--------------------------------------------------------------
	5.5.  
/*------------------------------------------------------------------
[Table de contenidos]
  1. Clases Base
  2. CSS General
  3. Páginas Generales
  4. Comentarios
  5. Learnpress
    5.1  Página Cursos
    5.2. Página Curso individual
    5.3. Página clase individual
    5.4. Página Perfil
    5.5. Página Comming Cursos
    5.6. Página Pedidos
 6. WooCommerce
    6.1  Página Carrito
    6.2. Página Checkout
    6.3. Página Mi Cuenta
    6.4. Página ThankYou
    6.5. Página Order
    6.6. Página Confirmación Order
    6.7. Página Recovery Password
  7.  Clases Extras
-------------------------------------------------------------------*/
/* 
OCUREDES FONDO CSS
filter: brightness(0.6);
 */
/* 
ACLARAR FONDO CSS
 opacity: 0.5;
 */
/*------------------------------------------------------------------
    1. Clases Base
-------------------------------------------------------------------*/
.courses-details-image img {
  width: 50px;
}

/* Variables */
:root {
  /* Font Size */
  --global--font-size-base: 1.25rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --g-border-radius: 10px;
  --g-border-color: #e2e2e2;
  --g-border: 1px solid var(--g-border-color);
}

.admin-barx {
  --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-barx {
    --global--admin-bar--height: 46px;
  }
}
/* .filas *[class*="col"] {
    border: 1px solid red !important;
} */
/* Evita Scrool al actualizarse la página con Live server | Usar sólo en desarrollo*/
/* html {
    scroll-behavior: initial !important;
} */
/***********************************************************
DEFINICIÓN SOBREESCRITURA DE COLORES: BOOTSTRAP / LEARNPRESS
***********************************************************/
/*------------------------------------------------------------------
    1. Sobrescribiendo variables CSS Bootstrap
    https://getbootstrap.com/docs/5.2/components/buttons/#css
-------------------------------------------------------------------*/
.btn {
  --bs-btn-border-radius: 3px;
}

/*------------------------------------------------------------------
    2. Colores para Clases Bootstrap
-------------------------------------------------------------------*/
.text-primary,
.btn-group-toggle .btn-outline-primary.active,
.btn-group-toggle .btn-outline-primary:hover,
.btn-group-toggle .btn-outline-primary:focus {
  color: var(--e-global-color-primary) !important;
}

.form-control:focus {
  border-color: var(--e-global-color-primary);
}

.custom-select:focus,
select:focus {
  border-color: var(--sk-primary-outline-35);
}

.navbar-vertical .dropdown-item:hover, .navbar-vertical .dropdown-item:focus {
  background-color: var(--sk-primary-bg-d);
}
.navbar-vertical .dropdown-menu.bg-primary li:hover {
  background-color: var(--sk-primary-bg-d);
  color: var(--white) !important;
  border-left-color: var(--ice);
}
.navbar-vertical .dropdown-menu.bg-primary .dropdown.dropright > .dropdown-menu,
.navbar-vertical .dropdown-menu.bg-primary .dropdown.dropleft > .dropdown-menu {
  background-color: var(--e-global-color-primary);
}
.navbar-vertical .dropdown-menu.bg-primary .dropdown.dropright > .dropdown-menu li:hover .dropdown-item,
.navbar-vertical .dropdown-menu.bg-primary .dropdown.dropleft > .dropdown-menu li:hover .dropdown-item,
.navbar-vertical .dropdown-menu.bg-dark .dropdown.dropright > .dropdown-menu li:hover .dropdown-item,
.navbar-vertical .dropdown-menu.bg-dark .dropdown.dropleft > .dropdown-menu li:hover .dropdown-item {
  color: var(--white);
}
.navbar-vertical .dropdown-menu.bg-white .dropdown.dropright > .dropdown-menu li:hover .dropdown-item,
.navbar-vertical .dropdown-menu.bg-white .dropdown.dropleft > .dropdown-menu li:hover .dropdown-item {
  color: var(--primary);
}

.cs-range-slider .button,
.flickity-page-dots .dot.is-selected,
.card-hover-overlay::before,
.overlay-primary::before,
.badge-primary,
.flickity-button:hover,
.flickity-button:focus,
#popup-course #sidebar-toggle,
.learn-press-progress .progress-bg .progress-active {
  background-color: var(--e-global-color-primary);
}

.flickity-button:hover,
.flickity-button:focus {
  border-color: var(--e-global-color-primary);
}

.btn.btn-primary {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.9;
}

.btn.btn-outline-primary {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.btn.slide-primary:not([class*=btn-outline]) {
  border-color: var(--e-global-color-primary) !important;
}

.slide-primary {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, var(--e-global-color-primary)));
  background: linear-gradient(to left, transparent 50%, var(--e-global-color-primary) 50%);
  border: 1px solid var(--e-global-color-primary);
  border-left: 6px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}
.slide-primary:hover, .slide-primary:not(:disabled):not(.disabled):active {
  background-color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

.btn-slide {
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: inherit !important;
  transition-property: inherit !important;
}
.btn-slide:hover, .btn-slide:focus {
  background-position: left bottom;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--e-global-color-primary);
}

.bg-primary {
  background-color: var(--e-global-color-primary) !important;
}

.nav-link-style:hover {
  color: var(--e-global-color-primary);
}

.blockquote::before {
  color: var(--e-global-color-primary);
  opacity: 0.5;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--e-global-color-primary);
}

.dropdown-menu:not(.bg-dark):not(.bg-white):not(.bg-primary) li:hover > .dropdown-item,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.btn-link,
.icon-category:hover .icon-h-p i,
.icon-category:focus .icon-h-p i,
.navbar:not(.navbar-dark) .navbar-nav .nav-item:hover > .nav-link,
.navbar:not(.navbar-dark) .navbar-nav .nav-item:focus > .nav-link,
.navbar:not(.navbar-dark) .navbar-nav .nav-item:hover > .nav-link,
.navbar:not(.navbar-dark) .navbar-nav .nav-item:focus > .nav-link,
.tribe-events-c-i.tribe-events .tribe-events-c-ical__link {
  color: var(--e-global-color-primary);
}

a {
  color: var(--e-global-color-primary);
  text-decoration: none;
}
a:hover {
  color: var(--e-global-color-primary);
}

.btn-link:hover {
  color: var(--sk-primary-border-d);
}

.navbar-vertical .dropdown-menu.bg-primary a:not(:hover) {
  color: rgba(255, 255, 255, 0.8);
}

.form-control:focus,
.custom-select:focus,
select:focus {
  -webkit-box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem var(--sk-primary-outline-15);
          box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem var(--sk-primary-outline-15);
}

.tribe-events-c-i.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

/*------------------------------------------------------------------
    2. Clases Learnpress
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    2.1 Color Principal
-------------------------------------------------------------------*/
form .lp-ajax-message {
  border: 1px solid var(--e-global-color-primary);
}

.course-curriculum .section-content .course-item-preview::before {
  background: var(--e-global-color-primary);
}

.lp-checkout-form .lp-checkout-remember a:hover {
  color: var(--e-global-color-primary);
  text-decoration-color: var(--e-global-color-primary);
}

.lp-checkout-form .rwmb-input input:not([type=checkbox]):focus {
  border-color: var(--e-global-color-primary);
  outline: 0;
}

#checkout-order .course-name a:hover {
  color: var(--e-global-color-primary);
}

#checkout-account-register .lp-checkout-sign-in-link a:hover,
#checkout-account-register .lp-checkout-sign-up-link a:hover,
#checkout-account-login .lp-checkout-sign-in-link a:hover,
#checkout-account-login .lp-checkout-sign-up-link a:hover {
  color: var(--e-global-color-primary);
}

#checkout-payment #checkout-order-action button {
  border-color: var(--e-global-color-primary);
  color: #fff;
  background: var(--e-global-color-primary);
}

#checkout-payment #checkout-order-action button:hover {
  border-color: var(--e-global-color-primary);
  opacity: 0.5;
  background: var(--e-global-color-primary);
}

.lp-terms-and-conditions a:hover {
  color: var(--e-global-color-primary);
}

.lp-list-table tbody tr td a:hover,
.lp-list-table tbody tr th a:hover,
.lp-list-table tfoot tr td a:hover,
.lp-list-table tfoot tr th a:hover {
  color: var(--e-global-color-primary);
}

.learn-press-form-login button[type=submit],
.learn-press-form-register button[type=submit] {
  color: #fff;
  background: var(--e-global-color-primary);
}

.lp-user-profile .lp-user-profile-socials a:hover {
  border-color: var(--e-global-color-primary);
  color: #fff;
  background: var(--e-global-color-primary);
}

.lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
  color: var(--e-global-color-primary);
}

.lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover {
  color: var(--e-global-color-primary);
}

.lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li:hover > a i {
  color: var(--e-global-color-primary);
}

.lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active,
.learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active:hover {
  background: var(--e-global-color-primary);
}

.lp-user-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before {
  color: var(--e-global-color-primary);
}

.lp-user-profile .lp-profile-content .lp-button:hover {
  border-color: var(--e-global-color-primary);
}

.lp-user-profile .profile-orders .column-order-actions a:hover,
.lp-user-profile .profile-orders .column-order-actions a:focus {
  color: var(--e-global-color-primary);
}

.lp-profile-content table.lp-list-table tr td a:hover {
  color: var(--e-global-color-primary);
}

.profile-basic-information .form-field .form-field-input input:focus,
.profile-basic-information .form-field .form-field-input textarea:focus,
form[name=profile-change-password] .form-field .form-field-input input:focus,
form[name=profile-change-password] .form-field .form-field-input textarea:focus {
  border-color: var(--e-global-color-primary);
}

.profile-basic-information button,
form[name=profile-change-password] button {
  background: var(--e-global-color-primary);
}

.profile-basic-information button:hover,
form[name=profile-change-password] button:hover {
  background: var(--e-global-color-primary);
}

#learn-press-profile-basic-information button[type=submit] {
  background-color: var(--e-global-color-primary);
}

#learn-press-profile-basic-information button[type=submit]:hover {
  background-color: var(--e-global-color-primary);
}

.learn-press-profile-course__tab__inner a.active {
  color: var(--e-global-color-primary);
}

.learn-press-profile-course__tab__inner a.active::before {
  background-color: var(--e-global-color-primary);
}

.learn-press-course-tab-filters .learn-press-filters a.active {
  color: var(--e-global-color-primary);
}

button.learnpress_avatar__button {
  background: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) label {
  color: var(--e-global-color-primary);
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) label {
  color: var(--e-global-color-primary);
}

.course-tab-panel .lp-course-author .author-title a:hover {
  color: var(--e-global-color-primary);
}

.course-tab-panel .lp-course-author .author-socials > a:hover {
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
}

.course-summary .course-featured-review .featured-review__stars {
  color: var(--e-global-color-primary);
}

ul.learn-press-nav-tabs .course-nav.active::before {
  background: var(--e-global-color-primary);
}

ul.learn-press-nav-tabs .course-nav.active label {
  color: var(--e-global-color-primary);
}

.course-curriculum .course-item .section-item-link:hover .item-name {
  color: var(--e-global-color-primary);
}

.course-curriculum .course-item .section-item-link::before {
  color: var(--e-global-color-primary);
}

.course-extra-box__content li::before {
  color: var(--e-global-color-primary);
}

.course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
  color: var(--e-global-color-primary);
}

input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__title {
  color: var(--e-global-color-primary);
}

.quiz-result .result-statistic .result-statistic-field span::before {
  color: var(--e-global-color-primary);
}

.quiz-status > div {
  background: var(--e-global-color-primary);
}

.quiz-intro-item::before {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-item .course-instructor a:hover {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-content .course-categories a:first-child {
  background: var(--e-global-color-primary);
}

.lp-archive-courses .course-wrap-thumbnail .course-wishlist:hover {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-title:hover {
  color: inherit;
}

.lp-archive-courses .course-meta__pull-left .meta-item::before {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-meta__pull-left .meta-item__value > div a:hover {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value div a:hover {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist.on,
.lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist:hover {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-summary-sidebar__inner > div ul li a:hover {
  color: var(--e-global-color-primary);
}

.learn-press-courses[data-layout=list] .course-content .course-readmore a {
  background: var(--e-global-color-primary);
}

.learn-press-courses[data-layout=list] .course-content .course-readmore a:hover {
  background: var(--e-global-color-primary);
}

.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item::before {
  color: var(--e-global-color-primary);
}

.learn-press-courses[data-layout=grid] .course-content .course-footer .course-students::before {
  color: var(--e-global-color-primary);
}

.lp-courses-bar .search-courses input[type=text]:focus {
  border-color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(5):checked ~ .switch-btn:nth-child(6)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(7):checked ~ .switch-btn:nth-child(8)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(9):checked ~ .switch-btn:nth-child(10)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(11):checked ~ .switch-btn:nth-child(12)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(13):checked ~ .switch-btn:nth-child(14)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(15):checked ~ .switch-btn:nth-child(16)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(17):checked ~ .switch-btn:nth-child(18)::before {
  color: var(--e-global-color-primary);
}

input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
  color: var(--e-global-color-primary);
}

.comment-respond .comment-form > p.logged-in-as a:hover,
.comment-respond .comment-form > p.logged-in-as a:focus {
  color: var(--e-global-color-primary);
}

.comment-respond .comment-form input[type=submit] {
  background-color: var(--e-global-color-primary);
}

.course-summary-sidebar .lp-course-buttons button:hover {
  border-color: var(--e-global-color-primary);
}

.course-summary-sidebar .lp-course-buttons button.button-enroll-course {
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
}

.course-summary-sidebar .lp-course-buttons button.button-enroll-course:hover {
  background: var(--e-global-color-primary);
}

#popup-course #popup-header .lp-button {
  background: var(--e-global-color-primary);
}

#popup-course #popup-content .lp-button:hover {
  border-color: var(--e-global-color-primary);
}

#popup-course #popup-content.fixed-quiz-status .quiz-status {
  background: var(--e-global-color-primary);
}

#popup-course #popup-footer .course-item-nav .prev:hover a,
#popup-course #popup-footer .course-item-nav .prev:hover::before,
#popup-course #popup-footer .course-item-nav .next:hover a,
#popup-course #popup-footer .course-item-nav .next:hover::before {
  color: var(--e-global-color-primary);
}

#popup-course #sidebar-toggle::before {
  color: var(--e-global-color-primary);
}

.content-item-wrap .questions-pagination .nav-links .page-numbers.current,
.content-item-wrap .questions-pagination .nav-links .page-numbers:hover {
  color: var(--e-global-color-primary);
}

.learn-press-breadcrumb li a:hover {
  color: var(--e-global-color-primary);
}

.learnpress-page .lp-button:hover,
.learnpress-page #lp-button:hover {
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
}

.btn-base {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}

.learn-press-progress .progress-bg .progress-active {
  background: #079600;
}

.learn-press-pagination .page-numbers > li .page-numbers.current {
  color: var(--e-global-color-primary);
}

.learn-press-pagination .page-numbers > li .page-numbers:hover {
  color: var(--e-global-color-primary);
}

.lp-archive-courses .course-content .lp-button {
  background: var(--e-global-color-primary);
}

/*------------------------------------------------------------------
    2.1 Color Secundario
-------------------------------------------------------------------*/
.lp-user-profile .wrapper-profile-header {
  background: var(--e-global-color-secondary);
}

.lp-user-profile .lp-profile-content .lp-button {
  border-color: var(--e-global-color-secondary);
}

.course-curriculum .course-item.item-locked .course-item-status::before {
  color: var(--e-global-color-secondary);
}

.lp-course-progress .lp-passing-conditional {
  background: var(--e-global-color-secondary);
}

.quiz-status .submit-quiz button:hover {
  background: var(--e-global-color-secondary);
}

.lp-archive-courses .course-detail-info {
  background: var(--e-global-color-secondary);
}

.lp-archive-courses .course-detail-info::before,
.lp-archive-courses .course-detail-info::after {
  background: var(--e-global-color-secondary);
}

#popup-course #popup-content .lp-button {
  border-color: var(--e-global-color-secondary);
}

/*------------------------------------------------------------------
    3. Clases Woocommerce
-------------------------------------------------------------------*/
.woocommerce-store-notice,
p.demo_store {
  background-color: var(--e-global-color-primary);
}

.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--e-global-color-primary);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--e-global-color-primary);
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--e-global-color-primary);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--e-global-color-primary);
}

.woocommerce-info,
.woocommerce-message {
  border-top: 3px solid var(--e-global-color-primary);
}

/*****************************************
ANIMACIONES | Animaciones usada en el tema
*****************************************/
/***********************************************************************
1. "agregando" | Usado en la pagina de detalles del producto. 
************************************************************************/
@-webkit-keyframes agregando {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes agregando {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
/***************************************************************************
2. "dalePlay" | Animación para Thumnail del trailer del curso. 
***************************************************************************/
@-webkit-keyframes dalePlay {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes dalePlay {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/***************************************************************************
2. "dalePlay" | Animación para Thumnail del trailer del curso. 
***************************************************************************/
@-webkit-keyframes accesoIlimitado {
  0% {
    background-position: right center;
  }
  50% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes accesoIlimitado {
  0% {
    background-position: right center;
  }
  50% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
/***************************************************************************
2. "animationComment" | Animación para mostrar los comentarios cargados con Ajax. 
***************************************************************************/
@-webkit-keyframes animationComment {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes animationComment {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/***************************************************************************
2. "animationButtom" | Animación para los botones de Learnpress. 
***************************************************************************/
@-webkit-keyframes animationButtom {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animationButtom {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/***************************************************************************
2. "animationButtom" | Animación para los botones de Learnpress. 
***************************************************************************/
/* @keyframes animationContainerButtom {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} */
/***************************************************************************
2. ComprarAhora | Ocultar bloque
***************************************************************************/
@-webkit-keyframes ComprarAhora {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ComprarAhora {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/***************************************************************************
2. alertaOferta | Animación para el text del contador de oferta en cada curso
***************************************************************************/
@-webkit-keyframes alertaOferta {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes alertaOferta {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/***************************************
Iconos personalizados
**************************************/
.thim-course-grid .course-item .thim-course-content .course-meta .course-students i:before,
.thim-course-grid .course-item .thim-course-content .course-meta .course-comments-count i:before,
.thim-course-grid .course-item .course-thumbnail > a.course-readmore:before,
.switch-layout-container .switch-layout .list i:before,
.switch-layout-container .switch-layout .grid i:before,
.thim-course-filter .filter-submit button:before,
.review-stars-rated .fa-star-o:before,
.review-stars-rated .fa-star:before,
.thim-social-share li > div a i:before,
.learn-press .course-tabs .nav-tabs li.course-nav-tab-overview a i:after,
.learn-press .course-tabs .nav-tabs li.course-nav-tab-curriculum a i:after,
.learn-press .course-tabs .nav-tabs li.course-nav-tab-instructor a i:after,
.learn-press .course-tabs .nav-tabs li.course-nav-tab-reviews a i:after,
#learn-press-course-description .thim-course-info ul li.lectures-feature i:after,
#learn-press-course-description .thim-course-info ul li.quizzes-feature i:after,
#learn-press-course-description .thim-course-info ul li.skill-feature i:after,
#learn-press-course-description .thim-course-info ul li.students-feature i:after,
#learn-press-course-description .thim-course-info ul li.cert-feature i:after,
#learn-press-course-description .thim-course-info ul li.assessments-feature i:after,
body .learn-press .tab-content .course-wishlist-box .fa-heart:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .course-format-icon .fa:before,
body.single-lp_course .breadcrumbs-wrapper li:first-child a:before,
body.single-lp_course .page-title-wrapper .course-students:before,
body.single-lp_course .page-title-wrapper .course-author:before,
body.single-lp_course .page-title-wrapper .courseDuration:before,
.item-locked.course-lesson .course-item-meta i:before,
.navbar-nav > li > a:before,
#thim-popup-login .thim-login-container .close-popup i:before,
.mobile-menu-wrapper ul li .icon-toggle .fa:before,
.navigation .navbar-nav > li.menu-item-has-children > a:after,
.toggle-content-item:before,
#learn-press-course-curriculum-custom ul.curriculum-sections .section-content .course-item .course-format-icon .fa:before,
.comment-form .comment-form-attachment label[for=comment_image_reloaded]:before,
.toggle-content-item-fixed:before,
.thim-course-list .course-item .thim-course-content .course-readmore a:before,
.itemFaq h5:after,
.user-information p:before,
.user-information p:after,
.course-item .course-thumbnail .course-wishlist-box .fa:before,
.thim-course-carousel .owl-buttons .owl-prev .fa:before,
.thim-course-carousel .owl-buttons .owl-next .fa:before,
.profile-container .profile-tabs .nav-tabs li a .fa:before,
.navigation .width-navigation .navbar-nav > li .sub-menu li > a .fa:before,
.form-nombre-ext:after,
.widget-area aside.widget .WidgetCategoriasExtensiones li:before,
.listado-extensiones .item-extension .descargar-extension .boton-cerrar-ex i:before,
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before,
#certificate-popup.ready .close-popup:after,
#payment ul.payment_methods > .wc_payment_method > input[type=radio]:first-child:checked + label:after,
.wpmenucart-icon-shopping-cart-0:before,
.course-extras ul li .itemExtras:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .course-format-icon .fa:before,
.fa-star-o:before,
.botonDemo:before,
.mo_btn-twitter i:before,
#masthead.header_v4 .navigation .menu-right .thim-link-login .login:before,
.bloqueNuevosCursos h1:after,
.bloqueNuevosCursos .iconoPlay:before,
.breadcrumbs-wrapper #breadcrumbs a:after,
.woocommerce-thankyou-order-received:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.my-courses a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.mis-cursos a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.courses a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.certificates a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.quizzes a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.lp_orders_woocommerce a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout a i:before,
.navigation .menu-right .widget_courses-searching .search-toggle i:before,
#thim-popup-login .thim-login-container .close-popup i:before,
.page-template-pagina-membresias .level-wrap .features ul li:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li::after,
#learn-press-course-curriculum ul.curriculum-sections .section-header .collapse:before,
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status:before,
input[type=radio]:checked:before,
input[type=checkbox]:checked:before,
.lp4.course-wishlist:before,
.woocommerce #payment #place_order:before,
.woocommerce-page #payment #place_order:before,
#lp-user-edit-avatar #lp-avatar-actions a .fa-upload:before,
#lp-user-edit-avatar #lp-avatar-actions a#lp-remove-upload-photo .fa-times:before,
#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-save-upload .fa-check:before,
#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload .fa-times:before,
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart:before,
#barCourse .btn-lp-course-view-cart:before,
#barCourse .wrap-btn-add-course-to-cart .lp-button .fa-spinner:before,
#barCourse .continue-course .lp-button:before,
#barCourse .course-time .course-time-row strong:before,
#barCourse .course-results-progress > div h4:before,
#contentCourse .course-extras .course-extras__content ul li:before,
.course-curriculum .course-item.course-item-lp_lesson .section-item-link::before,
.mfp-image-holder .mfp-close:before,
.mfp-inline-holder .mfp-close:before,
#barCourse .enroll-course .button-enroll-course:before,
#barCourse .lp-form-retake-course .lp-button:before,
#barCourse form[name=certificate-form-button] .lp-button:before,
.certificate-actions li.download a:after,
#barCourse .lp-course-buttons .enroll-course .button-enroll-course.loading:after,
.course-item-lp_lesson #rutaNavegacionLeccion .breadcrumbs li a:after,
#popup-course #navegacionEncabezado .lp-button-encabezado .completed:before,
.course-item-nav-header > *:before,
#popup-course #navegacionEncabezado .toggle-content-item:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-preview:before,
#popup-course #popup-sidebar .search-course button::before,
#popup-course #navegacionEncabezado .lp-button-encabezado .learn-press-form .lp-button:before,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button.lp-btn-finish-course:before,
.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item a.remove:before,
.woocommerce-invalid-required-field span.error-inline .error-inline-left:before,
.woocommerce-billing-fields-ico:before,
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .shop_table td.product-name a.remove:before,
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .coupon-form .button:after,
#hfe-menu-cart__toggle_button .elementor-button-icon .eicon,
#barCourse .curso-incluye ul li:before,
#popup-course #rutaNavegacionLeccion .breadcrumbs li a:after,
#contentCourse .valoracionesCurso .content-review > ul > li.loading:before,
#commentform .form-submit #submit.loadingComment:before,
.lp-ajax-message::before,
.lp-archive-courses .wrap-btn-add-course-to-cart .lp-button:before,
.lp-archive-courses .wrap-btn-add-course-to-cart .btn-lp-course-view-cart .lp-button:before,
#content-item-quiz .quiz-result .result-message:before,
#content-item-quiz .quiz-status > div > div .countdown .fas:before,
.course-item.course-item-lp_quiz .section-item-link:before,
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:before,
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:before,
.lp-courses-bar .switch-layout .switch-btn::before,
.learnpress_avatar__button--loading:before,
.woocommerce-checkout .woocommerce form.woocommerce-checkout .place-order #place_order:before,
.submitting .ajaxload::after,
.blog-pagination ul li .page-numbers.next:before,
.blog-pagination ul li .page-numbers.prev:before,
form.search-form::after,
.lp-archive-courses .course-wrap-thumbnail .course-wishlist:before,
button.course-wishlist:before,
.lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_features ul li:before,
.pmpro_account-membership-levelname .name_level:before,
.lp-list-table .list-table-nav td.nav-pages .page-numbers.next:before,
.single-product #woo-sumario-producto .single_add_to_cart_button:before,
.wc-deposits-option li input[type=radio]:checked + label:after,
.wc-deposits-payment-plans li input[type=radio]:checked + label:after,
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .variation:before,
.profile-list-orders .column-order-actions a[href*=generate_wpo_wcpdf]:before,
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-date time:before,
.review-form .close i:before,
.review-stars > li > span:before,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download:before,
#certificate-popup .certificate-actions li.download a:before,
#tabsLessons button:before,
#popup-course #content-item-quiz .question-title .btn-show-hint:before,
.woocommerce-order-received #progressbar li span:before,
#learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button--save:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-header .section-title:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link .course-item-meta .count-questions:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta span.duration:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce div.product form.cart .single_add_to_cart_button:before,
.woocommerce ul.products li.product .button:before,
.added_to_cart.wc-forward:before,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:before,
.rankmath-breadcrumbs .rank-math-breadcrumb p .separator::before,
#shipping_method li input:first-child:checked + label:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
  font-family: "campus-lms-fonts" !important;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  vertical-align: middle;
}

/*--------------------------------------------------------------
    2. CSS General
---------------------------------------------------------------*/
/***************************************
1. Tipografica
**************************************/
a {
  text-decoration: none;
}

.elementor-widget-text-editor a:hover {
  text-decoration: underline;
}

body {
  color: var(--e-global-color-text);
}

/* -------------------------------------------------------------------------- */
/*                            6.Estilos encabezado                            */
/* -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  #masthead a[class=elementor-icon] svg,
  #masthead .premium-toggle-text svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #masthead .premium-toggle-text > svg > path {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .menu-mobile-title {
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    background: var(--e-global-color-primary);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .premium-nav-slide-overlay.premium-vertical-toggle-open {
    cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIyOTAgMjkwIDMyIDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI5MCAyOTAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMyMiwyOTEuODU1TDMyMC4xNDQsMjkwTDMwNiwzMDQuMTQ2TDI5MS44NTUsMjkwTDI5MCwyOTEuODU1bDE0LjE0NiwxNC4xNDZMMjkwLDMyMC4xNDZsMS44NTUsMS44NTQNCglMMzA2LDMwNy44NTZMMzIwLjE0NCwzMjJsMS44NTYtMS44NTRsLTE0LjE0NS0xNC4xNDVMMzIyLDI5MS44NTV6Ii8+DQo8L3N2Zz4NCg==), auto;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
    -webkit-box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
  }
  .premium-nav-slide-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease !important;
    transition: all 0.8s ease !important;
  }
  .premium-nav-slide-overlay.premium-vertical-toggle-open {
    visibility: visible;
    opacity: 1;
  }
  .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0.01, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0.01, 0.58, 1);
  }
  .premium-scroll-disabled .premium-hamburger-toggle .premium-toggle-text > svg > path {
    fill: #888888 !important;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
    margin-top: 0;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
    top: 12px;
    right: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close {
    display: none;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close:hover {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  #page {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    position: relative;
  }
  .premium-scroll-disabled #page {
    left: 300px;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu > li > a {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu > li.current-menu-parent > a {
    color: var(--e-global-color-primary) !important;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(1) > a {
    -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
    transition: opacity 0.3s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
    transition: opacity 0.3s ease 0.1s, transform 0.5s ease 0.1s;
    transition: opacity 0.3s ease 0.1s, transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(2) > a {
    -webkit-transition: opacity 0.3s ease 0.15s, -webkit-transform 0.5s ease 0.15s;
    transition: opacity 0.3s ease 0.15s, -webkit-transform 0.5s ease 0.15s;
    transition: opacity 0.3s ease 0.15s, transform 0.5s ease 0.15s;
    transition: opacity 0.3s ease 0.15s, transform 0.5s ease 0.15s, -webkit-transform 0.5s ease 0.15s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(3) > a {
    -webkit-transition: opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    transition: opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    transition: opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
    transition: opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(4) > a {
    -webkit-transition: opacity 0.3s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
    transition: opacity 0.3s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
    transition: opacity 0.3s ease 0.25s, transform 0.5s ease 0.25s;
    transition: opacity 0.3s ease 0.25s, transform 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(5) > a {
    -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(6) > a {
    -webkit-transition: opacity 0.3s ease 0.35s, -webkit-transform 0.5s ease 0.35s;
    transition: opacity 0.3s ease 0.35s, -webkit-transform 0.5s ease 0.35s;
    transition: opacity 0.3s ease 0.35s, transform 0.5s ease 0.35s;
    transition: opacity 0.3s ease 0.35s, transform 0.5s ease 0.35s, -webkit-transform 0.5s ease 0.35s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(7) > a {
    -webkit-transition: opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
    transition: opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(8) > a {
    -webkit-transition: opacity 0.3s ease 0.45s, -webkit-transform 0.5s ease 0.45s;
    transition: opacity 0.3s ease 0.45s, -webkit-transform 0.5s ease 0.45s;
    transition: opacity 0.3s ease 0.45s, transform 0.5s ease 0.45s;
    transition: opacity 0.3s ease 0.45s, transform 0.5s ease 0.45s, -webkit-transform 0.5s ease 0.45s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(9) > a {
    -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, transform 0.5s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  }
  .premium-scroll-disabled .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu > li > a {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .premium-nav-menu-item .premium-dropdown-icon {
    border-left: 1px solid #e9ecef;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .premium-nav-menu-item .premium-dropdown-icon:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .premium-nav-menu-item.premium-active-menu .premium-dropdown-icon {
    background: var(--e-global-color-primary);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .premium-nav-menu-item.premium-active-menu .premium-dropdown-icon:before {
    color: #fff;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: visibility 0s, opacity 0.7s linear, height 0.7s linear;
    transition: visibility 0s, opacity 0.7s linear, height 0.7s linear;
  }
  body .premium-nav-menu-item.menu-item-has-children.premium-active-menu .premium-sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.premium-nav-menu-item .premium-sub-menu {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.filter-blur-20 {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.filter-blur-30 {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.filter-blur-40 {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.filter-blur-50 {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

/* -------------------------------------------------------------------------- */
/*            6. Estilo para Botones Learnpress y Pago Woocommerce            */
/* -------------------------------------------------------------------------- */
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart,
#barCourse .btn-lp-course-view-cart,
#barCourse .continue-course .lp-button,
#barCourse .lp-form-retake-course .lp-button,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button,
#barCourse form[name=certificate-form-button] .lp-button,
.review-form .review-fields .review-actions .submit-review,
#certificate-popup .certificate-actions li.download a,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson,
#commentform .form-submit #submit,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist,
.woocommerce div.product form.cart .single_add_to_cart_button,
form.checkout.woocommerce-checkout .place-order .button,
.woocommerce ul.products li.product .button,
.premium-woo-products-details-wrap .premium-woo-atc-button .button {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 12px 24px;
  text-align: center;
  text-transform: inherit;
  width: 100%;
  height: 48px;
  position: relative;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart .fa,
#barCourse .btn-lp-course-view-cart .fa,
#barCourse .continue-course .lp-button .fa,
#barCourse .lp-form-retake-course .lp-button .fa,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button .fa,
#barCourse form[name=certificate-form-button] .lp-button .fa,
.review-form .review-fields .review-actions .submit-review .fa,
#certificate-popup .certificate-actions li.download a .fa,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download .fa,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson .fa,
#commentform .form-submit #submit .fa,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist .fa,
.woocommerce div.product form.cart .single_add_to_cart_button .fa,
form.checkout.woocommerce-checkout .place-order .button .fa,
.woocommerce ul.products li.product .button .fa,
.premium-woo-products-details-wrap .premium-woo-atc-button .button .fa {
  display: none;
}
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart:before,
#barCourse .btn-lp-course-view-cart:before,
#barCourse .continue-course .lp-button:before,
#barCourse .lp-form-retake-course .lp-button:before,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button:before,
#barCourse form[name=certificate-form-button] .lp-button:before,
.review-form .review-fields .review-actions .submit-review:before,
#certificate-popup .certificate-actions li.download a:before,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download:before,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson:before,
#commentform .form-submit #submit:before,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist:before,
.woocommerce div.product form.cart .single_add_to_cart_button:before,
form.checkout.woocommerce-checkout .place-order .button:before,
.woocommerce ul.products li.product .button:before,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:before {
  margin-right: 6px;
  top: -1px;
  font-size: 14px;
  color: inherit;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
}
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart:after,
#barCourse .btn-lp-course-view-cart:after,
#barCourse .continue-course .lp-button:after,
#barCourse .lp-form-retake-course .lp-button:after,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button:after,
#barCourse form[name=certificate-form-button] .lp-button:after,
.review-form .review-fields .review-actions .submit-review:after,
#certificate-popup .certificate-actions li.download a:after,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download:after,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson:after,
#commentform .form-submit #submit:after,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist:after,
.woocommerce div.product form.cart .single_add_to_cart_button:after,
form.checkout.woocommerce-checkout .place-order .button:after,
.woocommerce ul.products li.product .button:after,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:after {
  content: "";
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  border-radius: inherit;
  background-color: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart:hover,
#barCourse .btn-lp-course-view-cart:hover,
#barCourse .continue-course .lp-button:hover,
#barCourse .lp-form-retake-course .lp-button:hover,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button:hover,
#barCourse form[name=certificate-form-button] .lp-button:hover,
.review-form .review-fields .review-actions .submit-review:hover,
#certificate-popup .certificate-actions li.download a:hover,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download:hover,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson:hover,
#commentform .form-submit #submit:hover,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
form.checkout.woocommerce-checkout .place-order .button:hover,
.woocommerce ul.products li.product .button:hover,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:hover {
  opacity: 0.9;
}
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart .lp-button,
#barCourse .btn-lp-course-view-cart .lp-button,
#barCourse .continue-course .lp-button .lp-button,
#barCourse .lp-form-retake-course .lp-button .lp-button,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button .lp-button,
#barCourse form[name=certificate-form-button] .lp-button .lp-button,
.review-form .review-fields .review-actions .submit-review .lp-button,
#certificate-popup .certificate-actions li.download a .lp-button,
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download .lp-button,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson .lp-button,
#commentform .form-submit #submit .lp-button,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist .lp-button,
.woocommerce div.product form.cart .single_add_to_cart_button .lp-button,
form.checkout.woocommerce-checkout .place-order .button .lp-button,
.woocommerce ul.products li.product .button .lp-button,
.premium-woo-products-details-wrap .premium-woo-atc-button .button .lp-button {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  top: -2px;
  position: relative;
  background: transparent;
}

/***************************************
2. Estilos "loading" 
**************************************/
.loading,
.ajaxload_wishlist,
form.checkout.woocommerce-checkout.processing .place-order .button {
  pointer-events: none;
  opacity: 1 !important;
}
.loading:before,
.ajaxload_wishlist:before,
form.checkout.woocommerce-checkout.processing .place-order .button:before {
  opacity: 1;
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -9px;
  margin-left: -9px;
  z-index: 2;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-left-color: currentColor !important;
  border-radius: 50% !important;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-animation: campus-cargando 450ms infinite linear !important;
          animation: campus-cargando 450ms infinite linear !important;
}
.loading:after,
.ajaxload_wishlist:after,
form.checkout.woocommerce-checkout.processing .place-order .button:after {
  opacity: 1 !important;
  -webkit-transition: opacity 0s ease !important;
  transition: opacity 0s ease !important;
}

@-webkit-keyframes campus-cargando {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes campus-cargando {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/***************************************
1. Mensajes de alerta de Learnpres
**************************************/
.lp-ajax-message {
  background: #e3e6ea;
  border: none;
  border-radius: 5px;
  display: none;
  line-height: 1;
  margin: 16px 0;
  padding: 16px;
  text-align: center;
}

.learn-press-message {
  text-align: center;
  border-top: 5px solid var(--e-global-color-primary);
}
.learn-press-message:before {
  background: var(--e-global-color-primary);
}

/***************************************
1. Mensajes de alerta de Woocommerce
**************************************/
.woocommerce-error,
.woocommerce-message {
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px;
}
.woocommerce-error:before,
.woocommerce-message:before {
  position: relative;
  top: 3px;
  left: 0;
  margin-right: 6px;
  font-size: 15px;
}
.woocommerce-error li,
.woocommerce-message li {
  display: inline-block;
  text-align: left;
  width: calc(100% - 24px);
  position: relative;
}
.woocommerce-error li .wc-forward,
.woocommerce-message li .wc-forward {
  margin-left: 6px;
}
.woocommerce-error li:nth-child(1n+2),
.woocommerce-message li:nth-child(1n+2) {
  left: 20px;
  margin-top: 10px;
}

.woocommerce-message:before {
  content: "Q";
  font-weight: bold;
}

.woocommerce-error:before {
  content: "\e014";
  font-weight: bold;
}

.woocommerce-info:before {
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 4px;
}
.woocommerce-info li {
  display: inline-block;
  text-align: left;
}

.woocommerce-checkout .woocommerce .woocommerce-error,
.woocommerce-checkout .woocommerce .woocommerce-message,
.woocommerce-account .woocommerce .woocommerce-error,
.woocommerce-account .woocommerce .woocommerce-message {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-checkout .woocommerce .woocommerce-error .wc-forward,
.woocommerce-checkout .woocommerce .woocommerce-message .wc-forward,
.woocommerce-account .woocommerce .woocommerce-error .wc-forward,
.woocommerce-account .woocommerce .woocommerce-message .wc-forward {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-error li,
.woocommerce-checkout .woocommerce .woocommerce-message li,
.woocommerce-account .woocommerce .woocommerce-error li,
.woocommerce-account .woocommerce .woocommerce-message li {
  width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-error li:nth-child(1n+2),
.woocommerce-checkout .woocommerce .woocommerce-message li:nth-child(1n+2),
.woocommerce-account .woocommerce .woocommerce-error li:nth-child(1n+2),
.woocommerce-account .woocommerce .woocommerce-message li:nth-child(1n+2) {
  left: 10px;
}

.contenidoPagina {
  background: #e3edf3;
}

.woocommerce-password-strength.short {
  border-radius: 3px;
  font-weight: normal;
  margin-top: 4px;
}

/***************************************************************************
Video Resposive | Usado para mostrar videos responsive (Trailer y lecciones).
***************************************************************************/
.responsive-iframe {
  height: 0;
  overflow: auto;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-iframe iframe,
.responsive-iframe video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media-intro p:empty {
  display: none;
}

/***************************************************************************
TOOLTIPS PARA LECCIONES | Usado para mostrar información adicional.
***************************************************************************/
.tooltipsLec {
  position: relative;
}
.tooltipsLec span {
  background-color: #6f6f6f;
  border-radius: 5px;
  color: white;
  font-size: 11px;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  -webkit-transform: translate(-50%, 55px);
          transform: translate(-50%, 55px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  z-index: -1;
}
.tooltipsLec span::before {
  border: 0.5em solid transparent;
  border-bottom-color: #6f6f6f;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -11px);
          transform: translate(-50%, -11px);
  width: 0;
}
.tooltipsLec:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  z-index: 999;
}

/***************************************************************************
4. Removiendo y estilizando elementos del navBar de Wordpress
***************************************************************************/
@media (max-width: 768px) {
  div#wpadminbar {
    z-index: 99;
  }
}
#wpadminbar ul li#wp-admin-bar-wp-logo,
#wpadminbar ul li#wp-admin-bar-rank-math,
#wpadminbar ul li#wp-admin-bar-new-content,
#wpadminbar ul li#wp-admin-bar-ver-sitio,
#wpadminbar ul li#wp-admin-bar-comments,
#contextual-help-link-wrap,
#wpadminbar .quicklinks .ab-top-secondary > li#wp-admin-bar-search,
#wp-admin-bar-elementor_app_site_editor,
#wpadminbar .quicklinks .menupop#wp-admin-bar-edit #wp-admin-bar-edit-default {
  display: none;
}

#wpadminbar .quicklinks .menupop#wp-admin-bar-elementor_edit_page ul li {
  float: none;
  padding: 3px 0;
}

/* -------------------------------------------------------------------------- */
/*             5. ENCABEZADO DEL PROCESO DE PAGO (Cart y Checkout)             */
/* -------------------------------------------------------------------------- */
#progressbar {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
  padding-left: 0;
}
#progressbar li {
  color: #878787;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8rem;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#progressbar li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--e-global-color-primary);
  border: 3px solid #eef2f5;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 12px auto;
  position: relative;
  width: 40px;
  z-index: 2;
}
#progressbar li span[class*=icon-]:before {
  content: "}";
  font-size: 18px;
}
#progressbar li:after {
  background: var(--e-global-color-primary);
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 1;
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#progressbar li.progressbarNoCompletado {
  color: #c5c5c5;
}
#progressbar li.progressbarNoCompletado span {
  background: #ffffff;
  color: #c5c5c5;
  text-shadow: none;
}
#progressbar li.progressbarNoCompletado:after {
  background: #c5c5c5;
}

.woocommerce-order-received #progressbar li {
  color: #878787;
}
.woocommerce-order-received #progressbar li span {
  background: var(--e-global-color-primary);
  color: white;
  font-size: 0;
}
.woocommerce-order-received #progressbar li span:before {
  content: "}";
  font-size: 18px;
}
.woocommerce-order-received #progressbar li:after {
  background: var(--e-global-color-primary);
}

@media (max-width: 525px) {
  #progressbar li {
    font-size: 11px;
  }
  #progressbar li span {
    font-size: 14px;
    height: 34px;
    width: 34px;
  }
  #progressbar li:after {
    top: 17px;
  }
}
@media (max-width: 465px) {
  #progressbar li {
    font-size: 9px;
  }
  #progressbar li span {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  #progressbar li {
    font-size: 7px;
  }
}
/***********************************************
5.Slider testimonios (Usado en páagina Checkout)
 **********************************************/
/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -khtml-user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-family: "campus-lms-fonts";
  font-size: 1rem;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  opacity: 0.75;
  position: relative;
  speak: none;
  text-transform: none;
  top: -1px;
  vertical-align: middle;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "L";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dots {
  bottom: 0;
  display: block;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  background: white;
  border-radius: 50%;
  color: black;
  content: "•";
  height: 15px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 15px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* -------------------------------------------------------------------------- 
6. Estilo Botones compartir en Redes
usando en la pagina de detalles de cursos, Post   
 -------------------------------------------------------------------------- */
.lp-social-share {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}
.lp-social-share li {
  display: inline-block;
  font-size: 14px;
  margin-right: 12px;
}
.lp-social-share li:last-child {
  margin-right: 0;
}
.lp-social-share li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.lp-social-share li a i:before {
  font-size: 13px;
}
.lp-social-share li.lp-facebook-social a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.lp-social-share li.lp-twitter-social a:hover {
  background-color: #00aced;
  border-color: #00aced;
}
.lp-social-share li.lp-pinterest-social a:hover {
  background-color: #cb2027;
  border-color: #cb2027;
}
.lp-social-share li.lp-linkedin-social a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

/* -------------------------------------------------------------------------- */
/*                     1. ESTILO GENERAL LISTADO DE CURSOS     
/* Usado el varias lugares: Widget de elementor, paginas cursos, perfil
/* -------------------------------------------------------------------------- */
.lp-button {
  -webkit-animation: animationButtom 0.5s;
          animation: animationButtom 0.5s;
  display: inline-block;
}

.lp-archive-courses ul.learn-press-courses .course {
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-archive-courses ul.learn-press-courses .course .course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 0;
  border-radius: var(--g-border-radius);
  border: var(--g-border);
  background: #fff;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-wrap-thumbnail {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-wrap-thumbnail img {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  border-top: 0;
  padding: 0 12px;
  position: static;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .separator {
  margin-top: auto;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-categories {
  display: none;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-instructor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-permalink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  height: auto;
  padding: 20px 0;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-permalink .course-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-review {
  display: block;
  float: none;
  margin: 12px 0;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-review .review-stars-rated {
  position: relative;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info {
  position: relative;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 14px;
  position: relative;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer:before {
  background: var(--e-global-color-primary);
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px;
  z-index: 10;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer > div,
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer > .descargar-brochure {
  display: inline-block;
  margin-right: 12px;
  padding: 0;
  border: 0;
  font-weight: 400;
  line-height: 21px;
  color: #7d7d7d;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer > div i,
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer > .descargar-brochure i {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer > .descargar-brochure {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer > .descargar-brochure i {
  font-size: 16px;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer .course-price {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  line-height: 1.2;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer .course-price .course-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer .course-price .course-item-price .origin-price {
  font-weight: bold;
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer .course-price .course-item-price .price {
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: bold;
}
.lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer .course-price .course-item-price .free {
  background: var(--e-global-color-secondary);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 3px 12px;
}
.lp-archive-courses ul.learn-press-courses .course .course-item:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses .course .course-item:hover .course-thumbnail .thumbnail::before {
  opacity: 0.6;
}
.lp-archive-courses ul.learn-press-courses .course .course-item:hover .course-footer:before {
  -webkit-transform: translateX(0%) scaleX(6);
          transform: translateX(0%) scaleX(6);
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course {
  border: 0;
  padding: 0;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-wrap-thumbnail {
  float: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 340px;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-wrap-thumbnail .thumbnail {
  max-height: initial;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content {
  padding: 20px;
  width: auto;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-permalink {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
  min-height: auto;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-permalink .course-title {
  font-size: 24px;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-review {
  display: none;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-wrap-meta .meta-item-lesson {
  display: none;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-excerpt {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-info .course-footer {
  padding: 0;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-info .course-footer:before {
  content: none;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-info .course-readmore {
  display: none;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-info .wrap-btn-add-course-to-cart {
  position: static;
  margin: 0 12px 0 auto;
  margin-left: 0;
}
.lp-archive-courses ul.learn-press-courses[data-layout=list] li.course .course-item .course-content .course-info .course-price {
  margin-left: auto;
}

/* -------------------------------------------------------------------------- */
/*            6. Estilo Boton "Agregar al carro" en el listado de cursos       */
/* -------------------------------------------------------------------------- */
.lp-archive-courses .wrap-btn-add-course-to-cart .lp-button.btn-add-course-to-cart {
  display: inline-block;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
  line-height: 21px;
  vertical-align: middle;
  top: -1px;
}
.lp-archive-courses .wrap-btn-add-course-to-cart .lp-button.btn-add-course-to-cart:before {
  content: "&";
  color: #7d7d7d;
  /*        font-size: 16px;
  transition: all 0.2s ease; */
}
.lp-archive-courses .wrap-btn-add-course-to-cart .lp-button.btn-add-course-to-cart .fa {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.lp-archive-courses .wrap-btn-add-course-to-cart .lp-button.btn-add-course-to-cart .fa:before {
  opacity: 1;
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 2;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-left-color: var(--e-global-color-primary) !important;
  border-radius: 50% !important;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-animation: campus-cargando 450ms infinite linear !important;
          animation: campus-cargando 450ms infinite linear !important;
}
.lp-archive-courses .wrap-btn-add-course-to-cart .btn-lp-course-view-cart .lp-button {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
  line-height: 21px;
  vertical-align: middle;
}
.lp-archive-courses .wrap-btn-add-course-to-cart .btn-lp-course-view-cart .lp-button:before {
  content: "\e018";
  color: var(--e-global-color-primary);
  left: -1px;
  top: -1px;
  font-size: 16px;
  line-height: 1;
}

/* -------------------------------------------------------------------------- */
/*            7. Estilo Boton "Agregar a Favoritos" en el Loop               */
/* -------------------------------------------------------------------------- */
.lp-archive-courses ul.learn-press-courses .course-wrap-thumbnail .course-wishlist {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: -38px;
  opacity: 0.8;
  cursor: pointer;
  display: block;
  background: #000000;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lp-archive-courses ul.learn-press-courses .course-wrap-thumbnail .course-wishlist:before {
  content: "r";
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  top: 0;
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses .course-wrap-thumbnail .course-wishlist.on:before {
  color: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses .course-wrap-thumbnail .course-wishlist.ajaxload_wishlist:before {
  color: #fff;
  position: static !important;
  display: inline-block;
}
.lp-archive-courses ul.learn-press-courses .course-item:hover .course-wishlist {
  top: 16px;
  right: 16px;
}

.learnpress #learn-press-profile .lp-archive-courses .course-item .learn-press-course-wishlist {
  position: absolute !important;
  z-index: 999;
  top: 16px;
  right: -38px;
  opacity: 0.8;
  cursor: pointer;
  display: block;
  background: #000000;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.learnpress #learn-press-profile .lp-archive-courses .course-item:hover .course-wishlist {
  top: 16px;
  right: 16px;
  opacity: 0.8;
}

/* -------------------------------------------------------------------------- */
/*                      7. Estilo validación formularios                      */
/* -------------------------------------------------------------------------- */
.error-validate {
  border: 1px solid #ff3f39 !important;
}

/* -------------------------------------------------------------------------- */
/*                      8. Estilo Menu de usuario                             */
/* -------------------------------------------------------------------------- */
.htmega-menu-container .htmega-menu-area .sub-menu li a {
  line-height: 1;
  padding: 12px;
}

.htmega-menu-container .htmega-menu-area ul ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.htmega-menu-container .htmega-menu-area .sub-menu {
  width: 180px;
}

/* -------------------------------------------------------------------------- */
/*                      8. Estilo Menu de usuario                             */
/* -------------------------------------------------------------------------- */
body .htmega-menu-container .htmega-menu-area > ul > li > a {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

body .htmega-menu-container .htmega-menu-area .sub-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 5px !important;
  left: auto !important;
  right: 0 !important;
  margin-top: 0;
  top: 42px;
}

body .htmega-menu-area ul.htmega-megamenu > li {
  margin-right: 0 !important;
  padding-bottom: 0 !important;
}

body .htmega-menu-container .htmega-menu-area .sub-menu li a {
  padding: 10px 22px;
  border-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

body .htmega-menu-container .htmega-menu-area .sub-menu li a:hover {
  color: #000 !important;
  background: #f2f3f5;
}

body .htmega-menu-container .htmega-menu-area .sub-menu li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  color: #1e1e1e !important;
}

/* body .htmega-menu-container .htmega-menu-area .sub-menu li a i:before {
    font-size: 1.1em;
} */
body .htmega-menu-container .htmega-menu-area .sub-menu:before,
body .htmega-menu-container .htmega-menu-area .sub-menu:after {
  border-style: solid;
  border-width: 0 10px 13px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}

body .htmega-menu-container .htmega-menu-area .sub-menu:before {
  border-color: transparent transparent #ebebeb;
}

body .htmega-menu-container .htmega-menu-area .sub-menu:after {
  border-color: transparent transparent #fff;
}

body .htmega-menu-container .htmega-menu-area .sub-menu:before {
  top: -13px;
  right: 14px;
}

body .htmega-menu-container .htmega-menu-area .sub-menu:after {
  top: -13px;
  right: 14px;
}

/* -------------------------------------------------------------------------- */
/*              8. Fondo para encabezados de elementor                       */
/* -------------------------------------------------------------------------- */
.gr-mark {
  background-color: transparent;
  background-image: url(assets/images/mark.svg#left), url(assets/images/mark.svg#inside), url(assets/images/mark.svg#right);
  background-repeat: no-repeat, no-repeat, no-repeat;
  margin: 0 -7.2px;
  padding: 4px 7.2px;
  background-size: auto 18px, calc(100% - 14.4px) 28px, auto 28px;
  background-position-x: 0px, 7.2px, 100%;
  background-position-y: 50%, 50%, 50%;
  position: relative;
}

/* -------------------------------------------------------------------------- */
/*              8. Estilos Plugin Chaty (Chat WhastApp)                       */
/* -------------------------------------------------------------------------- */
.chaty-whatsapp-body:before {
  background-image: url("assets/images/whatsapp.webp");
}

.chaty-whatsapp-button button {
  line-height: 1 !important;
  padding: 8px 16px 8px 16px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* -------------------------------------------------------------------------- */
/*              8. Estilos Breadcrumbs de Rankmath                            */
/* -------------------------------------------------------------------------- */
.rankmath-breadcrumbs .rank-math-breadcrumb {
  margin-left: 4px;
}
.rankmath-breadcrumbs .rank-math-breadcrumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1;
}
.rankmath-breadcrumbs .rank-math-breadcrumb p * {
  color: #fff;
}
.rankmath-breadcrumbs .rank-math-breadcrumb p .separator {
  font-size: 0;
  margin: 0 8px;
}
.rankmath-breadcrumbs .rank-math-breadcrumb p .separator::before {
  content: "\e00b";
  font-size: 10px;
}

/*--------------------------------------------------------------
    2. CSS para Interfase Wp
---------------------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                      8. Barra superior de usuario logeado                  */
/* -------------------------------------------------------------------------- */
#wp-admin-bar-my-account {
  display: none !important;
}

body.viewing-course-item #wp-admin-bar-edit {
  display: none !important;
}

body.viewing-course-item #wp-admin-bar-edit {
  display: none !important;
}

body.single-lp_course:not(.viewing-course-item) #wp-admin-bar-edit a,
body.single-lp_course:not(.viewing-course-item) #wp-admin-bar-edit a:before,
body.single-lp_course.viewing-course-item #wp-admin-bar-edit-lp_lesson a,
body.single-lp_course.viewing-course-item #wp-admin-bar-edit-lp_lesson a:before {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.single-lp_course.viewing-course-item #wp-admin-bar-edit-lp_lesson a:before {
  float: none;
  font-size: 14px;
  top: 1px !important;
}

body.single-lp_course:not(.viewing-course-item) #wp-admin-bar-edit a:hover,
body.single-lp_course:not(.viewing-course-item) #wp-admin-bar-edit a:hover:before,
body.single-lp_course.viewing-course-item #wp-admin-bar-edit-lp_lesson a:hover,
body.single-lp_course.viewing-course-item #wp-admin-bar-edit-lp_lesson a:hover:before {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  opacity: 1;
}

#user_switching_switch_on a {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 12px 16px;
  text-align: center;
  text-transform: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#user_switching_switch_on a:hover {
  background-color: var(--e-global-color-secondary);
  text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/*                               8. Plugin "Solid affiliate"                  */
/* -------------------------------------------------------------------------- */
li#toplevel_page_solid-affiliate-admin .dashicons-before img {
  width: 16px;
}

/*--------------------------------------------------------------
    2. CSS Widgets
---------------------------------------------------------------*/
/***************************************
2. Widget "Carrito" (ELEMENTOR)
***************************************/
#hfe-menu-cart__toggle_button .elementor-button-icon .eicon:before {
  content: "\e018";
  font-size: 22px;
}
#hfe-menu-cart__toggle_button .elementor-button-icon:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -10px;
  top: -10px;
  width: 18px;
  z-index: 1;
}

/***************************************
3. Widget "Inline Mega MEnu" (ELEMENTOR)
***************************************/
.htmega-menu-area ul.htmega-megamenu > li {
  margin-right: 0 !important;
}
.htmega-menu-area ul.htmega-megamenu > li a img.avatar {
  border-radius: 50%;
  margin-right: 4px;
}

/***************************************
3. Widget "Menu" (ELEMENTOR)
***************************************/
@media (min-width: 1024px) {
  .elementor-308 .elementor-element.elementor-element-42c97b3 {
    width: auto;
    max-width: inherit;
  }
  .elementor-308 .elementor-element.elementor-element-cc2ca2a.elementor-column.elementor-element[data-element_type=column] > .elementor-widget-wrap.elementor-element-populated {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hfe-nav-menu__toggle .hfe-nav-menu-icon {
  line-height: 0 !important;
  padding: 0 !important;
}
.hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
  line-height: 1;
  height: 38px !important;
  width: 38px !important;
  position: relative;
  top: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hfe-nav-menu__toggle:hover svg {
  fill: var(--e-global-color-primary) !important;
}

/***************************************
3. Widget "Chat Whatsapp"
***************************************/
.chaty-widget {
  z-index: 100;
}

/*--------------------------------------------------------------
	3. Páginas Generales
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	4. Comentarios
---------------------------------------------------------------*/
/*------------------------------
 5. ESTILOS COMENTARIOS  
 -------------------------------*/
#learn-press-item-comments {
  padding-top: 32px;
  padding-bottom: 0;
}

.learn-press-comments {
  width: 100%;
}

.comment-reply-title {
  border-bottom: 1px solid #cdd0d4;
  padding: 16px 0;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.comment-reply-title span {
  vertical-align: middle;
  margin-right: 6px;
}

.commentlist {
  list-style-type: none !important;
  margin: 0 0 0 -8px;
  padding: 0;
}
.commentlist ul {
  list-style-type: none !important;
  padding: 0;
}
.commentlist li.comment {
  padding: 0;
}
.commentlist .comment.ajaxComment {
  padding: 0;
  -webkit-animation: animationComment 0.3s;
          animation: animationComment 0.3s;
}
.commentlist .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commentlist .comment-body .comment-author {
  margin-right: 8px;
  margin-left: 8px;
}
.commentlist .comment-body .comment-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.commentlist .comment-body .comment-content {
  width: calc(100% - 56px);
}
.commentlist .comment-body .comment-content .comment-content-inner {
  width: 100%;
  background: #eff2f5;
  padding: 12px 16px 0;
  font-size: 15px;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.commentlist .comment-body .comment-content .comment-content-inner .comment-metadata .by-post-author {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  pointer-events: none;
}
.commentlist .comment-body .comment-content .footer-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 16px;
}
.commentlist .comment-body .comment-content .footer-comment a {
  display: inline-block;
  font-size: 13px;
  color: #65676b;
  font-weight: 600;
  margin: 0 8px;
}
.commentlist .comment-body .comment-content .footer-comment a:hover {
  text-decoration: underline;
}
.commentlist .comment-body .comment-content .footer-comment a span {
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
  display: inline-block;
}
.commentlist .comment-body .comment-content .footer-comment a span:first-letter {
  text-transform: uppercase;
}
.commentlist .comment-body .comment-content .footer-comment a:hover span {
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}
.commentlist .comment-body .comment-content .footer-comment .date-comment {
  margin-left: auto;
}
.commentlist .comment-body .comment-content .footer-comment .date-comment time {
  display: inline-block;
}
.commentlist .comment-body .comment-content .footer-comment .date-comment time:first-letter {
  text-transform: uppercase;
}
.commentlist .parentSelectedComment .comment-content .comment-content-inner {
  border: 1px solid var(--e-global-color-primary);
}
.commentlist .bypostauthor .comment-body .comment-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-primary);
}
.commentlist .bypostauthor .comment-body .comment-content .comment-content-inner {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--e-global-color-primary);
}
.commentlist .bypostauthor .comment-body .comment-content .comment-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-primary);
  opacity: 0.1;
}
.commentlist .bypostauthor .comment-body .comment-content .comment-content-inner * {
  position: relative;
}
.commentlist .children {
  position: relative;
  margin-left: 56px;
}
.commentlist .children:before {
  content: "";
  width: 1px;
  position: absolute;
  border-left: 1px dotted #d3d6db;
  left: 0;
  top: 0;
  bottom: 30px;
}
.commentlist .children .children {
  margin-left: 46px;
}

/*--------------------------
Formulario de comentarios
---------------------------*/
#commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#commentform .logged-in-as {
  display: none;
}
#commentform #author,
#commentform #email,
#commentform #comment {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cdd0d4;
  padding: 8px 16px;
  font-size: 15px;
  color: #424242;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: transparent;
}
#commentform #author::-webkit-input-placeholder, #commentform #email::-webkit-input-placeholder, #commentform #comment::-webkit-input-placeholder {
  color: #cdd0d4;
}
#commentform #author::-moz-placeholder, #commentform #email::-moz-placeholder, #commentform #comment::-moz-placeholder {
  color: #cdd0d4;
}
#commentform #author:-ms-input-placeholder, #commentform #email:-ms-input-placeholder, #commentform #comment:-ms-input-placeholder {
  color: #cdd0d4;
}
#commentform #author::-ms-input-placeholder, #commentform #email::-ms-input-placeholder, #commentform #comment::-ms-input-placeholder {
  color: #cdd0d4;
}
#commentform #author::placeholder,
#commentform #email::placeholder,
#commentform #comment::placeholder {
  color: #cdd0d4;
}
#commentform #author:focus,
#commentform #email:focus,
#commentform #comment:focus {
  border: 1px solid var(--e-global-color-primary);
}
#commentform .comment-form-author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 12px;
  margin-left: 49px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#commentform .comment-form-email {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#commentform .comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#commentform .comment-form-comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
#commentform .comment-form-comment #comment {
  width: calc(100% - 49px);
}
#commentform .form-submit {
  text-align: right;
  margin: 16px 0 16px 8px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#commentform .form-submit #submit {
  padding: 10px 18px;
  height: auto;
  font-size: 14px;
}
#commentform #cancel-comment-reply-link {
  display: inline-block;
  font-size: 13px;
  color: #65676b;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 8px;
  margin: -8px 0 0 12px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/*--------------------------
Formulario responder comentarios
---------------------------*/
.comment-respond .comment-reply-title {
  display: none;
}
.comment-respond .must-log-in {
  display: none;
}

/*--------------------------
Validación de comentarios
---------------------------*/
#commentform #author.error-validate,
#commentform #email.error-validate,
#commentform #comment.error-validate {
  border: 1px solid #ff3f39;
}

.logged-out #commentform .comment-form-comment img {
  position: relative;
  top: -58px;
}
.logged-out .commentlist .comment-body .comment-content .footer-comment a.comment-reply-login {
  display: none;
  pointer-events: none;
}

@media (max-width: 768px) {
  .commentlist .bypostauthor .comment-body .comment-content .comment-content-inner {
    font-size: 14px;
  }
  #commentform .comment-form-comment textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  #commentform .comment-form-comment textarea::-moz-placeholder {
    font-size: 14px;
  }
  #commentform .comment-form-comment textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  #commentform .comment-form-comment textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  #commentform .comment-form-comment textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .logged-out #commentform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logged-out #commentform .comment-form-author,
  .logged-out #commentform .comment-form-email {
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
    text-align: right;
  }
  .logged-out #commentform #author,
  .logged-out #commentform #email,
  .logged-out #commentform #comment {
    width: calc(100% - 49px);
  }
  .logged-out #commentform .form-submit {
    text-align: right;
    margin: 16px 0 16px auto;
  }
  .logged-out #commentform .comment-form-comment img {
    position: relative;
    top: -116px;
  }
}
/*--------------------------------------------------------------
	5.1. Página Cursos
---------------------------------------------------------------*/
/* ---------------------------------
PAGINA CURSOS
------------------------------------ */
.post-type-archive-lp_course .lp-archive-courses {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(10%, transparent));
  background: linear-gradient(180deg, #eeeeee 0%, transparent 10%);
  padding-top: 32px;
}
.post-type-archive-lp_course .lp-archive-courses .learn-press-courses-header h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
}
.post-type-archive-lp_course .lp-archive-courses .learn-press-courses .course {
  margin: 16px 0;
}
.post-type-archive-lp_course .lp-archive-course-skeleton {
  border-radius: 5px;
}

.lp-archive-courses .lp-content-area {
  max-width: 1320px;
  padding: 10px;
}
.lp-archive-courses .lp-courses-bar .search-courses {
  margin-right: 0;
}
.lp-archive-courses .lp-courses-bar .search-courses input[type=text] {
  width: 100%;
  height: 44px;
  padding: 6px 32px 6px 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}
.lp-archive-courses .lp-courses-bar .switch-layout {
  display: none;
}
.lp-archive-courses .lp-courses-bar .switch-layout .switch-btn.list {
  margin-left: 6px;
}
.lp-archive-courses .lp-courses-bar .switch-layout .switch-btn {
  background: #f0f0f0;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lp-archive-courses .lp-courses-bar .switch-layout .switch-btn:before {
  font-size: 22px;
  font-weight: lighter;
  display: inline-block;
}
.lp-archive-courses .lp-courses-bar .switch-layout .switch-btn.grid:before {
  content: "\e01d";
}
.lp-archive-courses .lp-courses-bar .switch-layout .switch-btn.list:before {
  content: "\e02d";
}
.lp-archive-courses .lp-courses-bar input[type=radio]:checked + .switch-btn {
  background: var(--e-global-color-primary) !important;
}
.lp-archive-courses .lp-courses-bar input[type=radio]:checked + .switch-btn:before {
  color: #eef2f5;
}

.archive .lp-archive-courses {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(10%, transparent));
  background: linear-gradient(180deg, #eeeeee 0%, transparent 10%);
  padding-top: 32px;
} /*--------------------------------------------------------------
	5.2. Página Curso individual
---------------------------------------------------------------*/
/* ---------------------------------
Pagina cursos detalles
------------------------------------ */
body.learnpress-page,
body.learnpress-page #main-content {
  background: white;
  font-weight: inherit;
}

body.single-lp_course:not(.viewing-course-item) .lp-archive-courses {
  margin-bottom: 16px;
}

#encabezadoCurso {
  background: var(--e-global-color-secondary);
  color: white;
  padding: 38px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#encabezadoCurso .encabezadoCurso-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0.5;
}
#encabezadoCurso > div[class^=container-] {
  position: relative;
}
#encabezadoCurso #metaEncabezado {
  font-weight: 300;
}
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb {
  margin: 0 0 18px 0;
}
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb li span,
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb li i {
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-weight: 300;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb li i {
  font-size: 10px;
  font-weight: 900;
  margin: 0 8px;
}
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb li:last-of-type, #encabezadoCurso #metaEncabezado .learn-press-breadcrumb li.breadcrumb-delimiter:nth-last-of-type(2) {
  display: none;
}
#encabezadoCurso #metaEncabezado .course-thumbnail {
  margin: 28px 0;
}
#encabezadoCurso #metaEncabezado .course-thumbnail .accesoIlimitado {
  left: -9px;
  top: -10px;
}
#encabezadoCurso #metaEncabezado .course-thumbnail .accesoIlimitado:before, #encabezadoCurso #metaEncabezado .course-thumbnail .accesoIlimitado:after {
  border: 5px solid #ce1204;
}
#encabezadoCurso #metaEncabezado .course-students {
  line-height: 1;
  /*  > * {      

      border: 1px solid red;
  } */
  font-size: 14px;
}
#encabezadoCurso #metaEncabezado .course-students a {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  text-decoration: underline;
  text-decoration-thickness: 0.7px;
  text-underline-offset: 4px;
}
#encabezadoCurso #metaEncabezado .course-students a:hover {
  text-decoration: none;
}
#encabezadoCurso #metaEncabezado .course-students .promedio-reviews {
  color: #ffb60a;
}
#encabezadoCurso #metaEncabezado .course-students .meta-item-review {
  display: inline-block;
  /*  .average-value,
                 .review-stars-rated {
                     .review-stars {
                         padding-left: 0;
                     }
                 }

                 .review-stars-rated {
                     margin-bottom: 0;
                 }
  */
}
#encabezadoCurso #metaEncabezado .course-students .meta-item-review label {
  display: none;
}
#encabezadoCurso #metaEncabezado .course-students .meta-item-review .review-stars-rated {
  margin: 0;
}
#encabezadoCurso #metaEncabezado .course-students .meta-item-review .review-stars-rated svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}
#encabezadoCurso #metaEncabezado .course-students .meta-item-review .verComentarios {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}
#encabezadoCurso #metaEncabezado .course-title {
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0;
  padding: 0;
  border-bottom: 0;
}
#encabezadoCurso #metaEncabezado .subTitleCourse {
  font-size: 18px;
  font-weight: 300;
  margin: 12px 0;
  line-height: 1.3;
}
#encabezadoCurso #metaEncabezado .course-details ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#encabezadoCurso #metaEncabezado .course-details ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
#encabezadoCurso #metaEncabezado .course-details ul li .label {
  padding: 0 5px;
}
#encabezadoCurso #metaEncabezado .course-details ul li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  margin-right: 8px;
}
#encabezadoCurso #metaEncabezado .course-details ul li a {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  text-decoration: underline;
  text-decoration-thickness: 0.7px;
  text-underline-offset: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#encabezadoCurso #metaEncabezado .course-details ul li a.hiddenFreeLessonLink {
  display: none;
}
#encabezadoCurso #metaEncabezado .course-details ul li a:hover {
  text-decoration: none;
}

#contentCourse {
  /*******************************
   BLOQUE EXTRAS (Estilo general)
   ******************************/
  /*****************************************
   BLOQUE EXTRAS:REQUISITOS
   *****************************************/
  /*****************************************
   BLOQUE EXTRAS: PARA QUIEN ES ESTE CURSO
   ******************************************/
  /* -------------------------------------------------------------------------- */
  /*                     CONTENIDO DE SECCIONES (Lecciones)                     */
  /* -------------------------------------------------------------------------- */
  /*-----------------------------
  Bloque Descripcion del curso
  -----------------------------*/
  /*-----------------------------
  Bloque Requisitos del curso
  -----------------------------*/
  /*-----------------------------
  Bloque Cursos relacionados
  -----------------------------*/
  /*-----------------------------
  Bloque Opiniones del curso
  -----------------------------*/
}
#contentCourse .temarioCurso {
  position: relative;
  z-index: 5;
  margin: 24px 0;
}
#contentCourse .temarioCurso > .h3 {
  margin: 0 0 24px 0;
}
#contentCourse .course-extras {
  background: #f7f7f7;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 1px white inset;
          box-shadow: 0 1px white inset;
  margin: 24px 0;
  padding: 24px;
  padding-bottom: 12px;
  position: relative;
}
#contentCourse .course-extras h4 {
  margin: 0 0 16px 0;
}
#contentCourse .course-extras .course-extras__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#contentCourse .course-extras .course-extras__content ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 0 12px 12px 0;
  width: 50%;
}
#contentCourse .course-extras .course-extras__content ul li:before {
  content: "}";
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
#contentCourse .requirements .course-extras__content ul li:before {
  content: ">";
}
#contentCourse .target-audiences .course-extras__content ul li:before {
  content: "@";
}
#contentCourse .course-curriculum ul.curriculum-sections {
  background: #fff;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#contentCourse .course-curriculum ul.curriculum-sections .section {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#contentCourse .course-curriculum .section-header {
  background: #efefef;
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0px 1px rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
}
#contentCourse .course-curriculum .section-header .section-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 8px 20px 20px;
}
#contentCourse .course-curriculum .section-header .section-left .section-title {
  border: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: initial;
}
#contentCourse .course-curriculum .section-header .section-left .section-title .section-desc {
  color: inherit;
  font-style: normal;
  font-weight: 300;
}
#contentCourse .course-curriculum .section-header .section-left .section-toggle {
  margin-left: auto;
}
#contentCourse .course-curriculum .curriculum-sections > li:last-child .section-content li:last-child {
  border-bottom: none;
}
#contentCourse .course-curriculum .curriculum-sections > li.closed:last-child .section-header {
  border-bottom: none;
}
#contentCourse .course-curriculum .section-header .section-meta {
  display: none;
}
#contentCourse .course-curriculum .section-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentCourse .course-curriculum .course-item {
  background: inherit;
  border-bottom: 1px solid #c9c9c9;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  -webkit-transition: padding-left linear 0.15s;
  transition: padding-left linear 0.15s;
}
#contentCourse .course-curriculum .course-item a .course-item-meta .course-item-status:before {
  content: "}";
}
#contentCourse .course-curriculum .course-item a .course-item-meta span.item-meta.duration:before {
  content: none;
}
#contentCourse .course-curriculum .course-item.item-preview a .course-item-meta .course-item-preview:before {
  font-size: 12px;
  line-height: 1.8;
}
#contentCourse .course-curriculum .course-item.item-locked a {
  pointer-events: none;
}
#contentCourse .course-curriculum .course-item.item-locked a:before, #contentCourse .course-curriculum .course-item.item-locked a .item-name {
  opacity: 0.5;
}
#contentCourse .course-curriculum .course-item.item-locked a .course-item-meta .item-meta:before {
  color: #969fa8;
  content: "\e001";
}
#contentCourse .course-curriculum .course-item.passed a .course-item-meta .course-item-status:before {
  content: "}";
}
#contentCourse .course-curriculum .course-item.course-item-lp_quiz a .course-item-meta .count-questions {
  background: var(--e-global-color-primary);
  color: white;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 3px;
  line-height: 23px;
}
#contentCourse .course-curriculum .course-item.course-item-lp_quiz a .course-item-meta .count-questions:before {
  content: none;
}
#contentCourse .course-curriculum .course-item.course-item-lp_lesson .section-item-link::before {
  color: inherit;
  content: "\\";
  top: 1px;
  width: 16px;
}
#contentCourse .course-curriculum .course-item.course-item-lp_quiz .section-item-link::before {
  color: inherit;
  content: "\e02c";
  top: 1px;
  width: 16px;
}
#contentCourse .course-curriculum .course-item .section-item-link .icon-materials {
  display: none;
}
#contentCourse .course-curriculum .section .section-toggle .fa-caret-up {
  display: none;
}
#contentCourse .course-curriculum .section .section-toggle .fa-caret-down {
  display: block;
  font-size: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#contentCourse .course-curriculum .section.closed .section-toggle .fa-caret-down {
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#contentCourse .course-curriculum .course-item .item-name {
  font-weight: initial;
}
#contentCourse .course-curriculum .course-item .section-item-link {
  padding-right: 0;
}
#contentCourse .course-curriculum .section-content .course-item-meta .item-meta {
  padding-right: 0;
}
#contentCourse .course-curriculum ul.curriculum-sections .item-meta.duration {
  background: transparent;
  color: #969fa8;
  font-size: 13px;
}
#contentCourse .descripcionCurso .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
#contentCourse .cursoRequerimientos .course-extras ul li .itemExtras:before {
  content: "2";
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
#contentCourse #block-course-related .courses-related-learn-press {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#contentCourse #block-course-related .courses-related-learn-press .trailerCurso img {
  width: 70px;
}
#contentCourse #block-course-related .courses-related-learn-press .course-title {
  font-size: 16px;
  color: #333;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
}
#contentCourse #block-course-related .courses-related-learn-press .course-title:hover {
  color: var(--e-global-color-primary);
}
#contentCourse #block-course-related .courses-related-learn-press .meta-item-review,
#contentCourse #block-course-related .courses-related-learn-press .promedio-reviews,
#contentCourse #block-course-related .courses-related-learn-press .meta-item-duration {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: text-top;
  line-height: 1;
  min-height: 18px;
}
#contentCourse #block-course-related .courses-related-learn-press .review-stars-rated {
  margin-bottom: 0;
}
#contentCourse #block-course-related .courses-related-learn-press .promedio-reviews {
  font-weight: bold;
}
#contentCourse #block-course-related .courses-related-learn-press .meta-item-duration::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #212529;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 4px 0 2px;
}
#contentCourse #block-course-related .courses-related-learn-press .meta-item-review label {
  display: none;
}
#contentCourse #block-course-related .courses-related-learn-press .course-number-students {
  font-size: 15px;
}
#contentCourse #block-course-related .courses-related-learn-press .course-number-students .icon {
  padding-right: 4px;
  vertical-align: middle;
}
#contentCourse #block-course-related .courses-related-learn-press .course-related-price .free {
  font-weight: bold;
  color: var(--e-global-color-primary);
}
#contentCourse #block-course-related .courses-related-learn-press .course-related-price .origin-price {
  display: none;
}
#contentCourse #block-course-related .courses-related-learn-press .course-related-price .price,
#contentCourse #block-course-related .courses-related-learn-press .course-related-price .course-price {
  font-size: 16px;
  font-weight: bold;
}
#contentCourse .course-review {
  display: block;
}
#contentCourse .valoracionesCurso .headerReview {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
#contentCourse .valoracionesCurso .headerReview h3 {
  font-weight: bold;
  margin: 0;
}
#contentCourse .valoracionesCurso .learnpress-course-review .write-a-review {
  display: none;
}
#contentCourse .valoracionesCurso #course-reviews .course-review-head {
  display: none;
}
#contentCourse .valoracionesCurso .course-rate {
  margin: 0 0 24px 0;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__summary-text span {
  display: none;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value {
  margin: 0 30px 0 10px;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
  background: #d1d7dc;
  height: 20px;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value .rating {
  height: 20px;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value .rating-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d1d7dc;
  border-radius: 3px;
  color: #6a6f73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  right: -30px;
  top: 6px;
  width: 20px;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-star {
  color: #ffb607;
}
#contentCourse .valoracionesCurso .course-reviews-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#contentCourse .valoracionesCurso .course-reviews-list li {
  background: transparent;
  border: 0;
  border-top: 1px solid #c9c9c9;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 24px 0;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author {
  border-radius: 50%;
  float: left;
  height: 48px;
  margin-right: 24px;
  overflow: hidden;
  width: 48px;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info {
  overflow: hidden;
  float: none;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .review-stars-rated {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .review-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .user-name {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-text {
  float: none;
  font-size: 15px;
  margin-left: 72px;
  width: auto;
}
#contentCourse .valoracionesCurso #course-review-load-more {
  background: white;
  border: 1px solid #212121;
  border-radius: 3px;
  color: #050505;
  display: block !important;
  margin-bottom: 24px;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%;
  text-transform: initial;
  /*  &[style*="none"] {
          opacity: 0.4;
          pointer-events: none;
      } */
  /*             & > ul > li.loading {
      background-color: transparent;
      border: 0;
      display: none;
      font-size: 0;
      list-style: none;
      margin-bottom: 0;
      overflow: hidden;
      padding: 10px;
      text-align: center;
  }
  & > ul > li.loading:before {
      animation: agregando 2s linear infinite;
      content: "\5a";
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
  } */
}
#contentCourse .valoracionesCurso #course-review-load-more:hover {
  background: #e6e6e6;
}

#course-review.submitting .form-overlay-review {
  background: #fff;
  opacity: 0.85;
  z-index: 9;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#course-review.submitting .ajaxload {
  content: "";
  z-index: 10;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  position: absolute;
}
#course-review.submitting .ajaxload::after {
  content: "\e01a";
  border-radius: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  -webkit-animation: agregando 1.5s linear infinite;
          animation: agregando 1.5s linear infinite;
  font-size: 24px;
}

/* .review-overlay, */
.course-review-wrapper {
  background-color: rgba(22, 28, 45, 0.9);
  /* z-index: 100; */
  /*  &.active {
      display: none;
  } */
}

/* .course-review-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #161c2d;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
.review-form {
  border-radius: 5px;
  margin-top: 0;
  max-width: 800px;
  width: 94%;
  padding: 24px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
}
.review-form form {
  position: relative;
}
.review-form h3 {
  font-size: 24px;
  margin: 0 0 24px 0;
}
.review-form a.close {
  position: absolute;
  right: -10px;
  top: -10px;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  font-size: 0;
  border: none;
  padding: 0;
  color: #050505;
  background: #e4e6eb;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.review-form a.close :before {
  content: "\e004";
}
.review-form a.close:hover {
  opacity: 1;
}
.review-form .review-fields {
  list-style: none;
  margin: 0 0;
  padding: 0;
}
.review-form .review-fields input[name=review_title],
.review-form .review-fields textarea[name=review_content] {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.review-form .review-fields input[name=review_title]:focus,
.review-form .review-fields textarea[name=review_content]:focus {
  border-color: var(--e-global-color-primary);
}
.review-form .review-fields textarea[name=review_content] {
  min-height: 80px;
}
.review-form .review-fields .review-stars {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-form .review-fields .review-stars > li {
  margin: 0 2px;
}
.review-form .review-fields .review-stars > li span {
  opacity: 0.9;
  display: block;
}
.review-form .review-fields .review-stars > li span:before {
  color: #ffb606;
  content: "x";
  font-size: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.review-form .review-fields .review-stars > li span.hover {
  opacity: 1;
}
.review-form .review-fields .review-stars > li span.hover:before {
  content: "m" !important;
}
.review-form .review-fields .review-actions .submit-review {
  display: inline-block;
  width: auto;
}
.review-form .review-fields .review-actions .submit-review:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.review-form .review-fields .review-actions button.close {
  display: none;
}

/*-----------------------------
    Bloque Barra Lateral
 -----------------------------*/
.course-thumbnail-preview {
  margin: -20px -20px 20px;
  position: relative;
}
.course-thumbnail-preview .media-intro {
  border: 0;
  padding: 0;
}
.course-thumbnail-preview .accesoIlimitado {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -14px;
  overflow: hidden;
  position: absolute;
  top: -15px;
  width: 100px;
  z-index: 4;
}
.course-thumbnail-preview .accesoIlimitado span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: accesoIlimitado 3s linear infinite;
          animation: accesoIlimitado 3s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#ff633e), color-stop(50%, #d00a24), color-stop(50%, #d00a24), to(#ff633e));
  background: linear-gradient(to right, #ff633e 0%, #d00a24 50%, #d00a24 50%, #ff633e 100%);
  background-position: right center;
  background-size: 200% 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-top: -20px;
  padding: 0px 0;
  position: absolute;
  text-align: center;
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 200%;
}
.course-thumbnail-preview .accesoIlimitado::before, .course-thumbnail-preview .accesoIlimitado::after {
  border: 7px solid #ce1204;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 3px;
  top: 0px;
  width: 0;
  z-index: -1;
}
.course-thumbnail-preview .accesoIlimitado::after {
  bottom: 3px;
  left: -1px;
  top: auto;
}
.course-thumbnail-preview .trailerCurso {
  position: relative;
}
.course-thumbnail-preview .trailerCurso img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.course-thumbnail-preview .trailerCurso:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgb(0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.course-thumbnail-preview .trailerCurso .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: dalePlay 5s infinite;
          animation: dalePlay 5s infinite;
  background: radial-gradient(var(--e-global-color-primary), var(--e-global-color-primary));
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 0;
  line-height: 0;
  opacity: 0.92;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70px;
  z-index: 3;
  zoom: 1;
}
.course-thumbnail-preview .trailerCurso .icon:before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 18px 0 18px 30px;
  content: "";
  height: auto;
  left: 2px;
  position: relative;
}
.course-thumbnail-preview .trailerCurso:hover:before {
  opacity: 0.4;
}
.course-thumbnail-preview .trailerCurso:hover .icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.course-thumbnail-preview .trailerCurso.conVistaPrevia {
  cursor: pointer;
}

#barCourse {
  color: initial;
  height: 200px;
  /*  Boton agregar Agregar carro */
  /*  Boton Ver carro */
  /*  Boton Continuar */
  /* Boton Comprar membresia */
  /*  Tiempos del usuario */
  /*  Progreso del estudiante */
  /* Boton descargar Certificado */
  /*  Boton Retomar curso */
  /*  Boton Finalizar curso */
  /*  Boton Enrolar */
  /* -------------------------------------------------------------------------- */
  /*                 Bloque  Coming Soom (Contador en el curso)                 */
  /* -------------------------------------------------------------------------- */
}
#barCourse .containerBarCourse {
  background: white;
  border: 1px solid #c9c9c9;
  margin-top: 18px;
}
#barCourse .containerBarCourse .course-sidebar-top {
  padding: 20px;
  padding-bottom: 0;
}
#barCourse .descargar-brochure {
  display: block;
  margin: 16px 0;
}
#barCourse .descargar-brochure .sizeBrochure {
  font-size: 12px;
  padding-left: 4px;
  opacity: 0.8;
}
#barCourse .course-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding-top: 0;
}
#barCourse .course-price .origin-price {
  margin-right: 0;
  text-decoration: none;
  font-style: normal;
  color: #949494;
  font-size: 15px;
  margin-left: 6px;
  text-decoration: line-through;
  font-weight: 500;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#barCourse .course-price .price {
  color: #1c1d1f;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
}
#barCourse .course-price .free {
  color: var(--e-global-color-primary);
  font-size: 48px;
  font-weight: bold;
}
#barCourse .curso-oferta-termina {
  margin-top: -18px;
}
#barCourse .curso-oferta-termina .hurrytimer-campaign {
  padding-top: 0;
}
#barCourse .curso-oferta-termina .hurrytimer-campaign .icon-alarma {
  -webkit-animation: alertaOferta 2s infinite;
          animation: alertaOferta 2s infinite;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
#barCourse .lp-course-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 16px;
  -webkit-animation: animationContainerButtom 0.5s;
          animation: animationContainerButtom 0.5s;
}
#barCourse .wrap-btn-add-course-to-cart {
  margin: 0;
  width: calc(100% - 63px);
  position: static;
}
#barCourse .wrap-btn-add-course-to-cart .btn-add-course-to-cart:before {
  content: ",";
}
#barCourse .btn-lp-course-view-cart:before {
  content: ".";
  font-size: 18px;
}
#barCourse .btn-lp-course-view-cart .lp-button {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
#barCourse .btn-lp-course-view-cart .lp-button:before {
  content: none;
}
#barCourse .continue-course {
  display: block !important;
  margin: 0;
  width: 100%;
}
#barCourse .continue-course .lp-button:before {
  content: "%";
  font-size: 12px;
}
#barCourse .learn-press-pmpro-buy-membership {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  margin: 12px 0;
  text-align: center;
}
#barCourse .learn-press-pmpro-buy-membership a.lp-button {
  background: transparent;
  border: 0;
  border-radius: 2px;
  color: #1c1d1f;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  display: block;
  border: 1px solid #111111;
  padding: 0;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
}
#barCourse .learn-press-pmpro-buy-membership a.lp-button:hover {
  background: #f5f5f5;
}
#barCourse .course-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  margin: 32px 0 0 0;
  padding-left: 0;
}
#barCourse .course-time .course-time-row:first-child {
  margin: 0;
  padding-top: 0;
}
#barCourse .course-time .course-time-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e7e7ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 12px 0;
}
#barCourse .course-time .course-time-row > strong {
  font-weight: 500;
}
#barCourse .course-time .course-time-row > strong:before {
  color: #949da6;
  content: "@";
  font-size: 16px;
  margin-right: 10px;
  top: -1px;
}
#barCourse .course-time .course-time-row:nth-child(2) > strong:before {
  content: "?";
}
#barCourse .course-time .course-time-row time {
  color: #949da6;
  font-weight: 300;
  text-transform: capitalize;
}
#barCourse .course-time .course-time-row:nth-child(2) {
  /*   display: none; */
}
#barCourse .course-results-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  margin: 0 0 16px 0;
  padding-left: 0;
  /* .course-time-row:first-child {
      margin: 0;
      padding-top: 0;
  } */
}
#barCourse .course-results-progress > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e7e7ec;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
#barCourse .course-results-progress > div h4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin: 0;
}
#barCourse .course-results-progress > div h4:before {
  color: #949da6;
  font-size: 16px;
  margin-right: 10px;
  top: 0;
}
#barCourse .course-results-progress > div span {
  color: #949da6;
  font-weight: 300;
  text-transform: capitalize;
}
#barCourse .course-results-progress > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#barCourse .course-results-progress .items-progress h4:before {
  content: "\\";
}
#barCourse .course-results-progress .course-progress h4:before {
  content: "^";
}
#barCourse .course-results-progress .course-progress .learn-press-progress {
  margin: 20px 0 12px;
  width: 100%;
}
#barCourse .course-results-progress .course-progress .learn-press-progress .lp-passing-conditional {
  display: none;
}
#barCourse form[name=certificate-form-button] {
  display: block;
  width: 100%;
}
#barCourse form[name=certificate-form-button] .lp-button:before {
  content: "\e008";
}
#barCourse .course-graduation.learn-press-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#barCourse .course-graduation.learn-press-message i {
  font-size: 16px;
}
#barCourse .course-graduation.learn-press-message span {
  color: #079600;
}
#barCourse .lp-form-retake-course {
  display: block;
  margin: 16px 0 0;
  width: 100%;
}
#barCourse .lp-form-retake-course .lp-button {
  background: #ffffff;
  border: 1px solid #111111;
  color: #1c1d1f;
  display: block;
  font-weight: 500;
  margin: 0;
}
#barCourse .lp-course-buttons.exist-certi-retake {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#barCourse .lp-course-buttons.exist-certi-retake form[name=certificate-form-button] {
  width: calc(100% - 63px);
}
#barCourse .lp-course-buttons.exist-certi-retake .lp-form-retake-course {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#barCourse .lp-course-buttons.exist-certi-retake .learn-press-pmpro-buy-membership {
  display: none;
}
#barCourse .lp-form-retake-course .lp-ajax-message {
  margin: 0;
  border: none;
}
#barCourse .lp-form-retake-course .lp-ajax-message.error {
  margin: 16px 0 0 0;
}
#barCourse button.course-wishlist {
  background: #e4e6eb;
  border: 0;
  color: #050505;
  font-size: 0;
  line-height: 1.5;
  margin: 0;
  margin-left: 8px;
  padding: 0 16px;
  text-transform: initial;
  width: 55px;
  position: relative;
}
#barCourse button.course-wishlist:before {
  content: "'";
  display: block;
  font-size: 20px;
}
#barCourse button.course-wishlist:hover {
  opacity: 0.8;
}
#barCourse button.course-wishlist.on:before {
  color: #111111;
  content: "r";
}
#barCourse button.course-wishlist.ajaxload_wishlist:before {
  /*  animation: agregando 1.5s linear infinite;
  color: #050505;
  content: "\e01a";
  font-size: 18px; */
}
#barCourse .asideCourseComingSoon button.course-wishlist {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 16px 24px;
  width: 100%;
  height: 48px;
}
#barCourse .asideCourseComingSoon button.course-wishlist:before {
  font-size: 15px;
  margin-right: 4px;
}
#barCourse .form-button-finish-course {
  display: block;
  margin: 16px 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#barCourse .form-button-finish-course .lp-button {
  background: #e3e6ea;
  border: none;
  color: inherit;
  display: block;
  font-weight: 500;
  margin: 0;
  padding: 16px;
  width: 100%;
}
#barCourse .form-button-finish-course .lp-button:hover {
  background: #d8dade;
}
#barCourse .enroll-course {
  display: block;
  margin: 0;
  width: 100%;
}
#barCourse .learn-press-coming-soon-course-message {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#barCourse .learnpress-course-coming-soon .counter-block {
  margin-right: 8px;
}
#barCourse .learnpress-course-coming-soon .counter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}
#barCourse .learnpress-course-coming-soon .counter-block:last-child {
  margin-right: 0;
}
#barCourse .learnpress-course-coming-soon .counter-block .counter {
  width: 88px;
}
#barCourse .learnpress-course-coming-soon .counter-block .counter.with-hundreds {
  width: 100px;
}
#barCourse .learnpress-course-coming-soon .counter-block .counter .number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--e-global-color-primary);
  font-weight: 500;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-family: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  z-index: 2;
}
#barCourse .learnpress-course-coming-soon .counter-block .counter-caption {
  text-transform: uppercase;
  position: relative;
  left: -2px;
  top: 4px;
  font-size: 14px;
}
#barCourse .curso-incluye ul {
  line-height: 32px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#barCourse .curso-incluye ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#barCourse .curso-incluye ul li:before {
  display: inline-block;
  content: "\e00b";
  margin-right: 6px;
  font-size: 10px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#barCourse .curso-incluye ul li:hover:before {
  left: 3px;
}
#barCourse .curso-incluye img.certi-no-espacio {
  margin: 0 -20px -1rem;
  max-width: initial;
  width: calc(100% + 40px);
}

/*----------------------------------------------
   2. CAMBIOS DEL DISEÑO SEGUN ESTADO DEL ESTUDIANTE:
   // Finalizó el curso, esta inscrito, etc.

 ----------------------------------------------*/
.logged-out #barCourse .wrap-btn-add-course-to-cart,
.learnpress-wishlist-not-activate #barCourse .wrap-btn-add-course-to-cart {
  width: 100%;
}

.user-enrolled-in-this-course #barCourse .wrap-btn-add-course-to-cart {
  display: none;
}

.user-enrolled-in-this-course #barCourse .course-price {
  display: none;
}

.user-enrolled-in-this-course #barCourse .curso-oferta-termina,
.course-is-free #barCourse .curso-oferta-termina {
  display: none;
}

.user-passed-this-course #barCourse button.course-wishlist {
  display: none;
}

.user-enrolled-in-this-course #barCourse .lp-course-buttons form[name=continue-course] {
  width: calc(100% - 65px);
}

.user-enrolled-in-this-course.learnpress-wishlist-not-activate #barCourse .lp-course-buttons form[name=continue-course] {
  width: 100%;
}

/*--------------------------------------
    Ventana Modal para clases gratuitas
 -------------------------------------*/
body.single-lp_course .page-title-wrapper .course-review label {
  display: none;
}

body.single-lp_course .page-title-wrapper .course-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single-lp_course .page-title-wrapper .course-author .author-contain label {
  font-weight: normal;
  margin: 0;
  padding-right: 0.5rem;
}

.page-title-wrapper .add-review .review-stars-rated,
.page-title-wrapper .rating-box .review-stars-rated,
.page-title-wrapper .course-review .review-stars-rated {
  top: 5px;
}

/*****************************************
 Descarga Certificado en pagina de curso 
 ****************************************/
#certificate-popup {
  /* Botón Cerrar certificado */
}
#certificate-popup li.fa-spinner {
  display: none;
}
#certificate-popup.ready {
  background: transparent;
  cursor: pointer;
}
#certificate-popup.ready:before {
  background: #161c2d;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  opacity: 0.9;
  overflow: auto;
  padding: 35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#certificate-popup .certificate {
  background: white;
  border-radius: 5px;
  cursor: default;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  padding: 64px 0 0;
  pointer-events: all;
  position: relative;
  z-index: 110;
}
#certificate-popup .certificate img {
  position: relative;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  width: 100%;
}
#certificate-popup .certificate-actions {
  margin: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#certificate-popup .certificate-actions li {
  background: transparent;
  border: transparent;
  display: inline-block;
  margin-right: 0;
  max-width: 900px;
  padding: 0;
}
#certificate-popup .certificate-actions li.fa-spinner {
  display: none;
}
#certificate-popup .certificate-actions li.share-social-cert:last-child {
  margin-right: auto;
}
#certificate-popup .certificate-actions li.share-social-cert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  padding: 0 16px 0 0;
  padding-top: 0;
  width: auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#certificate-popup .certificate-actions li.share-social-cert a {
  height: 30px;
  width: 30px;
  color: #fff;
}
#certificate-popup .certificate-actions li.download[data-type-download=pdf] a:before {
  content: "w";
}
#certificate-popup .certificate-actions li.download[data-type-download=image] a:before {
  content: "A";
}
#certificate-popup .certificate-actions li.download a {
  background-image: none;
  min-width: 240px;
}
#certificate-popup.ready .close-popup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.65;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 1;
  color: #050505;
  background: #e4e6eb;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#certificate-popup.ready .close-popup:hover {
  opacity: 1;
}
#certificate-popup.ready .close-popup:after {
  content: "\e004";
  font-size: 16px;
  line-height: 1;
  position: relative;
}
#certificate-popup.ready .close-popup:before {
  content: none;
}
#certificate-popup.ready .close-popup:hover:after {
  color: inherit;
}

.course-item .course-thumbnail .course-wishlist-box .fa:before {
  content: "Q";
  font-size: 1.5rem;
}

/***************************************
Medias Queries Generales
**************************************/
@media (max-width: 1400px) {
  #barCourse .learnpress-course-coming-soon .counter-block .counter {
    width: 72px;
    height: 40px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter .number {
    font-size: 24px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter-caption {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  #barCourse .learnpress-course-coming-soon .counter-block {
    margin-right: 6px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter {
    width: 60px;
    height: 30px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter .number {
    font-size: 20px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter-caption {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #encabezadoCurso {
    padding-bottom: 0;
  }
  #encabezadoCurso #metaEncabezado .course-title {
    font-size: 34px;
    margin: 12px 0;
  }
  #encabezadoCurso #metaEncabezado .subTitleCourse {
    font-size: 16px;
  }
  #encabezadoCurso #metaEncabezado .lp-social-share {
    margin: 18px 0;
  }
  #barCourse {
    height: auto;
    background: #ffffff;
  }
  #barCourse .containerBarCourse {
    background: transparent;
    border: none;
    margin-top: 0;
  }
  #barCourse .containerBarCourse .course-sidebar-top {
    padding: 16px 0;
  }
  #barCourse .containerBarCourse .curso-incluye p:last-of-type {
    margin-bottom: 0;
  }
  .course-thumbnail-preview {
    margin: 26px 0;
  }
  .course-thumbnail-preview .accesoIlimitado {
    left: -8px;
    top: -8px;
  }
  .course-thumbnail-preview .accesoIlimitado::before,
  .course-thumbnail-preview .accesoIlimitado::after {
    border-width: 4px;
  }
  .course-thumbnail-preview .accesoIlimitado::after {
    bottom: 3px;
    left: 0px;
    top: auto;
  }
  #barCourse .learn-press-coming-soon-course-message {
    color: white;
  }
  #barCourse .learnpress-course-coming-soon .counter-group {
    margin: 16px 0 16px 6px;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
  }
  #barCourse .learnpress-course-coming-soon .counter-block {
    margin-right: 10px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter {
    width: 120px;
    height: 70px;
    font-family: inherit;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter .number {
    font-size: 50px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter-caption {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #encabezadoCurso .learn-press-breadcrumb {
    padding-left: 0;
  }
  #contentCourse .course-extras .course-extras__content ul li {
    padding: 0 0 12px 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #encabezadoCurso .learn-press-breadcrumb {
    display: none;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter {
    width: 100px;
    height: 60px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter .number {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  #barCourse .learnpress-course-coming-soon .counter-block .counter {
    width: 80px;
    height: 40px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter .number {
    font-size: 26px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter-caption {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  #barCourse .learnpress-course-coming-soon .counter-block .counter {
    width: 70px;
    height: 40px;
  }
  #barCourse .learnpress-course-coming-soon .counter-block .counter .number {
    font-size: 24px;
  }
}
/*--------------------------------------------------------------
	5.3. Página clase individual
---------------------------------------------------------------*/
/* ---------------------------------
Pagina Leccion de curso
------------------------------------ */
/* .course-curriculum .section .section-content {
    height: auto;
    transition: all 0.4s ease;
}

#popup-course #popup-sidebar .section {
   transition: all 0.4s ease;
}
 */
html {
  overflow-y: visible !important;
}

#popup-course {
  display: block;
  position: static;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
#popup-course #sidebar-toggle {
  display: none;
}
#popup-course #rutaNavegacionLeccion {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px 0;
  background: #1c1d1f;
  margin-bottom: 0;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs {
  border-bottom: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li {
  display: inline-block;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li a:after {
  content: "\e00b";
  font-size: 9px;
  color: #eef2f5;
  margin: 0 8px;
  top: 0;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li a:hover {
  text-decoration: none;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li a:hover span {
  text-decoration: underline;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li span {
  color: #eef2f5;
  font-size: 13px;
}
#popup-course .contenedorLeccion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popup-course .contenedorLeccion #CurriculumLeccion {
  width: 380px;
  padding: 24px 24px 24px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
#popup-course .contenedorLeccion #CurriculumLeccion:before {
  content: "";
  background: #f9f9f9;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 500%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
}
#popup-course .contenedorLeccion #CurriculumLeccion.curriculumCollapsed {
  margin-left: -380px;
  margin-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
}
#popup-course .contenedorLeccion #contenidoLeccion {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#popup-course #CurriculumLeccion h1 {
  font-size: 24px;
  line-height: initial;
  font-weight: 700;
  margin: 0 0 8px 0;
  padding: 0;
  color: inherit;
}
#popup-course #CurriculumLeccion .items-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#popup-course #CurriculumLeccion .items-progress .number {
  text-transform: capitalize;
  color: #212529;
  font-size: 13px;
  background: #e3e6ea;
  border-radius: 12px;
  padding: 2px 10px;
}
#popup-course #CurriculumLeccion .items-progress .learn-press-progress {
  width: 100%;
  height: 24px;
  margin: 16px 0;
  border-radius: 12px;
}
#popup-course #CurriculumLeccion .items-progress .learn-press-progress:before {
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
  border-radius: 12px;
  border-bottom: 1px solid white;
}
#popup-course #CurriculumLeccion .items-progress .learn-press-progress .learn-press-progress__active {
  background: #059601;
  -webkit-box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-course #CurriculumLeccion .items-progress .learn-press-progress .learn-press-progress__active .number-percentage {
  font-size: 12px;
  color: white;
  margin-right: 10px;
}
#popup-course #CurriculumLeccion #learn-press-course-curriculum {
  position: static;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  width: auto;
}
#popup-course #CurriculumLeccion #popup-sidebar {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course {
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
  border-bottom: 1px solid white;
  margin: 16px 0;
  border-radius: 32px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 18px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  font-style: normal;
  border: 0;
  color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 1;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s]::-webkit-input-placeholder {
  font-style: normal;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s]::-moz-placeholder {
  font-style: normal;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s]:-ms-input-placeholder {
  font-style: normal;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s]::-ms-input-placeholder {
  font-style: normal;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s]::placeholder {
  font-style: normal;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course input[name=s]:focus + button {
  right: -2px;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course button {
  position: relative;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course button:before {
  content: "\e00f";
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching:after {
  content: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching button[type=button]:before {
  content: "\e006";
  font-size: 12px;
  top: -2px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section {
  border-bottom: 0;
  overflow: hidden;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-toggle {
  margin-left: auto;
  position: relative;
  top: 4px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-toggle .fa-caret-up {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-toggle .fa-caret-down {
  display: block;
  font-size: 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section.closed .section-toggle .fa-caret-down {
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section.closed .section-header .section-title:before {
  content: "J";
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-header {
  background-color: transparent;
  line-height: 1.5;
  height: auto;
  position: relative;
  border: 0;
  padding: 0 40px 0 0;
  margin: 10px 0;
  cursor: pointer;
  padding: 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-header .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-header .section-title:before {
  content: "K";
  width: 22px;
  top: 4px;
  height: 22px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 20px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-header .learn-press-progress {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  /*  border-bottom: 1px solid #d9e1e7; */
  /*    &.item-preview {
      .item-name {
          padding: 0 86px 0 10px;
      }
  } */
  /*  &:first-child {
      border-top: 1px solid #d9e1e7;
  }
  &:last-child {
      border-bottom: none;
  } */
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item:before {
  content: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link:before {
  content: "}";
  width: 20px;
  top: 4px;
  left: 0;
  height: 21px;
  border-radius: 50%;
  font-size: 13px;
  color: #36373a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-right: 16px;
  /*            background: linear-gradient(180deg, #e3e6ea, #c7cbd0);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset; */
  content: "";
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
  border-bottom: 1px solid white;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0;
  color: var(--e-global-color-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta {
  position: static;
  text-align: left;
  margin: 6px 0 0 38px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*  .duration {
      color: #6a6f73;
      position: static;
      background: transparent;
  } */
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta span {
  line-height: 10px;
  color: #6a6f73;
  position: static;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta span.duration:before {
  content: "i";
  font-size: 12px;
  margin-right: 6px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-status {
  position: absolute;
  right: 0;
  top: 19px;
  width: 18px;
  height: 18px;
  padding: 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-status:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--e-global-color-text);
  width: 18px;
  height: 18px;
  content: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-preview {
  position: absolute;
  top: 14px;
  right: 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-preview:before {
  color: var(--e-global-color-primary);
  content: "a";
  font-size: 1rem;
  padding: 0;
  background: transparent;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .icon-materials {
  position: absolute;
  right: 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .icon-materials:before {
  font-size: 15px;
  line-height: 1;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link:hover:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
  color: #000;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.status-completed .section-item-link:before {
  color: #ffffff;
  background: #079600;
  content: "}";
  border: 0;
  height: 20px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.status-evaluated .course-item-status {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.status-evaluated .course-item-status:before {
  color: #3bb54a;
  content: "}";
  font-size: 16px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.item-locked {
  pointer-events: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.item-locked .course-item-status {
  position: absolute;
  right: 0;
  top: 14px;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
  color: #969fa8;
  content: "\e001";
  font-size: 1rem;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.current a .item-name {
  font-weight: 700;
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link {
  /*  .item-name {
      &:after {

      }
  } */
}
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link .course-item-meta .count-questions:before {
  content: "q";
  font-size: 12px;
  margin-right: 6px;
}
#popup-course #navegacionEncabezado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e3e6ea;
  /*Boton Vacio*/
  /*Boton Contraer / Expander PC*/
  /*Boton Contraer / Expander Lecciones*/
}
#popup-course #navegacionEncabezado .course-item-nav-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-prev,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--e-global-color-text);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  margin-right: 8px;
  background: #e4e6eb;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course:before,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-prev:before,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-next:before {
  font-size: 14px;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course:hover,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-prev:hover,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-next:hover {
  color: #202020;
  background: #d8dade;
  text-decoration: none;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course i,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-prev i,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course:before {
  content: "\e007";
  font-size: 15px;
}
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-prev:before {
  content: "\e00c";
}
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-next:before {
  content: "\e00b";
}
#popup-course #navegacionEncabezado .botonesExCol {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
#popup-course #navegacionEncabezado .lp-button-encabezado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  /*                 .botonEnviandoAnimacion {
      .iconFinalizarLeccion {
          display: none;
      }
      img {
          display: block;
      }
  } */
}
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-btn-finish-course {
  margin: 0 0 0 8px;
  font-weight: normal;
  padding: 0 16px;
  height: 40px;
  min-width: 155px;
  color: var(--e-global-color-text);
  font-size: 15px;
  background: #e4e6eb;
  border: none;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson:hover,
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-btn-finish-course:hover {
  color: #202020;
  background: #d8dade;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson:before {
  content: "}";
  display: inline-block;
  font-size: 10px;
  padding: 1px;
  border: 1px solid;
  border-radius: 50%;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .button-complete-lesson img {
  display: none;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-btn-finish-course:before {
  border: none;
  border-radius: 0;
  content: "\e008";
  top: -1px;
  font-size: 15px;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .completed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #3ab54a;
  font-size: 15px;
  margin: 0 0 0 8px;
  font-weight: normal;
  padding: 0 16px;
  height: 40px;
  min-width: 114px;
  border: none;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.8;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .completed:before {
  color: #ffffff;
  content: "}";
  font-size: 10px;
  padding: 1px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 6px;
}
#popup-course #navegacionEncabezado .lp-button-encabezado .completed i {
  display: none;
}
#popup-course #navegacionEncabezado .lp-button-encabezado div {
  display: none;
}
#popup-course #navegacionEncabezado .course-item-prev.vacio,
#popup-course #navegacionEncabezado .course-item-next.vacio {
  display: none;
  pointer-events: none;
}
#popup-course #navegacionEncabezado .toggle-content-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--e-global-color-text);
  font-size: 1.5rem;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #e4e6eb;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  /*  span {
      left: 0;
      transform: translate(-135%, 0%);
      &:before {
          border-left-color: #6f6f6f;
          border-bottom-color: transparent;
          left: auto;
          right: 0;
          top: 50%;
          transform: translate(95%, -50%);
      }
  } */
  /* &:hover span {
      transform: translate(-125%, 0%);
  } */
}
#popup-course #navegacionEncabezado .toggle-content-item:before {
  content: "\e00e";
  display: inline-block;
  top: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#popup-course #navegacionEncabezado .toggle-content-item:hover {
  color: #202020;
  background: #d8dade;
  text-decoration: none;
}
#popup-course #navegacionEncabezado .toggle-content-item .tooltipsExpandir {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#popup-course #navegacionEncabezado .toggle-content-item .tooltipsContraer {
  display: none;
}
#popup-course #navegacionEncabezado .toggle-content-item.botonCollapsed:before {
  content: "\e00d";
}
#popup-course #navegacionEncabezado .toggle-content-item.botonCollapsed .tooltipsExpandir {
  display: none;
}
#popup-course #navegacionEncabezado .toggle-content-item.botonCollapsed .tooltipsContraer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#popup-course #navegacionEncabezado .toggle-lesson {
  /* span {
      transform: translate(-120%, 0%);
  }

  &:hover span {
      transform: translate(-110%, 0%);
  } */
}
#popup-course #navegacionEncabezado .toggle-lesson:before {
  content: "\e01d";
  font-size: 20px;
  line-height: 1;
}
#popup-course #navegacionEncabezado .toggle-lesson.botonCollapsed:before {
  font-size: 16px;
}
#popup-course #contenidoLeccion #popup-content {
  overflow: inherit;
  position: relative;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  padding-right: 0;
}
#popup-course #contenidoLeccion #popup-content.contentExpanded {
  padding-left: 0;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap {
  padding: 0;
  margin: 0;
  width: auto;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .learn-press-message.success.lp-content-area {
  margin-bottom: 12px;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary {
  width: 100%;
  margin: 0;
  padding: 0;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .lesson-title {
  font-size: 32px;
  margin: 32px 0;
  font-weight: bold;
  color: inherit;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .content-item-description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
#popup-course #contenidoLeccion #popup-content .content-item-summary .form-button-finish-course,
#popup-course #contenidoLeccion #popup-content .lp-quiz-buttons .form-button-finish-course {
  float: none;
}

/*---------------------
 Video Responsive
 ---------------------*/
.learn-press-video-intro {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 16px;
  /* width: calc(100% + 16px);
  margin-left: -16px; */
}
.learn-press-video-intro .video-content {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  padding-top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.learn-press-video-intro .video-content .responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.learn-press-video-intro .video-content .responsive-iframe iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.learn-press-video-intro ~ .learn-press-message.notice {
  display: none;
}

.contentExpanded .learn-press-video-intro {
  width: 100%;
  margin-left: 0;
}

.mascaraLeccion {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.leccionActivaFondo {
  opacity: 0.8;
  visibility: visible;
  cursor: url(assets/images/close.svg), auto;
}

/* -------------------------------------------------------------------------- */
/*                      7. Estilo Tabs para materiales                        */
/* -------------------------------------------------------------------------- */
#tabsLessons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: -16px 0 36px 0;
  /* Linea horizontal */
}
#tabsLessons:after {
  content: "";
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
  bottom: 0;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
  border-radius: 3px;
  overflow: hidden;
}
#tabsLessons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: inherit;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 24px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
  border: 0;
}
#tabsLessons button:before {
  content: "\e025";
  margin-right: 6px;
  font-size: 18px;
}
#tabsLessons button.btnTabMaterial:before {
  content: "B";
}
#tabsLessons button:first-child:after {
  border-radius: 3px 0 0 3px;
}
#tabsLessons button:after {
  background: transparent;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 9;
}
#tabsLessons button.active, #tabsLessons button:hover {
  color: var(--e-global-color-primary);
}
#tabsLessons button.active:after, #tabsLessons button:hover:after {
  background: var(--e-global-color-primary);
}

/* APARIENCIA DEL CONTENIDO */
.containerLessons {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.containerLessons.active {
  opacity: 1;
  height: auto;
}

/************************************
* SHOW DE LAS MEDIAS QUERIES
************************************/
@media (max-width: 991px) {
  #popup-course #contenidoLeccion #popup-content {
    padding-left: 0;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap {
    width: 100%;
  }
  #popup-course .contenedorLeccion #CurriculumLeccion {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 400px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    margin-left: -400px;
    padding: 1rem 1.5rem;
    border-radius: 0;
  }
  #popup-course .contenedorLeccion #CurriculumLeccion.curriculumExpanded {
    margin-left: 0;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link:before {
    font-size: 13px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
    font-size: 13px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .item-name {
    font-size: 14px;
    padding: 0 6px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-preview:before {
    font-size: 10px;
    padding: 3px 6px;
    line-height: 1.5;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .lesson-title {
    font-size: 28px;
    margin: 16px 0;
    text-align: left;
  }
  .learn-press-video-intro {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #popup-course #rutaNavegacionLeccion {
    padding: 6px 0 10px;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li span {
    font-size: 12px;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li a:after {
    font-size: 8px;
    margin: 0 4px;
  }
  .tooltipsLec span {
    font-size: 11px;
    padding: 8px 6px;
  }
  .tooltipsLec:hover span {
    -webkit-transform: translate(-50%, 45px);
            transform: translate(-50%, 45px);
  }
  #popup-course #CurriculumLeccion h1 {
    font-size: 20px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-header .section-title {
    font-size: 14px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .item-name {
    padding-right: 45px;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .content-item-description p {
    font-size: 15px;
  }
  .learn-press-video-intro {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button {
    font-size: 0;
    border-radius: 50%;
    width: 40px;
    padding: 0;
    min-width: auto;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button:before {
    margin: 0;
    content: "[";
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button.lp-btn-finish-course:before {
    top: 0;
    left: -1px;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button-finish-course.form-button .lp-button {
    background: var(--e-global-color-primary);
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button-finish-course.form-button .lp-button:before {
    color: #ffffff;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-meta .duration {
    display: inline;
  }
}
@media (max-width: 550px) {
  #popup-course .contenedorLeccion #CurriculumLeccion {
    max-width: 350px;
    margin-left: -350px;
  }
  #tabsLessons button {
    padding: 24px 16px;
  }
}
@media (max-width: 450px) {
  #popup-course .contenedorLeccion #CurriculumLeccion {
    max-width: 300px;
    margin-left: -300px;
  }
}
@media (max-width: 400px) {
  #popup-course .contenedorLeccion #CurriculumLeccion {
    max-width: 280px;
    margin-left: -280px;
  }
}
@media (max-width: 380px) {
  #popup-course .contenedorLeccion #CurriculumLeccion {
    max-width: 260px;
    margin-left: -260px;
  }
}
/*--------------------------------------------------------------
	5.3. Página Custionario
---------------------------------------------------------------*/
#popup-course #content-item-quiz .course-item-title {
  margin-top: 24px;
  margin-bottom: 32px;
}
#popup-course #content-item-quiz .quiz-intro {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c5cacf;
  border-radius: 5px;
}
#popup-course #content-item-quiz .quiz-intro .quiz-intro-item:before,
#popup-course #content-item-quiz .quiz-intro .quiz-intro-item .quiz-intro-item__title,
#popup-course #content-item-quiz .quiz-intro .quiz-intro-item .quiz-intro-item__content {
  font-size: 16px;
  top: 0;
}
#popup-course #content-item-quiz .quiz-result {
  max-width: 360px;
}
#popup-course #content-item-quiz .quiz-result .result-message {
  font-size: 20px;
  font-weight: bold;
}
#popup-course #content-item-quiz .quiz-result .result-message:before {
  margin-right: 6px;
  content: "\e004";
  top: 1px;
  font-size: 12px;
}
#popup-course #content-item-quiz .quiz-result .result-message:after {
  content: none;
}
#popup-course #content-item-quiz .quiz-result.passed .result-grade svg circle {
  stroke: #059601;
}
#popup-course #content-item-quiz .quiz-result.passed .result-message {
  background: transparent;
  color: #059601;
}
#popup-course #content-item-quiz .quiz-result.passed .result-message:before {
  content: "}";
  font-size: 16px;
  line-height: 1;
  top: 2px;
  margin-right: 4px;
}
#popup-course #content-item-quiz .quiz-result.passed .result-message:after {
  content: none;
}
#popup-course #content-item-quiz .quiz-result.failed .result-grade svg circle {
  stroke: #dc3545;
}
#popup-course #content-item-quiz .quiz-result.failed .result-message {
  background: transparent;
  color: #dc3545;
}
#popup-course #content-item-quiz .quiz-result.failed + div[tabindex="100"] + .quiz-buttons .button-left, #popup-course #content-item-quiz .quiz-result.passed + div[tabindex="100"] + .quiz-buttons .button-left {
  max-width: inherit;
}
#popup-course #content-item-quiz .quiz-result.failed + div[tabindex="100"] + .quiz-buttons .button-right, #popup-course #content-item-quiz .quiz-result.passed + div[tabindex="100"] + .quiz-buttons .button-right {
  width: 100%;
}
#popup-course #content-item-quiz .quiz-result.failed + div[tabindex="100"] + .quiz-buttons .lp-button, #popup-course #content-item-quiz .quiz-result.passed + div[tabindex="100"] + .quiz-buttons .lp-button {
  min-width: 360px;
  margin: 16px 0 0 0;
  width: initial;
}
#popup-course #content-item-quiz .quiz-buttons .button-left {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 16px 24px;
}
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start {
  margin-top: 40px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 16px 24px;
  text-align: center;
  text-transform: inherit;
  -webkit-transition: background-color, opacity 0.3s ease;
  transition: background-color, opacity 0.3s ease;
}
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start:hover {
  opacity: 0.9;
}
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.loading:before {
  content: none;
}
#popup-course #content-item-quiz .quiz-buttons .button-right {
  position: relative;
  top: 1px;
}
#popup-course #content-item-quiz .quiz-buttons .button-right .lp-button {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 16px 24px;
}
#popup-course #content-item-quiz .quiz-buttons .button-right .lp-button.submit-quiz {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 16px 24px;
  text-align: center;
  text-transform: inherit;
  width: 100%;
  -webkit-transition: background-color, opacity 0.3s ease;
  transition: background-color, opacity 0.3s ease;
}
#popup-course #content-item-quiz .quiz-buttons .button-right .lp-button.submit-quiz:hover {
  opacity: 0.9;
}
#popup-course #content-item-quiz #lp-modal-window {
  padding: 32px;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-content-alt {
  margin: 0 0 24px 0;
  text-align: center;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-content {
  display: none;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-buttons .lp-button {
  min-width: 120px;
}
#popup-course #content-item-quiz .quiz-status > div {
  max-width: 100%;
}
#popup-course #content-item-quiz .quiz-status > div .questions-index {
  color: #fff;
}
#popup-course #content-item-quiz .quiz-status > div .questions-index span {
  color: #fff;
}
#popup-course #content-item-quiz .quiz-status > div > div .submit-quiz {
  display: none;
}
#popup-course #content-item-quiz .quiz-status > div > div .countdown {
  min-width: auto;
  padding-right: 6px;
  background: transparent;
  color: #fff;
}
#popup-course #content-item-quiz .quiz-status > div > div .countdown .fas {
  color: #fff;
}
#popup-course #content-item-quiz .quiz-status > div > div .countdown .fas:before {
  content: "\e02a";
}
#popup-course #content-item-quiz .question-title .btn-show-hint {
  border: 0;
  vertical-align: middle;
  margin-top: -4px;
  color: var(--e-global-color-primary);
}
#popup-course #content-item-quiz .question-title .btn-show-hint:before {
  content: "F";
}
#popup-course #content-item-quiz .question-content {
  color: inherit;
}
#popup-course #content-item-quiz .question-explanation-content,
#popup-course #content-item-quiz .question-hint-content {
  margin-bottom: 16px;
  background: #e3e6ea;
  border-radius: 5px;
}
#popup-course #content-item-quiz .quiz-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#popup-course #content-item-quiz .quiz-buttons .button-left.fixed {
  width: auto !important;
  position: static;
  margin-left: 0 !important;
  left: 0;
  -webkit-transform: none;
          transform: none;
  max-width: 100%;
}
#popup-course #content-item-quiz .quiz-buttons .submit-quiz {
  margin-right: 0;
  font-size: 16px;
}
#popup-course #content-item-quiz .quiz-buttons .questions-pagination {
  height: inherit;
  padding: 0;
}
#popup-course #content-item-quiz .quiz-questions {
  margin-bottom: 16px;
  min-height: 346px;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options {
  padding: 0;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check {
  cursor: pointer;
  border-color: #cccccc;
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 1;
  margin: 0;
  position: static;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options label {
  cursor: pointer;
  padding: 14px 10px 14px 65px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options :first-child:checked + label {
  font-weight: 400;
}
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.next,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.prev {
  border-radius: 5px;
  padding: 16px 22px;
}
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.next.current,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.current,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.prev.current {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
  -webkit-transition: background-color, opacity 0.3s ease;
  transition: background-color, opacity 0.3s ease;
}
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.next.current:hover,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.current:hover,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.prev.current:hover {
  opacity: 0.9;
}
#popup-course #content-item-quiz .quiz-attempts .attempts-heading {
  font-size: 0;
}
#popup-course #content-item-quiz .quiz-attempts .attempts-heading:before {
  content: "Último intento";
  font-size: 24px;
}
#popup-course #content-item-quiz .quiz-attempts table tr th.quiz-attempts__marks {
  font-size: 0;
}
#popup-course #content-item-quiz .quiz-attempts table tr th.quiz-attempts__marks:before {
  content: "Marcas";
  font-size: 16px;
}
#popup-course #content-item-quiz .quiz-attempts table tr th.quiz-attempts__grade {
  font-size: 0;
}
#popup-course #content-item-quiz .quiz-attempts table tr th.quiz-attempts__grade:before {
  content: "Nota aprobatoria";
  font-size: 16px;
}
#popup-course #content-item-quiz .quiz-attempts table tr th {
  color: #333;
  background: #f1f2f8;
  font-size: 14px;
  text-transform: uppercase;
}
#popup-course #content-item-quiz .quiz-attempts table tr th,
#popup-course #content-item-quiz .quiz-attempts table tr td {
  border: 1px solid var(--g-border-color);
  height: 60px;
  padding: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  #popup-course #content-item-quiz #lp-modal-window {
    padding: 32px 16px;
  }
}
/*--------------------------------------------------------------
	5.4. Página Perfil
---------------------------------------------------------------*/
/* ------------------------------------
 LOGIN DE LEARNPRESS (INVITADOS)
Razon: Cuando Los usuarios van a ver su perfil y no estan logeados, Learnpress muestra un formulario de login.
-------------------------------------- */
.logged-out #learn-press-profile .learn-press-form-login {
  background: white;
  border: none;
  border-radius: 3px;
  border-top: 2px solid var(--e-global-color-primary);
  -webkit-box-shadow: 0 1px 1px #b1bbc8 !important;
          box-shadow: 0 1px 1px #b1bbc8 !important;
  margin-top: 0;
  padding: 42px 24px;
  position: relative;
}
.logged-out #learn-press-profile .learn-press-form-login h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 26px;
  text-transform: inherit;
  text-align: center;
}
.logged-out #learn-press-profile .learn-press-form-login label {
  color: var(--e-global-color-text);
}
.logged-out #learn-press-profile .learn-press-form-login input[type=text],
.logged-out #learn-press-profile .learn-press-form-login input[type=password] {
  border-color: #ccd5dd;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.logged-out #learn-press-profile .learn-press-form-login input[type=text]:focus,
.logged-out #learn-press-profile .learn-press-form-login input[type=password]:focus {
  border-color: var(--e-global-color-primary);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.logged-out #learn-press-profile .learn-press-form-login button[type=submit] {
  background-color: var(--e-global-color-primary);
  border: 0;
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 8px 0 0 0;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.logged-out #learn-press-profile .learn-press-form-login button[type=submit]:hover {
  opacity: 0.9;
}
.logged-out #learn-press-profile .learn-press-form-login .required {
  color: red;
}
.logged-out #learn-press-profile .learn-press-form-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logged-out #learn-press-profile .learn-press-form-login form ul {
  width: 100%;
}
.logged-out #learn-press-profile .learn-press-form-login form :nth-child(3) {
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.logged-out #learn-press-profile .learn-press-form-login form :nth-child(4) {
  margin-left: auto;
}

/* -------------------------------------------------------------------------- */
/*                             PAGINA PERFIL (REGISTRDOS)                     */
/* -------------------------------------------------------------------------- */
.learnpress-profile.profile .learnpress > .learn-press-message.success {
  display: none;
}

#learn-press-profile {
  background: transparent;
  /* -------------------------------------------------------------------------- */
  /*                            //BARRA DE NAVEGACION                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             AREA DEL CONTENIDO                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            Página Certificados                        */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              Página Favoritos                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            Página Cuestionarios                            */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              Página Pedidos (Learnpress)                   */
  /* -------------------------------------------------------------------------- */
  /*------------------------
   Pestaña Pedidos Woocomercce
    -------------------------*/
  /*------------------------
  Pestaña Ajustes 
  -------------------------*/
}
#learn-press-profile .lp-content-area {
  max-width: initial;
  padding: 0 10px;
}
#learn-press-profile.lp-user-profile .wrapper-profile-header {
  display: none;
}
#learn-press-profile .lp-user-profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 16px auto;
}
#learn-press-profile .lp-profile-username {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 0 16px 16px;
}
#learn-press-profile .lp-profile-username:before, #learn-press-profile .lp-profile-username:after {
  content: none;
}
#learn-press-profile .lp-profile-username a {
  color: inherit;
}
#learn-press-profile #profile-sidebar {
  border-radius: 10px;
  background: #ffffff !important;
  border: var(--g-border);
  padding: 16px 0;
  margin-top: 0;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a::before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
  content: none;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li a i:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.courses {
  display: none;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.courses a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.my-courses a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.mis-cursosa i:before {
  content: "\e025";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.certificates a i:before {
  content: "\e022";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.quizzes a i:before {
  content: "\e02c";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist a i:before {
  content: "'";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.lp_orders_woocommerce a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders a i:before {
  content: "\e019";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings a i:before {
  content: "\e023";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings ul li.basic-information a i:before {
  content: "$";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings ul li.avatar a i:before {
  content: "%";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.settings ul li.change-password a i:before {
  content: "&";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout a i:before {
  content: "\e021";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li {
  border-top: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li:after {
  content: "\e00b";
  position: absolute;
  right: 25px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  width: auto;
  height: auto;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders {
  display: none;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
  color: #18113c;
  left: 33px;
  line-height: 48px;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li > ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover a,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover:after,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover a:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover i:before {
  color: var(--e-global-color-primary);
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li:hover {
  background: transparent;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active a,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active a i,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active ul li.active a,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active a i:before,
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active:after {
  color: #fff;
  /*  pointer-events: none; */
}
#learn-press-profile #profile-content {
  border-top: none;
  padding: 0;
  margin-bottom: 0;
}
#learn-press-profile #profile-content .profile-heading {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 32px;
  /* color:var(--e-global-color-text); */
}
#learn-press-profile #profile-content #dashboard-general-statistic {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 12px);
}
#learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row {
  margin: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
  /*  box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15); */
  background: #ffffff;
  width: 100%;
  max-width: initial;
  min-width: 150px;
  padding: 32px 6px;
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: var(--g-border);
  border-radius: var(--g-border-radius);
}
#learn-press-profile #profile-content .statistic-box__number {
  font-size: 32px;
  margin: 0;
  display: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#learn-press-profile #profile-content .statistic-box__text {
  margin: 16px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3;
}
#learn-press-profile .learn-press-profile-course__tab {
  margin-top: 16px;
}
#learn-press-profile .learn-press-profile-course__tab__inner {
  background: transparent;
  margin: 0 0 16px 0 !important;
}
#learn-press-profile .learn-press-profile-course__tab__inner > li {
  padding-right: 10px;
}
#learn-press-profile .learn-press-profile-course__tab__inner a {
  color: inherit;
  border-radius: 5px;
  padding: 4px 16px;
  font-weight: normal;
  font-size: 15px;
  border: 1px solid transparent;
}
#learn-press-profile .learn-press-profile-course__tab__inner a:hover {
  border: 1px solid #ced4dc;
}
#learn-press-profile .learn-press-profile-course__tab__inner a.active {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ced4dc;
}
#learn-press-profile .learn-press-profile-course__tab__inner a.active:hover {
  background: white;
  border: 1px solid #9ca3ac;
}
#learn-press-profile .learn-press-profile-course__tab__inner a.active::before {
  content: none;
}
#learn-press-profile .learn-press-filters {
  margin-top: 0;
}
#learn-press-profile .learn-press-filters > li {
  padding: 0 30px 0 0;
  margin-right: 0;
}
#learn-press-profile .learn-press-filters > li:last-child {
  padding-right: 0;
}
#learn-press-profile .learn-press-filters > li:after {
  content: none;
}
#learn-press-profile .learn-press-filters > li > a,
#learn-press-profile .learn-press-filters > li > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
#learn-press-profile .learn-press-filters > li > a:hover,
#learn-press-profile .learn-press-filters > li > span:hover {
  color: var(--e-global-color-primary);
}
#learn-press-profile .learn-press-filters > li > a.active,
#learn-press-profile .learn-press-filters > li > span {
  color: #000000;
  border-bottom: 2px solid var(--e-global-color-primary);
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0;
  position: relative;
  height: auto;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .learn-press-progress {
  width: 100%;
  margin: 16px 0;
  height: 16px;
  border-radius: 12px;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .learn-press-progress:before {
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
  border-radius: 12px;
  border-bottom: 1px solid white;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .learn-press-progress .learn-press-progress__active {
  background: #059601;
  -webkit-box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .learn-press-progress .learn-press-progress__active .number-percentage {
  color: #fff;
  font-size: 10px;
  padding-right: 10px;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .learn-press-progress .learn-press-progress__active[style="left: -0%;"] {
  left: -90% !important;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .learn-press-progress .learn-press-progress__active[style="left: -100%;"] {
  left: 0% !important;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .lp-item-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 4px 0;
  margin-right: 0;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .lp-item-result .option {
  font-weight: 500;
  color: var(--e-global-color-text);
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .lp-item-result.course-results-endtime {
  border-bottom: 0;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress {
  border: none;
  overflow-x: hidden;
  /*     box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
  padding: 16px;
  background: white;
  border-radius: 10px; */
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header {
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 6px 16px 0;
  color: #939597;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div {
  font-weight: 500;
  text-align: center;
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(1) {
  display: none;
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(2) {
  width: 40%;
  text-align: left;
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(3) {
  color: var(--e-global-color-primary);
  width: 16%;
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(4) {
  width: 22%;
}
#learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(5) {
  width: 22%;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6px 0 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  border: 1px solid #e2e2e2;
  background: white;
  margin-bottom: 12px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #939597;
  line-height: 1.2;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item:nth-child(odd) {
  background: #f9f9f9;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div {
  text-align: center;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item a {
  color: initial;
  font-size: 15px;
  font-weight: 500;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(1) {
  width: 20%;
  text-align: left;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(2) {
  width: 20%;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(3) {
  color: var(--e-global-color-primary);
  width: 16%;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(4) {
  width: 22%;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(5) {
  width: 22%;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item div img {
  max-width: calc(100% - 6px);
  height: auto;
}
#learn-press-profile #profile-content-certificates .profile-certificates {
  display: block;
}
#learn-press-profile #profile-content-certificates .itemCertificate {
  position: relative;
  height: 100%;
  border: var(--g-border);
  border-radius: var(--g-border-radius);
  overflow: hidden;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-permalink {
  display: block;
  width: 100%;
  background: white;
  cursor: default;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-permalink .course-thumbnail {
  position: relative;
  border: none;
  overflow: hidden;
  width: 100%;
  height: 223px;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-permalink .course-thumbnail img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-permalink .course-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  opacity: 0.4;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-permalink .course-thumbnail:hover:before {
  opacity: 0.1;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  border-top: 0;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: -2px;
  padding: 32px 20px 12px;
  position: relative;
  text-align: center;
  overflow: visible;
  z-index: 2;
  /*                 .certificateDetailProfile {
      width: 100%;
      display: flex;
      align-items: center;
      .finishCourse {
          flex: 1;
          text-align: left;
          font-size: 14px;
          text-transform: capitalize;
          span {
              display: block;
              color: #959595;
              font-size: 13px;
          }
      }
  } */
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(assets/images/certificate-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title h6 {
  margin-bottom: 16px;
  min-height: 38px;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title h6 a {
  color: inherit;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .certificate-actions {
  display: block;
  width: 100%;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download:before {
  content: "\e028";
  display: inline-block;
  line-height: 1;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download.downloadCertificate {
  -webkit-transition: none;
  transition: none;
  font-size: 0;
  opacity: 0.65;
  pointer-events: none;
}
#learn-press-profile #profile-content-certificates .itemCertificate .course-title .download.downloadCertificate:before {
  -webkit-animation: agregando 1.5s linear infinite;
          animation: agregando 1.5s linear infinite;
  content: "\e01a";
  position: relative;
}
#learn-press-profile #profile-content-certificates .has-certificates .learn-press-message {
  display: none;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: inherit;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist {
  position: relative;
  height: 100%;
  border: var(--g-border);
  border-radius: var(--g-border-radius);
  overflow: hidden;
  background: #fff;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist a {
  display: block;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 12px 20px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content {
  padding: 0 20px 20px;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist {
  margin: 0;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist:before {
  content: "'";
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  top: 0;
}
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist.on:before {
  content: "r";
}
#learn-press-profile #profile-content .lp-list-table thead th {
  font-size: 16px;
}
#learn-press-profile #profile-content .lp-list-table tr th,
#learn-press-profile #profile-content .lp-list-table tr td {
  border: 1px solid var(--g-border-color);
  text-align: left;
}
#learn-press-profile #profile-content .lp-list-table tr th a,
#learn-press-profile #profile-content .lp-list-table tr td a {
  font-weight: inherit;
}
#learn-press-profile #profile-content .lp-list-table tfoot tr td:nth-child(1) {
  border-right: 0;
  font-size: 16px;
}
#learn-press-profile #profile-content .lp-list-table tfoot tr td:nth-child(2) {
  border-left: 0;
}
#learn-press-profile #profile-content-orders .recover-order__title {
  margin-bottom: 16px;
}
#learn-press-profile #profile-content-orders .recover-order__description {
  display: none;
}
#learn-press-profile #profile-content-orders .order-recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
#learn-press-profile #profile-content-orders .order-recover input[name=order-key] {
  padding: 12px 16px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--e-global-color-primary);
  border-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
  font-style: normal;
  font-size: 16px;
}
#learn-press-profile #profile-content-orders .order-recover button.button-recover-order {
  border-radius: 0 5px 5px 0;
  position: relative;
  left: 0;
  cursor: pointer;
  margin: 0;
  background: var(--e-global-color-primary);
  color: #fff;
  border: 0;
  font-size: 16px;
}
#learn-press-profile #profile-content-orders .lp-list-table tfoot tr td:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders {
  background: #fff;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders thead tr th {
  font-size: 14px;
  text-transform: uppercase;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-date time {
  text-transform: capitalize;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-date time:before {
  content: "?";
  font-size: 14px;
  padding-right: 6px;
  top: -2px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-status .lp-label {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 5px 7px;
  font-size: inherit;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-status .lp-label.label-completed {
  color: #079600;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-actions a.woo-pay-order {
  color: var(--e-global-color-primary);
  font-weight: 500;
  padding-right: 4px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-actions a[href*=generate_wpo_wcpdf] {
  margin-left: 12px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-actions a[href*=generate_wpo_wcpdf]:before {
  content: "w";
  font-size: 14px;
  color: #ff3716;
  top: -1px;
  padding-right: 4px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row.row-scheduled-payment td {
  background: #fff5f5;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination {
  padding: 0;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination ul.page-numbers {
  margin-bottom: 0;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination ul.page-numbers > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 12px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination ul.page-numbers > li .page-numbers.current,
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination ul.page-numbers > li .page-numbers.current:hover {
  color: #ffffff;
  background: var(--e-global-color-primary);
  padding: 6px 10px;
  line-height: 1;
  border-radius: 3px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination ul.page-numbers > li .page-numbers.next {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination ul.page-numbers > li .page-numbers.next:before {
  content: "\e00b";
  font-size: 11px;
}
#learn-press-profile #profile-content-settings {
  background: white;
  padding: 32px;
  border-radius: var(--g-border-radius);
  border: var(--g-border);
  /*  //Animación para todos los botones*/
}
#learn-press-profile #profile-content-settings .learn-press-tabs {
  background: transparent;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav {
  border: 0;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  background: transparent;
  border: 0;
  padding: 0 30px 0 0;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab:after {
  content: none;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab:before {
  content: none;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label {
  padding: 0;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label:before {
  content: none;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 10px 0;
  border-bottom: 2px solid transparent;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab.active label a {
  color: #000000;
  border-bottom: 2px solid var(--e-global-color-primary);
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab:last-child {
  padding-right: 0;
}
#learn-press-profile #profile-content-settings #learn-press-profile-basic-information button,
#learn-press-profile #profile-content-settings form[name=profile-change-password] button {
  padding: 16px 24px;
  height: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#learn-press-profile #profile-content-settings .profile-basic-information button:hover,
#learn-press-profile #profile-content-settings form[name=profile-change-password] button:hover,
#learn-press-profile #profile-content-settings #learn-press-profile-basic-information button[type=submit]:hover {
  opacity: 0.8;
}
#learn-press-profile #profile-content-settings .profile-basic-information .form-field .form-field-input input[type=password],
#learn-press-profile #profile-content-settings form[name=profile-change-password] .form-field .form-field-input input[type=password],
#learn-press-profile #profile-content-settings .learn-press-form .form-fields .form-field input[type=text],
#learn-press-profile #profile-content-settings .learn-press-form .form-fields .form-field input[type=email],
#learn-press-profile #profile-content-settings .learn-press-form .form-fields .form-field input[type=number],
#learn-press-profile #profile-content-settings .learn-press-form .form-fields .form-field input[type=password],
#learn-press-profile #profile-content-settings .learn-press-form .form-fields .form-field textarea {
  border: 1px solid var(--g-border-color);
  border-radius: 3px;
  padding: 12px;
  font-style: normal;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__form__upload > div > div {
  font-size: 0;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__form__upload > div > div:before {
  content: "Subir";
  display: inline-block;
  font-size: 16px;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button--save {
  min-width: 144px;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button--save:before {
  content: "\e02b";
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  top: 0;
  margin-right: 4px;
  -webkit-animation: none;
          animation: none;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button--save:after {
  content: "Guardar";
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button--save:hover {
  opacity: 0.8;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace {
  font-size: 0;
  min-width: 144px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:before {
  content: "\e02b";
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
  -webkit-animation: none;
          animation: none;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:after {
  content: "Reemplazar";
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:hover {
  opacity: 0.8;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove {
  font-size: 0;
  min-width: 144px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:before {
  content: "\e013";
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
  -webkit-animation: none;
          animation: none;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:after {
  content: "Eliminar";
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:hover {
  opacity: 0.8;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__button--loading {
  font-size: 0;
  pointer-events: none;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__button--loading:before {
  opacity: 1;
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -9px;
  margin-left: -9px;
  z-index: 2;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-left-color: currentColor !important;
  border-radius: 50% !important;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-animation: campus-cargando 450ms infinite linear !important;
          animation: campus-cargando 450ms infinite linear !important;
}
#learn-press-profile #profile-content-settings .learnpress_avatar__button--loading:after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  width: 100%;
  border-radius: inherit;
  background-color: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#learn-press-profile #profile-content-settings .profile-basic-information .form-field > label,
#learn-press-profile #profile-content-settings form[name=profile-change-password] .form-field > label {
  font-style: normal;
}

.learnpress-profile .learnpress .learn-press-message.error.lp-content-area {
  margin-bottom: 16px;
  margin-left: 12px;
  margin-right: 12px;
  max-width: 1300px;
}

/*------------------------
 Pedidos Ajax Woocommerce
 -------------------------*/
.learnpress-profile .responsive-iframe {
  height: initial;
  overflow: auto;
  padding-bottom: initial;
  position: relative;
}

#ModalClaseGratuita {
  padding: 28px;
}

#order-detail-ajax .responsive-iframe {
  height: auto;
  overflow: auto;
  padding-bottom: initial;
  position: relative;
}
#order-detail-ajax h2 {
  font-size: 23px;
  margin-bottom: 22px;
}
#order-detail-ajax .woocommerce-table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
#order-detail-ajax .woocommerce-table thead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e7f2;
}
#order-detail-ajax .woocommerce-table thead tr th {
  border-bottom: 0;
  color: #333;
  background: #f1f2f8;
  font-size: 18px;
  padding: 14px;
  text-align: left;
}
#order-detail-ajax .woocommerce-table tr th,
#order-detail-ajax .woocommerce-table tr td {
  border: 1px solid #e2e2e2;
  font-size: 16px;
  text-align: left;
}
#order-detail-ajax .woocommerce-table tbody,
#order-detail-ajax .woocommerce-table tfoot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-top: 0;
}
#order-detail-ajax .woocommerce-table tbody tr:nth-child(odd),
#order-detail-ajax .woocommerce-table tfoot tr:nth-child(odd) {
  background: #f5f5f5;
}
#order-detail-ajax .woocommerce-table tbody tr td,
#order-detail-ajax .woocommerce-table tbody tr th,
#order-detail-ajax .woocommerce-table tfoot tr td,
#order-detail-ajax .woocommerce-table tfoot tr th {
  color: #666;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 14px;
  line-height: 1;
}
#order-detail-ajax .order-again {
  display: none;
}
#order-detail-ajax a {
  color: #666;
}
#order-detail-ajax .woocommerce-customer-details address {
  background: white;
  border: 1px solid #e2e2e2;
  padding: 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  row-gap: 8px;
  /* >*:nth-child(odd) {
      background-color: #4c8bf5;
      color: #fff;
  } */
}
#order-detail-ajax .woocommerce-customer-details address > * {
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/*                 Detalle de Pedido en pagina de Woocomercce                 */
/* -------------------------------------------------------------------------- */
.woocommerce-account.woocommerce-view-order .woocommerce {
  background: white;
  padding: 1.5rem;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
  margin-top: 0;
}
.woocommerce-account.woocommerce-view-order table.shop_table {
  margin-bottom: 0;
}
.woocommerce-account.woocommerce-view-order table.shop_table td {
  text-align: left;
}

@media (max-width: 990px) {
  .learnpress #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .learnpress #learn-press-profile.lp-user-profile #profile-sidebar {
    margin-bottom: 16px;
    padding: 16px;
  }
  .learnpress #learn-press-profile #profile-nav {
    overflow-x: hidden;
    overflow-y: hidden;
    border-top: 0;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 6px;
    background: #f0f1f2;
    border-right: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
            box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active,
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active:hover {
    background: var(--e-global-color-primary);
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li:after {
    content: none;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
    padding: 24px 8px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.1;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
    position: static;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a i:before {
    font-size: 18px;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -6px;
    padding: 12px 0;
  }
  .learnpress .lp-user-profile .lp-profile-nav-tabs > li:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.02);
  }
}
@media (max-width: 768px) {
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a i:before {
    font-size: 24px;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
    font-size: 0;
    padding: 16px 8px;
  }
  .learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
    margin-bottom: 0;
  }
  #learn-press-profile .lp-user-profile-avatar {
    width: 100px;
    height: 100px;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs {
    padding: 0 0 2px;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
    margin-bottom: 0;
  }
  #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
    min-width: 100px;
    padding: 16px 6px;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header {
    font-size: 12px;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(2) {
    width: 35%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(3) {
    width: 15%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(4) {
    width: 25%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(5) {
    width: 25%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item {
    font-size: 13px;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(1) {
    width: 15%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(2) {
    width: 20%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(2) a {
    font-size: 13px;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(3) {
    width: 15%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(4) {
    width: 25%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(5) {
    width: 25%;
  }
  #learn-press-profile #profile-content .lp-list-table tr th,
  #learn-press-profile #profile-content .lp-list-table tr td,
  #learn-press-profile #profile-content .lp-list-table tr td .lp-label,
  #learn-press-profile #profile-content .lp-list-table tfoot tr td:nth-child(1) {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header {
    font-size: 11px;
    padding-bottom: 0;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(2) {
    width: 40%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(3) {
    width: 16%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(4) {
    width: 30%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(5) {
    width: 30%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item {
    border: none;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(1) {
    display: none;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(2) {
    width: 40%;
    padding-left: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(3) {
    width: 16%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(4) {
    width: 30%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(5) {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a i:before {
    font-size: 18px;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
    padding: 12px 0px;
  }
  .learn-press-profile-course__statistic {
    display: none;
  }
  #learn-press-profile .learn-press-filters > li {
    padding: 0 12px 0 0;
  }
  #learn-press-profile .learn-press-course-tab-filters .learn-press-filters a {
    font-size: 13px;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(2) {
    width: 40%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(3) {
    width: 25%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(4) {
    display: none;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(5) {
    width: 35%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(2) {
    width: 40%;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(3) {
    width: 25%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(4) {
    display: none;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(5) {
    width: 35%;
  }
  #learn-press-profile #profile-content .lp-list-table tr th.column-time-interval,
  #learn-press-profile #profile-content .lp-list-table tr td.column-time-interval {
    display: none;
  }
  #learn-press-profile #profile-content #profile-content-orders .lp-list-table tr th.column-order-date,
  #learn-press-profile #profile-content #profile-content-orders .lp-list-table tbody tr td.column-order-date {
    display: none;
  }
  #learn-press-profile #profile-content-settings .learnpress_avatar__cropper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button,
  #learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
  #learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button:before,
  #learn-press-profile #profile-content-settings .learnpress_avatar__cropper .learnpress_avatar__button:after {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(2) {
    width: 65%;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(3) {
    width: 35%;
    text-align: right;
  }
  #learn-press-profile #profile-content-courses .learn-press-profile-course__progress .lp_profile_course_progress__header > div:nth-child(5) {
    display: none;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(2) {
    width: 65%;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(3) {
    width: 35%;
    text-align: right;
  }
  #learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item > div:nth-child(5) {
    display: none;
  }
  #learn-press-profile #profile-content .lp-list-table tr th.column-date,
  #learn-press-profile #profile-content .lp-list-table tr td.column-date {
    display: none;
  }
  #learn-press-profile #profile-content .lp-list-table tfoot tr td:nth-child(1) {
    text-align: center;
  }
  #learn-press-profile #profile-content #profile-content-orders .lp-list-table tr th.column-order-status,
  #learn-press-profile #profile-content #profile-content-orders .lp-list-table tbody tr td.column-order-status {
    display: none;
  }
  #learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 420px) {
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a i:before {
    font-size: 15px;
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
    padding: 12px 0px;
  }
  #learn-press-profile .learn-press-filters > li {
    padding: 0 10px 0 0;
  }
  #learn-press-profile .learn-press-course-tab-filters .learn-press-filters a {
    font-size: 12px;
    letter-spacing: -0.1px;
  }
}
/*--------------------------------------------------------------
	5.5. Página Comming Cursos
---------------------------------------------------------------*/
/* ---------------------------------
Pagina curso individuales (Come in)
------------------------------------ */
.contadorLanzamiento {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 1rem 0;
  text-align: center;
}
.contadorLanzamiento .learn-press-coming-soon-course-message {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #f03f40;
}
.contadorLanzamiento .learnpress-course-coming-soon .counter-group {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contadorLanzamiento .counter-group .counter-block {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  margin-right: 10px;
  background: #f03f40;
  -webkit-box-shadow: 0 -1px #c93234 inset;
          box-shadow: 0 -1px #c93234 inset;
}
.contadorLanzamiento .counter-group .counter-block:last-child {
  margin-right: 0;
}
.contadorLanzamiento .counter-group .counter-block .counter {
  left: -3px;
  font-size: 32px;
  height: 45px;
  width: 50px;
  margin: -8px 0 0 8px;
}
.contadorLanzamiento .learnpress-course-coming-soon .counter-block .counter .number {
  text-align: center;
  border-radius: 5px;
}
.contadorLanzamiento .counter-group > div:after {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.contadorLanzamiento .counter-group > div:nth-child(1):after {
  content: "DÍAS";
}
.contadorLanzamiento .counter-group > div:nth-child(2):after {
  content: "HORAS";
}
.contadorLanzamiento .counter-group > div:nth-child(3):after {
  content: "MIN";
}
.contadorLanzamiento .counter-group > div:nth-child(4):after {
  content: "SEG";
}
.contadorLanzamiento .counter-group > div:after {
  color: #ffffff;
}

/*--------------------------------------
 Medias Queries Pagina clase individual 
 ---------------------------------------*/
@media (max-width: 1200px) {
  .contadorLanzamiento .counter-group .counter-block .counter {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    height: 40px;
  }
  .contadorLanzamiento .counter-group .counter-block {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .contadorLanzamiento .counter-group .counter-block {
    height: 90px;
  }
  .contadorLanzamiento .counter-group .counter-block .counter {
    -webkit-transform: scale(1);
            transform: scale(1);
    height: 50px;
    margin-bottom: 10px;
  }
  .contadorLanzamiento .learn-press-coming-soon-course-message {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .contadorLanzamiento .counter-group .counter-block {
    height: 80px;
  }
  .contadorLanzamiento .counter-group .counter-block .counter {
    margin-bottom: 0;
  }
}
/**************************************
 Pagina Proximos cursos 
 **************************************/
.page-template-page-proximos-cursos #main .container-xl {
  padding-left: 0;
  padding-right: 0;
}

.listaProximosCursos li .contador {
  position: relative;
  background: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.listaProximosCursos li .contador .counter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listaProximosCursos li .contador .counter-group .counter-block {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 5px 8px 5px;
  width: 45px;
  height: 40px;
  border: none;
}
.listaProximosCursos li .contador .counter-group .counter-block .counter {
  position: relative;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  width: 30px;
  overflow: hidden;
  display: block;
  color: #fff;
  margin: 0;
}
.listaProximosCursos li .counter-group .counter-block .counter-caption {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: block;
  color: #fff;
  text-align: center;
}
.listaProximosCursos li:hover .countdown {
  background: #3d3d3d;
}
.listaProximosCursos li:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.listaProximosCursos li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  line-height: 1;
  width: 100%;
  min-height: 160px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0);
}
.listaProximosCursos li a .imagenProximosCursos {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 1rem;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listaProximosCursos li a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listaProximosCursos li .detallesProximosCursos {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.listaProximosCursos li .detallesProximosCursos .texto-proximo-curso {
  background: #e23a59;
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.55rem;
  padding: 0.7rem 0.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  font-weight: 100;
  line-height: 0;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.85rem;
  color: #4a4a4a;
}
.listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso i {
  color: #e23a59;
}
.listaProximosCursos li .detallesProximosCursos h5 {
  margin-bottom: 0.6rem;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listaProximosCursos li .detallesProximosCursos h5:hover {
  color: #e23a59;
}
.listaProximosCursos li .detallesProximosCursos .fLanzamiento {
  padding-right: 0.3rem;
}

.imgProximosCursos {
  width: 40rem;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0rem;
}

@media (max-width: 1200px) {
  .listaProximosCursos li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .listaProximosCursos li a .imagenProximosCursos {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .listaProximosCursos li .countdown {
    padding: 1.5rem 0.5rem;
  }
  .listaProximosCursos li .countdown li span {
    font-size: 1.4rem;
  }
  .listaProximosCursos li .countdown li p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .listaProximosCursos li .detallesProximosCursos {
    width: 100%;
  }
  .listaProximosCursos li .detallesProximosCursos .texto-proximo-curso {
    display: none;
  }
  .listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso {
    display: none;
  }
  .listaProximosCursos li .detallesProximosCursos h5,
  .listaProximosCursos li .detallesProximosCursos .h5 {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .listaProximosCursos li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1rem;
  }
  .listaProximosCursos li a .imagenProximosCursos {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .listaProximosCursos li a .imagenProximosCursos .myCountdown {
    padding: 0.5rem 0.5rem;
  }
  .listaProximosCursos li .detallesProximosCursos {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    text-align: center;
  }
  .listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*--------------------------------------------------------------
	6. WooCommerce
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	6.0. Página Tienda.
---------------------------------------------------------------*/
/* ---------------------------------
PAGINA TIENDA DE WOOCOMMERCE
------------------------------------ */
.premium-woocommerce .premium-woo-products-details-wrap .woocommerce-loop-product__title {
  min-height: 46px;
}
.premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button:before {
  content: "&";
}
.premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button .premium-woo-cart-loader {
  display: none;
}
.premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button.added {
  background-color: var(--e-global-color-secondary) !important;
}

/* 
@media (max-width: 768px) {
    .logged-out {
        &.woocommerce-account {
            .mo-openid-app-icons {
                > .mo_btn-social {
                    min-width: 100%;
                }
            }
        }
    }
} */
/*--------------------------------------------------------------
	6.0. Página detalles producto.
---------------------------------------------------------------*/
/***************************************
PAGINA DETALLES DE PRODUCTOS
**************************************/
body.single-product {
  background: #ffffff;
}
body.single-product .breadcrumbsWoocommerce .rank-math-breadcrumb {
  line-height: 1;
  font-size: 15px;
  padding: 32px 0;
}
body.single-product .breadcrumbsWoocommerce .rank-math-breadcrumb p {
  margin: 0;
}
body.single-product .detallesProducto {
  background: #fafafa;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
body.single-product .detallesProducto .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  margin-bottom: 16px;
}
body.single-product .detallesProducto .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
  width: auto !important;
  display: inline-block;
  margin: 0 8px 8px;
}
body.single-product .detallesProducto .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
}
body.single-product .detallesProducto .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child img {
  margin-right: 0;
}
body.single-product #woo-imagen-product {
  position: relative;
  /*
   .woocommerce-tabs.wc-tabs-wrapper {
      display: none;
  } */
}
body.single-product #woo-imagen-product .onsale {
  display: none;
}
body.single-product #woo-imagen-product .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
}
body.single-product #woo-imagen-product .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
body.single-product #woo-imagen-product .flex-control-thumbs li {
  margin-right: 6px;
}
body.single-product #woo-imagen-product .flex-control-thumbs li:last-child {
  margin-right: 0;
}
body.single-product #woo-sumario-producto {
  color: #555555;
  padding: 32px 32px 32px 8px;
}
body.single-product #woo-sumario-producto h1 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
}
body.single-product #woo-sumario-producto .price {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c3b7f;
  font-size: 28px;
  font-weight: bold;
}
body.single-product #woo-sumario-producto .price del {
  color: #acacac;
  opacity: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 12px;
  font-size: 16px;
}
body.single-product #woo-sumario-producto .price ins {
  color: #618e43;
  font-weight: bold;
  padding-left: 3px;
  text-decoration: none;
  font-size: 30px;
}
body.single-product #woo-sumario-producto form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product #woo-sumario-producto form.cart .single_add_to_cart_button {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 186px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.single-product #woo-sumario-producto form.cart .single_add_to_cart_button:before {
  content: "&";
}
body.single-product #woo-sumario-producto form.cart .added_to_cart.wc-forward {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 48px;
  margin: 0 0 0 8px;
  font-size: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#38883b));
  background: linear-gradient(#4caf50, #38883b);
  color: red;
  border-radius: 50%;
  overflow: hidden;
}
body.single-product #woo-sumario-producto form.cart .added_to_cart.wc-forward:before {
  content: "\e018";
  color: #ffffff;
  text-indent: 0;
  font-size: 18px;
  top: -1px;
}
body.single-product #woo-sumario-producto form.cart .added_to_cart.wc-forward:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#56c35a), to(#38883b));
  background: linear-gradient(#56c35a, #38883b);
}
body.single-product #woo-sumario-producto .woocommerce-product-details__short-description p {
  margin: 24px 0 32px;
  font-weight: 300;
}
body.single-product #woo-sumario-producto .quantity {
  margin-bottom: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
  white-space: nowrap;
  vertical-align: top;
}
body.single-product #woo-sumario-producto .quantity .quantity_selectors {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #fff;
  color: #666;
  border: 1px solid #ddd;
  text-transform: none;
  font-weight: 400;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  min-height: 3em;
  padding: 0 1.2em;
  max-width: 100%;
  cursor: pointer;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
body.single-product #woo-sumario-producto .quantity .quantity_selectors:hover {
  color: #000;
  background-color: #f1f1f1;
}
body.single-product #woo-sumario-producto .quantity .minus {
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.single-product #woo-sumario-producto .quantity .qty {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 2.5em;
  width: 2.5em;
  text-align: center;
  border-radius: 0 !important;
  -webkit-appearance: textfield;
          appearance: textfield;
  font-size: 1em;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 3em;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-appearance: textfield;
}
body.single-product #woo-sumario-producto .quantity .qty::-webkit-outer-spin-button, body.single-product #woo-sumario-producto .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
body.single-product #woo-sumario-producto .quantity .plus {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.single-product #woo-sumario-producto p[id*=payment-] {
  display: none !important;
  background-color: #f4faf6;
  color: #00a046;
  border: 2px dashed #7acb9d;
  padding: 16px 12px;
  border-radius: 5px;
  font-size: 14px;
}
body.single-product #woo-sumario-producto p[id*=payment-]:before {
  content: "\e018";
  top: 0;
  margin-right: 8px;
  font-size: 16px;
}
body.single-product #woo-sumario-producto p[id*=payment-] span {
  padding: 0 2px;
  font-weight: bold;
}
body.single-product #woo-sumario-producto .wc-deposits-wrapper .wc-deposits-option li {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.single-product #woo-sumario-producto .wc-deposits-wrapper .wc-deposits-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.single-product #woo-sumario-producto .wc-deposits-wrapper .wc-deposits-option > :nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body.single-product #woo-sumario-producto .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before,
body.single-product #woo-sumario-producto .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:after {
  margin: -14px 0 0 80%;
}
body.single-product #woo-sumario-producto .wc-deposits-option li input[type=radio] {
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
body.single-product #woo-sumario-producto .wc-deposits-option li label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 100%;
}
body.single-product #woo-sumario-producto .wc-deposits-option li input[type=radio] + label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
body.single-product #woo-sumario-producto .wc-deposits-option li input[type=radio]:checked + label:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#267c2a), color-stop(80%, #309334));
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border-color: transparent;
  border: none;
}
body.single-product #woo-sumario-producto .wc-deposits-option li input[type=radio]:checked + label:after {
  content: "}";
  line-height: 25px;
  position: absolute;
  left: 3px;
  top: 4px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 20px;
  width: 20px;
  text-transform: none;
  vertical-align: middle;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans {
  background: rgb(244, 250, 246);
  border: 2px dashed rgb(122, 203, 157);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 14px;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans:before, body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans:after {
  content: none;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li {
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px rgba(107, 177, 136, 0.4901960784);
          box-shadow: 0 1px rgba(107, 177, 136, 0.4901960784);
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li:last-child {
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li input[type=radio] {
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li label {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 100%;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li label strong {
  color: #1a1a1a;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li label .wc-deposits-payment-plan-description {
  color: #5c5c5c;
  font-size: 14px;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li input[type=radio] + label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li input[type=radio]:checked + label:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#267c2a), color-stop(80%, #309334));
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border-color: transparent;
  border: none;
  top: 3px;
}
body.single-product #woo-sumario-producto ul.wc-deposits-payment-plans li input[type=radio]:checked + label:after {
  content: "}";
  line-height: 25px;
  position: absolute;
  left: 3px;
  top: 1px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 20px;
  width: 20px;
  text-transform: none;
  vertical-align: middle;
}
body.single-product #tabsProducto {
  border-top: 1px solid rgba(0, 0, 0, 0.1058823529);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
  background-color: #fafafa;
}
body.single-product #tabsProducto ul.tabs {
  text-align: center;
}
body.single-product #tabsProducto ul.tabs:before {
  content: none;
}
body.single-product #tabsProducto ul.tabs li {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0 12px;
  padding: 0;
}
body.single-product #tabsProducto ul.tabs li:after, body.single-product #tabsProducto ul.tabs li:before {
  content: none;
}
body.single-product #tabsProducto ul.tabs li > a {
  padding: 30px 0 10px 0;
  vertical-align: bottom;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: rgba(51, 51, 51, 0.7);
  text-transform: uppercase;
}
body.single-product #tabsProducto ul.tabs li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  top: 0;
  height: 3px;
  background-color: var(--e-global-color-primary);
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
body.single-product #tabsProducto ul.tabs li.active a {
  color: #333;
}
body.single-product #tabsProducto ul.tabs li.active a:after {
  width: 100%;
}
body.single-product #tabsProducto #reviews #review_form {
  max-width: 700px;
}
body.single-product #tabsProducto #reviews #review_form .comment-reply-title {
  display: block;
  font-weight: bold;
}
body.single-product #tabsProducto #reviews #review_form #commentform {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.single-product #tabsProducto #reviews #review_form #commentform .comment-form-comment label,
body.single-product #tabsProducto #reviews #review_form #commentform .comment-form-rating label {
  margin-bottom: 8px;
}
body.single-product #tabsProducto .woocommerce-Tabs-panel {
  margin: 0 0 2em;
  padding: 20px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
body.single-product #tabsProducto .woocommerce-Tabs-panel h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
body.single-product #tabsProducto .related.products h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
body.single-product #tabsProducto .related.products .add_to_cart_button:before {
  content: "&";
}
body.single-product #tabsProducto .related.products ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product #tabsProducto .related.products ul.products li.product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: white;
  padding: 16px;
  margin: 0 2% 2.992em 0;
}
body.single-product #tabsProducto .related.products ul.products li.product:last-child {
  margin-right: 0;
}
body.single-product #tabsProducto .related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  min-height: 46px;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.2em;
  color: var(--e-global-color-text);
}
body.single-product #tabsProducto .related.products ul.products li.product .price {
  color: var(--e-global-color-primary);
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 18px;
  text-align: center;
}
body.single-product #tabsProducto .related.products ul.products li.product .price del {
  font-size: 12px;
}
body.single-product #tabsProducto .related.products ul.products li.product .price ins {
  text-decoration: none;
}
body.single-product #tabsProducto .related.products ul.products li.product .add_to_cart_button {
  border-radius: 100px;
}
body.single-product #tabsProducto .related.products ul.products li.product .added_to_cart.wc-forward {
  display: block;
  text-align: center;
  text-decoration: underline;
}

.wc_membership_enabled .mensaje-informativo {
  display: none;
}

.wc_product_purchased form.cart {
  display: none;
}

/***************************************
Medias Queries Generales
**************************************/
@media (max-width: 768px) {
  body.single-product #tabsProducto .related.products ul.products li.product {
    width: 100%;
    margin: 0 0 16px 0;
  }
  body.single-product #tabsProducto .related.products ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
  }
}
/*--------------------------------------------------------------
	6.1. Página carrito
---------------------------------------------------------------*/
/***************************************
PAGINA CARRITO
**************************************/
.woocommerce-cart .woocommerce .woocommerce-message {
  text-align: center;
}
.woocommerce-cart .woocommerce table.cart {
  overflow: hidden;
}
.woocommerce-cart .woocommerce table.cart td {
  line-height: 1;
}
.woocommerce-cart .woocommerce table.cart td.product-remove {
  max-width: 30px;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a.remove {
  color: #666 !important;
  width: 16px;
  height: 25px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a.remove:before {
  content: "\e013";
  font-size: 16px;
  color: var(--e-global-color-text);
  display: block;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a.remove:hover {
  background: transparent;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a.remove:hover:before {
  color: var(--e-global-color-primary);
}
.woocommerce-cart .woocommerce table.cart td.product-thumbnail {
  max-width: 50px;
}
.woocommerce-cart .woocommerce table.cart td.product-thumbnail img {
  width: 80px;
  padding: 3px;
  border: 1px solid #d6d8d8;
  border-radius: 3px;
}
.woocommerce-cart .woocommerce table.cart td.product-quantity span {
  text-align: left;
  background: whitesmoke;
  padding: 8px 16px;
  border-radius: 5px;
  max-width: 80px;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
  width: 150px;
  font-size: 15px;
  margin-right: 8px;
  color: var(--e-global-color-text);
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
  color: #aeaeae;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder {
  color: #aeaeae;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder {
  color: #aeaeae;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::-ms-input-placeholder {
  color: #aeaeae;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::placeholder {
  color: #aeaeae;
}
.woocommerce-cart .woocommerce .cart_totals h2 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: bold;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table tr th {
  vertical-align: middle;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  font-weight: bold;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: "S";
  top: -2px;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form {
  margin: 0;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p {
  padding: 6px 3px 6px 0;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p select {
  padding: 8px;
  border: 1px solid #ccd5dd;
}
.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  margin-bottom: 16px;
}
.woocommerce-cart .woocommerce .cart-empty:before {
  content: "";
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce-cart .woocommerce .return-to-shop a {
  border-radius: 5px;
  background: var(--e-global-color-primary);
  color: #f7f6f7;
  font-weight: inherit;
}
.woocommerce-cart .woocommerce .woocommerce-message {
  text-align: center;
}

/***************************************
Medias Queries Generales
**************************************/
@media (max-width: 768px) {
  .woocommerce-cart .elementor-widget-container .woocommerce .woocommerce-cart-form table.shop_table_responsive {
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 15px;
  }
  .woocommerce-cart .woocommerce table.cart td.product-quantity span {
    display: inline-block !important;
    padding: 4px 8px;
  }
  .woocommerce-cart .woocommerce table.cart td.product-remove {
    max-width: inherit;
  }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: initial;
    line-height: 1.3;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table_responsive tr,
  .woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    border: 1px solid #e5e5e5;
    border-top: 0;
    margin-bottom: 10px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions .button {
    width: auto;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-cart .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table tr td {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions .button {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .woocommerce-cart .woocommerce .cart_totals h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .woocommerce-cart .woocommerce table.cart td.actions .coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 8px 0;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 4px;
  }
}
/*--------------------------------------------------------------
	6.2. Página Checkout
---------------------------------------------------------------*/
/***************************************
PAGINA CHECKOUT WOOCOMMERCE
 **************************************/
.woocommerce-checkout .woocommerce {
  /* SECCION LOGIN  */
  /* -------------------------------------------------------------------------- */
  /*                              BLOOUES GENERALES                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            INFORMACIÓN DE CUENTA                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               METODOS DE PAGO                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TU PEDIDO                                 */
  /* -------------------------------------------------------------------------- */
  /*****************************************
  3. BLOQUE TU PEDIDO
  *****************************************/
  /**********************************************
  1.  Metodo de pago STRIPE (Formulario incrustado) 
  ***********************************************/
  /**********************************************
  1.  Metodo de pago Izipay (Formulario incrustado) 
  ***********************************************/
  /**********************************************
  1.  Metodo de pago Izipay (Formulario Popin) 
  ***********************************************/
  /***************************************
  2.  Metodo de pago YAPE 2 (Pagos Móviles Perú)
  **************************************/
  /***************************************
  1. Metodo de pago YAPE 1 (NOSE)
  **************************************/
  /***************************************
  3. Metodo de pago YAPE 3 (CUSTOM)
  **************************************/
  /***************************************
  2.  Metodo de pago NIUBIZ
  **************************************/
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  padding: 0;
  background: transparent;
  border-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
  content: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  padding-left: 4px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login > p:first-child {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .lost_password {
  line-height: 2;
  margin-bottom: 0;
  margin-left: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .lost_password a {
  color: var(--e-global-color-text);
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__rememberme {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__submit {
  margin: 16px 0 0 0;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 12px 24px;
  text-align: center;
  text-transform: inherit;
  width: 100%;
  height: 48px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout input[type=text]:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout input[type=password]:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout textarea:focus {
  border-color: #a1a8af;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout ::-moz-selection {
  background-color: var(--e-global-color-primary);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout ::-moz-selection,
.woocommerce-checkout .woocommerce .woocommerce-checkout ::selection {
  background-color: var(--e-global-color-primary);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated .select2-container,
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated select {
  border-color: #6dc22e !important;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3 {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-wide.address-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1em + 5px), calc(100% - 18px) calc(1em + 5px);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.woocommerce-checkout .woocommerce .showlogin,
.woocommerce-checkout .woocommerce .showcoupon {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--e-global-color-primary);
}
.woocommerce-checkout .woocommerce .bloqueCheckout,
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login {
  background: white;
  border: none;
  border-radius: 3px;
  border-top: 2px solid var(--e-global-color-primary);
  -webkit-box-shadow: 0 1px 1px #b1bbc8;
          box-shadow: 0 1px 1px #b1bbc8;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 32px;
  position: relative;
}
.woocommerce-checkout .woocommerce .bloqueCheckout h3,
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .show-password-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-invalid .show-password-input {
  margin-top: -12px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #60a506;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico:before {
  content: "\e001";
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-right: 4px;
  top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
  position: absolute;
  right: 32px;
  top: 28px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout .woocommerce .informacionMetodosPago #ppc-button {
  margin-top: 1.5rem;
}
.woocommerce-checkout .woocommerce #payment #place_order {
  -webkit-animation: ComprarAhora 3s infinite;
          animation: ComprarAhora 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  float: none;
  margin: 18px 0 0;
  height: auto;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
.woocommerce-checkout .woocommerce #payment #place_order:hover {
  -webkit-animation: none !important;
          animation: none !important;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods {
  border: 1px solid #d6d8d8;
  border-radius: 5px;
  display: block;
  list-style-type: none;
  margin: 16px 0 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio] {
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d6d8d8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 10px 20px 10px 50px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 100%;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
  width: 110px;
}
.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio] + label:before {
  background-color: transparent;
  border: 2px solid #d6d8d8;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 24px;
  left: 14px;
  margin: 0;
  position: absolute;
  top: 14px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 24px;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods > li.wc_payment_method > label .payment-method__label-text {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > input[type=radio]:first-child:checked + label {
  background-color: #f0f4f4;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #1e212b;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods > li.wc_payment_method .payment_box {
  background-color: #f0f4f4;
  border-bottom: 1px solid #d6d8d8;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset;
          box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset;
  margin: 0;
  padding: 20px 20px 20px 46px;
}
.woocommerce-checkout .woocommerce #payment div.payment_box::before {
  content: none;
}
.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio]:first-child:checked + label:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#267c2a), color-stop(80%, #309334));
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border-color: transparent;
  content: "";
  border: none;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods > .wc_payment_method > input[type=radio]:first-child:checked + label:after {
  color: #fff;
  content: "}";
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 24px;
  left: 14px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 14px;
  vertical-align: middle;
  width: 24px;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods > li:last-child.wc_payment_method .payment_box {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li:last-child.wc_payment_method > label {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li:last-child.wc_payment_method > input[type=radio]:first-child:checked + label {
  border-bottom: 1px solid #d6d8d8;
}
.woocommerce-checkout .woocommerce #payment div.form-row {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions p:first-child {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin: 18px 0 0 0;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 0;
  display: block;
  text-align: left;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h1,
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h2,
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3,
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4,
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h5,
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h6 {
  margin: 12px 0;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h1 {
  font-size: 22px;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h2 {
  font-size: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3 {
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4 {
  font-size: 16px;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p {
  margin: 0;
  padding: 0;
  text-align: left !important;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p.woocommerce-invalid-required-field #terms {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #f21c1c inset;
          box-shadow: 0 0 0 2px #f21c1c inset;
  background: #f21c1c;
  -webkit-transition: none;
  transition: none;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text {
  color: #f21c1c;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border: none;
  border-collapse: initial;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr {
  position: relative;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
  padding-right: 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review {
  /*****************************************
  3. BLOQUE CUPON
  *****************************************/
}
.woocommerce-checkout .woocommerce #order_review .shop_table {
  border-collapse: collapse;
  margin: 18px 0 0 0;
}
.woocommerce-checkout .woocommerce #order_review .shop_table thead {
  display: none;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td {
  border: none;
  min-width: 110px;
  position: relative;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  color: var(--e-global-color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail img {
  background-color: #fff;
  border: 1px solid #d6d8d8;
  border-radius: 3px;
  height: auto !important;
  margin-right: 8px;
  padding: 3px;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove:before {
  color: var(--e-global-color-text);
  content: "\e013";
  display: block;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove:hover {
  background: transparent;
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove:hover:before {
  color: var(--e-global-color-primary);
}
.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-quantity {
  display: none;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tr.cart_item td.product-total {
  padding-right: 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.cart-subtotal {
  display: none;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping th {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td {
  padding-right: 0;
  text-align: right;
  color: #267c2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td #shipping_method li {
  margin: 8px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  /*                                     input {
      margin: 0 8px 0 0;
      display: block;
      height: 1px;
      opacity: 0;
      position: absolute;
      width: 1px;
      + label {
          align-items: center;
          background-color: #fff;

          border-left: 0;
          border-right: 0;
          border-top: 0;
          cursor: pointer;
          display: flex;
          flex-wrap: wrap;

          justify-content: space-between;
          margin: 0;
          padding: 0 0 0 28px;
          position: relative;
          transition: all 0.15s linear;
          width: 100%;
          &:before {
              content: "";
              background-color: transparent;
              border: 2px solid #d6d8d8;
              border-radius: 100%;
              box-shadow: none;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              display: block;
              height: 16px;
              width: 16px;
              left: 0;
              margin: 0;
              position: absolute;
              top: 5px;
              transition: all 0.15s linear;
          }
      }
      &:first-child:checked + label:before {
          background: linear-gradient(to top, #267c2a 0%, #309334 80%);
          background-size: 24px 24px;
          border-color: transparent;
          content: "";
          border: none;
      }
      &:first-child:checked + label:after {
          color: #fff;
          content: "\7d";
          display: inline-block;
          font-size: 11px;
          font-style: normal;
          font-variant: normal;
          font-weight: 400;
          height: 16px;
          width: 16px;
          left: 0;
          line-height: 25px;
          position: absolute;
          text-align: center;
          text-transform: none;
          top: 1px;
          vertical-align: middle;
      }
  } */
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td #shipping_method li input {
  margin: 0 8px 0 0;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total th,
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total td {
  font-size: 20px;
  padding: 30px 0 0 0;
  text-align: left;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /*   color: var(--e-global-color-primary); */
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form td * {
  display: none;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form p:not([class]) {
  display: none;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .input-text {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .button {
  background-color: var(--e-global-color-secondary) !important;
  font-size: 16px !important;
  font-weight: normal;
  padding: 16px 24px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100% !important;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.9;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .button.loadingCoupon {
  opacity: 0.5;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle {
  display: block;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 0;
  background: transparent;
  border-top: 0;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle * {
  display: block;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon {
  display: block;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon * {
  display: block;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 0;
  padding: 0 0 24px;
  text-align: left;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: none;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--e-global-color-primary);
  font-size: 15px;
  text-underline-offset: 0.2rem;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form td {
  padding: 0;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .checkout_coupon {
  background: transparent;
  border: none;
  border-radius: 5px;
  display: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .checkout_coupon .form-row.form-row-first {
  display: inline-block;
  float: none;
  margin: 0 0 0.5rem 0;
  padding-right: 0;
  width: 100%;
}
.woocommerce-checkout .woocommerce #order_review .coupon-form .checkout_coupon .form-row {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.woocommerce-checkout .woocommerce #order_review .cart-discount th {
  color: #60a506;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce #order_review .cart-discount td {
  color: #60a506;
  padding-right: 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce .garantiasAdicionales .devolucion30dias p {
  letter-spacing: -0.1px;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes {
  background: #0ecf9f;
  color: white;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes .itemTestimonios {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 165px !important;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes .itemTestimonios .contenidoTestimonio p {
  font-style: italic;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes .itemTestimonioImagen {
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px #1b671e;
          box-shadow: 0 1px 1px #1b671e;
  height: 70px;
  margin-right: 1rem;
  width: 70px;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: 0 -1px rgba(11, 10, 10, 0.23);
          box-shadow: 0 -1px rgba(11, 10, 10, 0.23);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes footer h5 {
  color: white;
  line-height: 1.4;
  margin: 0;
}
.woocommerce-checkout .woocommerce .testimoniosEstudiantes footer h5 i {
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  padding-left: 0;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
  margin-right: 4px;
  top: 2px;
  position: relative;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label {
  display: inline;
  font-size: 14px;
  opacity: 0.6;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_processing div {
  background-size: 55px;
  background-image: url("assets/images/preloader/loading-1.gif") !important;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_wrapper > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded .kr-spinner > div {
  background-color: #fbfbfb;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-pan,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-expiry,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-security-code,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-installment-number,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-first-installment-delay {
  height: 44px;
  border-radius: 3px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-expiry {
  max-width: 49%;
  display: inline-block;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-security-code {
  max-width: 49%;
  display: inline-block;
  float: right;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-field-wrapper {
  margin-top: 6px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-pan .kr-icon-wrapper-root,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-pan .kr-field-component,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-expiry .kr-icon-wrapper-root,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-expiry .kr-field-component,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-security-code .kr-icon-wrapper-root,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-security-code .kr-field-component,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded.kr-help-button-inner-field .kr-security-code .kr-help-button-wrapper.kr-inner .kr-help-button {
  top: -2px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd {
  /*Logo footer*/
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-embedded {
  width: 340px;
  -webkit-box-shadow: 0 0 15px rgba(18, 18, 18, 0.47);
          box-shadow: 0 0 15px rgba(18, 18, 18, 0.47);
  border-radius: 5px;
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-pan,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-expiry,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-security-code,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-installment-number,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-first-installment-delay {
  margin-bottom: 0;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-pan.kr-error,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-expiry.kr-error,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-security-code.kr-error,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-installment-number.kr-error,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-first-installment-delay.kr-error {
  border: 1px solid #d9534f;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-embedded .kr-form-error,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-smartform .kr-form-error,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-smart-form .kr-form-error {
  background-color: #fff8d8;
  border-radius: 4px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-embedded .kr-form-error span,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-smartform .kr-form-error span,
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-smart-form .kr-form-error span {
  font-size: 12px;
  text-align: left;
  color: #7d5507 !important;
  padding: 6px 2px;
  display: inline-blocK;
  font-family: var(--bs-body-font-family);
  text-align: center;
  cursor: default;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header {
  height: 100px;
  border-bottom: 0px;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header-background {
  background-color: #f4f4f4 !important;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d0d0d0;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin] div.kr-popin-modal-header .kr-popin-modal-header-image img.kr-header-logo {
  content: url("assets/images/payment/logo-cabecera-izipay.png");
  -webkit-transform: scale(1.32);
          transform: scale(1.32);
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin] .kr-popin-modal-header i.fi-x-circle.icon-close-popup {
  width: 20px;
  height: 20px;
  background: #b4b4b5;
  fill: #f5f5f5 !important;
  border: 1px solid #b4b4b5 !important;
  top: 4px;
  right: 4px;
  -webkit-box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #7d7c7c inset;
          box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #7d7c7c inset;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin] .kr-popin-modal-header i.fi-x-circle.icon-close-popup svg {
  width: 15px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin] .kr-popin-modal-header i.fi-x-circle.icon-close-popup:hover {
  background: #8e8e90;
  -webkit-box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #3a3a3a inset;
          box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #3a3a3a inset;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-shop-name {
  margin-top: 42px;
  border-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin] {
  padding-bottom: 0;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded .kr-payment-button {
  color: #ffffff !important;
  background-color: #29d2c9 !important;
  border-radius: 3px;
  height: 55px;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded .kr-payment-button:hover {
  background-color: #2ee0d6 !important;
  border-radius: 5px;
  color: #ffffff;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded .kr-payment-button span:hover {
  font-size: 16px;
  text-shadow: none;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin],
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd div.kr-popin-modal-footer {
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd div.kr-popin-modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin: 20px 0;
  position: relative;
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin].kr-help-button-inner-field .kr-popin-modal-footer .kr-whitelabel-logo img {
  content: url("assets/images/payment/logo-footer-izipay.svg");
  height: auto;
  width: 190px;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce .form-row {
  text-align: left;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_pago_moviles_peru > label img {
  width: 50px;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru #wc-pago_moviles_peru-cc-form {
  margin: 0 !important;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide > label {
  font-weight: bold;
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide br {
  display: none;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide .text-bold {
  font-weight: inherit;
  margin: 0 0 1rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: left;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide .qrcode-image {
  border-radius: 5px;
  float: inherit;
  height: auto !important;
  margin: 0 auto 0.5rem;
  max-height: inherit;
  width: 90% !important;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide .phone-number {
  background: #eee;
  border: dashed 1px #e23a59;
  border-radius: 5px;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto 2rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  outline: none !important;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide #pago_moviles_peru_trf_image {
  background-color: #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  outline: 1px dashed #92b0b3;
  padding: 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  width: 90%;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide #pago_moviles_peru_trf_image::-webkit-file-upload-button {
  background-color: transparent !important;
  border: 1px solid #01b2b2;
  border-radius: 5px;
  color: #01b2b2 !important;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 1s;
  transition: 1s;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide #pago_moviles_peru_trf_image::file-selector-button {
  background-color: transparent !important;
  border: 1px solid #01b2b2;
  border-radius: 5px;
  color: #01b2b2 !important;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 1s;
  transition: 1s;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide #pago_moviles_peru_trf_image::-webkit-file-upload-button:hover {
  border: 1px solid #0ccece;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide #pago_moviles_peru_trf_image::file-selector-button:hover {
  border: 1px solid #0ccece;
}
.woocommerce-checkout .woocommerce .payment_box.payment_method_wocommerce_yape_peru img {
  display: none;
}
.woocommerce-checkout .woocommerce .box .box__file + label {
  font-size: 1rem;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: inherit;
}
.woocommerce-checkout .woocommerce .popup-wrapper > div {
  width: auto;
}
.woocommerce-checkout .woocommerce .popup-wrapper .first-step img {
  border-radius: 5px;
}
.woocommerce-checkout .woocommerce .popup-wrapper .first-step .telephone-number {
  color: inherit;
  font-size: 18px;
  margin: 0.5rem 0 0;
}
.woocommerce-checkout .woocommerce .popup-wrapper .first-step .telephone-number a {
  background: #eee;
  border: dashed 1px var(--e-global-color-primary);
  border-radius: 5px;
}
.woocommerce-checkout .woocommerce .popup-wrapper .first-step .price {
  color: #3fa627;
  font-size: inherit;
  margin: 1rem 0;
}
.woocommerce-checkout .woocommerce .popup-wrapper .btn_submit {
  background-color: var(--e-global-color-primary);
  border: 1px solid transparent;
  border-color: var(--e-global-color-primary);
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.8rem 1.2rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce .popup-wrapper .first-step .amount {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce .popup-wrapper .first-step p {
  font-family: inherit;
  font-size: 0.85rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  text-align: left;
  white-space: pre;
}
.woocommerce-checkout .woocommerce .instruccionesYapeWeb .numeroYape {
  background: #eee;
  border: dashed 1px #e23a59;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  margin: 0.5rem auto;
  max-width: 600px;
  outline: none !important;
  padding: 1rem 2rem;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_niubiz > label img[src*="niubiz_woocommerce/images"] {
  display: none;
}
.woocommerce-checkout .woocommerce p.woocommerce-invalid-required-field span.error-inline {
  color: #e2401c;
  display: block !important;
  font-size: 14px;
  margin-top: 4px;
}
.woocommerce-checkout .woocommerce p.woocommerce-invalid-required-field span.error-inline .error-inline-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .woocommerce p.woocommerce-invalid-required-field span.error-inline .error-inline-left:before {
  content: "\e014";
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-right: 4px;
  top: 0px;
}
.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e2401c;
}

/*************************************************
7. ESTILOS ESPECIFICOS PARA PLUGINS CUPON POR URL
Razon: Cuando el CUPON es de un descuento de 0, no se muestre ni mensajes ni en valor de descuento (Factor desmotivador)
*************************************************/
.woocommerce-checkout.woo_coupon_emply .woocommerce-message,
.woocommerce-checkout.woo_coupon_emply .cart-discount {
  display: none;
}

/*************************************************
8. ESTILOS ESPECIFICOS PARA PLUGINS DE WOOCOMMERCE
*************************************************/
.woocommerce-checkout .woocommerce div[class*=molongui-bump-content-] .molongui-bump-image img.mbo-img {
  display: block;
}
.woocommerce-checkout .woocommerce div[class*=molongui-bump-content-] .molongui-bump-image img:nth-child(2) {
  display: none;
}

/***************************************
Medias Queries 
**************************************/
@media (max-width: 576px) {
  .woocommerce-checkout .woocommerce .bloqueCheckout,
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login {
    margin-bottom: 18px;
    padding: 24px 16px;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label,
  .woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row label,
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .lost_password a,
  .woocommerce-checkout .woocommerce .woocommerce-checkout .form-row .select2-container,
  .woocommerce-checkout .woocommerce .woocommerce-checkout .form-row input.input-text,
  .woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated select,
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-wide.address-field select,
  .woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
  .woocommerce-checkout .woocommerce #order_review .shop_table tbody tr,
  .woocommerce-checkout .woocommerce #order_review .shop_table td.product-name,
  .woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label,
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 14px;
  }
  .woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total th,
  .woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total td {
    font-size: 18px;
    padding: 16px 0 0 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
    position: absolute;
    right: 16px;
    top: 24px;
    font-size: 13px;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label.woocommerce-form__label-for-checkbox {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label.woocommerce-form__label-for-checkbox input {
    margin-top: 4px;
  }
  .woocommerce-checkout .woocommerce #payment ul.payment_methods > li.wc_payment_method .payment_box {
    padding: 10px 14px;
    font-size: 14px;
  }
  .woocommerce-checkout .woocommerce form .form-row-first,
  .woocommerce-checkout .woocommerce form .form-row-last {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__submit {
    font-size: 16px;
    padding: 16px;
  }
}
@media (max-width: 440px) {
  .woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
    width: 60px;
  }
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }
  .woocommerce-checkout .woocommerce #order_review .shop_table td.product-name {
    line-height: 1.3;
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail {
    margin-left: 30px;
  }
  .woocommerce-checkout .woocommerce #order_review .shop_table tr.cart_item td.product-total {
    width: 90px;
    padding-left: 0;
  }
  .woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail img {
    display: none;
  }
  .woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio] + label:before {
    height: 18px;
    left: 10px;
    top: 14px;
    width: 18px;
  }
  .woocommerce-checkout .woocommerce #payment ul.payment_methods > .wc_payment_method > input[type=radio]:first-child:checked + label:after {
    left: 7px;
    line-height: 19px;
    top: 14px;
    width: 24px;
    font-size: 13px;
  }
  .woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label {
    padding: 10px 20px 10px 36px;
  }
}
@media (max-width: 380px) {
  .woocommerce-checkout .woocommerce .bloqueCheckout,
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login {
    padding: 24px 12px;
  }
  .woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
    display: none;
  }
  .woocommerce-checkout .woocommerce .bloqueCheckout h3,
  .woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
    font-size: 10px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico:before {
    font-size: 10px;
    margin-right: 2px;
  }
  .woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label {
    padding: 10px 10px 10px 44px;
  }
}
/*--------------------------------------------------------------
	6.3. Página Mi Cuenta
---------------------------------------------------------------*/
/* ---------------------------------
PAGINA MI CUENTA DE WOOCOMMERCE
NOTA: No usamos el panel, pero si la pagina de login
------------------------------------ */
/* ------------------------------------
1. Pagina Login de Woocommerce
-------------------------------------- */
.logged-out.woocommerce-account .woocommerce .col-1 > h2,
.logged-out.woocommerce-account .woocommerce .col-2 > h2 {
  display: none;
}
.logged-out.woocommerce-account .woocommerce h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 26px;
  text-transform: inherit;
  text-align: center;
}
.logged-out.woocommerce-account .woocommerce form {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
.logged-out.woocommerce-account .woocommerce form label {
  color: var(--e-global-color-text);
}
.logged-out.woocommerce-account .woocommerce form input.input-text,
.logged-out.woocommerce-account .woocommerce form textarea {
  border-color: #ccd5dd;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 16px 0 0 0;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit:hover,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit:hover {
  opacity: 0.9;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login h2 {
  margin-bottom: 70px;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__rememberme {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-LostPassword,
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) .lost_password {
  line-height: 2;
  margin-bottom: 0;
  margin-left: auto;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-LostPassword a,
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) .lost_password a {
  color: var(--e-global-color-text);
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text {
  font-size: 14px;
  color: var(--e-global-color-text);
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a {
  color: var(--e-global-color-primary);
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  margin: -5px 0 0 0;
}
.logged-out.woocommerce-account .woocommerce > h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.logged-out.woocommerce-account .woocommerce > .woocommerce-form-login {
  max-width: 600px;
  margin: 0 auto;
}

.logged-out.woocommerce-account.woocommerce-page .woocommerce .woocommerce-form-login,
.logged-out.woocommerce-account.woocommerce-page .woocommerce .woocommerce-form-register {
  background: white;
  border: none;
  border-radius: 3px;
  border-top: 2px solid var(--e-global-color-primary);
  -webkit-box-shadow: 0 1px 1px #b1bbc8;
  box-shadow: 0 1px 1px #b1bbc8;
  margin-top: 0;
  padding: 42px 24px;
  position: relative;
  min-height: 500px;
}
.logged-out.woocommerce-account.woocommerce-page .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin: 42px 0 0 0;
}

/* ---------------------------------
PAGINA DASHBOARD
------------------------------------ */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
  text-decoration: none;
  width: 100%;
  padding: 7px 0;
  color: #353535;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #e23a59;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f07a";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f019";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f3c5";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: "\f134";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ly_saved_cards a:before {
  content: "\f2bb";
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
  width: 25%;
  border-right: 1px solid #cfcfcf;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-title {
  font-size: 18px;
  font-weight: bold;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #cfcfcf;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
  max-width: 75%;
  width: 75%;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.wd-my-account-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
  width: 25%;
}

.wd-my-account-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.wd-my-account-links a {
  display: block;
  height: 100%;
  padding: 1.5rem;
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(9, 30, 66, 0.25);
          box-shadow: 0 1px 1px rgba(9, 30, 66, 0.25);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  border-radius: 0.3rem;
}
.wd-my-account-links a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  content: "\f07a";
  color: #353535;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.wd-my-account-links .dashboard-link {
  display: none;
}
.wd-my-account-links .orders-link a:before {
  content: "\f07a";
}
.wd-my-account-links .downloads-link a:before {
  content: "\f019";
}
.wd-my-account-links .edit-address-link a:before {
  content: "\f3c5";
}
.wd-my-account-links .edit-account-link a:before {
  content: "\f007";
}
.wd-my-account-links .wishlist-link a:before {
  content: "\f134";
}
.wd-my-account-links .ly_saved_cards-link a:before {
  content: "\f2bb";
}
.wd-my-account-links .customer-logout-link a:before {
  content: "\f08b";
}

/* ---------------------------------
Página INICIAL MIEMBROS PMMP
------------------------------------ */
.page-template-pagina-mi-cuenta .micuenta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
          box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.page-template-pagina-mi-cuenta .micuenta a i {
  font-size: 4rem;
  margin: 4rem 0;
  color: white;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-template-pagina-mi-cuenta .micuenta a:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page-template-pagina-mi-cuenta .micuenta a h5 {
  width: 100%;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-align: center;
  background: white;
  margin: 0;
  color: #272727;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-pagina-mi-cuenta .pmpro_member_log_out {
  display: none;
}
.page-template-pagina-mi-cuenta .pmpro_member_display_name {
  text-align: center;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .logged-out {
    /*  .mo-openid-app-icons {
         > .mo_btn-social {
             min-width: 100%;
         }
     } */
  }
  .logged-out.woocommerce-account .woocommerce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logged-out.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .logged-out.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  .logged-out.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    border-right: none;
    padding-bottom: 2rem;
  }
  .logged-out.woocommerce-account .woocommerce > .woocommerce-form-login {
    max-width: 100%;
  }
  .logged-out.woocommerce-account .woocommerce form .form-row {
    padding: 0;
  }
}
/*--------------------------------------------------------------
	6.3. Página Ingresar
---------------------------------------------------------------*/
/* ---------------------------------
PAGINA MI CUENTA DE WOOCOMMERCE
NOTA: No usamos el panel, pero si la pagina de login
------------------------------------ */
/* ------------------------------------
1. Pagina Login de Woocommerce
-------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                          8. Login Social (MiniOrange)                      */
/* -------------------------------------------------------------------------- */
.logged-out.woocommerce-account .mo-openid-app-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logged-out.woocommerce-account .mo-openid-app-icons > p {
  display: none;
}
.logged-out.woocommerce-account .mo-openid-app-icons + br {
  display: none;
}
.logged-out.woocommerce-account .mo-openid-app-icons .mo_btn-block + .mo_btn-block {
  margin-top: 0;
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding-left: 10px !important;
  padding-right: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button > i {
  position: static;
  line-height: 1;
  margin: 0 12px 0 0;
  border-right: 0;
  min-width: 28px;
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button.mo_btn-google {
  background: #4f71e8 !important;
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button.mo_btn-google img {
  content: url("assets/images/icon-social/icon-social-google.svg");
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px !important;
  height: 28px !important;
  border-right: 0;
  margin: 0;
  position: static;
  border-radius: 5px;
  padding: 5px;
  margin-right: 12px;
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button:hover {
  opacity: 0.85;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button .mo_btn_transform_i:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button:not([class*=mo_btn-mo]) > i {
  margin: 0;
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button.mo_btn-google-white:hover, .logged-out.woocommerce-account .mo-openid-app-icons > .login-button.mo_btn-google-white:focus, .logged-out.woocommerce-account .mo-openid-app-icons > .login-button.mo_btn-google-white:active, .logged-out.woocommerce-account .mo-openid-app-icons > .login-button.mo_btn-google-white.active {
  color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8)) !important;
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8) !important;
}
.logged-out.woocommerce-account .mo-openid-app-icons.app-icons-space-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logged-out.woocommerce-account .mo-openid-app-icons.app-icons-space-2-or-more {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logged-out.woocommerce-account .swipe-login-estilo-bunny .elementor-image-carousel-caption h5 {
  font-weight: 300;
}
.logged-out.woocommerce-account .swipe-login-estilo-bunny .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row label {
  padding-bottom: 8px;
}
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row label,
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row span.lost_password a,
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row .show-password-input,
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row .show-password-input {
  color: #e9eaec;
}
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row .show-password-input,
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row .show-password-input {
  top: 0.9em;
}
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row .display-password::after {
  color: #ffffff;
}
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row input.input-text,
.logged-out.woocommerce-account .login-estilo-crehana .woocommerce form.woocommerce-form-login p.form-row textarea {
  border-color: #ffffff;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 8px;
}

@media (max-width: 768px) {
  .logged-out.woocommerce-account .mo-openid-app-icons > .mo_btn-social {
    min-width: 100%;
  }
}
/*--------------------------------------------------------------
	6.4. Página Thankyou
---------------------------------------------------------------*/
/***************************************
PAGINA THANK YOU
 **************************************/
/* .woocommerce-checkout.woocommerce-order-received {
    background: white;
} */
.woocommerce-checkout .woocommerce-order {
  background: white;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 32px;
}
.woocommerce-checkout .woocommerce-order .text-redirect-after-payment {
  text-align: center;
  padding: 0 0 32px 0;
  margin: 0;
  color: var(--e-global-color-primary);
}
.woocommerce-checkout .woocommerce-order p.woocommerce-thankyou-order-received {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: center;
}
.woocommerce-checkout .woocommerce-order p.woocommerce-thankyou-order-received:before {
  color: #109c1c;
  content: "1";
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-order ul.order_details {
  background: whitesmoke;
  border: 0;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 3em;
  padding: 1.5rem 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details,
.woocommerce-checkout .woocommerce-order .woocommerce-bacs-bank-details {
  background: white;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-order .wc-bacs-bank-details-heading, .woocommerce-checkout .woocommerce-order > h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-bacs-bank-details h3 {
  font-size: 1.2rem;
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details {
  /*  :last-child {
      text-align: right;
      padding-right: 20px;
  } */
}
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details tbody .order_item_status td.woocommerce-table__order_item_status {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details td,
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details tfoot th {
  padding-left: 20px;
  text-align: left;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .product-total {
  text-align: right;
  padding-right: 20px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details tfoot td {
  text-align: right;
  padding-right: 20px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thank-coupon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 15px 0;
  opacity: 1;
  padding: 0 20px;
  position: relative;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thank-coupon:before {
  color: black;
  font-family: "campus-lms-fonts";
  content: "6";
  font-size: 2rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 4px;
  line-height: 0;
  position: absolute;
  text-transform: none;
  top: 4px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thank-coupon-input {
  background-color: #ededed;
  border-color: #666666;
  border-style: dashed;
  border-width: 3px;
  color: #0a0202;
  display: inline-block;
  font-size: 24px;
  height: 46px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.woocommerce-checkout .woocommerce-order .woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700;
  margin: 1rem;
}
.woocommerce-checkout .woocommerce-order .shop_table.order_details {
  border-collapse: collapse;
}
.woocommerce-checkout .woocommerce-order ul.order_details li {
  min-width: 170px;
}

/***************************************
Medias Queries Generales
**************************************/
@media (max-width: 991px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.order_details li {
    border: 0;
    margin: 1rem 0;
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    margin-top: 0;
    padding: 32px 12px;
  }
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order p.woocommerce-thankyou-order-received {
    font-size: 2rem;
    line-height: 1.4;
  }
}
/*--------------------------------------------------------------
	6.5. Página Order
---------------------------------------------------------------*/
/*******************************************************************
Pagina Order Pay (Redirecionamiento antes de ir a la pasarela externa)
******************************************************************/
.woocommerce-order-pay .woocommerce {
  text-align: center;
}
.woocommerce-order-pay .woocommerce ul.order_details {
  display: none;
}
.woocommerce-order-pay .woocommerce div[style] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-order-pay .woocommerce div[style] img {
  width: 20px;
  height: 20px;
}
.woocommerce-order-pay .woocommerce div[style] > p {
  text-align: center;
}
.woocommerce-order-pay .woocommerce #micuentawebstd_payment_form {
  display: none;
}
.woocommerce-order-pay .woocommerce > div[style]:nth-of-type(3), .woocommerce-order-pay .woocommerce > p:nth-of-type(2) {
  display: none;
}

/*--------------------------------------------------------------
	6.6. Página Confirmación Order
---------------------------------------------------------------*/
/*---------------------------------
 Pagina confirmación de pago 
 ---------------------------------*/
.encabezadoConfirmacion {
  margin-top: 0;
  margin-bottom: 2rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1rem;
  color: #31708f;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  background: #d9edf7;
}

.pmpro_payment_instructions,
.miFatura {
  color: #3c3c3c;
  line-height: 1.5;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  margin-bottom: 1rem;
}

.encabezadoConfirmacion span {
  font-size: 1rem;
  color: #28a745;
  font-size: 2rem;
}

.miFatura {
  text-align: left;
}

/*--------------------------------------------------------------
	6.7. Página Recovery Password
---------------------------------------------------------------*/
/* ------------------------------------
Pagina Recuperar contraseña
-------------------------------------- */
.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img[src~=niubiz_woocommerce] {
  display: none !important;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password {
  background: white;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 1px #b1bbc8;
          box-shadow: 0 1px 1px #b1bbc8;
  padding: 24px;
  max-width: 600px;
  min-height: auto;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid var(--e-global-color-primary);
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p {
  padding: 0;
  float: none;
  margin: 0 0 16px 0;
  width: 100%;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
  margin: 0;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password input.input-text {
  border-color: #ccd5dd;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 16px 24px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover {
  opacity: 0.9;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:disabled[disabled] {
  color: #fff;
  padding: 16px 24px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  opacity: 0.5;
}

/* ---------------------------------
Pagina Restablecer contraseña
------------------------------------ */
.page-template-pagina-mi-cuenta #main .pmpro_reset_password_wrap > h2 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 0;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.page-template-pagina-mi-cuenta #main .pmpro_reset_password_wrap {
  border: 0;
  padding: 0;
  max-width: 370px;
  margin: auto;
  clear: both;
}

.page-template-pagina-mi-cuenta #main .pmpro_reset_password-field.pmpro_reset_password-field-pass1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-pagina-mi-cuenta #main .pmpro_reset_password-field.pmpro_reset_password-field-pass1 #pass-strength-result {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 100%;
  width: 100%;
  margin-bottom: 4px;
  margin-top: -10px;
}

.page-template-pagina-mi-cuenta #main .pmpro_reset_password-field.pmpro_reset_password-field-pass1 .lite {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

/* .page-template-pagina-mi-cuenta #main .pmpro_reset_password-field.pmpro_reset_password-field-pass1 #pass-strength-result {
    display: none;
} */
.page-template-pagina-mi-cuenta .pmpro_reset_password-fields #pass1,
.page-template-pagina-mi-cuenta .pmpro_reset_password-fields #pass2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 4px 20px;
}

.page-template-pagina-mi-cuenta #resetpassform .pmpro_submit #resetpass-button[disabled] {
  opacity: 0.8;
}

/*--------------------------------------------------------------
	7. Página Contacto
---------------------------------------------------------------*/
/* ---------------------------------
Pagina contacto
------------------------------------ */
form.wpcf7-form {
  position: relative;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form .nombre,
.wpcf7-form .email {
  width: calc(50% - 7px);
  float: left;
  margin-left: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.wpcf7-form .nombre {
  margin-left: 0;
}

.wpcf7-form .wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: -30px 0 0 0;
  border: none;
  color: #dc3232;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9rem;
  padding-top: 0.2rem;
}

body .wpcf7-spinner {
  margin: 1rem auto;
  position: relative;
  display: block;
}

.detallesContacto svg {
  width: 3.5rem;
  height: 3.5rem;
}

.detallesContacto .colBordes {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.animacionIcon svg {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.animacionIcon:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

div.wpforms-confirmation-container-full {
  text-align: center !important;
}

@media (max-width: 768px) {
  .detallesContacto .colBordes {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone) {
    width: 100%;
    margin-left: 0;
  }
}
form[id*=forminator-].forminator-ui .forminator-field label.forminator-label {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 6px;
}
form[id*=forminator-].forminator-ui .forminator-field .forminator-input,
form[id*=forminator-].forminator-ui .forminator-field .forminator-textarea {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
form[id*=forminator-].forminator-ui .forminator-field.forminator-has_error .forminator-input,
form[id*=forminator-].forminator-ui .forminator-field.forminator-has_error .forminator-textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e04562;
}
form[id*=forminator-].forminator-ui .forminator-field.forminator-has_error .forminator-error-message {
  font-size: 14px;
  padding-left: 0;
  margin: 0;
}
form[id*=forminator-].forminator-ui .forminator-field.forminator-is_filled .forminator-input,
form[id*=forminator-].forminator-ui .forminator-field.forminator-is_filled .forminator-textarea {
  border-color: #28a745;
}
form[id*=forminator-].forminator-ui .forminator-field button.forminator-button-submit {
  width: 100%;
  border-radius: 5px;
  padding: 18px 12px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--e-global-color-primary);
}
form[id*=forminator-].forminator-ui .forminator-field button.forminator-button-submit:hover, form[id*=forminator-].forminator-ui .forminator-field button.forminator-button-submit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--e-global-color-primary);
  opacity: 0.8;
}

/*--------------------------------------------------------------
	7. Página Blog / Entradas 
---------------------------------------------------------------*/
/* ---------------------------------
1. ENCABEZADO
------------------------------------ */
.encabezado-blog {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #f3f3f2 0%, rgba(255, 255, 255, 0) 100%);
}

/* -------------------------------------------------------------------------- */
/* 2. Estilo Breadcrumb (Ruta de navegación)                                  /* 
/* Para Rankmath, YoasSeo y otros                                             /* 
/* -------------------------------------------------------------------------- */
.breadcrumbs-wrapper {
  line-height: 1;
}
.breadcrumbs-wrapper p {
  margin: 0;
}
.breadcrumbs-wrapper a,
.breadcrumbs-wrapper span {
  color: var(--e-global-color-text);
}
.breadcrumbs-wrapper a:hover {
  color: var(--e-global-color-primary);
}
.breadcrumbs-wrapper .rank-math-breadcrumb .separator {
  padding: 0 6px;
  font-size: 12px;
  vertical-align: top;
}
.breadcrumbs-wrapper .yoast-breadcrumbs > span {
  color: red;
}
.breadcrumbs-wrapper .yoast-breadcrumbs > span span {
  padding: 0 6px;
  font-size: 12px;
  vertical-align: top;
  color: blue;
}
.breadcrumbs-wrapper .yoast-breadcrumbs > span > :first-child {
  padding-left: 0;
}
.breadcrumbs-wrapper .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  padding: 0 6px;
  font-size: 12px;
  vertical-align: top;
}

/* ---------------------------------
2. DISEÑO DE BLOG
------------------------------------ */
article.post .imagenDestacada img {
  max-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
article.post .imagenDestacada:hover img {
  opacity: 0.8;
}
article.post .entry-header .date-meta {
  font-size: 66px;
  font-weight: 700;
  text-align: center;
  padding-right: 20px;
  line-height: 1;
  margin-top: -4px;
  color: var(--e-global-color-primary);
}
article.post .entry-header .date-meta i {
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 20px;
  margin-top: 3px;
  color: #606058;
}
article.post .entry-header .entry-contain {
  position: relative;
  padding-left: 20px;
}
article.post .entry-header .entry-contain:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 4px;
  left: 0;
  bottom: 5px;
  background: #eee;
}
article.post .entry-header .entry-contain h2.entry-title {
  margin: 0 0 7px;
}
article.post .entry-header .entry-contain h2.entry-title a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #333333;
}
article.post .entry-header .entry-contain h2.entry-title a:hover {
  color: var(--e-global-color-primary);
}
article.post .entry-header .entry-contain .entry-meta li {
  border-right: 1px solid #eee;
  padding-right: 23px;
  margin-right: 20px;
  line-height: 18px;
  margin-top: 10px;
}
article.post .entry-header .entry-contain .entry-meta li span {
  color: #ccc;
  font-size: 12px;
  font-weight: 700;
  display: block;
  line-height: 18px;
}
article.post .entry-header .entry-contain .entry-meta li a,
article.post .entry-header .entry-contain .entry-meta li .value {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  color: #7a7a7a;
}
article.post .entry-header .entry-contain .entry-meta li a:hover {
  color: var(--e-global-color-primary);
}
article.post .entry-header .entry-contain .entry-meta li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
article.post .lp-social-share {
  margin: 0;
  text-align: right;
}
article.post .lp-social-share li {
  font-size: inherit;
}
article.post .lp-social-share li a {
  color: #999;
}
article.post .lp-social-share li a:hover {
  color: #fff;
}
article.post #bloque-entradas-relacionadas .encabezado-entradas-relacioadas {
  text-transform: uppercase;
}
article.post #bloque-entradas-relacionadas .content-thumbnail img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
article.post #bloque-entradas-relacionadas .content-thumbnail img:hover {
  opacity: 0.8;
}
article.post #bloque-entradas-relacionadas .post-title a {
  font-size: 16px;
  line-height: 21px;
  margin: -4px 0 8px;
  text-transform: none;
  color: #333333;
  font-weight: 700;
}
article.post #bloque-entradas-relacionadas .post-title a:hover {
  color: var(--e-global-color-primary);
}
article.post #bloque-entradas-relacionadas .article-date {
  color: #9f9f9f;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  text-transform: capitalize;
}

/* ---------------------------------
3. PAGINACION DEL BLOG
------------------------------------ */
.blog-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top: 0;
  padding-top: 0;
}
.blog-pagination ul {
  margin: 0;
  padding: 0;
  display: block;
}
.blog-pagination ul li {
  display: inline-block;
  zoom: 1;
  list-style: none;
  margin-right: 6px;
}
.blog-pagination ul li .page-numbers {
  color: #333333;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}
.blog-pagination ul li .page-numbers:hover {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #ffffff;
}
.blog-pagination ul li .page-numbers.current {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #ffffff;
}
.blog-pagination ul li .page-numbers.next,
.blog-pagination ul li .page-numbers.prev {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0 !important;
}
.blog-pagination ul li .page-numbers.next:before,
.blog-pagination ul li .page-numbers.prev:before {
  content: "";
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.blog-pagination ul li .page-numbers.prev:before {
  content: "\e00c";
}
.blog-pagination ul li .page-numbers.next:before {
  content: "\e00b";
}

/* ---------------------------------
4. AREA DE WIDGETS
------------------------------------ */
.widget-area aside {
  overflow: hidden;
  padding: 0 0 0 20px;
  margin-bottom: 50px;
  position: relative;
}
.widget-area aside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 36px;
  z-index: 3;
  background-color: var(--e-global-color-primary);
}
.widget-area aside:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #eee;
}
.widget-area aside .widget-title {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.widget-area aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area aside ul li {
  margin: 0;
  padding: 5px 0;
  line-height: 20px;
}

/* ------------------------------------------------------
3. ESTILOS WIDGET
Puestos aqui para que los estilos puedan ser reutilizables
--------------------------------------------------------- */
form.search-form {
  position: relative;
  line-height: 42px;
  border: none;
}
form.search-form label {
  width: 100%;
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
form.search-form label .screen-reader-text {
  display: none;
}
form.search-form label .search-field {
  line-height: 40px;
  background: #fff;
  height: 42px;
  padding: 0 60px 0 15px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.search-form label .search-field:focus {
  border: 1px solid var(--e-global-color-primary);
}
form.search-form .search-submit {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 2;
  background: transparent;
  border-radius: 0;
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: #959eb5;
  text-transform: uppercase;
  text-indent: -9999px;
}
form.search-form::after {
  content: "\e00f";
  font-size: 14px;
  position: absolute;
  font-weight: 900;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.widget_categories ul li.cat-item {
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_categories ul li.cat-item a {
  color: #333333;
}
.widget_categories ul li.cat-item.current-cat a {
  color: var(--e-global-color-primary);
}
.widget_categories ul li.cat-item:hover {
  color: var(--e-global-color-primary);
}
.widget_categories ul li.cat-item:hover a {
  color: var(--e-global-color-primary);
}

.widget-learnpress-cursos .list-course li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-learnpress-cursos .list-course li .course-thumbnail {
  margin-right: 20px;
}
.widget-learnpress-cursos .list-course li .course-thumbnail img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 90px;
}
.widget-learnpress-cursos .list-course li .course-thumbnail img:hover {
  opacity: 0.8;
}
.widget-learnpress-cursos .list-course li .details-courses .course-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: -4px 0 8px;
  text-transform: none;
}
.widget-learnpress-cursos .list-course li .details-courses .course-title a {
  color: #333333;
}
.widget-learnpress-cursos .list-course li .details-courses .course-title a:hover {
  color: var(--e-global-color-primary);
}
.widget-learnpress-cursos .list-course li .details-courses .course-price-student {
  font-size: 14px;
  font-weight: bold;
  color: var(--e-global-color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-learnpress-cursos .list-course li .details-courses .course-price-student .origin-price {
  display: none;
}
.widget-learnpress-cursos .list-course li .details-courses .course-price-student.mostrar-precio-original .origin-price {
  display: inline-block;
  margin-right: 8px;
  text-decoration: line-through;
  color: #9f9f9f;
  font-weight: normal;
}
.widget-learnpress-cursos .list-course li .details-courses .course-price-student .num-student {
  color: #9f9f9f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin-left: 8px;
}
.widget-learnpress-cursos .list-course li .details-courses .course-price-student .num-student:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 10px;
  z-index: 3;
  background-color: #9f9f9f;
}
.widget-learnpress-cursos .list-course li .details-courses .course-price-student .free {
  color: #00d637;
}
.widget-learnpress-cursos .list-course li .details-courses .course-instructor {
  margin: 8px 0 0 0;
}
.widget-learnpress-cursos .list-course li .details-courses .course-instructor img {
  max-width: 100%;
  height: auto;
  width: 24px;
  border-radius: 50%;
}
.widget-learnpress-cursos .list-course li .details-courses .course-instructor .course-instructor__name {
  font-size: 13px;
  color: #9f9f9f;
}

.widget-lista-entradas .list-post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-lista-entradas .list-post li .content-thumbnail {
  margin-right: 20px;
}
.widget-lista-entradas .list-post li .content-thumbnail img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 90px;
}
.widget-lista-entradas .list-post li .content-thumbnail img:hover {
  opacity: 0.8;
}
.widget-lista-entradas .list-post li .details-post .post-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: -4px 0 8px;
  text-transform: none;
}
.widget-lista-entradas .list-post li .details-post .post-title a {
  color: #333333;
}
.widget-lista-entradas .list-post li .details-post .post-title a:hover {
  color: var(--e-global-color-primary);
}
.widget-lista-entradas .list-post li .details-post .article-date {
  color: #9f9f9f;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  text-transform: capitalize;
}

/* ---------------------------------
3. BLOQUE AUTOR
------------------------------------ */
.thim-about-author {
  border: 1px solid #eee;
}
.thim-about-author .author-bio .name {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  margin: 12px 0 2px;
  text-transform: capitalize;
  color: #333333;
}
.thim-about-author .author-bio .author-description {
  font-size: 15px;
  margin: 15px 0 20px;
  clear: both;
}

/* ---------------------------------
3. RESULTADOS DE BUSQUEDA DE POST
------------------------------------ */
.search-results .encabezado-resultados {
  background-color: #f3f3f3;
}

/* -----------------------------------------------
3. ENTRADA COMPLETA (Vista detalles de la entrada)
------------------------------------------------ */
.single-post .breadcrumb-blog {
  background-color: #f3f3f2;
  margin-top: 16px;
}
.single-post article.post .entry-header .entry-contain {
  padding-left: 0;
}
.single-post article.post .entry-header .entry-contain:before {
  content: none;
}
.single-post article.post .post-tag a {
  color: var(--e-global-color-text);
  text-transform: capitalize;
}
.single-post article.post .post-tag a:hover {
  color: var(--e-global-color-primary);
}
.single-post article.post .comment-reply-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 32px;
}
.single-post article.post .comment-reply-title .icon {
  list-style: 1;
}

/***************************************
Medias Queries 
**************************************/
@media (max-width: 576px) {
  article.post .entry-header .date-meta {
    font-size: 48px;
    padding-right: 10px;
  }
  article.post .entry-header .entry-contain {
    padding-left: 10px;
  }
  article.post .entry-header .entry-contain .entry-meta li span {
    font-size: 11px;
  }
  article.post .entry-header .entry-contain .entry-meta li a,
  article.post .entry-header .entry-contain .entry-meta li .value {
    font-size: 11px;
  }
  article.post .entry-header .entry-contain .entry-meta li {
    padding-right: 16px;
    margin-right: 16px;
  }
  article.post .entry-header .entry-contain .entry-meta li.author {
    display: none;
  }
  article.post .lp-social-share li.heading,
  article.post .post-tag > span {
    display: none;
  }
}
/*--------------------------------------------------------------
	7. Página Membresias (Plugin pmpro)
---------------------------------------------------------------*/
/* -------------------------------------
Pagina Membresias con PaidMembership Pro
--------------------------------------- */
/* -------------------------------------
1. Contenido bloqueado
--------------------------------------- */
.pmpro-no-access .pmpro_content_message {
  max-width: 800px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #444444;
  margin: 32px auto;
  padding: 32px;
  text-align: center;
  /*    font-weight: bold; */
  font-size: 18px;
}
.pmpro-no-access .pmpro_content_message .icon {
  vertical-align: middle;
}
.pmpro-no-access .pmpro_content_message a,
.pmpro-no-access .pmpro_content_message a:link {
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  color: #f4f4f4;
  font-weight: normal;
  margin-top: 16px;
  padding: 6px 16px;
  min-width: 160px;
}
.pmpro-no-access .pmpro_content_message a.pmpro-boton-acceder {
  background-color: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
}

#pmpro_account {
  padding: 36px 0;
  /* -------------------------------------
  1. Página "Niveles de Membresias"
  --------------------------------------- */
  /* ---------------------------------
  2. Tablas y Titulos genericos
  ------------------------------------ */
  /* ---------------------------------
  2. Pagina "Mi membresia"
  ------------------------------------ */
  /* -------------------------------------
  3. Página "Cancelar membresias"
  --------------------------------------- */
  /* -------------------------------------
  3. Página "Facturas"
  --------------------------------------- */
  /* -------------------------------------
  5. Mensajes de PaidMembership Pro
  --------------------------------------- */
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap {
  border: 1px solid #e7e7e7;
  background: #fdfdfd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Plan Popular */
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap:hover {
  -webkit-box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2) !important;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail {
  padding: 45px 0 80px;
  text-align: center;
  position: relative;
  border-radius: 4px 4px 0 0;
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_name-level {
  padding: 0;
  border: none;
  line-height: 36px;
  margin: 1rem 0;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_price-level {
  font-weight: bold;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_title {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b3339;
  line-height: 28px;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_price-amount {
  font-size: 60px;
  text-shadow: 1px 1px white;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_price-amount span {
  font-size: 20px;
  vertical-align: top;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_ico-plan {
  width: 120px;
  height: 120px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -95px;
  position: relative;
  z-index: 9999;
  border-radius: 30px;
  -webkit-transform: rotate(45deg) translate(25%, 25%);
          transform: rotate(45deg) translate(25%, 25%);
  border: 5px solid;
  border-color: #e0e0e0;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_detail .lp_pmpro_ico-plan img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_features {
  padding: 86px 28px 0;
  text-align: center;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_features ul {
  border: none;
  padding: 0;
  list-style: none;
  margin: 32px -16px 0;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_features ul li {
  line-height: 1.5;
  border-bottom: 1px solid #e7e7e7;
  border-top: 0;
  font-size: 1rem;
  text-align: left;
  position: relative;
  padding-left: 3rem;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_features ul li:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #f5f5f5), color-stop(60%, #f5f5f5), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #f5f5f5 40%, #f5f5f5 60%, transparent 100%);
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap .lp_pmpro_features ul li:before {
  content: "2";
  color: var(--e-global-color-primary);
  margin-right: 10px;
  position: absolute;
  left: 24px;
  top: 18px;
  line-height: 1.4;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-top: 1px solid #e7e7e7;
  /* Barra superior PLAN FAVORITOS */
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_detail {
  background: var(--e-global-color-primary);
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_detail .lp_pmpro_title,
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_detail .lp_pmpro_price-amount {
  color: #fff;
  text-shadow: 1px 1px rgba(14, 14, 14, 0.12);
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_plan-favorito {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_plan-favorito span {
  position: absolute;
  display: block;
  width: 184px;
  padding: 0px 0;
  background-color: #fd3b4b;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  right: -39px;
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding-left: 9px;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_plan-favorito:before, #pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_plan-favorito:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 7px solid #ce1204;
  border-top-color: transparent;
  border-left-color: transparent;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_plan-favorito:before {
  top: 0;
  right: 10px;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured .lp_pmpro_plan-favorito:after {
  bottom: 10px;
  left: 0;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap footer {
  padding: 25px 30px;
  text-align: center;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap footer .pmpro_btn {
  display: block;
  margin: 0;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap footer .btn-primary.disabled {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap:hover .ico-plan img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 55px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#pmpro_account #pmpro_account-membership h3,
#pmpro_account h3 {
  margin: 16px 0;
}
#pmpro_account .pmpro_table {
  background: #fafafa;
  border: 1px #ccc solid !important;
}
#pmpro_account .pmpro_table thead tr th {
  padding: 18px;
}
#pmpro_account .pmpro_table tbody tr td {
  padding: 20px 10px;
  background-color: #fff;
}
#pmpro_account .pmpro_table th,
#pmpro_account .pmpro_table td {
  border: 1px solid #ccd0d4;
  text-transform: initial;
  text-align: center;
}
#pmpro_account .pmpro_table tr:nth-child(even) {
  background-color: #f5f5f5;
}
#pmpro_account .pmpro_box {
  border-top: 0;
  margin: 0;
  padding: 0;
}
#pmpro_account #pmpro_account-profile ul {
  border: 1px solid #e2e6e9;
  background: #fafafa;
}
#pmpro_account #pmpro_account-profile ul li {
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #e2e6e9;
}
#pmpro_account #pmpro_account-profile ul li:nth-child(odd) {
  background: #fafafa;
}
#pmpro_account #pmpro_account-profile ul li:last-child {
  border-bottom: none;
}
#pmpro_account .pmpro_account-membership-levelname .pmpro_actionlinks {
  padding: 16px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
#pmpro_account .pmpro_account-membership-levelname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 0;
  border-width: 0 !important;
}
#pmpro_account .pmpro_account-membership-levelname .name_level {
  font-size: 16px;
  display: inline-block;
  margin: 0 32px 0 0;
}
#pmpro_account .pmpro_account-membership-levelname .name_level:before {
  content: "a";
  font-size: 14px;
  margin: 0 6px 0 0;
  line-height: 0;
  top: -2px;
}
#pmpro_account .pmpro_account-membership-levelfee p strong {
  font-weight: normal;
}
#pmpro_account #pmpro_account-membership tbody tr td.pmpro_account-membership-levelfee p, #pmpro_account #pmpro_account-membership tbody tr td.pmpro_account-membership-expiration p {
  margin: 0;
}
#pmpro_account #pmpro_actionlink-levels {
  display: none;
}
#pmpro_account #pmpro_account-invoices .pmpro_actionlinks {
  text-align: right;
}
#pmpro_account #pmpro_account .pmpro_box h3 {
  margin: 20px 0 15px 0;
  font-weight: bold;
}
#pmpro_account #pmpro_actionlink-change {
  margin-right: 16px;
}
#pmpro_account #pmpro_actionlink-change,
#pmpro_account #pmpro_actionlink-cancel {
  min-width: 160px;
}
#pmpro_account #pmpro_account-profile {
  display: none;
}
#pmpro_account #pmpro_account .pmpro_table tbody tr td[colspan="3"] a {
  font-weight: bold;
}
#pmpro_account #pmpro_account-invoices {
  display: none;
}
#pmpro_account #pmpro_account-membership-cancel {
  max-width: 800px;
  margin: 0 auto;
}
#pmpro_account #pmpro_account-membership-cancel .pmpro_account-membership-cancel-action p {
  margin: 0 0 16px 0;
}
#pmpro_account #pmpro_account-membership-cancel .pmpro_account-membership-cancel-action .pmpro_btn {
  font-weight: normal;
}
#pmpro_account .pmpro_cancel_return_home {
  display: none;
}
#pmpro_account #pmpro_cancel .pmpro_message.pmpro_success {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#pmpro_account .pmpro_invoice_wrap {
  margin: 32px 0;
}
#pmpro_account .pmpro_invoice_wrap .pmpro_actions_nav {
  display: none;
}
#pmpro_account .pmpro_message {
  font-size: 16px;
}

/* -------------------------------------
7. Medias Queries
--------------------------------------- */
@media (max-width: 991px) {
  #pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_level-wrap.levelFeatured {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 768px) {
  .pmpro_account-membership-levelname {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pmpro_account-membership-levelname .name_level {
    margin: 0;
  }
  #pmpro_actionlink-change,
  #pmpro_actionlink-cancel {
    min-width: 140px;
  }
}
@media (max-width: 576px) {
  #pmpro_account .pmpro_account-membership-levelname .pmpro_actionlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pmpro_account .pmpro_account-membership-levelname .pmpro_actionlinks {
    padding: 0;
  }
  #pmpro_account #pmpro_actionlink-change,
  #pmpro_account #pmpro_actionlink-cancel {
    min-width: 140px;
    margin: 12px 0 0 0;
  }
  #pmpro_account #pmpro_account-membership thead tr th {
    width: 33%;
  }
}
@media (max-width: 430px) {
  #pmpro_account #pmpro_actionlink-change,
  #pmpro_account #pmpro_actionlink-cancel {
    min-width: 100px;
  }
}
/*--------------------------------------------------------------
	7. Página Afiliados (Plugin Solid affiliate)
---------------------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                               1. Sub página "Ingresar"                      */
/* -------------------------------------------------------------------------- */
.elementor-widget-shortcode .sld-ap-form_box {
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
}
.elementor-widget-shortcode .sld-ap-form_box h2 {
  margin-bottom: 32px;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group {
  margin: 0 0 10px 0;
}
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group > label {
  font-size: 16px;
  color: var(--e-global-color-text);
  display: block;
}
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=text],
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=email],
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=number],
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=password] {
  border-radius: 3px;
  border: 1px solid #ccd5dd;
  padding: 12px;
  color: var(--e-global-color-text);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=text]:focus,
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=email]:focus,
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=number]:focus,
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group input[type=password]:focus {
  border-color: #a1a8af;
}
.elementor-widget-shortcode .sld-ap-form_box .sld-ap-form_group .forgot-pass {
  font-size: 16px;
  color: var(--e-global-color-text);
  display: block;
  margin: 18px 0 12px;
}
.elementor-widget-shortcode .sld-ap-form_box input[type=submit] {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 16px 24px;
  text-align: center;
  text-transform: inherit;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: background-color, opacity 0.3s ease;
  transition: background-color, opacity 0.3s ease;
}
.elementor-widget-shortcode .sld-ap-form_box input[type=submit]:hover {
  opacity: 0.9;
}
.elementor-widget-shortcode .sld-ap-form_box.sld-ap-registration-component .sld-ap-form_notice {
  background: #f7f7f7;
  padding: 12px;
  line-height: 1.4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--e-global-color-text);
  text-align: center;
}
.elementor-widget-shortcode .sld-ap-form_box.sld-ap-registration-component .sld-ap-form_notice svg {
  height: 12px;
  fill: var(--e-global-color-text);
}
.elementor-widget-shortcode .sld-ap-form_box.sld-ap-registration-component .sld-ap-form_checkbox {
  margin: 8px 0;
}
.elementor-widget-shortcode .sld-ap-form_box.sld-ap-registration-component .sld-ap-form_checkbox #is_accept_affiliate_policy {
  vertical-align: middle;
}
.elementor-widget-shortcode .sld-ap-form_box.sld-ap-registration-component .sld-ap-form_checkbox .description {
  opacity: 1;
}
.elementor-widget-shortcode .sld-ap-form_box.sld-ap-registration-component .sld-ap-form_checkbox .description a {
  font-size: 14px;
  color: var(--e-global-color-text);
}
.elementor-widget-shortcode .sld-ap-form_box #solid-affiliate-affiliate-portal_new_affiliate + .sld-ap-form_notice .sld-ap-form_notice_icon {
  display: none;
}

.sld-ap-container .solid-affiliate-affiliate-portal_admin-helper {
  display: none;
}
.sld-ap-container .sld-ap-header .sld-ap-login-user .sld-ap-login-user_name {
  margin-top: 0;
}
.sld-ap-container .solid-affiliate-affiliate-portal_store-credit .card {
  padding: 0;
  margin: 0;
  border: 0;
}
.sld-ap-container .solid-affiliate-affiliate-portal_store-credit .card .sld-store-credit-transaction-type.sld-debit {
  color: #0b9d58;
  font-size: 28px;
}
.sld-ap-container #solid-affiliate-affiliate-portal_dashboard .sld-ap-form_notice.success svg {
  height: 12px;
  position: relative;
  top: -1px;
}