footer { position: relative; text-align: left; color: var(--white); font-size: var(--size-sm);}
footer a { color: var(--white); letter-spacing: 10%; }
.footer-menu { display: flex; flex-wrap: wrap; }
.footer-wrap { margin: 0 auto; display: flex; align-items: stretch; justify-content: space-between;}
.footer-menu { margin-top: 40px; }
footer:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: linear-gradient(0deg, rgba(10, 46, 78, 0.85) 0%, rgba(10, 46, 78, 0.85) 100%), url('../../images/bg/footer_bg.jpg') lightgray 50% / cover no-repeat; }
.footer-menu a { padding-bottom: 5px; margin: 0 20px 0 0; text-transform: uppercase; border-bottom: 1px solid var(--white); font-weight: normal; }
.footer-menu .varlink { display: inline-block; }
footer .col { padding: 60px 15px;  }
footer .col:first-of-type { padding-left: 90px; }
.footer-logo { margin-bottom: 30px; }
.col.footer-contacts { padding: 60px; background-color: var(--color6); min-width: calc(100% / 3); display: flex; gap: 25px; flex-direction: column; }
.col.footer-contacts .title { color: var(--color3); display: flex; align-items: center; gap: 10px; font-weight: var(--font-weight-medium); }
.col.footer-contacts .title:before { font-family: var(--font-icon); color: var(--white); font-size: var(--size-md); font-weight: var(--font-weight-light); }
.col.footer-contacts .booking-title:before { content: '\f562'; }
.col.footer-contacts .clients-title:before { content: '\f2b5'; }
.col.footer-contacts .newsletter-title:before { content: '\f1d8'; }
.col.footer-contacts .col { padding: 0; letter-spacing: 10%; }
#socialnet { padding-top: 20px; border-top: 1px solid var(--white); display: flex; align-items: center; gap: 10px; font-size: 0; }
#socialnet .social a:before { font-family: var(--font-icon-alt); font-size: var(--size-md); }
.facebook a:before { content: '\f09a'; }
.instagram a:before { content: '\f16d'; }
.youtube a:before { content: '\f167'; }

#hotel_certificates .varscript { padding: 40px 15px 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }

/* FORM NEWSLETTER */
#varsimple_newsletter { cursor: pointer; }
.newsletter_form { width: 100%; max-width: 560px; display: none; }
.newsletter_form.fired { display: block; }
.newsletter_form form .caption-fields .field { width: 100%; }
.newsletter_form #showprivacy .privacy_field .show_privacy a { color: var(--white); }


/* SPECIFICO PER HOMEPAGE */
.body_home footer { margin-top: 180px; }
/*PARTNERS */
#partners { display: flex; align-items: center; gap: 30px; justify-content: center; list-style-type: none; padding: 30px 15px; }
#bando { padding: 40px 15px; background-color: var(--light-grey); text-align: center; }
#bando img { mix-blend-mode: darken; }

