* {
  box-sizing: border-box !important;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
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;
}
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
/* 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;
}

.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}

.overflow-hidden {
  overflow: hidden;
}
.row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row-bet {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}

.container,
.form-box {
  width: 100%;
  max-width: 1246px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.form-box {
  justify-content: center;
}

.menu .container {
  max-width: 1366px;
}

/* main menu */
.menu {
  background-color: #111518e8;
  backdrop-filter: blur(50px);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  right: 0;
}
.page-shadown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffffffd9;
}
.menu-mobile,
.page-shadown {
  display: none;
}
.close-menu-btn {
  margin-top: 40px;
}
.menu-links {
  flex-grow: 1;
  justify-content: space-evenly;
  padding: 0;
  max-width: 820px;
}
.menu-links a {
  font-size: 17px;
  color: #a1a5b5;
  transition: color 0.3s ease;
  text-wrap: nowrap;
}
.menu-links a:hover,
.menu-links a.active,
.menu-links a:focus {
  color: #fff;
}
.menu-btn {
  margin-right: 25px;
  margin-left: -12px;
  display: none;
}
.menu .logo {
  height: 38px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btn {
  padding: 11px 27px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  align-self: flex-start;
  cursor: pointer !important;
}

.wpp-btn {
  backface-visibility: hidden;
  background-color: #fff;
  color: #000;
  /* outline-color: #55e519a1;
  outline-style: dashed;
  outline-offset: 5px;
  outline-width: 1px; */
  align-self: center;
}

.wpp-btn img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.btn.gold {
  background-color: #f1d669;
  color: #130e09;
}

.btn.submit-form {
  background-color: #637c68;
  color: #fff;
  align-self: center;
  float: initial;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  max-width: 270px;
}

/* hero section */

.hero {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #010207;
  max-width: 100%;
  overflow: hidden;
}


.hero-section {
  background: url(./hero-desktop.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-height: clamp(800px, calc(100vh - 60px), 1200px);
  aspect-ratio: 1.6345733;
}
.hero-section.en {
  background: url(./hero-desktop-en.jpg) no-repeat center center;
  background-size: contain;
}
.hero-section.es {
  background: url(./hero-desktop-es.jpg) no-repeat center center;
  background-size: contain;
}

/* marquee */
.marquee {
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 60px;
  background: #edd881;
  color: #1a1103;
}

.marquee span {
  margin-left: 40px;
  font-weight: 600;
  font-size: 18px;
}
.js-marquee {
  padding-top: 20px;
}

.layer {
  position: relative;
  background-color: #f6f8f9;
}
.layer .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.layer.dark {
  background-color: #111518;
}

.layer1 .bg {
  background: #111518 url(./layer1.jpg) no-repeat top right;
  background-size: contain;
  max-height: 624px;
}

.layer2 .bg {
  background: #111518 url(./layer2.jpg) no-repeat top left;
  background-size: contain;
  top: -10%;
  max-height: 289px;
}

.color-gold {
  color: #f1d669;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}

.title-linha {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 170px;
  padding-bottom: 120px;
}
.title-linha img {
  margin-right: 40px;
}
.title-linha h1 {
  margin-top: -7px;
}
.title-linha span.bold {
  font-size: 45px;
  letter-spacing: 4px;
  padding-top: 2px;
}

.card {
  border-radius: 26px;
  width: 100%;
  padding: 50px;
  position: relative;
}

.card .btn,
.orcamento .btn {
  padding: 18px 40px;
  font-size: 22px;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

.card h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.34;
  color: #fff;
}

.card p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  color: #e8e9ee;
  margin: 35px 0 40px 0;
}

.card.premium h2 {
  color: #fff;
}

.card {
  background-color: #14171b;
}
.card.premium.left {
  background-image: -moz-linear-gradient(
    270deg,
    rgba(43, 46, 49, 0) 0%,
    rgba(43, 46, 49, 0.5) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(43, 46, 49, 0) 0%,
    rgba(43, 46, 49, 0.5) 100%
  );
  background-image: -ms-linear-gradient(270deg, rgba(43, 46, 49, 0) 0%, rgba(43, 46, 49, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(43, 46, 49, 0) 0%, rgba(43, 46, 49, 0.5) 100%);
}

.card.premium.right {
  background-image: -moz-linear-gradient(90deg, rgba(43, 46, 49, 0) 0%, rgba(43, 46, 49, 0.5) 100%);
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(43, 46, 49, 0) 0%,
    rgba(43, 46, 49, 0.5) 100%
  );
  background-image: -ms-linear-gradient(90deg, rgba(43, 46, 49, 0) 0%, rgba(43, 46, 49, 0.5) 100%);
  background-image: linear-gradient(90deg, rgba(43, 46, 49, 0) 0%, rgba(43, 46, 49, 0.5) 100%);
}

.item1 img {
  margin: -155px -62px 0 9%;
}

.gem1 {
  right: 30px;
  bottom: 40px;
}
.gem2 {
  right: 130px;
  bottom: -100px;
}

.item2 img {
  margin: -113px 15px -95px -74px;
}

.item5 img {
  width: 344px;
  height: 264px;
}

.item3 .gem1 {
  right: 280px;
  bottom: 90px;
}

.gem3 {
  left: 30px;
  bottom: 60px;
}

.img2 {
  width: 342px;
  height: 527px;
}

.img3 {
  width: 199px;
  height: 557px;
}

.item2 p,
.item2 .btn {
  margin-left: 9%;
}
.space1 {
  height: 233px;
}
.space2 {
  height: 180px;
}
.space3 {
  height: 100px;
}
.space4 {
  height: 120px;
}

.bg-dark {
  background-color: #111518;
}

.divisor {
  width: 100%;
  max-height: 160px;
  position: relative;
  z-index: 0;
}

.layer3 {
  margin-top: -8px;
  position: relative;
  z-index: 2;
}

.title-linha.essencial {
  padding-top: 0px;
  padding-bottom: 90px;
}

.color-lime {
  color: #91fd4f;
}
.btn.lime {
  background-color: #91fd4f;
  color: #000;
}

.color-orange {
  color: #ff986e;
}
.btn.orange {
  background-color: #ff986e;
  color: #000;
}
.color-purple {
  color: #cda8ff;
}
.btn.purple {
  background-color: #cda8ff;
  color: #000;
}

.item3 img {
  margin: -215px 20px 0 14%;
}
.item3 p {
  max-width: 550px;
}

.item4 img {
  margin: -5px 6% -50px -50px;
}

.item5 .col {
  max-width: 485px;
}
.item5 img {
  margin-right: 30px;
}

.gem {
  position: absolute;
}

.orcamento,
.faq {
  background-color: #e8e9eb;
}

.orcamento {
  background: #e8e9eb url(./bg-orcamento.jpg) bottom center no-repeat;
  padding: 125px 0 148px 0;
}
.orcamento .content {
  padding-left: 29.5%;
}

.orcamento .h1,
.sobre .h1,
.contato .h1 {
  font-size: 50px;
  line-height: 1.3;
  color: #be786c;
  font-weight: 700;
}

.contato .h1 {
  text-align: center;
}

.contato .h2,
.orcamento .h2 {
  color: #637c68;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 300;
  margin: 30px 0;
}

.sobre .h1,
.contato .h1 {
  font-size: 42px;
  color: #3f5343;
}

.contato .h2 {
  margin: 30px auto 50px auto;
  font-size: 30px;
  max-width: 500px;
  text-align: center;
}

.sobre .h3,
.orcamento .h3 {
  color: #364e3e;
  font-weight: 300;
  line-height: 1.3;
  font-size: 24px;
}

.orcamento .btn {
  background-color: #637c68;
  color: #fff;
  margin-top: 60px;
}

.faq {
  padding-bottom: 100px;
}

details summary {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}

details summary > * {
  display: inline;
}

summary {
  outline: none;
  /* FIXME add back: user-select: none; */
}

details {
  transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  padding: 20px 35px;
  margin-bottom: 16px;
}
details[open] {
  margin-bottom: 30px;
}
details,
details li,
details p {
  color: #717773;
  font-size: 17px;
  line-height: 27px;
}

details ol {
  list-style-type: decimal;
}

details ol {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}

details ul {
  list-style-type: disc;
}

details ul {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}

details li {
  margin-bottom: 10px;
  margin-bottom: 8px;
}
details li:last-child {
  margin-bottom: 0;
}

details p + p {
  margin-top: 12px;
}

details a {
  margin-top: 10px;
  text-decoration: none !important;
  font-weight: 600;
  color: #000;
}

details strong {
  font-weight: 600;
  color: #000;
}

::marker {
  font-size: 19px;
  line-height: 15px;
}

details[open] summary {
  padding-bottom: 15px;
}

summary span {
  padding-left: 10px;
}

/* formulario */
.form-box input,
.form-box select,
.form-box textarea,
.contact-form h1,
.form-box input,
.form-box select,
.form-box textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

.clear {
  clear: both;
}
.form-box {
  display: flex;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
.form-texts-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
.form-box input,
.form-box select,
.form-box textarea {
  margin: 1% 0;
  float: left;
  background-color: #f5f5f5;
  border-radius: 25px;
  box-shadow: none;
  color: #565656;
  font-size: 16px;
  padding: 18px 24px;
  font-weight: 400;
  outline: 0;
  text-align: left;
}
.form-box textarea {
  resize: vertical;
  min-height: 140px;
  max-height: 220px;
  margin-bottom: 30px;
}
.form-nome {
  margin-right: 2% !important;
}
.form-fone,
.form-nome {
  width: 49%;
  margin-top: 0 !important;
}

.contact-form {
  padding: 0;
  max-width: 700px;
  text-align: center;
}

.contact-form h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.34;
}
p.contact-text {
  margin: 5px 0;
  font-weight: 400;
  font-size: 15px;
  color: currentColor;
  text-align: left;
}
.full-form {
  width: 100%;
}
.contact-text.form-alerts {
  display: none;
  margin-bottom: 40px;
  margin-top: -30px;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
}
.contact-text.form-alerts.text-error {
  color: #e74c3c;
  border: none;
}
.contact-text.form-alerts.text-success {
  color: #40a955;
}
.form-icon {
  margin-right: 3%;
  width: 10%;
}
.form-icon svg {
  width: 100%;
  margin-right: 10px;
  fill: currentColor;
}
.form-texts {
  max-width: 87%;
}

.form-error {
  color: #e74c3c !important;
  background: #fbe2df70 !important;
}

.form-error::placeholder {
  color: #e74c3c !important;
}

@media (max-width: 575px) {
  .form-nome {
    margin-right: 0 !important;
  }
  .btn.youtube {
    margin-top: 12px !important;
  }
  .form-fone,
  .form-nome {
    width: 100%;
  }
  .form-fone {
    margin-top: 1% !important;
  }
  .contact-form h1 {
    font-size: 25px;
  }
  .form-icon {
    display: none;
  }
  .form-texts {
    max-width: 95%;
  }
  .contact-text {
    text-align: center !important;
  }
}

.btn.youtube {
  margin-top: 15px;
  font-size: 17px;
  padding: 16px 27px;
  background: #ffffff17;
  color: #ffffffd9;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn.youtube svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

@media (max-width: 1170px) {
  .card h2 {
    font-size: 29px;
    line-height: 1.4;
  }

  .card p {
    font-size: 20px;
    margin: 30px 0 30px 0;
  }

  .card .btn,
  .orcamento .btn {
    font-size: 18px;
    padding: 16px 30px;
  }

  .card {
    padding: 40px;
  }

  .title-linha {
    font-size: 30px;
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .title-linha span.bold {
    font-size: 40px;
    padding-top: 4px;
  }

  .title-linha img {
    margin-right: 35px;
    width: auto;
    height: 78px;
  }

  .item2 img {
    margin: -117px 75px -55px -44px;
  }

  .item2 p,
  .item2 .btn {
    margin-left: 0;
  }

  .space2 {
    height: 150px;
  }

  .item5 .col {
    max-width: 403px;
  }

  .sobre .h1,
  .orcamento .h1,
  .contato .h1 {
    font-size: 40px;
  }

  .contato .h2,
  .orcamento .h2 {
    font-size: 30px;
  }

  .orcamento .h3 {
    max-width: 620px;
  }

  .orcamento {
    background-position-x: -470px;
  }

  img.img1 {
    width: 310px;
    height: 333px;
    margin: -115px -12px 0 15px;
  }

  img.gem2 {
    width: 140px;
    right: 130px;
    bottom: -60px;
  }

  img.gem1 {
    width: 63px;
    right: 50px;
  }

  img.img2 {
    width: 250px;
    height: 385px;
  }

  .item3 img {
    margin: -245px 51px 0 17%;
  }

  img.img3 {
    width: 160px;
    height: 448px;
    margin: -145px 40px 0 15%;
  }

  .item3 .gem1 {
    right: 24%;
    bottom: 90px;
  }

  .item3 .col,
  .item4 .col {
    max-width: 550px;
  }

  .item3,
  .item4,
  .item5 {
    justify-content: space-between;
  }

  .item4 img {
    margin: 15px 40px -100px -40px;
  }

  .item5 img {
    margin-left: 40px;
    width: 310;
    height: auto;
  }

  .space3 {
    height: 70px;
  }

  .btn.youtube {
    font-size: 15px;
    padding: 14px 21px;
  }
  .btn.youtube svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}

@media (max-width: 1170px) {
  .menu-btn {
    display: block;
  }
  .menu-links {
    display: none;
  }
  .menu-mobile {
    display: flex;
  }
}
@media (max-width: 900px) {
  .contact-text.form-alerts {
    margin-top: 0;
  }
  .card {
    flex-direction: column-reverse;
    max-width: 590px;
    margin: 0 auto;
    align-items: flex-start;
  }

  img.img1 {
    margin: -107px 0 35px -69px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .item1 {
    margin-top: 56px;
  }

  .layer2 .bg {
    top: 80px;
    .gem3 {
      left: 30px;
      bottom: 60px;
    }
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .space1 {
    height: 294px;
  }

  .card.item2.card.item2 {
    flex-direction: column;
  }

  img.img2 {
    margin: -257px 0 45px -29px;
    position: relative;
    z-index: 1;
  }

  .item2 .gem3 {
    display: none;
  }

  .space2 {
    height: 100px;
  }

  .title-linha.essencial {
    padding-bottom: 70px;
  }

  img.img3 {
    width: 124px;
    height: 347px;
    position: relative;
    margin: -86px -9px 0 30px;
  }

  .card.item3 {
    flex-direction: row;
  }

  .card h2 {
    font-size: 24px;
  }

  .card p {
    font-size: 18px;
    margin: 20px 0 30px 0;
  }

  .item3 .gem1 {
    display: none;
  }

  .title-linha {
    max-width: 590px;
    margin: 0 auto;
  }

  .card.item4 {
    flex-direction: column;
    margin-top: 45px;
  }

  .item4 img {
    margin: -75px 0 40px -40px;
    width: 270px;
    height: 254px;
  }

  .item5 .col {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .item5 img {
    align-self: center;
    position: relative;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -95px;
  }

  .card.item5 {
    margin-top: 35px;
  }

  .item5 .btn {
    align-self: center;
  }

  .sobre .h1,
  .orcamento .h1,
  .contato .h1 {
    font-size: 28px;
  }

  .contato .h2,
  .orcamento .h2 {
    font-size: 22px;
    font-weight: 400;
  }

  .sobre .h3,
  .orcamento .h3 {
    font-size: 20px;
  }

  .orcamento {
    background-position-x: center;
    padding: 90px 0 148px 0;
  }

  .orcamento .content {
    padding-left: 50px;
  }

  .faq {
    margin-top: -60px;
    padding-bottom: 65px;
  }

  .container {
    padding: 0 35px;
  }

  details {
    padding: 16px 30px;
  }

  details[open] {
    margin-bottom: 25px;
  }

  .contato .h2 {
    margin-bottom: 15px;
    margin-top: 17px;
  }

  .space4 {
    height: 100px;
  }

  .form-box.container {
    padding: 80px 35px;
  }
  .hero-section {
    max-height: initial;
    aspect-ratio: 1;
    transform: scale(1.7);
  }
}

@media (max-width: 600px) {
  .contact-text.form-alerts {
    margin-bottom: 20px;
  }
  img.img1 {
    width: 260px;
    height: 279px;
    margin: -117px auto 35px auto;
    transform: scaleX(1);
  }

  img.gem2 {
    width: 110px;
    display: none;
  }

  img.gem1 {
    display: none;
  }

  .card .btn,
  .orcamento .btn {
    width: 100%;
    text-align: center;
    padding: 17px 30px;
    line-height: 24px;
  }

  .card {
    padding: 23px;
  }

  .container {
    padding: 0 20px;
  }

  .title-linha {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .card h2 {
    font-size: 20px;
    text-align: center;
  }

  .card p {
    text-align: center;
    font-size: 17px;
    margin: 15px 0 20px 0;
  }

  img.img2 {
    margin: -257px auto 25px auto;
  }

  .card.item2.card.item2 {
    margin-top: 42px;
  }

  .title-linha {
    font-size: 22px;
  }

  .title-linha span.bold {
    font-size: 36px;
  }

  .title-linha img {
    margin-right: 25px;
    margin-left: 12px;
  }

  .title-linha h1 {
    justify-content: center;
  }

  img.img3 {
    position: absolute;
    right: 7px;
    top: 14px;
  }

  .item3 .col {
    padding-right: 100px;
  }

  .item3 h2,
  .item3 p {
    text-align: left;
  }

  .item4 img {
    margin: -85px auto 30px auto;
    width: 220px;
    height: 207px;
  }

  .orcamento {
    padding: 60px 0 148px 0;
  }

  .orcamento .content {
    padding: 0 30px;
  }

  details {
    padding: 14px 20px;
    border-radius: 14px;
  }

  details summary {
    font-size: 16px;
  }

  .item5 img {
    width: 220px;
    height: 168px;
  }

  .space4 {
    height: 60px;
  }

  .form-box.container {
    padding: 60px 30px;
  }

  .orcamento .btn {
    margin-top: 40px;
  }

  summary span {
    padding-left: 5px;
  }

  details,
  details li,
  details p {
    font-size: 17px;
  }

  ::marker {
    font-size: 16px;
  }
}

@media (max-width: 490px) {
  .card .btn,
  .orcamento .btn {
    padding: 12px 25px;
  }
  .card .btn,
  .orcamento .btn {
    padding: 12px 25px;
  }

  img.img3 {
    position: absolute;
    margin: 0 auto;
    top: -280px;
    right: 0;
    left: 0;
  }

  .item3 .col {
    padding-right: 0;
  }

  .card.item3 {
    padding-top: 90px;
    flex-direction: column-reverse;
  }

  .title-linha.essencial {
    padding-bottom: 0;
    padding-top: 0;
    margin: 20px auto 340px auto;
    width: fit-content;
  }

  .item4 img {
    position: absolute;
    margin: 0 auto;
    justify-self: center;
    align-self: center;
    left: 0;
    right: 0;
    top: -140px;
  }

  .card.item4 {
    margin-top: 140px;
    padding-top: 88px;
  }

  .item5 img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -110px;
  }

  .item5.item5 {
    margin-top: 90px;
    padding-top: 90px;
  }

  .orcamento .content {
    padding: 0 5px;
  }
}

@media (max-width: 375px) {
  .container {
    padding: 0 6px;
  }

  .card {
    padding: 20px;
    border-radius: 20px;
  }
  .title-linha {
    padding-top: 80px;
  }
}

@media (max-width: 375px) {
  .title-linha img {
    margin-right: 24px;
    margin-left: 15px;
    width: auto;
    height: 60px;
  }

  .title-linha span.bold {
    font-size: 29px;
  }

  .title-linha h1 {
    font-size: 19px;
  }

  .form-box.container {
    padding: 60px 20px;
  }

  .card {
    padding: 15px;
  }

  .card .btn,
  .orcamento .btn {
    padding: 11px 12px;
  }

  .orcamento .btn {
    padding: 11px 24px;
  }
}

@media (max-width: 320px) {
  .wpp-btn img {
    display: none;
  }
}
@media (max-width: 1100px) {
  .menu {
    padding: 12px 0;
  }
}
@media (max-width: 425px) {
  .menu img.logo {
    height: 30px;
  }

  .menu-btn {
    margin-right: 8px;
    margin-left: 8px;
  }

  .wpp-btn {
    padding: 8px 15px;
  }
}

.menu-mobile .menu-links {
  display: flex;
  max-width: initial;
  padding: 54px 0 34px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-mobile {
  width: 100%;
}

.menu-mobile .menu-links a {
  padding: 15px 0;
  font-size: 17px;
  color: #b3b3b3;
}

.menu-mobile .menu-links {
  display: none;
}

.menu-open .menu {
  background-color: #111518f7;
}
.menu-open .menu-mobile .menu-links {
  display: flex;
}
.menu-open .page-shadown {
  display: block;
}

@media (min-width: 1171px) {
  .menu-open .page-shadown {
    display: none !important;
  }
}

.footer {
  background: #14171b;
  /* padding: 30px; */
  color: #b2b3bf;
}

.footer p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.footer .title {
  margin: 0px 0 40px 0;
  font-size: 18px;
  color: #fff;
}

.footer a {
  color: #000000;
  font-weight: 600;
  margin-left: 25px;
}

.footer a span {
  color: #343437;
  font-weight: 400;
}

.footer img.logo {
  margin-right: 50px;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-btn,
.close-menu-btn {
  cursor: pointer;
  user-select: none;
}

.footer .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 13px;
}

.footer .links a {
  margin: 10px 20px;
}

.footer .numeros {
  background: #f5f5f5;
}

.container.endereco {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1170px) {
  .container.endereco {
    flex-direction: column;
  }

  .footer img.logo {
    margin-right: 0;
    margin: 20px;
  }
}

.js-video-button {
  border: none;
  outline: none;
  animation-delay: 0.9s !important;
}

.page-nav-margin,
.contact-page .nav-margin {
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .page-nav-margin,
  .contact-page .nav-margin {
    margin-top: 55px;
  }
}

.menu-links.lang-btns {
  flex-grow: 0;
  padding-right: 3%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 15px;
  margin-left: 0;
}
.lang-btn-divider {
  color: #edd881;
  padding: 0 2px;
  font-size: 15px;
}
a.lang-btn[disabled] {
  cursor: default;
}
.lang-btns svg {
  margin-left: 6px;
  color: #8b8f9d;
}
a.lang-btn {
  padding: 0 4px;
  font-size: 15px;
}

.sobre {
  background: #101010;
  padding: 110px 0 90px 0;
  position: relative;
}
.desc2::before,
.sobre::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url("/assets/inoxy-company.webp") top center no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  background-size: auto;
}
.sobre .h1 {
  color: #fff;
  margin-bottom: 30px;
}
.sobre .h3,
.sobre-cards {
  color: #e8e9eb;
}
.sobre .h3 {
  font-size: 19px;
  line-height: 1.59;
}

.sobre-cards {
  width: 100%;
  padding-top: 70px;
}
.sobre-content {
  align-items: center;
}
.sobre-content,
.sobre-cards .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  justify-content: center;
}
.sobre-text {
  grid-column: span 2;
}
.sobre-card {
  border-radius: 18px;
  overflow: hidden;
  background: #24282b;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.sobre-card .content {
  padding: 30px;
}

.sobre-content img {
  max-width: 100%;
  max-height: 350px;
  border-radius: 15px;
}

.sobre-card img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sobre-text .h3 {
  margin-bottom: 20px;
}

.sobre-text .h3:last-child {
  margin-bottom: 0;
}

.sobre-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sobre-card .h1 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  max-width: 250px;
  display: inline-block;
  line-height: 26px;
}
.sobre-card.es .h1{
  max-width: 100%
}

.sobre-card .desc {
  font-size: 16px;
  color: #e8e9ebb8;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  white-space: pre-line;
}

.ih1 {
  font-size: 40px;
  font-weight: 700;
  color: #3f5343;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.4;
}
.ih1.max-w {
  max-width: 650px;
}
.importacao.desc1 {
  background: #f6f8f9;
}

.importacao.desc1,
.importacao.desc2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mb-0 {
  margin-bottom: 0;
}

.import-page .sobre-card {
  background: #23282b;
}

.h1.imp1 {
  color: #ff986e;
}
.h1.imp2 {
  color: #c8a0ff;
}
.h1.imp3 {
  color: #96eb63;
}

.import-page .sobre-card .desc {
  font-weight: 400;
}

.import-page .sobre-card .content {
  padding: 30px 22px;
}

.import-page .contato .h2 {
  font-size: 22px;
  max-width: initial;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ih2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.importacao.revendedores .ih1 {
  margin-bottom: 15px;
}
.importacao.revendedores .ih2 {
  color: #14a133;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.5;
}

.importacao.desc2 {
  background: #0b0d0e;
  position: relative;
}
.importacao .orcamento {
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
}

.importacao .orcamento .btn {
  background-color: #2d3337;
  color: #fff;
  margin-top: 60px;
  font-weight: 400;
  font-size: 20px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}

.desc1 .content p {
  font-size: 22px;
  line-height: 1.5;
}

.desc1 .content p + p {
  margin-top: 34px;
}

.desc1 .content {
  align-self: flex-start;
}

@media (max-width: 1100px) {
  .import-page .contato .h2 {
    font-size: 20px;
    font-weight: 300;
  }
  .ih1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .importacao.revendedores .ih2 {
    margin-bottom: 40px;
  }
  .ih2 {
    font-size: 24px;
  }
  .desc1 .content p {
    font-size: 19px;
  }
  .ih1.max-w {
    max-width: 520px;
  }
  .importacao.desc1,
  .importacao.desc2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 900px) {
  .sobre {
    padding: 70px 0 80px 0;
  }
  .sobre-text {
    grid-column: span 3;
  }
  .sobre-content,
  .sobre-cards .container {
    gap: 12px;
  }
  .sobre-card .h1 {
    font-size: 17px;
    text-align: start;
  }
  .importacao .sobre-card .h1 {
    text-align: center;
  }
  .sobre-card .desc {
    font-size: 15px;
    text-align: start;
  }
  .sobre-card .content {
    padding: 30px 21px;
  }
  .importacao .sobre-cards {
    padding-top: 50px;
  }

  .importacao .container .container {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .sobre-content,
  .sobre-cards .container {
    grid-template-columns: repeat(1, minmax(0, 420px));
    gap: 30px;
  }
  .sobre-card .h1 {
    text-align: center;
    max-width: 100%;
  }
  .importacao .orcamento .btn {
    margin-top: 30px;
    font-size: 16px;
    max-width: 420px;
  }
  .importacao .container .container {
    gap: 15px;
  }
  .menu .logo {
    height: 30px;
  }
  .menu-btn {
    margin-right: 5px;
    margin-left: -6px;
  }
}

@media (max-width: 660px) {
  .wpp-btn.btn {
    padding: 7px 16px;
    font-size: 15px;
  }
  .wpp-btn img {
    margin-right: 10px;
  }
}
@media (min-width: 1101px) and (max-width: 1385px) {
  .wpp-btn.btn {
    padding: 7px 16px;
    font-size: 15px;
  }
  .wpp-btn img {
    margin-right: 10px;
  }
}
.modal-video-close-btn {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .menu-links.lang-btns {
    padding-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 490px) {
  .btn.wpp-btn {
    display: none;
  }
  .footer .links{
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
  body{
    overflow-x: hidden;
  }
  .menu-btn{
    margin-left: 0;
  }
}
