.font-matter {
  font-family: "Roboto Mono", monospace;
}

.f-600 {
  font-weight: 600;
}

.f-400 {
  font-weight: 400;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html.lock-scroll {
  overflow-y: hidden;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roobert", Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  color: #000;
}

a,
button,
input,
svg * {
  transition: all ease-in-out 0.4s;
}

b,
strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu).yellow-bullets li::before {
  background: #ef8;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu).links-list {
  font-size: 1.25rem;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu).links-list a {
  color: #6f7a79;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu).links-list a:hover {
  color: #000;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li {
  position: relative;
  padding-left: 1.45rem;
  margin-bottom: 1rem;
}

ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #00d8d8;
  margin-right: 1rem;
}

.title-1 {
  font-size: 3.25rem;
  line-height: 4.5rem;
}

.title-2 {
  font-size: 2.75rem;
  line-height: 3.75rem;
}

.title-3 {
  font-size: 2rem;
  line-height: 2.625rem;
}

.title-4 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.c-yellow {
  color: #ef8 !important;
}

.c-white {
  color: #fff;
}

.c-teal {
  color: #00d8d8;
}

.c-black {
  color: #000 !important;
}

.font-default {
  font-size: 1.25rem !important;
  line-height: 2.25rem !important;
}

.fw-700 {
  font-weight: 700;
}

.section-default {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 8.75rem;
}

.section-default.bg-gray {
  background-color: #6f7a79;
  color: #fff;
}

.section-default.bg-light-gray {
  background-color: #e9f0ef;
}

.section-default.bg-teal {
  background-color: #00d8d8;
}

.section-default.bg-black {
  background-color: #000;
  color: #fff;
}

.section-default.bg-yellow {
  background-color: #ef8;
  color: #000;
}

.section-default.bg-yellow {
  background-color: #ef8;
}

.section-default.pt-80 {
  padding-top: 5rem;
}

.section-default.pt-100 {
  padding-top: 6.25rem;
}

.section-default.pb-80 {
  padding-bottom: 5rem;
}

.section-default.pb-100 {
  padding-bottom: 6.25rem;
}

.section-default.pb-120 {
  padding-bottom: 7.5rem;
}

.section-default.theme-dark {
  background-color: #000;
  color: #fff;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-yellow {
  background-color: #ef8;
}

.bg-teal {
  background-color: #00d8d8;
}

.bg-half-black {
  background: linear-gradient(to right, #000 0, #000 50%, #6f7a79 50%, #6f7a79 100%) !important;
}

.bg-teal-black {
  background: linear-gradient(to right, #00d8d8 0, #00d8d8 50%, #000 50%, #000 100%) !important;
}

.section-small-title {
  font-family: "Roboto Mono", monospace;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #00d8d8;
}

.section-strip-title {
  display: flex;
  align-items: center;
  padding: 1rem 2.625rem;
  background: #00d8d8;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.75rem;
  min-height: 4.5rem;
}

.strip-title {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: #00d8d8;
  font-family: "Roboto Mono", monospace;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.25rem;
}

.section-title-line {
  font-family: "Roboto Mono", monospace;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title-line:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #000;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 15px;
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bg-image.right {
  left: unset;
  right: 0;
  width: auto;
  max-width: 50%;
  object-position: left center;
}

.bg-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 45%;
}

.bg-element.left {
  left: 1vw;
}

.bg-element.right {
  right: 1vw;
}

.bg-element.bottom {
  top: unset;
  transform: translateY(0);
  bottom: 0;
}

.bg-yellow-grafism {
  background-image: url("../images/yellow-grafism.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: right 40px center;
}

#Wrapper .owl-carousel.owl-clientes .row {
  align-items: center;
}

#Wrapper .owl-carousel.owl-clientes .owl-item img {
  margin: 0 auto;
}

#Wrapper .owl-carousel.owl-clientes .wol-dots {
  margin-top: 4.5rem;
}

#Wrapper .owl-carousel.owl-content-card .owl-dots .owl-dot.active {
  background: #000;
}

#Wrapper .owl-carousel.owl-equal-height .owl-stage-outer {
  display: flex;
}

#Wrapper .owl-carousel.owl-equal-height .owl-stage {
  display: flex;
}

#Wrapper .owl-carousel.owl-equal-height .owl-stage .owl-item,
#Wrapper .owl-carousel.owl-equal-height .owl-stage .owl-item > * {
  height: 100%;
}

#Wrapper .owl-carousel .owl-item img {
  width: auto;
}

#Wrapper .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 2.5rem);
  transform: translateY(-50%);
}

#Wrapper .owl-carousel .owl-nav button.owl-prev {
  left: -2.5rem;
}

#Wrapper .owl-carousel .owl-nav button.owl-next {
  right: -2.5rem;
}

#Wrapper .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.75rem;
  gap: 12px;
}

#Wrapper .owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

#Wrapper .owl-carousel .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #00d8d8;
}

#Wrapper .owl-carousel.owl-videos-sac .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.75rem;
  gap: 12px;
}

#Wrapper .owl-carousel.owl-videos-sac .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #00d8d8;
  transition: all ease-in-out 0.3s;
}

#Wrapper .owl-carousel.owl-videos-sac .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #000;
}

.grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.flex-mansory-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
  gap: 2rem;
}

.grid-three-rows {
  grid-template-rows: 1fr 1fr 1fr;
}

