@import url('responsive.css');
@font-face {
    font-family: Aventa;
    src: url(../fonts/Aventa.otf);
}

:root {
    --primary-color: #101820;
    --secondary-color: #FF8200;
    --tertiary-color: #F3F3F3;
    --quaternary-color: #0B1016;
    --five-color: #10182059;
    --six-color: #D9D9D9;
    --seven-color: #9D9D9D;
    --nine-color: #F66D5C;
    --font-family: Aventa;
}
body {
    background-color: #FAEDE3;
}
button {
    cursor: pointer !important;
}
.nojodas {
    background-color: var(--primary-color);
}
.bg1 {
    background-color: var(--primary-color);
}
.bg2 {
    background-color: var(--secondary-color);
}
.bg3 {
    background-color: var(--nine-color);
}
.bg4 {
    background-color: var(--seven-color);
}
.text-primary-color {
    color: var(--primary-color);
    font-family: var(--font-family);
}
.text-secondary-color {
    color: var(--secondary-color);
    font-family: var(--font-family);
}
.text-tertiary-color {
    color: var(--tertiary-color);
    font-family: var(--font-family);
}
.text-quaternary-color {
    color: var(--quaternary-color);
    font-family: var(--font-family);
}
.text-five-color {
    color: var(--five-color);
    font-family: var(--font-family);
}
.text-seven-color {
    color: var(--seven-color);
    font-family: var(--font-family);
}
.aventa-font {
    font-family: var(--font-family);
}

.footer-link a, .footer-p, .text-six-color {
    color: var(--tertiary-color);
    opacity: 0.5;
}

.bg-receipt {
    background-color: var(--six-color);
}
.bg-footer-color {
    background-color: var(--quaternary-color);
}
.bg-login-card {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid #FFF;
    backdrop-filter: blur(100px);
}
.bg-register-card {
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}
.bg-swiper-card2{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50) !important;
    backdrop-filter: blur(16.649999618530273px);
}
.bg-swiper-card {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16.649999618530273px);
}
.bg-scroll-to {
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(4.150000095367432px);
}
.bg-articles {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(75px);
}
.bg-checkout {
    background: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(75px);
}
.bg-input {
    background-color: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(4.150000095367432px);
}
.bg-input-filters {
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(4.150000095367432px);
}
.bg-cursor {
    border-radius: 65px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 37.1px 0px rgba(12, 12, 12, 0.08);
    backdrop-filter: blur(25.75px);
}
.bg-cursor span {
    transform: rotate(-15deg);
}
.bg-user-sidebar {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16.649999618530273px);
}
.bg-top-courses {
    border: 0.8px solid #FFF;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(75px);
}
.bg-cart {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(75px);
}
.bg-search-dropdown {
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(105.55000305175781px);
}
.bg-primary {
    background-image: url(../media/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
}
.notify-bg {
    background-image: url(../media/notify.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.notify-bg2 {
    background-image: url(../media/notify2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-container {
    grid-template-columns: 1fr auto 1fr;
}

.navbar-link {
    width: fit-content;
    text-align: center;
    font-family: var(--font-family);
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.navbar-link-signup {
    background-color: var(--primary-color);
    border-radius: 48px;
    min-width: 132px;
}
.navbar-link-signup span {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.navbar-link-menu {
    background-color: var(--primary-color);
    min-width: 56px;
    min-height: 55px;
}
.navbar-link-cart {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.btn-join-us {
    background-color: var(--primary-color);
    border-radius: 30px;
}
.btn-shadow {
    box-shadow: 0 0 20.3px 0 rgba(255, 130, 0, 0.41);
}
.text-font-2 {
    color: #F3F3F3;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-image img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper {
    width: 100%;
    height: fit-content;
}

.swiper-slide {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Custom styles for the progress bar line */
[data-step] {
    display: none;
}
[data-step].active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.step-bubble {
    transition: all 0.3s ease;
}
.step-bubble.active {
    background-color: #FF8200;
    color: white;
}
.step-bubble.completed {
    background-color: #FF8200;
    color: white;
}
.checkout-header {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Carrito: capa única (z-40). El backdrop no usa z-index global alto: va z-0 dentro de la capa; el panel z-1 */
.cart-modal-layer {
    pointer-events: none;
    visibility: hidden;
}
.cart-modal-layer.is-open {
    pointer-events: auto;
    visibility: visible;
}

.modal-cart-backdrop-el {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.cart-modal-layer.is-open .modal-cart-backdrop-el {
    opacity: 1;
}

#modal-cart {
    opacity: 0;
    pointer-events: none;
    transform: translate(25%, -25%) scale(0.85);
    transition:
        opacity 0.3s ease,
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-modal-layer.is-open #modal-cart {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0) scale(1);
}

/* Focus outline on close button */
#modal-cart .close-btn:focus-visible {
    outline: 2px solid #22d3ee; /* cyan-400 */
    outline-offset: 2px;
    border-radius: 0.375rem;
}

/* Ocultar cursor normal dentro del contenedor */
.mySwiperFirst,.mySwiper {
    cursor: none;
}
  /* Prevent text selection while dragging effect */
.mySwiperFirst,.mySwiper, #custom-cursor {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hola {
    display: none;   
}

/* Sistema de calificacion */
.star {
    cursor: pointer;
    transition: color 0.2s ease;
}
/* Filled star color */
.star-filled {
    color: #101820; /* amber-500 */
}
/* Empty star color */
.star-empty {
    color: #101820; /* gray-700 */
}

/* Sidebar */
/* Estilos personalizados */
.course-level {
    background-image: url(../media/bglevel.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-collapsed {
    width: 88px;
    transition: width 0.3s ease;
}
.sidebar-expanded {
    width: 300px;
    transition: width 0.3s ease;
}
.sidebar-expanded .course-level, .sidebar-expanded .ocultar-menu {
    display: block;
}
.sidebar-collapsed .course-level, .sidebar-collapsed .ocultar-menu {
    display: none;
}
.sidebar-expanded .logo1 {
    display: none;
}
.sidebar-collapsed .logo2 {
    display: none;
}
@media (max-width: 768px) {
    .sidebar-expanded {
        width: 100%;
    }
}
.sidebar-item:hover {
    background-color: var(--primary-color);
    border-radius: 30px;
    transition: 0.3s ease-out;
}
.sidebar-item:hover > .sidebar-text,.sidebar-item:hover svg path {
    color: var(--tertiary-color);
    fill: var(--tertiary-color);
}
.close-sidebar-btn {
    transition: all 0.3s ease;
}
.close-sidebar-btn:hover {
    background-color: var(--secondary-color);
    transform: scale(1.1);
}
.close-sidebar-btn:active {
    transform: scale(0.95);
}
.content-area {
    transition: margin-left 0.3s ease;
}
.content-shifted {
    margin-left: 200px;
}
@media (max-width: 768px) {
    .content-shifted {
        margin-left: 0;
    }
}

/* Opciones del select */
select option {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background-color: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(4.150000095367432px);
}

/* Checkbox */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none; /* Para navegadores de Apple */
    -moz-appearance: none;    /* Para Firefox */
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 5px;
    position: relative;
  }
  
  /* Estilo cuando está marcado */
  input[type="checkbox"]:checked {
    background-color: var(--secondary-color);
  }
  
  /* Icono de check */
  input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

/** Borders **/
.border-new {
    border-color: #10182038;
}

/* Estilo del "track" (la pista de fondo) */
::-webkit-scrollbar {
  width: 0px; /* O un valor más pequeño para hacerla fina */
}

/* Estilo del "track" (la pista de fondo) */
::-webkit-scrollbar-track {
  background: transparent;
}
