:root {
  --primary-color: #582f23;
  --secondary-color: #29252d;
  --tertiary-color: #b9997d;
  --quaternary-color: #e9a97a;
  --text-primary: #3c3440;
  --text-secondary: #29252d;
}

.navbar,
.contato_flutuante {
  display: none;
}

section {
  padding: 50px 0px;
}

body {
  overflow-x: hidden;
}

#wrapper {
  overflow-x: hidden;
}

body.page-epic-e1000-gx-avantto-obrigado {
  background-color: var(--tertiary-color);
}

a {
  text-decoration: none !important;
}

#header {
  min-height: 150px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#header .header-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* #header .header-content h3 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: var(--primary-color);
} */
/* #header .header-content p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  margin: 15px 0px;
  color: #fff;
  font-weight: lighter;
} */
#epic_banner {
  height: 100svh;
  background-image: url("https://stage.avantto.com.br/wp-content/uploads/2021/09/Esquilo-B3_Tratada_Paisagem_10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-blend-mode: multiply;
  background-color: rgba(88, 47, 35, 0.5);
}
#epic_banner .epic-banner {
  position: absolute;
  bottom: 0;
  padding: 25px;
  max-width: 100%;
  background: linear-gradient(180deg, rgba(60, 52, 64, 0) 71.5%, #29252d 98.5%);
}
#epic_banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#epic_banner .banner-content span {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: #f1ece0;
  font-weight: lighter;
}
#epic_banner .banner-content h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 0;
  color: #f1ece0;
}
#epic_banner .banner-content p {
  margin: 10px;
}
#epic_banner .banner-content .subtitle {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #f1ece0;
  letter-spacing: 3.36px;
  margin-top: 0;
  margin-bottom: 100px;
  font-weight: lighter;
}
#epic_banner .banner-content .banner-description {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: lighter;
  line-height: 25px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
#epic_banner .banner-content span a {
  display: flex;
  min-height: 80px;
  min-width: 326px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background-color: var(--quaternary-color);
  color: var(--text-primary);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#epic_banner .banner-content span a:hover {
  color: var(--secondary-color);
  background-color: var(--tertiary-color);
}

@media (max-width: 767px) {
  #epic_banner .banner-content p {
    margin: 0;
  }
}
#epic_share {
  display: flex;
  background-color: var(--secondary-color);
  color: #f1ece0;
}
#epic_share .epic-share {
  text-align: center;
  width: 30%;
  padding: 20px 0;
  margin: 0 auto;
}
#epic_share .epic-share .subtitle {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: lighter;
}
#epic_share .epic-share-infos .share-carousel {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}
#epic_share .epic-share-infos .share-carousel .epic-share-conteudo {
  text-align: center;
}
#epic_share .epic-share-infos .share-carousel .epic-share-conteudo .epic-share-logo {
  padding-bottom: 30px;
}
#epic_share .epic-share-infos .share-carousel .epic-share-conteudo .epic-share-titulo {
  padding-bottom: 30px;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: lighter;
  max-height: 70px;
}
#epic_share .epic-share-infos .share-carousel .epic-share-conteudo .epic-share-quota {
  padding-bottom: 30px;
  width: 100%;
}
#epic_share #epic_share_carousel_mobile {
  display: none;
}

