* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #ffffff;
  margin: 0px 0px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@font-face {
  font-family: "brandon_grotesqueregular";
  src: url("https://mahoganylovers.com.br/font/brandon_reg-webfont.woff2")
      format("woff2"),
    url("https://mahoganylovers.com.br/font/brandon_reg-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "brandon_grotesquebold";
  src: url("https://mahoganylovers.com.br/font/brandon_bld-webfont.woff2")
      format("woff2"),
    url("https://mahoganylovers.com.br/font/brandon_bld-webfont.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "brandon_grotesqueblack";
  src: url("https://mahoganylovers.com.br/font/brandon_blk-webfont.woff2")
      format("woff2"),
    url("https://mahoganylovers.com.br/font/brandon_blk-webfont.woff")
      format("woff");
  font-weight: bolder;
  font-style: normal;
}

.textoCab {
  font-family: "brandon_grotesqueregular";
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  color: #cccccc;
}
.textoCab:hover {
  color: #fff;
}

.texto {
  font-family: "brandon_grotesqueregular";
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}
.texto8,
.texto8::placeholder {
  font-size: 8px;
}
.texto9,
.texto9::placeholder {
  font-size: 9px;
}
.texto10,
.texto10::placeholder {
  font-size: 10px;
}
.texto12,
.texto12::placeholder {
  font-size: 12px;
}
.texto13,
.texto13::placeholder {
  font-size: 13px;
}
.texto14,
.texto14::placeholder {
  font-size: 14px;
}
.texto15,
.texto15::placeholder {
  font-size: 15px;
}
.texto16,
.texto16::placeholder {
  font-size: 16px;
}
.texto18,
.texto18::placeholder {
  font-size: 18px;
}
.texto20,
.texto20::placeholder {
  font-size: 20px;
}
.texto22,
.texto22::placeholder {
  font-size: 22px;
}
.texto24,
.texto24::placeholder {
  font-size: 24px;
}
.texto26,
.texto26::placeholder {
  font-size: 26px;
}
.texto28,
.texto28::placeholder {
  font-size: 28px;
}
.texto30,
.texto30::placeholder {
  font-size: 30px;
}
.texto40,
.texto40::placeholder {
  font-size: 40px;
}
.texto50,
.texto50::placeholder {
  font-size: 50px;
}
.texto60,
.texto60::placeholder {
  font-size: 60px;
}
.texto70,
.texto70::placeholder {
  font-size: 70px;
}
.texto100,
.texto100::placeholder {
  font-size: 100px;
}

.textoBold {
  font-weight: bold;
}
.textoBoldB {
  font-family: "brandon_grotesquebold";
  font-weight: bold;
}
.textoBolder {
  font-family: "brandon_grotesqueblack";
  font-weight: bolder;
}

.textoWhite {
  color: #fff;
}
.textoGray {
  color: #444444;
}
.textoBlack {
  color: #000;
}
.textoRed {
  color: #cc0000;
}
.textoBlue {
  color: #0000ff;
}
.textoViolet {
  color: #660000;
}

.textoCenter {
  text-align: center;
}
.textoLeft {
  text-align: left;
}
.textoRight {
  text-align: right;
}
.textoJustify {
  text-align: justify;
}

.textoUp {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.botao {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.GridBGWhite {
  background-color: #ffffff;
}
.GridBGWhite:hover {
  background-color: #ffffcc;
}

.GridBGGray {
  background-color: #f5f5f5;
}
.GridBGGray:hover {
  background-color: #ffffcc;
}

.GridBGRed {
  background-color: #ffd2d2;
}
.GridBGRed:hover {
  background-color: #ffffcc;
}

.GridBGBlueCyan {
  background-color: #c4e1ff;
}
.GridBGBlueCyan:hover {
  background-color: #ffffcc;
}

.GridBGPointer {
  cursor: pointer;
}
.GridBGPointer:hover {
  background-color: #ffff66;
}

.buttonSmall {
  padding: 3px 10px;
  font-size: 12px;
}
.buttonSmallP {
  padding: 1px 6px;
  font-size: 10px;
}
.buttonNormal {
  padding: 4px 10px;
  font-size: 10px;
}
.buttonLarge {
  padding: 8px 25px;
  font-size: 14px;
}
.buttonBig {
  padding: 8px 25px;
  font-size: 20px;
  border-radius: 2px;
}
.buttonBig2 {
  padding: 8px 30px;
  font-size: 23px;
}

.buttonBlue {
  background-color: #f8f8f8;
  color: black;
  border: 2px solid #008cba;
}
.buttonBlue:hover {
  background-color: #008cba;
  color: white;
}
.buttonRed {
  background-color: #f8f8f8;
  color: black;
  border: 2px solid #cc3300;
}
.buttonRed:hover {
  background-color: #cc3300;
  color: white;
}
.buttonBlack {
  background-color: #000;
  color: white;
  border: 2px solid #000;
}
.buttonBlack:hover {
  background-color: #000;
  color: white;
}
.buttonWhite {
  background-color: #fff;
  color: black;
  border: 2px solid #000;
}
.buttonWhite:hover {
  background-color: #000;
  color: white;
}

.inputTextoFormEmpty {
  position: relative;
}
.inputPlaceHolder {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
}
.inputPlaceHolder * {
  font: 22px sans-serif;
  color: #84754e;
}
.inputTexto {
  padding: 2px 2px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  font-family: "brandon_grotesqueregular";
  font-size: 12px;
  border: 1px solid #cccccc;
  outline: none;
}
.inputTexto:focus {
  background-color: #ffffcc;
  outline: none;
}
.inputTextoForm {
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  background-color: #fff;
  font-family: "brandon_grotesqueregular";
  font-size: 20px;
  border-radius: 2px;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  resize: none;
}
.inputTextoForm:focus {
  outline: none;
}
.inputTextoFormValor {
  text-align: right;
}
.inputTextoForm::placeholder {
  font: 22px sans-serif;
  color: #84754e;
}
.inputTextoFormDisabled {
  padding: 5px 5px;
  height: 26px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #999999;
  outline: none;
  background-color: #f0f0f0;
  font-family: "brandon_grotesqueregular";
  font-size: 12px;
}
.inputTextoFormL {
  padding: 5px 5px;
  height: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #999999;
  outline: none;
  background-color: #fff;
  font-family: "brandon_grotesqueregular";
}
.inputTextoFormL:focus {
  border: 1px solid #000;
  background-color: #ffffcc;
}

.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-stretch {
  align-items: stretch;
}
.flex-center {
  align-items: center;
}
.flex-end {
  align-items: flex-end;
}
.flex-start {
  align-items: flex-start;
}
.flex-base {
  align-items: baseline;
}
.flex-full {
  align-items: stretch;
}

.flex-between {
  justify-content: space-between;
}
.flex-between-c {
  justify-content: space-between;
  align-items: center;
}
.flex-between-s {
  justify-content: space-between;
  align-items: flex-start;
}
.flex-between-e {
  justify-content: space-between;
  align-items: flex-end;
}
.flex-between-b {
  justify-content: space-between;
  align-items: baseline;
}
.flex-between-f {
  justify-content: space-between;
  align-items: stretch;
}

.flex-evenly {
  justify-content: space-evenly;
}
.flex-evenly-c {
  justify-content: space-evenly;
  align-items: center;
}
.flex-evenly-s {
  justify-content: space-evenly;
  align-items: flex-start;
}
.flex-evenly-e {
  justify-content: space-evenly;
  align-items: flex-end;
}
.flex-evenly-b {
  justify-content: space-evenly;
  align-items: baseline;
}
.flex-evenly-f {
  justify-content: space-evenly;
  align-items: stretch;
}

.flex-around {
  justify-content: space-around;
}
.flex-around-c {
  justify-content: space-around;
  align-items: center;
}
.flex-around-s {
  justify-content: space-around;
  align-items: flex-start;
}
.flex-around-e {
  justify-content: space-around;
  align-items: flex-end;
}
.flex-around-b {
  justify-content: space-around;
  align-items: baseline;
}
.flex-around-f {
  justify-content: space-around;
  align-items: stretch;
}

.flex-end-c {
  justify-content: flex-end;
  align-items: center;
}
.flex-end-s {
  justify-content: flex-end;
  align-items: flex-start;
}
.flex-end-e {
  justify-content: flex-end;
  align-items: flex-end;
}
.flex-end-b {
  justify-content: flex-end;
  align-items: baseline;
}
.flex-end-f {
  justify-content: flex-end;
  align-items: stretch;
}

.flex-center-c {
  justify-content: center;
  align-items: center;
}
.flex-center-s {
  justify-content: center;
  align-items: flex-start;
}
.flex-center-e {
  justify-content: center;
  align-items: flex-end;
}
.flex-center-b {
  justify-content: center;
  align-items: baseline;
}
.flex-center-f {
  justify-content: center;
  align-items: stretch;
}

.flex-start-c {
  justify-content: flex-start;
  align-items: center;
}
.flex-start-s {
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-start-e {
  justify-content: flex-start;
  align-items: flex-end;
}
.flex-start-b {
  justify-content: flex-start;
  align-items: baseline;
}
.flex-start-f {
  justify-content: flex-start;
  align-items: stretch;
}

.flex-gap1 {
  gap: 1px;
}
.flex-gap2 {
  gap: 2px;
}
.flex-gap3 {
  gap: 3px;
}
.flex-gap4 {
  gap: 4px;
}
.flex-gap5 {
  gap: 5px;
}
.flex-gap6 {
  gap: 6px;
}
.flex-gap7 {
  gap: 7px;
}
.flex-gap8 {
  gap: 8px;
}
.flex-gap9 {
  gap: 9px;
}
.flex-gap10 {
  gap: 10px;
}
.flex-gap15 {
  gap: 15px;
}
.flex-gap20 {
  gap: 20px;
}
.flex-gap25 {
  gap: 25px;
}
.flex-gap30 {
  gap: 30px;
}
.flex-gap40 {
  gap: 40px;
}
.flex-gap50 {
  gap: 50px;
}
.flex-gap60 {
  gap: 60px;
}
.flex-gap70 {
  gap: 70px;
}
.flex-gap80 {
  gap: 80px;
}
.flex-gap90 {
  gap: 90px;
}
.flex-gap100 {
  gap: 100px;
}
.flex-gap150 {
  gap: 150px;
}

.flex-row-mobile {
  display: flex;
  flex-direction: row;
}
.flex-row-desktop {
  display: flex;
  flex-direction: column;
}
.flex-column-mobile {
  display: flex;
  flex-direction: column;
}
.flex-column-desktop {
  display: flex;
  flex-direction: row;
}

.flex-sb-sb-fc {
  justify-content: space-between;
}

.flex-c-c-s {
  align-items: center;
}
.flex-e-e-c {
  align-items: flex-end;
}
.flex-f-f-s {
  align-items: stretch;
}

.w-100perc-100perc-40perc,
.w-100perc-100perc-50perc {
  width: 100%;
}
.txt-50-70-70 {
  font-size: 50px;
}

.desktop {
  display: none;
}

.menu-btn {
  cursor: pointer;
  position: relative;
}
.hamburger {
  display: block;
  width: 25px;
  height: 2px;
  background: white;
  margin: 6px 0;
  transition: all 0.3s ease;
}
.menu-btn.open .hamburger:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background: black;
}
.menu-btn.open .hamburger:nth-child(2) {
  opacity: 0;
  background: black;
}
.menu-btn.open .hamburger:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background: black;
}

.menu-box {
  position: absolute;
  left: -10px;
  top: -10px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #eceff1;
  padding: 50px 25px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.menu-box.close {
  left: -200px;
  opacity: 0;
  visibility: hidden;
}
.menu-item {
  color: #000;
  font-family: "brandon_grotesquebold";
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}
.menu-item:hover {
  background-color: #cfd8dc;
}

/*----------------- Responsivo -----------------*/
#main-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

#main-header .container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
#main-header .container .buttons {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: none;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  padding-right: 25px;
}
#main-header nav {
  display: none;
  align-items: center;
  justify-content: center;
}
#main-header nav ul {
  display: flex;
  flex-direction: row;
  gap: 23px;
}

#main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#main-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
  padding-bottom: 20px;
}
#main-footer > section {
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main-footer .redes-sociais {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 5px;
}
#main-footer * {
  text-align: center;
}
#main-footer .bloco-1 {
  min-width: 340px;
  padding: 5px;
}
#main-footer .texto14 {
  font-size: 12px;
}
#main-footer .texto16 {
  font-size: 14px;
}

