/* CSS comune per i cataloghi corsi P-Learning */
.tabss {
    margin-bottom: 15px;
    padding: 0px;
}
.tabss input {
    display: none;
}
.tabss label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    color: #000;
    background: #FFF;
    border: none;
    font-size: 14px;
    margin-bottom: 5px;
}
.tabss label:hover {
    color: #888;
    cursor: pointer;
}
.tabss input:checked + label {
    color: #555;
    background: rgb(205, 215, 226);
    border: none;
}
.cfp-card-abbonamenti {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}
.riga-corso {
    padding: 40px 20px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background-color: white;
    transition: background-color 0.2s ease;
}
.riga-corso h5 {
    color: #777;
    font-size: 16px;
    margin-bottom: 0;
}
.titolo-riga-corso {
    padding: 10px 0;
    margin: 10px 0 0;
    border-bottom: 1px solid #ddd;
}
.cfp-card-abbonamenti p {
    color: #888;
    font-size: 10px;
    font-weight: 500;
    padding: 7px 5px;
    line-height: 18px;
    border-left: 1px solid #ddd;
    width: 20%;
    margin: 0 !important;
    text-align: center;
}
.condizioni-utilizzo ol {
    color: #888 !important;
    font-size: 17px;
    margin-left: 10px;
}
.cfp-card-abbonamenti p > strong {
    color: #405a70;
    font-size: 18px;
}
.fa-ul > li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px !important;
    color: #888;
}
.fa-li {
    font-size: 12px;
}
.fa-ul {
    margin-left: 15px;
}
.radius_top {
    border-radius: 30px 30px 8px 8px;
    overflow: hidden;
}
.CFP.abbonamento {
    margin: 0;
}
.categoria-header {
    padding: 20px 20px;
    background-color: #e1e1e1;
    border-bottom: 0px;
}
.categoria-header h3 {
    font-weight: 600;
    margin: 0.8rem 0;
    position: relative;
    color: #005282;
    padding:0;
    margin:0;
}
.categoria-header h3 small {
    text-transform: none;
    color: #405a70;
}
.riga-corso a {
    font-size: 1.25rem;
}
.link-generico {
    color: #405a70;
    text-decoration: none;
    transition: color 0.2s ease;
}
.link-generico:hover {
    color: #08c;
    text-decoration: none;
}
.nav.nav-tabs{
  margin-top: -94px;
  border-bottom: 0px;
}
@media all and (max-width: 480px) {
    .nav.nav-tabs{
      margin-top: -44px;
      border-bottom: 0px;
    }
    .riga-corso, .categoria-header {
        padding: 20px 10px;
        margin: 0;
    }
    .riga-corso a, .categoria-header h3{
        font-size: 0.95rem;
    }
    .row.display-flex-center + .row.display-flex-center {
        margin-top: 24px !important;
    }
    .col-12.col-md-6:not(:first-child) {
        margin-top: 24px !important;
    }
}
.sticky-element {
    position: sticky;
    top: 60px;
    z-index: 1000;
    margin-top: 0;
}
.sticky-filtri-corsi {
    position: sticky;
    top: 0;
    z-index: 900;
    background: #DBE473;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 0px 0px;
    min-height: 60px;
    border-radius: 5px 5px 0px 0px;
}
.categoria-header.sticky-element {
    z-index: 1000;
}
@media (max-width: 768px) {
    .sticky-element {
        top: 110px;
    }
    .sticky-filtri-corsi {
        position: static !important;
        top: auto !important;
    }
}
@media (max-width: 991.98px) {
    .sticky-filtri-corsi .col-4,
    .sticky-filtri-corsi .col-3,
    .sticky-filtri-corsi .col-md-3,
    .sticky-filtri-corsi .col-md-2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 10px;
    }
    .sticky-filtri-corsi .form-control,
    .sticky-filtri-corsi button {
        width: 100%;
    }
}
p.ptags.giallo span {
    background-color: #DBE473;
    color: #005282;
}
body, p, div, span, a, li, ul, ol, table, td, th, label, input, select, textarea {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #005282;
    font-family: 'Arvo', serif;
    font-weight: 400
}
.alternative-font {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
h1 strong, h2 strong, h3 strong {
    background-color: #DBE473;
    padding-left:3px;
    padding-right:3px;
}
.img-corso-catalogo {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    margin-right: 10px;
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 180px;
}
.hero-title {
    font-size: 3.5rem;
}
.center-text {
    text-align: center;
}
@media (max-width: 767px) {
    .img-desktop { display: none !important; }
    .img-mobile { display: block !important; }
}
@media (min-width: 768px) {
    .img-desktop { display: block !important; }
    .img-mobile { display: none !important; }
} 