:root {
  --font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

  /* --primary-color: #fab429; */
  --primary-color: #ff9000;
  --secondary-color: #1e88e5;
  --tertiary-color: #0e2c58;
  --quaternary-color: #d3e2f8;

  --deep-black: #1b1b1b;

  --max-container-width: 1100px;
}

.texto_maior {
  font-size: clamp(1.875rem, 1.5909rem + 1.4205vw, 2.5rem);
  line-height: 50px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
}
.texto_medio {
  font-size: clamp(1.125rem, 1.0357rem + 0.4464vw, 1.25rem);
}
.action_btn {
  border: 0;
  border-radius: 50px;
  padding-inline: 65px;
  padding-block: 15px;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  outline: transparent;
  color: #2e2e2e;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
  background: var(--primary-color);
  background: linear-gradient(
    0deg,
    var(--primary-color) 0%,
    rgb(237 156 35) 100%
  );
}
.action_btn:hover {
  background: linear-gradient(
    0deg,
    rgb(250, 187, 60) 0%,
    rgb(255, 217, 30) 100%
  );
}

/* header */
.header {
  background-color: #00000029;
  backdrop-filter: blur(9px);
}
.i_one {
  gap: 0px;
}
.i_one > a,
.i_one > div {
  position: relative;
}
.i_one > a:before,
.i_one > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 1px;
  height: 100%;
  background-color: #ffffff75;
}
.i_one > a > div,
.i_one > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0px 9px;
  font-size: 14px;
}

.i_one > a > div:hover,
.i_one > div:hover {
  color: var(--primary-color);
  /* background-color: rgba(255, 255, 255, 0.343); */
}
.i_one > a > div > span,
.i_one > div > span {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
}
.i_one > a > div > span svg,
.i_one > div > span svg {
  fill: var(--primary-color);
}
.i_logo img {
  width: 130px;
}
.i_search {
  width: 100%;
  text-align: center;
} 
.i_s_input {
  background-position: 97% center;
  padding-right: 46px;
  padding-left: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 100%; 
  max-width: 490px;
  min-width: unset;
}
.i_s_input:focus {
  background-color: white;
}
.i_general_box_search_container {
  right: unset;
  left: -10px;
  width: 94%;
  max-width: unset;
}
.i_login,
.i_language {
  color: white;
  line-height: 21px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: transparent;
}
.i_login:hover {
  background-color: transparent;
}
.i_singup {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 21px;
}
.i_one .i_header_btn_item.search_mobile {
  padding: 0px 0px;
}
.i_one .i_header_btn_item.search_mobile:before {
  display: none;
}
 
/* Bloco 1  */
#nova_landing {
  font-family: var(--font-family);
  background-color: white;
}
#nova_landing .hero_wrapper {
  background-image: var(--background-hero);
  /* background-color: #9d9d9d94; */
  /*background-color: #cecf0275;*/
  background-blend-mode: multiply;
  background-size: cover;
  height: 100vh;
  display: flex;
}
#nova_landing .hero_wrapper_container {
  width: 100%;
  max-width: var(--max-container-width);
  margin: auto;
  display: flex;
  align-items: center;
}
#nova_landing .hero_wrapper_container_box {
  max-width: 900px;
  padding-inline: 15px;
  margin: auto;
  text-align: center;
  box-sizing: content-box;
}
#nova_landing .hero_wrapper_container_box .hero_logo {
  width: 250px;
}
#nova_landing .hero_wrapper_container_box p {
  color: white;
  margin: 24px 0px 48px;
}
#nova_landing .hero_wrapper_container_box p strong {
  color: var(--primary-color);
  font-weight: 400;
}

/* Bloco 2  */
#nova_landing .quem_somos .quem_somos_wrapper {
  width: 100%;
  max-width: var(--max-container-width);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 80px;
}

#nova_landing .quem_somos .quem_somos_container {
  padding-inline: 15px;
  width: 80%;
  margin: auto;
}
#nova_landing .quem_somos .quem_somos_container h3 {
  font-size: clamp(2.8125rem, 1.9196rem + 4.4643vw, 4.0625rem);
  text-align: center;
  color: var(--secondary-color);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
#nova_landing .quem_somos .quem_somos_description {
  columns: 2;
  line-height: 23px;
  font-weight: 400;
  margin-block: 50px;
}

