:root {
    --green: #8ddd47;
    --red: #ed2978;
    --pink: #ed1e79;
    --gray: #CCCCCC;
    --gray-light: #f2f2f2;
    --dark-gray: #6d6d6d;
    --facebook: #45629E;
    --light-gray: #e5e5e5;
    --green-input: #91d365;
    --lime: #1fd6ba;
    --purple: #9571f5;
    --purple-dark: #8a56d2;
    --blue-sky: #48ccfc;
    --text-dark: #1f1f1f;

}

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

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Nunito/Nunito-Regular.ttf'); /* IE9 Compat Modes */
}

@font-face {
    font-family: 'FredokaOne';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/fredokaone/FredokaOne-Regular.ttf'); /* IE9 Compat Modes */
}

html, body {
    height: 100%;
}

body {
    color: #6d6d6d !important;
    background: #F2F2F2;
    font-family: "Nunito", sans-serif;
    font-size: 1vw;
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/******************* GENERAL *******************/
.form-group {
    margin-bottom: 0.5rem !important;
}

.card {
    background-color: #E5E5E5;
    border: 0;
}

.btn {
    margin-bottom: 15px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:not(:disabled) {
    background-color: var(--pink) !important;
    border-color: var(--pink) !important;
}


.btn.btn-square {
    border-radius: 0;
}


.btn-green, .btn-green:hover, .btn-green:active, .btn-green:visited, .btn-green:not(:disabled) {
    background-color: var(--lime) !important;
    border-color: var(--lime) !important;
}

.btn-purple, .btn-purple:hover, .btn-purple:active, .btn-purple:visited, .btn-purple:not(:disabled) {
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
}

h2 {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}


.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.bg-purple {
    background-color: var(--purple-dark);
}

.bg-yellow {
    background-color: #ffde00;
}

.bg-yellow h1, .bg-yellow p {
    color: #5d3712 !important;
}

.bg-green {
    background-color: #6be836;
}

.bg-pink {
    background-color: #ed1e79;
}

#modalTutorial .modal-dialog {
    min-width: 90%;
}

#modalTutorial .modal-content {
    border-radius: 0;
}

#modalTutorial .modal-body {
    padding: 0;
    margin: 0 !important;
}

#modalTutorial .modal-body h2 {
    color: white;
    font-size: 5vh;
}

#modalTutorial .center-vertical {
    display: flex;
    align-content: center;
}

#modalTutorial .modal-body p {
    color: white;
    font-size: 3.5vh;
}

#modalTutorial .modal-body .row {
    margin: 0;
    height: 100%;
}

#modalTutorial img {
    height: 225px;
    width: 230px;
}

#modalTutorial .modal-body #dashboard-init, #modalTutorial .modal-body .carousel-inner, #modalTutorial .modal-body .carousel-item {
    height: 100%;
}

.carousel-item {
    transition: transform .25s ease, opacity .25s ease-out;
}

#modalTutorial .modal-body .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--purple-dark);
}

#header {
    z-index: 2;
    -webkit-box-shadow: 0px 3px 40px -8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 3px 40px -8px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 3px 40px -8px rgba(0, 0, 0, 0.65);
}

.centered {
    min-height: 100%;
    margin-bottom: -40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .container.centered, .bg-image.centered {
        padding-top: 0.2rem;
        padding-bottom: 7rem;
    }
}

@media screen and (min-width: 576px) {
    .container.centered, .bg-image.centered {
        padding-top: 0.2rem;
        padding-bottom: 7rem;
    }
}

@media only screen and (max-width: 576px) {
    .centered {
        /*justify-content: flex-end;*/
    }
}

.dashboard {
}

.card-height {
    height: 95vh;
}

.school-height {
    height: 70vh;
}

.footer {
    height: 45px;
    display: flex;
    text-align: center;
    background-color: white;
    width: 100%;
    justify-content: center;
    vertical-align: middle;
}

.footer {
    -webkit-box-shadow: 0px -1px 25px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -1px 25px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -1px 25px -3px rgba(0, 0, 0, 0.25);
}

.footer div {
    color: var(--dark-gray);
    padding: 12px;
    font-size: 100%;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 2vh;
}

a, button, p {
    font-size: 1.5vh;
}

