/* FOLHA DE ESTILO - MÓDULO MEIAS AVENTURAS */
@font-face { font-family: "LatoReg"; src: url("Lato-Regular.ttf"); }
@font-face { font-family: "LatoBold"; src: url("Lato-Bold.ttf"); }

.nma_home_container { display: flex; align-items: center; justify-content: center; }

.nma_s3 {
  position: relative;
}
.nma_s3 .texto {
  padding: 0 80px;
  width: 60%;
}
.nma_s3 .projeto_img_barbante {
  position: absolute;
  top: 153px;
  left: 8px;
}
.nma_s3 .projeto_img_feijoes {
  position: absolute;
  top: 325px;
  left: 12px;
}
.nma_s3 .projeto_img_elementos {
  float: right;
  height: 280px;
}
.nma_s3 .projeto_img_elementos_mobile {
  background-image: none;
  padding-bottom: 5px;
}