/* Bloco 3  */
#nova_landing .como_funciona {
  /* clip-path: url("#teste"); */
}
#nova_landing .como_funciona .como_funciona_wrapper {
  overflow: hidden;
  background-image: var(--background-hero);
  background-color: #f8f8f8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#nova_landing .como_funciona .como_funciona_bg_overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(200deg, #1b1b1b 11%, #2639978c 100%);
  opacity: 0.82;
}
#nova_landing .como_funciona .bg-separator-superior {
  position: absolute;
  width: 101%;
  left: 0;
  top: -8px;
  fill: white;
  transform: rotate(180deg);
}
#nova_landing .como_funciona .bg-separator-superior svg {
  width: calc(210% + 1.3px);
  height: 50px;
  transform: translateX(-20%) rotateY(180deg);
}
#nova_landing .como_funciona .bg-separator-inferior {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -5px;
  fill: white;
}
#nova_landing .como_funciona .bg-separator-inferior svg {
  width: 160%;
  height: 100px;
  transform: translateX(-33%);
}
#nova_landing .como_funciona .como_funciona_container {
  width: 100%;
  max-width: var(--max-container-width);
  margin: auto;
  position: relative;
  z-index: 1;
  padding-block: 100px;
}
#nova_landing .como_funciona .como_funciona_container_interno {
  color: white;
  width: 60%;
  margin-left: auto;
  padding-inline: 30px;
  box-sizing: border-box;
}
#nova_landing .como_funciona .como_funciona_container_interno h1 {
  font-family: var(--font-family);
  font-size: clamp(2.1875rem, 1.1607rem + 5.1339vw, 3.625rem);
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 60px;
}
#nova_landing .como_funciona .como_funciona_container_interno h1 strong {
  font-weight: 700;
}
#nova_landing .como_funciona .como_funciona_container_interno p {
  font-weight: 300;
  line-height: 25px;
}
#nova_landing .como_funciona .como_funciona_container_interno ul {
  margin-block: 40px;
  margin-left: 20px;
  padding: 0;
}
#nova_landing .como_funciona .como_funciona_container_interno ul li {
  margin-block: 40px;
  display: flex;
  align-items: center;
  line-height: 25px;
  font-weight: 700;
}
#nova_landing .como_funciona .como_funciona_container_interno ul li span {
  margin-right: 60px;
  position: relative;
}
#nova_landing
  .como_funciona
  .como_funciona_container_interno
  ul
  li
  span:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  inset: 0;
  background-color: var(--secondary-color);
  z-index: -1;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* Bloco 4  */
#nova_landing .melhores_usuarios .melhores_usuarios_container {
  width: 100%;
  max-width: var(--max-container-width);
  margin: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}
#nova_landing .melhores_usuarios .melhores_usuarios_container h2 {
  font-family: var(--font-family);
  text-align: center;
  font-size: clamp(1.875rem, 1.4286rem + 2.2321vw, 2.5rem);
  font-weight: 300;
  padding-inline: 20px;
}
#nova_landing .melhores_usuarios .melhores_usuarios_container h2 strong {
  font-weight: 600;
}
#nova_landing
  .melhores_usuarios
  .melhores_usuarios_container
  .creator_pate_title {
  display: none;
}
#nova_landing
  .melhores_usuarios
  .melhores_usuarios_container
  .creators_list_container {
  display: flow-root;
}
#nova_landing .melhores_usuarios .melhores_usuarios_container .creator_l_box {
  background-color: #f0f2f5;
}

/* Footer */
footer .novo_footer_wrapper {
  background-color: var(--deep-black);
  padding-block: 50px;
  padding-inline: 40px;
  color: white;
}
footer .novo_footer_container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  max-width: var(--max-container-width);
  margin: auto;
}
footer .novo_footer_container > div:first-child {
  width: min-content;
  min-width: 260px;
  font-weight: 300;
  line-height: 23px;
}
footer .novo_footer_container > div:first-child img {
  width: 200px;
}
footer .novo_footer_container > div:nth-child(2) {
  margin-right: 50px;
}
footer .novo_footer_container > div h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 35px;
}

footer .novo_footer_container > div ul {
  padding: 0;
  list-style: none;
}
footer .novo_footer_container > div ul li {
  margin-block: 10px;
  cursor: pointer;
}
footer .novo_footer_container > div ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
}
footer .novo_footer_container > div ul li a:hover,
footer .novo_footer_container > div ul li a:hover svg {
  color: var(--primary-color);
  fill: var(--primary-color);
}
footer .novo_footer_container > div ul li span svg {
  width: 15px;
  height: 15px;
  fill: white;
}
footer .novo_footer_container > div ul li span.redes svg {
  width: 25px;
  height: 25px;
  fill: var(--primary-color);
}

@media only screen and (max-width: 1010px) {
  #nova_landing .como_funciona .como_funciona_container_interno {
    width: 65%;
  }
  footer .novo_footer_container > div:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #nova_landing .como_funciona .como_funciona_container_interno {
    width: 100%;
  }
  footer .novo_footer_container,
  footer .novo_footer_container > div ul li a {
    text-align: center;
    justify-content: center;
    line-height: 20px;
  }
  footer .novo_footer_container > div:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .i_header_in {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  #nova_landing .hero_wrapper {
    height: unset;
  }
  #nova_landing .hero_wrapper_container_box {
    margin-top: 165px;
    margin-bottom: 75px;
  }
  #nova_landing .quem_somos .quem_somos_wrapper {
    margin-bottom: 0;
  }
  #nova_landing .quem_somos .quem_somos_container {
    width: 100%;
  }
  #nova_landing .quem_somos .quem_somos_description {
    columns: 1;
    margin-top: 30px;
  }
  #nova_landing .como_funciona .como_funciona_container_interno {
    padding-inline: 15px;
  }
  #nova_landing .como_funciona .como_funciona_container_interno h1 {
    margin-bottom: 30px;
  }
  #nova_landing .como_funciona .bg-separator-inferior {
    width: 130%;
  }
  #nova_landing .como_funciona .bg-separator-inferior svg {
    height: 50px;
  }
  footer .novo_footer_wrapper {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 425px) {
  #nova_landing .hero_wrapper_container_box {
    margin-bottom: 100px;
    margin-top: 180px;
  }
  #nova_landing .como_funciona .como_funciona_container_interno ul,
  #nova_landing
    .como_funciona
    .como_funciona_container_interno
    ul
    li:last-child {
    margin-bottom: 0;
  }
  #nova_landing .como_funciona .como_funciona_container_interno ul li span {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .i_one > .i_login:before {
    display: none;
  }
  #nova_landing .como_funciona .como_funciona_container_interno ul li {
    margin-block: 35px;
  }
}

/* Animation */
.slide-up {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}

.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}
