@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@100..900&display=swap");

@import url("https://fonts.cdnfonts.com/css/open-sans-condensed-2");

@font-face {
  font-family: "Matria Condensed Bold";
  src: url("https://fonts.fontdue.com/plau/fonts/ffbe00376c393ce295b87b2d58854232ca5b8364.woff2")
      format("woff2"),
    url("https://fonts.fontdue.com/plau/fonts/ffbe00376c393ce295b87b2d58854232ca5b8364.woff")
      format("woff");
  font-style: normal;
  font-weight: 700;
  ascent-override: 97%;
  descent-override: 28%;
  line-gap-override: 0%;
}

/* @font-face {
  font-family: "Matria Condensed ExtraBold";
  src: url("https://fonts.fontdue.com/plau/fonts/5b79f2a77c0364e5bfb8ba2804366f4bb91fa976.woff2")
      format("woff2"),
    url("https://fonts.fontdue.com/plau/fonts/5b79f2a77c0364e5bfb8ba2804366f4bb91fa976.woff")
      format("woff");
  font-style: normal;
  font-weight: 800;
  ascent-override: 97%;
  descent-override: 28%;
  line-gap-override: 0%;
} */
 @font-face {
  font-family: "Matria Condensed ExtraBold";
  src: url("../fonts/MatriaCondensed-ExtraBold.woff2")
      format("woff2");
  font-style: normal;
  font-weight: 800;
  ascent-override: 97%;
  descent-override: 28%;
  line-gap-override: 0%;
}

/**
 * Definições de fontes
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px



 */
:root {
  --bs-gutter-x: 1.5rem;
  --color-black: #1a1a1a;
  --color-white: #ffffff;
  --color-primary: #102d54;
  --color-text: #00416a;

  --bg-page: #ffffff;

  --bs-breadcrumb-divider-color: #fff !important;

  --font: "Matria Condensed ExtraBold", sans-serif;
  --font-title: "Matria Condensed ExtraBold", sans-serif;
  --font-second: "Public Sans", sans-serif;
  --font-text: "Public Sans", sans-serif;
  --font-light: "Open Sans Condensed", sans-serif;

  --color-hamburger: #00416a;
  --color-link-menu: #00416a;
  --PRINCIPAL-RED: #ee3831;

  --PRINCIPAL: #00416a;

  --bg-footer: #00416a;

  /* --width-container: 98%; */
  --x-gutter: 62px;
  --width-container: calc(100vw - var(--x-gutter));
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
#cookiebanner-root .cb_bottom {
  background-color: #004962 !important;
}

.ftz-10 {
  font-size: 10px !important;
}

.ftz-11 {
  font-size: 11px !important;
}

.ftz-12 {
  font-size: 12px !important;
}

.ftz-14 {
  font-size: 14px !important;
}

.ftz-15 {
  font-size: 15px !important;
}

.ftz-16 {
  font-size: 16px !important;
}

.ftz-18 {
  font-size: 18px !important;
}

.ftz-20 {
  font-size: 20px !important;
}

.ftz-24 {
  font-size: 24px !important;
}

.ftz-26 {
  font-size: 26px !important;
}

.ftz-28 {
  font-size: 28px !important;
}

.ftz-36 {
  font-size: 36px !important;
}

.ftz-48 {
  font-size: 48px !important;
}

