.boxlink {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 20px;
    width: 99%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.boxnewsletter {
    border: 1px solid #e1e1e1 !important;
    background: #f2f2f2;
    padding: 2px;
}

.close {

    border: 0px;
}

.header-light .navbar-nav .nav-link {
    color: #005078;
}

.bg-yellow,
.btn-yellow {
    background-color: #DC1E1E !important;
}

.min-height-370 {
    min-height: 370px;
    display: flex;
    flex-direction: column;
}

.interactive-banner-style-08 figure:hover figcaption .circle-box {
    background-color: #DC1E1E !important;
    color: #ffffff;
}

.text-cblue {
    color: #005078 !important;
}

.bg-cblue {
    background-color: #005078 !important;
}

.text-cblue2 {
    color: #1E3238;
}

.bg-cblue {
    background-color: #005078;
}

.h-140px {
    height: 140px !important;
}

.btn.btn-large.btn-rounded.btn-c {
    padding: 18px 5px 18px 20px;
}

#alertsArea {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100%;
}

#alerts {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.chisiamoimg {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.cosafacciamoimg {
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.mxh-40px {
    max-height: 40px !important;
}

.img-container {
    width: 180px;
    height: 180px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-container img {
    max-width: 70%;
    max-height: 70%;
}

.citazione {
    font-size: 4rem;
    color: #FF0000;
    position: absolute;
    left: -1px;
}

.citazione2 {
    font-size: 4rem;
    color: #FF0000;
    position: absolute;
    left: 30px;
}

.custom-cursor .circle-cursor-inner,
.custom-cursor .circle-cursor-outer {
    display: none !important;
}

.archivio-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.newsletter-title {
    max-height: 150px;
    min-height: 150px;
}

.back-to a:hover,
.back-to a {
    color: #7c898d;
}

.tag-cloud a {
    border-color: #003399;
    color: #003399;
    font-weight: bold;
}

.tag-cloud a:hover,
.tag-cloud a.active {
    background-color: #003399;
    color: #ffffff;
    font-weight: bold;
}

@media (max-width: 576px) {
    .chisiamoimg {
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .xs-mxh-30px {
        max-height: 30px !important;
    }

    .citazione {
        font-size: 4rem;
        color: #FF0000;
        position: absolute;
        left: 7px;
    }

    .citazione2 {
        font-size: 4rem;
        color: #FF0000;
        position: absolute;
        left: -15px;
    }
}

@media (max-width: 992px) {
    .sm-fs-65 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}