.full-h-image {
  height: 100%;
  object-fit: cover;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mw-unset {
  max-width: unset;
}

.mw-200 {
  max-width: 200%;
}

.last-child-mb-0 > :last-child {
  margin-bottom: 0;
}

.responsive-iframe {
  display: block;
  width: 100%;
}

.dock-mockup {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 5%;
}

@media (max-width: 768px) {
  .dock-mockup {
    width: 80%;
    height: auto;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
  }

  .bg-sku {
    padding-bottom: 18rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }

  .grid-lg-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .col-lg-five {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mw-lg-125 {
    max-width: 125%;
  }

  .mw-lg-150 {
    max-width: 150%;
  }

  .mw-lg-200 {
    max-width: 200%;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}

.small-font {
  font-size: 18px;
  line-height: 32px;
}

.img-mockup {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.single-dicas .bg-yellow ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li::before {
  width: 6px;
  height: 6px;
  background-color: #000;
  font-size: 1.25rem;
}

.dicas-template .container ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.dicas-template .container ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li::before {
  top: 15px;
}

.page-template-pg-sac .container ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li::before {
  top: 15px;
}

.page-template-pg-sac .container .accordion ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li {
  font-size: 14px;
  line-height: 22px;
}

.page-template-pg-sac .container .accordion ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li::before {
  top: 7px;
}

.grid-four-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.list-close li::before {
  content: url("https://dock.devhagens.com.br/wp-content/uploads/2022/05/fechar-lista.svg") !important;
  background: none !important;
  top: 0.1rem !important;
}

.list-close span {
  margin-left: 1rem;
}

@media (min-width: 960px) {
  .content-card.inline.card-bancos .content-card-body {
    flex: 0 0 calc(100% - 45%);
    max-width: calc(100% - 45%);
  }

  .content-card.card-bancos.inline .content-card-image {
    flex: 0 0 45%;
    max-width: 45%;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .content-card.card-bancos .content-card-body {
    padding: 3rem 2.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-pg-bancos .section-highlight-block.theme-black .container > .row {
    min-height: unset !important;
  }

  .page-template-pg-bancos .col-6.col-md-4.col-lg-2.text-center.mb-2.mb-md-5 {
    flex: 100% !important;
    max-width: 100%;
  }
}

.card-subtitle {
  font-size: 20px;
  color: white !important;
}

.card-subtitle-end {
  font-size: 20px;
  color: #ef8 !important;
}

.flat-box.list.mt-4.use-cases p {
  font-size: 20px;
}

@media (min-width: 960px) {
  .content-card.inline.card-fintech .content-card-body {
    flex: 0 0 calc(100% - 45%);
    max-width: calc(100% - 45%);
  }

  .content-card.card-fintech.inline .content-card-image {
    flex: 0 0 45%;
    max-width: 45%;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .content-card.card-fintech .content-card-body {
    padding: 3rem 2.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-pg-fintech .section-highlight-block.theme-black .container > .row {
    min-height: unset !important;
  }

  .page-template-pg-fintech .col-6.col-md-4.col-lg-2.text-center.mb-2.mb-md-5 {
    flex: 100% !important;
    max-width: 100%;
  }
}

.card-fintech ul {
  margin-bottom: 0 !important;
}

.inner.yellow,
.inner.yellow h3 {
  background: #ef8 !important;
  color: #000 !important;
}

.docknamidia {
  display: flex;
  flex-wrap: wrap;
}

.docknamidia .news-card {
  display: none !important;
}

.docknamidia .news-card:not(.d-none):nth-child(-n + 3) {
  display: block !important;
}

body.no-header-hero .topbar,
body.pg-blog .topbar,
body.page-template-pg-blog .topbar,
body.pg-noticias .topbar,
body.single-noticias .topbar,
body.post-type-archive .topbar,
body.category .topbar,
body.archive .topbar,
body.single-post .topbar,
body.single-news .topbar,
body.blog .topbar,
body.pg-dock-na-midia .topbar,
body.pg-press-releases .topbar,
body.search-results .topbar {
  background: #fff !important;
}

body.no-header-hero .topbar a,
body.pg-blog .topbar a,
body.page-template-pg-blog .topbar a,
body.pg-noticias .topbar a,
body.single-noticias .topbar a,
body.post-type-archive .topbar a,
body.category .topbar a,
body.archive .topbar a,
body.single-post .topbar a,
body.single-news .topbar a,
body.blog .topbar a,
body.pg-dock-na-midia .topbar a,
body.pg-press-releases .topbar a,
body.search-results .topbar a {
  color: #000 !important;
}

body.no-header-hero .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.no-header-hero .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.no-header-hero .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.no-header-hero .topbar .navbar-nav > .nav-item.show > .nav-link,
body.pg-blog .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.pg-blog .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.pg-blog .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.pg-blog .topbar .navbar-nav > .nav-item.show > .nav-link,
body.page-template-pg-blog .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.page-template-pg-blog .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.page-template-pg-blog .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.page-template-pg-blog .topbar .navbar-nav > .nav-item.show > .nav-link,
body.pg-noticias .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.pg-noticias .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.pg-noticias .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.pg-noticias .topbar .navbar-nav > .nav-item.show > .nav-link,
body.single-noticias .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.single-noticias .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.single-noticias .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.single-noticias .topbar .navbar-nav > .nav-item.show > .nav-link,
body.post-type-archive .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.post-type-archive .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.post-type-archive .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.post-type-archive .topbar .navbar-nav > .nav-item.show > .nav-link,
body.category .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.category .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.category .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.category .topbar .navbar-nav > .nav-item.show > .nav-link,
body.archive .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.archive .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.archive .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.archive .topbar .navbar-nav > .nav-item.show > .nav-link,
body.single-post .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.single-post .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.single-post .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.single-post .topbar .navbar-nav > .nav-item.show > .nav-link,
body.single-news .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.single-news .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.single-news .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.single-news .topbar .navbar-nav > .nav-item.show > .nav-link,
body.blog .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.blog .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.blog .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.blog .topbar .navbar-nav > .nav-item.show > .nav-link,
body.pg-dock-na-midia .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.pg-dock-na-midia .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.pg-dock-na-midia .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.pg-dock-na-midia .topbar .navbar-nav > .nav-item.show > .nav-link,
body.pg-press-releases .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.pg-press-releases .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.pg-press-releases .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.pg-press-releases .topbar .navbar-nav > .nav-item.show > .nav-link,
body.search-results .topbar .navbar-nav > .nav-item:hover > .nav-link,
body.search-results .topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
body.search-results .topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
body.search-results .topbar .navbar-nav > .nav-item.show > .nav-link {
  color: #00d8d8;
}

body.no-header-hero .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.pg-blog .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.page-template-pg-blog .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.pg-noticias .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.single-noticias .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.post-type-archive .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.category .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.archive .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.single-post .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.single-news .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.blog .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.pg-dock-na-midia .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.pg-press-releases .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before,
body.search-results .topbar .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before {
  background: #00d8d8;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .navbar-brand
  svg
  path {
  fill: #fff;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .navbar-nav
  > .nav-item
  > .nav-link {
  color: #fff;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .navbar-nav
  > .nav-item:hover
  > .nav-link {
  color: #ef8;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button {
  background: transparent;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button.active,
body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button:hover {
  color: #00d8d8;
  border-color: #00d8d8;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button.active
  svg.lang
  path,
body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button:hover
  svg.lang
  path {
  stroke: #00d8d8;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button.active
  svg.arrow
  path,
body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .language-switcher
  .language-switcher-button:hover
  svg.arrow
  path {
  fill: #00d8d8;
}

body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .hamburger
  .hamburger-inner,
body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .hamburger
  .hamburger-inner::before,
body:not(.home):not(.menu-opened):not(.no-header-hero):not(.pg-blog):not(.archive):not(.post-type-archive):not(.category):not(.single-post):not(
    .single-news
  ):not(.single-noticias):not(.search-results):not(.pg-press-releases):not(.pg-dock-na-midia)
  .topbar:not(.sticky)
  .hamburger
  .hamburger-inner::after {
  background-color: #fff;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 10;
  transform: translateX(0);
  transition: all ease-in-out 0.3s;
}

.topbar a {
  color: #000;
}

.topbar.hidden {
  transform: translateY(-100%);
  box-shadow: unset;
}

.topbar .navbar-brand svg .text {
  transition: opacity ease-in-out 0.3s;
}

.topbar.sticky {
  background: #fff;
}

.topbar.sticky .navbar-nav > .nav-item:hover > .nav-link,
.topbar.sticky .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
.topbar.sticky .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link {
  color: #fff;
}

.topbar.sticky .navbar-nav .dropdown-menu .nav-item:hover .nav-link::before {
  background: #00d8d8;
}

.topbar .navbar-nav > .nav-item {
  margin: 0 0.4rem;
}

.topbar .navbar-nav > .nav-item:hover > .nav-link,
.topbar .navbar-nav > .nav-item.current-menu-item:not(.anchor) > .nav-link,
.topbar .navbar-nav > .nav-item.current_page_item:not(.anchor) > .nav-link,
.topbar .navbar-nav > .nav-item.show > .nav-link {
  color: #ef8;
}

.topbar .navbar-nav .nav-item {
  position: relative;
}

.topbar .navbar-nav .nav-item:hover .nav-link,
.topbar .navbar-nav .nav-item.current-menu-item:not(.anchor) .nav-link,
.topbar .navbar-nav .nav-item.current_page_item:not(.anchor) .nav-link,
.topbar .navbar-nav .nav-item.show .nav-link {
  font-weight: 600;
}

.topbar .navbar-nav .nav-item .nav-link {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}

.topbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.topbar .navbar-nav .dropdown-menu {
  background: #000;
  border-radius: 0;
  padding: 1.75rem 0;
  min-width: 15rem;
  border: 0;
}

.topbar .navbar-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.275rem;
  width: 16px;
  height: 16px;
  background: #000;
  transform: translateY(-5%) rotate(45deg);
}

.topbar .navbar-nav .dropdown-menu > .nav-item:hover .nav-link {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #ef8;
  border-color: #ef8;
}

.topbar .navbar-nav .dropdown-menu > .nav-item:hover .nav-link::before {
  background: #ef8;
}

.topbar .navbar-nav .dropdown-menu > .nav-item .nav-link {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
  padding: 0.695rem 1.9rem;
}

.topbar .navbar-nav .dropdown-menu > .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #000;
  transition: all ease-in-out 0.3s;
}

.topbar .searchBox {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  box-shadow: rgba(29, 29, 27, 0.15) 0 -8px 32px 0;
}

.topbar .searchBox.show {
  opacity: 1;
  transform: translateY(0);
}

.topbar .searchBox .searchIcon {
  margin-right: -25px;
}

.topbar .searchBox .searchform input[type="search"] {
  padding-left: 40px;
}

.hamburger {
  padding: 15px 15px;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger[aria-expanded="true"]:hover {
  opacity: 0.7;
}

.hamburger[aria-expanded="true"] .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger[aria-expanded="true"] .hamburger-inner,
.hamburger[aria-expanded="true"] .hamburger-inner::before,
.hamburger[aria-expanded="true"] .hamburger-inner::after {
  background-color: #000;
}

.hamburger[aria-expanded="true"] .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger[aria-expanded="true"] .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger .hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger .hamburger-inner::before {
  top: -10px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger .hamburger-inner::after {
  bottom: -10px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00d8d8;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

footer a {
  display: block;
  color: #000;
}

footer a.email {
  text-transform: none;
  word-break: break-word;
}

footer a:hover {
  color: #ef8;
}

footer ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-title {
  font-family: "Roobert";
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.125rem;
  text-transform: none;
}

footer .footer-link {
  text-decoration: underline;
  margin-bottom: 0.75rem;
}

footer .footer-top .inner-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.125rem;
  margin-bottom: 3.75rem;
}

footer .footer-top .inner-top-wrap::after {
  content: "";
  position: absolute;
  left: auto;
  bottom: -1px;
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
}

footer .footer-item::before {
  display: none !important;
}

footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

footer .socials a {
  text-decoration: none;
}

footer .socials a:hover svg:not(.instagram):not(.facebook) path {
  fill: #ef8;
}

footer .socials a:hover svg.instagram path {
  stroke: #ef8;
}

footer .socials a:hover svg.facebook path:first-of-type {
  fill: #ef8;
}

footer .socials a svg path {
  transition: all ease-in-out 0.3s;
}

.newsletter {
  width: 100%;
  padding: 45px 20px;
  font-size: 1.1rem;
  background-color: #000;
}

.newsletter .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.newsletter p {
  color: #fff;
  margin: 0;
  flex: none;
}

.newsletter b.c-teal {
  padding: 0 15px;
  flex: none;
}

.newsletter input[type="text"] {
  border-color: #fff;
}

.newsletter input {
  height: 50px !important;
  padding: 20px;
  border: black;
}

.newsletter input[type="submit"] {
  border: solid 1px #00d8d8 !important;
}

.newsletter .wpcf7-response-output {
  display: none;
}

.newsletter form {
  height: 50px;
}

.newsletter .button-wrap {
  width: 55px;
}

@media screen and (max-width: 768px) {
  .newsletter .content {
    flex-direction: column;
    text-align: center;
    padding: 0 25px;
  }

  .newsletter b {
    margin: 20px auto 10px;
    font-size: 1rem;
  }

  .newsletter p,
  .newsletter p > b {
    font-size: 1.2rem;
  }

  .newsletter input {
    width: 100%;
  }
}

.button {
  font-family: "Roboto Mono", monospace;
  display: inline-block;
  padding: 1.0625rem 2rem 1.125rem;
  background: #000;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #00d8d8;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  border: solid 1px #000;
}

.button:hover {
  text-decoration: none;
  color: #000;
  background: #00d8d8;
}

.button:hover svg path {
  fill: #000;
}

.button svg {
  margin-right: 0.5rem;
}

.button.teal {
  border-color: #00d8d8;
  background: #00d8d8;
  color: #000;
}

.button.teal:hover {
  background: transparent;
  color: #00d8d8;
}

.button.teal:hover svg path {
  fill: #00d8d8;
}

.button.yellow {
  background: #ef8;
  color: #000;
  border-color: #ef8;
}

.button.yellow:hover {
  background: #000;
  color: #ef8;
}

.button.black {
  background: #000;
  color: #fff;
  border-color: #000;
}

.button.black:hover {
  background: #ef8;
  color: #000;
  border-color: #ef8;
}

label {
  cursor: pointer;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #00d8d8;
}

.form-control {
  border: 1px solid rgba(111, 122, 121, 0.36);
  border-radius: 0;
  height: unset;
  padding: 1.75rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #6f7a79;
}

.form-control::placeholder {
  opacity: 1;
  color: #6f7a79;
}

.form-control:focus {
  border-color: #00d8d8;
  box-shadow: 0 0 0.2rem rgba(0, 216, 216, 0.25);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background: url("../images/arrow-dropdown-2.svg") no-repeat right 1.75rem center;
  padding-right: 3rem;
}

.form-group {
  margin-bottom: 1.75rem;
}

.form-row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.wpcf7 form select[name="assunto"] option:first-of-type {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}

.wpcf7 form .wpcf7-list-item.first {
  margin-left: 0;
}

select option {
  font-family: "Roboto Mono", monospace, Helvetica, sans-serif;
}

.mailSentPopup {
  display: none;
  width: 500px;
  max-width: 80%;
  position: absolute;
  bottom: -9999px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 40px rgba(111, 122, 121, 0.25);
  background-color: #fff;
}

.mailSentPopup.showPopup {
  display: block !important;
  z-index: 999;
  top: 50%;
  bottom: auto;
  transform: translateX(-50%);
}

.mailSentPopup b {
  color: #00d8d8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
  font-family: "Roboto Mono", monospace, Helvetica, sans-serif;
}

.mailSentPopup a {
  width: 130px;
  border: solid 1px #000;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto Mono", monospace, Helvetica, sans-serif;
}

#contato {
  position: relative;
}

#contato .form-sac .five,
#contato .form-sac .four,
#contato .form-sac .modal-form,
#contato .form-sac .secound,
#contato .form-sac .seven,
#contato .form-sac .six,
#contato .form-sac .tree {
  display: none;
}

#contato .form-sac .wpcf7-response-output,
#contato .form-sac .wpcf7 form.init .wpcf7-response-output,
#contato .form-sac .wpcf7 form.resetting .wpcf7-response-output,
#contato .form-sac .wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}

#contato .form-sac .error {
  color: red;
  font-size: 12px;
}

#contato .form-sac .hidden {
  display: none;
}

#contato .form-sac .btn {
  color: #00d8d8;
  cursor: pointer;
}

#contato .form-sac .row-nav-steps {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto 50px;
  position: relative;
}

#contato .form-sac .row-nav-steps .bg-white {
  background-color: #fff;
}

#contato .form-sac .row-nav-steps .bg-line-step {
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 24px;
  background: linear-gradient(90deg, #00d8d8 50%, #e9f0ef 50%);
}

#contato .form-sac .row-nav-steps .bg-line-step.step2 {
  background: #00d8d8;
}

#contato .form-sac .row-nav-steps .item-step {
  border: 1px solid #e9f0ef;
  color: #e9f0ef;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#contato .form-sac .row-nav-steps .item-step.active {
  border: 1px solid #00d8d8;
  color: #00d8d8;
}

#contato .form-sac .itens-radio label {
  background-color: #e9f0ef;
  color: #6f7a79;
  padding: 28px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-left: 52px;
}

#contato .form-sac .itens-radio label .b-input {
  position: absolute;
  top: calc(50% - 16px);
  left: 10px;
  height: 32px;
  width: 32px;
  background: #f1f5f8;
  transition: background 250ms;
  border: 1px solid #b8c2cc;
  border-radius: 0;
}

#contato .form-sac .itens-radio label .b-input::after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 2px;
  width: 10px;
  height: 22px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg);
}

#contato .form-sac .itens-radio label .marker {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 0;
  border: 2px solid #6f7a79;
  background: transparent;
  margin-right: 10px;
}

