/* Fonts Download */
@font-face {
  font-family: 'agenda';
  src: url('../fonts/fonnts.com-Agenda.otf');
} @font-face {
  font-family: 'agenda bold';
  src: url('../fonts/fonnts.com-Agenda_Bold.otf');
}

/* Padrão */
* {
  color: var(--color);
  font-family: var(--main-font);
}  * ::selection {
  color: var(--main-color);
  background-color: #343434a7;
  text-shadow: none;
}

html {
  background-color: var(--background-color);
} @media(min-width:0px) and (max-width:400px) {
html {font-size: 4.4vw }
} @media(min-width:401px) and (max-width:600px) { 
html {font-size: 3.6vw}
} @media(min-width:601px) and (max-width:750px) {
html {font-size: 3.3vw}
} @media(min-width:751px) and (max-width:947px) {
html {font-size: 3vw}
} @media(min-width:948px) and (max-width:1050px) {
html {font-size: 2vw}
} @media(min-width:1051px) and (max-width:1200px) {
html {font-size: 1.75vw}
} @media(min-width:1201px) and (max-width:1300px) {
html {font-size: 1.65vw}
} @media(min-width:1301px) and (max-width:1500px) {
html {font-size: 1.5vw}
} @media(min-width:1501px) and (max-width:1700px) {
html {font-size: 1.4vw}
} @media(min-width:1701px) {
html {font-size: 1.3v }
}

body {
  overflow-x: hidden;
  margin: 0px;
} h1, h2, h3, h4, h5, h6, p, span, strong, textarea, form, input {
  font-size: 1em;
  margin: 0;
} a:link {
  text-decoration: none;
} br, a, button, input, img {
  user-select: none;
}

:root {
  --black-color: #000;
  --white-color: #fff;
  --gray-color: #b2b2b2;
  --dark-gray-color: #7b7b7b;
  
  --main-color: #0ebcc9;
  --dark-main-color: #1697a1;

  --background-color: var(--black-color);
  --color: var(--white-color);

  --main-font: 'Agenda';
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
} .column {
  flex-direction: column;
}

.w12 {width: 100%;}

body::-webkit-scrollbar {
  width: 15px;
} body::-webkit-scrollbar-track {
  background: var(--gray-color);
} body::-webkit-scrollbar-thumb {
  background: var(--main-color);
} body::-webkit-scrollbar-thumb:hover {
  background: var(--dark-main-color);
}

/* Nav */
nav {
  padding: 15px 8%;
  width: 84%;
  font-size: 1.3em;
  position: fixed;
  z-index: 999;
  display: flex;
  background: #000a;
  justify-content: space-between;
  transition: transform 0.5s ease;
} .links {
  gap: 30px;
  height: 100%;
} .links > * {
  font-family: 'agenda bold';
  cursor: pointer;
  transition: color 0.5s ease;
} .links>:hover {
  color: var(--dark-gray-color);
} .bar > i{
  display: none;
}

nav img {
  cursor: pointer;
}

/* header */
header {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 50px;
}

main {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: end;
  padding-inline: 8%;
  margin: 5vh 0 0 34%;
} main > * {
  z-index: 3;
  position: relative;
  text-align: right;
} main .subtitulo {
  margin: 20% 0;
} main .titulo {
  width: 100%;
  right: 0;
} main .main-form {
  display: flex;
} header .s-bg {
  top: 30vh;
  left: -10%;
  width: 130%;
}  header .bg-falso {
  top: 20vh
}

main p {
  margin: 50px 0 0 10%;
  font-size: 1.6em;

}

main .square-btn {
  display: inline-flex;
  width: auto;
}

.shadow {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  z-index: -1;
  filter: blur(100px);
}

/* Títulos */
.titulo {
  font-weight: initial;
  font-size: 1.6em;
  text-align: right;
}

.subtitulo {
  color: var(--main-color);
  font-size: 2.5em;
  font-family: 'agenda bold';
}

