
.noscroll {
    overflow: hidden;
    height: 100vh;
}
.desktop-only {
    display: block;
}
.desktop-only-inline-block {
    display: inline-block;
}
.desktop-only-flex {
    display: flex;
}
.mobile-only, .mobile-only-flex{
    display: none;
}

.bg-cafi-gradient {
    background: #21A1F4;
    background: linear-gradient(315deg, #21a1f4, #007CFF);
}

.menu-link {
    font-size: 20px; line-height:26px; font-weight: 500;
    color: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    background-color: var(--base-color);
    text-transform: uppercase;
    line-height: 20px;
}
/* .menu-link:hover {
    background-color: var(--base-color);
    color: #fff;
    border-bottom: 1px solid var(--base-color);
} */

.logo-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #21A1F4;
    background: linear-gradient(315deg, #21A1F4, #007CFF);
}

.slider-title {
    font-size: 56px;
    line-height: 56px;
    border-radius: 10px;
}
.text-shadow-white{
    text-shadow:
        /* 3px 3px 2px #000, */
        /* 3px 3px 2px #000, */
        /* -3px -3px 0 #000, */
        2px 1px 0 #ffffff;
}
.slider-label {
    color: var(--base-color);
}
.slide-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.labels-space-x{
    padding: 0 70px !important;
}
.icon-label-home{
    font-size: 28px;
    line-height: 28px;
}
.text-label-home{
    font-size: 14px;
    line-height: 18px;
}
.text-label-home-container{
    flex: 0 0 auto;
    width: 83.33333333%;
}
@media (max-width: 1800px) {
    .icon-label-home-container{
        display: none;
    }
    .icon-label-home{
        font-size: 20px;
        line-height: 20px;
    }
    .text-label-home{
        font-size: 12px;
        line-height: 14px;
    }
    .text-label-home-container{
        width: 100%;
    }
}
.top-space{
    margin-top: 40px !important;
}

.h2-title{
    font-size:55px; line-height:60px
}

.h3-title{
    font-size:40px; line-height:45px
}

.text-end ul,
.text-end ol,
.text-md-end ul,
.text-md-end ol  {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Allinea tutto a destra */
    padding-left: 0;
    list-style-position: inside;
}
.review-g-box{
    width: 220px;
    height: 58px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.review-g-box-image{
    width: 20%;
    height: 45px;
    float: left;
}
.review-g-box-text{
    width: 75%;
    margin-left:5%;
    float: left;
    line-height: 1.4em;
    font-weight: 500;
}
.review-g-box-text span{
    font-size: 12px;
    font-weight: 400;
}
.review-g-link:hover{
    text-decoration: none;
    color: #6f6f6f;
}
.subtitle-style{
    font-size: 38px;
    line-height: 44px;
    color: #232323;
    margin: 0 0 25px;
}


@media (max-width: 992px) {
    .desktop-only, .desktop-only-inline-block, .desktop-only-flex {
        display: none !important;
    }
    .mobile-only {
        display: block;
    }
    .mobile-only-flex{
        display: flex;
    }
    .slider-title {
        font-size: 34px;
        line-height: 32px;
    }
    .slide-background {
        background-position: left;
    }
    .h2-title{
        font-size:30px; line-height:36px
    }

    .h3-title{
        font-size:25px; line-height:30px
    }
    .studio-medico-mobile strong{
        font-size: 26px!important;
    }
    .studio-medico-mobile{
        line-height: 24px!important;
    }
    .button-mobile-position{
        position: absolute;
        bottom: 130px;
        width: 100%;
        left: 0;
    }
    .button-mobile-position a{
        font-size: 17px!important;
        font-family: 'Montserrat', sans-serif;
    }
    .home-btn-padding{
        padding: 5px 5px 4px;
    }
}
@media (max-width: 1400px) {
    .icon-label-home{
        font-size: 18px;
        line-height: 18px;
    }
    .text-label-home{
        font-size: 12px;
        line-height: 14px;
    }
    .labels-space-x{
        padding: 0 50px !important;
    }
    header nav .navbar-nav > li > a{
        margin: 0 14px;
    }
}
.bg-footer{
    background-color: rgba(33, 161, 244, 0.5);
}
#whatsapp-icon{
   /* height: 5vh;
   width: 5vh; */
}

.list-cafi {list-style: none; margin: 0; padding-left: 20px;}
.list-cafi li {position: relative; padding: 0 0 10px 22px; margin: 0; font-size: 18px; line-height: 26px;}
.list-cafi li:before {content: "\f00c"; position: absolute; top: 1px; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 16px; color: var(--base-color);}
.list-cafi li:last-child {border-bottom: 0;}
.list-cafi.list-style-color li:before {color: var(--base-color)}

.list-cafi-landing li{
    font-size: 22px;
}

.accordion-title {
    /* background-color: rgba(32, 161, 244, 0.1); */
    padding-left: 10px;
}
.accordion-title-text {
    color: var(--base-color)!important;
}
.accordion-title-text[aria-expanded="true"] .fas.fa-plus::before {
    content: "\f068";  /* codice unicode per fa-minus */
}

.padding-top-100-mobile{
    padding-top: 0;
}

.text-subtitle{
    font-size: 20px;
    line-height: 26px;
}

.label-text{
    font-size: 11px;
    line-height: 18px;
}
.cafi-number{
    font-size: 48px;
    line-height: 54px;
}

@media (max-width: 992px) {
    .padding-top-100-mobile {
        padding-top: 100px;
    }
    .mobile-title{
        font-size: 30px;
        line-height: 36px;
    }
    .text-subtitle{
        font-size: 16px;
        line-height: 22px;
    }
    .course-header{
        margin-top: 100px;
    }
    .course-header .cover-background{
        background:#fff;
        background-image: none !important;
    }
}

input[type="checkbox"] {
    accent-color: #000;
}

.whatsapp-bg{
    background-color: #25D366;
}

#whatsapp-icon {
    z-index: 1000;
    bottom: 70px;
    right: 1%;
}

#cookiescript_badge{
    z-index: 1000!important;
    bottom: 70px!important;
    left: 1%!important;
}

.footer-link a{
    color: #000;
}
.footer-link a:hover{
    color: var(--base-color);
}

#labels-container{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.floating {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: scale(1); }
    65%  { transform: scale(1.1); }
    to   { transform: scale(1); }
}

.logo-login{
    display: none !important;
}


@media (min-width: 1024px) {
    .course-header{
        margin-top: 60px;
    }
}

#labels-container{
    background: linear-gradient(to right, #21A1F4, #007CFF);
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}
#labels-container .content-box{
    height: 60px;
}
 /* Hide scrollbar for Chrome, Safari and Opera */
 #labels-container::-webkit-scrollbar {
     display: none;
 }

 /* Hide scrollbar for IE, Edge and Firefox */
 #labels-container {
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
 }

.label-link:hover .text-label-home{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

@media (max-width: 992px) {
	#whatsapp-icon {
		display:none;
	}
	#cookiescript_badge{
		bottom: 5px!important;
	}
}
