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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
*/
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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1100px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 800px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 380px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn {
  position: relative;
  display: table;
  padding: 20px;
  border-radius: 6px;
  background: #e68020;
  line-height: normal;
  line-height: 12px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 650px) {
  .btn {
    padding: 10px 15px !important;
  }
}

.btn strong {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 650px) {
  .btn strong {
    font-size: 14px;
  }
}

.btn:hover {
  background: #209e4b;
}

.btn.btn-outline {
  border: 2px solid #222;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-outline strong {
  color: #00121f;
}

.btn.btn-outline:hover {
  background: #e68020;
}

.btn.btn-outline:hover {
  border: 2px solid #e68020;
}

.btn.btn-outline:hover strong {
  color: #ffffff;
}

.btn.btn-secondary {
  border-radius: 10px;
  background: #209e4b;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-secondary strong {
  color: #ffffff;
}

.btn.btn-secondary:hover {
  background: #e68020;
}

h1 {
  color: #333333;
  font-size: 70px;
  font-size: 70px;
  line-height: 150%;
  font-weight: 900;
  line-height: 100%;
}

@media (max-width: 1366px) {
  h1 {
    font-size: calc(70px * 0.9);
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: calc(70px * 0.8);
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: calc(70px * 0.7);
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: calc(70px * 0.6);
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: calc(70px * 0.55);
  }
}

h2 {
  color: #333333;
  font-size: 40px;
  font-size: 40px;
  line-height: 160%;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 1366px) {
  h2 {
    font-size: calc(40px * 0.9);
  }
}

@media (max-width: 1100px) {
  h2 {
    font-size: calc(40px * 0.8);
  }
}

@media (max-width: 900px) {
  h2 {
    font-size: calc(40px * 0.7);
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: calc(40px * 0.6);
  }
}

@media (max-width: 450px) {
  h2 {
    font-size: calc(40px * 0.55);
  }
}

@media (max-width: 600px) {
  h2 {
    margin-bottom: 20px;
  }
}

h2 strong {
  font-weight: 900;
}