#contato .form-sac .itens-radio label .marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #433106;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}

#contato .form-sac .itens-radio label input {
  display: none;
}

#contato .form-sac .itens-radio label input:checked + label .marker::after {
  opacity: 1;
}

#contato .form-sac .box-form-itens .tab {
  padding: 50px 30px;
}

#contato .form-sac .box-form-itens .tab p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

#contato .form-sac .box-form-itens .tab .title-3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

#contato .form-sac .box-form-itens .tab textarea {
  height: 174px;
  font-size: 0.705rem;
}

#contato .form-sac .box-form-itens .file-input-item input[type="file"] {
  display: none;
}

#contato .form-sac .box-form-itens .file-input-item label {
  background-color: #e9f0ef;
  border-radius: 0;
  color: #6f7a79;
  cursor: pointer;
  margin: 10px;
  padding: 6px 10px;
  width: 220px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contato .form-sac .box-form-itens .file-input-item label span {
  background-image: url(../images/icon-file.svg);
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: 10px 0;
  width: 210px;
  font-size: 14px;
  text-align: center;
  padding-left: 29px;
  overflow: hidden;
}

#contato .form-sac .box-form-itens .form-control-flex {
  display: flex;
  padding: 25px 20px;
  justify-content: space-between;
  align-items: center;
}

#contato .form-sac .box-form-itens .form-control-flex p {
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 0;
  padding-right: 20px;
}

#contato .form-sac .box-form-itens .list-circle {
  position: relative;
  padding-left: 20px;
}

#contato .form-sac .box-form-itens .list-circle::before {
  content: "";
  background-color: #6f7a79;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 5px);
}

#contato .form-sac .js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#contato .form-sac .inputfile + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

#contato .form-sac .no-js .inputfile + label {
  display: none;
}

#contato .form-sac .inputfile:focus + label,
#contato .form-sac .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

#contato .form-sac .inputfile-1 + label {
  color: #f1e5e6;
  background-color: #e9f0ef;
}

#contato .form-sac .inputfile-1:focus + label,
#contato .form-sac .inputfile-1.has-focus + label,
#contato .form-sac .inputfile-1 + label:hover {
  background-color: #e9f0ef;
}

