html > *
{
    font-family: 'Poppins', sans-serif !important;
}

ol, ul
{
    padding-left: 0px !important;
}

strong
{
    font-weight: bold;
}

.cd-vertical-nav
{
    display: none;
}

.challenge-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #13ABA5;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    height: 75px;
    width: 550px;
    margin-top: 50px;
}

.challenge-btn:hover
{
    color: #FFFFFF;
}

.testo-sf > p
{
    font-size: 33px !important;
    color: #044441;
    line-height: 4.0rem;
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
}

.preview-image > .cd-project-title
{
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
}

.estratto-regolamento-title
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 64px;
    text-align: left;
    margin-bottom: 50px;
}


.estratto-regolamento > li
{
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 2.4rem;
}

.info
{
    color: #FFFFFF;
    font-size: 24px !important;
    line-height: 2.8rem;
}


.cd-nav-desktop
{
    display: none;
}

.cd-nav-mobile
{
    display: none;
}


.visible
{
    display: block;
}

.altezza-regolamento
{
    height: 100vh;
}

.short-description
{
    font-size: 24px !important;
}

.long-description
{
    font-size: 21px !important;
    margin-bottom: 20px;
}

.clicca-per-chiudere
{
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.regolamento-text
{
    line-height: 2.4rem;
}

.preview-image
{
    cursor: pointer;
}

.prev, .next
{
    border: 1px solid rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7);
    padding: 12px;
    transition: .3s;

}

.prev:hover
{
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    transition: .3s;
}

.next:hover
{
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    transition: .3s;
}




/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px)
{

    .clicca-per-chiudere
    {
        display: none;
    }

    .regolamento-text
    {
        font-size: 18px;
        line-height: 2.2rem;
    }

    .challenge-btn
    {
        font-size: 16px;
    }

    .testo-sf > p
    {
        font-size: 22px !important;
        line-height: 3.2rem;
        text-align: center;
        background-color: rgba(255, 255, 255, .8);
        padding: 20px;
    }

    .long-description
    {
        font-size: 20px !important;
    }

    .short-description
    {
        display: none !important;
    }

    .section-regolamento
    {
        height: auto !important;
    }

    .altezza-regolamento
    {
        height: auto;
    }


    .challenge-btn
    {
        width: 80%;
    }

    .estratto-regolamento-title
    {
        text-align: center;
        margin: 20px;
        font-size: 46px;
    }

    .preview-image > .cd-project-title
    {
        top: calc(25% - 20px);
        width: calc(90%);
        left: 5%;
    }
 
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px)
{

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px)
{

}