@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:wght@100&display=swap");
*, html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins";
}

button {
  cursor: pointer;
}

.blogMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 200px;
  left: 0;
  width: 1500px;
  height: 65px;
  border: 1px solid #00CB13;
  padding: 10px;
}

.blogMenu .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.blogMenu .box h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  color: #00CB13;
}

.blogMenu .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
}

.blogMenu .box ul li a {
  text-decoration: none;
  color: #454545;
}

@media (max-width: 1520px) {
  .blogMenu {
    position: relative;
    width: 100%;
    border: none;
    padding: 10px;
    height: auto;
  }
  .blogMenu .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogMenu .box ul {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .blogMenu .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #00CB13;
    width: auto;
    padding: 12px;
    height: 20px;
    border: none;
    border-radius: 25px;
  }
  .blogMenu .box ul li a {
    color: white;
  }
}

.HeaderImage {
  padding-top: 100px;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  max-width: 1400px;
  margin: 250px auto;
}

.HeaderImage img {
  right: 40px;
  position: relative;
}

.HeaderImage .cardHeader {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 27px;
  left: 90px;
  z-index: 2;
  width: 517px;
  height: auto;
  background: rgba(255, 255, 255, 0.74);
  -webkit-box-shadow: 5px 3px 19px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 3px 19px 10px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 26px 26px 26px 0px;
}

.HeaderImage .cardHeader .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: 50px auto;
}

.HeaderImage .cardHeader .text h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #454545;
  margin-bottom: 8px;
}

.HeaderImage .cardHeader .text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.04em;
  color: #454545;
  margin-bottom: 5px;
}

.HeaderImage .cardHeader .text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #454545;
  width: 295px;
  margin-bottom: 5px;
}

.HeaderImage .cardHeader .text button {
  width: 84px;
  height: 29px;
  background: none;
  margin-top: 10px;
  border: 1px solid #00CB13;
}

.populares {
  width: 100%;
  text-align: center;
  margin: 150px auto;
}

.populares h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #454545;
  margin-bottom: 50px;
}

.populares .container_pop {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.populares .container_pop .popular-card {
  margin: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 336px;
  height: 390px;
  -webkit-box-shadow: -1px 4px 9px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 4px 9px -3px rgba(0, 0, 0, 0.3);
}

.populares .container_pop .popular-card .popular-text {
  margin-top: 12px;
  width: 300px;
  text-align: start;
}

.populares .container_pop .popular-card .popular-text .popular-categoria {
  margin-left: 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00CB13;
  margin-bottom: 8px;
}

.populares .container_pop .popular-card .popular-text .popular-titulo {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #454545;
  margin-top: 5px;
  margin-left: 30px;
}

.populares .container_pop .popular-card .popular-text .popular-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  color: #292929;
  margin-top: 12px;
  margin-left: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.populares .container_pop .popular-card .popular-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.populares .container_pop .popular-card .popular-img img {
  width: 100%;
}

.populares .container_pop .popular-card .popular-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #818181;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.populares .container_pop .popular-card .popular-footer button {
  width: 84px;
  height: 29px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border: 0.5px solid #828181;
  background: none;
  color: #828181;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.populares .container_pop .popular-card .popular-footer button:hover {
  border: none;
  background: #04DD33;
}

.populares .container_pop .popular-card .popular-footer button:hover a {
  color: white;
}

.recentes .container {
  max-width: 1400px;
  margin: 200px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.recentes .container .busca-box button {
  right: 37px;
  top: 3px;
  position: relative;
  background: none;
  border: none;
}

.recentes .container .busca-box .categorias {
  font-size: 20px;
  line-height: 30px;
}

.recentes .container .busca-box .categorias h4 {
  font-weight: 600;
  color: #454545;
}

.recentes .container .busca-box input {
  padding: 4px;
  color: #454545;
  width: 213px;
  height: 30px;
  background: none;
  border: 1px solid #00CB13;
  border-radius: 15px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.recentes .container .busca-box input::-moz-selection {
  border: 1px solid #00CB13;
}

.recentes .container .busca-box input::selection {
  border: 1px solid #00CB13;
}

.recentes .container .busca-box h4 {
  margin-bottom: 10px;
}

.recentes .container .busca-box ul {
  list-style: none;
}

.recentes .container .busca-box ul li {
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #454545;
}

.recentes .container .artigos-box button {
  color: white;
  width: 131px;
  height: 34px;
  border: none;
  background: #04DD33;
  border-radius: 19px;
}

.recentes .container .artigos-box a {
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  color: #828181;
}

.recentes .container .artigos-box h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #454545;
  margin-bottom: 51px;
}

.recentes .container .artigos-box .artigo {
  margin-bottom: 60px;
  width: 650px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recentes .container .artigos-box .artigo .artigo-img {
  height: 160px;
  width: 160px;
  overflow: hidden;
}

.recentes .container .artigos-box .artigo .artigo-text {
  width: 400px;
}

.recentes .container .artigos-box .artigo .artigo-text .artigo-text-categoria {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #04DD33;
}

.recentes .container .artigos-box .artigo .artigo-text .artigo-text-titulo {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #292929;
}

.recentes .container .artigos-box .artigo .artigo-text .artigo-text-conteudo {
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1160px) {
  .HeaderImage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .HeaderImage img {
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
  }
  .HeaderImage .cardHeader {
    padding: 20px;
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1100px) {
  .recentes .container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 200px;
  }
  .destaque .container {
    width: 450px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 600px;
  }
  .destaque .container .img img {
    max-width: 100%;
  }
  .destaque .container .descript {
    width: 100%;
  }
  .destaque .container .descript .descript-text {
    height: auto;
    margin: 50px auto;
  }
}

@media (max-width: 700px) {
  .recentes .container .artigos-box .artigo {
    width: 100%;
  }
  .recentes .container .artigos-box .artigo .artigo-text {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .recentes .container {
    height: auto;
  }
  .recentes .container .artigos-box h3 {
    text-align: center;
    margin-bottom: 5em;
  }
  .recentes .container .artigos-box .artigo {
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=blogIndex.css.map */