.banner-pages .title,
.banner-pages h1{
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 8.75rem;
  line-height: 8.75rem;
  font-family: var(--font-family-gin-regular);
  color: var(--opa-branco);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.625rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.banner-pages h1.tour{
  position: relative;
  z-index: -1;
}

.banner-pages.assessoria .title,
.banner-pages.not-found .title{
  background-color: var(--opa-vermelho);
  color: var(--opa-amarelo);
}

.banner-pages .taxonomy{
  background-color: #4F0314;
  padding: 2rem 0;
}

.banner-pages .taxonomy h1{
  height: auto;
  line-height: inherit;
}

.banner-pages .taxonomy .name-cpt{
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--opa-marrom-claro);
}

.banner-pages .image{
  height: 39.063rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* margin-bottom: 5rem; */
  position: relative;
  z-index: 1;
}
.banner-pages .image.tour{
  margin-top: -13rem;
  height: 50rem;
}

.banner-pages .container-banner{
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  position: relative;
}

.banner-pages .container-banner.tour{
  padding-top: 10%;
}

.banner-pages .container-banner h2{
  color: var(--opa-marrom-claro);
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.banner-pages .container-banner.about{
  align-items: center;
  text-align: center;
}

.banner-pages .container-banner.tour h2{
  color: var(--opa-marrom-claro);
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0.6em;
}

.banner-pages .container-banner h2 strong,
.banner-pages .container-banner h2 b{
  color: var(--opa-bege);
}

.banner-pages .container-banner p{
  max-width: 40%;
  width: 100%;
  color: var(--opa-amarelo);
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}

.banner-pages .container-banner.tour p{
  max-width: 40%;
  width: 100%;
  color: var(--opa-branco);
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.5rem;
}

.banner-pages .container-banner .image-floating{
  position: absolute;
}

.banner-pages .container-banner .image-floating.margin-top-negative img{
  margin-top: -5rem;
}

.banner-pages .container-banner .image-floating.left{
  left: 0;
}

.banner-pages .container-banner .image-floating.left{
  bottom: -50%;
  left: -15%;
}

.banner-pages .container-banner .image-floating.right{
  right: -10%;
  top: 25%;
}

@media screen and (max-width: 1366px) {
  .banner-pages .container-banner .image-floating.right{
    right: -30%;
    top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .banner-pages .image{
    padding: 0 1.25rem;
  }
  .banner-pages .title, .banner-pages h1{
    height: auto;
    line-height: inherit;
    padding: 3rem 0;
  }
  .banner-pages .container-banner p{
    max-width: 100%;
  }
  .banner-pages .container-banner .image-floating.right{
    display: none;;
  }  
}