:root {
  --white: white;
  --branco: white;
  --amarelo-mostarda: darkorange;
  --black: black;
  --azul-escuro: #1a237e;
  --cinza-medeio: #9e9e9e;
  --cinza-claro: whitesmoke;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.wrapper {
  background-image: linear-gradient(135deg, #3e0c68, #13031d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-family: Rajdhani, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.page-title {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.icon {
  color: #34ffda;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.er-nav {
  color: var(--branco);
  background-color: #1a237e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.er-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.er-brand {
  margin-right: auto;
}

.er-logo {
  border-radius: 10px;
  width: 80px;
}

.er-logo.footer {
  width: 140px;
}

.er-navigation {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.er-nav-link {
  color: var(--white);
  flex: 0 auto;
  font-size: 18px;
}

.er-nav-link.w--current {
  color: var(--amarelo-mostarda);
}

.er-nav-btn {
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.er-nav-btn.whatsapp {
  background-color: #25d366;
  border-radius: 10px;
}

.er-section {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
}

.er-section.hero {
  background-color: #0000;
  background-image:
    linear-gradient(#000c, #000c), url("../images/ER-hero-bg.avif");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.er-section.nossos-diferenciais.hide {
  display: none;
}

.er-section.todos-os-tipos {
  background-color: var(--amarelo-mostarda);
}

.er-section.todos-os-tipos.blue {
  background-color: #0000;
}

.er-section.todos-os-tipos.blue.relative {
  z-index: 5;
  margin-top: 0;
  padding-top: 40px;
  position: relative;
}

.er-section.todos-os-tipos.blue.relative.aa {
  padding-top: 0;
}

.er-section.todos-os-tipos.blue.relative.aa.v2 {
  background-color: var(--azul-escuro);
  padding-top: 60px;
}

.er-section.sobre-n-s {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.er-section.sobre-n-s.white {
  background-color: #0000;
}

.er-section.sobre-n-s.white.hide {
  display: none;
}

.er-section.sobre-n-s.mob.aa {
  padding-top: 80px;
  padding-bottom: 60px;
}

.er-section.sobre-n-s.mob.aa.v2 {
  background-color: #0000;
  padding: 0 0%;
}

.er-section.footer {
  background-color: var(--azul-escuro);
}

.er-section.nossa-hist-ria.overflow {
  margin-top: 0;
}

.er-section.nossa-hist-ria.overflow.a {
  padding-top: 40px;
}

.er-section.nossa-hist-ria.overflow.a.v2 {
  background-color: var(--white);
}

.er-section.yellow {
  background-color: #0000;
}

.er-section.yellow.a {
  padding-top: 20px;
}

.er-section.yellow.a.v2 {
  background-color: #f0a54a;
}

.er-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  display: flex;
}

.er-wrapper.v2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.npqs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.npqs.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.npqs.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  overflow: hidden;
}

.npqs.v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0a54a;
  padding-left: 5%;
  padding-right: 5%;
}

.er-h1.blk {
  color: var(--azul-escuro);
}

.er-h1.blk.er-carrd-1-t {
  color: var(--white);
}

.er-h1.blk.center {
  text-align: center;
  font-size: 32px;
  line-height: 1.2em;
}

.er-h1.blk.heading {
  font-size: 60px;
  line-height: 1.2em;
}

.er-h1.blk.v2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2em;
}

.er-h1.bold {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.er-h1.heading.v2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2em;
}

.er-def-btn {
  background-color: var(--azul-escuro);
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 1.3em;
}

.er-def-btn:hover {
  background-color: var(--amarelo-mostarda);
  color: var(--black);
}

.er-def-btn.gap {
  margin-top: 20px;
}

.er-def-btn.gap.blue {
  background-color: var(--azul-escuro);
}

.er-def-btn.gap.yellow {
  background-color: var(--amarelo-mostarda);
}

.er-def-btn.gap.white {
  background-color: var(--white);
  color: var(--azul-escuro);
}

.er-def-btn.gap.v2 {
  background-color: var(--azul-escuro);
  color: var(--white);
}

.er-def-btn.gap.v2:hover {
  background-color: var(--amarelo-mostarda);
  color: var(--azul-escuro);
}

.er-def-btn.form {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.er-hero-p {
  color: var(--azul-escuro);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3em;
}

.er-hero-p.white {
  color: #fff;
}

.er-hero-p.white.mid {
  text-align: center;
  margin-bottom: 20px;
}

.er-hero-p.white.mid.herooo {
  margin-bottom: 60px;
  font-size: 32px;
  font-style: italic;
}

.er-hero-p.white.mid.herooo.shadow {
  box-shadow: none;
  -webkit-backdrop-filter: drop-shadow(2px 2px 5px #000000b3);
  backdrop-filter: drop-shadow(2px 2px 5px #000000b3);
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-color: #e6a453;
  -webkit-background-clip: text;
  background-clip: text;
}

.er-hero-p.footer {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
}

.er-hero-p.footer.aaaa {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.er-hero-p.center {
  text-align: center;
}

.hero-img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mid-left {
  justify-content: center;
  align-items: flex-start;
}

.grid-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mid-mid {
  justify-content: center;
  align-items: center;
}

.er-product-card {
  background-color: var(--white);
  color: #fff;
  border: 1px #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
  box-shadow: 10px 15px 10px #0003;
}

.er-card-img {
  border-radius: 20px;
  max-width: 450px;
  margin-top: auto;
}

.er-fl {
  color: var(--azul-escuro);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.er-tf {
  border: 1px solid var(--cinza-medeio);
  color: var(--cinza-medeio);
  background-color: #fff;
  border-radius: 12px;
  margin-top: 10px;
}

.er-form-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
}

.footer-link.footer-local {
  margin-left: 0;
}

.footer-text.horario {
  margin-right: auto;
  font-size: 16px;
}

.er-socials {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.er-footer-socials-img {
  width: 50px;
  margin-left: 20px;
}

.thin {
  font-weight: 300;
}

.mid-lleft {
  justify-content: center;
  align-items: flex-start;
}

.mid-lleft.roght {
  justify-content: center;
  align-items: flex-end;
}

.image {
  height: 8px;
}

.er-pilhas-relativas {
  z-index: 2;
  border-radius: 20px 0 0 20px;
  flex: 0 auto;
  width: 100%;
  height: auto;
  position: static;
  overflow: hidden;
}

.cell-2,
.cell-2._3 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph.copyright {
  color: var(--azul-escuro);
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.nossa-historia-img {
  border-radius: 20px;
  height: 90%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.body-2 {
  background-color: #fbc02d4d;
}

.er-form-card {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 40px;
  box-shadow: 10px 15px 10px #0003;
}

.sobre-gap {
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}

.er-card-1 {
  background-image: linear-gradient(
    120deg,
    #fbf7f3 10%,
    #e1d0c1 40%,
    #c79f7f 80%
  );
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 10px 15px 10px #0003;
}

.er-card-1.v2 {
  background-color: var(--azul-escuro);
  background-image: none;
}

.footer-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.er-sobre-card {
  background-color: var(--azul-escuro);
  border-radius: 20px;
  padding: 40px;
}

.er-sobre-card.relative {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  top: -700px;
  left: 172px;
}

.er-sobre-card.relative.mobile {
  max-height: 720px;
  padding-left: 0;
}

.er-sobre-card.relative.mobile.v2 {
  background-color: #0000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-height: none;
  padding-left: 40px;
}

.shadow {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  box-shadow: 5px 5px 20px 10px #0003;
}

.shadow.desktop {
  background-color: var(--azul-escuro);
  max-width: 80%;
  box-shadow: 10px 15px 10px #0003;
}

.shadow.desktop.hide,
.shadow.mobile {
  display: none;
}

.aaaa {
  mix-blend-mode: normal;
  width: 100%;
  overflow: hidden;
}

.bg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-2 {
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: auto 0;
  padding: 0%;
  overflow: clip;
}

.big {
  font-size: 82px;
  line-height: 1.2em;
}

.fixed-icons {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: auto 3% 3% auto;
}

.fixed-icon-link {
  margin-bottom: 0;
  margin-left: 0;
}

.fixed-icon-img {
  width: 80px;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.er-slider {
  background-color: #0000;
  width: 100%;
  height: 630px;
  padding: 20px 6% 0;
}

.img-v2 {
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.v2-card {
  background-color: #ffffff80;
  border-radius: 20px;
  padding: 20px 40px 40px;
}

.er-slider-slide {
  width: 100%;
  margin-right: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.er-icons {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  display: flex;
}

.er-icons-img {
  width: 100px;
  max-width: none;
  margin-right: 20px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(62%) saturate(3567%)
    hue-rotate(224deg) brightness(95%) contrast(97%);
}

.er-icons-p.blk {
  color: var(--azul-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
}

.er-icons-wrapper {
  justify-content: center;
  align-items: center;
  width: 82%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .er-h1.blk {
    color: var(--azul-escuro);
  }

  .er-def-btn.gap {
    padding: 10px 25px;
    font-size: 20px;
  }

  .er-def-btn.gap:hover {
    background-color: var(--amarelo-mostarda);
    color: var(--black);
  }

  .er-def-btn.form {
    margin-top: 40px;
  }

  .er-def-btn.form:hover {
    background-color: var(--amarelo-mostarda);
    color: var(--black);
  }

  .er-hero-p {
    color: var(--azul-escuro);
    font-size: 20px;
    line-height: 1.3em;
  }

  .er-tf {
    color: var(--cinza-medeio);
  }

  .er-form-block {
    width: auto;
    margin-bottom: 0;
  }

  .body-2 {
    background-color: #fbc02d4d;
  }

  .er-form-card {
    border: 1px none var(--azul-escuro);
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding: 48px;
  }

  .sobre-gap {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .er-card-1 {
    background-color: #e1d0c1;
  }
}

@media screen and (min-width: 1440px) {
  .er-nav {
    padding: 5px 10%;
  }

  .er-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .er-section.sobre-n-s.mob.aa.v2 {
    background-color: var(--azul-escuro);
    padding-top: 0;
    padding-bottom: 0;
  }

  .er-wrapper.v2 {
    flex-flow: row;
  }

  .npqs.v2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .er-def-btn.gap.v2 {
    background-color: var(--white);
    color: var(--azul-escuro);
  }

  .er-hero-p.white.mid.herooo.shadow {
    color: var(--amarelo-mostarda);
    background-color: #e6a453;
    background-image: none;
    font-size: 38px;
  }

  .er-sobre-card.relative.mobile.v2 {
    padding-right: 0;
  }

  .shadow.desktop.hide {
    display: none;
  }

  .er-slider {
    background-color: #0000;
    width: 100%;
  }

  .img-v2 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .er-nav {
    padding: 20px 20%;
  }

  .er-nav-link {
    font-size: 20px;
    line-height: 1.2em;
  }

  .er-nav-link.w--current {
    font-size: 20px;
  }

  .er-section,
  .npqs.v2 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .footer-text.horario.mid {
    margin-bottom: 20px;
  }

  .er-sobre-card.relative {
    left: 200px;
  }

  .shadow.desktop {
    max-width: 85%;
  }

  .image-2 {
    margin-right: auto;
  }

  .img-v2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .er-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .er-brand {
    margin-left: 0;
    margin-right: auto;
  }

  .er-brand.footer,
  .er-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .er-navigation {
    background-color: var(--white);
    border-bottom: 1px solid #000;
  }

  .er-nav-link {
    color: var(--black);
  }

  .er-nav-btn.whatsapp {
    margin-bottom: 20px;
  }

  .er-section.todos-os-tipos.blue.relative {
    margin-top: 0;
    padding-top: 0;
  }

  .er-section.todos-os-tipos.blue.relative.aa {
    padding-bottom: 40px;
  }

  .er-section.sobre-n-s.mob {
    padding-top: 0;
  }

  .er-h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .er-h1.blk,
  .er-def-btn,
  .er-def-btn.gap {
    margin-left: auto;
    margin-right: auto;
  }

  .er-hero-p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link.footer-local {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text.horario {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    border: 1px solid var(--white);
    color: var(--white);
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .er-pilhas-relativas {
    order: 9999;
    width: 70%;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .cell,
  .cell-2,
  .cell-2._3 {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .nossa-historia-img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .er-sobre-card.relative {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-left: 40px;
    position: static;
  }

  .er-sobre-card.relative.mobile {
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow {
    order: 9999;
  }

  .shadow.desktop,
  .shadow.mobile {
    box-shadow: none;
    display: block;
  }

  .bg {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-2 {
    border-radius: 20px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: 80px;
  }

  .fixed-icon-link {
    width: 75px;
  }

  .v2-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .er-icons {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .er-card-img {
    max-width: 300px;
  }

  .er-socials {
    flex-flow: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .er-footer-socials-img {
    margin-left: 10px;
    margin-right: 10px;
  }

  .er-sobre-card.relative.mobile {
    max-height: none;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow.desktop {
    max-width: none;
  }

  .bg {
    padding-top: 0;
  }

  .image-2 {
    margin-top: 40px;
    position: static;
    top: 0;
  }

  .fixed-icon-link {
    width: 60px;
  }

  .er-slider {
    height: 480px;
  }

  .er-icons {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .er-icons-wrapper {
    flex-flow: column;
  }

  .left-arrow,
  .right-arrow {
    color: var(--amarelo-mostarda);
  }
}

@media screen and (max-width: 479px) {
  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .page-title {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .div-block {
    max-width: 90%;
    font-size: 14px;
  }

  .er-brand {
    margin-left: 0;
    margin-right: auto;
  }

  .er-brand.footer.w--current {
    margin-bottom: 20px;
  }

  .er-section.todos-os-tipos.blue.relative.aa {
    padding-bottom: 20px;
  }

  .er-section.sobre-n-s.mob {
    margin-top: -40px;
    padding-bottom: 40px;
  }

  .er-h1.blk.center {
    font-size: 22px;
  }

  .er-h1.blk.heading {
    font-size: 32px;
  }

  .er-h1.blk.v2 {
    font-size: 24px;
  }

  .er-h1.bold {
    font-size: 32px;
  }

  .er-h1.heading.v2 {
    font-size: 24px;
  }

  .er-def-btn.gap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    font-size: 14px;
    display: flex;
  }

  .er-def-btn.gap.v2 {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
  }

  .er-hero-p,
  .er-hero-p.white,
  .er-hero-p.white.mid {
    font-size: 18px;
  }

  .er-hero-p.white.mid.herooo.shadow {
    font-size: 24px;
  }

  .er-product-card {
    width: 100%;
  }

  .er-card-img {
    max-width: 200px;
  }

  .er-fl {
    margin-top: 15px;
    font-size: 18px;
  }

  .er-tf {
    margin-bottom: 0;
  }

  .er-tf.text {
    height: auto;
    min-height: 200px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.copyright,
  .er-card-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .er-sobre-card.relative.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .er-sobre-card.relative.mobile.v2 {
    padding-left: 10px;
  }

  .image-2 {
    width: 230px;
    height: auto;
    top: 100px;
  }

  .big {
    font-size: 44px;
  }

  .fixed-icons {
    flex-flow: row;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: flex;
    inset: 11% 0% auto;
    overflow: hidden;
  }

  .fixed-icon-link {
    margin-left: auto;
    margin-right: auto;
  }

  .er-slider {
    height: 380px;
  }

  .v2-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .er-icons-img {
    width: 80px;
  }

  .er-icons-p.blk {
    font-size: 18px;
  }
}

#w-node-_1004a387-8229-83b7-d1e8-be8762889a9e-d28f4b2d,
#w-node-_583c1e90-125f-9200-1dcf-6021917f4572-d28f4b2d,
#w-node-daa54aca-0b81-1893-55b3-956e09f17b2a-d28f4b2d,
#w-node-_68545212-8915-cec7-6770-b5b0e6fea393-d28f4b2d,
#w-node-_7ccd9d74-2c85-bc77-7cd2-a5315010cee9-d28f4b2d,
#w-node-_604b55a3-cb1e-d245-fe25-d162418f5d9e-d28f4b2d,
#w-node-fe4ff90d-d969-072f-4f04-1edd46fab6a2-d28f4b2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_808b52ae-8e5c-b08c-7195-5c825172a74a-d28f4b2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_1004a387-8229-83b7-d1e8-be8762889a9e-d28f4b2d,
  #w-node-_583c1e90-125f-9200-1dcf-6021917f4572-d28f4b2d,
  #w-node-daa54aca-0b81-1893-55b3-956e09f17b2a-d28f4b2d,
  #w-node-_68545212-8915-cec7-6770-b5b0e6fea393-d28f4b2d,
  #w-node-_7ccd9d74-2c85-bc77-7cd2-a5315010cee9-d28f4b2d,
  #w-node-_808b52ae-8e5c-b08c-7195-5c825172a74a-d28f4b2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_604b55a3-cb1e-d245-fe25-d162418f5d9e-d28f4b2d,
  #w-node-fe4ff90d-d969-072f-4f04-1edd46fab6a2-d28f4b2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