div {
    font-size: 1.5vh;
}


p, label, button {
    font-size: 2vmin;
}

@media only screen and (max-width: 768px) {
    p, label, button {
        font-size: 3vmin;
    }
}

@media only screen and (min-width: 576px) {
    .logo-img {
        max-width: 300px;
    }
}

.line-dotted {
    background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 5px 2px;
    background-repeat: repeat-x;
}

.dropdown-menu {
    margin: 1.125rem 0 0;
    border-radius: 0;
    border: 0;
}

img.child-avatar {
    border: 1px solid #EFEFEF;
    border-radius: 5rem;
}

/******************* START LOGIN *******************/

/* LOGIN CARD */

.card.login-card {
    background-color: var(--gray);
}

.card.login-card h2, .card.login-card p {
    text-align: center;
}

.card.login-card h2 {
    color: black;
}

/* LOGIN FORM */

.base-form label {
    margin-left: 10px;
}

.base-form label, .base-form .forgot-password a, p.register a {
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
}

.base-form .forgot-password a {
    font-size: 14px;
    text-align: right;
    display: block;
}

.base-form label, p.register a, .card.login-card h2, .card.register-card h2, .base-form button[type="submit"] {
    text-transform: uppercase;
}

.base-form label {
    margin-bottom: 5px;
}

.base-form input[type="text"], .base-form input[type="password"] {
    width: 100%;
    border-radius: 2px;
}

.base-form input[type="checkbox"] {
    float: left;
    width: 24px;
    height: 22px;
}

.base-form input::placeholder {
    text-transform: capitalize;
    font-weight: 500;
}

.base-form-button button[type="submit"],
.base-form-button button[type="submit"]:hover,
.base-form-button button[type="submit"]:active,
.base-form-button button[type="submit"]:visited,
.base-form-button button[type="submit"]:not(:disabled) {
    background-color: var(--pink) !important;
    border-color: var(--pink) !important;
}

.checkmark {
    float: left;
}