@media (max-width: 767px) {
  #epic_share .epic-share {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #epic_share .epic-share-infos .share-carousel {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #epic_share .epic-share-infos .share-carousel .epic-share-conteudo .epic-share-titulo {
    max-height: 120px;
  }
}
@media (max-width: 767px) {
  #epic_share #epic_share_carousel_mobile {
    display: block;
  }
  #epic_share #epic_share_carousel_mobile .owl-dots {
    padding: 40px 0 50px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  #epic_share #epic_share_carousel_mobile .owl-dots .owl-dot {
    background-color: #4f556a;
    color: unset;
    padding: unset;
    width: 0.6rem;
    height: 10px;
    border-radius: 20px;
  }
  #epic_share #epic_share_carousel_mobile .owl-dots .owl-dot.active {
    background-color: var(--tertiary-color);
  }
  #epic_share #epic_share_carousel_mobile .epic-share-conteudo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #epic_share #epic_share_carousel_mobile .epic-share-logo {
    width: unset;
    margin: 0 auto;
  }
  #epic_share #epic_share_carousel_mobile .epic-share-titulo {
    text-align: center;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: lighter;
    min-height: 90px;
  }
  #epic_share #epic_share_carousel_desktop {
    display: none;
  }
}
#epic_sobre .epic-sobre {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 20px 0 20px;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo h3 {
  color: var(--secondary-color);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: Playfair Display, serif;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo .epic-sobre-logo {
  position: absolute;
  top: -100px;
  z-index: 1;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo .epic-sobre-cta {
  color: var(--tertiary-color);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 50px;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo .epic-sobre-subtitulo {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo p {
  color: var(--text-primary);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  width: 50%;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo span a {
  display: flex;
  min-height: 80px;
  min-width: 326px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo span a:hover {
  background-color: var(--text-primary);
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: var(--tertiary-color);
  min-width: 240px;
  min-height: 200px;
  justify-content: space-between;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-icon {
  color: var(--text-secondary);
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-text {
  color: var(--text-secondary);
  font-family: Poppins, sans-serif;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-text .item-title {
  font-weight: bold;
  margin: 20px 0 0 0;
  font-size: 18px;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-text .item-description {
  margin: 0;
  font-size: 14px;
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile {
  display: flex;
  position: relative;
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile .owl-carousel .owl-stage .owl-item .item {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: var(--tertiary-color);
  max-width: 65vw;
  min-height: 300px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #epic_sobre .epic-sobre .epic-sobre-itens-mobile .owl-carousel .owl-stage .owl-item .item {
    min-height: 200px;
  }
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile .owl-carousel .owl-stage .owl-item .item .item-icon {
  color: var(--text-secondary);
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile .owl-carousel .owl-stage .owl-item .item .item-text {
  color: var(--text-secondary);
  font-family: Poppins, sans-serif;
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile .owl-carousel .owl-stage .owl-item .item .item-text .item-title {
  font-weight: bold;
  margin: 20px 0 0 0;
  font-size: 18px;
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile .item .item-text .item-description {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  #epic_sobre .epic-sobre {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #epic_sobre .epic-sobre .epic-sobre-conteudo {
    padding: unset;
  }
}
@media (max-width: 767px) {
  #epic_sobre .epic-sobre .epic-sobre-conteudo p {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #epic_sobre .epic-sobre .epic-sobre-itens-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  #epic_sobre .epic-sobre .epic-sobre-itens-desktop {
    display: none;
  }
}
.epic-sobre-itens {
  padding: 0;
}

#epic_informacoes .epic-informacoes {
  display: flex;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item.active.center {
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item.active.center .epic-img img {
  opacity: 1;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item .epic-img img {
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item .item {
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-stage::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 20px 0 20px;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo .epic-informacoes-share {
  color: var(--tertiary-color);
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo h3 {
  font-size: 32px;
  font-weight: bold;
  font-family: Playfair Display, serif;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo .epic-informacoes-subtitulo {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo p {
  color: var(--text-primary);
  font-size: 16px;
  font-family: Poppins, sans-serif;
  width: 70%;
  font-weight: normal;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo span a {
  min-height: 80px;
  min-width: 326px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo span a:hover {
  background-color: var(--text-primary);
}

@media (max-width: 767px) {
  #epic_informacoes .epic-informacoes {
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #epic_informacoes .epic-informacoes .owl-carousel {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #epic_informacoes .epic-informacoes .owl-carousel .owl-item.left {
    position: relative;
    right: -100px;
  }
  #epic_informacoes .epic-informacoes .owl-carousel .owl-item.right {
    position: relative;
    left: -100px;
  }
}
@media (max-width: 767px) {
  #epic_informacoes .epic-informacoes .owl-carousel .owl-item .item {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  #epic_informacoes .epic-informacoes .epic-informacoes-conteudo {
    padding: unset;
  }
}
@media (max-width: 767px) {
  #epic_informacoes .epic-informacoes .epic-informacoes-conteudo p {
    width: 100%;
  }
}
#epic_trechos {
  color: #fff;
  padding: 30px 0 0 0;
}
#epic_trechos .trechos-slides {
  min-height: 420px;
  width: 100%;
  background-repeat: repeat;
  background-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .titulo {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 28px;
  font-family: Playfair Display, serif;
  font-weight: bold;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .origem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: flex-start;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .origem .trechos-origem {
  white-space: nowrap;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .origem .svg-origem {
  width: 100%;
  height: auto;
  resize: both;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .origem .svg-origem svg {
  width: 95%;
  height: 95%;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .destino {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: flex-end;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .destino .trechos-destino {
  white-space: nowrap;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .destino .svg-destino {
  width: 100%;
  height: auto;
  resize: both;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .destino .svg-destino svg {
  width: 100%;
  height: 95%;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-tempo {
  background-color: #fff;
  padding: 0 5px;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-tempo p {
  color: #000;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  text-transform: lowercase;
  margin: 0;
}

@media (max-width: 767px) {
  #epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .origem span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais .destino span {
    font-size: 22px;
  }
}
#epic_agenda {
  background-color: #f1ece0;
}
#epic_agenda .row {
  padding: 0 0 25px 0;
}
#epic_agenda .epic-agenda-titulo {
  font-family: Poppins, sans-serif;
  text-align: center;
}
#epic_agenda .epic-agenda-titulo .epic-agenda-texto {
  font-weight: bold;
  font-size: 28px;
  margin-top: 25px;
}
#epic_agenda .epic-agenda-titulo .epic-agenda-info {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--tertiary-color);
}
#epic_agenda .epic-agenda-titulo .epic-agenda-subtitulo {
  font-size: 18px;
  font-weight: normal;
}
#epic_agenda .epic-agenda-evento {
  padding: 25px 25px 50px 25px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
}
#epic_agenda .epic-agenda-evento .agenda-evento {
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  border-top: 1px solid var(--tertiary-color);
  width: 50%;
}
#epic_agenda .epic-agenda-evento .agenda-evento .epic-agenda-dia {
  padding: 5px;
  background-color: var(--tertiary-color);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  font-weight: lighter;
}
#epic_agenda .epic-agenda-evento .agenda-evento .epic-agenda-local {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
#epic_agenda .epic-agenda-evento .agenda-evento .epic-agenda-cidade {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0;
}

@media (max-width: 767px) {
  #epic_agenda #epic_agenda_carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  #epic_agenda #epic_agenda_carousel .owl-dots .owl-dot {
    background-color: unset !important;
    color: unset;
    border: 1px solid var(--tertiary-color) !important;
    padding: 2px 15px !important;
    font: unset;
  }
  #epic_agenda #epic_agenda_carousel .owl-dots .owl-dot.active {
    border: 1px solid var(--quaternary-color) !important;
    background-color: var(--quaternary-color) !important;
  }
}
@media (max-width: 767px) {
  #epic_agenda .epic-agenda-evento .agenda-evento {
    width: 100%;
  }
}
#epic_contato {
  background-color: var(--secondary-color);
  position: relative;
  color: #fff;
}
#epic_contato img {
  position: absolute;
  left: -50%;
  top: -12%;
}
#epic_contato .wpcf7 .form-content .contato-agro {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 3.36px;
  color: var(--tertiary-color);
}
#epic_contato .wpcf7 .form-content h3 {
  font-size: 32px;
  font-weight: bold;
}
#epic_contato .wpcf7 .form-content .contato-subtitulo {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #bdccd4;
}
#epic_contato .wpcf7 .form-group input {
  height: 40px;
  background-color: var(--text-primary);
  color: #fff;
}
#epic_contato .wpcf7 .form-group textarea {
  height: 150px;
  background-color: var(--text-primary);
  color: #fff;
}
#epic_contato .wpcf7 .form-group span {
  opacity: 0.72;
  border-bottom: 1px solid var(--tertiary-color);
}
#epic_contato .wpcf7 .form-group span input {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  max-width: 100% !important;
}
#epic_contato .wpcf7 .form-group span input::placeholder, #epic_contato .wpcf7 .form-group span input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#epic_contato .wpcf7 .form-group span textarea {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
#epic_contato .wpcf7 .form-group span textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#epic_contato .wpcf7 .form-group span textarea::placeholder {
  color: #fff;
  opacity: 1;
}
#epic_contato .wpcf7 .wpcf7-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 65px;
  padding: 12px 24px;
  align-items: center;
  background-color: var(--quaternary-color);
  color: var(--secondary-color);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#epic_contato .wpcf7 .wpcf7-submit:hover {
  background-color: var(--tertiary-color) !important;
}
#epic_contato .wpcf7 .wpcf7-list-item {
  margin: 0;
}
#epic_contato .wpcf7 .wpcf7-list-item label {
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}
#epic_contato .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  color: #bdccd4;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-family: Poppins, sans-serif;
}
#epic_contato .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline !important;
  color: #bdccd4 !important;
}
#epic_contato .form-group .wpcf7-form-control-wrap label {
  width: 100%;
  margin: 0;
}
#epic_contato .form-group .wpcf7-form-control-wrap label .wpcf7-quiz-label {
  border-bottom: unset;
}