#contato .form-sac .wpcf7-not-valid-tip {
  color: red;
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 12px;
  position: relative;
  width: 186px;
  top: 0;
  left: 0;
  font-family: "Roboto Mono", monospace;
  text-transform: initial;
}

@-moz-document url-prefix() {
  #contato .form-sac .wpcf7-not-valid-tip {
    top: 10px;
  }
}

#contato .form-sac .file-input-item .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 0;
}

@-moz-document url-prefix() {
  #contato .form-sac .file-input-item .wpcf7-not-valid-tip {
    top: 30px;
  }
}

#contato .form-sac .pc-tab > input,
#contato .form-sac .pc-tab section > div {
  display: none;
}

#contato .form-sac #tab1:checked ~ section .tab1,
#contato .form-sac #tab2:checked ~ section .tab2,
#contato .form-sac #tab3:checked ~ section .tab3 {
  display: block;
}

#contato .form-sac #tab1:checked ~ nav .tab1,
#contato .form-sac #tab2:checked ~ nav .tab2,
#contato .form-sac #tab3:checked ~ nav .tab3 {
  color: red;
}

#contato .form-sac .pc-tab {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}

#contato .form-sac .pc-tab section {
  padding: 20px;
}

#contato .form-sac .pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contato .form-sac .pc-tab ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

#contato .form-sac .pc-tab ul li label {
  display: flex;
  position: relative;
  padding: 28px 25px 28px 55px;
  border: 0;
  border: 0;
  background: #e9f0ef;
  color: #6f7a79;
  width: 100%;
  margin: 0 0 15px 0;
  transition: all ease 0.2s;
}

#contato .form-sac .pc-tab ul li label:hover {
  background: #ddd;
}

#contato .form-sac .pc-tab ul li label:active {
  background: #00d8d8;
}

#contato .form-sac .pc-tab ul li label .b-input {
  position: absolute;
  top: calc(50% - 16px);
  left: 10px;
  height: 32px;
  width: 32px;
  background: #f1f5f8;
  transition: background 250ms;
  border: 1px solid #b8c2cc;
  border-radius: 0;
}

#contato .form-sac .pc-tab ul li label .b-input::after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 2px;
  width: 10px;
  height: 22px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg);
}

#contato .form-sac .pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}

#contato .form-sac .pc-tab section {
  clear: both;
}

#contato .form-sac .pc-tab section .tab {
  padding: 20px;
  width: 100%;
  border: 1px solid #00d8d8;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

#contato .form-sac .pc-tab section .tab h2 {
  margin: 0;
  color: #34495e;
}

#contato .form-sac #tab1:checked ~ nav .tab1 label,
#contato .form-sac #tab2:checked ~ nav .tab2 label,
#contato .form-sac #tab3:checked ~ nav .tab3 label {
  background: #00d8d8;
  color: #fff;
  position: relative;
}

#contato .form-sac #tab1:checked ~ nav .tab1 label .b-input,
#contato .form-sac #tab2:checked ~ nav .tab2 label .b-input,
#contato .form-sac #tab3:checked ~ nav .tab3 label .b-input {
  border: 1px solid #fff;
  background: #00d8d8;
}

#contato .form-sac #tab1:checked ~ nav .tab1 label .b-input::after,
#contato .form-sac #tab2:checked ~ nav .tab2 label .b-input::after,
#contato .form-sac #tab3:checked ~ nav .tab3 label .b-input::after {
  content: "";
  position: absolute;
  display: block;
  left: 11px;
  top: 2px;
  width: 10px;
  height: 22px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg);
}

.banner-hero {
  position: relative;
  background: #00d8d8;
}

.banner-hero .row {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-height: 100vh;
  align-items: center;
  z-index: 1;
}

.banner-hero .title-1 {
  margin-bottom: 2rem;
}

.banner-hero .title-1 span {
  color: #fff;
}

.banner-hero .button {
  width: 150px;
}

.banner-hero #live-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.owl-esg {
  min-height: 100vh;
  background-color: #000;
}

.owl-esg .section-highlight-block {
  min-height: 100vh;
}

.owl-esg .section-highlight-block .block-wrapper {
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}

.owl-esg .flat-box .inner {
  background-color: #000;
  text-align: left;
}

.owl-esg .flat-box .inner b,
.owl-esg .flat-box .inner .title-4 {
  color: #00d8d8;
}

.owl-esg .bg-image {
  width: calc(50% + 15px) !important;
}

.owl-esg p,
.owl-esg li,
.owl-esg .title-3,
.owl-esg .text {
  color: #fff;
}

.owl-esg li {
  margin-bottom: 0.2rem !important;
}

.owl-esg .text b {
  color: #00d8d8;
  font-weight: bold;
}

.owl-esg .content {
  font-size: 1rem;
  line-height: 1.75rem;
}

.owl-esg .moss {
  flex: 0 0 67px;
}

.owl-esg .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  bottom: 150px;
  left: 10%;
}

@media only screen and (max-width: 767px) {
  .owl-esg .bg-mobile {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto;
  }

  .owl-esg .section-highlight-block {
    min-height: auto;
    height: auto;
  }

  .owl-esg .owl-carousel .owl-stage-outer {
    background-color: #000;
  }

  .owl-esg .owl-dots {
    top: -130px;
    transform: translateX(-50%);
    left: 50%;
  }
}

.language-switcher {
  position: relative;
}

.language-switcher button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  width: 100%;
}

.language-switcher .language-switcher-inner {
  position: relative;
}

.language-switcher .language-switcher-button {
  border: solid 1px #fff;
  color: #fff;
  background: #00d8d8;
  font-weight: 600;
}

.language-switcher .language-switcher-button.active,
.language-switcher .language-switcher-button:hover {
  color: #000;
  border-color: #000;
}

.language-switcher .language-switcher-button.active svg.lang path,
.language-switcher .language-switcher-button:hover svg.lang path {
  stroke: #000;
}

.language-switcher .language-switcher-button.active svg.arrow path,
.language-switcher .language-switcher-button:hover svg.arrow path {
  fill: #000;
}

.language-switcher .language-switcher-button span {
  margin: 0 0.75rem 0 0.35rem;
}

.language-switcher .language-switcher-button,
.language-switcher .language-switcher-button span,
.language-switcher .language-switcher-button svg path {
  transition: all ease-in-out 0.3s;
}

.language-switcher .language-switcher-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #00d8d8;
  color: #fff;
  border: solid 1px #000;
  border-top: 0;
  padding: 0.5rem 0;
  z-index: 10;
}

.language-switcher .language-switcher-menu:not(.show) {
  display: none;
}

.language-switcher .language-switcher-menu button:hover {
  color: #fff;
}

.language-switcher .language-switcher-menu button .shortname {
  display: none;
}

.content-strip-inline {
  display: flex;
}

.content-strip-inline .section-strip-title {
  justify-content: center;
  margin: 0;
}

.content-strip-inline .content-strip-inline-items {
  display: flex;
  flex-grow: 1;
}

.content-strip-inline .content-strip-inline-items .items-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem 2.25rem;
  background: #fff;
  color: #6f7a79;
  font-size: 1rem;
  gap: 1rem;
  min-width: 32%;
}

.content-strip-inline .content-strip-inline-items .items-group span {
  flex: 0 0 max-content;
}

.content-strip-inline .content-strip-inline-items .items-group:not(:last-child) {
  border-right: solid 1px #e9f0ef;
}

.content-strip-inline .content-strip-inline-items .items-group.logos {
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}

.dock-tabs .tab-item {
  margin: 0;
}

.dock-tabs .tab-item:not(:last-child) {
  margin-right: 2rem;
}

.dock-tabs .tab-item .tab-link {
  position: relative;
  font-size: 1rem;
  color: #6f7a79;
  padding: 0.5rem 0;
}

.dock-tabs .tab-item .tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #00d8d8;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.dock-tabs .tab-item .tab-link:hover {
  text-decoration: none;
  color: #00d8d8;
}

.dock-tabs .tab-item .tab-link.active {
  font-size: 1.25rem;
  color: #00d8d8;
}

.dock-tabs .tab-item .tab-link.active::after {
  opacity: 1;
}

.tab-content {
  padding-top: 1.25rem;
}

.esg-stickers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.esg-stickers img {
  width: 100%;
  transition: transform ease-in-out 0.2s;
}

.esg-stickers img:hover {
  transform: scale(1.02);
}

body.blog .topbar .language-switcher,
body.pg-blog .topbar .language-switcher,
body.pg-noticias .topbar .language-switcher,
body.single-noticias .topbar .language-switcher,
body.post-type-archive-news .topbar .language-switcher {
  display: none;
}

