* {
  max-width: 1920px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  scrollbar-color: #d9d9d9 #0f0f0f;
  cursor: url(../static/Img/pusheen-doctor-cursor-b.png), default !important;
}

/* MOBILE STUFF */

.Menu {
  display: none;
}

a,
button,
.Balls label,
.triangle::before,
.triangle::after {
  cursor: url(../static/Img/pusheen-doctor-pointer-b.png), pointer !important;
}

body#BHomepage {
  background: #171717;
  padding-top: 154px;
}

body#BHPanel{
  background: #171717;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
  min-height: 154px;
  background: rgba(17, 17, 17, 0.5);
  color: white;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: fixed;
  width: 100%;
  z-index: 100;
  border: 10px solid #000000;
  top: 0;
  gap: 20px;
}

header#HDPanel{
  width: 100%;
  min-height: 154px;
  position: fixed;
  background: rgba(17, 17, 17, 0.5);
  color: white;
  border: 10px solid #000000;
  
  display: flex;
}

.logo img {
  height: 40px;
}

.logo :hover{
  cursor: url(../static/Img/pusheen-doctor-pointer-b.png), pointer !important;
}

.nav {
  margin-left: auto;
  display: flex;
  gap: 25px;
}

.nav a {
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 20px;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.nav a:hover {
  color: #ff7a00;
}

.nav-item {
  display: flex;
  gap: 40px;
  position: relative;
}

.NovidadesHover {
  display: none;
  position: absolute;
  top: 80px;
  right: 130px;
  width: 1228px;
  height: 630px;
  background: #171717;
  border: 8px solid #000;
  left: -700px;
}

.NovidadesHover ::-webkit-scrollbar {
  display: none;
  position: absolute;
  top: 100%;

  width: 1228px;
  height: 630px;

  background: #171717;
  border: 8px solid #000;
}

.nav-item:hover .NovidadesHover {
  display: block;
}


.NovidadesHover {
  display: none;
  position: absolute;
  top: 80px;
  left: -700px;
}

.nav-item:hover .NovidadesHover {
  display: block;
}


.NovidadesHover.active {
  display: block;
}

.TextUp{
  margin-bottom: 10px;
}

.NovidadesBorder{
  width: 1088px;
  height: 575px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 5%;
}

.FirstNew{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.SecondtNew{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.ThirdNew{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icons img {
  height: 22px;
  cursor: pointer;
}

.icons img:hover {
  filter: brightness(1.3);
}

.CTA {
  width: 100%;
  height: 582px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease-in-out;

  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;

  position: relative;
  border-radius: 10px;
  border: 8px solid #777777;
}

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.left {
  left: 30px;
}

.right {
  right: 30px;
  transform: translateY(-50%) scaleX(-1);
}

.triangle {
  position: relative;
  width: 0;
  height: 0;
}

.triangle::before {
  content: "";
  position: absolute;
  border-top: 27px solid transparent;
  border-right: 54px solid #a6a6a6;
  border-bottom: 27px solid transparent;
  border-radius: 10px;
  transition: 0.2s;
}

.triangle::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  border-top: 23px solid transparent;
  border-right: 46px solid #b4b4b4;
  border-bottom: 23px solid transparent;
  border-radius: 10px;
}

.btn:hover .triangle::after {
  border-right-color: #fc8138;
}

.btn:hover .triangle::before {
  border-right-color: #d85000;
}

.Balls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.Balls label {
  display: inline-block;
  background-color: #b4b4b4;
  border: 4px solid #a6a6a6;
  border-radius: 25px;
  width: 34px;
  height: 30px;
  cursor: pointer;
}

.Balls input {
  display: none;
}

.Balls label:hover {
  background-color: rgb(255, 204, 161);
}

.Balls input:checked + label {
  background-color: #fc8138;
  border-color: #d85000;
  cursor: default;
}

.Mais {
  font-size: 20px;
  text-align: end;
  padding: 20px 12%;
  margin-top: 20px;
}

.Mais a {
  text-decoration: none;
}

.Mais a:hover {
  color: #ff7a00;
}

.Produtos {
  display: flex;
  z-index: 0;
  justify-content: center;
  gap: 120px;
}

.Border {
  background: #262626;
  border: 8px solid #777777;
  border-radius: 10px;
  width: 318px;
  height: 358px;
  display: flex;
  align-items: center;
}

.BorderSmall{
  background: #d9d9d9;
  border: 8px solid #262626;
  width: 271px;
  height: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProdutosOnLine {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.DescriptionProdutos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navs {
  margin-top: 24px;
}

.navs a:hover {
  color: #ff7a00;
}

.TitleMental {
  width: 184px;
  height: 39px;
  font-size: 25px;
  text-decoration: none;
}

.DescriptionMental {
  width: 372px;
  height: 120px;
  text-align: center;
  margin-top: 11px;
  font-family: "Inter";
  font-size: 20px;
}

.TitleBrain {
  width: 165px;
  height: 39px;
  font-size: 25px;
  text-decoration: none;
}

.DescriptionBrain {
  width: 372px;
  height: 150px;
  text-align: center;
  margin-top: 11px;
  font-family: "Inter";
  font-size: 20px;
}

.TitleCalm {
  width: 165px;
  height: 39px;
  font-size: 25px;
  text-decoration: none;
}

.DescriptionCalm {
  width: 372px;
  height: 150px;
  text-align: center;
  margin-top: 11px;
  font-family: "Inter";
  font-size: 20px;
}

.CheckHealth {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.STONKSCTA {
  margin-top: 67px;
}

.BGCTA {
  background: url("../static/Img/StonksCTA.svg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 582px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-radius: 10px;
  border: 8px solid #777777;
}

.MaxBorder {
  margin-bottom: 20px;
  margin-right: 10px;
  a {
    background: #dffdff;
    border: 8px solid #b9faff;
    border-radius: 78px;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
  }

  a:hover {
    color: #ffffff;
    background: #d85000;
    border: 8px solid #fc8138;
    border-radius: 78px;
  }
}

.CheckHealthy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 67px;
}

.CheckHealthyTitle {
  width: 735px;
  height: 100px;
  font-size: 45px;
}

.Game {
  background: url(../static/Img/PlaceHolder.svg) no-repeat center center;
  width: 100%;
  height: 582px;
  background-size: cover;
  border-radius: 26px;

  margin-top: 70px;
  border: 8px solid #777777;
  border-radius: 10px;
}

.HelpButton {
  margin-top: 26px;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b4b4b4;
    border: 4px solid #a6a6a6;
    border-radius: 78px;
    width: 308px;
    height: 33px;

    font-size: 24px;
    font-family: "Inter", Medium;
    cursor: pointer;
  }

  a:hover {
    background-color: #ff7a00;
    border: 4px solid #ffc488;
    border-radius: 78px;
    width: 308px;
    height: 33px;
  }
}

.BBCTA {
  margin-top: 67px;
  background: url(Img/BrainBooster.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 776px;
}

.BBAdjust {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 776px;

  h1 {
    color: #ffa600;
  }
}

.CTATextAdjust {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  margin-right: 5%;
  gap: 30px;
  font-size: 24px;
  text-align: center;

  .T1 {
    width: 427px;
    height: 150px;
  }

  .T2 {
    width: 533px;
    height: 75px;
  }

  .T3 {
    width: 588px;
    height: 150px;
  }
}

.Buy {
  height: 776px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 20px;

  .BuyButton {
    width: 150px;
    height: 60px;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    background: #b4b4b4;
    border: 4px solid #a6a6a6;
    font-size: 20px;
    text-decoration: none;
  }

  a:hover {
    background-color: #ff7a00;
    border: 4px solid #ffc488;
  }
}

.Info {
  margin-bottom: 137px;
}

.InfoAdjust1 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 151px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.InfoAdjust2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
  margin-top: 49px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.ProductBorderDes1,
.ProductBorderDes2 {
  width: 582px;
  height: 541px;
  background: #ffffff;
  border-radius: 64px;
  border: 8px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ProductBorderDes1 {
  margin-left: 0;
}

.ProductBorderDes2 {
  margin-right: 0;
}

.ProductAdjust1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  max-width: 700px;
  text-align: left;
  padding: 20px 0;
}

.ProductAdjust2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  max-width: 700px;
  text-align: right;
  padding: 20px 0;
  height: 541px;
  justify-content: center;
}

.Titulo1,
.Titulo2 {
  font-family: "Archivo Black", sans-serif;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: -0.022em;
  margin: 0;
}

.desc1 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 12px 0;
  max-width: 100%;
  margin-left: 20px;
}
.desc2 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 12px 0;
  max-width: 100%;
  margin-right: 20px;
}

.Position {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.Check {
  text-decoration: none;
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b4b4b4;
  border: 4px solid #a6a6a6;
  border-radius: 10px;
  width: 180px;
  height: 33px;

  font-size: 24px;
  font-family: "Inter", Medium;
  cursor: pointer;

  a:hover{
    background-color: #FF9D00;
    border: 4px solid #ffc488;
    border-radius: 78px;
    width: 308px;
    height: 33px;
  }
}

/*

.HelpButton {
  margin-top: 26px;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b4b4b4;
    border: 4px solid #a6a6a6;
    border-radius: 78px;
    width: 308px;
    height: 33px;

    font-size: 24px;
    font-family: "Inter", Medium;
    cursor: pointer;
  }

  a:hover {
    background-color: #fc8138;
    border: 4px solid #ffc488;
    border-radius: 78px;
    width: 308px;
    height: 33px;
  }
}


*/

.Check:hover {
  background-color: #ff7a00;
  border: 4px solid #ffc488;
}


footer.footer {
  background-color: #262626;
  border: 8px solid #777777;
  padding: 16px 24px 24px;
  max-width: 1920px;
  width: 100%;
  margin-top: 46px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer-brand {
  font-size: 28px;
  margin-left: 10px;
}

.footer-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-socials img {
  width: 22px;
  height: 22px;
  opacity: 0.75;
}

.footer-line {
  width: 100%;
  height: 8px;
  background: #777777;
  border-radius: 10px;
  margin: 0 0 24px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}

.footer-left {
  width: 30%;
  text-align: left;
  gap: 18px;
}

.footer-left p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin: 0;
}

.footer-phone {
  font-size: 28px !important;
  font-weight: 700;
}

.footer-center {
  width: 30%;
  text-align: center;
  gap: 18px;
}

.footer-link {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: white;
}

.footer-link:hover {
  color: #fc8138;
}

.footer-copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}

.footer-right {
  width: 35%;
  text-align: center;
  gap: 18px;
}

.footer-right h2 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.footer-newsletter {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 4px solid #777777;
  border-radius: 10px;
  overflow: hidden;
  background: #1f1f1f;
}

.footer-newsletter input {
  flex: 1;
  border: none;
  background: #111111;
  color: white;
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  outline: none;
}

.footer-newsletter button {
  width: 180px;
  border: none;
  background: #b4b4b4;
  border-radius: 3px;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  cursor: pointer;
}

.footer-newsletter button:hover {
    background-color: #ff7a00;
}









/* TERMOS E CONDIÇÕES */


.terms-header {
  text-align: center;
  padding: 40px 20px 30px;
  background: rgba(17, 17, 17, 0.5);
  color: white;
  border: 10px solid #000000;
  position: fixed;
  width: 1920px;
  top: 0;
}

.home-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  text-decoration: none;
  position: fixed;
  left: 15px;
}

.home-logo img {
  height: 42px;
  width: auto;
  cursor: url(../static/Img/pusheen-doctor-pointer-b.png), default !important;
}

.home-logo:hover {
  transform: scale(1.05);
}


body.terms-page {
  margin: 0;
  background: #171717;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
}

.terms-header {
  width: 100%;
  text-align: center;
  padding: 60px 20px 30px;
  background: rgba(17, 17, 17, 0.5);
  color: white;
  border: 10px solid #000000;

}

.terms-header h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 48px;
  margin: 0 0 12px;
}

.terms-header p {
  font-size: 16px;
  color: #cfcfcf;
  margin: 0;
}

.terms-container {
  width: min(1100px, 92%);
  margin: 40px auto 80px;
  display: grid;
  gap: 20px;
  margin-top: 250px;
}

.terms-card {
  background: #262626;
  border: 4px solid #777777;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.terms-card h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: 24px;
  margin: 0 0 14px;
  color: #fc8138;
}

.terms-card p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  color: #f2f2f2;
}