@media (max-width: 767px) {
  #epic_contato img {
    left: 0;
  }
}
#epic_footer {
  background-color: var(--text-primary);
  padding: unset;
}
#epic_footer .epic-footer {
  text-align: center;
  position: relative;
  padding: 10px 0;
  opacity: 0.5;
}
#epic_footer .epic-footer p {
  font-family: Poppins, sans-serif;
  color: #f1ece0 !important;
  font-size: 12px;
  font-weight: lighter;
  margin: 0;
}

@media (max-width: 767px) {
  #epic_footer .epic-footer {
    width: 100%;
    left: unset;
  }
}
body.page-epic-e1000-gx-avantto-obrigado #header {
  position: relative;
  padding-bottom: unset;
}
body.page-epic-e1000-gx-avantto-obrigado #header p {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: lighter;
  margin: 0;
  letter-spacing: 0.2rem;
  color: #fff;
}
body.page-epic-e1000-gx-avantto-obrigado .contato {
  /* padding: 0 0 100px 0; */
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo {
  text-align: center;
  color: var(--text-secondary);
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo h2 {
  font-size: 28px;
  font-weight: bold;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo .contato-subtitulo {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo .contato-descricao {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo a {
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  display: flex;
  height: 65px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo a:hover {
  background-color: var(--text-primary);
}
body.page-epic-e1000-gx-avantto-obrigado #epic_footer {
  background-color: unset;
}
body.page-epic-e1000-gx-avantto-obrigado #epic_footer .epic-footer p {
  color: #523024 !important;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.page-epic-e1000-gx-avantto-obrigado #epic_footer .epic-footer p {
    width: 100%;
  }
}
#frota-banner {
  background: radial-gradient(104.91% 161.24% at -4.91% 100%, #041d2d 4.72%, rgba(4, 29, 45, 0) 100%), url(https://stage.avantto.com.br/wp-content/uploads/2021/09/Esquilo-B3_Tratada_Paisagem_10.jpg);
  min-height: 100svh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 40%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #frota-banner {
    background: radial-gradient(104.91% 161.24% at -4.91% 100%, #041d2d 4.72%, rgba(4, 29, 45, 0) 100%), url(https://stage.avantto.com.br/wp-content/uploads/2021/09/Esquilo-B3_Tratada_10.jpg);
    min-height: 85svh;
    background-position: 50% 50%;
    background-repeat: unset;
    background-size: cover;
  }
}
#frota-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#frota-banner #banner {
  min-height: 90svh;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  #frota-banner #banner {
    min-height: 85svh;
  }
}
#frota-banner #banner #banner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  #frota-banner #banner #banner-content {
    text-align: start;
    min-height: 85svh;
    align-items: start;
    justify-content: flex-end;
  }
}
#frota-banner #banner #banner-content img {
  width: 20%;
}
#frota-banner #banner #banner-content h3 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 56px;
  color: var(--avantto-homepage-frota);
}
@media (max-width: 767px) {
  #frota-banner #banner #banner-content h3 {
    font-size: 42px;
    position: relative;
  }
}
#frota-banner #banner #banner-content h3 span {
  color: var(--avantto-orange);
  font-style: italic;
}
#frota-banner #banner #banner-content p {
  font-family: Poppins;
  font-weight: 200;
  font-size: 18px;
  color: var(--avantto-text-white-500);
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  #frota-banner #banner #banner-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #frota-banner #banner #banner-content .banner-button {
    margin: 20px 0;
    width: 100%;
  }
}
#frota-banner #banner #banner-content .banner-button a {
  font-family: Poppins;
  padding: 18px 24px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-align: center;
  background-color: var(--avantto-orange);
  color: var(--avantto-text-black);
  text-transform: uppercase;
  text-decoration: none;
  width: 80%;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  #frota-banner #banner #banner-content .banner-button a {
    width: 100%;
  }
}
#frota-banner #banner #banner-content .banner-button a font {
  border-top: none !important;
}
#frota-banner #banner #banner-content .banner-button :hover {
  background-color: unset;
  color: var(--avantto-white);
  border-top: 1px solid var(--avantto-white);
  width: 70%;
}
#frota-banner h2 {
  color: var(--avantto-text-white);
}