.blog-page {
  padding: 40px 20px;
}

.blog-page .title,
.blog-page .title-archive {
  margin: 150px auto 50px auto;
  text-align: center;
}

.blog-page .title h2,
.blog-page .title-archive h2 {
  color: #000;
  font-weight: bold;
  font-size: 3.375rem;
  line-height: 2.4rem;
}

.blog-page .title-archive {
  text-align: left;
  padding: 10px;
}

.blog-page .title-archive h2 {
  line-height: normal;
  margin-bottom: 0;
}

.blog-page .title-archive b {
  display: inline-block;
  padding: 5px 10px;
  border: solid 2px #000;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  color: #000;
  border-radius: 15px;
  margin-bottom: 15px;
}

.blog-post-tag {
  display: inline-block;
  padding: 3px 10px;
  border: solid 2px #000;
  font-family: "Roboto Mono", monospace;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000;
  border-radius: 1rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.blogItem {
  background: #fff;
  min-height: 500px;
  transition: 0.2s;
  margin: 0 auto 1.75rem;
  overflow: hidden;
}

.blogItem a {
  color: #000;
  text-decoration: none;
}

.blogItem .thumb {
  width: 100%;
  height: 250px;
  transition: 0.2s;
  overflow: hidden;
}

.blogItem .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.2s;
}

.blogItem__content {
  padding: 20px 30px;
}

.blogItem__content p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #000;
  margin: 0;
}

.blogItem__content h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #6f7a79;
  margin: 5px 0;
}

.blogItem:hover {
  box-shadow: rgba(29, 29, 27, 0.15) 0 -8px 32px 0;
}

.blogItem:hover img {
  transform: scale(1.02);
}

.featured a {
  text-decoration: none;
}

.featured .blogItem {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 40px 20px 30px;
  background: #fbfbfb;
  transition: all 0.2s;
  border: solid 1px #dedede;
}

.featured .blogItem h2 {
  font-size: 1.25rem;
  line-height: 1.8rem;
  color: #6f7a79;
}

.featured .blogItem.big {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  position: relative;
  transition: 0.2s;
}

.featured .blogItem.big .blog-post-tag {
  position: relative;
  z-index: 9;
  border-color: #00d8d8;
  color: #00d8d8;
}

.featured .blogItem.big h2 {
  font-size: 2.8rem;
  line-height: normal;
  color: #fff;
}

.featured .blogItem.big p {
  color: #fff;
}

.featured .blogItem.big h2,
.featured .blogItem.big p {
  position: relative;
  z-index: 9;
}

.featured .blogItem.big .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.featured .blogItem.small {
  height: 240px;
  min-height: unset;
  margin-bottom: 30px;
}

.featured .blogItem.full {
  height: 230px;
  min-height: unset;
}

.featured .blogItem:hover {
  box-shadow: rgba(29, 29, 27, 0.15) 0 -8px 32px 0;
}

.featured .blogItem:hover.big {
  opacity: 0.9;
}

.search-posts {
  background: #fff !important;
}

.categories-list-wrapper {
  width: 100%;
  min-height: 60px;
  background-color: #000;
  display: flex;
  align-items: center;
}

.categories-list-wrapper ul.categories-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75rem 0;
  list-style: none;
  margin: 0;
}

.categories-list-wrapper ul.categories-list li {
  margin-right: 1rem;
}

.categories-list-wrapper ul.categories-list li a {
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
}

.categories-list-wrapper ul.categories-list li a:hover {
  text-decoration: none;
  color: #00d8d8 !important;
}

.searchFormMobile {
  flex-grow: 1;
}

@media screen and (max-width: 800px) {
  .blog-page {
    padding: 20px 10px !important;
  }

  .blog-page .title h2,
  .blog-page .title-archive h2 {
    font-size: 3rem;
    line-height: 1rem;
  }

  .featured .blogItem.big {
    height: 400px;
    margin-bottom: 30px;
  }

  .featured .blogItem.big h2 {
    font-size: 1.4rem;
  }

  .categories-list-wrapper {
    display: none;
  }

  .blogItem .thumb {
    height: 150px;
  }

  .blogItem .thumb img {
    height: 150px;
  }
}

.alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px 10px;
  color: #6f7a79;
}

.pagination .page-numbers.current {
  background-color: #00d8d8;
  color: #000;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: auto;
}

@media screen and (max-width: 800px) {
  .pagination .prev,
  .pagination .next {
    display: none;
  }
}

body.post-type-archive-news .blog-categories,
body.post-type-archive-news .noticias-categories,
body.single-news .blog-categories,
body.single-news .noticias-categories,
body.tax-tax_news .blog-categories,
body.tax-tax_news .noticias-categories,
body.tax-news_tag .blog-categories,
body.tax-news_tag .noticias-categories {
  display: none !important;
}

body.page-template-pg-blog .news-categories,
body.page-template-pg-blog .noticias-categories,
body.single-post .news-categories,
body.single-post .noticias-categories,
body.category .news-categories,
body.category .noticias-categories,
body.blog .news-categories,
body.blog .noticias-categories,
body.tag .news-categories,
body.tag .noticias-categories {
  display: none !important;
}

body.tax-tax_noticias .news-categories,
body.tax-tax_noticias .blog-categories,
body.single-noticias .news-categories,
body.single-noticias .blog-categories,
body.post-type-archive-noticias .news-categories,
body.post-type-archive-noticias .blog-categories,
body.tax-noticias_tag .news-categories,
body.tax-noticias_tag .blog-categories {
  display: none !important;
}

.searchBox {
  width: 100%;
  min-height: 80px;
  display: flex;
  background-color: #fff;
  transition: all 0.2s;
}

.searchBox .searchIcon {
  margin-right: -35px;
}

.searchBox .searchform {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
}

.searchBox .searchform div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchBox .searchform label {
  display: none;
}

.searchBox .searchform input[type="search"] {
  flex-grow: 1;
  padding-left: 50px;
  border: 0;
  border-bottom: solid 1px #000 !important;
  color: #000;
  background: transparent;
  margin: 0;
}

.searchBox .searchform input[type="search"]:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ef8;
}

.searchBox .searchform input[type="submit"] {
  background-color: #ef8;
  color: #000;
  margin: 0 25px;
}

.searchBox .searchform input[type="search"],
.searchBox .searchform input[type="submit"] {
  height: 50px;
}

.searchBox .searchIcon,
.searchBox .closeIcon {
  object-fit: contain;
  cursor: pointer;
}

@media (max-width: 767px) {
  .searchBox .searchform {
    width: 100%;
  }

  .searchBox .searchform input[type="search"] {
    width: 100%;
    padding-left: 35px;
    font-size: 1rem;
  }

  .searchBox .searchform input[type="submit"] {
    margin: 0 0 0 15px;
    font-size: 0.85rem;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 991px) {
  .topbar .searchBox {
    position: relative;
    transform: unset;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    margin-top: 4rem;
  }

  .topbar .searchBox .searchform input[type="submit"] {
    background-color: #00d8d8;
    color: #fff;
  }
}

.single-post-page__banner {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single-post-page__title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e9f0ef;
}

.single-post-page__title h1,
.single-post-page__title h2,
.single-post-page__title h3 {
  font-size: 38px;
  line-height: 50px;
}

.single-post-page__title p,
.single-post-page__title span {
  color: #6f7a79;
  font-size: 0.9rem;
}

.single-post-page__title p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.single-post-page__title p img {
  height: 15px;
  margin-right: 8px;
  object-fit: contain;
}

.single-post-page__content h1,
.single-post-page__content h2,
.single-post-page__content h3,
.single-post-page__content h4,
.single-post-page__content h5,
.single-post-page__content h6 {
  color: #000;
}

.single-post-page__content h1 {
  font-size: 44px;
  line-height: 60px;
}

.single-post-page__content h2 {
  font-size: 32px;
  line-height: auto;
}

.single-post-page__content h3 {
  font-size: 28px;
  line-height: 36px;
}

.single-post-page__content h4 {
  font-size: 24px;
  line-height: 40px;
}

.single-post-page__content h5 {
  font-size: 20px;
  line-height: 32px;
}

.single-post-page__content h6 {
  font-size: 16px;
  line-height: 28px;
}

.single-post-page__content p {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 10px 0;
  color: #333;
}

.single-post-page__content a {
  color: #6f7a79;
  text-decoration: underline;
}

.single-post-page__content ul {
  list-style: disc;
  list-style-position: inside;
}

.single-post-page__content ul li {
  margin: 10px 0;
}

.single-post-page__content img {
  max-width: 100% !important;
}

.single-post-page__autor {
  margin-top: 50px;
}

.single-post-page__autor .box-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.single-post-page__autor .box-info .autor {
  color: #000;
  font-family: "Roobert Regular", sans-serif;
  font-size: 36px;
  margin-bottom: 5px;
}

.single-post-page__autor .box-info img {
  width: 30px;
  height: auto;
}

.single-post-page__autor .box-info p {
  margin: 0;
}

.single-post-page__autor .picture-perfil {
  display: flex;
  align-items: center;
}

.single-post-page__autor .picture-perfil img {
  border-radius: 50%;
  border: 1px solid #00d8d8;
}

@media screen and (max-width: 800px) {
  .single-post-page .single-post-page__autor {
    margin-top: 50px;
  }

  .single-post-page .single-post-page__autor .box-info {
    justify-content: center;
    text-align: center;
  }

  .single-post-page .single-post-page__autor .box-info .autor {
    margin: 30px 0 10px 0;
    font-size: 36px;
  }

  .single-post-page .single-post-page__autor .box-info img {
    width: 30px;
    height: auto;
  }

  .single-post-page .single-post-page__autor .box-info p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .single-post-page .single-post-page__autor .picture-perfil {
    justify-content: center;
  }

  .single-post-page .single-post-page__autor .picture-perfil img {
    border-radius: 50%;
    border: 1px solid #00d8d8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-page .single-post-page__autor .col-md-2 {
    flex: 0 0 auto;
    width: 25%;
  }

  .single-post-page .single-post-page__autor .col-md-10 {
    flex: 0 0 auto;
    width: 75%;
  }
}

.single-post-page .container-box {
  margin: -80px auto 0;
  padding: 60px;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 800px) {
  .single-post-page__content iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 350px;
  }

  .single-post-page .container-box {
    width: 100%;
    padding: 20px;
  }

  .single-post-page__title p {
    margin-top: 10px;
    justify-content: flex-start;
  }
}

