/* ==============================
   FONTES E RESET
============================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;

}
html, body {
  overflow-x: hidden; /* impede rolagem lateral */
  width: 100%;
  max-width: 100%;
}
/* ==============================
   LAYOUT GERAL
============================== */
.container {
  width: 100%;
  height: auto;
}

.padrotramanho {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.padrotramanho1 {
  width: 100%;
  height: auto;
  background: rgb(17, 137, 35);
}

/* ==============================
   FONTES CUSTOMIZADAS
============================== */
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('css/proximanova-bold-webfont.woff2') format('woff2'),
       url('css/proximanova-bold-webfont.woff') format('woff'),
       url('css/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* ==============================
   HEADER / NAV
============================== */
.asldkaskdsdheader {
  width: 100%;
  height: 75vh;
  background-image: url('../img/1280.png');
  background-repeat: no-repeat;
  background-size: cover;
}

nav.saldkaslkdsad22222 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

nav.saldkaslkdsad22222 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 36px;
  color: white;
  cursor: pointer;
  font-size: 15px;
}

nav.saldkaslkdsad22222 ul li:hover {
  text-decoration: underline;
  color: rgb(255, 198, 7);
}

/* ==============================
   BLOCO PRINCIPAL / CONTEÚDO
============================== */
.zero001 {
  float: left;
  width: 45%;
}

.zero002 {
  float: left;
  width: 54%;
}

.bloco1 {
  width: 33.33%;
  height: 100px;
  border-radius: 8px;
}

.kasldadhover {
  top: -52px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 160px;
  height: auto;
  padding: 9px;
  border: none;
  border-radius: 22px;
  color: white;
  background: rgb(0, 140, 21);
  float: right;
}

.kasldadhover:hover {
  color: white;
  background: rgb(0, 191, 29);
}

/* ==============================
   MODAL LOGIN
============================== */
.sdkasjdkadmodallogin {
  width: 30%;
  height: auto !important;
  border-radius: 8px;
  padding: 15px;
  margin: 8% auto;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* ==============================
   OUTROS ELEMENTOS
============================== */
.aksldkasld {
  width: 100%;
  height: auto;
  background: rgb(0, 140, 21);
}

.dklsdk1 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.a3333skdlkasdks {
  font-size: 15px;
  font-weight: 300;
  margin-top: 30px;
  position: absolute;
  color: #999;
  text-align: center;
}

/* ==============================
   ELEMENTOS MOBILE (OCULTOS POR PADRÃO)
============================== */
.mobile11111 {
  width: 100%;
  height: auto;
  display: none;
}

/* ==============================
   RESPONSIVO - MOBILE
============================== */
@media screen and (max-width: 700px) {
  .padrotramanho {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .sdkasjdkadmodallogin {
    width: 95%;
    padding: 5px;
  }

  .zero001,
  .zero002,
  .bloco1,
  .askdlaskdlolo {
    width: 100%;
    height: auto;
  }

  .bloco1 {
    height: auto;
  }

  .dsldksakldsd {
    display: none;
  }

  .dklsdk1 {
    width: 100%;
    padding: 10px;
  }

  .sdsd {
    height: 50px;
  }

  .sdsd1 {
    height: 15px;
  }

  /* Mostrar o layout mobile e esconder o header */
  .mobile11111 {
    display: block;
  }

  .asldkaskdsdheader {
    display: none;
  }



  .a3333skdlkasdks {
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px !important;
  position: absolute;
  color: #999;
  text-align: center;
}
.kasldadhover {
  top: -40px !important;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 160px;
  height: auto;
  padding: 9px;
  border: none;
  border-radius: 22px;
  color: white;
  background: rgb(0, 140, 21);
  float: right;
}
}