#share-share {
  background-color: var(--avantto-white);
  padding: 50px 0 0 0;
}
#share-share #share h2 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 42px;
  line-height: 40px;
  color: var(--avantto-text-black);
}
#share-share #share .share {
  padding: 20px 0;
}
@media (max-width: 767px) {
  #share-share #share .share {
    width: 100%;
  }
}
#share-share #share .share .subtitle {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: lighter;
}
#share-share #share .share-infos .share-carousel {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #share-share #share .share-infos .share-carousel {
    flex-direction: column;
  }
}
#share-share #share .share-infos .share-carousel .share-conteudo {
  text-align: center;
}
#share-share #share .share-infos .share-carousel .share-conteudo .share-logo {
  padding-bottom: 30px;
}
#share-share #share .share-infos .share-carousel .share-conteudo .share-titulo {
  padding-bottom: 30px;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  max-height: 70px;
  color: var(--avantto-text-black);
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #share-share #share .share-infos .share-carousel .share-conteudo .share-titulo {
    max-height: 120px;
    width: 100%;
  }
}
#share-share #share .share-infos .share-carousel .share-conteudo .share-quota {
  padding: 30px;
  width: 100%;
}
#share-share #share #share_carousel_mobile {
  display: none;
}
@media (max-width: 767px) {
  #share-share #share #share_carousel_mobile {
    display: block;
  }
  #share-share #share #share_carousel_mobile .owl-dots {
    padding: 40px 0 50px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  #share-share #share #share_carousel_mobile .owl-dots .owl-dot {
    background-color: #4f556a;
    color: unset;
    padding: unset;
    width: 0.6rem;
    height: 10px;
    border-radius: 20px;
  }
  #share-share #share #share_carousel_mobile .owl-dots .owl-dot.active {
    background-color: #f9a825;
  }
  #share-share #share #share_carousel_mobile .share-conteudo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #share-share #share #share_carousel_mobile .share-conteudo .share-logo {
    width: unset;
    margin: 0 auto;
  }
  #share-share #share #share_carousel_mobile .share-conteudo .share-titulo {
    text-align: center;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    min-height: 90px;
    color: var(--avantto-text-black);
    letter-spacing: 0.5px;
  }
  #share-share #share #share_carousel_desktop {
    display: none;
  }
}

