.header img {
  height: max-content;
  padding: 0px 10px;
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texto-header {
  color: var(--snow);
  font-size: 26px;
  font-family: var(--works);
  font-weight: 400;
}
#sp-top2 {
  display: flex;
  align-items: flex-end;
  padding: 15px;
}
.texto-header p {
  font-family: var(--works);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--snow) fff;
}
.video-container {
  height: 700px;
  width: 100%;
}
.video-info {
  background: var(--paleTurquoise);
  padding: 15px;
}
.video-info h1,
.video-info h2,
.video-info h3,
.video-info h4,
.video-info h5 {
  font-family: var(--rajdhani) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 44px;
  color: var(--black);
}
.video-info p {
  font-family: var(--works) !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 22px;
  line-height: 44px;

  color: var(--black);
}
.descrition {
  border: solid 1px var(--snow);
  padding: 15px;
}
.title-historia {
  background: var(--snow);
  padding: 70px 20px 35px 20px;
}
.historia {
  font-family: var(--rajdhani);
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  color: var(--darkSlateGray);
}
.carousel-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -19px;
}

.carousel-inner {
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}

.item,
.imagem,
.fotos {
  display: inline-block;
  width: 70%;
  height: 600px;
  background-size: cover;
  background-position: center;
  opacity: 1;
  margin: 5px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: var(--snow);
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
#next-btn,
#prev-btn,
#ant-btn,
#prox-btn,
#ant-foto,
#prox-foto {
  background: var(--lightSeaGreen);
  padding: 20px;
  border-radius: 50%;
  font-size: 50px;
}
#prev-btn,
#ant-btn,
#ant-foto {
  left: 10px;
}

#next-btn,
#prox-btn,
#prox-foto {
  right: 10px;
}
.carousel-dots-container {
  text-align: center;

  background: var(--snow);
  padding: 25px 0px 30px;
}

.carousel-dot,
.carousel-dotes,
.carousel-fotos,
.carousel-videos {
  height: 20px;
  width: 20px;
  margin: 0 5px;
  background-color: var(--turquoise);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.carousel-dotes.active {
  background-color: var(--midnightBlack);
}
.carousel-dot.active {
  background-color: var(--midnightBlack);
}
.carousel-fotos.active {
  background-color: var(--midnightBlack);
}
.carousel-videos.active {
  background-color: var(--midnightBlack);
}
.carousel-dot-gallery {
  height: 20px;
  width: 20px;
  margin: 0 5px;
  background-color: var(--turquoise);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.carousel-dot-gallery.active {
  background-color: var(--midnightBlack);
}
.conteudo-artigo {
  padding: 60px 1px;
}
.item {
  width: 80%;
  margin-right: 20px !important;
}
.mod-artigo h1,
.mod-artigo h2,
.mod-artigo h3,
.mod-artigo h4,
.mod-artigo h5,
.mod-artigo h6 {
  font-family: var(--rajdhani) !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 55px;
  line-height: 50px;
  color: var(--black);
  padding: 0px 0px 30px 0px;
}
.mod-artigo p {
  font-family: var(--works) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px;
  line-height: 44px;
  color: var(--black);
}
.mod-imagem-artigo {
  background: #b3fded;
}
.mod-imagem-artigo h1,
.mod-imagem-artigo h2,
.mod-imagem-artigo h3,
.mod-imagem-artigo h4,
.mod-imagem-artigo h5,
.mod-imagem-artigo h6 {
  font-family: var(--rajdhani) !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 55px;
  line-height: 50px;
  color: var(--black);
  padding: 0px 0px 30px 0px;
}
/* .mod-imagem-artigo .legenda-imagem{
  padding: 15px 0 40px;
} */

.mod-imagem-artigo p {
  font-family: var(--works) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px;
  line-height: 44px;
  color: var(--black);
}
.mod-imagem-artigo .titulo-mod {
  background: var(--snow);
  padding: 30px 0px 10px 0px;
}
.titulo-mod span {
  font-family: var(--rajdhani);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 30px;
  color: var(--darkSlateGray);
  display: block;
  padding: 30px 0 20px;
}
.container-video {
  text-align: center;
  background: var(--lightSeaGreen);
}
.video-descrition {
  background: var(--turquoise);
  margin-top: 5px;
  padding: 20px;
}
.text-video {
  text-align: center;
  width: 80%;
  margin: auto;
}
.text-video p {
  font-family: var(--works) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: var(--black);
}
.border-video {
  margin: auto;
  width: 50%;
  border-right: solid 1px var(--snow);
  border-left: solid 1px var(--snow);
}
.border-text {
  border: solid 1px var(--snow);
  width: 51%;
  margin: auto;
  border-top: none;
  margin-top: -20px;
  padding-top: 20px;
}
.mod-artigo {
  padding: 80px 0px 70px;
}
.container.legenda-imagem {
  border-bottom: 1px var(--black) solid;
  padding: 30px 0 40px;
}
.mod-imagem-artigo .container.main {
  padding-top: 90px;
}
.mod-imagem-artigo .container.legenda-imagem p {
  font-family: var(--works) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 35px;
  color: var(--black);
}
.legenda {
  padding: 25px 0px;
}
.legenda p {
  font-family: var(--works) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 35px;
  color: var(--black);
}

.mod-galeria .titulo-mod {
  background: #b3fded;
  padding: 70px 0px 0px 0px;
}
.imagem {
  width: 50%;
  margin: auto;
}
.container-galeria {
  margin-top: 5px;
}
.mod-galeria-fotos .titulo-mod {
  background: var(--snow);
  text-align: start;
  padding: 45px 0px 20px 0px;
  margin-top: -30px;
  margin-bottom: 50px;
}
.fotos {
  width: 100%;
  height: 830px;
  margin: 10px 0px;
}
.fotos img {
  width: 100%;
  height: 830px;
}
.gallery-fotos {
  height: 850px;
}
#sp-footer {
  padding-bottom: 50px !important;
}
.mod_video .border-video iframe {
  min-height: 500px;
}
.owl-carousel {
  overflow: hidden;
  position: relative;
}
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #000;
}
.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}
.owl-prev,
.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white !important;
  font-size: 20px !important;
  background: green !important;
}
.owl-prev:hover,
.owl-next:hover {
  cursor: pointer;
}
.owl-item {
  position: relative;
}
.owl-item img {
  width: 100%;
}

.owl-carousel.carousel-first .owl-prev {
  display: none;
}

.owl-carousel.carousel-last .owl-next {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: var(--turquoise) !important;
  border-radius: 50%;
}

.owl-dot.active {
  background-color: #000 !important;
}
.item-historia {
  width: 100%;
  margin-right: 20px !important;
}
button.owl-prev,
button.owl-next {
  background: var(--lightSeaGreen) !important;
  padding: 20px;
  border-radius: 50%;
  font-size: 50px !important;
  font-weight: bold !important;
}
.sp-module ul > li > a:before {
  display: none;
}
ul.nav.menu {
  display: flex !important;
  justify-content: space-evenly;
}
ul.nav.menu a {
  font-family: var(--works) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 35px;
  color: var(--black);
}
#galeria-carousel .owl-carousel .owl-stage-outer {
  max-height: 600px !important;
}
.sp-module .sp-module-title {
  font-family: var(--rajdhani);
  font-style: normal;
  font-weight: 700;
  font-size: 50px !important;
  line-height: 30px;
  color: var(--darkSlateGray);
}
.sp-module ul.nav.menu > li {
  border: none;
}
li.current.active a {
  color: #1aaa8c !important;
}