#privacy-box {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: rgba(29, 29, 27, 0.15) 0 -10px 30px 0;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  z-index: 999;
  transition: bottom ease-in-out 1s;
}

#privacy-box.show {
  bottom: 0;
}

#privacy-box .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #555;
}

#privacy-box .text-wrap > :last-child {
  margin-bottom: 0;
}

#privacy-box a {
  color: #555;
  text-decoration: underline;
}

#privacy-box a:hover {
  color: #000;
}

#privacy-box button {
  display: inline-block;
  padding: 1rem 1.56rem;
  border: 0;
  border-radius: 0.32rem;
  outline: 0;
  background: #555;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  min-height: 60px;
  text-align: center;
}

#privacy-box button:hover {
  filter: brightness(0.9);
}

@media (max-width: 767px) {
  #privacy-box {
    padding: 20px 15px 25px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    justify-content: center;
  }

  #privacy-box > :not(.text-wrap) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #privacy-box .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  #privacy-box .text-wrap {
    margin-bottom: 20px;
  }

  #privacy-box button {
    min-height: unset;
    padding: 9px 25px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  #privacy-box {
    padding: 40px 50px;
  }

  #privacy-box .text-wrap {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  #privacy-box {
    padding: 55px 60px;
  }

  #privacy-box .text-wrap {
    padding-right: 10%;
  }
}

.form-validation {
  display: none;
  font-size: 14px;
  margin-top: 10px;
}

.form-validation.error {
  color: red;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:invalid ~ .form-validation {
  display: block;
}

.custom-checkbox input:checked + label .marker::after {
  opacity: 1;
}

.custom-checkbox label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
}

.custom-checkbox label .marker {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: solid 1px #c7c7c7;
  background: #eeebeb;
  margin-right: 10px;
}

.custom-checkbox label .marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #333;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}

.custom-checkbox label .label {
  flex: calc(100% - 26px - 10px);
  max-width: calc(100% - 26px - 10px);
}

.custom-checkbox a {
  color: #000;
  font-weight: 500;
}

.privacy-info {
  font-size: 13px;
  line-height: 17px;
  margin: 15px 0;
}

.privacy-info a {
  text-decoration: underline;
}

.correctItem {
  width: 33%;
  display: flex;
  margin: 20px 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: left !important;
}

.correctItem img {
  height: 15px !important;
  margin: 10px;
}

@media screen and (max-width: 992px) {
  .correctItem {
    width: 100%;
    margin: 10px 0;
    font-size: 1.4rem;
  }

  .correctItem img {
    margin: 5px 20px 0 10px;
  }
}

.news-card .inner {
  display: block;
  color: #fff;
  background: #6f7a79;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.news-card .inner:hover {
  text-decoration: none;
  border-color: #00d8d8;
}

.news-card .inner:hover .arrow * {
  fill: #00d8d8;
}

.news-card .card-image {
  display: block;
  width: 100%;
}

.news-card .card-content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: 165px;
  padding: 1.5rem;
}

.news-card .card-content > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.news-card .card-content .title-4 {
  margin: 0;
}

.news-card .card-content .content-heading {
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #00d8d8;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.news-card .card-content .content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-card .card-content .arrow {
  margin-left: 2rem;
}

.news-card .card-content .arrow > * {
  transition: fill ease-in-out 0.3s;
}

.news-card.theme-light .inner {
  background-color: #fff;
}

.news-card.theme-light .title-4 {
  color: #000;
}

.flat-box {
  display: flex;
}

.flat-box.theme-black .inner {
  background: #000;
  color: #fff;
}

.flat-box.theme-black .title-4 {
  color: #00d8d8;
  line-height: 2.25rem;
}

.flat-box.default-content .inner {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  padding: 2.75rem 2rem;
}

.flat-box .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #00d8d8;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
  text-align: center;
  padding: 2.75rem 2rem;
}

.flat-box .inner > :last-child {
  margin-bottom: 0;
}

.flat-box .inner > :not(.icon):not(.button) {
  flex: 0 0 100%;
  max-width: 100%;
}

.flat-box .icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.75rem;
}

.flat-box .title-4 {
  margin-bottom: 1rem;
}

.flat-box .text {
  margin-bottom: 1.5rem;
}

.flat-box .text > :last-child {
  margin-bottom: 0;
}

.flat-box.box-benefits .inner {
  padding: 3.75rem;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  min-height: 205px;
}

.flat-box.box-benefits .inner .icon {
  margin: 0;
  justify-content: flex-start;
}

.flat-box.box-benefits .inner .title-4 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}

.flat-box.box-benefits .inner p {
  margin-bottom: 0;
}

.row-step {
  counter-reset: number;
}

.row-step .flat-box-step::after {
  content: "";
  background-image: url(../images/icon-seta-step.svg);
  background-color: #00d8d8;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  color: #e9f0ef;
  font-weight: 400;
  font-size: 100px;
  line-height: 72px;
  position: absolute;
  bottom: calc(50% - 36px);
  right: -30px;
  z-index: 9;
}

.row-step > :last-child::after {
  content: "";
  opacity: 0;
}

.flat-box-step {
  display: flex;
}

.flat-box-step::before {
  counter-increment: number;
  content: "0" counter(number);
  color: #e9f0ef;
  font-weight: 400;
  font-size: 100px;
  line-height: 72px;
  position: absolute;
  bottom: -10px;
  right: 15px;
  opacity: 0.16;
}

.flat-box-step .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: #6f7a79;
  color: #fff;
  text-align: left;
  padding: 2.75rem 2rem;
  width: 100%;
}

.flat-box-step .inner > :last-child {
  margin-bottom: 0;
}

.flat-box-step .inner > :not(.icon):not(.button) {
  flex: 0 0 100%;
  max-width: 100%;
}

.flat-box-step .inner a {
  color: #ef8;
  text-decoration: underline;
}

.flat-box-step .title-4 {
  margin-bottom: 1rem;
}

.flat-box-step .text {
  margin-bottom: 1.5rem;
}

.flat-box-step .text > :last-child {
  margin-bottom: 0;
}

.flat-box-journey {
  display: flex;
  padding: 0;
}

.flat-box-journey .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: #000;
  font-size: 0.95rem;
  line-height: 1.75rem;
  color: #fff;
  text-align: left;
  padding: 2.75rem 2rem;
  width: 100%;
}

.flat-box-journey .inner > :last-child {
  margin-bottom: 0;
}

.flat-box-journey .title-4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: initial;
}

.flat-box-journey .text {
  margin-bottom: 1.5rem;
}

.flat-box-journey .text > :last-child {
  margin-bottom: 0;
}

.big-number .title {
  font-family: "Roboto Mono", monospace;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #00d8d8;
  text-align: center;
  margin-bottom: 0;
}