#menu-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
}

#home #imgtxt {
  display: flex;
  width: 80%;
  flex-direction: column;
}
#home #imgtxt > img {
  width: 100%;
}
#home #imgtxt > div {
  width: 100%;
  justify-content: center;
  align-items: center;
}
#home #imgtxt > div * {
  text-align: center;
}

#sobre > section {
  width: 95%;
}
#sobre > .imgtxt {
  display: flex;
  flex-direction: column;
}
#sobre > .imgtxt.right > div {
  padding-top: 5%;
}
#sobre > .imgtxt.left > div {
  padding-bottom: 5%;
}
#sobre > .imgtxt > * {
  width: 100%;
  object-fit: cover;
  text-align: center;
  align-items: center;
}
#sobre .texto30 {
  font-size: 26px;
}
#sobre .texto28 {
  font-size: 24px;
}
#sobre .texto20 {
  font-size: 18px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 92%;
  max-width: 1050px;
  height: 85%;
  max-height: 550px;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.modal.efeito1 {
  left: -100%;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, left 0.5s ease-out,
    transform 0.5s ease-out;
}
.modal.efeito1.on {
  opacity: 1;
  visibility: visible;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal.efeito2 {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.5s ease-out;
}
.modal.efeito2.on {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.075s linear;
  padding: 10px;
  box-shadow: -1px 5px 15px 3px #00000075;
  background-color: #84754e;
  overflow: hidden;
}

.modal .main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  width: 100%;
  padding: 10px;
}
#cadastro .main-content,
#login .main-content {
  justify-content: space-around;
}

