html {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
/*    font-family: 'Nunito sans', sans-serif;*/
/*    font-family: 'Roboto Serif', serif;*/
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    .carousel-images {
        height: 380px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 950px) and (orientation: landscape) {
    .carousel-images {
        height: 200px;
        object-fit: cover;
    }
}

.page-title{
    font-size:1.9rem;
    font-weight: 500;
}

.carousel-images {
    object-fit: cover;
}

.warning-message-main {
    font-size: 24px;
}

.warning-message-secondary {
    font-size: 18px;
}

.warning-message-tertiary {
    font-size: 16px;
}

.header-infopoint-group{
    margin : 40px;
}

.header-infopoint-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.header-infopoint-text {
    font-size: 14px;
    color: lightyellow;
    margin: 0;
}

.footer-links{
    color: blanchedalmond;
}

.footer-credits{
    color: aliceblue;

}

.font-color-alternate {
    color: #e95100;
}

.footer-infopoint {
    font-weight: 500;
}

.footer{
    max-height:35px;
}

.footer-credits-paragraphs {
    
}

.text-footer-bottom {
    font-size: 16px;
    margin-left:0px;
    padding:0;
    line-height:20px;
    /*calc(0.25rem + 0.7vw);*/
}

.nodecoration {
    text-decoration: none;
}

.logo {
    max-width: 800px;
    height: auto;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .fill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }

.long-text-wrap {
    white-space: pre-wrap;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
}

.subject-link {
    padding: 5px 10px;
    height: 70px;
    transition: .2s ease;
    border: 1px solid #eae9e9;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
}
    .subject-link .subject-icon {
        flex: 0 0 50px;
        height: 50px;
        /*background: #eaf5f2;*/
        background-color: antiquewhite;
        border: 1px solid #eaf5f2;
    }



.carousel-caption-custom {
    left: 5%;
    text-align: left;
    max-width: 450px;
    right: auto;
    padding: 8px 8px 8px 12px;
    background-color: rgba(0, 0, 0, 0.5);
}

.container-home {
    overflow: hidden;
}

.newsletter-text {
    font-size:14px;
/*    font-size: calc(0.5 rem + 0.5vw);*/
}

.column-home {
    float: left;
    margin: 20px;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.column-home {
    float: left;
    margin: 20px;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.title-band-home {
    background-color: white;
}

@media screen and (max-width: 576px) {
    .text-slogan-home {
        font-weight: 700;
        font-size: calc(1.8rem + 1.8vw);
        color: orange;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    
    .text-subheading-home {
        text-align: center;
        /*font-size: 16px;*/
        font-size: calc(1rem + 0.8vw);
        margin-bottom:10px;
    }

    .text-prefix-home {
        font-size: calc(0.9rem + 1.2vw);
        color: #e95100;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .text-prefix-tm-home {
        font-size: 1.2rem;
        vertical-align: super;
    }
}

@media screen and (min-width: 577px) {

    .text-slogan-home {
        font-weight: 700;
        font-size: calc(1.0rem + 1.3vw);
        color: orange;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .text-subheading-home {
        text-align: center;
        font-size: calc(0.6rem + 0.7vw);
    }
    .text-prefix-home {
        font-size: calc(0.7rem + 1.1vw);
        color: #e95100;
    }

    .text-prefix-tm-home {
        font-size: calc(0.5rem + 0.8vw);
        vertical-align: super;
    }

}



    .text-slogan-home:hover {
        opacity: 0.5;
    }


    .img-welfare {
        width: auto;
        height: 60%;
        overflow: hidden;
    }

    .btn-course-filter {
        color: white;
        /*    background-color: green*/
    }

    .row-home {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .row-home > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }


    /*.accordion-button.collapsed {
    background: white
}

    .accordion-button.collapsed::after {
        background-image: src("../images/InfoButton.PNG");
    }*/
    .boxModality {
        color: #ffffff;
        /*background: #fdba2a;*/
        border-style: solid;
        border-color: lightgrey;
        border-width: 2px;
        width: 52px;
        height: 52px;
        line-height: 45px;
        border-radius: 90px;
        text-align: center;
        float: left;
    }

    .boxModalityInterior {
        font-size: 11px;
        text-align: center;
        color: black;
        font-weight: 600;
        margin-top: -2px;
        float: left;
        width: 100%;
    }

    .modality-icon {
        vertical-align: middle;
    }

    .box-home-act {
        color: #ffffff;
        background: #f86015;
        border-style: solid;
        border-color: orange;
        border-width: 6px;
        width: 120px;
        height: 120px;
        line-height: 104px;
        border-radius: 120px;
        text-align: center;
        margin: 0px auto !important;
    }

    .box-home-act-title {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        font-family: sans-serif;
        margin-top: 10px;
        color: black;
    }

    .box-home-act-desc {
        color: black;
        text-align: center;
        font-weight: 400;
        margin-top: 10px;
    }

    .box-course-act {
        color: #ffffff;
        background: #f86015;
        border-style: solid;
        border-color: orange;
        border-width: 4px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        text-align: center;
        margin-left: 5px;
        /*margin: 0px auto;*/
    }

    .box-course-left-caption {
        margin-left: 20px;
        margin-top: 10px;
    }

    .box-course-img {
        margin-bottom: 14px;
        max-width: 25px;
    }

    .course-info-icon {
        margin-top: 10px;
        font-size: 24px;
        margin-right: 5px;
        color: #5ba5ae;
        /*    color: #5ba5ae*/
    }

    .course-info-text {
        font-size: 18px;
        font-weight: 600;
    }

    .course-info-description {
        font-size: 18px;
        font-weight: 400;
    }

    .catalog-start-date {
        color: dimgrey;
        margin-top: 15px;
        font-size: 18px;
    }

    .catalog-availability {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .catalog-availability-lastminute {
        line-height: 30px;
        font-size: 28px;
        font-weight: 600;
    }

    .catalog-availability-complete {
        line-height: 30px;
        font-size: 27px;
        font-weight: 600;
    }

    .catalog-subject-description {
        font-size: 25px;
        font-weight: 500;
    }

    .catalog-info-icon {
        margin-top: 10px;
        font-size: 18px;
        margin-right: 5px;
        color: #5ba5ae;
        /*    color: #5ba5ae*/
    }

    .catalog-info-text {
        font-size: 20px;
        font-weight: 500;
    }

    .catalog-info-block {
        /*    height: 100%;
    display: flex;
    align-items: center;
    height: 150px;*/
    }

    .catalog-image {
        height: 150px;
        width: 290px;
        /*margin-top: 10px;*/
        object-fit: cover;
    }

    .course-image {
        width: 500px;
        /*height: 320px;*/
        height: 300px;
        object-fit: cover;
    }

    .catalog-border-sep {
        color: black;
        /*    border-width:4px;*/
    }

    /*.accordion-button::after {
    background-image: url("/images/eye-icon-alt.png");
}*/
    /*.accordion-button:not(.collapsed)::after {
    background-image: url("/images/lensIco.png");
}
*/

    .catalog-info-card {
        height: 80px;
        max-height: 80px;
    }

    .catalog-info-card-header {
        height: 24px;
        font-size: 14px;
        font-weight: 600;
        padding: 1px;
        margin-top: 0px;
        /*background-color: #bec1eb;*/
        /*background-color: #273e8b;*/
        background-color: #e9ecf3;
        color: black;
    }

    .catalog-info-card-body {
        font-size: 16px;
        /*font-size: calc(1rem + 0.1vw);*/
        font-weight: 600;
        background-color: white;
        color: black;
        height: 50px;
        max-height: 50px;
    }

    .catalog-button {
        width: 140px;
        min-width: 140px;
        max-width: 140px;
        font-weight: 500;
    }

/*    @media (max-width: 950px) {
        .catalog-button {
            width: 150px;
            min-width: 150px;
            max-width: 150px;
            font-weight: 500;
        }
    }*/

    .price-enroll {
        /*background-color: #336699;*/
        background-color: #249c54;
    }

    .catalog-btn-info {
        /*background-color:darkblue;*/
    }

    .course-contact-button {
        font-weight: 500;
    }

    .enroll-button {
    }

    .waitinglist-button {
        background-color: darkorange;
    }

    .gift-button {
        background-color: darkmagenta;
    }

    .noresult {
        font-size: 1.5rem;
        font-weight: 600;
        background-color: aliceblue;
        margin-top: 20px;
    }

    .fscheckgroup {
        margin: 0px;
        padding: 0 18px 20px;
        border: 1px solid #666;
        border-radius: 8px;
        box-shadow: 0 0 10px #666;
        padding-top: 12px;
        font-size: 13px;
    }

    .fslegend {
        padding: 2px 4px;
        font-size: 0.9vw;
    }

    .fsfilter {
        height: 200px;
    }

    @media screen and (max-width: 767px) {
        .category-tile {
            text-align: left;
            font-weight: 500;
            font-size: calc(1.3rem + 0.8vw);
        }

        .text-slogan-2-home {
            font-size: calc(1.3rem + 0.8vw);
            /*        font-size: calc(0.7rem + 1.1vw);
        font-weight: 700;*/
        }
    }

    @media screen and (min-width: 768px) {
        .category-tile {
            text-align: left;
            font-weight: 500;
            font-size: calc(0.5rem + 0.9vw);
        }

        .text-slogan-2-home {
            font-size: calc(0.8rem + 0.9vw);
            /*        font-size: calc(0.7rem + 1.1vw);
        font-weight: 700;*/
        }
    }

    .avatar {
        position: relative;
        display: inline-block;
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }


    .catalog-category-header {
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    .catalog-category-description {
        text-align: justify-all;
        font-weight: 400;
        font-size: 1rem;
    }

    .course-name {
        font-size: 32px;
    }

    .course-description {
        text-align: justify-all;
        font-size: 16px;
        font-weight: 400;
    }

    .course-teacher-block {
    }

    .course-teacher-image {
    }

    .btn-course-link {
        min-width: 155px;
        font-weight: 600;
        font-size: 19px;
    }

    .btn-course-link-contacts {
        min-width: 215px;
        font-weight: 600;
        font-size: 19px;
    }

    .course-description-header {
    }

    .course-description-body {
    }

    .course-descriptions-text {
        font-size: 16px;
    }

    .course-infoitem {
        font-size: 0.77rem;
        display: inline-flex;
        margin: 0.1rem;
    }

    .icon-corso {
        width: 20px;
        height: 20px;
        opacity: 1;
    }

    .location-icon {
        background: transparent url(../images/CourseIcons/icon-location.svg) 0% 0% no-repeat padding-box;
    }

    .days-icon {
        background: transparent url(../images/CourseIcons/icon-calendar.svg) 0% 0% no-repeat padding-box;
    }

    .hour-icon {
        background: transparent url(../images/CourseIcons/icon-clock.svg) 0% 0% no-repeat padding-box;
    }

    .course-accordion-title {
        font-size: 25px;
        font-weight: 500;
        margin-left: 10px;
    }

    .price-pill {
        font-size: 22px;
        /*    background-color: #273e8b;*/
    }

    .trial-day {
        font-size: 12px;
        color: firebrick;
    }

    .category-pill {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }


    .contacts-card {
        /*    height:400px;*/
        max-width: 100rem;
    }

    .contacts-card-header {
        color: darkorange;
    }

    .contacts-card-body {
        height: 720px;
    }

    .contacts-card-images {
        max-height: 300px;
        width: auto;
    }

    .contacts-card-body-text {
    }

    .contacts-card-header-text {
    }

    .contacts-cars-header-title {
    }

    .contacts-card-header-icon {
    }

    @media screen and (max-width: 575px) {
        .rating-table-col-1 {
            width: 40%;
        }

        .rating-table-col-2 {
            width: 50%;
        }

        .rating-table-col-3 {
            width: 10%;
        }

        .rating-stars-description {
            font-size: 0.9rem;
        }
    }

    @media screen and (min-width: 576px) and (max-width: 767px) {
        .rating-table-col-1 {
            width: 25%;
        }

        .rating-table-col-2 {
            width: 65%;
        }

        .rating-table-col-3 {
            width: 10%;
        }

        .rating-stars-description {
            font-size: 1rem;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .rating-table-col-1 {
            width: 30%;
        }

        .rating-table-col-2 {
            width: 60%;
        }

        .rating-table-col-3 {
            width: 10%;
        }

        .rating-stars-description {
            font-size: 1rem;
        }
    }

    @media screen and (min-width: 993px) and (max-width: 1200px) {
        .rating-table-col-1 {
            width: 25%;
        }

        .rating-table-col-2 {
            width: 65%;
        }

        .rating-table-col-3 {
            width: 10%;
        }

        .rating-stars-description {
            font-size: 1rem;
        }
    }

    @media screen and (min-width: 1201px) and (max-width: 1400px) {
        .rating-table-col-1 {
            width: 45%;
        }

        .rating-table-col-2 {
            width: 45%;
        }

        .rating-table-col-3 {
            width: 10%;
        }

        .rating-stars-description {
            font-size: 0.85rem;
        }
    }

    @media screen and (min-width: 1401px) {
        .rating-table-col-1 {
            width: 40%;
        }

        .rating-table-col-2 {
            width: 50%;
        }

        .rating-table-col-3 {
            width: 10%;
        }

        .rating-stars-description {
            font-size: 1vw;
        }
    }

    .ratingstar-static {
        color: goldenrod;
    }



    .ratingBars {
        background-color: goldenrod;
    }

    .rating-stars-input {
        font-size: 1rem;
        color: goldenrod;
    }

    .star-rated {
        float: left;
        unicode-bidi: bidi-override;
        direction: rtl;
        font-size: 28px;
        margin-top: -11px;
        color: orange;
        margin-left: 0px;
        margin-right: 10px;
    }

    .button-customer-area {
        min-width: 190px;
        width: 200px;
        font-weight: 600;
        font-size: calc(0.4rem + 0.3vw);
    }


    .star-rated > span {
        display: inline-block;
        position: relative;
        width: 0.7em;
        cursor: pointer;
    }

        .star-rated > span:hover:before,
        .star-rated > span:hover ~ span:before,
        .star-rated > span.upstar-rated:before,
        .star-rated > span.upstar-rated ~ span:before {
            content: "\2605";
            position: absolute;
        }

    .carousel-caption {
    }

    .carousel-title {
    }

    .carousel-subtitle {
        font-size: 18px;
        font-weight: 500;
    }

    .review-subtitle {
        font-size: 14px;
    }

    .review-text {
        font-size: 16px;
    }

    .review-answer-text {
        font-size: 16px;
        font-style: italic;
    }

    .teacher-card {
        width: auto; /*275px;*/
        height: 320px;
    }

        .teacher-card img {
            width: 180px;
            height: 180px;
            object-fit: cover;
            object-position: center;
        }

    .teacher-card-categoryname {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600
    }

    .teacher-card-teachername {
        font-size: 14px;
        font-weight: 600
    }

    .card-teacher {
        /*    height:400px;*/
        /*    min-width: 200px;
    max-width: 400px;
    min-height: 260px;
    max-height: 285px;*/
        */ margin: 0 auto;
        float: none;
    }

    .card-teacher-header-text {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .card-teacher-body-text {
        font-size: 1rem;
        font-weight: 500;
        color: dimgrey;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .location-image-container {
        /*    min-height: auto;
    max-height: auto;*/
    }

    .location-image {
        width: auto;
        height: 170px;
        object-fit: cover;
        object-position: center;
    }


    .location-button {
        background-color: #e95100;
        font-weight: 600;
        font-size: 12px;
        width: 220px;
    }

    .counter-icon {
        font-size: 40px;
        color: white;
    }

    .counter-title {
        font-size: 14px;
        font-weight: 500;
    }

    .counter-number {
        font-size: 40px;
        font-weight: 600;
    }

    .accordion-title-faq {
        /*    text-transform: uppercase;*/
        font-size: 1.6rem;
        color: dimgray;
    }

    .accordion-text-faq {
        font-size: 1.1rem;
    }

    .confirm-text {
        font-size: 15px;
    }

    .confirm-title {
        font-size: 20px;
    }

    .just-line-break {
        white-space: pre-line;
    }

    .line-break-and-tab {
        white-space: pre-wrap;
    }

    .gdpr-buttons {
        width: 100px;
    }

    .wa-icon-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 80px;
        right: 6px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .wa-icon-my-float {
        margin-top: 16px;
        color: #FFF;
    }

    /*https://stackabuse.com/loading-animation-in-vanilla-javascript/*/
    .popup {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .loader {
        border: 9px solid #f3f3f3;
        border-top: 9px solid #5ba5ae; /*#3498db;*/
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 1.8s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .g-recaptcha > div {
        margin: 0 auto;
    }

    .privacy-conditions-text {
        font-size: 13px;
    }

    .img-page-diag {
        max-width: 350px;
    }

    .title-page-diag {
        font-size: 1.4rem;
    }

    .text-page-diag {
        font-size: 1.1rem;
    }

    .warning.img-page-diag {
    }

    .button-home-allc {
        height: 70px;
        min-width: 250px;
        font-weight: 600;
        font-size: calc(0.98rem + 0.3vw);
    }


    /*CATALOG CARD STYLES*/

    .card-catalog-item {
        max-width: auto;
        min-width: 14rem;
    }

    .img-catalog-card {
        width: auto;
        height: 15rem;
        max-height: 15rem;
        object-fit: cover;
        position: static;
    }


.subject-description-catalog-card {
    font-size: 0.8vw;
    font-weight: 500;
    text-align: left;
}

    .img-catalog-card {
        width: auto;
        height: 15rem;
        max-height: 15rem;
        object-fit: cover;
        position: static;
    }

    .location-catalog-card {
        font-size: 0.6vw;
        font-weight: 500;
    }

    .info-catalog-card {
        font-size: 0.8vw;
        font-weight: 600;
        text-align: left;
    }

    .card-footer-catalog {
        font-size: 0.9rem;
        font-weight: 400;
        align-items: center;
     }

    .card-body-catalog {
        height: 11rem;
        max-height: 11rem;
        align-content: center;
    }

    .card-catalog-info-icon {
        margin-top: 10px;
        font-size: 1.1rem !important;
        margin-right: 5px;
        color: #3b3939;
    }

    .card-catalog-bottom-info {
        font-size: 0.8vw;
        font-weight: 500;
        color: #3b3939;
    }

    .card-catalog-bottom-icon {
        font-size: 0.8vw !important;
    }

    @media all and (max-width: 1919.99px) {
        .subject-description-catalog-card {
            font-size: 1.0rem;
            font-weight: 500;
            text-align: left;
        }

        .location-catalog-card {
            font-size: 0.8rem;
            font-weight: 500;
        }

        .info-catalog-card {
            font-size: 1rem;
            font-weight: 600;
            text-align: left;
        }

        .card-catalog-info-icon {
            margin-top: 10px;
            font-size: 1.1rem !important;
            margin-right: 5px;
        }
        .card-catalog-bottom-info {
            /*font-size: 0.85rem;*/
            font-size: 0.8vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 0.8vw !important;
        }

    }

    @media all and (max-width: 1679.99px) {
        .subject-description-catalog-card {
            font-size: 0.95rem;
            font-weight: 500;
            text-align: left;
        }

        .location-catalog-card {
            font-size: 0.7rem;
            font-weight: 500;
        }

        .info-catalog-card {
            font-size: 0.75rem;
            font-weight: 500;
            text-align: left;
        }

        .card-catalog-info-icon {
            margin-top: 10px;
            font-size: 1rem !important;
            margin-right: 5px;
        }
        .card-catalog-bottom-info {
            /*            font-size: 0.65rem;*/
            font-size: 0.75vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 0.75vw !important;
        }

    }

    @media all and (max-width: 1399.99px) {

        .subject-description-catalog-card {
            font-size: 1.4vw;
            font-weight: 500;
            text-align: left;
        }

        .location-catalog-card {
            font-size: 1.2vw;
            font-weight: 500;
        }

        .info-catalog-card {
            font-size: 1.4vw;
            font-weight: 500;
            text-align: left;
        }

        .card-catalog-info-icon {
            margin-top: 10px;
            font-size: 0.9rem !important;
            margin-right: 5px;
        }

        .card-catalog-bottom-info {
            /*font-size: 0.65rem;*/
            font-size: 1.2vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 1.1vw !important;
        }
    }

    @media all and (max-width: 1023.99px) {
        .subject-description-catalog-card {
            font-size: 1.3rem;
            font-weight: 500;
            text-align: left;
        }

        .location-catalog-card {
            font-size: 0.8rem;
            font-weight: 500;
        }

        .info-catalog-card {
            font-size: 1rem;
            font-weight: 600;
            text-align: left;
        }

        .card-catalog-info-icon {
            margin-top: 10px;
            font-size: 1.1rem !important;
            margin-right: 5px;
        }
        .card-catalog-bottom-info {
            /*font-size: 1.060rem;*/
            font-size: 1.7vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 1.8vw !important;
        }

    }

    @media all and (max-width: 719.99px) {
        .subject-description-catalog-card {
            font-size: 2.5vw;
            font-weight: 500;
            text-align: left;
        }

        .location-catalog-card {
            font-size: 2vw;
            font-weight: 500;
        }

        .info-catalog-card {
            font-size: 2.5vw;
            font-weight: 600;
            text-align: left;
        }

        .card-catalog-info-icon {
            margin-top: 10px;
            font-size: 1.1rem !important;
            margin-right: 5px;
        }
        .card-catalog-bottom-info {
            /*font-size: 1.4rem;*/
            font-size: 1.8vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 1.2rem !important;
        }

    }

    @media all and (max-width: 559.99px) {
        .subject-description-catalog-card {
            font-size: 1.35rem;
            font-weight: 500;
            text-align: left;
        }

        .location-catalog-card {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .info-catalog-card {
            font-size: 1.2rem;
            font-weight: 600;
            text-align: left;
        }

        .card-catalog-info-icon {
            margin-top: 10px;
            font-size: 1rem !important;
            margin-right: 5px;
        }
        .card-catalog-bottom-info {
            font-size: 4vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 1.2rem !important;
        }

    }
    /*END CATALOG CARD*/

    /*RELATED CARD*/
    .card-related-item {
        max-width: auto;
        min-width: 13.5rem;
    }

    .img-related-card {
        width: auto;
        height: 15rem;
        max-height: 15rem;
        object-fit: cover;
        position: static;
    }

    .subject-description-related-card {
        font-size: 1.3rem;
        font-weight: 500;
        text-align: left;
    }

    .img-related-card {
        width: auto;
        height: 15rem;
        max-height: 15rem;
        object-fit: cover;
        position: static;
    }

    .location-related-card {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .info-related-card {
        font-size: 1rem;
        font-weight: 600;
        text-align: left;
    }

    .card-footer-related {
        font-size: 0.9rem;
        font-weight: 400;
        align-items: center;
    }

    .card-body-related {
        height: 11rem;
        max-height: 11rem;
        align-content: center;
    }

    .card-related-info-icon {
        margin-top: 10px;
        font-size: 1.1rem !important;
        margin-right: 5px;
        color: #3b3939;
    }

    .card-related-bottom-info {
        font-size: 0.8vw;
        font-weight: 500;
        color: #3b3939;
    }

    .card-related-bottom-icon {
        font-size: 0.8vw !important;
    }

    @media all and (max-width: 1919.99px) {
        .subject-description-related-card {
            font-size: 1.0rem;
            font-weight: 500;
            text-align: left;
        }

        .location-related-card {
            font-size: 0.8rem;
            font-weight: 500;
        }

        .info-related-card {
            font-size: 1rem;
            font-weight: 600;
            text-align: left;
        }

        .card-related-info-icon {
            margin-top: 10px;
            font-size: 1.1rem !important;
            margin-right: 5px;
        }

        .card-related-bottom-info {
            /*font-size: 0.85rem;*/
            font-size: 0.8vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-related-bottom-icon {
            font-size: 0.8vw !important;
        }
    }

    @media all and (max-width: 1679.99px) {
        .subject-description-related-card {
            font-size: 0.95rem;
            font-weight: 500;
            text-align: left;
        }

        .location-related-card {
            font-size: 0.7rem;
            font-weight: 500;
        }

        .info-related-card {
            font-size: 0.75rem;
            font-weight: 500;
            text-align: left;
        }

        .card-related-info-icon {
            margin-top: 10px;
            font-size: 1rem !important;
            margin-right: 5px;
        }

        .card-related-bottom-info {
            /*            font-size: 0.65rem;*/
            font-size: 0.75vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-related-bottom-icon {
            font-size: 0.75vw !important;
        }
    }

    @media all and (max-width: 1399.99px) {

        .subject-description-related-card {
            font-size: 1.2vw;
            font-weight: 500;
            text-align: left;
        }

        .location-related-card {
            font-size: 0.9vw;
            font-weight: 500;
        }

        .info-related-card {
            font-size: 0.9vw;
            font-weight: 500;
            text-align: left;
        }

        .card-related-info-icon {
            margin-top: 10px;
            font-size: 0.9rem !important;
            margin-right: 5px;
        }

        .card-related-bottom-info {
            /*font-size: 0.65rem;*/
            font-size: 0.8vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-related-bottom-icon {
            font-size: 1vw !important;
        }
    }

    @media all and (max-width: 1023.99px) {
        .subject-description-related-card {
            font-size: 1.7vw;
            font-weight: 500;
            text-align: left;
        }

        .location-related-card {
            font-size: 0.75rem;
            font-weight: 500;
        }

        .info-related-card {
            font-size: 1.4vw;
            font-weight: 600;
            text-align: left;
        }

        .card-related-info-icon {
            margin-top: 10px;
            font-size: 1.1rem !important;
            margin-right: 5px;
        }

        .card-related-bottom-info {
            /*font-size: 1.060rem;*/
            font-size: 1.5vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-related-bottom-icon {
            font-size: 1.7vw !important;
        }
    }

    @media all and (max-width: 719.99px) {
        .subject-description-related-card {
            font-size: 2.4vw;
            font-weight: 500;
            text-align: left;
        }

        .location-related-card {
            font-size: 1.8vw;
            font-weight: 500;
        }

        .info-related-card {
            font-size: 2vw;
            font-weight: 600;
            text-align: left;
        }

        .card-related-info-icon {
            margin-top: 10px;
            font-size: 1.1rem !important;
            margin-right: 5px;
        }

        .card-related-bottom-info {
            /*font-size: 1.4rem;*/
            font-size: 2.2vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-related-bottom-icon {
            font-size: 1.2rem !important;
        }
    }

    @media all and (max-width: 558px) {
        .subject-description-related-card {
            font-size: 3.8vw;
            font-weight: 500;
            text-align: left;
        }

        .location-related-card {
            font-size: 3.1vw;
            font-weight: 500;
        }

        .info-related-card {
            font-size: 3.3vw;
            font-weight: 600;
            text-align: left;
        }

        .card-related-info-icon {
            margin-top: 10px;
            font-size: 1rem !important;
            margin-right: 5px;
        }

        .card-related-bottom-info {
            font-size: 2.5vw;
            font-weight: 500;
            color: #3b3939;
        }

        .card-catalog-bottom-icon {
            font-size: 1.1rem !important;
        }
}




    /*END RELATED CARD*/

    .reward-slogan {
        font-size: 1.6rem;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        color: #e95100;
        padding: 0;
        margin: 0;
    }

    .reward-text {
        color: black;
    }

    .reward-campaignname {
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .reward-earnpoints {
        padding: 4px;
        margin: 0;
        font-size: 0.8rem;
        background-color: #e95100;
    }

    .reward-points-font {
        color: #e95100;
    }

    .reward-card-points {
        background-color: #e95100;
    }

    .reward-extrapoints {
        font-size: 1.8rem;
        font-weight: 600;
        text-align: center;
        color: darkgreen;
        padding: 2px;
        margin: 0;
    }

.showMoreCatalogButton {
    background-color: #5ba5ae;
    color: #fff !important;
    font-weight: 600;
    border: 3px solid #5ba5ae;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

    .showMoreCatalogButton:hover,
    .showMoreCatalogButton:focus {
        background-color: darkgrey;
        border-color: darkgrey;
        color: #fff !important;
        text-decoration: none;
    }

    @media screen and (min-width: 1025px) {
        .cart-course-name {
            font-size: 1rem;
            color: darkblue;
        }

        .cart-course-infos {
            font-size: 0.8rem;
            color: darkblue;
        }

        .cart-course-image {
            min-width: 8rem;
            max-width: 8rem;
            max-height: 7rem;
            object-fit: cover;
        }
    }

    @media screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
        .cart-course-name {
            font-size: 1.2rem;
            color: darkblue;
        }

        .cart-course-infos {
            font-size: 1rem;
            color: darkblue;
        }

        .cart-course-image {
            min-width: 7.5rem;
            max-width: 7.5rem;
            max-height: 5rem;
            object-fit: cover;
        }
    }

    @media screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
        .cart-course-name {
            font-size: 1.3rem;
            color: darkblue;
        }

        .cart-course-infos {
            font-size: 1rem;
            color: darkblue;
        }

        .cart-course-image {
            min-width: 7.5rem;
            max-width: 7.5rem;
            max-height: 5rem;
            object-fit: cover;
        }
    }

    @media screen and (max-width: 766px) and (orientation: portrait) {
        .cart-course-name {
            font-size: 1rem;
            color: darkblue;
        }

        .cart-course-infos {
            font-size: 0.8rem;
            color: darkblue;
        }
    }

    @media screen and (max-width: 766px) and (orientation: landscape) {
        .cart-course-name {
            font-size: 1.2rem;
            color: darkblue;
        }

        .cart-course-infos {
            font-size: 1rem;
            color: darkblue;
        }
    }


    .utlloader {
        width: 16px;
        color: #5ba5ae;
        aspect-ratio: 1;
        border-radius: 50%;
        box-shadow: 38px -38px 0 0px #5ba5ae, 76px -38px 0 0px #111978, 114px -38px 0 0px #30082f, 38px 0 0 10px #96c101, 76px 0 0 10px #7a2064, 114px 0 0 10px, 38px 38px 0 0px #f4c00a, 76px 38px 0 0px #7a2064, 114px 38px 0 0px #2f8a23;
        transform: translateX(-76px);
        animation: l26 2.5s infinite linear;
    }

    @keyframes l26 {
        12.5% {
            box-shadow: 38px -38px 0 0px #4fb0dc, 76px -38px 0 0px #5ba5ae, 114px -38px 0 10px #111978, 38px 0 0 10px #7a2064, 76px 0 0 0px, #d10169 114px 0 0 10px #f4c00a, 38px 38px 0 0px #30082f, 76px 38px 0 0px #f4c00a, 114px 38px 0 0px #7a2064
        }

        25% {
            box-shadow: 38px -38px 0 10px #7a2064, 76px -38px 0 0px #f4c00a, 114px -38px 0 10px #7a2064, 38px 0 0 0px #2f8a23, 76px 0 0 0px #d10169, 114px 0 0 0px #111978, 38px 38px 0 0px #30082f, 76px 38px 0 10px #7a2064, 114px 38px 0 0px #f4c00a
        }

        50% {
            box-shadow: 38px -38px 0 10px #111978, 76px -38px 0 10px #30082f, 114px -38px 0 0px #d10169, 38px 0 0 0px #96c101, 76px 0 0 0px #2f8a23, 114px 0 0 0px #e95100, 38px 38px 0 0px #7a2064, 76px 38px 0 0px #4fb0dc, 114px 38px 0 10px #f4c00a
        }

        62.5% {
            box-shadow: 38px -38px 0 0px #4fb0dc, 76px -38px 0 0px #f4c00a, 114px -38px 0 0px #111978, 38px 0 0 10px #30082f, 76px 0 0 0px #7a2064, 114px 0 0 0px #96c101, 38px 38px 0 0px #e95100, 76px 38px 0 10px #2f8a23, 114px 38px 0 10px #e95100
        }

        75% {
            box-shadow: 38px -38px 0 0px #2f8a23, 76px -38px 0 10px #96c101, 114px -38px 0 0px #e95100, 38px 0 0 0px #d10169, 76px 0 0 0px #7a2064, 114px 0 0 10px #4fb0dc, 38px 38px 0 0px #d10169, 76px 38px 0 0px #30082f, 114px 38px 0 10px #f4c00a
        }

        87.5% {
            box-shadow: 38px -38px 0 0px #111978, 76px -38px 0 10px #2f8a23, 114px -38px 0 0px #B486AB, 38px 0 0 0px #f4c00a, 76px 0 0 10px #30082f, 114px 0 0 0px #d10169, 38px 38px 0 10px #7a2064, 76px 38px 0 0px #e95100, 114px 38px 0 0px #2f8a23
        }
    }

    .full-height-row{
        height: 100vh;
    }