h3 {
  margin-bottom: 20px;
  color: #00121f;
  text-align: center;
  font-size: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (max-width: 1366px) {
  h3 {
    font-size: calc(24px * 0.95);
  }
}

@media (max-width: 1100px) {
  h3 {
    font-size: calc(24px * 0.9);
  }
}

@media (max-width: 900px) {
  h3 {
    font-size: calc(24px * 0.85);
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: calc(24px * 0.8);
  }
}

@media (max-width: 450px) {
  h3 {
    font-size: calc(24px * 0.75);
  }
}

h3 a {
  margin-bottom: 20px;
  color: #00121f;
  text-align: center;
  font-size: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (max-width: 1366px) {
  h3 a {
    font-size: calc(24px * 0.95);
  }
}

@media (max-width: 1100px) {
  h3 a {
    font-size: calc(24px * 0.9);
  }
}

@media (max-width: 900px) {
  h3 a {
    font-size: calc(24px * 0.85);
  }
}

@media (max-width: 600px) {
  h3 a {
    font-size: calc(24px * 0.8);
  }
}

@media (max-width: 450px) {
  h3 a {
    font-size: calc(24px * 0.75);
  }
}

p {
  margin-bottom: 30px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 650px) {
  p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  p {
    font-size: 14px;
  }
}

p strong {
  font-weight: 700;
}

.whatsapp-chat {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.whatsapp-chat a {
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.161));
}

.whatsapp-chat a:last-child {
  margin-bottom: 0;
}

.whatsapp-chat svg {
  width: 60px;
  height: 60px;
}

@media (max-width: 1000px) {
  .whatsapp-chat {
    bottom: 30px;
    right: 30px;
  }

  .whatsapp-chat svg {
    width: 40px;
    height: 41px;
  }
}

@media (max-width: 400px) {
  .whatsapp-chat {
    bottom: 10px;
    right: 10px;
  }

  .whatsapp-chat a {
    margin-bottom: 5px;
  }

  .whatsapp-chat svg {
    width: 35px;
    height: 36px;
  }
}

.all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mask-pop-up {
  background-color: #446976;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.redes-sociais-header li,
.redes-sociais-footer li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.redes-sociais-header li:last-child,
.redes-sociais-footer li:last-child {
  margin-right: 0;
}

.redes-sociais-header li:hover,
.redes-sociais-footer li:hover {
  opacity: 0.6;
}

@media (max-width: 450px) {

  .redes-sociais-header li svg,
  .redes-sociais-footer li svg {
    width: 40px;
    height: 40px;
  }
}

.hidden {
  opacity: 0;
  filter: blur(15px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hidden.to-left {
  -webkit-transform: translateX(10vw);
  -moz-transform: translateX(10vw);
  -ms-transform: translateX(10vw);
  -o-transform: translateX(10vw);
  transform: translateX(10vw);
}

.hidden.to-right {
  -webkit-transform: translateX(-10vw);
  -moz-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  -o-transform: translateX(-10vw);
  transform: translateX(-10vw);
}

.hidden.to-top {
  -webkit-transform: translateY(10vh);
  -moz-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  -o-transform: translateY(10vh);
  transform: translateY(10vh);
}

.hidden.to-bottom {
  -webkit-transform: translateY(-10vh);
  -moz-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  -o-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.show {
  opacity: 1;
  filter: blur(0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s 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;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

@media (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  body {
    font-size: 14px;
  }
}

main {
  position: relative;
  background-color: #ffffff;
}

/*
  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;
  z-index: 999;
  width: 100%;
  padding-top: 60px;
}

@media (max-width: 1250px) {
  .header {
    padding-top: 40px;
  }
}

@media (max-width: 900px) {
  .header {
    padding-top: 30px;
  }
}

@media (max-width: 400px) {
  .header {
    padding-top: 20px;
  }
}

.header .header-wrapper,
.header .responsive-menu,
.header .store-nav-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1780px) {

  .header .header-wrapper,
  .header .responsive-menu,
  .header .store-nav-menu ul {
    gap: 30px;
  }
}

@media (max-width: 1680px) {

  .header .header-wrapper,
  .header .responsive-menu,
  .header .store-nav-menu ul {
    gap: 20px;
  }
}

@media (max-width: 650px) {

  .header .header-wrapper,
  .header .responsive-menu,
  .header .store-nav-menu ul {
    gap: 10px;
  }
}

.header .logo-menu {
  display: flex;
  align-items: center;
  gap: 45px;
}

@media (max-width: 1780px) {
  .header .logo-menu {
    gap: 30px;
  }
}

@media (max-width: 1680px) {
  .header .logo-menu {
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .header .logo-menu {
    gap: 10px;
  }
}

.header .logo-menu h1 {
  margin-bottom: 0;
  line-height: 0;
}

.header .logo-menu img {
  width: 100%;
  max-width: 109px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1220px) {
  .header .logo-menu img {
    max-width: 90px;
  }
}

@media (max-width: 900px) {
  .header .logo-menu img {
    max-width: 80px;
  }
}

@media (max-width: 650px) {
  .header .logo-menu img {
    max-width: 70px;
  }
}

@media (max-width: 430px) {
  .header .logo-menu img {
    max-width: 60px;
  }
}

@media (max-width: 400px) {
  .header .logo-menu img {
    max-width: 50px;
  }
}

.header .logo-menu img:hover {
  opacity: 0.6;
}

.header .logo-menu span {
  color: #fff;
  font-size: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .header .logo-menu span {
    font-size: calc(20px * 0.95);
  }
}

@media (max-width: 1100px) {
  .header .logo-menu span {
    font-size: calc(20px * 0.9);
  }
}

@media (max-width: 900px) {
  .header .logo-menu span {
    font-size: calc(20px * 0.85);
  }
}

@media (max-width: 600px) {
  .header .logo-menu span {
    font-size: calc(20px * 0.8);
  }
}

@media (max-width: 450px) {
  .header .logo-menu span {
    font-size: calc(20px * 0.75);
  }
}

@media (max-width: 1366px) {
  .header .logo-menu span {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .header .logo-menu span {
    display: none;
  }
}

.header .logo-menu span strong {
  font-weight: 700;
}

.header .categories-list-menu {
  position: relative;
}

@media (max-width: 900px) {
  .header .categories-list-menu {
    display: none;
  }
}

.header .categories-list-menu .categories-submenu {
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  position: relative;
}

@media (max-width: 1220px) {
  .header .categories-list-menu .categories-submenu {
    font-size: 12px;
  }
}

.header .categories-list-menu .categories-submenu img {
  padding-left: 20px;
}

@media (max-width: 1220px) {
  .header .categories-list-menu .categories-submenu img {
    font-size: 10px;
  }
}

.header .categories-list-menu ul {
  position: absolute;
  width: 100%;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  padding: 20px 30px 20px;
  border: 2px solid #fff;
  border-top: none;
  display: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1220px) {
  .header .categories-list-menu ul {
    padding: 20px 20px;
  }
}

.header .categories-list-menu ul li {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 1220px) {
  .header .categories-list-menu ul li {
    margin-bottom: 10px;
  }
}

.header .categories-list-menu ul li:last-child {
  margin-bottom: 0;
}

.header .categories-list-menu ul li a {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1220px) {
  .header .categories-list-menu ul li a {
    font-size: 12px;
  }
}

.header .categories-list-menu ul li a:hover {
  color: #e68020;
}

.header .categories-list-menu:hover .categories-submenu {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header .categories-list-menu:hover ul {
  opacity: 1 !important;
  display: block !important;
}

.header .store-nav-menu li svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 1050px) {
  .header .store-nav-menu li svg {
    margin-right: 5px;
  }
}

@media (max-width: 530px) {
  .header .store-nav-menu li svg {
    display: none;
  }
}

@media (max-width: 530px) {
  .header .store-nav-menu li:last-child svg {
    display: inline-block !important;
    width: 18px;
    width: 18px;
  }
}

.header .store-nav-menu li a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1220px) {
  .header .store-nav-menu li a {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .header .store-nav-menu li a {
    font-size: 12px;
  }
}

.header .store-nav-menu li a:hover {
  opacity: 0.6;
}

@media (max-width: 1600px) {
  .header .redes-sociais-header {
    display: none;
  }
}

.search-wrapper-menu {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search-wrapper-menu:hover {
  opacity: 0.6;
}

@media (max-width: 1050px) {
  .search-wrapper-menu svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1050px) {
  .search-wrapper-menu svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 530px) {
  .search-wrapper-menu svg {
    width: 30px;
    height: 30px;
  }
}

.search-menu-icone {
  z-index: 99px;
  display: none;
  width: 100%;
  justify-content: end;
}

.search-menu-icone.atv {
  display: flex !important;
}

.search-menu-icone form {
  display: flex;
  align-content: stretch;
  gap: 0;
  max-width: 100%;
  width: 400px;
}

@media (max-width: 550px) {
  .search-menu-icone form {
    width: 300px;
    margin-top: 10px;
  }
}

.search-menu-icone input {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #e68020;
  background-color: transparent;
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 800px) {
  .search-menu-icone input {
    height: 50px;
  }
}

@media (max-width: 550px) {
  .search-menu-icone input {
    height: 45px;
    font-size: 16px;
  }
}

.search-menu-icone input:focus,
.search-menu-icone input:hover {
  border: 2px solid #e68020;
  background: #ffffff;
  outline: none !important;
  color: #333;
}

.search-menu-icone button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  height: 60px;
  min-width: 60px;
  border-radius: 6px;
  border: 2px solid #e68020;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 800px) {
  .search-menu-icone button {
    height: 50px;
    min-width: 50px;
  }
}

@media (max-width: 550px) {
  .search-menu-icone button {
    height: 45px;
    min-width: 45px;
  }

  .search-menu-icone button svg {
    width: 20px;
    height: 20px;
  }
}

.search-menu-icone button:hover {
  background-color: #ffffff;
}

.search-menu-icone button:hover svg * {
  fill: #e68020;
}

/*
  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-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 900px;
}

@media (max-width: 800px) {
  .banner-slider {
    min-height: 550px;
    max-height: 650px;
  }
}

@media (max-width: 500px) {
  .banner-slider {
    min-height: 450px;
    max-height: 600px;
  }
}

.banner-slider .banner-item {
  height: 100%;
}

.banner-slider .banner-midia {
  height: 100%;
}

.banner-slider .banner-midia picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.banner-slider .banner-midia picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.banner-slider .iframe-banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.banner-slider .iframe-banner video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover !important;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  background-position: center !important;
}

.banner-slider .banner-home-title {
  position: absolute;
  top: 40%;
  z-index: 98;
  width: 60%;
  max-width: 800px;
}

@media (max-width: 1180px) {
  .banner-slider .banner-home-title {
    width: 85%;
  }
}

@media (max-width: 800px) {
  .banner-slider .banner-home-title {
    top: 35%;
  }
}

.banner-slider .banner-home-title h1 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 110px;
  font-weight: 900;
  font-size: 110px;
  text-transform: uppercase;
  line-height: 90%;
}

@media (max-width: 1366px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(110px * 0.9);
  }
}

@media (max-width: 1100px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(110px * 0.8);
  }
}

@media (max-width: 900px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(110px * 0.7);
  }
}

@media (max-width: 600px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(110px * 0.6);
  }
}

@media (max-width: 450px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(110px * 0.55);
  }
}

@media (max-width: 600px) {
  .banner-slider .banner-home-title h1 {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) and (max-width: 1366px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(80px * 0.9);
  }
}

@media (max-width: 600px) and (max-width: 1100px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(80px * 0.8);
  }
}

@media (max-width: 600px) and (max-width: 900px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(80px * 0.7);
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(80px * 0.6);
  }
}

@media (max-width: 600px) and (max-width: 450px) {
  .banner-slider .banner-home-title h1 {
    font-size: calc(80px * 0.55);
  }
}

.banner-slider .banner-home-title h1 span {
  color: #e17c20;
}

.banner-slider .banner-home-title h2 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 36px;
  line-height: 160%;
  font-size: 36px;
  text-transform: none;
  font-weight: 400;
}

@media (max-width: 1366px) {
  .banner-slider .banner-home-title h2 {
    font-size: calc(36px * 0.9);
  }
}

@media (max-width: 1100px) {
  .banner-slider .banner-home-title h2 {
    font-size: calc(36px * 0.8);
  }
}

@media (max-width: 900px) {
  .banner-slider .banner-home-title h2 {
    font-size: calc(36px * 0.7);
  }
}

@media (max-width: 600px) {
  .banner-slider .banner-home-title h2 {
    font-size: calc(36px * 0.6);
  }
}

@media (max-width: 450px) {
  .banner-slider .banner-home-title h2 {
    font-size: calc(36px * 0.55);
  }
}

@media (max-width: 600px) {
  .banner-slider .banner-home-title h2 {
    margin-bottom: 20px;
  }
}

.banner-slider .banner-home-title h2 strong {
  font-weight: 700;
}

.banner-slider .banner-home-title p {
  color: #fff;
  font-weight: 500;
  max-width: 560px;
  margin-bottom: 0;
}

.banner-slider .banner-midia-title {
  position: absolute;
  z-index: 95;
  width: 670px;
  height: 720px;
  max-height: 80%;
  max-width: 40%;
  bottom: 0;
  right: 25vh;
}

@media (max-width: 1800px) {
  .banner-slider .banner-midia-title {
    right: 120px;
  }
}

@media (max-width: 1800px) {
  .banner-slider .banner-midia-title {
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 1480px) {
  .banner-slider .banner-midia-title {
    width: 500px;
    height: 500px;
    right: 80px;
  }
}

@media (max-width: 1180px) {
  .banner-slider .banner-midia-title {
    display: none !important;
  }
}

.banner-slider .banner-midia-title img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  -o-object-fit: contain;
  -o-object-position: right bottom;
}

.banner-slider .mask {
  background: linear-gradient(272deg, rgba(0, 0, 0, 0.35) 20.63%, rgba(0, 0, 0, 0) 49.87%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-slider .slider-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
}

.banner-slider .slider-wrapper .slick-slide {
  width: 100%;
  position: relative;
  height: 100%;
}

.banner-slider .slider-wrapper .slick-slide img {
  width: 100%;
}

.banner-slider .slider-wrapper .slick-list,
.banner-slider .slider-wrapper .slick-track {
  height: 100%;
}

.banner-slider .slick-list,
.banner-slider .slick-track {
  height: 100%;
}

.banner-slider .slick-slide {
  position: relative;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 0;
  z-index: 99;
}

@media (max-width: 800px) {
  .banner-slider .slick-dots {
    bottom: 40px;
  }
}

.banner-footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.banner-footer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-footer picture,
.banner-footer img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  background-color: transparent;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: 2px solid #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #e68020;
  border: 2px solid #e68020;
}

.banner-inner {
  position: relative;
  display: block;
  width: 100%;
}

.banner-inner .container {
  position: relative;
}

.banner-inner .banner-midia {
  height: 100%;
}

.banner-inner picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.banner-inner picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.banner-inner .iframe-banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.banner-inner .iframe-banner video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover !important;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  background-position: center !important;
}

.banner-inner .banner-body {
  position: relative;
  text-align: center;
  z-index: 95;
  width: 100%;
  text-align: center;
  padding: 230px 0 120px;
}

@media (max-width: 1100px) {
  .banner-inner .banner-body {
    padding: 200px 0 60px;
  }
}

@media (max-width: 800px) {
  .banner-inner .banner-body {
    padding: 160px 0 60px;
  }
}

@media (max-width: 400px) {
  .banner-inner .banner-body {
    padding: 120px 0 40px;
  }
}

.banner-inner .banner-body h1 {
  margin-bottom: 0;
  color: #ffffff;
}

.banner-inner .banner-body h2 {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  font-size: 28px;
  text-transform: none;
}

@media (max-width: 1366px) {
  .banner-inner .banner-body h2 {
    font-size: calc(28px * 0.95);
  }
}

@media (max-width: 1100px) {
  .banner-inner .banner-body h2 {
    font-size: calc(28px * 0.9);
  }
}

@media (max-width: 900px) {
  .banner-inner .banner-body h2 {
    font-size: calc(28px * 0.85);
  }
}

@media (max-width: 600px) {
  .banner-inner .banner-body h2 {
    font-size: calc(28px * 0.8);
  }
}

@media (max-width: 450px) {
  .banner-inner .banner-body h2 {
    font-size: calc(28px * 0.75);
  }
}

.banner-inner .banner-body h2 strong {
  font-weight: 700;
}

.banner-inner .banner-body p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 650px) {
  .banner-inner .banner-body p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .banner-inner .banner-body p {
    font-size: 14px;
  }
}

.banner-inner .mask {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 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;
*/
.products-home {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 1366px) {
  .products-home {
    margin-bottom: 64px;
  }
}

@media (max-width: 1100px) {
  .products-home {
    margin-bottom: 51.2px;
  }
}

@media (max-width: 900px) {
  .products-home {
    margin-bottom: 40.96px;
  }
}

@media (max-width: 600px) {
  .products-home {
    margin-bottom: 32.768px;
  }
}

@media (max-width: 450px) {
  .products-home {
    margin-bottom: 22.9376px;
  }
}

@media (max-width: 1366px) {
  .products-home {
    margin-top: 64px;
  }
}

@media (max-width: 1100px) {
  .products-home {
    margin-top: 51.2px;
  }
}

@media (max-width: 900px) {
  .products-home {
    margin-top: 40.96px;
  }
}

@media (max-width: 600px) {
  .products-home {
    margin-top: 32.768px;
  }
}

@media (max-width: 450px) {
  .products-home {
    margin-top: 22.9376px;
  }
}

.products-home .categories-home-list {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .products-home .categories-home-list {
    margin-bottom: 30px;
  }
}

.products-home .categories-home-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}

@media (max-width: 1200px) {
  .products-home .categories-home-list ul {
    gap: 10px 15px;
  }
}

@media (max-width: 600px) {
  .products-home .categories-home-list ul {
    gap: 5px 10px;
  }
}

.products-home .categories-home-list li a {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  opacity: 0.6;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
  .products-home .categories-home-list li a {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .products-home .categories-home-list li a {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .products-home .categories-home-list li a {
    font-size: 12px;
  }
}

.products-home .categories-home-list li a.atv,
.products-home .categories-home-list li a:hover {
  color: #e68020;
  opacity: 1;
}

.products-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.products-list .product-item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 90px;
}

@media (max-width: 1366px) {
  .products-list .product-item {
    margin-bottom: 72px;
  }
}

@media (max-width: 1100px) {
  .products-list .product-item {
    margin-bottom: 57.6px;
  }
}

@media (max-width: 900px) {
  .products-list .product-item {
    margin-bottom: 46.08px;
  }
}

@media (max-width: 600px) {
  .products-list .product-item {
    margin-bottom: 36.864px;
  }
}

@media (max-width: 450px) {
  .products-list .product-item {
    margin-bottom: 25.8048px;
  }
}

.products-list .product-item:nth-child(3n) {
  margin-right: 0;
}

.products-list .product-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1000px) {
  .products-list .product-item {
    width: 49%;
    margin-right: 2%;
  }

  .products-list .product-item:nth-child(3n) {
    margin-right: 2%;
  }

  .products-list .product-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .products-list .product-item {
    width: 100%;
    margin-right: 0 !important;
  }
}

.products-list .product-image {
  width: 100%;
  height: 365px;
  position: relative;
  border-radius: 8px;
  border-top: 20px solid #e68020;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .products-list .product-image {
    padding: 20px;
  }
}

@media (max-width: 800px) {
  .products-list .product-image {
    height: 300px;
  }
}

.products-list picture {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

.products-list picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products-list .product-body {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .products-list .product-body {
    padding: 0 10px;
  }
}

.products-list .product-body h3 {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.products-list .product-body h3 a {
  color: #00121f;
  display: block;
}

.products-list .product-body p {
  color: #00121f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .products-list .product-body p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .products-list .product-body p {
    font-size: 14px;
  }
}

.products-list .product-body p strong {
  display: block;
  color: #e68020;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 650px) {
  .products-list .product-body p strong {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .products-list .product-body p strong {
    font-size: 18px;
  }
}

.products-list .product-body .btn-outline {
  margin: 0 auto;
  margin-top: 20px;
}

.products-categories-list {
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (max-width: 1366px) {
  .products-categories-list {
    margin-bottom: 80px;
  }
}

@media (max-width: 1100px) {
  .products-categories-list {
    margin-bottom: 64px;
  }
}

@media (max-width: 900px) {
  .products-categories-list {
    margin-bottom: 51.2px;
  }
}

@media (max-width: 600px) {
  .products-categories-list {
    margin-bottom: 40.96px;
  }
}

@media (max-width: 450px) {
  .products-categories-list {
    margin-bottom: 28.672px;
  }
}

@media (max-width: 900px) {
  .products-categories-list {
    margin-top: 40px;
  }
}

.products-categories-list .container {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .products-categories-list .container {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
}

.products-categories-list .categories-list {
  position: sticky;
  top: 60px;
  min-width: 340px;
  margin-right: 60px;
}

@media (max-width: 1366px) {
  .products-categories-list .categories-list {
    margin-right: 30px;
    min-width: 260px;
  }
}

@media (max-width: 1200px) {
  .products-categories-list .categories-list {
    margin-right: 15px;
    min-width: 200px;
  }
}

@media (max-width: 900px) {
  .products-categories-list .categories-list {
    width: 100%;
    position: relative;
    margin: 0;
    top: auto;
    min-width: 100%;
  }
}

.products-categories-list .categories-list h3 {
  color: #ffffff;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #e68020;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 20px 40px;
  margin-bottom: -10px;
  z-index: 90;
  position: relative;
}

@media (max-width: 1366px) {
  .products-categories-list .categories-list h3 {
    padding: 20px 10px;
    font-size: 16px;
  }
}

.products-categories-list .categories-list ul {
  border-radius: 8px;
  background: #fff;
  padding: 40px 40px 20px;
  border: 1px solid #ccc;
  border-top: none;
}

@media (max-width: 1366px) {
  .products-categories-list .categories-list ul {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 900px) {
  .products-categories-list .categories-list ul {
    padding: 20px 20px 10px;
  }
}

.products-categories-list .categories-list ul li {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .products-categories-list .categories-list ul li {
    margin-bottom: 10px;
  }
}

.products-categories-list .categories-list ul li a {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
  .products-categories-list .categories-list ul li a {
    font-size: 14px;
  }
}

.products-categories-list .categories-list ul li a.atv {
  color: #e68020;
  font-weight: 700;
}

.products-categories-list .categories-list ul li a:hover {
  color: #e68020;
}

@media (max-width: 900px) {
  .products-categories-list .products-list-content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.products-categories-list .products-list-content .product-image {
  height: 280px;
  padding: 30px;
}

@media (max-width: 1400px) {
  .products-categories-list .products-list-content .product-image {
    padding: 20px;
  }
}

.pagination {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 700px) {
  .pagination {
    margin-top: 20px;
  }
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

@media (max-width: 700px) {
  .pagination li {
    margin: 2px;
  }
}

.pagination li .btn {
  background-color: transparent;
  opacity: 1 !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 700px) {
  .pagination li .btn {
    padding: 5px 10px;
  }
}

.pagination li .btn strong {
  color: #00121f;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pagination li .btn:hover,
.pagination li .btn.btn-atv {
  background-color: #e68020;
}

.pagination li .btn:hover strong,
.pagination li .btn.btn-atv strong {
  color: #ffffff;
}

.gallery-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 999;
  text-align: center;
}

.gallery-popup .close-popup {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .gallery-popup .close-popup {
    top: 20px;
    right: 20px;
  }
}

.gallery-popup .image-popup {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

/*
  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;
*/
.footer {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #333333;
}

@media (max-width: 850px) {
  .footer {
    padding: 40px 0;
  }
}

.footer .container,
.footer .footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}

@media (max-width: 1300px) {

  .footer .container,
  .footer .footer-content-wrapper {
    gap: 40px;
  }
}

@media (max-width: 900px) {

  .footer .container,
  .footer .footer-content-wrapper {
    gap: 20px;
  }
}

@media (max-width: 850px) {

  .footer .container,
  .footer .footer-content-wrapper {
    justify-content: center;
    gap: 30px;
    flex-direction: column;
  }
}

.footer .logo-footer {
  width: 110px;
}

.footer .logo-footer img {
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .logo-footer img:hover {
  opacity: 0.6;
}

.footer .footer-content a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .footer-content a:hover {
  color: #e68020;
}

/*
  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;
*/
.cart {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 60px;
}

.cart .banner-inner .banner-body h1 {
  padding: 0 300px;
}

@media (max-width: 1300px) {
  .cart .banner-inner .banner-body h1 {
    padding: 0 200px;
  }
}

@media (max-width: 1050px) {
  .cart .banner-inner .banner-body h1 {
    padding: 0;
  }
}

.cart .banner-inner .banner-body .arrow-back {
  position: absolute;
  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;
}

@media (max-width: 1050px) {
  .cart .banner-inner .banner-body .arrow-back {
    -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;
    top: 0;
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .cart .banner-inner .banner-body .arrow-back {
    display: none;
  }
}

.cart .banner-inner .banner-body .arrow-back .btn {
  border-radius: 10px;
  border: 3px solid #e68020;
}

@media (max-width: 1100px) {
  .cart .banner-inner .banner-body .arrow-back .btn {
    padding: 15px;
  }

  .cart .banner-inner .banner-body .arrow-back .btn strong {
    font-size: 16px;
  }
}

.cart .banner-inner .banner-body .arrow-back .btn strong {
  color: #ffffff;
}

.table {
  width: 100%;
  position: relative;
  display: block;
  margin: 60px 0;
}

@media (max-width: 600px) {
  .table {
    margin: 40px 0;
  }
}

.table .table-item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: 4fr 1.5fr 1.5fr 1.5fr 0.5fr;
  gap: 5px;
}

@media (max-width: 1100px) {
  .table .table-item {
    grid-template-columns: 3fr 1.5fr 1.5fr 1.5fr 0.5fr;
  }
}

@media (max-width: 900px) {
  .table .table-item {
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 0.5fr;
  }
}

@media (max-width: 700px) {
  .table .table-item {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .table .table-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.table .table-item .table-item-grid {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.table .table-item .table-item-grid:first-child {
  justify-content: flex-start;
  gap: 0;
}

@media (max-width: 700px) {
  .table .table-item .table-item-grid:first-child {
    grid-column: 1 / 3;
  }
}

@media (max-width: 500px) {
  .table .table-item .table-item-grid:first-child {
    justify-content: center;
    grid-column: auto;
  }
}

.table .table-header {
  border-radius: 8px;
  background: #e68020;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
}

@media (max-width: 1450px) {
  .table .table-header {
    padding: 20px 30px;
  }
}

@media (max-width: 1100px) {
  .table .table-header {
    padding: 20px 10px;
  }
}

.table .table-header p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 100%;
}

@media (max-width: 1450px) {
  .table .table-header p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .table .table-header p {
    font-size: 14px;
  }
}

.table .table-content .table-item {
  padding: 35px 50px;
  border-radius: 8px;
  background: #fafafa;
}

.table .table-content .table-item:nth-child(2n) {
  background: #fff;
}

@media (max-width: 1450px) {
  .table .table-content .table-item {
    padding: 20px 30px;
  }
}

@media (max-width: 1100px) {
  .table .table-content .table-item {
    padding: 20px 10px;
  }
}

.table .table-content p {
  margin-bottom: 0;
}

@media (max-width: 1450px) {
  .table .table-content p {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 1100px) {
  .table .table-content p {
    font-size: 14px;
  }
}

.table .table-content h4 {
  margin-bottom: 0;
  color: #00121f;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1450px) {
  .table .table-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .table .table-content h4 {
    font-size: 16px;
  }
}

.table .table-content picture {
  width: 160px;
  min-width: 160px;
  height: 160px;
  display: block;
  border-radius: 8px;
  border: 2px solid #e1e1e1;
  background: #fff;
  position: relative;
  padding: 10px;
}

@media (max-width: 1450px) {
  .table .table-content picture {
    min-width: 140px;
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1100px) {
  .table .table-content picture {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 900px) {
  .table .table-content picture {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
}

.table .table-content picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table .table-content .table-item-product-col {
  text-align: left;
  margin-left: 40px;
}

@media (max-width: 1450px) {
  .table .table-content .table-item-product-col {
    margin-left: 20px;
  }
}

@media (max-width: 1100px) {
  .table .table-content .table-item-product-col {
    margin-left: 10px;
  }
}

.table .table-content .table-item-product-col h3 {
  text-align: left;
  margin-bottom: 5px;
}

@media (max-width: 1450px) {
  .table .table-content .table-item-product-col h3 {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .table .table-content .table-item-product-col h3 {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .table .table-content .table-item-product-col p {
    display: none;
  }
}

.table .table-content .delete-product-cart {
  cursor: pointer;
  display: block;
}

@media (max-width: 1450px) {
  .table .table-content .delete-product-cart svg {
    width: 28px;
  }
}

@media (max-width: 1100px) {
  .table .table-content .delete-product-cart svg {
    width: 20px;
  }
}

.table .table-content .delete-product-cart svg * {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table .table-content .delete-product-cart:hover svg * {
  fill: #e68020;
}

.table .table-content .product-cart-quantity {
  display: flex;
  align-items: stretch;
}

.table .table-content .product-cart-count {
  width: 80px;
  height: 60px;
  color: #00121f;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-radius: 8px;
  border: 2px solid #e1e1e1;
  background: #fff;
}

@media (max-width: 1450px) {
  .table .table-content .product-cart-count {
    width: 60px;
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .table .table-content .product-cart-count {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.table .table-content .product-cart-plus,
.table .table-content .product-cart-minus {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table .table-content .product-cart-plus:hover,
.table .table-content .product-cart-minus:hover {
  color: #e68020;
}

.table .table-footer {
  border-radius: 8px;
  background: #209e4b;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1450px) {
  .table .table-footer {
    padding: 40px 30px;
  }
}

@media (max-width: 1100px) {
  .table .table-footer {
    padding: 40px 10px;
  }
}

@media (max-width: 600px) {
  .table .table-footer {
    padding: 30px 10px;
    gap: 10px;
  }
}

.table .table-footer p,
.table .table-footer h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 100%;
}

@media (max-width: 600px) {

  .table .table-footer p,
  .table .table-footer h3 {
    padding: 30px 10px;
  }
}

.table.orders-table {
  margin: 60px 0;
}

@media (max-width: 600px) {
  .table.orders-table {
    margin: 40px 0;
  }
}

.table.orders-table .table-item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr;
}

@media (max-width: 1550px) {
  .table.orders-table .table-item {
    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.8fr;
  }
}

@media (max-width: 700px) {
  .table.orders-table .table-item {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .table.orders-table .table-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

@media (max-width: 700px) {
  .table.orders-table .table-item .table-item-grid:first-child {
    grid-column: auto;
  }
}

@media (max-width: 500px) {
  .table.orders-table .table-item .table-item-grid:first-child {
    justify-content: center;
    grid-column: auto;
  }
}

.table.orders-table .table-item .table-item-grid:last-child {
  justify-content: flex-end;
  gap: 0;
}

@media (max-width: 700px) {
  .table.orders-table .table-item .table-item-grid:last-child {
    justify-content: center;
    grid-column: 2 / 4;
  }
}

@media (max-width: 500px) {
  .table.orders-table .table-item .table-item-grid:last-child {
    justify-content: center;
    grid-column: auto;
  }
}

.table.orders-table .table-header {
  padding: 30px 40px;
}

@media (max-width: 1450px) {
  .table.orders-table .table-header {
    padding: 20px 30px;
  }
}

@media (max-width: 1100px) {
  .table.orders-table .table-header {
    padding: 20px 10px;
  }
}

.table.orders-table .table-content .table-item {
  padding: 25px 40px;
}

@media (max-width: 1450px) {
  .table.orders-table .table-content .table-item {
    padding: 20px 30px;
  }
}

@media (max-width: 1100px) {
  .table.orders-table .table-content .table-item {
    padding: 20px 10px;
  }
}

.table.orders-table .table-content .table-item h3 {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .table.orders-table .table-content .btn {
    padding: 10px 15px !important;
  }

  .table.orders-table .table-content .btn strong {
    font-size: 14px;
  }
}

.submit-order {
  width: 100%;
}

.submit-order .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.submit-order p {
  margin-bottom: 0;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .submit-order p {
    margin-bottom: 20px;
  }
}

.submit-order .btn {
  padding: 25px 30px !important;
  display: table;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.submit-order .btn:hover {
  background: #209e4b;
}

@media (max-width: 600px) {
  .submit-order .btn {
    padding: 15px 20px !important;
  }
}

.login,
.account-data {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 1366px) {

  .login,
  .account-data {
    margin-bottom: 72px;
  }
}

@media (max-width: 1100px) {

  .login,
  .account-data {
    margin-bottom: 57.6px;
  }
}

@media (max-width: 900px) {

  .login,
  .account-data {
    margin-bottom: 46.08px;
  }
}

@media (max-width: 600px) {

  .login,
  .account-data {
    margin-bottom: 36.864px;
  }
}

@media (max-width: 450px) {

  .login,
  .account-data {
    margin-bottom: 25.8048px;
  }
}

.login-register-wrapper,
.data-password-wrapper {
  width: 100%;
  margin-top: 60px;
  margin-top: 60px;
}

@media (max-width: 1366px) {

  .login-register-wrapper,
  .data-password-wrapper {
    margin-top: 48px;
  }
}

@media (max-width: 1100px) {

  .login-register-wrapper,
  .data-password-wrapper {
    margin-top: 38.4px;
  }
}

@media (max-width: 900px) {

  .login-register-wrapper,
  .data-password-wrapper {
    margin-top: 30.72px;
  }
}

@media (max-width: 600px) {

  .login-register-wrapper,
  .data-password-wrapper {
    margin-top: 24.576px;
  }
}

@media (max-width: 450px) {

  .login-register-wrapper,
  .data-password-wrapper {
    margin-top: 17.2032px;
  }
}

.login-register-wrapper p,
.data-password-wrapper p {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 60px;
}

@media (max-width: 1366px) {

  .login-register-wrapper p,
  .data-password-wrapper p {
    margin-bottom: 48px;
  }
}

@media (max-width: 1100px) {

  .login-register-wrapper p,
  .data-password-wrapper p {
    margin-bottom: 38.4px;
  }
}

@media (max-width: 900px) {

  .login-register-wrapper p,
  .data-password-wrapper p {
    margin-bottom: 30.72px;
  }
}

@media (max-width: 600px) {

  .login-register-wrapper p,
  .data-password-wrapper p {
    margin-bottom: 24.576px;
  }
}

@media (max-width: 450px) {

  .login-register-wrapper p,
  .data-password-wrapper p {
    margin-bottom: 17.2032px;
  }
}

.login-register-wrapper .container,
.data-password-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 550px) {

  .login-register-wrapper .container,
  .data-password-wrapper .container {
    display: block;
  }
}

.login-register-wrapper .form-wrapper,
.data-password-wrapper .form-wrapper {
  width: 50%;
  max-width: 520px;
  padding-right: 60px;
}

.login-register-wrapper .form-wrapper:nth-child(2),
.data-password-wrapper .form-wrapper:nth-child(2) {
  padding-right: 0;
  padding-left: 60px;
}

@media (max-width: 900px) {

  .login-register-wrapper .form-wrapper,
  .data-password-wrapper .form-wrapper {
    padding-right: 20px;
  }

  .login-register-wrapper .form-wrapper:nth-child(2),
  .data-password-wrapper .form-wrapper:nth-child(2) {
    padding-left: 20px;
  }
}

@media (max-width: 600px) {

  .login-register-wrapper .form-wrapper,
  .data-password-wrapper .form-wrapper {
    padding-right: 10px;
  }

  .login-register-wrapper .form-wrapper:nth-child(2),
  .data-password-wrapper .form-wrapper:nth-child(2) {
    padding-left: 10px;
  }
}

@media (max-width: 550px) {

  .login-register-wrapper .form-wrapper,
  .data-password-wrapper .form-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 !important;
  }
}

.login-register-wrapper h2,
.data-password-wrapper h2 {
  color: #1e1e1e;
  font-size: 28px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 1366px) {

  .login-register-wrapper h2,
  .data-password-wrapper h2 {
    font-size: calc(28px * 0.9);
  }
}

@media (max-width: 1100px) {

  .login-register-wrapper h2,
  .data-password-wrapper h2 {
    font-size: calc(28px * 0.8);
  }
}

@media (max-width: 900px) {

  .login-register-wrapper h2,
  .data-password-wrapper h2 {
    font-size: calc(28px * 0.7);
  }
}

@media (max-width: 600px) {

  .login-register-wrapper h2,
  .data-password-wrapper h2 {
    font-size: calc(28px * 0.6);
  }
}

@media (max-width: 450px) {

  .login-register-wrapper h2,
  .data-password-wrapper h2 {
    font-size: calc(28px * 0.55);
  }
}

@media (max-width: 600px) {

  .login-register-wrapper h2,
  .data-password-wrapper h2 {
    margin-bottom: 20px;
  }
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content input[type="number"],
.form-content input[type="tel"],
.form-content input[type="password"],
.form-content textarea,
.form-content select {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border-radius: 6px;
  border: 2px solid #d2d2d2;
  background: #fff;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif !important;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 600px) {

  .form-content input[type="text"],
  .form-content input[type="email"],
  .form-content input[type="number"],
  .form-content input[type="tel"],
  .form-content input[type="password"],
  .form-content textarea,
  .form-content select {
    height: 50px;
    font-size: 16px;
  }
}

.form-content input[type="text"]:focus,
.form-content input[type="text"]:hover,
.form-content input[type="email"]:focus,
.form-content input[type="email"]:hover,
.form-content input[type="number"]:focus,
.form-content input[type="number"]:hover,
.form-content input[type="tel"]:focus,
.form-content input[type="tel"]:hover,
.form-content input[type="password"]:focus,
.form-content input[type="password"]:hover,
.form-content textarea:focus,
.form-content textarea:hover,
.form-content select:focus,
.form-content select:hover {
  border: 2px solid #e68020;
  background: #ffffff;
  outline: none !important;
}

.form-content input[type="checkbox"] {
  width: 25px;
  height: 25px;
  accent-color: #e68020;
  border-radius: 6px;
  border: 2px solid #d2d2d2;
  background: #fff;
}

.form-content input[type="radio"] {
  height: 1.2rem;
  width: 1.2rem;
  accent-color: #e68020;
}

.form-content .btn,
.form-content input[type="submit"],
.form-content button {
  border: none;
  padding: 25px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  display: table;
  font-family: "Montserrat", sans-serif !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-content .btn:hover,
.form-content input[type="submit"]:hover,
.form-content button:hover {
  background: #209e4b;
}

@media (max-width: 650px) {

  .form-content .btn,
  .form-content input[type="submit"],
  .form-content button {
    padding: 18px !important;
  }
}

@media (max-width: 450px) {

  .form-content .btn,
  .form-content input[type="submit"],
  .form-content button {
    padding: 15px !important;
  }
}

.form-content .form-group {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .form-content .form-group {
    margin-bottom: 20px;
  }
}

.form-content .form-group.cnpj-input,
.form-content .form-group.cpf-input {
  display: none !important;
}

.form-content .form-group.cnpj-input.atv,
.form-content .form-group.cpf-input.atv {
  display: block !important;
}

.form-content .form-check-flex {
  display: flex;
  gap: 20px;
}

.form-content .form-check-flex .form-check {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-content .form-check-flex .form-check label {
  margin-bottom: 0;
}

.form-content label {
  margin-bottom: 15px;
  display: block;
  font-family: "Montserrat", sans-serif !important;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .form-content label {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 450px) {
  .form-content label {
    font-size: 14px;
  }
}

.form-content a {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: table;
  margin-top: 15px;
}

.form-content .terms-check {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-content .terms-check label,
.form-content .terms-check span,
.form-content .terms-check a {
  display: inline;
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}

.form-content .terms-check a {
  text-decoration-line: underline;
}

.orders,
.order {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 60px;
}

.order .banner-inner .banner-body {
  padding-bottom: 60px;
}

.order .banner-inner .banner-body h1 {
  padding: 0 80px;
  font-size: 50px;
  font-size: 50px;
}

@media (max-width: 1366px) {
  .order .banner-inner .banner-body h1 {
    font-size: calc(50px * 0.9);
  }
}

@media (max-width: 1100px) {
  .order .banner-inner .banner-body h1 {
    font-size: calc(50px * 0.8);
  }
}

@media (max-width: 900px) {
  .order .banner-inner .banner-body h1 {
    font-size: calc(50px * 0.7);
  }
}

@media (max-width: 600px) {
  .order .banner-inner .banner-body h1 {
    font-size: calc(50px * 0.6);
  }
}

@media (max-width: 450px) {
  .order .banner-inner .banner-body h1 {
    font-size: calc(50px * 0.55);
  }
}

@media (max-width: 650px) {
  .order .banner-inner .banner-body h1 {
    padding: 0;
  }
}

.order .banner-inner .banner-body .arrow-back {
  position: absolute;
  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;
}

@media (max-width: 650px) {
  .order .banner-inner .banner-body .arrow-back {
    display: none;
  }
}

.account-data .form-content .btn,
.account-data .form-content input[type="submit"],
.account-data .form-content button {
  width: 240px;
}