
/*ORIZZONTAL FOOTER*/
.cg-barra-superiore-footer-container{
    max-width: unset;
}

.cg-barra-superiore-footer-row{
    margin: 0;
    flex-direction: column;
}

.cg-barra-superiore-footer-legal{
    flex: unset;
    max-width: unset;
    padding: 0;
    margin: auto;
    width: unset;
    text-align: center;
    order: 1;
}

.cg-footer-sections{
    flex: unset;
    max-width: unset;
    padding: 0;
    margin: auto;
    width: unset;
    text-align: center;
    flex-direction: column;
}

.cg-barra-superiore-footer-legal .cg-footer-heading{
    margin: 15px 0;
    padding: 0;
}

.cg-barra-superiore-footer-legal .cg-flex-container{
    justify-content: center;}


.cg-barra-superiore-footer-legal .cg-footer-logo{
    margin: 10px 0;
}

.blocco-footer{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blocco-footer .cg-flex-container{
    flex-direction: row !important;
    justify-content: center;
    gap: 20px;
}

.barra-intermedia-footer{
    display: none;
}


/*ORIZZONTAL FOOTER*/



/* INIZIO FOOTER FISSO */

body.cg-internal-page.cg-footer-expanded {
  max-height: unset !important;
  height: unset !important;
  overflow-y: unset !important;
}

body.cg-internal-page.cg-footer-expanded main#panel {
  overflow-y: unset !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

body.cg-internal-page.cg-footer-expanded #cg-footer {
  position: relative;
  display: inline;
}

body.cg-internal-page.cg-footer-expanded #blocco-tasti-bottom {
  position: fixed;
}

body.cg-internal-page.cg-footer-expanded #nascondiFooter,
body.cg-internal-page.cg-footer-expanded #consultaFooter {
  display: none;
}

body.cg-internal-page.cg-footer-expanded footer#nascondifooter {
  display: block !important;
}

body.cg-internal-page.cg-footer-expanded #cg-top-button {
  z-index: 10000000;
}





/* FINE FOOTER FISSO*/


.cg-seo-header{
    display: none !important;
}




