* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /*-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;*/
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-align: center;
  background-color: #ffffff;
  font-family: Poppins;
  --thered: #d92024;
  --theblue: #253fb6;
  --thebluefilter: brightness(0) saturate(100%) invert(16%) sepia(88%)
    saturate(2999%) hue-rotate(228deg) brightness(93%) contrast(92%);
  --theorange: #ee8c0c;
  --theorangefilter: brightness(0) saturate(100%) invert(66%) sepia(95%)
    saturate(2500%) hue-rotate(355deg) brightness(95%) contrast(97%);
  --theyellow: #fff05a;
  --thelightgrey: #888a8c;
  --thedarkgrey: #191919;
  --thetext: #000000;

  --champagne: #c9a74d;
  --darkgrey: #282828;
  --mediumgrey1: #8a91a6;
  --mediumgrey2: #a9a9aa;
  --lightgrey0: #edece3;
  --lightgrey1: #c5c4bb;
  --lightgrey2: #f0f3f5;
  --green1: #8a91a6;
  --green1: #5c7c39;
  --green2: #de7d3b;
  --green3: #9ebd43;
  --maroon1: #de7d3b;
  --lightblue: #b8e2f2;
  --mediumblue: #0050aa;
  --alert: #aa2800;

  --whatsapp-green: #00ae41;
  --whatsapp-green-filter: brightness(0) saturate(100%) invert(40%) sepia(67%)
    saturate(3741%) hue-rotate(124deg) brightness(101%) contrast(101%);
  --whatsapp-green-button: #006726;
  --whatsapp-green-button-filter: brightness(0) saturate(100%) invert(14%)
    sepia(89%) saturate(3572%) hue-rotate(147deg) brightness(93%) contrast(101%);
}

* {
  outline: 0 !important;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
}

a,
a:hover,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media screen and (min-width: 1281px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 13px;
  }
}

/*
HEADER
*/

/*#header * {border:1px solid;}*/
#header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1rem solid var(--thered);
}
#header .bar-top {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0 1em; /*border-bottom: 1rem solid var(--thered);*/
  flex-wrap: wrap;
}
#header .bar-top #menu_container_bt {
  flex: 0 0 100%;
}
#header .bar-top .logo img {
  width: 8rem;
  height: auto;
  margin: 1rem 0;
  display: block;
}
#header #menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#header .menu-top {
  /*background-color: lightgrey;*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 0 1.5rem 0;
}
#header .menu-top .bt {
  padding: 0 1rem;
}
#header .menu-top .bt a {
  height: 2rem;
  display: flex;
  align-items: center;
  border: 1px solid var(--theblue);
  background-color: var(--theblue);
  color: #ffffff;
  text-decoration: none;
  padding: 0rem 1rem;
  border-radius: 10rem;
  overflow: hidden;
  column-gap: 0.3rem;
  transition: 250ms;
}
#header .menu-top .bt a img {
  zoom: 1;
  filter: invert(1);
}
#header .menu-top .bt a:hover {
  background-color: transparent;
  color: var(--theblue);
}
#header .menu-top .bt a:hover img {
  filter: var(--thebluefilter);
}

#header .menu-top .bt.bt-destaque a {
  background: var(--whatsapp-green);
  border: none;
  color: #ffffff;
  border: 1px solid var(--whatsapp-green);
}
#header .menu-top .bt.bt-destaque a img {
  zoom: 1;
  filter: invert(1);
}
#header .menu-top .bt.bt-destaque a:hover {
  background-color: transparent;
  color: var(--whatsapp-green);
}
#header .menu-top .bt.bt-destaque a:hover img {
  filter: var(--whatsapp-green-filter);
}

#header .menu-top .social {
  display: flex;
  margin: 0 0 0 1rem;
  justify-content: center;
}
#header .menu-top .social div {
  margin: 0 0.5rem;
}
#header .menu-top .social div a {
  overflow: hidden;
  border-radius: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
  border-radius: 500px;
  overflow: hidden;
  background-color: var(--theblue);
}
#header .menu-top .social div img {
  width: 100%;
  height: 100%;
  display: block;
  filter: invert(100%);
}

#header .menu-main {
  color: white;
  position: relative;
  z-index: 100;
}
#header .menu-main a {
  text-decoration: none;
  color: inherit;
}
#header .menu-main ul {
  list-style: none;
}
#header .menu-main ul.l1 {
  color: #191919;
}
#header .menu-main ul.l1:hover {
  color: #989a9c;
}
#header .menu-main ul li {
  list-style: none;
  width: max-content;
}
#header .menu-main ul.l1 > li span.bt-mobile {
  display: none;
}
#header .menu-main ul.l1 > li {
  display: inline-block;
  font-weight: 500;
  padding: 0.25rem 1vw;
  position: relative;
  color: inherit;
}
#header .menu-main ul.l1 > li:hover {
  color: #000000;
}
#header .menu-main ul.l1 > li:hover:after {
  content: "";
  background-color: #000;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: var(--theorange);
}
#header .menu-main ul.submenu {
  display: none;
  text-align: left;
  position: absolute;
}
#header .menu-main ul.submenu li {
  position: relative;
  padding: 0.35rem 0.6rem;
  display: flex;
  gap: 0.8rem;
}
#header .menu-main li:hover > ul.submenu {
  display: block;
}
#header .menu-main ul.l2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 10;
}
#header .menu-main ul.l2 > li {
  min-width: 100%;
  justify-content: center;
}
#header .menu-main ul.l2 > li.sub-container {
  padding: 1rem 1.2rem 1.2rem;
}
#header .menu-main ul.l2 > li:hover:not(.sub-container) {
  background-color: var(--theorange);
  color: white;
}
#header .menu-main ul.l2 > li > ul {
  padding: 0 0.5rem;
  font-weight: 400;
}
#header .menu-main ul.l2 > li > ul li:nth-child(1) {
  color: #ffffff;
}
#header .menu-main ul.l2 > li > ul:nth-child(1) li:nth-child(1) {
  background-color: var(--thered);
}
#header .menu-main ul.l2 > li > ul:nth-child(2) li:nth-child(1) {
  background-color: var(--theorange);
}
#header .menu-main ul.l2 > li > ul:nth-child(3) li:nth-child(1) {
  background-color: var(--thelightgrey);
}
#header .menu-main ul.l2 > li > ul:nth-child(4) li:nth-child(1) {
  background-color: var(--theblue);
}
#header .menu-main ul.l2 > li > ul li {
  font-size: 0.9em;
  justify-content: center;
}
#header .menu-main ul.l2 > li > ul li {
  font-size: 0.9em;
  min-width: 100%;
}
#header .menu-main ul.l2 > li > ul li:hover:not(:first-of-type) {
  background-color: #eaeaea; /*color:#000000;*/
}
#header .menu-main ul.l2 > li > ul li:first-of-type {
  font-size: 1em;
  font-weight: 500;
  border-left: none;
}