.modal .titulo {
  font-size: 30px;
}
.modal .titulo2 {
  font-size: 18px;
}
.modal .subtitulo {
  font-size: 16px;
}
.modal .subtitulo.small {
  font-size: 14px;
}
.modal .botao.buttonBig {
  font-size: 20px;
}
.modal .inputTextoForm {
  font-size: 20px;
}
.modal .corpo {
  font-size: 14px;
}
.modal .corpo.small {
  font-size: 12px;
}

#cadastro .numero.resp {
  max-width: 68px;
}

.box-total {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  width: 115px;
  box-shadow: 0px 0px 5px 1px #0000003b;
  overflow: hidden;
}
.box-total .header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  background-color: #ffffff;
}
.box-total .body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: #efefef;
}
.box-total .texto10 {
  font-size: 8px;
}
.box-total .texto20 {
  font-size: 16px;
}

.grid-1 {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  background-color: #f9f9f9;
}
.grid-1 thead th {
  background-color: #f9f9f9;
  position: sticky;
  top: 0px;
}
.grid-1 tbody tr:nth-child(2n) {
  background-color: #ffffff;
}
.grid-1 tbody tr:nth-child(2n + 1) {
  background-color: #f5f5f5;
}
.grid-1 tbody tr:hover {
  background-color: #ffffcc;
}
.grid-1 thead th,
.grid-1 tbody td {
  padding: 4px;
  font-size: 8px;
}

