@font-face {
    font-family: YorktenSlabNormRegular;
    src: url(../fonts/YorktenSlabNormRegular.otf);
}

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: 'Open Sans', sans-serif;
}

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

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

.btn_1 {
    background-color: #ffffff;
    border: 3px solid #256BA2;
    color: #256BA2;
}

.btn_1:hover {
    background-color: #256ba2;
    color: #ffffff;
}

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

#menuApp {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 99;
    align-items: center;
    display: flex;
    padding-top: 20px;
}

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

#menuApp ul li a {
    color: #143239;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

#menuApp ul li.active,
#menuApp ul li:hover {
    cursor: pointer;
    color: #143239;
    border-bottom: 2px solid #00B0AD;
}

#menuApp.interna {
    background-color: #e5f5f5;
    background-image: url(../images/img_header_cntt_mobile@2x.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-top: 0;
    min-height: 120px;
}

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

#hero {
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
    padding-top: 50px;
    background: #e5f7f7;
}

#hero .heroContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: unset;
    background: transparent;
    padding-top: 110px;
}

#hero hr {
    height: 2px;
    background-color: #143239;
    opacity: 1;
}

#hero .percorso p {
    color: #143239;
    font-size: 15.5px;
    line-height: 20px;
    font-family: YorktenSlabNormRegular;
    font-weight: bold;
}

#hero .logo-hero {
    width: 98%;
    margin: 10px auto;
    display: block;
}

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

.card.card-article {
    background-color: #ffffff;
    border: 0;
    border-radius: 47px;
    min-height: 350px;
}

.card.card-article .card-section {
    padding: 19px 30px;
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #ffffff;
    font-size: 26px;
    font-family: YorktenSlabNormRegular;
    font-weight: bold;
}

.card.card-article .card-body {
    background: rgb(37 107 162 / 50%);
    padding: 30px 25px;
    position: relative;
}

.card.card-article .card-body .card-title {
    font-size: 24px;
    line-height: 34px;
    color: #256ba2;
    font-weight: 700;
}

.card.card-article .card-body .box-cta {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

/* ********************** */
#rcp {
    background: #00B0AD;
}

#fasciaBG {
    background: #00B0AD;
    min-height: 100px;
}

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

#rcp .box-rcp .rcp-title {
    color: #ffffff;
    font-size: 30px;
    margin-top: 3px;
    margin-bottom: 0;
    font-family: YorktenSlabNormRegular;
    font-weight: bold;
}

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

#rcp .btn-cta {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

/* ********************** */
footer {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: rgb(37 107 162 / 10%);
}

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

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

footer .logootsuka {
    height: 59px;
}

/* ********************** */
#modalCrediti {
    top: 60px;
}

/* ********************** */
.article-title,
.section {
    font-size: 25px;
    line-height: 28px;
    color: #00B0AD;
    font-weight: 600;
}

.article-cate {
    color: #256ba2;
    font-size: 26px;
    font-family: YorktenSlabNormRegular;
    font-weight: bold;
}

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

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

.article-attached a {
    color: #256ba2;
    font-family: YorktenSlabNormRegular;
    font-weight: bold;
}

.not-logged {
    color: #143239;
    font-size: 21px;
    line-height: 20px;
    font-family: YorktenSlabNormRegular;
    margin: 60px 0 60px 0;
}

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

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

#login_bar {
    background-color: #00B0AD;
    position: fixed;
    top: 0;
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    text-align: right;
    z-index: 999;
}

#login_bar * {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

#login_bar .sep {
    margin: 0 20px 0 10px;
    display: inline;
}

#login_bar .logout {
    height: 17px;
}

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

@media (min-width: 500px) {
    #hero .heroContent {
        padding-top: 140px;
    }
}

@media (min-width: 576px) {
    #hero .heroContent {
        padding-top: 180px;
    }

    #menuApp .logootsuka {
        height: 60px;
    }
}

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

    #menuApp.interna {
        height: 147px;
        background-image: url(../images/img_header_cntt_desktop@2x.jpg);
        background-size: auto 100%;
    }

    #hero {
        padding-top: 0;
    }

    #hero .heroContent {
        height: 100%;
        padding-top: 25px;
    }

    #hero .logo-hero {
        width: 55%;
        margin: 40px 0 10px 0;
        display: block;
    }

}

@media (min-width: 992px) {

    #hero .heroContent {
        padding-top: 100px;
    }

    #hero .percorso p {
        font-size: 21px;
        line-height: 25px;
    }

    #hero .logo-hero {
        width: 60%;
        margin: 10px 0;
        display: block;
    }

    #menuApp .logootsuka {
        height: 93px;
    }
}

@media (min-width: 1200px) {
    #menuApp .logo {
        height: 93px;
    }

    #hero .logo-hero {
        width: 65%;
    }

    .article-title,
    .section {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (min-width: 1500px) {
    #hero .logo-hero {
        width: 75%;
    }
}

@media (min-width: 1800px) {
    #hero .logo-hero {
        width: 100%;
        margin: 10px 0;
        display: block;
    }
}