﻿
/* import fonts from fonts.css file */
@import url(./fonts.css);

/* css variables */
@import url(./partials/_variables.css);

/* import global styling */
@import url(./partials/_global.css);

@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* start navigation */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


/* end navigation */

/* Banner Area */

.site-main .site-banner {
    font-family: Montserrat;
}

    .site-main .site-banner .site-title h3 {
        font-family: Montserrat;
        padding-top: 35%;
        font-weight: 500;
    }

        .site-main .site-banner .site-title h3::after {
            font-family: Montserrat;
            content: " ";
            height: 2px;
            width: 18vw;
            background: black;
            display: inline-block;
            margin-left: 5%;
            transform: translateY(-10px);
        }

    .site-main .site-banner .site-title h1 {
        font-family: Montserrat;
        font-size: 5rem;
    }

    .site-main .site-banner .site-title h4 {
        font-family: Montserrat;
        font-size: 1.5rem;
    }

    .site-main .site-banner .banner-image > img {
        font-family: Montserrat;
        padding: 7rem 0;
        width: 90rem;
    }



/* End Banner Area */

/* Start About Area */

.site-main .about-area {
    padding: 8rem 5rem;
    font-family: Montserrat;
}

    .site-main .about-area .about-title h2 > span {
        font-family: Montserrat;
        display: block;
        font-size: 7em;
        letter-spacing: 10px;
        font-weight: bold;
    }

    .site-main .about-area .about-title .paragraph > p {
        font-family: Montserrat;
        padding: .2rem 0;
    }

/* End About Area */


/* Start Brand Area */

.site-main .brand-area {
    font-family: Montserrat;
    padding: 1rem 20rem;
    margin-bottom: 4rem;
}

    .site-main .brand-area .first-row .col-lg-4 {
        font-family: Montserrat;
        display: flex;
        justify-content: center;
    }

        .site-main .brand-area .first-row .col-lg-4 > .single-brand {
            font-family: Montserrat;
            border: 1px solid var(--border-color);
            text-align: center;
            padding: 1.8rem 0rem;
            margin: .9rem 0;
            width: 180px;
            height: 100px;
            cursor: pointer;
            transition: transform .4s ease;
        }

            .site-main .brand-area .first-row .col-lg-4 > .single-brand > img {
                width: 50%;
            }

            .site-main .brand-area .first-row .col-lg-4 > .single-brand:hover {
                box-shadow: var(--box-shadow);
                transform: scale(1.1);
            }

                .site-main .brand-area .first-row .col-lg-4 > .single-brand:hover > img {
                    filter: brightness(0.15);
                }

    .site-main .brand-area .experience-area {
        padding-left: 1rem;
    }

        .site-main .brand-area .experience-area span {
            display: block;
        }

        .site-main .brand-area .experience-area .years-area {
            background: url(../img/client-info-bg.png) no-repeat 45px 20px;
            padding: 2rem 0;
            width: 40rem;
            height: 18rem;
            padding-left: 8rem;
            position: relative;
        }

        .site-main .brand-area .experience-area .bg-panel {
            position: absolute;
            left: -190px;
            top: 0%;
            background: #e029290a;
            width: 400px;
            height: 400px;
            margin-left: 340px;
            z-index: -1;
        }

        .site-main .brand-area .experience-area .years-area .years {
            font: normal bold 84px/40px var(--roboto);
            color: var(--primary-color2);
            z-index: 2;
        }

        .site-main .brand-area .experience-area .years-area h2 > span {
            font: normal 600 22px/30px var(--roboto);
        }

        .site-main .brand-area .experience-area .call-area {
            padding-left: 10rem;
        }

/* End Brand Area */

/* Services Area */

.site-main .services-area {
    font-family: Montserrat;
    padding: 7rem 2rem;
}

    .site-main .services-area .services-title {
        font-family: Montserrat;
        padding: 0 14rem;
    }

        .site-main .services-area .services-title h1 {
            font-family: Montserrat;
            font-size: 35px;
        }

.site-main > .services-area .services {
    font-family: Montserrat;
    background: rgba(248, 252, 253, 0.973);
    padding: 2rem 0;
    width: 16rem;
    margin: 5rem .5rem;
    transition: box-shadow .7s ease;
}

    .site-main > .services-area .services:hover {
        box-shadow: var(--box-shadow);
    }



/* End Services Area */


/* Project Area */

.site-main .project-area {
    font-family: Montserrat;
    padding: 4rem 0;
}

    .site-main .project-area .button-group button {
        font-family: Montserrat;
        background: transparent;
        border: none;
        font: normal 500 16px/130px var(--roboto);
        text-transform: uppercase;
    }

        .site-main .project-area .button-group button + button {
            font-family: Montserrat;
            padding-left: 3rem;
        }

    .site-main .project-area .grid .our-project > .title h4 {
        font-family: Montserrat;
        font: normal 700 25px/12px var(--roboto);
    }

    .site-main .project-area .grid .our-project .img a:hover img {
        filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
    }


/* End Project Area */


/* About Me */

.site-main .about-area .about-title p {
    font-family: Montserrat;
    padding: 1rem 7rem;
}

.site-main .about-area .client {
    font-family: Montserrat;
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
}

    .site-main .about-area .client .client-img {
        padding: 2rem;
    }

    .site-main .about-area .client .about-client {
        padding-top: 2rem;
    }

        .site-main .about-area .client .about-client h4 {
            font-family: Montserrat;
            font: normal 500 21px/ 20px var(--roboto);
        }

        .site-main .about-area .client .about-client p {
            font-family: Montserrat;
            font-size: 14px;
        }

.site-main .about-area .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
}

.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    width: 12px;
    height: 12px;
}



/* End About Me */


/* Footer Area */

/*footer.footer-area{
    padding: 5rem 0;
    background: url(../img/footer-bg.png) no-repeat ;
}

footer.footer-area .social h5{
}

    footer.footer-area .social a > i {
        font-size: 22px;
        padding: 2rem;
        color: #00dbb2;
    }

    footer.footer-area .social a:hover > i {
        color: #9c27b0;
    }*/

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
    min-height: 300px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    footer .social_icon {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        flex-wrap: wrap;
    }

        footer .social_icon li {
            list-style: none;
        }

            footer .social_icon li a {
                font-size: 2em;
                color: #00dbb2;
                margin: 0 10px;
                display: inline-block;
                transition: 0.5s;
            }

                footer .social_icon li a:hover {
                    transform: translateY(-10px);
                    cursor: pointer;
                }

    footer a {
        color: #9c27b0;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 1.1em;
    }

    footer p {
        color: #9c27b0;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 1.1em;
    }

    footer .wave {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        background: url(/img/wave.png);
        background-size: 1000px 100px;
    }

        footer .wave#wave1 {
            z-index: 1000;
            opacity: 1;
            bottom: 0;
            animation: animateWave 4s linear infinite;
        }

        footer .wave#wave2 {
            z-index: 999;
            opacity: 0.5;
            bottom: 10px;
            animation: animateWave_02 4s linear infinite;
        }

        footer .wave#wave3 {
            z-index: 1000;
            opacity: 0.2;
            bottom: 15px;
            animation: animateWave 3s linear infinite;
        }

        footer .wave#wave4 {
            z-index: 999;
            opacity: 0.7;
            bottom: 20px;
            animation: animateWave_02 3s linear infinite;
        }

@keyframes animateWave {
    0% {
        background-position-x: 1000px;
    }

    100% {
        background-position-x: 0px;
    }
}

@keyframes animateWave_02 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

/* End Footer */



/*--- Nuevos CSS --*/

.navbar .separator, .navbar li {
    font-family: Montserrat;
    display: inline-block;
    margin: 0 5px;
}



.navbar:not(.scrolled) #login-button:focus, .navbar:not(.scrolled) #login-button:hover, .navbar:not(.scrolled) #register-button:focus, .navbar:not(.scrolled) #register-button:hover {
    font-family: Montserrat;
    background: #22CA80;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
}



elemento {
}

.navbar:not(.scrolled) #login-button {
    font-family: Montserrat;
    color: #fff;
    border-color: #fff;
}

.navbar:not(.scrolled) #login-button, .navbar:not(.scrolled) #register-button {
    width: 150px;
}

.navbar #login-button, .navbar #register-button {
    width: 150px;
}

.el-button.standard-button.el-button--secondary[data-v-70c10931]:not(.is-disabled) {
    font-family: Montserrat;
    color: #4a4a4a;
    border: 1px solid #a0a0a0;
    border-top-color: rgb(160, 160, 160);
    border-right-color: rgb(160, 160, 160);
    border-bottom-color: rgb(160, 160, 160);
    border-left-color: rgb(160, 160, 160);
    background: none;
}

.el-button {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    white-space: nowrap;
    color: #28272c;
    border: 1px solid #c5bfd9;
    border-radius: 100px;
    outline: 0;
    background: #fff;
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    width: 100%;
}

.image {
    background-size: 50px 50px;
    background-repeat: no-repeat;
}



/*--- Cuadros de los Profesores --*/

/* Start teacher Area */

.site-main .teacher-area {
    font-family: Montserrat;
    padding: 7rem 2rem;
}

    .site-main .teacher-area .teacher-title {
        font-family: Montserrat;
        padding: 0 14rem;
    }

        .site-main .teacher-area .teacher-title h1 {
            font-family: Montserrat;
            font-size: 35px;
        }

.site-main > .teacher-area .teacher {
    background: rgba(248, 252, 253, 0.973);
    padding: 2rem 0;
    width: 16rem;
    margin: 5rem .5rem;
    transition: box-shadow .7s ease;
}

.site-main > .services-area .services:hover {
    box-shadow: var(--box-shadow);
}

/* End teacher Area */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat;
}