b {
  font-family: 'agenda bold';
}

/* etapas */
.etapas {
  margin-top: 32%;
  padding: 0 8% 5% 8%;
}

.etapas p:first-child {
  font-size: 1.5em;
  width: 70%;
}

.cards-container {
  width: 110%;
  margin-left: -5%;
  display: flex;
  padding: 10% 0 5% 0;
}

.card {
  background-color: var(--main-color);
  margin: 0 0 0 2%;
  width: 20%;
  height: 60vh;
  padding: 0 1.5%;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}

.card .content {
  height: 100%;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.card .content b {
  width: 100%;
  font-size: 1.1em;
}

.card.bottom {
  transform: translateY(40%);
}

.line {
  width: calc(10.625% - 3.5px);
  height: 10%;
  padding-left: 2%;
  position: absolute;
  border: #fff solid;
  border-width: 3.5px 3.5px 0 0;
} .line.top {
  transform: translateY(100%);
} .line.top.a {
  left: calc(27% - 1.75px);
} .line.top.b {
  left: calc(72.98% + 1.75px);
} .line.bottom {
  border-width: 0 3.5px 3.5px 0;
  left: 50%;
  margin-top: 65vh;
}
/* trafego */
.trafego {
  padding: 2% 0 5% 0;
}

.trafego .subtitulo {
  text-align: left;
  width: 84%;
  padding: 5% 8% 0 8%;
}
.trafego > * {
  overflow-x: hidden;
}
.platforms {
  overflow-x: hidden;
  margin: 30vh 0 40vh 0;
}
.google {
  position: absolute;
  width: 50%;
  transform: translatex(-100%);
  left: 0;
  transition: 1s transform ease;
} .google.active, .meta.active {
  overflow-x: hidden;
  transform: translate(0);
}

.meta {
  position: absolute;
  width: 53%;
  transform: translatex(100%);
  transition: 1s transform ease;
  overflow-x: hidden;
  right: 0;
}

.google b, .meta b {
  font-size: 1.5em;
  padding: 30px 16%;
  overflow-x: hidden;
  display: block;
}

.meta b {
  overflow-x: hidden;
  text-align: end;
}

.google p {
  background-color: var(--main-color);
  font-size: 1.3em;
  padding: 50px 12% 50px 16%;
  border-radius: 0 50px 50px 0;
}

.meta p {
  font-size: 1.1em;
  background-color: var(--white-color);
  color: var(--black-color);
  padding: 50px 15.094339% 50px 3%;
  text-align: right;
  border-radius: 50px 0 0 50px;
  margin: 0;
}

.trafego > p {
  width: 45%;
  padding: 0 47% 0 8%;
  font-size: 1.3em;
} .trafego > .amoeba-button {
  margin: -15px 0 60px 0;
}

/* Backgrounds */
.s-bg {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  transform: translateY(-15%);
  pointer-events: none;
}

.bg-falso {
  position: absolute;
  z-index:1;
  left: 0;
  pointer-events: none;    
  transition: width 1.5s ease, opacity 1.5s ease;
  opacity: 0;
  width: 0;
} .bg-falso.active {
  opacity: 1;
  width: 100%;
}

/* Rodapé */
footer {
  padding: 5%;
}

footer .content {
  margin: 15% 10% 5% 10%;
  width: 30%;
} .square-btn {
  background: var(--main-color);
  padding: 15px 30px;
  margin: 30px 0;
  display: block;
  width: min-content;
  transition: background 0.5s ease,
} .square-btn:hover {
  background: var(--dark-main-color);
}

footer form {
  align-items: flex-start;
  gap: 15px;
  display: flex;
  justify-content: center;
  margin: 18% 10% 5% 10%;
  width: 30%;
}

footer input, footer textarea {
  background: var(--gray-color);
  color: var(--black-color);
  margin:0;
  border: 3px solid var(--gray-color);
} footer input {
  width: 75%;
  padding: 10px;
} footer textarea {
  width: 100%;
}
footer input::placeholder {
  color: var(--white-color);
}

footer input:hover, footer textarea:hover {
  border: var(--dark-gray-color) 3px solid;
}

footer form button {
  background-color: var(--main-color);
  padding: 10px 30px;
  border: none;
  font-size: 1.2em;
  margin: auto;
  cursor: pointer;
  transition: background 0.5s ease;
} footer form button:hover {
  background-color: var(--dark-main-color);
}

.midias {
  padding: 0 5%;
  margin-left: 5%;
} .midias p {
  margin: 0;
} .midias i {
  margin: 15px 8px;
  font-size: 1.5em;
}

/* animações */
.opacity {
  opacity: 0;
  transition: opacity 1s ease;
} .opacity.active {
  opacity: 1;
}

.mortal, .mortal-alt {
  transition: transform 1s ease;
  display: inline-block;
} .mortal.active, .mortal-alt.active {
  transform: rotateX(360deg);
} .mortal-alt {
  transition-delay: 3s;
}

/* ------------- */
@media (max-width: 947px){
  .fix {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8% 0;
  }

  .fix>* {
    width: 90%;
    padding-inline: 5%;
  }

  .bar {
    position:relative;
    display: flex;
    align-items: center;
  } .links {
    position:fixed;
    width:100vw;
    left: 0;
    top: 0;
    height: auto;
    flex-direction: column;
    background-color: var(--dark-main-color);
    color: #00000048;
    transform: scale(0.5);
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
  } .bar:hover .links{
    transform: scale(1);
    opacity: 1;
    display:flex;
    pointer-events: all;
  } .display-none-cell {
    display: none;
  } .bar i {
    display: flex;
    font-size: 1.5em;
  } .links > * {
    padding: 15px;
  }

  header {
    height: 100vh;
  }

  main {
    width: 90%;
    margin: 12% 0 0 0;
    padding: 5%;
    align-items: center;
  } main .subtitulo {
    text-shadow: 5px 5px 20px #000,
    0px 0px 20px #000;
  } main p, .titulo {
    text-align: left;
    margin: 20px 0;
  }

  .etapas {
    margin-top: 25%;
  }

  .etapas p:first-child {
    width: 80%;
  }

  .card {
    height: 40vh;
    margin: 5%;
    font-size: 1.3em;
  }

  .card.bottom {
    transform: translate(0);
  }

  .line.top {
    display: none;
  }

  .line.bottom {
    border-width: 0 0 0 5px;
    width: 0;
    margin-top: 35%;
    z-index: -1;
    height: 130vh;
  }
  .trafego {
    margin-top: 5vh;
  } .trafego .subtitulo {
    text-align: left;
    width: 84%;
  }

  .platforms {
    flex-direction: column;
    margin: 0;
  }

  .google, .meta {
    width: 100%;
    position: relative;
  }

  .bg-falso {
    height: 100%;
    object-fit: cover;
    object-position: 70% 0;
  } .bg-falso.active {
    width:100%;
  }

   header .s-bg, .s-bg {
    height: 130%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
    left: 0;
  }

  .google p, .google b {
    margin-right: 5%;
    padding-left: 8%;
  }

  .meta p, .meta b {
    margin-left: 5%;
    padding-right: 8%;
  }

  .trafego > .amoeba-button, .lp .amoeba-button {
    transform: translate(0);
    margin-bottom: 15px;
  }

  footer .s-bg {
    transform: translate(0);
    z-index: -1;
  } footer .content {
    margin: 0;
    font-size: 1.3em;
    width:90%;
    text-shadow:
    20px 20px 20px #000,
    10px 10px 20px #000,
    0px 0px 20px #000;
  } footer .subtitulo {
      text-align: center;
  } .square-btn, footer form button {
    text-shadow: none;
    margin: 30px auto;
    box-shadow: #000 10px 10px 20px;
  }
  .midias {
    text-align: center;
  }
  .logo {
    width: 100%;
  }
}