:root {
    --Site-Text: #000000;
    --Primary-Dark-Orange: #DD5F36;
    --Primary-Light-Orange: #fdf6f0;
    --Primary-Dark-Blue: #1D3F63;
    --Primary-Light-Blue: #548199;
}

a {
    text-decoration: none;
}

body {
    padding-top: 40px;
}

body.interna {
    padding-top: 140px;
}

*:focus {
    outline: 0;
    box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

*:not(.fa) {
    font-family: "Rubik", sans-serif;
}

p,
li,
div,
span {
    color: #1D3F63;
    font-weight: 400;
    font-size: 16px;
}

.btn-cta {
    border-radius: 0;
    padding: 11px 33px;
    font-size: 17px;
    font-weight: 600;
}

.btn_1 {
    background-color: var(--Primary-Dark-Orange);
    border: 3px solid var(--Primary-Dark-Orange);
    color: #ffffff;
}

.btn_1:hover {
    background-color: var(--Primary-Light-Blue);
    border: 3px solid var(--Primary-Light-Blue);
    color: #ffffff;
}

.modal.show .modal-dialog{
    margin-top: 10%;
}

/* ********************** */

#menuApp {
    width: 100%;
    z-index: 99;
    align-items: center;
    display: flex;
    position: fixed;
    top: 40px;
    height: 80px;
}

#menuApp.nav-sticky {
    background-color: var(--Primary-Light-Orange);
}

#menuApp ul li {
    display: inline;
    margin-right: 35px;
    padding-bottom: 0;
}

#menuApp ul li a {
    color: var(--Site-Text);
    font-size: 14px;
    font-weight: 600;
}

#menuApp ul li.active a,
#menuApp ul li:hover a {
    cursor: pointer;
    color: var(--Primary-Dark-Orange);
    border-bottom: 2px solid var(--Primary-Dark-Orange);
}

#menuApp ul li:last-of-type {
    margin-right: 0px;
}

#menuApp ul {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

#menuApp #logoMenuApp {
    max-height: 50px;
}

#menuApp.interna {
    background-color: var(--Primary-Light-Orange);
    background-image: url(../images/img_header_cntt_mobile@2x.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-top: 0;
}

/* ********************** */

#hero {
    position: relative;
    z-index: 9;
    width: 100%;
    background: var(--Primary-Light-Orange);

    position: relative;
}

#hero #hero-content {
    padding: 20px 0;
    padding-top: 80px;
}

#hero #hero-mobile {
    margin-top: -135px;
    margin-bottom: 20px;
}

#hero hr {
    height: 2px;
    background-color: var(--Primary-Dark-Blue);
    opacity: 1;
}

#hero .percorso {
    color: var(--Primary-Dark-Blue);
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 20px;
}

/* ********************** */

.card.card-article {
    background-color: #ffffff;
    border-radius: 0;
    border: 5px solid var(--Primary-Dark-Orange);
    margin-bottom: 15px;
}

.card.card-article .card-section {
    padding: 19px 30px;
    color: #ffffff;
    background: var(--Primary-Dark-Orange);
    font-size: 30px;
    font-weight: 400;
}

.card.card-article .card-body {
    padding: 30px 25px;
    position: relative;
}

.card.card-article .card-body .card-title {
    font-size: 25px;
    line-height: 34px;
    color: var(--Primary-Dark-Blue);
    font-weight: 500;
    min-height: 150px;
}

.card.card-article .card-body .box-cta {
    width: 100%;
    margin-top: 30px;
}

/* ********************** */

#rcp {
    background: var(--Primary-Light-Blue);
}

#rcp .box-rcp {
    width: 95%
}

#rcp .box-rcp .rcp-title {
    color: #ffffff;
    font-size: 30px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 500;
}

#rcp .box-rcp .rcp-arrow {
    max-width: 30px;
    margin-left: 15px;
}

#rcp .btn-cta {
    font-size: 20px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 400;
}

/* ********************** */

footer {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #ffffff;
    border-top: 10px solid var(--Primary-Light-Orange);
}

footer .separator {
    width: 20px;
    display: inline-block;
}

footer a {
    color: var(--Site-Text);
    font-size: 14px;
}

/* ********************** */

#modalCrediti {
    top: 60px;
}

/* ********************** */

.article-title,
.section {
    font-size: 25px;
    line-height: 28px;
    color: var(--Primary-Light-Blue);
    font-weight: 600;
}

.article-cate {
    color: var(--Primary-Dark-Blue);
    font-size: 26px;
    font-weight: bold;
}

.article-biblio-title {
    font-size: 20px;
    line-height: 40px;
    color: var(--Primary-Light-Blue);
    font-weight: 600;
}

.article-biblio,
.article-biblio * {
    font-size: 15px;
    line-height: 23px;
}

.article-attached a {
    color: var(--Primary-Dark-Blue);
    font-weight: bold;
}

.not-logged {
    color: var(--Site-Text);
    font-size: 21px;
    line-height: 20px;
    margin: 60px 0 60px 0;
}

.bootbox-close-button.close {
    margin-top: 0 !important;
    float: right;
    background: transparent;
    border: 0;
}

/* ********************** */

@media (min-width: 768px) {
    body.interna {
        padding-top: 185px;
    }

    #hero {
        position: relative;
        display: flex;
        align-items: center;
    }

    #hero #hero-content {
        position: absolute;
        width: 100%;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    #hero .percorso {
        font-size: 20px;
        line-height: 27px;
    }
}