#share-contato {
  background-color: var(--avantto-text-white);
}
#share-contato .logo-form {
  position: relative;
  right: 0;
  top: -100px;
  z-index: 999;
  display: none;
}
#share-contato #contato {
  padding: 40px 0;
}
#share-contato #contato .col-md-8 {
  margin: 0 auto;
}
#share-contato #contato .wpcf7-form .form-content .contato-titulo {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--avantto-text-primary);
  padding-bottom: 20px;
}
#share-contato #contato .wpcf7-form .form-content h3 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 42px;
  line-height: 40px;
  color: var(--avantto-text-black);
  width: 75%;
}
@media (max-width: 767px) {
  #share-contato #contato .wpcf7-form .form-content h3 {
    width: 100%;
  }
}
#share-contato #contato .wpcf7-form .form-content .contato-subtitulo {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--avantto-text-primary);
  padding: 15px 0;
}
@media (max-width: 767px) {
  #share-contato #contato .wpcf7-form .form-content .contato-subtitulo {
    width: 100%;
    padding: 20px 0;
  }
}
#share-contato #contato .wpcf7-form .form-message {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#share-contato #contato .wpcf7-form .form-message .form-group {
  flex: 1 1 calc(25% - 16px);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #share-contato #contato .wpcf7-form .form-message .form-group {
    flex: 1 1 100%;
    margin: 0;
  }
}
#share-contato #contato .wpcf7-form .form-message .form-group .wpcf7-form-control {
  background: var(--avantto-text-white);
  opacity: 0.72;
  border: 1px solid var(--avantto-text-white);
  border-bottom: 1px solid var(--avantto-text-primary);
  box-shadow: unset;
}
#share-contato #contato .wpcf7-form .wpcf7-acceptance span {
  margin: 0;
}
#share-contato #contato .wpcf7-form .wpcf7-acceptance span label {
  display: flex;
  align-items: center;
  gap: 15px;
}
#share-contato #contato .wpcf7-form .wpcf7-acceptance span label input {
  width: 20px;
  height: 15px;
}
#share-contato #contato .wpcf7-form .wpcf7-acceptance span label .wpcf7-list-item-label {
  color: var(--avantto-text-primary);
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
#share-contato #contato .wpcf7-form .wpcf7-acceptance span label .wpcf7-list-item-label a {
  text-decoration: underline;
  color: var(--avantto-text-primary);
}
#share-contato #contato .wpcf7-form .wpcf7-submit {
  padding: 12px 24px;
  width: 25%;
  background-color: var(--avantto-background-primary);
  border: none;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: Poppins;
  color: #fff;
}
@media (max-width: 767px) {
  #share-contato #contato .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
#share-contato #contato .wpcf7-form .wpcf7-text,
#share-contato #contato .wpcf7-form .wpcf7-textarea,
#share-contato #contato .wpcf7-form .wpcf7-quiz {
  background: var(--avantto-text-white);
  opacity: 0.72;
  border: 1px solid var(--avantto-text-white);
  border-bottom: 1px solid var(--avantto-text-primary);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.4px;
  font-size: 16px;
  border-radius: unset;
  box-shadow: unset;
}
#share-contato #contato .wpcf7-form .wpcf7-quiz-label {
  color: var(--avantto-text-primary);
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}