/* Hide the browser's default checkbox */
.checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */
.checkmark span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkmark:hover input ~ span {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkmark input:checked ~ span {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark input:checked ~ span:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark span:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid var(--green);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.base-form ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.inside-icon span {
    position: absolute;
    margin-left: 8px;
    height: 96%;
    display: flex;
    align-items: center;
    z-index: 9;
}

.inside-icon input {
    padding-left: 30px;
}

/* SOCIAL BUTTONS */

.btn-facebook, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:visited {
    background-color: var(--facebook);
    border-color: var(--facebook);
    color: white
}

.btn-google, .btn-google:hover, .btn-google:active, .btn-google:visited {
    background-color: white;
    border-color: white;
    color: var(--dark-gray);
}

/******************* END LOGIN *******************/

/******************* START REGISTER *******************/

/* REGISTER CARD */

.card.register-card {
    background-color: var(--gray);
}

.card.register-card h2, .card.register-card p {
    text-align: center;
}

.card.register-card h2 {
    color: black;
}

.new-user-text {
    color: black;
}

@media only screen and (max-width: 576px) {
    .new-user-text {
        top: 47%;
        left: 40%;
    }
}

@media only screen and (min-width: 576px) {
    .new-user-text {
        top: 4.5rem;
        left: 3.3rem;
    }
}

@media only screen and (min-width: 768px) {
    .new-user-text {
        top: 41%;
        left: 32%;
    }
}

@media only screen and (min-width: 992px) {
    .new-user-text {
        top: 45%;
        left: 38%;
    }
}

@media only screen and (max-width: 340px) {
    .input-group-append {
        display: none;
    }
}

/* STEP */

.step {
    border-radius: 50%;
    background-color: #fff;
    color: black;
    font-size: 23px;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 18px;
    line-height: 42px;
    text-align: center;
    left: 20px;
}

.step-box {
    align-items: center;
    text-align: -webkit-center;
    padding: 0;
    margin-top: -8px;
}

.step-box .centered {
    padding: 0;
}

.step-line {
    height: 8px;
    border-radius: 0 0 2px 2px;
}

.step-line.step1 {
    background: linear-gradient(90deg, rgba(234, 30, 120, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.step-line.step2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(234, 30, 120, 1) 50%, rgba(234, 30, 120, 1) 100%);
}


/******************* END REGISTER *******************/


/* CARDS */
p.cancel-link a, .cancel-link {
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: bold;
}

.card.card-style {
    padding: 7vh 8vw 2vh;
}

.card.card-style h2, .card.card-style p {
    text-align: center;
}

.card.card-style h2 {
    color: var(--dark-gray);
    font-size: 2.4vh;
}

.card-style-form button[type="submit"], .card-style-form button[type="submit"]:hover, .card-style-form button[type="submit"]:active, .card-style-form button[type="submit"]:visited {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    color: white;
}

.card-style-form label {
    color: var(--dark-gray);
}


.card.card-style-form .month-data h4 {
    color: var(--lime);
    font-weight: bold;
    text-align: center;
}

.card.card-style-form .year-data h4 {
    color: var(--purple);
    font-weight: bold;
    text-align: center;
}

.card.card-style-form ul {
    list-style: none;
}

.card.card-style-form ul li {
    margin-left: -30px;
    margin-bottom: 1rem;
}

.card.card-style-form ul li img {
    margin-right: 4px;
    margin-top: -3px;
}

.discount {
    position: absolute;
    right: 20px;
    top: 0;
}

.discount img {
    height: 44px;
}

.discount p {
    position: absolute;
    top: 0;
    font-size: 12px;
}

.suscription-box {
    text-align: center;
    color: white;
    border-radius: 18px;
}

.suscription-box h4 {
    font-weight: bold;
}

.suscription-box.month-suscription {
    background-color: var(--lime);
}

.suscription-box.year-suscription {
    background-color: var(--purple);
}

/******************* END SUSCRIPTION *******************/

/* SLICK */
.slick-prev:before, .slick-next:before {
    color: var(--pink) !important;
}

/* SelectedProfile */

.selectedProfile {
    border: 6px solid var(--pink);
    border-radius: 240px;
    background-color: white;
}

.d-access img {
    -webkit-filter: grayscale(1);
    filter: grayscale(.75);
}

a.dropdown-toggle::after {
    content: none !important;
}


.menu-item {
    position: relative;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    .auxText {
        display: -moz-inline-box !important;
        display: inline-block !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        z-index: 0;
    }
}

@media only screen and (min-width: 768px) {
    .bg-image {
        min-height: 99.1vh;
    }
}

.modal-body span {
    font-weight: bold;
}

.modal-content {
    border: 1px solid #5b5b5b;
}

.modal-header {
    background-color: #3dc4f5;
    color: white;
}

.modal-body {
    font-size: 16px;
    padding: 2rem;
}

.modal-footer {
    justify-content: center;
    overflow: hidden;
}

@media only screen and (max-width: 340px) {
    .modal-footer {
        margin: 0 0.2rem;
    }
}

.modal-footer button {
    min-width: 10rem;
}

.fixed-modal-h {
    height: 450px;
}

.fixed-modal-h div.p-5 {
    padding-top: 1rem !important;
}

h1.onboard-title {
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    p.onboard-text {
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) {
    p.onboard-text {
        font-size: 1.5rem;
    }

    h1.onboard-title {
        font-size: 1.8rem;
    }
}

button#btn-onboard-close {
    z-index: 10;
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: flex-end;
}

button#btn-onboard-close span {
    padding: 0 0.6rem;
}

#display-onboard {
    height: 3rem;
    width: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    cursor: pointer;
    top: 7rem;
    z-index: 2;
}

@media (max-width: 576px) {
    #display-onboard {
        top: 4rem;
    }
}

.carousel-indicators li {
    background-color: #6b48ac !important;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 53px;
}

/* SWITCH ACTIVAR DESACTIVAR */
.btn-toggle {
    margin: 0 .5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle:before {
    content: '';
    left: -4rem;
}

.btn-toggle:after {
    content: '';
    right: -4rem;
    opacity: .5;
}

.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}

.btn-toggle.active:before {
    opacity: .5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.41250000000000003rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-lg:before {
    content: '';
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: '';
    right: -5rem;
    opacity: .5;
}

.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left .25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: .5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-sm:before {
    content: '';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: '';
    right: -0.5rem;
    opacity: .5;
}

.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: .5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.41250000000000003rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-xs:before {
    content: '';
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: '';
    right: 0;
    opacity: .5;
}

.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left .25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left .25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: .5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}