.terms-card a {
  color: #fc8138;
  text-decoration: none;
}

.terms-card a:hover {
  text-decoration: underline;
}

@media (max-width: 620px) {
  .terms-header h1 {
    font-size: 34px;
  }

  .terms-card {
    padding: 20px;
    border-radius: 18px;
  }

  .terms-card h2 {
    font-size: 20px;
  }

  .terms-card p {
    font-size: 16px;
  }
}


/* LIVRO DE RECLAMAÇÕES */

body.complaints-page {
  margin: 0;
  background: #171717;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
}

.complaints-header {
  position:fixed;
  width: 100%;
  text-align: center;
  padding: 40px 20px 30px;
  background: rgba(17, 17, 17, 0.5);
  color: white;
  border: 10px solid #000000;
  top: 0;
}

.home-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  text-decoration: none;
}

.home-logo img {
  height: 42px;
  width: auto;
}

.complaints-header h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 48px;
  margin: 0 0 12px;
}

.complaints-header p {
  font-size: 16px;
  color: #cfcfcf;
  margin: 0;
}

.complaints-container {
  width: min(1100px, 92%);
  margin: 40px auto 80px;
  display: grid;
  gap: 20px;
  margin-top: 250px;
}

.complaints-card {
  background: #262626;
  border: 4px solid #777777;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.complaints-card h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: 24px;
  margin: 0 0 14px;
  color: #fc8138;
}

