﻿/*#||###############################################*/
/*# STILI MULTISCHERMO #############################*/
/*#||###############################################*/
footer { position: relative; z-index: 1; }
    /*#||###############################################*/
    /*#|LOGHI INIZIALI|#################################*/
    footer .logo { padding: 2rem 0; }
        footer .logo a img { display: inline-block; height: 4.5rem; filter: saturate(0) brightness(10); padding: 1rem 3rem; margin: 1.5rem 0; }
            footer .logo a img:first-child { border-right: solid 1px #fff; filter: none; height: 7rem;}
    /*#||###############################################*/
    /*#|SEDI|###########################################*/
    footer .sedi { margin: 2rem auto; }
        footer .sedi .item { }
            footer .sedi .item .nome { margin-top: 1rem; }
            footer .sedi .item .sep_line { margin: 1rem auto; }
            footer .sedi .item a { margin-bottom: 1rem; }
            footer .sedi .item .brands {  }
            footer .sedi .item .brands .flx_itm { aspect-ratio: 3/2; position: relative;}
            footer .sedi .item .brands .flx_itm img { width: 80%; height: 80%; }
    /*#||###############################################*/
    /*#|VALUTAZIONI|####################################*/
    footer .valutazioni { margin: 2rem auto; padding-top: 2rem; padding-bottom: 2rem; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; }
        footer .valutazioni .flx_itm { }
            footer .valutazioni .flx_itm .logo { height: 8rem; aspect-ratio: 2/1; }
                footer .valutazioni .flx_itm .logo img { width: 90%; height: 90%; object-fit: contain; }
            footer .valutazioni .flx_itm .stars { color: #E9D200; }
                footer .valutazioni .flx_itm .stars i { }
            footer .valutazioni .flx_itm .voto { }
                footer .valutazioni .flx_itm .voto strong { }
/*#||###############################################*/
/*#|CHIUSURA|#######################################*/
    footer .end_credits { padding: 2rem 0 8rem 0; margin-top: 2rem; border-top: solid 1px #ccc; }
        footer .end_credits .flx_itm a  { display: block; width: 100%; }
        footer .end_credits .flx_itm a img { height: 2rem; width: initial; vertical-align: middle;}
.link_ivass {
    color: #034798;
    text-decoration: none;
    font-weight: 500;
    background-image: linear-gradient(#034798, #034798);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s ease;
    font-size: 17px !important;
}
    .link_ivass:hover {
        color: #034798;
        text-decoration:auto;
        background-size: 40% 1px;
    }

/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi DESKTOP --------*/
@media (min-width: 769px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi PORTABLE -------*/
@media (max-width: 768px) {
    /*#||###############################################*/
    /*#|SOCIALS|########################################*/
    footer .socials a.w4 { flex: 0 1 25%; }
    /*#||###############################################*/
    footer .sedi .mappa img.map_1 { filter: blur(0); }
    /*#||###############################################*/
}
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI ESCLUSIVI GRANDI SCHERMI -----------------*/
@media (min-width: 1281px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI SCHERMI MEDI --------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI PICCOLI SCHERMI --------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI TABLET -----------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI MOBILE -----------------------------------*/
@media (max-width: 480px) {
    /*#||###############################################*/
    footer .logo a img { height: 5rem; }
    footer .logo a img:first-child { border-right: none; border-bottom: solid 1px #fff; }
    footer .sedi p, footer .sedi .mappa .btn_01 { position: relative; top: unset; left: unset; bottom: unset; }
    footer .sedi .mappa img { width: 100%; }
        footer .sedi .mappa img.map_1 { z-index: 1; filter: none; }
    /*#||###############################################*/
}
/*--------------------------------------------------*/