.produto-vitrine {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #0000003b;
  overflow: hidden;
  padding: 10px;
}
.produto-vitrine img {
  width: 30%;
  object-fit: cover;
}
.produto-vitrine .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
.produto-vitrine .content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

#descobrir img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .flex-row-mobile {
    display: flex;
    flex-direction: column;
  }
  .flex-row-desktop {
    display: flex;
    flex-direction: column;
  }
  .flex-column-mobile {
    display: flex;
    flex-direction: row;
  }
  .flex-column-desktop {
    display: flex;
    flex-direction: row;
  }

  .flex-sb-sb-fc {
    justify-content: space-between;
  }

  .flex-c-c-s {
    align-items: center;
  }
  .flex-e-e-c {
    align-items: flex-end;
  }
  .flex-f-f-s {
    align-items: stretch;
  }

  .w-100perc-100perc-40perc,
  .w-100perc-100perc-50perc {
    width: 100%;
  }
  .txt-50-70-70 {
    font-size: 70px;
  }

  .mobile,
  .desktop {
    display: none;
  }

  #main-header .container .buttons,
  #main-header nav {
    display: none;
  }

  #main-footer {
    width: 90%;
  }

  #sobre > section {
    width: 80%;
  }

  .modal .content {
    padding: 15px;
  }
  .modal .main-content {
    width: 100%;
    padding: 15px;
  }
  .modal .titulo {
    font-size: 40px;
  }
  .modal .titulo2 {
    font-size: 20px;
  }
  .modal .subtitulo {
    font-size: 18px;
  }
  .modal .subtitulo.small {
    font-size: 16px;
  }
  .modal .inputTextoForm {
    font-size: 20px;
  }
  .modal .corpo {
    font-size: 16px;
  }
  .modal .corpo.small {
    font-size: 14px;
  }

  .grid-1 thead th,
  .grid-1 tbody td {
    font-size: 10px;
  }

  #cadastro .numero.resp {
    max-width: 100px;
  }
}

