/**
 * gruppo-gabeca03.php - versione editoriale corporate
 * Palette Marcello Gabana Holding
 */

body.gruppo-gabeca03 {
  /*background-color: #F7F4F1;*/
  background-color: #fff;
}

body.gruppo-gabeca03::before {
  background: url('../immagini/gelab-bg-tech-network.svg') no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}

.section-gruppo-gabeca-editoriale {
  background-color: transparent;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}

.section-gruppo-gabeca-editoriale .my--container-80 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-logo-holding-editoriale {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EABA8A;
}

.div-logo-holding-editoriale img {
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

.div-testo-gabeca-editoriale {
  max-width: 52ch;
  margin: 0 auto;
}

.div-testo-standard.div-testo-gabeca-editoriale h3:first-of-type {
  color: #EF7D00;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.div-testo-gabeca-editoriale h2 {
  color: #1E1E1E;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 36px;
  text-transform: none;
  font-weight: 500;
}

.div-testo-gabeca-editoriale p {
  color: #5F5F5F;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 28px;
}

.div-testo-gabeca-editoriale p:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
  .div-logo-holding-editoriale {
    margin-bottom: 40px;
    padding-bottom: 32px;
  }

  .div-logo-holding-editoriale img {
    max-width: 280px;
  }

  .div-testo-gabeca-editoriale {
    max-width: none;
    padding: 0 8px;
  }

  .div-testo-gabeca-editoriale h2 {
    font-size: 1.6rem;
  }
}
