/* HEDER SECTION */

#phoneMenuPanel {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  z-index: 10;
  display: none;
  padding: 120px 20px 0 20px;
  color: white;
  overflow: hidden !important;

}

.phone-menu-content {
  width: 100%;
  top: 100vh;
  height: 100%;
  transition: top 0.25s ease-in;
  display: flex;
}

.phone-menu-toggled {
  display: flex !important;
}

.phone-menu-toggled .phone-menu-content {
  top: 0;
  display: flex;
  flex-direction: column;
}

.phone-menu-link {
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
  font-size: 2rem;
}

.header-container {
  width: 100%;
  background-color: white;
  display: flex;
  height: 95px;
  padding: 0 20px;
  flex-shrink: 0;
  position: fixed;
  z-index: 100;
}

.header-container * {
  z-index: 150 !important;
}

.header-logo {
  width: 60px;
  height: auto;
  color: var(--primary-color);
}

.header-hamburger {
  display: none;
  flex-direction: column;
  height: 30px;
  width: 30px;
  justify-content: space-around;
  cursor: pointer;

}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
}

.header-icon {
  height: 50px;
  width: 50px;
}

.header-icon .header-icon-svg {
  height: 30px;
  width: 50px;
  fill: none;
}

.header-dark-panel {
  position: absolute;
  top: -95px;
  height: 95px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  z-index: 110 !important;
  transition: top 0.35s ease-in-out;
}

.header-toggled * {
  color: white !important;
  stroke: white;
}

.header-toggled .hamburger-line {
  background-color: white;
}


.header-svg {
  height: 20px;
  fill: none;
  stroke: var(--primary-color);
}

.header-toggled>.header-dark-panel {
  top: 0;
  color: white;
}


.header-container .header-section {
  display: flex;
  flex: 1;
  align-items: center;
  z-index: 52;
}

.header-left>.header-link {
  margin-right: 20px;
}

.header-center {
  justify-content: center;
}

.header-right {
  justify-content: flex-end;
}

.header-right>.header-link {
  margin-left: 20px;
}


.header-section .header-link {
  font-family: var(--alt-font-family);
  font-size: var(--base-font-size);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
  text-decoration: none;
}

.header-section .active {
  text-decoration: underline !important;
}

/* END HEADER SECTION*/


/* SECTION STYLE*/

.main {}


#main-section {
  margin-top: 95px;
  ;
}


.section-container {
  width: 100%;
  padding: 40px;

}

.section-container .section {
  margin: auto;
  max-width: var(--max-width);
  display: flex;
}

.text-section {
  display: block;
  margin: auto;
  max-width: var(--max-width);
  font-size: var(--base-font-size);
  margin: 50px auto;
}

.section-container .section-fluid {
  margin: auto;
  width: 100%;
  display: flex;
}

.section-content {
  flex: 1;
  margin-right: 20px;
}

.section-title {
  font-size: var(--title-font-size);
  font-weight: 400;
  font-family: var(--alt-font-family);

}


.section-body {
  font-size: var(--base-font-size);

}

.section-cover {
  flex: 1;
  border: 1px solid red;
}


/*SAFE ZONE BEFORE FOOTER*/

.safe-zone-container {
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;

}

.safe-icon {
  padding: 10px;
}

.safe-icon img {
  height: 25px;
}

.safe-zone-title {
  text-align: center;
  font-size: var(--base-font-size);
}



/* FOOTER SECTION */


.footer-container {
  width: 100%;
  padding: 40px;
  background-color: var(--primary-color);
  color: white;
}

.footer-container .footer-section {
  margin: auto;
  max-width: var(--max-width);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

.footer-section .footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column-title {
  font-size: var(--base-font-size);
  font-family: var(--alt-font-family);
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--secondary-color);

}

.footer-column-links {
  display: flex;
  flex-direction: column;
}

.footer-column-links .footer-link {
  margin-bottom: 5px;
  font-size: var(--small-font-size);
  color: var(--secondary-color) !important;
}

.footer-link a {
  color: inherit;
  text-decoration: none;
}


.no-max-width {
  max-width: none !important;
}

.no-padding-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}




.immagine-fondo {
  width: 100%
}

.immagine-fondo img {
  width: 100%;
  height: auto;
  display: flex
}



@media only screen and (max-width: 600px) {

  .header-container {
    padding: 0;
    width: 100vw;
    padding: 0 20px;

  }

  .header-left {
    display: none !important;
  }

  .header-center {
    justify-content: space-between;
    width: 100%;


  }

  .header-hamburger {
    display: flex;

  }

  .header-right {
    display: none !important;
  }


  .section {
    padding: 20px;
  }

  .section-title {
    text-align: center;
  }




  .footer-section {
    flex-direction: column;
  }

  .footer-column {
    display: flex;
    width: 100%;
  }

  .footer-column-title {
    width: 100%;
    margin-top: 20px;
    font-size: var(--body-font-size) !important;
  }

  .footer-column-links {
    display: flex;
    flex-direction: row;
    font-size: var(--body-font-size) !important;
    margin-bottom: 10px;

  }

  .footer-link {
    margin-right: 20px;
  }

}