/*
Theme Name:Encode
Theme URI:https://www.encodebytes.com.br
Author:Encode Bytes
Author URI:https://www.encodebytes.com.br
Description:Tema customizado da Encode Bytes.
Version:1.0
*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  color: #050A05;
  background-color: #E8FCE7;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 30px;
}
@media (min-width: 576px) {
  .container {
    padding: 0px 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px;
  }
}

.hidden {
  width: 0%;
  height: 0%;
  font-size: 0px;
  opacity: 0%;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  color: #E8FCE7;
  background-color: #050A05;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 30px;
}
@media (min-width: 576px) {
  .container {
    padding: 0px 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px;
  }
}

.hidden {
  width: 0%;
  height: 0%;
  font-size: 0px;
  opacity: 0%;
}

.title {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  height: fit-content;
  text-transform: uppercase;
}
.title.v2 {
  font-size: 28px;
}
.title.v3 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.cta {
  width: 80%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D1A0D;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  margin: auto;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  background-color: #27B71C;
  transform: translateY(0px);
  outline: none !important;
  border: none !important;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  transition: 0.3s all ease-in-out;
}
.cta.v2 {
  width: fit-content;
  height: 45px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 350;
  letter-spacing: 5px;
  background-color: transparent !important;
  color: #27B71C !important;
  transform: none !important;
  clip-path: none !important;
}
.cta.v2 img {
  width: 15px;
  height: 15px;
  color: #27B71C;
  transform: rotateZ(-90deg);
  filter: brightness(0) saturate(100%) invert(52%) sepia(34%) saturate(1030%) hue-rotate(68deg) brightness(98%) contrast(105%);
}
.cta.v3 {
  margin: auto;
  width: 60%;
  height: 45px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .cta {
    width: 300px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cta {
    margin: 0;
  }
}
.cta:hover {
  background-color: #4DD942;
  transform: translateY(-5px);
}
.cta:disabled {
  opacity: 50%;
}
.cta:disabled:hover {
  cursor: auto;
  background-color: #27B71C;
  transform: translateY(0px);
}

@keyframes rotateCube {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, 1, 1, 360deg);
  }
}
@keyframes bounce {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.post {
  padding: 0px 0px 50px;
}
.post__wrapper__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 200px;
}
.post__wrapper__img img {
  width: 100%;
  height: auto;
  display: block;
  object-position: center;
}
.post__wrapper__category {
  width: fit-content;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #1A8A12;
}
.post__wrapper__category a {
  text-decoration: none;
  color: #E8FCE7;
}
.post__wrapper__title {
  margin: 10px 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
}
.post__wrapper__content p {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  overflow-wrap: break-word;
  font-weight: 200;
  font-size: 18px;
}
.post__wrapper__content ul {
  padding-left: 20px;
  margin: 10px 0px;
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-size: 18px;
}
.post__wrapper__content h1, .post__wrapper__content h2, .post__wrapper__content h3, .post__wrapper__content h4, .post__wrapper__content h5, .post__wrapper__content h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.post__wrapper__content a {
  color: #E8FCE7;
  text-decoration: none;
}

.header {
  top: 0;
  left: 0;
  z-index: 10;
  position: fixed;
  width: 100vw;
  transition: 0.3s all ease-in-out;
  background-color: #050A05;
  backdrop-filter: blur(10px);
  border-bottom: 2px #0D1A0D solid;
}
@media (min-width: 992px) {
  .header {
    position: relative;
  }
}
.header__wrapper {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header__wrapper {
    padding: 15px 0;
  }
}
.header__wrapper__logo {
  width: 200px;
  height: 80px;
  display: block;
  overflow: hidden;
}
.header__wrapper__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header__wrapper__menu {
  position: absolute;
  width: 0vw;
  height: 100vh;
  right: 0;
  top: 0;
  gap: 35px;
  list-style: none;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(10px);
  border-color: #0D1A0D;
  border-width: 0px;
  border-style: solid;
  transition: 0.3s all ease-in-out;
  background-color: rgba(5, 10, 5, 0.734);
}
.header__wrapper__menu.opened {
  width: 75vw;
  border-left-width: 2px;
}
@media (min-width: 992px) {
  .header__wrapper__menu {
    width: fit-content;
    height: auto;
    border: none;
    position: relative;
    flex-direction: row;
    backdrop-filter: none;
    background-color: transparent;
  }
  .header__wrapper__menu.opened {
    width: fit-content;
    border: none;
  }
}
.header__wrapper__menu .menu-item a {
  color: #E8FCE7;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 300;
  height: 30px;
  display: block;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
}
@media (min-width: 992px) {
  .header__wrapper__menu .menu-item a {
    font-size: 18px;
  }
}
.header__wrapper__menu .menu-item a::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #27B71C;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.header__wrapper__menu .menu-item a:hover::before {
  width: 100%;
}
.header__wrapper__menu-button {
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  position: relative;
}
.header__wrapper__menu-button img {
  top: 0;
  left: 0;
  opacity: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transition: 0.5s all ease-in-out;
}
.header__wrapper__menu-button img.hidden {
  width: 50%;
  opacity: 0%;
  transform: rotateZ(90deg);
}
@media (min-width: 992px) {
  .header__wrapper__menu-button {
    display: none;
  }
}

.banner {
  margin-bottom: 50px;
  position: relative;
  height: 300px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__wrapper__title {
  z-index: 2;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
}
.banner__wrapper__video {
  left: 0;
  top: 0;
  opacity: 50%;
  width: 100%;
  height: auto;
  position: absolute;
}

.cards {
  margin-top: 150px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .cards {
    margin-top: 50px;
  }
}
.cards__wrapper {
  width: 100%;
  gap: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.cards__wrapper__default {
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-size: 18px;
  text-align: center;
}
.cards__wrapper__item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #0D1A0D;
  transition: 0.3s all ease-in-out;
  background-image: radial-gradient(#0D1A0D, transparent);
  background-color: #050A05;
}
.cards__wrapper__item.full {
  width: 100% !important;
}
@media (min-width: 992px) {
  .cards__wrapper__item {
    width: calc(33% - 10px);
  }
}
.cards__wrapper__item:hover {
  border-color: #27B71C;
}
.cards__wrapper__item__texts {
  padding: 20px;
}
.cards__wrapper__item__img {
  height: 150px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.cards__wrapper__item__img img {
  width: 100%;
  height: auto;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cards__wrapper__item__img.full {
    height: 300px;
  }
}
.cards__wrapper__item__img.full img {
  width: 100%;
  height: auto;
  top: -30%;
}
.cards__wrapper__item__categories {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
.cards__wrapper__item__categories__category {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #1A8A12;
}
.cards__wrapper__item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.cards__wrapper__item__content {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  display: block;
  font-family: "DM Sans", sans-serif;
  overflow-wrap: break-word;
  overflow: hidden;
  font-weight: 200;
  font-size: 18px;
  display: none;
}
.cards__wrapper__item__date {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.about {
  margin-top: 150px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .about {
    margin-top: 50px;
  }
}
.about__wrapper__content {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
  margin: 5px 0px;
}
.about__wrapper__content__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0px;
  padding-left: 15px;
}
.about__wrapper__content__list__item {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
}
.about__wrapper.extra {
  margin-top: 50px;
}
.about__wrapper.list {
  margin: 80px 0px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.about__wrapper.list div {
  width: 90%;
  overflow: hidden;
  position: relative;
  border: 1px solid #0D1A0D;
  transition: 0.3s all ease-in-out;
  background-image: radial-gradient(#0D1A0D, transparent);
  background-color: #050A05;
  padding: 20px;
  border-radius: 10px;
}
.about__wrapper.list div .title {
  font-size: 26px;
}
.about__wrapper.list div:nth-child(2) {
  margin: 0px auto;
}
.about__wrapper.list div:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}

.about-section {
  padding-top: 10px;
  padding-bottom: 50px;
}
.about-section__wrapper__title {
  margin: 10px 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}
.about-section__wrapper__title span {
  left: 0;
  top: -20px;
  letter-spacing: 5px;
  color: #27B71C;
  font-weight: 400;
  font-size: 12px;
  display: block;
  position: absolute;
}
.about-section__wrapper__content {
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-size: 18px;
}

.footer {
  padding: 30px 0px;
  background-color: #050A05;
  border-top: 2px #0D1A0D solid;
}
.footer__wrapper {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__wrapper {
    gap: 0px;
    flex-direction: row;
  }
}
.footer__wrapper__copy {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .footer__wrapper__copy {
    font-size: 16px;
  }
}
.footer__wrapper__img {
  width: 120px;
  height: auto;
  display: block;
}

.notfound__wrapper {
  height: calc(100dvh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound__wrapper__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
