body {
    color: #0D2149;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    background: #F5F5FA;
}

.toFixFooterCont {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.toFixFooterContBody {
    flex: 1;
}


.d-flex {
    display: flex;
}



.dynamicBanner {
    position: relative
}

header.main-head {
    margin: 30px 0;
}

.homeBlock {
    margin-top: 70px;
    margin-bottom: 90px;
}

.homeBlock .row {
    margin-bottom: 50px;
}

/* homepage slider */
.sliderBig {
    visibility: hidden;
}

.sliderBig p {
    color: #0D2149;
    font-size: 18px;
}

.bx-wrapper .bx-pager {
    text-align: right;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

/* footer */
footer.main-footer {
    color: #F5F5FA;
    font-size: 13px;
    border-radius: 32px 32px 0px 0px;
    padding-top: 60px;
    padding-bottom: 70px;
    background: #0D2149;
}

footer.main-footer a {
    color: #F5F5FA;
}

footer.main-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer.main-footer ul li {
    text-transform: uppercase;
    margin-top: 10px;
}




/* tipografia */
h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #0D2149
}

h1 {
    font-size: clamp(36px, 7vw, 96px);
    font-weight: 600;
}

h2, h1.h1small {
    font-size: clamp(46px, 5vw, 56px);
    margin-bottom: 50px;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #EE747E
}
a {
    color: #8FAFE0
}



/* squaredImage */
.squaredImage {
    position: relative;
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
}

.squaredImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}





/* cookie */
.cookie-hide {
    border: none;
    background: none;
}

.cookie-warn-in {
    text-align: left;
    top: inherit;
    left: inherit;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 32px 32px 0px 0px;
    background: #FEEBEC;
}

.cookie-warn-block h4 {
    font-weight: 600;
}

.cookie-warn-block label,
.cookie-warn-block a{
    color: #0D2149;
}



/* pulsanti */
.btn {
    font-size: 18px;
    border-radius: 30px;
    border: none;
    text-shadow: none;
    padding: 16px 24px;
}


.btn.btn-default {
    color: #fff;
    background: #EE747E;
}


/* news */
.homeNewsTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.entry-title {
    color: #0D2149;
    font-size: 24px;
    display: block;
    margin-top: 15px;
}





.filterNews {
    margin-bottom: 30px;
}

.elencoNews {
    margin-bottom: 100px;
}

.customNews {
    margin-bottom: 40px;
}

.singleNews {
    display: block;
    margin-bottom: 35px;
}

.singleNews:hover {
    text-decoration: none;
}

.testoNews {
    margin-bottom: 20px;
}








/* filtri news */
.custom-area {
    color: #ee747e;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    border-radius: 40px;
    margin-bottom: 20px;
    background: #FEEBEC;
}

.custom-area.area-selected {
    font-weight: 700;
}

.custom-area:hover {
    color: #ee747e;
    font-weight: 700;
    text-decoration: none;
}









.text-made {
    text-align: right;
}

.pagination li a {
    background: none;
    border: none;
    color: #264E8C;
}
.pagination li.active a {
    background: none;
    border: none;
    color: #264E8C;
    font-weight: 600;
}




.customCheckbox, .customRadio {
    border: solid 1px #fff;
}

.customCheckbox.disab span.cchecked, .customRadio.disab span.cchecked {
    background-color: #9cd3c5;
}

.customCheckbox span.cchecked, .customRadio span.cchecked {
    background-color: #264e8c;
}



.form-group label {
    font-weight: normal
}

.form-group input,
.form-group textarea {
    border-radius: 10px;
    border: none;
    padding: 12px;
    min-height: 50px;
}



/* ---------- Notifiche --------- */
.notification {
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    overflow: hidden;
    background: #333;
}

.openCloseNotification {
    display: none;
}


/* pop up home */
.popup-home {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 0;
    right: 0;
    background: #000000a6;
}

.popup-home-in {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}

.popup-home-block {
    background: #fff;
    padding: 40px;
}



/* ---------- MEDIA QUERY --------- */
@media (min-width: 768px) {
}

@media (min-width: 1201px) {
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {

    .singleText {
        position: inherit !important;
        width: 100% !important;
    }



    .text-made {
        text-align: left;
    }
}

@media (max-width: 480px) {
    header.main-head img {
        height: 80px;
    }


    /* Notifiche */
    .notificationContent {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .notification .openCloseNotification {
        height: 11px;
        display: block;
        margin-bottom: 10px;
        background: url('../img/notification-arrow.png') no-repeat bottom center;
    }

    .notification .openCloseNotification.chiudi {
        background: url('../img/notification-arrow.png') no-repeat top center;
    }
}