.big-number .title .big {
  display: block;
  font-family: "Roobert";
  font-size: 6.25rem;
  line-height: 7rem;
  color: #fff;
  margin-bottom: 1rem;
}

.content-card .inner {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  height: 100%;
  color: #000;
}

.content-card .inner:hover {
  text-decoration: none;
}

.content-card .inner > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.content-card .content-card-image {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.content-card [class*="title"] {
  color: #00d8d8;
  margin-bottom: 1rem;
}

.content-card .content-card-body {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 2.5rem 2.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
  min-height: calc(100% - 280px);
}

.content-card .content-card-body > *:not(.button) {
  flex: 0 0 100%;
  max-width: 100%;
}

.content-card .content-card-body > :last-child,
.content-card .content-card-body div > :last-child {
  margin-bottom: 0;
}

.content-card .content-card-body .button {
  margin-top: 1.5rem;
}

.content-card .content-card-body ul li {
  margin-bottom: 0.75rem;
}

.content-card .content-card-body .tab-content ul {
  line-height: 1.5rem !important;
}

.content-card .content-card-body .tab-content ul li {
  margin-bottom: 0.5rem !important;
}

.content-card.inline {
  display: flex;
}

.content-card.inline .inner {
  background: #000;
  color: #fff;
}

.content-card.inline .content-card-image {
  flex: 0 0 35%;
  max-width: 35%;
  height: 100%;
}

.content-card.inline .content-card-body {
  flex: 0 0 calc(100% - 35%);
  max-width: calc(100% - 35%);
}

.card-sac .content-card-body {
  padding: 3.5rem 2.75rem !important;
}

.card-sac .content-card-body > div {
  position: relative;
}

.card-sac .content-card-body > div::before {
  content: "";
  background-image: url("../images/icon-arrow-black.svg");
  width: 23px;
  height: 18px;
  position: absolute;
  right: -20px;
  bottom: 1px;
}

.icon-box {
  display: flex;
  z-index: 2;
}

.icon-box .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: #00d8d8;
  color: #000;
  padding: 2.125rem 2.75rem;
  text-align: left;
}

.icon-box .inner a {
  color: #000;
}

.icon-box .inner > :last-child {
  margin-bottom: 0;
}

.icon-box .inner > :not(.icon) {
  flex: 0 0 100%;
  max-width: 100%;
}

.icon-box .icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}

.icon-box .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.icon-box .content {
  font-size: 1rem;
  line-height: 1.75rem;
}

.icon-box .content > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .icon-box.full .inner {
    width: 100%;
  }
}

.icon-box.height-300 {
  max-height: 320px;
  height: auto;
}

.process-boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  counter-reset: processCounter;
}

.process-boxes-wrapper .process-box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  background: #6f7a79;
  color: #fff;
  min-height: 250px;
  padding: 2.5rem 3rem;
}

.process-boxes-wrapper .process-box > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.process-boxes-wrapper .process-box:last-child [class*="title"]::before,
.process-boxes-wrapper .process-box:last-child [class*="title"]::after {
  display: none;
}

.process-boxes-wrapper .process-box::before {
  content: "0" counter(processCounter);
  counter-increment: processCounter;
  position: absolute;
  right: 0;
  bottom: -0.875rem;
  font-size: 7.5rem;
  line-height: 4.5rem;
  color: #e9f0ef;
  opacity: 0.16;
}

.process-boxes-wrapper .process-box > :last-child {
  margin-bottom: 0 !important;
}

.process-boxes-wrapper .process-box [class*="title"] {
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.process-boxes-wrapper .process-box [class*="title"]::before {
  content: "";
  position: absolute;
  right: calc(-4.5rem / 3);
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 17px;
  height: 30px;
  background: url("../images/arrow-right.svg") no-repeat center/contain;
  color: #fff;
  border-radius: 100%;
  z-index: 2;
}

.process-boxes-wrapper .process-box [class*="title"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
  transform: translate(70%, -50%);
  width: 5rem;
  height: 5rem;
  background: #00d8d8;
  color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.process-boxes-wrapper .process-box ul {
  padding-right: 1.5rem;
}

.process-boxes-wrapper .process-box ul li {
  margin-bottom: 0.25rem;
}

.person-card:not(:last-child) {
  margin-bottom: 2rem;
}

.person-card .person-card-photo {
  width: 100%;
}

.person-card .person-card-description {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00d8d8;
  padding: 1.125rem 1.125rem 0 1.125rem;
  gap: 1rem;
  text-align: center;
}

.person-card .person-card-description .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0;
}

.person-card .person-card-description .socials a {
  color: #fff;
}

.person-card .person-card-description .socials a svg path {
  fill: #fff;
  transition: all ease-in-out 0.3s;
}

.person-card .person-card-description .socials a:hover {
  text-decoration: none;
}

.person-card .person-card-description .socials a:hover svg path {
  fill: #000;
}

.text-box {
  display: flex;
}

.text-box .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #00d8d8;
  color: #000;
  padding: 2.5rem;
  text-align: left;
}

.text-box .inner > :last-child {
  margin-bottom: 0;
}

.text-box .inner > :not(img) {
  flex: 0 0 100%;
  max-width: 100%;
}

.text-box .title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.text-box .content {
  font-size: 1rem;
  line-height: 1.75rem;
}

.accordion {
  width: 100%;
}

.accordion .card {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #ccc;
}

.accordion .card:first-child {
  border-top: solid 1px #ccc;
}

.accordion .card .card-body {
  font-size: 1rem;
  padding: 10px 20px;
}

.accordion .card button.btn-link {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 20px;
  color: #00d8d8;
}

.accordion .card button.btn-link:not(:last-child) {
  margin-bottom: 1.25rem;
}

.accordion .card button.btn-link.collapsed {
  color: #fff;
}

.accordiontips {
  width: 100%;
}

.accordiontips .card {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #ccc;
}

.accordiontips .card:first-child {
  border-top: solid 1px #ccc;
}

.accordiontips .card .card-body {
  font-size: 1rem;
  padding: 0 20px 20px;
}

.accordiontips .card .card-body p a {
  color: #000;
}

.accordiontips .card .card-body p a:hover {
  color: #00d8d8;
}

.accordiontips .card button.btn-link {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 20px;
  color: #00d8d8;
  font-weight: 700;
  font-size: 28px;
  background-image: url("../images/icon-close-green.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 30px;
  transition: all ease 0.2s;
}

.accordiontips .card button.btn-link:not(:last-child) {
  margin-bottom: 1.25rem;
}

.accordiontips .card button.btn-link.collapsed {
  color: #00d8d8;
}

.accordiontips .card button.btn-link.collapsed {
  background-image: url("../images/icon-open.svg");
}

.accordionsactips {
  width: 100%;
}

.accordionsactips .card {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #ccc;
}

.accordionsactips .card:first-child {
  border-top: solid 1px #ccc;
}

.accordionsactips .card .card-body {
  font-size: 1rem;
  padding: 0 20px 20px;
}

.accordionsactips .card .card-body p a {
  color: #fff;
}

.accordionsactips .card .card-body p a:hover {
  color: #00d8d8;
}

.accordionsactips .card .card-body ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) li::before {
  background-color: #fff;
}