@media screen and (min-width: 751px) {
  #header {
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  #header {
    position: fixed;
    z-index: 15;
  }
  #header .bar-top {
    padding: 0;
  }
  #header .bar-top #menu {
    position: fixed;
    background-color: #ffffff;
    top: 2vh;
    width: 96vw;
    padding: 1rem;
    justify-content: center;
    height: 96vh;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    transition: left 0.4s ease-in-out;
    gap: 1.5rem;
  }
  #header .bar-top #menu.off {
    left: 102vw;
  }
  #header .bar-top #menu.on {
    left: 2vw;
  }

  #header .bar-top #menu_container_bt {
    position: absolute;
    right: 1rem;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
  }
  #header .bar-top #menu_container_bt .menu_line1 {
    position: absolute;
    width: 32px;
    height: 4px;
    left: 0;
    top: 15%;
    background-color: var(--theblue);
    border-radius: 2px;
  }
  #header .bar-top #menu_container_bt .menu_line2 {
    position: absolute;
    width: 32px;
    height: 4px;
    left: 0;
    top: 50%;
    background-color: var(--theblue);
    transform: translate(0, -50%);
    border-radius: 2px;
  }
  #header .bar-top #menu_container_bt .menu_line3 {
    position: absolute;
    width: 32px;
    height: 4px;
    left: 0;
    bottom: 15%;
    background-color: var(--theblue);
    border-radius: 2px;
  }

  #header .bar-top #menu .menu-main {
    order: 1;
    z-index: unset;
  }
  #header .bar-top #menu .menu-top {
    order: 2;
  }
  #header .bar-top .logo img {
    width: 6.5rem;
    margin: 0.5rem;
  }
  #header .bar-top #menu .menu-top {
    flex-direction: column;
    gap: 1rem;
  }
  #header .bar-top #menu .menu-top .social {
    margin: 0;
  }
  #header .menu-main ul.l2 {
    position: fixed;
    width: 92vw;
    height: 92vh;
    top: 4%;
    transform: unset;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    transition: left 0.4s ease-in-out;
  }

  #header .menu-main ul.l2 li.bt-back {
    padding:0;
    position:absolute;
    right:2vw;
    top:2vh;
    border:0px solid navy;
  }
  #header #menu .bt-close {
    position: absolute;
    right: 2vw;
    top: 2vh;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    z-index: 1;
  }
  #header .menu-main ul.l2 li.bt-back .bt-close{
    right: 0vw !important;
    top:0 !important;
  }
  #header #menu .bt-close div {
    position: absolute;
    height: 4px;
    background-color: var(--theblue);
    width: 100%;
    left: 0;
    top: 50%;
    border-radius: 2px;
    transform: translate(0, -50%);
  }
  #header #menu .bt-close div:before {
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--theblue);
    width: 60%;
    left: 0;
    top: 50%;
    border-radius: 2px;
    transform: translate(0, -50%) rotate(-45deg);
    transform-origin: 2px center;
  }
  #header #menu .bt-close div:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: var(--theblue);
    width: 60%;
    left: 0;
    top: 50%;
    border-radius: 2px;
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: 2px center;
  }

  #header .menu-main ul.l2.off {
    left: 104%;
  }
  #header .menu-main ul.l2.on {
    left: 4%;
  }
  #header .menu-main ul.l2 li {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #header .menu-main ul.l2 li ul {
    width: 44%;
  }
  #header .menu-main ul.l1 > li {
    position: relative;
  }
  #header .menu-main ul.l1 > li span.bt-mobile {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .webdoor {
    margin-top: 6.15rem;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  #header .menu-main ul.l1 {
    padding-top: 15vh;
  }
  #header .bar-top #menu .menu-main ul li {
    display: inline-block;
  }
}

