@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i");
#header_cofi,
#header_cofi_mobile {
    height: 60px;
    background-color: var(--ab-bg-color);
    color: rgb(255, 255, 255);
    font: 600 14px/18px "Titillium Web";
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
}

#footer_cofi {
    height: 30px;
    background-color: rgb(48, 55, 61);
    color: rgb(255, 255, 255);
    font: 600 14px/18px "Titillium Web";
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 4px;
}

#header_cofi .brand,
#header_cofi_mobile .brand,
#footer_cofi .brand {
    padding-left: 0px;
}

#header_cofi .brand-name,
#header_cofi_mobile .brand-name {
    margin-left: 20px;
    position: fixed;
    top: 0px;
}

#footer_cofi .brand-name {
    margin-left: 10px;
    position: fixed;
    bottom: 10px;
}

#header_cofi h1,
#header_cofi_mobile h1,
#footer_cofi h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.54px;
    line-height: 38px;
}

#header_cofi h2,
#header_cofi_mobile h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
}

#header_cofi .social,
#header_cofi_mobile .social,
#footer_cofi .social,
#popup_footer_cofi .social {
    font-size: 16px;
    font-weight: 400;
}

#header_cofi .social .pre,
#header_cofi_mobile .social .pre,
#footer_cofi .social .pre,
#popup_footer_cofi .social .pre {
    margin-right: 8px;
    vertical-align: middle;
}

#header_cofi .circle-icon,
#header_cofi_mobile .circle-icon {
    background: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 5px;
}

#header_cofi .social svg,
#header_cofi_mobile .social svg {
    width: 14px;
    height: 14px;
    fill: var(--ab-bg-color);
}

#header_cofi .social a,
#header_cofi_mobile .social a {
    color: var(--ab-bg-color);
    margin-left: 5px;
}

#popup_footer_cofi .circle-icon {
    background: rgb(101, 219, 222);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 8px;
}

#popup_footer_cofi .social svg {
    width: 24px;
    height: 24px;
    fill: rgb(48, 55, 61);
}

#popup_footer_cofi .social a {
    color: rgb(48, 55, 61);
    margin-left: 8px;
}

#header_cofi .nome-app,
#header_cofi_mobile .nome-app {
    line-height: 38px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    right: 20px;
    top: 30px;
}

#header_cofi .left,
#header_cofi_mobile .left,
#footer_cofi .left {
    float: left !important;
}

#header_cofi .right,
#header_cofi_mobile .right,
#footer_cofi .right {
    float: right !important;
}

#popup_footer_cofi {
    overflow-y: auto;
    background-color: rgb(48, 55, 61);
    color: rgb(255, 255, 255);
    font: 400 16px/18px "Titillium Web";
    /* padding: 20px; */
    top: auto;
    bottom: 0px;
}

#popup_footer_cofi .block {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
}

#popup_footer_cofi a {
    color: rgb(101, 219, 222);
    text-decoration: underline;
    font-weight: 700;
}

#popup_footer_cofi h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 2px;
}

#popup_footer_cofi .brand-name {
    font-size: 24px;
    margin-left: 24px
}

#popup_footer_cofi .sezione-content {
    margin-left: 16px;
}

#popup_footer_cofi #svgRSS {
    fill: rgb(101, 219, 222);
    /* margin-top: 32px;
        margin-left: 10px; */
}

@media (min-width: 768px) {
    #container_footer_cofi {
        width: 720px;
        margin: 0 auto;
    }
}

@media (min-width: 1280px) {
    #container_footer_cofi {
        width: 1248px;
    }
}

@media (min-width: 1440px) {
    #container_footer_cofi {
        width: 1248px;
        margin: 0 auto;
    }
}

#header_cofi_mobile {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

#header_cofi_mobile h1 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    text-align: right;
}

#popup_footer_cofi h2 {
    font-size: 24px;
}