.accordionsactips .card button.btn-link {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  background-image: url("../images/icon-close-yellow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 30px;
  transition: all ease 0.2s;
}

.accordionsactips .card button.btn-link:not(:last-child) {
  margin-bottom: 1.25rem;
}

.accordionsactips .card button.btn-link.collapsed {
  color: #fff;
}

.accordionsactips .card button.btn-link.collapsed {
  background-image: url("../images/icon-open-white.svg");
}

.section-highlight-block {
  position: relative;
}

.section-highlight-block .container {
  position: relative;
  z-index: 1;
}

.section-highlight-block .container > .row {
  min-height: 500px;
}

.section-highlight-block.theme-black {
  background: #000;
  color: #fff;
}

.section-highlight-block.theme-teal {
  background: #00d8d8;
  color: #000;
}

.section-highlight-block.theme-yellow {
  background: #ef8;
}

.section-highlight-block .block-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-highlight-block .block-wrapper .block-inner-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section-highlight-block .block-wrapper .block-inner-wrapper svg.quote {
  position: absolute;
  top: -40px;
  left: -70px;
}

.section-highlight-block .block-wrapper .content {
  margin-bottom: 2rem;
}

.section-highlight-block .block-wrapper .content > :last-child {
  margin-bottom: 0;
}

.section-highlight-block .block-wrapper .content ul {
  font-size: 1.25rem;
  text-align: left;
}

.section-highlight-block .block-wrapper .row {
  margin-top: 2.5rem;
}

.section-big-numbers {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  background: #042a37;
}

.section-header-hero {
  position: relative;
  background: #000;
  color: #fff;
}

.section-header-hero .row {
  padding-top: 6rem;
  padding-bottom: 5rem;
  min-height: 100vh;
  align-items: center;
}

.section-header-hero .header-hero-breadcrumbs {
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-header-hero .header-hero-breadcrumbs a {
  color: #fff;
}

.section-header-hero .header-hero-breadcrumbs a:hover {
  text-decoration: none;
  color: #00d8d8;
}

.section-header-hero .header-hero-breadcrumbs .current {
  color: #00d8d8;
  font-weight: 600;
}

.section-header-hero .header-hero-description > :last-child {
  margin-bottom: 0;
}

.section-header-hero .title-2 {
  margin-bottom: 1rem;
}

.section-header-hero .header-hero-buttons {
  margin-top: 2.25rem;
}

.section-header-hero .header-hero-buttons .button:not(:last-child) {
  margin-bottom: 1rem;
}

.card-videos {
  background-color: #000;
}

.card-videos .inner {
  background-color: #000;
}

.card-videos img {
  opacity: 0.5;
}

.card-videos a {
  position: relative;
}

.card-videos a::before {
  content: "";
  background-image: url(../images/play-video.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 58px;
  height: 57px;
  top: calc(35% - 24px);
  left: calc(50% - 24px);
  z-index: 999;
  display: block;
  transition: all ease 0.2s;
}

.card-videos a:hover::before {
  transform: scale(1.08);
}

.card-videos .content-card-body {
  background-color: #000;
  padding: 2rem 2.75rem;
}

.card-videos .content-card-body .title-6 {
  margin: 0;
}

.card-videos .content-card-body .title-4 {
  color: #fff;
  font-size: 1.4rem;
}

#Wrapper .owl-testimonial {
  padding-left: 7%;
}

#Wrapper .owl-testimonial .owl-dots {
  justify-content: flex-start;
  padding-left: 15px;
}

#Wrapper .owl-testimonial .owl-dots .owl-dot {
  background: #00d8d8;
}

#Wrapper .owl-testimonial .owl-dots .owl-dot.active {
  background: #000;
}

#Wrapper .owl-testimonial .card-testimonial .title-5 {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1rem;
  font-weight: 600;
}

#Wrapper .owl-testimonial .card-testimonial .title-6 {
  font-size: 1rem;
}

#Wrapper .owl-testimonial img {
  fill: #00d8d8;
}

.pg-programa-de-estagio .section-header-hero .button {
  color: #fff;
}

.pg-programa-de-estagio .section-header-hero .button:hover {
  background-color: #ef8;
  border-color: #ef8;
  color: #000;
}

.pg-programa-de-estagio .full-height-mobile .theme-black .button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.pg-programa-de-estagio .full-height-mobile .theme-black .button:hover {
  background-color: #ef8;
  border-color: #ef8;
  color: #000;
}

.pg-programa-de-estagio .bg-yellow-grafism {
  padding-bottom: 2.75rem;
}

.pg-programa-de-estagio .section-highlight-block .bg-image {
  width: calc(50% - 0px);
}

.pg-programa-de-estagio .big-number .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pg-programa-de-estagio .big-number .title .big {
  position: relative;
}

.pg-programa-de-estagio .big-number .title .big b {
  font-size: 4rem;
  margin-right: -19px;
  top: 1px;
  left: -45px;
  position: absolute;
}

@media (min-width: 1440px) {
  .pg-programa-de-estagio .big-number .title {
    line-height: 1.8rem;
  }

  .pg-programa-de-estagio .big-number .title .big {
    font-size: 6.25rem;
    line-height: 6rem;
  }
}

.pg-programa-de-estagio .section-highlight-block .block-wrapper .block-inner-wrapper {
  padding-left: 4.75rem;
}

.pg-programa-de-estagio .section-highlight-block.bg-image-right .block-wrapper .block-inner-wrapper {
  padding-left: 0;
  padding-right: 4.75rem;
}

.pg-programa-de-estagio
  .section-highlight-block.bg-image-right
  .block-wrapper
  .block-inner-wrapper
  ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu)
  li::before {
  background: #ef8;
}

.pg-programa-de-estagio .section-highlight-block.bg-image-right .block-wrapper .block-inner-wrapper.bg-teal {
  padding: 2rem 2rem 1rem 2rem;
  flex: 0 0 90%;
  max-width: 90%;
}

.pg-programa-de-estagio
  .section-highlight-block.bg-image-right
  .block-wrapper
  .block-inner-wrapper.bg-teal
  ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu)
  li::before {
  background: #fff;
}

.pg-programa-de-estagio .section-highlight-block.bg-image-right .block-wrapper .block-inner-wrapper.bg-teal ul li {
  color: #000;
}

.pg-programa-de-estagio .section-highlight-block.bg-image-right .block-wrapper .block-inner-wrapper .title-3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.pg-programa-de-estagio #Wrapper .owl-carousel-journey .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #ef8;
}

.pg-programa-de-estagio ul:not(.nav):not(.dropdown-menu):not(.categories-list):not(.footer-menu) {
  list-style: none;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.pg-programa-de-estagio .intro p {
  font-size: 16px;
}

.pg-programa-de-estagio .rotate-text {
  margin-bottom: 0;
  margin-top: -3rem;
  width: auto;
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  width: auto;
  left: 0;
  font-size: 46px;
  line-height: 47px;
  color: #6f7b79;
  font-weight: 600;
  font-family: "Roobert", sans-serif;
}

#Wrapper .owl-carousel-journey .owl-scrollbar {
  margin-top: 90px;
  border-radius: 0;
  height: 8px;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
}

#Wrapper .owl-carousel-journey .owl-scrollbar .owl-scroll-handle {
  height: 15px;
  width: 200px;
  border-radius: 0;
  display: inline-block;
  background: #ef8;
  position: absolute;
  top: -5px;
  left: -1px;
}

#Wrapper .owl-carousel-journey .owl-scrollbar .owl-scroll-progress {
  background: #fff;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#Wrapper .owl-testimonial {
  background-image: url("../images/testimonial_background.png");
  background-repeat: no-repeat;
  background-position-x: 0;
}

#Wrapper .owl-testimonial .thumbnail {
  justify-content: center;
}

#Wrapper .owl-testimonial .thumbnail img {
  box-shadow: 10px 10px #00d7d7;
  margin-bottom: 4rem;
}

#Wrapper .owl-testimonial .title-4 {
  font-size: 16px;
  line-height: 1.2;
}

#Wrapper .owl-testimonial .inner {
  background: url("../images/quote-top.svg") no-repeat left top, url("../images/quote-bottom.svg") no-repeat right bottom, transparent;
}

.item-camada > div {
  position: relative;
}

.item-camada > div::before {
  content: "";
  background-color: #ef8;
  width: 110%;
  position: absolute;
  height: 2px;
  right: -110%;
  z-index: 0;
  top: calc(50% - 1px);
}

.img-camadas {
  margin-right: -30%;
  margin-top: -15px;
}

html[lang="en"] .pt-br,
html[lang="en"] .es {
  display: none !important;
}

html[lang="es"] .pt-br,
html[lang="es"] .en {
  display: none !important;
}

html[lang="pt-br"] .es,
html[lang="pt-br"] .en {
  display: none !important;
}

a,
.nav-link,
.dropdown-toggle {
  outline: 0 !important;
}

.pt-br,
.en,
.es {
  visibility: hidden;
  display: none;
}

.idiomaPt .en,
.idiomaPt .es {
  visibility: hidden !important;
  display: none !important;
}

.idiomaPt .pt-br {
  visibility: visible;
  display: block;
}

.idiomaEn .pt-br,
.idiomaEn .es {
  visibility: hidden !important;
  display: none !important;
}

.idiomaEn .en {
  visibility: visible;
  display: block;
}

.idiomaEs .pt-br,
.idiomaEs .en {
  visibility: hidden !important;
  display: none !important;
}

.idiomaEs .es {
  visibility: visible;
  display: block;
}

.ajax-form {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.ajax-form .loader {
  display: none;
  position: absolute;
  right: -0.5rem;
  top: 0;
  transform: translateX(100%);
}

.gCKHAa {
  z-index: 9999999 !important;
  bottom: 60vh !important;
  top: auto !important;
}

.ht-skip {
  display: none !important;
}

.idiomaPt .ht-skip {
  display: block !important;
}

.text-p-r {
  padding-right: 8%;
}
