a {
    text-decoration: none;
}

body {
    padding-top: 40px;
}

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

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

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

*:not(.fa) {
    font-family: "Work Sans", 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: #4399c1;
    border: 3px solid #4399c1;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn_1:hover {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    color: #4399c1;
}

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

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

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

#menuApp.nav-sticky {
    background-color: #fff3f0;
}

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

#menuApp ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 6px;
}

#menuApp ul li.active a,
#menuApp ul li:hover a {
    cursor: pointer;
    color: #000000;
    border-bottom: 10px solid #BE2C2F;
}

#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-image: url(../images/img_header_mobile.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 0;
}

@media (min-width: 768px) {
    #menuApp.interna {
        background-image: url(../images/img_header_desktop.png);
    }
}

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

#hero {
    width: 100%;
    position: relative;
}

#hero #logo {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero #title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

#hero #title hr {
    height: 10px;
    width: 50px;
    background: #A43981;
    opacity: 1;
}

#hero #title h1 {
    color: #A43981;
    font-size: 22px;
    line-height: 24px;
}

#hero #logo img {
    max-width: 294px;
}

@media (min-width: 768px) {
    #hero #logo img {
        max-width: 185px;
    }
}

@media (min-width: 1200px) {
    #hero #title {
        bottom: 100px;
    }

    #hero #logo img {
        max-width: 335px;
    }
}

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

.card.card-article {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #4399C1;
    border: 5px solid #4399C1;
}

.card.card-article .card-section {
    padding: 19px 30px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

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

.card.card-article .card-body .card-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    min-height: 150px;
}

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

.card.card-article .btn {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    color: #4399c1;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.card.card-article .btn:hover {
    background-color: #4399c1;
    border: 3px solid #4399c1;
    color: #ffffff;
}

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

#rcp {
    background: #be2c2f;
}

#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: 25px;
    padding-bottom: 25px;
    border-bottom: 10px solid #123224;
    background-color: rgb(18 50 36 / 10%);
}

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

footer a {
    color: #000000;
    font-size: 14px;
}

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

#modalCrediti {
    top: 60px;
}

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

.article-title,
.section {
    font-size: 25px;
    line-height: 28px;
    color: #4399C1;
    font-weight: 600;
}

.article-cate {
    color: #123224;
    font-size: 26px;
    font-weight: bold;
}

.article-biblio-title {
    font-size: 20px;
    line-height: 40px;
    color: #4399C1;
    font-weight: 600;
}

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

.article-attached a {
    color: #4399C1;
    font-weight: bold;
}

.not-logged {
    color: #000000;
    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;
}