/* _content/CR.MoversLab.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.main-container[b-ir8dl4v4xx] {
    display: flex;
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 576px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: var(--navbar-mobile-height);
    box-sizing: border-box;
}
/*PANTALLAS MOBILE L*/
@media (min-width: 577px) and (max-width: 720px) {
    .main-container[b-ir8dl4v4xx] {
        min-width: 577px;
        max-width: 720px;
    }
}
/*PANTALLAS TABLET*/
@media (min-width: 721px) and (max-width: 1024px) {
    .main-container[b-ir8dl4v4xx] {
        min-width: 721px;
        max-width: 1024px;
    }
}
/*PANTALLAS LAPTOP*/
@media (min-width: 1024px) and (max-width: 1480px) {
    .main-container[b-ir8dl4v4xx] {
        min-width: 1024px;
        max-width: 1480px;
    }
}

/*PANTALLAS ESCRITORIO*/
@media (min-width: 1480px) {
    .main-container[b-ir8dl4v4xx] {
        min-width: 1480px;
        max-width: initial;
    }
}
/* _content/CR.MoversLab.UI/Components/Layout/NavMenu.razor.rz.scp.css */



.navbar-sidebar-backdrop[b-n709jsqphm] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
}

.navbar-sidebar[b-n709jsqphm] {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    width: min(100%, 420px);
    height: 100dvh;
    max-width: 1024px;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    border: 1px solid var(--Color-Palette-White, #fff);
    background: var(--Color-Palette-Black, #121212);
    box-sizing: border-box;
    z-index: 1001;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
}

.navbar-sidebar-open[b-n709jsqphm] {
    transform: translateX(0);
}

.navbar-sidebar-close[b-n709jsqphm] {
    position: absolute;
    top: 20px;
    right: 24px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.navmenu-options[b-n709jsqphm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 48px;
}

    .navmenu-options a[b-n709jsqphm] {
        color: #fff;
        text-decoration: none;
    }

.logo-name-container[b-n709jsqphm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

    .logo-name-container svg[b-n709jsqphm] {
        max-width: 220px;
        width: 100%;
        height: auto;
    }

.Location-Text-Sidebar[b-n709jsqphm] {
    color: #fff;
    text-align: center;
}

.footer-social-media-container[b-n709jsqphm] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}


@media (max-width: 480px) {
   

        .navbar-container-mobile > a svg[b-n709jsqphm] {
            width: 190px;
            height: auto;
        }

    .navbar-sidebar[b-n709jsqphm] {
        width: 100%;
        padding: 32px 24px;
        gap: 56px;
    }

    .navmenu-options[b-n709jsqphm] {
        gap: 20px;
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Component_About.razor.rz.scp.css */
.hero-container[b-i0c3xhiln8] {
    display: flex;
    height: 319.719px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border: 1px solid var(--Color-Palette-White, #fff);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url("/assets/images/shared/landing/hero_mobile.png");
    background-size: cover;
    background-position: 50%;
}

.hero-info-content[b-i0c3xhiln8] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border: 1px solid var(--Color-Palette-White, #fff);
}

.image-section-complete-container[b-i0c3xhiln8] {
    align-self: stretch;
    height: 576px;
    background: url("/assets/images/shared/landing/landing_about.png");
    background-size: cover;
    
    background-position: 50%;
    border: 1px solid var(--Color-Palette-White, #fff);
}

.location-container[b-i0c3xhiln8] {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}



.map-container[b-i0c3xhiln8] {
    width: 100%;
    min-width: 320px;
    max-width: 576px;
    height: 450px;
    overflow: hidden;
}

    .map-container iframe[b-i0c3xhiln8] {
        width: 100%;
        height: 100%;
        border: 0;
    }

.contact-container[b-i0c3xhiln8] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border: 1px solid var(--Color-Palette-White, #fff);
}

.data-contact-container[b-i0c3xhiln8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.info-contact-container[b-i0c3xhiln8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.icon-data-content[b-i0c3xhiln8] {
    display: flex;
    align-items: center;
    gap: var(--Spacing-8-Scale-Gap-XX-Small, 8px);
    align-self: stretch;
}

.doble-link-container[b-i0c3xhiln8]{
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

/*PANTALLAS MOBILE L*/
@media (min-width: 577px) and (max-width: 720px) {
    .map-container[b-i0c3xhiln8] {
        min-width: 577px;
        max-width: 720px;
    }

    .hero-container[b-i0c3xhiln8]{
        height: 426px;
    }
}

/*PANTALLAS TABLET*/
@media (min-width: 721px) and (max-width: 1024px) {
    .map-container[b-i0c3xhiln8] {
        min-width: 721px;
        max-width: 1024px;
    }

    .doble-link-container[b-i0c3xhiln8] {
        flex-direction: row;
        
    }

    .hero-container[b-i0c3xhiln8] {
        height: 568px;
        align-self: stretch;
    }

    .contact-container[b-i0c3xhiln8] {
        flex-direction: row;
    }

    .data-contact-container[b-i0c3xhiln8]{
        flex: 1 0 0;
    }

}

/*PANTALLAS LAPTOP*/
@media (min-width: 1024px) and (max-width: 1480px) {
    .map-container[b-i0c3xhiln8] {
        min-width: 1024px;
        max-width: 1480px;
    }

    .doble-link-container[b-i0c3xhiln8] {
        flex-direction: row;
        
    }

    .hero-container[b-i0c3xhiln8] {
        height: 568px;
        align-self: stretch;
    }

    .contact-container[b-i0c3xhiln8] {
        flex-direction: row;
    }

    .data-contact-container[b-i0c3xhiln8]{
        
        flex: 1 0 0;
    }
    .image-section-complete-container[b-i0c3xhiln8]{
        height: 620px;
    }

   
}

/*PANTALLAS ESCRITORIO*/
@media  (min-width: 1480px) {
    .map-container[b-i0c3xhiln8] {
        min-width: 1480px;
        max-width: initial;
    }

    .doble-link-container[b-i0c3xhiln8] {
        flex-direction: row;
    }

    .hero-container[b-i0c3xhiln8] {
        height: 568px;
        align-self: stretch;
    }

    .contact-container[b-i0c3xhiln8] {
        flex-direction: row;
    }

    .data-contact-container[b-i0c3xhiln8] {
     
        flex: 1 0 0;
    }

    .image-section-complete-container[b-i0c3xhiln8] {
        height: 620px;
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Component_Classes_Detail.razor.rz.scp.css */
.body-container[b-6kwajeverf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 40px 24px;
    border: 1px solid var(--Color-Palette-White, #fff);
}

.instructor-clases-container[b-6kwajeverf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
.info-tipos-classes[b-6kwajeverf] {
    display: flex;
    
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.level-info-container[b-6kwajeverf] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-self: stretch;
}

.item-level-container[b-6kwajeverf] {
    position: relative;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 16px;
    row-gap: 16px;
    align-items: start;
}

    .item-level-container:not(:last-child)[b-6kwajeverf]::after {
        content: "";
        position: absolute;
        left: 15px;
        top: 32px;
        bottom: -40px;
        width: 2px;
        background: rgba(255, 255, 255, 0.35);
        z-index: 0;
    }

.levelTag-content[b-6kwajeverf] {
    display: contents;
}

.level-dot[b-6kwajeverf] {
    grid-column: 1;
    position: relative;
    z-index: 2;
}

.Header-XS-L[b-6kwajeverf] {
    grid-column: 2;
    align-self: center;
}

.levelTag-indent[b-6kwajeverf] {
    grid-column: 1;
    width: 32px;
    height: 1px;
}

.Body-M[b-6kwajeverf] {
    grid-column: 2;
}

.frame-video-container-mini[b-6kwajeverf] {
    grid-column: 2;
    width: 220px;
    height: 180px;
    background: #fff;
    justify-self: end;
}
/* _content/CR.MoversLab.UI/Components/Pages/Component_Prices.razor.rz.scp.css */
.body-container[b-xcm6jwtrqp] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border: 1px solid var(--Color-Palette-White, #fff);
}

.prices-container[b-xcm6jwtrqp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.price-card[b-xcm6jwtrqp] {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border: 2px solid var(--Color-Palette-Primary, #f2ff28);
}

.price-card-content[b-xcm6jwtrqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.price-data-content[b-xcm6jwtrqp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.doble-vertical-centro-container[b-xcm6jwtrqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

/*PANTALLAS MOBILE L*/
@media (min-width: 577px) and (max-width: 720px) {
    
}


/*PANTALLAS TABLET*/
@media (min-width: 721px) and (max-width: 1024px) {
   
}


/*PANTALLAS LAPTOP*/
@media (min-width: 1024px) and (max-width: 1480px) {
    .prices-container[b-xcm6jwtrqp] {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        align-self: stretch;
        grid-template-rows: repeat(4,minmax(0,1fr));
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

/*PANTALLAS ESCRITORIO*/
@media (min-width: 1480px) {
    .prices-container[b-xcm6jwtrqp] {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        align-self: stretch;
        grid-template-rows: repeat(3,minmax(0,1fr));
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Component_Profesor_Detail.razor.rz.scp.css */
.body-container[b-7fo0vvkphy] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border: 1px solid var(--Color-Palette-White, #fff);
}

.hero-profesor-container[b-7fo0vvkphy] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.profesor-card-container[b-7fo0vvkphy] {
    display: flex;
    height: 549px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: stretch;
    flex-shrink: 0;
    background: url("/assets/images/shared/professors/luna_mobile.png") 50% / cover no-repeat;
}

.hero-data-content[b-7fo0vvkphy] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-media-container[b-7fo0vvkphy] {
    flex: initial;
    height: 52px;
    width: 52px;
    padding: 0;
}

.info-profesor-container[b-7fo0vvkphy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.doble-vertical-text-container[b-7fo0vvkphy] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.instructor-clases-container[b-7fo0vvkphy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}


/*PANTALLAS MOBILE L*/
@media (min-width: 577px) and (max-width: 720px) {
}


/*PANTALLAS TABLET*/
@media (min-width: 721px) and (max-width: 1024px) {
    .hero-profesor-container[b-7fo0vvkphy] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-laptop-tablet-gap-medium, 40px);
        align-self: stretch;
       
    }

    .profesor-card-container[b-7fo0vvkphy] {
        aspect-ratio: 1 /1;
        height: 420px;
    }

    .hero-data-content[b-7fo0vvkphy] {
       flex-direction: row;
    }

   
}

/*PANTALLAS LAPTOP*/
@media (min-width: 1024px) and (max-width: 1480px) {
    .hero-profesor-container[b-7fo0vvkphy] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-laptop-tablet-gap-medium, 40px);
        align-self: stretch;
    }

    .profesor-card-container[b-7fo0vvkphy] {
        aspect-ratio: 1 /1;
        height: 674px;
    }

    .hero-data-content[b-7fo0vvkphy] {
        flex-direction: row;
    }
}

/*PANTALLAS ESCRITORIO*/
@media (min-width: 1480px) {
    .hero-profesor-container[b-7fo0vvkphy] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-laptop-tablet-gap-medium, 40px);
        align-self: stretch;
    }

    .profesor-card-container[b-7fo0vvkphy] {
        aspect-ratio: 1 /1;
        height: 640px;
    }

    .hero-data-content[b-7fo0vvkphy] {
        flex-direction: row;
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Component_Profesor_Main.razor.rz.scp.css */
.body-container[b-v5u3dbqnig] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border: 1px solid var(--Color-Palette-White, #fff);
    background: url("/assets/images/shared/landing/Background.png") repeat;
}

.gallery-professors-container[b-v5u3dbqnig] {
    display: grid;
    width: 100%;
    align-self: stretch;
    gap: 24px;
    /* Las filas se crean solas */
    grid-auto-flow: row;
    grid-auto-rows: auto;
    /* Mobile base */
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* PANTALLAS MOBILE L */
@media (min-width: 577px) and (max-width: 720px) {
    .gallery-professors-container[b-v5u3dbqnig] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

/* PANTALLAS TABLET */
@media (min-width: 721px) and (max-width: 1024px) {
    .gallery-professors-container[b-v5u3dbqnig] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--spacing-laptop-tablet-gap-medium, 40px);
    }
}

/* PANTALLAS LAPTOP */
@media (min-width: 1025px) and (max-width: 1480px) {
    .gallery-professors-container[b-v5u3dbqnig] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--spacing-laptop-tablet-gap-medium, 40px);
    }
}

/* PANTALLAS ESCRITORIO */
@media (min-width: 1481px) {
    .gallery-professors-container[b-v5u3dbqnig] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: var(--spacing-laptop-tablet-gap-medium, 40px);
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Home.razor.rz.scp.css */
.hero-container[b-j3g98zhzp3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.hero-image-container[b-j3g98zhzp3] {
    height: 576px;
    width: 100%;
    align-self: stretch;
    aspect-ratio: 12/17;
    background: url("/assets/images/shared/landing/hero_mobile.png");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-info-data[b-j3g98zhzp3] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.hero-buttons-container[b-j3g98zhzp3] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

/* SPOTLIGHT */
.spotlight[b-j3g98zhzp3] {
    display: flex;
    height: 96px;
    padding: 0 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    overflow: hidden;
    border: 1px solid var(--White, #fff);
    background: #0b0b0b;
}

.spotlight-track[b-j3g98zhzp3] {
    display: flex;
    align-items: center;
    gap: 32px;
    min-width: max-content;
    animation: spotlight-marquee-b-j3g98zhzp3 18s linear infinite;
}

    .spotlight-track span[b-j3g98zhzp3] {
        color: var(--White, #fff);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }

@keyframes spotlight-marquee-b-j3g98zhzp3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.section-principal-movers-container[b-j3g98zhzp3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    align-self: stretch;
}

.section-image-clases-button-container[b-j3g98zhzp3] {
    display: flex;
    padding: 60px 49px;
    padding-top: 0;
    flex-direction: column;
    height: 576px;
    justify-content: flex-end;
    gap: 169px;
    align-items: center;
   
    border: 1px solid var(--White, #fff);
    flex-shrink: 0;
    background: url("/assets/images/shared/landing/SectionClases.png") lightgray 45% / cover no-repeat;
}

.section-image-profesores-button-container[b-j3g98zhzp3] {
    display: flex;
    padding: 240px 49px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 178px;
 
    aspect-ratio: 1/1;
    border: 1px solid var(--White, #fff);
    background: url("/assets/images/shared/landing/SectionProfesores.png") lightgray 55% / cover no-repeat;
}
/* _content/CR.MoversLab.UI/Components/Pages/Shared_Components/Component_Classes.razor.rz.scp.css */
.clases-summary-container[b-747tqjpjkm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.info-clases-summary-content[b-747tqjpjkm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.data-clases-summary[b-747tqjpjkm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.doble-horizontal-text[b-747tqjpjkm] {
    display: flex;
    align-items: center;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.frame-video-container[b-747tqjpjkm] {
    width: 100%;
    min-height: 220px;
    background: #fff;
}

/* PANTALLAS MOBILE L */
@media (min-width: 577px) and (max-width: 720px) {
    .clases-summary-container[b-747tqjpjkm] {
        gap: 32px;
    }

    .frame-video-container[b-747tqjpjkm] {
        min-height: 260px;
    }
}

/* PANTALLAS TABLET */
@media (min-width: 721px) and (max-width: 1024px) {
    .clases-summary-container[b-747tqjpjkm] {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }

        .clases-summary-container.clases-summary-reversed[b-747tqjpjkm] {
            flex-direction: row-reverse;
        }

    .info-clases-summary-content[b-747tqjpjkm] {
        flex: 1 1 0;
        align-self: stretch;
    }

    .frame-video-container[b-747tqjpjkm] {
        height: 250.891px;
        flex: 1 1 0;
        aspect-ratio: 227 / 126;
    }

    .data-clases-summary[b-747tqjpjkm] {
        gap: 40px;
    }
}

/* PANTALLAS LAPTOP */
@media (min-width: 1025px) and (max-width: 1480px) {
    .clases-summary-container[b-747tqjpjkm] {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }

        .clases-summary-container.clases-summary-reversed[b-747tqjpjkm] {
            flex-direction: row-reverse;
        }

    .info-clases-summary-content[b-747tqjpjkm] {
        flex: 1 1 0;
        align-self: stretch;
    }

    .frame-video-container[b-747tqjpjkm] {
        height: 280px;
        flex: 1 0 0;
        aspect-ratio: 227 / 126;
    }

    .data-clases-summary[b-747tqjpjkm] {
        gap: 40px;
    }
}

/* PANTALLAS ESCRITORIO */
@media (min-width: 1481px) {
    .clases-summary-container[b-747tqjpjkm] {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }

        .clases-summary-container.clases-summary-reversed[b-747tqjpjkm] {
            flex-direction: row-reverse;
        }

    .info-clases-summary-content[b-747tqjpjkm] {
        flex: 1 1 0;
        align-self: stretch;
    }

    .frame-video-container[b-747tqjpjkm] {
        height: 380px;
        flex: 1 1 0;
        aspect-ratio: 227 / 126;
    }

    .data-clases-summary[b-747tqjpjkm]{
        gap: 40px;
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Shared_Components/Component_Link_Option.razor.rz.scp.css */
.link-option-container[b-84vo63qoc2] {
    display: flex;
    height: 120px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    cursor: pointer;
    border: 1px solid var(--Color-Palette-White, #fff);
}

/*PANTALLAS TABLET*/
@media (min-width: 721px) {
    .link-option-container[b-84vo63qoc2] {
        flex: 1;
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Shared_Components/Component_Schedule.razor.rz.scp.css */
.schedule-container[b-k9pokchlp2] {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border: 1px solid var(--White, #fff);
    background: url("/assets/images/shared/landing/Background.png") repeat;
}

.schedule-title[b-k9pokchlp2] {
    text-align: center;
}

.calendar-display-container[b-k9pokchlp2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

.header-schedule-container[b-k9pokchlp2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}

.schedule-header-actions[b-k9pokchlp2] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.arrows-next-before-container[b-k9pokchlp2] {
    display: flex;
    align-items: center;
    background: var(--Color-Black, #121212);
    gap: 12px;
}

.arrow-calendar-button[b-k9pokchlp2] {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .arrow-calendar-button svg[b-k9pokchlp2] {
        display: block;
    }

.schedule-view-icon-group[b-k9pokchlp2] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.schedule-view-icon-button[b-k9pokchlp2] {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--White, #fff);
    background: transparent;
    color: var(--White, #fff);
    cursor: pointer;
    box-sizing: border-box;
}

    .schedule-view-icon-button.active[b-k9pokchlp2] {
        background: var(--White, #fff);
        color: var(--Black, #121212);
    }

    .schedule-view-icon-button:hover[b-k9pokchlp2] {
        background: rgba(255, 255, 255, 0.15);
    }

    .schedule-view-icon-button.active:hover[b-k9pokchlp2] {
        background: var(--White, #fff);
        color: var(--Black, #121212);
    }

/* FILTROS */

.filters-container[b-k9pokchlp2] {
    display: flex;
    align-self: stretch;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 20;
}

.schedule-filters-bar[b-k9pokchlp2] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 6px;
}

    .schedule-filters-bar[b-k9pokchlp2]::-webkit-scrollbar {
        height: 0;
    }

.schedule-filter-item[b-k9pokchlp2] {
    position: relative;
    flex: 0 0 auto;
    min-width: 138px;
}

.schedule-filter-trigger[b-k9pokchlp2] {
    display: flex;
    width: 100%;
    height: 32px;
    padding: 0 0 8px 0;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    color: var(--White, #fff);
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}

    .schedule-filter-trigger span:first-child[b-k9pokchlp2] {
        display: block;
        max-width: 112px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.schedule-filter-chevron[b-k9pokchlp2] {
    width: 13px;
    height: 13px;
    border-right: 2px solid var(--White, #fff);
    border-bottom: 2px solid var(--White, #fff);
    transform: rotate(45deg) translateY(-3px);
    transition: transform 0.2s ease;
    flex: 0 0 auto;
}

.schedule-filter-item.is-open .schedule-filter-chevron[b-k9pokchlp2] {
    transform: rotate(-135deg) translateY(-1px);
}

.schedule-filter-menu[b-k9pokchlp2] {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 50;
    min-width: 190px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--White, #fff);
    background: var(--Black, #121212);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

    .schedule-filter-menu button[b-k9pokchlp2] {
        width: 100%;
        padding: 10px 12px;
        border: none;
        background: transparent;
        color: var(--White, #fff);
        text-align: left;
        cursor: pointer;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        box-sizing: border-box;
    }

        .schedule-filter-menu button:hover[b-k9pokchlp2] {
            background: rgba(255, 255, 255, 0.12);
        }

/* VISTA DÍA */

.calendar-daily-container[b-k9pokchlp2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    background: var(--Black, #121212);
    border: 1px solid var(--White, #fff);
}

.header-day-calendar-container[b-k9pokchlp2] {
    display: flex;
    height: 48px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-bottom: 1px solid var(--White, #fff);
    box-sizing: border-box;
}

.item-calendar-daily-container[b-k9pokchlp2] {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--White, #fff);
    box-sizing: border-box;
}

    .item-calendar-daily-container:last-child[b-k9pokchlp2] {
        border-bottom: none;
    }

.info-item-calendar[b-k9pokchlp2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.schedule-class-title[b-k9pokchlp2] {
    width: 100%;
    color: var(--Color-Primary, #EEFF00);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-professor-name[b-k9pokchlp2],
.schedule-hour[b-k9pokchlp2] {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.levelTag[b-k9pokchlp2] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

    .levelTag .Body-M[b-k9pokchlp2] {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.level-dot[b-k9pokchlp2] {
    display: block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    border-radius: 999px;
}

.level-principiante[b-k9pokchlp2] {
    background: #34C759;
}

.level-multinivel[b-k9pokchlp2] {
    background: #FFD60A;
}

.level-intermedio[b-k9pokchlp2] {
    background: #FF3B30;
}

.button-calendar-action[b-k9pokchlp2] {
    display: flex;
    min-width: 72px;
    height: 24px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    border: none;
    border-radius: 999px;
    background: var(--Color-Primary, #EEFF00);
    cursor: pointer;
}

    .button-calendar-action .button-text[b-k9pokchlp2] {
        color: #000;
        font-size: 9px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

.empty-calendar-day[b-k9pokchlp2] {
    display: flex;
    min-height: 120px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    opacity: 0.7;
    box-sizing: border-box;
}

/* VISTA SEMANA */

.calendar-week-scroll[b-k9pokchlp2] {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid var(--White, #fff);
    background: var(--Black, #121212);
}

    .calendar-week-scroll[b-k9pokchlp2]::-webkit-scrollbar {
        height: 6px;
    }

    .calendar-week-scroll[b-k9pokchlp2]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.45);
        border-radius: 999px;
    }

.calendar-week-container[b-k9pokchlp2] {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    width: 100%;
    min-width: 760px;
    align-items: stretch;
    background: var(--Black, #121212);
}

.calendar-day-column[b-k9pokchlp2] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

    .calendar-day-column:last-child[b-k9pokchlp2] {
        border-right: none;
    }

.calendar-day-items[b-k9pokchlp2] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.item-calendar-daily-container.week-item[b-k9pokchlp2] {
    min-height: 122px;
    padding: 10px;
}

    .item-calendar-daily-container.week-item .schedule-class-title[b-k9pokchlp2] {
        font-size: 13px;
    }

    .item-calendar-daily-container.week-item .schedule-professor-name[b-k9pokchlp2],
    .item-calendar-daily-container.week-item .schedule-hour[b-k9pokchlp2],
    .item-calendar-daily-container.week-item .levelTag .Body-M[b-k9pokchlp2] {
        font-size: 9px;
    }

    .item-calendar-daily-container.week-item .button-calendar-action[b-k9pokchlp2] {
        min-width: 54px;
        height: 18px;
        padding: 0 8px;
    }

        .item-calendar-daily-container.week-item .button-calendar-action .button-text[b-k9pokchlp2] {
            font-size: 7px;
        }

.week-empty[b-k9pokchlp2] {
    min-height: 122px;
}

/* VISTA MES */

.calendar-month-scroll[b-k9pokchlp2] {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--White, #fff);
    background: var(--Black, #121212);
}

    .calendar-month-scroll[b-k9pokchlp2]::-webkit-scrollbar {
        height: 6px;
    }

    .calendar-month-scroll[b-k9pokchlp2]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.45);
        border-radius: 999px;
    }

.calendar-month-container[b-k9pokchlp2] {
    display: grid;
    grid-template-columns: repeat(7, minmax(96px, 1fr));
    width: 100%;
    min-width: 760px;
    background: var(--Black, #121212);
}

.month-day-name[b-k9pokchlp2] {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    color: var(--White, #fff);
    font-size: 12px;
    font-weight: 800;
    box-sizing: border-box;
}

    .month-day-name:nth-child(7)[b-k9pokchlp2] {
        border-right: none;
    }

.month-day-cell[b-k9pokchlp2] {
    display: flex;
    min-height: 118px;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: var(--White, #fff);
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

    .month-day-cell:nth-child(7n)[b-k9pokchlp2] {
        border-right: none;
    }

    .month-day-cell.is-muted[b-k9pokchlp2] {
        opacity: 0.35;
    }

    .month-day-cell.is-today[b-k9pokchlp2] {
        background: rgba(238, 255, 0, 0.08);
    }

    .month-day-cell.is-selected[b-k9pokchlp2] {
        outline: 2px solid var(--Color-Primary, #EEFF00);
        outline-offset: -2px;
    }

.month-day-number[b-k9pokchlp2] {
    color: var(--Color-Primary, #EEFF00);
    font-size: 14px;
    font-weight: 900;
}

.month-class-pill[b-k9pokchlp2] {
    width: 100%;
    color: var(--White, #fff);
    font-size: 9px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.month-more-text[b-k9pokchlp2] {
    color: var(--Color-Primary, #EEFF00);
    font-size: 9px;
    font-weight: 800;
}

/* PANTALLAS MOBILE S Y MOBILE L */
@media (max-width: 720px) {
    .schedule-container[b-k9pokchlp2] {
        padding: 40px 10px;
        gap: 32px;
    }

    .calendar-display-container[b-k9pokchlp2] {
        gap: 12px;
    }

    .header-schedule-container[b-k9pokchlp2] {
        align-items: center;
        gap: 12px;
    }

    .schedule-header-actions[b-k9pokchlp2] {
        gap: 12px;
    }

    .arrows-next-before-container[b-k9pokchlp2] {
        gap: 8px;
    }

    .arrow-calendar-button[b-k9pokchlp2] {
        width: 28px;
        height: 28px;
    }

        .arrow-calendar-button svg[b-k9pokchlp2] {
            width: 28px;
            height: 28px;
        }

    .schedule-view-icon-group[b-k9pokchlp2] {
        display: none;
    }

    .schedule-filters-bar[b-k9pokchlp2] {
        gap: 12px;
    }

    .schedule-filter-item[b-k9pokchlp2] {
        min-width: auto;
        width: auto;
    }

    .schedule-filter-trigger[b-k9pokchlp2] {
        height: 28px;
        padding-bottom: 6px;
        font-size: 11px;
        gap: 6px;
    }

        .schedule-filter-trigger span:first-child[b-k9pokchlp2] {
            max-width: 72px;
        }

    .schedule-filter-chevron[b-k9pokchlp2] {
        width: 9px;
        height: 9px;
        border-right-width: 1.5px;
        border-bottom-width: 1.5px;
    }

    .schedule-filter-menu[b-k9pokchlp2] {
        min-width: 160px;
    }

    .calendar-week-scroll[b-k9pokchlp2],
    .calendar-month-scroll[b-k9pokchlp2] {
        display: none !important;
    }

    .calendar-daily-container[b-k9pokchlp2] {
        display: flex !important;
    }

    .header-day-calendar-container[b-k9pokchlp2] {
        height: 38px;
        padding: 0 12px;
        text-align: center;
    }

    .item-calendar-daily-container[b-k9pokchlp2] {
        padding: 14px 10px;
        gap: 8px;
    }

    .schedule-class-title[b-k9pokchlp2] {
        font-size: 14px;
    }

    .schedule-professor-name[b-k9pokchlp2],
    .schedule-hour[b-k9pokchlp2],
    .levelTag .Body-M[b-k9pokchlp2] {
        font-size: 10px;
    }

    .level-dot[b-k9pokchlp2] {
        width: 8px;
        height: 8px;
        min-width: 8px;
    }

    .button-calendar-action[b-k9pokchlp2] {
        min-width: 62px;
        height: 20px;
        padding: 0 8px;
    }

        .button-calendar-action .button-text[b-k9pokchlp2] {
            font-size: 8px;
        }
}

/* PANTALLAS TABLET */
@media (min-width: 721px) and (max-width: 1024px) {
    .schedule-container[b-k9pokchlp2] {
        padding: 40px 20px;
    }

    .schedule-filter-item[b-k9pokchlp2] {
        min-width: 120px;
    }

    .schedule-filter-trigger[b-k9pokchlp2] {
        font-size: 13px;
    }

        .schedule-filter-trigger span:first-child[b-k9pokchlp2] {
            max-width: 92px;
        }

    .calendar-week-container[b-k9pokchlp2] {
        min-width: 0;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .calendar-month-container[b-k9pokchlp2] {
        min-width: 760px;
    }

    .header-day-calendar-container[b-k9pokchlp2] {
        height: 42px;
        padding: 0 10px;
    }

    .item-calendar-daily-container.week-item[b-k9pokchlp2] {
        min-height: 122px;
        padding: 10px 8px;
    }

        .item-calendar-daily-container.week-item .schedule-class-title[b-k9pokchlp2] {
            font-size: 12px;
        }

        .item-calendar-daily-container.week-item .schedule-professor-name[b-k9pokchlp2],
        .item-calendar-daily-container.week-item .schedule-hour[b-k9pokchlp2],
        .item-calendar-daily-container.week-item .levelTag .Body-M[b-k9pokchlp2] {
            font-size: 8.5px;
        }
}

/* PANTALLAS LAPTOP */
@media (min-width: 1025px) and (max-width: 1480px) {
    .schedule-filters-bar[b-k9pokchlp2] {
        gap: 28px;
    }

    .schedule-filter-item[b-k9pokchlp2] {
        min-width: 150px;
    }

    .calendar-week-container[b-k9pokchlp2] {
        min-width: 0;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .calendar-month-container[b-k9pokchlp2] {
        min-width: 0;
    }
}

/* PANTALLAS ESCRITORIO */
@media (min-width: 1481px) {
    .schedule-filters-bar[b-k9pokchlp2] {
        gap: 32px;
    }

    .schedule-filter-item[b-k9pokchlp2] {
        min-width: 160px;
    }

    .calendar-week-container[b-k9pokchlp2] {
        min-width: 0;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .calendar-month-container[b-k9pokchlp2] {
        min-width: 0;
    }

    .item-calendar-daily-container.week-item[b-k9pokchlp2] {
        min-height: 132px;
    }
}
/* _content/CR.MoversLab.UI/Components/Pages/Shared_Components/SocialMediaHorizontal.razor.rz.scp.css */
body[b-sj9ntvfe6o] {
}
/* _content/CR.MoversLab.UI/Components/Pages/Shared_Components/Teachers_Cards.razor.rz.scp.css */
.instructor-card[b-81f2f4lqed] {
    display: flex;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    justify-self: stretch;

}

    .instructor-card:hover[b-81f2f4lqed] {
        border-radius: 99px;
    }


.professor-card[b-81f2f4lqed] {
    background-size: cover !important;
    background-position: 80% !important;
}

/*PANTALLAS MOBILE L*/
@media (min-width: 577px) and (max-width: 720px) {
    
}


/*PANTALLAS TABLET*/
@media (min-width: 721px) and (max-width: 1024px) {
   
}

/*PANTALLAS LAPTOP*/
@media (min-width: 1024px) and (max-width: 1480px) {
   
}


/*PANTALLAS ESCRITORIO*/
@media (min-width: 1480px) {
    
}