.ftz-56 {
  font-size: 56px !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  font-family: var(--font);
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.hide {
  display: none !important;
}

.item-click {
  cursor: pointer;
}
.color-black {
  color: var(--color-black) !important;
}

.color-white {
  color: var(--color-white) !important;
}

/**
 content
 */
.the-content * {
  color: #ccc;
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}

.the-content .gallery {
  display: flex;
  flex-wrap: wrap;
}

.the-content .gallery > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.the-content img {
  border-radius: 20px;
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.the-content strong,
.the-content b {
  font-weight: 700;
  font-family: var(--font);
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  font-weight: 700;
  color: #ccc;
  font-family: var(--font);
  font-size: 28px;
  margin-bottom: 20px;
}

.text-decoration-none {
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.ma-0 {
  margin: 0;
}

/**
 * Titles
 */
.title-section {
  --title-ftz-size: 28px;
  color: var(--PRINCIPAL-RED, #ee3831);

  /* Head/H3 */
  font-family: var(--font);
  font-size: var(--title-ftz-size);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.sub-title-section {
  color: var(--PRINCIPAL-RED, #ee3831);

  /* Head/H5 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 120% */
}
.text {
  color: var(--principal-00416-a, #00416a);
  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.title-section-min {
  font-size: 20px;
  font-family: var(--font);
  color: var(--title-color);
  font-weight: 700;
  text-align: left;
}

/**
 * Tags
 */

a,
a:hover {
  text-decoration: none;
}

html,
body {
  font-family: var(--font);
  font-weight: 400 !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  color: var(--color-text);
  scroll-behavior: smooth !important;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  background-color: var(--bg-page);
}

/**
 * Defs menu
 */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

.nav-menu {
  position: relative;
  background: #fff;
  padding: 22px 0;
}
.nav-menu .sep {
  background: rgba(222, 222, 222, 0.2);
  width: 1px;
  height: 54px;
}

.nav-menu svg path {
  fill: #e0ffdf;
}
.nav-menu.brand-top img {
  transition: all 0.3s ease-in-out;
}
/* .nav-menu.bg .brand-top img {
  height: 41px;
} */
.nav-menu.bg {
  padding: 10px 0;
}
/* .nav-menu .brand {
  width: 25%;
} */
.nav-menu.bg .brand img {
  transition: all 0.3s ease-in-out;
}
.nav-menu.bg .brand-top {
  max-width: 140px;
}
.nav-menu.bg .brand {
  transition: all 0.3s ease-in-out;
}
.nav-menu.bg {
  background: var(--PRINCIPAL-WHITE, #fff);
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.25);
}

.menu {
  padding: 0;
  margin: 0;
}

#menu-menu-topo li {
  list-style: none;
  --margin-li: 0 30px;
  margin: var(--margin-li);
}
#menu-topo {
  position: relative;
}
header .btn-contato {
  --color: var(--PRINCIPAL);
  --bg: none;
  --radius: 8px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  background: var(--bg);
  color: var(--color);
  text-transform: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  border: 1px solid var(--PRINCIPAL);
  padding-right: 0;
  /* position: absolute;
    right: 0; */
}
.nav-menu .btn-contato {
  display: flex;
  width: 151px;
  height: 52px;
  padding: 0 0 0 30px;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-radius: var(--radius);
}
header .btn-contato::after {
  transition: all 0.3s ease-in-out;
  content: " ";
  background: var(--PRINCIPAL) url("../img/icons/icn_btn_arrow_right.svg")
    no-repeat center center;
  padding: 26px 20px;
  display: flex;
  margin-left: 10px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-right: -2px;
}
header .btn-contato:hover {
  color: #fff !important;
  border-radius: var(--radius);
  background: var(--PRINCIPAL);
}

#menu-menu-topo > li > a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}
/* 
#menu-menu-topo a[href$="#"],
#menu-menu-topo a[href$="#"]:hover {
  border-right: 1px solid #c9c9c980;
  color: transparent;
} */
header a {
  color: var(--color-link-menu);
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: start;
  align-content: center;
}
header a:hover,
header li a:hover,
header li.active a,
#menu-mobile a:hover,
#menu-mobile a:hover,
#menu-mobile .menu-item.active > a,
#menu-mobile .menu-item > a:active {
  color: #ee3831;
}

#menu-mobile .menu-item {
  justify-content: start;
}
header .menu-item {
  position: relative;
  display: grid;
  justify-items: center;
  justify-content: center;
}

header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children.active > .sub-menu {
  display: block;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#menu-menu-topo .menu-item-has-children a:after {
}
header .menu-item-has-children:hover > a:after {
  background-image: url("../img/icons/icn_chevron_up.svg");
  rotate: 180deg;
}
header .menu-item-has-children.active:hover > a:after {
  background-image: url("../img/icons/icn_chevron_up.svg");
}
header .menu-item-has-children.active > .sub-menu li {
}
header .menu-item-has-children.active > .sub-menu a {
  color: var(--PRINCIPAL, #00416a);
  text-align: center;
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 132%; /* 26.4px */
  text-transform: uppercase;
}
header .menu-item-has-children.active > .sub-menu a:hover {
  color: #ee3831;
}
header .menu-item-has-children.active > a:after,
header .menu-item-has-children.active:hover > a:after {
  transform: rotate(0deg);
  background-image: url("../img/icons/icn_chevron_up.svg");
}
header .menu-item-has-children > a::after {
  display: flex;
  content: " ";
  background: url("../img/icons/icn_chevron.svg") 0 0 no-repeat;
  width: 16px;
  height: 11px;
  margin-left: 4px;
  align-self: center;
  transition: all 0.2s ease-in-out;
}
header .sub-menu {
  --width: 200px;
  position: absolute;
  display: none;
  top: 20px;
  margin: 0;
  padding: 0;
  padding-left: 0;
  min-width: var(--width);
  border-radius: 12px;
  background: #fff;
  /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25); */
}
header .sub-menu li {
  padding: 8px 12px;
  margin: 0 !important;
  width: 100%;
  justify-content: start;
}

header .menu-item-has-children.active > .sub-menu {
  display: flex;
  border-radius: 0px 0px 8px 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
header .menu-item-has-children .container-menu-cat {
  position: relative;
}
header .menu-categoria-produto {
  flex-wrap: nowrap !important;
  left: 0 !important;
}
header .menu-categoria-produto li {
  min-width: 200px;
}

header .menu-categoria-produto img {
  object-fit: cover;
  height: 110px;
  width: 175px;
}
header .menu-categoria-produto .tarja {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  color: var(--PRINCIPAL-WHITE, #fff);
  border-radius: 0 0 8px 8px;
  background: var(--principal-00416-a, #00416a);
  width: 100%;
  /* Nav/Nav */
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
header .sub-menu > li:hover .tarja{
  background: #ee3831 !important;
}

/**
* Menu mobile
*/
#menu-mobile .btn-contato {
  position: relative;
  height: 51px;
  z-index: 9;
  margin-left: 20px;
}
#menu-mobile {
  background-color: var(--color-white);
  transition: all 0.2s ease-in-out;
}

#menu-mobile.active {
  min-height: 100%;
}

#menu-mobile .menu-item-has-children {
  align-items: start;
}
#menu-mobile .sub-menu {
  position: relative;
  /* 
  left: -120px;
  top: 23px; */
}
#menu-mobile .menu-categoria-produto {
  margin-bottom: 30px !important;
}
#menu-mobile .menu-categoria-produto li {
  width: auto !important;
  max-width: 145px;
  min-width: auto;
}
#logo-menu-mobile {
  margin-left: 24px;
}

