:root {
  --background: rgb(6, 6, 6);
  --navlink-cor-ativo: "red";
  --color-primary: rgb(220, 220, 233);
}

*,
html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: medium;
  font-style: normal;
  font-size: medium;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--background);
  color: var(--color-primary);
  text-align: left;
  font-family: Arial, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
}

.nl {
  padding: 6px;
  font-size: 1.7rem;
  color: rgb(160, 160, 160);
  text-decoration: none;
  border: 1px solid transparent;
}

.nl-a {
  color: rgb(255, 15, 26);
  text-decoration: none;
  text-shadow: rgb(255, 15, 26) 0 0 1px;
}

.nl:hover .action-pointer {
  border-bottom: 4px solid rgb(255, 15, 26);
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgb(255, 15, 26);
}

.action-pointer {
  align-self: center;
  justify-self: center;
  width: 30px;
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid transparent;
}

footer {
  display: flex;
  background-color: rgb(8, 8, 8);
  text-align: center;
  color: red;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: bold;
  padding: 8px 0;
  margin-top: auto;
}

img {
  -webkit-user-select: none;
  user-select: none;
}

.jc-c {
  justify-content: center;
}

.ai-c {
  align-items: center;
}

.g-b {
  gap: 120px;
}

.w-f {
  width: 100%;
}

.w-2 {
  width: 200px;
  min-width: 200px;
}

.w-4{
  width: 400px;
  min-width: 400px;
}


.h-2 {
  height: 200px;
  min-height: 200px;
}

.h-4{
  height: 400px;
  min-height: 400px;
}

.c-im {
  width: 140px;
  height: 140px;
}

.mainContent {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-top: 120px;
  margin-bottom: 120px;
  height: auto;
}

.cc-p {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 360px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
}

.actions {
  justify-content: space-between;
  display: flex;
  gap: 12px;
}

.wpp-a{
  width: 52px; 
  height: 52px; 
  filter: drop-shadow(0px 2px 4px lightgreen); 
  position:fixed; 
  bottom: 32px; 
  right:32px;
}

.en-an {
  opacity: 1;
  animation: en-an 1s;
}

.hide {
  visibility: hidden;
}

.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.gap12 {
  gap: 12px;
}

.gap22 {
  gap: 22px;
}

.cl-c {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.b-bls {
  object-fit: contain;
  max-width: 320px;
  margin: 12px;
}

.m-ml {
  display: flex;
  align-items: center;
  text-align: justify;
}

.nv-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 20px;
}

.pd-nv {
  padding: 4px 20px;
}

.over{
  z-index: 1000;
}

h1 {
  font-size: 42px;
  margin-bottom: 54px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

.pd12 {
  padding: 12px;
}

p {
  font-size: 20px;
}

.ta-c {
  text-align: center;
}

.bt-act {
  padding: 12px 8px;
  border-radius: 8px;
  background-color: rgb(255, 15, 26);
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: larger;
  text-decoration: none;
}

.on-s {
  opacity: 0;
}

.en-an {
  opacity: 1;
  animation: en-an-k 1s ease;
}

.gv-d {
  margin-top: auto;
}

/* Contact */

.t-w-nf {
  color: rgb(0, 200, 132);
  text-decoration: none;
}

.t-w-nf:hover {
  color: rgb(30, 245, 132);
}

.t-l-nf {
  text-decoration: none;
  color: rgb(220, 220, 233);
}

/*  */

@keyframes en-an-k {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1200px) {
  .cl-c {
    display: grid;
    grid-template-columns: 240px 240px;
    justify-content: center;
    gap: 80px;
  }

  .m-cd {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
  }

  .m-ml {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .b-bls {
    object-fit: contain;
    min-width: 512px;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 992px) {
  /* .mainContent {
        width: 90%;
    } */

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .lg-m {
    height: 140px;
  }

  .nv-tt {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .nl{
    font-size: 2.0rem;
  }

  .h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  .cl-c {
    grid-template-columns: 240px 240px;
    gap: 12px;
  }

  .cc-p {
    align-self: center;
    justify-self: center;
    height: 320px;
    width: 240px;
  }

  .b-bls {
    object-fit: contain;
    min-width: 512px;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 500px) {
  .lg-m {
    height: 140px;
  }
  
  .cl-c {
    grid-template-columns: 280px;
    gap: 12px;
  }

  .cc-p {
    align-self: center;
    justify-self: center;
    height: 320px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
    text-align: center;
  }

  p {
    font-size: 16px;
  }

  .nv-tt {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .b-bls {
    object-fit: contain;
    min-width: 490px;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 400px) {
  .lg-m {
    height: 100px;
  }

  .b-bls {
    object-fit: contain;
    min-width: 390px;
    max-width: 392px;
    align-self: center;
    justify-self: center;
  }

  h2 {
    font-size: 20px;
    text-align: center;
  }

  p {
    font-size: 14px;
  }
}
