*,
*::after,
*::before {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--main-font);
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

p,
span,
strong,
a {
  font-weight: 400;
  line-height: 2.064rem;
}

p {
  color: var(--suport-color-300);
  line-height: 2.48rem;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: var(--accent-color) !important;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  border: none;
  cursor: pointer;
  line-height: 112.5%;
}

:root {
  --primary-color: #1f1f1f;
  --accent-color: #fb8c03;
  --accent-color-hover: #b76601;
  --suport-color-100: #181818;
  --suport-color-200: #636466;
  --white: #fff;
  --main-font: 'Roboto', sans-serif;
  --transition: all 0.1s ease-in-out;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 5%;
  padding-right: 5%;
}
.container-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 1342px;
  padding: 17px 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  font-weight: 400;
}

h1 {
  font-size: 8rem;
  line-height: 10rem;
}

h2 {
  font-size: 4.6rem;
  line-height: 5.28rem;
}

h3 {
  font-size: 2.4rem;
  line-height: 3.36rem;
}

.header {
  background-color: var(--white);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-nav {
  position: relative;
}
.header-nav .submenu {
  background: var(--white);
  border: 1px solid #d6e0ee;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(24, 24, 24, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(24, 24, 24, 0.15);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 40px;
  position: absolute;
  top: 63px;
}
.header-nav .submenu:hover {
  color: var(--suport-color-100) !important;
}
.header-nav .submenu.resources-submenu {
  display: none;
  left: -357px;
  min-width: 1200px;
}
.header-nav .submenu.resources-submenu.active {
  display: grid;
}
.header-nav .submenu.language-sub {
  display: none;
  top: 55px;
  margin-left: -85px;
}
.header-nav .submenu.language-sub::before {
  left: 30px;
}
.header-nav .submenu.language-sub.active {
  display: block;
}
.header-nav .submenu::before {
  content: '';
  -webkit-animation: submenuDropdown 300ms both;
  animation: submenuDropdown 300ms both;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  height: 0;
  -webkit-filter: drop-shadow(0px -1px 0px #d6e0ee);
  filter: drop-shadow(0px -1px 0px #d6e0ee);
  left: 374px;
  margin-left: 54px;
  margin-top: 16px;
  position: absolute;
  top: -26px;
  width: 0;
  will-change: opacity, transform;
  z-index: 3;
}
.header-nav .submenu ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-nav .submenu ul li {
  padding: 0;
}
.header-nav .submenu ul li a {
  color: #6c7c93;
  gap: 10px;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-nav .submenu ul li a:hover {
  color: var(--suport-color-100) !important;
}
.header-nav > ul li > a:hover {
  color: rgba(24, 24, 24, 0.8) !important;
}
.header-nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav ul li {
  padding: 0 1.25rem;
}
.header-nav ul li.has-submenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav ul li.has-submenu img.arrow-icon {
  background-size: contain;
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  width: 10px;
}
.header-nav ul li.account a {
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav ul li.account a span {
  font-weight: 600;
}
.header-nav ul li.register-partner a {
  background-color: var(--primary-color);
  color: var(--white);
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0.9rem 1.95rem;
  min-width: 221.66px;
  text-align: center;
}
.header-nav ul li.register-partner a:hover {
  background-color: var(--accent-color);
  color: var(--primary-color) !important;
}
.header.active {
  border-bottom: solid 1px #d6e0ee;
}
.header .container-large {
  height: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .btn-mobile {
  background-color: transparent;
  display: none;
  height: 50px;
  margin-right: -45px;
  width: 50px;
}
.header .btn-mobile.active span {
  background-color: #24243b;
  height: 2px;
}
.header .btn-mobile.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .btn-mobile.active span:nth-child(2) {
  opacity: 0;
}
.header .btn-mobile.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -9px;
}
.header .btn-mobile span {
  background-color: var(--accent-color);
  display: block;
  height: 2.7px;
  width: 26.25px;
  margin-left: auto;
  margin-right: auto;
}
.header .btn-mobile span + span {
  margin-top: 5px;
}
.header .apps-mobile {
  display: none;
}

@media (max-width: 1195px) {
  .header-logo {
    margin-bottom: -10px;
  }
  .header-nav {
    background-color: var(--white);
    display: none;
    height: calc(100vh - 68px);
    top: 68px;
    padding: 0 5% 17px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    width: 100%;
  }
  .header-nav.active {
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .header-nav .has-submenu.resources {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-nav .submenu.resources-submenu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: grid;
    left: 0;
    min-width: auto;
    padding: 0;
    position: relative;
    top: 0;
  }
  .header-nav .submenu.resources-submenu li {
    padding-bottom: 0;
  }
  .header-nav .submenu.resources-submenu li a span {
    font-size: 1.6rem !important;
  }
  .header-nav .submenu.language-sub {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-left: 0;
    padding-left: 2.5rem;
    padding-top: 1rem;
    position: relative;
    top: 0;
  }
  .header-nav .submenu.language-sub.active {
    display: block;
  }
  .header-nav .submenu.language-sub::before {
    display: none;
  }
  .header-nav .submenu.language-sub li {
    padding: 0 !important;
  }
  .header-nav .submenu.language-sub li a {
    font-size: 1.6rem !important;
    padding: 0.6rem 0 !important;
  }
  .header-nav ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .header-nav ul li {
    padding: 10px 0;
  }
  .header-nav ul li.language {
    border-bottom: 1px solid #d6e0ee;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
    width: 100%;
  }
  .header-nav ul li:not(.register-partner) a,
  .header-nav ul li:not(.register-partner) span {
    font-size: 2rem;
    padding: 6px 0;
  }
  .header .container-large {
    height: 68px;
  }
  .header .btn-mobile {
    display: block;
  }
  .header .apps-mobile {
    display: block;
    padding: 0;
  }
  .header .apps-mobile.google-play {
    margin-top: 10px;
  }
  .header .apps-mobile a {
    padding: 10px 0 !important;
  }
}
@media (max-width: 760px) {
  .header-nav .has-submenu.resources {
    width: 100%;
  }
  .header-nav .submenu.resources-submenu {
    display: none;
    padding-top: 15px;
    width: 100%;
  }
  .header-nav .submenu.resources-submenu.active {
    display: block;
  }
  .header-nav .submenu.resources-submenu ul {
    background: #f1f6fb;
    border-radius: 20px;
    margin: 2px 0 20px;
    padding: 10px 20px;
    width: 100%;
  }
  .header-nav .submenu.resources-submenu ul li {
    padding: 0 !important;
  }
  .header-nav .submenu.resources-submenu ul li a img {
    height: 20px;
    width: 20px;
  }
  .header .btn-mobile {
    margin-right: 0;
  }
}
.btn {
  background-color: var(--accent-color);
  border-radius: 100px;
  color: var(--white);
  font-size: 1.9rem;
  line-height: 1.9rem;
  padding: 1.65rem 2.6rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.btn:hover {
  background-color: var(--accent-color-hover);
  color: var(--white) !important;
}

.footer {
  background-color: #f1f6fb;
  padding-bottom: 4rem;
}
.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0;
}
.footer-main-box {
  min-width: 22rem;
}
.footer-main-box:nth-child(3) {
  min-width: 20rem;
}
.footer-main-box:nth-child(4) {
  min-width: 24rem;
}
.footer-main-box.contact ul ul {
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-main-box.contact li.email a {
  color: var(--accent-color) !important;
  font-size: 1.7rem;
  font-weight: 600 !important;
}
.footer-main-box.contact li.address,
.footer-main-box.contact li.suport small {
  color: #6c7c93;
  font-size: 1.3rem;
  line-height: 22px;
}
.footer-main-box.contact img {
  opacity: 0.4;
}
.footer-main-box.contact img:hover {
  opacity: 1;
}
.footer-main strong {
  color: var(--primary-color);
  display: block;
  font-weight: 600;
  margin-bottom: 2.38rem;
  font-size: 1.7rem;
}
.footer-main ul li {
  margin-bottom: 2.1rem;
}
.footer-main ul li a:hover {
  color: #6c7c93 !important;
}
.footer-bottom-content {
  gap: 40px;
  margin-top: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom-content p {
  color: #adbdd4;
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-top: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom-content p img {
  opacity: 0.4;
  margin-left: 5px;
  margin-top: -6px;
}
.footer-bottom-content p img:hover {
  opacity: 1;
}

/* Ajuste Felipe 12/2024 */
.install-content.about-us{
  margin-bottom: 120px;
  text-align: center;
}

.install-content.about-us h2 {
  margin-bottom: 40px;
}

@media (max-width: 1237px) {
  .footer-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-main-box:nth-child(4) {
    min-width: auto;
  }
  .footer-main-box.contact strong,
  .footer-main-box.contact li {
    text-align: center;
  }
  .footer-main-box.contact strong {
    margin-bottom: 1rem;
  }
  .footer-main-box.contact li.email {
    margin-bottom: 1.3rem;
  }
  .footer-main-box.contact li.address {
    max-width: 20rem;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 1195px) {
  .footer-main {
    gap: 40px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-main-box strong,
  .footer-main-box li {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .footer {
    padding-bottom: 0;
  }
  .footer-main {
    gap: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .footer-main-box.contact li.suport + li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
  }
  .footer-main-box.contact li.suport + li ul li {
    margin-bottom: 0;
  }
  .footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-bottom-content p:last-child {
    display: none;
    margin-bottom: 0;
  }
}