.bg-mobile {
  /* background-color: rgb(21, 25, 29,0.75); */
  /* background: var(--Black-Opacity, rgba(0, 0, 0, 0.6)); */
  /* backdrop-filter: blur(2px); */
  background-color: #fff;
  height: 73px;
}
.bg-mobile svg path {
  fill: #004962;
}
.open-menu {
  width: 30px;
  height: 20px;
  /* position: absolute;
    margin-top:10px;
    right: 25px; */
  margin-right: 24px;
  cursor: pointer;
}

.icone-menu {
  display: block;
  position: relative;
  cursor: pointer;
  top: -10px;
  left: -10px;
}

.icone-menu .bar {
  position: relative;
  background-color: var(--color-hamburger);
  top: 18px;
  right: -9px;
}

.icone-menu .bar::after,
.icone-menu .bar::before {
  content: "";
}

.icone-menu .bar,
.icone-menu .bar::after,
.icone-menu .bar::before {
  width: 30px;
  height: 2px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.icone-menu .bar::after {
  position: absolute;
  left: 0;
  top: 7px;
  background-color: var(--color-hamburger);
}

.icone-menu .bar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: var(--color-hamburger);
}

#menu-mobile.active .icone-menu .bar {
  width: 20px;
  /* display: none; */
  transform: rotate(49deg);
}

#menu-mobile.active .icone-menu .bar::before {
  width: 8px;
  display: none;
}

#menu-mobile.active .icone-menu .bar::after {
  width: 20px;
  transform: rotate(83deg);
  top: 0px;
}

.menu-mobile-content {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 23px;
}

