html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
.cf {
  *zoom: 1;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 120px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 350px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid {
  width: 100%;
  max-width: 1920px;
  padding-right: 120px;
  padding-left: 240px;
  box-sizing: border-box;
}
@media (min-width: 1921px) {
  .container-fluid {
    margin: 0 auto;
  }
}

.all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.btn {
  border-radius: 8px;
  background: #1a1a1a;
  display: table;
  text-align: center;
  padding: 18px 22px;
  border: none;
  cursor: pointer;
  max-width: 100%;
}
.btn strong {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}
.btn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #0a0a0a;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  font-style: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

h1 {
  font-size: 56px;
  font-size: 56px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: calc(56px * 0.9);
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: calc(56px * 0.8);
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: calc(56px * 0.7);
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: calc(56px * 0.6);
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: calc(56px * 0.55);
  }
}
h1 {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  h1 {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 42px;
  font-size: 42px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: calc(42px * 0.9);
  }
}
@media (max-width: 1100px) {
  h2 {
    font-size: calc(42px * 0.8);
  }
}
@media (max-width: 900px) {
  h2 {
    font-size: calc(42px * 0.7);
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: calc(42px * 0.6);
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: calc(42px * 0.55);
  }
}
h2 {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  h2 {
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 32px;
  font-size: 32px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 1100px) {
  h3 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 900px) {
  h3 {
    font-size: calc(32px * 0.7);
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: calc(32px * 0.6);
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: calc(32px * 0.55);
  }
}
h3 {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  h3 {
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 28px;
  font-size: 28px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: calc(28px * 0.9);
  }
}
@media (max-width: 1100px) {
  h4 {
    font-size: calc(28px * 0.8);
  }
}
@media (max-width: 900px) {
  h4 {
    font-size: calc(28px * 0.7);
  }
}
@media (max-width: 600px) {
  h4 {
    font-size: calc(28px * 0.6);
  }
}
@media (max-width: 450px) {
  h4 {
    font-size: calc(28px * 0.55);
  }
}
h4 {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  h4 {
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 24px;
  font-size: 24px;
}
@media (max-width: 1366px) {
  h5 {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  h5 {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  h5 {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  h5 {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  h5 {
    font-size: calc(24px * 0.75);
  }
}
@media (max-width: 650px) {
  h5 {
    margin-bottom: 20px;
  }
}

p {
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  p {
    font-size: 16px;
    line-height: 140%;
  }
}
p strong {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  p strong {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  p strong {
    font-size: 16px;
  }
}

.arrows {
  z-index: 92;
  width: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-40%);
  -moz-transform: translateX(0) translateY(-40%);
  -ms-transform: translateX(0) translateY(-40%);
  -o-transform: translateX(0) translateY(-40%);
  transform: translateX(0) translateY(-40%);
  position: absolute;
  left: 30px;
  right: 30px;
}
@media (max-width: 1366px) {
  .arrows {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  .arrows {
    display: none !important;
  }
}
.arrows .arrow-prev,
.arrows .arrow-next {
  border-radius: 50px;
  border: 1px solid #0a0a0a;
  display: table;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1366px) {
  .arrows .arrow-prev,
  .arrows .arrow-next {
    width: 35px;
    height: 35px;
  }
}
.arrows .arrow-prev:hover,
.arrows .arrow-next:hover {
  opacity: 0.6;
}

.tag {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 10px;
  display: block;
  border-radius: 8px;
  background: #ffffff;
}
.tag.tag-release {
  background: #cdc6c5;
}
.tag.tag-category {
  color: #ffffff;
  background: #8c8c8c;
}

#footer-lgpd {
  position: fixed;
  z-index: 9999;
  max-width: 1230px;
  transition: 0.3s ease-in-out;
  background: #f0f3f4;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #0a0a0a;
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  margin: 0 auto;
  opacity: 0.9;
}

#footer-lgpd p {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  color: #0a0a0a;
  font-size: "Open Sans", sans-serif;
}

#footer-lgpd #lgpd-accept-link {
  white-space: nowrap;
  color: #0a0a0a;
  text-decoration: underline;
}

#footer-lgpd #lgpd-accept {
  background: #1a1a1a 0 0 no-repeat padding-box;
  color: #ffffff;
  border: none;
  text-align: center;
  font-size: 16px;
  border-radius: 8px;
  background: #1a1a1a;
  display: table;
  text-align: center;
  padding: 18px 22px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif !important;
  line-height: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
}

#footer-lgpd #lgpd-accept:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}

#footer-lgpd.footer-lgpd-opened {
  transition: 0.5s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 600px) {
  #footer-lgpd {
    flex-flow: column;
  }
  #footer-lgpd p {
    text-align: center;
  }
  #footer-lgpd #lgpd-accept {
    margin-left: 0;
    margin-top: 20px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.whatsapp-fixo a {
  margin: 0;
}

.whatsapp-fixo svg {
  width: 45px;
  height: 46px;
  float: left;
}

.whatsapp-fixo .text-chamada {
  float: left;
  margin-left: 23px;
  padding: 0;
  position: relative;
  /* display: none; */
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.whatsapp-fixo:hover .text-chamada {
  display: block !important;
}

.whatsapp-fixo .text-chamada p {
  background: #ae9675;
  padding: 11px 15px;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  font-size: 17px;
}

.whatsapp-fixo .text-chamada:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ae9675;
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

@media (max-width: 600px) {
  .whatsapp-fixo svg {
    width: 40px;
    height: 41px;
  }
  .whatsapp-fixo .text-chamada p {
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .whatsapp-fixo {
    bottom: 10px;
    right: 10px;
  }
  .whatsapp-fixo svg {
    width: 35px;
    height: 36px;
  }
  .whatsapp-fixo .text-chamada p {
    padding: 8px 10px;
    font-size: 15px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.social-media-list ul {
  display: flex;
  gap: 10px;
}
.social-media-list li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-media-list li:hover {
  opacity: 0.6;
}

@keyframes headerAnimation {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.hidden {
  opacity: 0;
  filter: blur(10px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hidden.to-left {
  -webkit-transform: translateX(5vw);
  -moz-transform: translateX(5vw);
  -ms-transform: translateX(5vw);
  -o-transform: translateX(5vw);
  transform: translateX(5vw);
}
.hidden.to-right {
  -webkit-transform: translateX(-5vw);
  -moz-transform: translateX(-5vw);
  -ms-transform: translateX(-5vw);
  -o-transform: translateX(-5vw);
  transform: translateX(-5vw);
}
.hidden.to-top {
  -webkit-transform: translateY(5vh);
  -moz-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  -o-transform: translateY(5vh);
  transform: translateY(5vh);
}
.hidden.to-bottom {
  -webkit-transform: translateY(-5vh);
  -moz-transform: translateY(-5vh);
  -ms-transform: translateY(-5vh);
  -o-transform: translateY(-5vh);
  transform: translateY(-5vh);
}

.show {
  opacity: 1;
  filter: blur(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0) !important;
  -moz-transform: translateX(0) translateY(0) !important;
  -ms-transform: translateX(0) translateY(0) !important;
  -o-transform: translateX(0) translateY(0) !important;
  transform: translateX(0) translateY(0) !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #1b1918 !important;
  line-height: normal !important;
  font-weight: 300 !important;
  letter-spacing: 1.04px;
}

div.asl_r .results .item .asl_content .asl_desc,
div.asl_r .results .asl_nores {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #1b1918;
  position: relative;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.results .asl_nores .asl_keyword {
  color: #1b1918;
}

div.asl_r .results .item .asl_content {
  background-color: #f0f3f4;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.header {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header .main-menu {
  width: 100%;
  padding: 40px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
}
.header .logo-menu h1 {
  margin-bottom: 0;
  line-height: 0;
  display: block;
}
.header .logo-menu h1 a {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .logo-menu h1 a:hover {
  opacity: 0.6;
}
.header .logo-menu svg {
  width: 160px;
  height: auto !important;
}
.header .content-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 40px;
}
@media (max-width: 1280px) {
  .header .content-menu ul {
    gap: 30px;
  }
}
.header .content-menu li {
  position: relative;
}
.header .content-menu li a {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .content-menu li a:hover {
  opacity: 0.6;
}
.header .content-menu li.menu-lang {
  margin-left: 20px;
}
.header .content-menu .submenu {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  left: -35%;
  background: #ffffff;
  display: none;
  min-width: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 15px;
}
.header .content-menu .submenu li a {
  padding: 15px 30px;
  color: #0a0a0a;
  display: block;
}
.header .content-menu .has-submenu:hover .submenu {
  display: block;
}
.header .content-menu .submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.header .content-menu .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .content-menu .asl_w_container {
  min-width: 200px;
}
@media (max-width: 1200px) {
  .header .content-menu .asl_w_container {
    min-width: 180px;
  }
}
.header .content-menu #ajaxsearchlite1 .probox,
.header .content-menu div.asl_w .probox {
  border: 1px solid #ffffff !important;
  border-radius: 8px;
}
.header .content-menu div.asl_w .probox .promagnifier {
  order: 1;
}
.header .content-menu #ajaxsearchlite1 .probox,
.header .content-menu div.asl_w .probox {
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
  background: transparent !important;
}
.header .content-menu div.asl_w .probox .promagnifier {
  order: 1;
  border: none !important;
  box-shadow: none !important;
}
.header .content-menu div.asl_w .probox .promagnifier .innericon svg {
  fill: #fff !important;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input,
.header .content-menu div.asl_w .probox .proinput input {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-stretch: condensed;
  color: #fff !important;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 16px;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
.header .content-menu div.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input:-moz-placeholder,
.header .content-menu div.asl_w .probox .proinput input:-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-family: "Open Sans", sans-serif !important;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
.header .content-menu div.asl_w .probox .proinput input::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-family: "Open Sans", sans-serif !important;
}
.header .content-menu #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
.header .content-menu div.asl_w .probox .proinput input:-ms-input-placeholder {
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.testimonials {
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .testimonials {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .testimonials {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .testimonials {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .testimonials {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .testimonials {
    padding-bottom: 22.9376px;
  }
}
.testimonials {
  background-color: #ffffff;
  position: relative;
}
.testimonials .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.testimonials .section-header strong {
  display: block;
}
.testimonials .testimonials-item {
  text-align: center;
}
.testimonials .testimonials-item .testimonials-thumb {
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonials .testimonials-item .testimonials-thumb img {
  max-width: 100%;
  display: block;
}
.testimonials .testimonials-item .testimonials-body p {
  color: #8c8c8c;
  margin-bottom: 10px;
}
.testimonials .testimonials-item .testimonials-body p strong {
  display: block;
}
.testimonials .testimonials-item .testimonials-body h5 {
  color: #0a0a0a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0;
}
.testimonials .arrows {
  left: 120px;
  right: 120px;
}
@media (max-width: 1650px) {
  .testimonials .arrows {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 1200px) {
  .testimonials .arrows {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 800px) {
  .testimonials .arrows {
    display: none;
  }
}
.testimonials .slick-dots {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  position: absolute;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  display: table !important;
}
.testimonials .slick-dots li button {
  background: #0a0a0a !important;
}

.newsletter-footer .newsletter-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.newsletter-footer .newsletter-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter-footer .newsletter-text p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.newsletter-footer .newsletter-text p.small {
  margin-top: 20px;
  margin-bottom: 0;
  color: #8c8c8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.newsletter-footer .newsletter-text form {
  margin-top: 15px;
}
.newsletter-footer .newsletter-text form p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.newsletter-footer .newsletter-text form input[type=email] {
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--principal, #0a0a0a);
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 12px;
  font-size: 16px;
  color: #1b1918;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsletter-footer .newsletter-text form input[type=submit] {
  border-radius: 0 8px 8px 0;
  background: #1a1a1a;
  cursor: pointer;
  width: 105px;
  display: table;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.newsletter-footer .newsletter-text form input[type=submit]:hover {
  opacity: 0.6;
}
.newsletter-footer .newsletter-text form .wpcf7-spinner {
  display: none !important;
}
.newsletter-footer .newsletter-text form .wpcf7-response-output {
  margin: 0 !important;
}

.footer {
  background: #ffffff;
  position: relative;
  width: 100%;
  display: table;
  padding-top: 80px;
}
@media (max-width: 1366px) {
  .footer {
    padding-top: 64px;
  }
}
@media (max-width: 1100px) {
  .footer {
    padding-top: 51.2px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-top: 40.96px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-top: 32.768px;
  }
}
@media (max-width: 450px) {
  .footer {
    padding-top: 22.9376px;
  }
}
.footer .nav-footer,
.footer .nav-footer-right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .nav-footer a,
.footer .nav-footer p,
.footer .nav-footer-right a,
.footer .nav-footer-right p {
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .nav-footer a:hover,
.footer .nav-footer p:hover,
.footer .nav-footer-right a:hover,
.footer .nav-footer-right p:hover {
  opacity: 0.6;
}
.footer .logo-rodape {
  width: 25%;
  padding-right: 60px;
}
@media (max-width: 1050px) {
  .footer .logo-rodape {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer .logo-rodape p,
.footer .logo-rodape a {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
}
.footer .nav-footer-right {
  width: 75%;
}
@media (max-width: 1050px) {
  .footer .nav-footer-right {
    width: 100%;
  }
}
.footer .logo-rodape-container {
  margin-bottom: 20px;
}
.footer .logo-rodape-container img {
  max-width: 170px;
  display: block;
}
@media (max-width: 1500px) {
  .footer .logo-rodape-container img {
    max-width: 220px;
  }
}
@media (max-width: 1280px) {
  .footer .logo-rodape-container img {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .footer .logo-rodape-container img {
    max-width: 180px;
  }
}
@media (max-width: 650px) {
  .footer .logo-rodape-container img {
    max-width: 180px;
  }
}
.footer .footer-contacts ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-contacts ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer-contacts ul li svg {
  width: 20px;
  height: 20px;
}
.footer .footer-content {
  width: 20%;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .footer .footer-content {
    width: 100%;
  }
}
.footer .footer-content:last-child {
  width: 40%;
}
.footer .footer-content h3,
.footer .footer-content h3 a {
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.footer .footer-content li {
  width: 100%;
  margin-bottom: 10px;
}
.footer .developed-copyright {
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .footer .developed-copyright {
    margin-top: 48px;
  }
}
@media (max-width: 1100px) {
  .footer .developed-copyright {
    margin-top: 38.4px;
  }
}
@media (max-width: 900px) {
  .footer .developed-copyright {
    margin-top: 30.72px;
  }
}
@media (max-width: 600px) {
  .footer .developed-copyright {
    margin-top: 24.576px;
  }
}
@media (max-width: 450px) {
  .footer .developed-copyright {
    margin-top: 17.2032px;
  }
}
.footer .developed-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
}
.footer .developed-copyright .container {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 700px) {
  .footer .developed-copyright {
    margin-top: 15px;
  }
}
@media (max-width: 800px) {
  .footer .developed-copyright {
    display: block;
    text-align: center;
  }
}
.footer .developed-copyright p,
.footer .developed-copyright a {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .footer .developed-copyright p,
  .footer .developed-copyright a {
    margin-bottom: 15px;
  }
}
.footer .developed-copyright a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.footer .developed-copyright a:hover {
  opacity: 0.6;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.banner-home,
.banner-page {
  position: relative;
  width: 100%;
  display: block;
  height: 100vh;
  min-height: 500px;
}
.banner-home .banner-item,
.banner-page .banner-item {
  height: 100%;
}
.banner-home .banner-item picture,
.banner-home .banner-item .iframe-banner,
.banner-page .banner-item picture,
.banner-page .banner-item .iframe-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed !important;
  background-position: center !important;
}
.banner-home .banner-item picture img,
.banner-home .banner-item .iframe-banner img,
.banner-page .banner-item picture img,
.banner-page .banner-item .iframe-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
@media (max-width: 650px) {
  .banner-home .banner-item picture,
  .banner-home .banner-item .iframe-banner,
  .banner-page .banner-item picture,
  .banner-page .banner-item .iframe-banner {
    background-attachment: scroll !important;
  }
}
.banner-home .banner-item .iframe-banner video,
.banner-page .banner-item .iframe-banner video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover !important;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center !important;
}
.banner-home .banner-item .banner-home-title,
.banner-page .banner-item .banner-home-title {
  max-width: 800px;
  width: 90%;
  box-sizing: border-box;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  position: absolute;
  left: 120px;
}
.banner-home .banner-item .banner-home-title h1,
.banner-page .banner-item .banner-home-title h1 {
  color: #f1f1f1;
  margin-bottom: 0;
}
.banner-home .banner-item .mask,
.banner-page .banner-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(270deg, rgba(10, 10, 10, 0.43) 50.48%, rgba(10, 10, 10, 0.75) 100%);
  width: 100%;
  height: 100%;
}
.banner-home .slider,
.banner-page .slider {
  width: 100%;
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.banner-home .slider .slick-slide,
.banner-page .slider .slick-slide {
  width: 100%;
  position: relative;
  height: 100%;
}
.banner-home .slider .slick-slide img,
.banner-page .slider .slick-slide img {
  width: 100%;
}
.banner-home .slider .slick-list,
.banner-home .slider .slick-track,
.banner-page .slider .slick-list,
.banner-page .slider .slick-track {
  height: 100%;
}

.banner-page .banner-text {
  position: absolute;
  bottom: 60px;
  left: 120px;
  z-index: 90;
}
.banner-page .banner-text .banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner-page .banner-text h1 {
  color: #fff;
  margin-bottom: 0;
}
.banner-page .banner-text p {
  color: #b3b3b3;
  margin-bottom: 0;
}

.slick-dots {
  text-align: center;
  position: absolute;
  background: transparent;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
}
@media (max-width: 600px) {
  .slick-dots {
    bottom: 20px;
  }
}
.slick-dots li {
  display: inline-table;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li button {
  border-radius: 8px;
  background: white;
  border: none !important;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
.slick-dots li button:hover {
  background: white;
}
.slick-dots li.slick-active button {
  background: white;
  opacity: 1;
}

.slider {
  width: 100%;
  position: relative;
}
.slider .slick-slide {
  width: 100%;
  position: relative;
}
.slider .slick-slide img {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.lines {
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .lines {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .lines {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .lines {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .lines {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .lines {
    padding-top: 34.4064px;
  }
}
.lines {
  padding-left: 120px;
  padding-right: 120px;
}
.lines .section-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.lines .section-header strong {
  display: block;
}

.lines-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
  height: 100vh;
}
.lines-wrapper .lines-toolbar {
  display: table;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
  z-index: 90;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 27.5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: #8c8c8c;
  overflow: hidden;
}
.lines-wrapper .lines-toolbar .btn {
  background: #8c8c8c;
  border-radius: 0;
}
.lines-wrapper .lines-toolbar .btn strong {
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.lines-wrapper .lines-toolbar .btn {
  opacity: 1;
}
.lines-wrapper .lines-toolbar .btn.atv a, .lines-wrapper .lines-toolbar .btn:hover a {
  opacity: 1;
}
.lines-wrapper .lines-toolbar .btn.atv strong, .lines-wrapper .lines-toolbar .btn:hover strong {
  color: #ffffff;
}
.lines-wrapper .lines-frame {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
}
.lines-wrapper .lines-frame.atv {
  opacity: 1;
}
.lines-wrapper .lines-frame picture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed !important;
  background-position: center !important;
}
.lines-wrapper .lines-frame picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
@media (max-width: 650px) {
  .lines-wrapper .lines-frame picture {
    background-attachment: scroll !important;
  }
}
.lines-wrapper .lines-cta {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
}

.lines-wrapper {
  position: relative;
}

.lines-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s step-end;
  display: none;
}

.lines-frame.atv {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s step-start;
  display: block;
}

.line .banner-page {
  height: 700px;
  min-height: auto;
}
.line .banner-page h1 {
  font-weight: 700;
}
.line .subline-filter {
  padding: 60px 0;
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.line .subline-filter ul {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #8c8c8c;
  box-shadow: 0 4px 27.5px 0 rgba(0, 0, 0, 0.25);
  padding: 0 25px;
}
.line .subline-filter .btn {
  background: #8c8c8c;
  border-radius: 0;
}
.line .subline-filter .btn strong {
  color: #b3b3b3;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.line .subline-filter .btn {
  opacity: 1;
}
.line .subline-filter .btn.atv a, .line .subline-filter .btn:hover a {
  opacity: 1;
}
.line .subline-filter .btn.atv strong, .line .subline-filter .btn:hover strong {
  color: #ffffff;
}

.product-list-wrapper {
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .product-list-wrapper {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .product-list-wrapper {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .product-list-wrapper {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .product-list-wrapper {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .product-list-wrapper {
    padding-bottom: 34.4064px;
  }
}
.product-list-wrapper {
  position: relative;
}
.product-list-wrapper .subline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.product-list-wrapper .subline-header h2 strong {
  display: block;
}
.product-list-wrapper .subline-header p {
  margin-bottom: 0;
}

.product-list {
  width: 100%;
  position: relative;
  padding: 0 120px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 550px) {
  .product-list {
    gap: 20px;
  }
}
.product-list .product-item {
  flex: 1 1 calc((100% - 30px) / 2);
  max-width: calc(50% - 30px);
  height: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.product-list .product-item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.product-list .product-item:hover .mask {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0.6) 100%), no-repeat;
}
.product-list .product-thumb {
  width: 100%;
  position: relative;
  height: 100%;
}
.product-list .product-thumb picture {
  width: 100%;
  height: 100%;
  display: block;
}
.product-list .product-thumb picture img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-list .product-thumb .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.2) 0%, rgba(26, 26, 26, 0.2) 100%), no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-list .product-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: center;
  width: 100%;
  z-index: 90;
}
.product-list .product-body h3 {
  color: #fff;
  text-align: center;
}
.product-list .product-body .btn {
  margin: 0 auto;
}

.product {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .product {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .product {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .product {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .product {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .product {
    padding-bottom: 34.4064px;
  }
}
.product .banner-page h1 {
  font-weight: 700;
}
.product .banner-page .btn {
  background: #8c8c8c;
  margin-top: 15px;
}
.product .banner-page .btn strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.product .product-gallery {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .product .product-gallery {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .product .product-gallery {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .product .product-gallery {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .product .product-gallery {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .product .product-gallery {
    padding-bottom: 34.4064px;
  }
}
.product .product-gallery {
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .product .product-gallery {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .product .product-gallery {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .product .product-gallery {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .product .product-gallery {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .product .product-gallery {
    padding-top: 34.4064px;
  }
}
.product .product-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product .product-gallery .product-gallery-item {
  position: relative;
  width: 100%;
  padding: 15px;
}
.product .product-gallery .product-gallery-item:nth-child(3n+1) {
  width: 100%;
}
.product .product-gallery .product-gallery-item:nth-child(3n+1) img {
  aspect-ratio: 2/1;
}
.product .product-gallery .product-gallery-item:nth-child(3n+2), .product .product-gallery .product-gallery-item:nth-child(3n+3) {
  width: 50%;
}
.product .product-gallery .product-gallery-item:nth-child(3n+2) img, .product .product-gallery .product-gallery-item:nth-child(3n+3) img {
  aspect-ratio: 1/1;
}
.product .product-gallery picture {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 30px;
  display: block;
}
.product .product-gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product .product-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .product-description h2 {
  width: 40%;
  padding-right: 60px;
}
.product .product-description .product-description-content {
  width: 60%;
}
.product .product-description .product-description-content p {
  color: #8c8c8c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
.product .product-images,
.product .product-description {
  width: 100%;
  padding: 0 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.product-detail {
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .product-detail {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .product-detail {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .product-detail {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .product-detail {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .product-detail {
    padding-top: 34.4064px;
  }
}
.product-detail .section-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.product-detail .section-header strong {
  display: block;
}
.product-detail .slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.product-detail .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.product-detail .product-detail-gallery {
  width: 100%;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.product-detail .product-detail-item {
  position: relative;
}
@media (max-width: 800px) {
  .product-detail .product-detail-item {
    flex: 1 1 calc((100% - 40px) / 2);
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .product-detail .product-detail-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.product-detail .product-detail-thumb {
  width: 100%;
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.product-detail .product-detail-thumb picture {
  width: 100%;
  display: block;
}
.product-detail .product-detail-thumb picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  aspect-ratio: 1/1;
}
.product-detail .product-detail-body {
  width: 100%;
  border-radius: 0 0 30px 30px;
  padding: 30px;
  background: #f4f4f4;
}
.product-detail .product-detail-body h3 {
  color: #0a0a0a;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.product-detail .product-detail-body p {
  color: #0a0a0a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
.product-detail .slick-dots {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  position: absolute;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  display: table !important;
}
.product-detail .slick-dots li button {
  background: #0a0a0a !important;
}

.online-order {
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .online-order {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .online-order {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .online-order {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .online-order {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .online-order {
    padding-top: 34.4064px;
  }
}
.online-order {
  width: 100%;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.online-order .content {
  width: 100%;
  padding: 50px;
  border-radius: 30px;
  background: #0a0a0a;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.online-order h3 {
  color: #f4f4f4;
  text-align: center;
  margin-bottom: 0;
}
.online-order h3 strong {
  font-weight: 700;
  display: block;
}
.online-order .btn {
  background-color: #fff;
}
.online-order .btn strong {
  color: #333;
}

.product-list-slider {
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .product-list-slider {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .product-list-slider {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .product-list-slider {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .product-list-slider {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .product-list-slider {
    padding-top: 34.4064px;
  }
}
.product-list-slider .section-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.product-list-slider .section-header strong {
  display: block;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.about-resume {
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .about-resume {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .about-resume {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .about-resume {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .about-resume {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .about-resume {
    padding-top: 34.4064px;
  }
}
.about-resume {
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .about-resume {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .about-resume {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .about-resume {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .about-resume {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .about-resume {
    padding-bottom: 34.4064px;
  }
}
.about-resume .container-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .about-resume .container-fluid {
    flex-wrap: wrap;
  }
}
.about-resume .about-resume-midia {
  width: 60%;
  max-width: 960px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .about-resume .about-resume-midia {
    width: 100%;
    order: 2;
    max-width: 100%;
  }
}
.about-resume .about-resume-midia picture {
  width: 100%;
  position: relative;
}
.about-resume .about-resume-midia picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about-resume .about-resume-midia picture {
  display: block;
  width: 100%;
}
.about-resume .about-resume-midia picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about-resume .about-resume-midia .iframe-video {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.about-resume .about-resume-midia .iframe-video video {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center !important;
  display: block;
}
.about-resume .about-resume-body {
  width: 40%;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .about-resume .about-resume-body {
    padding-left: 60px;
  }
}
@media (max-width: 800px) {
  .about-resume .about-resume-body {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
.about-resume .about-resume-body span {
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}
.about-resume .about-resume-body h2 {
  font-weight: bold;
}
.about-resume .about-resume-body .btn {
  margin-top: 30px;
}

.nav-links {
  width: 100%;
  padding: 0 120px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .nav-links {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .nav-links {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .nav-links {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .nav-links {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .nav-links {
    padding-bottom: 34.4064px;
  }
}
.nav-links ul {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.nav-links li {
  border-radius: 30px;
  overflow: hidden;
  width: calc(33.33% - 20px);
  min-height: 540px;
}
.nav-links li:last-child {
  width: calc(66.66% - 10px);
  position: relative;
}
.nav-links li:last-child .link-body {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(270deg, rgba(10, 10, 10, 0.43) 50.48%, rgba(10, 10, 10, 0.75) 100%);
  text-align: center;
}
.nav-links li:last-child .link-body h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.nav-links li:last-child .link-body .btn {
  background: #1a1a1a;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.nav-links li .link-thumb {
  position: relative;
  height: 100%;
}
.nav-links li .link-thumb picture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-links li .link-thumb picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.nav-links .link-body {
  border-radius: 30px;
  background: #0a0a0a;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.nav-links .link-body h3 {
  color: #fff;
  margin-bottom: 25px;
}
.nav-links .link-body h3 strong {
  font-weight: 700;
}
.nav-links .link-body p {
  color: #b3b3b3;
  font-size: 16px;
  max-width: 290px;
  margin-bottom: 40px;
}
.nav-links .link-body .btn {
  background: #8c8c8c;
  display: table;
}

.about .about-description {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 120px;
}
@media (max-width: 1366px) {
  .about .about-description {
    margin-top: 96px;
  }
}
@media (max-width: 1100px) {
  .about .about-description {
    margin-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .about .about-description {
    margin-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .about .about-description {
    margin-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .about .about-description {
    margin-top: 34.4064px;
  }
}
.about .about-description {
  margin-bottom: 120px;
}
@media (max-width: 1366px) {
  .about .about-description {
    margin-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .about .about-description {
    margin-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .about .about-description {
    margin-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .about .about-description {
    margin-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .about .about-description {
    margin-bottom: 34.4064px;
  }
}
.about .about-description h2 {
  color: #0a0a0a;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.276px;
}
.about .about-description .about-description-body {
  max-width: 1480px;
  margin: 0 auto;
}
.about .about-description .about-text-midia {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .about .about-description .about-text-midia {
    flex-wrap: wrap;
  }
}
.about .about-description .about-text-midia .about-midia {
  width: 60%;
  max-width: 960px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .about .about-description .about-text-midia .about-midia {
    width: 100%;
    order: 2;
    max-width: 100%;
  }
}
.about .about-description .about-text-midia .about-midia picture {
  width: 100%;
  position: relative;
}
.about .about-description .about-text-midia .about-midia picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about .about-description .about-text-midia .about-midia picture {
  display: block;
  width: 100%;
}
.about .about-description .about-text-midia .about-midia picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about .about-description .about-text-midia .about-midia .iframe-video {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.about .about-description .about-text-midia .about-midia .iframe-video video {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center !important;
  display: block;
}
.about .about-description .about-text-midia .about-text {
  width: 40%;
  padding-right: 60px;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .about .about-description .about-text-midia .about-text {
    padding-left: 60px;
  }
}
@media (max-width: 800px) {
  .about .about-description .about-text-midia .about-text {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
.about .about-description .about-text-midia .about-text span {
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}
.about .about-description .about-text-midia .about-text h2 {
  font-weight: bold;
}
.about .about-description .about-text-midia .about-text .btn {
  margin-top: 30px;
}
.about .our-values {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .about .our-values {
    margin-top: 48px;
  }
}
@media (max-width: 1100px) {
  .about .our-values {
    margin-top: 38.4px;
  }
}
@media (max-width: 900px) {
  .about .our-values {
    margin-top: 30.72px;
  }
}
@media (max-width: 600px) {
  .about .our-values {
    margin-top: 24.576px;
  }
}
@media (max-width: 450px) {
  .about .our-values {
    margin-top: 17.2032px;
  }
}
.about .our-values {
  margin-bottom: 120px;
}
@media (max-width: 1366px) {
  .about .our-values {
    margin-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .about .our-values {
    margin-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .about .our-values {
    margin-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .about .our-values {
    margin-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .about .our-values {
    margin-bottom: 34.4064px;
  }
}
.about .our-values h3 {
  text-align: center;
}
.about .our-values .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.about .our-values .our-values-body {
  gap: 60px 20px;
  flex: 50;
  order: 2;
  padding-left: 40px;
}
.about .our-values .our-values-body h3 {
  text-align: left;
}
.about .our-values ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 40px;
}
@media (max-width: 800px) {
  .about .our-values ul {
    width: 100%;
    flex: 100;
  }
}
.about .our-values ul li {
  flex: 1 1 calc((100% - 40px) / 2);
}
@media (max-width: 450px) {
  .about .our-values ul li {
    width: 100%;
    flex: 1 1 100%;
  }
}
.about .our-values ul li h3 {
  font-weight: 700;
  margin-bottom: 16px;
}
.about .our-values ul li p {
  color: #8c8c8c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.about .our-values .our-values-image {
  flex: 50;
  padding-right: 40px;
  order: 1;
}
@media (max-width: 1000px) {
  .about .our-values .our-values-image {
    padding-left: 40px;
  }
}
@media (max-width: 800px) {
  .about .our-values .our-values-image {
    display: none;
  }
}
.about .our-values .our-values-image picture {
  border-radius: 30px;
  overflow: hidden;
}
.about .our-values .our-values-image picture,
.about .our-values .our-values-image img {
  width: 100%;
  display: block;
}

.about-differences {
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .about-differences {
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .about-differences {
    padding-bottom: 51.2px;
  }
}
@media (max-width: 900px) {
  .about-differences {
    padding-bottom: 40.96px;
  }
}
@media (max-width: 600px) {
  .about-differences {
    padding-bottom: 32.768px;
  }
}
@media (max-width: 450px) {
  .about-differences {
    padding-bottom: 22.9376px;
  }
}
.about-differences {
  background-color: #ffffff;
  position: relative;
}
.about-differences .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.about-differences .section-header strong {
  display: block;
}
.about-differences .differences-item {
  text-align: center;
  margin: 0 20px;
}
.about-differences .differences-item .differences-thumb {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-differences .differences-item .differences-thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.about-differences .differences-item .differences-text p {
  margin-bottom: 0;
}
.about-differences .differences-item .differences-text h5 {
  color: #0a0a0a;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.about-differences .slick-dots {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  position: absolute;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  display: table !important;
}
.about-differences .slick-dots li button {
  background: #0a0a0a !important;
}

.timeline-list {
  margin-bottom: 120px;
}
@media (max-width: 1366px) {
  .timeline-list {
    margin-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .timeline-list {
    margin-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .timeline-list {
    margin-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .timeline-list {
    margin-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .timeline-list {
    margin-bottom: 34.4064px;
  }
}
.timeline-list h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .timeline-list h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .timeline-list h2 {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .timeline-list h2 {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .timeline-list h2 {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .timeline-list h2 {
    margin-bottom: 17.2032px;
  }
}
.timeline-list .container {
  position: relative;
}
.timeline-list .timeline-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  margin: 0 auto;
}

.timeline-nav-slider {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 100px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .timeline-nav-slider {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .timeline-nav-slider {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .timeline-nav-slider {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .timeline-nav-slider {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .timeline-nav-slider {
    margin-bottom: 17.2032px;
  }
}
.timeline-nav-slider .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%) translateY(0);
  -moz-transform: translateX(0%) translateY(0);
  -ms-transform: translateX(0%) translateY(0);
  -o-transform: translateX(0%) translateY(0);
  transform: translateX(0%) translateY(0);
  position: absolute;
  position: relative;
}
.timeline-nav-slider .slick-dots li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-bottom: -1px;
  width: auto;
  border-top: 2px solid #b3b3b3;
  margin: 0;
  margin-top: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.timeline-nav-slider .slick-dots li button {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  text-indent: -9999px;
  display: block;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px !important;
  background-color: #b3b3b3;
}
.timeline-nav-slider .slick-dots li span {
  display: block;
  text-align: center;
  color: #b3b3b3;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .timeline-nav-slider .slick-dots li span {
    font-size: 14px;
  }
}
.timeline-nav-slider .slick-dots li.is-active, .timeline-nav-slider .slick-dots li:hover {
  border-color: #0a0a0a;
}
.timeline-nav-slider .slick-dots li.is-active button, .timeline-nav-slider .slick-dots li:hover button {
  background-color: #0a0a0a;
}
.timeline-nav-slider .slick-dots li.is-active span, .timeline-nav-slider .slick-dots li:hover span {
  color: #0a0a0a;
}

.timeline-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.timeline-item .timeline-body {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 100px;
}
.timeline-item .timeline-body h2 {
  color: #eaeaea;
  text-align: center;
  font-size: 120px;
  font-size: 120px;
}
@media (max-width: 1366px) {
  .timeline-item .timeline-body h2 {
    font-size: calc(120px * 0.9);
  }
}
@media (max-width: 1100px) {
  .timeline-item .timeline-body h2 {
    font-size: calc(120px * 0.8);
  }
}
@media (max-width: 900px) {
  .timeline-item .timeline-body h2 {
    font-size: calc(120px * 0.7);
  }
}
@media (max-width: 600px) {
  .timeline-item .timeline-body h2 {
    font-size: calc(120px * 0.6);
  }
}
@media (max-width: 450px) {
  .timeline-item .timeline-body h2 {
    font-size: calc(120px * 0.55);
  }
}
.timeline-item .timeline-body h2 {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.timeline-item .timeline-body h3 {
  font-weight: 700;
  text-align: center;
}
.timeline-item .timeline-body p {
  color: #8c8c8c;
  text-align: center;
  margin-bottom: 0;
}
.timeline-item .timeline-midia {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .timeline-item .timeline-midia {
    width: 100%;
  }
}
.timeline-item .timeline-midia picture,
.timeline-item .timeline-midia img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.timeline-slider-wrapper {
  position: relative;
}
.timeline-slider-wrapper .arrows {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
}
@media (max-width: 600px) {
  .timeline-slider-wrapper .arrows {
    display: none;
  }
}
.timeline-slider-wrapper .arrows .arrow-prev,
.timeline-slider-wrapper .arrows .arrow-next {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.timeline-slider-wrapper .arrows .arrow-prev:hover,
.timeline-slider-wrapper .arrows .arrow-next:hover {
  opacity: 0.6;
}

.sustentability {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 120px;
}
@media (max-width: 1366px) {
  .sustentability {
    margin-top: 96px;
  }
}
@media (max-width: 1100px) {
  .sustentability {
    margin-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .sustentability {
    margin-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .sustentability {
    margin-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .sustentability {
    margin-top: 34.4064px;
  }
}
.sustentability {
  margin-bottom: 120px;
}
@media (max-width: 1366px) {
  .sustentability {
    margin-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .sustentability {
    margin-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .sustentability {
    margin-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .sustentability {
    margin-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .sustentability {
    margin-bottom: 34.4064px;
  }
}
.sustentability .about-text-midia {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .sustentability .about-text-midia {
    flex-wrap: wrap;
  }
}
.sustentability .about-text-midia .about-midia {
  width: 55%;
  max-width: 960px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .sustentability .about-text-midia .about-midia {
    width: 100%;
    order: 2;
    max-width: 100%;
  }
}
.sustentability .about-text-midia .about-midia picture {
  width: 100%;
  position: relative;
}
.sustentability .about-text-midia .about-midia picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.sustentability .about-text-midia .about-midia .iframe-video {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.sustentability .about-text-midia .about-midia .iframe-video video {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center !important;
  display: block;
}
.sustentability .about-text-midia .about-text {
  width: 45%;
  padding-right: 150px;
}
@media (max-width: 1200px) {
  .sustentability .about-text-midia .about-text {
    padding-left: 60px;
  }
}
@media (max-width: 800px) {
  .sustentability .about-text-midia .about-text {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
.sustentability .about-text-midia .about-text h2 {
  font-weight: 700;
}

.about-gallery {
  width: 100%;
  display: block;
}
.about-gallery .about-gallery-item {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.about-gallery picture {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.about-gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-gallery {
  padding: clamp(20px, 5vw, 60px) 0;
}
.about-gallery .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colunas */
  grid-template-rows: repeat(2, 1fr); /* 2 linhas */
  gap: 20px;
}
.about-gallery {
  /* Efeito ao passar o mouse */
}
.about-gallery .about-gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}
.about-gallery .about-gallery .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.about-gallery .about-gallery-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.about-gallery .about-gallery-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.about-gallery .about-gallery-item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
.about-gallery .about-gallery-item:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
.about-gallery .about-gallery-item:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
@media (max-width: 900px) {
  .about-gallery .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .about-gallery .about-gallery-item:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: auto;
  }
  .about-gallery .about-gallery-item:nth-child(2),
  .about-gallery .about-gallery-item:nth-child(3),
  .about-gallery .about-gallery-item:nth-child(4),
  .about-gallery .about-gallery-item:nth-child(5) {
    grid-column: span 1;
  }
}
@media (max-width: 600px) {
  .about-gallery .about-gallery .container {
    grid-template-columns: 1fr;
  }
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.contact {
  width: 100%;
  position: relative;
  display: block;
}
.contact .banner-page {
  height: 400px;
  min-height: auto;
}
.contact .banner-page h1 {
  font-weight: 700;
}
.contact .editor-content {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .editor-content p {
  color: #8c8c8c !important;
}
.contact .editor-content ul,
.contact .editor-content ol {
  padding-left: 20px;
}
.contact .editor-content ul li,
.contact .editor-content ol li {
  position: relative;
  padding-left: 20px;
}
.contact .editor-content ul li::before,
.contact .editor-content ol li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0a0a0a;
  border-radius: 50%;
}
.contact .editor-content ul li p,
.contact .editor-content ul li strong,
.contact .editor-content ol li p,
.contact .editor-content ol li strong {
  margin-bottom: 0;
}

.contact-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: block;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  z-index: 90;
}
@media (max-width: 800px) {
  .contact-wrapper {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .contact-wrapper {
    display: block;
  }
}
.contact-wrapper .address-aside {
  width: 45%;
  max-width: 650px;
  padding-right: 30px;
  padding-left: 120px;
  padding-top: 120px;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .contact-wrapper .address-aside {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .contact-wrapper .address-aside {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .contact-wrapper .address-aside {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .contact-wrapper .address-aside {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .contact-wrapper .address-aside {
    padding-top: 34.4064px;
  }
}
@media (max-width: 700px) {
  .contact-wrapper .address-aside {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
    margin-top: 0;
  }
}
.contact-wrapper .address-aside h5 {
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-wrapper .address-aside .contact-item {
  width: 100%;
  margin-bottom: 20px;
  max-width: 450px;
}
.contact-wrapper .address-aside .contact-item svg {
  min-width: 24px;
}
.contact-wrapper .address-aside .contact-item a,
.contact-wrapper .address-aside .contact-item p {
  margin-bottom: 0;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
}
.contact-wrapper .address-aside .contact-item a {
  color: #0a0a0a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.contact-wrapper .address-aside .contact-item a:hover {
  opacity: 0.6;
}
.contact-wrapper .form-container {
  background: #f4f4f4;
  width: 55%;
  padding: 120px 60px;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .contact-wrapper .form-container {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .contact-wrapper .form-container {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .contact-wrapper .form-container {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .contact-wrapper .form-container {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .contact-wrapper .form-container {
    padding-top: 34.4064px;
  }
}
.contact-wrapper .form-container {
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .contact-wrapper .form-container {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .contact-wrapper .form-container {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .contact-wrapper .form-container {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .contact-wrapper .form-container {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .contact-wrapper .form-container {
    padding-bottom: 34.4064px;
  }
}
@media (max-width: 700px) {
  .contact-wrapper .form-container {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.contact-wrapper .form-container .form {
  max-width: 720px;
  margin: 0 auto;
}
.contact-wrapper .form-container .form .contact-form {
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .form-container .form .input-double {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.contact-wrapper .form-container .form .input-double:nth-of-type(2n + 1) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .contact-wrapper .form-container .form .input-double {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.contact-wrapper .form-container .form .input-one {
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .contact-wrapper .form-container .form .input-one {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.contact-wrapper .form-container .form p {
  margin-bottom: 0;
}
.contact-wrapper .form-container .form br {
  display: none !important;
}
.contact-wrapper .form-container .form input[type=text],
.contact-wrapper .form-container .form input[type=email],
.contact-wrapper .form-container .form input[type=number],
.contact-wrapper .form-container .form input[type=tel],
.contact-wrapper .form-container .form input[type=file],
.contact-wrapper .form-container .form textarea,
.contact-wrapper .form-container .form select {
  border-radius: 8px;
  background: #fff;
  border: 2px solid transparent;
  width: 100%;
  height: 48px;
  padding: 10px 20px;
  font-size: 16px;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .form-container .form input[type=text]:focus, .contact-wrapper .form-container .form input[type=text]:hover,
.contact-wrapper .form-container .form input[type=email]:focus,
.contact-wrapper .form-container .form input[type=email]:hover,
.contact-wrapper .form-container .form input[type=number]:focus,
.contact-wrapper .form-container .form input[type=number]:hover,
.contact-wrapper .form-container .form input[type=tel]:focus,
.contact-wrapper .form-container .form input[type=tel]:hover,
.contact-wrapper .form-container .form input[type=file]:focus,
.contact-wrapper .form-container .form input[type=file]:hover,
.contact-wrapper .form-container .form textarea:focus,
.contact-wrapper .form-container .form textarea:hover,
.contact-wrapper .form-container .form select:focus,
.contact-wrapper .form-container .form select:hover {
  border: 1px solid #99908e;
  background: #ffffff;
  outline: none !important;
  border: 2px solid #0a0a0a;
  background: #fff;
}
.contact-wrapper .form-container .form textarea {
  height: 120px;
  font-family: "Open Sans", sans-serif;
  resize: none;
  padding: 10px;
}
@media (max-width: 600px) {
  .contact-wrapper .form-container .form textarea {
    height: 100px;
  }
}
.contact-wrapper .form-container .form .termo-publicidade p,
.contact-wrapper .form-container .form .termo-publicidade span,
.contact-wrapper .form-container .form .termo-publicidade a,
.contact-wrapper .form-container .form .termo-aceite p,
.contact-wrapper .form-container .form .termo-aceite span,
.contact-wrapper .form-container .form .termo-aceite a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Open Sans", sans-serif;
  color: #0a0a0a !important;
}
.contact-wrapper .form-container .form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact-wrapper .form-container .form input[type=checkbox] {
  background-color: #fff;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  accent-color: #0a0a0a;
}
.contact-wrapper .form-container .form input[type=submit] {
  border-radius: 8px;
  background: #1a1a1a;
  width: 180px;
  display: table;
  padding: 18px 22px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 20px;
}
.contact-wrapper .form-container .form input[type=submit]:hover {
  opacity: 0.6;
}
.contact-wrapper .form-container .form .wpcf7-response-output {
  margin: 0;
}
.contact-wrapper .form-container .form .wpcf7-spinner {
  margin: 15px;
  margin-bottom: 0;
}

.map-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 90;
}
.map-wrapper .map-responsive {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
}
@media (max-width: 600px) {
  .map-wrapper .map-responsive {
    height: 400px;
  }
}
.map-wrapper .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  color: #dc3545;
  opacity: 1;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked {
  margin: 5px 0;
  margin-bottom: 0;
  opacity: 1;
  color: #dc3545 !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  clear: both;
  padding-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 600px) {
  .wpcf7-response-output.wpcf7-validation-errors,
  .wpcf7-response-output.wpcf7-spam-blocked,
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    font-size: 16px !important;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green !important;
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px !important;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
}
@media (max-width: 600px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    font-size: 16px !important;
  }
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  font-weight: 400;
}

.wpcf7-response-output {
  font-size: 18px !important;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
}

.wpcf7 form .wpcf7-response-output {
  border-color: #0a0a0a !important;
}

.blog-list .wpcf7-not-valid-tip,
.form-container-simples .wpcf7-not-valid-tip {
  display: none;
}

/*
  Centraliza
*/
/*
Calculo automatico da largura
*/
/*
Margins e paddins responsivos
*/
/*
Font size responsiva para titulos. De 33 a 999;
*/
/*
Font size responsiva para subtitulos. De 24 a 32;
*/
/*
Font size responsiva para paragrafo. De 18 a 24;
*/
.posts-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 60px;
}
.posts-list .post-item {
  flex: 1 1 calc((100% - 120px) / 3);
  max-width: calc(33.33% - 40px);
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .posts-list .post-item {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .posts-list .post-item {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .posts-list .post-item {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .posts-list .post-item {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .posts-list .post-item {
    margin-bottom: 17.2032px;
  }
}
.posts-list .post-item {
  position: relative;
}
.posts-list .post-item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
@media (max-width: 800px) {
  .posts-list .post-item {
    flex: 1 1 calc((100% - 40px) / 2);
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .posts-list .post-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.posts-list .post-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.posts-list .post-thumb picture {
  width: 100%;
  display: block;
  overflow: hidden;
}
.posts-list .post-thumb picture img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.posts-list .tag-category {
  right: 20px;
  top: 20px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.posts-list .tag-category:hover {
  opacity: 0.6;
}
@media (max-width: 600px) {
  .posts-list .tag-category {
    right: 10px;
    top: 10px;
  }
}
.posts-list .post-body {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 30px 20px;
}
.posts-list .post-body h5 {
  color: #0a0a0a;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.posts-list .post-body .post-infos {
  display: flex;
  align-items: center;
  gap: 10px;
}
.posts-list .post-body .post-infos p,
.posts-list .post-body .post-infos span {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #b3b3b3;
}

.post-list-home {
  width: 100%;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .post-list-home {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .post-list-home {
    padding-bottom: 76.8px;
  }
}
@media (max-width: 900px) {
  .post-list-home {
    padding-bottom: 61.44px;
  }
}
@media (max-width: 600px) {
  .post-list-home {
    padding-bottom: 49.152px;
  }
}
@media (max-width: 450px) {
  .post-list-home {
    padding-bottom: 34.4064px;
  }
}
.post-list-home {
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .post-list-home {
    padding-top: 96px;
  }
}
@media (max-width: 1100px) {
  .post-list-home {
    padding-top: 76.8px;
  }
}
@media (max-width: 900px) {
  .post-list-home {
    padding-top: 61.44px;
  }
}
@media (max-width: 600px) {
  .post-list-home {
    padding-top: 49.152px;
  }
}
@media (max-width: 450px) {
  .post-list-home {
    padding-top: 34.4064px;
  }
}
.post-list-home {
  background-color: #f4f4f4;
}
.post-list-home .post-item {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .post-list-home .post-item {
    margin-bottom: 40px;
  }
}
.post-list-home .section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .post-list-home .section-header {
    padding-left: 0;
  }
}
.post-list-home .section-header h2 {
  margin-bottom: 0;
}

.blog {
  background: #f4f4f4;
}
.blog .banner-page {
  height: 400px;
  min-height: auto;
}
.blog .banner-page h1 {
  font-weight: 700;
}
.blog .category-list {
  text-align: center;
  background-color: #ffffff;
  padding: 60px 0;
}
.blog .category-list ul {
  display: flex;
  gap: 20px;
  flex-flow: row wrap;
}
@media (max-width: 800px) {
  .blog .category-list ul {
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .blog .category-list ul {
    gap: 5px;
  }
}
.blog .category-list ul a {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog .category-list ul a:hover {
  opacity: 0.6;
}
.blog .posts-list {
  padding-bottom: 60px;
}
@media (max-width: 1366px) {
  .blog .posts-list {
    padding-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .blog .posts-list {
    padding-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .blog .posts-list {
    padding-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .blog .posts-list {
    padding-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .blog .posts-list {
    padding-bottom: 17.2032px;
  }
}
.blog .posts-list {
  padding-top: 60px;
}
@media (max-width: 1366px) {
  .blog .posts-list {
    padding-top: 48px;
  }
}
@media (max-width: 1100px) {
  .blog .posts-list {
    padding-top: 38.4px;
  }
}
@media (max-width: 900px) {
  .blog .posts-list {
    padding-top: 30.72px;
  }
}
@media (max-width: 600px) {
  .blog .posts-list {
    padding-top: 24.576px;
  }
}
@media (max-width: 450px) {
  .blog .posts-list {
    padding-top: 17.2032px;
  }
}
.blog .posts-list {
  width: 100%;
}

.pagination {
  width: auto;
  display: table;
  margin: 0 auto;
  clear: both;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
@media (max-width: 1366px) {
  .pagination {
    padding-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .pagination {
    padding-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .pagination {
    padding-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .pagination {
    padding-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .pagination {
    padding-bottom: 17.2032px;
  }
}
.pagination a,
.pagination .current {
  color: #0a0a0a;
  text-align: center;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #fff;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 500px) {
  .pagination a,
  .pagination .current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.pagination a:hover,
.pagination .current:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}
.pagination .current {
  background-color: #0a0a0a;
  color: #ffffff;
}

.blog-post {
  padding-bottom: 60px;
}
@media (max-width: 1366px) {
  .blog-post {
    padding-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .blog-post {
    padding-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .blog-post {
    padding-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .blog-post {
    padding-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .blog-post {
    padding-bottom: 17.2032px;
  }
}
.blog-post {
  width: 100%;
  position: relative;
}
.blog-post .banner-page {
  height: 700px;
  min-height: auto;
}
.blog-post .banner-page .banner-wrapper {
  max-width: 1000px;
}
.blog-post .banner-page h1 {
  font-weight: 700;
}
.blog-post .banner-page .data-author {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .blog-post .banner-page .data-author {
    margin-bottom: 20px;
  }
}
.blog-post .banner-page .category-list {
  width: 100%;
  margin-top: 20px;
}
.blog-post .banner-page .category-list ul {
  display: flex;
  gap: 20px;
  flex-flow: row wrap;
}
@media (max-width: 800px) {
  .blog-post .banner-page .category-list ul {
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .blog-post .banner-page .category-list ul {
    gap: 5px;
  }
}
.blog-post .banner-page .post-infos {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-post .banner-page .post-infos p,
.blog-post .banner-page .post-infos span {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #b3b3b3;
}
.blog-post .post-content {
  width: 100%;
}
.blog-post .post-content .content {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
}
.blog-post .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  display: table;
}

.editor-content {
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .editor-content {
    margin-top: 48px;
  }
}
@media (max-width: 1100px) {
  .editor-content {
    margin-top: 38.4px;
  }
}
@media (max-width: 900px) {
  .editor-content {
    margin-top: 30.72px;
  }
}
@media (max-width: 600px) {
  .editor-content {
    margin-top: 24.576px;
  }
}
@media (max-width: 450px) {
  .editor-content {
    margin-top: 17.2032px;
  }
}
.editor-content p {
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .editor-content p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content p {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content p strong {
  font-weight: bold;
}
.editor-content a {
  border-bottom: 2px solid;
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .editor-content a {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content a {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content a strong {
  font-weight: bold;
}
.editor-content strong {
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .editor-content strong {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content strong {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content strong strong {
  font-weight: bold;
}
.editor-content em {
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .editor-content em {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content em {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content em strong {
  font-weight: bold;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  font-style: normal;
  text-align: left;
  margin-bottom: 20px;
}
.editor-content h1 {
  font-size: 56px;
}
@media (max-width: 1366px) {
  .editor-content h1 {
    font-size: calc(56px * 0.95);
  }
}
@media (max-width: 1100px) {
  .editor-content h1 {
    font-size: calc(56px * 0.9);
  }
}
@media (max-width: 900px) {
  .editor-content h1 {
    font-size: calc(56px * 0.85);
  }
}
@media (max-width: 600px) {
  .editor-content h1 {
    font-size: calc(56px * 0.8);
  }
}
@media (max-width: 450px) {
  .editor-content h1 {
    font-size: calc(56px * 0.75);
  }
}
.editor-content h2 {
  font-size: 42px;
}
@media (max-width: 1366px) {
  .editor-content h2 {
    font-size: calc(42px * 0.95);
  }
}
@media (max-width: 1100px) {
  .editor-content h2 {
    font-size: calc(42px * 0.9);
  }
}
@media (max-width: 900px) {
  .editor-content h2 {
    font-size: calc(42px * 0.85);
  }
}
@media (max-width: 600px) {
  .editor-content h2 {
    font-size: calc(42px * 0.8);
  }
}
@media (max-width: 450px) {
  .editor-content h2 {
    font-size: calc(42px * 0.75);
  }
}
.editor-content h3 {
  font-size: 32px;
}
@media (max-width: 1366px) {
  .editor-content h3 {
    font-size: calc(32px * 0.95);
  }
}
@media (max-width: 1100px) {
  .editor-content h3 {
    font-size: calc(32px * 0.9);
  }
}
@media (max-width: 900px) {
  .editor-content h3 {
    font-size: calc(32px * 0.85);
  }
}
@media (max-width: 600px) {
  .editor-content h3 {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 450px) {
  .editor-content h3 {
    font-size: calc(32px * 0.75);
  }
}
.editor-content h4 {
  font-size: 28px;
}
@media (max-width: 1366px) {
  .editor-content h4 {
    font-size: calc(28px * 0.95);
  }
}
@media (max-width: 1100px) {
  .editor-content h4 {
    font-size: calc(28px * 0.9);
  }
}
@media (max-width: 900px) {
  .editor-content h4 {
    font-size: calc(28px * 0.85);
  }
}
@media (max-width: 600px) {
  .editor-content h4 {
    font-size: calc(28px * 0.8);
  }
}
@media (max-width: 450px) {
  .editor-content h4 {
    font-size: calc(28px * 0.75);
  }
}
.editor-content h5 {
  font-size: 24px;
}
@media (max-width: 1366px) {
  .editor-content h5 {
    font-size: calc(24px * 0.95);
  }
}
@media (max-width: 1100px) {
  .editor-content h5 {
    font-size: calc(24px * 0.9);
  }
}
@media (max-width: 900px) {
  .editor-content h5 {
    font-size: calc(24px * 0.85);
  }
}
@media (max-width: 600px) {
  .editor-content h5 {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 450px) {
  .editor-content h5 {
    font-size: calc(24px * 0.75);
  }
}
.editor-content h6 {
  font-size: 20px;
}
@media (max-width: 1366px) {
  .editor-content h6 {
    font-size: calc(20px * 0.95);
  }
}
@media (max-width: 1100px) {
  .editor-content h6 {
    font-size: calc(20px * 0.9);
  }
}
@media (max-width: 900px) {
  .editor-content h6 {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 600px) {
  .editor-content h6 {
    font-size: calc(20px * 0.8);
  }
}
@media (max-width: 450px) {
  .editor-content h6 {
    font-size: calc(20px * 0.75);
  }
}
.editor-content ul,
.editor-content ol {
  list-style: disc !important;
  margin-bottom: 20px;
  display: block;
  list-style: disc;
  list-style-position: inside;
}
.editor-content ul li,
.editor-content ol li {
  width: 100%;
  margin-bottom: 5px;
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  list-style: circle;
}
@media (max-width: 650px) {
  .editor-content ul li,
  .editor-content ol li {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content ul li,
  .editor-content ol li {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content ul li strong,
.editor-content ol li strong {
  font-weight: bold;
}
.editor-content ul li,
.editor-content ol li {
  display: block;
}
.editor-content ul li p,
.editor-content ol li p {
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .editor-content ul li p,
  .editor-content ol li p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content ul li p,
  .editor-content ol li p {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content ul li p strong,
.editor-content ol li p strong {
  font-weight: bold;
}
.editor-content ul li p,
.editor-content ol li p {
  margin-bottom: 0;
}
.editor-content blockquote {
  width: 100%;
  display: block;
  padding: 10px 25px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-left: 2px solid;
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .editor-content blockquote {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content blockquote {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content blockquote strong {
  font-weight: bold;
}
.editor-content blockquote p {
  color: #0a0a0a !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .editor-content blockquote p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content blockquote p {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content blockquote p strong {
  font-weight: bold;
}
.editor-content figure {
  max-width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .editor-content figure {
    margin-bottom: 48px;
  }
}
@media (max-width: 1100px) {
  .editor-content figure {
    margin-bottom: 38.4px;
  }
}
@media (max-width: 900px) {
  .editor-content figure {
    margin-bottom: 30.72px;
  }
}
@media (max-width: 600px) {
  .editor-content figure {
    margin-bottom: 24.576px;
  }
}
@media (max-width: 450px) {
  .editor-content figure {
    margin-bottom: 17.2032px;
  }
}
.editor-content figure {
  display: block;
}
.editor-content figure img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 0;
  display: block;
}
.editor-content figure figcaption {
  width: 100%;
  padding: 15px;
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 140%;
  padding-left: 10px;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px solid #0a0a0a;
}
.editor-content .wp-caption {
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 20px;
}
.editor-content .wp-caption-text {
  width: 100%;
  color: #8c8c8c !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 140%;
  line-height: 140%;
  padding-left: 15px;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px solid #0a0a0a;
}
@media (max-width: 650px) {
  .editor-content .wp-caption-text {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .editor-content .wp-caption-text {
    font-size: 14px;
    line-height: 120%;
  }
}
.editor-content .wp-caption-text strong {
  font-weight: bold;
}
.editor-content img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 0;
}

.other-post .post-item {
  margin-bottom: 0 !important;
}