body.page-esquilo-b3-a-obrigado #obrigado-banner {
  min-height: 100svh;
  background: radial-gradient(104.91% 161.24% at -4.91% 100%, #041d2d 4.72%, rgba(4, 29, 45, 0) 100%), url(https://stage.avantto.com.br/wp-content/uploads/2025/10/FOTO-ESQUILO-B3-OBRIGADO.jpg);
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner {
    background: radial-gradient(104.91% 161.24% at -4.91% 100%, #041d2d 4.72%, rgba(4, 29, 45, 0) 100%), url(https://stage.avantto.com.br/wp-content/uploads/2025/10/FOTO-ESQUILO-B3-OBRIGADO.jpg);
    min-height: 85svh;
    background-position: 50% 50%;
    background-repeat: unset;
    background-size: cover;
  }
}
body.page-esquilo-b3-a-obrigado #obrigado-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner {
  min-height: 90svh;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner #banner {
    min-height: 85svh;
  }
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content {
    text-align: start;
    min-height: 85svh;
    align-items: start;
    justify-content: flex-end;
  }
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content h2 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 56px;
  color: var(--avantto-white);
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content h2 {
    font-size: 36px;
    position: relative;
  }
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content h2 span {
  color: var(--avantto-orange);
  font-style: italic;
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content p {
  font-family: Poppins;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  color: var(--avantto-text-white);
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content .banner-button {
    margin: 20px 0;
    width: 100%;
  }
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content .banner-button a {
  font-family: Poppins;
  padding: 18px 24px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-align: center;
  background-color: var(--avantto-orange);
  color: var(--avantto-text-black);
  text-transform: uppercase;
  text-decoration: none;
  width: 80%;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  border-radius: unset;
}
@media (max-width: 767px) {
  body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content .banner-button a {
    width: 100%;
  }
}
body.page-esquilo-b3-a-obrigado #obrigado-banner #banner #banner-content .banner-button :hover {
  background-color: unset;
  color: var(--avantto-white);
  border-top: 1px solid var(--avantto-white);
  width: 70%;
}
body.page-esquilo-b3-a-obrigado #obrigado-banner h2 {
  color: var(--avantto-text-white);
}

/*# sourceMappingURL=esquilo-b3.css.map */