.menu-mobile-content ul {
  display: none;
}

.menu-mobile-content > li:first-child {
  margin-top: 60px;
}

.menu-mobile-content li {
  text-align: left;
  margin-bottom: 24px;
  padding-left: 0;
  width: 100%;
}
.menu-mobile-content li.active {
  margin-bottom: 0 !important;
}

.menu-mobile-content a {
  font-family: var(--font);

  color: var(--color-link-menu);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 132%; /* 31.68px */
  text-transform: uppercase;
  width: 100%;
}

.menu-mobile-content a.email {
}

.menu-mobile-content .container-telefone {
  margin-top: 77px;
  margin-bottom: 25px;
}

.menu-mobile-content .email img,
.menu-mobile-content .telefone img {
  margin-right: 10px;
}

/**
 * Contato
 */
.wpcf7-response-output {
  color: #ccc !important;
  text-align: center;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
  margin-bottom: 60px !important;
  border: none !important;
}
.frm-contato a::after {
  content: "]";
}
.frm-contato a::before {
  content: "[";
}
.frm-contato a {
  color: #fff;
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.frm-contato > div {
  margin-bottom: 24px;
}
.frm-contato > div > p {
  margin: 0;
}
.frm-contato label,
.frm-contato .wpcf7-list-item-label {
  color: var(--principal-00416-a, #00416a);

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 3px;
}
.frm-contato .wpcf7-list-item > label {
  --form-control-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.frm-contato input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.frm-contato input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  transition-duration: 120ms;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.frm-contato input[type="checkbox"] {
  /* width: auto !important; */
  margin-right: 10px !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(204, 204, 204, 0.2);
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
/* .frm-contato .wpcf7-list-item label {
  display: flex;
  align-items: center;
} */
.frm-contato select option {
  background-color: #15191d !important;
  color: #fff;
  font-family: var(--font-second);
}
.frm-contato input,
.frm-contato textarea,
.frm-contato select {
  width: 100% !important;
  border-radius: 8px;
  border: 1px solid var(--principaldde-5-ed, #dde5ed);
  padding: 12px;
  height: 45px;
  margin: 0 !important;

  background: transparent !important;
  color: var(--principal-00416-a, #00416a);

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.frm-contato input::placeholder,
.frm-contato textarea::placeholder,
.frm-contato select::placeholder {
  color: #00416a;
  opacity: 0.5;
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.frm-contato select {
  background: transparent;
  text-indent: 2px;
}
.frm-contato textarea {
  height: 200px;
  padding-top: 10px;
}
.frm-contato > div > p {
  margin-bottom: 0;
}
.frm-contato .hint {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 160.714% */
}

#page-politica,
#page-termo-uso {
  padding-top: 100px;
  padding-bottom: 100px;
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
/*
 * Footer
 */
#cta {
    --width-pessoa:33vw;
  --height-pessoa:100%;
}
#cta > .bg {
  min-height: 492px;
  display: flex;
  align-items: center;
  padding: 48px;
  width: 100%;
}
#cta .pessoas-cta{
  object-fit: cover;
  width:var(--width-pessoa);
  height:var(--height-pessoa);
}
#cta {
  width: 100%;
  margin-top: 60px;

  --ftz-text: 16px;
  --ftz-title: 56px;
}
#cta .bg {
  background-image: url("../img/cta.svg");
  background-repeat: no-repeat;
  background-position: left top;
  /* background-position: 0 0; */
  background-size: cover;
  border-radius: 27px;
  min-height: 450px;
  width: var(--width-container);
}
#cta .bloco-text {
  font-family: var(--font);

  font-weight: 700;
  text-align: left;
  color: #ffffff;
  display: flex;
}

#cta .bloco-text .title-section {
  width: 100%;
  font-size: var(--ftz-title);
  font-weight: 500;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #dde5ed;
}
#cta .bloco-text .text {
  color: #dde5ed;
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font-second);
  font-size: var(--ftz-text);
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 106.667% */
  width: 100%;
  margin-bottom: 24px;
}
#cta .bloco-text .text strong {
  font-weight: 700;
  text-decoration: underline;
}
#cta .bloco-text .btn {
  --border-color: #fff;
  --color: #fff;
  --color-hover: #ee3831;
  --bg-icon: #fff;
  --bg-hover: #fff;

  --icon: url("../img/icons/icn_arrow_red.png");
}

