.wrapper {
  /* perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll; */
}

.secoes {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.row.secao-texto-foto {
  padding: 30px 15px;
}

.secao-texto-foto .col-texto {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.secao-texto-foto .col-imagem {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.secoes.full {

}

.secoes.esconder {
  display: none;
}

.secoes .owl-theme .item {
  position: relative;
}

.secoes .owl-theme .owl-nav {
  position: absolute;
  color: #FFF;
  font-size: 100px;
  top: calc(50% - 100px);
  z-index: 1;
  width: 100%;
}

.secoes .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  color: #FFF;
  text-shadow: 2px 2px 2px #006437;
}

.secoes .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  color: #FFF;
  text-shadow: 2px 2px 2px #006437;
}

.containers-boxes a {
  color: #006437;
}

.video-container {
  width: 100%;
  clear: both;
}

@media (max-width: 767px) {
  .secao-texto-foto .col-texto {
    padding-bottom: 30px;
  }
}