label.edicion {
    color: var(--text-dark);
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 576px) {
    .currentClase, .intro-video {
        width: 100%;
        height: 260px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .currentClase, .intro-video {
        width: 100%;
        height: 600px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .currentClase, .intro-video {
        width: 100%;
        height: 800px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .currentClase, .intro-video {
        width: 640px;
        height: 360px;
        margin: 0 auto;
    }
}

.rounded-xl {
    border-radius: 1rem;
}

.my-auto {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.onboard-container-image {
    min-height: 200px;
}

ul.sales-list li {
    background-image: url('/static/images/green-check.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 4px;
}

ul.sales-list {
    color: var(--dark-gray);
    font-size: 16px;
    list-style: none;
}

p.sales-subtitle {
    color: var(--dark-gray);
    font-size: 1.4rem;
    border-bottom: 2px dashed var(--gray);
}

@media only screen and (max-width: 768px) {
    p.sales-subtitle {
        font-size: 1.1rem;
    }
}

div.sales-yearly h1 {
    color: var(--purple-dark);
    font-weight: bold;
}

div.sales-monthly h1 {
    color: var(--lime);
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    div.sales-monthly ul {
        padding-bottom: 30px;
    }
}

div.paymet-button h1 {
    color: white !important;
    font-weight: bold;
}

div.paymet-button.button-monthly {
    background-color: var(--lime);
    cursor: pointer;
}

div.paymet-button.button-notice {
    background-color: var(--red);
    cursor: pointer;
}

div.paymet-button.button-yearly {
    background-color: var(--purple-dark);
    cursor: pointer;
}

p.payment-sm-title {
    font-size: 1.5rem;
    font-weight: bold;
}

p.payment-sm-text1, p.payment-sm-text2 {
    font-size: 1rem;
}

p.payment-sm-text2 {
    margin-top: -6px;
}

.w-60 {
    width: 60% !important;
    max-width: 220px;
}

.border-bottom-pink {
    border-bottom: 6px solid var(--pink);
}

@media only screen and (max-width: 340px) {
    .receipt h1 {
        font-size: 1.35rem;
    }
}

.receipt h1 {
    font-size: 1.7rem;
}

.receipt p {
    color: var(--dark-gray);
    font-size: 1rem;
}

.receipt h3 {
    font-size: 1.1rem;
    font-weight: bold
}

.receipt h2 {
    color: var(--text-dark) !important;;
    font-size: 1.5rem !important;
}

.receipt-invalid h1 {
    color: var(--pink);
    font-weight: bold;
}

ul.icon-list {
    color: var(--dark-gray);
    font-size: 18px;
    list-style: none;
}

ul.icon-list li {
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 36px;
    margin-bottom: 4px;
}

ul.icon-list-green li {
    background-image: url('/static/images/green-check.png');
}

ul.icon-list-red li {
    background-image: url('/static/images/red-cross.png');
}

span#ref-code {
    text-decoration: underline;
}

div#membership-duration {
    font-size: 1.6rem;
}

div#membership-price {
    font-size: 2rem;
}

div.transaction-date {
    font-size: 1rem;
}

.membership-discount{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 20px 20px;
    padding: 5px 3px 5px 5px;
    position: absolute;
    line-height: 12px;
}

@media only screen and (max-width: 992px) {
    .membership-discount{
        margin-top: -.5rem;
        left: 63%;
        width: 34px;
    }
}

@media only screen and (min-width: 766px) {
    .membership-discount{
        margin-top: -.5rem;
        left: 59%;
        width: 34px;
    }
}
@media only screen and (min-width: 992px) {
    .membership-discount{
        margin-top: -1.5rem;
        left: 73%;
        width: 38px;
    }
}

.membership-discount{
    font-weight: bold;
    font-size: 12px;
}
.membership-discount span::before {
    content: "\A";
    white-space: pre;
}
.membership-discount span{
    font-size: 11px !important;
    font-weight: normal !important;
}
h1.buy-cta{
    font-size:1.9rem;
}