#footer-page {
  --pdt: 57px;
  --pdb: 27px;

  min-height: 500px;
  margin-top: 90px;
  position: relative;
  padding-bottom: 31px;
}
#footer-page > .content {
  background: var(--bg-footer);
  width: var(--width-container);
  border-radius: 20px;
  padding-top: var(--pdt);
  padding-bottom: var(--pdb);
}
#newsletter {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(221, 229, 237, 0.2);
  color: var(--PRINCIPAL-WHITE, #fff);
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
  margin-bottom: 62px;
}
#newsletter .text {
  color: var(--PRINCIPAL-WHITE, #fff);
}
#newsletter h5 {
  font-family: var(--font);
  color: var(--PRINCIPAL-WHITE, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
#newsletter .box {
  background: var(--PRINCIPAL-RED, #ee3831)
    url("../img/icons/icn_newsletter.svg") no-repeat center;
  display: flex;
  width: 88px;
  height: 88px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  margin-right: 27px;
}
#frm-news {
}
#frm-news .btn-border {
  --width: 100%;
  --height: 44px;
  --border-color: #ee3831;
  --color: #fff;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --bg: #ee3831;
  --radius: 4px;
  --padding: 0 0 0 25px;
  --padding-icon:20px 20px;
  --margin: 0 0 0 0;
}
#frm-news .frm-contato > div > p {
  width: 100%;
}
#frm-news input {
  border-radius: 4px;
  background: var(--PRINCIPAL-WHITE, #fff) !important;
  color: var(--principal-00416-a, #00416a);
  font-family: var(--font-second);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 149.333% */
  letter-spacing: 0.3px;
}
#frm-news .frm-contato {
  position: relative !important;
}
#frm-news .wpcf7-response-output {
  margin: 0;
    margin-bottom: 0px;
  position: absolute;
  top: 100%;
  padding: 0;
}

#footer-page .informacao {
  margin-bottom: 96px;
}
#footer-page .informacao .title {
  color: var(--PRINCIPAL-RED, #ee3831);
  font-family: var(--font);
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 72% */
  text-transform: uppercase;
  margin-bottom: 24px;
}

#footer-page .informacao .btn-border {
  --width: 144px;
  --height: 42px;
  --border-color: #ee3831;
  --color: #fff;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --bg: none;
  --padding-icon: 21px 20px;
  --padding: 0 0 0 0;
  --margin: 0 13px 0 0;
  --justify: none;
  --icon: url("../img/icons/icn_pin.png");
  --border-radius: var(--radius) 0 0 var(--radius);
  text-transform: none;
}

#copyright {
  width: 100%;
  background: transparent;
  padding: 0;
  color: var(--PRINCIPAL-WHITE, #fff);
  text-align: center;
  font-family: var(--font-second);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
#copyright .bullet {
  padding: 0 4px;
}

#copyright,
#copyright a {
  font-family: var(--font-second);
  color: #fff;
  text-align: center;

  /* Subtitle/Subtitle_01 */

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 17.16px */
  letter-spacing: 0.26px;
}

@media (min-width: 1440px) {
  #menu-menu-topo li {
    --margin-li: 0 40px;
  }
}
@media (min-width: 1376px) {
  :root{
    --width-container:1376px;
  }
}

@media (max-width: 1440px) {
}

@media (max-width: 1024px) {
  .nav-menu .container,
  #vantagens .container,
  #funcionalidades .container,
  #depoimentos .container,
  #intuitivo .container,
  #agendamento .container,
  #clientes .container {
    max-width: 100% !important;
  }
  :root {
    --x-gutter: 30px;
  }
  .container {
    max-width: 100%;
  }
    #cta {
    --width-pessoa:50vw;
  }
}

@media (max-width: 768px) {
  #header-pages {
    --padding: 170px 10px 86px 10px;
  }
  .gallery-item {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  #frm-news,
  #newsletter div.text{
    margin-top:30px
  }
  :root {
    --x-gutter: 5px;
  }
}

@media (max-width: 600px) {
}