.complaints-card p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 10px;
  color: #f2f2f2;
}

.complaints-card a {
  color: #fc8138;
  text-decoration: none;
}

.complaints-card a:hover {
  text-decoration: underline;
}

.highlight-card {
  text-align: center;
}

.complaints-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b4b4b4;
  border: 4px solid #a6a6a6;  
  border-radius: 78px;
  padding: 14px 24px;
  margin-top: 14px;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s;
}

.complaints-btn:hover {
    background-color: #fc8138;
    border: 8px solid #ffc488;
}

@media (max-width: 620px) {
  .complaints-header h1 {
    font-size: 34px;
  }

  .complaints-card {
    padding: 20px;
    border-radius: 18px;
  }

  .complaints-card h2 {
    font-size: 20px;
  }

  .complaints-card p {
    font-size: 16px;
  }
}


/* PRODUCTS PAGE */

.BorderProductsAll {
  width: 95%;
  height: 4922px;
  background: #171717;
  background-size: cover;
  border: 8px solid #000000;
  justify-self: center;
  margin-top: 43px;
}


/* SobreNos */

.RepresentadorM{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.TextPlacement{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Representador{
    border-radius: 10px;
    border: 8px solid #262626;
    width: 495px;
    height: 495px;
}

.Text{
  text-align: center;
}

.Romanicos{
  text-align: center;
}

.Represantador{
  font-size: 20px;
}

.TheRoman{
  font-size: 22px;
}

.Coordernador{
  display: flex;
  flex-direction: row-reverse;
}

.Silvestre{
  border-radius: 10px;
  border: 8px solid #262626;
}

.Colaboradores{
  width: 95%;
  height: 1000px;
  background: #171717;

  border: 8px solid #000000;
  justify-self: center;
  margin-top: 43px;
}


/* Contactos  */

.PlacementCon{
  display: flex;
  justify-content: center;
}

.AdjustCon{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Timido{
  font-size: 45px;
  margin-left: 32px;
}

.TextoTimido1{
  font-size: 20px;
  margin-left: 56px;
  margin-top : 38px;
  
}

.TextoTimido2{
  font-size: 20px;
  margin-left: 56px;
  margin-top: 30px;
  width: 490px;
}

.DoubleGP{
  width: 69px;
  height: 63px;
  border-radius: 10px;
  border: 4px solid #777777;
  display: flex;
  justify-content: center;
  margin-left: 32px;
  margin-top: 58px;
}

.EnviarText{
  font-family: 'Archivo Black' Bold;
  font-size: 20px;
  margin-left: 57px;
  margin-top: 16px;
}

.EnviarButton{
  margin-left: 72px;
  margin-top: 5px;

  a{
    text-decoration: none;
    font-family: 'Inter';
    font-size: 16px;
  }

  :hover{
    color: #fc8138;
  }
}

.field{
  h1{
    font-size: 20px;
  }
}



.EnviarContactos{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 30px;
  background: #D9D9D9;
  border: 8px solid #262626;
  border-radius: 10px;
  color: #000000;


}
  .HoverEnviar a:hover{
    background: #fc8138;
    border: 8px solid #d85000;
    color: #ffffff;
  }
/* BLOCKED STUFF */

.SMALLSIZE {
  display: none;
}

@media (max-width: 1440px) {
  body#BHomepage {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .CTA {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 44px;
  }

  .Mais {
    padding: 20px 2%;
  }

  .BGCTA {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .Game {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .BBAdjust {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (max-width: 1366px) {
  body#BHomepage {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  .header {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  .CTA {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    margin-top: 44px;
  }

  .Mais {
    padding: 20px;
  }

  .BGCTA {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  .Game {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  .BBAdjust {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  body#BHomepage {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .header {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .CTA {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .Mais {
    padding: 20px;
  }

  .BGCTA {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .Game {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .BBAdjust {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {

  .header{
    max-width: 620px;
  }

  .CTA {
    max-width: 620px;
    background-image: url("../static/Img/CTAMOBILE.svg");
  }

  .nav a {
    display: none;
  }

  .HealthySize{
    font-size: 40px;
    align-self: center;
  }

  .icons {
    display: none;
  }

  .Menu {
    display: block;
    width: 55px;
    height: 55px;
  }

  .Produtos {
    flex-direction: column;
  }
}

@media (width < 320px) {
  .header {
    display: none;
  }

  .CTA {
    display: none;
  }

  .SaberMais {
    display: none;
  }

  .Produtos {
    display: none;
  }

  Footer {
    display: none;
  }

  .SMALLSIZE {
    display: block;
    width: 620px;
    height: auto;
    text-align: -webkit-center;
    position: fixed;
    top: 50%;
    -webkit-text-stroke: 2px #fc8138;
  }
}



















/* Panel Admin */

/* =======================
   ADMIN PANEL
======================= */

#HDPanel {
  height: 150px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#HDPanel h1 {
  font-size: 48px;
}

#HDPanel img {
  height: 80px;
}

.logout,
.sidebar-logout {
  width: 70px;
  height: 70px;

  background: #d9d9d9;
  border: 6px solid #262626;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.logout img,
.sidebar-logout img {
  width: 40px;
}

.admin-container {
  display: flex;
  padding-top: 180px;
  gap: 40px;
}

/* SIDEBAR */

.sidebar {
  width: 250px;
  min-height: calc(100vh - 200px);

  margin-left: 20px;
  padding: 20px;

  background: #111111;
  border: 8px solid #000;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
}

.sidebar h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.sidebar h2::after {
  content: "";
  display: block;

  width: 100%;
  height: 6px;

  background: #fc8138;
  border-radius: 10px;

  margin-top: 10px;
}

.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 30px;

  margin-top: 40px;
}

.sidebar nav a {
  text-decoration: none;
  font-size: 24px;
}

.sidebar nav a:hover {
  color: #fc8138;
}

.sidebar-logout {
  margin-top: auto;
  align-self: center;
}

/* DASHBOARD */

.dashboard {
  flex: 1;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 30px;
  padding-right: 30px;
}

.card {
  height: 180px;

  background: #111111;

  border: 6px solid #000;
  border-radius: 15px;

  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: 0.3s;
}

.card:hover {
  border-color: #fc8138;
}

.card h3 {
  font-size: 28px;
}

.card span {
  font-size: 52px;
  color: #fc8138;
}

.dashboard{
    margin-top:220px;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

    padding:30px;
}

.admin-card{
    background:#111111;

    border:8px solid #000000;

    border-radius:15px;

    text-decoration:none;

    min-height:180px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    transition:0.3s;
}

.admin-card:hover{
    border-color:#fc8138;
}

.admin-card h2{
    font-size:30px;
}

.admin-card p{
    font-size:50px;
    color:#fc8138;
}


/* PANEL ADMIN */

.PanelAdmin{
    margin-top: 200px;

    display: flex;
    justify-content: center;
}

.PanelAdminBorder{
    width: 90%;

    display: flex;
    flex-direction: column;

    gap: 20px;
}

.PanelButton{
    text-decoration: none;

    background: #D9D9D9;

    border: 8px solid #262626;

    border-radius: 10px;

    color: #000000;

    font-size: 32px;

    text-align: center;

    padding: 25px;

    transition: .2s;
}

.PanelButton:hover{
    background: #fc8138;

    border: 8px solid #d85000;

    color: #ffffff;
}

.PanelAdminBorder{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-top:20px;
}

.PanelButton{
    text-decoration:none;
    background:#D9D9D9;
    border:none;
    border-radius:10px;
    color:#000000;
    font-size:22px;
    text-align:center;
    padding:18px;
    transition:.2s;
}

.PanelButton:hover{
    background:#fc8138;
    color:#ffffff;
}

.dashboard{
   flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 280px);

  align-content: start;
  gap: 20px;
  padding: 20px;
  margin-top: 0;
  grid-auto-flow: column;
  justify-content: center;
}

.admin-card{
    width: 280px;
    height: 140px;

    min-height: unset;

    background: #111111;

    border: 8px solid #000000;

    border-radius: 15px;

    text-decoration: none;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
}




.admin-card:hover{
    border-color:#fc8138;
}

/* ÁREA DO CARRINHO  */

#BCarrinho {
    background-color: #0b0b0b;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.CartMainContainer {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.CartWrapper {
    width: 100%;
    max-width: 1350px;
    max-height: 930px;
    background-color: #121212;
    border: 8px solid #000000;
    border-radius: 6px;
    margin-top: 150px;
}

.CartInternalHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
}

.CartUserStatus {
    display: flex;
    align-items: center;
    gap: 8px;
}

.InternalUserIcon {
    width: 16px;
    height: auto;
}

.CartGrayBox {
    background-color: #232323;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; 
    gap: 40px;
    padding: 40px;
}

.CartEmptySection {
    display: flex;
    flex-direction: column;
}

.DashedBorderBox {
    border: 2px dashed #444444;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    height: 100%;
    background-color: transparent;
}

.EmptyCartImg {
    width: 90px;
    height: auto;
    margin-bottom: 20px;
}

.EmptyCartText {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
}

.CallToActionText {
    font-family: 'Archivo Black', sans-serif;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.CartCheckoutSection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.CartBtn {
    background-color: #d9d9d9;
    color: #000000;
    border: none;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 14px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.CartBtn:hover {
    background-color: #bfbfbf;
}

.CartTotalsDetails {
    margin: 25px 0;
}

.TotalRow {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 14px;
}

.GrandTotal {
    font-size: 18px;
    margin-top: 20px;
    border-top: 2px solid #444444;
    padding-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .CartMainContainer {
        padding: 20px 15px;
    }
    .CartGrayBox {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 30px;
    }
    .CallToActionText {
        font-size: 22px;
    }
}









/* MENUS */

.menu-Produtos{
    position: relative;
    display: inline-block;
}

.menu-link-Produtos{
    font-size: 22px;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
}


.produtos-preview-ui{
    display: none;

    position: absolute;
    top: 60px;
    left: 0;

    width: 470px;
    height: 615px;

    background: #262626;

    border: 4px solid #777777;
    border-radius: 14px;

    padding: 15px;

    box-shadow: 0px 10px 25px rgba(0,0,0,0.5);

    z-index: 999;
}


.menu-Produtos:hover .produtos-preview-ui{
    display: block;
}



.ScrollPosition{
    height: 100%;
}


.ScrollProdutos{
    height: 100%;

    overflow-y: scroll;
    overflow-x: hidden;

    padding-right: 10px;

    scrollbar-width: thin;
    scrollbar-color: #bdbdbd #2a2a2a;
}

.ScrollProdutos::-webkit-scrollbar{
    width: 12px;
}

.ScrollProdutos::-webkit-scrollbar-track{
    background: #2a2a2a;
    border-radius: 10px;
}

.ScrollProdutos::-webkit-scrollbar-thumb{
    background: #bdbdbd;
    border-radius: 10px;
}

.ScrollProdutos::-webkit-scrollbar-thumb:hover{
    background: white;
}


.produto-item{
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 90px;

    background: #0f0f0f;

    border: 3px solid #666;
    border-radius: 12px;

    padding: 15px;

    margin-bottom: 15px;

    color: white;

    transition: 0.3s;
}

.produto-item:hover{
    border-color: white;
    transform: scale(1.02);
}



.produto-info{
    display: flex;
    align-items: center;
    gap: 15px;
}

.icone{
    font-size: 35px;
}

.produto-item h1{
    font-size: 24px;
    margin: 0;
}



.play{
    font-size: 40px;
    color: #d9d9d9;
    cursor: pointer;
}

.play:hover{
    color: white;
}