@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* RESET */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

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;
}

/* /RESET */
:root {
  --font-1: "Mulish", sans-serif;
}

body {
  font-family: var(--font-1);
  color: #4A595B;
}

.max-container {
  margin: 0 auto;
  width: calc(100% - 140px);
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1399px) {
  .max-container {
    max-width: 1240px;
  }
}
@media (max-width: 1025px) and (min-width: 992px) {
  .max-container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .max-container {
    max-width: 900px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .max-container {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .max-container {
    width: 83%;
  }
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

header {
  z-index: 9999;
  background: #FF6A39;
}
header .holderHeader {
  z-index: 9999;
  height: 93px;
  position: fixed;
  width: 100%;
  background-color: #FF6A39;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
}
@media (max-width: 768px) {
  header .holderHeader {
    height: 64px;
    display: flex;
  }
}
header .holderHeader .holderHeader-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  header .holderHeader .holderHeader-container {
    width: 100vw;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
  }
}
header .holderHeader .menuheader button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .holderHeader .menuheader button {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  header .holderHeader .menuheader button.toggleMenu svg {
    width: 22.25px;
  }
}
header .holderHeader .menuheader .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 991px) {
  header .holderHeader .menuheader .overlay {
    display: none;
  }
}
header .holderHeader .menuheader .overlay.active {
  opacity: 1;
  pointer-events: all;
}
header .holderHeader .menuheader .menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  max-width: 832px;
  width: 100%;
  background-color: #ff6a39;
  top: 0;
}
header .holderHeader .menuheader .menu:before {
  content: "";
  height: 100vh;
  top: -1px;
  background-color: #ff6a39;
  width: 5000px;
  display: block;
  right: 100%;
  position: absolute;
  border-top: 1px solid #bebebe;
}
header .holderHeader .menuheader .menu.active {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
@media (max-width: 991px) {
  header .holderHeader .menuheader .menu.active {
    left: 0;
    width: 100vw !important;
  }
}
header .holderHeader .menuheader .menu .mobileYell {
  display: flex;
  justify-content: space-between;
  padding: 10px 24px 0px 0px;
}
@media (max-width: 769px) {
  header .holderHeader .menuheader .menu .mobileYell {
    padding: 0px 24px 0px 18px;
    margin-top: 10px;
  }
}
header .holderHeader .menuheader .menu .menuContent {
  margin-top: 160px;
}
@media (max-width: 769px) {
  header .holderHeader .menuheader .menu .menuContent {
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  header .holderHeader .menuheader .menu .menuContent ul {
    padding: 0px 24px 0px 18px;
  }
}
header .holderHeader .menuheader .menu .menuContent ul a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  color: white;
  padding-bottom: 35px;
  font-weight: 900;
}
header .holderHeader .menuheader .menu .menuContent ul a.contato {
  border-bottom: 2px solid #FAE042;
  max-width: 456px;
}
header .holderHeader .menuheader .menu .menuContent ul a.minha-conta {
  padding-top: 39px;
}
header .holderHeader .menuheader .menu .closeButton {
  cursor: pointer;
}
header .holderHeader .menuheader .menu .closeButton svg {
  transform: rotate(-180deg);
  fill: white;
  width: 50px;
  height: 50px;
}
header .holderHeader .header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
header .holderHeader .header-content .logoYell {
  margin-left: 40px;
}
@media (max-width: 991px) {
  header .holderHeader .header-content .logoYell img {
    width: 73.21px;
  }
}
header .holderHeader .header-content .header-icons {
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  header .holderHeader .header-content .header-icons svg:nth-child(1) {
    width: 18.3px;
  }
  header .holderHeader .header-content .header-icons svg:nth-child(2) {
    width: 23.54px;
  }
}
@media (max-width: 991px) {
  header .holderHeader .header-content .header-icons {
    margin-right: 18px;
  }
}

footer {
  background-color: #FAE042;
}
footer .footer-content {
  display: flex;
  height: 328px;
  font-size: 16px;
  color: #717C7D;
  justify-content: space-between;
  padding-top: 54px;
}
@media (max-width: 769px) {
  footer .footer-content {
    height: auto;
    flex-direction: column;
  }
}
footer .footer-content ul h2 {
  color: #FF6A39;
  font-weight: 900;
  margin-bottom: 32px;
}
footer .footer-content ul li {
  margin-bottom: 32px;
}
@media (max-width: 769px) {
  footer .footer-content .yellCopyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-content .yellCopyright a img {
  width: 120px;
  margin-bottom: 20px;
}
footer .footer-content .yellCopyright p {
  font-size: 12px;
  max-width: 185px;
}
@media (max-width: 769px) {
  footer .footer-content .contatos {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    grid-template-areas: "a b" "c c";
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }
}
footer .footer-content .contatos li {
  display: flex;
  align-items: center;
  gap: 14.5px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 769px) {
  footer .footer-content .contatos li {
    font-size: 12px;
  }
}
footer .footer-content .contatos li:nth-child(1) {
  grid-area: a;
}
footer .footer-content .contatos li:nth-child(2) {
  grid-area: b;
}
footer .footer-content .contatos li:nth-child(3) {
  grid-area: c;
}
footer .footer-content .contatos li img {
  width: 18.16px;
}
footer .footer-content .contatos li p {
  max-width: 191px;
}
footer .footer-content .siga-a-yell h2 {
  color: #FF6A39;
  font-weight: 900;
  margin-bottom: 32px;
}
footer .footer-content .siga-a-yell ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
footer .footer-content .siga-a-yell ul li a img {
  width: 34.66px;
}/*# sourceMappingURL=bundle.css.map */