.home .cta {
  position: relative;
}

.home .cta-content {
  padding: 30px 20px;
  background-color: white;
  border-bottom: 20px solid #F4AB6D;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home footer {
  margin-block-start: 0 !important;
}

/* OWL carousel testemunhos */
.home .owl-nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home .owl-nav span{
  font-size: 38px;
  line-height: 1.5;
  color: #aaa;
}

.home .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}

.home .owl-theme .owl-dots .owl-dot.active span,
.home .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.home .owl-stage-outer{
  width: calc(100% - 60px);
  margin: 0 auto;
}

.home .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
}

p.testemunho {
  max-width: 90ch;
}

/* OWL carousel testemunhos END */

.cta > .wp-block-image{
  max-height: 360px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .home .cta-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  
}