﻿a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

h1 {
    color: #f17841;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid #f17841;
    text-transform:uppercase;
}
    h1 span {
        border-bottom: 3px solid #f17841;
        display: inline-block;
    }
        h2 {
            font-size: 20px;
            font-weight: 700;
        }

h1 .btnBackCorsi {
    display: inline-block;
    font-size: 12px !important;
}

    h1 .btnBackCorsi span {
        border-bottom: none;
        line-height: 20px;
    }

.ErrorSpan {
    position: absolute;
    right: 20px;
    color: #ff0000;
    top: 35px;
    top: 13px;
}

.NomeCorso {
    background: linear-gradient( 0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    height: 50%;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    padding: 20px 30px;
}

    .NomeCorso span {
        z-index: 3;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        display: block;
        line-height: 22px;
    }

    .NomeCorso small {
        padding: 5px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        position: absolute;
        display: block;
        bottom: 35px;
        width: 80%;
        border-top: 1px solid #fff;
    }

    .NomeCorso p {
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        display: block;
        bottom: 0;
        width: 80%;
    }

.CorsoBox a {
    display: block;
}

.CorsoBox {
    max-height: 380px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 350px;
}

    .CorsoBox a img {
        width: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }

    .CorsoBox a:hover img {
        width: 110%;
    }

.Bg_Gray {
    background-color: #F2F2F2;
    padding: 30px;
    border-radius: 10px;
}

    .Bg_Gray h2 {
        padding-bottom: 10px;
    }

.ListStyle {
    margin: 0;
    padding: 0;
}

    .ListStyle li {
        list-style: none;
        padding: 0 0 10px 0;
    }

        .ListStyle li:before {
            font-family: 'Font Awesome 6 Free';
            font-style: normal;
            font-weight: 400;
            font-display: block;
            src: url("../Standard/media/fonts/@fortawesome/fa-regular-400.woff2") format("woff2"), url("../Standard/media/fonts/@fortawesome/fa-regular-400.ttf") format("truetype");
            content: "\f058";
            font-size: 15px;
            padding-right: 10px;
        }

p {
    line-height: 28px;
}

@media (max-width:760px) {
    .CorsoBox {
        height: 350px;
    }
}

@media (max-width:576px) {
    .CorsoBox {
        height: 200px;
    }
    .NomeCorso {
        height: 100%;
    }
    h1 .btnBackCorsi {
        display: block;
        text-align: center;
        font-size: 14px !important;
    }
    h2 .btn-primary {
        display: block;
    }
}
.fa_btn_IconOnly {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
    transition: color 0.6s ease-out 0s;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
    background-color: #f1f1f1 !important;
    color: #3370b0;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    border-radius: 0.2rem;
    text-align: center;
    margin: 0 auto;
}

.fa_btn_IconOnlySolid {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../Themes_Cibjo_v1/media/fonts/@fortawesome/fa-solid-900.woff2") format("woff2"), url("../Themes_Cibjo_v1/media/fonts/@fortawesome/fa-solid-900.ttf") format("truetype");
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
    transition: color 0.6s ease-out 0s;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
    background-color: #f1f1f1 !important;
    color: #3370b0;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    border-radius: 0.2rem;
    text-align: center;
    margin: 0 auto;
}
