div.owl-carousel.carousel1E
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  .image {
  height: 450px !important;
}

div.owl-carousel.carousel1E
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  .item
  .item-content {
  position: absolute;
  height: 125px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0px;
  display: flex;
  align-items: center;
}

div.owl-carousel.carousel1E
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  .item
  p.titulo {
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  left: 10%;
  display: flex;
  flex-flow: column wrap;
  justify-content: left;
  text-align: left;
  justify-content: space-around;
  flex-basis: 55%;
  margin: 10px 0;
}

div.owl-carousel.carousel1E
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  .item
  .titulo
  a {
  font-size: 40px;
  line-height: 40px;
}

div.owl-carousel.carousel1E
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  p.chapeu {
  position: absolute;
  right: 10%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  background-color: #fff;
  font-size: 65px;
  font-family: "Montserrat", sans-serif !important;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

div.owl-carousel.carousel1E
  .owl-stage-outer
  .owl-stage
  .owl-item
  .teaser-featured
  p.chapeu::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 180px;
  height: 180px;
  background-color: transparent;
  border: 6px dotted #32c1db;
  border-radius: 100%;
  z-index: 101;
}

div.owl-carousel.carousel1E .owl-prev {
  position: absolute;
  bottom: 55%;
  left: 75px;
  transform: scale(7, 7);
  color: #fff !important;
}

div.owl-carousel.carousel1E .owl-next {
  position: absolute;
  bottom: 55%;
  right: 75px;
  transform: scale(7, 7);
  color: #fff !important;
}

div.owl-carousel.carousel1E .owl-next span,
.owl-carousel.carousel1E .owl-prev span {
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6);
}

div.owl-carousel.carousel1E .owl-next,
div.owl-carousel.carousel1E .owl-prev {
  color: rgba(255, 255, 255, 0.8) !important;
}

div.owl-carousel.carousel1E .owl-dots {
  display: none;
}

div.owl-carousel.carousel1E .owl-next:focus,
div.owl-carousel.carousel1E .owl-prev:focus,
div.owl-carousel.carousel1E .owl-next:hover,
div.owl-carousel.carousel1E .owl-prev:hover {
  outline: 0;
  background: none;
}

div.owl-carousel.carousel1E .owl-nav {
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .item
    .titulo
    a {
    font-size: 15px;
    line-height: 20px;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    p.chapeu {
    font-size: 22px;
    width: 90px;
    height: 90px;
    bottom: 8px;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    p.chapeu:after {
    width: 80px;
    height: 80px;
    border: 4px dotted #32c1db;
    right: 5px;
    bottom: 5px;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .image {
    height: 100% !important;
  }
  div.owl-carousel.carousel1E .owl-item img {
    object-fit: cover;
    height: 170px;
    object-position: left;
  }
  div.owl-carousel.carousel1E .owl-stage-outer {
    height: 170px;
  }
  div.owl-carousel.carousel1E .owl-prev {
    left: 8px;
    transform: scale(3, 3);
  }

  div.owl-carousel.carousel1E .owl-next {
    right: 8px;
    transform: scale(3, 3);
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .image {
    height: 300px !important;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .item
    .item-content {
    top: 110px;
    bottom: unset;
    height: 20%;
  }
}

@media screen and (min-width: 501px) and (max-width: 664px) {
  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .item
    .item-content {
    top: 162px;
    height: 15%;
    bottom: unset;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    div.owl-carousel.carousel1E
    .owl-item
    img {
    object-fit: cover;
    height: 170px;
    object-position: left;
  }
  div.owl-carousel.carousel1E .owl-stage-outer {
    height: 170px;
  }
  .owl-item .teaser-featured p.chapeu::after {
    width: 100px !important;
    height: 100px !important;
    border: 5px dotted #32c1db;
    right: 6px !important;
    bottom: 6px !important;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    p.chapeu {
    font-size: 32px;
    width: 110px;
    height: 110px;
    bottom: 26px;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .item
    .titulo
    a {
    font-size: 20px;
    line-height: 24px;
  }

  div.owl-carousel.carousel1E .owl-prev {
    left: 21px;
    transform: scale(4, 4);
  }

  div.owl-carousel.carousel1E .owl-next {
    right: 12px;
    transform: scale(4, 4);
  }

  div.owl-carousel.carousel1E .owl-item img {
    object-fit: cover;
    height: 230px;
    object-position: left;
  }
  div.owl-carousel.carousel1E .owl-stage-outer {
    height: 230px;
  }
}

@media screen and (min-width: 665px) and (max-width: 1200px) {
  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .item
    .titulo
    a {
    font-size: 30px;
    line-height: 36px;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    p.chapeu {
    font-size: 52px;
    width: 170px;
    height: 170px;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    p.chapeu::after {
    width: 150px;
    height: 150px;
    top: 10px !important;
    right: 10px !important;
  }

  div.owl-carousel.carousel1E .owl-prev {
    left: 30px;
    transform: scale(5, 5);
  }

  div.owl-carousel.carousel1E .owl-next {
    right: 30px;
    transform: scale(5, 5);
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .image {
    height: 400px !important;
  }

  div.owl-carousel.carousel1E
    .owl-stage-outer
    .owl-stage
    .owl-item
    .teaser-featured
    .item
    .item-content {
    height: 25%;
    top: 200px;
    bottom: unset;
  }

  div.owl-carousel.carousel1E .owl-item img {
    object-fit: cover;
    height: 300px;
    object-position: left;
  }
  div.owl-carousel.carousel1E .owl-stage-outer {
    height: 300px;
  }
}