@media screen and (max-width: 750px) and (orientation: portrait) {
  #header .menu-main ul.l1 {
    text-align: center;
    padding-top: 3vh;
  }
  #header .menu-main ul.l1 > li {
    margin: 2vh auto;
  }
  #header .bar-top #menu .menu-main ul li {
    display: block;
  }
  #header .menu-main ul.l2 > li > ul {
    width: 80vw;
  }
}

/*
FOOTER
*/

/*.footer .content > div * {border:1px solid;}*/
.footer {
  width: 100%;
  background-color: var(--thered);
}
.footer .content {
  display: grid;
  width: 100%;
  max-width: 1400px;
  justify-content: center;
  padding: 2rem 1rem;
  color: #ffffff;
  gap: 5vw;
  margin: 0 auto;
}
.footer .content > div {
  text-align: left;
  padding: 0 1rem;
}
.footer .content .spacer {
  width: 5vw;
  height: 8rem;
  position: relative;
  display: none;
}
.footer .content .spacer:after {
  /*content: '';*/
  width: 1px;
  background-color: red;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: 0;
}
.footer .content .c1 {
  width: max-content;
  grid-area: c1;
}
.footer .content .c1 .logo img {
  width: 10rem;
  height: auto;
  margin: 0 0 1rem 0;
  filter: brightness(5000);
}
.footer .content .c1 .social {
  display: flex;
  margin: 0 1rem;
  justify-content: center;
}
.footer .content .c1 .social div {
  margin: 0 0.5rem;
}
.footer .content .c1 .social div a {
  overflow: hidden;
  border-radius: 0;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  border-radius: 500px;
  overflow: hidden;
  background-color: var(--theblue);
}
.footer .content .c1 .social div img {
  width: 100%;
  height: 100%;
  display: block;
  filter: invert(100%);
}
.footer .content .c2 {
  grid-area: c2;
}
.footer .content .c3 {
  grid-area: c3;
}
.footer .content .c4 {
  grid-area: c4;
}
.footer .content p.title {
  font-weight: 700;
  display: flex;
  padding: 0 0 1rem 0;
  width: max-content;
}
.footer .content p.title img {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 0.7rem 0 0;
  filter: invert(0.9);
}
.footer .content ul {
  list-style: none;
}
.footer .content ul li {
  padding: 0;
}
.footer .content ul li a,
.footer .content ul li a:visited {
  text-decoration: none;
  color: inherit;
  transition: 200ms;
}
.footer .content ul li a:hover,
.footer .content ul li a:active,
.footer .content ul li a:focus {
  text-decoration: underline;
}
.footer .content .c4 ul li:nth-child(2){padding-bottom: 1.25rem;}

.footer .content ul li.iconized {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.6rem auto;
}
.footer .content ul li.iconized img {
  filter: invert(1);
}
.footer .bottom {
  /*display: flex;*/
  margin: 0 auto;
  background-color: var(--thelightgrey);
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  background-color: #cacaca;
}
.footer .bottom > div {
  padding: 0.2rem;
  font-size: 0.85rem;
  display: inline-block;
}
.footer .bottom .spacer {
  width: 0.35rem;
  height: 0.35rem;
  background-color: #ababab;
  padding: 0;
  background-color: var(--thelightgrey);
}
.footer .bottom a,
.footer .bottom a:visited {
  color: var(--thetext);
  transition: 200ms;
}
.footer .bottom a:hover,
.footer .bottom a:active,
.footer .bottom a:focus {
  color: var(--theblue);
}

@media screen and (min-width: 900px) {
  .footer .content {
    /*grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto*/
    grid-template-areas: "c1 c2 c3 c4";
  }
  .footer .bottom .spacer {
    margin: auto 1.25rem;
  }
}

