@import url("https://fonts.googleapis.com/css2?family=Bayon&family=Poppins:wght@400;500;600;700&display=swap");
::-moz-selection {
  background-color: #12a1e3;
  color: #fff;
}
::selection {
  background-color: #12a1e3;
  color: #fff;
}

::-webkit-scrollbar {
  width: 1.4rem;
}

::-webkit-scrollbar-thumb {
  background: #12a1e3;
  border-radius: 6px;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1300px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 62.5%;
  }
}

html,
body {
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 143.9rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.logo {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(270deg, #12a1e3 -4.92%, #1173ce 78.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Bayon", sans-serif;
}

.title {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(270deg, #12a1e3 -4.92%, #1173ce 78.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.p-title {
  text-align: center;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.2rem;
  display: flex;
  z-index: 5;
  transition: all 0.4s;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .container nav {
  display: flex;
  align-items: center;
}
header .container nav ul {
  display: flex;
  align-items: center;
  margin-right: 5rem;
}
header .container nav ul li:not(:first-child) {
  margin-left: 4.8rem;
}
header .container nav ul li a {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
  color: #2b2b2b;
  transition: all 0.4s;
  padding: 8px 15px;
  border-radius: 8px;
}
header .container nav ul li a:hover {
  color: #ffffff;
  background-color: #313134;
}
header .container .btn-mobile {
  display: none;
  margin-left: 4rem;
}
header.fixed-menu {
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1250px) {
  header .container {
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  header {
    height: 7.2rem;
  }
  header .container .logo {
    font-size: 2.7rem;
  }
  header .container nav ul {
    display: none;
  }
  header .container nav .btn-mobile {
    display: inline-block;
    background: transparent;
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 530px) {
  header .container {
    padding: 0 1.5rem;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.menu-mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.733);
  z-index: 0;
}
.menu-mobile aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #ffffff;
  padding: 3rem;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.menu-mobile aside ul {
  margin-top: 3rem;
}
.menu-mobile aside ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.menu-mobile aside ul li a {
  padding: 1.5rem 0;
  display: block;
  font-size: 2rem;
  color: #000;
}

.menu-opened {
  overflow: hidden;
}
.menu-opened .menu-mobile {
  opacity: 1;
  pointer-events: all;
}
.menu-opened .menu-mobile aside {
  transform: translateX(0%);
}

.s-hero {
  width: 100%;
  height: 78.6rem;
  margin-top: 8rem;
  padding-top: 15rem;
}
.s-hero .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-hero .container .text {
  width: 100%;
  max-width: 69rem;
}
.s-hero .container .text p {
  display: block;
  color: #2b2b2b;
  font-size: 2.4rem;
  margin-bottom: 4.1rem;
}
.s-hero .container .text h1 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 150%;
  color: #202020;
}
.s-hero .container .text h1 span {
  display: block;
  font-weight: 400;
}
.s-hero .container .redes-sociais {
  margin-top: 3rem;
}
.s-hero .container .redes-sociais a {
  font-size: 4rem;
  color: #000;
  transition: all 0.3s;
}
.s-hero .container .redes-sociais a:not(:last-child) {
  margin-right: 3rem;
}
.s-hero .container .redes-sociais a.instagram:hover {
  color: #da4891;
}
.s-hero .container .redes-sociais a.linkedin:hover {
  color: #3576f0;
}
.s-hero .container .redes-sociais a.github:hover {
  color: #ecab1d;
}

.s-hero .container .redes-sociais a.whatsapp:hover {
  color: #1dec6c;
}

.s-hero .container .image {
  width: 44.2rem;
  height: 46.3rem;
}
.s-hero .container .image img {
  border-radius: 15px;
  box-shadow: 0px 10px 40px #35bfff;
}
@media (max-width: 1250px) {
  .s-hero .container {
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .s-hero .container .text {
    width: 100%;
    max-width: 64rem;
  }
  .s-hero .container .text p {
    font-size: 2.1rem;
    margin-bottom: 3.8rem;
  }
  .s-hero .container .text h1 {
    font-size: 4.7rem;
  }
  .s-hero .container .image {
    width: 40.2rem;
    height: 42.3rem;
  }
}
@media (max-width: 800px) {
  .s-hero .container {
    margin-top: -8rem;
    flex-direction: column;
    text-align: center;
  }
  .s-hero .container .text {
    width: 100%;
    max-width: 62rem;
    margin-bottom: 2rem;
  }
  .s-hero .container .image img {
    width: 36.2rem;
    height: 41.3rem;
    margin: 0 auto;
  }
}
@media (max-width: 530px) {
  .s-hero .container {
    padding: 0 1.5rem;
  }
  .s-hero .container .text h1 {
    font-size: 4rem;
  }
  .s-hero .container .redes-sociais a {
    display: contents;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
  }
  .s-hero .container .redes-sociais a:not(:first-child) {
    margin-left: 3.5rem;
  }
}
@media (max-width: 480px) {
  .s-hero {
    margin-top: 10rem;
    height: 83.9rem;
  }
  .s-hero .container {
    margin-top: -10rem;
  }
  .s-hero .container .text {
    width: 100%;
    max-width: 50rem;
    margin-bottom: 2rem;
  }
  .s-hero .container .text p {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .s-hero .container .text h1 {
    font-size: 3.5rem;
  }
  .s-hero .container .image img {
    width: 30.2rem;
    height: 35.3rem;
    margin: 0 auto;
    box-shadow: 0px 10px 40px #35bfff;
  }
}
@media (max-width: 400px) {
  .s-hero .container .text h1 {
    font-size: 3rem;
  }
}

.s-sobre {
  margin-top: 20rem;
  min-height: 100vh; /* Ocupa pelo menos a altura total da tela */
  padding-bottom: 4rem; /* Dá espaço antes do footer */
}

/* Título na seção 'Escolha o Serviço' */
.title {
  margin-bottom: 2rem; /* Garante um espaçamento entre o título e as imagens */
  text-align: center; /* Centraliza o título */
}

/* Container dos botões */
.containeer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;

  /* Centraliza horizontalmente */
  display: flex;
  margin: 0 auto;
}

/* Container dos botões */
.containeer {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;

  /* Centraliza horizontalmente */
  display: flex;
  margin: 0 auto;
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
  /* Para telas menores que 768px */

  /* Ajuste do contêiner para telas menores */
  .containeer {
    justify-content: center; /* Centraliza as imagens para telas menores */
    padding: 1rem; /* Adiciona algum espaçamento ao redor */
  }
}

footer {
  border-radius: 30px 30px 0 0;
  height: 40.7rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .container .redes-sociais a {
  font-size: 4rem;
  color: #010208;
  transition: all 0.3s;
}
footer .container .redes-sociais a:not(:last-child) {
  margin-right: 4rem;
}
footer .container .redes-sociais a:hover {
  color: #12a1e3;
}
footer .container .redes-sociais a.instagram:hover {
  color: #da4891;
}
footer .container .redes-sociais a.linkedin:hover {
  color: #3576f0;
}
footer .container .redes-sociais a.github:hover {
  color: #ecab1d;
}
footer .container .p-footer {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #2b2b2b;
}
footer .container .p-footer:not(:last-child) {
  margin-top: 4rem;
} /*# sourceMappingURL=style.css.map */