@media screen and (min-width: 1080px) {
  .flex-row-mobile {
    display: flex;
    flex-direction: column;
  }
  .flex-row-desktop {
    display: flex;
    flex-direction: row;
  }
  .flex-column-mobile {
    display: flex;
    flex-direction: row;
  }
  .flex-column-desktop {
    display: flex;
    flex-direction: column;
  }

  .flex-sb-sb-fc {
    justify-content: center;
  }

  .flex-c-c-s {
    align-items: flex-start;
  }
  .flex-f-f-s {
    align-items: flex-start;
  }
  .flex-e-e-c {
    align-items: center;
  }

  .w-100perc-100perc-40perc {
    width: 40%;
  }
  .w-100perc-100perc-50perc {
    width: 50%;
  }
  .txt-50-70-70 {
    font-size: 70px;
  }

  .mobile,
  .not-desktop {
    display: none;
  }
  .desktop {
    display: flex;
  }

  #main-header .container {
    padding: 32px 0 20px 0;
  }
  #main-header .container .buttons,
  #main-header nav {
    display: flex;
  }

  #main-footer {
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    margin: auto;
    padding-bottom: 70px;
  }
  #main-footer * {
    text-align: left;
  }
  #main-footer > section {
    width: 25%;
    align-items: start;
  }
  #main-footer .texto14 {
    font-size: 14px;
  }
  #main-footer .texto16 {
    font-size: 16px;
  }
  #main-footer .redes-sociais {
    justify-content: start;
  }

  #home #imgtxt {
    flex-direction: row;
  }
  #home #imgtxt > img {
    width: 47%;
  }
  #home #imgtxt > div {
    width: 51%;
    padding-left: 2%;
    align-items: flex-start;
  }
  #home #imgtxt > div * {
    text-align: left;
  }

  #sobre > section {
    width: 72%;
  }
  #sobre > .imgtxt {
    flex-direction: row;
  }
  #sobre > .imgtxt > img {
    width: 48%;
  }
  #sobre > .imgtxt > div {
    width: 47%;
    padding-bottom: ;
  }
  #sobre > .imgtxt.left > div {
    padding-bottom: 0;
    padding-right: 5%;
    align-items: end;
  }
  #sobre > .imgtxt.left * {
    text-align: right;
  }
  #sobre > .imgtxt.right > div {
    padding-top: 5%;
    padding-left: 5%;
    align-items: start;
  }
  #sobre > .imgtxt.right * {
    text-align: left;
  }
  #sobre .texto30 {
    font-size: 30px;
  }
  #sobre .texto28 {
    font-size: 28px;
  }
  #sobre .texto20 {
    font-size: 20px;
  }

  #cadastro .main-content,
  #login .main-content {
    justify-content: space-around;
  }
  #login .main-content.between {
    justify-content: space-between;
  }
  .modal .content {
    padding: 25px;
  }
  #cadastro .content,
  #login .content {
    padding: 50px;
  }
  .modal .main-content {
    width: 50%;
    padding: 25px;
  }
  .modal .titulo {
    font-size: 40px;
  }
  .modal .titulo2 {
    font-size: 20px;
  }
  .modal .subtitulo,
  .modal .subtitulo.small {
    font-size: 18px;
  }
  .modal .botao.buttonbig {
    font-size: 20px;
  }
  .modal .corpo,
  .modal .corpo.small {
    font-size: 16px;
  }

  .modal .inputTextoForm {
    font-size: 20px;
  }
  .modal .inputTextoForm.sizeNormal-4,
  .modal .inputTextoFormEmpty.sizeNormal-4 {
    max-width: 165px;
  }
  .modal .inputTextoForm.sizeNormal-3,
  .modal .inputTextoFormEmpty.sizeNormal-3 {
    max-width: 160px;
  }
  .modal .inputTextoForm.sizeNormal-2,
  .modal .inputTextoFormEmpty.sizeNormal-2 {
    max-width: 158px;
  }
  .modal .inputTextoForm.sizeNormal-1,
  .modal .inputTextoFormEmpty.sizeNormal-1 {
    max-width: 150px;
  }
  .modal .inputTextoForm.sizeSmall-2,
  .modal .inputTextoFormEmpty.sizeSmall-2 {
    max-width: 120px;
  }
  .modal .inputTextoForm.sizeSmall-1,
  .modal .inputTextoFormEmpty.sizeSmall-1 {
    max-width: 90px;
  }

  #cadastro .numero.resp {
    max-width: 100px;
  }

  .box-total {
    width: 130px;
  }
  .box-total .header {
    height: 35px;
  }
  .box-total .body {
    height: 50px;
  }
  .box-total .texto10 {
    font-size: 10px;
  }
  .box-total .texto20 {
    font-size: 20px;
  }

  .grid-1 thead th,
  .grid-1 tbody td {
    font-size: 12px;
  }

  .produto-vitrine {
    max-width: 450px;
  }
  .produto-vitrine .texto14 {
    font-size: 16px;
  }
  .produto-vitrine .buttonNormal {
    padding: 8px 25px;
    font-size: 20px;
  }

  #descobrir img {
    width: 200px;
    height: 200px;
  }
}
