

/** foco-section **/

.foco-section{
  position: relative;
  overflow: hidden;
  padding: 170px 0px;
  background: var(--secondary-color);
}

.foco-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.06;
  mix-blend-mode: luminosity;
}

.foco-section .big-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 260px;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.foco-section .shape .shape-1{
  position: absolute;
  left: 8%;
  top: 18%;
  width: 88px;
  height: 97px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.foco-section .shape .shape-2{
  position: absolute;
  right: 10%;
  top: 22%;
  width: 79px;
  height: 87px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.foco-section .shape .shape-3{
  position: absolute;
  left: 14%;
  bottom: 14%;
  width: 88px;
  height: 97px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.foco-section .shape .shape-4{
  position: absolute;
  right: 14%;
  bottom: 18%;
  width: 60px;
  height: 63px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.foco-inner{
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.foco-inner .mini-kicker{
  margin-bottom: 30px;
}

.foco-quote{
  font-size: 30px;
  line-height: clamp(36px, 4.2vw, 60px);
  font-weight: 600;
  color: #fff;
}

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

  .foco-section{
    padding: 100px 0px;
  }

  .foco-section .shape > div{
    display: none;
  }

  .foco-section .big-text{
    font-size: 140px;
  }
}