.contenedor {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
}

    .contenedor .card {
        position: relative;
        height: 250px;
        background: #FFFFFF;
        display: flex;
        width: 30%;
        margin: 20px 0;
    }

        .contenedor .card .imgBx {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f8f6f6;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            transition: 0.5s ease-in-out;
        }

        .contenedor .card:hover .imgBx {
            width: 150px;
            height: 150px;
            left: -75px;
            top: calc(50% - 75px);
            transition: 0.5s ease-in-out;
            background: #9d4edd;
        }

        .contenedor .card .imgBx:before {
            content: attr(data-text);
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 6em;
            color: rgba(255,255,255,.05);
            font-weight: 700;
        }

        .contenedor .card .imgBx img {
            max-width: 200px;
            transition: 0.5s ease-in-out;
        }

        .contenedor .card:hover .imgBx img {
            max-width: 120px;
        }

        .contenedor .card .content {
            position: absolute;
            right: 0;
            width: calc(100% - 75px);
            height: 100%;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .contenedor .card .content h3 {
                margin-bottom: 5px;
                font-size: 24px;
            }

            .contenedor .card .content a {
                display: inline-block;
                margin-top: 10px;
                padding: 5px 10px;
                background: #fff;
                text-decoration: none;
                color: #333;
            }

@media (max-width: 992px) {
    .contenedor {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

        .contenedor .card {
            width: 400px;
        }
}

@media (max-width: 768px) {
    .contenedor .card {
        width: 300px;
        flex-direction: column;
        height: auto;
    }

        .contenedor .card .imgBx {
            position: relative;
        }

        .contenedor .card .imgBx,
        .contenedor .card:hover .imgBx {
            width: 100%;
            height: 200px;
            left: 0;
        }

            .contenedor .card .imgBx img,
            .contenedor .card:hover .imgBx img {
                max-width: 130px;
            }

        .contenedor .card .content {
            position: relative;
            width: 100%;
        }
}


/* Area Services */
.contenedorServices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

    .contenedorServices .cardServices {
        position: relative;
        width: 280px;
        height: 400px;
        box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(0,0,0,0.05);
        border-radius: 15px;
        margin: 10px;
    }

        .contenedorServices .cardServices .boxServices {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            background: #ebf5fc;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.5s;
        }

        .contenedorServices .cardServices:hover .boxServices {
            transform: translateY(-50px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            background: linear-gradient(45deg,#b95ce4,#4f29cd);
        }

        .contenedorServices .cardServices .boxServices .contentServices {
            padding: 20px;
            text-align: center;
        }

            .contenedorServices .cardServices .boxServices .contentServices h2 {
                font-family: Montserrat;
                position: absolute;
                top: -10px;
                right: 30px;
                font-size: 8em;
                color: rgba(0,0,0,0.05);
                transition: 0.5s;
                pointer-events: none;
            }

        .contenedorServices .cardServices:hover .boxServices .contentServices h2 {
            font-family: Montserrat;
            color: rgba(0,0,0,0.02);
        }

        .contenedorServices .cardServices .boxServices .contentServices h3 {
            font-family: Montserrat;
            font-size: 1.8em;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorServices .cardServices .boxServices .contentServices p {
            font-family: Montserrat;
            font-size: 1em;
            font-weight: 300;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorServices .cardServices:hover .boxServices .contentServices h3,
        .contenedorServices .cardServices:hover .boxServices .contentServices p {
            font-family: Montserrat;
            color: #fff;
        }

        .contenedorServices .cardServices .boxServices .contentServices a {
            font-family: Montserrat;
            position: relative;
            display: inline-block;
            padding: 8px 20px;
            background: #03a9f4;
            margin-top: 15px;
            border-radius: 20px;
            color: #fff;
            text-decoration: none;
            font-weight: 400;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        .contenedorServices .cardServices:hover .boxServices .contentServices a {
            font-family: Montserrat;
            background: #ff568f;
        }

/* contacto */
.containerContact {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .containerContact .serviceBox {
        position: relative;
        width: 350px;
        height: 280px;
        background: #51446e;
        border-radius: 20px;
        overflow: hidden;
    }

        .containerContact .serviceBox .icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--i);
            transition: 0.5s;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
            transition-delay: 0.25s;
        }

        .containerContact .serviceBox:hover .icon {
            top: 30px;
            left: calc(50% - 40px);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            transition-delay: 0s;
        }

        .containerContact .serviceBox .content {
            position: relative;
            padding: 20px;
            color: #fff;
            text-align: center;
            margin-top: 100px;
            z-index: 1;
            transform: scale(0);
            transition: 0.5s;
            transition-delay: 0s;
        }

        .containerContact .serviceBox:hover .content {
            transform: scale(1);
            transition-delay: 0.25s;
        }

        .containerContact .serviceBox .content h2 {
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .containerContact .serviceBox .content p {
            font-weight: 300;
            line-height: 1.5em
        }




.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 200px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    -webkit-box-reflect: below 1px linear-gradient(transparent,transparent,#0006);
}



.custom-shape-divider-bottom-1609881827 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1609881827 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 166px;
    }

    .custom-shape-divider-bottom-1609881827 .shape-fill {
        fill: #ffc6ff;
    }

.custom-shape-divider-bottom-1609881822 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background: #dbcdf0;
}

.custom-shape-divider-bottom-16098818272 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 166px;
}

.custom-shape-divider-bottom-16098818272 .shape-fill {
    fill: #dbcdf0;
}


/* button */
li {
    font-family: Montserrat;
    list-style: none;
    text-align: center;
}

    li:last-child {
        border-right: none;
    }

    li a {
        font-family: Montserrat;
        text-decoration: none;
        display: block;
    }

        li a .iconButton {
            width: 35px;
            height: 30px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto 10px;
        }

            li a .iconButton .fas {
                width: 100%;
                height: 100%;
                line-height: 35px;
                font-size: 20px;
                transition: 0.5s;
                color: transparent;
            }

        li a:hover .iconButton .fas {
            transform: translateY(-100%);
        }




.custom-shape-divider-bottom-1610727949Games {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1610727949Games svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .custom-shape-divider-bottom-1610727949Games .shape-fill {
        fill: #4cc9f0;
    }

.custom-shape-divider-bottom-1610727949Compras {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1610727949Compras svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .custom-shape-divider-bottom-1610727949Compras .shape-fill {
        fill: #480ca8;
    }

.custom-shape-divider-bottom-1610727949Clases {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1610727949Clases svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .custom-shape-divider-bottom-1610727949Clases .shape-fill {
        fill: #f72585;
    }

.inputText {
    font-family: Montserrat;
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    box-shadow: 0 1px 5px #4cc9f0;
}


/*Nuevo Input*/
.content .user-details {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 12px 0;
}
/*.user-details input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 12px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}*/




.form {
    display: flex;
    width: 400px;
    position: relative;
    height: 50px;
    overflow: hidden;
    background: transparent;
}

    .form input {
        font-family: Montserrat;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 12px;
        padding-top: 15px;
        border: none;
        outline: none;
        background: transparent;
    }

    .form label {
        font-family: Montserrat;
        position: absolute;
        bottom: 0px;
        left: 0%;
        width: 80%;
        height: 80%;
        pointer-events: none;
        border-bottom: 1px solid white;
        color: #fff;
    }

        .form label::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -1px;
            height: 100%;
            width: 100%;
            border-bottom: 1px solid #9c27b0;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

.content-name {
    position: absolute;
    bottom: 5px;
    left: 0px;
    transition: all 0.3s ease;
}

.form input:focus + .labelName .content-name,
.form input:valid + .labelName .content-name {
    transform: translateY(-90%);
    font-size: 12px;
    color: #9c27b0;
}

.form input:focus + .labelName::after,
.form input:valid + .labelName::after {
    transform: translateX(0%);
}


.contenedorpersonalizado {
    width: 100%;
    height: 100%;
}



.fondo {
    background: #00dbb2;
    bottom: 0;
    left: -50%;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.circulo1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00dbb2;
    cursor: pointer;
    align-items: initial;
}

.circulo2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #bc98f3;
    cursor: pointer;
}

.circulo3 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #75c2f9;
    cursor: pointer;
}


.contenedorlogin {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 0 0;
}

    .contenedorlogin .cardlogin {
        position: relative;
        width: 700px;
        height: 440px;
        box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(0,0,0,0.05);
        border-radius: 15px;
        margin: 30px;
    }

        .contenedorlogin .cardlogin .boxlogin {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            background: #ebf5fc;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.5s;
        }

        .contenedorlogin .cardlogin:hover .boxlogin {
            transform: translateY(-50px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            background: linear-gradient(45deg,#b95ce4,#4f29cd);
        }

        .contenedorlogin .cardlogin .boxlogin .contentlogin {
            font-family: Montserrat;
            padding: 20px;
            text-align: center;
        }

            .contenedorlogin .cardlogin .boxlogin .contentlogin h2 {
                font-family: Montserrat;
                position: absolute;
                top: -10px;
                right: 30px;
                font-size: 8em;
                color: rgba(0,0,0,0.05);
                transition: 0.5s;
                pointer-events: none;
            }

        .contenedorlogin .cardlogin:hover .boxlogin .contentlogin h2 {
            font-family: Montserrat;
            color: rgba(0,0,0,0.02);
        }

        .contenedorlogin .cardlogin .boxlogin .contentlogin h3 {
            font-family: Montserrat;
            font-size: 1.8em;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorlogin .cardlogin .boxlogin .contentlogin p {
            font-family: Montserrat;
            font-size: 1em;
            font-weight: 300;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorlogin .cardlogin:hover .boxlogin .contentlogin h3,
        .contenedorlogin .cardlogin:hover .boxlogin .contentlogin p {
            font-family: Montserrat;
            color: #fff;
        }

        .contenedorlogin .cardlogin .boxlogin .contentlogin a {
            font-family: Montserrat;
            position: relative;
            display: inline-block;
            padding: 8px 20px;
            background: #03a9f4;
            margin-top: 15px;
            border-radius: 20px;
            color: #fff;
            text-decoration: none;
            font-weight: 400;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        .contenedorlogin .cardlogin:hover .boxlogin .contentlogin a {
            font-family: Montserrat;
            background: #ff568f;
        }

.contenedorregister {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 0 0;
}

    .contenedorregister .cardregister {
        position: relative;
        width: 100%;
        height: 100%;
        box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(0,0,0,0.05);
        border-radius: 15px;
        margin: 30px;
    }

        .contenedorregister .cardregister .boxregister {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            background: #ebf5fc;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.5s;
        }

        .contenedorregister .cardregister:hover .boxregister {
            transform: translateY(-50px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            background: linear-gradient(45deg,#b95ce4,#4f29cd);
        }

        .contenedorregister .cardregister .boxregister .contenregister {
            font-family: Montserrat;
            padding: 20px;
            text-align: center;
        }

        .contenedorregister .cardregister .boxlogin .contenregister h2 {
            font-family: Montserrat;
            position: absolute;
            top: -10px;
            right: 30px;
            font-size: 8em;
            color: rgba(0,0,0,0.05);
            transition: 0.5s;
            pointer-events: none;
        }

        .contenedorregister .cardregister:hover .boxregister .contenregister h2 {
            font-family: Montserrat;
            color: rgba(0,0,0,0.02);
        }

        .contenedorregister .cardregister .boxregister .contenregister h3 {
            font-family: Montserrat;
            font-size: 1.8em;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorregister .cardregister .boxregister .contenregister p {
            font-family: Montserrat;
            font-size: 1em;
            font-weight: 300;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorregister .cardregister:hover .boxregister .contenregister h3,
        .contenedorregister .cardregister:hover .boxregister .contenregister p {
            font-family: Montserrat;
            color: #fff;
        }

        .contenedorregister .cardregister .boxregister .contenregister a {
            font-family: Montserrat;
            position: relative;
            display: inline-block;
            padding: 8px 20px;
            background: #03a9f4;
            margin-top: 15px;
            border-radius: 20px;
            color: #fff;
            text-decoration: none;
            font-weight: 400;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        .contenedorregister .cardregister:hover .boxregister .contenregister a {
            font-family: Montserrat;
            background: #ff568f;
        }

/* burbujas */



/* juegos */
.contenedorJuegos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

    .contenedorJuegos .cardJuegos {
        position: relative;
        width: 240px;
        height: 290px;
        box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(0,0,0,0.05);
        border-radius: 15px;
        margin: 30px;
    }

        .contenedorJuegos .cardJuegos .boxJuegos {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            background: #ebf5fc;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.5s;
        }

        .contenedorJuegos .cardJuegos:hover .boxJuegos {
            transform: translateY(-50px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            background: linear-gradient(45deg,#b95ce4,#4f29cd);
        }

        .contenedorJuegos .cardJuegos .boxJuegos {
            font-family: Montserrat;
            padding: 20px;
            text-align: center;
        }

            .contenedorJuegos .cardJuegos .boxJuegos h2 {
                font-family: Montserrat;
            }

        .contenedorJuegos .cardJuegos:hover .boxJuegos h2 {
            font-family: Montserrat;
            color: rgba(0,0,0,0.02);
        }

        .contenedorJuegos .cardJuegos .boxJuegos h3 {
            font-family: Montserrat;
            font-size: 1.5em;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorJuegos .cardJuegos .boxJuegos p {
            font-family: Montserrat;
            font-size: 1em;
            font-weight: 300;
            color: #777;
            z-index: 1;
            transition: 0.5s
        }

        .contenedorJuegos .cardJuegos:hover .boxJuegos h3,
        .contenedorJuegos .cardJuegos:hover .boxJuegos p {
            font-family: Montserrat;
            color: #fff;
        }

        .contenedorJuegos .cardJuegos .boxJuegos a {
            font-family: Montserrat;
        }

        .contenedorJuegos .cardJuegos:hover .boxJuegos a {
            font-family: Montserrat;
            cursor: pointer;
        }


.plan {
    float: left;
    width: 300px;
    margin: 0px 1px;
    padding: 20px;
    text-align: center;
    background: no-repeat center/100% url(/img/cupon.png);
    background-clip: padding-box;
}

    .plan:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .plan:last-child {
        border-width: 2px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.fondoPaquetes {
    float: left;
    width: 300px;
    margin: 0px 1px;
    padding: 20px;
    text-align: center;
    background-clip: padding-box;
}

    .fondoPaquetes:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .fondoPaquetes:last-child {
        border-width: 2px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.planPrivado {
    float: left;
    width: 300px;
    margin: 0px 1px;
    padding: 20px;
    text-align: center;
    background: no-repeat center/100% url(/img/cuponprivado.png);
    background-clip: padding-box;
}

    .planPrivado:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .planPrivado:last-child {
        border-width: 2px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.plan-title {
    font-family: Montserrat;
    position: relative;
    padding: 20px;
    line-height: 1;
    font-size: x-large;
    color: #fff;
    font-weight: bold;
}

    .plan-title:before {
        font-family: Montserrat;
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px;
    }

.plan-price {
    font-family: Montserrat;
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
    line-height: 90px;
    font-size: 19px;
    font-weight: bold;
    color: white;
}

    .plan-price > span {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.9);
    }

.plan-features {
    font-family: Montserrat;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    color: #999;
    text-align: center;
}

    .plan-features > li > strong {
        font-family: Montserrat;
        font-weight: bold;
        color: #888;
    }

.plan-button {
    font-family: Montserrat;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    background: #7c69a3;
    border: 1px solid #222;
    border-bottom-color: black;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #9780cc, #6f5e96);
    background-image: -moz-linear-gradient(top, #9780cc, #6f5e96);
    background-image: -o-linear-gradient(top, #9780cc, #6f5e96);
    background-image: linear-gradient(to bottom, #9780cc, #6f5e96);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
}

    .plan-button:active {
        color: rgba(255, 255, 255, 0.95);
        background: #6f5e96;
        border-color: black #222 #222;
        background-image: -webkit-linear-gradient(top, #6f5e96, #8770b9);
        background-image: -moz-linear-gradient(top, #6f5e96, #8770b9);
        background-image: -o-linear-gradient(top, #6f5e96, #8770b9);
        background-image: linear-gradient(to bottom, #6f5e96, #8770b9);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    }

.plan-tall {
    margin: 0;
    background-color: white;
    border-width: 2px;
    border-radius: 7px;
}

    .plan-tall > .plan-title {
        font-family: Montserrat;
        font-size: 18px;
    }

    .plan-tall > .plan-price {
        font-family: Montserrat;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 21px;
        border-radius: 50px;
    }

    .plan-tall > .plan-features {
        font-family: Montserrat;
        font-size: 13px;
    }

    .plan-tall > .plan-button {
        padding: 0 16px;
        line-height: 32px;
    }

    .plan-tall + .plan {
        border-left: 0;
    }

.caja {
    margin: 20px auto 40px auto;
    border: 1px solid #d9d9d9;
    height: 30px;
    overflow: hidden;
    width: 230px;
    position: relative;
}

select {
    font-family: Montserrat;
    background: transparent;
    border: none;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    width: 250px;
}

    select:focus {
        outline: none;
    }

.caja::after {
    content: "\025be";
    display: table-cell;
    padding-top: 7px;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    right: 0px;
    pointer-events: none;
}

/* -- quantity box -- */

.quantity {
    display: inline-block;
}

    .quantity .input-text.qty {
        width: 35px;
        height: 39px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #efefef;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
        }

        .quantity.buttons_added .minus {
            padding: 7px 10px 8px;
            height: 41px;
            background-color: #7c69a3;
            border: 1px solid #efefef;
            cursor: pointer;
        }

        .quantity.buttons_added .plus {
            padding: 7px 10px 8px;
            height: 41px;
            background-color: #7c69a3;
            border: 1px solid #efefef;
            cursor: pointer;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #eeeeee;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }


/* detalle compra */

.rowCompra {
    height: calc(100vh - 7rem);
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    align-items: center;
    margin-top: 2rem;
    overflow: hidden;
}

.shoe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
    position: relative;
}

.shoe-figure {
    display: flex;
    position: relative;
    width: 37rem;
    height: 25rem;
    transition: 500ms linear;
}

    .shoe-figure::before {
        display: flex;
        position: relative;
        top: 7%;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: var(--white);
    }

.shoe-img {
    display: flex;
    width: 20rem;
    position: absolute;
    top: 10%;
    left: 5%;
    right: 0;
    margin-left: auto;
    margin-right: 20%;
}

.dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

    .dot:not(:last-child) {
        margin-right: 0.7rem;
    }

.dot-color-1 {
    background-color: var(--black);
}

.dot-color-2 {
    background-color: var(--primary);
}

.dot.active {
    border: 1px solid var(--white);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.info-subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 2.2rem;
}

.info-title {
    font-family: Montserrat;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #9c27b0;
}

.info-description {
    margin-bottom: 3rem;
}

.info-down {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

.size-title,
.count-title {
    color: #9c27b0;
}

.size-total {
    font-family: Montserrat;
    display: flex;
    font-size: 1.3rem;
    color: var(--black);
    border-radius: 0.5rem;
}

    .size-total.active {
        background-color: var(--black);
        color: var(--white);
    }

    .size-total:not(:last-child) {
    }

.count-content {
    background-color: var(--black);
    border-radius: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    width: 10rem;
    height: 3rem;
}

    .count-content span {
        font-family: Montserrat;
        font-size: 1.8rem;
        color: var(--white);
        padding: 0.5rem;
        cursor: pointer;
    }

.price {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.price-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.8rem;
}

.price-button {
    background-color: var(--black);
    color: var(--white);
    border-radius: 0.5rem;
    padding: 1.3rem 5rem;
}

@media only screen and (max-width: 840px) {
    .row {
        grid-template-columns: 1fr;
        margin-top: 8rem;
        overflow: visible;
    }
}

@media only screen and (max-width: 567px) {
    .row {
        margin-top: 1rem;
    }

    .shoe-figure {
        width: 27rem;
        height: 27rem;
    }

    .shoe-img {
        width: 22rem;
        top: 0%;
    }

    .info-subtitle {
        font-family: Montserrat;
        font-size: 1.8rem;
    }

    .info-title {
        font-family: Montserrat;
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .info-description {
        font-family: Montserrat;
        line-height: 1.2;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .price {
        position: absolute;
        left: 0;
        margin-top: 4rem;
        border-radius: 2rem 2rem 0 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 2rem 2rem 0 2rem;
    }
}


/* estrellas */

.skills {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0;
    padding-right: 10px;
}

    .skills .rating {
        position: relative;
        display: flex;
        margin: 10px 0;
        flex-direction: row-reverse;
    }

        .skills .rating input {
            position: relative;
            width: 20px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-appearance: none;
            appearance: none;
        }

            .skills .rating input::before {
                content: '\f005';
                position: absolute;
                font-family: fontAwesome;
                font-size: 34px;
                position: absolute;
                left: 4px;
                color: #cbd401;
                transition: 0.5s;
            }

            .skills .rating input:nth-child(2n+1)::before {
                right: 4px;
                left: initial;
            }

/* .skills .rating input:hover ~ input::before,
    .skills .rating input:hover::before,
    .skills .rating input:checked ~ input::before,
    .skills .rating input:checked::before {
        color: #ffdb00;
    }*/
.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.avatarTeacher {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.avatar_register {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


/* menú derecho */


.testi-in-menu {
    width: auto;
    height: auto;
    margin: 0 20px;
}

.testi-in-content-menu {
    font-family: Montserrat;
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
    opacity: 5;
}

    .testi-in-content-menu:before {
    }

    .testi-in-content-menu h1 {
        font-family: Montserrat;
        font-size: 25px;
        text-transform: uppercase;
        color: #8000ff;
        font-weight: 500;
    }

    .testi-in-content-menu p {
        font-family: Montserrat;
        font-size: 25px;
        color: #000;
        font-weight: 300;
        line-height: 25px;
    }



.navegacion {
    font-family: Montserrat;
    position: fixed;
    right: 25px;
    top: 25%;
    transform: translateY(-50%) scale(0.7);
    font-size: 2rem;
    z-index: 2;
}

    .navegacion ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .navegacion ul li {
            position: relative;
            margin-top: .2rem;
            cursor: pointer;
            text-align: center;
            transition: all .3s;
        }

            .navegacion ul li:hover {
                background: #ffffff;
                cursor: pointer;
            }

            .navegacion ul li a {
                font-family: Montserrat;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                text-decoration: none;
                color: #ffffff;
                font-weight: 500;
            }

                .navegacion ul li a .icono {
                    position: relative;
                    display: block;
                    line-height: 60px;
                    text-align: center;
                }

            .navegacion ul li:hover a .icono {
                color: #fff;
            }

            .navegacion ul li a .icono .fa {
                font-family: Montserrat;
                font-size: 75px;
            }

            .navegacion ul li a .titulo {
                font-family: Montserrat;
                position: absolute;
                right: 55px;
                display: block;
                width: auto;
                transform: translateY(-20%) translateX(0px);
                border-radius: 20px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                visibility: hidden;
                opacity: 0;
                transition: 0.5s;
            }

            .navegacion ul li:hover a .titulo {
                transform: translateY(0%) translateX(10px);
                visibility: visible;
                opacity: 1;
            }

            .navegacion ul li a .titulo::before {
                content: '';
                position: absolute;
                top: 48%;
                right: -1px;
                width: 12px;
                height: 12px;
                background: transparent;
                transform: rotate(45deg) translateY(-50%);
                border-radius: 2px;
            }


/* testimonios */
.testi-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.testi-in {
    width: auto;
    height: auto;
    margin: 0 20px;
}

.testi-in-content {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    text-align: justify;
    width: 20em;
    height: 16em;
}



    .testi-in-content h1 {
        font-family: Montserrat;
        font-size: 20px;
        text-transform: uppercase;
        color: #262626;
        font-weight: 500;
    }

    .testi-in-content p {
        font-family: Montserrat;
        font-size: 25px;
        color: transparent;
        font-weight: 300;
        line-height: 25px;
    }



.testi-in-image {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
}

.testi-in-imagen {
    width: 120px;
    height: auto;
    justify-content: center;
}

.testi-in-image h2 {
    font-family: Slackey;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

    .testi-in-image h2 span {
        font-family: Slackey;
        font-size: 14px;
        color: #000;
        font-weight: 300;
        line-height: 25px;
    }

.owl-theme .owl-controls {
    margin-top: 0;
}

    .owl-theme .owl-controls .owl-page span {
        background: #aaa !important;
        opacity: 1 !important;
        transition: .5s;
    }

    .owl-theme .owl-controls .owl-page.active span {
        background: #fff !important;
    }



/* galeria */

.gallery {
    margin: 10px 50px;
    text-align: center;
}

    .gallery img {
        width: 230px;
        padding: 5px;
        filter: grayscale(100%);
        transition: 1s;
    }

        .gallery img:hover {
            filter: grayscale(0);
            transform: scale(1.1);
        }

.titulos {
    font-family: Montserrat;
    cursor: default;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    display: flex;
    /*-webkit-animation: bounce .4s ease infinite alternate;*/
    font-size: 65px;
    color: #FFF;
    justify-content: center;
    /*text-shadow: 0 1px 0 #CCC, 0 2px 0 #CCC, 0 3px 0 #CCC, 0 4px 0 #CCC, 0 5px 0 #CCC, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, .6);*/
}

/* Por debajo de 700px */
@media screen and (max-width: 700px) {

    .titulos {
        font-size: 40px;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 400px) {

    .titulos {
        font-size: 25px;
    }
}

.etiqueta {
    font-family: Montserrat;
    cursor: default;
    font-size: 45px;
    color: #FFF;
    justify-content: center;
    font-weight: bold;
}

/* Por debajo de 700px */
@media screen and (max-width: 700px) {

    .etiqueta {
        font-size: 25px;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 400px) {

    .etiqueta {
        font-size: 20px;
    }
}

/* ANIMATION */
/*@-webkit-keyframes bounce {
    100% {
        top: -30px;
        text-shadow: 0 1px 0 #CCC, 0 2px 0 #CCC, 0 3px 0 #CCC, 0 4px 0 #CCC, 0 5px 0 #CCC, 0 6px 0 #CCC, 0 7px 0 #CCC, 0 8px 0 #CCC, 0 9px 0 #CCC, 0 30px 30px rgba(0, 0, 0, .3);
    }
}*/

/* tabla */
.table-container {
    padding: 0 10%;
    margin: 40px auto 0;
}

.tableClase {
    width: 100%;
    border-collapse: collapse;
}

    .tableClase thead {
        background-color: #ffffff;
    }

        .tableClase thead tr th {
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.35px;
            color: #8200d1;
            opacity: 1;
            padding: 12px;
            vertical-align: top;
            border: 1px solid #dee2e685;
        }

    .tableClase tbody tr td {
        font-family: Montserrat;
        font-size: 14px;
        letter-spacing: 0.35px;
        font-weight: normal;
        color: #000;
        background-color: rgb(242 242 242 / 0.15);
        padding: 8px;
        text-align: center;
        border: 1px solid #dee2e685;
    }

}

.tableClase .text_open {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.35px;
    color: #FF1046;
}

.tableClase tbody tr td .btn {
    font-family: Montserrat;
    width: 130px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    background-color: #06bf04;
    font-weight: medium;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    opacity: 1;
}

@media (max-width: 768px) {
    .tableClase thead {
        display: none;
    }

    .tableClase, .tableClase tbody, .tableClase tr, .tableClase td {
        display: block;
        width: 100%;
    }

        .tableClase tr {
            margin-bottom: 15px;
        }

        .tableClase tbody tr td {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }

        .tableClase td:before {
            font-family: Montserrat;
            content: attr(data-label);
            position: absolute;
            left: 0;
            width: 50%;
            padding-left: 15px;
            font-weight: 600;
            font-size: 14px;
            text-align: left;
        }
}

/*Menu Admin*/
#btn-mas {
    display: none;
}

.containerMenumas {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.redes a, .btn-mas label {
    text-decoration: none;
    background: #fff;
    color: #c200d8;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}

    .redes a:hover {
        background: #FFf;
        color: #c200d8;
    }

.redes a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked ~ .redes a {
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-mas label {
    cursor: pointer;
    background: #fff;
    font-size: 23px;
}

#btn-mas:checked ~ .btn-mas label {
    transform: rotate(135deg);
    font-size: 25px;
}



.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        font-family: Montserrat;
        float: right;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: right;
        }
}



/*NUevo Nav*/

nav {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    font-family: Montserrat;
    padding: 0 5%;
    height: 100px;
    background: #fff;
}


    nav .links {
        float: right;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: right;
        align-items: flex-end;
        font-family: Montserrat;
    }

        nav .links li {
            list-style: none;
        }

        nav .links a {
            font-family: Montserrat;
            display: block;
            padding: 1em;
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
        }

    nav li a:hover {
        background-color: transparent;
    }

    nav li ul {
        display: none;
        position: absolute;
        top: 105px;
        left: 120px;
        background: #fff;
    }

    nav li:hover > ul {
        display: block;
    }

    nav li ul li {
        position: relative;
    }

        nav li ul li ul {
            top: 0px;
        }

#nav-toggle {
    position: absolute;
    top: -100px;
    cursor: pointer;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

    nav .icon-burger .line {
        width: 30px;
        height: 5px;
        background-color: #00dbb2;
        margin: 5px;
        border-radius: 3px;
        transition: all .3s ease-in-out;
    }

@media screen and (max-width: 1000px) {
    nav .logo {
        float: none;
        width: auto;
        justify-content: center;
    }

    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        background-color: rgba(0,0,0,.8);
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

        nav .links a:not(:first-child) {
            font-family: Montserrat;
            font-size: 12px;
        }

    nav :checked ~ .links {
        bottom: 0;
    }

    nav .icon-burger {
        display: block;
    }

    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    nav :checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    nav :checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    nav .buttonIngreso {
        background-color: transparent;
    }

    nav .buttonRegistro {
        background-color: transparent;
    }
}

.modal-preview {
    position: relative;
    width: 500px;
    margin: 0.5rem;
    pointer-events: none;
    background: transparent;
}

.contenido-modal {
    background: transparent;
}

    .contenido-modal iframe {
        display: flex;
        width: 560px;
        height: 315px;
        background: transparent;
    }



@media screen and (max-width:900px) {
    .contenido-modal {
        width: 70%;
    }

        .contenido-modal iframe {
            width: 70%;
            height: 70%;
        }

    .textos {
        padding: 150px;
    }
}

@media screen and (max-width:500px) {
    .textos {
        padding: 50px;
    }
}


.oops-figure {
    display: flex;
    position: relative;
    width: 37rem;
    height: 25rem;
    left: 40%
}

@media screen and (max-width:900px) {
    .oops-figure {
        display: flex;
        position: relative;
        width: 20rem;
        height: 15rem;
        left: 30%
    }
}

@media screen and (max-width:500px) {
    .oops-figure {
        display: flex;
        position: relative;
        width: 10rem;
        height: 7rem;
        left: 20%
    }
}

/*boton clase gratis*/
.wrapperClaseGratis {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonClaseGratis {
    display: inline-block;
    text-align: center;
    background: #9c27b0;
    color: #fff;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 22px;
}

    .buttonClaseGratis:hover {
        background: #00dbb2;
        color: #9c27b0;
        transition: 0.9s;
        cursor: pointer;
    }

    .buttonClaseGratis:before,
    .buttonClaseGratis:after {
        width: 4.4em;
        height: 2.95em;
        position: absolute;
        content: "";
        display: inline-block;
        background: #00dbb2; /*#9c27b0*/
        border-radius: 50%;
        transition: transform 1s ease;
        transform: scale(0);
        z-index: -1;
    }

    .buttonClaseGratis:before {
        top: -25%;
        left: 20%;
    }

    .buttonClaseGratis:after {
        bottom: -25%;
        right: 20%;
    }

    .buttonClaseGratis:hover:before,
    .buttonClaseGratis:hover:after {
        transform: none;
    }

/* Por debajo de 700px */
@media screen and (max-width: 700px) {

    .buttonClaseGratis {
        font-size: 16px;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 400px) {

    .buttonClaseGratis {
        font-size: 12px;
    }
}


/*boton trabaja*/
.wrapperTrabaja {
    padding: 1.5rem 0;
    filter: url('#goo');
    position: absolute;
    top: 50%;
    left: 30%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

@media screen and (max-width: 700px) {

    .wrapperTrabaja {
        top: 90%;
        left: 50%;
        height: 30%;
        width: 50%;
    }
}

.buttonTrabaja {
    display: inline-block;
    text-align: center;
    background: #cc3399;
    color: #fff;
    font-weight: bold;
    padding: 1.18em 2.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 22px;
}

    .buttonTrabaja:hover {
        background: #00dbb2;
        color: #9c27b0;
        transition: 0.9s;
        cursor: pointer;
    }

    .buttonTrabaja:before,
    .buttonTrabaja:after {
        width: 4.4em;
        height: 2.95em;
        position: absolute;
        content: "";
        display: inline-block;
        background: #00dbb2; /*#9c27b0*/
        border-radius: 50%;
        transition: transform 1s ease;
        transform: scale(0);
        z-index: -1;
    }

    .buttonTrabaja:before {
        top: -25%;
        left: 20%;
    }

    .buttonTrabaja:after {
        bottom: -25%;
        right: 20%;
    }

    .buttonTrabaja:hover:before,
    .buttonTrabaja:hover:after {
        transform: none;
    }

/* Por debajo de 700px */
@media screen and (max-width: 700px) {

    .buttonTrabaja {
        font-size: 16px;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 400px) {

    .buttonTrabaja {
        font-size: 12px;
    }
}


/*teacher animaciones*/

.containerTeacher {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .containerTeacher .cardTeacher {
        position: relative;
        width: 300px;
        height: 400px;
        margin: 20px 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: rgba(255,255,255,0.4);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        backdrop-filter: blur(15px);
    }

        .containerTeacher .cardTeacher .imgBxTeacher {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            transition: .5s ease-in-out;
        }

        .containerTeacher .cardTeacher:hover .imgBxTeacher {
            transform: translateY(-100px);
        }

        .containerTeacher .cardTeacher .imgBxTeacher img {
            max-width: 100%;
            margin: 0 0 20px;
            transition: .5s ease-in-out;
            display: block;
            margin-top: -50px;
        }

        .containerTeacher .cardTeacher:hover .imgBxTeacher img {
            transform: translate(-20px, -40px) rotate(-25deg) scale(1.4);
        }

        .containerTeacher .cardTeacher .contentTeacher {
            position: absolute;
            bottom: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            transition: .5s ease-in-out;
            opacity: 0;
            visibility: hidden;
        }

        .containerTeacher .cardTeacher:hover .contentTeacher {
            opacity: 1;
            visibility: visible;
        }

        .containerTeacher .cardTeacher .contentTeacher .sizeTeacher {
        }

            .containerTeacher .cardTeacher .contentTeacher .sizeTeacher h3 {
                align-items: center;
                color: #000;
                font-weight: 300;
                font-size: 13px;
                letter-spacing: 2px;
                margin-right: -20px;
                font-family: Montserrat;
            }





/*NUevo Administrador*/
.navAdmin {
    width: 300px;
}

.navAdmin__linkAdmin {
    color: #303440;
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

.navAdmin__linkAdmin--inside {
    border-radius: 6px;
    padding-left: 20px;
    text-align: left;
}

    .navAdmin__linkAdmin--inside:hover {
        background: #F6F8FA;
    }

.listAdmin {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 16px 16px 0;
    background: #fff;
}

.listAdmin__itemAdmin {
    list-style: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.listAdmin__itemAdmin--click {
    cursor: pointer;
}

.listAdmin__buttonAdmin {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 70%;
    margin: 0 auto;
}

.arrowAdmin .listAdmin__arrowAdmin {
    transform: rotate(90deg);
}

.listAdmin__arrowAdmin {
    margin-left: auto;
    transition: transform .3s;
}

.listAdmin__showAdmin {
    width: 80%;
    margin-left: auto;
    border-left: 2px solid #303440;
    list-style: none;
    transition: height .4s;
    height: 0;
}


/*Menù lateral*/
.capa {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    top: 0;
    left: 0;
}

.btn-menu {
    float: left;
    line-height: 100px;
}

    .btn-menu label {
        color: #fff;
        font-size: 25px;
        cursor: pointer;
    }

#btn-menu {
    display: none;
}

.container-menu {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

#btn-menu:checked ~ .container-menu {
    opacity: 1;
    visibility: visible;
}

.cont-menu {
    width: 100%;
    max-width: 250px;
    background: #1c1c1c;
    height: 100vh;
    position: relative;
    transition: all 500ms ease;
    transform: translateX(-100%);
}

#btn-menu:checked ~ .container-menu .cont-menu {
    transform: translateX(0%);
}

.cont-menu nav {
    transform: translateY(15%);
}

    .cont-menu nav a {
        display: block;
        text-decoration: none;
        padding: 20px;
        color: #c7c7c7;
        border-left: 5px solid transparent;
        transition: all 400ms ease;
    }

        .cont-menu nav a:hover {
            border-left: 5px solid #c7c7c7;
            background: #1f1f1f;
        }

.cont-menu label {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
/*Fin de Menù lateral*/


/*trabaja con nosotros*/

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: italic;
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Product Featuress Section
--------------------------------*/
#features {
    background: #fff;
    padding: 60px 0 0 0;
    overflow: hidden;
}

    #features .features-img {
        text-align: center;
        padding-top: 20px;
    }

@media (min-width: 769px) {
    #features .features-img {
        padding-top: 120px;
        margin-top: -200px;
    }
}

#features .features-img img {
    max-width: 100%;
}

#features .box {
    margin-bottom: 15px;
    text-align: center;
}

#features .icon {
    margin-bottom: 10px;
}

    #features .icon i {
        color: #666666;
        font-size: 40px;
        transition: 0.5s;
    }

        #features .icon i:before {
            background: #1dc8cd;
            background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

#features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
}

    #features .title a {
        color: #111;
    }

#features .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

#features .section-description {
    padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
    overflow: hidden;
}

    #advanced-features .features-row {
        padding: 60px 0 30px 0;
    }

    #advanced-features h2 {
        font-size: 26px;
        font-weight: 700;
        color: #000;
    }

    #advanced-features h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: italic;
        color: #999;
    }

    #advanced-features p {
        line-height: 24px;
        color: #777;
        margin-bottom: 30px;
    }

    #advanced-features i {
        color: #666666;
        font-size: 64px;
        transition: 0.5s;
        float: left;
        padding: 0 15px 0px 0;
        line-height: 1;
    }

        #advanced-features i:before {
            background: #1dc8cd;
            background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    #advanced-features .advanced-feature-img-right {
        max-width: 100%;
        float: right;
        padding: 0 0 30px 30px;
    }

    #advanced-features .advanced-feature-img-left {
        max-width: 100%;
        float: left;
        padding: 0 30px 30px 0;
    }

@media (max-width: 768px) {
    #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
        max-width: 100%;
        float: none;
        padding: 0 0 30px 0;
    }
}


.icon__menu {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    transform: translateX(10px);
}

    .icon__menu i {
        font-size: 20px;
        cursor: pointer;
        position: absolute;
    }

.menu__side {
    width: 80px;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    font-size: 18px;
    z-index: 300;
    overflow: hidden;
    overflow-y: scroll;
    border-right: 20px solid transparent;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    /*Ocultar scroll para chrome, safari y opera*/
    .menu__side::-webkit-scrollbar {
        display: none;
    }

/*Ocultar scroll para IE, Edge y Firefox*/
.menu__side {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.name__page {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .name__page i {
        width: 20px;
        margin-right: 20px;
    }

.options__menu {
    padding: 10px 13px;
    position: initial;
    top: 80px;
}

    .options__menu a {
        color: #ffffff;
        cursor: pointer;
        display: block;
        position: relative;
        transition: color 300ms;
    }

        .options__menu a:hover {
            color: #ffffffb2;
        }

    .options__menu .option {
        padding: 20px 0px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .options__menu .option i {
            width: 20px;
            margin-right: 20px;
            cursor: pointer;
        }

    .options__menu i h3 {
        align-content: flex-start;
        font-family: Georgia;
        font-size: 10px;
        cursor: pointer;
    }

    .options__menu a .tooltip {
        display: none;
    }

    .options__menu a:hover .tooltip {
        transition: all 0.5s ease;
        opacity: 1;
        top: 50%;
    }


a.selected {
    color: #fff;
}

.selected:before {
    content: '';
    width: 3px;
    height: 80%;
    background: white;
    position: absolute;
    top: 10%;
    left: -30px;
}

/*Clases para usar en JavaScript*/

.body_move {
    margin-left: 250px;
}

.menu__side_move {
    width: 250px;
}


@media screen and (max-width: 760px) {
    .body_move {
        margin-left: 0px;
    }

    .menu__side_move {
        width: 80px;
        left: -80px;
    }
}


/*SideBarNuevo*/
.home_content {
    position: absolute;
    height: 100%;
    width: calc(100% - 78px);
    left: 78px;
    transition: all 0.5s ease;
}

.home_content_vistas {
    position: relative;
    height: 100%;
    width: calc(91%);
    left: 85px;
    transition: all 0.5s ease;
}

/*fondo de estrellas*/

#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 545px 1809px #FFF, 486px 611px #FFF, 1340px 374px #FFF, 1283px 1845px #FFF, 946px 1366px #FFF, 927px 220px #FFF, 894px 361px #FFF, 40px 1790px #FFF, 1662px 683px #FFF, 1111px 1111px #FFF, 1710px 1913px #FFF, 1917px 1452px #FFF, 1648px 736px #FFF, 1695px 1981px #FFF, 1249px 1366px #FFF, 40px 1375px #FFF, 1499px 33px #FFF, 740px 1960px #FFF, 376px 1523px #FFF, 78px 1941px #FFF, 787px 152px #FFF, 931px 1087px #FFF, 1050px 1541px #FFF, 134px 20px #FFF, 1484px 1950px #FFF, 420px 838px #FFF, 568px 1460px #FFF, 1466px 214px #FFF, 1509px 1765px #FFF, 1349px 1252px #FFF, 1001px 1639px #FFF, 380px 1496px #FFF, 785px 308px #FFF, 7px 1991px #FFF, 747px 114px #FFF, 1109px 1961px #FFF, 683px 882px #FFF, 1349px 1852px #FFF, 208px 722px #FFF, 739px 114px #FFF, 1375px 1148px #FFF, 1775px 1387px #FFF, 1682px 124px #FFF, 1865px 958px #FFF, 1333px 245px #FFF, 347px 441px #FFF, 30px 528px #FFF, 1416px 1770px #FFF, 2px 83px #FFF, 248px 403px #FFF, 1741px 773px #FFF, 1037px 508px #FFF, 1652px 211px #FFF, 396px 547px #FFF, 1203px 591px #FFF, 644px 1447px #FFF, 991px 1673px #FFF, 672px 130px #FFF, 330px 1407px #FFF, 270px 554px #FFF, 744px 1985px #FFF, 1240px 1989px #FFF, 1014px 632px #FFF, 55px 1894px #FFF, 828px 891px #FFF, 1229px 834px #FFF, 332px 1263px #FFF, 1191px 1896px #FFF, 1979px 1920px #FFF, 1391px 144px #FFF, 226px 973px #FFF, 371px 425px #FFF, 1716px 1326px #FFF, 1958px 1037px #FFF, 1604px 1904px #FFF, 127px 1566px #FFF, 1503px 676px #FFF, 1912px 472px #FFF, 1956px 115px #FFF, 488px 287px #FFF, 258px 1642px #FFF, 740px 183px #FFF, 962px 1434px #FFF, 1845px 1800px #FFF, 1869px 1617px #FFF, 573px 1973px #FFF, 679px 1201px #FFF, 1670px 1400px #FFF, 145px 181px #FFF, 1904px 1753px #FFF, 886px 497px #FFF, 1013px 1389px #FFF, 487px 1566px #FFF, 1950px 1316px #FFF, 342px 1727px #FFF, 509px 332px #FFF, 1882px 1571px #FFF, 1904px 416px #FFF, 428px 1380px #FFF, 266px 1569px #FFF, 471px 763px #FFF, 490px 1510px #FFF, 79px 914px #FFF, 260px 276px #FFF, 709px 1843px #FFF, 608px 1324px #FFF, 625px 1615px #FFF, 595px 1059px #FFF, 135px 701px #FFF, 973px 1867px #FFF, 488px 1329px #FFF, 1275px 967px #FFF, 1426px 1896px #FFF, 1169px 1480px #FFF, 1093px 1498px #FFF, 941px 1002px #FFF, 1293px 1317px #FFF, 1015px 1129px #FFF, 189px 1039px #FFF, 1262px 1896px #FFF, 1308px 1614px #FFF, 1458px 792px #FFF, 1701px 1577px #FFF, 704px 1943px #FFF, 293px 585px #FFF, 1162px 962px #FFF, 1110px 1079px #FFF, 1272px 1352px #FFF, 658px 1205px #FFF, 1916px 1637px #FFF, 1805px 172px #FFF, 635px 1118px #FFF, 1381px 854px #FFF, 266px 1080px #FFF, 370px 1902px #FFF, 1442px 1614px #FFF, 255px 1180px #FFF, 246px 1436px #FFF, 1711px 471px #FFF, 1755px 636px #FFF, 237px 454px #FFF, 291px 660px #FFF, 563px 941px #FFF, 1012px 461px #FFF, 1329px 1925px #FFF, 365px 1657px #FFF, 1326px 587px #FFF, 973px 1860px #FFF, 854px 1491px #FFF, 1447px 999px #FFF, 1419px 1212px #FFF, 641px 1104px #FFF, 813px 1770px #FFF, 273px 26px #FFF, 713px 1289px #FFF, 1294px 176px #FFF, 490px 851px #FFF, 1765px 793px #FFF, 1689px 1711px #FFF, 1239px 922px #FFF, 1474px 50px #FFF, 191px 41px #FFF, 939px 1047px #FFF, 188px 1363px #FFF, 483px 1177px #FFF, 1733px 1612px #FFF, 848px 1785px #FFF, 1869px 1521px #FFF, 1919px 309px #FFF, 23px 1141px #FFF, 824px 1297px #FFF, 221px 656px #FFF, 352px 1627px #FFF, 1580px 281px #FFF, 482px 1619px #FFF, 82px 1866px #FFF, 1595px 694px #FFF, 1090px 697px #FFF, 1859px 1207px #FFF, 1478px 1661px #FFF, 241px 1026px #FFF, 1736px 276px #FFF, 1905px 1467px #FFF, 1238px 1182px #FFF, 354px 1170px #FFF, 191px 1252px #FFF, 1642px 1066px #FFF, 186px 434px #FFF, 380px 52px #FFF, 392px 1472px #FFF, 379px 327px #FFF, 1509px 235px #FFF, 1634px 951px #FFF, 1861px 885px #FFF, 1582px 65px #FFF, 93px 1218px #FFF, 1779px 1408px #FFF, 1612px 950px #FFF, 1985px 98px #FFF, 1133px 1019px #FFF, 1723px 1795px #FFF, 91px 854px #FFF, 1163px 1912px #FFF, 620px 725px #FFF, 522px 853px #FFF, 944px 1858px #FFF, 1914px 1269px #FFF, 1546px 139px #FFF, 1198px 102px #FFF, 1978px 1458px #FFF, 350px 1174px #FFF, 617px 393px #FFF, 1488px 978px #FFF, 297px 193px #FFF, 784px 659px #FFF, 774px 1296px #FFF, 403px 244px #FFF, 548px 1123px #FFF, 1226px 979px #FFF, 1437px 736px #FFF, 1080px 1528px #FFF, 729px 841px #FFF, 1188px 1792px #FFF, 1320px 60px #FFF, 138px 802px #FFF, 152px 1678px #FFF, 713px 89px #FFF, 1440px 367px #FFF, 41px 552px #FFF, 6px 1202px #FFF, 1385px 935px #FFF, 1361px 1051px #FFF, 1396px 1853px #FFF, 1588px 955px #FFF, 148px 3px #FFF, 1500px 1054px #FFF, 643px 162px #FFF, 1492px 1912px #FFF, 543px 276px #FFF, 599px 940px #FFF, 1726px 592px #FFF, 1764px 882px #FFF, 620px 902px #FFF, 872px 1090px #FFF, 1244px 1658px #FFF, 313px 766px #FFF, 100px 524px #FFF, 1561px 890px #FFF, 656px 1749px #FFF, 386px 1518px #FFF, 1314px 807px #FFF, 52px 1411px #FFF, 1732px 143px #FFF, 1689px 414px #FFF, 1105px 58px #FFF, 1399px 1946px #FFF, 1096px 1700px #FFF, 1331px 1641px #FFF, 834px 1224px #FFF, 1880px 1640px #FFF, 1362px 16px #FFF, 1090px 10px #FFF, 1782px 542px #FFF, 1304px 813px #FFF, 154px 606px #FFF, 883px 29px #FFF, 1688px 1837px #FFF, 1523px 1629px #FFF, 1651px 38px #FFF, 1277px 423px #FFF, 947px 418px #FFF, 1153px 1009px #FFF, 318px 410px #FFF, 1936px 566px #FFF, 1686px 439px #FFF, 113px 1693px #FFF, 2px 1268px #FFF, 1690px 197px #FFF, 1625px 1264px #FFF, 1333px 1706px #FFF, 944px 543px #FFF, 214px 551px #FFF, 1605px 1907px #FFF, 1609px 122px #FFF, 1104px 643px #FFF, 1362px 252px #FFF, 597px 1496px #FFF, 1601px 463px #FFF, 1476px 1339px #FFF, 1186px 142px #FFF, 360px 915px #FFF, 1179px 1144px #FFF, 998px 489px #FFF, 576px 1777px #FFF, 1032px 870px #FFF, 1189px 1097px #FFF, 1456px 844px #FFF, 1031px 539px #FFF, 66px 1030px #FFF, 663px 1298px #FFF, 971px 1517px #FFF, 750px 257px #FFF, 215px 1547px #FFF, 1733px 1801px #FFF, 1862px 154px #FFF, 1192px 26px #FFF, 1710px 1718px #FFF, 1031px 1034px #FFF, 1744px 1316px #FFF, 994px 1609px #FFF, 594px 1204px #FFF, 1649px 207px #FFF, 1459px 908px #FFF, 1045px 161px #FFF, 732px 994px #FFF, 452px 1125px #FFF, 1221px 228px #FFF, 263px 805px #FFF, 1158px 1594px #FFF, 1483px 771px #FFF, 326px 549px #FFF, 503px 1227px #FFF, 1812px 477px #FFF, 581px 1096px #FFF, 11px 922px #FFF, 1256px 278px #FFF, 457px 1565px #FFF, 1485px 1948px #FFF, 665px 1374px #FFF, 1210px 664px #FFF, 1915px 1675px #FFF, 813px 1900px #FFF, 1830px 1010px #FFF, 1559px 269px #FFF, 903px 1062px #FFF, 799px 434px #FFF, 1133px 466px #FFF, 618px 621px #FFF, 500px 1169px #FFF, 1139px 1803px #FFF, 250px 621px #FFF, 980px 652px #FFF, 1757px 1369px #FFF, 1625px 443px #FFF, 1261px 1925px #FFF, 1069px 392px #FFF, 1588px 832px #FFF, 1031px 1838px #FFF, 1160px 1344px #FFF, 817px 1164px #FFF, 1209px 934px #FFF, 812px 1407px #FFF, 1465px 1991px #FFF, 1098px 1701px #FFF, 1775px 1822px #FFF, 1614px 1351px #FFF, 1422px 1988px #FFF, 1619px 1798px #FFF, 293px 878px #FFF, 1443px 67px #FFF, 1812px 1576px #FFF, 1345px 994px #FFF, 1828px 318px #FFF, 1688px 118px #FFF, 1770px 1876px #FFF, 799px 246px #FFF, 1092px 796px #FFF, 1347px 1874px #FFF, 1183px 1556px #FFF, 1396px 1992px #FFF, 1879px 758px #FFF, 1652px 1470px #FFF, 1208px 1017px #FFF, 1039px 1878px #FFF, 1436px 1034px #FFF, 1919px 793px #FFF, 327px 1859px #FFF, 591px 288px #FFF, 1995px 1680px #FFF, 910px 170px #FFF, 1585px 484px #FFF, 1356px 476px #FFF, 1320px 668px #FFF, 554px 1179px #FFF, 1999px 944px #FFF, 807px 1595px #FFF, 562px 142px #FFF, 1531px 1887px #FFF, 536px 1912px #FFF, 791px 441px #FFF, 546px 284px #FFF, 1262px 729px #FFF, 509px 318px #FFF, 1753px 1005px #FFF, 635px 401px #FFF, 1272px 1456px #FFF, 339px 1784px #FFF, 646px 1220px #FFF, 366px 7px #FFF, 1273px 1476px #FFF, 549px 875px #FFF, 1120px 1253px #FFF, 1146px 1333px #FFF, 87px 274px #FFF, 1866px 686px #FFF, 834px 1673px #FFF, 1676px 1800px #FFF, 1173px 1373px #FFF, 1789px 1626px #FFF, 1541px 841px #FFF, 646px 1877px #FFF, 827px 1350px #FFF, 1432px 1374px #FFF, 1914px 391px #FFF, 981px 1728px #FFF, 248px 106px #FFF, 1066px 1177px #FFF, 370px 1555px #FFF, 300px 1783px #FFF, 1402px 729px #FFF, 1568px 751px #FFF, 1557px 516px #FFF, 1204px 1822px #FFF, 1713px 99px #FFF, 1398px 1086px #FFF, 337px 1110px #FFF, 604px 495px #FFF, 783px 1351px #FFF, 1977px 451px #FFF, 1863px 671px #FFF, 1444px 1915px #FFF, 1411px 1920px #FFF, 1914px 1825px #FFF, 1309px 371px #FFF, 474px 397px #FFF, 166px 1271px #FFF, 1473px 1223px #FFF, 725px 451px #FFF, 604px 1604px #FFF, 990px 718px #FFF, 981px 1589px #FFF, 1137px 183px #FFF, 1110px 885px #FFF, 152px 1212px #FFF, 1089px 196px #FFF, 1816px 1678px #FFF, 1417px 692px #FFF, 380px 399px #FFF, 720px 957px #FFF, 1814px 1685px #FFF, 341px 462px #FFF, 757px 62px #FFF, 183px 331px #FFF, 1987px 1305px #FFF, 465px 1393px #FFF, 680px 1029px #FFF, 1667px 1284px #FFF, 1044px 643px #FFF, 904px 125px #FFF, 177px 1962px #FFF, 219px 515px #FFF, 1876px 1339px #FFF, 1747px 1489px #FFF, 1439px 162px #FFF, 1069px 1159px #FFF, 363px 1476px #FFF, 795px 1903px #FFF, 1636px 485px #FFF, 1850px 1278px #FFF, 1518px 64px #FFF, 1592px 733px #FFF, 382px 201px #FFF, 126px 1059px #FFF, 295px 1892px #FFF, 203px 701px #FFF, 133px 1954px #FFF, 118px 1784px #FFF, 1835px 1828px #FFF, 1741px 967px #FFF, 1379px 84px #FFF, 1575px 910px #FFF, 1108px 279px #FFF, 38px 1072px #FFF, 1049px 1202px #FFF, 1745px 1122px #FFF, 328px 981px #FFF, 763px 958px #FFF, 1993px 778px #FFF, 461px 961px #FFF, 1945px 504px #FFF, 292px 909px #FFF, 1286px 1752px #FFF, 1677px 1917px #FFF, 1262px 1840px #FFF, 1794px 571px #FFF, 1604px 1629px #FFF, 1174px 782px #FFF, 360px 1489px #FFF, 975px 685px #FFF, 1804px 1466px #FFF, 1492px 1923px #FFF, 433px 56px #FFF, 1392px 1465px #FFF, 729px 724px #FFF, 825px 57px #FFF, 545px 81px #FFF, 1594px 1006px #FFF, 1049px 643px #FFF, 323px 1029px #FFF, 54px 1861px #FFF, 55px 1561px #FFF, 1844px 558px #FFF, 1244px 194px #FFF, 1835px 727px #FFF, 525px 108px #FFF, 370px 1912px #FFF, 805px 1097px #FFF, 140px 1323px #FFF, 1222px 1648px #FFF, 1938px 1734px #FFF, 765px 886px #FFF, 535px 479px #FFF, 1345px 1690px #FFF, 1993px 1194px #FFF, 1228px 339px #FFF, 150px 357px #FFF, 1824px 158px #FFF, 1771px 1260px #FFF, 1571px 1390px #FFF, 1179px 285px #FFF, 1861px 1029px #FFF, 1062px 1717px #FFF, 1978px 1090px #FFF, 1130px 1949px #FFF, 1993px 884px #FFF, 93px 811px #FFF, 556px 932px #FFF, 671px 1296px #FFF, 1790px 34px #FFF, 1468px 893px #FFF, 1269px 946px #FFF, 1776px 71px #FFF, 887px 1978px #FFF, 1120px 361px #FFF, 1123px 718px #FFF, 918px 627px #FFF, 1531px 977px #FFF, 410px 929px #FFF, 450px 1122px #FFF, 1469px 115px #FFF, 1331px 1319px #FFF, 1586px 1919px #FFF, 1749px 1183px #FFF, 1317px 1842px #FFF, 1726px 1517px #FFF, 760px 1217px #FFF, 414px 1291px #FFF, 1657px 521px #FFF, 723px 1024px #FFF, 379px 48px #FFF, 1325px 1232px #FFF, 591px 288px #FFF, 1649px 916px #FFF, 1167px 345px #FFF, 1150px 1863px #FFF, 1170px 204px #FFF, 1418px 1458px #FFF, 1519px 701px #FFF, 791px 667px #FFF, 1646px 803px #FFF, 1925px 264px #FFF, 416px 1267px #FFF, 788px 1367px #FFF, 1685px 1699px #FFF, 1119px 1977px #FFF, 1135px 321px #FFF, 1943px 90px #FFF, 1872px 1730px #FFF, 1192px 851px #FFF, 1063px 415px #FFF, 793px 98px #FFF, 376px 1172px #FFF, 1589px 1669px #FFF, 396px 24px #FFF, 100px 32px #FFF, 593px 1156px #FFF, 391px 1222px #FFF, 515px 1976px #FFF, 960px 1585px #FFF, 471px 1662px #FFF, 252px 1566px #FFF, 213px 378px #FFF, 1550px 966px #FFF, 546px 1720px #FFF, 111px 744px #FFF, 1696px 104px #FFF, 1897px 90px #FFF, 1133px 936px #FFF, 963px 166px #FFF, 54px 1890px #FFF, 1469px 1308px #FFF, 1783px 1909px #FFF, 1623px 1075px #FFF, 456px 1096px #FFF, 1803px 728px #FFF, 1202px 1099px #FFF, 1835px 170px #FFF, 1968px 1069px #FFF, 934px 760px #FFF, 156px 1129px #FFF, 591px 27px #FFF, 620px 269px #FFF, 1359px 1184px #FFF, 1082px 1164px #FFF, 1824px 1107px #FFF, 335px 1312px #FFF, 1331px 1301px #FFF, 588px 811px #FFF, 692px 1216px #FFF, 1895px 1628px #FFF, 479px 1087px #FFF, 761px 1745px #FFF, 364px 231px #FFF, 594px 1779px #FFF, 251px 244px #FFF, 1800px 133px #FFF, 714px 1273px #FFF, 441px 1647px #FFF, 1366px 1444px #FFF, 176px 33px #FFF, 434px 1653px #FFF, 942px 316px #FFF, 1961px 240px #FFF, 1999px 1070px #FFF, 1983px 1422px #FFF, 47px 361px #FFF, 1880px 1324px #FFF, 152px 921px #FFF, 80px 96px #FFF, 391px 1206px #FFF, 864px 1730px #FFF, 1243px 1748px #FFF, 1782px 852px #FFF, 337px 1859px #FFF, 101px 252px #FFF, 1487px 1571px #FFF, 386px 1825px #FFF, 1124px 1875px #FFF, 928px 1047px #FFF, 1797px 802px #FFF, 128px 1614px #FFF, 1397px 8px #FFF, 1893px 867px #FFF, 1430px 600px #FFF, 1773px 938px #FFF, 1604px 1221px #FFF, 1010px 587px #FFF, 648px 1694px #FFF, 1018px 1488px #FFF, 118px 660px #FFF, 985px 472px #FFF, 1984px 1013px #FFF, 755px 1529px #FFF, 1099px 45px #FFF, 255px 1183px #FFF, 662px 483px #FFF, 1952px 5px #FFF, 922px 1926px #FFF, 632px 1146px #FFF, 1448px 359px #FFF, 1453px 1570px #FFF, 1046px 757px #FFF, 931px 168px #FFF, 1419px 982px #FFF, 538px 582px #FFF, 51px 253px #FFF, 1708px 1671px #FFF, 1735px 58px #FFF, 1337px 1160px #FFF, 849px 1926px #FFF, 984px 1568px #FFF, 1400px 1612px #FFF, 408px 114px #FFF, 1107px 626px #FFF, 834px 843px #FFF, 584px 183px #FFF, 430px 747px #FFF, 377px 501px #FFF, 467px 1584px #FFF, 1857px 1562px #FFF, 1542px 1990px #FFF, 1648px 411px #FFF, 858px 902px #FFF, 939px 1185px #FFF, 1982px 508px #FFF, 1017px 1322px #FFF, 1106px 258px #FFF, 1583px 935px #FFF, 446px 1960px #FFF, 1682px 1230px #FFF;
    animation: animStar 50s linear infinite;
}

    #stars:after {
        content: " ";
        position: absolute;
        width: 1px;
        height: 1px;
        background: transparent;
        box-shadow: 545px 1809px #FFF, 486px 611px #FFF, 1340px 374px #FFF, 1283px 1845px #FFF, 946px 1366px #FFF, 927px 220px #FFF, 894px 361px #FFF, 40px 1790px #FFF, 1662px 683px #FFF, 1111px 1111px #FFF, 1710px 1913px #FFF, 1917px 1452px #FFF, 1648px 736px #FFF, 1695px 1981px #FFF, 1249px 1366px #FFF, 40px 1375px #FFF, 1499px 33px #FFF, 740px 1960px #FFF, 376px 1523px #FFF, 78px 1941px #FFF, 787px 152px #FFF, 931px 1087px #FFF, 1050px 1541px #FFF, 134px 20px #FFF, 1484px 1950px #FFF, 420px 838px #FFF, 568px 1460px #FFF, 1466px 214px #FFF, 1509px 1765px #FFF, 1349px 1252px #FFF, 1001px 1639px #FFF, 380px 1496px #FFF, 785px 308px #FFF, 7px 1991px #FFF, 747px 114px #FFF, 1109px 1961px #FFF, 683px 882px #FFF, 1349px 1852px #FFF, 208px 722px #FFF, 739px 114px #FFF, 1375px 1148px #FFF, 1775px 1387px #FFF, 1682px 124px #FFF, 1865px 958px #FFF, 1333px 245px #FFF, 347px 441px #FFF, 30px 528px #FFF, 1416px 1770px #FFF, 2px 83px #FFF, 248px 403px #FFF, 1741px 773px #FFF, 1037px 508px #FFF, 1652px 211px #FFF, 396px 547px #FFF, 1203px 591px #FFF, 644px 1447px #FFF, 991px 1673px #FFF, 672px 130px #FFF, 330px 1407px #FFF, 270px 554px #FFF, 744px 1985px #FFF, 1240px 1989px #FFF, 1014px 632px #FFF, 55px 1894px #FFF, 828px 891px #FFF, 1229px 834px #FFF, 332px 1263px #FFF, 1191px 1896px #FFF, 1979px 1920px #FFF, 1391px 144px #FFF, 226px 973px #FFF, 371px 425px #FFF, 1716px 1326px #FFF, 1958px 1037px #FFF, 1604px 1904px #FFF, 127px 1566px #FFF, 1503px 676px #FFF, 1912px 472px #FFF, 1956px 115px #FFF, 488px 287px #FFF, 258px 1642px #FFF, 740px 183px #FFF, 962px 1434px #FFF, 1845px 1800px #FFF, 1869px 1617px #FFF, 573px 1973px #FFF, 679px 1201px #FFF, 1670px 1400px #FFF, 145px 181px #FFF, 1904px 1753px #FFF, 886px 497px #FFF, 1013px 1389px #FFF, 487px 1566px #FFF, 1950px 1316px #FFF, 342px 1727px #FFF, 509px 332px #FFF, 1882px 1571px #FFF, 1904px 416px #FFF, 428px 1380px #FFF, 266px 1569px #FFF, 471px 763px #FFF, 490px 1510px #FFF, 79px 914px #FFF, 260px 276px #FFF, 709px 1843px #FFF, 608px 1324px #FFF, 625px 1615px #FFF, 595px 1059px #FFF, 135px 701px #FFF, 973px 1867px #FFF, 488px 1329px #FFF, 1275px 967px #FFF, 1426px 1896px #FFF, 1169px 1480px #FFF, 1093px 1498px #FFF, 941px 1002px #FFF, 1293px 1317px #FFF, 1015px 1129px #FFF, 189px 1039px #FFF, 1262px 1896px #FFF, 1308px 1614px #FFF, 1458px 792px #FFF, 1701px 1577px #FFF, 704px 1943px #FFF, 293px 585px #FFF, 1162px 962px #FFF, 1110px 1079px #FFF, 1272px 1352px #FFF, 658px 1205px #FFF, 1916px 1637px #FFF, 1805px 172px #FFF, 635px 1118px #FFF, 1381px 854px #FFF, 266px 1080px #FFF, 370px 1902px #FFF, 1442px 1614px #FFF, 255px 1180px #FFF, 246px 1436px #FFF, 1711px 471px #FFF, 1755px 636px #FFF, 237px 454px #FFF, 291px 660px #FFF, 563px 941px #FFF, 1012px 461px #FFF, 1329px 1925px #FFF, 365px 1657px #FFF, 1326px 587px #FFF, 973px 1860px #FFF, 854px 1491px #FFF, 1447px 999px #FFF, 1419px 1212px #FFF, 641px 1104px #FFF, 813px 1770px #FFF, 273px 26px #FFF, 713px 1289px #FFF, 1294px 176px #FFF, 490px 851px #FFF, 1765px 793px #FFF, 1689px 1711px #FFF, 1239px 922px #FFF, 1474px 50px #FFF, 191px 41px #FFF, 939px 1047px #FFF, 188px 1363px #FFF, 483px 1177px #FFF, 1733px 1612px #FFF, 848px 1785px #FFF, 1869px 1521px #FFF, 1919px 309px #FFF, 23px 1141px #FFF, 824px 1297px #FFF, 221px 656px #FFF, 352px 1627px #FFF, 1580px 281px #FFF, 482px 1619px #FFF, 82px 1866px #FFF, 1595px 694px #FFF, 1090px 697px #FFF, 1859px 1207px #FFF, 1478px 1661px #FFF, 241px 1026px #FFF, 1736px 276px #FFF, 1905px 1467px #FFF, 1238px 1182px #FFF, 354px 1170px #FFF, 191px 1252px #FFF, 1642px 1066px #FFF, 186px 434px #FFF, 380px 52px #FFF, 392px 1472px #FFF, 379px 327px #FFF, 1509px 235px #FFF, 1634px 951px #FFF, 1861px 885px #FFF, 1582px 65px #FFF, 93px 1218px #FFF, 1779px 1408px #FFF, 1612px 950px #FFF, 1985px 98px #FFF, 1133px 1019px #FFF, 1723px 1795px #FFF, 91px 854px #FFF, 1163px 1912px #FFF, 620px 725px #FFF, 522px 853px #FFF, 944px 1858px #FFF, 1914px 1269px #FFF, 1546px 139px #FFF, 1198px 102px #FFF, 1978px 1458px #FFF, 350px 1174px #FFF, 617px 393px #FFF, 1488px 978px #FFF, 297px 193px #FFF, 784px 659px #FFF, 774px 1296px #FFF, 403px 244px #FFF, 548px 1123px #FFF, 1226px 979px #FFF, 1437px 736px #FFF, 1080px 1528px #FFF, 729px 841px #FFF, 1188px 1792px #FFF, 1320px 60px #FFF, 138px 802px #FFF, 152px 1678px #FFF, 713px 89px #FFF, 1440px 367px #FFF, 41px 552px #FFF, 6px 1202px #FFF, 1385px 935px #FFF, 1361px 1051px #FFF, 1396px 1853px #FFF, 1588px 955px #FFF, 148px 3px #FFF, 1500px 1054px #FFF, 643px 162px #FFF, 1492px 1912px #FFF, 543px 276px #FFF, 599px 940px #FFF, 1726px 592px #FFF, 1764px 882px #FFF, 620px 902px #FFF, 872px 1090px #FFF, 1244px 1658px #FFF, 313px 766px #FFF, 100px 524px #FFF, 1561px 890px #FFF, 656px 1749px #FFF, 386px 1518px #FFF, 1314px 807px #FFF, 52px 1411px #FFF, 1732px 143px #FFF, 1689px 414px #FFF, 1105px 58px #FFF, 1399px 1946px #FFF, 1096px 1700px #FFF, 1331px 1641px #FFF, 834px 1224px #FFF, 1880px 1640px #FFF, 1362px 16px #FFF, 1090px 10px #FFF, 1782px 542px #FFF, 1304px 813px #FFF, 154px 606px #FFF, 883px 29px #FFF, 1688px 1837px #FFF, 1523px 1629px #FFF, 1651px 38px #FFF, 1277px 423px #FFF, 947px 418px #FFF, 1153px 1009px #FFF, 318px 410px #FFF, 1936px 566px #FFF, 1686px 439px #FFF, 113px 1693px #FFF, 2px 1268px #FFF, 1690px 197px #FFF, 1625px 1264px #FFF, 1333px 1706px #FFF, 944px 543px #FFF, 214px 551px #FFF, 1605px 1907px #FFF, 1609px 122px #FFF, 1104px 643px #FFF, 1362px 252px #FFF, 597px 1496px #FFF, 1601px 463px #FFF, 1476px 1339px #FFF, 1186px 142px #FFF, 360px 915px #FFF, 1179px 1144px #FFF, 998px 489px #FFF, 576px 1777px #FFF, 1032px 870px #FFF, 1189px 1097px #FFF, 1456px 844px #FFF, 1031px 539px #FFF, 66px 1030px #FFF, 663px 1298px #FFF, 971px 1517px #FFF, 750px 257px #FFF, 215px 1547px #FFF, 1733px 1801px #FFF, 1862px 154px #FFF, 1192px 26px #FFF, 1710px 1718px #FFF, 1031px 1034px #FFF, 1744px 1316px #FFF, 994px 1609px #FFF, 594px 1204px #FFF, 1649px 207px #FFF, 1459px 908px #FFF, 1045px 161px #FFF, 732px 994px #FFF, 452px 1125px #FFF, 1221px 228px #FFF, 263px 805px #FFF, 1158px 1594px #FFF, 1483px 771px #FFF, 326px 549px #FFF, 503px 1227px #FFF, 1812px 477px #FFF, 581px 1096px #FFF, 11px 922px #FFF, 1256px 278px #FFF, 457px 1565px #FFF, 1485px 1948px #FFF, 665px 1374px #FFF, 1210px 664px #FFF, 1915px 1675px #FFF, 813px 1900px #FFF, 1830px 1010px #FFF, 1559px 269px #FFF, 903px 1062px #FFF, 799px 434px #FFF, 1133px 466px #FFF, 618px 621px #FFF, 500px 1169px #FFF, 1139px 1803px #FFF, 250px 621px #FFF, 980px 652px #FFF, 1757px 1369px #FFF, 1625px 443px #FFF, 1261px 1925px #FFF, 1069px 392px #FFF, 1588px 832px #FFF, 1031px 1838px #FFF, 1160px 1344px #FFF, 817px 1164px #FFF, 1209px 934px #FFF, 812px 1407px #FFF, 1465px 1991px #FFF, 1098px 1701px #FFF, 1775px 1822px #FFF, 1614px 1351px #FFF, 1422px 1988px #FFF, 1619px 1798px #FFF, 293px 878px #FFF, 1443px 67px #FFF, 1812px 1576px #FFF, 1345px 994px #FFF, 1828px 318px #FFF, 1688px 118px #FFF, 1770px 1876px #FFF, 799px 246px #FFF, 1092px 796px #FFF, 1347px 1874px #FFF, 1183px 1556px #FFF, 1396px 1992px #FFF, 1879px 758px #FFF, 1652px 1470px #FFF, 1208px 1017px #FFF, 1039px 1878px #FFF, 1436px 1034px #FFF, 1919px 793px #FFF, 327px 1859px #FFF, 591px 288px #FFF, 1995px 1680px #FFF, 910px 170px #FFF, 1585px 484px #FFF, 1356px 476px #FFF, 1320px 668px #FFF, 554px 1179px #FFF, 1999px 944px #FFF, 807px 1595px #FFF, 562px 142px #FFF, 1531px 1887px #FFF, 536px 1912px #FFF, 791px 441px #FFF, 546px 284px #FFF, 1262px 729px #FFF, 509px 318px #FFF, 1753px 1005px #FFF, 635px 401px #FFF, 1272px 1456px #FFF, 339px 1784px #FFF, 646px 1220px #FFF, 366px 7px #FFF, 1273px 1476px #FFF, 549px 875px #FFF, 1120px 1253px #FFF, 1146px 1333px #FFF, 87px 274px #FFF, 1866px 686px #FFF, 834px 1673px #FFF, 1676px 1800px #FFF, 1173px 1373px #FFF, 1789px 1626px #FFF, 1541px 841px #FFF, 646px 1877px #FFF, 827px 1350px #FFF, 1432px 1374px #FFF, 1914px 391px #FFF, 981px 1728px #FFF, 248px 106px #FFF, 1066px 1177px #FFF, 370px 1555px #FFF, 300px 1783px #FFF, 1402px 729px #FFF, 1568px 751px #FFF, 1557px 516px #FFF, 1204px 1822px #FFF, 1713px 99px #FFF, 1398px 1086px #FFF, 337px 1110px #FFF, 604px 495px #FFF, 783px 1351px #FFF, 1977px 451px #FFF, 1863px 671px #FFF, 1444px 1915px #FFF, 1411px 1920px #FFF, 1914px 1825px #FFF, 1309px 371px #FFF, 474px 397px #FFF, 166px 1271px #FFF, 1473px 1223px #FFF, 725px 451px #FFF, 604px 1604px #FFF, 990px 718px #FFF, 981px 1589px #FFF, 1137px 183px #FFF, 1110px 885px #FFF, 152px 1212px #FFF, 1089px 196px #FFF, 1816px 1678px #FFF, 1417px 692px #FFF, 380px 399px #FFF, 720px 957px #FFF, 1814px 1685px #FFF, 341px 462px #FFF, 757px 62px #FFF, 183px 331px #FFF, 1987px 1305px #FFF, 465px 1393px #FFF, 680px 1029px #FFF, 1667px 1284px #FFF, 1044px 643px #FFF, 904px 125px #FFF, 177px 1962px #FFF, 219px 515px #FFF, 1876px 1339px #FFF, 1747px 1489px #FFF, 1439px 162px #FFF, 1069px 1159px #FFF, 363px 1476px #FFF, 795px 1903px #FFF, 1636px 485px #FFF, 1850px 1278px #FFF, 1518px 64px #FFF, 1592px 733px #FFF, 382px 201px #FFF, 126px 1059px #FFF, 295px 1892px #FFF, 203px 701px #FFF, 133px 1954px #FFF, 118px 1784px #FFF, 1835px 1828px #FFF, 1741px 967px #FFF, 1379px 84px #FFF, 1575px 910px #FFF, 1108px 279px #FFF, 38px 1072px #FFF, 1049px 1202px #FFF, 1745px 1122px #FFF, 328px 981px #FFF, 763px 958px #FFF, 1993px 778px #FFF, 461px 961px #FFF, 1945px 504px #FFF, 292px 909px #FFF, 1286px 1752px #FFF, 1677px 1917px #FFF, 1262px 1840px #FFF, 1794px 571px #FFF, 1604px 1629px #FFF, 1174px 782px #FFF, 360px 1489px #FFF, 975px 685px #FFF, 1804px 1466px #FFF, 1492px 1923px #FFF, 433px 56px #FFF, 1392px 1465px #FFF, 729px 724px #FFF, 825px 57px #FFF, 545px 81px #FFF, 1594px 1006px #FFF, 1049px 643px #FFF, 323px 1029px #FFF, 54px 1861px #FFF, 55px 1561px #FFF, 1844px 558px #FFF, 1244px 194px #FFF, 1835px 727px #FFF, 525px 108px #FFF, 370px 1912px #FFF, 805px 1097px #FFF, 140px 1323px #FFF, 1222px 1648px #FFF, 1938px 1734px #FFF, 765px 886px #FFF, 535px 479px #FFF, 1345px 1690px #FFF, 1993px 1194px #FFF, 1228px 339px #FFF, 150px 357px #FFF, 1824px 158px #FFF, 1771px 1260px #FFF, 1571px 1390px #FFF, 1179px 285px #FFF, 1861px 1029px #FFF, 1062px 1717px #FFF, 1978px 1090px #FFF, 1130px 1949px #FFF, 1993px 884px #FFF, 93px 811px #FFF, 556px 932px #FFF, 671px 1296px #FFF, 1790px 34px #FFF, 1468px 893px #FFF, 1269px 946px #FFF, 1776px 71px #FFF, 887px 1978px #FFF, 1120px 361px #FFF, 1123px 718px #FFF, 918px 627px #FFF, 1531px 977px #FFF, 410px 929px #FFF, 450px 1122px #FFF, 1469px 115px #FFF, 1331px 1319px #FFF, 1586px 1919px #FFF, 1749px 1183px #FFF, 1317px 1842px #FFF, 1726px 1517px #FFF, 760px 1217px #FFF, 414px 1291px #FFF, 1657px 521px #FFF, 723px 1024px #FFF, 379px 48px #FFF, 1325px 1232px #FFF, 591px 288px #FFF, 1649px 916px #FFF, 1167px 345px #FFF, 1150px 1863px #FFF, 1170px 204px #FFF, 1418px 1458px #FFF, 1519px 701px #FFF, 791px 667px #FFF, 1646px 803px #FFF, 1925px 264px #FFF, 416px 1267px #FFF, 788px 1367px #FFF, 1685px 1699px #FFF, 1119px 1977px #FFF, 1135px 321px #FFF, 1943px 90px #FFF, 1872px 1730px #FFF, 1192px 851px #FFF, 1063px 415px #FFF, 793px 98px #FFF, 376px 1172px #FFF, 1589px 1669px #FFF, 396px 24px #FFF, 100px 32px #FFF, 593px 1156px #FFF, 391px 1222px #FFF, 515px 1976px #FFF, 960px 1585px #FFF, 471px 1662px #FFF, 252px 1566px #FFF, 213px 378px #FFF, 1550px 966px #FFF, 546px 1720px #FFF, 111px 744px #FFF, 1696px 104px #FFF, 1897px 90px #FFF, 1133px 936px #FFF, 963px 166px #FFF, 54px 1890px #FFF, 1469px 1308px #FFF, 1783px 1909px #FFF, 1623px 1075px #FFF, 456px 1096px #FFF, 1803px 728px #FFF, 1202px 1099px #FFF, 1835px 170px #FFF, 1968px 1069px #FFF, 934px 760px #FFF, 156px 1129px #FFF, 591px 27px #FFF, 620px 269px #FFF, 1359px 1184px #FFF, 1082px 1164px #FFF, 1824px 1107px #FFF, 335px 1312px #FFF, 1331px 1301px #FFF, 588px 811px #FFF, 692px 1216px #FFF, 1895px 1628px #FFF, 479px 1087px #FFF, 761px 1745px #FFF, 364px 231px #FFF, 594px 1779px #FFF, 251px 244px #FFF, 1800px 133px #FFF, 714px 1273px #FFF, 441px 1647px #FFF, 1366px 1444px #FFF, 176px 33px #FFF, 434px 1653px #FFF, 942px 316px #FFF, 1961px 240px #FFF, 1999px 1070px #FFF, 1983px 1422px #FFF, 47px 361px #FFF, 1880px 1324px #FFF, 152px 921px #FFF, 80px 96px #FFF, 391px 1206px #FFF, 864px 1730px #FFF, 1243px 1748px #FFF, 1782px 852px #FFF, 337px 1859px #FFF, 101px 252px #FFF, 1487px 1571px #FFF, 386px 1825px #FFF, 1124px 1875px #FFF, 928px 1047px #FFF, 1797px 802px #FFF, 128px 1614px #FFF, 1397px 8px #FFF, 1893px 867px #FFF, 1430px 600px #FFF, 1773px 938px #FFF, 1604px 1221px #FFF, 1010px 587px #FFF, 648px 1694px #FFF, 1018px 1488px #FFF, 118px 660px #FFF, 985px 472px #FFF, 1984px 1013px #FFF, 755px 1529px #FFF, 1099px 45px #FFF, 255px 1183px #FFF, 662px 483px #FFF, 1952px 5px #FFF, 922px 1926px #FFF, 632px 1146px #FFF, 1448px 359px #FFF, 1453px 1570px #FFF, 1046px 757px #FFF, 931px 168px #FFF, 1419px 982px #FFF, 538px 582px #FFF, 51px 253px #FFF, 1708px 1671px #FFF, 1735px 58px #FFF, 1337px 1160px #FFF, 849px 1926px #FFF, 984px 1568px #FFF, 1400px 1612px #FFF, 408px 114px #FFF, 1107px 626px #FFF, 834px 843px #FFF, 584px 183px #FFF, 430px 747px #FFF, 377px 501px #FFF, 467px 1584px #FFF, 1857px 1562px #FFF, 1542px 1990px #FFF, 1648px 411px #FFF, 858px 902px #FFF, 939px 1185px #FFF, 1982px 508px #FFF, 1017px 1322px #FFF, 1106px 258px #FFF, 1583px 935px #FFF, 446px 1960px #FFF, 1682px 1230px #FFF;
    }

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1643px 1066px #FFF, 1003px 667px #FFF, 1021px 144px #FFF, 838px 992px #FFF, 249px 800px #FFF, 1928px 1795px #FFF, 1051px 1855px #FFF, 1097px 718px #FFF, 1048px 1753px #FFF, 1958px 1406px #FFF, 1330px 435px #FFF, 1444px 1693px #FFF, 1268px 1420px #FFF, 478px 1630px #FFF, 711px 662px #FFF, 266px 1035px #FFF, 291px 845px #FFF, 340px 1171px #FFF, 514px 993px #FFF, 1285px 514px #FFF, 370px 895px #FFF, 357px 54px #FFF, 1059px 1301px #FFF, 892px 592px #FFF, 595px 945px #FFF, 1497px 958px #FFF, 1625px 1059px #FFF, 1329px 1241px #FFF, 1362px 601px #FFF, 1487px 604px #FFF, 1130px 1222px #FFF, 905px 1703px #FFF, 322px 331px #FFF, 1746px 825px #FFF, 528px 181px #FFF, 1659px 409px #FFF, 936px 9px #FFF, 128px 1155px #FFF, 1632px 1894px #FFF, 1810px 917px #FFF, 443px 1584px #FFF, 717px 1805px #FFF, 993px 308px #FFF, 1733px 982px #FFF, 475px 1022px #FFF, 1147px 1582px #FFF, 1752px 883px #FFF, 510px 1749px #FFF, 312px 359px #FFF, 1914px 1114px #FFF, 1922px 152px #FFF, 1220px 843px #FFF, 1299px 1243px #FFF, 1273px 1879px #FFF, 705px 89px #FFF, 1292px 1539px #FFF, 362px 1781px #FFF, 1144px 571px #FFF, 1112px 10px #FFF, 660px 46px #FFF, 128px 944px #FFF, 314px 454px #FFF, 1761px 797px #FFF, 1831px 1651px #FFF, 192px 1525px #FFF, 1822px 678px #FFF, 779px 1624px #FFF, 107px 1928px #FFF, 453px 316px #FFF, 1433px 744px #FFF, 52px 470px #FFF, 1967px 1312px #FFF, 222px 1432px #FFF, 200px 1171px #FFF, 83px 1664px #FFF, 232px 1405px #FFF, 1649px 1024px #FFF, 1714px 884px #FFF, 1196px 1509px #FFF, 284px 861px #FFF, 1141px 21px #FFF, 863px 1109px #FFF, 519px 896px #FFF, 1957px 1220px #FFF, 1545px 477px #FFF, 1115px 1612px #FFF, 887px 366px #FFF, 1614px 1517px #FFF, 1997px 943px #FFF, 420px 934px #FFF, 898px 1497px #FFF, 388px 1599px #FFF, 1421px 1027px #FFF, 153px 349px #FFF, 939px 955px #FFF, 1882px 1087px #FFF, 1332px 2000px #FFF, 1436px 1300px #FFF, 613px 1269px #FFF, 1186px 1325px #FFF, 114px 86px #FFF, 1910px 38px #FFF, 737px 636px #FFF, 1612px 551px #FFF, 361px 1812px #FFF, 580px 1682px #FFF, 226px 505px #FFF, 544px 151px #FFF, 1734px 977px #FFF, 1965px 128px #FFF, 251px 79px #FFF, 1634px 246px #FFF, 959px 1370px #FFF, 632px 613px #FFF, 77px 1700px #FFF, 834px 1720px #FFF, 1863px 249px #FFF, 711px 1024px #FFF, 1817px 1363px #FFF, 463px 1512px #FFF, 1989px 1993px #FFF, 1855px 1001px #FFF, 1437px 675px #FFF, 1825px 79px #FFF, 1013px 1845px #FFF, 1823px 1679px #FFF, 1214px 202px #FFF, 1662px 1660px #FFF, 297px 1107px #FFF, 1419px 1782px #FFF, 968px 1971px #FFF, 1679px 1325px #FFF, 462px 932px #FFF, 915px 1446px #FFF, 603px 1386px #FFF, 464px 195px #FFF, 1294px 1939px #FFF, 612px 408px #FFF, 195px 748px #FFF, 1943px 1497px #FFF, 256px 1788px #FFF, 758px 1743px #FFF, 1462px 1968px #FFF, 1992px 54px #FFF, 1278px 1979px #FFF, 1977px 980px #FFF, 560px 8px #FFF, 450px 1796px #FFF, 1776px 591px #FFF, 1777px 198px #FFF, 988px 980px #FFF, 1835px 1835px #FFF, 136px 509px #FFF, 316px 375px #FFF, 269px 625px #FFF, 1450px 191px #FFF, 1940px 188px #FFF, 1182px 1260px #FFF, 174px 1149px #FFF, 838px 1798px #FFF, 595px 1254px #FFF, 1550px 624px #FFF, 1343px 1037px #FFF, 1212px 1533px #FFF, 1445px 1101px #FFF, 1258px 1608px #FFF, 1322px 1875px #FFF, 1986px 982px #FFF, 711px 1507px #FFF, 614px 1813px #FFF, 703px 296px #FFF, 698px 1602px #FFF, 804px 194px #FFF, 808px 883px #FFF, 1264px 1638px #FFF, 12px 571px #FFF, 555px 362px #FFF, 100px 570px #FFF, 982px 183px #FFF, 606px 1159px #FFF, 1335px 36px #FFF, 1817px 1993px #FFF, 79px 1535px #FFF, 106px 1999px #FFF, 1937px 39px #FFF, 1586px 887px #FFF, 1596px 763px #FFF, 1362px 1389px #FFF, 1983px 784px #FFF, 536px 1514px #FFF, 388px 1833px #FFF, 439px 1708px #FFF, 896px 1525px #FFF, 1576px 1402px #FFF, 442px 1050px #FFF, 1585px 152px #FFF, 701px 56px #FFF, 1420px 1919px #FFF, 794px 295px #FFF, 1813px 482px #FFF;
    animation: animStar 100s linear infinite;
}

    #stars2:after {
        content: " ";
        position: absolute;
        width: 2px;
        height: 2px;
        background: transparent;
        box-shadow: 1643px 1066px #FFF, 1003px 667px #FFF, 1021px 144px #FFF, 838px 992px #FFF, 249px 800px #FFF, 1928px 1795px #FFF, 1051px 1855px #FFF, 1097px 718px #FFF, 1048px 1753px #FFF, 1958px 1406px #FFF, 1330px 435px #FFF, 1444px 1693px #FFF, 1268px 1420px #FFF, 478px 1630px #FFF, 711px 662px #FFF, 266px 1035px #FFF, 291px 845px #FFF, 340px 1171px #FFF, 514px 993px #FFF, 1285px 514px #FFF, 370px 895px #FFF, 357px 54px #FFF, 1059px 1301px #FFF, 892px 592px #FFF, 595px 945px #FFF, 1497px 958px #FFF, 1625px 1059px #FFF, 1329px 1241px #FFF, 1362px 601px #FFF, 1487px 604px #FFF, 1130px 1222px #FFF, 905px 1703px #FFF, 322px 331px #FFF, 1746px 825px #FFF, 528px 181px #FFF, 1659px 409px #FFF, 936px 9px #FFF, 128px 1155px #FFF, 1632px 1894px #FFF, 1810px 917px #FFF, 443px 1584px #FFF, 717px 1805px #FFF, 993px 308px #FFF, 1733px 982px #FFF, 475px 1022px #FFF, 1147px 1582px #FFF, 1752px 883px #FFF, 510px 1749px #FFF, 312px 359px #FFF, 1914px 1114px #FFF, 1922px 152px #FFF, 1220px 843px #FFF, 1299px 1243px #FFF, 1273px 1879px #FFF, 705px 89px #FFF, 1292px 1539px #FFF, 362px 1781px #FFF, 1144px 571px #FFF, 1112px 10px #FFF, 660px 46px #FFF, 128px 944px #FFF, 314px 454px #FFF, 1761px 797px #FFF, 1831px 1651px #FFF, 192px 1525px #FFF, 1822px 678px #FFF, 779px 1624px #FFF, 107px 1928px #FFF, 453px 316px #FFF, 1433px 744px #FFF, 52px 470px #FFF, 1967px 1312px #FFF, 222px 1432px #FFF, 200px 1171px #FFF, 83px 1664px #FFF, 232px 1405px #FFF, 1649px 1024px #FFF, 1714px 884px #FFF, 1196px 1509px #FFF, 284px 861px #FFF, 1141px 21px #FFF, 863px 1109px #FFF, 519px 896px #FFF, 1957px 1220px #FFF, 1545px 477px #FFF, 1115px 1612px #FFF, 887px 366px #FFF, 1614px 1517px #FFF, 1997px 943px #FFF, 420px 934px #FFF, 898px 1497px #FFF, 388px 1599px #FFF, 1421px 1027px #FFF, 153px 349px #FFF, 939px 955px #FFF, 1882px 1087px #FFF, 1332px 2000px #FFF, 1436px 1300px #FFF, 613px 1269px #FFF, 1186px 1325px #FFF, 114px 86px #FFF, 1910px 38px #FFF, 737px 636px #FFF, 1612px 551px #FFF, 361px 1812px #FFF, 580px 1682px #FFF, 226px 505px #FFF, 544px 151px #FFF, 1734px 977px #FFF, 1965px 128px #FFF, 251px 79px #FFF, 1634px 246px #FFF, 959px 1370px #FFF, 632px 613px #FFF, 77px 1700px #FFF, 834px 1720px #FFF, 1863px 249px #FFF, 711px 1024px #FFF, 1817px 1363px #FFF, 463px 1512px #FFF, 1989px 1993px #FFF, 1855px 1001px #FFF, 1437px 675px #FFF, 1825px 79px #FFF, 1013px 1845px #FFF, 1823px 1679px #FFF, 1214px 202px #FFF, 1662px 1660px #FFF, 297px 1107px #FFF, 1419px 1782px #FFF, 968px 1971px #FFF, 1679px 1325px #FFF, 462px 932px #FFF, 915px 1446px #FFF, 603px 1386px #FFF, 464px 195px #FFF, 1294px 1939px #FFF, 612px 408px #FFF, 195px 748px #FFF, 1943px 1497px #FFF, 256px 1788px #FFF, 758px 1743px #FFF, 1462px 1968px #FFF, 1992px 54px #FFF, 1278px 1979px #FFF, 1977px 980px #FFF, 560px 8px #FFF, 450px 1796px #FFF, 1776px 591px #FFF, 1777px 198px #FFF, 988px 980px #FFF, 1835px 1835px #FFF, 136px 509px #FFF, 316px 375px #FFF, 269px 625px #FFF, 1450px 191px #FFF, 1940px 188px #FFF, 1182px 1260px #FFF, 174px 1149px #FFF, 838px 1798px #FFF, 595px 1254px #FFF, 1550px 624px #FFF, 1343px 1037px #FFF, 1212px 1533px #FFF, 1445px 1101px #FFF, 1258px 1608px #FFF, 1322px 1875px #FFF, 1986px 982px #FFF, 711px 1507px #FFF, 614px 1813px #FFF, 703px 296px #FFF, 698px 1602px #FFF, 804px 194px #FFF, 808px 883px #FFF, 1264px 1638px #FFF, 12px 571px #FFF, 555px 362px #FFF, 100px 570px #FFF, 982px 183px #FFF, 606px 1159px #FFF, 1335px 36px #FFF, 1817px 1993px #FFF, 79px 1535px #FFF, 106px 1999px #FFF, 1937px 39px #FFF, 1586px 887px #FFF, 1596px 763px #FFF, 1362px 1389px #FFF, 1983px 784px #FFF, 536px 1514px #FFF, 388px 1833px #FFF, 439px 1708px #FFF, 896px 1525px #FFF, 1576px 1402px #FFF, 442px 1050px #FFF, 1585px 152px #FFF, 701px 56px #FFF, 1420px 1919px #FFF, 794px 295px #FFF, 1813px 482px #FFF;
    }

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1037px 488px #FFF, 469px 1456px #FFF, 390px 1554px #FFF, 1148px 949px #FFF, 1468px 891px #FFF, 1709px 547px #FFF, 1094px 1717px #FFF, 912px 1087px #FFF, 1054px 1470px #FFF, 45px 1563px #FFF, 1846px 949px #FFF, 1427px 861px #FFF, 1677px 25px #FFF, 887px 1997px #FFF, 128px 1692px #FFF, 1443px 1045px #FFF, 714px 866px #FFF, 1070px 1730px #FFF, 566px 115px #FFF, 56px 72px #FFF, 1264px 419px #FFF, 1823px 548px #FFF, 923px 799px #FFF, 583px 170px #FFF, 1500px 1159px #FFF, 1995px 1044px #FFF, 1536px 342px #FFF, 636px 1578px #FFF, 1371px 1967px #FFF, 205px 1463px #FFF, 1999px 991px #FFF, 1257px 1665px #FFF, 1603px 1277px #FFF, 1633px 626px #FFF, 244px 64px #FFF, 666px 1663px #FFF, 1566px 1517px #FFF, 130px 1727px #FFF, 728px 1918px #FFF, 1483px 31px #FFF, 1314px 1556px #FFF, 13px 1776px #FFF, 491px 941px #FFF, 78px 1049px #FFF, 1030px 476px #FFF, 1063px 839px #FFF, 121px 611px #FFF, 3px 1194px #FFF, 629px 1461px #FFF, 853px 1706px #FFF, 1200px 843px #FFF, 878px 613px #FFF, 1782px 129px #FFF, 219px 1852px #FFF, 345px 314px #FFF, 1992px 1995px #FFF, 1465px 1260px #FFF, 1460px 1272px #FFF, 952px 1030px #FFF, 1661px 1764px #FFF, 119px 201px #FFF, 410px 1557px #FFF, 1329px 1539px #FFF, 464px 1041px #FFF, 1954px 552px #FFF, 1401px 564px #FFF, 1232px 415px #FFF, 1524px 550px #FFF, 769px 793px #FFF, 1844px 555px #FFF, 1076px 1774px #FFF, 7px 1338px #FFF, 1007px 1842px #FFF, 418px 1542px #FFF, 427px 837px #FFF, 992px 437px #FFF, 1072px 1812px #FFF, 364px 68px #FFF, 1994px 961px #FFF, 580px 523px #FFF, 1885px 1992px #FFF, 1310px 1771px #FFF, 965px 1440px #FFF, 514px 1894px #FFF, 1890px 1876px #FFF, 1595px 1357px #FFF, 1547px 1854px #FFF, 1445px 943px #FFF, 1545px 715px #FFF, 1926px 856px #FFF, 1545px 545px #FFF, 298px 134px #FFF, 1153px 666px #FFF, 2px 1559px #FFF, 181px 784px #FFF, 948px 1839px #FFF, 581px 1870px #FFF, 1351px 1718px #FFF, 2000px 1534px #FFF, 155px 1101px #FFF;
    animation: animStar 150s linear infinite;
}

    #stars3:after {
        content: " ";
        position: absolute;
        width: 3px;
        height: 3px;
        background: transparent;
        box-shadow: 1037px 488px #FFF, 469px 1456px #FFF, 390px 1554px #FFF, 1148px 949px #FFF, 1468px 891px #FFF, 1709px 547px #FFF, 1094px 1717px #FFF, 912px 1087px #FFF, 1054px 1470px #FFF, 45px 1563px #FFF, 1846px 949px #FFF, 1427px 861px #FFF, 1677px 25px #FFF, 887px 1997px #FFF, 128px 1692px #FFF, 1443px 1045px #FFF, 714px 866px #FFF, 1070px 1730px #FFF, 566px 115px #FFF, 56px 72px #FFF, 1264px 419px #FFF, 1823px 548px #FFF, 923px 799px #FFF, 583px 170px #FFF, 1500px 1159px #FFF, 1995px 1044px #FFF, 1536px 342px #FFF, 636px 1578px #FFF, 1371px 1967px #FFF, 205px 1463px #FFF, 1999px 991px #FFF, 1257px 1665px #FFF, 1603px 1277px #FFF, 1633px 626px #FFF, 244px 64px #FFF, 666px 1663px #FFF, 1566px 1517px #FFF, 130px 1727px #FFF, 728px 1918px #FFF, 1483px 31px #FFF, 1314px 1556px #FFF, 13px 1776px #FFF, 491px 941px #FFF, 78px 1049px #FFF, 1030px 476px #FFF, 1063px 839px #FFF, 121px 611px #FFF, 3px 1194px #FFF, 629px 1461px #FFF, 853px 1706px #FFF, 1200px 843px #FFF, 878px 613px #FFF, 1782px 129px #FFF, 219px 1852px #FFF, 345px 314px #FFF, 1992px 1995px #FFF, 1465px 1260px #FFF, 1460px 1272px #FFF, 952px 1030px #FFF, 1661px 1764px #FFF, 119px 201px #FFF, 410px 1557px #FFF, 1329px 1539px #FFF, 464px 1041px #FFF, 1954px 552px #FFF, 1401px 564px #FFF, 1232px 415px #FFF, 1524px 550px #FFF, 769px 793px #FFF, 1844px 555px #FFF, 1076px 1774px #FFF, 7px 1338px #FFF, 1007px 1842px #FFF, 418px 1542px #FFF, 427px 837px #FFF, 992px 437px #FFF, 1072px 1812px #FFF, 364px 68px #FFF, 1994px 961px #FFF, 580px 523px #FFF, 1885px 1992px #FFF, 1310px 1771px #FFF, 965px 1440px #FFF, 514px 1894px #FFF, 1890px 1876px #FFF, 1595px 1357px #FFF, 1547px 1854px #FFF, 1445px 943px #FFF, 1545px 715px #FFF, 1926px 856px #FFF, 1545px 545px #FFF, 298px 134px #FFF, 1153px 666px #FFF, 2px 1559px #FFF, 181px 784px #FFF, 948px 1839px #FFF, 581px 1870px #FFF, 1351px 1718px #FFF, 2000px 1534px #FFF, 155px 1101px #FFF;
    }


@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-1000px);
    }
}

.Circulo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #08B;
}

/*botones precios*/


.h-button {
    background: #59ff5c;
    padding: 6px;
    width: 122px;
    color: #FFF;
}

    .h-button span {
        display: inline-block;
        min-width: 0.3em;
        text-transform: uppercase;
        transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
        opacity: 0;
        transform: translate(0, -20px);
    }

    .h-button:before {
        content: attr(data-text);
        position: absolute;
        transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
        text-transform: uppercase;
        opacity: 1;
        transform: translate(0, 0px);
        align-content: center;
        align-items: center;
        left: 145px;
    }

    .h-button:hover:before, .h-button:focus:before {
        opacity: 0;
        transform: translate(0, 20px);
    }

    .h-button:hover span, .h-button:focus span {
        opacity: 1;
        transform: translate(0, 0);
    }

        .h-button:hover span:nth-child(1), .h-button:focus span:nth-child(1) {
            transition-delay: 0.025s;
        }

/*boton registro*/
.wrapperRegistro {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonRegistro {
    display: inline-block;
    text-align: center;
    background: #9c27b0;
    color: #fffa06;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 22px;
}

    .buttonRegistro:hover {
        background: #00dbb2;
        color: #9c27b0;
        transition: 0.9s;
        cursor: pointer;
    }

/*boton ingreso*/
.wrapperIngreso {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonIngreso {
    display: inline-block;
    text-align: center;
    background: #00dbb2;
    color: #fffa06;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 22px;
}

    .buttonIngreso:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.9s;
        cursor: pointer;
    }


/*boton ingreso*/
.wrapperSalir {
    padding: 1rem 0;
    filter: url('#goo');
}

.buttonSalir {
    display: inline-block;
    text-align: center;
    background: #9c27b0;
    color: #fffa06;
    font-weight: bold;
    padding: 0.5em 1em 0.5em;
    line-height: 1;
    border-radius: 0.2em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 22px;
}

    .buttonSalir:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.9s;
        cursor: pointer;
    }

.ubicacionSlider {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttonSlider {
    display: inline-block;
    text-align: center;
    background: #fed214;
    color: #0004b4;
    border-color: #000;
    border: 10px solid #000;
    font-weight: bold;
    padding: 1.18em 0.5em 1em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Slackey bold;
    font-size: 35px;
}

    .buttonSlider:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.9s;
        cursor: pointer;
    }



    .buttonSlider:before {
        top: -25%;
        left: 20%;
    }

    .buttonSlider:after {
        bottom: -25%;
        right: 20%;
    }

    .buttonSlider:hover:before,
    .buttonClaseGratis:hover:after {
        transform: none;
    }

/* Por debajo de 700px */
@media screen and (max-width: 700px) {

    .buttonSlider {
        font-size: 10px;
        border: 5px solid #000;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 400px) {

    .buttonSlider {
        font-size: 8px;
        border: 4px solid #000;
    }
}

/* modal trabaja con nosotros */
.containerModalTrabaja {
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

    .containerModalTrabaja .title {
        font-size: 25px;
        font-weight: 500;
        position: relative;
        font-family: Montserrat;
    }

        .containerModalTrabaja .title::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 30px;
            border-radius: 5px;
            background: linear-gradient(135deg, #71b7e6, #9b59b6);
        }

.contentTrabaja form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}

form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    font-family: Montserrat;
}

    .user-details .input-box input:focus,
    .user-details .input-box input:valid {
        border-color: #9b59b6;
    }

form .gender-details .gender-title {
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat;
}

form .category {
    display: flex;
    width: 80%;
    margin: 14px 0;
    justify-content: space-between;
}

    form .category label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        form .category label .dot {
            height: 18px;
            width: 18px;
            border-radius: 50%;
            margin-right: 10px;
            background: #d9d9d9;
            border: 5px solid transparent;
            transition: all 0.3s ease;
        }

#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three {
    background: #9b59b6;
    border-color: #d9d9d9;
}

form input[type="radio"] {
    display: none;
}

form .button {
    height: 45px;
    margin: 35px 0
}

    form .button input {
        height: 100%;
        width: 100%;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: linear-gradient(135deg, #71b7e6, #9b59b6);
        font-family: Montserrat;
    }

        form .button input:hover {
            /* transform: scale(0.99); */
            background: linear-gradient(-135deg, #71b7e6, #9b59b6);
        }

@media(max-width: 584px) {
    .containerModalTrabaja {
        max-width: 100%;
    }

    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }

    form .category {
        width: 100%;
    }

    .contentTrabaja form .user-details {
        max-height: 300px;
        overflow-y: scroll;
    }

    .user-details::-webkit-scrollbar {
        width: 5px;
    }
}

@media(max-width: 459px) {
    .containerModalTrabaja .contentTrabaja .category {
        flex-direction: column;
    }
}


/* upload */

.file-upload-wrapper {
    position: relative;
    width: 93%;
    height: 60px;
    left: 21px;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 18px;
        font-family: montserrat;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 40px;
        line-height: 40px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
    }

    .file-upload-wrapper:before {
        content: "Upload";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 40px;
        background: #9c27b0;
        color: #fffa06;
        font-weight: 600;
        font-family: Montserrat;
        z-index: 25;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #00dbb2;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

#toast-container > .toast-success {
    background-image: none;
    background-color: #9c27b0;
    color: white;
    font-weight: bold;
}



.content-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .content-select select::-ms-expand {
        display: none;
    }

.content-select {
    max-width: 250px;
    position: relative;
}

    .content-select select {
        display: inline-block;
        cursor: pointer;
        padding: 7px 10px;
        height: 42px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #f0f0f0;
        color: #7b7b7b;
        font-size: 1em;
        color: #000;
        font-family: 'Quicksand', sans-serif;
        border: 2px solid rgba(0,0,0,0.2);
        border-radius: 12px;
        position: relative;
        transition: all 0.25s ease;
    }

        .content-select select:hover {
            background: #fff;
        }

    .content-select i {
        position: absolute;
        right: 20px;
        top: calc(60% - 13px);
        width: 16px;
        height: 16px;
        display: block;
        /*border-left: 4px solid #2AC176;
        border-bottom: 4px solid #2AC176;
        transform: rotate(-45deg);*/ /* Giramos el cuadrado */
        transition: all 0.25s ease;
        color: #2AC176;
    }

    .content-select:hover i {
        margin-top: 3px;
    }


/*Profesores*/

.infoProf {
    width: 260px;
    height: 180px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 5px;
}

    .infoProf .separacion {
        position: absolute;
        width: 80px;
        height: 100%;
        margin: 0.5rem 0.5rem;
    }

        .infoProf .separacion .user-card {
            width: 150px;
            height: 100%;
            position: relative;
            float: left;
        }

            .infoProf .separacion .user-card .imag {
                margin: 0.5rem 0.5rem;
            }


.infoProfCompra {
    width: 230px;
    height: 120px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 5px;
}

    .infoProfCompra .separacionCompra {
        position: absolute;
        width: 80px;
        height: 100%;
        margin: 0.5rem 0.5rem;
    }

        .infoProfCompra .separacionCompra .user-cardCompra {
            width: 150px;
            height: 100%;
            position: relative;
            float: left;
        }

            .infoProfCompra .separacionCompra .user-cardCompra .imagCompra {
                margin: 0.5rem 0.5rem;
            }

.contenedorCompra {
    padding: 0px 100px 20px 100px;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
}

    .contenedorCompra .left {
        padding: 20px;
        float: left;
        display: flex;
    }

    .contenedorCompra .main {
        padding: 20px;
        float: left;
        display: flex;
    }

    .contenedorCompra .right {
        padding: 20px;
        float: left;
        display: flex;
    }

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 768px) {
    .contenedorCompra .left {
        grid-column: 1 / -1;
    }
}

.contenedorIndex {
    padding: 0px 100px 20px 100px;
}



    .contenedorIndex .leftPageEstudiante {
        padding: 20px;
        float: left;
        width: 33%; /* The width is 20%, by default */
    }

        .contenedorIndex .leftPageEstudiante .numeroClases {
            font-family: Montserrath;
            color: aqua;
            font-size: 70px;
            padding: 0 0 0 45%;
        }

    .contenedorIndex .mainPageEstudiante {
        padding: 20px;
        float: left;
        width: 33%; /* The width is 60%, by default */
    }

        .contenedorIndex .mainPageEstudiante .reserva {
            font-family: Montserrath;
            color: deeppink;
            font-size: 70px;
            padding: 0 0 0 45%;
        }

    .contenedorIndex .rightPageEstudiante {
        padding: 20px;
        float: left;
        width: 33%; /* The width is 20%, by default */
    }

        .contenedorIndex .rightPageEstudiante .checkout {
            font-family: Montserrath;
            color: #333;
            font-size: 70px;
            padding: 0 0 0 45%;
        }

    .contenedorIndex .leftPageNivel {
        text-align: center;
        float: left;
        width: 50%; /* The width is 20%, by default */
    }

.level {
    float: left;
    align-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    color: royalblue;
    margin-left: 7px;
}



.contenedorIndex .rigthPageCalif {
    text-align: center;
    float: left;
    width: 50%; /* The width is 20%, by default */
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
    .contenedorIndex .leftPageEstudiante {
        width: 100%; /* The width is 20%, by default */
    }

    .contenedorIndex .mainPageEstudiante {
        width: 100%; /* The width is 60%, by default */
    }

    .contenedorIndex .rightPageEstudiante {
        width: 100%; /* The width is 20%, by default */
    }

    .contenedorIndex .leftPageNivel {
        width: 100%; /* The width is 20%, by default */
    }

    .contenedorIndex .rigthPageCalif {
        width: 100%; /* The width is 20%, by default */
    }
}



/*estrellas estudiantes*/

.wrapperE {
    background: transparent;
    width: 100%;
}

    .wrapperE .contentE {
        padding: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wrapperE .outerE {
        height: 135px;
        width: 135px;
        overflow: hidden;
    }

.outerE .emojis {
    height: 500%;
    display: flex;
    flex-direction: column;
}

    .outerE .emojis li {
        height: 20%;
        width: 100%;
        list-style: none;
        transition: all 0.3s ease;
    }

.outerE li img {
    height: 100%;
    width: 100%;
}

#star-2:checked ~ .contentE .emojis .slideImg {
    margin-top: -135px;
}

#star-3:checked ~ .contentE .emojis .slideImg {
    margin-top: -270px;
}

#star-4:checked ~ .contentE .emojis .slideImg {
    margin-top: -405px;
}

#star-5:checked ~ .contentE .emojis .slideImg {
    margin-top: -540px;
}

.wrapperE .stars {
    margin-top: 30px;
}

.stars label {
    font-size: 30px;
    margin: 0 3px;
    color: #ccc;
}

input[type="radio"] {
    display: none;
}

#star-1:hover ~ .contentE .stars .star-1,
#star-1:checked ~ .contentE .stars .star-1,
#star-2:hover ~ .contentE .stars .star-1,
#star-2:hover ~ .contentE .stars .star-2,
#star-2:checked ~ .contentE .stars .star-1,
#star-2:checked ~ .contentE .stars .star-2,
#star-3:hover ~ .contentE .stars .star-1,
#star-3:hover ~ .contentE .stars .star-2,
#star-3:hover ~ .contentE .stars .star-3,
#star-3:checked ~ .contentE .stars .star-1,
#star-3:checked ~ .contentE .stars .star-2,
#star-3:checked ~ .contentE .stars .star-3,
#star-4:hover ~ .contentE .stars .star-1,
#star-4:hover ~ .contentE .stars .star-2,
#star-4:hover ~ .contentE .stars .star-3,
#star-4:hover ~ .contentE .stars .star-4,
#star-4:checked ~ .contentE .stars .star-1,
#star-4:checked ~ .contentE .stars .star-2,
#star-4:checked ~ .contentE .stars .star-3,
#star-4:checked ~ .contentE .stars .star-4,
#star-5:hover ~ .contentE .stars .star-1,
#star-5:hover ~ .contentE .stars .star-2,
#star-5:hover ~ .contentE .stars .star-3,
#star-5:hover ~ .contentE .stars .star-4,
#star-5:hover ~ .contentE .stars .star-5,
#star-5:checked ~ .contentE .stars .star-1,
#star-5:checked ~ .contentE .stars .star-2,
#star-5:checked ~ .contentE .stars .star-3,
#star-5:checked ~ .contentE .stars .star-4,
#star-5:checked ~ .contentE .stars .star-5 {
    color: #fd4;
}

#popup {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
}



.rowNew {
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .rowNew:before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        height: 100%;
        z-index: -1;
        background: inherit;
    }

    .rowNew:first-child {
        padding: 40px 30px;
    }

    .rowNew:nth-child(2), .rowNew:nth-child(8), .rowNew:nth-child(10) {
        background: transparent;
    }

    .rowNew:nth-child(3), .rowNew:nth-child(7) {
        background: transparent;
    }

    .rowNew:nth-child(4), .rowNew:nth-child(6) {
        background: transparent;
    }

    .rowNew:nth-child(5) {
        background: transparent;
    }

    .rowNew span {
        position: relative;
        display: inline-block;
        margin: 10px 10px;
    }

.basic-slide {
    display: inline-block;
    width: 300px;
    padding: 5px 0 5px 10px;
    font-family: Montserrat;
    font-weight: 400;
    color: #9c27b0;
    background: #efefef;
    border: 0;
    border-radius: 3px;
    outline: 0;
    text-indent: 70px;
    transition: all 0.3s ease-in-out;
}

    .basic-slide::-webkit-input-placeholder {
        color: #efefef;
        text-indent: 0;
        font-weight: 300;
    }

    .basic-slide + label {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 10px;
        text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
        background: #9c27b0;
        transition: all 0.3s ease-in-out;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        color: #fff;
    }

    .basic-slide:focus,
    .basic-slide:active {
        color: #9c27b0;
        text-indent: 0;
        background: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .basic-slide:focus::-webkit-input-placeholder,
        .basic-slide:active::-webkit-input-placeholder {
            color: #aaa;
        }

        .basic-slide:focus + label,
        .basic-slide:active + label {
            transform: translateX(-100%);
        }

.basic-slidef {
    display: inline-block;
    width: 300px;
    padding: 5px 0 5px 10px;
    font-family: Montserrat;
    font-weight: 400;
    color: #9c27b0;
    background: #efefef;
    border: 0;
    border-radius: 3px;
    outline: 0;
    text-indent: 70px;
    transition: all 0.3s ease-in-out;
    text-align: right;
}

    .basic-slidef::-webkit-input-placeholder {
        color: #efefef;
        text-indent: 0;
        font-weight: 300;
    }

    .basic-slidef + label {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 10px;
        text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
        background: #9c27b0;
        transition: all 0.3s ease-in-out;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        color: #fff;
    }

    .basic-slidef:focus,
    .basic-slidef:active {
        color: #9c27b0;
        text-indent: 0;
        background: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .basic-slidef:focus::-webkit-input-placeholder,
        .basic-slidef:active::-webkit-input-placeholder {
            color: #aaa;
        }

        .basic-slidef:focus + label,
        .basic-slidef:active + label {
            transform: translateX(-100%);
        }



.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_side {
    width: 30%;
    padding: 0 3em;
}

    .center_side > h2 {
        color: #9c27b0;
        font-size: 1.75em;
        text-align: center;
    }

form {
    margin: 2em 0;
}

    form > .form-row {
        display: -webkit-box;
        display: flex;
        margin: .75em 0;
        position: relative;
    }

        form > .form-row > span {
            background: #fff;
            color: #adafca;
            display: inline-block;
            font-weight: 400;
            left: 1em;
            padding: 0 .5em;
            position: absolute;
            pointer-events: none;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        form > .form-row > input,
        form > .form-row > button {
            border-radius: .5em;
            padding: 1em .5em;
            width: 100%;
            font-family: inherit;
        }

        form > .form-row > input {
            font-weight: bold;
            -webkit-transition: 100ms ease all;
            transition: 100ms ease all;
            width: 100%;
        }

            form > .form-row > input[type=text],
            form > .form-row > input[type=password] {
                border: .075em solid #ddd;
            }

            form > .form-row > input:valid + span {
                top: 0;
                font-size: .90rem;
            }

            form > .form-row > input:focus + span {
                top: 0;
                color: #9c27b0;
                font-weight: 600;
            }

            form > .form-row > input:required {
                box-shadow: none;
            }

            form > .form-row > input:focus {
                border-color: #9c27b0;
                outline: none;
            }

                form > .form-row > input:focus:invalid {
                    box-shadow: none;
                    top: 50%;
                }

                form > .form-row > input:focus:valid {
                    top: 0;
                }

/* form > .form-row > button {
            
        }

            form > .form-row > button:focus {
                border: 0.1em solid #533cf8;
                outline: none;
            }

            form > .form-row > button:hover {
                background: #6744f9;
            }*/

.socials-wrapper > h2 {
    background: #fff;
    color: #9c27b0;
    font-size: 1rem;
    position: relative;
    text-align: center;
    z-index: 10;
}

    .socials-wrapper > h2:before,
    .socials-wrapper > h2:after {
        background: #9c27b0;
        content: '';
        display: block;
        height: .10em;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 17.5%;
    }

    .socials-wrapper > h2:before {
        left: 0;
    }

    .socials-wrapper > h2:after {
        right: 0;
    }

.socials-wrapper > ul {
    display: -webkit-box;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
}

    .socials-wrapper > ul > li {
        margin: .5em;
    }

        .socials-wrapper > ul > li > a {
            -webkit-box-align: center;
            align-items: center;
            border-radius: .5em;
            color: #fff;
            display: -webkit-box;
            height: 2em;
            -webkit-box-pack: center;
            justify-content: center;
            text-align: center;
            text-decoration: none;
            -webkkit-transition: all 300ms ease;
            transition: all 300ms ease;
            width: 2em;
        }

            .socials-wrapper > ul > li > a.facebook {
                background: #3763d2;
            }

            .socials-wrapper > ul > li > a.twitter {
                background: #1abcff;
            }

            .socials-wrapper > ul > li > a.instagram {
                background: #ff00aa;
            }

            .socials-wrapper > ul > li > a.youtube {
                background: #fd434f;
            }

            .socials-wrapper > ul > li > a.google {
                background: #fd434f;
            }

            .socials-wrapper > ul > li > a:hover {
                -webkit-transform: translateY(-0.50em);
                transform: translateY(-0.50em);
                cursor: pointer;
            }

@media (max-width:992px) {
    .socials-wrapper > h2:after,
    .socials-wrapper > h2:before {
        width: 10.5%
    }

    .center_side {
        width: 80%;
        padding: 0 3em;
    }
}

@media (max-width:767px) {
    .contact-wrapper {
    }


    .center_side {
        width: 80%;
        padding: 0 3em;
    }

    .socials-wrapper > h2:after,
    .socials-wrapper > h2:before {
        width: 10.5%
    }
}



.custom-input-file {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 0;
    min-height: 15px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 400px;
    display: inline-block;
    text-align: center;
    background: #9c27b0;
    color: #fffa06;
    padding: 1em 1em 1em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
}

    .custom-input-file .input-file {
        border: 1000px solid transparent;
        cursor: pointer;
        font-size: 1000px;
        margin: 0;
        opacity: 0;
        outline: 0 none;
        padding: 0;
        position: absolute;
        right: -1000px;
        top: -1000px;
    }

    .custom-input-file:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.9s;
        cursor: pointer;
    }

.img-account-profile {
    height: 10rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.cardProfile {
    box-shadow: 0;
}

    .cardProfile .card-header {
        font-weight: 500;
    }

.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}

.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: transparent;
    background-color: transparent;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-borders .nav-link.active {
    color: #9c27b0;
    border-bottom-color: #9c27b0;
}

.nav-borders .nav-link {
    color: #9c27b0;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}


.card-body .nav-tabs {
    margin-bottom: 5%;
}

    .card-body .nav-tabs .nav-link {
        font-weight: 600;
        border: none;
    }

        .card-body .nav-tabs .nav-link.active {
            border: none;
            border-bottom: 2px solid #9c27b0;
        }

/*       grids compra*/

.contenidoP {
    display: grid;
    height: 100vh;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    grid-template-rows: 0.2fr 1.5fr 1.2fr;
    grid-template-areas:
        "cont1 cont2 cont3"
        "cont1 cont2 cont3"
        "cont1 cont2 cont3";
    grid-gap: 0.4rem;
    width: 90%;
    margin: 50px auto;
}

#cont1 {
    grid-area: cont1;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
}

#cont2 {
    grid-area: cont2;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
}

#cont3 {
    grid-area: cont3;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
}



@media only screen and (max-width: 786px) {
    .contenidoP {
        grid-template-columns: 1fr;
        grid-template-rows: 0.4fr 0.4fr 2.2fr;
        grid-template-areas:
            "cont1"
            "cont2"
            "cont3";
    }

    #cont2, #cont3, #cont1 {
        justify-content: center;
        align-items: center;
    }
}

/*       grids clases*/

.gridClase {
    display: grid;
    /*height: 100vh;*/
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 0.5fr 1.5fr;
    grid-template-areas:
        "gridc1 gridc2 "
        "gridc1 gridc2";
    grid-gap: 0.4rem;
    width: 90%;
    margin: 30px auto;
}

#gridc1 {
    grid-area: gridc1;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
}

#gridc2 {
    grid-area: gridc2;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
}


@media only screen and (max-width: 786px) {
    .gridClase {
        grid-template-columns: 1fr;
        grid-template-rows: 0.4fr 0.4fr 2.2fr;
        grid-template-areas:
            "gridc1"
            "gridc2";
    }

    #gridc1, #gridc2 {
        justify-content: center;
        align-items: center;
    }
}

.infoProfClase {
    background-color: #fff;
    background: transparent;
    box-shadow: 0 8px 16px -8px transparent;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    /*float: left;*/
    margin: 5px;
}

    .infoProfClase .separacion {
        position: absolute;
        width: 80px;
        height: 100%;
        margin: 0.5rem 0.5rem;
    }

        .infoProfClase .separacion .user-card {
            width: 150px;
            height: 100%;
            position: relative;
            float: left;
        }

        .infoProfClase .separacion .imag {
            margin: 0.5rem 0.5rem;
        }

/*boton checkout*/
.wrapperCheckout {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonCheckout {
    display: inline-block;
    text-align: center;
    background: #9c27b0;
    color: #fffa06;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    max-width: 150px;
    min-width: 150px;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    float: left;
}

    .buttonCheckout:hover {
        background: #00dbb2;
        color: #9c27b0;
        transition: 0.9s;
        cursor: pointer;
    }

.buttonCancelCompra {
    display: inline-block;
    text-align: center;
    background: #fffa06;
    color: #9c27b0;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    max-width: 150px;
    min-width: 150px;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    float: left;
}

    .buttonCancelCompra:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.9s;
        cursor: pointer;
    }

/*boton checkout*/
.wrapperEntrar {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonEntrar {
    display: inline-block;
    text-align: center;
    background: #00dbb2;
    color: #fffa06;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
}

    .buttonEntrar:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.9s;
        cursor: pointer;
    }


/*botón crear*/

.wrapperCrear {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonCrear {
    display: inline-block;
    text-align: center;
    background: #9c27b0;
    color: #fffa06;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
}

    .buttonCrear:hover {
        background: #00dbb2;
        color: #9c27b0;
        transition: 0.5s;
        cursor: pointer;
    }

.wrapperSecundario {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonSecundario {
    display: inline-block;
    text-align: center;
    background: #00dbb2;
    color: #9c27b0;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
}

    .buttonSecundario:hover {
        background: #9c27b0;
        color: #00dbb2;
        transition: 0.5s;
        cursor: pointer;
    }
.buttonProcesado {
    background-color: #6c757d !important;
    color: white !important;
    cursor: not-allowed;
    border-radius: 4px;
}

/*admin*/

.cardBoxAdmin {
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

    .cardBoxAdmin .cardAdmin {
        position: relative;
        background: var(--white);
        padding: 30px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    }

        .cardBoxAdmin .cardAdmin .numbers {
            position: relative;
            font-weight: 500;
            font-size: 2.5rem;
            color: var(--blue);
        }

        .cardBoxAdmin .cardAdmin .cardName {
            color: var(--black2);
            font-size: 1.1rem;
            margin-top: 5px;
        }

        .cardBoxAdmin .cardAdmin .iconBx {
            font-size: 3.5rem;
            color: var(--black2);
        }

        .cardBoxAdmin .cardAdmin:hover {
            background: var(--blue);
        }

            .cardBoxAdmin .cardAdmin:hover .numbers,
            .cardBoxAdmin .cardAdmin:hover .cardName,
            .cardBoxAdmin .cardAdmin:hover .iconBx {
                color: var(--white);
            }


.detailsAdmin {
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    /* margin-top: 10px; */
}

    .detailsAdmin .recentOrdersAdmin {
        position: relative;
        display: grid;
        min-height: 500px;
        background: var(--white);
        padding: 20px;
        box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
    }

    .detailsAdmin .cardHeaderAdmin {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.cardHeaderAdmin h2 {
    font-weight: 600;
    color: var(--blue);
}

.cardHeaderAdmin .btn {
    position: relative;
    padding: 5px 10px;
    background: var(--blue);
    text-decoration: none;
    color: var(--white);
    border-radius: 6px;
}

.detailsAdmin .tableAdmin {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .detailsAdmin .tableAdmin .thead .td {
        font-weight: 600;
    }

.detailsAdmin .recentOrdersAdmin .table .tr {
    color: var(--black1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .detailsAdmin .recentOrdersAdmin .table .tr:last-child {
        border-bottom: none;
    }

.detailsAdmin .recentOrdersAdmin .table .tbody .tr:hover {
    background: var(--blue);
    color: var(--white);
}

.detailsAdmin .recentOrdersAdmin .table .tr .td {
    padding: 10px;
}

    .detailsAdmin .recentOrdersAdmin .table .tr .td:last-child {
        text-align: end;
    }

    .detailsAdmin .recentOrdersAdmin .table .tr .td:nth-child(2) {
        text-align: end;
    }

    .detailsAdmin .recentOrdersAdmin .table .tr .td:nth-child(3) {
        text-align: center;
    }

.status.delivered {
    padding: 2px 4px;
    background: #8de02c;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status.pending {
    padding: 2px 4px;
    background: #e9b10a;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status.return {
    padding: 2px 4px;
    background: #f00;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status.inProgress {
    padding: 2px 4px;
    background: #1795ce;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.recentCustomers {
    position: relative;
    display: grid;
    min-height: 500px;
    padding: 20px;
    background: var(--white);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

    .recentCustomers .imgBx {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        overflow: hidden;
    }

        .recentCustomers .imgBx img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .recentCustomers table tr td {
        padding: 12px 10px;
    }

        .recentCustomers table tr td h4 {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.2rem;
        }

            .recentCustomers table tr td h4 span {
                font-size: 14px;
                color: var(--black2);
            }

    .recentCustomers table tr:hover {
        background: var(--blue);
        color: var(--white);
    }

        .recentCustomers table tr:hover td h4 span {
            color: var(--white);
        }

@media (max-width: 991px) {


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

@media (max-width: 768px) {
    .detailsAdmin {
        grid-template-columns: 1fr;
    }

    .recentOrdersAdmin {
        overflow-x: auto;
    }

    .status.inProgress {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .cardBoxAdmin {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*========== NAV ==========*/
/* Contenedor principal */
.containerAdministrator {
    display: flex;
    width: 100%;
    min-height: 100vh;
    transition: margin-left 0.3s ease; /* animación del movimiento del contenido */
}

/* Sidebar normal (desktop) */
.sidebarAdministrator {
    position: relative;
    width: 260px;
    min-width: 260px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 10px;
    transition: width 0.3s ease, min-width 0.3s ease, left 0.3s ease;
    overflow-y: auto; /* habilita scroll vertical interno */
    overflow-x: hidden;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #9c27b0 #e0e0e0;
}

    /* Chrome, Edge, Safari scrollbar */
    .sidebarAdministrator::-webkit-scrollbar {
        width: 6px;
    }

    .sidebarAdministrator::-webkit-scrollbar-thumb {
        background: #9c27b0;
        border-radius: 4px;
    }

    .sidebarAdministrator::-webkit-scrollbar-track {
        background: #f6f6f6;
    }

    /* Header del sidebar */
    .sidebarAdministrator .headAdministrator {
        display: flex;
        gap: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f6f6f6;
    }

.user-imgAdministrator {
    overflow: hidden;
}

    .user-imgAdministrator img {
        align-items: center;
        width: 80%;
        object-fit: cover;
        text-align: center;
    }

.user-detailsAdministrator .titleAdministrator,
.menuAdministrator .titleAdministrator {
    font-size: 16px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-family: Montserrat;
}

.user-detailsAdministrator .nameAdministrator {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.navAdministrator, .newClass {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.menuAdministrator ul li {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}

    .menuAdministrator ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #757575;
        text-decoration: none;
        padding: 12px 8px;
        border-radius: 8px;
        transition: background-color 0.3s, color 0.3s;
        font-family: Montserrat;
    }

        .menuAdministrator ul li a span {
            font-family: Montserrat;
            font-size: 11px;
        }

    .menuAdministrator ul li > a:hover,
    .menuAdministrator ul li.activeAdministrator > a {
        background-color: #e3f2fd;
        color: #005cb5;
        cursor: pointer;
    }

    .menuAdministrator ul li .iconAdministrator {
        font-size: 25px;
        color: #9c27b0;
    }

    .menuAdministrator ul li .textAdministrator {
        flex: 1;
        font-size: 18px;
        color: #757575;
        text-align: left;
    }

    .menuAdministrator ul li .arrowAdministrator {
        font-size: 14px;
        transition: all 0.3s;
    }

    .menuAdministrator ul li.activeAdministrator .arrowAdministrator {
        transform: rotate(180deg);
    }

.menuAdministrator .sub-menuAdministrator {
    display: none;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 5px;
    border-left: 1px solid #f6f6f6;
}

    .menuAdministrator .sub-menuAdministrator li a {
        padding: 10px 8px;
        font-size: 12px;
    }

.menuAdministrator:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
}

/* Botón menú */
.menu-btnAdministrator {
    position: absolute;
    top: 15px;
    right: 2px; /* siempre pegado al borde derecho del sidebar */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #9c27b0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Sidebar colapsado en desktop */
.sidebarAdministrator.collapsed {
    width: 0px;
}


/* Hover */
.menu-btnAdministrator:hover i {
    color: #00dbb2;
    cursor: pointer;
}

.menu-btnAdministrator i {
    transition: all 0.3s;
}



/* En móviles: botón fijo arriba a la izquierda */
@media (max-width: 768px) {
    .menu-btnAdministrator {
        left: 15px !important; /* siempre fijo */
    }
}

/* Sidebar colapsado */
.sidebarAdministrator.activeAdministrator {
    width: 60px;
    min-width: 60px;
}

    .sidebarAdministrator.activeAdministrator .user-detailsAdministrator {
        display: none;
    }

    .sidebarAdministrator.activeAdministrator .menuAdministrator .titleAdministrator {
        text-align: center;
    }

    .sidebarAdministrator.activeAdministrator .menuAdministrator ul li .arrowAdministrator {
        display: none;
    }

    .sidebarAdministrator.activeAdministrator .menuAdministrator > ul > li > a {
        position: relative;
        display: flex;
    }

        .sidebarAdministrator.activeAdministrator .menuAdministrator > ul > li > a .textAdministrator {
            position: absolute;
            left: 70px;
            top: 50%;
            transform: translateY(-50%);
            padding: 10px;
            border-radius: 4px;
            color: #fff;
            background-color: #9c27b0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s;
            text-align: left;
            box-shadow: 0px 4px 6px rgba(0,0,0,0.15);
            white-space: nowrap;
        }

            .sidebarAdministrator.activeAdministrator .menuAdministrator > ul > li > a .textAdministrator::after {
                content: "";
                position: absolute;
                left: -5px;
                top: 20%;
                width: 20px;
                height: 20px;
                border-radius: 2px;
                background-color: #9c27b0;
                transform: rotate(45deg);
                z-index: -1;
            }

        .sidebarAdministrator.activeAdministrator .menuAdministrator > ul > li > a:hover .textAdministrator {
            left: 50px;
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }

    .sidebarAdministrator.activeAdministrator .menuAdministrator .sub-menuAdministrator {
        position: absolute;
        top: 0;
        left: 20px;
        width: 200px;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #f6f6f6;
        background-color: #fff;
        box-shadow: 0px 10px 8px rgba(0,0,0,0.1);
    }

/* Contenido principal para movimiento */
.contentAdministrator {
    flex: 1;
    transition: margin-left 0.3s ease;
    padding: 20px;
}

.sidebarAdministrator:not(.activeAdministrator) ~ .contentAdministrator {
    margin-left: 260px;
}

.sidebarAdministrator.activeAdministrator ~ .contentAdministrator {
    margin-left: 60px;
}

/* Sidebar en móviles */
@media (max-width: 768px) {
    .containerAdministrator {
        flex-direction: column;
    }

    .menu-btnAdministrator {
        left: 15px;
    }

    .sidebarAdministrator {
        position: fixed;
        top: 0;
        left: -260px; /* oculto */
        width: 260px;
        height: 100vh;
        z-index: 1000;
        transition: left 0.3s ease;
    }

        .sidebarAdministrator.activeAdministrator {
            left: 0; /* aparece encima del contenido */
        }

    .contentAdministrator {
        margin-left: 0 !important; /* no se mueve en móviles */
    }
}

.wrapperAdministratorr {
    transition: all 0.3s;
    font-family: Montserrat;
}

    .wrapperAdministratorr .main-containerAdministrator {
        width: (100% - 230px);
        margin-left: 230px;
        padding: 15px;
        background-size: cover;
        height: 100vh;
        transition: all 0.3s;
        font-family: Montserrat;
    }

        .wrapperAdministratorr .main-containerAdministrator .container-fluid .table {
            font-family: Georgia;
        }

            .wrapperAdministratorr .main-containerAdministrator .container-fluid .table tr th {
                font-family: Georgia;
            }

            .wrapperAdministratorr .main-containerAdministrator .container-fluid .table td {
                font-family: Georgia;
            }

        .wrapperAdministratorr .main-containerAdministrator .container-fluid label {
            font-family: Georgia;
        }

        .wrapperAdministratorr .main-containerAdministrator .container-fluid input {
            font-family: Georgia;
        }

    .wrapperAdministratorr.activeAdministrator {
        margin-left: -150px;
        transition: 0.3s;
    }



::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 10px;
}

.zindex {
    z-index: 100;
}

.mycheck {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
    /*appearance: none;*/
    border: 2px solid #134485;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

    .mycheck:checked {
        background-color: #134485;
        color: rgb(75, 156, 13);
        background-position: 0 0;
    }


/* nuevo nav admin */

.dashboard-container {
    display: flex;
    min-height: 100vh;
}

/* Sidebar Styles */
.sidebarN {
    width: 280px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-right: 1px solid #e2e8f0;
    padding: 1.5rem 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 1000;
    font-family: Georgia;
}

.sidebar-header {
    padding: 0 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    background: linear-gradient(135deg, #a78bfa 0%, #ec4899 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Georgia;
}

.menu-section {
    margin-bottom: 1.5rem;
}

.menu-section-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 1.5rem 0.5rem;
    font-family: Georgia;
}

.menu-item {
    position: relative;
    font-family: Georgia;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    font-family: Georgia;
}

    .menu-link:hover {
        background-color: rgba(168, 139, 250, 0.1);
        color: #6366f1;
        border-left-color: #a78bfa;
    }

    .menu-link.active {
        background-color: rgba(168, 139, 250, 0.15);
        color: #6366f1;
        border-left-color: #a78bfa;
        font-weight: 500;
    }

.menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    fill: currentColor;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: rgba(248, 250, 252, 0.8);
    font-family: Georgia;
}

    .submenu.open {
        max-height: 300px;
    }

.submenu-link {
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 3.25rem;
    color: #64748b;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    font-family: Georgia;
}

    .submenu-link:hover {
        color: #ec4899;
        background-color: rgba(236, 72, 153, 0.05);
    }

.chevron {
    margin-left: auto;
    transition: transform 0.3s ease;
}

    .chevron.rotated {
        transform: rotate(180deg);
    }

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Main Content */
.main-content {
    flex: 1;
    margin-left: 280px;
    padding: 2rem;
    background-color: #fefefe;
}

.header {
    margin-bottom: 2rem;
}

    .header h1 {
        font-size: 2rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 0.5rem;
    }

    .header p {
        color: #64748b;
        font-size: 1rem;
    }

/* Metrics Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.metric-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .metric-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #a78bfa 0%, #ec4899 50%, #f59e0b 100%);
    }

    .metric-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.15);
    }

    .metric-card.teachers::before {
        background: linear-gradient(90deg, #a78bfa 0%, #c084fc 100%);
    }

    .metric-card.students::before {
        background: linear-gradient(90deg, #ec4899 0%, #f472b6 100%);
    }

    .metric-card.games::before {
        background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
    }

    .metric-card.classes::before {
        background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    }

.metric-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.metric-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metric-icon {
    width: 24px;
    height: 24px;
    opacity: 0.7;
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.metric-change {
    font-size: 0.875rem;
    font-weight: 500;
}

    .metric-change.positive {
        color: #059669;
    }

    .metric-change.negative {
        color: #dc2626;
    }

/* Tables */
.tables-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2rem;
    font-family: Georgia;
}

.table-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    font-family: Georgia;
}

.table-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    font-family: Georgia;
}

.table-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
    font-family: Georgia;
}

.table-subtitle {
    font-size: 0.875rem;
    color: #64748b;
    font-family: Georgia;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background-color: #f8fafc;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    border-bottom: 1px solid #e2e8f0;
    font-family: Georgia;
}

td {
    padding: 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #4b5563;
    font-family: Georgia;
}

tr:hover {
    background-color: rgba(248, 250, 252, 0.5);
}

.status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-active {
    background-color: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.status-pending {
    background-color: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.status-completed {
    background-color: rgba(168, 139, 250, 0.1);
    color: #7c3aed;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .sidebarN {
        transform: translateX(-100%);
    }

        .sidebarN.open {
            transform: translateX(0);
        }

    .main-content {
        margin-left: 0;
        padding: 1rem;
        padding-top: 4rem;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tables-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .table-container {
        overflow-x: auto;
    }

    table {
        min-width: 500px;
    }
}

@media (max-width: 480px) {
    .main-content {
        padding: 0.75rem;
        padding-top: 4rem;
    }

    .header h1 {
        font-size: 1.5rem;
    }

    .metric-value {
        font-size: 2rem;
    }
}



/*CALENDARIO*/


#calendar-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

/* Forzar fuente Georgia */
#calendar-container,
#calendar,
#calendar * {
    font-family: Georgia;
}

.fc-header-toolbar {
    padding: 0.75em;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.fc-toolbar-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.fc-button {
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
    border-radius: 6px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    padding: 5px 10px !important;
    transition: all 0.2s ease;
}

    .fc-button:hover {
        background-color: #e9ecef !important;
    }

.fc-day-today {
    background-color: #fffbea !important;
}

.fc-col-header-cell-cushion {
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
}

.fc-daygrid-day-number {
    color: #333;
    font-weight: 500;
    font-size: 0.85rem;
}

.fc-event {
    background-color: #d0bdf6 !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    color: #333 !important;
    padding: 3px 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .fc-event:hover {
        background-color: #d0bdf6 !important;
        color: white !important;
    }

@media (max-width: 768px) {
    #calendar-container {
        padding: 10px;
    }

    .fc-header-toolbar {
        flex-direction: column;
        gap: 6px;
    }
}


/* ===== Hero de bienvenida ===== */

/* Contenedor general */
.bienvenida-container {
    position: relative;
    min-height: 17vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    
}

    /* Fondo doodle pastel */
    .bienvenida-container::before {
        content: "";
        position: absolute;
        inset: 0;
        background-repeat: repeat;
        background-size: 160px;
        background-position: 0 0, 80px 80px, 160px 160px, 240px 240px, 320px 320px, 400px 400px;
        z-index: 0;
        
    }

/* Tarjeta tipo "nota de papel" */


/* Ícono principal */
.bienvenida-icon {
    font-size: 70px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #d8b4f8 0%, #fcbad3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
}

/* Título estilo doodle */
.bienvenida-titulo {
    font-size: 2.4em;
    color: #6a1b9a;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
}

/* Texto descriptivo */
.bienvenida-texto {
    color: #555;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 35px;
    text-align: center;
}



/* ===== Tarjetas ===== */

.card-dashboard {
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    background-color: #f8f9fa;
}

    .card-dashboard:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .card-dashboard .card-body {
        padding: 2rem 1rem;
    }

    .card-dashboard h1 {
        font-weight: 700;
    }

.text-pink {
    color: #ff1493;
}

.text-purple {
    color: #9c27b0;
}

.text-blue {
    color: #2196f3;
}

.text-dark {
    color: #1a237e;
}

/* ===== Botones ===== */
.btn-pink {
    background-color: #ff1493;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-pink:hover {
        background-color: #e01384;
        color: white;
    }

.btn-blue {
    background-color: #2196f3;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-blue:hover {
        background-color: #1976d2;
    }

.btn-dark {
    background-color: #1a237e;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-dark:hover {
        background-color: #0f1657;
    }

/* ===== Nivel ===== */
.nivel, .nivel-activo {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 50%;
    font-weight: bold;
    color: #2196f3;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #2196f3;
}

    .nivel:hover {
        background: #2196f3;
        color: white;
    }

.nivel-activo {
    background: #9c27b0;
    color: white;
    border: 2px solid #9c27b0;
}

/* ===== Calificación ===== */
.emoji-icons i {
    font-size: 2.8rem;
    margin: 0 6px;
    transition: transform 0.3s ease, color 0.3s ease;
}

    .emoji-icons i:hover {
        transform: scale(1.15);
    }

.icon-happy {
    color: #00c853;
}

.icon-smile {
    color: #00bfa5;
}

.icon-neutral {
    color: #ffb300;
}

.icon-sad {
    color: #ff7043;
}

.icon-angry {
    color: #e53935;
}

.stars {
    color: gold;
    font-size: 1.8rem;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .card-dashboard h1 {
        font-size: 2rem;
    }

    .emoji-icons i {
        font-size: 2.2rem;
    }
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px;
    transition: transform 0.2s ease;
}

    .review-card:hover {
        transform: translateY(-5px);
    }

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .review-header h4 {
        font-size: 1.1rem;
        margin: 0;
        color: #333;
        font-weight: 600;
    }

.stars {
    color: #FFD700;
    font-size: 1rem;
}

.review-text {
    margin: 10px 0;
    color: #555;
    font-style: italic;
}

.review-date {
    text-align: right;
    font-size: 0.85rem;
    color: #888;
}

.buttonAsiste {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
}

    .buttonAsiste.asistio {
        background-color: #C8E6C9; /* verde pastel */
        color: #2E7D32;
    }

    .buttonAsiste.no-asistio {
        background-color: #FFCDD2; /* rojo pastel */
        color: #C62828;
    }

    .buttonAsiste:hover {
        transform: scale(1.1);
    }