@media screen and (min-width:560px) and (max-width: 899px)  {
  .footer .content {
    /*flex-direction: column;*/
    margin: 0 auto;
    grid-template-areas: "c1 c2 c3" "c4 c4 c4";
  }
  .footer .content >div,.footer .content p.title{
    text-align: center;
    margin: 0 auto;
  }
  .footer .content .c4 {
    margin: 0 auto;
  }
  .footer .content ul{
    margin: 0 auto;
  }
  .footer .bottom .spacer {
    margin: auto 1rem;
  }
  .footer .bottom .spacer.break1 {
    background-color: transparent;
    display: block;
  }
  .footer .content ul li.iconized{justify-content: center;}
}

@media screen and (max-width:559px) {
  .footer .content {
    grid-template-areas:"c1" "c2" "c3" "c4";
  }
  .footer .content >div,.footer .content p.title{
    text-align: center;
    margin: 0 auto;
  }
  .footer .content p.title {
    width: max-content;
    font-size: 1.15rem;
  }
  .footer .content ul li a,
  .footer .content ul li a:visited {
    font-size: 1.15rem;
    line-height: 1.9rem;
    display: block;
  }
  .footer .content ul li.iconized{
    justify-content: center;
    font-size: 1.15rem;
  }
}

/*
WA
*/
#wa {
  width: 66px;
  height: 66px;
  display: block;
  position: fixed;
  right: 0.5vw;
  bottom: 3rem;
  background-color: rgb(0, 174, 65);
  background-image: url("../image/whatsapp_white.svg");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat; /*border-top-left-radius: 500px;border-bottom-left-radius: 500px;*/
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  /*border-bottom: 2px solid white;border-top: 2px solid white;border-left: 2px solid white;*/
  border-radius: 500px;
  border: 2px solid white;
  z-index: 11;
}

#wa a {
  display: block;
  width: 100%;
  height: 100%;
}

#quick-cta {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 200ms;
}
#quick-cta.show {
  display: flex;
}
#quick-cta a.cta-dismiss {
  color: #dddddd;
  font-size: 1rem;
  cursor: pointer;
}
#quick-cta .cta {
  background: #fff;
  border-bottom: 10px solid var(--whatsapp-green);
  z-index: 101;
  margin: 1rem;
  min-width: 300px;
  max-width: 420px;
}
#quick-cta .cta h3 {
  background: var(--whatsapp-green);
  padding: 0.7rem 1.2rem;
  color: #fff;
  font-size: 1.4rem;
}
#quick-cta .cta p {
  padding: 1rem 1rem 0;
  font-size: 1.2rem;
}
#quick-cta .cta p span {
  color: var(--theblue);
  font-weight: 600;
}
#quick-cta .cta form {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.7rem;
  align-items: center;
}
#quick-cta .cta form input[type="text"],
#quick-cta .cta form input[type="tel"],
#quick-cta .cta form input[type="email"] {
  border: 1px solid var(--whatsapp-green);
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  width: 100%;
}
#quick-cta .cta form div {
  display: flex;
  gap: 0.2rem;
  font-size: 1rem;
  color: var(--thedarkgrey);
  width: auto;
  align-items: flex-start;
}
#quick-cta .cta form div input[type="checkbox"] {
  width: unset;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 0 0.5rem 0 0;
  position: relative;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.025);
  color: #000000;
  appearance: none;
}
#quick-cta .cta form div input[type="checkbox"]::after {
  content: "";
  display: block;
  border-bottom: 0px solid #000000;
  border-left: 0px solid #000000;
  position: absolute;
  width: 0rem;
  height: 0rem;
  left: 0;
  top: -0.15rem;
  transform: translate(25%, 100%) rotate(-45deg);
}
#quick-cta .cta form div input[type="checkbox"]:checked:after {
  width: 0.6rem;
  height: 0.25rem;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
#quick-cta .cta form button {
  display: flex;
  gap: 0.7rem;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.8rem 1.2rem;
  box-shadow: 2px 2px 6px #aaaaaa;
  max-width: fit-content;
  width: 100%;
  margin: 0.7rem 0 0.5rem;
  font-size: 1.2rem;
  border: 1px solid var(--whatsapp-green-button);
  background: var(--whatsapp-green-button);
  color: #ffffff;
  transition: 200ms;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
#quick-cta .cta form button img {
  zoom: 1;
  background: transparent;
  padding: 0;
  filter: invert(1);
}
#quick-cta .cta form button:hover {
  background: #ffffff;
  color: var(--whatsapp-green-button);
  cursor: pointer;
  box-shadow: none;
}
#quick-cta .cta form button:hover img {
  filter: var(--whatsapp-green-button-filter);
}



