@charset "UTF-8";
/*
Theme Name:   Campus LMS
Theme URI:    #
Description:  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:       Erick Mines
Author URI:   http://aulaideal.com
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.6.56
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


-------------------------------------------------------------------*/
/*--------------------------------------------------------------
    2. GRID BOOSTSRAP
---------------------------------------------------------------*/
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*------------------------------------------------------------------
    1. Clases Base
-------------------------------------------------------------------*/
/* Variables */
.filas *[class*=col] {
  border: 1px solid red !important;
}

/***********************************************************************
DEFINICIÓN SOBREESCRITURA DE COLORES: WORDPRESS / LEARNPRESS / WOOCOMMERCE
**********************************************************************/
/*------------------------------------------------------------------
    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, $principal) !important;
} */
/* .form-control:focus {
    border-color: var(--e-global-color-primary, $principal);
} */
/* .custom-select:focus,
select:focus {
    border-color: var(--e-global-color-primary, $principal);
} */
/* .navbar-vertical {
    .dropdown-item {
        &:hover,
        &:focus {
            background-color: var(--e-global-color-primary, $principal);
        }
    }
} */
#popup-course #sidebar-toggle,
.learn-press-progress .progress-bg .progress-active {
  background-color: var(--e-global-color-primary, #2d2d2d);
}

/* .btn.btn-primary {
    background-color: var(--e-global-color-primary, $principal);
    border-color: var(--e-global-color-primary, $principal);
    transition: all 0.3s ease;

    &:hover,
    &:focus,
    &.active,
    &:not(:disabled):not(.disabled):active {
        background-color: var(--e-global-color-primary, $principal);
        border-color: var(--e-global-color-primary, $principal);
        box-shadow: none;
        opacity: 0.9;
    }
} */
/* .btn.btn-outline-primary {
    color: var(--e-global-color-primary, $principal);
    border-color: var(--e-global-color-primary, $principal);

    &:hover,
    &:not(:disabled):not(.disabled):active {
        background-color: var(--e-global-color-primary, $principal);
        border-color: var(--e-global-color-primary, $principal);
    }
}
 */
/* .btn.slide-primary:not([class*="btn-outline"]) {
    border-color: var(--e-global-color-primary, $principal) !important;
}
 */
/* .slide-primary {
    background: linear-gradient(to left, transparent 50%, var(--e-global-color-primary, $principal) 50%);
    border: 1px solid var(--e-global-color-primary, $principal);
    border-left: 6px solid var(--e-global-color-primary, $principal);
    color: var(--e-global-color-primary, $principal);

    &:hover,
    &:not(:disabled):not(.disabled):active {
        background-color: var(--e-global-color-primary, $principal) !important;
        border-color: var(--e-global-color-primary, $principal) !important;
    }
} */
/* .btn-slide {
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    transition-property: inherit !important;

    &:hover,
    &:focus {
        background-position: left bottom;
    }
} */
/* .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--e-global-color-primary, $principal);
}
 */
/* .bg-primary {
    background-color: var(--e-global-color-primary, $principal) !important;
} */
/* .nav-link-style {
    &:hover {
        color: var(--e-global-color-primary, $principal);
    }
} */
/* .blockquote::before {
    color: var(--e-global-color-primary, $principal);
    opacity: 0.5;
}

.dropdown-item {
    &:hover,
    &:focus {
        color: var(--e-global-color-primary, $principal);
    }
} */
/* .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, $principal);
} */
/* a {
    color: var(--e-global-color-primary, $principal);
    text-decoration: none;

    &:hover {
        color: var(--e-global-color-primary, $principal);
    }
} */
/* .navbar-vertical .dropdown-menu.bg-primary a:not(:hover) {
    color: rgba(255, 255, 255, 0.8);
}

.form-control:focus,
.custom-select:focus,
select:focus {
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem var(--e-global-color-primary, $principal);
} */
/* .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, $principal) !important;
    border-color: var(--e-global-color-primary, $principal) !important;
}
 */
/*------------------------------------------------------------------
    2.1 Color Principal
-------------------------------------------------------------------*/
form .lp-ajax-message {
  border: 1px solid var(--e-global-color-primary, #2d2d2d);
}

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

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

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

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

#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, #2d2d2d);
}

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

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

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

.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, #2d2d2d);
}

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

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

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

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

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

.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, #2d2d2d);
}

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

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

.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, #2d2d2d);
}

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

.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, #2d2d2d);
}

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

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

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

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

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

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

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

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

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

#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, #2d2d2d);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, #2d2d2d);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, #2d2d2d);
}

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

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

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

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

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

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

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

#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, #2d2d2d);
}

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

.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, #2d2d2d);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------------
    3. Clases Woocommerce
-------------------------------------------------------------------*/
.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--e-global-color-primary, #2d2d2d);
}

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

.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, #2d2d2d);
}

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

/*****************************************
ANIMACIONES | Animaciones usada en el tema
*****************************************/
/***********************************************************************
1. "agregando" | Usado en la pagina de detalles del producto. 
************************************************************************/
@keyframes agregando {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/***************************************************************************
2. "dalePlay" | Animación para Thumnail del trailer del curso. 
***************************************************************************/
@keyframes dalePlay {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
  }
  25% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/***************************************************************************
3. "accesoIlimitado" | Animacion para el borde del Trailer del curso. 
***************************************************************************/
@keyframes accesoIlimitado {
  0% {
    background-position: right center;
  }
  50% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
/***************************************************************************
4. "animationComment" | Animación para mostrar los comentarios cargados con Ajax. 
***************************************************************************/
@keyframes animationComment {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/***************************************************************************
5. "animationButtom" | Animación para los botones de Learnpress. 
***************************************************************************/
@keyframes animationButtom {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/***************************************************************************
6. ComprarAhora | Animacion del boton Comprar en el Checkout
***************************************************************************/
@keyframes ComprarAhora {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  65% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1deg);
  }
  85% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/***************************************************************************
2. alertaOferta | Animación para el texto del contador de oferta en cada curso (Campaña)
***************************************************************************/
@keyframes alertaOferta {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    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 form .lp-button:before,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:before,
#barCourse .wrap-btn-add-course-to-cart > a:before,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button:before,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a:before,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:before,
#barCourse .wrap-btn-add-course-to-cart a .lp-button:before,
#barCourse .wrap-btn-add-course-to-cart .lp-button .fa-spinner:before,
#barCourse .continue-course .lp-button:before,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue: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,
.course-curriculum .course-item.course-item-lp_assignment .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 .content-item-summary .form-button .lp-button:before,
#popup-course .content-item-summary .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:before,
#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,
#barCourse .lp-course-buttons .course-external-link .lp-button:before,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button: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,
.woocommerce-page.woocommerce-checkout .woocommerce #payment #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,
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_title:before,
#pmpro_account-membership .pmpro_card .pmpro_card_content .pmpro_list .pmpro_list_item .pmpro_list_item_label: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 .certificate-item .download a: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 .course-sections .course-section__items .course-item .course-item__link .course-item__info .course-item-ico:before,
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.completed:before,
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section-header .course-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,
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.preview: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,
#shipping_method li input:first-child:checked + label:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-field:after,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[type=checkbox]:checked:after,
form.checkout.woocommerce-checkout .place-order .button:before,
.widget_product_search .woocommerce-product-search button:after,
.lista-estilo-1 li:before,
.woo-prev-next-prod .container-prev-next .icon:before,
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before,
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before,
.woocommerce-product-gallery ul.flex-direction-nav li a:after,
#contentCourse .valoracionesCurso #course-review-load-more:before,
.elementor-widget-wp-widget-woocommerce_product_search form.woocommerce-product-search button:after,
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico:before,
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .button-complete-item:before,
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-button.completed:before,
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-btn-finish-course:before,
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check:checked:not(:disabled):after,
#popup-course #content-item-assignment .learn_press_assignment_attachment ul.assignment-files li a:before,
#popup-course #content-item-assignment .learn_press_assignment_reference .assignment-references li a:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-info .course-item-preview:before,
#popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .section-item-link .course-item-info .course-item-info-pre .item-meta.duration:before,
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore a:after,
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li.breadcrumb-delimiter i:before,
.woocommerce-info:before,
#contentCourse .course-curriculum .section .section-toggle .fa-caret-down:before,
#progressbar.campus_woo_cart_etapa_pago_estilo_2 li:after,
#progressbar.campus_woo_cart_etapa_pago_estilo_3 li:after,
#progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:after,
#progressbar.campus_woo_checkout_etapa_pago_estilo_3 li:after,
.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner__content:before,
.elementor-widget-premium-woo-products .premium-woo-product-wrapper .premium-woo-qv-btn .premium-woo-qv-icon:before,
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-direction-nav a:before,
body .xt_woofc-delete-item .xt_woofc-delete-icon:before,
#premium-woo-quick-view-content .summary form.cart a.added_to_cart:before,
#premium-woo-quick-view-close:before,
#material-file-list .lp-material-item .lp-material-file-link .fa-file-download:before,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:before,
.popup-wrapper .popupCloseButton:before,
.learn-press-pagination .page-numbers li .page-numbers.prev:before,
.learn-press-pagination .page-numbers li .page-numbers.next:before,
body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat span:before,
.slick-prev:before,
.slick-next:before,
#learn-press-profile .user-avatar .lp-btn-to-edit-avatar:before,
.slick-carousel .slick-arrow:after,
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .product-name a.remove:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf]:before,
.woocommerce-Addresses .woocommerce-Address .title .edit:before,
.woocommerce-error li:before,
.woocommerce-pagination--without-numbers a.button:before,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev:before,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.prev:before,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:before,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.next:before,
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images label:before,
.content-incluye ul li:before,
.content-no-incluye ul li:before,
.woocommerce button.wa-order-button.single_add_to_cart_button:before,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod input[type=radio]:checked + :after,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .user-detail .user-avatar:before {
  font-family: "campus-lms-fonts" !important;
  font-size: 1em;
  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
---------------------------------------------------------------*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  overflow-y: visible !important;
}

body {
  overflow-x: hidden;
  overflow-y: auto !important;
  margin: 0;
  height: 100vh;
}
body.role-administrator {
  height: calc(100vh - 32px);
}
@media (max-width: 768px) {
  body.role-administrator {
    height: calc(100vh - 46px);
  }
}

/* -------------------------------------------------------------------------- */
/*                                 1. Tipografica                            */
/* -------------------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--e-global-color-primary, #2d2d2d);
}

b,
strong {
  font-weight: 700;
}

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

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

/* -------------------------------------------------------------------------- */
/*                   6.Correcion Widget estilos Elementor                      */
/* -------------------------------------------------------------------------- */
.elementor-button .elementor-button-icon {
  display: inline-flex;
}
.elementor-button .elementor-button-icon svg {
  width: 1em;
  transform: scale(0.9);
}

.elementor-widget-premium-nav-menu .elementor-widget-container .premium-nav-widget-container {
  visibility: visible !important;
  opacity: 1 !important;
}

a.elementor-button .elementor-button-icon .xlio,
a.elementor-button .elementor-button-icon .material-icons,
a.elementor-button .elementor-button-icon .xlsmpli,
a.elementor-button .elementor-button-icon .xlwpf,
a.elementor-button .elementor-button-icon .hm,
a.elementor-button .elementor-button-icon .uic {
  transform: scale(1.18);
  font-weight: inherit;
}

.elementor-lightbox .swiper div.elementor-swiper-button {
  top: 50%;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 0;
}

.elementor-theme-builder-content-area {
  display: none;
}

.elementor-lakit-icon-box .lakit-iconbox {
  height: 100%;
}
.elementor-lakit-icon-box .lakit-iconbox {
  display: flex;
  flex-direction: column;
}
.elementor-lakit-icon-box .lakit-iconbox__button_wrapper {
  margin-top: auto;
}

/* .premium-woo-product__hover-swap li.product:hover img:not(.premium-woo-product__on_hover) {
    opacity: 0;
} */
.elementor-lightbox .elementor-lightbox-image {
  background: var(--e-global-color-primary);
}

.premium-woo-product-actions-wrapper .premium-woo-atc-button .ajax_add_to_cart.added {
  display: none !important;
}

.premium-woo-product-actions-wrapper .premium-woo-atc-button .ajax_add_to_cart.added + .added_to_cart.wc-forward {
  margin-top: 1em;
  background-color: var(--e-global-color-text);
}

div.premium-woocommerce div.premium-woo-product-wrapper .premium-woo-products-details-wrap span.price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

div.premium-woocommerce div.premium-woo-product-wrapper .premium-woo-products-details-wrap span.price > del {
  order: 2;
}

/* -------------------------------------------------------------------------- */
/*                          Widget "Lakit Breadcrumb"                         */
/* -------------------------------------------------------------------------- */
div.lakit-breadcrumbs__wrap {
  display: flex;
}

.lakit-breadcrumbs-align-left {
  text-align: left;
}

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

.lakit-breadcrumbs-align-right {
  text-align: right;
}

div.lakit-breadcrumbs {
  display: inline-flex;
}

.single-product .lakit-breadcrumbs .lakit-breadcrumbs__content .lakit-breadcrumbs__wrap .lakit-breadcrumbs__item a {
  white-space: nowrap;
}
.single-product .lakit-breadcrumbs .lakit-breadcrumbs__content .lakit-breadcrumbs__wrap .lakit-breadcrumbs__item:last-child .lakit-breadcrumbs__item-target {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 768px) {
  .single-product .lakit-breadcrumbs .lakit-breadcrumbs__content .lakit-breadcrumbs__wrap .lakit-breadcrumbs__item:last-child .lakit-breadcrumbs__item-target {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .single-product .lakit-breadcrumbs .lakit-breadcrumbs__content .lakit-breadcrumbs__wrap .lakit-breadcrumbs__item:last-child .lakit-breadcrumbs__item-target {
    width: 30%;
  }
}

div[data-elementor-type=floating-buttons] > .elementor-top-section {
  padding-left: 0;
  padding-right: 0;
}

.dialog-close-button {
  position: fixed !important;
  animation: lakit_button_popup_close 0.8s linear;
  opacity: 0;
}

@-webkit-keyframes lakit_button_popup_close {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lakit_button_popup_close {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.elementor-lakit-slides .lakit-arrow {
  z-index: 0;
}

.lakit-search__field[type=search]:focus-visible {
  border: none;
  outline: none;
}

.product_item--thumbnail .product_item_thumbnail_action.product_item--action {
  display: none;
}

div.lastudio-kit .lakit-products ul.lakit-products__list.products-grid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
}
div.lastudio-kit .lakit-products ul.lakit-products__list.products-grid > li {
  padding-top: 0;
  width: auto;
  max-width: none;
}

/* -------------------------------------------------------------------------- */
/*                   6.Estilos Generales de Ventana Modal                     */
/* -------------------------------------------------------------------------- */
#ModalClaseGratuita {
  padding: 28px;
}
#ModalClaseGratuita .cargador-video .loading:before {
  border-left-color: var(--e-global-color-primary) !important;
}

@media (max-width: 768px) {
  #ModalClaseGratuita {
    padding: 16px;
  }
}
/* -------------------------------------------------------------------------- */
/*                            6.Estilos encabezado                            */
/* -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  #masthead a[class=elementor-icon] svg,
  #masthead .premium-toggle-text svg {
    transition: all 0.3s ease;
  }
  #masthead .premium-toggle-text > svg > path {
    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, #2d2d2d);
    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 {
    box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease !important;
  }
  .premium-nav-slide-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    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 {
    transform: scale(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;
    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;
    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 {
    filter: brightness(90%);
  }
  #page {
    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;
    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, #2d2d2d) !important;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(1) > a {
    transition: opacity 0.3s ease 0.1s, transform 0.5s ease 0.1s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(2) > a {
    transition: opacity 0.3s ease 0.15s, transform 0.5s ease 0.15s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(3) > a {
    transition: opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(4) > a {
    transition: opacity 0.3s ease 0.25s, transform 0.5s ease 0.25s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(5) > a {
    transition: opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(6) > a {
    transition: opacity 0.3s ease 0.35s, transform 0.5s ease 0.35s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(7) > a {
    transition: opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(8) > a {
    transition: opacity 0.3s ease 0.45s, transform 0.5s ease 0.45s;
  }
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu li:nth-child(9) > a {
    transition: opacity 0.3s ease 0.5s, 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;
    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: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    transition: all 0.2s;
  }
  .premium-nav-menu-item .premium-dropdown-icon:before {
    transform: rotate(0deg);
    transition: all 0.3s;
    transform-origin: center center;
  }
  .premium-nav-menu-item.premium-active-menu .premium-dropdown-icon {
    background: var(--e-global-color-primary, #2d2d2d);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .premium-nav-menu-item.premium-active-menu .premium-dropdown-icon:before {
    color: #fff;
    transform: rotate(180deg);
  }
  body .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    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;
  }
  body.premium-scroll-disabled #popup-course .contenedorLeccion #CurriculumLeccion {
    display: none;
  }
}
.premium-nav-menu-item .premium-sub-menu {
  transition: 0.2s all ease-in-out;
  transition-delay: 0.05s;
}

/* -------------------------------------------------------------------------- */
/*                       6. Estilo para Botones del sitio                    */
/* -------------------------------------------------------------------------- */
#barCourse .lp-course-buttons .course-external-link .lp-button,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a,
#barCourse .wrap-btn-add-course-to-cart a,
#barCourse .continue-course .lp-button,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue,
#barCourse .lp-form-retake-course .lp-button,
#popup-course .content-item-summary .form-button .button-complete-lesson,
#popup-course .content-item-summary .form-button .lp-btn-finish-course,
#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 .certificate-item .download a,
#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,
.woocommerce div.product form.cart .added_to_cart.wc-forward,
.woocommerce-cart .checkout-button,
form.checkout.woocommerce-checkout .place-order .button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .wc-forward,
.premium-woo-products-details-wrap .premium-woo-atc-button .button,
div.wpforms-container-full .wpforms-form button[type=submit],
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start,
#contentCourse .valoracionesCurso .headerReview .write-a-review,
#barCourse .btn-buy-via-member-ship,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
.woocommerce-page.woocommerce-cart .return-to-shop a,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button,
#pmpro_levels.elementor .pmpro_level .pmpro_btn,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button,
#wcdp-ajax-button,
#wcdp #wcdp-step-2 .wcdp-button,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset,
#barCourse .descargar-brochure,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button,
.woocommerce .woocommerce-pagination--without-numbers a.button,
.woocommerce button.wa-order-button.single_add_to_cart_button,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"] {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border: 0 solid;
  border-color: var(--e-global-color-primary, #2d2d2d);
  border-radius: var(--campus_cl_boton_radio);
  color: #fff;
  font-size: var(--campus_cl_boton_tamano_texto);
  line-height: 1;
  font-weight: 400;
  padding: var(--campus_cl_boton_relleno);
  text-align: center;
  text-transform: var(--campus_cl_boton_texto_trans);
  /*  width: 100%; */
  height: auto;
  min-height: 48px;
  position: relative;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  box-shadow: 0 -1px rgba(17, 17, 17, 0.23) inset;
}
#barCourse .lp-course-buttons .course-external-link .lp-button .fa,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button .fa,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart .fa,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .fa,
#barCourse .wrap-btn-add-course-to-cart a .fa,
#barCourse .continue-course .lp-button .fa,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue .fa,
#barCourse .lp-form-retake-course .lp-button .fa,
#popup-course .content-item-summary .form-button .button-complete-lesson .fa,
#popup-course .content-item-summary .form-button .lp-btn-finish-course .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 .certificate-item .download a .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,
.woocommerce div.product form.cart .added_to_cart.wc-forward .fa,
.woocommerce-cart .checkout-button .fa,
form.checkout.woocommerce-checkout .place-order .button .fa,
.woocommerce ul.products li.product .button .fa,
.woocommerce ul.products li.product .wc-forward .fa,
.premium-woo-products-details-wrap .premium-woo-atc-button .button .fa,
div.wpforms-container-full .wpforms-form button[type=submit] .fa,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart .fa,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .fa,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a .fa,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start .fa,
#contentCourse .valoracionesCurso .headerReview .write-a-review .fa,
#barCourse .btn-buy-via-member-ship .fa,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship .fa,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership .fa,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change .fa,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel .fa,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change .fa,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel .fa,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit .fa,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel .fa,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit .fa,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel .fa,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit .fa,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit .fa,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button .fa,
.woocommerce-page.woocommerce-cart .return-to-shop a .fa,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button .fa,
#pmpro_levels.elementor .pmpro_level .pmpro_btn .fa,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button .fa,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button .fa,
#wcdp-ajax-button .fa,
#wcdp #wcdp-step-2 .wcdp-button .fa,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit .fa,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left .fa,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view .fa,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view .fa,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset .fa,
#barCourse .descargar-brochure .fa,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file .fa,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button .fa,
.woocommerce .woocommerce-pagination--without-numbers a.button .fa,
.woocommerce button.wa-order-button.single_add_to_cart_button .fa,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"] .fa {
  display: none;
}
#barCourse .lp-course-buttons .course-external-link .lp-button:before,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button:before,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:before,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:before,
#barCourse .wrap-btn-add-course-to-cart a:before,
#barCourse .continue-course .lp-button:before,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue:before,
#barCourse .lp-form-retake-course .lp-button:before,
#popup-course .content-item-summary .form-button .button-complete-lesson:before,
#popup-course .content-item-summary .form-button .lp-btn-finish-course: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 .certificate-item .download a: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,
.woocommerce div.product form.cart .added_to_cart.wc-forward:before,
.woocommerce-cart .checkout-button:before,
form.checkout.woocommerce-checkout .place-order .button:before,
.woocommerce ul.products li.product .button:before,
.woocommerce ul.products li.product .wc-forward:before,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:before,
div.wpforms-container-full .wpforms-form button[type=submit]:before,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:before,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:before,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a:before,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start:before,
#contentCourse .valoracionesCurso .headerReview .write-a-review:before,
#barCourse .btn-buy-via-member-ship:before,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship:before,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership:before,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change:before,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel:before,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change:before,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel:before,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit:before,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel:before,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit:before,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel:before,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit:before,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit:before,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:before,
.woocommerce-page.woocommerce-cart .return-to-shop a:before,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:before,
#pmpro_levels.elementor .pmpro_level .pmpro_btn:before,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button:before,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button:before,
#wcdp-ajax-button:before,
#wcdp #wcdp-step-2 .wcdp-button:before,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:before,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left:before,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view:before,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:before,
#barCourse .descargar-brochure:before,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file:before,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button:before,
.woocommerce .woocommerce-pagination--without-numbers a.button:before,
.woocommerce button.wa-order-button.single_add_to_cart_button:before,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"]:before {
  margin-right: 6px;
  top: -1px;
  font-size: 1em;
  font-weight: inherit;
  color: inherit;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  transition: opacity 0.2s ease;
  position: relative;
}
#barCourse .lp-course-buttons .course-external-link .lp-button:after,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button:after,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:after,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:after,
#barCourse .wrap-btn-add-course-to-cart a:after,
#barCourse .continue-course .lp-button:after,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue:after,
#barCourse .lp-form-retake-course .lp-button:after,
#popup-course .content-item-summary .form-button .button-complete-lesson:after,
#popup-course .content-item-summary .form-button .lp-btn-finish-course: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 .certificate-item .download a: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,
.woocommerce div.product form.cart .added_to_cart.wc-forward:after,
.woocommerce-cart .checkout-button:after,
form.checkout.woocommerce-checkout .place-order .button:after,
.woocommerce ul.products li.product .button:after,
.woocommerce ul.products li.product .wc-forward:after,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:after,
div.wpforms-container-full .wpforms-form button[type=submit]:after,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:after,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:after,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a:after,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start:after,
#contentCourse .valoracionesCurso .headerReview .write-a-review:after,
#barCourse .btn-buy-via-member-ship:after,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship:after,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership:after,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change:after,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel:after,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change:after,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel:after,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit:after,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel:after,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit:after,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel:after,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit:after,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit:after,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:after,
.woocommerce-page.woocommerce-cart .return-to-shop a:after,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:after,
#pmpro_levels.elementor .pmpro_level .pmpro_btn:after,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button:after,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button:after,
#wcdp-ajax-button:after,
#wcdp #wcdp-step-2 .wcdp-button:after,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:after,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left:after,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view:after,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view:after,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:after,
#barCourse .descargar-brochure:after,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file:after,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button:after,
.woocommerce .woocommerce-pagination--without-numbers a.button:after,
.woocommerce button.wa-order-button.single_add_to_cart_button:after,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"]:after {
  content: "" !important;
  position: absolute;
  margin: 0;
  top: 0 !important;
  right: 0 !important;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  border-radius: inherit;
  background-color: inherit;
  box-shadow: inherit;
  animation: none !important;
  transition: opacity 0.2s ease;
}
#barCourse .lp-course-buttons .course-external-link .lp-button:hover,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button:hover,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:hover,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:hover,
#barCourse .wrap-btn-add-course-to-cart a:hover,
#barCourse .continue-course .lp-button:hover,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue:hover,
#barCourse .lp-form-retake-course .lp-button:hover,
#popup-course .content-item-summary .form-button .button-complete-lesson:hover,
#popup-course .content-item-summary .form-button .lp-btn-finish-course: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 .certificate-item .download a: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,
.woocommerce div.product form.cart .added_to_cart.wc-forward:hover,
.woocommerce-cart .checkout-button:hover,
form.checkout.woocommerce-checkout .place-order .button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .wc-forward:hover,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:hover,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:hover,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a:hover,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start:hover,
#contentCourse .valoracionesCurso .headerReview .write-a-review:hover,
#barCourse .btn-buy-via-member-ship:hover,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship:hover,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership:hover,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change:hover,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel:hover,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change:hover,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel:hover,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit:hover,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel:hover,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit:hover,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel:hover,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit:hover,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit:hover,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover,
.woocommerce-page.woocommerce-cart .return-to-shop a:hover,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
#pmpro_levels.elementor .pmpro_level .pmpro_btn:hover,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
#wcdp-ajax-button:hover,
#wcdp #wcdp-step-2 .wcdp-button:hover,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left:hover,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view:hover,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view:hover,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:hover,
#barCourse .descargar-brochure:hover,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file:hover,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button:hover,
.woocommerce .woocommerce-pagination--without-numbers a.button:hover,
.woocommerce button.wa-order-button.single_add_to_cart_button:hover,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"]:hover {
  opacity: 0.9;
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
}
#barCourse .lp-course-buttons .course-external-link .lp-button:active,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button:active,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:active,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:active,
#barCourse .wrap-btn-add-course-to-cart a:active,
#barCourse .continue-course .lp-button:active,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue:active,
#barCourse .lp-form-retake-course .lp-button:active,
#popup-course .content-item-summary .form-button .button-complete-lesson:active,
#popup-course .content-item-summary .form-button .lp-btn-finish-course:active,
#barCourse form[name=certificate-form-button] .lp-button:active,
.review-form .review-fields .review-actions .submit-review:active,
#certificate-popup .certificate-actions li.download a:active,
#learn-press-profile #profile-content-certificates .certificate-item .download a:active,
#commentform .form-submit #submit:active,
#learn-press-profile #profile-content-wishlist .learn-press-wishlist-courses .itemWishlist .course-content .course-wishlist:active,
.woocommerce div.product form.cart .single_add_to_cart_button:active,
.woocommerce div.product form.cart .added_to_cart.wc-forward:active,
.woocommerce-cart .checkout-button:active,
form.checkout.woocommerce-checkout .place-order .button:active,
.woocommerce ul.products li.product .button:active,
.woocommerce ul.products li.product .wc-forward:active,
.premium-woo-products-details-wrap .premium-woo-atc-button .button:active,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:active,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:active,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a:active,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start:active,
#contentCourse .valoracionesCurso .headerReview .write-a-review:active,
#barCourse .btn-buy-via-member-ship:active,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship:active,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership:active,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change:active,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel:active,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change:active,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel:active,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit:active,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel:active,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit:active,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel:active,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit:active,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit:active,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:active,
.woocommerce-page.woocommerce-cart .return-to-shop a:active,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:active,
#pmpro_levels.elementor .pmpro_level .pmpro_btn:active,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button:active,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button:active,
#wcdp-ajax-button:active,
#wcdp #wcdp-step-2 .wcdp-button:active,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:active,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left:active,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view:active,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view:active,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:active,
#barCourse .descargar-brochure:active,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file:active,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button:active,
.woocommerce .woocommerce-pagination--without-numbers a.button:active,
.woocommerce button.wa-order-button.single_add_to_cart_button:active,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"]:active {
  top: 1px;
}
#barCourse .lp-course-buttons .course-external-link .lp-button .lp-button,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button .lp-button,
#barCourse .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart .lp-button,
#barCourse .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .lp-button,
#barCourse .wrap-btn-add-course-to-cart a .lp-button,
#barCourse .continue-course .lp-button .lp-button,
#barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue .lp-button,
#barCourse .lp-form-retake-course .lp-button .lp-button,
#popup-course .content-item-summary .form-button .button-complete-lesson .lp-button,
#popup-course .content-item-summary .form-button .lp-btn-finish-course .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 .certificate-item .download a .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,
.woocommerce div.product form.cart .added_to_cart.wc-forward .lp-button,
.woocommerce-cart .checkout-button .lp-button,
form.checkout.woocommerce-checkout .place-order .button .lp-button,
.woocommerce ul.products li.product .button .lp-button,
.woocommerce ul.products li.product .wc-forward .lp-button,
.premium-woo-products-details-wrap .premium-woo-atc-button .button .lp-button,
div.wpforms-container-full .wpforms-form button[type=submit] .lp-button,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart .lp-button,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .lp-button,
.course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a .lp-button,
#popup-course #content-item-quiz .quiz-buttons .button-left .lp-button.start .lp-button,
#contentCourse .valoracionesCurso .headerReview .write-a-review .lp-button,
#barCourse .btn-buy-via-member-ship .lp-button,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship .lp-button,
.pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer .pmpro-buy-membership .lp-button,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-change .lp-button,
#pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel .lp-button,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change .lp-button,
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel .lp-button,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit .lp-button,
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel .lp-button,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-submit .lp-button,
#elementor-pmpro-cancel .pmpro_card .pmpro_form_submit .pmpro_btn-cancel .lp-button,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-login__submit .lp-button,
.logged-out.woocommerce-account .woocommerce form .woocommerce-form-register__submit .lp-button,
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button .lp-button,
.woocommerce-page.woocommerce-cart .return-to-shop a .lp-button,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button .lp-button,
#pmpro_levels.elementor .pmpro_level .pmpro_btn .lp-button,
#learn-press-profile-tab-course-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button .lp-button,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button .lp-button,
#wcdp-ajax-button .lp-button,
#wcdp #wcdp-step-2 .wcdp-button .lp-button,
#wcdp .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit .lp-button,
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left .lp-button,
body .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view .lp-button,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-btn-view .lp-button,
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset .lp-button,
#barCourse .descargar-brochure .lp-button,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file .lp-button,
.woocommerce-page.woocommerce-edit-address .woocommerce-MyAccount-content form button.button .lp-button,
.woocommerce .woocommerce-pagination--without-numbers a.button .lp-button,
.woocommerce button.wa-order-button.single_add_to_cart_button .lp-button,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"] .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,
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching button {
  pointer-events: none;
  opacity: 1 !important;
}
.loading:before,
.ajaxload_wishlist:before,
form.checkout.woocommerce-checkout.processing .place-order .button:before,
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching button:before {
  opacity: 1;
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -9px !important;
  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: #fff !important;
  border-radius: 50% !important;
  vertical-align: middle;
  transition: opacity 0.3s linear;
  animation: campus-cargando 450ms infinite linear !important;
}
.loading:after,
.ajaxload_wishlist:after,
form.checkout.woocommerce-checkout.processing .place-order .button:after,
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching button:after {
  opacity: 1 !important;
  transition: opacity 0s ease !important;
}

@keyframes campus-cargando {
  100% {
    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;
  font-size: 16px;
}

.learn-press-message {
  text-align: center;
  font-size: 16px;
  color: inherit;
}

.contenidoPagina {
  background: #e3edf3;
}

/***************************************************************************
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%;
}

.responsive-iframe-full .wp-block-embed__wrapper {
  height: 0;
  overflow: auto;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-iframe-full .wp-block-embed__wrapper iframe,
.responsive-iframe-full .wp-block-embed__wrapper 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: 12px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  padding: 0.4em 1em;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transform: translate(-50%, 55px);
  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;
  transform: translate(-50%, -11px);
  width: 0;
}
.tooltipsLec:hover span {
  opacity: 1;
  transform: translate(-50%, 50px);
  z-index: 999;
}

/***************************************************************************
4. Removiendo y estilizando elementos del navBar de Wordpress
***************************************************************************/
#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)             */
/* -------------------------------------------------------------------------- */
/***********************************************
Generico #progressbar
 **********************************************/
#progressbar {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-left: 0;
}

/* -------------------------------------------------------------------------- 
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 {
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  height: 30px;
  width: 30px;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.lp-social-share li a i {
  line-height: 0;
}
.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-whatsapp-social a:hover {
  background-color: #2bb741;
  border-color: #2bb741;
}
.lp-social-share li.lp-twitter-social a:hover {
  background-color: #060606;
  border-color: #000000;
}
.lp-social-share li.lp-instagram-social a:hover {
  background-color: #ec9736;
  border-color: #ec9736;
}
.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 {
  animation: animationButtom 0.5s;
  display: inline-block;
}

.lp-archive-courses ul.learn-press-courses li.course {
  margin: 0 0 20px 0;
  display: flex;
  padding: 0 10px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  border-top: 0;
  border-radius: 6px;
  border: 1px solid #cdd0d4;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .campus-course-is-coming-soom {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  justify-content: center;
  left: -13px;
  overflow: hidden;
  position: absolute;
  top: -14px;
  width: 100px;
  z-index: 4;
  /*  & + .course-wrap-thumbnail {
      .course-price {
          display: none !important;
      }
  } */
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .campus-course-is-coming-soom span {
  align-items: center;
  animation: accesoIlimitado 3s linear infinite;
  background: linear-gradient(to right, #ff633e 0%, #d00a24 50%, #d00a24 50%, #ff633e 100%);
  background-position: right center;
  background-size: 200% 100%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 24px;
  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);
  transform: rotate(-45deg);
  width: 200%;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .campus-course-is-coming-soom::before, .lp-archive-courses ul.learn-press-courses li.course .course-item .campus-course-is-coming-soom::after {
  border: 7px solid #ce1204;
  border-left-color: transparent;
  border-top-color: transparent;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 3px;
  top: 0px;
  width: 0;
  z-index: -1;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .campus-course-is-coming-soom::after {
  bottom: 3px;
  left: -1px;
  top: auto;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail-preview {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  display: none;
  transition: all 0.4s;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail img {
  min-height: 190px;
  object-fit: cover;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail .course-categories {
  display: none;
  position: absolute;
  top: 20px;
  left: 22px;
  max-width: 70%;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail .course-categories a {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 4px 12px;
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
  background: var(--e-global-color-primary);
  box-shadow: 5px 4px 13px 0px rgba(0, 0, 0, 0.22);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-wrap-thumbnail .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content {
  display: flex;
  flex-direction: column;
  border: none;
  border-top: 0;
  padding: 0 12px;
  position: static;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -12px;
  text-align: center;
  order: 10;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.ocultar-autor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  margin: 0 12px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: -26px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  width: 48px;
  height: 48px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  font-size: var(--campus_lc_item_tamano_instructor);
  font-weight: 400;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  margin-top: 4px;
  color: var(--campus_lc_item_color_instructor);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.autor-sin-avatar {
  margin-bottom: -16px;
  margin-top: 12px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.autor-sin-avatar .campus-loop-autor {
  display: flex;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.autor-sin-avatar .campus-loop-autor .campus-loop-autor-avatar {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.autor-sin-avatar .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor {
  margin: 0 6px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor.autor-sin-avatar .campus-loop-autor .campus-loop-autor-nombre {
  display: block;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor.autor-sin-avatar .campus-loop-autor.bloque-loop-co-instructores:before {
  content: "";
  border-left: 1px solid #7a7a7a;
  display: flex;
  height: 11px;
  width: 1px;
  align-self: center;
  left: -5px;
  position: relative;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-permalink {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  height: auto;
  min-height: 78px;
  padding: 12px 0;
  text-align: center;
  order: 20;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-permalink .course-title {
  color: var(--campus_lc_item_color_titulo);
  font-size: var(--campus_lc_item_tamano_titulo);
  font-weight: 700;
  line-height: 1.2em;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review {
  display: flex;
  float: none;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  margin-bottom: 8px;
  order: 30;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review.ocultar-review {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .review-stars-rated {
  position: relative;
  margin-bottom: 0;
  display: flex;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .review-stars-rated .review-star {
  position: relative;
  line-height: 1;
  margin: 0 2px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .review-stars-rated .review-star .far {
  position: relative;
  color: #ccc;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .review-stars-rated .review-star .far svg {
  width: 15px;
  height: 16px;
  stroke: var(--campus_lc_item_color_estrellas_review);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .review-stars-rated .review-star .fas {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .review-stars-rated .review-star .fas svg {
  width: 15px;
  height: 16px;
  stroke: var(--campus_lc_item_color_estrellas_review);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review .course-reviews-text {
  font-size: 13px;
  margin-left: 4px;
  color: #7a7a7a;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-review.review-sin-texto .course-reviews-text {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .descargar-brochure {
  order: 25;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-loop-subtitulo-curso {
  display: none;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-readmore {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .separator {
  display: block;
  margin-top: auto;
  order: 40;
  margin-left: -12px;
  margin-right: -12px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-categories {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-instructor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info {
  order: 60;
  position: relative;
  flex-grow: unset;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer {
  display: flex;
  align-items: center;
  padding: 8px 0;
  min-height: 52px;
  position: relative;
  font-size: 13px;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer:before {
  background: var(--e-global-color-primary, #2d2d2d);
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2px;
  transition: all ease-in-out 0.3s;
  width: 30px;
  z-index: 1;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer > div,
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer > .descargar-brochure {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: var(--campus_lc_item_tamano_metadatos);
  line-height: 1;
  color: var(--campus_lc_item_color_metadatos);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer > div i,
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer > .descargar-brochure i {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-price {
  margin-left: auto;
  margin-right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: self-end;
  line-height: 1.2;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-price .course-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-price .course-item-price .origin-price {
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  font-size: 11px;
  margin-right: 0;
  display: var(--campus_lc_mostrar_precio_con_descuento);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-price .course-item-price .price {
  color: var(--e-global-color-primary, #2d2d2d);
  font-size: var(--campus_lc_item_tamano_precio);
  font-weight: bold;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-price .course-item-price .free {
  background: var(--e-global-color-secondary, #353535);
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 4px 14px;
  line-height: 1.4;
  border-radius: var(--campus_cl_boton_radio);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-loop-tiempo-acceso {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-loop-nivel-acceso {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-review {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .course-footer .course-readmore {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course .course-item:hover .course-thumbnail .thumbnail::before {
  opacity: 0.6;
}
.lp-archive-courses ul.learn-press-courses li.course .course-item:hover .course-footer:before {
  transform: translateX(0%) scaleX(6);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor {
  justify-content: flex-start;
  margin-top: -12px;
  margin-bottom: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
  display: block;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor {
  margin: 0 6px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .course-review {
  margin-top: 0px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .course-permalink {
  order: -10;
  text-align: left;
  padding: 16px 0;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-2 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item {
  border: none;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-wrap-thumbnail .course-categories {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-wrap-thumbnail .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content {
  position: relative;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content > .campus-loop-autor-contenedor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-price {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  transform: translate(0, -50%);
  z-index: 9999;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-price .course-item-price {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  border: 3px solid white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-price .course-item-price .origin-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-price .course-item-price .free {
  color: #ffffff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-review {
  margin-top: -6px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-permalink {
  order: -10;
  text-align: left;
  margin: 22px 0 0 0;
  padding-right: 74px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer {
  /* .wrap-btn-add-course-to-cart {
      display: none;
  } */
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor {
  order: -1;
  margin-bottom: 0;
  margin-right: auto;
  display: flex;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor {
  margin: 0 12px 0 0;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 4px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  text-align: left;
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor {
  margin: 0 6px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item .course-content .course-info .course-footer .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-3 .course-item:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.18);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item {
  transition: all 0.4s;
  border-radius: 3px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-wrap-thumbnail a:before {
  content: "";
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 2px 2px 0 0;
  transition: all 0.4s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail-preview {
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  text-transform: uppercase;
  z-index: 5;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail .icon {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content {
  /*  flex-direction: row;
  flex-wrap: wrap; */
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  /*   align-self: flex-start; */
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-price {
  order: 10;
  margin-top: 0;
  line-height: 1;
  /*    margin-left: auto; */
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: var(--e-global-color-primary);
  height: 32px;
  transform: translateY(-100%);
  margin-bottom: -20px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-price .course-item-price {
  display: flex;
  align-self: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-price .course-item-price .origin-price {
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  font-size: 11px;
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-review {
  margin-top: 0px;
  margin-bottom: 0;
  justify-content: flex-start;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-review .course-reviews-text {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-permalink {
  order: -10;
  text-align: left;
  padding: 16px 0 20px;
  margin-top: 0;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-loop-subtitulo-curso {
  order: 40;
  font-size: 14px;
  margin: 8px 0 auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #7d7d7d;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .separator {
  margin-top: 16px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-info {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer {
  padding-bottom: 4px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer:before {
  content: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .wrap-btn-add-course-to-cart {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .course-comments-count {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .course-loop-tiempo-acceso {
  display: inline-flex;
  margin: 0 0 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .course-loop-tiempo-acceso i {
  font-size: 14px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .course-loop-nivel-acceso {
  margin: 0 0 0 auto;
  display: inline-flex;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item .course-content .course-footer .course-loop-nivel-acceso i {
  font-size: 18px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item:hover {
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.2);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item:hover .course-wrap-thumbnail a:before {
  opacity: 0.5;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item:hover .course-wrap-thumbnail .course-thumbnail a img {
  transform: scale(1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-4 .course-item:hover .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  opacity: 1;
  visibility: visible;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item {
  transition: all 0.4s;
  border: 1px solid #ebebeb;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-wrap-thumbnail a:before {
  content: "";
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  text-transform: uppercase;
  z-index: 5;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail .icon {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 18px 12px 0 12px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-categories {
  display: flex;
  flex-wrap: wrap;
  position: static;
  overflow: hidden;
  margin: 0;
  order: -20;
  gap: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-categories :nth-child(n+2) {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-categories a {
  border-radius: 3px;
  clip-path: none;
  background: none;
  position: relative;
  display: inline-flex;
  color: var(--e-global-color-primary);
  font-weight: 400;
  font-size: 12px;
  border-radius: 3px;
  overflow: hidden;
  padding: 6px 8px;
  line-height: 1.2;
  align-self: center;
  transition: all 0.2s ease;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-categories a:before {
  content: "";
  background: var(--e-global-color-primary);
  opacity: 0.08;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.2s ease;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-categories a:hover {
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-categories a:hover:before {
  opacity: 0.8;
  background: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor {
  justify-content: flex-start;
  margin-top: -12px;
  margin-bottom: 12px;
  align-self: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-price {
  order: -20;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-price .course-item-price {
  display: flex;
  align-self: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-price .course-item-price .origin-price {
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  font-size: 11px;
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content > .course-review {
  display: none !important;
  margin-top: 0px;
  margin-bottom: 16px;
  justify-content: flex-start;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content > .course-review .course-reviews-text {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-permalink {
  min-height: 78px;
  align-items: center;
  order: -10;
  text-align: left;
  padding: 16px 0 20px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-loop-subtitulo-curso {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .separator {
  flex: 1;
  flex-basis: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-info {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer {
  background: rgba(0, 0, 0, 0.02);
  margin: 0 -12px;
  padding: 8px 12px;
  flex: 1;
  /* .wrap-btn-add-course-to-cart {
      display: none;
  } */
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer:before {
  content: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-number-students {
  display: flex;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-comments-count {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-loop-tiempo-acceso {
  display: flex;
  margin: 0;
  flex-basis: 90px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-loop-tiempo-acceso i {
  font-size: 14px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-loop-nivel-acceso {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item .course-content .course-footer .course-review {
  display: flex;
  margin: 0 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1.4;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item:hover .course-wrap-thumbnail a:before {
  opacity: 0.5;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item:hover .course-wrap-thumbnail .course-thumbnail a img {
  transform: scale(1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-5 .course-item:hover .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  opacity: 1;
  visibility: visible;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item {
  border: 1px solid #cdd0d4;
  overflow: visible;
  transition: all 0.3s;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail {
  overflow: visible;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-categories {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-wishlist {
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-price {
  display: block;
  position: absolute;
  left: -8px;
  top: 80%;
  z-index: 2;
  transform: translateY(-50%);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-price:before {
  content: "";
  border: 4px solid transparent;
  border-top: 4px solid var(--e-global-color-primary);
  border-right: 4px solid var(--e-global-color-primary);
  position: absolute;
  left: 0;
  bottom: -11px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-price .course-item-price {
  padding: 6px 10px;
  background-color: var(--e-global-color-primary);
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-size: 15px;
  font-weight: 700;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-price .course-item-price .origin-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content > .campus-loop-autor-contenedor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-review {
  margin-top: -6px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-permalink {
  min-height: 78px;
  order: -10;
  text-align: left;
  padding: 0;
  margin: 8px 0 0 0;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .separator {
  margin-left: -12px;
  margin-right: -12px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor {
  order: -10;
  margin-bottom: 0;
  margin-right: auto;
  display: flex;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor {
  margin: 0 12px 0 0;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 4px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  text-align: left;
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor {
  margin: 0 6px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item .course-content .course-info .course-footer .course-review {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.18);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-6 .course-item:hover .course-wrap-thumbnail .course-wishlist {
  opacity: 1;
  visibility: visible;
  right: 16px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item {
  border: 1px solid #cdd0d4;
  overflow: visible;
  transition: all 0.4s;
  top: 0;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-wrap-thumbnail .course-categories {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-wrap-thumbnail .course-wishlist {
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-wrap-thumbnail .course-price {
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  line-height: 1.2;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-wrap-thumbnail .course-price .course-item-price {
  padding: 6px 10px;
  background-color: var(--e-global-color-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-size: 15px;
  font-weight: 700;
  border-radius: 67% 33% 62% 38%/65% 35% 65% 35%;
  height: 70px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-wrap-thumbnail .course-price .course-item-price .origin-price {
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
  opacity: 0.8;
  position: relative;
  right: -6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content > .campus-loop-autor-contenedor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content > .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-review {
  margin-top: -6px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-permalink {
  order: -10;
  text-align: left;
  padding: 0;
  margin: 8px 0 0 0;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .separator {
  margin-left: -12px;
  margin-right: -12px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer {
  /* .wrap-btn-add-course-to-cart {
      display: none;
  } */
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor {
  order: 1;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
  display: flex;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor {
  margin: 0 12px 0 0;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 4px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 32px;
  height: 32px;
  border: 2px solid #ddd;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  text-align: left;
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor {
  margin: 0 6px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item .course-content .course-info .course-footer .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.18);
  top: -4px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item:hover .course-wrap-thumbnail .course-wishlist {
  opacity: 1;
  visibility: visible;
  right: 16px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-7 .course-item:hover .course-thumbnail a img {
  transform: scale(1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item {
  transition: all 0.3s;
  box-shadow: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: transparent;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-wrap-thumbnail {
  margin-bottom: 0;
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-wrap-thumbnail a:before {
  content: "";
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.35s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 18px 12px;
  background: #ffffff;
  z-index: 1;
  border-radius: 0 0 6px 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-categories {
  display: flex;
  align-items: center;
  align-self: flex-start;
  position: static;
  overflow: hidden;
  margin: 0;
  order: -20;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-categories :nth-child(n+2) {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-categories a {
  border-radius: 3px;
  clip-path: none;
  background: none;
  position: relative;
  display: inline-flex;
  color: var(--e-global-color-primary);
  font-weight: 400;
  font-size: 12px;
  border-radius: 3px;
  overflow: hidden;
  padding: 6px 10px;
  line-height: 1;
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-categories a:before {
  content: "";
  background: var(--e-global-color-primary);
  opacity: 0.08;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-categories a:hover {
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-categories a:hover:before {
  opacity: 0.8;
  background: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor {
  justify-content: flex-start;
  margin-top: -12px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-price {
  transform: translateY(-100%);
  order: -20;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  align-self: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-price .course-item-price {
  display: flex;
  align-self: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-price .course-item-price .origin-price {
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  font-size: 11px;
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content > .course-review {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content > .course-review .course-reviews-text {
  display: inline-block;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-permalink {
  order: -10;
  text-align: left;
  padding: 16px 0 20px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-loop-subtitulo-curso {
  display: flex;
  order: 10;
  margin: 0 0 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #7d7d7d;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .separator {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-info {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore {
  display: inline-flex;
  order: 40;
  visibility: hidden;
  opacity: 0;
  margin-top: auto;
  margin-bottom: -32px;
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore a {
  border: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  background: var(--e-global-color-primary);
  font-weight: 400;
  transition: 0.3s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore a:after {
  content: "\e032";
  padding-left: 9px;
  position: relative;
  left: 0;
  font-size: 18px;
  transition: 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore a:hover {
  opacity: 0.9;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore a:hover:after {
  left: -2px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:hover:before {
  background-color: var(--e-global-color-primary);
  z-index: 2;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:hover .course-wrap-thumbnail {
  margin-bottom: -46px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:hover .course-wrap-thumbnail a:before {
  opacity: 0.3;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:hover .course-wrap-thumbnail .course-thumbnail a img {
  transform: scale(1.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:hover .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  opacity: 1;
  visibility: visible;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-8 .course-item:hover .course-content .course-readmore {
  margin-top: 12px;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item {
  box-shadow: rgb(230, 230, 230) 0px 0px 4px 0px;
  transform: translateY(0);
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-wrap-thumbnail {
  margin-bottom: 0;
  transition: all 0.2s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-wrap-thumbnail a:before {
  content: "";
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.35s;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-wrap-thumbnail .course-thumbnail .course-loop-texto-thumbnail {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content {
  overflow: hidden;
  padding: 0 12px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor {
  justify-content: flex-start;
  margin-top: -12px;
  margin-bottom: 12px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor:last-child {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 6px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar img {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-nombre {
  margin-top: 0;
  display: block;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor {
  margin: 0 6px 0 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-avatar {
  margin-right: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .campus-loop-autor-contenedor.existe-co-instructor .campus-loop-autor .campus-loop-autor-nombre {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-price {
  display: flex;
  order: 10;
  line-height: 1;
  margin: 0 0 8px 0;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(84, 84, 84);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-price .course-item-price {
  display: flex;
  align-self: center;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-price .course-item-price .price {
  color: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-price .course-item-price .origin-price {
  color: #545454;
  font-size: 12px;
  margin-left: 8px;
  opacity: 0.5;
  order: 20;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-review {
  margin-top: 0px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-permalink {
  order: -1;
  text-align: left;
  padding: 16px 0;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .separator {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer {
  min-height: auto;
  padding: 10px 0 10px 0;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer::before {
  background: #cdd0d4;
  width: 100%;
  height: 1px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart {
  order: 40;
  margin: 0 6px 0 auto;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart form .lp-button,
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart .btn-lp-course-view-cart {
  border: 0;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-radius: var(--campus_cl_boton_radio);
  color: var(--campus_lc_item_color_metadatos);
  cursor: pointer;
  font-weight: bold;
  height: 34px;
  width: 36px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart form .lp-button:before,
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart .btn-lp-course-view-cart:before {
  font-size: 15px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart form .lp-button:hover,
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart .btn-lp-course-view-cart:hover {
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart form .lp-button:hover:before,
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart .btn-lp-course-view-cart:hover:before {
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart .btn-lp-course-view-cart {
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary) !important;
  border-radius: var(--campus_cl_boton_radio) !important;
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .wrap-btn-add-course-to-cart .btn-lp-course-view-cart .lp-button:before {
  margin: 0 !important;
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .course-readmore {
  margin: 0;
  order: 50;
  display: block;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .course-readmore a {
  display: flex;
  align-items: center;
  border: 1px solid;
  border-radius: var(--campus_cl_boton_radio);
  color: var(--e-global-color-primary);
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 34px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item .course-content .course-info .course-footer .course-readmore a:hover {
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  color: #fff;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item:hover {
  box-shadow: rgb(230, 230, 230) 0px 0px 16px 0px;
}
.lp-archive-courses ul.learn-press-courses li.course.campus-lc-estilo-9 .course-item:hover .course-wrap-thumbnail a:before {
  opacity: 0.3;
}
.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;
  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 {
  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: flex;
  flex-wrap: wrap;
  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;
  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;
}

@media (max-width: 768px) {
  .post-type-archive .lp-archive-courses ul {
    padding: 0 8px !important;
  }
  .lp-archive-courses > ul {
    padding: 0 8px !important;
  }
}
/* -------------------------------------------------------------------------- */
/*            6. Estilo Boton "Agregar al carro" en el listado de cursos       */
/* -------------------------------------------------------------------------- */
.learn-press-courses .wrap-btn-add-course-to-cart form > .lp-button {
  width: 16px;
  height: 16px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
  line-height: 21px;
  vertical-align: middle;
}
.learn-press-courses .wrap-btn-add-course-to-cart form > .lp-button:before {
  content: "\e03b";
  color: var(--campus_lc_item_color_metadatos);
  font-size: var(--campus_lc_item_tamano_metadatos);
  left: -1px;
}
.learn-press-courses .wrap-btn-add-course-to-cart form > .lp-button.loading:before {
  content: "" !important;
  position: static !important;
  z-index: 2;
  margin: 0;
  margin-top: 0 !important;
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--e-global-color-primary, #2d2d2d) !important;
  border-radius: 50% !important;
  transition: opacity 0.3s linear;
  animation: campus-cargando 450ms infinite linear !important;
}
.learn-press-courses .wrap-btn-add-course-to-cart a {
  display: block;
}
.learn-press-courses .wrap-btn-add-course-to-cart a .lp-button {
  width: 16px;
  height: 16px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
  pointer-events: none;
}
.learn-press-courses .wrap-btn-add-course-to-cart a .lp-button:before {
  content: "\e03a";
  position: static;
  line-height: 1;
  color: var(--campus_lc_item_color_metadatos);
  font-size: var(--campus_lc_item_tamano_metadatos);
}
.learn-press-courses .wrap-btn-add-course-to-cart a .lp-button.loading:before {
  content: "" !important;
  position: static !important;
  z-index: 2;
  margin: 0;
  margin-top: 0 !important;
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--e-global-color-primary, #2d2d2d) !important;
  border-radius: 50% !important;
  transition: opacity 0.3s linear;
  animation: campus-cargando 450ms infinite linear !important;
}

/* -------------------------------------------------------------------------- */
/*            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: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  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, #2d2d2d);
}
.lp-archive-courses ul.learn-press-courses .course-wrap-thumbnail .course-wishlist.ajaxload_wishlist:before {
  color: #fff;
  position: static !important;
  display: inline-block;
  margin-top: 0 !important;
}
.lp-archive-courses ul.learn-press-courses .course-item:hover .course-wishlist {
  top: 16px;
  right: 16px;
}

/* -------------------------------------------------------------------------- */
/*                          7.  Curso Oculto                                 */
/* -------------------------------------------------------------------------- */
body.archive.post-type-archive .lp-archive-courses .learn-press-courses .is-hidden,
body.home.page-template .lp-archive-courses .learn-press-courses .is-hidden {
  display: none;
}

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

/* -------------------------------------------------------------------------- */
/*                           8. Video Youtube Responsive                      */
/* -------------------------------------------------------------------------- */
body:not(.block-editor-enabled) .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
body:not(.block-editor-enabled) .video-container iframe,
body:not(.block-editor-enabled) .video-container object,
body:not(.block-editor-enabled) .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------------- */
/*              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)                       */
/* -------------------------------------------------------------------------- */
div[id*=chaty-widget-0] {
  position: relative;
  z-index: 98;
}

body .chaty-widget .ch-pending-msg {
  right: -2px;
  top: 2px;
}

.chaty-whatsapp-body:before,
.chaty-whatsapp-form:before {
  background-image: url("assets/images/whatsapp.webp");
}

body .picmo__emojiButton {
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
}

body .chaty-whatsapp-message {
  border: none;
  border-radius: 0 6px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}

body .chaty-whatsapp-field input[type=text],
body .chaty-whatsapp-field input[type=text]:focus,
body .chaty-whatsapp-field input[type=text]:active,
body .chaty-whatsapp-field input[type=text]::placeholder {
  font-size: 15px;
  color: #667781 !important;
  opacity: 1 !important;
}

.chaty .chaty-i-trigger .chaty-cta-button button .chaty-svg svg ellipse {
  fill: var(--e-global-color-primary) !important;
}

body button.chaty-whatsapp-button-button {
  background: #63737c !important;
  transition: all 0.3s ease;
}

body button.chaty-whatsapp-button-button:hover {
  background: #4a555c !important;
}

body button.chaty-whatsapp-button-button svg g :last-child {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*         8. Estilos plugin Floating Cart for WooCommerce                   */
/* -------------------------------------------------------------------------- */
.wcsales-sale-notification {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/*         8. Estilos plugin Floating Cart for WooCommerce                   */
/* -------------------------------------------------------------------------- */
html body.admin-has-been-logged-in-as-a-user {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.login-as-user {
  position: fixed !important;
  left: 16px !important;
  width: auto !important;
  z-index: 999 !important;
  bottom: 48px !important;
}
.login-as-user .login-as-user-content {
  padding: 0 !important;
}
.login-as-user .login-as-user-inner {
  padding: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}
.login-as-user .login-as-user-inner .login-as-user-msg {
  padding-top: 0;
  font-size: 0;
}
.login-as-user a.button {
  padding: 14px 12px !important;
  font-weight: normal !important;
  background: var(--e-global-color-primary) !important;
  font-size: 14px !important;
}
.login-as-user a.button:hover, .login-as-user a.button:focus, .login-as-user a.button:active {
  background: var(--e-global-color-secondary) !important;
}

/* -------------------------------------------------------------------------- */
/*              8. Estilos para elementos en Landignpage                      */
/* -------------------------------------------------------------------------- */
.barra-progreso .progress_bar {
  display: block;
  position: relative;
  -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);
  margin: 10px auto 30px;
  width: 100%;
  height: 20px;
  background-color: #ffe8e8;
  border-radius: 20px;
  overflow: hidden;
}
.barra-progreso .progress_bar .progressbarSstatus {
  background-color: #ff3e59;
  height: 20px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
  transition: width 1s;
  animation: 2s linear infinite progress_bar;
}

@keyframes progress_bar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
/* -------------------------------------------------------------------------- */
/*                      Correcion Estilos Woocommerce                        */
/* -------------------------------------------------------------------------- */
body .wc-block-components-notice-banner.is-info {
  background-color: transparent;
  border-color: transparent;
  padding: 0 !important;
}

body .wc-block-components-notice-banner.is-info > svg {
  display: none;
}

body .wc-block-components-notice-banner {
  text-align: center;
  /*     max-width: 1300px;
  margin: 16px auto; */
}
body .wc-block-components-notice-banner svg {
  display: none;
}
body .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content .wc-forward {
  display: none;
}
body .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content .wc-forward {
  display: none;
}

body .wc-block-components-notice-banner__content {
  text-align: center;
}

.woocommerce div.product form.cart div.quantity {
  display: inline-flex;
  margin-right: 12px;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: top;
}
.woocommerce div.product form.cart div.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: 0 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  min-height: 48px;
  border-radius: 0;
  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;
}
@media (max-width: 567px) {
  .woocommerce div.product form.cart div.quantity .quantity_selectors {
    padding: 0 16px;
  }
}
.woocommerce div.product form.cart div.quantity .quantity_selectors:hover {
  color: #000;
  background-color: #f1f1f1;
}
.woocommerce div.product form.cart div.quantity .minus {
  border-right: 0;
  border-top-left-radius: var(--campus_cl_boton_radio);
  border-bottom-left-radius: var(--campus_cl_boton_radio);
}
.woocommerce div.product form.cart div.quantity .qty {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 48px;
  text-align: center;
  border-radius: 0 !important;
  appearance: textfield;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 0;
  min-height: 48px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  touch-action: manipulation;
  -moz-appearance: textfield;
}
@media (max-width: 567px) {
  .woocommerce div.product form.cart div.quantity .qty {
    width: 36px;
  }
}
.woocommerce div.product form.cart div.quantity .qty::-webkit-outer-spin-button, .woocommerce div.product form.cart div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.woocommerce div.product form.cart div.quantity .qty:focus-visible {
  outline: none;
}
.woocommerce div.product form.cart div.quantity .plus {
  border-left: 0;
  border-top-right-radius: var(--campus_cl_boton_radio);
  border-bottom-right-radius: var(--campus_cl_boton_radio);
}
.woocommerce div.product form.cart div.quantity + .button {
  margin-left: 0;
}

/* -------------------------------------------------------------------------- */
/*                          Paginación de Learnpress                          */
/*                 Multiples lugares: Perfil / Pedidos,                       */
/* -------------------------------------------------------------------------- */
.learn-press-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 0;
  padding-top: 0;
  margin: 16px 0 0 0;
}
.learn-press-pagination ul.page-numbers {
  display: flex;
  gap: 8px;
}
.learn-press-pagination ul.page-numbers li {
  display: flex;
  zoom: 1;
  list-style: none;
}
.learn-press-pagination ul.page-numbers li .page-numbers {
  color: #333333;
  width: 40px;
  height: 40px;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: var(--campus_cl_boton_tamano_texto);
  text-transform: var(--campus_cl_boton_texto_trans);
  border-radius: 4px;
}
.learn-press-pagination ul.page-numbers li .page-numbers:hover {
  border-color: var(--e-global-color-primary, #2d2d2d);
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: #ffffff;
}
.learn-press-pagination ul.page-numbers li .page-numbers.current {
  border-color: var(--e-global-color-primary, #2d2d2d);
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: #ffffff;
}
.learn-press-pagination ul.page-numbers li .page-numbers i {
  display: none;
}
.learn-press-pagination ul.page-numbers li .page-numbers.prev {
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-press-pagination ul.page-numbers li .page-numbers.prev:before {
  content: "\e00c";
  font-size: 10px;
}
.learn-press-pagination ul.page-numbers li .page-numbers.next {
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-press-pagination ul.page-numbers li .page-numbers.next:before {
  content: "\e00b";
  font-size: 10px;
}
.learn-press-pagination.courses-btn-load-more {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 24px;
  text-align: center;
  text-transform: inherit;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  margin: 16px auto 32px;
  width: auto;
  min-width: 180px;
  border-radius: 3px;
  line-height: 1;
  transition: all 0.3s ease;
}
.learn-press-pagination.courses-btn-load-more[disabled], .learn-press-pagination.courses-btn-load-more:hover {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
  color: #fff;
  opacity: 0.9;
}
.learn-press-pagination.courses-btn-load-more .lp-loading-circle {
  border: 1px solid transparent;
  border-top-color: rgb(255, 255, 255);
  margin: 0 0 0 8px;
  animation: spin 0.5s infinite linear;
}

/* -------------------------------------------------------------------------- */
/*                      8. Estilos para Páginas de destino                   */
/* -------------------------------------------------------------------------- */
body.single-paginas-destino #masthead,
body.single-paginas-destino .premium-sticky-spacer-undefined,
body.single-paginas-destino footer#colophon {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/*                      8. Estilos para "Gtranslate"                         */
/* -------------------------------------------------------------------------- */
.gtranslate_wrapper {
  display: flex;
}
.gtranslate_wrapper a.glink {
  margin: 0 6px;
}
.gtranslate_wrapper a.glink span {
  color: #ededea !important;
  font-weight: 100;
}
.gtranslate_wrapper a.glink img {
  border: 1px solid #f7f6f5;
}

/* -------------------------------------------------------------------------- */
/*                            8. Estilos Popup Ajax                           */
/* -------------------------------------------------------------------------- */
#ModalClaseGratuita {
  background: #f6f6f6;
  position: static;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.icon-cargador-4:before {
  width: 22px !important;
  height: 22px !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #161c2d;
  opacity: 0.9;
  filter: alpha(opacity=80);
  transition: all 0.2s ease;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

div.mfp-image-holder .mfp-close,
div.mfp-inline-holder .mfp-close {
  right: 12px;
  top: 12px;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 0;
  border: none;
  padding: 0;
  color: #050505;
  background: #e2e5e9;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
div.mfp-image-holder .mfp-close:hover,
div.mfp-inline-holder .mfp-close:hover {
  opacity: 1;
  background: #d6d9dd;
}

.mfp-image-holder .mfp-close:before,
.mfp-inline-holder .mfp-close:before {
  content: "\e004";
  font-size: 16px !important;
  font-weight: 700;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  transition: all 0.2s ease;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}

.mfp-iframe-scaler #content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content #content.quickview {
  height: auto;
  background: #fff;
}

/*--------------------------------------------------------------
    2. CSS para Interfase Wp
---------------------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                      8. Barra superior de usuario logeado                  */
/* -------------------------------------------------------------------------- */
#wp-admin-bar-my-account,
#wp-admin-bar-paid-memberships-pro,
#wp-admin-bar-wpforms-menu,
#wp-admin-bar-wpcode-admin-bar-info,
#wpadminbar .quicklinks #wp-admin-bar-woocommerce-site-visibility-badge.woocommerce-site-status-badge-live a.ab-item {
  display: none !important;
}

body #wp-admin-bar-elementor_edit_page > .ab-item:before {
  font: normal 20px/1 dashicons;
  content: "\f111";
  font-size: 18px;
}

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,
body.single.single-product #wp-admin-bar-edit a,
body.single.single-post #wp-admin-bar-edit a {
  background: #28a745 !important;
  color: #fff !important;
  opacity: 0.9;
  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 {
  color: #fff !important;
  opacity: 1;
}

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

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

/* --------------------------------------------------------------------------     */
/*    MANTIENE EL MARGIN EN 0 PARA LAS SECCIONES EN EL MODO EDITOR DE ELEMENTOR   */
/* Razon: Para el encabezado transparent le agregamos un margin-botton: -100px    */
/* Y en el modo edición no se pueden editar las secciones                         */
/* --------------------------------------------------------------------------     */
body.elementor-editor-active div[data-elementor-type=header] > .elementor-section-wrap > section.fijo {
  margin: 0;
  background: rgba(0, 0, 0, 0.1490196078);
}

/*--------------------------------------------------------------
    2. CSS Widgets
---------------------------------------------------------------*/
/***************************************
2. MegaMenu para ELEMENTOR
***************************************/
.premium-main-nav-menu > .premium-active-item a {
  border-width: 0 !important;
}

/***************************************
2. Widget "Buscar Producto" (Nativo de Wordpress / No elementor)
***************************************/
.elementor-widget-wp-widget-woocommerce_product_search form.woocommerce-product-search {
  background: #ffffff;
  padding: 10px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  display: flex;
}
.elementor-widget-wp-widget-woocommerce_product_search form.woocommerce-product-search .search-field {
  border: 0;
  outline: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  margin: 0 0 0 8px;
}
.elementor-widget-wp-widget-woocommerce_product_search form.woocommerce-product-search button {
  font-size: 0;
  padding: 0;
  border: 0;
  order: -1;
  transition: all 0.2s ease;
  background: white;
}
.elementor-widget-wp-widget-woocommerce_product_search form.woocommerce-product-search button:after {
  content: "3";
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  color: #767676;
  font-size: 18px;
  top: 1px;
}

/***************************************
3. Widget Elementor "Productos de Woocommerce"
***************************************/
.elementor-widget-premium-woo-products .premium-woo-product-wrapper .premium-woo-qv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-premium-woo-products .premium-woo-product-wrapper .premium-woo-qv-btn .premium-woo-qv-icon {
  order: -1;
  margin: 0 6px 0 0;
}
.elementor-widget-premium-woo-products .premium-woo-product-wrapper .premium-woo-qv-btn .premium-woo-qv-icon:before {
  content: "/";
  font-size: 15px;
}

#premium-woo-quick-view-content .premium-woo-qv-image-slider.images img {
  zoom: 1.1;
}
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-direction-nav a {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  transition: all 0.2s linear;
}
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-direction-nav a:before {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
  transition: all 0.2s linear;
}
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-direction-nav a:hover:before {
  font-size: 13px;
}
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-direction-nav li.flex-nav-prev a:before {
  content: "\e00c";
}
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-direction-nav li.flex-nav-next a:before {
  content: "\e00b";
}
#premium-woo-quick-view-content .premium-woo-qv-image-slider.images .flex-control-paging {
  display: none;
}
#premium-woo-quick-view-content .summary {
  padding-top: 16px;
  height: 100% !important;
}
#premium-woo-quick-view-content .summary .product_title {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
#premium-woo-quick-view-content .summary .price {
  font-weight: bold;
  margin: 0;
}
#premium-woo-quick-view-content .summary .woocommerce-product-details__short-description {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 300;
  color: #555555;
}
#premium-woo-quick-view-content .summary .woocommerce-product-details__short-description .lista-estilo-1 {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
#premium-woo-quick-view-content .summary .woocommerce-product-details__short-description .lista-estilo-1 li {
  position: relative;
  padding-left: 24px;
}
#premium-woo-quick-view-content .summary .woocommerce-product-details__short-description .lista-estilo-1 li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
  content: "}";
  font-weight: 700;
}
#premium-woo-quick-view-content .summary .woocommerce-product-details__short-description .lista-estilo-1 li strong {
  font-weight: 700;
}
#premium-woo-quick-view-content .summary .product_meta {
  display: none;
}
#premium-woo-quick-view-content .summary .variations_form {
  margin: 0;
}
#premium-woo-quick-view-content .summary .variations_form .variations {
  margin-bottom: 0;
}
#premium-woo-quick-view-content .summary .variations_form .woocommerce-variation {
  margin: 8px 0;
}
#premium-woo-quick-view-content .summary .variations_form .woocommerce-variation .price {
  font-size: 24px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
#premium-woo-quick-view-content .summary .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 18px 6px;
  border: 1px solid;
  color: #000000;
  box-shadow: none;
  border-radius: 5px;
  font-size: 15px;
}
#premium-woo-quick-view-content .summary .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}
#premium-woo-quick-view-content .summary .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  color: #fff;
}
#premium-woo-quick-view-content .summary .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
#premium-woo-quick-view-content .summary .variations_form .variations_button {
  display: flex;
}
#premium-woo-quick-view-content .summary .variations_form .variations_button .quantity {
  margin: 0 8px 0 0;
}
#premium-woo-quick-view-content .summary .variations_form .reset_variations {
  display: none !important;
}
#premium-woo-quick-view-content .summary form.cart {
  display: flex;
  margin: 16px 0 0;
}
#premium-woo-quick-view-content .summary form.cart .quantity {
  margin: 0 8px 0 0;
}
#premium-woo-quick-view-content .summary form.cart .added {
  display: none;
}
#premium-woo-quick-view-content .summary form.cart .single_add_to_cart_button:before {
  content: "\e03b";
  top: 0;
}
#premium-woo-quick-view-content .summary form.cart a.added_to_cart {
  background-color: var(--e-global-color-secondary, #353535);
  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;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
#premium-woo-quick-view-content .summary form.cart a.added_to_cart:before {
  content: "\e03a";
  color: #ffffff;
  text-indent: 0;
  font-size: 13px;
  margin-right: 6px;
}

#premium-woo-quick-view-close {
  top: 16px;
  right: 16px;
  opacity: 0.8;
  transition: all 0.2s ease;
}
#premium-woo-quick-view-close:before {
  content: "\e004";
}
#premium-woo-quick-view-close:hover {
  opacity: 1;
}

.elementor-308 .elementor-element.elementor-element-e5d4c74 {
  min-height: 60px;
  transition: all 0.2s ease;
}

/***************************************
3. Plugin "XT Floating Cart for WooCommerce"
***************************************/
body .xt_woofc-trigger,
body .xt_woofc-checkout,
body .xt_woofc-animation-morph .xt_woofc-wrapper {
  height: 50px;
  width: 50px;
}

body .xt_woofc-trigger .xt_woofc-count {
  background: var(--e-global-color-primary);
  color: #fff;
  font-weight: 500;
}

body .xt_woofc-cart-open .xt_woofc-checkout {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0;
  margin-right: 50px !important;
  background: var(--e-global-color-primary);
}
body .xt_woofc-cart-open .xt_woofc-checkout em {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}

body .xt_woofc-delete-item span,
body .xt_woofc-product-body {
  display: none;
}

body .xt_woofc-delete-item .xt_woofc-delete-icon:before {
  content: "\e013";
  font-size: 13px;
}

body .xt_woofc-product-footer .xt_woofc-quantity {
  display: none;
}

body .xt_woofc-product-details {
  flex-direction: row;
}

.xt_woofc-product-wrap,
.xt_woofc-product-details,
.xt_woofc-product-header,
.xt_woofc-product-body,
.xt_woofc-product-footer {
  flex: auto;
}

.xt_woofc-product-title {
  white-space: normal;
  font-size: 15px;
  font-weight: 500;
}

.xt_woofc-product-header {
  width: 100%;
  margin-bottom: 0;
}

.xt_woofc-price .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 700;
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover,
.xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus {
  background: var(--e-global-color-primary);
}

.xt_woofc-header {
  height: 50px;
  line-height: 50px;
}

.xt_woofc-notice.xt_woofc-notice-success {
  display: none !important;
}

.elementor-image-gallery .gallery-item {
  overflow: hidden;
}

.elementor-image-gallery .gallery-item img {
  transition: all 0.2s ease;
  transform: scale(1);
}

.elementor-image-gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/***************************************
3. Widget "HTC Timeline for Elementor"
***************************************/
.htc-verctimeline-wrapper.htmega-verticletimeline-style-1 > div .vertical-date span.month {
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
}

.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before {
  border-color: transparent !important;
  border-left-color: inherit !important;
  color: inherit !important;
}

.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before {
  border-color: transparent !important;
  border-right-color: inherit !important;
}

.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
  top: -34px;
}

.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before {
  top: 16px;
}

body .htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/***************************************
3. Widget "HTC Testimonial for Elementor"
***************************************/
.htmega-testimonial-area .testimonal .testimonal-image img {
  max-width: 100px;
}

.htmega-testimonial-style-2 .testimonal {
  min-height: 400px;
}

@media (max-width: 768px) {
  .htmega-testimonial-style-2 .testimonal {
    min-height: 300px;
  }
}
/***************************************
3. Widget "PA Escaparate Textual"
***************************************/
.pa-txt-sc__outer-container {
  gap: 0;
}

@media (min-width: 991px) {
  .pa-txt-sc__item-container,
  .pa-txt-sc__outer-container {
    display: inline;
  }
}
/***************************************
3. Widget "Button de Elementor"
***************************************/
.elementor-button-content-wrapper .elementor-button-icon svg {
  width: 1em;
  transform: scale(0.9);
}
.elementor-button-content-wrapper .elementor-button-text {
  flex-grow: initial;
}

/***************************************
5. Widget "Button de Elementor"
***************************************/
@media (max-width: 1024px) {
  .htmega-animated-heading .cd-headline.slide span {
    display: inline-flex;
  }
  .htmega-animated-heading span.beforetext {
    position: relative;
    top: 2px;
  }
}
@media (max-width: 768px) {
  .htmega-animated-heading .cd-headline.slide .cd-words-wrapper {
    width: 100% !important;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .htmega-animated-heading .cd-headline.slide span.beforetext {
    padding: 0;
    display: block;
    text-align: center;
    line-height: 1;
  }
  .htmega-animated-heading .cd-words-wrapper b {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
/*--------------------------------------------------------------
	4. Comentarios
---------------------------------------------------------------*/
/*------------------------------------------------
 1. ESTILOS COMENTARIOS PARA LECCIONES  LEARNPRESS
 -----------------------------------------------*/
#learn-press-item-comments {
  padding-top: 32px;
  padding-bottom: 0;
}
#learn-press-item-comments .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;
  padding: 0;
}
.commentlist li.comment {
  padding: 0;
}
.commentlist li.comment > #respond {
  margin-left: 56px;
}
.commentlist .comment.ajaxComment {
  padding: 0;
  animation: animationComment 0.3s;
}
.commentlist .comment-body {
  display: flex;
  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;
  font-size: 15px;
  border-radius: var(--campus_cl_boton_radio);
  border: 1px solid #cdd0d4;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.commentlist .comment-body .comment-content .comment-content-inner .comment-metadata {
  margin-bottom: 4px;
}
.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 .comment-content-inner p:last-child {
  margin: 0;
}
.commentlist .comment-body .comment-content .footer-comment {
  display: flex;
  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 {
  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 {
  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 .bypostauthor .comment-body .comment-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-primary, #2d2d2d);
}
.commentlist .bypostauthor .comment-body .comment-content .comment-content-inner {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--e-global-color-primary, #2d2d2d);
}
.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, #2d2d2d);
  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 #cdd0d4;
  left: 0;
  top: 0;
  bottom: 30px;
}
.commentlist .children .children {
  margin-left: 46px;
}

/*--------------------------
Formulario de comentarios
---------------------------*/
#commentform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: #65676b;
  line-height: 1.4;
  border-radius: var(--campus_cl_boton_radio);
  transition: all 0.1s linear;
  outline: transparent;
}
#commentform #author::placeholder,
#commentform #email::placeholder,
#commentform #comment::placeholder {
  color: #cdd0d4;
}
#commentform #author:focus,
#commentform #email:focus,
#commentform #comment:focus {
  border: 1px solid #059601;
}
#commentform .comment-form-author {
  order: 1;
  margin-right: 12px;
  margin-left: 49px;
  flex: 1;
}
#commentform .comment-form-email {
  order: 2;
  flex: 1;
}
#commentform .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  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;
  order: 5;
}
#commentform .form-submit #submit {
  padding: 12px 24px;
  height: auto;
  min-height: auto;
  border: 0;
  border-radius: var(--campus_cl_boton_radio);
  font-weight: 400;
}
#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;
  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::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .logged-out #commentform {
    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
------------------------------------ */
/* -------------------------------------------------------------------------- */
/*              ENCABEZADO PARA PAGINA CURSOS, CATEGORIAS CURSOS              */
/* -------------------------------------------------------------------------- */
.campus-encabezado-archive {
  display: var(--campus_lc_mostrar_encabezado);
  align-items: center;
  justify-content: center;
  background-image: var(--campus_lc_imagen_fondo);
  background-position: var(--campus_lc_posicion_imagen_fondo);
  background-size: var(--campus_lc_tamano_imagen_fondo);
  background-repeat: var(--campus_lc_repetir_imagen_fondo);
  background-attachment: var(--campus_lc_desplazar_imagen_fondo);
  background-color: var(--campus_lc_color_fondo);
  text-align: var(--campus_lc_encabezado_alineacion);
  color: var(--campus_lc_color_texto_encabezado);
  position: relative;
  padding: var(--campus_lc_encabezado_altura);
  transition: all 0.2s ease;
}
.campus-encabezado-archive:before {
  content: "";
  background: var(--campus_lc_superposicion_color_fondo);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.campus-encabezado-archive .container {
  position: relative;
}
.campus-encabezado-archive .campus-lc-titulo {
  font-size: var(--campus_lc_encabezado_tamano_titulo);
  font-weight: bold;
  padding-bottom: 4px;
  line-height: 1;
}
.campus-encabezado-archive .campus-lc-subtitulo {
  font-size: var(--campus_lc_encabezado_tamano_subtitulo);
}
.campus-encabezado-archive p {
  margin: 0;
}
.campus-encabezado-archive #breadcrumbs-learnpress-archive {
  background-color: transparent;
  padding: 16px 0 0 0;
}
.campus-encabezado-archive #breadcrumbs-learnpress-archive .learn-press-breadcrumb {
  display: inline-flex;
  width: auto;
}
.campus-encabezado-archive #breadcrumbs-learnpress-archive .learn-press-breadcrumb li a,
.campus-encabezado-archive #breadcrumbs-learnpress-archive .learn-press-breadcrumb li span,
.campus-encabezado-archive #breadcrumbs-learnpress-archive .learn-press-breadcrumb li.breadcrumb-delimiter .fas:before {
  color: #fff;
}
.campus-encabezado-archive > * {
  margin: var(--campus_lc_encabezado_separador_bloques);
}

.campus-breadcrumbs-filtro {
  color: var(--campus_lc_ruta_navegacion_color_texto);
  font-size: var(--campus_lc_ruta_navegacion_tamano_texto);
}
.campus-breadcrumbs-filtro span {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 4px 0 0;
  line-height: 0.8;
  border-right: 1px solid;
}
.campus-breadcrumbs-filtro span:last-child {
  border-right: none;
}

#breadcrumbs-learnpress-archive {
  border-bottom: none;
  box-shadow: none;
  padding: 22px 0;
  background: var(--campus_lc_ruta_navegacion_color_fondo);
  margin-bottom: 0;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb {
  border-bottom: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li {
  line-height: 1;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li a,
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li span {
  color: var(--campus_lc_ruta_navegacion_color_texto);
  font-size: var(--campus_lc_ruta_navegacion_tamano_texto);
  font-weight: 400;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li a:hover,
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li span:hover {
  text-decoration: none;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li a:hover span,
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li span:hover span {
  text-decoration: underline;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li.breadcrumb-delimiter i {
  margin: 0;
  vertical-align: middle;
}
#breadcrumbs-learnpress-archive .learn-press-breadcrumb li.breadcrumb-delimiter i:before {
  content: "\e00b";
  color: var(--campus_lc_ruta_navegacion_color_texto);
  font-size: var(--campus_lc_ruta_navegacion_tamano_texto);
  margin: 0 8px;
  top: 0;
  transform: scale(0.7);
  display: block;
}

.post-type-archive-lp_course div.lp-archive-courses .learn-press-courses-header h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
}
.post-type-archive-lp_course .lp-archive-course-skeleton {
  border-radius: 5px;
  top: -12px;
}

#breadcrumbs-learnpress-archive + div.lp-archive-courses {
  padding-top: 64px;
}
#breadcrumbs-learnpress-archive + div.lp-archive-courses .lp-main-content .learn-press-courses {
  min-height: auto;
}
#breadcrumbs-learnpress-archive + div.lp-archive-courses .lp-main-content .learn-press-message.error {
  margin-top: 0 !important;
}

.lp-archive-courses .lp-content-area {
  padding: 0;
  display: flex;
}
.lp-archive-courses .lp-content-area .lp-main-content {
  padding-bottom: 44px;
}
.lp-archive-courses .lp-content-area .lp-main-content .learn-press-courses-header,
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar {
  display: none;
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar .search-courses {
  margin-right: 0;
}
.lp-archive-courses .lp-content-area .lp-main-content .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-content-area .lp-main-content .lp-courses-bar .switch-layout {
  display: none;
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar .switch-layout .switch-btn.list {
  margin-left: 6px;
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar .switch-layout .switch-btn {
  background: #f0f0f0;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar .switch-layout .switch-btn:before {
  font-size: 22px;
  font-weight: lighter;
  display: inline-block;
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar .switch-layout .switch-btn.grid:before {
  content: "\e01d";
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar .switch-layout .switch-btn.list:before {
  content: "\e02d";
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar input[type=radio]:checked + .switch-btn {
  background: var(--e-global-color-primary, #2d2d2d) !important;
}
.lp-archive-courses .lp-content-area .lp-main-content .lp-courses-bar input[type=radio]:checked + .switch-btn:before {
  color: #eef2f5;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar {
  order: var(--campus_lc-col-order);
  padding-left: var(--campus_lc-col-padding-left);
  padding-right: var(--campus_lc-col-padding-right);
  display: var(--campus_lc-col-display);
  max-width: 320px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .learnpress-widget-wrapper {
  margin-top: 0;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .learnpress-widget-wrapper .lp-form-course-filter {
  display: flex;
  flex-wrap: wrap;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .learnpress-widget-wrapper .lp-form-course-filter .lp-course-filter-search {
  width: 100%;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .learnpress-widget-wrapper .lp-form-course-filter > :first-child .lp-form-course-filter__title {
  display: none;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__title {
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item {
  margin-bottom: 36px;
  border-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-field {
  position: relative;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-field .lp-course-filter-search {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 15px;
  height: 42px;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 14px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-field .lp-course-filter-search::placeholder {
  font-size: 0px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-field:after {
  content: "\e00f";
  position: absolute;
  right: 16px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  transition: all 0.2s ease;
  color: #767676;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-field .lp-loading-circle {
  right: 40px;
  top: 13px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-result {
  border: 0;
  background: #ffffff;
  border-radius: 0;
  margin: 8px 0 0 0;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-result .lp-courses-suggest-list {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest {
  padding: 12px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest a .course-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  color: var(--e-global-color-text);
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest:hover {
  background-color: #f7f7f7;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-course-filter-search-result .lp-courses-suggest-info {
  display: none;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field {
  display: flex;
  padding: 2px 0;
  align-items: center;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field label {
  font-size: 14px;
  color: #545454;
  font-size: 14px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[type=checkbox] {
  width: 16px;
  cursor: pointer;
  position: relative;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  height: 16px;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[type=checkbox]:checked:after {
  content: "}";
  position: absolute;
  color: var(--e-global-color-primary, #2d2d2d);
  font-size: 13px;
  line-height: 15px;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[type=checkbox]:checked + label {
  font-weight: 600;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[type=checkbox]:checked + label + .count {
  color: #fff;
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .count {
  position: static;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  padding-left: 5px;
  min-width: 30px;
  height: 22px;
  border: 1px solid #e4e4e4;
  border-radius: 35px;
  color: #777;
  text-align: center;
  font-size: 12px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  margin-left: auto;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-course-filter-category {
  width: 100%;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-submit {
  margin-right: 0;
  background: var(--e-global-color-primary, #2d2d2d);
  color: #fff;
  height: auto;
  min-height: 48px;
  width: calc(100% - 64px);
  line-height: 1;
  border-radius: var(--campus_cl_boton_radio);
  text-transform: var(--campus_cl_boton_texto_trans);
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-submit:hover {
  opacity: 0.9;
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset {
  font-size: 0;
  width: 48px;
  margin-left: auto;
  color: #333;
  background: #f7f7f7;
  opacity: 1;
  border: 0;
  transition: all 0.3s ease;
  border-radius: var(--campus_cl_boton_radio);
  padding: var(--campus_cl_boton_relleno);
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:before {
  margin: 0;
  font-size: var(--campus_cl_boton_tamano_texto);
  content: "\e013";
}
.lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .course-filter-reset:hover {
  background: #ececec;
}

.archive .lp-archive-courses {
  background: linear-gradient(180deg, #eeeeee 0%, transparent 10%);
}

/***************************************
Medias Queries Generales
**************************************/
@media (min-width: 992px) {
  .post-type-archive-lp_course div.lp-archive-courses .learn-press-courses .course,
  .post-type-archive .lp-archive-courses ul.learn-press-courses .course,
  .tax-course_category .lp-archive-courses ul.learn-press-courses .course {
    width: var(--campus_lc-col-width-course);
  }
}
@media (max-width: 1300px) {
  html .lp-archive-courses .lp-content-area {
    padding: 0 12px;
  }
  html .lp-archive-courses .lp-content-area .lp-archive-courses-sidebar {
    padding-left: 16px;
  }
}
@media (max-width: 991px) {
  html .lp-archive-courses .lp-content-area {
    flex-wrap: wrap;
    flex-direction: column;
  }
  html .lp-archive-courses .lp-content-area .lp-archive-courses-sidebar {
    flex: 1;
    width: 100%;
    padding: 0 12px 0 4px;
    margin-top: 36px;
  }
  html .lp-archive-courses .lp-content-area .lp-archive-courses-sidebar .lp-form-course-filter__item .lp-form-course-filter__content .count {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  html .campus-encabezado-archive {
    padding: 80px 0;
  }
  html .campus-encabezado-archive .campus-lc-titulo {
    font-size: 54px;
  }
  html .campus-encabezado-archive .campus-lc-subtitulo {
    font-size: 16px;
  }
  html .lp-archive-courses .lp-content-area .lp-archive-courses-sidebar {
    padding-left: 0;
  }
  html .post-type-archive-lp_course div.lp-archive-courses {
    padding-top: 32px;
  }
  html .lp-archive-courses ul.learn-press-courses li.course {
    padding: 0;
  }
}
@media (max-width: 576px) {
  html .campus-encabezado-archive {
    padding: 40px 0;
  }
  html .campus-encabezado-archive .campus-lc-titulo {
    font-size: 34px;
  }
  html .campus-encabezado-archive .campus-lc-subtitulo {
    font-size: 15px;
  }
  html .campus-encabezado-archive .campus-loop-contenedor-encabezado > * {
    margin: 0;
  }
  html .campus-encabezado-archive #breadcrumbs-learnpress-archive {
    padding: 8px 0 0 0;
  }
}
/*--------------------------------------------------------------
	5.2. Página Curso individual
---------------------------------------------------------------*/
/* ---------------------------------
Pagina cursos detalles
------------------------------------ */
body.learnpress-page,
body.learnpress-page #main-content {
  background: white;
  font-weight: inherit;
}

.single-lp_course:not(.viewing-course-item) .lp-archive-courses {
  padding-top: 0;
  padding-bottom: 32px;
  background-color: var(--campus_ci_contenido_color_fondo);
}

#encabezadoCurso {
  color: var(--campus_ci_color_texto_encabezado);
  position: relative;
}
#encabezadoCurso:before {
  content: "";
  background-image: var(--campus_ci_imagen_fondo);
  background-position: var(--campus_ci_posicion_imagen_fondo);
  background-size: var(--campus_ci_tamano_imagen_fondo);
  background-repeat: var(--campus_ci_repetir_imagen_fondo);
  background-attachment: var(--campus_ci_desplazar_imagen_fondo);
  background-color: var(--campus_ci_color_fondo);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
  width: 100vw;
  margin-left: -50vw;
  left: 75%;
}
#encabezadoCurso:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 200vw;
  transform: translateX(-50%);
  background-color: var(--campus_ci_superposicion_color_fondo);
}
#encabezadoCurso > div[class^=container-] {
  position: relative;
}
#encabezadoCurso #metaEncabezado {
  font-weight: 300;
  position: relative;
  padding: 24px 0;
}
#encabezadoCurso #metaEncabezado > * {
  position: relative;
  z-index: 2;
}
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb {
  margin: var(--campus_ci_espacio_bloques_encabezado);
  padding: 0;
  line-height: 1;
}
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb li span,
#encabezadoCurso #metaEncabezado .learn-press-breadcrumb li i {
  color: var(--campus_ci_color_enlaces_encabezado);
  font-size: 14px;
  font-weight: 300;
}
#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-preview {
  display: none;
  margin: var(--campus_ci_espacio_bloques_encabezado);
}
#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;
  font-size: 14px;
  margin: var(--campus_ci_espacio_bloques_encabezado);
}
#encabezadoCurso #metaEncabezado .course-students a {
  text-decoration: underline;
  text-decoration-thickness: 0.7px;
  text-underline-offset: 4px;
  color: var(--campus_ci_color_enlaces_encabezado);
}
#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;
}
#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: var(--campus_ci_color_texto_encabezado);
  font-size: var(--campus_ci_encabezado_tamano_titulo);
  font-weight: 700;
  line-height: 1.2;
  margin: var(--campus_ci_espacio_bloques_encabezado);
  padding: 4px 0;
  border-bottom: 0;
}
#encabezadoCurso #metaEncabezado .subtitulo-curso {
  font-size: var(--campus_ci_encabezado_tamano_subtitulo);
  font-weight: 300;
  margin: var(--campus_ci_espacio_bloques_encabezado);
  line-height: 1.3;
}
#encabezadoCurso #metaEncabezado .course-details {
  margin: var(--campus_ci_espacio_bloques_encabezado);
}
#encabezadoCurso #metaEncabezado .course-details ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#encabezadoCurso #metaEncabezado .course-details ul li {
  align-items: center;
  display: flex;
  margin-bottom: 2px;
}
#encabezadoCurso #metaEncabezado .course-details ul li .label {
  padding: 0 5px;
}
#encabezadoCurso #metaEncabezado .course-details ul li i {
  display: inline-flex;
  font-size: 13px;
  margin-right: 8px;
}
#encabezadoCurso #metaEncabezado .course-details ul li a {
  text-decoration: underline;
  transition: all 0.2s ease;
  color: var(--campus_ci_color_enlaces_encabezado);
}
#encabezadoCurso #metaEncabezado .course-details ul li a.hiddenFreeLessonLink {
  display: none;
}
#encabezadoCurso #metaEncabezado .course-details ul li a:hover {
  text-decoration: none;
}
#encabezadoCurso #metaEncabezado .course-details.diseno-detalles-curso-horizontal ul {
  display: flex;
  flex-wrap: wrap;
}
#encabezadoCurso #metaEncabezado .course-details.diseno-detalles-curso-horizontal ul li {
  margin: 0 12px 0 0;
  padding-bottom: 4px;
}
#encabezadoCurso #metaEncabezado .course-details.diseno-detalles-curso-horizontal ul li .verLeccionesGratuitas {
  display: none;
}
#encabezadoCurso #metaEncabezado .course-details.diseno-detalles-curso-horizontal ul li i {
  margin-right: 0;
}
#encabezadoCurso #metaEncabezado .course-details.diseno-detalles-curso-horizontal ul li:last-child {
  margin-right: 0;
}
#encabezadoCurso #metaEncabezado .curso-instructor {
  font-size: 14px;
  line-height: 1;
  margin: var(--campus_ci_espacio_bloques_encabezado);
}
#encabezadoCurso #metaEncabezado .curso-instructor a {
  display: inline-flex;
  text-decoration: underline;
  text-transform: capitalize;
  color: var(--campus_ci_color_enlaces_encabezado);
}
#encabezadoCurso #metaEncabezado .lp-social-share {
  padding: 0;
  margin: var(--campus_ci_espacio_bloques_encabezado);
}
#encabezadoCurso #metaEncabezado .lp-social-share a {
  color: var(--campus_ci_color_texto_encabezado);
  border: 1px solid var(--campus_ci_color_texto_encabezado);
}

#contentCourse {
  /*******************************
   BLOQUE EXTRAS (Estilo general)
   ******************************/
  /*****************************************
   BLOQUE EXTRAS:REQUISITOS
   *****************************************/
  /*****************************************
   BLOQUE EXTRAS: PARA QUIEN ES ESTE CURSO
   ******************************************/
  /*****************************************
   BLOQUE EXTRAS: AUTOR
   ******************************************/
  /* -------------------------------------------------------------------------- */
  /*                     CONTENIDO DE SECCIONES (Lecciones)                     */
  /* -------------------------------------------------------------------------- */
  /*-----------------------------
  Bloque Descripcion del curso
  -----------------------------*/
  /*-----------------------------
  Bloque Requisitos del curso
  -----------------------------*/
  /*-----------------------------
  Bloque Cursos relacionados
  -----------------------------*/
  /*-----------------------------
  Bloque Opiniones del curso
  -----------------------------*/
}
#contentCourse #temarioCurso {
  margin: 24px 0;
  padding: 0;
}
#contentCourse #temarioCurso .contenedor-titulo-temario {
  position: relative;
  z-index: 5;
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contentCourse #temarioCurso .contenedor-titulo-temario > .titulo-temario {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
#contentCourse #temarioCurso .contenedor-titulo-temario .subheader-temario {
  text-align: right;
}
#contentCourse #temarioCurso .contenedor-titulo-temario .subheader-temario .collapse-all-sections,
#contentCourse #temarioCurso .contenedor-titulo-temario .subheader-temario .expanded-all-sections {
  font-size: 14px;
  color: var(--e-global-color-text);
  font-weight: 600;
}
#contentCourse #temarioCurso .contenedor-titulo-temario .subheader-temario .collapse-all-sections {
  display: none;
}
#contentCourse #temarioCurso .contenedor-titulo-temario .subheader-temario .expanded-collapse-hidden {
  visibility: hidden;
}
#contentCourse #temarioCurso .course-curriculum {
  margin-bottom: 24px;
}
#contentCourse #temarioCurso .course-curriculum #learn-press-course-curriculum {
  display: none;
}
#contentCourse #descripcionCurso {
  margin: 24px 0;
  padding: 0;
}
#contentCourse #descripcionCurso .titulo-descripcion {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
#contentCourse #block-course-related {
  margin: 24px 0;
  padding: 12px 0;
}
#contentCourse #block-course-related .block-course-related-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px 0;
}
#contentCourse .course-extras {
  background-color: var(--campus_ci_contenido_color_bloques);
  color: var(--campus_ci_contenido_color_texto_bloques);
  border: 1px solid #c9c9c9;
  box-shadow: 0 1px white inset;
  margin: 24px 0;
  padding: 24px;
  padding-bottom: 12px;
  position: relative;
}
#contentCourse .course-extras .course-extras__title {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 700;
}
#contentCourse .course-extras .course-extras__content ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#contentCourse .course-extras .course-extras__content ul li {
  align-items: flex-start;
  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 .key_autor .wrapper-key-autor {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  padding-top: 0;
  margin-top: 24px;
}
#contentCourse .key_autor .wrapper-key-autor .autor-avatar {
  margin-right: 16px;
}
#contentCourse .key_autor .wrapper-key-autor .autor-avatar img {
  height: auto;
  width: 80px;
  max-width: 100%;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio {
  margin-bottom: 16px;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio .autor-nombre {
  text-transform: capitalize;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio .autor-nombre a {
  font-size: 16px;
  text-decoration: underline;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio .autor-nombre a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio .autor-detalles {
  font-size: 14px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio .autor-detalles li {
  display: flex;
  align-items: center;
}
#contentCourse .key_autor .wrapper-key-autor .autor-bio .autor-detalles li i {
  display: inline-flex;
  font-size: 13px;
  margin-right: 8px;
}
#contentCourse .key_autor .wrapper-key-autor .autor-descripcion {
  font-size: 15px;
  width: 100%;
  -webkit-mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));
  max-height: 5.6rem;
  overflow: hidden;
  position: relative;
}
#contentCourse .key_autor .wrapper-key-autor .autor-descripcion p:last-child {
  margin-bottom: 0;
}
#contentCourse .key_autor .wrapper-key-autor .autor-descripcion.autor-descripcion__expanded {
  max-height: 100%;
  -webkit-mask-image: none;
}
#contentCourse .key_autor .wrapper-key-autor .autor-descripcion.autor-descripcion__expanded + .key_autor_buttons .icon {
  transform: rotate(180deg);
  top: 2px;
}
#contentCourse .key_autor .wrapper-key-autor .key_autor_buttons {
  margin: 24px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}
#contentCourse .key_autor .wrapper-key-autor .key_autor_buttons .icon {
  margin: 0 0 0 6px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
#contentCourse .key_autor .wrapper-key-autor .key_autor_buttons .icon:before {
  font-weight: bold !important;
  font-size: 10px;
  color: var(--e-global-color-primary, #2d2d2d);
}
#contentCourse .key_autor .wrapper-key-autor .key_autor_buttons__hidden {
  display: none;
}
#contentCourse .key_autor .wrapper-key-autor.bloque-co-instructores {
  border-top: 1px solid #c9c9c9;
  padding: 20px 0;
  margin-top: 0;
}
#contentCourse .key_autor .wrapper-key-autor:last-child {
  border-bottom: none;
}
#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: #f7f7f7;
  border-bottom: 1px solid #c9c9c9;
  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 {
  align-items: center;
  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 {
  flex: 0 0 32px;
  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: flex;
  font-size: 14px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  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 a .course-item-meta .course-item-preview {
  margin-left: 4px;
}
#contentCourse .course-curriculum .course-item a .item-name {
  margin-right: auto;
  margin-left: 0;
}
#contentCourse .course-curriculum .course-item.item-preview a .course-item-meta .course-item-preview:before {
  font-family: inherit;
  content: attr(data-preview);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.8;
  padding: 4px 12px;
  border-radius: var(--campus_cl_boton_radio);
}
#contentCourse .course-curriculum .course-item.item-locked a:before, #contentCourse .course-curriculum .course-item.item-locked a .item-name {
  opacity: 0.7;
}
#contentCourse .course-curriculum .course-item.item-locked a .course-item-meta .course-item-status:before {
  color: #969fa8;
  content: "\e015";
}
#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, #2d2d2d);
  color: white;
  font-size: 12px;
  margin-right: 6px;
  padding: 0 10px;
  border-radius: var(--campus_cl_boton_radio);
  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: "y";
  top: 1px;
  width: 16px;
}
#contentCourse .course-curriculum .course-item.course-item-lp_quiz .section-item-link::before {
  color: inherit;
  content: "G";
  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: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}
#contentCourse .course-curriculum .section .section-toggle .fa-caret-down:before {
  content: "\e00b";
  font-size: 13px;
}
#contentCourse .course-curriculum .section.closed .section-toggle .fa-caret-down {
  transform: rotate(90deg);
}
#contentCourse .course-curriculum .course-item .item-name {
  font-weight: initial;
}
#contentCourse .course-curriculum .course-item .section-item-link {
  padding-right: 0;
  line-height: 1.3;
}
#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;
  vertical-align: middle;
}
#contentCourse .course-curriculum ul.curriculum-sections .item-meta.final-quiz {
  display: none;
}
#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: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid #d1d2e0;
  max-width: 100%;
}
#contentCourse #block-course-related .courses-related-learn-press .course-title {
  font-size: 16px;
  color: #333;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 600;
  display: block;
}
#contentCourse #block-course-related .courses-related-learn-press .course-title:hover {
  color: var(--e-global-color-primary, #2d2d2d);
}
#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: inline-flex;
  font-size: 14px;
  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 .review-stars-rated svg {
  width: 14px;
  height: 14px;
}
#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: 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, #2d2d2d);
}
#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: 600;
}
#contentCourse .course-review {
  display: block;
}
#contentCourse .valoracionesCurso .headerReview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#contentCourse .valoracionesCurso .headerReview .header-review-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
#contentCourse .valoracionesCurso .headerReview .write-a-review {
  width: auto;
  background: #ffffff;
  border: 1px solid #111111;
  color: #1c1d1f;
  display: block;
  font-weight: 500;
  margin: 0;
  border-radius: var(--campus_cl_boton_radio);
  font-size: var(--campus_cl_boton_tamano_texto);
  text-transform: var(--campus_cl_boton_texto_trans);
  box-shadow: none;
}
#contentCourse .valoracionesCurso .headerReview .write-a-review:hover {
  border: 1px solid #111111;
  background: #ececec;
}
#contentCourse .valoracionesCurso .course-rate__summary-value {
  font-size: 60px;
}
#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 {
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
#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 10px;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
  background: #d1d7dc;
  height: 20px;
  border-radius: var(--campus_cl_boton_radio);
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value .rating {
  height: 20px;
  border-radius: var(--campus_cl_boton_radio);
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value .rating-count {
  align-items: center;
  background: #d1d7dc;
  border-radius: 3px;
  color: #6a6f73;
  display: flex;
  font-size: 12px;
  height: 20px;
  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;
  font-weight: 500;
}
#contentCourse .valoracionesCurso .course-rate .course-rate__details-row .rating-count {
  font-weight: 500;
}
#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%;
  object-fit: cover;
  width: 100%;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info {
  overflow: hidden;
  float: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .review-stars-rated {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 8px;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .review-title {
  display: inline-flex;
  font-style: normal;
  font-size: 14px;
  color: #6b757d;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .user-name {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100%;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .user-name .date-comment {
  color: #6c757d;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 auto;
  text-transform: initial;
}
#contentCourse .valoracionesCurso .course-reviews-list li .review-text {
  float: none;
  font-size: 15px;
  margin-left: 72px;
  margin-top: 8px;
  width: auto;
  padding-left: 0;
  padding-top: 0;
  line-height: 1.3;
}
#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;
  transition: background 0.3s ease;
  width: 100%;
  min-height: 42px;
  text-transform: initial;
  font-size: 0;
}
#contentCourse .valoracionesCurso #course-review-load-more:before {
  content: "\e00b";
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: 2px;
}
#contentCourse .valoracionesCurso #course-review-load-more:hover {
  background: #e6e6e6;
}

.campus-course-menu-landing {
  position: fixed;
  bottom: -120px;
  left: 0;
  right: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px 2px rgba(42, 42, 42, 0.4);
  transition: all 0.3s;
}
.campus-course-menu-landing .container-lg {
  display: flex;
  justify-content: space-between;
}
.campus-course-menu-landing .course-landing-tab {
  margin: 0;
  padding: 0;
}
.campus-course-menu-landing .course-landing-tab li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-right: 25px;
  position: relative;
  font-weight: 700;
}
.campus-course-menu-landing .course-landing-tab li.active:before {
  position: absolute;
  content: "";
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--e-global-color-primary);
}
.campus-course-menu-landing .course-landing-tab li a {
  display: block;
  padding: 20px 0;
  font-size: 13px;
  color: #333333;
}
.campus-course-menu-landing .course-landing-tab li:last-child {
  margin-right: 0;
}
.campus-course-menu-landing .course-landing-button {
  position: relative;
  padding: 10px 0 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.campus-course-menu-landing .course-landing-button .course-price {
  margin-right: 10px;
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.campus-course-menu-landing .course-landing-button .course-price .course-item-price .origin-price {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-decoration: line-through;
  color: #949494;
}
.campus-course-menu-landing .course-landing-button .course-price .course-item-price .price {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  vertical-align: middle;
  color: var(--e-global-color-primary);
}
.campus-course-menu-landing .course-landing-button .course-price .free {
  font-weight: bold;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons {
  display: inline-flex;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .learn-press-message.warning {
  display: none;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart {
  display: inline-block;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form {
  display: inline-block !important;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart {
  display: inline-block;
  height: auto;
  min-height: 40px;
  min-width: 180px;
  font-size: var(--campus_cl_boton_tamano_texto);
  border-radius: var(--campus_cl_boton_radio);
  text-transform: var(--campus_cl_boton_texto_trans);
  font-size: calc(var(--campus_cl_boton_tamano_texto) - 1px);
  padding: 1em 1.5rem;
  width: 100%;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:before {
  content: "\e03b";
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart.loading:before {
  width: 18px;
  height: 18px;
  border-left-color: #fff !important;
  margin-top: -9px !important;
  margin-left: -9px !important;
  position: absolute !important;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  min-width: 180px;
  font-size: calc(var(--campus_cl_boton_tamano_texto) - 1px);
  border-radius: var(--campus_cl_boton_radio);
  text-transform: var(--campus_cl_boton_texto_trans);
  padding: 1em 1.5rem;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:before,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a:before {
  content: "\e03a";
  margin-right: 4px;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .lp-button,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a .lp-button {
  width: auto;
  box-shadow: none;
  border: none;
  color: inherit;
  text-transform: unset;
  font-size: inherit;
  top: 0;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .lp-button:before,
.campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a .lp-button:before {
  content: none;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button {
  display: inline-block;
  height: auto;
  min-height: 40px;
  min-width: 180px;
  font-size: var(--campus_cl_boton_tamano_texto);
  border-radius: var(--campus_cl_boton_radio);
  text-transform: var(--campus_cl_boton_texto_trans);
  font-size: calc(var(--campus_cl_boton_tamano_texto) - 1px);
  padding: 1em 1.5rem;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button:before {
  content: "\e03b";
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link .lp-button.loading:before {
  width: 18px;
  height: 18px;
  border-left-color: #fff !important;
  margin-top: -9px !important;
  margin-left: -9px !important;
  position: absolute !important;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship {
  position: relative;
  background: white;
  border: 1px solid #1a1a1a;
  color: #1c1d1f;
  align-items: center;
  height: auto;
  min-height: 40px;
  min-width: 180px;
  padding: 1em 1.5rem;
  font-size: calc(var(--campus_cl_boton_tamano_texto) - 1px);
  box-shadow: none;
  margin-left: 10px;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship .lp-button {
  width: auto;
  box-shadow: none;
  border: none;
  color: inherit;
  text-transform: unset;
  font-size: inherit;
  top: 0;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship .lp-button:before {
  content: none;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship.loading:before {
  border-left-color: #080808 !important;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .btn-buy-via-member-ship:hover {
  background: #f5f5f5;
  border: 1px solid #0d0d0d;
}
.campus-course-menu-landing .course-landing-button .lp-course-buttons .lp-btn-wishlist {
  display: none;
}

body.campus-course-landing-active .campus-course-menu-landing {
  bottom: 0;
}

body.course-is-coming-soom .campus-course-menu-landing .container-lg {
  justify-content: center;
}

footer#colophon.has-campus-course-menu-landing {
  margin-bottom: 60px;
}

#course-review.submitting .form-overlay-review {
  background: #fff;
  opacity: 0.85;
  z-index: 9;
  border-radius: 5px;
  overflow: hidden;
  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;
  animation: none;
  left: 50%;
  top: 50%;
  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;
  animation: agregando 1.5s linear infinite;
  font-size: 24px;
}

/* .review-overlay, */
.course-review-wrapper {
  background-color: rgba(22, 28, 45, 0.9);
}

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

/*-----------------------------
    Bloque Barra Lateral
 -----------------------------*/
.course-thumbnail-preview {
  margin: -20px -20px 26px;
  position: relative;
}
.course-thumbnail-preview .media-intro {
  border: 0;
  padding: 0;
}
.course-thumbnail-preview .accesoIlimitado {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  justify-content: center;
  left: -14px;
  overflow: hidden;
  position: absolute;
  top: -15px;
  width: 100px;
  z-index: 4;
}
.course-thumbnail-preview .accesoIlimitado span {
  align-items: center;
  animation: accesoIlimitado 3s linear infinite;
  background: linear-gradient(to right, #ff633e 0%, #d00a24 50%, #d00a24 50%, #ff633e 100%);
  background-position: right center;
  background-size: 200% 100%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 24px;
  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);
  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;
  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;
  transition: all 0.5s ease;
  transform: scale(1);
}
.course-thumbnail-preview .trailerCurso:before {
  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;
  transition: all 0.3s ease;
  z-index: 2;
}
.course-thumbnail-preview .trailerCurso .icon {
  align-items: center;
  animation: dalePlay 5s infinite;
  background: radial-gradient(var(--e-global-color-primary, #2d2d2d), var(--e-global-color-primary, #2d2d2d));
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
  color: #ffffff;
  display: flex;
  height: 70px;
  justify-content: center;
  left: 50%;
  line-height: 0;
  line-height: 0;
  opacity: 0.92;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  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 {
  transform: translate(-50%, -50%) scale(1.1);
}
.course-thumbnail-preview .trailerCurso.conVistaPrevia {
  cursor: pointer;
}

#barCourse .containerBarCourse {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 26px;
}

#barCourse {
  color: initial;
  min-height: 100%;
  /*  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-color: var(--campus_ci_barralateral_color_fondo);
  border: 1px solid #c9c9c9;
  margin-top: 38px;
}
#barCourse .containerBarCourse .course-sidebar-top {
  padding: 20px;
  padding-bottom: 0;
}
#barCourse .descargar-brochure {
  background-color: var(--campus_ci_color_fondo);
}
#barCourse .descargar-brochure:hover {
  background-color: var(--campus_ci_color_fondo);
}
#barCourse .descargar-brochure .icon {
  font-size: 13px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}
#barCourse .descargar-brochure .sizeBrochure {
  font-size: 12px;
  padding-left: 4px;
  opacity: 0.8;
}
#barCourse .course-price {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 12px 0;
  padding-top: 0;
}
#barCourse .course-price .course-item-price {
  display: flex;
  align-items: center;
}
#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;
  order: 1;
}
#barCourse .course-price .price {
  color: var(--campus_ci_barralateral_color_precio);
  font-size: var(--campus_ci_barralateral_tamano_precio);
  font-weight: bold;
  line-height: 1;
}
#barCourse .course-price .free {
  color: var(--e-global-color-primary, #2d2d2d);
  font-size: var(--campus_ci_barralateral_tamano_precio);
  font-weight: bold;
  line-height: 1;
}
#barCourse .curso-oferta-termina {
  padding-top: 0;
  color: var(--campus_ci_barra_lateral_color_oferta_termina);
  margin: 12px 0;
}
#barCourse .curso-oferta-termina .curso-oferta-termina__titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
#barCourse .curso-oferta-termina .curso-oferta-termina__titulo .icon-alarma {
  animation: alertaOferta 2s infinite;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  transition: all 0.3s;
  font-size: 15px;
  line-height: 1;
}
#barCourse .curso-oferta-termina .contador-oferta {
  display: flex;
  justify-content: center;
}
#barCourse .curso-oferta-termina .contador-oferta > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-size: 20px;
  margin: 0 5px;
}
#barCourse .curso-oferta-termina .contador-oferta > div > span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
#barCourse .fecha-lanzamiento-curso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  gap: 16px;
  /*  background: var(--e-global-color-primary, $principal);
   background: #eef1f7 */
  padding: 16px 0;
  min-height: 100px;
  /*    border-radius: var(--campus_cl_boton_radio);
     box-shadow: 0 -1px rgba(17, 17, 17, 0.23) inset; */
}
#barCourse .fecha-lanzamiento-curso .learn-press-coming-soon-course-message {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
}
#barCourse .fecha-lanzamiento-curso .fecha-lanzamiento-curso-contador {
  display: flex;
  justify-content: center;
}
#barCourse .fecha-lanzamiento-curso .fecha-lanzamiento-curso-contador > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 28px;
  margin: 0 5px;
  font-weight: 500;
  width: 80px;
  height: 80px;
  min-height: 80px;
  background: #fff;
  background-image: linear-gradient(180deg, #f1f1f1, #e8e8e8);
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 -1px rgba(17, 17, 17, 0.23) inset;
}
#barCourse .fecha-lanzamiento-curso .fecha-lanzamiento-curso-contador > div > span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
}
#barCourse .fecha-lanzamiento-curso .fecha-lanzamiento-curso-contador > div.contador-lanzamiento-sep {
  display: none;
}
#barCourse .fecha-lanzamiento-curso.hidden-text-coming-soon .fecha-lanzamiento-curso-contador > div > span {
  display: none;
}
#barCourse .lp-course-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
  row-gap: 12px;
  animation: animationContainerButtom 0.5s;
  /*  Boton agregar Agregar carro */
  /*  Boton Ver carro */
  /*  Boton Continuar */
  /* Boton Comprar membresia */
}
#barCourse .lp-course-buttons .course-external-link {
  width: calc(100% - 64px);
}
#barCourse .lp-course-buttons .course-external-link .lp-button {
  width: 100%;
  display: inline-block;
  height: auto;
  min-height: 40px;
  min-width: 180px;
  font-size: var(--campus_cl_boton_tamano_texto);
  border-radius: var(--campus_cl_boton_radio);
  text-transform: var(--campus_cl_boton_texto_trans);
  font-size: calc(var(--campus_cl_boton_tamano_texto) - 1px);
  padding: 1em 1.5rem;
}
#barCourse .lp-course-buttons .course-external-link .lp-button:before {
  content: "\e03b";
}
#barCourse .lp-course-buttons .course-external-link .lp-button.loading:before {
  width: 18px;
  height: 18px;
  border-left-color: #fff !important;
  margin-top: -9px !important;
  margin-left: -9px !important;
  position: absolute !important;
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart {
  margin: 0;
  width: calc(100% - 64px);
  position: static;
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart {
  width: 100%;
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart:before {
  content: "\e03b";
  top: 0;
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart.loading:before {
  width: 18px;
  height: 18px;
  border-left-color: #fff !important;
  margin-top: -9px !important;
  margin-left: -9px !important;
  position: absolute !important;
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a:before,
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart > a:before {
  content: "\e03a";
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a .lp-button,
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart > a .lp-button {
  width: auto;
  box-shadow: none;
  border: none;
  color: inherit;
  text-transform: unset;
  font-size: inherit;
  top: 0;
}
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a.loading:before,
#barCourse .lp-course-buttons .wrap-btn-add-course-to-cart > a.loading:before {
  width: 18px;
  height: 18px;
  border-left-color: #fff !important;
  margin-top: -9px !important;
  margin-left: -9px !important;
  position: absolute !important;
}
#barCourse .lp-course-buttons > div:not([class]),
#barCourse .lp-course-buttons .continue-course {
  display: block !important;
  margin: 0;
  width: 100%;
}
#barCourse .lp-course-buttons > div:not([class]) .lp-button,
#barCourse .lp-course-buttons .continue-course .lp-button {
  width: 100%;
}
#barCourse .lp-course-buttons > div:not([class]) .lp-button:before,
#barCourse .lp-course-buttons .continue-course .lp-button:before {
  content: "%";
  font-size: 12px;
}
#barCourse .lp-course-buttons .learn-press-pmpro-buy-membership,
#barCourse .lp-course-buttons .btn-buy-via-member-ship {
  order: 5;
  width: 100%;
  margin: 12px 0;
  background-color: #fff;
  color: #1c1d1f;
  box-shadow: none;
  border: 1px solid #111111;
}
#barCourse .lp-course-buttons .learn-press-pmpro-buy-membership .lp-button,
#barCourse .lp-course-buttons .btn-buy-via-member-ship .lp-button {
  width: auto;
  box-shadow: none;
  border: none;
  color: inherit;
  text-transform: unset;
  font-size: inherit;
  top: 0;
  background-color: transparent !important;
}
#barCourse .lp-course-buttons .learn-press-pmpro-buy-membership:hover,
#barCourse .lp-course-buttons .btn-buy-via-member-ship:hover {
  background: #f5f5f5;
  border: 1px solid #0d0d0d;
}
#barCourse .lp-course-buttons .learn-press-pmpro-buy-membership.loading:before,
#barCourse .lp-course-buttons .btn-buy-via-member-ship.loading:before {
  border-left-color: #080808 !important;
}
#barCourse .lp-course-buttons .learn-press-pmpro-buy-membership.loading:after,
#barCourse .lp-course-buttons .btn-buy-via-member-ship.loading:after {
  background: #fff;
}
#barCourse .course-time {
  display: flex;
  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 {
  align-items: center;
  border-bottom: 1px solid #e7e7ec;
  display: flex;
  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-results-progress {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin: 0 0 16px 0;
  padding-left: 0;
}
#barCourse .course-results-progress > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e7e7ec;
  justify-content: space-between;
  padding: 12px 0;
}
#barCourse .course-results-progress > div h4 {
  align-items: center;
  display: flex;
  font-size: 15px;
  margin: 0;
}
#barCourse .course-results-progress > div h4:before {
  font-size: 12px;
  margin-right: 10px;
  top: 0;
}
#barCourse .course-results-progress > div span {
  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: "\e031";
}
#barCourse .course-results-progress .course-progress h4:before {
  content: "\e031";
}
#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;
  order: 0;
  width: calc(100% - 63px);
}
#barCourse form[name=certificate-form-button] .lp-button {
  width: 100%;
}
#barCourse form[name=certificate-form-button] .lp-button:before {
  content: "w";
  top: 0;
}
#barCourse .course-graduation.learn-press-message {
  align-items: center;
  display: flex;
  justify-content: center;
}
#barCourse .course-graduation.learn-press-message i,
#barCourse .course-graduation.learn-press-message span {
  color: #079600;
}
#barCourse .course-graduation.learn-press-message i {
  margin-right: 3px;
  font-size: 18px;
}
#barCourse .lp-form-retake-course {
  display: block;
  margin: 8px 0 0;
  width: 100%;
  order: 5;
}
#barCourse .lp-form-retake-course .lp-button {
  background: #ffffff;
  border: 1px solid #111111;
  color: #1c1d1f;
  font-weight: 500;
  margin: 0;
  width: 100%;
  box-shadow: none;
}
#barCourse .lp-form-retake-course .lp-button:before {
  border-left-color: #1c1d1f !important;
}
#barCourse .lp-form-retake-course .lp-button:hover {
  border: 1px solid #111111;
  background: #ececec;
}
#barCourse .lp-course-buttons.exist-certi-retake {
  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 {
  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;
  border-radius: var(--campus_cl_boton_radio);
}
#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;
  padding: 0;
  text-transform: initial;
  min-width: 54px;
  position: relative;
  border-radius: var(--campus_cl_boton_radio);
  box-shadow: 0 -1px rgba(17, 17, 17, 0.23) inset;
}
#barCourse button.course-wishlist:before {
  content: "'";
  display: block;
  font-size: 20px;
  margin-right: 0;
  border-left-color: #050505 !important;
}
#barCourse button.course-wishlist:hover {
  opacity: 0.8;
}
#barCourse button.course-wishlist.on:before {
  color: #111111;
  content: "r";
}
#barCourse .form-button-finish-course {
  display: block;
  width: 100%;
  order: 2;
}
#barCourse .form-button-finish-course .lp-button {
  text-transform: var(--campus_cl_boton_texto_trans);
  background: #e3e6ea;
  border: none;
  border-radius: var(--campus_cl_boton_radio);
  color: inherit;
  display: block;
  font-weight: 500;
  margin: 0;
  padding: 16px;
  min-height: 48px;
  width: 100%;
  box-shadow: 0 -1px rgba(17, 17, 17, 0.23) inset;
}
#barCourse .form-button-finish-course .lp-button:hover {
  opacity: 0.8;
}
#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;
  display: none;
}
#barCourse .curso-incluye {
  margin: 24px 0;
}
#barCourse .curso-incluye ul {
  line-height: 32px;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
#barCourse .curso-incluye ul li {
  display: flex;
  align-items: baseline;
}
#barCourse .curso-incluye ul li:before {
  display: inline-block;
  content: "\e00b";
  margin-right: 6px;
  font-size: 10px;
  left: 0;
  transition: all 0.2s ease;
}
#barCourse .curso-incluye ul li:hover:before {
  left: 3px;
}
#barCourse .curso-incluye img.certi-no-espacio {
  margin: 0 -20px -24px;
  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,
.logged-out #barCourse .course-external-link {
  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,
.user-finish-this-course #barCourse button.course-wishlist {
    display: none;
} */
.user-enrolled-in-this-course #barCourse .lp-course-buttons form[name=continue-course],
.user-enrolled-in-this-course #barCourse .lp-course-buttons > div:not([class]) {
  width: calc(100% - 64px);
}

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

.user-enrolled-in-this-course.user-finish-this-course #barCourse .lp-course-buttons form[name=lp-form-retake-course] {
  margin: 0;
}

.user-enrolled-in-this-course.user-finish-this-course #barCourse .lp-course-buttons form[name=lp-form-retake-course] {
  order: 10;
  width: 100%;
}

.user-enrolled-in-this-course.user-finish-this-course #barCourse .lp-course-buttons .lp-btn-wishlist {
  order: 5;
}

.logged-out #contentCourse .course-curriculum .course-item.item-locked a {
  pointer-events: none;
}

.course-is-coming-soom #barCourse button.course-wishlist {
  align-items: center;
  border: 0;
  display: flex;
  font-size: var(--campus_cl_boton_tamano_texto);
  text-transform: var(--campus_cl_boton_texto_trans);
  justify-content: center;
  margin: 0;
  width: 100%;
  min-height: 48px;
  opacity: 1;
  background: #e4e6eb;
  transition: opacity 0.3s ease;
}
.course-is-coming-soom #barCourse button.course-wishlist.ajaxload_wishlist {
  font-size: 0;
}
.course-is-coming-soom #barCourse button.course-wishlist:hover {
  opacity: 0.9;
}

.course-is-coming-soom #barCourse button.course-wishlist:before {
  font-size: 15px;
  margin-right: 4px;
  top: 1px;
}

.course-is-coming-soom .lectures-feature,
.course-is-coming-soom .skill-feature,
.course-is-coming-soom #barCourse .continue-course .lp-button,
.course-is-coming-soom #barCourse .lp-course-buttons > div:not([class]) a .course-btn-continue {
  display: none;
}

.course-is-coming-soom .campus-course-menu-landing .course-landing-button {
  margin-left: 32px;
}

@media (max-width: 768px) {
  .course-is-coming-soom #contentCourse .campus-course-menu-landing .course-landing-tab {
    display: block;
  }
  .course-is-coming-soom #contentCourse .campus-course-menu-landing .course-landing-button {
    display: none;
  }
}
body.user-enrolled-in-this-course .campus-course-menu-landing {
  display: none;
}

body.user-enrolled-in-this-course footer#colophon.has-campus-course-menu-landing {
  margin-bottom: 0;
}

/*--------------------------------------
    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 {
  align-items: center;
  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: #fbfbfb;
  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;
  transform: scale(1);
  width: 100%;
  border-top: 1px solid #edeff2;
  border-bottom: 1px solid #edeff2;
}
#certificate-popup .certificate-actions {
  margin: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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 {
  align-items: center;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  line-height: 0;
  padding: 0;
  padding-top: 0;
  width: auto;
  order: -1;
}
#certificate-popup .certificate-actions li.share-social-cert a {
  color: #fff;
}
#certificate-popup .certificate-actions li.share-social-cert a img {
  width: 26px;
  height: 26px;
  opacity: 0.8;
}
#certificate-popup .certificate-actions li.share-social-cert a:hover img {
  opacity: 1;
}
#certificate-popup .certificate-actions li.download[data-type-download=pdf] a:before {
  content: "w";
  top: 0;
}
#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: 250px;
}
#certificate-popup.ready .close-popup {
  position: absolute;
  right: 12px;
  top: 12px;
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  z-index: 1;
  color: #050505;
  background: #e2e5e9;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
#certificate-popup.ready .close-popup:hover {
  opacity: 1;
  background: #d6d9dd;
}
#certificate-popup.ready .close-popup:after {
  content: "\e004";
  font-size: 14px !important;
  font-weight: 700;
}
#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: 991px) {
  body #encabezadoCurso #metaEncabezado .learn-press-breadcrumb {
    margin: 0 0 24px 0;
  }
  body #encabezadoCurso #metaEncabezado .course-students {
    margin: 12px 0 0 0;
    line-height: 1.4;
  }
  body #encabezadoCurso .encabezadoCurso-overlay {
    left: 25%;
    margin-left: -25vw;
    margin-right: -25vw;
  }
  body #encabezadoCurso {
    padding-bottom: 0;
  }
  body #encabezadoCurso:before {
    margin-left: -12px;
    left: 0;
    margin-right: -12px;
  }
  #encabezadoCurso #metaEncabezado .course-title {
    font-size: 28px;
    margin: 12px 0;
  }
  #encabezadoCurso #metaEncabezado .subtitulo-curso {
    font-size: 16px;
  }
  #encabezadoCurso #metaEncabezado .lp-social-share {
    margin: 18px 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #encabezadoCurso #metaEncabezado .lp-social-share li {
    margin-right: 8px;
  }
  #encabezadoCurso #metaEncabezado .lp-social-share li:last-child {
    margin-right: 0;
  }
  body #encabezadoCurso #metaEncabezado .course-thumbnail-preview {
    display: block;
  }
  body #barCourse {
    height: auto;
    background: #ffffff;
  }
  body #barCourse.barCourse-mobil {
    height: auto;
    min-height: auto;
    background: #ffffff;
  }
  body #barCourse.barCourse-mobil .containerBarCourse {
    position: static;
    border: 0;
    margin-top: 0;
  }
  body #barCourse.barCourse-mobil .containerBarCourse .course-thumbnail-preview {
    display: none;
  }
  body #barCourse .containerBarCourse .course-sidebar-top {
    padding: 16px 0 0;
  }
  body #barCourse .containerBarCourse .curso-incluye p:last-of-type {
    margin-bottom: 0;
  }
  body .course-thumbnail-preview {
    margin: 26px 0;
  }
  body .course-thumbnail-preview .accesoIlimitado {
    left: -8px;
    top: -8px;
  }
  body .course-thumbnail-preview .accesoIlimitado::before,
  body .course-thumbnail-preview .accesoIlimitado::after {
    border-width: 4px;
  }
  body .course-thumbnail-preview .accesoIlimitado::after {
    bottom: 3px;
    left: 0px;
    top: auto;
  }
  body .campus-course-menu-landing.contains-buy-membership .container-lg {
    flex-direction: column;
    align-items: center;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-tab {
    margin: 0 0 8px;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button {
    padding: 0 0 10px;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-tab li a {
    padding: 12px 0;
  }
  body #contentCourse .key_features {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  body #encabezadoCurso .learn-press-breadcrumb {
    padding-left: 0;
  }
  body #contentCourse .course-extras .course-extras__content ul li {
    padding: 0 0 12px 0;
    width: 100%;
  }
  body #contentCourse .campus-course-menu-landing .container-lg {
    justify-content: center;
    padding: 0;
  }
  body #contentCourse .campus-course-menu-landing .course-landing-tab {
    display: none;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button {
    padding: 10px 0;
  }
  body #contentCourse .valoracionesCurso .headerReview .write-a-review {
    margin: 16px 0 16px;
    font-size: 15px;
  }
  body #contentCourse .course-extras {
    margin: 20px 0;
    padding: 20px;
  }
  body #contentCourse .course-extras .course-extras__title,
  body #contentCourse #temarioCurso .contenedor-titulo-temario > .titulo-temario,
  body #contentCourse #descripcionCurso .titulo-descripcion,
  body #contentCourse .course-extras .course-extras__title,
  body #contentCourse #block-course-related .block-course-related-title,
  body #contentCourse .valoracionesCurso .headerReview .header-review-title {
    font-size: 22px;
  }
  body #contentCourse .valoracionesCurso .course-reviews-list li .review-text {
    font-size: 14px;
  }
  body #contentCourse .valoracionesCurso .course-reviews-list li .review-author {
    margin-right: 12px;
    height: 36px;
    width: 36px;
  }
  body #contentCourse .valoracionesCurso .course-reviews-list li .review-text {
    margin-left: 50px;
  }
}
@media (max-width: 620px) {
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .course-price .course-item-price .origin-price {
    display: none;
  }
}
@media (max-width: 576px) {
  body #metaEncabezado {
    padding: 16px 0 28px 0;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart,
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a,
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a,
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .btn-buy-via-member-ship {
    height: 36px;
    min-height: 36px;
    padding: 12px 16px;
    min-width: 170px;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .course-price .course-item-price .price {
    font-size: 24px;
  }
  body #contentCourse .valoracionesCurso .headerReview .write-a-review {
    width: 100%;
  }
  body div.review-form {
    width: 96%;
    padding: 18px;
  }
  body div.review-form .review-fields input[name=review_title],
  body div.review-form .review-fields textarea[name=review_content] {
    padding: 8px 12px;
    min-height: auto;
  }
  body div.review-form .review-fields .review-actions .submit-review {
    width: 100%;
  }
  body #contentCourse .valoracionesCurso .course-rate {
    flex-direction: column;
  }
  body #contentCourse .valoracionesCurso .course-rate .course-rate__summary {
    margin-bottom: 16px;
  }
  body #contentCourse .valoracionesCurso .course-rate .course-rate__details {
    margin: 0 8px;
    font-size: 15px;
  }
  body .course-rate__details-row .course-rate__details-row-star {
    flex: none;
  }
  body #contentCourse .valoracionesCurso .course-rate .course-rate__details-row .course-rate__details-row-value {
    margin: 0 10px 0 10px;
  }
  body #contentCourse .valoracionesCurso .course-reviews-list li .review-author-info .user-name .date-comment {
    display: none;
  }
}
@media (max-width: 460px) {
  body #contentCourse .course-curriculum ul.curriculum-sections .item-meta.duration {
    display: none;
  }
  body .campus-course-menu-landing .course-landing-button {
    width: 100%;
    justify-content: center;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons {
    display: flex;
    justify-content: center;
  }
  body .campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form,
  body .campus-course-menu-landing .course-landing-button .lp-course-buttons .course-external-link {
    display: block !important;
    width: 100%;
  }
  body .campus-course-menu-landing .course-landing-button .course-price .course-item-price .price {
    font-size: 24px;
  }
  body .campus-course-menu-landing .course-landing-button .course-price .course-item-price .origin-price {
    display: none;
  }
  .campus-course-menu-landing .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart {
    display: block;
    flex: 1;
  }
  body .campus-course-menu-landing .course-landing-button .lp-course-buttons #learn-press-pmpro-notice {
    flex: 1;
  }
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .course-price {
    display: none;
  }
  body #contentCourse #temarioCurso .contenedor-titulo-temario {
    flex-direction: column;
    align-items: flex-start;
  }
  body #contentCourse #temarioCurso .contenedor-titulo-temario .subheader-temario {
    text-align: left;
    margin: 16px 0 0;
  }
  #contentCourse #block-course-related .courses-related-learn-press .trailerCurso img {
    height: 40px;
  }
}
@media (max-width: 400px) {
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form .lp-button.lp-btn-add-item-to-cart,
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart form[name=form-add-item-to-cart] > a,
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .wrap-btn-add-course-to-cart > a,
  body .campus-course-menu-landing.contains-buy-membership .course-landing-button .lp-course-buttons .btn-buy-via-member-ship {
    padding: 10px 12px;
    min-width: 140px;
  }
}
/*--------------------------------------------------------------
	5.3. Página clase individual
---------------------------------------------------------------*/
/* ---------------------------------
Pagina Leccion de curso
------------------------------------ */
body.viewing-course-item .lakit-site-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.viewing-course-item .lakit-site-wrapper .lp-archive-courses {
  flex: 1;
}
body.viewing-course-item .elementor-location-footer {
  display: none;
}

#popup-course {
  display: flex;
  flex-direction: column;
  position: static;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
#popup-course #leccionCurso {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
#popup-course #sidebar-toggle {
  display: none;
}
#popup-course #rutaNavegacionLeccion {
  display: flex;
  border-bottom: none;
  box-shadow: none;
  padding: 16px 0;
  margin-bottom: 0;
  background-color: var(--campus_lec_ruta_color_fondo);
}
#popup-course #rutaNavegacionLeccion .breadcrumbs {
  border-bottom: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li {
  display: inline-flex;
}
#popup-course #rutaNavegacionLeccion .breadcrumbs li a {
  line-height: 0;
}
#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 #rutaNavegacionLeccion .breadcrumbs li:last-child {
  flex: 1;
}
#popup-course .contenedorLeccion {
  display: flex;
  flex: 1;
}
#popup-course .contenedorLeccion #CurriculumLeccion {
  display: flex;
  flex-direction: column;
  width: 380px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  order: var(--campus_lec-curriculumLeccion-order);
  padding: var(--campus_lec-curriculumLeccion-padding);
  border-color: #e3e6ea;
  border-style: solid;
  padding: 16px 0 0;
}
#popup-course .contenedorLeccion #CurriculumLeccion:before {
  content: "";
  background: #f9f9f9;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 500%;
}
#popup-course .contenedorLeccion #CurriculumLeccion.curriculumCollapsed {
  margin-left: -380px;
  margin-right: 0;
  box-shadow: none;
  opacity: 0;
}
#popup-course .contenedorLeccion #CurriculumLeccion > * {
  margin-left: 16px;
  margin-right: 16px;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda #CurriculumLeccion {
  order: 0;
  padding: 24px 0;
  border-width: 0 1px 0 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda #CurriculumLeccion:before {
  left: auto;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-arriba {
  /*Boton Contraer / Expander PC*/
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-arriba #navegacionEncabezado {
  padding: 0 16px 0 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-arriba .botonesExCol {
  margin: 0 auto 0 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-arriba .botonesExCol .toggle-content-item {
  border-width: 0 1px 0 0;
  box-shadow: -1px 0px white inset;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-abajo #navegacionEncabezado {
  padding: 0 16px 0 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-abajo #navegacionEncabezado .botonesExCol {
  margin: 0 0 0 auto;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-izquierda.campus-lec-boton-finalizar-leccion-abajo #navegacionEncabezado .botonesExCol .toggle-content-item {
  border-width: 0 1px;
  box-shadow: -1px 0px white inset, 1px 0px white inset;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha #CurriculumLeccion {
  order: 2;
  padding: 24px 0 24px 0;
  border-width: 0 0 0 1px;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha #CurriculumLeccion:before {
  left: 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-arriba #navegacionEncabezado {
  padding: 0 16px;
  /*Boton Contraer / Expander PC*/
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-arriba #navegacionEncabezado .botonesExCol {
  margin: 0 auto 0 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-arriba #navegacionEncabezado .botonesExCol .toggle-content-item {
  border-width: 0 1px;
  box-shadow: -1px 0px white inset, 1px 0px white inset;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-arriba #navegacionEncabezado .course-item-nav-header .back_course {
  border-width: 0 1px;
  box-shadow: 1px 0px white inset, -1px 0px white inset;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-abajo #navegacionEncabezado {
  /*Boton Contraer / Expander PC*/
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-abajo #navegacionEncabezado .botonesExCol {
  margin: 0 auto 0 0;
}
#popup-course .contenedorLeccion.campus-lec-barra-lateral-derecha.campus-lec-boton-finalizar-leccion-abajo #navegacionEncabezado .botonesExCol .toggle-content-item {
  border-width: 0 1px 0 0;
  box-shadow: -1px 0px white inset, 1px 0px white inset;
}
#popup-course .contenedorLeccion #contenidoLeccion {
  flex: 1;
  transition: all 0.3s ease;
}
#popup-course #CurriculumLeccion h1 {
  font-size: 24px;
  line-height: initial;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding: 0;
  color: inherit;
}
#popup-course #CurriculumLeccion .items-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
#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: 14px;
  margin: 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;
  box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  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 .items-progress .number-percentage-block {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1;
  position: relative;
  top: -1px;
  color: #079400;
  font-weight: 400;
}
#popup-course #CurriculumLeccion #learn-press-course-curriculum,
#popup-course #CurriculumLeccion .course-curriculum {
  width: 100%;
}
#popup-course #CurriculumLeccion .course-curriculum {
  top: var(--campus_lec_top_course-curriculum);
}
#popup-course #CurriculumLeccion #popup-sidebar {
  flex: 1;
  overflow-y: hidden;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  position: relative;
  transition: all 0.2s ease;
  margin-left: 0;
  margin-right: 0;
  /*    &>*{
      margin-left: 16px;
      margin-right: 16px;
  } */
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course {
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
  border-bottom: 1px solid white;
  border-radius: var(--campus_cl_boton_radio);
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
  display: var(--campus_lec_caja_busqueda);
  padding: 2px 16px;
  align-items: stretch;
  overflow: hidden;
  transition: all 0.2s linear;
}
#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;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
}
#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;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  transition: all 0.2s ease;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching:after {
  content: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course.searching button:before {
  position: static !important;
  border-left-color: inherit !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course:hover, #popup-course #CurriculumLeccion #popup-sidebar .search-course:focus {
  background: #d8dade;
}
#popup-course #CurriculumLeccion #popup-sidebar .search-course .clear {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section {
  border: none;
  margin-bottom: 0;
  background: #f3f3f3;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .section-toggle {
  margin-left: auto;
  position: relative;
  order: 2;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .section-toggle i {
  font-size: 16px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .section-toggle .fa-caret-up {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .section-toggle .fa-caret-down {
  display: block;
  font-size: 18px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
  color: inherit;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section.lp-collapse .section-toggle .fa-caret-down {
  display: block;
  transform: rotate(0deg);
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section-header {
  background-color: transparent;
  line-height: 1.5;
  height: auto;
  position: relative;
  border: 0;
  padding: 16px 18px;
  margin: 0;
  border-top: 1px solid #e3e6ea;
  box-shadow: 0 -1px rgba(255, 255, 255, 0.4705882353) inset;
  cursor: pointer;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section-header .section-left {
  align-items: flex-start;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section-header .course-section__title {
  display: flex;
  align-items: baseline;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section-header .learn-press-progress {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section-header .section-count-items {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section:not(.lp-collapse) .course-section-header {
  border-bottom: 1px solid #e3e6ea;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section:last-child .course-section-header {
  border-bottom: 1px solid #e3e6ea;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section .course-section__items {
  background: #f9f9f9;
  height: 100%;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .section-content {
  transition: all 0.3s ease;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  min-height: auto;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item:before {
  content: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item.current a {
  background-color: var(--campus_lec_ruta_color_fondo);
  color: #ffffff;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item.current a .course-item__info .course-item-ico {
  color: #ffffff;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item.current a .course-item__content .course-item-title {
  color: #ffffff;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item.current a:hover {
  background-color: var(--campus_lec_ruta_color_fondo);
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item.current a:hover .course-item__content .course-item-title {
  color: #ffffff;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px 18px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link:hover {
  background: #f3f3f3;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__info .course-item-ico:before {
  font-size: 14px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__info .course-item-ico.lp_lesson::before {
  content: ";";
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__info .course-item-ico.lp_quiz:before {
  content: "G";
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__content {
  row-gap: 6px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__content .course-item-title {
  color: inherit;
  transition: all 0.2s ease;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status {
  align-self: center;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico:before {
  width: 16px;
  height: 16px;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.in-progress:before {
  content: "";
  border-radius: 50%;
  color: #36373a;
  padding: 0;
  margin-right: 0;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  background: #e3e6ea;
  border-top: 1px solid #c5cacf;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.completed:before {
  border-radius: 50%;
  color: #ffffff;
  background: #079600;
  content: "}";
  border: 0;
  font-size: 11px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.failed:before {
  color: #ffffff;
  background: #dc3545;
  content: "\e004";
  line-height: 16px;
  font-size: 7px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.status-evaluated .course-item-status {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.status-evaluated .course-item-status:before {
  color: #3bb54a;
  content: "}";
  font-size: 16px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.item-locked .course-item-status {
  position: absolute;
  right: 0;
  top: 14px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.item-locked .course-item-status:before {
  color: #969fa8;
  content: "\e015" !important;
  font-size: 1rem;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__status .course-item-ico.preview:before {
  content: "/";
  padding: 0;
  line-height: 1;
  box-shadow: none;
  background: none;
  border-top: none;
  border-bottom: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__right {
  line-height: 1;
  font-size: 13px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item__right.final-quiz {
  display: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-info {
  width: 88%;
  padding-left: 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-info .item-name {
  display: flex;
  width: auto;
  padding: 0;
  color: var(--e-global-color-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  transition: color 0.3s ease;
  flex: 1;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-info .icon-materials {
  margin-right: -8px;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-info .icon-materials:before {
  font-size: 14px;
  line-height: 1;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-meta {
  position: static;
  text-align: left;
  margin: 6px 0 0 38px;
  width: auto;
  display: inline-flex;
  align-items: center;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-meta .course-item-status {
  position: absolute;
  right: 0;
  top: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link .course-item-meta .course-item-status:before {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  content: none;
}
#popup-course #CurriculumLeccion #popup-sidebar .course-sections .course-section__items .course-item .course-item__link:hover .course-item__content .course-item-title {
  color: var(--e-global-color-text);
}
#popup-course #navegacionEncabezado {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e6ea;
  position: relative;
  margin: 0;
  z-index: 10;
  /*Boton Vacio*/
  /*Boton Contraer / Expander PC*/
  /*Boton Contraer / Expander Lecciones*/
}
#popup-course #navegacionEncabezado .course-item-nav-header {
  display: 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: flex;
  padding: 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #666666;
  background: transparent;
  border-style: solid;
  border-color: #e7e9ed;
  border-width: 0 1px 0 0;
  box-shadow: -1px 0px white inset;
  transition: all 0.3s ease;
}
#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: 16px;
}
#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 {
  background: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course:active,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-prev:active,
#popup-course #navegacionEncabezado .course-item-nav-header .course-item-next:active {
  top: 1px;
}
#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: flex;
  line-height: 0;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course {
  box-shadow: -1px 0px white inset, 1px 0px white inset;
}
#popup-course #navegacionEncabezado .course-item-nav-header .back_course:before {
  content: "\e007";
}
#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 {
  display: flex;
}
#popup-course #navegacionEncabezado .lp-button-encabezado {
  display: flex;
  align-items: center;
}
#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 {
  border-radius: 0;
  border-color: #e7e9ed;
  border-style: solid;
  margin: 0;
  gap: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #666666;
  font-size: 10px;
  padding: 0 24px;
  text-transform: uppercase;
}
#popup-course #navegacionEncabezado .toggle-content-item:before {
  content: "\e00e";
  display: inline-block;
  top: 0;
  font-size: 16px;
  transition: all 0.3s ease;
}
#popup-course #navegacionEncabezado .toggle-content-item:hover {
  background: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
#popup-course #navegacionEncabezado .toggle-content-item:active {
  top: 1px;
}
#popup-course #navegacionEncabezado .toggle-content-item .tooltipsExpandir {
  display: inline-flex;
  text-transform: none;
}
#popup-course #navegacionEncabezado .toggle-content-item .tooltipsContraer {
  display: none;
  text-transform: none;
}
#popup-course #navegacionEncabezado .toggle-content-item.botonCollapsed:before {
  content: "\e036";
}
#popup-course #navegacionEncabezado .toggle-content-item.botonCollapsed .tooltipsExpandir {
  display: none;
}
#popup-course #navegacionEncabezado .toggle-content-item.botonCollapsed .tooltipsContraer {
  display: inline-flex;
}
#popup-course #navegacionEncabezado .toggle-lesson {
  border-color: #e7e9ed;
  border-style: solid;
  background: transparent;
}
#popup-course #navegacionEncabezado .toggle-lesson:before {
  content: "\e01d";
  font-size: 16px;
  line-height: 1;
}
#popup-course #navegacionEncabezado .toggle-lesson.botonCollapsed:before {
  font-size: 16px;
}
#popup-course .content-item-summary .form-button {
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#popup-course .content-item-summary .form-button .button-complete-lesson,
#popup-course .content-item-summary .form-button .lp-btn-finish-course {
  align-self: center;
  margin: 0 0 0 8px;
  padding: 14px 18px;
  font-size: 12px;
  min-height: auto;
  min-width: 228px;
  color: var(--campus_lec_color_texto_botones_finalizar_leccion);
  background: var(--campus_lec_color_fondo_botones_finalizar_leccion);
  border: none;
  border-radius: var(--campus_cl_boton_radio);
  transition: all 0.3s ease;
}
#popup-course .content-item-summary .form-button .button-complete-lesson:hover,
#popup-course .content-item-summary .form-button .lp-btn-finish-course:hover {
  color: var(--campus_lec_color_texto_botones_finalizar_leccion_hover);
  background: var(--campus_lec_color_fondo_botones_finalizar_leccion_hover);
}
#popup-course .content-item-summary .form-button .button-complete-lesson:before {
  content: "\e00b";
  display: inline-block;
  font-size: 9px;
  padding: 1px;
  top: 0.5px;
  top: 1px;
  order: 2;
  padding-left: 6px;
  margin-right: 0;
}
#popup-course .content-item-summary .form-button .button-complete-lesson img {
  display: none;
}
#popup-course .content-item-summary .form-button .lp-btn-finish-course:before {
  border: none;
  border-radius: 0;
  content: "\e008";
  top: 0;
}
#popup-course .content-item-summary .completed {
  flex-direction: row;
  background: #666666;
  gap: 4px;
  text-transform: var(--campus_cl_boton_texto_trans);
  margin: 0 0 0 8px;
  font-weight: normal;
  padding: 12px 18px;
  font-size: 12px;
  /*height: 40px;
       min-width: 40px;
      width: 40px; */
  border-radius: var(--campus_cl_boton_radio);
  border: none;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.3s ease;
  opacity: 0.8;
}
#popup-course .content-item-summary .completed:before {
  color: #ffffff;
  content: "}";
}
#popup-course .content-item-summary .completed i {
  display: none;
}
#popup-course #contenidoLeccion #popup-content {
  overflow: inherit;
  position: relative;
  margin: 0;
  flex: 1;
  padding: 0;
  min-width: inherit;
}
#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 {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 400px !important;
  z-index: 9999;
  margin: 0 !important;
  border-radius: 5px;
  border-color: #069000;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  background: #e3e6ea;
  opacity: 0.9;
  display: none !important;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .learn-press-message.success.lp-content-area:before, #popup-course #contenidoLeccion #popup-content .content-item-wrap .learn-press-message.success.lp-content-area:after {
  content: none;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary #navegacionEncabezado {
  background: #f9f9f9;
  border-bottom: 1px solid #e3e6ea;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .lesson-title {
  font-size: 24px;
  font-weight: bold;
  color: inherit;
  margin-top: 32px;
  margin-bottom: 16px;
}
#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-wrap .content-item-summary > .lp-list-material {
  display: none;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material {
  padding: 1px;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table {
  background: #fbfbfb;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  overflow: hidden;
  border-collapse: collapse;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table thead {
  background: #eeeeee;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table .lp-material-file-name {
  font-weight: 500;
  text-transform: capitalize;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table th {
  padding: 12px 24px;
  text-transform: uppercase;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table td {
  padding: 12px 24px;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table td.lp-material-file-type, #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table td.lp-material-file-size {
  color: #9b9c9f;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table .lp-material-th-file-link {
  font-size: 0;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table .lp-material-th-file-link:before {
  content: "Descargar";
  font-size: 14px;
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table .fa-file-download:before {
  content: ",";
  font-size: 22px;
  transition: all 0.3s ease;
  color: var(--e-global-color-primary);
}
#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table .fa-file-download:hover:before {
  color: var(--e-global-color-secondary);
}
#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;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion {
  padding: 16px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion > div {
  display: none;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .button-complete-item,
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-button.completed {
  min-width: 228px;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .button-complete-item {
  color: #ffffff;
  background: #059501;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .button-complete-item:before {
  content: none;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .button-complete-item:hover {
  border: 0;
  color: #ffffff;
  background: #059501;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-button.completed {
  flex-direction: row;
  width: auto;
  background: #3ab54a;
  opacity: 0.6;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-button.completed:before {
  content: "}";
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-button.completed i {
  display: none;
}
#popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-btn-finish-course:before {
  content: "\e008";
}

body.premium-scroll-disabled #popup-course .contenedorLeccion #CurriculumLeccion {
  display: none;
}

/*---------------------
 Video Responsive
 ---------------------*/
.learn-press-video-intro {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 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: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 140;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

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

/* -------------------------------------------------------------------------- */
/*                      7. Estilo Tabs para materiales                        */
/* -------------------------------------------------------------------------- */
#tabsLessons {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  /* Linea horizontal */
}
#tabsLessons:after {
  content: "";
  margin: 0 16px;
  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: flex;
  align-items: center;
  background-color: inherit;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: inherit;
  padding: 24px;
  position: relative;
  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;
  transition: background 0.3s ease;
  z-index: 9;
}
#tabsLessons button.active, #tabsLessons button:hover {
  color: var(--e-global-color-primary, #2d2d2d);
}
#tabsLessons button.active:after, #tabsLessons button:hover:after {
  background: var(--e-global-color-primary, #2d2d2d);
}

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

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

/*----------------------------------------------
CAMBIOS DEL DISEÑO SEGUN OPCIONES DEL USUARIOS
 ----------------------------------------------*/
body.campus-lec-barra-lateral-derecha #popup-course .contenedorLeccion #CurriculumLeccion {
  order: 2;
  padding: 24px 0 24px 24px;
}

body.campus-lec-barra-lateral-derecha #popup-course .contenedorLeccion #CurriculumLeccion:before {
  left: 0;
}

body.campus-lec-barra-lateral-derecha #popup-course #contenidoLeccion #popup-content {
  padding-right: 16px;
  padding-left: 0;
}

#popup-course #navegacionEncabezado .course-item-nav-header .leccionDeshabilitada {
  pointer-events: none;
  opacity: 0.6;
}

#popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .lesson-title,
body #popup-course #content-item-quiz .course-item-title,
.containerLessons,
#popup-course .quiz-content,
#learn-press-item-comments,
.content-item-wrap #learn-press-quiz-app,
body.viewing-course-item #contenidoLeccion .learn-press-message,
#tabsLessons {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/************************************
* 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: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    margin-left: -400px;
    border-radius: 0;
    z-index: 999;
  }
  #popup-course .contenedorLeccion #CurriculumLeccion.curriculumExpanded {
    margin-left: 0;
    background: #f9f9f9;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
  }
  #popup-course .contenedorLeccion #CurriculumLeccion:before {
    content: none;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-header .section-title:before {
    margin-right: 12px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .course-item__link .course-item-meta {
    margin: 6px 0 0 33px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .course-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 .course-item__link .course-item-info .item-name {
    padding-left: 0 !important;
    font-size: 14px;
    padding: 0 6px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .course-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: 20px 0;
    text-align: left;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .course-item__link .course-item-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .learn-press-video-intro {
    width: 100%;
    margin-left: 0;
  }
  .toggle-lesson.tooltipsLec span {
    left: 0;
    right: auto;
    transform: translate(-115%, 0%);
  }
  .toggle-lesson.tooltipsLec span::before {
    border: 0.5em solid transparent;
    border-left-color: #6f6f6f;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(99%, -50%);
  }
  .toggle-lesson.tooltipsLec:hover span {
    transform: translate(-110%, 0%);
  }
  #navegacionEncabezado .toggle-lesson.tooltipsLec span {
    left: 50%;
    right: auto;
    transform: translate(-50%, 55px);
  }
  #navegacionEncabezado .toggle-lesson.tooltipsLec span::before {
    border: 0.5em solid transparent;
    border-left-color: transparent;
    border-bottom-color: #6f6f6f;
    left: 50%;
    right: auto;
    top: 0;
    transform: translate(-50%, -11px);
  }
  #navegacionEncabezado .toggle-lesson.tooltipsLec:hover span {
    transform: translate(-50%, 50px);
  }
  #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,
  #popup-course #navegacionEncabezado .toggle-content-item {
    padding: 13px 16px;
  }
}
@media (max-width: 768px) {
  #popup-course #navegacionEncabezado .course-item-nav-header .back_course span {
    border-bottom-color: transparent;
    border-right-color: #6f6f6f;
    left: 0;
    top: 50%;
    transform: translate(110%, -50%);
  }
  #popup-course #navegacionEncabezado .course-item-nav-header .back_course span:before {
    border-bottom-color: transparent;
    border-right-color: #6f6f6f;
    left: 0;
    top: 50%;
    transform: translate(-99%, -50%);
  }
  #popup-course #navegacionEncabezado .course-item-nav-header .back_course:hover span {
    transform: translate(70%, -50%);
  }
  #popup-course #rutaNavegacionLeccion {
    padding: 12px 0;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li span {
    font-size: 12px;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li:last-child span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li a:after {
    font-size: 8px;
    margin: 0 4px;
  }
  .tooltipsLec:hover span {
    transform: translate(-50%, 45px);
  }
  #popup-course #CurriculumLeccion h1 {
    font-size: 20px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section .section-header .section-title {
    font-size: 13px;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .content-item-description p {
    font-size: 15px;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button,
  #popup-course #navegacionEncabezado .lp-button-encabezado .completed {
    padding: 12px 18px;
    font-size: 10px;
    min-width: auto;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .completed {
    padding: 12px 10px;
    font-size: 0;
    min-width: auto;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .completed:before {
    font-size: 10px;
    transform: scale(1.5);
    left: 1px;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button.lp-btn-finish-course:before {
    top: 0;
    left: -1px;
  }
  #popup-course #CurriculumLeccion #popup-sidebar .curriculum-sections .section-content .course-item .course-item__link .course-item-meta .duration {
    display: inline;
  }
  #popup-course #contenidoLeccion #popup-content .botonesAccionLeccion {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  /*  #popup-course #contenidoLeccion #popup-content .botonesAccionLeccion form {
      display: block;
      width: 100%;
  } */
  #popup-course #contenidoLeccion #popup-content .botonesAccionLeccion .lp-button.completed,
  #popup-course #contenidoLeccion #popup-content .botonesAccionLeccion form.form-button-finish-course {
    margin: 0;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .lesson-title {
    font-size: 24px;
    margin: 18px 0;
  }
  #learn-press-item-comments {
    padding-top: 16px;
  }
}
@media (max-width: 660px) {
  #popup-course #rutaNavegacionLeccion .breadcrumbs li:last-child span {
    width: 70%;
  }
}
@media (max-width: 575px) {
  body #popup-course #content-item-quiz .quiz-attempts table tr th,
  body #popup-course #content-item-quiz .quiz-attempts table tr td {
    height: 40px;
    padding: 5px 4px;
    font-size: 8px;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table th.lp-material-th-file-type,
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table td.lp-material-file-type {
    display: none;
  }
}
@media (max-width: 550px) {
  #popup-course .contenedorLeccion #CurriculumLeccion {
    max-width: 350px;
    margin-left: -350px;
  }
  #tabsLessons button {
    padding: 24px 16px;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li:last-child span {
    width: 40%;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button.button-complete-lesson,
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-btn-finish-course {
    padding: 8px;
    font-size: 0;
    width: 36px;
    height: 36px;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-button.button-complete-lesson:before {
    content: "[";
    border: 0;
    font-size: 14px;
    padding: 0;
    top: 0;
  }
  #popup-course #navegacionEncabezado .lp-button-encabezado .form-button .lp-btn-finish-course:before {
    content: "\e008";
    border: 0;
    font-size: 14px;
    padding: 0;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  #popup-course .contenedorLeccion #CurriculumLeccion {
    max-width: 300px;
    margin-left: -300px;
  }
  #popup-course #rutaNavegacionLeccion .breadcrumbs li:last-child span {
    width: 30%;
  }
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table th.lp-material-th-file-size,
  #popup-course #contenidoLeccion #popup-content .content-item-wrap .content-item-summary .tab2ContentLessons .lp-list-material .course-material-table td.lp-material-file-size {
    display: none;
  }
}
@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 Cuestionario
---------------------------------------------------------------*/
#popup-course #content-item-quiz .course-item-title {
  font-size: 32px;
  margin: 32px 0;
  font-weight: bold;
  color: inherit;
  text-align: center;
}
#popup-course #content-item-quiz .quiz-intro {
  padding: 16px;
  display: flex;
  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: none;
  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: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: 0;
  width: initial;
  pointer-events: all;
  border-radius: var(--campus_cl_boton_radio);
}
#popup-course #content-item-quiz .quiz-result.failed + div[tabindex="100"] + .quiz-buttons .lp-button:before, #popup-course #content-item-quiz .quiz-result.passed + div[tabindex="100"] + .quiz-buttons .lp-button:before {
  content: none !important;
}
#popup-course #content-item-quiz .quiz-result.failed + div[tabindex="100"] + .quiz-buttons .lp-button:after, #popup-course #content-item-quiz .quiz-result.passed + div[tabindex="100"] + .quiz-buttons .lp-button:after {
  content: none !important;
}
#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: 16px auto 0 !important;
}
#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: 12px 24px;
  min-width: 140px;
  height: 48px;
  border-radius: var(--campus_cl_boton_radio);
}
#popup-course #content-item-quiz .quiz-buttons .button-right .lp-button.submit-quiz {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
  border-radius: var(--campus_cl_boton_radio);
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 16px 24px;
  text-align: center;
  text-transform: inherit;
  width: 100%;
  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 .quiz-buttons .button-right .lp-button:last-child {
  margin-right: 0;
}
#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;
  font-size: 16px;
  font-weight: bold;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-content {
  display: none;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-buttons {
  flex-direction: row;
}
#popup-course #content-item-quiz #lp-modal-window #lp-modal-buttons .lp-button {
  min-width: 120px;
  border-radius: var(--campus_cl_boton_radio);
  text-transform: uppercase;
}
#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;
  line-height: 1;
  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, #2d2d2d);
}
#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: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#popup-course #content-item-quiz .quiz-buttons .button-left.fixed {
  width: auto !important;
  position: static;
  margin-left: 0 !important;
  left: 0;
  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;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options {
  padding: 0;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .answer-option:hover {
  background: inherit;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check {
  cursor: pointer;
  border-color: #cccccc;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check:after {
  transform: translateY(0);
  line-height: 1;
  margin: 0;
  position: static;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check:checked:not(:disabled) {
  background: #099600;
  border: 0;
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options .option-check:checked:not(:disabled):after {
  position: absolute;
  width: auto;
  height: auto;
  background: transparent;
  color: white;
  content: "}";
  transform: translate(-50%, -50%);
}
#popup-course #content-item-quiz .quiz-questions .question-answers .answer-options label {
  cursor: pointer;
  padding: 14px 10px 14px 65px;
  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: var(--campus_cl_boton_radio);
  padding: 10px 14px;
  transition: all 0.3s ease;
}
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.next:hover, #popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.next.current,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers:hover,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.current,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.prev:hover,
#popup-course #content-item-quiz .questions-pagination .nav-links .page-numbers.prev.current {
  background: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
  color: #fff;
}
#popup-course #content-item-quiz .quiz-attempts .attempts-heading {
  display: none;
  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 {
  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 #cdd0d4;
  height: 60px;
  padding: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  #popup-course #content-item-quiz #lp-modal-window {
    padding: 32px 16px;
    width: 90%;
  }
}
@media (max-width: 420px) {
  #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: 100%;
  }
  .quiz-questions .question {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
	5.3. Página Asignaciones
---------------------------------------------------------------*/
#popup-course #content-item-assignment .assignment-status {
  background: #f9f9f9;
  margin: 16px 0;
  border: 1px solid #666666;
  border-radius: 5px;
}
#popup-course #content-item-assignment .assignment-status .progress-item {
  color: #666666;
}
#popup-course #content-item-assignment > h2 {
  font-size: 32px;
  margin: 32px 0;
  font-weight: bold;
  color: inherit;
}
#popup-course #content-item-assignment .learn_press_assignment_attachment {
  margin: 0 0 32px 0;
}
#popup-course #content-item-assignment .learn_press_assignment_attachment h2 {
  font-size: 18px;
}
#popup-course #content-item-assignment .learn_press_assignment_attachment ul.assignment-files {
  padding: 0;
  margin: 0;
  list-style: none;
}
#popup-course #content-item-assignment .learn_press_assignment_attachment ul.assignment-files li a {
  color: #059501;
  font-weight: 500;
}
#popup-course #content-item-assignment .learn_press_assignment_attachment ul.assignment-files li a:before {
  content: "B";
  top: -2px;
  padding-right: 4px;
}
#popup-course #content-item-assignment .learn_press_assignment_content {
  margin-bottom: 32px;
}
#popup-course #content-item-assignment .assignment-result {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  height: 200px;
  margin: 32px auto;
  padding: 50px;
  justify-content: center;
  align-items: center;
  transform: none;
  transition: all 0.25s ease 0s;
}
#popup-course #content-item-assignment .assignment-result:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  padding: 30px;
  border: 10px solid #ccc;
  top: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  border-radius: 50%;
}
#popup-course #content-item-assignment .assignment-result > h3 {
  display: none;
}
#popup-course #content-item-assignment .assignment-result .result-achieved {
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
#popup-course #content-item-assignment .assignment-result .result-message {
  margin: 0;
}
#popup-course #content-item-assignment .assignment-result.passed .result-grade .result-message strong {
  color: #059501;
}
#popup-course #content-item-assignment .assignment-result.passed:before {
  border: 10px solid #059501;
}
#popup-course #content-item-assignment .assignment-result.failed .result-grade .result-message strong {
  color: #dc3545;
}
#popup-course #content-item-assignment .assignment-result.failed:before {
  border: 10px solid #dc3545;
}
#popup-course #content-item-assignment .assignment-after-sent > h2, #popup-course #content-item-assignment .assignment-after-sent > h3,
#popup-course #content-item-assignment .learn_press_assignment_reference > h2,
#popup-course #content-item-assignment .learn_press_assignment_reference > h3,
#popup-course #content-item-assignment .save-assignment > h2,
#popup-course #content-item-assignment .save-assignment > h3 {
  font-size: 18px;
}
#popup-course #content-item-assignment .assignment-after-sent .assignment-references,
#popup-course #content-item-assignment .learn_press_assignment_reference .assignment-references,
#popup-course #content-item-assignment .save-assignment .assignment-references {
  padding: 0;
  margin: 0;
  list-style: none;
}
#popup-course #content-item-assignment .assignment-after-sent .assignment-references li a,
#popup-course #content-item-assignment .learn_press_assignment_reference .assignment-references li a,
#popup-course #content-item-assignment .save-assignment .assignment-references li a {
  color: #059501;
  font-weight: 500;
}
#popup-course #content-item-assignment .assignment-after-sent .assignment-references li a:before,
#popup-course #content-item-assignment .learn_press_assignment_reference .assignment-references li a:before,
#popup-course #content-item-assignment .save-assignment .assignment-references li a:before {
  content: "G";
  top: -2px;
  padding-right: 4px;
}
#popup-course #content-item-assignment .assignment-buttons-area #assignment-button-left,
#popup-course #content-item-assignment .assignment-buttons-area #assignment-button-right,
#popup-course #content-item-assignment .assignment-buttons-area .button,
#popup-course #content-item-assignment .retake-assignment #assignment-button-left,
#popup-course #content-item-assignment .retake-assignment #assignment-button-right,
#popup-course #content-item-assignment .retake-assignment .button {
  padding: 12px 24px;
  border: 1px solid #ccc;
  color: #333;
  background: transparent;
  box-shadow: unset;
  font-family: inherit;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.25s;
}
#popup-course #content-item-assignment .assignment-buttons-area #assignment-button-left:hover,
#popup-course #content-item-assignment .assignment-buttons-area #assignment-button-right:hover,
#popup-course #content-item-assignment .assignment-buttons-area .button:hover,
#popup-course #content-item-assignment .retake-assignment #assignment-button-left:hover,
#popup-course #content-item-assignment .retake-assignment #assignment-button-right:hover,
#popup-course #content-item-assignment .retake-assignment .button:hover {
  border-color: var(--e-global-color-primary, #2d2d2d);
  background: var(--e-global-color-primary, #2d2d2d);
}
#popup-course #content-item-assignment .assignment-buttons-area #assignment-button-right,
#popup-course #content-item-assignment .retake-assignment #assignment-button-right {
  border-color: var(--e-global-color-primary, #2d2d2d);
  background: var(--e-global-color-primary, #2d2d2d);
}
#popup-course #content-item-assignment .retake-assignment {
  text-align: center;
  margin: 32px 0;
}

/*--------------------------------------------------------------
	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, #2d2d2d);
  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, #2d2d2d);
  box-shadow: none !important;
}
.logged-out #learn-press-profile .learn-press-form-login button[type=submit] {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border: 0;
  border-color: var(--e-global-color-primary, #2d2d2d);
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 8px 0 0 0;
  padding: 16px 24px;
  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: flex;
  flex-wrap: wrap;
}
.logged-out #learn-press-profile .learn-press-form-login form script {
  display: none;
}
.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;
  order: 2;
  width: 100%;
}
.logged-out #learn-press-profile .learn-press-form-login form :nth-child(4) {
  margin-left: auto;
}
.logged-out #learn-press-profile .learn-press-form-login form p {
  width: 100%;
}
.logged-out #learn-press-profile .learn-press-form-login form .mo-openid-app-icons {
  order: 4;
}
.logged-out #learn-press-profile .learn-press-form-login form .mo-openid-app-icons a {
  margin: 0 6px;
}
.logged-out #learn-press-profile .learn-press-form-login form .mo-openid-app-icons a i {
  border: none !important;
  padding: 20px 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logged-out #learn-press-profile .learn-press-form-login form p a[href*="mi-cuenta/recuperar-password"] {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                             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 .user-avatar {
  margin: 16px auto;
  text-align: center;
  position: relative;
  display: inline-flex;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
#learn-press-profile .user-avatar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s linear;
}
#learn-press-profile .user-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
#learn-press-profile .user-avatar .lp-btn-to-edit-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
#learn-press-profile .user-avatar .lp-btn-to-edit-avatar:before {
  content: "\e037";
  font-weight: normal;
  color: inherit;
  display: block;
  font-size: 16px;
  color: var(--e-global-color-text);
  transition: all 0.2s linear;
}
#learn-press-profile .user-avatar .lp-btn-to-edit-avatar:hover:before {
  color: var(--e-global-color-primary);
}
#learn-press-profile .user-avatar:hover:before {
  opacity: 1;
}
#learn-press-profile .user-avatar:hover .lp-btn-to-edit-avatar {
  opacity: 1;
  visibility: visible;
}
#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: 3px;
  background: #ffffff;
  border: none;
  padding: 16px 0;
  margin-top: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #282828;
}
#learn-press-profile #profile-nav {
  text-align: center;
}
#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 {
  transition: all 0.2s ease;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.courses a i:before {
  content: "\e031";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.my-courses a 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: "\e03b";
}
#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;
  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%;
  transform: translateY(-50%);
  font-size: 10px;
  width: auto;
  height: auto;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.orders {
  display: none !important;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.instructor {
  display: none !important;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
  font-size: 15px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
  color: var(--e-global-color-text);
  margin-top: 0;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li > ul {
  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, #2d2d2d);
}
#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;
}
#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;
}
#learn-press-profile #profile-content .learn-press-profile-course__statistic .statistic-box {
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}
#learn-press-profile .learn-press-profile-course__tab {
  margin-top: 0;
}
#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 li a,
#learn-press-profile .learn-press-filters li span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#learn-press-profile .learn-press-filters li a:after,
#learn-press-profile .learn-press-filters li span:after {
  transition: all 0.2s ease;
}
#learn-press-profile .learn-press-filters li a:hover,
#learn-press-profile .learn-press-filters li span:hover {
  color: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .learn-press-filters li a:hover:after,
#learn-press-profile .learn-press-filters li span:hover:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .learn-press-filters li a.active:after,
#learn-press-profile .learn-press-filters li span.active:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .learn-press-filters li span:after {
  transition: all 0.2s ease;
}
#learn-press-profile .learn-press-filters li span.active:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .learn-press-filters li span:hover:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .learn-press-filters li.active span {
  color: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .learn-press-filters li.active span:after {
  transition: all 0.2s ease;
}
#learn-press-profile .learn-press-filters li.active span:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  position: relative;
  height: auto;
  align-items: start;
}
#learn-press-profile .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-info .course-footer-result .number-percentage-block {
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -1px;
  color: #676767;
  font-weight: 400;
}
#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;
  box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  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 .lp-item-result {
  display: flex;
  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;
}
#learn-press-profile .learn-press-profile-course__progress .lp_profile_course_progress__item {
  display: flex;
  padding: 0 6px 0 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, #2d2d2d);
  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 .certificate-item {
  position: relative;
  height: 100%;
  border: 1px solid #cdd0d4;
  border-radius: 3px;
  overflow: hidden;
}
#learn-press-profile #profile-content-certificates .certificate-item .certificate-thumbnail {
  min-height: 250px;
}
#learn-press-profile #profile-content-certificates .certificate-item .course-permalink {
  display: block;
  width: 100%;
  background: white;
}
#learn-press-profile #profile-content-certificates .certificate-item .course-permalink .course-thumbnail {
  position: relative;
  border: none;
  overflow: hidden;
  width: 100%;
  height: 223px;
}
#learn-press-profile #profile-content-certificates .certificate-item .course-permalink .course-thumbnail img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#learn-press-profile #profile-content-certificates .certificate-item .course-permalink .course-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  opacity: 0.4;
  z-index: 2;
  transition: all 0.2s ease;
}
#learn-press-profile #profile-content-certificates .certificate-item .course-permalink .course-thumbnail:hover:before {
  opacity: 0.1;
}
#learn-press-profile #profile-content-certificates .certificate-item .certificate-item-content {
  display: block;
  width: 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;
}
#learn-press-profile #profile-content-certificates .certificate-item .course-title {
  margin-bottom: 16px;
  min-height: 38px;
  color: inherit;
  display: block;
  font-weight: 700;
}
#learn-press-profile #profile-content-certificates .certificate-item .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;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
#learn-press-profile #profile-content-certificates .certificate-item .certificate-actions {
  display: block;
  width: 100%;
}
#learn-press-profile #profile-content-certificates .certificate-item .download a:before {
  content: "\e028";
  display: inline-block;
  line-height: 1;
}
#learn-press-profile #profile-content-certificates .certificate-item .download a.downloadCertificate {
  transition: none;
  font-size: 0;
  opacity: 0.65;
  pointer-events: none;
}
#learn-press-profile #profile-content-certificates .certificate-item .download a.downloadCertificate:before {
  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-certificates .lp-ajax-message {
  background: #f5f5f5;
  position: relative;
  border-radius: 0;
  border-top: 5px solid #059601;
  font-size: 16px;
}
#learn-press-profile #profile-content-certificates .lp-ajax-message:before, #learn-press-profile #profile-content-certificates .lp-ajax-message:after {
  position: absolute;
  top: 0;
  content: "";
}
#learn-press-profile #profile-content-certificates .lp-ajax-message:before {
  right: 20px;
  width: 20px;
  height: 30px;
  background: #059601;
}
#learn-press-profile #profile-content-certificates .lp-ajax-message:after {
  top: 10px;
  right: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f5f5f5;
}
#learn-press-profile #profile-content-certificates .lp-ajax-message.success {
  border-color: #059601;
  margin: 24px auto !important;
}
#learn-press-profile #profile-content-wishlist .lp-archive-courses ul.learn-press-courses {
  min-height: auto;
}
#learn-press-profile #profile-content-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button {
  top: 0;
  right: 0;
  width: 100%;
}
#learn-press-profile #profile-content-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button:before {
  content: "'";
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  top: 0;
}
#learn-press-profile #profile-content-wishlist .lp-archive-courses ul.learn-press-courses li.course .course-item .course-content .course-info .lp-button.on:before {
  content: "r";
}
#learn-press-profile #profile-content-wishlist .learn-press-message.success {
  background: #e3e6ea;
  color: inherit;
}
#learn-press-profile #profile-content-quizzes .lp-list-table tr th,
#learn-press-profile #profile-content-quizzes .lp-list-table tr td {
  border: 1px solid #cdd0d4;
  text-align: left;
  font-size: 15px;
}
#learn-press-profile #profile-content-quizzes .lp-list-table tr th a,
#learn-press-profile #profile-content-quizzes .lp-list-table tr td a {
  font-weight: inherit;
}
#learn-press-profile #profile-content-quizzes .lp-list-table thead th {
  font-size: 16px;
}
#learn-press-profile #profile-content-quizzes .lp-list-table tbody tr td {
  text-transform: capitalize;
}
#learn-press-profile #profile-content-quizzes .lp-list-table tfoot tr td:nth-child(1) {
  border-right: 0;
  font-size: 16px;
}
#learn-press-profile #profile-content-quizzes .lp-list-table tfoot tr td:nth-child(2) {
  border-left: 0;
}
#learn-press-profile #profile-content-quizzes .learn-press-message.info {
  background: #e3e6ea;
  color: inherit;
}
#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: 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, #2d2d2d);
  border-right: 0;
  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, #2d2d2d);
  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;
  font-size: 15px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders thead tr th {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #cdd0d4;
  padding: 1em;
  text-align: center;
  line-height: 2em;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row td {
  border-left: 1px solid #ccc;
  text-align: center;
  line-height: 1.2em;
}
#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-pending {
  color: #d68f00;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-status .lp-label.label-cancelled {
  color: #babec7;
}
#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 {
  text-align: center;
}
#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, #2d2d2d);
  font-weight: 500;
  margin-right: 16px;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-actions a[id-order] {
  margin: 0 16px 0 0;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders tbody tr.order-row .column-order-actions a[href*=generate_wpo_wcpdf] {
  background: #f1f2f7;
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  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: 13px;
  color: #ff3716;
  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]:hover {
  background: #e3e4e8;
  color: #000;
}
#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 {
  border-left: 1px solid #ccc;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td:nth-child(1) {
  border-right: 0;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages {
  border-left: 0;
}
#learn-press-profile #profile-content-lp_orders_woocommerce .profile-list-orders .list-table-nav td.nav-pages .learn-press-pagination {
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
#learn-press-profile #profile-content-settings {
  background: white;
  padding: 32px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #282828;
}
#learn-press-profile #profile-content-settings .learn-press-tabs {
  background: transparent;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li:after {
  transition: all 0.2s ease;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li.active a {
  color: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li.active:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li a:hover {
  color: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li:hover:after {
  background: var(--e-global-color-primary, #2d2d2d);
}
#learn-press-profile #profile-content-settings .learn-press-tabs .learn-press-tabs__nav li.learn-press-tabs__item.cover-image {
  display: none;
}
#learn-press-profile #profile-content-settings .learn-press-form .form-fields label {
  font-style: normal;
}
#learn-press-profile #profile-content-settings #learn-press-profile-basic-information button,
#learn-press-profile #profile-content-settings form[name=profile-change-password] button {
  border: 0;
  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 #cdd0d4;
  border-radius: 3px;
  padding: 12px;
  font-style: normal;
  font-size: 15px;
}
#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;
  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;
  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,
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 2.8em 1.5em 2.8em;
  min-width: 144px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  position: relative;
  border-radius: var(--campus_cl_boton_radio);
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:hover,
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:hover {
  opacity: 0.9;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:before,
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:before {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
  animation: none;
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--replace:before {
  content: "\e02b";
}
#learn-press-profile #profile-content-settings button.learnpress_avatar__button--remove:before {
  content: "\e013";
}
#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;
  transition: opacity 0.3s linear;
  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;
  box-shadow: inherit;
  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;
}

/*-----------------------------------------
 Traduccion de "No order" en página "Pedidos"
 -----------------------------------------*/
html[lang=es] #profile-content-lp_orders_woocommerce > .learn-press-message.success {
  background: #e3e6ea;
  color: inherit;
}

html[lang=en] #profile-content-lp_orders_woocommerce > .learn-press-message.success {
  background: #e3e6ea;
  color: inherit;
}

/*------------------------
 Pedidos Ajax Woocommerce
 -------------------------*/
.learnpress-profile .responsive-iframe {
  height: initial;
  overflow: auto;
  padding-bottom: initial;
  position: relative;
}
.learnpress-profile #ModalClaseGratuita .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta {
  margin-top: 8px;
  list-style: none;
  padding-left: 0;
}
.learnpress-profile #ModalClaseGratuita .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta li {
  display: flex;
}
.learnpress-profile #ModalClaseGratuita .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta li p {
  margin: 0;
}
.learnpress-profile #ModalClaseGratuita .woocommerce-customer-details .woocommerce-column--billing-address,
.learnpress-profile #ModalClaseGratuita .woocommerce-customer-details .woocommerce-column--shipping-address {
  width: 100%;
  margin-bottom: 16px;
}

#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,
#order-detail-ajax .woocommerce-orders-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,
#order-detail-ajax .woocommerce-orders-table thead {
  box-sizing: border-box;
  border: 1px solid #e5e7f2;
}
#order-detail-ajax .woocommerce-table thead tr th,
#order-detail-ajax .woocommerce-orders-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,
#order-detail-ajax .woocommerce-orders-table tr th,
#order-detail-ajax .woocommerce-orders-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,
#order-detail-ajax .woocommerce-orders-table tbody,
#order-detail-ajax .woocommerce-orders-table tfoot {
  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),
#order-detail-ajax .woocommerce-orders-table tbody tr:nth-child(odd),
#order-detail-ajax .woocommerce-orders-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,
#order-detail-ajax .woocommerce-orders-table tbody tr td,
#order-detail-ajax .woocommerce-orders-table tbody tr th,
#order-detail-ajax .woocommerce-orders-table tfoot tr td,
#order-detail-ajax .woocommerce-orders-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: flex;
  flex-direction: column;
  gap: 10px;
  row-gap: 8px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}
#order-detail-ajax .woocommerce-customer-details address > * {
  flex-basis: 20px;
  margin: 0;
  line-height: 0.6;
}

/* -------------------------------------------------------------------------- */
/*                 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 {
    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 {
    flex: 1;
    margin-right: 6px;
    background: #f0f1f2;
    border-right: none;
    box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
    border-radius: 5px;
    display: flex;
    justify-content: 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,
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
    background: var(--e-global-color-primary, #2d2d2d);
  }
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover i:before,
  .learnpress #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover a {
    color: #fff;
  }
  .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: 16px 8px;
    font-size: 12px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    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;
    transform: none !important;
  }
  .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: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: -6px;
    padding: 12px 0;
    padding-bottom: 2px;
  }
  .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;
    margin-top: 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 .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: 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;
    height: auto;
  }
  .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 .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: 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;
    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 .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: 10px;
    padding-bottom: 4px;
  }
}
/*--------------------------------------------------------------
	5.5. Página Comming Cursos
---------------------------------------------------------------*/
/* ---------------------------------
Pagina curso individuales (Come in)
------------------------------------ */
.contadorLanzamiento {
  order: -1;
  margin: 1rem 0;
  text-align: center;
}
.contadorLanzamiento .learn-press-coming-soon-course-message {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #f03f40;
}

/*--------------------------------------
 Medias Queries Pagina clase individual 
 ---------------------------------------*/
@media (max-width: 768px) {
  .contadorLanzamiento .learn-press-coming-soon-course-message {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
/**************************************
 Pagina Proximos cursos 
 **************************************/
.page-template-page-proximos-cursos #main .container-xl {
  padding-left: 0;
  padding-right: 0;
}

.listaProximosCursos li .contador {
  position: relative;
  background: var(--e-global-color-secondary, #353535);
  display: flex;
  justify-content: center;
  text-align: center;
}
.listaProximosCursos li a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  line-height: 1;
  width: 100%;
  min-height: 160px;
  transition: all 0.3s ease;
  transform: translate(0, 0);
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0);
}
.listaProximosCursos li a .imagenProximosCursos {
  flex: 2;
  margin-right: 1rem;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.listaProximosCursos li a img {
  width: 100%;
  transition: all 0.3s ease;
}
.listaProximosCursos li .detallesProximosCursos {
  flex: 3;
}
.listaProximosCursos li .detallesProximosCursos .texto-proximo-curso {
  background: var(--e-global-color-primary, #2d2d2d);
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.55rem;
  padding: 0.7rem 0.5rem;
  text-transform: uppercase;
  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;
  transition: all 0.5s ease;
}
.listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso {
  display: flex;
  font-size: 0.85rem;
  color: #4a4a4a;
}
.listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso i {
  color: var(--e-global-color-primary, #2d2d2d);
}
.listaProximosCursos li .detallesProximosCursos h5 {
  margin-bottom: 0.6rem;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.2s ease;
}
.listaProximosCursos li .detallesProximosCursos h5:hover {
  color: var(--e-global-color-primary, #2d2d2d);
}
.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 {
    flex-direction: column;
  }
  .listaProximosCursos li a .imagenProximosCursos {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .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 {
    flex-flow: column;
    padding: 1rem;
  }
  .listaProximosCursos li a .imagenProximosCursos {
    flex: 1;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }
  .listaProximosCursos li .detallesProximosCursos {
    flex: 1;
    margin: 0;
    text-align: center;
  }
  .listaProximosCursos li .detallesProximosCursos .fecha-proximo-curso {
    justify-content: center;
    align-items: center;
  }
}
/*--------------------------------------------------------------
	5.4. Página Instructores
---------------------------------------------------------------*/
/***************************************
PAGINA INSTRUCTORES
**************************************/
.lp-list-instructors ul.ul-list-instructors,
.lp-list-instructors ul.campus-ul-list-instructors,
.campus-lp-list-instructors ul.ul-list-instructors,
.campus-lp-list-instructors ul.campus-ul-list-instructors {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  position: relative;
  border-top: 0;
  border-radius: 3px;
  border: 1px solid #cdd0d4;
  background: #fff;
  transition: none;
  transition: all ease-in-out 0.3s;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-avatar img,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-avatar img,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-avatar img,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-avatar img {
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  display: block;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-display-name,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-display-name,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-display-name,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-display-name {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: bold;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-left: -20px;
  margin-right: -20px;
  padding: 12px 20px;
  position: relative;
  color: #7d7d7d;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info > div,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info > div,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info > div,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info > div {
  flex: 1;
  text-align: right;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info:before,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info:before,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info:before {
  content: "";
  background: var(--e-global-color-primary, #2d2d2d);
  height: 3px;
  width: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2px;
  transition: all ease-in-out 0.3s;
  z-index: 10;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico {
  display: none;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico:before,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico:before,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico:before {
  font-size: 15px;
  content: "y";
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico svg,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico svg,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico svg,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-courses .lp-ico svg {
  display: none;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students {
  justify-content: right;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico {
  display: none;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico:before,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico:before,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico:before {
  font-size: 15px;
  content: "\e02f";
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico svg,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico svg,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico svg,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor .instructor-info .instructor-count-students .lp-ico svg {
  display: none;
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor:hover,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor:hover,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor:hover,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.lp-list-instructors ul.ul-list-instructors li.item-instructor:hover .instructor-info:before,
.lp-list-instructors ul.campus-ul-list-instructors li.item-instructor:hover .instructor-info:before,
.campus-lp-list-instructors ul.ul-list-instructors li.item-instructor:hover .instructor-info:before,
.campus-lp-list-instructors ul.campus-ul-list-instructors li.item-instructor:hover .instructor-info:before {
  transform: translateX(0%) scaleX(6);
}

/*--------------------------------------------------------------
	5.4. Página Detalles Instructor
---------------------------------------------------------------*/
/***************************************
PAGINA DETALLES DEL INSTRUCTOR
**************************************/
.lp-single-instructor .lp-single-instructor__info {
  display: none;
}
.lp-single-instructor .instructor-courses {
  display: none;
}

.detallesInstructor .detallesInstructorAvatar img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.detallesInstructor .detallesInstructorSocial li a {
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .detallesInstructor .learn-press-courses[data-layout=grid] .course {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .detallesInstructor .lp-archive-courses > ul {
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .detallesInstructor .learn-press-courses[data-layout=grid] .course {
    width: 100%;
  }
}
/*--------------------------------------------------------------
	6. WooCommerce
---------------------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                   6. Plugin "OneClick Chat to Order"                       */
/* -------------------------------------------------------------------------- */
.woocommerce .wa-order-class {
  display: block;
  margin: 18px 0 0 0;
}
.woocommerce .wa-order-class button.wa-order-button.single_add_to_cart_button {
  width: 100%;
  background: #21bd5b;
  box-shadow: 0 2px 5px rgba(45, 62, 79, 0.3) !important;
  border-radius: 5px;
  font-size: 15px;
}
.woocommerce .wa-order-class button.wa-order-button.single_add_to_cart_button:before {
  content: "\e00d";
}
.woocommerce .wa-order-class button.wa-order-button.single_add_to_cart_button:hover {
  background: #1dc35a;
}

/* -------------------------------------------------------------------------- */
/*                   6. Estilos generales  Woocommerce                       */
/* -------------------------------------------------------------------------- */
.woocommerce .col2-set,
.woocommerce .col2-set {
  width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-1 {
  float: left;
  width: 48%;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-1 {
    width: 100%;
  }
}
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-2 {
  float: right;
  width: 48%;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-2,
  .woocommerce .col2-set .col-2 {
    width: 100%;
  }
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce .col2-set::after {
  clear: both;
}
.woocommerce form label {
  display: block;
}
.woocommerce form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.woocommerce form .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: var(--wc-form-color-text, #000);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}
.woocommerce form .show-password-input::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
  display: block;
  height: 22px;
  width: 22px;
}
.woocommerce form .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.lakit-products__list.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.lakit-products__list.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.lakit-products__list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1022px) {
  .lakit-products__list.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .lakit-products__list.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lakit-products__list.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.lakit-products__list.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.lakit-products__list.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.lakit-products__list.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.lakit-products__list.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.lakit-products__list.columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.lakit-products__list.columns-10 {
  grid-template-columns: repeat(10, 1fr);
}

.lakit-products__list.columns-11 {
  grid-template-columns: repeat(11, 1fr);
}

.lakit-products__list.columns-12 {
  grid-template-columns: repeat(12, 1fr);
}

/* -------------------------------------------------------------------------- */
/*        Pre-cargador Ajax de Woocommerce para todo el sitio                 */
/* -------------------------------------------------------------------------- */
body div.blockUI.blockOverlay {
  position: relative;
}
body div.blockUI.blockOverlay:before {
  content: "" !important;
  position: absolute !important;
  opacity: 1;
  background: none !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -9px !important;
  margin-left: -9px;
  z-index: 1000;
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-left-color: #fff !important;
  border-radius: 50% !important;
  vertical-align: middle;
  transition: opacity 0.3s linear;
  animation: campus-cargando 450ms infinite linear !important;
}

/*******************************************************************
1. Alineacion de imagenes en TinyMce para Checkout / Carrito
******************************************************************/
body.woocommerce-checkout .alignleft,
body.woocommerce-cart .alignleft {
  display: block;
  margin-right: auto;
}
body.woocommerce-checkout .aligncenter,
body.woocommerce-cart .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-checkout .alignright,
body.woocommerce-cart .alignright {
  display: block;
  margin-left: auto;
}

/***************************************
1. Mensajes de alerta de Woocommerce
**************************************/
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  font-size: 15px;
  justify-content: center;
  outline: none;
  border: 1px solid;
  border-radius: 4px;
  justify-content: center;
  color: #2f2f2f;
}
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-info:before {
  position: static;
  top: 5px;
  left: 0;
  margin-right: 6px;
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
}
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li {
  display: inline-block;
  text-align: left;
  width: calc(100% - 24px);
  position: relative;
}
.woocommerce-error li .wc-forward,
.woocommerce-message li .wc-forward,
.woocommerce-info li .wc-forward {
  margin-left: 6px;
}
.woocommerce-error li:nth-child(1n+2),
.woocommerce-message li:nth-child(1n+2),
.woocommerce-info li:nth-child(1n+2) {
  left: 20px;
  margin-top: 10px;
}
.woocommerce-error li strong,
.woocommerce-message li strong,
.woocommerce-info li strong {
  font-weight: bold;
}

.woocommerce-message {
  background-color: #f4fff7;
  border-color: #4ab866;
}
.woocommerce-message:before {
  content: "Q";
  font-weight: bold;
  color: #4ab866;
}

.woocommerce-error {
  justify-content: flex-start;
  border-color: #b81c23;
  background-color: rgba(255, 0, 11, 0.0509803922);
}
.woocommerce-error:before {
  content: none;
}
.woocommerce-error li {
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  gap: 6px;
}
.woocommerce-error li:nth-child(1n+2) {
  left: 0;
}
.woocommerce-error li:before {
  content: "\e014";
  font-weight: bold;
  color: #e2401c;
}

.woocommerce-info:before {
  content: "Q";
  position: relative;
  top: 0;
  left: 0;
  font-size: 15px;
  margin-right: 4px;
  color: #4caf50;
}
.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 {
  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-password-strength.short {
  border-radius: 3px;
  font-weight: normal;
  margin-top: 4px;
}

body.woo-variation-swatches form.variations_form .variable-items-wrapper {
  display: inline-flex;
}
body.woo-variation-swatches form.variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item),
body.woo-variation-swatches form.variations_form .variable-items-wrapper .variable-item:not(.color-variable-item) {
  border: 1px solid #d1d1d1;
  box-shadow: none !important;
}
body.woo-variation-swatches form.variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches form.variations_form .variable-items-wrapper .variable-item:not(.color-variable-item).selected {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #fff !important;
}
body.woo-variation-swatches form.variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span,
body.woo-variation-swatches form.variations_form .variable-items-wrapper .variable-item:not(.color-variable-item).button-variable-item .variable-item-span {
  padding: 0 12px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0 8px;
}

.cfvsw-swatches-option {
  transition: 50ms;
}

.cfvsw-selected-swatch {
  background: var(--e-global-color-primary);
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/*                    Paginación General de  Woocommerce                      */
/* -------------------------------------------------------------------------- */
.woocommerce .woocommerce-pagination,
.woocommerce .lakit-pagination {
  text-align: right;
  border-top: 0;
  padding-top: 0;
  margin-top: 36px;
}
.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers,
.woocommerce .lakit-pagination.woocommerce-pagination--without-numbers {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers p,
.woocommerce .lakit-pagination.woocommerce-pagination--without-numbers p {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers a.button,
.woocommerce .lakit-pagination.woocommerce-pagination--without-numbers a.button {
  line-height: 0;
  min-height: 40px;
  padding: 0;
  padding-left: 1.4em;
  padding-right: 1.4em;
  gap: 6px;
}
.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers a.button:hover,
.woocommerce .lakit-pagination.woocommerce-pagination--without-numbers a.button:hover {
  color: #fff;
}
.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers a.button:before,
.woocommerce .lakit-pagination.woocommerce-pagination--without-numbers a.button:before {
  content: "\e00c";
  font-size: 8px;
  line-height: 0;
  margin-right: 0;
  top: 0;
}
.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers a.button.woocommerce-Button--next:before,
.woocommerce .lakit-pagination.woocommerce-pagination--without-numbers a.button.woocommerce-Button--next:before {
  content: "\e00b";
  order: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce .lakit-pagination ul.page-numbers {
  display: flex;
  gap: 8px;
  border: none;
  border-right: 0;
  margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce .lakit-pagination ul.page-numbers li {
  display: flex;
  zoom: 1;
  list-style: none;
  margin: 0;
  border: 0;
  float: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers {
  margin: 0;
  color: #333333;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.prev {
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev:before,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.prev:before {
  content: "\e00c";
  font-size: 10px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.next {
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:before,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.next:before {
  content: "\e00b";
  font-size: 10px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers:hover {
  border-color: var(--e-global-color-primary, #2d2d2d);
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: #ffffff;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce .lakit-pagination ul.page-numbers li .page-numbers.current {
  border-color: var(--e-global-color-primary, #2d2d2d);
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: #ffffff !important;
}
.woocommerce .woocommerce-pagination .lakit-css-loader:after,
.woocommerce .lakit-pagination .lakit-css-loader:after {
  box-shadow: 1px 1px 1px var(--e-global-color-primary, #2d2d2d);
}

/* ------------------------------------------------------------------------------- */
/*    8. Estilos Boton Mostrar Password
/*    (Aparece en varios sitios: Login, Registro, Editar cuenta, Finalizar compra) */
/* ------------------------------------------------------------------------------- */
.woocommerce form .form-row .show-password-input {
  outline: 0;
}
.woocommerce form .form-row .show-password-input:hover, .woocommerce form .form-row .show-password-input:focus {
  background-color: transparent;
}
.woocommerce form .form-row .show-password-input:hover:after, .woocommerce form .form-row .show-password-input:focus:after {
  background-color: transparent;
  color: var(--wc-form-color-text, #000);
}
.woocommerce form .form-row .show-password-input.display-password:after {
  color: #6dc22e;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row .select2-container--default .select2-selection--single,
.woocommerce form .form-row select {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid;
  border-color: var(--campus_woo_checkout_color_borde_campos);
  padding: 11px 12px;
  color: #1c1d1f;
  font-size: 15px;
  background-color: #fff;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: all 0.3s ease;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row .select2-container--default .select2-selection--single:focus,
.woocommerce form .form-row select:focus {
  box-shadow: none;
}
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row .select2-container--default .select2-selection--single::placeholder,
.woocommerce form .form-row select::placeholder {
  color: #999999;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  height: auto;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce form .form-row input[type=text]:focus,
.woocommerce form .form-row input[type=email]:focus,
.woocommerce form .form-row input[type=password]:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #a1a8af;
}
.woocommerce form .form-row ::-moz-selection,
.woocommerce form .form-row ::selection {
  background-color: var(--e-global-color-primary, #2d2d2d);
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}

/* ------------------------------------------------------------------------------- */
/*    8. Correcion estilos Widget Elementor "LaStudioKot Product Data Tabs"
/* ------------------------------------------------------------------------------- */
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--description .tab-content > h2 {
  display: none;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews {
    flex-direction: column;
  }
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments {
  flex: 1 1 50%;
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 567px) {
  .elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-Reviews-title {
  display: none;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 16px 16px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
}
@media (max-width: 768px) {
  .elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li {
    margin: 0 0 16px 0;
  }
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container img.avatar {
  position: relative;
  max-width: 60px;
  width: 60px;
  margin-right: 18px;
  padding: 0;
  border: 0;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: 0;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text p {
  font-size: 15px;
  font-weight: 300;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
  order: -1;
  margin-right: auto;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  color: #242424;
  font-weight: 600;
  font-size: 14px;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__verified {
  display: none;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  text-transform: capitalize;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating span:before {
  color: #ffb639;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description {
  width: 100%;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li:last-child {
  border-bottom: 0;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments .cr-voting-cont {
  width: 100%;
  justify-content: flex-start;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments .cr-comment-images.cr-comment-videos {
  margin-bottom: 8px;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-noreviews {
  margin: 0;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
  flex: 1 1 50%;
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 567px) {
  .elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form {
  max-width: 700px;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .comment-reply-title {
  display: block;
  font-weight: 600;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images input[type=file] {
  display: none;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images .cr-upload-images-containers {
  align-items: stretch;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images .cr-upload-images-containers .cr-upload-images-thumbnail {
  object-fit: cover;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  outline: 2px dashed #cdd0d4;
  font-size: 1.25rem;
  background-color: #f1f1f1;
  position: relative;
  padding: 35px 20px;
  margin: 8px 0 16px 0;
  font-size: 15px;
  outline-offset: 0;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  cursor: pointer;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images label:before {
  content: "A";
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images label:hover {
  background-color: #f6f6f6;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form .cr-upload-local-images .cr-upload-images-delete {
  top: -6px;
  right: -8px;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform {
  justify-content: flex-start;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-comment label,
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-rating label,
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-author label,
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-email label {
  margin-bottom: 8px;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-rating {
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars {
  position: relative;
  top: 4px;
  left: 8px;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars a {
  color: #ffb639;
}
.elementor-lakit-wooproduct-datatabs .woocommerce-tabs .lakit-wc-tabs--content .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-author {
  margin-right: 16px;
}

/*--------------------------------------------------------------
	6.0. Página Tienda.
---------------------------------------------------------------*/
/* ---------------------------------
PAGINA TIENDA DE WOOCOMMERCE
------------------------------------ */
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-size: 14px;
  font-weight: 500;
  float: left;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
  float: none;
  float: right;
}
.woocommerce .woocommerce-ordering .orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border-radius: 0;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  display: block;
  padding-right: 1.4em;
  border: 1px solid #ddd;
  color: #333;
  height: 2.507em;
  max-width: 100%;
  padding: 0 0.75em;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  vertical-align: middle;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
}
.woocommerce .woocommerce-ordering .orderby:focus, .woocommerce .woocommerce-ordering .orderby:hover {
  outline: none;
  box-shadow: inset 0 -1.8em 1em 0 transparent;
}

.widget-area .widget.widget_price_filter .ui-slider-horizontal {
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}
.widget-area .widget.widget_price_filter .ui-slider-horizontal::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -2px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1058823529);
}
.widget-area .widget.widget_price_filter .price_slider_amount {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.widget-area .widget.widget_price_filter .price_slider_amount .price_label {
  margin-bottom: 10px;
  color: #777;
  font-size: 14px;
}
.widget-area .widget.widget_price_filter .price_slider_amount .price_label > span {
  color: #242424;
  font-weight: 600;
}
.widget-area .widget.widget_price_filter .price_slider_amount .button {
  margin-bottom: 10px;
  padding: 5px 18px;
  min-height: 36px;
  font-size: 12px;
  text-transform: uppercase;
  color: #f4f1f1;
  font-weight: 400;
  border-radius: var(--campus_cl_boton_radio);
  background: var(--e-global-color-primary, #2d2d2d);
  transition: all 0.3s;
}
.widget-area .widget.widget_price_filter .price_slider_amount .button:hover {
  opacity: 0.8;
}
.widget-area .widget.widget_price_filter .ui-widget-content {
  background-color: transparent;
}
.widget-area .widget.widget_price_filter .ui-slider-range {
  top: 50%;
  z-index: 1;
  display: block;
  margin-top: -2px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: var(--e-global-color-primary, #2d2d2d);
}
.widget-area .widget.widget_price_filter .clear {
  display: none;
}

.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 {
  transition: all 0.2s ease;
}
.premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button:before {
  content: "\e03b";
  top: 0;
}
.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, #353535) !important;
}
.premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button.added:before {
  content: "\e03a";
}

/*--------------------------------------------------------------
	6.0. Página detalles producto.
---------------------------------------------------------------*/
/***************************************
PAGINA DETALLES DE PRODUCTOS
**************************************/
.content-incluye ul,
.content-no-incluye ul {
  list-style: none;
}
.content-incluye ul li,
.content-no-incluye ul li {
  position: relative;
  padding-left: 24px;
}
.content-incluye ul li:before,
.content-no-incluye ul li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  font-weight: 700;
  font-size: 14px;
}

.content-incluye ul li:before {
  content: "Q";
  color: #39a937;
}

.content-no-incluye ul li:before {
  content: "\e014";
  color: #ef4a4a;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
  flex-wrap: wrap;
}

div.product {
  /* -------------------------------------------------------------------------- */
  /*                            Plugin Direct Deposit                           */
  /* -------------------------------------------------------------------------- */
}
div.product .elementor-lakit-wooproduct-addtocart form.cart {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 8px;
}
div.product .elementor-lakit-wooproduct-addtocart form.cart::before {
  content: none;
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .single_add_to_cart_button {
  width: auto;
  min-width: 220px;
  display: inline-flex;
}
@media (max-width: 567px) {
  div.product .elementor-lakit-wooproduct-addtocart form.cart .single_add_to_cart_button {
    min-width: auto;
    flex: 1;
  }
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .single_add_to_cart_button:before {
  content: "\e03b";
  top: 0;
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .single_add_to_cart_button.added {
  display: none;
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .added_to_cart.wc-forward {
  background-color: var(--e-global-color-text, #353535);
  width: auto;
  min-width: 220px;
}
@media (max-width: 567px) {
  div.product .elementor-lakit-wooproduct-addtocart form.cart .added_to_cart.wc-forward {
    min-width: auto;
    flex: 1;
  }
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .added_to_cart.wc-forward:before {
  content: "\e03a";
  color: #ffffff;
  text-indent: 0;
  font-size: 14px;
  margin-right: 6px;
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .added_to_cart.wc-forward:hover {
  background-color: var(--e-global-color-text, #353535);
}
div.product .elementor-lakit-wooproduct-addtocart form.cart .woocommerce-variation-add-to-cart {
  display: flex;
}
div.product .elementor-lakit-wooproduct-addtocart form.cart.variations_form {
  flex-wrap: wrap;
}
div.product .single_variation_wrap {
  width: 100%;
}
div.product .wc-pao-addons-container {
  width: 100%;
  margin-bottom: 18px;
  background: #f9f9f9;
  padding: 16px;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 20px rgba(0, 0, 0, 0.05);
}
div.product .wc-pao-addons-container .wc-pao-addon-name,
div.product .wc-pao-addons-container .wc-pao-addon-value {
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 15px;
}
div.product .wc-pao-addons-container .form-row {
  padding-left: 0;
  padding-right: 0;
}
div.product .wc-pao-addons-container .form-row select {
  font-size: 14px;
}
div.product .wc-pao-addons-container .product-addon-totals {
  margin: 20px 0 0;
  border-bottom: 0;
  font-weight: 300;
}
div.product .wc-pao-addons-container .product-addon-totals ul li .wc-pao-col1 .wc-pao-addon-value {
  line-height: 1;
  background: #eeeeee;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  font-weight: 300;
  padding: 2px 6px;
}
div.product .wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line {
  padding-bottom: 0;
  margin-top: 10px;
}
div.product .wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line .price {
  color: var(--e-global-color-primary);
  font-weight: bold;
  font-size: 15px;
}
div.product .wc-pao-addons-container .product-addon-totals .amount {
  font-size: 14px;
  font-weight: 700;
}
div.product form.variations_form .woo-variation-items-wrapper {
  position: relative;
}
div.product form.variations_form table.variations {
  background: #f8f8f8;
  border: 1px solid #dddddd !important;
}
div.product form.variations_form table.variations tr th,
div.product form.variations_form table.variations tr td {
  padding: 15px 15px;
}
div.product form.variations_form label {
  font-weight: 500;
  color: #000000;
}
div.product form.variations_form select {
  display: inline-flex;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #333;
  font-size: 0.97em;
  height: 2.507em;
  padding: 0 0.75em;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border-radius: 5px;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  padding-right: 1.4em;
  outline: 0;
}
div.product form.variations_form select:hover {
  box-shadow: inset 0 -1.8em 1em 0 transparent;
  background-color: #fff;
  color: #333;
  outline: 0;
}
div.product form.variations_form .reset_variations {
  bottom: 98%;
  color: currentColor;
  font-size: 11px;
  opacity: 0.6;
  right: 0;
  text-transform: uppercase;
  margin-left: 8px;
}
div.product form.variations_form .woocommerce-variation .price {
  margin: 8px 0;
}
div.product p[id*=payment-] {
  display: none !important;
  background-color: #f4faf6;
  color: #00a046;
  border: 2px dashed #7acb9d;
  padding: 16px 12px;
  border-radius: 5px;
  font-size: 14px;
}
div.product p[id*=payment-]:before {
  content: "\e018";
  top: 0;
  margin-right: 8px;
  font-size: 16px;
}
div.product p[id*=payment-] span {
  padding: 0 2px;
  font-weight: bold;
}
div.product .wc-deposits-wrapper .wc-deposits-option li {
  box-shadow: none;
}
div.product .wc-deposits-wrapper .wc-deposits-option {
  display: flex;
  justify-content: space-between;
}
div.product .wc-deposits-wrapper .wc-deposits-option > :nth-child(2) {
  order: -1;
}
div.product .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before,
div.product .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:after {
  margin: -14px 0 0 80%;
}
div.product .wc-deposits-option li input[type=radio] {
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
div.product .wc-deposits-option li label {
  align-items: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  transition: all 0.15s linear;
  width: 100%;
}
div.product .wc-deposits-option li input[type=radio] + label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  transition: all 0.15s linear;
}
div.product .wc-deposits-option li input[type=radio]:checked + label:before {
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border-color: transparent;
  border: none;
}
div.product .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;
}
div.product ul.wc-deposits-payment-plans {
  background: rgb(244, 250, 246);
  border: 2px dashed rgb(122, 203, 157);
  box-shadow: none;
  padding: 0 14px;
}
div.product ul.wc-deposits-payment-plans:before, div.product ul.wc-deposits-payment-plans:after {
  content: none;
}
div.product ul.wc-deposits-payment-plans li {
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px rgba(107, 177, 136, 0.4901960784);
}
div.product ul.wc-deposits-payment-plans li:last-child {
  border-bottom: 0;
  box-shadow: none;
}
div.product ul.wc-deposits-payment-plans li input[type=radio] {
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
div.product ul.wc-deposits-payment-plans li label {
  max-width: 100%;
  align-items: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  transition: all 0.15s linear;
  width: 100%;
}
div.product ul.wc-deposits-payment-plans li label strong {
  color: #1a1a1a;
}
div.product ul.wc-deposits-payment-plans li label .wc-deposits-payment-plan-description {
  color: #5c5c5c;
  font-size: 14px;
}
div.product ul.wc-deposits-payment-plans li input[type=radio] + label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  transition: all 0.15s linear;
}
div.product ul.wc-deposits-payment-plans li input[type=radio]:checked + label:before {
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border-color: transparent;
  border: none;
  top: 3px;
}
div.product 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;
}

.single-product .lista-estilo-1 {
  margin-bottom: 16px;
  list-style: none;
  padding: 0;
}
.single-product .lista-estilo-1 li {
  position: relative;
  padding-left: 24px;
}
.single-product .lista-estilo-1 li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  content: "}";
  font-weight: 700;
  font-size: 14px;
}
.single-product .lista-estilo-1 li strong {
  font-weight: 700;
}
.single-product #tabsProducto .related.products > h2 {
  margin-bottom: 32px;
}
.single-product #tabsProducto .related.products ul.products {
  display: flex;
  flex-wrap: wrap;
}
.single-product #tabsProducto .related.products ul.products li.product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  transition: all 0.3s;
  margin: 0 2% 2.992em 0;
}
.single-product #tabsProducto .related.products ul.products li.product:last-child {
  margin-right: 0;
}
.single-product #tabsProducto .related.products ul.products li.product img {
  margin: 0;
  transform: scale(1);
  transition: all 0.5s ease;
}
.single-product #tabsProducto .related.products ul.products li.product .woocommerce-loop-product__title {
  padding: 14px 16px 10px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  position: relative;
  background: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0;
}
.single-product #tabsProducto .related.products ul.products li.product .price {
  padding: 0 16px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 0;
  line-height: 1;
}
.single-product #tabsProducto .related.products ul.products li.product .price del {
  font-size: 12px;
  opacity: 1;
}
.single-product #tabsProducto .related.products ul.products li.product .price ins {
  color: var(--e-global-color-primary, #2d2d2d);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.single-product #tabsProducto .related.products ul.products li.product .add_to_cart_button {
  margin: 12px;
  width: auto;
  clear: both;
}
.single-product #tabsProducto .related.products ul.products li.product .add_to_cart_button:before {
  content: "\e03b";
}
.single-product #tabsProducto .related.products ul.products li.product .add_to_cart_button.added {
  display: none;
}
.single-product #tabsProducto .related.products ul.products li.product .added_to_cart.wc-forward {
  margin: 12px;
  display: block;
  text-align: center;
}
.single-product #tabsProducto .related.products ul.products li.product:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.single-product #tabsProducto .related.products ul.products li.product:hover img {
  transform: scale(1.05);
}

.dialog-type-lightbox {
  z-index: 99999;
}
.dialog-type-lightbox .e-eicon-zoom-in-bold,
.dialog-type-lightbox .e-eicon-frame-expand,
.dialog-type-lightbox .e-eicon-share-arrow {
  display: none;
}

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

.wc_product_purchased form.cart {
  display: none;
}

/*--------------------------------------------------------------
	6.1. Página carrito
---------------------------------------------------------------*/
/***************************************
PAGINA CARRITO
**************************************/
.woocommerce-page.woocommerce-cart.customize-partial-edit-shortcuts-shown {
  font-family: var(--campus_woo_cart_font_body);
}

.woocommerce-page.woocommerce-cart {
  background-color: var(--campus_woo_cart_fondo_pagina);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /***********************************************
  #progressbar PARA CARRITO
  **********************************************/
  /***********************************************
  ESTILO 1 PARA #progressbar
  **********************************************/
}
.woocommerce-page.woocommerce-cart.elementor-not-activate {
  font-family: var(--campus_woo_cart_font_body);
}
.woocommerce-page.woocommerce-cart button {
  font-family: var(--campus_woo_cart_font_body);
}
.woocommerce-page.woocommerce-cart .wc-empty-cart-message {
  text-align: center;
}
.woocommerce-page.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner__content {
  font-size: 36px;
  font-weight: bold;
}
.woocommerce-page.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner__content:before {
  content: "\e03a";
  display: block;
  font-size: 78px;
  color: #c5c5c5;
  margin: 0 0 16px 0;
}
.woocommerce-page.woocommerce-cart .wc-empty-cart-message .campus_content_empty_cart {
  font-size: 15px;
  text-align: center;
  margin: 0 0 16px 0;
}
.woocommerce-page.woocommerce-cart .cart-empty {
  text-align: center;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-cart .cart-empty:before {
  content: "";
}
.woocommerce-page.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-page.woocommerce-cart .return-to-shop a {
  max-width: max-content;
  margin: 0 auto;
}
.woocommerce-page.woocommerce-cart .encabezado-cart {
  background: var(--campus_woo_cart_fondo_encabezado);
  padding: var(--campus_woo_cart_espaciado_encabezado);
  text-align: center;
  position: relative;
  z-index: 99999;
}
.woocommerce-page.woocommerce-cart .encabezado-cart .logo-cart img {
  width: auto;
  max-height: var(--campus_woo_cart_logo_alto);
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-cart .campus_woo_cart_pagina_sin_etapas_pago {
  margin-top: 32px;
}
.woocommerce-page.woocommerce-cart #progressbar {
  padding: var(--campus_woo_cart_separador_etapa_pagos) 0;
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-cart #progressbar {
    padding: calc(var(--campus_woo_cart_separador_etapa_pagos) - 16px) 0;
  }
}
@media (max-width: 576px) {
  .woocommerce-page.woocommerce-cart #progressbar {
    padding: calc(var(--campus_woo_cart_separador_etapa_pagos) - 32px) 0;
  }
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 {
  max-width: 800px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li {
  flex: 1;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li span {
  align-items: center;
  border: 3px solid var(--campus_woo_cart_fondo_pagina);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  margin: 0 auto 12px auto;
  position: relative;
  width: 40px;
  z-index: 1;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li span[class*=icon-]:before {
  content: "}";
  font-size: 18px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li strong {
  font-weight: 400;
  font-size: 13px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li:after {
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 0;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li:first-child:after {
  content: none;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li.progressbarActual span {
  background-color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li.progressbarActual strong {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li.progressbarActual:after {
  background: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li.progressbarNoCompletado span {
  background: #c5c5c5;
  color: #ffffff;
  text-shadow: none;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li.progressbarNoCompletado:after {
  background: #c5c5c5;
}
@media (max-width: 525px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li span {
    font-size: 14px;
    height: 34px;
    width: 34px;
    margin: 0 auto 6px auto;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li strong {
    font-size: 11px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li:after {
    top: 17px;
  }
}
@media (max-width: 465px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_1 li strong {
    font-size: 0;
    display: none;
  }
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 {
  max-width: 800px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li {
  display: inline-block;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li:not(.progressbarNoCompletado) strong {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li:not(.progressbarNoCompletado) span {
  background-color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li.progressbarActual:after {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li.progressbarActual strong {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li strong {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  height: auto;
  margin: 0;
  width: auto;
  display: inline-block;
  color: #353535;
  font-weight: 500;
  font-size: 19px;
  vertical-align: middle;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li:after {
  content: "\e033";
  height: auto;
  width: auto;
  margin: 0 16px;
  display: inline-block;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li:last-child:after {
  content: none;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li.progressbarNoCompletado:after {
  color: #c5c5c5;
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li strong {
    font-size: 16px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li:after {
    margin: 0 12px;
  }
}
@media (max-width: 650px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li strong {
    font-size: 13px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_2 li:after {
    margin: 0 8px;
    font-size: 12px;
  }
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 {
  max-width: 900px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li {
  display: inline-block;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li span {
  background-color: var(--campus_woo_cart_color_etapa_pago);
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50%;
  vertical-align: middle;
  border: 0;
  margin: 0 8px 0 0;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li strong {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  height: auto;
  margin: 0;
  width: auto;
  display: inline-block;
  color: #353535;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li:after {
  content: "\e00b";
  font-size: 13px;
  height: auto;
  width: auto;
  margin: 0 16px 0 22px;
  display: inline-block;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li:last-child:after {
  content: none;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li:not(.progressbarNoCompletado) span {
  background-color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li.progressbarActual span {
  background-color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li.progressbarActual strong {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li.progressbarActual:after {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li.progressbarNoCompletado span {
  background: #c5c5c5;
  color: #fff;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li.progressbarNoCompletado:after {
  color: #c5c5c5;
}
@media (max-width: 991px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li strong {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li span {
    height: 24px;
    width: 24px;
    font-size: 14px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li strong {
    font-size: 16px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li:after {
    font-size: 12px;
  }
}
@media (max-width: 730px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li span {
    height: 22px;
    width: 22px;
    font-size: 12px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li strong {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li strong {
    display: none;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_3 li:after {
    font-size: 10px;
  }
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 {
  max-width: 800px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li {
  flex: 1;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li svg {
  align-items: center;
  color: white;
  width: 140px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: block;
  background: #eff2f5;
  padding: 0 16px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li strong {
  display: block;
  margin-top: 14px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li:after {
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li:first-child:after {
  content: none;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li.progressbarActual svg * {
  fill: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li.progressbarActual strong {
  color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li.progressbarActual:after {
  background-color: var(--campus_woo_cart_color_etapa_pago);
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li.progressbarNoCompletado svg * {
  fill: #c5c5c5;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li.progressbarNoCompletado:after {
  background: #c5c5c5;
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li svg {
    width: 120px;
    height: 40px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li strong {
    font-size: 11px;
  }
}
@media (max-width: 465px) {
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li svg {
    width: 80px;
    height: 30px;
  }
  .woocommerce-page.woocommerce-cart #progressbar.campus_woo_cart_etapa_pago_estilo_4 li strong {
    display: none;
  }
}
.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form {
  margin: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart {
  background-color: var(--campus_woo_cart_color_fondo_tabla);
  border: 1px solid var(--campus_woo_cart_color_borde_tabla);
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart th {
  color: var(--campus_woo_cart_color_texto_encabezado_tabla);
  font-size: var(--campus_woo_cart_tamano_encabezados_tabla);
  background-color: var(--campus_woo_cart_color_encabezado_tabla);
  text-align: center;
  padding: 16px 12px;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart th.product-name {
  text-align: left;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart th.product-name a {
  color: var(--campus_woo_cart_color_texto_tabla);
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td {
  border-top: 1px solid var(--campus_woo_cart_color_borde_tabla);
  padding: 12px;
  line-height: 1.3;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-price, .woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity, .woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-subtotal {
  color: var(--campus_woo_cart_color_texto_tabla);
  text-align: center;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-name a {
  color: var(--campus_woo_cart_color_texto_tabla);
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-name .variation {
  font-size: 0.85em;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-price del {
  display: none;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-price ins {
  text-decoration: none;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove {
  max-width: 30px;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove a.remove {
  position: relative;
  color: inherit !important;
  width: 16px;
  height: 25px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove a.remove:before {
  color: var(--e-global-color-text);
  content: "\e013";
  display: block;
  font-size: 16px;
  line-height: 1;
  transition: none;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove a.remove:hover {
  background: transparent;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove a.remove:hover:before {
  color: var(--e-global-color-primary, #2d2d2d);
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove a.remove.loading:before {
  position: relative !important;
  top: 0% !important;
  left: 0% !important;
  margin-top: 0 !important;
  margin-left: 0;
  border-left-color: var(--e-global-color-primary, #2d2d2d) !important;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-thumbnail {
  max-width: 50px;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-thumbnail img {
  width: 80px;
  padding: 3px;
  border: 1px solid #d6d8d8;
  border-radius: 3px;
  height: auto;
  max-width: 100%;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity > span {
  text-align: center;
  display: inline-flex !important;
  border: 1px solid #ddd;
  padding: 0 26px;
  min-height: 38px;
  align-items: center;
  border-radius: var(--campus_cl_boton_radio);
  background: #f8f8f8;
  cursor: default;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity > span:hover {
  color: #000;
  background-color: #f1f1f1;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity {
  display: inline-flex;
  white-space: nowrap;
  min-height: 38px;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .quantity_selectors {
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  text-shadow: 1px 1px 1px #fff;
  color: var(--campus_woo_cart_color_texto_tabla);
  border: 1px solid #ddd;
  text-transform: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  padding: 0 16px;
  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;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .quantity_selectors:hover {
  color: #000;
  background-color: #f1f1f1;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .minus {
  border-right: 0;
  border-top-left-radius: var(--campus_cl_boton_radio);
  border-bottom-left-radius: var(--campus_cl_boton_radio);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .qty {
  color: var(--campus_woo_cart_color_texto_tabla);
  display: inline-block;
  margin: 0;
  width: 42px;
  text-align: center;
  border-radius: 0 !important;
  -webkit-appearance: textfield;
  appearance: textfield;
  font-size: 1em;
  border: 1px solid #ddd;
  padding: 0;
  background-color: #fff;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -moz-appearance: textfield;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .qty::-webkit-outer-spin-button, .woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .qty:focus-visible {
  outline: none;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-quantity .quantity .plus {
  border-left: 0;
  border-top-right-radius: var(--campus_cl_boton_radio);
  border-bottom-right-radius: var(--campus_cl_boton_radio);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions {
  padding: 12px;
  text-align: right;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  float: left;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
  width: 160px;
  min-height: 32px;
  padding: 0;
  padding-left: 16px;
  font-size: 14px;
  margin-right: 0;
  color: #9a9a9a;
  border-radius: var(--campus_cl_boton_radio);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #9a9a9a;
  transition: all 0.2s linear;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text:focus {
  border-color: #a1a8af;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::placeholder {
  color: #aeaeae;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
  border-radius: var(--campus_cl_boton_radio);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff;
  background-color: #9a9a9a;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: normal;
  border: 0;
  min-width: 114px;
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:hover {
  opacity: 0.9;
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions button[name=update_cart] {
  color: #ffffff;
  background-color: #353535;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 400;
  min-height: 32px;
  transition: all 0.3s ease;
  border-radius: var(--campus_cl_boton_radio);
}
.woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions button[name=update_cart]:hover {
  opacity: 0.4;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals h2 {
  display: none;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table {
  background-color: var(--campus_woo_cart_color_fondo_tabla);
  border: 1px solid var(--campus_woo_cart_color_borde_tabla);
  overflow: hidden;
  margin: 0 0 16px 0;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table tbody:first-child tr:first-child td,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table tbody:first-child tr:first-child th {
  border-top: 0 !important;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table tr th {
  border-top: 1px solid var(--campus_woo_cart_color_borde_tabla);
  border-right: 1px solid var(--campus_woo_cart_color_borde_tabla);
  background-color: var(--campus_woo_cart_color_encabezado_tabla);
  color: var(--campus_woo_cart_color_texto_encabezado_tabla);
  font-size: var(--campus_woo_cart_tamano_encabezados_tabla);
  vertical-align: middle;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table tr td {
  border-top: 1px solid var(--campus_woo_cart_color_borde_tabla);
  color: var(--campus_woo_cart_color_texto_tabla);
  padding: 16px;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table tr td #shipping_method li {
  margin: 0 0 8px 0;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table tr td .woocommerce-shipping-calculator {
  margin: 6px 0 0 0;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .cart-discount td .woocommerce-remove-coupon {
  color: #aa0000;
  font-weight: 400;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--campus_woo_cart_color_texto_tabla);
  display: flex;
  align-items: center;
  margin-top: 0;
  font-weight: bold;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: "S";
  top: -2px;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form {
  margin: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p {
  margin: 12px 0 0 0;
  padding: 0;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p select {
  padding: 8px;
  border: 1px solid #ccd5dd;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  width: 100%;
  color: #ffffff;
  background-color: #353535;
  padding: 10px 18px;
  min-height: 44px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .button:hover {
  opacity: 0.8;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .input-text {
  border-radius: 3px;
  border: 1px solid #ccd5dd;
  padding: 11px 12px;
  color: #1c1d1f;
  font-size: 15px;
  background-color: #fff;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .country_select,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .state_select {
  border-radius: 3px;
  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-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .country_select:focus,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .state_select:focus {
  box-shadow: none;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .country_select:focus-visible,
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form p .state_select:focus-visible {
  box-shadow: none;
  outline: none;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-weight: 600;
  background: #009d43;
}
.woocommerce-page.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #009d43;
}
.woocommerce-page.woocommerce-cart #campus_woo_cart_pie_de_pagina {
  padding: 20px 0;
  background-color: var(--campus_woo_cart_fondo_pie_pagina);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: auto;
}
.woocommerce-page.woocommerce-cart #campus_woo_cart_pie_de_pagina > .elementor {
  margin: -20px 0;
}
.woocommerce-page.woocommerce-cart #colophon {
  display: none;
}
.woocommerce-page.woocommerce-cart.role-administrator {
  min-height: calc(100vh - 32px);
}
.woocommerce-page.woocommerce-cart .cart-collaterals {
  width: 100%;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}

/***************************************
Medias Queries Generales
**************************************/
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-cart .encabezado-cart {
    padding: 16px 0;
  }
  .woocommerce-page.woocommerce-cart .encabezado-cart .logo-cart img {
    max-height: 50px;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart {
    font-size: 14px;
    border: none;
    background: no-repeat;
  }
  .woocommerce-page.woocommerce-cart .progreso-cart {
    padding: 36px 0;
  }
  .woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table {
    font-size: 14px;
  }
  .woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table.cart tbody tr td {
    line-height: 2;
    padding: 12px 16px;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart td.product-remove {
    max-width: inherit;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page.woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: initial;
    line-height: 1.3;
  }
  .woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table_responsive tr,
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr {
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #e5e5e5;
    border-top: 0;
    margin-bottom: 10px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
  }
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions .button {
    width: auto;
  }
  .woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page.woocommerce-cart .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    width: 100%;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .woocommerce-page.woocommerce-cart .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
    justify-content: flex-end;
  }
  .woocommerce-page.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 6px;
  }
}
@media (max-width: 576px) {
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions {
    flex-wrap: wrap;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon {
    width: 100%;
    margin-bottom: 8px;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    flex: 2;
  }
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.actions .button {
    width: 100%;
    flex: 1;
  }
  .woocommerce-page.woocommerce-cart .woocommerce .cart_totals h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .woocommerce-page.woocommerce-cart .encabezado-cart .logo-cart img {
    max-height: 40px;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon {
    flex-wrap: wrap;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    border-top-right-radius: var(--campus_cl_boton_radio);
    border-bottom-right-radius: var(--campus_cl_boton_radio);
    width: 100%;
    flex: auto;
    margin: 0 0 8px 0;
  }
  .woocommerce-page.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
    border-top-left-radius: var(--campus_cl_boton_radio);
    border-bottom-left-radius: var(--campus_cl_boton_radio);
  }
  .woocommerce-page.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 4px;
  }
}
/*--------------------------------------------------------------
	6.2. Página Checkout
---------------------------------------------------------------*/
/***************************************
PAGINA CHECKOUT WOOCOMMERCE
 **************************************/
.woocommerce-page.woocommerce-checkout.customize-partial-edit-shortcuts-shown {
  font-family: var(--campus_woo_checkout_font_body);
}

.woocommerce-page.woocommerce-checkout {
  background-color: var(--campus_woo_checkout_fondo_pagina);
  color: var(--campus_woo_checkout_color_texto_pagina);
  /***********************************************
  #progressbar PARA CHECKOUT
  **********************************************/
  /***********************************************
  ESTILO 1 PARA #progressbar
  **********************************************/
  /***********************************************
  ESTILOS PÁGINA CHECKOUT
  **********************************************/
}
.woocommerce-page.woocommerce-checkout.elementor-not-activate {
  font-family: var(--campus_woo_checkout_font_body);
}
.woocommerce-page.woocommerce-checkout button {
  font-family: var(--campus_woo_cart_font_body);
}
.woocommerce-page.woocommerce-checkout a,
.woocommerce-page.woocommerce-checkout a:hover,
.woocommerce-page.woocommerce-checkout a:visited {
  color: var(--campus_woo_checkout_color_enlace_pagina);
}
.woocommerce-page.woocommerce-checkout .encabezado-checkout {
  background-color: var(--campus_woo_checkout_fondo_encabezado);
  padding: var(--campus_woo_checkout_espaciado_encabezado);
  text-align: center;
  position: relative;
}
.woocommerce-page.woocommerce-checkout .encabezado-checkout .logo-checkout img {
  width: auto;
  margin: 0 auto;
  max-height: var(--campus_woo_checkout_logo_alto);
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_pagina_sin_etapas_pago {
  margin-top: 32px;
}
.woocommerce-page.woocommerce-checkout #progressbar {
  padding: var(--campus_woo_checkout_separador_etapa_pagos) 0;
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-checkout #progressbar {
    padding: calc(var(--campus_woo_checkout_separador_etapa_pagos) - 16px) 0;
  }
}
@media (max-width: 576px) {
  .woocommerce-page.woocommerce-checkout #progressbar {
    padding: calc(var(--campus_woo_checkout_separador_etapa_pagos) - 32px) 0;
  }
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 {
  max-width: 800px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li {
  flex: 1;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--campus_woo_checkout_fondo_pagina);
  border-radius: 50%;
  color: white;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  width: 40px;
  margin: 0 auto 12px auto;
  position: relative;
  z-index: 1;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li span[class*=icon-]:before {
  content: "}";
  font-size: 18px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li strong {
  font-weight: 400;
  font-size: 13px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li strong a {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li:after {
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 0;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li:first-child:after {
  content: none;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarActual span {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarActual strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarActual:after {
  background: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarNoCompletado span {
  background: #c5c5c5;
  color: #ffffff;
  text-shadow: none;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarNoCompletado:after {
  background: #c5c5c5;
}
@media (max-width: 525px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li span {
    font-size: 14px;
    height: 34px;
    width: 34px;
    margin: 0 auto 6px auto;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li strong {
    font-size: 11px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li:after {
    top: 17px;
  }
}
@media (max-width: 465px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li strong {
    font-size: 0;
    display: none;
  }
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 {
  max-width: 800px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li {
  display: inline-block;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:not(.progressbarNoCompletado) span {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:not(.progressbarNoCompletado) strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:not(.progressbarNoCompletado) strong a {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarActual:after {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarActual strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarActual:not(:first-child):after {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li strong {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  height: auto;
  margin: 0;
  width: auto;
  display: inline-block;
  color: #353535;
  font-weight: 500;
  font-size: 19px;
  vertical-align: middle;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:after {
  content: "\e033";
  height: auto;
  width: auto;
  margin: 0 16px;
  display: inline-block;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:last-child:after {
  content: none;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarNoCompletado:after {
  color: #c5c5c5;
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li strong {
    font-size: 16px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:after {
    margin: 0 12px;
  }
}
@media (max-width: 650px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li strong {
    font-size: 13px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li:after {
    margin: 0 8px;
    font-size: 12px;
  }
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 {
  max-width: 900px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li {
  display: inline-block;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li span {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50%;
  vertical-align: middle;
  border: 0;
  margin: 0 8px 0 0;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li strong {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  height: auto;
  margin: 0;
  width: auto;
  display: inline-block;
  color: #353535;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li strong a {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li:after {
  content: "\e00b";
  font-size: 13px;
  height: auto;
  width: auto;
  margin: 0 16px 0 22px;
  display: inline-block;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li:last-child:after {
  content: none;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li:not(.progressbarNoCompletado) span {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual span {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual:after {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual:not(:first-child):after {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarNoCompletado span {
  background: #c5c5c5;
  color: #fff;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarNoCompletado:after {
  color: #c5c5c5;
}
@media (max-width: 991px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li strong {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li span {
    height: 24px;
    width: 24px;
    font-size: 14px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li strong {
    font-size: 16px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li:after {
    font-size: 12px;
  }
}
@media (max-width: 730px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li span {
    height: 22px;
    width: 22px;
    font-size: 12px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li strong {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li strong {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li:after {
    font-size: 10px;
  }
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 {
  max-width: 800px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li {
  flex: 1;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li svg {
  align-items: center;
  color: white;
  width: 140px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: block;
  background: #eff2f5;
  padding: 0 16px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li strong {
  display: block;
  margin-top: 14px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li strong a {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li:after {
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li:first-child:after {
  content: none;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarActual svg * {
  fill: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarActual strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarActual:after {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarNoCompletado svg * {
  fill: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarNoCompletado strong {
  color: #c5c5c5;
}
.woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarNoCompletado:after {
  background: #c5c5c5;
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li svg {
    width: 120px;
    height: 40px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li strong {
    font-size: 11px;
  }
}
@media (max-width: 465px) {
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li svg {
    width: 80px;
    height: 30px;
  }
  .woocommerce-page.woocommerce-checkout #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li strong {
    display: none;
  }
}
.woocommerce-page.woocommerce-checkout .contenido-checkout {
  margin-top: 16px;
}
.woocommerce-page.woocommerce-checkout div[class*=campus_woo_checkout_estilo] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.woocommerce-page.woocommerce-checkout .loginCheckout .wc-block-components-notice-banner {
  margin-top: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_2 .woocommerce .informacionCuenta {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 16px 0 0;
  border-top: none;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_2 .woocommerce #payment ul.payment_methods {
  margin: 32px 0 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .loginCheckout {
  width: 100%;
  max-width: 740px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .loginCheckout .woocommerce-form-login {
  padding: 20px 26px;
  border-top: none;
  border: 1px solid #ccd5dd;
  box-shadow: none;
  border-radius: 5px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .billing-last-name-hidden #customer_details .informacionCuenta .woocommerce-billing-fields #billing_first_name_field {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .shipping-last-name-hidden #customer_details .informacionCuenta .woocommerce-shipping-fields #shipping_first_name_field {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .checkout.woocommerce-checkout {
  background-color: var(--campus_woo_checkout_color_fondo_bloques);
  padding: var(--campus_woo_checkout_espaciador_bloques);
  border: 1px solid #ccd5dd;
  border-radius: 5px;
  max-width: 720px;
  margin: 0 auto;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .informacionCuenta,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .resumenPedido,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .informacionMetodosPago {
  background: transparent;
  padding: 0;
  border-top: 0;
  box-shadow: none;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .informacionCuenta .encabezado-bloque-checkout,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .resumenPedido .encabezado-bloque-checkout,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .informacionMetodosPago .encabezado-bloque-checkout {
  display: none;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .informacionMetodosPago {
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .form-row {
  padding: 3px 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce aside {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .campus_woo_checkout_bloque_personalizado_2 {
  display: none;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce #order_review .shop_table {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce #order_review .shop_table tfoot {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce #order_review .shop_table tfoot .order-total th,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce #order_review .shop_table tfoot .order-total td {
  font-size: inherit;
  padding: 16px 0 16px 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce > .campus_woo_checkout_bloque_personalizado_1 {
  margin: 16px 0 32px 0;
  display: block;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .campus_woo_bloques_personalizados {
  max-width: 720px;
  margin: 0 auto;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .campus_woo_bloques_personalizados section {
  margin: 22px 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 {
  background: var(--campus_woo_checkout_fondo_pagina);
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 62px);
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .encabezado-checkout {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce {
  margin-bottom: 64px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .woocommerce-form.woocommerce-form-login {
  background-color: var(--campus_woo_checkout_fondo_pagina);
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .loginCheckout .woocommerce-form-login-toggle {
  padding: 16px 0 32px 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .loginCheckout .woocommerce-form-login-toggle .woocommerce-info {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .loginCheckout .woocommerce-form.woocommerce-form-login {
  padding: 0;
  border-top: 0;
  box-shadow: none;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .billing-last-name-hidden #customer_details .informacionCuenta .woocommerce-billing-fields #billing_first_name_field {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .shipping-last-name-hidden #customer_details .informacionCuenta .woocommerce-shipping-fields #shipping_first_name_field {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionCuenta,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionMetodosPago {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 16px;
  margin-bottom: 32px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionCuenta .encabezado-bloque-checkout h3,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionMetodosPago .encabezado-bloque-checkout h3 {
  font-size: var(--campus_woo_checkout_tamano_titulo_bloques);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionCuenta .encabezado-bloque-checkout .subtitulo-bloque-checkout,
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionMetodosPago .encabezado-bloque-checkout .subtitulo-bloque-checkout {
  font-size: var(--campus_woo_checkout_tamano_subtitulo_bloques);
  margin-bottom: 16px;
  padding-bottom: 0;
  font-weight: 300;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-principal .contenedor-campus-woo-checkout-principal {
  padding: 36px 16px 0 16px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-principal .subtitulo-bloque-checkout {
  margin-bottom: 8px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside {
  position: relative;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside .contenedor-campus-woo-checkout-aside {
  padding: 36px 36px 36px;
  padding-top: 72px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside:before {
  content: "";
  background-color: var(--campus_woo_checkout_color_fondo_bloques);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 500%;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside .resumenPedido {
  position: relative;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside .resumenPedido .encabezado-bloque-checkout {
  display: none;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside .campus_woo_checkout_bloque_personalizado_2 {
  position: relative;
  margin: 32px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionMetodosPago {
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #payment ul.payment_methods {
  margin: 16px 0 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_metodos_pago_2 .woocommerce #payment ul.payment_methods {
  border: none;
  border-radius: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_metodos_pago_2 .woocommerce #payment ul.payment_methods li.wc_payment_method {
  border: none;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_metodos_pago_2 .woocommerce #payment ul.payment_methods li.wc_payment_method > label {
  border-bottom: none;
  border-radius: 5px;
  border: 1px solid #dadce0 !important;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_metodos_pago_2 .woocommerce #payment ul.payment_methods li.wc_payment_method > .payment_box {
  display: none;
  background: transparent;
  border: 0;
}
.woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_metodos_pago_2 .woocommerce #payment ul.payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label {
  border: 2px solid #2f9133 !important;
  background-color: #fff;
}
.woocommerce-page.woocommerce-checkout .woocommerce {
  margin-bottom: 64px;
  /* -------------------------------------------------------------------------- */
  /*                              BLOOUES GENERALES                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            INFORMACIÓN DE CUENTA                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               METODOS DE PAGO                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TU PEDIDO                                 */
  /* -------------------------------------------------------------------------- */
  /*****************************************
  3. BLOQUE TU PEDIDO
  *****************************************/
  /**********************************************
  1.  Metodo de pago STRIPE (Formulario incrustado) 
  // https://es.wordpress.org/plugins/woo-stripe-payment/

  ***********************************************/
  /**********************************************
  1.  Metodo de pago STRIPE (Formulario incrustado) 
  // https://es.wordpress.org/plugins/woocommerce-gateway-stripe/

  ***********************************************/
  /******************************************************************************************************************
  1.  Metodo de pago Izipay (Formulario incrustado en el sitio web del vendedor (API REST)) 
  *******************************************************************************************************************/
  /**********************************************
  Metodo de pago Izipay (Formulario Popin) 
  ***********************************************/
  /*************************************************************************************
  Metodo de pago Izipay (Smartform incorporado en el sitio web vendedor (API REST)) 
   **************************************************************************************/
  /**************************************************************************************************
  Metodo de pago Izipay Smartform (API REST) | (Formulario Popin) 
  ***************************************************************************************************/
  /***************************************
  2.  Metodo de pago: Mercado Pagos
  *****************************************/
  /***************************************
  2.  Metodo de pago YAPE 2 (Pagos Móviles Perú)
  **************************************/
  /***************************************
  2.  Metodo de pago YAPE / PLIN (Payment QR WooCommerce)
  *****************************************/
  /***************************************
  3. Metodo de pago YAPE 3 (CUSTOM)
  **************************************/
  /***************************************
  2.  Metodo de pago NIUBIZ
  **************************************/
  /***************************************
  2.  Metodo de pago PayU LATAM (IMMAGIT PayU Payment Gateway for WooCommerce)
  **************************************/
}
.woocommerce-page.woocommerce-checkout .woocommerce label {
  font-size: 15px;
  margin-bottom: 4px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .form-row .lost_password a {
  font-size: 15px;
  text-decoration: underline;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-error .wc-backward {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-error > li:nth-child(2) {
  background: red !important;
  display: none !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout {
  /* SECCION LOGIN  */
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout .woocommerce-form-login-toggle {
  padding: 0 0 36px 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout .woocommerce-form-login-toggle .woocommerce-info {
  margin: 0 0 16px 0;
  padding: 0;
  background: transparent;
  border: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout .woocommerce-form-login-toggle .woocommerce-info:before {
  content: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  padding-left: 4px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login > p:first-child {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row:nth-child(4) {
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row:nth-child(4) .lost_password {
  line-height: 2;
  margin-bottom: 0;
  margin-left: auto;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__rememberme {
  order: -1;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__rememberme input {
  position: relative;
  top: 1px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .woocommerce-form-login__submit {
  margin: 16px 0 0 0;
  background: #353535;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 24px;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 3px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .woocommerce-form-login__submit:hover {
  box-shadow: none;
  opacity: 0.9;
}
.woocommerce-page.woocommerce-checkout .woocommerce .billing-last-name-hidden #customer_details .informacionCuenta .woocommerce-billing-fields #billing_first_name_field {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce .shipping-last-name-hidden #customer_details .informacionCuenta .woocommerce-shipping-fields #shipping_first_name_field {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3 {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .country_select,
.woocommerce-page.woocommerce-checkout .woocommerce .state_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-page.woocommerce-checkout .woocommerce .showlogin,
.woocommerce-page.woocommerce-checkout .woocommerce .showcoupon {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login {
  background-color: var(--campus_woo_checkout_color_fondo_bloques);
  border: none;
  border-radius: 3px;
  border-top: 2px solid var(--campus_woo_checkout_color_texto_pagina);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  margin-bottom: 24px;
  margin-top: 0;
  padding: var(--campus_woo_checkout_espaciador_bloques);
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout .encabezado-bloque-checkout h3,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .encabezado-bloque-checkout h3 {
  font-size: var(--campus_woo_checkout_tamano_titulo_bloques);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout .encabezado-bloque-checkout .subtitulo-bloque-checkout,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login .encabezado-bloque-checkout .subtitulo-bloque-checkout {
  font-size: var(--campus_woo_checkout_tamano_subtitulo_bloques);
  margin-bottom: 16px;
  padding-bottom: 0;
  font-weight: 300;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionCuenta .woocommerce-shipping-fields #ship-to-different-address {
  margin: 16px 0 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionCuenta .woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionCuenta .woocommerce-shipping-fields #ship-to-different-address label input {
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionCuenta .woocommerce-shipping-fields #ship-to-different-address label span {
  margin-left: 6px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionCuenta .woocommerce-shipping-fields .shipping_address {
  margin: 16px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionCuenta #order_comments_field {
  margin-top: 12px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .encabezado-bloque-checkout {
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
  align-items: center;
  color: #60a506;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico:before {
  content: "U";
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-right: 4px;
  top: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment {
  background: transparent;
}
.woocommerce-page.woocommerce-checkout .woocommerce .informacionMetodosPago #ppc-button {
  margin-top: 1.5rem;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment #place_order {
  width: 100%;
  background: #009d43;
  animation: ComprarAhora 3s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  float: none;
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 1.5em 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment #place_order:hover {
  animation: none !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods {
  border: 1px solid #d6d8d8;
  border-radius: 5px;
  display: block;
  list-style-type: none;
  margin: 24px 0 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods li {
  padding: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio] {
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d6d8d8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.3;
  justify-content: space-between;
  margin: 0;
  padding: 16px 20px 16px 50px;
  position: relative;
  transition: all 0.15s linear;
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
  width: 125px;
  max-width: 125px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio] + label:before {
  content: "";
  background-color: #eff2f5;
  border: 1px solid #d6d8d8;
  border-radius: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: 22px;
  width: 22px;
  left: 12px;
  margin: 0;
  position: absolute;
  top: 16px;
  transition: all 0.15s linear;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods > li.wc_payment_method > label .payment-method__label-text {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-page.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;
  font-weight: 500;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods > li.wc_payment_method .payment_box {
  background-color: #eff2f5;
  border-bottom: 1px solid #d6d8d8;
  box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset;
  margin: 0;
  padding: 12px;
  font-size: 14px;
  color: inherit;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment div.payment_box::before {
  content: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio]:first-child:checked + label:before {
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border-color: transparent;
  content: "";
  border: none;
}
.woocommerce-page.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: 11px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 15px;
  vertical-align: middle;
  width: 24px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods > li:last-child.wc_payment_method .payment_box {
  border-bottom: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li:last-child.wc_payment_method > label {
  border-bottom: none;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment div.form-row {
  margin: 0;
  padding: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions p:first-child {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin: 24px 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper abbr {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-align: left;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions > h2:nth-of-type(1), .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions > ul:nth-of-type(1) {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h1,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h2,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h5,
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h6 {
  margin: 12px 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h1 {
  font-size: 22px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h2 {
  font-size: 20px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3 {
  font-size: 18px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4 {
  font-size: 16px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p {
  margin: 0;
  padding: 0;
  text-align: left !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p.woocommerce-invalid-required-field #terms {
  outline: none;
  box-shadow: 0 0 0 2px #f21c1c inset;
  background: #f21c1c;
  transition: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text {
  color: #f21c1c;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper p label {
  line-height: 1.5;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
  text-decoration: underline;
  color: inherit;
  display: inline-block;
}
.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link:first-letter {
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border: none;
  border-collapse: initial;
}
.woocommerce-page.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr {
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-page.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
  padding-right: 0;
  text-align: right;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review {
  /*****************************************
  3. BLOQUE CUPON
  *****************************************/
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table {
  border-collapse: collapse;
  margin: 18px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table thead {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td {
  border: none;
  min-width: 110px;
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name {
  align-items: center;
  border: 0;
  color: var(--e-global-color-text);
  display: flex;
  font-weight: bold;
  padding-left: 0;
  flex-wrap: wrap;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail {
  align-items: center;
  display: flex;
  flex: 1;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove {
  position: relative;
  align-items: center;
  color: #666 !important;
  display: flex;
  font-size: 0;
  height: 25px;
  justify-content: center;
  margin-right: 6px;
  order: -1;
  transition: all 0.3s ease;
  width: 16px;
}
.woocommerce-page.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;
  transition: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove:hover {
  background: transparent;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove:hover:before {
  color: var(--e-global-color-primary, #2d2d2d);
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove.loading:before {
  position: relative !important;
  top: 0% !important;
  left: 0% !important;
  margin-top: 0;
  margin-left: 0;
  border-left-color: var(--e-global-color-primary, #2d2d2d) !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .variation {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-left: 22px;
  margin-top: 8px;
  line-height: 1.4em;
  opacity: 0.8;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-quantity {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tr.cart_item td.product-total {
  padding-right: 0;
  text-align: right;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.cart-subtotal {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping th {
  padding: 16px 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td {
  padding: 16px 0;
  text-align: right;
  color: #267c2a;
  display: flex;
  justify-content: flex-end;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td #shipping_method li {
  margin: 8px 0;
  text-align: left;
  display: flex;
  align-items: center;
  text-align: right;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td #shipping_method li input {
  margin: 0 8px 0 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total th,
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total td {
  font-size: 20px;
  padding: 30px 0 0 0;
  text-align: left;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total + .recurring-totals {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form p:not([class]) {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .input-text {
  width: 100% !important;
  border-color: var(--campus_woo_checkout_color_borde_campos);
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .button {
  background: #353535;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 16px 24px;
  text-transform: var(--campus_cl_boton_texto_trans);
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 3px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .button:hover {
  box-shadow: none;
  opacity: 0.9;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .button.loadingCoupon {
  opacity: 0.5;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle {
  display: block;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 0;
  background: transparent;
  border-top: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content {
  font-size: 0;
  line-height: 1;
  margin: 6px 0 12px;
  text-align: left;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content .showcoupon {
  font-size: 14px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon {
  display: block;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon * {
  display: block;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 0;
  padding: 16px 0;
  text-align: left;
  justify-content: flex-start;
  border: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  text-decoration: underline;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: 15px;
  text-underline-offset: 0.2rem;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form td {
  padding: 0;
}
.woocommerce-page.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-page.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-page.woocommerce-checkout .woocommerce #order_review .coupon-form .checkout_coupon .form-row {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .cart-discount th {
  color: #60a506;
  padding-left: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .cart-discount td {
  color: #60a506;
  padding-right: 0;
  text-align: right;
}
.woocommerce-page.woocommerce-checkout .woocommerce #order_review .cart-discount td .woocommerce-remove-coupon {
  color: #aa0000;
  font-weight: 400;
}
.woocommerce-page.woocommerce-checkout .woocommerce .garantiasAdicionales .devolucion30dias p {
  letter-spacing: -0.1px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes {
  background: var(--e-global-color-primary);
  color: #fff;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes .itemTestimonios {
  align-items: flex-start;
  display: flex;
  max-height: 165px !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes .itemTestimonios .contenidoTestimonio p {
  font-style: italic;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes .itemTestimonioImagen {
  border-radius: 50%;
  box-shadow: 0 1px 1px #1b671e;
  height: 70px;
  margin-right: 1rem;
  width: 70px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 -1px rgba(11, 10, 10, 0.23);
  color: white;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes footer h5 {
  color: white;
  line-height: 1.4;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce .testimoniosEstudiantes footer h5 i {
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
}
.woocommerce-page.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-page.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-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe_cc label .wc-stripe-card-icons-container {
  margin-left: auto;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe_cc label .wc-stripe-card-icons-container img {
  width: auto;
  max-width: 30px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe_cc .wc-stripe-gateway-desc {
  margin-bottom: 10px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe_cc #wc-stripe-card-element.payment-type {
  height: auto;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe_cc .wc-stripe_cc-new-method-container {
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_stripe_cc .wc-stripe_cc-new-method-container .wc-stripe-save-source {
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_wrapper {
  margin: 16px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_processing > div,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentaweb_rest_processing > div {
  background-size: 55px;
  background-image: url("assets/images/preloader/loading-1.gif") !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_wrapper > div {
  justify-content: center;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded .kr-spinner > div {
  background-color: #fbfbfb;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-pan,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-expiry,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-security-code,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-installment-number,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-first-installment-delay,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-card-holder-name,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-card-holder-mail {
  height: 44px;
  border-radius: 3px;
  background: #ffffff;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-pan input::placeholder,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-expiry input::placeholder,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-security-code input::placeholder,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-installment-number input::placeholder,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-first-installment-delay input::placeholder,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-card-holder-name input::placeholder,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-card-holder-mail input::placeholder {
  color: #999999;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-expiry {
  max-width: 49%;
  display: inline-block;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-field-wrapper {
  margin-top: 6px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-field-wrapper.kr-field-wrapper-installmentNumber {
  margin-top: 3px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-field-wrapper.kr-field-wrapper-firstInstallmentDelay {
  margin-top: 3px;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-pan .kr-field-component,
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[krvue] .kr-expiry .kr-field-component,
.woocommerce-page.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-page.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-page.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: 0;
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-icon-wrapper .kr-icon-wrapper-content,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-help-icon-wrapper .kr-help-icon {
  top: 0;
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd {
  /*Logo footer*/
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-embedded {
  width: 340px;
  box-shadow: 0 0 15px rgba(18, 18, 18, 0.47);
  border-radius: 5px;
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-pan,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-expiry,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-security-code,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-installment-number,
.woocommerce-page.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;
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-pan.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-expiry.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-security-code.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-installment-number.kr-error,
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-embedded .kr-form-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-smartform .kr-form-error,
.woocommerce-page.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-page.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-page.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-page.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-page.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-page.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-page.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");
  transform: scale(1.32);
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.woocommerce-page.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;
  box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #7d7c7c inset;
  transition: all 0.3s ease;
}
.woocommerce-page.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-page.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;
  box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #3a3a3a inset;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin] {
  padding-bottom: 0;
}
.woocommerce-page.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;
  transition: all 0.3s ease;
}
.woocommerce-page.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-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-embedded[kr-popin],
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd div.kr-popin-modal-footer {
  border-radius: 10px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd div.kr-popin-modal-footer {
  justify-content: center;
  height: auto;
  margin: 20px 0;
  position: relative;
  order: 40;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_wrapper .kr-smart-form-wrapper .kr-embedded {
  flex-direction: row;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-smart-form-modal,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-wrapper .kr-smart-form-modal {
  max-width: 340px;
  box-shadow: 0 0 15px rgba(18, 18, 18, 0.47);
  border-radius: 5px;
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header {
  border: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-modal-header-image {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-modal-header-image div.kr-header-logo,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-modal-header-image .kr-header-border,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-modal-header-image .kr-header-border-shadow {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-modal-header-image img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-shop-name {
  left: 0;
  transform: translateX(0);
  max-width: 95%;
  margin-top: 50px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-shop-name span {
  max-width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-amount {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-amount span {
  color: #293c7a;
  font-size: 22px;
  font-weight: bold;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header .kr-popin-order-id {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .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;
  box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #7d7c7c inset;
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header i.fi-x-circle.icon-close-popup svg {
  width: 15px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-modal-header i.fi-x-circle.icon-close-popup:hover {
  background: #8e8e90;
  box-shadow: 0 0.5px 0 #ffffff, 0 0.6px 1px #3a3a3a inset;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal {
  padding-bottom: 22px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-pan,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-expiry,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-security-code,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-installment-number,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-first-installment-delay {
  margin-bottom: 8px;
  border: 1px solid #e4e4e4;
  transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-pan.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-expiry.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-security-code.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-installment-number.kr-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-first-installment-delay.kr-error {
  border: 1px solid #d9534f;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-embedded .kr-form-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-smartform .kr-form-error,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-smart-form .kr-form-error {
  background-color: #fff8d8;
  border-radius: 4px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-embedded .kr-form-error span,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-smartform .kr-form-error span,
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-smart-form-modal .kr-smart-form-methods {
  min-height: auto;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-payment-button {
  width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd div.kr-popin-modal-footer img {
  max-width: 100%;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-container {
  background-color: transparent !important;
  padding: 8px 0 0 !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-container .mp-payment-methods-header {
  padding: 0 4px 8px !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-container .mp-payment-methods-content {
  padding-bottom: 8px !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-available-payments {
  padding: 0 0 16px !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-title img.mp-icon {
  width: 16px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-checkout-custom-card-row {
  padding-bottom: 16px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-checkout-custom-card-form-title {
  display: none !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-input-label {
  padding-bottom: 8px !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-input-document {
  background: transparent !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form #mp-doc-div {
  margin-top: -16px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form #form-checkout__cardNumber-container {
  position: relative;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form #form-checkout__cardNumber-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  border-radius: 6px;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form #form-checkout__cardNumber-container iframe {
  position: relative;
  z-index: 2;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom #mp-checkout-custom-installments {
  padding: 0 !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom #mp-checkout-custom-installments .mp-checkout-custom-card-form-title {
  padding-bottom: 16px !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-input-table-list {
  background: white;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-terms-and-conditions {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .form-row {
  text-align: left;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_pago_moviles_peru > label img {
  width: 50px;
}
.woocommerce-page.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru #wc-pago_moviles_peru-cc-form {
  margin: 0 !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide {
  display: flex;
  flex-direction: column;
}
.woocommerce-page.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide > label {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.woocommerce-page.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide br {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce .payment_box.payment_method_pago_moviles_peru .form-row.form-row-wide .text-bold {
  font-weight: inherit;
  margin: 0 0 1rem;
  order: -1;
  text-align: left;
}
.woocommerce-page.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-page.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;
  order: 0;
  outline: none !important;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
.woocommerce-page.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: flex;
  font-size: 1rem;
  justify-content: center;
  margin: 0 auto;
  outline: 1px dashed #92b0b3;
  padding: 1rem;
  position: relative;
  text-align: center;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  width: 90%;
}
.woocommerce-page.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: #fff !important;
  border: 1px solid #92b0b3;
  border-radius: 5px;
  color: #92b0b3 !important;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: capitalize;
  transition: 1s;
}
.woocommerce-page.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 #829ea1;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_wocommerce_yape_peru .payment_box.payment_method_wocommerce_yape_peru p + img {
  display: none;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_niubiz > label img[src*="niubiz_woocommerce/images"] {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_payu > .payment_method_payu .imma-redirect-text {
  max-height: 16px;
  transform: scale(0);
  margin-bottom: -26px;
}
.woocommerce-page.woocommerce-checkout .woocommerce p.woocommerce-invalid-required-field span.error-inline {
  color: #e2401c;
  display: block !important;
  font-size: 13px;
  margin-top: 4px;
}
.woocommerce-page.woocommerce-checkout .woocommerce p.woocommerce-invalid-required-field span.error-inline .error-inline-left {
  align-items: center;
  display: flex;
}
.woocommerce-page.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-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e2401c;
}
.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid label {
  color: inherit;
}
.woocommerce-page.woocommerce-checkout #campus_woo_checkout_pie_de_pagina {
  background: var(--campus_woo_checkout_fondo_pie_pagina);
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  margin-top: auto;
}
.woocommerce-page.woocommerce-checkout #campus_woo_checkout_pie_de_pagina > .elementor {
  margin: -20px 0;
}
.woocommerce-page.woocommerce-checkout #colophon {
  display: none;
}
.woocommerce-page.woocommerce-checkout.role-administrator div[class*=campus_woo_checkout_estilo] {
  min-height: calc(100vh - 32px);
}

/*************************************************
ESTILOS POPUP (Payment QR WooCommerce)
Razón: Los estilos del Popup esta aqui ya que el codigo del Popup se genera al final de la página.
*************************************************/
.popup-wrapper {
  /*   background: #161c2d;
  opacity: 0.9; */
  background: rgba(22, 28, 45, 0.9);
}

.popup-wrapper > div {
  background-color: #fff;
  padding: 18px;
  padding-top: 60px;
  box-shadow: none;
}

.popup-wrapper .popupCloseButton {
  background-color: #e4e6eb;
  border: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  right: 12px;
  font-size: 0;
  opacity: 1;
  transition: all 0.2s ease;
}

.popup-wrapper .popupCloseButton:hover {
  opacity: 1;
  background: #d6d9dd;
}

.popup-wrapper .popupCloseButton:before {
  content: "\e004";
  font-size: 16px;
}

.popup-wrapper .first-step img {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #601377;
}

.popup-wrapper .first-step .telephone-number {
  color: inherit;
  font-size: 16px;
  margin: 8px 0;
}

.popup-wrapper .first-step .telephone-number a {
  background: #fff;
  border: 1px dashed;
  border-radius: 5px;
  color: inherit;
}

.popup-wrapper .first-step .price {
  color: #3fa627;
  font-size: 0;
  margin: 8px 0;
  line-height: 1.2;
}

.popup-wrapper .first-step .amount {
  display: block;
  font-size: 40px;
  font-weight: bold;
}

.popup-wrapper .first-step p {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.2;
  margin: 8px 0 16px 0;
  text-align: center;
}

.popup-wrapper .btn_submit {
  background-color: #009d43;
  border: 1px solid transparent;
  border-color: transparent;
  border-radius: 5px;
  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;
  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;
  user-select: none;
  vertical-align: middle;
}
.popup-wrapper .btn_submit:hover {
  background-color: #009d43;
  opacity: 0.9;
  border-radius: 5px;
}

.popup-wrapper .loader {
  width: 18px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  right: 34px;
  bottom: 34px;
}

.popup-wrapper .box.has-advanced-upload {
  outline-offset: 0;
}

/*************************************************
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: 991px) {
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_2 .woocommerce .informacionCuenta {
    padding: 0;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 {
    overflow: visible;
    height: auto;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
    margin: 8px 0;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside .contenedor-campus-woo-checkout-aside {
    padding: 0;
    padding-top: 0;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside:before {
    content: none;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-principal .contenedor-campus-woo-checkout-principal {
    padding: 0;
  }
  .woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-aside .resumenPedido {
    margin-bottom: 16px;
  }
  .woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce #campus-woo-checkout-principal .subtitulo-bloque-checkout {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-checkout .encabezado-checkout .logo-checkout img {
    max-height: 50px;
  }
  .woocommerce-page.woocommerce-checkout .progreso-checkout {
    padding: 36px 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout .encabezado-bloque-checkout h3,
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionCuenta .encabezado-bloque-checkout h3,
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .informacionMetodosPago .encabezado-bloque-checkout h3,
  .woocommerce-page.woocommerce-checkout .woocommerce form .woocommerce-form.woocommerce-form-login h3 {
    font-size: 20px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout .encabezado-bloque-checkout .subtitulo-bloque-checkout,
  .woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout .woocommerce-form.woocommerce-form-login .subtitulo-bloque-checkout {
    font-size: 13px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce form .bloqueCheckout,
  .woocommerce-page.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login {
    padding: 22px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce label,
  .woocommerce-page.woocommerce-checkout .woocommerce form.woocommerce-form-login.woocommerce-form .form-row .lost_password a,
  .woocommerce-page.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label,
  .woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout form.woocommerce-form-login .form-row label,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:nth-child(4) .lost_password a,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row .select2-container,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row input.input-text,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated select,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-wide.address-field select,
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .coupon-form .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tbody tr,
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name,
  .woocommerce-page.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-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total th,
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot .order-total td {
    font-size: 18px;
    padding: 16px 0 0 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
    font-size: 13px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label.woocommerce-form__label-for-checkbox {
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label.woocommerce-form__label-for-checkbox input {
    margin-top: 4px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods > li.wc_payment_method .payment_box {
    font-size: 13px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce form .form-row {
    width: 100%;
    padding: 3px 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment #place_order {
    font-size: 16px;
    line-height: 1;
    padding: 22px 12px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .loginCheckout .woocommerce-form-login-toggle {
    padding-bottom: 16px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-expiry {
    max-width: 100%;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-security-code {
    max-width: 100%;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_wrapper .kr-smart-form-wrapper .kr-embedded .kr-expiry,
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd #micuentawebstd_rest_wrapper .kr-smart-form-wrapper .kr-embedded .kr-security-code {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce form.checkout.woocommerce-checkout,
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_3 .woocommerce .loginCheckout .woocommerce-form-login {
    padding: 16px;
  }
  .woocommerce-page.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce .form-row {
    padding: 3px 0;
  }
}
@media (max-width: 500px) {
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-checkout-custom-card-row.mp-checkout-custom-dual-column-row {
    flex-direction: column !important;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-checkout-custom-card-row.mp-checkout-custom-dual-column-row .mp-checkout-custom-card-column {
    width: 100%;
    padding-bottom: 16px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.payment_method_woo-mercado-pago-custom .payment_method_woo-mercado-pago-custom .mp-checkout-custom-card-form .mp-checkout-custom-card-row.mp-checkout-custom-dual-column-row .mp-checkout-custom-card-column .mp-checkout-custom-left-card-input {
    margin-right: 0 !important;
  }
}
@media (max-width: 440px) {
  .woocommerce-page.woocommerce-checkout .encabezado-checkout .logo-checkout img {
    max-height: 45px;
    margin: 8px 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
    margin: 8px 0 16px 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce form .bloqueCheckout,
  .woocommerce-page.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login {
    padding: 18px 16px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
    width: 80px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name {
    line-height: 1.3;
    padding-right: 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail {
    margin-left: 30px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tr.cart_item td.product-total {
    width: 90px;
    padding-left: 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name .product-item-thumbnail img {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment .payment_methods > .wc_payment_method > input[type=radio] + label:before {
    height: 18px;
    left: 10px;
    top: 15px;
    width: 18px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.payment_methods > .wc_payment_method > input[type=radio]:first-child:checked + label:after {
    left: 7px;
    line-height: 19px;
    top: 15px;
    width: 24px;
    font-size: 13px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label {
    padding: 14px 20px 14px 36px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment #place_order {
    font-size: 15px;
    line-height: 1;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment #place_order:before {
    font-size: 12px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico:before {
    margin-right: 0;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping td {
    min-width: 100%;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #order_review .shop_table td.product-name a.remove:before {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login {
    padding: 24px 12px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label img {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .bloqueCheckout h3,
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico {
    font-size: 10px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-billing-fields-ico:before {
    font-size: 10px;
    margin-right: 2px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods > li.wc_payment_method > label {
    padding: 10px 10px 10px 36px;
  }
  .woocommerce-page.woocommerce-checkout .woocommerce #payment ul.wc_payment_methods li.wc_payment_method.payment_method_micuentawebstd .kr-popin-wrapper .kr-embedded {
    width: 95%;
  }
  .woocommerce-page.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 {
    transform: scale(0.8);
  }
}
/*--------------------------------------------------------------
	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 .billing-last-name-hidden {
  width: 100%;
}
.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 {
  margin: 16px 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login h2 {
  margin-bottom: 70px;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) {
  flex-direction: row;
  flex-wrap: wrap;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__rememberme {
  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, #2d2d2d);
  display: inline-block;
}
.logged-out.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a:first-letter {
  text-transform: uppercase;
}
.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, #2d2d2d);
  -webkit-box-shadow: 0 1px 1px #b1bbc8;
  box-shadow: 0 1px 1px #b1bbc8;
  margin-top: 0;
  padding: 42px 24px;
  position: relative;
  min-height: 540px;
}
.logged-out.woocommerce-account.woocommerce-page .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin: 42px 0 0 0;
}

.woocommerce-view-subscription #ModalClaseGratuita .order-actions {
  display: none;
}
.woocommerce-view-subscription .woocommerce-MyAccount-content > h2,
.woocommerce-view-subscription .woocommerce-MyAccount-content .shop_table.order_details {
  display: none;
}
.woocommerce-view-subscription .responsive-iframe {
  height: initial;
  overflow: auto;
  padding-bottom: initial;
  position: relative;
}

/*---------------------------------
PAGINA DASHBOARD de WOOCOMMERCE
------------------------------------ */
.woocommerce-account.logged-in .woocommerce {
  display: flex;
  /* -------------------------------------------------------------------------- */
  /*                             Contenido principal                            */
  /* -------------------------------------------------------------------------- */
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  flex: 1 0 25%;
  max-width: 25%;
  width: 25%;
  padding-right: 30px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .user-detail .user-avatar {
  margin: 16px auto;
  text-align: center;
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .user-detail .user-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .user-detail .user-avatar:before {
  content: "m";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #ffffff;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .user-detail .entry-name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 0 16px 16px;
  text-transform: capitalize;
  color: inherit;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint {
  border-radius: 3px;
  background: #ffffff;
  border: none;
  padding: 12px 0;
  margin: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #282828;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li {
  list-style: none;
  margin-bottom: 0;
  transition: all 0.2s linear;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li a {
  position: relative;
  font-size: 15px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  gap: 8px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li a:before {
  margin-top: 0;
  font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li a:after {
  content: "\e00b";
  position: absolute;
  right: 25px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  width: auto;
  height: auto;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li a:hover {
  color: var(--e-global-color-text);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li a br {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li a + p {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.is-active {
  background: var(--e-global-color-primary, #2d2d2d);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.is-active a {
  color: #fff;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\e038";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e03b";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e03f";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e039";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e03e";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: "+";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--ly_saved_cards a:before, .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "c";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e021";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.woocommerce-MyAccount-navigation-link--pisol-acblw-store-credit {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li:last-child {
  margin-right: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  flex: 1 0 75%;
  max-width: 75%;
  width: 75%;
  /* -------------------------------------------------------------------------- */
  /*              Tabla General para todas las tablas                            */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               Página Pedidos                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               Página Descargas                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            Página Direcciones                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            Página Métodos de pago                            */
  /* -------------------------------------------------------------------------- */
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content > p {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .profile-heading {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 32px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media (max-width: 1200px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link {
    width: calc((100% - 20px) / 2);
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background: #ffffff;
  color: var(--e-global-color-text);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  gap: 16px;
  padding: 24px 16px;
  line-height: 1.2em;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a br {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a .woo-dashboard-navigation-icon {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 199, 190, 0.1019607843);
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #00c7be;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a .woo-dashboard-navigation-icon {
    width: 40px;
    height: 40px;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a .woo-dashboard-navigation-icon .icon {
  font-size: 24px;
}
@media (max-width: 576px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a .woo-dashboard-navigation-icon .icon {
    font-size: 18px;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a .navigation-icon-text {
  font-weight: 400;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a:hover .woo-dashboard-navigation-icon {
  transform: scale(1.1);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a .woo-dashboard-navigation-icon {
  background: rgba(175, 82, 222, 0.1019607843);
  color: #af52de;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a .woo-dashboard-navigation-icon {
  background: rgba(88, 86, 214, 0.1019607843);
  color: #5856d6;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a .woo-dashboard-navigation-icon {
  background: rgba(85, 190, 36, 0.2);
  color: #34c759;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a .woo-dashboard-navigation-icon {
  background: rgba(255, 59, 48, 0.1019607843);
  color: #ff3b30;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .select2-container--default .select2-selection--single,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .woocommerce select {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid;
  border-color: rgb(204, 213, 221);
  padding: 11px 12px;
  color: #1c1d1f;
  font-size: 15px;
  background-color: #fff;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 32px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  font-weight: 600;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive {
  width: 100%;
  margin: 0 auto 1em auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 15px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive thead {
  box-sizing: border-box;
  border: 1px solid #e2e0db;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive thead th {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #cdd0d4;
  background: #f7f7fb;
  padding: 1em;
  line-height: 2.2em;
  text-align: center;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody td {
  border: 1px solid #cdd0d4;
  line-height: 1.2em;
  padding: 1em 1em;
  background: #fff;
  text-align: left;
  text-align: center;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th a,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody td a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th time,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody td time {
  text-transform: capitalize;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th > p,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td > p {
  padding: 0;
  margin: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th > p br,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td > p br {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-status,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-status {
  font-weight: 500;
  color: #000;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-actions,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a {
  padding: 0;
  background: transparent;
  font-weight: inherit;
  margin: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-actions a:not(:first-child),
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a:not(:first-child) {
  margin: 0 0 0 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf],
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf] {
  background: #f1f2f7;
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf]:before,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf]:before {
  content: "w";
  font-size: 13px;
  color: #ff3716;
  padding-right: 4px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf]:hover,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a[href*=generate_wpo_wcpdf]:hover {
  background: #e3e4e8;
  color: #000;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #079600;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  color: #babec7;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody th.download-file a.woocommerce-MyAccount-downloads-file,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody td.download-file a.woocommerce-MyAccount-downloads-file {
  padding: 0.618em 1em;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  border-radius: 3px;
  background: #ffffff;
  color: var(--e-global-color-text);
  border: 1px solid #cdd0d4;
  overflow: hidden;
  margin-bottom: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title {
  margin-bottom: 20px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 16px;
  background: #f7f7fb;
  border-bottom: 1px solid #cdd0d4;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title .edit {
  font-size: 1em;
  float: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title .edit:before {
  content: "w";
  content: "\e02c";
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.8;
  color: #767676;
  padding-left: 16px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a[href*="/add-payment-method/"] {
  margin: 0 auto;
  max-width: 260px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment {
  background: transparent;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods {
  padding: 0;
  border: 1px solid #d6d8d8;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d6d8d8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 24px 32px;
  position: relative;
  transition: all 0.15s linear;
  width: 100%;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod input {
  position: static;
  margin-right: 8px;
  appearance: none;
  background-color: #eff2f5;
  border: 1px solid #d6d8d8;
  border-radius: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
  transition: all 0.15s linear;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod input[type=radio]:checked {
  position: static;
  background: linear-gradient(to top, #267c2a 0%, #309334 80%);
  background-size: 24px 24px;
  border: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod input[type=radio]:checked + :after {
  content: "}";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  position: absolute;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  top: 24px;
  left: 31px;
  color: #ffffff;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod input[type=radio]:checked + label {
  font-weight: 600;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod label {
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod label img {
  width: 125px;
  max-width: 125px;
  margin-left: auto;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod:last-child {
  border-bottom: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod div.payment_box {
  background-color: #eff2f5;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod div.payment_box:before {
  border-bottom: 1em solid #eff2f5;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod.payment_method_stripe_cc .wc-stripe-card-icons-container {
  margin-left: auto;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod.payment_method_stripe_cc .wc-stripe-card-icons-container img {
  width: auto;
  max-width: 30px;
}
.woocommerce-account.logged-in .responsive-iframe {
  height: initial;
  overflow: auto;
  padding-bottom: initial;
  position: relative;
}

.woocommerce-page.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward {
  display: none;
}
.woocommerce-page.woocommerce-downloads .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward {
  display: none;
}
.woocommerce-page.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-page.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content {
  background: white;
  padding: 32px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #282828;
}
.woocommerce-page.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content > p, .woocommerce-page.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content > p {
  display: block;
}
.woocommerce-page.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form h2, .woocommerce-page.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content form h2 {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-page.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content form button.button[type=submit], .woocommerce-page.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content form button.button[type=submit] {
  margin-top: 1em;
}

@media (max-width: 991px) {
  .logged-out.woocommerce-account .woocommerce {
    flex-wrap: wrap;
  }
  .logged-out.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .logged-out.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    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;
  }
  .logged-out.woocommerce-account .woocommerce > .woocommerce-form-login {
    max-width: 100%;
  }
  .logged-out.woocommerce-account .woocommerce form .form-row {
    padding: 0;
  }
  .woocommerce-account.logged-in .woocommerce {
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 16px 0;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 12px;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li {
    flex: 1;
    margin-right: 6px;
    background: #f0f1f2;
    border-right: none;
    box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li.is-active {
    background: var(--e-global-color-primary, #2d2d2d);
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a {
    padding: 16px 12px;
    font-size: 12px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.1;
    transition: all 0.2s linear;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a:before {
    position: static;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    line-height: 1;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a:after {
    content: none;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li:hover {
    background: var(--e-global-color-primary, #2d2d2d);
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li:hover a {
    color: #fff;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    border-right: none;
  }
  .woocommerce-account.logged-in .woocommerce > .woocommerce-form-login {
    max-width: 100%;
  }
  .woocommerce-account.logged-in .woocommerce form .form-row {
    padding: 0;
  }
  .woocommerce-account.logged-in.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content, .woocommerce-account.logged-in.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    padding-bottom: 0;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a {
    font-size: 0;
    padding: 20px 8px;
    gap: 0;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a:before {
    font-size: 24px;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-dashboard-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 24px 8px;
    font-size: 13px;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive {
    border: 0;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr {
    margin-bottom: 16px;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr td:first-of-type {
    background: #f7f7fb;
    padding: 1em;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr td:last-child {
    border: 1px solid #cdd0d4;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr td .woocommerce-Price-amount {
    margin-left: auto;
    padding-right: 0.5em;
  }
}
@media (max-width: 576px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a {
    height: auto;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a:before {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a {
    padding: 16px 8px;
  }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-container-endpoint ul li > a:before {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
	6.3. Página Ingresar
---------------------------------------------------------------*/
/* ---------------------------------
PAGINA MI CUENTA DE WOOCOMMERCE
NOTA: No usamos el panel, pero si la pagina de login
------------------------------------ */
/* -------------------------------------------------------------------------- */
/*                          8. Login Social (MiniOrange)                      */
/* -------------------------------------------------------------------------- */
.logged-in #logged_in_user {
  text-align: center;
}

.logged-in .bloque-registro-social p {
  text-align: center;
}

.logged-out.woocommerce-account .mo-openid-app-icons {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px !important;
  padding-right: 10px;
  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;
  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;
  transform: scale(1);
}
.logged-out.woocommerce-account .mo-openid-app-icons > .login-button .mo_btn_transform_i:hover {
  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: linear-gradient(to bottom, #f8f8f8, #f8f8f8) !important;
}
.logged-out.woocommerce-account .mo-openid-app-icons.app-icons-space-2 {
  justify-content: space-between;
}
.logged-out.woocommerce-account .mo-openid-app-icons.app-icons-space-2-or-more {
  justify-content: space-between;
  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 {
  color: #e9eaec;
}
.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-page.woocommerce-order-received {
  font-family: var(--campus_woo_checkout_font_body);
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarNoCompletado span {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
  color: white;
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarNoCompletado strong {
  color: inherit;
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_1 li.progressbarNoCompletado:after {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}

.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarActual:after, .woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarActual:not(:first-child):after {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_2 li.progressbarActual strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}

.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual:after, .woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual:not(:first-child):after {
  color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual span {
  background: #009d43;
  color: white;
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_3 li.progressbarActual strong {
  color: var(--campus_woo_checkout_color_etapa_pago);
}

.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li svg * {
  fill: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li strong {
  color: inherit;
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li:after {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}
.woocommerce-page.woocommerce-order-received #progressbar.campus_woo_checkout_etapa_pago_estilo_4 li.progressbarActual:after {
  background-color: var(--campus_woo_checkout_color_etapa_pago);
}

.woocommerce-checkout .woocommerce-order {
  background: white;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 32px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #1c1d1f;
}
.woocommerce-checkout .woocommerce-order .text-redirect-after-payment {
  text-align: center;
  padding: 0 0 32px 0;
  margin: 0;
  color: #109c1c;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-order p.woocommerce-thankyou-order-received {
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 64px;
  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: flex;
  list-style: none;
  margin: 0 0 32px;
  padding: 24px 16px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details,
.woocommerce-checkout .woocommerce-order .woocommerce-bacs-bank-details {
  margin: 32px 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-order .wc-bacs-bank-details-heading,
.woocommerce-checkout .woocommerce-order .woocommerce-column__title, .woocommerce-checkout .woocommerce-order > h4, .woocommerce-checkout .woocommerce-order > h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-order .order-again {
  display: none;
}
.woocommerce-checkout .woocommerce-order .woocommerce-bacs-bank-details h3 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 16px;
}
.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 tbody .woocommerce-table__product-name ul {
  padding-left: 0;
}
.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-table--order-details tfoot td .shipped_via {
  font-size: 1em;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: whitesmoke;
  border-radius: 0;
  min-height: 80px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thank-coupon {
  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 .shop_table.order_details thead th {
  background: whitesmoke;
}
.woocommerce-checkout .woocommerce-order ul.order_details li {
  min-width: 170px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  margin-bottom: 0;
}

/***************************************
Medias Queries Generales
**************************************/
@media (max-width: 991px) {
  .woocommerce-page.woocommerce-order-received .woocommerce-order ul.order_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .woocommerce-page.woocommerce-order-received .woocommerce-order ul.order_details li {
    border: 0;
    margin: 1rem 0;
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title,
  .woocommerce-page.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details-heading,
  .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-column__title,
  .woocommerce-page.woocommerce-order-received .woocommerce-order > h4,
  .woocommerce-page.woocommerce-order-received .woocommerce-order > h2 {
    font-size: 18px;
  }
  .woocommerce-page.woocommerce-order-received .woocommerce-order {
    margin-top: 0;
    padding: 32px 12px;
  }
  .woocommerce-page.woocommerce-order-received .woocommerce-order p.woocommerce-thankyou-order-received {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .woocommerce-page.woocommerce-order-received .woocommerce-order p.woocommerce-thankyou-order-received {
    font-size: 24px;
  }
  .woocommerce-page.woocommerce-order-received .woocommerce-order p.woocommerce-thankyou-order-received:before {
    font-size: 60px;
    margin-bottom: 16px;
  }
  .woocommerce-page.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--billing-address,
  .woocommerce-page.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address {
    width: 100%;
    margin-bottom: 16px;
  }
}
/*--------------------------------------------------------------
	6.5. Página Order
---------------------------------------------------------------*/
/*******************************************************************
Pagina Order Pay (Redirecionamiento antes de ir a la pasarela externa)
******************************************************************/
.woocommerce-order-pay.woocommerce-checkout .campus_woo_checkout_estilo_4 {
  background: transparent;
}
.woocommerce-order-pay.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce {
  margin-top: 24px;
}
.woocommerce-order-pay.woocommerce-checkout .campus_woo_checkout_estilo_4 .woocommerce > div[style*="opacity: 0.6"] {
  margin-top: 32px;
}
.woocommerce-order-pay .woocommerce {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.woocommerce-order-pay .woocommerce > div[style*="opacity: 0.6"] {
  text-align: center !important;
  line-height: 1.3 !important;
}
.woocommerce-order-pay .woocommerce > div[style*="opacity: 0.6"] img {
  float: none !important;
  max-width: 18px;
}
.woocommerce-order-pay .woocommerce > p {
  text-align: center;
}
.woocommerce-order-pay .woocommerce .bloqueCheckout {
  margin: 0 auto 24px;
}
.woocommerce-order-pay .woocommerce #order_review .shop_table {
  border: 0;
}
.woocommerce-order-pay .woocommerce #order_review .shop_table tbody td.product-name {
  padding: 12px 12px 12px 0;
}
.woocommerce-order-pay .woocommerce #order_review .shop_table tbody .product-subtotal {
  text-align: right;
  padding-right: 0;
}
.woocommerce-order-pay .woocommerce #order_review .shop_table tfoot th {
  padding: 16px 12px 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order-pay .woocommerce #order_review .shop_table tfoot .product-total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
  text-align: right;
  padding-right: 0;
}
.woocommerce-order-pay .woocommerce #order_review .shop_table tfoot .product-total .woocommerce-Price-amount {
  font-weight: bold;
}
.woocommerce-order-pay .woocommerce ul.order_details {
  display: none;
}
.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;
}
.woocommerce-order-pay .woocommerce .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce-order-pay .woocommerce #payment #place_order {
  width: 100%;
}
.woocommerce-order-pay .woocommerce #submit_payu_latam {
  width: 100%;
  border: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .woocommerce-order-pay .woocommerce {
    font-size: 15px;
  }
  .woocommerce-order-pay .woocommerce #order_review .shop_table tbody td.product-name,
  .woocommerce-order-pay .woocommerce #order_review .shop_table tbody td.product-quantity {
    min-width: auto;
  }
}
/*--------------------------------------------------------------
	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 .woocommerce > h2 {
  display: none;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: white;
  border-radius: 3px;
  border: none;
  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, #2d2d2d);
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword.lost_reset_password p {
  padding: 0;
  float: none;
  margin: 0;
  width: 100%;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
  margin: 0;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword.lost_reset_password input.input-text {
  border-color: #ccd5dd;
  border-radius: var(--campus_cl_boton_radio);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button {
  width: 100%;
}

/* ---------------------------------
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: flex;
  flex-direction: column;
}

.page-template-pagina-mi-cuenta #main .pmpro_reset_password-field.pmpro_reset_password-field-pass1 #pass-strength-result {
  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 {
  order: -2;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.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 {
  transition-duration: 0.5s;
}

.animacionIcon:hover svg {
  transform: scale(1.2);
  transition-duration: 0.5s;
  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-container-full .wpforms-form .wpforms-submit-spinner {
  margin: 16px auto;
  display: block;
}

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 .forminator-label {
  display: none;
}
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 {
  box-shadow: none;
  border-color: #e04562 !important;
}
form[id*=forminator-].forminator-ui .forminator-field.forminator-has_error .forminator-error-message {
  font-size: 14px;
  padding-left: 0;
  margin: 0;
  background-color: transparent !important;
}
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%;
  font-weight: bold;
  background: var(--e-global-color-primary, #2d2d2d) !important;
  border-radius: var(--campus_cl_boton_radio);
  font-size: var(--campus_cl_boton_tamano_texto);
  line-height: 1;
  padding: var(--campus_cl_boton_relleno);
  text-transform: var(--campus_cl_boton_texto_trans);
}
form[id*=forminator-].forminator-ui .forminator-field button.forminator-button-submit:hover, form[id*=forminator-].forminator-ui .forminator-field button.forminator-button-submit:active {
  box-shadow: none;
  background: var(--e-global-color-primary, #2d2d2d);
  opacity: 0.8;
}

/*--------------------------------------------------------------
	7. Página Blog / Entradas 
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	7. Página Membresias (Plugin pmpro)
---------------------------------------------------------------*/
/* -------------------------------------
1. Estilo para Contenido bloqueado por PMPRO
--------------------------------------- */
.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-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, #2d2d2d);
  border: 1px solid var(--e-global-color-primary, #2d2d2d);
  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;
}

/* ------------------------------------------------
1.Estilos generales para todas las paginas de PMPRO
-------------------------------------------------- */
#pmpro_account-membership h3 {
  margin: 16px 0;
}

.pmpro_table {
  background: #fafafa;
  border: 1px #ccc solid !important;
}
.pmpro_table thead tr th {
  padding: 18px;
}
.pmpro_table tbody tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.pmpro_table th,
.pmpro_table td {
  border: 1px solid #ccd0d4;
  text-transform: initial;
  text-align: center;
}
.pmpro_table tr:nth-child(even) {
  background-color: #f5f5f5;
}

#pmpro_account div[id*=pmpro_account].pmpro_box {
  border-top: 0;
}
#pmpro_account div[id*=pmpro_account].pmpro_box h2 {
  margin-bottom: 16px;
}

/* ---------------------------------
2. Pagina "Mi membresia"
------------------------------------ */
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0;
  border-width: 0 !important;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname .name_level {
  font-size: 16px;
  display: inline-block;
  margin: 0 32px 0 0;
  font-weight: 600;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname .name_level:before {
  content: "a";
  font-size: 14px;
  font-weight: 600;
  margin: 0 6px 0 0;
  line-height: 0;
  top: -2px;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelfee p strong {
  font-weight: normal;
}
.pmpro-account #pmpro_account #pmpro_account-membership #pmpro_account-membership tbody tr td.pmpro_account-membership-levelfee p, .pmpro-account #pmpro_account #pmpro_account-membership #pmpro_account-membership tbody tr td.pmpro_account-membership-expiration p {
  margin: 0;
}
.pmpro-account #pmpro_account #pmpro_account-membership #pmpro_account .pmpro_box h3 {
  margin: 20px 0 15px 0;
  font-weight: bold;
}
.pmpro-account #pmpro_account #pmpro_account-membership #pmpro_actionlink-change,
.pmpro-account #pmpro_account #pmpro_account-membership #pmpro_actionlink-cancel {
  min-width: 160px;
}
.pmpro-account #pmpro_account #pmpro_account-membership #pmpro_account .pmpro_table tbody tr td[colspan="3"] a {
  font-weight: bold;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change {
  flex: 1;
  padding: 0 22px;
  margin-right: 16px;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel {
  flex: 0;
  padding: 0 16px;
  border: 1px solid #060606;
  background: #fff;
  color: inherit;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel:hover {
  background: #f5f5f5;
  border: 1px solid #0d0d0d;
}
.pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-levels {
  display: none;
}
.pmpro-account #pmpro_account #pmpro_account-profile {
  display: none;
}
.pmpro-account #pmpro_account #pmpro_account-profile > p {
  display: none;
}
.pmpro-account #pmpro_account #pmpro_account-profile ul {
  border: 1px solid #ccd0d4;
  background: #ffffff;
  padding: 0;
  list-style: none;
}
.pmpro-account #pmpro_account #pmpro_account-profile ul li {
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #ccd0d4;
  padding: 20px 10px;
}
.pmpro-account #pmpro_account #pmpro_account-profile ul li:nth-child(odd) {
  background: #fafafa;
}
.pmpro-account #pmpro_account #pmpro_account-profile ul li:nth-child(2) {
  border-bottom: 0;
}
.pmpro-account #pmpro_account #pmpro_account-profile ul li:last-child {
  display: none;
}
.pmpro-account #pmpro_account #pmpro_account-profile ul li strong {
  display: inline-block;
  min-width: 180px;
}
.pmpro-account #pmpro_account #pmpro_account-profile .pmpro_actionlinks {
  font-size: 0;
  display: flex;
  align-items: center;
}
.pmpro-account #pmpro_account #pmpro_account-profile .pmpro_actionlinks a {
  font-size: 16px;
  padding: 12px 12px 12px 0;
}
.pmpro-account #pmpro_account #pmpro_account-invoices {
  display: none;
}
.pmpro-account #pmpro_account #pmpro_account-invoices .pmpro_actionlinks {
  text-align: right;
}
.pmpro-account #pmpro_account #pmpro_account-invoices .pmpro_actionlinks a {
  font-size: 16px;
  padding: 12px 0;
}

/* -------------------------------------
3. Página "Editar Perfil"
--------------------------------------- */
.pmpro-member-profile-edit #member-profile-edit .pmpro_member_profile_edit-field label {
  font-size: 16px;
  color: #1c1d1f;
  font-weight: normal;
  line-height: 2;
  display: block;
}
.pmpro-member-profile-edit #member-profile-edit .pmpro_member_profile_edit-field .input {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ccd5dd;
  padding: 12px 12px 12px 12px;
  color: #1c1d1f;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.pmpro-member-profile-edit #member-profile-edit .lite {
  padding: 16px 0;
  font-size: 14px;
}
.pmpro-member-profile-edit #member-profile-edit .pmpro_submit {
  display: flex;
}
.pmpro-member-profile-edit #member-profile-edit .pmpro_submit hr {
  display: none;
}
.pmpro-member-profile-edit #member-profile-edit .pmpro_submit .pmpro_btn {
  width: auto;
}
.pmpro-member-profile-edit #member-profile-edit .pmpro_submit .pmpro_btn-submit {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
  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;
  height: 48px;
  position: relative;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.pmpro-member-profile-edit #member-profile-edit .pmpro_submit .pmpro_btn-submit:hover {
  opacity: 0.8;
}
.pmpro-member-profile-edit #change-password label {
  font-size: 16px;
  color: #1c1d1f;
  font-weight: normal;
  line-height: 2;
  display: block;
}
.pmpro-member-profile-edit #change-password .input {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ccd5dd;
  padding: 12px 12px 12px 12px;
  color: #1c1d1f;
  background-color: #fff;
  width: 100%;
  max-width: 97%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.pmpro-member-profile-edit #change-password .lite {
  padding: 0;
  font-size: 14px;
}
.pmpro-member-profile-edit #change-password .pmpro_asterisk {
  margin-left: auto;
}
.pmpro-member-profile-edit #change-password .pmpro_submit {
  display: flex;
}
.pmpro-member-profile-edit #change-password .pmpro_submit hr {
  display: none;
}
.pmpro-member-profile-edit #change-password .pmpro_submit .pmpro_btn {
  width: auto;
}
.pmpro-member-profile-edit #change-password .pmpro_submit .pmpro_btn-submit {
  background-color: var(--e-global-color-primary, #2d2d2d);
  border-color: var(--e-global-color-primary, #2d2d2d);
  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;
  height: 48px;
  position: relative;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.pmpro-member-profile-edit #change-password .pmpro_submit .pmpro_btn-submit:hover {
  opacity: 0.8;
}
.pmpro-member-profile-edit #change-password .pmpro_submit .pmpro_btn-submit:disabled {
  cursor: default;
}

/* -------------------------------------
3. Página "Cancelar membresias"
--------------------------------------- */
#pmpro_cancel {
  text-align: center;
}
#pmpro_cancel .pmpro_actionlinks {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit {
  width: auto;
  margin-right: 16px;
}
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-submit:disabled {
  cursor: default;
}
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel {
  border: 1px solid #060606;
  background: #fff;
  color: #1c1d1f;
  width: auto;
  text-decoration: none;
}
#pmpro_cancel .pmpro_actionlinks .pmpro_btn-cancel:hover {
  background: #f5f5f5;
  border: 1px solid #0d0d0d;
}
#pmpro_cancel .pmpro_cancel_return_home {
  display: none;
}
#pmpro_cancel #pmpro_cancel .pmpro_message.pmpro_success {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* -------------------------------------
3. Página "Facturas"
--------------------------------------- */
.pmpro_invoice_wrap {
  margin: 32px 0;
}
.pmpro_invoice_wrap .pmpro_actions_nav {
  display: none;
}

/* -------------------------------------
5. Mensajes de PaidMembership Pro
--------------------------------------- */
.pmpro_message {
  font-size: 16px;
}

/* -------------------------------------
7. Medias Queries
--------------------------------------- */
@media (max-width: 991px) {
  #pmpro_account .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap.levelFeatured {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap footer {
    padding: 16px;
  }
  .pmpro_account-membership-levelname {
    flex-direction: column;
  }
  .pmpro_account-membership-levelname .name_level {
    margin: 0;
  }
  #pmpro_actionlink-change,
  #pmpro_actionlink-cancel {
    min-width: 140px;
  }
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change,
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel {
    min-width: 100%;
    margin: 12px 0 0 0;
    font-size: 13px;
    padding: 12px;
    height: auto;
  }
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname .name_level {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname .name_level {
    padding: 4px 0;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname .name_level:before {
    content: none;
  }
  #pmpro_account .pmpro_account-membership-levelname .pmpro_actionlinks {
    padding: 0;
  }
  #pmpro_account #pmpro_account-membership thead tr th {
    width: 33%;
    padding: 16px 4px;
    font-size: 14px;
  }
  .pmpro-member-profile-edit #change-password .input {
    max-width: 95%;
  }
  #pmpro_account #pmpro_account-membership .pmpro_account-membership-levelfee,
  #pmpro_account #pmpro_account-membership .pmpro_account-membership-expiration {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap .lp_pmpro_features {
    padding: 86px 22px 0;
  }
  .pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap .lp_pmpro_features ul {
    margin: 0;
  }
  .pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap .lp_pmpro_features ul li {
    padding-left: 24px;
  }
  .pmpro-levels .lp_pmpro_courses_by_level .lp_pmpro_detail .lp_pmpro_level-wrap .lp_pmpro_features ul li:before {
    left: 0;
  }
}
@media (max-width: 430px) {
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-change,
  .pmpro-account #pmpro_account #pmpro_account-membership .pmpro_actionlinks #pmpro_actionlink-cancel {
    padding: 8px;
  }
}
/*--------------------------------------------------------------
	7. Página Landing pages
---------------------------------------------------------------*/
/* ---------------------------------
Pagina Landing
------------------------------------ */
/*--------------------------------------------------------------
	7. Widget para Elementor
---------------------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                DISEÑO GENERAL                              */
/* -------------------------------------------------------------------------- */
.list-icon-conditional {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.list-icon-conditional li {
  display: flex;
  list-style: none;
  position: relative;
}
.list-icon-conditional li a,
.list-icon-conditional li .item-notlink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: all 0.15s linear;
}
.list-icon-conditional li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.15s linear;
  padding: 8px;
}
.list-icon-conditional li .icon i,
.list-icon-conditional li .icon svg {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: all 0.15s ease;
  color: #333e48;
  fill: #333e48;
  transition: all 0.15s linear;
}
.list-icon-conditional li .icon:hover + .list_item_tooltip_text {
  opacity: 1;
}
.list-icon-conditional li .icon:hover + .list_item_tooltip_text:before {
  opacity: 1;
}
.list-icon-conditional li.list-item-has-tooltip .list_item_tooltip_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(115%);
  background: #6f6f6f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: auto;
  border-radius: 0.5em;
  padding: 0.3em 0.8em;
  line-height: 1.5em;
  z-index: 999;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.list-icon-conditional li.list-item-has-tooltip .list_item_tooltip_text:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #6f6f6f;
  border: 0.5em solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: -9;
  transition: all 0.15s linear;
  opacity: 0;
}
.list-icon-conditional li:after {
  width: 1px;
  display: inline-block;
  margin: 0 1em;
  background: #ddd;
}
.list-icon-conditional li:last-child::after {
  content: none !important;
}
.list-icon-conditional.title-inline li a,
.list-icon-conditional.title-inline li .item-notlink {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.list-icon-conditional.title-inline li a .icon,
.list-icon-conditional.title-inline li .item-notlink .icon {
  padding: 0;
}
.list-icon-conditional.title-inline li a .icon i,
.list-icon-conditional.title-inline li a .icon svg,
.list-icon-conditional.title-inline li .item-notlink .icon i,
.list-icon-conditional.title-inline li .item-notlink .icon svg {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
}
.list-icon-conditional.title-inline li .item-title {
  font-size: 13px;
  color: #333e48;
  font-weight: 400;
  transition: all 0.15s linear;
}
.list-icon-conditional.divider-active li:after {
  content: "";
}

.top-wrapper-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.top-wrapper-menu:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}
.top-wrapper-menu .drop-dow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-wrapper-menu .drop-dow .avatar-wrapper {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.top-wrapper-menu .drop-dow .avatar-wrapper img,
.top-wrapper-menu .drop-dow .avatar-wrapper svg {
  width: 49px;
  height: 40px;
  margin: 0;
  width: 100%;
}
.top-wrapper-menu .drop-dow .avatar-wrapper i {
  width: 100%;
  height: 100%;
  font-size: 40px;
}
.top-wrapper-menu .drop-dow .avatar-wrapper + .name-acount {
  padding-left: 10px;
  flex: 1;
}
.top-wrapper-menu .drop-dow .avatar-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--e-global-color-text);
}
.top-wrapper-menu .drop-dow > svg {
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text);
  width: 16px;
  height: 16px;
  margin-left: -4px;
}
.top-wrapper-menu .drop-dow > i {
  color: var(--e-global-color-text);
  font-size: 16px;
  margin-left: -4px;
}
.top-wrapper-menu .space {
  margin: 0 7px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.top-wrapper-menu .inner-top-menu {
  margin-top: 15px;
  padding: 16px 20px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(10px);
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  z-index: 4;
  box-shadow: 0 25px 70px 0 rgba(1, 33, 58, 0.07);
}
.top-wrapper-menu .inner-top-menu:before {
  transform: rotate(45deg);
  content: "";
  color: #ededed;
  position: absolute;
  top: -6px;
  right: 15px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none !important;
  border-bottom: none !important;
}
.top-wrapper-menu .inner-top-menu ul.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-wrapper-menu .inner-top-menu ul.navbar-nav > li {
  float: none;
  white-space: nowrap;
}
.top-wrapper-menu .inner-top-menu ul.navbar-nav > li > a {
  background: transparent;
  padding: 6px 16px;
  display: flex;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 4px;
  color: var(--e-global-color-text);
  gap: 6px;
}
.top-wrapper-menu .inner-top-menu ul.navbar-nav > li > a .icon {
  position: relative;
}
.top-wrapper-menu .inner-top-menu ul.navbar-nav > li > a .icon i,
.top-wrapper-menu .inner-top-menu ul.navbar-nav > li > a .icon svg {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.top-wrapper-menu .inner-top-menu ul.navbar-nav > li > a:hover {
  background: #f5f5f5;
}
.top-wrapper-menu .header_customer_login {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  min-width: 320px;
  z-index: 9;
}
.top-wrapper-menu:hover .inner-top-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.top-wrapper-menu:hover .header_customer_login {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.top-wrapper-menu.avatar-svg .avatar-wrapper {
  border-radius: 0;
}

.elementor-editor-active .top-wrapper-menu.always_displayed .inner-top-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

/* -------------------------------------------------------------------------- */
/*                        Elemntor Social Sharing                           */
/* -------------------------------------------------------------------------- */
.elementor-widget-campus-social-sharing .lp-social-share {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
}
.elementor-widget-campus-social-sharing .lp-social-share li {
  margin: 0;
}
.elementor-widget-campus-social-sharing .lp-social-share li.heading {
  font-size: 14px;
  font-weight: 500;
}
.elementor-widget-campus-social-sharing .lp-social-share li:last-child {
  margin-right: 0;
}
.elementor-widget-campus-social-sharing .lp-social-share li a {
  color: #6f6f6f;
  border: none;
  height: 26px;
  width: 26px;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  transition: all 0.15s linear;
}
.elementor-widget-campus-social-sharing .lp-social-share li a i {
  line-height: 0;
}
.elementor-widget-campus-social-sharing .lp-social-share li a i:before {
  font-size: 15px;
}
.elementor-widget-campus-social-sharing .lp-social-share li a:hover {
  color: #fff;
}
.elementor-widget-campus-social-sharing .lp-social-share li.lp-facebook-social a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.elementor-widget-campus-social-sharing .lp-social-share li.lp-whatsapp-social a:hover {
  background-color: #2bb741;
  border-color: #2bb741;
}
.elementor-widget-campus-social-sharing .lp-social-share li.lp-twitter-social a:hover {
  background-color: #060606;
  border-color: #000000;
}
.elementor-widget-campus-social-sharing .lp-social-share li.lp-instagram-social a:hover {
  background-color: #ec9736;
  border-color: #ec9736;
}
.elementor-widget-campus-social-sharing .lp-social-share li.lp-pinterest-social a:hover {
  background-color: #cb2027;
  border-color: #cb2027;
}
.elementor-widget-campus-social-sharing .lp-social-share li.lp-linkedin-social a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

/* -------------------------------------------------------------------------- */
/*                                DISEÑO GENERAL                              */
/* -------------------------------------------------------------------------- */
.wpr-taxonomy-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2px;
}
.wpr-taxonomy-list li {
  text-align: left;
}
.wpr-taxonomy-list li a {
  flex: 1;
  padding: 8px 12px;
  border-radius: 35px;
  overflow: hidden;
}
.wpr-taxonomy-list li a[href*=sin-categorizar] {
  display: none !important;
}
.wpr-taxonomy-list li a .wpr-tax-wrap .term-name {
  color: #767671;
  font-weight: 300;
}
.wpr-taxonomy-list li a .wpr-term-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 20px;
  padding-block: 3px;
  font-size: 80%;
  line-height: 1;
  font-weight: 500;
  color: #767676;
  border-radius: 10px;
  background-color: rgba(187, 187, 187, 0.4);
}
.wpr-taxonomy-list li a:hover {
  background-color: #f1f1f1;
}
.wpr-taxonomy-list li a:hover .wpr-tax-wrap .term-name {
  color: #333;
}
.wpr-taxonomy-list li.wpr-taxonomy-active a {
  background-color: #f1f1f1;
}
.wpr-taxonomy-list li.wpr-taxonomy-active a .wpr-tax-wrap .term-name {
  color: #333;
  font-weight: 500;
}
.wpr-taxonomy-list li:not(.wpr-sub-hidden) {
  display: flex;
  align-items: center;
}
.wpr-taxonomy-list li > span,
.wpr-taxonomy-list .wpr-taxonomy-list li a {
  flex-grow: 1;
}
.wpr-taxonomy-list li .wpr-tax-dropdown {
  width: auto;
  cursor: pointer;
}
.wpr-taxonomy-list .wpr-taxonomy-list li > span,
.wpr-taxonomy-list li a {
  display: inline-block;
  text-decoration: none;
}
.wpr-taxonomy-list i {
  display: block;
  width: 100%;
  height: 100%;
}
.wpr-taxonomy-list .wpr-taxonomy-list-vertical .wpr-taxonomy-list i,
.wpr-taxonomy-list span {
  line-height: 1;
  vertical-align: middle;
}
.wpr-taxonomy-list .wpr-tax-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wpr-sub-hidden {
  display: none;
}

.wpr-term-count {
  display: block;
}

.wpr-taxonomy-list-horizontal .wpr-taxonomy-list li a,
.wpr-taxonomy-list-horizontal .wpr-taxonomy-list li > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wpr-taxonomy-list-horizontal .wpr-taxonomy-list {
  flex-wrap: wrap;
  justify-content: center;
}

.wpr-taxonomy-list-vertical .wpr-taxonomy-list {
  flex-direction: column;
}
.wpr-taxonomy-list-vertical .wpr-taxonomy-list li > span,
.wpr-taxonomy-list-vertical .wpr-taxonomy-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpr-taxonomy-list-vertical .wpr-sub-taxonomy {
  padding-left: 20px;
}
.wpr-taxonomy-list-vertical .wpr-inner-sub-taxonomy {
  padding-left: 40px;
}
.wpr-taxonomy-list-vertical .wpr-inner-sub-taxonomy-2 {
  padding-left: 60px;
}

.container-animated-headline {
  position: relative;
  display: flex;
  border: 1px solid gree;
}
.container-animated-headline a {
  position: absolute;
  inset: 0;
  z-index: 9;
}
.container-animated-headline a span {
  display: none;
}
.container-animated-headline:not(.type-animation__typing):not(.type-animation__slide) .type-animation__items-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.container-animated-headline .animated-text-headline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  position: relative;
}

.type-animation__highlight .animated-text {
  display: inline-block;
}

.type-animation__underline .animated-text {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.type-animation__underline .animated-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ff0;
  z-index: -1;
}

.type-animation__shape .animated-text {
  display: inline-block;
  position: relative;
}
.type-animation__shape .animated-text svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.type-animation__shape .animated-text svg path {
  stroke: var(--e-global-color-primary);
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}
.type-animation__shape.draw-shape svg path {
  animation: campus-shape-draw var(--campus-animation-duration, 1.2s) forwards ease 1;
}
.type-animation__shape.draw-shape svg path:nth-of-type(2) {
  animation-delay: calc(var(--campus-animation-duration, 1.2s) / 2);
}
.type-animation__shape.hide-shape svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: campus-shape-hide 0.4s forwards ease 1;
}

@keyframes campus-shape-draw {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
div#campus-subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody {
  flex: 1;
  padding: 0;
  display: flex;
  align-items: center;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-block-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-block-form .ml-form-formContent {
  margin: 0;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-block-form .ml-form-formContent input {
  transition: all 0.15s linear;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0;
  float: none;
  width: 100%;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit button {
  transition: all 0.15s linear;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit button:before {
  content: none !important;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit .ml-form-embedSubmitLoad {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit .ml-form-embedSubmitLoad:after {
  border-width: 2px;
  border-left-color: transparent !important;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-successBody {
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-successBody .ml-form-successContent {
  margin: 0;
}
div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-successBody .ml-form-successContent * {
  text-align: center;
  line-height: 1.2em;
}
div#campus-subscribe-form .alert-message-subscribe {
  text-align: center;
  background: #232323;
  color: #d3cece;
  padding: 0.5em;
}

.elementor-widget-campus-subscribe-form.elementor-widget-empty i.elementor-widget-empty-icon {
  display: none;
}
.elementor-widget-campus-subscribe-form.layout-row div#campus-subscribe-form .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
.elementor-widget-campus-subscribe-form.layout-row div#campus-subscribe-form div.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit {
  width: auto;
}
.elementor-widget-campus-subscribe-form.layout-row div#campus-subscribe-form .ml-form-embedContainer .embedForm .ml-form-embedBody .ml-block-form {
  align-items: center;
}

.e-root-container-learnpress-buscador-cursos {
  z-index: 999999 !important;
}

/* -------------------------------------------------------------------------- */
/*                           DISEÑO GENERAL: CONTENEDORES                   */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos {
  display: flex;
  /* -------------------------------------------------------------------------- */
  /*                        DISEÑO GENERAL: SIN RESULTADOS                     */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                Barra Scroll                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 Categorias                                */
  /* -------------------------------------------------------------------------- */
}
.campus-lms-learnpress-buscador-cursos .buscador-cursos-learnpress {
  position: relative;
  max-width: 100%;
  text-align: center;
  transition: all 0.15s;
}
.campus-lms-learnpress-buscador-cursos form {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-color: var(--e-global-color-primary);
  border-style: solid;
  cursor: pointer;
  transition: all 0.15s;
  /* -------------------------------------------------------------------------- */
  /*                           DISEÑO GENERAL: CAJA DE ENTRADA                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                           DISEÑO GENERAL: Boton Formulario                  */
  /* -------------------------------------------------------------------------- */
}
.campus-lms-learnpress-buscador-cursos form input[type=text] {
  order: 10;
  width: 100%;
  min-height: 40px;
  border-radius: 0;
  border: none;
  outline: 0;
  background: transparent;
  height: inherit;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 16px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.15s;
}
.campus-lms-learnpress-buscador-cursos form input[type=text]::placeholder {
  color: #767676;
}
.campus-lms-learnpress-buscador-cursos form button {
  order: 15;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  line-height: 1;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 0;
  border: none;
  background-color: var(--e-global-color-primary);
  color: #fff;
  cursor: pointer;
  gap: 6px;
  min-width: 42px;
  box-sizing: content-box;
  transition: background-color 0.15s, color 0.15s;
}
.campus-lms-learnpress-buscador-cursos form button.texto_icono, .campus-lms-learnpress-buscador-cursos form button.texto {
  min-width: auto;
  padding: 0 16px;
}
.campus-lms-learnpress-buscador-cursos form button:hover {
  border-radius: 0;
  background-color: var(--e-global-color-secondary);
}
.campus-lms-learnpress-buscador-cursos form button:focus {
  outline: none;
  border-radius: 0;
}
.campus-lms-learnpress-buscador-cursos form button svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  transition: all 0.15s;
}
.campus-lms-learnpress-buscador-cursos form button i {
  fill: #fff;
  font-size: 20px;
  position: relative;
  display: block;
  transition: all 0.15s;
}
.campus-lms-learnpress-buscador-cursos form button.cargando-cursos svg, .campus-lms-learnpress-buscador-cursos form button.cargando-cursos i {
  display: none;
}
.campus-lms-learnpress-buscador-cursos form button.cargando-cursos:before {
  content: "";
  position: static;
  z-index: 2;
  margin: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #ffffff;
  border-radius: 50%;
  transition: opacity 0.3s linear;
  animation: campus-cargando-cursos 450ms infinite linear;
}
.campus-lms-learnpress-buscador-cursos.icono-order-primero form button svg {
  order: -1;
}
.campus-lms-learnpress-buscador-cursos .sinResultadosCursos {
  padding: 14px;
  font-size: 15px;
  text-align: center;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos {
  position: absolute;
  display: none;
  right: 0;
  max-width: 100%;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 0;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos::-webkit-scrollbar-corner {
  background: transparent;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .contenedor-resul-buscador-cursos {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  margin-right: -1px;
  border-radius: 0;
  /* -------------------------------------------------------------------------- */
  /*                            Item de cada resultado                          */
  /* -------------------------------------------------------------------------- */
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .contenedor-resul-buscador-cursos a {
  display: flex;
  align-items: flex-start;
  padding: 14px;
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-color: rgba(119, 119, 119, 0.2);
  cursor: pointer;
  font-weight: 400;
  color: #666;
  background: white;
  width: 100%;
  overflow: hidden;
  transition: all 0.25s ease;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .contenedor-resul-buscador-cursos a:hover {
  background-color: #f7f7f7;
  color: #666;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .contenedor-resul-buscador-cursos a img {
  display: none;
  flex: 0 0 auto;
  margin-right: 14px;
  max-width: 100%;
  width: 50px;
  object-fit: cover;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .contenedor-resul-buscador-cursos a h5 {
  flex: 1 1 auto;
  font-weight: 600;
  color: #242424;
  margin-bottom: 0;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 1.4;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .contenedor-resul-buscador-cursos a.ver-mas-cursos {
  display: none;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 0 !important;
  border-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.25s ease;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias {
  order: 5;
  display: flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  transition: all 0.5s linear;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .current-search-cat {
  padding: 0 16px;
  white-space: nowrap;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 100%;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .current-search-cat span {
  line-height: 1;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .current-search-cat i {
  margin-left: auto;
  padding-left: 16px;
  line-height: 0;
  font-size: 0.7em;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar {
  display: inline-block;
  min-width: 220px;
  padding: 15px;
  position: absolute;
  right: auto;
  left: 0;
  right: auto;
  top: 100%;
  background: #fff;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
  font-size: 15px;
  list-style: none;
  z-index: 10001;
  border-radius: 0px;
  overflow: hidden;
  overflow-y: auto;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar-corner {
  background: transparent;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  margin-top: 0px;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar .list-dropdown-buscar-inner {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  max-height: 30vh;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar li {
  text-align: left;
  margin-bottom: 1px;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar li a {
  display: block;
  box-shadow: none;
  text-decoration: none;
  color: var(--e-global-color-text);
  padding: 0.4em 0.7em;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 3px;
  transition: all 0.1s linear;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar li a:hover {
  background: #f0f2f5;
  text-decoration: none;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar li.active a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  font-weight: 500;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias .list-dropdown-buscar li:last-child {
  margin: 0;
}
.campus-lms-learnpress-buscador-cursos .campus-buscar-categorias:after {
  content: "";
  position: absolute;
  height: 65%;
  width: 1px;
  background-color: #e8e8e8;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
}

/* Justificar Formulario Responsive*/
[data-elementor-device-mode=desktop] .data-align-justify,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos div.buscador-cursos-learnpress,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos div.buscador-cursos-learnpress form,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos .resul-buscador-cursos {
  width: 100%;
}

[data-elementor-device-mode=tablet] .data-align-justify,
[data-elementor-device-mode=tablet] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos,
[data-elementor-device-mode=tablet] .data-align-tablet-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos div.buscador-cursos-learnpress,
[data-elementor-device-mode=tablet] .data-align-tablet-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos div.buscador-cursos-learnpress form,
[data-elementor-device-mode=tablet] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos .resul-buscador-cursos {
  width: 100%;
}

[data-elementor-device-mode=mobile] .data-align-justify,
[data-elementor-device-mode=mobile] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos,
[data-elementor-device-mode=mobile] .data-align-mobile-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos div.buscador-cursos-learnpress,
[data-elementor-device-mode=mobile] .data-align-mobile-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos div.buscador-cursos-learnpress form,
[data-elementor-device-mode=mobile] .data-align-justify .elementor-widget-container .campus-lms-learnpress-buscador-cursos .resul-buscador-cursos {
  width: 100%;
}

/* Animar Botón */
@keyframes campus-cargando-cursos {
  100% {
    transform: rotate(360deg);
  }
}
/* Boton el primera posicion  */
.button-position-button-first .campus-lms-learnpress-buscador-cursos form button {
  order: 0;
}

[data-elementor-device-mode=mobile] .campus-lms-learnpress-buscador-cursos form .boton-buscador .texto-boton-buscador {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                            Animacion Imagenes                             */
/* -------------------------------------------------------------------------- */
.search-item .search-item img {
  transition: all 0.2s ease-in-out;
}

[buscador-animation=animation-zoomin] a.search-item:hover img {
  transform: scale(1.1);
}

[buscador-animation=animation-scale] a.search-item img,
[buscador-animation=animation-zoomout] a.search-item img {
  transform: scale(1);
}

[buscador-animation=animation-zoomout] a.search-item:hover img {
  transform: scale(0.9);
}

[buscador-animation=animation-scale] a.search-item:hover img {
  transform: scale(1.1) rotate(2deg);
}

[buscador-animation=animation-gray] a.search-item:hover img {
  filter: grayscale(100%);
}

[buscador-animation=animation-blur] a.search-item:hover img {
  filter: blur(1px);
}

[buscador-animation=animation-bright] a.search-item img {
  filter: brightness(1);
}

[buscador-animation=animation-bright] a.search-item:hover img {
  filter: brightness(1.2);
}

[buscador-animation=animation-sepia] a.search-item img {
  filter: sepia(50%);
}

[buscador-animation=animation-sepia] a.search-item:hover img {
  filter: sepia(0);
}

[buscador-animation=animation-trans] a.search-item img {
  transform: translateX(-3px) scale(1.1);
}

[buscador-animation=animation-trans] a.search-item:hover img {
  transform: translateX(0) scale(1.1);
}

/* Cuando Categorias esta despues del Boton  */
.position-cat-despues-campo-buscar .campus-buscar-categorias {
  order: 12;
}

.position-cat-despues-campo-buscar .campus-buscar-categorias:after {
  right: auto;
  left: 0;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias {
  padding: 0 8px;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat {
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  font-size: 13px;
  background: var(--e-global-color-text);
  justify-content: center;
  border-radius: 50%;
}

body[data-elementor-device-mode=mobile] .campus-lms-learnpress-buscador-cursos form input[type=text] {
  padding: 0 0 0 8px;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  position: relative;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat span:before {
  content: "X";
  font-size: inherit;
  color: #fff;
  text-indent: 0;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat i {
  display: none;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias:after {
  content: none;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat.active {
  background: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 1                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos.estilo-1 form {
  background-color: #fff;
}

.campus-lms-learnpress-buscador-cursos.estilo-1 form .campus-buscar-categorias:after {
  background-color: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 2                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos.estilo-2 form {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  background-color: #fff;
}

.campus-lms-learnpress-buscador-cursos.estilo-2 form input[type=text] {
  padding: 0px 16px 0px 16px;
  align-self: normal;
  background-color: transparent;
}

.campus-lms-learnpress-buscador-cursos.estilo-2 form button {
  background-color: transparent;
  padding: 0 8px;
  color: #515151;
}

.button-position-button-first .campus-lms-learnpress-buscador-cursos.estilo-2 form input[type=text] {
  padding: 0px 16px 0px 0;
}

.position-cat-antes-campo-buscar .campus-lms-learnpress-buscador-cursos.estilo-2 form .campus-buscar-categorias {
  border-radius: 50px 0 0 50px;
}

.campus-lms-learnpress-buscador-cursos.estilo-2 form button.cargando-cursos:before {
  border-left-color: #666666;
}

.campus-lms-learnpress-buscador-cursos.estilo-2.estilo-2-posicion-boton-left form input[type=text] {
  padding: 0 0 0 42px;
}

.campus-lms-learnpress-buscador-cursos.estilo-2 form button:hover {
  background-color: transparent;
}

.campus-lms-learnpress-buscador-cursos.estilo-2 form button svg {
  fill: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 3                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos.estilo-3 form {
  background: white;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}

.campus-lms-learnpress-buscador-cursos.estilo-3 form input[type=text] {
  background: transparent;
  min-height: 40px;
}

.campus-lms-learnpress-buscador-cursos.estilo-3 form button {
  padding: 0 13px;
  min-width: auto;
  gap: 12px;
  border-radius: 30px 30px 30px 30px;
}

.campus-lms-learnpress-buscador-cursos.estilo-3 form button.texto,
.campus-lms-learnpress-buscador-cursos.estilo-3 form button.texto_icono {
  padding: 0 16px;
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 4                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos.estilo-4 form {
  background: white;
  padding: 0;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 50px;
}

.campus-lms-learnpress-buscador-cursos.estilo-4 form .campus-buscar-categorias {
  padding: 0 12px 0 16px;
}

.campus-lms-learnpress-buscador-cursos.estilo-4 form .campus-buscar-categorias:after {
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-primary);
}

.campus-lms-learnpress-buscador-cursos.estilo-4 form input[type=text] {
  background: transparent;
  min-height: 40px;
}

.campus-lms-learnpress-buscador-cursos.estilo-4 form button {
  padding: 0 8px;
  border-radius: 0 50px 50px 0;
}

.campus-lms-learnpress-buscador-cursos.estilo-4 form button.texto,
.campus-lms-learnpress-buscador-cursos.estilo-4 form button.texto_icono {
  padding: 0 16px;
}

.button-position-button-first .campus-lms-learnpress-buscador-cursos.estilo-4 form button {
  border-radius: 50px 0 0 50px;
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 5                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos.estilo-5 form {
  background: white;
  padding: 8px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 4px;
}

.campus-lms-learnpress-buscador-cursos.estilo-5 form input[type=text] {
  background: transparent;
  min-height: 40px;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 0 16px;
}

.campus-lms-learnpress-buscador-cursos.estilo-5 form button {
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
}

.campus-lms-learnpress-buscador-cursos.estilo-5 form .campus-buscar-categorias {
  padding: 0 12px 0 16px;
}

.campus-lms-learnpress-buscador-cursos.estilo-5 form .campus-buscar-categorias:after {
  background-color: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 6                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos.estilo-6 form {
  background: white;
  padding: 0;
  border: 2px solid #e5e5e5;
  border-radius: 0;
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form input[type=text] {
  background: transparent;
  min-height: 40px;
  font-weight: 300;
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form button {
  border-radius: 0;
  background: transparent;
  color: #515151;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form button:hover {
  background-color: #fbfbfb;
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form button:after {
  content: "";
  border-radius: 0;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  right: auto;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form button svg {
  width: 13px;
  height: 13px;
  fill: #515151;
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form .campus-buscar-categorias {
  padding: 0 12px 0 16px;
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form .campus-buscar-categorias:after {
  height: 100%;
}

/* Boton primera posicion  */
.button-position-button-first .campus-lms-learnpress-buscador-cursos.estilo-6 form button:after {
  right: 0;
  left: auto;
  transform: translate(100%, -50%);
}

.campus-lms-learnpress-buscador-cursos.estilo-6 form button.cargando-cursos:before {
  border-left-color: #666666;
}

/* -------------------------------------------------------------------------- */
/*                        Modad 1 - Estilo 7                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-1.estilo-7 .learnpress-buscador-cursos-overlay,
.modal-estilo-2.estilo-7 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  background: rgba(0, 0, 0, 0.9);
}

.campus-lms-learnpress-buscador-cursos.estilo-7 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress-header {
  color: #ffffff;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form {
  background-color: transparent;
  width: 540px;
  border: 0;
  border-bottom: 1px solid #ffffff;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form .campus-buscar-categorias {
  padding: 0 12px 0 16px;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form .campus-buscar-categorias .current-search-cat {
  background: transparent;
  min-height: 64px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form input[type=text] {
  background: transparent;
  min-height: 64px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form input[type=text]::placeholder {
  color: #ffffff;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form button {
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  min-width: auto;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 form button svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 .learnpress-buscador-cursos-overlay .campus-popup-close {
  color: #ffffff;
}

.campus-lms-learnpress-buscador-cursos.estilo-7 .learnpress-buscador-cursos-overlay .resul-buscador-cursos {
  margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/*                     RESULTADOS DE BUSQUEDA                                 */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos {
  width: 540px;
}
.campus-lms-learnpress-buscador-cursos .resul-buscador-cursos .sinResultadosCursos {
  text-align: left;
  padding: 12px 16px;
  font-size: 14px;
  color: #999999;
}

/* -------------------------------------------------------------------------- */
/*                              DISEÑO  MODAL                                 */
/* -------------------------------------------------------------------------- */
.campus-lms-learnpress-buscador-cursos .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress-header {
  font-weight: 500;
  margin: 0 0 20px 0;
}

.campus-lms-learnpress-buscador-cursos.form-modal {
  display: inline-flex;
  width: 100%;
}

.campus-lms-learnpress-buscador-cursos .learnpress-buscador-cursos-overlay form,
.campus-lms-learnpress-buscador-cursos .learnpress-buscador-cursos-overlay .resul-buscador-cursos {
  width: 500px;
}

.campus-lms-learnpress-buscador-cursos .boton-icon-buscar {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  line-height: 1;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 8px;
  border: none;
  background-color: transparent;
  color: var(--e-global-color-text);
  cursor: pointer;
  gap: 6px;
  box-sizing: content-box;
}

.campus-lms-learnpress-buscador-cursos .item_tooltip_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(115%);
  background: #6f6f6f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: auto;
  border-radius: 0.5em;
  padding: 0.3em 0.8em;
  line-height: 1.5em;
  z-index: 999;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.campus-lms-learnpress-buscador-cursos .item_tooltip_text:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #6f6f6f;
  border: 0.5em solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: -9;
  transition: all 0.15s linear;
  opacity: 0;
}

.campus-lms-learnpress-buscador-cursos .boton-icon-buscar:hover + .item_tooltip_text {
  opacity: 1;
}
.campus-lms-learnpress-buscador-cursos .boton-icon-buscar:hover + .item_tooltip_text:before {
  opacity: 1;
}

.campus-lms-learnpress-buscador-cursos .boton-icon-buscar:hover,
.campus-lms-learnpress-buscador-cursos .boton-icon-buscar:focus,
.campus-lms-learnpress-buscador-cursos .boton-icon-buscar.active {
  background-color: transparent;
  border-radius: 0;
}

.campus-lms-learnpress-buscador-cursos .boton-icon-buscar svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 24px;
  fill: #333e48;
  transition: all 0.15s;
}

.campus-lms-learnpress-buscador-cursos .boton-icon-buscar i {
  font-size: 24px;
  position: relative;
  display: block;
  color: #333e48;
  transition: all 0.15s;
}

.campus-lms-learnpress-buscador-cursos .boton-icon-buscar .active {
  display: none;
}

div.buscador-learnpres-activo .campus-lms-learnpress-buscador-cursos .boton-icon-buscar.active .default {
  display: none;
}

div.buscador-learnpres-activo .campus-lms-learnpress-buscador-cursos .boton-icon-buscar.active .active {
  display: block;
}

div.buscador-learnpres-activo .campus-lms-learnpress-buscador-cursos .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                    DIFERENTES ESTILOS VENTA MODAL                          */
/* -------------------------------------------------------------------------- */
.learnpress-buscador-cursos-overlay .campus-popup-close {
  position: fixed;
  right: 16px;
  top: 16px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: lighter;
  border: none;
  color: #050505;
  background: transparent;
  padding: 8px;
  border-radius: 50%;
  transform: rotate(0deg);
  z-index: 99999;
  transition: all 0.15s ease;
}

.learnpress-buscador-cursos-overlay .campus-popup-close svg {
  height: 24px;
  width: 24px;
}

.learnpress-buscador-cursos-overlay .campus-popup-close:hover {
  background-color: transparent;
  transform: rotate(-90deg);
  color: #050505;
}

div.buscador-learnpres-activo .learnpress-buscador-cursos-overlay .campus-popup-close {
  opacity: 1;
  visibility: visible;
}

body[data-elementor-device-mode=mobile] .learnpress-buscador-cursos-overlay .campus-popup-close {
  right: 0;
}

/* -------------------------------------------------------------------------- */
/*                            Estilo 1 Modal                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-1 .learnpress-buscador-cursos-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  transform: scale(0.5, 0.5);
  display: flex;
  justify-content: center;
  padding-top: 120px;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.modal-estilo-1 .learnpress-buscador-cursos-overlay .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.buscador-learnpres-activo .modal-estilo-1 .learnpress-buscador-cursos-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

/* -------------------------------------------------------------------------- */
/*                            Estilo 2 Modal                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-2 .learnpress-buscador-cursos-overlay .search-popup-bg {
  position: fixed;
  z-index: 99990;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

div.buscador-learnpres-activo .modal-estilo-2 .learnpress-buscador-cursos-overlay .search-popup-bg {
  opacity: 1;
  visibility: visible;
}

.modal-estilo-2 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  position: fixed;
  z-index: 99991;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 80px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: visible;
  transform: scale(1, 1) translateY(-400%);
  transition: all 0.3s ease-in-out;
}

div.buscador-learnpres-activo .modal-estilo-2 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  transform: scale(1, 1) translateX(0px);
}

/* -------------------------------------------------------------------------- */
/*                            Estilo 3 Modal                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-3 .learnpress-buscador-cursos-overlay .search-popup-bg {
  position: fixed;
  width: 224vw;
  height: 264vw;
  top: calc(90px - 112vw);
  right: calc(100px - 112vw);
  z-index: 999;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 100%;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  transition-delay: 0.2s;
}

div.buscador-learnpres-activo .modal-estilo-3 .learnpress-buscador-cursos-overlay .search-popup-bg {
  transform: scale(1.5);
  transition-delay: 0;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.3, 0, 0, 1);
}

.modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  position: fixed;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  transition-delay: 200ms;
  opacity: 0;
  cursor: pointer;
  z-index: -999;
}

.modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress .campus-buscar-categorias,
.modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress .list-dropdown-buscar {
  cursor: pointer;
}

.modal-estilo-3.estilo-7.campus-lms-learnpress-buscador-cursos .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  width: 100%;
  z-index: -1;
  padding: 0;
  margin: 0;
}

div.buscador-learnpres-activo .modal-estilo-3.estilo-7.campus-lms-learnpress-buscador-cursos .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  z-index: 999999;
}

div.buscador-learnpres-activo .modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  opacity: 1;
  transition-delay: 0.2s;
  z-index: 999999;
}

.modal-estilo-3 .learnpress-buscador-cursos-overlay .campus-popup-close {
  color: #fff7f7;
  opacity: 0;
}

.modal-estilo-3 .learnpress-buscador-cursos-overlay .campus-popup-close:hover {
  background-color: transparent;
}

.modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress-header {
  color: white;
}

body[data-elementor-device-mode=mobile] .modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress {
  width: 100%;
}

body[data-elementor-device-mode=mobile] .modal-estilo-3 .learnpress-buscador-cursos-overlay .buscador-cursos-learnpress .resul-buscador-cursos {
  width: auto;
  margin: 0 10px;
}

/* -------------------------------------------------------------------------- */
/*                                DISEÑO GENERAL                              */
/* -------------------------------------------------------------------------- */
.learnpress-categories-courses .learnpress-list-categories .col-cat {
  display: flex;
  list-style: none;
  position: relative;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  padding: 48px 12px;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.15s linear;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a:before {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.15s linear;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .img-category-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  transition: all 0.15s ease;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .img-category {
  position: relative;
  transition: all 0.2s linear;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .img-category img,
.learnpress-categories-courses .learnpress-list-categories .col-cat a .img-category svg {
  transition: all 0.2s ease;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .category-title {
  flex-wrap: wrap;
  column-gap: 8px;
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--e-global-color-text);
  text-align: center;
  line-height: 1.1em;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .category-title .title {
  transition: all 0.2s ease;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .category-title .count-course {
  font-size: 0.6em;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a .category-title .count-course svg,
.learnpress-categories-courses .learnpress-list-categories .col-cat a .category-title .count-course i {
  width: 1em;
  height: 1em;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a > .count-course {
  margin: 0;
  line-height: 1;
  color: var(--e-global-color-text);
  font-size: 13px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.learnpress-categories-courses .learnpress-list-categories .col-cat a:hover .category-title {
  color: var(--e-global-color-text);
}
.learnpress-categories-courses .learnpress-list-categories.layout-default {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  column-gap: 30px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.learnpress-categories-courses .learnpress-list-categories.slick-carousel .item-slider {
  padding: 8px;
}
.learnpress-categories-courses .learnpress-list-categories.layout-icon-cats .col-cat a {
  overflow: hidden;
}
.learnpress-categories-courses .learnpress-list-categories.layout-icon-cats .col-cat a:hover img {
  filter: unset;
}
.learnpress-categories-courses .learnpress-list-categories.layout-icon-cats .col-cat a img {
  max-width: 50px;
  height: auto;
}
.learnpress-categories-courses .learnpress-list-categories.layout-icon-cats .col-cat a .category-title {
  margin: 0;
  display: block;
}
.learnpress-categories-courses .learnpress-list-categories.layout-icon-cats .col-cat a .count-course {
  margin: 0;
}
.learnpress-categories-courses .learnpress-list-categories.layout-img-cats .col-cat a {
  overflow: hidden;
}
.learnpress-categories-courses .learnpress-list-categories.layout-img-cats .col-cat a:hover img {
  filter: unset;
}
.learnpress-categories-courses .learnpress-list-categories.layout-img-cats .col-cat a img,
.learnpress-categories-courses .learnpress-list-categories.layout-img-cats .col-cat a svg {
  width: 100%;
}
.learnpress-categories-courses .learnpress-list-categories.layout-img-cats .col-cat a .category-title {
  margin: 0;
  display: block;
}
.learnpress-categories-courses .learnpress-list-categories.layout-img-cats .col-cat a .count-course {
  margin: 0;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-top .col-cat a .img-category {
  order: 0;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-right .col-cat a {
  flex-direction: row;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-right .col-cat a .img-category {
  order: 2;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-right .col-cat a .category-title {
  text-align: right;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-bottom .col-cat a .img-category {
  order: 2;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-left .col-cat a {
  flex-direction: row;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-left .col-cat a .img-category {
  order: 0;
}
.learnpress-categories-courses .learnpress-list-categories.image-cat-left .col-cat a .category-title {
  text-align: left;
}
.learnpress-categories-courses .learnpress-list-categories.count-position-inline .col-cat a .category-title {
  display: block;
}
.learnpress-categories-courses .learnpress-list-categories.count-position-separated .col-cat a .category-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.learnpress-categories-courses .learnpress-list-categories.count-position-separated .col-cat a .category-title .count-course {
  display: inline-flex;
  font-weight: 400;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-up .col-cat a {
  transition: all 0.2s ease-in-out;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-up .col-cat a:hover {
  transform: translate3d(0, -6px, 0);
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-up .col-cat a:hover:before {
  opacity: 0;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-zoom .col-cat a {
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-zoom .col-cat a:hover {
  transform: scale(1.04);
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-deploy .col-cat a:before {
  content: "";
  transform: translateY(-100%);
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #aeaeae;
  top: -1px;
  left: 0;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-deploy .col-cat a .img-category,
.learnpress-categories-courses .learnpress-list-categories.cat-animation-deploy .col-cat a .category-title {
  z-index: 2;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-deploy .col-cat a:hover:before {
  transform: translateY(0);
  top: 0;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-modal .col-cat a:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform: scale(0.5);
  background-color: #aeaeae;
  transition: all 0.2s ease-in-out;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-modal .col-cat a .img-category,
.learnpress-categories-courses .learnpress-list-categories.cat-animation-modal .col-cat a .category-title {
  z-index: 2;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-modal .col-cat a:hover:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-zoom-img .col-cat a:hover:before {
  opacity: 0;
}
.learnpress-categories-courses .learnpress-list-categories.cat-animation-zoom-img .col-cat a:hover .img-category {
  transform: scale(1.1);
}
.learnpress-categories-courses .learnpress-list-categories.learnpress_cate_enabled_box .col-cat a .img-category {
  padding: 30px 30px 30px 30px;
  border-radius: 100px;
  border-style: solid;
  border-width: 0;
  border-color: #c7c7c7;
  background-color: rgba(8, 8, 8, 0.0509803922);
}

[data-elementor-device-mode=desktop] .learnpress-categoria-grid-auto .learnpress-categories-courses .learnpress-list-categories,
[data-elementor-device-mode=tablet] .learnpress-categoria-grid-tablet-auto .learnpress-categories-courses .learnpress-list-categories,
[data-elementor-device-mode=mobile] .learnpress-categoria-grid-mobile-auto .learnpress-categories-courses .learnpress-list-categories {
  display: flex;
}
[data-elementor-device-mode=desktop] .learnpress-categoria-grid-auto .learnpress-categories-courses .learnpress-list-categories .col-cat,
[data-elementor-device-mode=tablet] .learnpress-categoria-grid-tablet-auto .learnpress-categories-courses .learnpress-list-categories .col-cat,
[data-elementor-device-mode=mobile] .learnpress-categoria-grid-mobile-auto .learnpress-categories-courses .learnpress-list-categories .col-cat {
  width: auto;
}

[data-elementor-device-mode=desktop] .item_alignment-flex-start .count-position-separated .col-cat a .category-title,
[data-elementor-device-mode=tablet] .item_alignment-tablet-flex-start .count-position-separated .col-cat a .category-title,
[data-elementor-device-mode=mobile] .item_alignment-mobile-flex-start .count-position-separated .col-cat a .category-title {
  text-align: left;
}

[data-elementor-device-mode=desktop] .item_alignment-center .count-position-separated .col-cat a .category-title,
[data-elementor-device-mode=tablet] .item_alignment-tablet-center .count-position-separated .col-cat a .category-title,
[data-elementor-device-mode=mobile] .item_alignment-mobile-center .count-position-separated .col-cat a .category-title {
  text-align: center;
}

[data-elementor-device-mode=desktop] .item_alignment-flex-end .count-position-separated .col-cat a .category-title,
[data-elementor-device-mode=tablet] .item_alignment-tablet-flex-end .count-position-separated .col-cat a .category-title,
[data-elementor-device-mode=mobile] .item_alignment-mobile-flex-end .count-position-separated .col-cat a .category-title {
  text-align: right;
}

/* -------------------------------------------------------------------------- */
/*                            Animacion Imagenes                             */
/* -------------------------------------------------------------------------- */
.learnpress-list-categories .col-cat .img-category svg,
.learnpress-list-categories .col-cat .img-category i {
  transition: all 0.2s ease-in-out;
}

[category-animation=animation-zoomin] .col-cat:hover .img-category svg,
[category-animation=animation-zoomin] .col-cat:hover .img-category i {
  transform: scale(1.1);
}

[category-animation=animation-zoomout] .col-cat .img-category svg,
[category-animation=animation-zoomout] .col-cat .img-category i {
  transform: scale(1);
}

[category-animation=animation-zoomout] .col-cat:hover .img-category svg,
[category-animation=animation-zoomout] .col-cat:hover .img-category i {
  transform: scale(0.9);
}

[category-animation=animation-scale] .col-cat .img-category svg,
[category-animation=animation-scale] .col-cat .img-category i {
  transform: scale(1);
}

[category-animation=animation-scale] .col-cat:hover .img-category svg,
[category-animation=animation-scale] .col-cat:hover .img-category i {
  transform: scale(1.1) rotate(2deg);
}

[category-animation=animation-blur] .col-cat .img-category svg,
[category-animation=animation-blur] .col-cat .img-category i {
  filter: blur(0);
}

[category-animation=animation-blur] .col-cat:hover .img-category svg,
[category-animation=animation-blur] .col-cat:hover .img-category i {
  filter: blur(1px);
}

[category-animation=animation-trans] .col-cat .img-category svg,
[category-animation=animation-trans] .col-cat .img-category i {
  transform: translateX(-3px) scale(1);
}

[category-animation=animation-trans] .col-cat:hover .img-category svg,
[category-animation=animation-trans] .col-cat:hover .img-category i {
  transform: translateX(0) scale(1.1);
}

/* -------------------------------------------------------------------------- */
/*                                DISEÑO GENERAL                              */
/* -------------------------------------------------------------------------- */
.lp-archive-courses ul.learn-press-courses.courses-coming-soom {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course {
  display: flex;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  /* Barra superior: Tipo Cinta */
  /* Barra superior: Tipo Raya */
  /* Barra superior: Tipo Raya */
  /* Barra superior: Tipo Raya */
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: 2;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200%;
  height: 24px;
  padding: 0;
  background-color: var(--e-global-color-primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  left: 43%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta:before, .lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  color: var(--e-global-color-primary);
  display: block;
  border: 7px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  filter: brightness(0.85);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta:before {
  top: 0;
  right: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta:after {
  bottom: 0;
  left: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta.ribbon_position_right {
  top: -13px;
  right: -13px;
  left: auto;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta.ribbon_position_right span {
  transform: translate(50%, -50%) rotate(45deg);
  left: auto;
  right: 43%;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta.ribbon_position_right:before {
  top: 0;
  right: auto;
  left: 0;
  border-top-color: transparent;
  border-left-color: inherit;
  border-right-color: transparent;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_cinta.ribbon_position_right:after {
  left: auto;
  bottom: 0;
  right: 0;
  border-left-color: inherit;
  border-right-color: transparent;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera {
  position: absolute;
  top: 14px;
  left: -9px;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  padding: 6px 18px;
  background-color: #525252;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera:before, .lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  border-bottom: 10px solid transparent;
  filter: brightness(0.85);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera:before {
  left: 0;
  color: #525252;
  border-right: 10px solid;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera.ribbon_position_right {
  left: auto;
  right: -7px;
  border-radius: 4px 4px 0 4px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera.ribbon_position_right:before {
  border-right: transparent;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_bandera.ribbon_position_right:after {
  right: 0;
  color: #525252;
  border-left: 8px solid;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_circulo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #525252;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 10px;
  text-align: center;
  z-index: 2;
  width: 7em;
  height: 7em;
  border-radius: 100%;
  left: 18px;
  top: 18px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_circulo.ribbon_position_right {
  left: auto;
  right: -8px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .ribbon_upcoming_courses.type_caja {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #525252;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  min-width: 100%;
  border-radius: 0;
  left: 0;
  padding: 0.6em 0;
  top: 0;
  border-radius: 8px 8px 0 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .campus-course-is-coming-soom {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .campus-course-is-coming-soom.elementor {
  display: flex;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-wrap-thumbnail .date-upcoming-courses {
  position: relative;
  z-index: 999;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .date-upcoming-courses {
  order: 35;
  position: relative;
  margin-top: auto;
  margin-bottom: 12px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .date-upcoming-courses .upcoming-courses {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--e-global-color-primary);
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 0 22px 0;
  line-height: 1;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .date-upcoming-courses .upcoming-courses .icon-date-coming-soon {
  display: inline-block;
  margin-right: 6px;
  transform: scale(0.9);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .date-upcoming-courses .upcoming-courses .icon-date-coming-soon svg,
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .date-upcoming-courses .upcoming-courses .icon-date-coming-soon i {
  display: block;
  width: 1em;
  height: 1em;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .course-permalink {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .course-permalink .course-title {
  margin: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .course-item .course-content .separator {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses {
  text-align: center;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses .contador {
  position: relative;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding: 20px 0;
  width: 100%;
  background: var(--e-global-color-primary);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses .contador > div {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses .contador > div > strong {
  font-size: 18px;
  font-weight: bold;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses .contador > div > span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  font-weight: 400;
  letter-spacing: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses .contador > div.contador-lanzamiento-sep {
  line-height: 1;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom li.course .date-upcoming-courses .contador:after {
  content: "";
  position: absolute;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course .date-upcoming-courses .contador {
  margin-bottom: 8px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-2 .course-item .course-content .course-permalink {
  margin-top: 0;
  margin-bottom: auto;
  padding: 18px 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-3 .course-item .course-content .course-permalink {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 24px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-4 .course-item .course-content .separator {
  margin-top: 16px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-4 .course-item .course-content .date-upcoming-courses {
  order: 45;
  margin-top: 4px;
  margin-bottom: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-5 .course-item .course-content .date-upcoming-courses {
  flex: 1;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-5 .course-item .course-content .course-permalink {
  min-height: 78px;
  align-items: center;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-1 li.course.campus-lc-estilo-8 .course-item .course-content .date-upcoming-courses {
  flex: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item {
  display: grid;
  grid-template-columns: 250px 1fr;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .campus-course-is-coming-soom {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-wrap-thumbnail {
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-wrap-thumbnail .course-thumbnail {
  flex: 1;
  border-radius: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-wrap-thumbnail .course-thumbnail a {
  height: 100%;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-wrap-thumbnail .course-thumbnail a .thumbnail-preview {
  height: 100%;
  border-radius: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-wrap-thumbnail .course-thumbnail a .thumbnail-preview .thumbnail {
  height: 100%;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-wrap-thumbnail .course-thumbnail a .thumbnail-preview .thumbnail img {
  height: 100%;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .upcoming-courses {
  display: none;
  align-items: center;
  order: 25;
  padding: 0 0 8px 0;
  color: var(--e-global-color-primary);
  font-size: 12px;
  text-transform: uppercase;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .upcoming-courses .icon-date-coming-soon {
  display: inline-block;
  margin-right: 6px;
  transform: scale(0.9);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .upcoming-courses .icon-date-coming-soon svg,
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .upcoming-courses .icon-date-coming-soon i {
  display: block;
  width: 1em;
  height: 1em;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-review {
  margin-top: -2px;
  align-self: flex-start;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .campus-loop-autor-contenedor {
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: flex-start;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor {
  margin: 0 12px 0 0;
  display: flex;
  align-items: center;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .campus-loop-autor-contenedor .campus-loop-autor .campus-loop-autor-avatar {
  margin-top: 0;
  margin-right: 8px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .text-upcoming-courses {
  order: -3;
  align-self: flex-start;
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 10px;
  line-height: initial;
  letter-spacing: 2px;
  padding: 8px 10px;
  margin: 16px 0 0 0;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-permalink {
  min-height: auto;
  padding-top: 16px;
  justify-content: flex-start;
  text-align: left;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .separator {
  margin-top: auto;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-info {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-info .course-footer {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-2 .course-item .course-content .text-upcoming-courses,
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-2 .course-item .course-content .upcoming-courses {
  order: -30;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-2 .course-item .course-content .course-permalink {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-3 .course-item .course-content .text-upcoming-courses,
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-3 .course-item .course-content .upcoming-courses {
  order: -30;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-3 .course-item .course-content .course-permalink {
  margin-top: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-3 .course-item .course-content .course-price {
  right: 12px;
  top: 12px;
  transform: translate(0, 0);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-5 .course-item .course-content .upcoming-courses {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-5 .course-item .course-content .text-upcoming-courses {
  margin: 4px 0 0 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-5 .course-item .course-content .course-permalink {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-5 .course-item .course-content .course-footer {
  border-radius: 0 0 5px 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-6 .course-item .course-wrap-thumbnail .course-price {
  top: 50%;
  transform: translateY(-100%);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-6 .course-item .course-content .course-review {
  margin-top: 6px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-7 .course-item .course-wrap-thumbnail .course-price {
  bottom: 72px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-8 .course-item .course-wrap-thumbnail {
  margin-bottom: 0;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-8 .course-item .course-wrap-thumbnail .course-thumbnail a img {
  transform: scale(1);
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-8 .course-item .course-content {
  margin: 1px;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-8 .course-item .course-content .course-readmore {
  margin-top: auto;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course.campus-lc-estilo-9 .course-item .course-content .course-info {
  margin-top: auto;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_instructors li.course .course-item .course-content .campus-loop-autor-contenedor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_instructors li.course .course-item .course-content .course-info .course-footer .campus-loop-autor-contenedor {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_price li.course .course-item .course-wrap-thumbnail .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_price li.course .course-item .course-content .course-price {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_review li.course .course-item .course-content .course-review {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_students li.course .course-item .course-content .course-number-students {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_comments li.course .course-item .course-content .course-comments-count {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_add_to_cart li.course .course-item .course-content .course-info .wrap-btn-add-course-to-cart {
  display: none;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_add_to_cart li.course .course-item .course-content .course-info .course-readmore {
  margin-left: auto;
}
.lp-archive-courses ul.learn-press-courses.courses-coming-soom.hidden_excerp li.course .course-item .course-content .course-loop-subtitulo-curso {
  display: none;
}

.learn-press-pagination.courses-coming-soom {
  margin-top: 24px;
}

body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.courses-coming-soom.estilo-2 {
  padding: 0 !important;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item {
  display: flex;
  flex-direction: column;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-info {
  margin-top: 0;
  width: 100%;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .text-upcoming-courses {
  align-self: center;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-review {
  align-self: center;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .course-permalink {
  text-align: center;
  justify-content: center;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .upcoming-courses {
  justify-content: center;
}
body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.courses-coming-soom.estilo-2 li.course .course-item .course-content .separator {
  order: 60;
}

/* -------------------------------------------------------------------------- */
/*                                DISEÑO GENERAL                              */
/* -------------------------------------------------------------------------- */
.lp-archive-courses ul.learn-press-courses.last-lessons {
  display: grid;
  min-height: auto;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course {
  display: flex;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  transition: all 0.2s ease;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-wrap-thumbnail {
  border-radius: 0;
  position: relative;
  padding: 12px 0;
  background: #030432;
  color: white;
  transition: all 0.3s ease;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-wrap-thumbnail .icon-lesson {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-wrap-thumbnail .icon-lesson i,
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-wrap-thumbnail .icon-lesson svg {
  width: 50px;
  height: 50px;
  color: white;
  fill: white;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content {
  padding: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: flex-start;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .date-lesson {
  display: inline-flex;
  width: fit-content;
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 8px 10px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .date-lesson .icon-date-lesson {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .date-lesson .icon-date-lesson svg,
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .date-lesson .icon-date-lesson i {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .course-comments-count {
  align-self: flex-start;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #7d7d7d;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .course-comments-count svg,
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .course-comments-count i {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content a {
  width: 100%;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content a .lesson-title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 12px 0;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson {
  display: none;
  justify-content: center;
  align-items: flex-start;
  color: var(--e-global-color-primary);
  font-size: 14px;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson .icon-date-courses {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 4px;
  font-weight: 300;
  line-height: 1.1em;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson .icon-date-courses svg,
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson .icon-date-courses i {
  display: block;
  width: 1em;
  height: 1em;
}
.lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson .title-course {
  color: #4a4a4a;
  transition: all 0.2s ease;
}
.lp-archive-courses ul.learn-press-courses.last-lessons.hidden_icon_lesson li.course .course-item {
  display: flex;
}

body[data-elementor-device-mode=desktop] .show-course-yes .lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson {
  display: flex;
}

body[data-elementor-device-mode=tablet] .show-course-tablet-yes .lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson {
  display: flex;
}

body[data-elementor-device-mode=mobile] .show-course-mobile-yes .lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item .course-content .courses-of-lesson {
  display: flex;
}

body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.last-lessons li.course .course-item {
  grid-template-columns: 0px 1fr;
}

body[data-elementor-device-mode=mobile] .lp-archive-courses ul.learn-press-courses.last-lessons {
  padding: 0 !important;
}

/* -------------------------------------------------------------------------- */
/*                            Animacion Imagenes                             */
/* -------------------------------------------------------------------------- */
.last-lessons .course-item .course-wrap-thumbnail svg,
.last-lessons .course-item .course-wrap-thumbnail i {
  transition: all 0.2s ease-in-out;
}

[lessons-animation=animation-zoomin] .course-item:hover .course-wrap-thumbnail svg,
[lessons-animation=animation-zoomin] .course-item:hover .course-wrap-thumbnail i {
  transform: scale(1.1);
}

[lessons-animation=animation-zoomout] .course-item .course-wrap-thumbnail svg,
[lessons-animation=animation-zoomout] .course-item .course-wrap-thumbnail i {
  transform: scale(1);
}

[lessons-animation=animation-zoomout] .course-item:hover .course-wrap-thumbnail svg,
[lessons-animation=animation-zoomout] .course-item:hover .course-wrap-thumbnail i {
  transform: scale(0.9);
}

[lessons-animation=animation-scale] .course-item .course-wrap-thumbnail svg,
[lessons-animation=animation-scale] .course-item .course-wrap-thumbnail i {
  transform: scale(1);
}

[lessons-animation=animation-scale] .course-item:hover .course-wrap-thumbnail svg,
[lessons-animation=animation-scale] .course-item:hover .course-wrap-thumbnail i {
  transform: scale(1.1) rotate(2deg);
}

[lessons-animation=animation-blur] .course-item .course-wrap-thumbnail svg,
[lessons-animation=animation-blur] .course-item .course-wrap-thumbnail i {
  filter: blur(0);
}

[lessons-animation=animation-blur] .course-item:hover .course-wrap-thumbnail svg,
[lessons-animation=animation-blur] .course-item:hover .course-wrap-thumbnail i {
  filter: blur(1px);
}

[lessons-animation=animation-trans] .course-item .course-wrap-thumbnail svg,
[lessons-animation=animation-trans] .course-item .course-wrap-thumbnail i {
  transform: translateX(-3px) scale(1.1);
}

[lessons-animation=animation-trans] .course-item:hover .course-wrap-thumbnail svg,
[lessons-animation=animation-trans] .course-item:hover .course-wrap-thumbnail i {
  transform: translateX(0) scale(1.1);
}

/* -------------------------------------
1. Página "Niveles de Membresias"
--------------------------------------- */
#pmpro_levels.elementor {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  /* -------------------------------------------------------------------------- */
  /*                                  Estilo 1                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  Estilo 2                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  Estilo 3                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            Animacion Imagenes                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                            Animacion Imagenes                             */
  /* -------------------------------------------------------------------------- */
}
#pmpro_levels.elementor .pmpro_level {
  list-style: none;
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
  overflow: hidden;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header {
  display: flex;
  flex-direction: column;
  padding: 30px 16px;
  position: relative;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan {
  position: relative;
  transition: all 0.1s linear;
  padding-bottom: 20px;
  z-index: 1;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_ico-plan {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_ico-plan img,
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_ico-plan svg {
  max-width: 100%;
  width: 70px;
  height: 70px;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_ico-plan i {
  font-size: 70px;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .pmpro_container_title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_level_header .pmpro_card_title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  position: relative;
  align-self: stretch;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_level-price {
  padding: 0;
  margin: 0;
  line-height: 0.8;
  position: relative;
  font-size: 54px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_description_price {
  font-size: 15px;
  font-weight: 300;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price {
  font-size: 54px;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price {
  align-items: center;
  display: inline-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: var(--e-global-color-primary);
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .precio-tachado {
  display: flex;
  align-items: center;
  font-size: 0.3em;
  margin-right: 2px;
  text-decoration: line-through;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  align-self: center;
  color: #555;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .precio-tachado .currency {
  line-height: 1;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .price {
  display: flex;
  align-items: center;
  line-height: 0.75;
  font-weight: 700;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .price .currency {
  font-weight: 700;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .price .integer {
  font-weight: 700;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .price .after-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: stretch;
  text-align: start;
  margin-left: 2px;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .price .after-price .fractional {
  font-size: 0.3em;
  font-weight: 700;
  line-height: 1;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price .price .after-price .period {
  margin: 0;
  color: var(--e-global-color-primary);
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .custom-price + .pmpro_description_price {
  display: flex;
  justify-content: center;
  max-width: max-content;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_container_price .pmpro_content_price .period {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 0.3em;
  font-weight: 600;
  color: #555;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin: 6px 0 0 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content {
  font-size: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 48px 30px 0;
  position: relative;
  border-left: none !important;
  border-right: none !important;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li {
  text-align: left;
  display: flex;
  position: relative;
  padding: 12px 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .icon_list {
  margin-right: 8px;
  margin-top: 6px;
  position: relative;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .icon_list svg,
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .icon_list img,
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .icon_list i {
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text {
  position: relative;
  display: flex;
  align-items: center;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-strong {
  font-weight: 700;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description {
  margin-bottom: auto;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description p {
  margin: 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description p a {
  text-decoration: underline;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description p:not(:first-child) {
  margin: 0.5em 0 0 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_actions {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
  justify-content: center;
  padding: 24px 24px 24px 24px;
  font-size: 15px;
  background-color: transparent;
  border: none;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_actions .nivel_no_asociado {
  color: #fd3b4b;
  margin: 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_actions .pmpro_level-select {
  padding: 0;
  margin: 0;
  align-self: center;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_actions .pmpro_level-select .pmpro_btn {
  background-color: var(--e-global-color-primary, #2d2d2d);
  min-width: 190px;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_actions .pmpro_level-expiration {
  margin: 0;
}
#pmpro_levels.elementor .pmpro_level .pmpro_card .pmpro_card_actions .pmpro_aditional_info {
  padding: 16px;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight {
  z-index: 1;
  /* Barra superior: Tipo Cinta */
  /* Barra superior: Tipo Raya */
  /* Barra superior: Tipo Raya */
  /* Barra superior: Tipo Raya */
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: 2;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 20px;
  padding: 1px 0;
  background-color: var(--e-global-color-primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  right: -48px;
  top: 20px;
  transform: rotate(-45deg);
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta:before, #pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  color: var(--e-global-color-primary);
  display: block;
  border: 7px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  filter: brightness(0.85);
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta:before {
  top: 0;
  right: 0;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta:after {
  bottom: 0;
  left: 0;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta.cinta_posicion_right {
  top: -13px;
  right: -13px;
  left: auto;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta.cinta_posicion_right span {
  transform: rotate(45deg);
  right: -58px;
  top: 22px;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta.cinta_posicion_right:before {
  top: 0;
  right: auto;
  left: 0;
  border-top-color: transparent;
  border-left-color: inherit;
  border-right-color: transparent;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_cinta.cinta_posicion_right:after {
  left: auto;
  bottom: 0;
  right: 0;
  border-left-color: inherit;
  border-right-color: transparent;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera {
  position: absolute;
  top: 14px;
  left: -9px;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  padding: 6px 18px;
  background-color: #525252;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 0;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera:before, #pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  border-bottom: 10px solid transparent;
  filter: brightness(0.85);
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera:before {
  left: 0;
  color: #525252;
  border-right: 10px solid;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera.cinta_posicion_right {
  left: auto;
  right: -7px;
  border-radius: 4px 4px 0 4px;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera.cinta_posicion_right:before {
  border-right: transparent;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_bandera.cinta_posicion_right:after {
  right: 0;
  color: #525252;
  border-left: 8px solid;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_circulo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #525252;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 10px;
  z-index: 2;
  min-width: 6em;
  min-height: 6em;
  border-radius: 100%;
  left: 18px;
  top: 18px;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_circulo.cinta_posicion_right {
  left: auto;
  right: -8px;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .lp_pmpro_plan-favorito.tipo_caja {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #525252;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  min-width: 100%;
  border-radius: 0;
  left: 0;
  padding: 0.6em 0;
  top: 0;
  border-radius: 8px 8px 0 0;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header .pmpro_card_title {
  color: #ffffff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header .pmpro_description_title {
  color: #ffffff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .pmpro_level-price {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price .precio-tachado {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price .precio-tachado .currency {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price .price .currency {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price .price .integer {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price .price .after-price .fractional {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .custom-price .price .after-price .period {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .period {
  color: #fff;
}
#pmpro_levels.elementor .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .pmpro_description_price {
  color: #fff;
}
#pmpro_levels.elementor.pmpro-alternar-colores .pmpro_level .pmpro_card ul.list_features li:nth-child(even):before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.03);
  left: -30px;
  top: 0;
  right: -30px;
  bottom: 0;
  z-index: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
}
#pmpro_levels.elementor.pmpro-caja-icon-activo .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan {
  display: flex;
}
#pmpro_levels.elementor.pmpro-caja-icon-activo .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan .lp_pmpro_ico-plan {
  width: 153px;
  height: 153px;
  border: 5px solid #e0e0dc;
  background: #f9f9f9;
  border-radius: 30px;
  justify-content: center;
}
#pmpro_levels.elementor.pmpro-full-width-button .pmpro_level .pmpro_card .pmpro_card_actions .pmpro_level-select {
  align-self: initial;
}
#pmpro_levels.elementor.descrip_antes_list_carac .pmpro_level .pmpro_card .pmpro_card_content ul.list_features {
  margin-bottom: auto;
}
#pmpro_levels.elementor.descrip_antes_list_carac .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description {
  margin-bottom: 0;
  order: -1;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text {
  /*  Item que tienen TOOLTIPS */
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  position: relative;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: #6f6f6f;
  border: 6px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  z-index: -9;
  transition: z-index 0.15s ease, color 0.15s ease;
  opacity: 0;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon .list_item_tooltip_text {
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) translateY(-100%);
  background: #6f6f6f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  min-width: 280px;
  border-radius: 10px;
  padding: 0.4em 1em;
  z-index: -9;
  opacity: 0;
  transition: z-index 0.15s ease, opacity 0.15s ease;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon .list_item_tooltip_text p {
  margin: 0;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon .list_item_tooltip_text p a {
  text-decoration: underline;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon .list_item_tooltip_text p:not(:first-child) {
  margin: 0.5em 0 0 0;
}
#pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon:hover .list_item_tooltip_text, #pmpro_levels.elementor.tooltip-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_icon:hover:before {
  opacity: 1;
  z-index: 9999;
  cursor: text;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text {
  /*  Item que tienen TOOLTIPS */
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip {
  text-underline-offset: 4px;
  text-decoration-style: dashed;
  text-decoration-line: underline;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  border: 6px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  z-index: -9;
  transition: z-index 0.15s ease, color 0.15s ease;
  opacity: 0;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_text {
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) translateY(-100%);
  background: rgb(0, 0, 0);
  text-align: center;
  color: #fff;
  font-size: 12px;
  min-width: 260px;
  border-radius: 10px;
  padding: 14px 14px;
  z-index: -9;
  opacity: 0;
  transition: z-index 0.15s ease, opacity 0.15s ease;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_text p {
  margin: 0;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_text p a {
  text-decoration: underline;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip .list_item_tooltip_text p:not(:first-child) {
  margin: 0.5em 0 0 0;
}
#pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip:hover .list_item_tooltip_text, #pmpro_levels.elementor.tooltip-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content ul.list_features li .list_item_text.list-item-has-tooltip:hover:before {
  opacity: 1;
  z-index: 9999;
  cursor: text;
}
#pmpro_levels.elementor.pmpro-estilo-1 {
  column-gap: 8px;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card {
  border: 1px solid #e7e7e7;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_level_header {
  background-color: #f9f9f9;
  border-bottom-color: #e7e7e7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_level_header:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #f9f9f9;
  color: #e7e7e7;
  display: block;
  border: 1px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_level_header .pmpro_card_title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_ico-plan {
  position: relative;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_ico-plan img {
  max-width: 70px;
  margin: 0;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content {
  padding: 48px 30px 24px;
  border-left: none !important;
  border-right: none !important;
  border-top: transparent;
  border-bottom: transparent;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description {
  margin-bottom: auto;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card .pmpro_card_actions {
  background-color: transparent;
  border: none;
  /* border-radius: 0 0 8px 8px; */
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level .pmpro_card:hover {
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2);
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight {
  z-index: 1;
  transform: scale(1.06);
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header {
  border-top: none;
  background-color: var(--e-global-color-primary, #2d2d2d);
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header:after {
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: var(--e-global-color-primary, #2d2d2d);
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_content {
  border-top: transparent;
  font-size: 15px;
}
#pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_actions {
  border-bottom: none;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card {
  border: 1px solid #e7e7e7;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_level_header {
  background-color: #f9f9f9;
  padding: 70px 16px;
  gap: 0;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_level_header .pmpro_card_title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan {
  position: relative;
  order: 3;
  top: 130px;
  display: flex;
  justify-content: center;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan .lp_pmpro_ico-plan {
  position: relative;
  border-radius: 30px;
  transform: rotate(45deg);
  border: 5px solid #e0e0dc;
  background: #f9f9f9;
  z-index: 1000;
  width: 120px;
  height: 120px;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan .lp_pmpro_ico-plan img,
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_level_header .lp_pmpro_container_ico-plan .lp_pmpro_ico-plan svg {
  width: 70px;
  height: 70px;
  margin: 0;
  transform: rotate(-45deg);
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_container_price {
  margin-bottom: -100px;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content {
  padding: 88px 30px 24px;
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #e7e7e7;
  border-bottom: transparent;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description {
  margin-bottom: auto;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card .pmpro_card_actions {
  background-color: transparent;
  border: none;
  border-radius: 0 0 8px 8px;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level .pmpro_card:hover {
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2);
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight {
  z-index: 1;
  transform: scale(1.13);
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header {
  border-top: none;
  background-color: var(--e-global-color-primary, #2d2d2d);
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header:after {
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: var(--e-global-color-primary, #2d2d2d);
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header .pmpro_card_title {
  color: #ffffff;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .pmpro_level-price {
  color: #ffffff;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_container_price .pmpro_description_price {
  color: #ffffff;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_content {
  border-top: transparent;
  font-size: 15px;
}
#pmpro_levels.elementor.pmpro-estilo-2 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_actions {
  border-bottom: none;
}
#pmpro_levels.elementor.pmpro-estilo-3 {
  column-gap: 0;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level:first-child .pmpro_card {
  border-left: 1px solid #e7e7e7;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card {
  border: 1px solid #e7e7e7;
  border-left: 0;
  border-radius: 0;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .lp_pmpro_plan-favorito.tipo_caja {
  border-radius: 0;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .pmpro_level_header {
  border-radius: 0;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .pmpro_card_content {
  padding: 12px 30px;
  border-left: none !important;
  border-right: none !important;
  border-bottom: transparent;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .pmpro_card_content .pmpro_level-description {
  margin-bottom: auto;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .pmpro_level-price {
  padding-bottom: 8px;
  font-size: 36px;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .pmpro_card_actions {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card .pmpro_card_actions .pmpro_level-expiration {
  color: #fff;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level .pmpro_card:hover {
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2);
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight {
  z-index: 1;
  transform: scale(1);
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card {
  background: var(--e-global-color-primary);
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header {
  border-top: none;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header:after {
  background-color: var(--e-global-color-primary, #2d2d2d);
  color: var(--e-global-color-primary, #2d2d2d);
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level_header .pmpro_card_title {
  color: #ffffff;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_content {
  border-top: transparent;
  color: #fff;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_level-price {
  color: #ffffff;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_actions {
  border-bottom: none;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_actions .pmpro_level-select .pmpro_btn {
  background-color: #262626;
}
#pmpro_levels.elementor.pmpro-estilo-3 .pmpro_level.pmpro_level-highlight .pmpro_card .pmpro_card_actions .pmpro_aditional_info {
  color: #fff;
}
#pmpro_levels.elementor [data-animation=animation-zoomin]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#pmpro_levels.elementor [data-animation=animation-scale] .lp_pmpro_container_ico-plan,
#pmpro_levels.elementor [data-animation=animation-zoomout] .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#pmpro_levels.elementor [data-animation=animation-zoomout]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#pmpro_levels.elementor [data-animation=animation-scale]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
#pmpro_levels.elementor [data-animation=animation-blur]:hover .lp_pmpro_container_ico-plan {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
#pmpro_levels.elementor [data-animation=animation-trans] .lp_pmpro_container_ico-plan {
  -webkit-transform: translateX(-3px) scale(1.1);
  -ms-transform: translateX(-3px) scale(1.1);
  transform: translateX(-3px) scale(1.1);
}
#pmpro_levels.elementor [data-animation=animation-trans]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: translateX(0) scale(1.1);
  -ms-transform: translateX(0) scale(1.1);
  transform: translateX(0) scale(1.1);
}
#pmpro_levels.elementor [data-animation=animation-zoomin]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#pmpro_levels.elementor [data-animation=animation-scale] .lp_pmpro_container_ico-plan,
#pmpro_levels.elementor [data-animation=animation-zoomout] .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#pmpro_levels.elementor [data-animation=animation-zoomout]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#pmpro_levels.elementor [data-animation=animation-scale]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
#pmpro_levels.elementor [data-animation=animation-gray]:hover .lp_pmpro_container_ico-plan {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#pmpro_levels.elementor [data-animation=animation-blur]:hover .lp_pmpro_container_ico-plan {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
#pmpro_levels.elementor [data-animation=animation-bright] .lp_pmpro_container_ico-plan {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#pmpro_levels.elementor [data-animation=animation-bright]:hover .lp_pmpro_container_ico-plan {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#pmpro_levels.elementor [data-animation=animation-sepia] .lp_pmpro_container_ico-plan {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}
#pmpro_levels.elementor [data-animation=animation-sepia]:hover .lp_pmpro_container_ico-plan {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
#pmpro_levels.elementor [data-animation=animation-trans] .lp_pmpro_container_ico-plan {
  -webkit-transform: translateX(-3px) scale(1.1);
  -ms-transform: translateX(-3px) scale(1.1);
  transform: translateX(-3px) scale(1.1);
}
#pmpro_levels.elementor [data-animation=animation-trans]:hover .lp_pmpro_container_ico-plan {
  -webkit-transform: translateX(0) scale(1.1);
  -ms-transform: translateX(0) scale(1.1);
  transform: translateX(0) scale(1.1);
}

body[data-elementor-device-mode=mobile] #pmpro_levels.elementor,
body[data-elementor-device-mode=tablet] #pmpro_levels.elementor {
  row-gap: 30px;
}
body[data-elementor-device-mode=mobile] #pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight,
body[data-elementor-device-mode=tablet] #pmpro_levels.elementor.pmpro-estilo-1 .pmpro_level.pmpro_level-highlight {
  transform: scale(1);
}

/* -------------------------------------
1. Página "Niveles de Membresias"
--------------------------------------- */
#elementor-pmpro-my-account #pmpro_account-profile {
  display: none;
}
#elementor-pmpro-my-account #pmpro_account-orders {
  display: none;
}
#elementor-pmpro-my-account #pmpro_account-membership {
  margin: 24px 0;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_section_title {
  display: none;
  margin: 0 0 16px 0;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_section_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card {
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin: 0;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_title {
  background: transparent;
  margin: 0;
  margin-right: auto;
  border-bottom: transparent;
  padding: 0;
  text-align: center;
  font-size: 20px;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_title:before {
  content: "\e031";
  font-size: 0.75em;
  margin-right: 0.3em;
  top: -2px;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content .pmpro_list {
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content .pmpro_list .pmpro_list_item {
  display: flex;
  width: 100%;
  justify-content: center;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content .pmpro_list .pmpro_list_item .pmpro_list_item_label {
  margin-right: 6px;
  opacity: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content .pmpro_list .pmpro_list_item .pmpro_list_item_label:before {
  content: "h";
  font-size: 0.9em;
  margin-right: 0.3em;
  top: 1px;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions {
  display: flex;
  gap: 12px;
  align-self: center;
  padding: 0;
  background: transparent;
  border: none;
  margin-left: 16px;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions .pmpro_card_action #pmpro_actionlink-renew {
  display: none;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions .pmpro_card_action_separator {
  display: none;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel {
  border: 1px solid var(--e-global-color-primary, #2d2d2d);
  background: #fafafa;
  color: var(--e-global-color-primary);
  box-shadow: none;
}
#elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions #pmpro_actionlink-cancel:hover {
  background: var(--e-global-color-primary, #2d2d2d);
  color: #fafafa;
}
#elementor-pmpro-my-account.pmpro-my-account-vertical #pmpro_account-membership .pmpro_card {
  flex-direction: column;
}
#elementor-pmpro-my-account.pmpro-my-account-vertical #pmpro_account-membership .pmpro_card .pmpro_card_content {
  padding-top: 32px;
}

[data-elementor-device-mode=tablet] #elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_title,
[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_title {
  margin-right: 0;
  margin-bottom: 16px;
  width: 100%;
}
[data-elementor-device-mode=tablet] #elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content,
[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_content {
  width: 100%;
  padding: 0;
}
[data-elementor-device-mode=tablet] #elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions,
[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership .pmpro_card .pmpro_card_actions {
  margin-left: 0;
  margin-top: 16px;
}

/* -------------------------------------
1. Página "Niveles de Membresias"
--------------------------------------- */
.elementor-editor-active #elementor-pmpro-cancel > div {
  font-size: 0;
}

#elementor-pmpro-cancel .pmpro_card {
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 32px 16px;
}
#elementor-pmpro-cancel .pmpro_card .pmpro_card_content {
  padding: 0;
}
#elementor-pmpro-cancel .pmpro_card .pmpro_card_content p {
  margin-bottom: 32px;
}
#elementor-pmpro-cancel .pmpro_card .pmpro_card_content p:nth-child(2) {
  display: none;
}
#elementor-pmpro-cancel .pmpro_card .pmpro_card_content .pmpro_form_submit {
  display: flex;
  justify-content: center;
  gap: 16px;
}
#elementor-pmpro-cancel .pmpro_card .pmpro_card_content .pmpro_form_submit .pmpro_btn-submit {
  width: auto;
  display: inline-block;
}
#elementor-pmpro-cancel .pmpro_card .pmpro_card_content .pmpro_form_submit .pmpro_btn-cancel {
  width: auto;
  display: inline-block;
  border: 1px solid var(--e-global-color-primary, #e23a59);
  background: #fafafa;
  color: var(--e-global-color-primary);
  box-shadow: none;
}
#elementor-pmpro-cancel #pmpro_account-membership .pmpro_section_title {
  display: none;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 {
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_title {
  display: none;
  background: #fafafa;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 16px;
  text-align: center;
  width: 100%;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content {
  flex: 1;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content .pmpro_list {
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content .pmpro_list .pmpro_list_item {
  display: flex;
  width: 100%;
  justify-content: center;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content .pmpro_list .pmpro_list_item .pmpro_list_item_label {
  margin-right: 6px;
  opacity: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content .pmpro_list .pmpro_list_item .pmpro_list_item_label:before {
  content: "U";
  font-size: 0.8em;
  margin-right: 0.3em;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions {
  display: flex;
  gap: 12px;
  align-self: center;
  padding: 16px;
  background: transparent;
  border: none;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions .pmpro_card_action_separator {
  display: none;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions #pmpro_actionlink-cancel {
  border: 1px solid var(--e-global-color-primary, #2d2d2d);
  background: #fafafa;
  color: var(--e-global-color-primary);
  box-shadow: none;
}
#elementor-pmpro-cancel #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions #pmpro_actionlink-cancel:hover {
  background: var(--e-global-color-primary, #2d2d2d);
  color: #fafafa;
}
#elementor-pmpro-cancel #pmpro_cancel .pmpro_success {
  text-align: center;
}
#elementor-pmpro-cancel .pmpro_actions_nav .pmpro_actions_nav-right {
  text-align: center;
}

[data-elementor-device-mode=tablet] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content,
[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content {
  padding-top: 32px;
}
[data-elementor-device-mode=tablet] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content .pmpro_list .pmpro_list_item,
[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_content .pmpro_list .pmpro_list_item {
  display: flex;
  width: 100%;
  justify-content: center;
}
[data-elementor-device-mode=tablet] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions,
[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions {
  width: 100%;
  justify-content: center;
}

[data-elementor-device-mode=mobile] #elementor-pmpro-my-account #pmpro_account-membership #pmpro_account-membership-2 .pmpro_card_actions {
  flex-direction: column;
}

.e-root-container-woo-buscador-productos {
  z-index: 999999 !important;
}

/* -------------------------------------------------------------------------- */
/*                           DISEÑO GENERAL: CONTENEDORES                   */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos {
  display: flex;
  /* -------------------------------------------------------------------------- */
  /*                                Barra Scroll                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                        DISEÑO GENERAL: SIN RESULTADOS                     */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 Categorias                                */
  /* -------------------------------------------------------------------------- */
}
.campus-lms-woo-buscador-productos .buscador-productos-woo {
  position: relative;
  max-width: 100%;
  text-align: center;
  transition: all 0.15s;
}
.campus-lms-woo-buscador-productos form {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-color: var(--e-global-color-primary);
  border-style: solid;
  cursor: pointer;
  transition: all 0.15s;
  /* -------------------------------------------------------------------------- */
  /*                           DISEÑO GENERAL: CAJA DE ENTRADA                   */
  /* -------------------------------------------------------------------------- */
  /* Animar Botón */
}
.campus-lms-woo-buscador-productos form input[type=text] {
  order: 10;
  width: 100%;
  min-height: 40px;
  border-radius: 0;
  border: none;
  outline: 0;
  background: transparent;
  height: inherit;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 16px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.15s;
}
.campus-lms-woo-buscador-productos form input[type=text]::placeholder {
  color: #767676;
}
.campus-lms-woo-buscador-productos form button {
  order: 15;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  line-height: 1;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 0;
  border: none;
  background-color: var(--e-global-color-primary);
  color: #fff;
  cursor: pointer;
  gap: 6px;
  min-width: 42px;
  box-sizing: content-box;
  transition: background-color 0.15s, color 0.15s;
}
.campus-lms-woo-buscador-productos form button.texto_icono, .campus-lms-woo-buscador-productos form button.texto {
  min-width: auto;
  padding: 0 16px;
}
.campus-lms-woo-buscador-productos form button:hover {
  border-radius: 0;
  background-color: var(--e-global-color-secondary);
}
.campus-lms-woo-buscador-productos form button:focus {
  outline: none;
  border-radius: 0;
}
.campus-lms-woo-buscador-productos form button svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  transition: all 0.15s;
}
.campus-lms-woo-buscador-productos form button i {
  fill: #fff;
  font-size: 20px;
  position: relative;
  display: block;
  transition: all 0.15s;
}
.campus-lms-woo-buscador-productos form button.cargando-productos svg,
.campus-lms-woo-buscador-productos form button.cargando-productos i {
  display: none;
}
.campus-lms-woo-buscador-productos form button.cargando-productos:before {
  content: "";
  position: static;
  z-index: 2;
  margin: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #ffffff;
  border-radius: 50%;
  transition: opacity 0.3s linear;
  animation: campus-cargando-productos 450ms infinite linear;
}
@keyframes campus-cargando-productos {
  100% {
    transform: rotate(360deg);
  }
}
.campus-lms-woo-buscador-productos.icono-order-primero form button svg {
  order: -1;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos {
  position: absolute;
  display: none;
  right: 0;
  max-width: 100%;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 0;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.campus-lms-woo-buscador-productos .resul-buscador-productos::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos::-webkit-scrollbar-corner {
  background: transparent;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .contenedor-resul-buscador-productos {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  margin-right: -1px;
  border-radius: 0;
  /* -------------------------------------------------------------------------- */
  /*                            Item de cada resultado                          */
  /* -------------------------------------------------------------------------- */
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .contenedor-resul-buscador-productos a {
  display: flex;
  align-items: flex-start;
  padding: 14px;
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-color: rgba(119, 119, 119, 0.2);
  cursor: pointer;
  font-weight: 400;
  color: #666;
  background: white;
  width: 100%;
  overflow: hidden;
  transition: all 0.25s ease;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .contenedor-resul-buscador-productos a:hover {
  background-color: #f7f7f7;
  color: #666;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .contenedor-resul-buscador-productos a img {
  display: none;
  flex: 0 0 auto;
  margin-right: 14px;
  max-width: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .contenedor-resul-buscador-productos a h5 {
  flex: 1 1 auto;
  font-weight: 600;
  color: #242424;
  margin-bottom: 0;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 1.4;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .contenedor-resul-buscador-productos a.ver-mas-productos {
  display: none;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 0 !important;
  border-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.25s ease;
}
.campus-lms-woo-buscador-productos .sinResultadosProductos {
  padding: 14px;
  font-size: 15px;
  text-align: center;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias {
  order: 5;
  display: flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  transition: all 0.5s linear;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .current-search-cat {
  padding: 0 16px;
  white-space: nowrap;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 100%;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .current-search-cat span {
  line-height: 1;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .current-search-cat i {
  margin-left: auto;
  padding-left: 16px;
  line-height: 0;
  font-size: 0.7em;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar {
  display: inline-block;
  min-width: 220px;
  padding: 15px;
  position: absolute;
  right: auto;
  left: 0;
  right: auto;
  top: 100%;
  background: #fff;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
  font-size: 15px;
  list-style: none;
  z-index: 10001;
  border-radius: 0px;
  overflow: hidden;
  overflow-y: auto;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar::-webkit-scrollbar-corner {
  background: transparent;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  margin-top: 0px;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar .list-dropdown-buscar-inner {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  max-height: 30vh;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar li {
  text-align: left;
  margin-bottom: 1px;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar li a {
  display: block;
  box-shadow: none;
  text-decoration: none;
  color: var(--e-global-color-text);
  padding: 0.4em 0.7em;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 3px;
  transition: all 0.1s linear;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar li a:hover {
  background: #f0f2f5;
  text-decoration: none;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar li.active a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  font-weight: 500;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias .list-dropdown-buscar li:last-child {
  margin: 0;
}
.campus-lms-woo-buscador-productos .campus-buscar-categorias:after {
  content: "";
  position: absolute;
  height: 65%;
  width: 1px;
  background-color: #e8e8e8;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
}

/* Boton el primera posicion  */
.button-position-button-first .campus-lms-woo-buscador-productos form button {
  order: 0;
}

/* Justificar Formulario Responsive*/
[data-elementor-device-mode=desktop] .data-align-justify,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos div.buscador-productos-woo,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos div.buscador-productos-woo form,
[data-elementor-device-mode=desktop] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos .resul-buscador-productos {
  width: 100%;
}

[data-elementor-device-mode=tablet] .data-align-justify,
[data-elementor-device-mode=tablet] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos,
[data-elementor-device-mode=tablet] .data-align-tablet-justify .elementor-widget-container .campus-lms-woo-buscador-productos div.buscador-productos-woo,
[data-elementor-device-mode=tablet] .data-align-tablet-justify .elementor-widget-container .campus-lms-woo-buscador-productos div.buscador-productos-woo form,
[data-elementor-device-mode=tablet] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos .resul-buscador-productos {
  width: 100%;
}

[data-elementor-device-mode=mobile] .data-align-justify,
[data-elementor-device-mode=mobile] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos,
[data-elementor-device-mode=mobile] .data-align-mobile-justify .elementor-widget-container .campus-lms-woo-buscador-productos div.buscador-productos-woo,
[data-elementor-device-mode=mobile] .data-align-mobile-justify .elementor-widget-container .campus-lms-woo-buscador-productos div.buscador-productos-woo form,
[data-elementor-device-mode=mobile] .data-align-justify .elementor-widget-container .campus-lms-woo-buscador-productos .resul-buscador-productos {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                           DISEÑO GENERAL: Boton Formulario                  */
/* -------------------------------------------------------------------------- */
[data-elementor-device-mode=mobile] .campus-lms-woo-buscador-productos form .boton-buscador .texto-boton-buscador {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                            Animacion Imagenes                             */
/* -------------------------------------------------------------------------- */
.search-item .search-item img {
  transition: all 0.2s ease-in-out;
}

[buscador-animation=animation-zoomin] a.search-item:hover img {
  transform: scale(1.1);
}

[buscador-animation=animation-scale] a.search-item img,
[buscador-animation=animation-zoomout] a.search-item img {
  transform: scale(1);
}

[buscador-animation=animation-zoomout] a.search-item:hover img {
  transform: scale(0.9);
}

[buscador-animation=animation-scale] a.search-item:hover img {
  transform: scale(1.1) rotate(2deg);
}

[buscador-animation=animation-gray] a.search-item:hover img {
  filter: grayscale(100%);
}

[buscador-animation=animation-blur] a.search-item:hover img {
  filter: blur(1px);
}

[buscador-animation=animation-bright] a.search-item img {
  filter: brightness(1);
}

[buscador-animation=animation-bright] a.search-item:hover img {
  filter: brightness(1.2);
}

[buscador-animation=animation-sepia] a.search-item img {
  filter: sepia(50%);
}

[buscador-animation=animation-sepia] a.search-item:hover img {
  filter: sepia(0);
}

[buscador-animation=animation-trans] a.search-item img {
  transform: translateX(-3px) scale(1.1);
}

[buscador-animation=animation-trans] a.search-item:hover img {
  transform: translateX(0) scale(1.1);
}

/* Cuando Categorias esta despues del Boton  */
.position-cat-despues-campo-buscar .campus-buscar-categorias {
  order: 12;
}

.position-cat-despues-campo-buscar .campus-buscar-categorias:after {
  right: auto;
  left: 0;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias {
  padding: 0 8px;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat {
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  font-size: 13px;
  background: var(--e-global-color-text);
  justify-content: center;
  border-radius: 50%;
}

body[data-elementor-device-mode=mobile] .campus-lms-woo-buscador-productos form input[type=text] {
  padding: 0 0 0 8px;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  position: relative;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat span:before {
  content: "X";
  font-size: inherit;
  color: #fff;
  text-indent: 0;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat i {
  display: none;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias:after {
  content: none;
}

body[data-elementor-device-mode=mobile] .campus-buscar-categorias .current-search-cat.active {
  background: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 1                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos.estilo-1 form {
  background-color: #fff;
}

.campus-lms-woo-buscador-productos.estilo-1 form .campus-buscar-categorias:after {
  background-color: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 2                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos.estilo-2 form {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  background-color: #fff;
}

.campus-lms-woo-buscador-productos.estilo-2 form input[type=text] {
  padding: 0px 16px 0px 16px;
  align-self: normal;
  background-color: transparent;
}

.campus-lms-woo-buscador-productos.estilo-2 form button {
  background-color: transparent;
  padding: 0 8px;
  color: #515151;
}

.button-position-button-first .campus-lms-woo-buscador-productos.estilo-2 form input[type=text] {
  padding: 0px 16px 0px 0;
}

.position-cat-antes-campo-buscar .campus-lms-woo-buscador-productos.estilo-2 form .campus-buscar-categorias {
  border-radius: 50px 0 0 50px;
}

.campus-lms-woo-buscador-productos.estilo-2 form button.cargando-productos:before {
  border-left-color: #666666;
}

.campus-lms-woo-buscador-productos.estilo-2.estilo-2-posicion-boton-left form input[type=text] {
  padding: 0 0 0 42px;
}

.campus-lms-woo-buscador-productos.estilo-2 form button:hover {
  background-color: transparent;
}

.campus-lms-woo-buscador-productos.estilo-2 form button svg {
  fill: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 3                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos.estilo-3 form {
  background: white;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}

.campus-lms-woo-buscador-productos.estilo-3 form input[type=text] {
  background: transparent;
  min-height: 40px;
}

.campus-lms-woo-buscador-productos.estilo-3 form button {
  padding: 0 13px;
  min-width: auto;
  gap: 12px;
  border-radius: 30px 30px 30px 30px;
}

.campus-lms-woo-buscador-productos.estilo-3 form button.texto,
.campus-lms-woo-buscador-productos.estilo-3 form button.texto_icono {
  padding: 0 16px;
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 4                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos.estilo-4 form {
  background: white;
  padding: 0;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 50px;
}

.campus-lms-woo-buscador-productos.estilo-4 form .campus-buscar-categorias:after {
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-primary);
}

.campus-lms-woo-buscador-productos.estilo-4 form input[type=text] {
  background: transparent;
  min-height: 40px;
}

.campus-lms-woo-buscador-productos.estilo-4 form button {
  padding: 0 8px;
  border-radius: 0 50px 50px 0;
}

.campus-lms-woo-buscador-productos.estilo-4 form button.texto,
.campus-lms-woo-buscador-productos.estilo-4 form button.texto_icono {
  padding: 0 16px;
}

.button-position-button-first .campus-lms-woo-buscador-productos.estilo-4 form button {
  border-radius: 50px 0 0 50px;
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 5                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos.estilo-5 form {
  background: white;
  padding: 8px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 4px;
}

.campus-lms-woo-buscador-productos.estilo-5 form input[type=text] {
  background: transparent;
  min-height: 40px;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 0 16px;
}

.campus-lms-woo-buscador-productos.estilo-5 form button {
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
}

.campus-lms-woo-buscador-productos.estilo-5 form .campus-buscar-categorias:after {
  background-color: var(--e-global-color-primary);
}

/* -------------------------------------------------------------------------- */
/*                                  Estilo 6                                  */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos.estilo-6 form {
  background: white;
  padding: 0;
  border: 2px solid #e5e5e5;
  border-radius: 0;
}

.campus-lms-woo-buscador-productos.estilo-6 form input[type=text] {
  background: transparent;
  min-height: 40px;
  font-weight: 300;
}

.campus-lms-woo-buscador-productos.estilo-6 form button {
  border-radius: 0;
  background: transparent;
  color: #515151;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
}

.campus-lms-woo-buscador-productos.estilo-6 form button:hover {
  background-color: #fbfbfb;
}

.campus-lms-woo-buscador-productos.estilo-6 form button:after {
  content: "";
  border-radius: 0;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  right: auto;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}

.campus-lms-woo-buscador-productos.estilo-6 form button svg {
  width: 13px;
  height: 13px;
  fill: #515151;
}

.campus-lms-woo-buscador-productos.estilo-6 form .campus-buscar-categorias:after {
  height: 100%;
}

/* Boton primera posicion  */
.button-position-button-first .campus-lms-woo-buscador-productos.estilo-6 form button:after {
  right: 0;
  left: auto;
  transform: translate(100%, -50%);
}

.campus-lms-woo-buscador-productos.estilo-6 form button.cargando-productos:before {
  border-left-color: #666666;
}

/* -------------------------------------------------------------------------- */
/*                        Modad 1 - Estilo 7                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-1.estilo-7 .woo-buscador-productos-overlay,
.modal-estilo-2.estilo-7 .woo-buscador-productos-overlay .buscador-productos-woo {
  background: rgba(0, 0, 0, 0.9);
}

.campus-lms-woo-buscador-productos.estilo-7 .woo-buscador-productos-overlay .buscador-productos-woo-header {
  color: #ffffff;
}

.campus-lms-woo-buscador-productos.estilo-7 form {
  background-color: transparent;
  width: 540px;
  border: 0;
  border-bottom: 1px solid #ffffff;
}

.campus-lms-woo-buscador-productos.estilo-7 form .campus-buscar-categorias .current-search-cat {
  background: transparent;
  min-height: 64px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.campus-lms-woo-buscador-productos.estilo-7 form input[type=text] {
  background: transparent;
  min-height: 64px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.campus-lms-woo-buscador-productos.estilo-7 form input[type=text]::placeholder {
  color: #ffffff;
}

.campus-lms-woo-buscador-productos.estilo-7 form button {
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  min-width: auto;
}

.campus-lms-woo-buscador-productos.estilo-7 form button svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.campus-lms-woo-buscador-productos.estilo-7 .woo-buscador-productos-overlay .campus-popup-close {
  color: #ffffff;
}

.campus-lms-woo-buscador-productos.estilo-7 .woo-buscador-productos-overlay .resul-buscador-productos {
  margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/*                     RESULTADOS DE BUSQUEDA                                 */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos .resul-buscador-productos {
  width: 540px;
}
.campus-lms-woo-buscador-productos .resul-buscador-productos .sinResultadosProductos {
  text-align: left;
  padding: 12px 16px;
  font-size: 14px;
  color: #999999;
}

/* -------------------------------------------------------------------------- */
/*                              DISEÑO  MODAL                                 */
/* -------------------------------------------------------------------------- */
.campus-lms-woo-buscador-productos .woo-buscador-productos-overlay .buscador-productos-woo-header {
  font-weight: 500;
  margin: 0 0 20px 0;
}

.campus-lms-woo-buscador-productos.form-modal {
  display: inline-flex;
  width: 100%;
}

.campus-lms-woo-buscador-productos .woo-buscador-productos-overlay form,
.campus-lms-woo-buscador-productos .woo-buscador-productos-overlay .resul-buscador-productos {
  width: 500px;
}

.campus-lms-woo-buscador-productos .boton-icon-buscar {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  line-height: 1;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 8px;
  border: none;
  background-color: transparent;
  color: var(--e-global-color-text);
  cursor: pointer;
  gap: 6px;
  box-sizing: content-box;
}

.campus-lms-woo-buscador-productos .item_tooltip_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(115%);
  background: #6f6f6f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: auto;
  border-radius: 0.5em;
  padding: 0.3em 0.8em;
  line-height: 1.5em;
  z-index: 999;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.campus-lms-woo-buscador-productos .item_tooltip_text:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #6f6f6f;
  border: 0.5em solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: -9;
  transition: all 0.15s linear;
  opacity: 0;
}

.campus-lms-woo-buscador-productos .boton-icon-buscar:hover + .item_tooltip_text {
  opacity: 1;
}
.campus-lms-woo-buscador-productos .boton-icon-buscar:hover + .item_tooltip_text:before {
  opacity: 1;
}

.campus-lms-woo-buscador-productos .boton-icon-buscar:hover,
.campus-lms-woo-buscador-productos .boton-icon-buscar:focus,
.campus-lms-woo-buscador-productos .boton-icon-buscar.active {
  background-color: transparent;
  border-radius: 0;
}

.campus-lms-woo-buscador-productos .boton-icon-buscar svg {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  fill: #333e48;
  transition: all 0.15s;
}

.campus-lms-woo-buscador-productos .boton-icon-buscar i {
  font-size: 20px;
  position: relative;
  display: block;
  color: #333e48;
  transition: all 0.15s;
}

.campus-lms-woo-buscador-productos .boton-icon-buscar .active {
  display: none;
}

div.buscador-woo-activo .campus-lms-woo-buscador-productos .boton-icon-buscar.active .default {
  display: none;
}

div.buscador-woo-activo .campus-lms-woo-buscador-productos .boton-icon-buscar.active .active {
  display: block;
}

div.buscador-woo-activo .campus-lms-woo-buscador-productos .woo-buscador-productos-overlay .buscador-productos-woo {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                    DIFERENTES ESTILOS VENTA MODAL                          */
/* -------------------------------------------------------------------------- */
.woo-buscador-productos-overlay .campus-popup-close {
  position: fixed;
  right: 16px;
  top: 16px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: lighter;
  border: none;
  color: #050505;
  background: transparent;
  padding: 8px;
  border-radius: 50%;
  transform: rotate(0deg);
  z-index: 99999;
  transition: all 0.15s ease;
}

.woo-buscador-productos-overlay .campus-popup-close svg {
  height: 24px;
  width: 24px;
}

.woo-buscador-productos-overlay .campus-popup-close:hover {
  background-color: transparent;
  transform: rotate(-90deg);
}

div.buscador-woo-activo .woo-buscador-productos-overlay .campus-popup-close {
  opacity: 1;
  visibility: visible;
}

body[data-elementor-device-mode=mobile] .woo-buscador-productos-overlay .campus-popup-close {
  right: 0;
}

/* -------------------------------------------------------------------------- */
/*                            Estilo 1 Modal                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-1 .woo-buscador-productos-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  transform: scale(0.5, 0.5);
  display: flex;
  justify-content: center;
  padding-top: 120px;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.modal-estilo-1 .woo-buscador-productos-overlay .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.buscador-woo-activo .modal-estilo-1 .woo-buscador-productos-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

/* -------------------------------------------------------------------------- */
/*                            Estilo 2 Modal                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-2 .woo-buscador-productos-overlay .search-popup-bg {
  position: fixed;
  z-index: 99990;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

div.buscador-woo-activo .modal-estilo-2 .woo-buscador-productos-overlay .search-popup-bg {
  opacity: 1;
  visibility: visible;
}

.modal-estilo-2 .woo-buscador-productos-overlay .buscador-productos-woo {
  position: fixed;
  z-index: 99991;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 80px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: visible;
  transform: scale(1, 1) translateY(-400%);
  transition: all 0.4s ease-in-out;
}

div.buscador-woo-activo .modal-estilo-2 .woo-buscador-productos-overlay .buscador-productos-woo {
  transform: scale(1, 1) translateX(0px);
}

/* -------------------------------------------------------------------------- */
/*                            Estilo 3 Modal                                  */
/* -------------------------------------------------------------------------- */
.modal-estilo-3 .woo-buscador-productos-overlay .search-popup-bg {
  position: fixed;
  width: 224vw;
  height: 264vw;
  top: calc(90px - 112vw);
  right: calc(100px - 112vw);
  z-index: 999;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 100%;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  transition-delay: 0.2s;
}

div.buscador-woo-activo .modal-estilo-3 .woo-buscador-productos-overlay .search-popup-bg {
  transform: scale(1.5);
  transition-delay: 0;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.3, 0, 0, 1);
}

.modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo {
  position: fixed;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  transition-delay: 200ms;
  opacity: 0;
  cursor: pointer;
  z-index: -999;
}

.modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo .campus-buscar-categorias,
.modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo .list-dropdown-buscar {
  cursor: pointer;
}

.modal-estilo-3.estilo-7.campus-lms-woo-buscador-productos .woo-buscador-productos-overlay .buscador-productos-woo {
  width: 100%;
  z-index: -1;
  padding: 0;
  margin: 0;
}

div.buscador-woo-activo .modal-estilo-3.estilo-7.campus-lms-woo-buscador-productos .woo-buscador-productos-overlay .buscador-productos-woo {
  z-index: 999999;
}

div.buscador-woo-activo .modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo {
  opacity: 1;
  transition-delay: 0.2s;
  z-index: 999999;
}

.modal-estilo-3 .woo-buscador-productos-overlay .campus-popup-close {
  color: #fff7f7;
  opacity: 0;
}

.modal-estilo-3 .woo-buscador-productos-overlay .campus-popup-close:hover {
  background-color: transparent;
}

.modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo-header {
  color: white;
}

body[data-elementor-device-mode=mobile] .modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo {
  width: 100%;
}

body[data-elementor-device-mode=mobile] .modal-estilo-3 .woo-buscador-productos-overlay .buscador-productos-woo .resul-buscador-productos {
  width: auto;
  margin: 0 10px;
}

.e-root-container-have-menu-mincart {
  z-index: 999999 !important;
}

.elementor-widget-woocommerce-menu-mincart {
  /* -------------------------------------------------------------------------- */
  /*                       Ocultamos el SideBar por defecto                     */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             ALINEACION SIDEBAR                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               Tooltips                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               Contando items                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                      Ocultamos Si esta vacio el icono                      */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             Estilo 1: Mini Cart                            */
  /* -------------------------------------------------------------------------- */
}
.elementor-widget-woocommerce-menu-mincart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
  background-color: transparent;
  transform: scale(0);
  transition: background-color 0.4s, transform 0s 0.4s;
}
.elementor-widget-woocommerce-menu-mincart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .elementor-menu-cart__main {
  opacity: 0;
  overflow: hidden;
  /*    min-height: 0;
  height: 0;
  padding: 0; */
}
.elementor-widget-woocommerce-menu-mincart.side-cart-alignment-start .elementor-menu-cart__main {
  left: 0;
  right: auto;
}
.elementor-widget-woocommerce-menu-mincart.side-cart-alignment-start:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
  transform: translateX(-100%);
}
.elementor-widget-woocommerce-menu-mincart.side-cart-alignment-end .elementor-menu-cart__main {
  left: auto;
  right: 0;
}
.elementor-widget-woocommerce-menu-mincart.side-cart-alignment-end:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
  transform: translateX(100%);
}
.elementor-widget-woocommerce-menu-mincart .elementor-menu-cart__toggle_wrapper {
  display: inline-block;
  position: relative;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart {
  display: inline-flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  background-color: transparent;
  border-color: #69727d;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  font-size: 13px;
  padding: 8px;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart .elementor-button-icon {
  position: relative;
  transition: color 0.1s;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart .elementor-button-icon .container-icon {
  display: block;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart .elementor-button-icon svg,
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart .elementor-button-icon i {
  height: 1em;
  width: 1em;
  font-size: 24px;
  color: #ffffff;
  fill: #ffffff;
  transition: 0.3s;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart:hover {
  color: #ffffff;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart:hover .elementor-button-icon svg,
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart:hover .elementor-button-icon i {
  color: #ffffff;
  fill: #ffffff;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart:hover + .item_tooltip_text {
  opacity: 1;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart:hover + .item_tooltip_text:before {
  opacity: 1;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart .container-elementor-text-subtotal {
  gap: 1px;
  display: flex;
  line-height: 1;
  flex-wrap: wrap;
  text-align: left;
  flex-direction: column;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-cart .container-elementor-text-subtotal .prefix-subtotal {
  font-size: 11px;
  color: #9e9e9e;
}
.elementor-widget-woocommerce-menu-mincart .item_tooltip_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(115%);
  background: #6f6f6f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: auto;
  border-radius: 0.5em;
  padding: 0.3em 0.8em;
  line-height: 1.5em;
  z-index: 999;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.elementor-widget-woocommerce-menu-mincart .item_tooltip_text:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #6f6f6f;
  border: 0.5em solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: -9;
  transition: all 0.15s linear;
  opacity: 0;
}
.elementor-widget-woocommerce-menu-mincart .elementor-button-icon-qty[data-counter] {
  background-color: var(--e-global-color-primary);
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  width: 18px;
  height: 18px;
  top: 12px;
  right: -8px;
  position: absolute;
  text-align: center;
}
.elementor-widget-woocommerce-menu-mincart.hide-empty-indicator-yes .elementor-button-icon .elementor-button-icon-qty[data-counter="0"] {
  display: none;
}
.elementor-widget-woocommerce-menu-mincart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .elementor-menu-cart__main {
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  height: 0;
  padding: 0;
}
.elementor-widget-woocommerce-menu-mincart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
  background: none;
  bottom: auto;
  height: auto;
  left: 0;
  min-width: 330px;
  overflow: visible;
  position: absolute;
  right: auto;
  top: 100%;
  transform: scale(1);
  transition: background-color 0.4s, transform 0s;
  width: auto;
  z-index: -1000;
}
@media (max-width: 767px) {
  .elementor-widget-woocommerce-menu-mincart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    min-width: 300px;
  }
}
.elementor-widget-woocommerce-menu-mincart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
  bottom: auto;
  height: auto;
  left: auto;
  overflow: visible;
  position: relative;
  right: auto;
  top: auto;
  transform: translateY(0);
  transition: opacity 0.3s linear;
  width: auto;
  height: auto;
  min-height: 200px;
  padding: 20px 30px;
}
.elementor-widget-woocommerce-menu-mincart.elementor-menu-cart--cart-type-mini-cart.elementor-menu-cart--shown .elementor-menu-cart__container {
  z-index: 1000;
}

/* -------------------------------------------------------------------------- */
/*                              MENU DESPLEGABLE                              */
/* -------------------------------------------------------------------------- */
.elementor-menu-cart__container {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  transform: scale(1);
  transition: background-color 0.4s, transform 0s;
  width: 100%;
  z-index: 9998;
}

.elementor-menu-cart__main {
  align-items: stretch;
  background-color: #fff;
  border-color: initial;
  border-style: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin-top: 0;
  max-width: 100%;
  min-height: 200px;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  transform: translateX(0);
  transition: 0.3s;
  width: 350px;
  /* -------------------------------------------------------------------------- */
  /*                                Boton Cerrar                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             LISTA DE PRODUCTOS                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  Sub total                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             Botones accion                                 */
  /* -------------------------------------------------------------------------- */
}
.elementor-menu-cart__main .elementor-menu-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.elementor-menu-cart__main .elementor-menu-cart__title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button {
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 1;
  margin: 0 0 0 auto;
  position: relative;
  transition: 0.3s;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button:after, .elementor-menu-cart__main .elementor-menu-cart__close-button:before {
  background: #252525;
  border-radius: 1px;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  transition: 0.2s;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button:before {
  transform: rotate(45deg);
}
.elementor-menu-cart__main .elementor-menu-cart__close-button:after {
  transform: rotate(-45deg);
}
.elementor-menu-cart__main .elementor-menu-cart__close-button:hover:after, .elementor-menu-cart__main .elementor-menu-cart__close-button:hover:before {
  background: #000000;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button-custom {
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0 auto;
  position: relative;
  transition: 0.3s;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button-custom svg,
.elementor-menu-cart__main .elementor-menu-cart__close-button-custom i {
  color: #69727d;
  fill: #69727d;
  height: 1em;
  width: 1em;
  font-size: 20px;
  transition: 0.2s;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button-custom svg:hover,
.elementor-menu-cart__main .elementor-menu-cart__close-button-custom i:hover {
  fill: #69727d;
}
.elementor-menu-cart__main .elementor-menu-cart__close-button-custom:hover:after, .elementor-menu-cart__main .elementor-menu-cart__close-button-custom:hover:before {
  background: #69727d;
}
.elementor-menu-cart__main .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: initial;
  flex: 1;
}
.elementor-menu-cart__main .widget_shopping_cart_content .btn-lp-course-view-cart {
  display: none;
}
.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  padding: 8px 0;
  color: inherit;
  text-align: center;
}
.elementor-menu-cart__main ul.cart_list {
  max-height: calc(100vh - 250px);
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.elementor-menu-cart__main ul.cart_list li.mini_cart_item {
  position: relative;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  border-bottom-color: #d5d8dc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.elementor-menu-cart__main ul.cart_list li.mini_cart_item:last-child {
  border-bottom-width: 0 !important;
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button {
  height: 18px;
  width: 18px;
  border: 1px solid #69727d;
  border-radius: 22px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  right: 2px;
  text-align: center;
  background: transparent;
  transition: 0.3s;
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button:after, .elementor-menu-cart__main ul.cart_list .remove_from_cart_button:before {
  background: #69727d;
  content: "";
  height: 1px;
  left: 25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 50%;
  z-index: 1;
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button:before {
  transform: rotate(45deg);
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button:after {
  transform: rotate(-45deg);
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button > a {
  display: block;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button:hover {
  border: 1px solid #2f2f2f;
}
.elementor-menu-cart__main ul.cart_list .remove_from_cart_button:hover:after, .elementor-menu-cart__main ul.cart_list .remove_from_cart_button:hover:before {
  background: #2f2f2f;
}
.elementor-menu-cart__main ul.cart_list .product-thumbnail {
  width: 25%;
}
.elementor-menu-cart__main ul.cart_list .product-thumbnail img {
  display: block;
  float: none;
  width: 100%;
  margin-left: 0;
  border-radius: 5px;
}
.elementor-menu-cart__main ul.cart_list .product-name {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
  padding-left: 20px;
  flex: 1;
}
.elementor-menu-cart__main ul.cart_list .product-name a {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  transition: 0.2s;
}
.elementor-menu-cart__main ul.cart_list .product-name dl.variation {
  margin-top: 0.5em;
  padding-left: 0.5em;
  line-height: 1.3em;
}
.elementor-menu-cart__main ul.cart_list .quantity {
  width: 100%;
  align-self: end;
  color: #69727d;
  font-weight: 300;
}
.elementor-menu-cart__main .woocommerce-mini-cart__total {
  margin-top: auto;
  margin-bottom: 14px;
  border-color: #d5d8dc;
  border-style: solid;
  border-width: 1px 0;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.elementor-menu-cart__main .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: bolder;
}
.elementor-menu-cart__main .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  text-align: center;
  gap: 14px;
}
.elementor-menu-cart__main .woocommerce-mini-cart__buttons a.button {
  border-radius: 3px;
  padding: 14px;
  height: fit-content;
  font-weight: 500;
  line-height: 1;
  border-width: 0;
  transition: all 0.2s ease;
}
.elementor-menu-cart__main .woocommerce-mini-cart__buttons a.button:not(.checkout) {
  background-color: transparent;
  color: #000;
  border: 1px solid #69727d;
}
.elementor-menu-cart__main .woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
  border: 1px solid #030303;
}
.elementor-menu-cart__main .woocommerce-mini-cart__buttons a.button.checkout {
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/*                            Animacion Hover                               */
/* -------------------------------------------------------------------------- */
.cart-animation-grow:hover .elementor-button-icon svg,
.cart-animation-grow:hover .elementor-button-icon i {
  transform: scale(1.1);
}

.cart-animation-shrink:hover .elementor-button-icon svg,
.cart-animation-shrink:hover .elementor-button-icon i {
  transform: scale(0.9);
}

.cart-animation-pulse:hover .elementor-button-icon svg,
.cart-animation-pulse:hover .elementor-button-icon i {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.cart-animation-pulse-grow:hover .elementor-button-icon svg,
.cart-animation-pulse-grow:hover .elementor-button-icon i {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.cart-animation-pulse-shrink:hover .elementor-button-icon svg,
.cart-animation-pulse-shrink:hover .elementor-button-icon i {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cart-animation-pulse-push:hover .elementor-button-icon svg,
.cart-animation-pulse-push:hover .elementor-button-icon i {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.cart-animation-bounce-in:hover .elementor-button-icon svg,
.cart-animation-bounce-in:hover .elementor-button-icon i {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.cart-animation-bounce-out:hover .elementor-button-icon svg,
.cart-animation-bounce-out:hover .elementor-button-icon i {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.cart-animation-wobble-vertical:hover .elementor-button-icon svg,
.cart-animation-wobble-vertical:hover .elementor-button-icon i {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cart-animation-buzz:hover .elementor-button-icon svg,
.cart-animation-buzz:hover .elementor-button-icon i {
  animation-name: elementor-animation-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
/* -------------------------------------------------------------------------- */
/*                   PROXIMO Y ANTERIOR PRODUCTO WOOCOMMERCE                  */
/* -------------------------------------------------------------------------- */
.woo-prev-next-prod {
  display: inline-flex;
  margin-left: auto;
  margin-bottom: 0;
  align-items: center;
  position: relative;
  gap: 16px;
  list-style: none;
}
.woo-prev-next-prod .container-prev-next .woo-product-next-prev {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 200%;
  right: 0;
  z-index: 30;
  padding: 10px;
  line-height: 1.2em;
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: top;
  transition: opacity 0.3s, transform 0.3s;
}
.woo-prev-next-prod .container-prev-next .woo-product-next-prev img {
  max-width: initial;
}
.woo-prev-next-prod .container-prev-next .woo-product-next-prev:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 8px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.03);
}
.woo-prev-next-prod .container-prev-next .woo-product-next-prev h4 {
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 8px 0 0;
  margin: 0;
  overflow: hidden;
  background: inherit;
  z-index: 1;
}
.woo-prev-next-prod .container-prev-next a {
  display: flex;
}
.woo-prev-next-prod .container-prev-next .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 1;
}
.woo-prev-next-prod .container-prev-next .icon svg,
.woo-prev-next-prod .container-prev-next .icon i {
  display: block;
  width: 1em;
  height: 1em;
  color: #555555;
  fill: #555555;
  transition: all 0.3s;
}
.woo-prev-next-prod .container-prev-next.prev .woo-product-next-prev:before {
  left: 44px;
}
.woo-prev-next-prod .container-prev-next.prev:hover .woo-product-next-prev,
.woo-prev-next-prod .container-prev-next.prev:hover .woo-product-next-prev, .woo-prev-next-prod .container-prev-next.next:hover .woo-product-next-prev,
.woo-prev-next-prod .container-prev-next.next:hover .woo-product-next-prev, .woo-prev-next-prod .container-prev-next.home-shop:hover .woo-product-next-prev,
.woo-prev-next-prod .container-prev-next.home-shop:hover .woo-product-next-prev {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.woo-prev-next-prod .container-prev-next.prev:hover .icon:before, .woo-prev-next-prod .container-prev-next.next:hover .icon:before, .woo-prev-next-prod .container-prev-next.home-shop:hover .icon:before {
  color: var(--e-global-color-primary, #2d2d2d);
}

/* -------------------------------------------------------------------------- */
/*                         Product images gallery Woo                         */
/* -------------------------------------------------------------------------- */
body.single-product .elementor-slideshow__title {
  display: none;
}

.elementor-widget-woo-product-images-gallery {
  overflow: hidden;
  /* -------------------------------------------------------------------------- */
  /*                                    Dots                                    */
  /* -------------------------------------------------------------------------- */
}
.elementor-widget-woo-product-images-gallery .slick-carousel {
  margin-right: -8px;
  margin-left: -8px;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 18px;
  width: 100%;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-track {
  display: flex;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: 600px;
}
@media (max-width: 768px) {
  .elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide {
    height: 320px;
  }
}
@media (max-width: 420px) {
  .elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide {
    height: 280px;
  }
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide > div {
  height: 100%;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide .woocommerce-product-gallery__image {
  height: 100%;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide .thumbs-inner {
  height: 100%;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide a {
  display: block;
  height: 100%;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  cursor: zoom-in;
}
.elementor-widget-woo-product-images-gallery .slick-carousel.woocommerce-product-gallery .slick-slide .zoomImg {
  display: none !important;
}
.elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track {
  display: flex;
}
.elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track .slick-slide .thumbs-inner {
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track .slick-slide .thumbs-inner img {
  opacity: 0.5;
  transform: scale(1);
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track .slick-slide.slick-slide.slick-current img, .elementor-widget-woo-product-images-gallery .woocommerce-product-gallery-thumbs .slick-track .slick-slide:hover img {
  opacity: 1;
  transform: scale(1.15);
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow {
  margin-top: 0;
  margin-bottom: 0;
  backface-visibility: visible;
  background: rgba(23, 23, 23, 0.5);
  padding: 0;
  text-align: center;
  line-height: normal;
  color: #fff;
  z-index: 3;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=100);
  font-size: 14px;
  width: 24px;
  height: 24px;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow > * {
  z-index: 1;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: var(--e-global-color-primary);
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 50%;
  backface-visibility: hidden;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:after {
  font-size: 10px;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow.slick-prev:after {
  content: "\e00c";
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow.slick-next:after {
  content: "\e00b";
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow .textnav {
  display: none;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:hover, .elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:active, .elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:focus {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:hover:before, .elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:active:before, .elementor-widget-woo-product-images-gallery .slick-carousel .slick-arrow:focus:before {
  transform: scale(1);
  backface-visibility: visible;
}
.elementor-widget-woo-product-images-gallery .slick-carousel:hover .slick-arrow.slick-prev {
  left: 35px;
}
.elementor-widget-woo-product-images-gallery .slick-carousel:hover .slick-arrow.slick-next {
  right: 35px;
}
.elementor-widget-woo-product-images-gallery .slick-carousel:hover .slick-arrow {
  visibility: visible;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  backface-visibility: visible;
}
.elementor-widget-woo-product-images-gallery .slick-carousel .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  gap: 10px;
  transform: translateY(8px);
}
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li button {
  display: block;
  text-indent: -9999em;
  width: 14px;
  height: 14px;
  padding: 0;
  background: #d4d4d4;
  border-radius: 50%;
  opacity: 1;
  border: none;
  transition: all 0.2s;
  color: #111111;
}
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li button:hover,
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li button:focus {
  outline: none;
  background: #111111;
  color: #111111;
}
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li button:hover:before,
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li button:focus:before {
  opacity: 1;
}
.elementor-widget-woo-product-images-gallery .slick-carousel ul.slick-dots li.slick-active button {
  opacity: 1;
  background: #111111;
}
.elementor-widget-woo-product-images-gallery span.onsale {
  min-height: auto;
  display: block;
  padding: 8px 10px;
  z-index: 4;
  background-color: #1C1D1F;
  color: #fff;
  line-height: 1em;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  top: 20px;
  left: 20px;
}

.swiper-lazy-loading {
  display: none !important;
}

.elementor-widget-product-single-price p.price,
.elementor-widget-product-single-price p.price > span.price {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 6px;
  color: var(--e-global-color-text);
}
.elementor-widget-product-single-price ins,
.elementor-widget-product-single-price .woocommerce-Price-amount {
  text-decoration: none;
}
.elementor-widget-product-single-price del {
  opacity: 1;
  line-height: 0;
  order: 2;
}
.elementor-widget-product-single-price del .woocommerce-Price-amount {
  vertical-align: middle;
  opacity: 1;
}

.woocommerce .woocommerce-variation .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--e-global-color-primary, #2d2d2d);
  font-weight: 700;
  text-decoration: none;
  font-size: 38px;
  gap: 6px;
}
.woocommerce .woocommerce-variation .woocommerce-variation-price .price ins {
  text-decoration: none;
}
.woocommerce .woocommerce-variation .woocommerce-variation-price .price del {
  order: 2;
  vertical-align: middle;
  color: #acacac;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .woocommerce-variation .woocommerce-variation-availability .in-stock {
  color: var(--e-global-color-primary, #2d2d2d);
}

.elementor-widget-n-tabs {
  /*   .e-n-tab-title {
        position: relative;
        &:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 0;
            top: 0;
            height: 3px;
            background-color: var(--e-global-color-primary, $principal);
            transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
        }
        &[aria-selected="true"] {
            &:after {
                width: 100%;
            }
        }
    } */
}

.elementor-widget-product-single-review_content .tabs.wc-tabs {
  display: none;
}
.elementor-widget-product-single-review_content #reviews {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .elementor-widget-product-single-review_content #reviews {
    flex-direction: column;
  }
}
.elementor-widget-product-single-review_content #reviews #comments {
  flex: 1 1 50%;
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 567px) {
  .elementor-widget-product-single-review_content #reviews #comments {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.elementor-widget-product-single-review_content #reviews #comments .woocommerce-Reviews-title {
  display: none;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 16px 16px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container img.avatar {
  position: relative;
  max-width: 60px;
  width: 60px;
  margin-right: 18px;
  padding: 0;
  border: 0;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: 0;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text p {
  font-size: 15px;
  font-weight: 300;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
  order: -1;
  margin-right: auto;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  color: #242424;
  font-weight: 600;
  font-size: 14px;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__verified {
  display: none;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  text-transform: capitalize;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating span:before {
  color: #ffb639;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li .comment_container .comment-text .description {
  width: 100%;
}
.elementor-widget-product-single-review_content #reviews #comments ol.commentlist li:last-child {
  border-bottom: 0;
}
.elementor-widget-product-single-review_content #reviews #comments .cr-voting-cont {
  width: 100%;
  justify-content: flex-start;
}
.elementor-widget-product-single-review_content #reviews #comments .cr-comment-images.cr-comment-videos {
  margin-bottom: 8px;
}
.elementor-widget-product-single-review_content #reviews #comments .woocommerce-noreviews {
  margin: 0;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper {
  flex: 1 1 50%;
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 567px) {
  .elementor-widget-product-single-review_content #reviews #review_form_wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form {
  max-width: 700px;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .comment-reply-title {
  display: block;
  font-weight: 600;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images input[type=file] {
  display: none;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images .cr-upload-images-containers {
  align-items: stretch;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images .cr-upload-images-containers .cr-upload-images-thumbnail {
  object-fit: cover;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  outline: 2px dashed #cdd0d4;
  font-size: 1.25rem;
  background-color: #f1f1f1;
  position: relative;
  padding: 35px 20px;
  margin: 8px 0 16px 0;
  font-size: 15px;
  outline-offset: 0;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  cursor: pointer;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images label:before {
  content: "A";
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images label:hover {
  background-color: #f6f6f6;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form .cr-upload-local-images .cr-upload-images-delete {
  top: -6px;
  right: -8px;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform {
  justify-content: flex-start;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-comment label,
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-rating label,
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-author label,
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-email label {
  margin-bottom: 8px;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-rating {
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars {
  position: relative;
  top: 4px;
  left: 8px;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars a {
  color: #ffb639;
}
.elementor-widget-product-single-review_content #reviews #review_form_wrapper #review_form #commentform .comment-form-author {
  margin-right: 16px;
}

/* -------------------------------------------------------------------------- */
/*                         FILTRO PRODUCTO WOOCOMMERCE                       */
/* -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider {
  background: #e3e6ea;
  box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border-bottom: 1px solid white;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range.ui-widget-header {
  background: #059601;
  box-shadow: inset 0px -2px 5px rgba(1, 1, 1, 0.1490196078);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #067402;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  background: #ffffff;
  border: 1px solid var(--e-global-color-primary);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 8px;
  transition: all 0.3s;
  white-space: nowrap;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}

/*--------------------------------------------------------------------------------
	7. Plugin Donation Platform for WooCommerce: Fundraising & Donation Management
------------------------------------------------------------------------------*/
/*-------------------------------------
Pagina Registro
------------------------------------ */
#wcdp {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}
#wcdp .wcdp-header {
  padding: 0;
  display: none;
}
#wcdp .wcdp-header .wcdp-step::before {
  width: 1.8em;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
#wcdp .wcdp-header .wcdp-step:hover {
  transform: scale(1);
}
#wcdp #wcdp-step-1 + .woocommerce-form-login-toggle {
  display: none;
}
#wcdp #wcdp-step-1[style="display: none;"] + .woocommerce-form-login-toggle {
  display: block;
  margin: 0 0 24px 0;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount {
  text-align: center;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
  font-size: 0;
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount label {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  width: 100%;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount label abbr {
  display: none;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount .woocommerce-Price-currencySymbol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 32px;
  border: 1px solid rgba(0, 0, 0, 0.231372549);
  border-radius: var(--campus_cl_boton_radio) 0 0 var(--campus_cl_boton_radio);
  border-right: 0;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.0509803922);
  font-weight: 500;
  color: #546274;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]:focus {
  outline: none;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]::-webkit-slider-runnable-track {
  background-color: #f2f2f2;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  height: 20px;
  border-radius: 0.65rem;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: scale(1.2);
  background-color: var(--e-global-color-primary, #2d2d2d);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]:focus::-webkit-slider-thumb {
  background-color: var(--e-global-color-primary, #2d2d2d);
  outline-offset: 0.125rem;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]::-moz-range-track {
  background-color: #f2f2f2;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  height: 20px;
  border-radius: 0.65rem;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  /*custom styles*/
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: scale(1.4);
  background-color: var(--e-global-color-primary, #2d2d2d);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.853);
  outline-offset: 0.125rem;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount #wcdp-donation-amount {
  border-radius: 0 var(--campus_cl_boton_radio) var(--campus_cl_boton_radio) 0;
  border: 1px solid rgba(0, 0, 0, 0.231372549);
  padding: 11px 12px;
  color: #546274;
  background-color: #fff;
  flex: 1;
  margin: 0;
  outline: 0;
  line-height: normal;
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  transition: all 0.3sease;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp_va_amount .wcdp-amount #wcdp-range {
  width: 100%;
}
#wcdp #wcdp-step-1 form#wcdp-ajax-send #wcdp-ajax-button {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
#wcdp #wcdp-step-2 .woocommerce-billing-fields h3,
#wcdp #wcdp-step-2 .woocommerce-account-fields h3 {
  display: block;
}
#wcdp #wcdp-step-2 .woocommerce-billing-fields .form-row,
#wcdp #wcdp-step-2 .woocommerce-account-fields .form-row {
  width: 100%;
}
#wcdp #wcdp-step-2 .woocommerce-billing-fields .form-row .input-text,
#wcdp #wcdp-step-2 .woocommerce-billing-fields .form-row select,
#wcdp #wcdp-step-2 .woocommerce-billing-fields .form-row .select2-selection,
#wcdp #wcdp-step-2 .woocommerce-account-fields .form-row .input-text,
#wcdp #wcdp-step-2 .woocommerce-account-fields .form-row select,
#wcdp #wcdp-step-2 .woocommerce-account-fields .form-row .select2-selection {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 213, 221);
}
#wcdp #wcdp-step-3[style="display: block;"] {
  display: flex !important;
  flex-direction: column;
}
#wcdp #wcdp-step-3 #wcdp-invalid-fields {
  order: -1;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#wcdp #wcdp-step-3 #wcdp-invalid-fields:before {
  content: none;
}
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button {
  margin: 0;
}
#wcdp #wcdp-step-3 #wcdp-invalid-fields p.wcdp-button .button.wcdp-left {
  float: none;
  margin: 16px auto 0;
}
#wcdp #wcdp-step-3 .coupon-form {
  display: none;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table {
  margin: 0;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .product-name {
  align-items: center;
  display: flex;
  font-weight: bold;
  padding-left: 0;
  flex-wrap: wrap;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .product-name .product-quantity {
  display: none;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .product-name a.remove {
  display: none;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .product-name .product-item-thumbnail {
  align-items: center;
  display: flex;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .product-name .product-item-thumbnail img {
  background-color: #fff;
  border: 1px solid #d6d8d8;
  border-radius: 3px;
  height: auto !important;
  margin-right: 8px;
  padding: 3px;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: right;
  padding-right: 0;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .order-total th {
  padding: 24px 12px;
}
#wcdp #wcdp-step-3 .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
  padding-right: 0;
}
#wcdp #wcdp-step-3 button.wcdp-button {
  margin: 0 auto;
  color: #000000;
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  padding: 0;
  height: auto;
  min-height: auto;
}
#wcdp #wcdp-step-3 #payment .payment_methods {
  margin: 0;
}
#wcdp .woocommerce-form-login-toggle .woocommerce-info {
  color: #2f2f2f;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
#wcdp .woocommerce-form-login-toggle .woocommerce-info:before {
  content: none;
}
#wcdp .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  padding-left: 4px;
}
#wcdp .woocommerce-form.woocommerce-form-login {
  margin: 0 0 26px 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.0509803922);
  padding: 32px;
  border-radius: 16px;
}
#wcdp .woocommerce-form.woocommerce-form-login > p:not(.form-row) {
  text-align: center;
  font-weight: 600;
}
#wcdp .woocommerce-form.woocommerce-form-login .form-row {
  width: 100%;
}
#wcdp .woocommerce-form.woocommerce-form-login .input-text {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 213, 221);
}
#wcdp .woocommerce-form.woocommerce-form-login .row-woocommerce-rememberme-lost-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#wcdp .woocommerce-form.woocommerce-form-login .row-woocommerce-rememberme-lost-button:before, #wcdp .woocommerce-form.woocommerce-form-login .row-woocommerce-rememberme-lost-button:after {
  content: none;
}
#wcdp .woocommerce-form.woocommerce-form-login .row-woocommerce-rememberme-lost-button .woocommerce-form__label-for-checkbox {
  order: -1;
}
#wcdp .woocommerce-form.woocommerce-form-login .row-woocommerce-rememberme-lost-button .woocommerce-form-login__submit {
  width: 100%;
  margin: 0;
}
#wcdp .wcdp-donation-received-heading {
  display: none;
}
#wcdp #wcdp-spinner {
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------
	7. Plugin "YayCurrency"
------------------------------------------------------------------------------*/
/*-------------------------------------
Pagina Registro
------------------------------------ */
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher {
  margin-bottom: 0;
}
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher .yay-currency-custom-select__trigger {
  height: auto;
  color: #ffffff;
  background: transparent;
  border: transparent;
  padding: 0.3em 0;
}
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher .yay-currency-custom-arrow::before,
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher .yay-currency-custom-arrow::after {
  background-color: #ffffff;
  width: 0.1rem;
}
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher .yay-currency-flag {
  min-width: 20px;
  min-height: 14px;
  border-radius: 1px;
}
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher .yay-currency-custom-options {
  border-radius: 3px;
  border: 0;
  font-size: inherit !important;
}
.elementor-widget-yay-currency-switcher .yay-currency-single-page-switcher .yay-currency-custom-option-row.selected {
  background-color: var(--e-global-color-primary);
}

/*--------------------------------------------------------------------------------
	7. Estilos Elementor floating bars (Plugin LA-Studio Element Kit for Elementor lo interrumpe)
------------------------------------------------------------------------------*/
div[data-elementor-type=floating-buttons] {
  z-index: 9990;
  position: relative;
}

.e-floating-bars {
  --e-floating-bars-announcement-bg-color: #467ff7;
  --e-floating-bars-announcement-text-color: #fff;
  --e-floating-bars-announcement-icon-color: #fff;
  --e-floating-bars-cta-button-text-color: #fff;
  --e-floating-bars-cta-button-text-color-hover: #467ff7;
  --e-floating-bars-cta-button-bg-color: #1c2448;
  --e-floating-bars-cta-button-bg-color-hover: #fff;
  --e-floating-bars-cta-button-border-color: #1c2448;
  --e-floating-bars-cta-button-border-color-hover: #1c2448;
  --e-floating-bars-close-button-color: #fff;
  --e-floating-bars-announcement-icon-size: 20px;
  --e-floating-bars-elements-padding-block-end: 12px;
  --e-floating-bars-elements-padding-block-start: 12px;
  --e-floating-bars-elements-padding-inline-end: 16px;
  --e-floating-bars-elements-padding-inline-start: 16px;
  --e-floating-bars-elements-gap: 16px;
  --e-floating-bars-cta-corners: 50px;
  --e-floating-bars-cta-button-border-width: 2px;
  --e-floating-bars-cta-button-padding-block-end: 8px;
  --e-floating-bars-cta-button-padding-block-start: 8px;
  --e-floating-bars-cta-button-padding-inline-end: 20px;
  --e-floating-bars-cta-button-padding-inline-start: 20px;
  --e-floating-bars-cta-button-icon-gap: 5px;
  --e-floating-bars-cta-button-animation-delay: 500ms;
  --e-floating-bars-cta-button-animation-duration: 1000ms;
  --e-floating-bars-background-overlay-opacity: 0.5;
  --e-floating-bars-close-icon-size: 24px;
  align-items: center;
  background-color: var(--e-floating-bars-announcement-bg-color);
  color: var(--e-floating-bars-announcement-text-color);
  display: flex;
  gap: var(--e-floating-bars-elements-gap);
  padding-block-end: var(--e-floating-bars-elements-padding-block-end);
  padding-block-start: var(--e-floating-bars-elements-padding-block-start);
  padding-inline-end: var(--e-floating-bars-elements-padding-inline-end);
  padding-inline-start: var(--e-floating-bars-elements-padding-inline-start);
  position: relative;
  width: 100%;
  z-index: 10000;
  z-index: 0;
}

@media (max-width: 768px) {
  .e-floating-bars {
    align-items: flex-start;
    display: grid;
    gap: var(--e-floating-bars-elements-gap);
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    row-gap: 16px;
  }
}
.e-floating-bars:focus {
  outline: none;
}

.e-floating-bars.has-vertical-position-top {
  inset-block-start: 0;
}

.e-floating-bars.has-vertical-position-bottom {
  inset-block-end: 0;
}

.e-floating-bars.is-sticky {
  inset-inline-end: 0;
  inset-inline-start: 0;
  position: fixed;
}

.e-floating-bars.is-hidden {
  display: none;
}

.e-floating-bars.has-close-button {
  padding-inline-end: calc(var(--e-floating-bars-elements-padding-inline-end) + 20px);
  padding-inline-start: calc(var(--e-floating-bars-elements-padding-inline-start) + 20px);
}

.e-floating-bars .has-corners-rounded {
  --e-floating-bars-corners: 20px;
}

.e-floating-bars .has-corners-round {
  --e-floating-bars-corners: 50px;
}

.e-floating-bars .has-corners-sharp {
  --e-floating-bars-corners: 0;
}

.e-floating-bars__announcement-text {
  align-items: center;
  color: var(--e-floating-bars-announcement-text-color);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  margin: 0;
}

.e-floating-bars__announcement-icon {
  align-items: center;
  color: var(--e-floating-bars-announcement-icon-color);
  display: flex;
  height: 100%;
}

.e-floating-bars__announcement-icon svg {
  fill: var(--e-floating-bars-announcement-icon-color);
  height: var(--e-floating-bars-announcement-icon-size);
  width: var(--e-floating-bars-announcement-icon-size);
}

.e-floating-bars__announcement-icon i {
  color: var(--e-floating-bars-announcement-icon-color);
  font-size: var(--e-floating-bars-announcement-icon-size);
}

.e-floating-bars__cta-icon {
  color: var(--e-floating-bars-cta-button-text-color);
  display: inline-flex;
  transition: all 0.3s;
}

.e-floating-bars__cta-icon svg {
  fill: var(--e-floating-bars-cta-button-text-color);
  height: 1em;
  transition: all 0.3s;
  width: 1em;
}

.e-floating-bars__cta-button-container {
  order: 3;
}

@media (max-width: 768px) {
  .e-floating-bars__cta-button-container {
    display: flex;
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
.e-floating-bars__cta-button,
.e-floating-bars__cta-button:not([href]):not([tabindex]) {
  align-items: center;
  color: var(--e-floating-bars-cta-button-text-color);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: var(--e-floating-bars-cta-button-icon-gap);
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}

.e-floating-bars__cta-button.animated,
.e-floating-bars__cta-button:not([href]):not([tabindex]).animated {
  animation-delay: var(--e-floating-bars-cta-button-animation-delay);
  animation-duration: var(--e-floating-bars-cta-button-animation-duration);
  animation-iteration-count: 1;
}

.e-floating-bars__cta-button.has-entrance-animation,
.e-floating-bars__cta-button:not([href]):not([tabindex]).has-entrance-animation {
  opacity: 0;
}

.e-floating-bars__cta-button.visible,
.e-floating-bars__cta-button:not([href]):not([tabindex]).visible {
  opacity: 1;
}

.e-floating-bars__cta-button:focus,
.e-floating-bars__cta-button:focus .e-floating-bars__cta-icon,
.e-floating-bars__cta-button:hover,
.e-floating-bars__cta-button:hover .e-floating-bars__cta-icon,
.e-floating-bars__cta-button:not([href]):not([tabindex]):focus,
.e-floating-bars__cta-button:not([href]):not([tabindex]):focus .e-floating-bars__cta-icon,
.e-floating-bars__cta-button:not([href]):not([tabindex]):hover,
.e-floating-bars__cta-button:not([href]):not([tabindex]):hover .e-floating-bars__cta-icon {
  color: var(--e-floating-bars-cta-button-text-color-hover);
  transition: all 0.3s;
}

.e-floating-bars__cta-button:focus .e-floating-bars__cta-icon svg,
.e-floating-bars__cta-button:hover .e-floating-bars__cta-icon svg,
.e-floating-bars__cta-button:not([href]):not([tabindex]):focus .e-floating-bars__cta-icon svg,
.e-floating-bars__cta-button:not([href]):not([tabindex]):hover .e-floating-bars__cta-icon svg {
  fill: var(--e-floating-bars-cta-button-text-color-hover);
  transition: all 0.3s;
}

.e-floating-bars__cta-button.has-border,
.e-floating-bars__cta-button:not([href]):not([tabindex]).has-border {
  border-color: var(--e-floating-bars-cta-button-border-color);
  border-style: solid;
  border-width: var(--e-floating-bars-cta-button-border-width);
}

.e-floating-bars__cta-button.has-border:focus,
.e-floating-bars__cta-button.has-border:hover,
.e-floating-bars__cta-button:not([href]):not([tabindex]).has-border:focus,
.e-floating-bars__cta-button:not([href]):not([tabindex]).has-border:hover {
  border-color: var(--e-floating-bars-cta-button-border-color-hover);
}

.e-floating-bars__cta-button.is-type-button,
.e-floating-bars__cta-button:not([href]):not([tabindex]).is-type-button {
  background-color: var(--e-floating-bars-cta-button-bg-color);
  border-radius: var(--e-floating-bars-corners);
  padding-block-end: var(--e-floating-bars-cta-button-padding-block-end);
  padding-block-start: var(--e-floating-bars-cta-button-padding-block-start);
  padding-inline-end: var(--e-floating-bars-cta-button-padding-inline-end);
  padding-inline-start: var(--e-floating-bars-cta-button-padding-inline-start);
}

.e-floating-bars__cta-button.is-type-button:focus,
.e-floating-bars__cta-button.is-type-button:hover,
.e-floating-bars__cta-button:not([href]):not([tabindex]).is-type-button:focus,
.e-floating-bars__cta-button:not([href]):not([tabindex]).is-type-button:hover {
  background-color: var(--e-floating-bars-cta-button-bg-color-hover);
}

.e-floating-bars__cta-button.is-type-link,
.e-floating-bars__cta-button:not([href]):not([tabindex]).is-type-link {
  text-decoration: none;
}

.e-floating-bars__cta-button.is-type-link .e-floating-bars__cta-text,
.e-floating-bars__cta-button:not([href]):not([tabindex]).is-type-link .e-floating-bars__cta-text {
  text-decoration: underline;
}

.e-floating-bars__close-button,
.e-floating-bars__close-button[type=button] {
  align-items: center;
  display: flex;
  position: absolute;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 1;
  margin: 0 0 0 auto;
  transition: 0.3s;
}
.e-floating-bars__close-button:after, .e-floating-bars__close-button:before,
.e-floating-bars__close-button[type=button]:after,
.e-floating-bars__close-button[type=button]:before {
  background: #ffffff;
  border-radius: 1px;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  transition: 0.2s;
}
.e-floating-bars__close-button:before,
.e-floating-bars__close-button[type=button]:before {
  transform: rotate(45deg);
}
.e-floating-bars__close-button:after,
.e-floating-bars__close-button[type=button]:after {
  transform: rotate(-45deg);
}

.e-floating-bars__close-button i,
.e-floating-bars__close-button[type=button] i {
  font-size: var(--e-floating-bars-close-icon-size);
  display: none;
}

@media (max-width: 768px) {
  .e-floating-bars__close-button,
  .e-floating-bars__close-button[type=button] {
    top: 10px;
  }
}
.e-floating-bars__close-button,
.e-floating-bars__close-button:focus,
.e-floating-bars__close-button:hover,
.e-floating-bars__close-button[type=button],
.e-floating-bars__close-button[type=button]:focus,
.e-floating-bars__close-button[type=button]:hover {
  background-color: transparent;
  border: 0;
  color: var(--e-floating-bars-close-button-color);
  padding: 0;
}

.e-floating-bars__close-button i,
.e-floating-bars__close-button:focus i,
.e-floating-bars__close-button:hover i,
.e-floating-bars__close-button[type=button] i,
.e-floating-bars__close-button[type=button]:focus i,
.e-floating-bars__close-button[type=button]:hover i {
  color: var(--e-floating-bars-close-button-color);
}

.e-floating-bars__overlay {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  inset-block-end: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  opacity: var(--e-floating-bars-background-overlay-opacity);
  position: absolute;
  width: 100%;
  z-index: -1;
}

.e-con.e-con--floating-bars,
.e-con:has(.e-floating-bars) {
  padding: 0;
}

.e-con.e-con--floating-bars > .e-con-inner,
.e-con.e-con--floating-bars > .e-con-inner.e-con-inner--floating-bars,
.e-con:has(.e-floating-bars) > .e-con-inner,
.e-con:has(.e-floating-bars) > .e-con-inner.e-con-inner--floating-bars {
  max-width: unset;
  padding-block-end: 0;
  padding-block-start: 0;
}