@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 {
    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: 8rem;
  padding-top: 15rem;
  height: 70rem;
}
.s-sobre .container .main-sobre {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-sobre .container .main-sobre .image {
  width: 100%;
  max-width: 55.7rem;
}
.s-sobre .container .main-sobre .text p {
  width: 100%;
  max-width: 70rem;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 150%;
}
.s-sobre .container .main-sobre .text p:not(:last-child) {
  margin-bottom: 2rem;
}
.s-sobre .container .main-sobre .text p strong {
  color: #12a1e3;
}
.s-sobre .container .main-sobre .text .btn-download {
  display: block;
  width: 100%;
  max-width: 23rem;
  margin-top: 5rem;
  margin-bottom: 5rem; /* Adiciona espaço abaixo do botão */
  padding: 2rem 4rem;
  border-radius: 8px;
  background-color: #010208;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s linear;
  box-shadow: 0px 10px 40px #35bfff;
}
.s-sobre .container .main-sobre .text .btn-download:hover {
  background-color: #12a1e3;
}
@media (max-width: 1230px) {
  .s-sobre .container .main-sobre .image {
    width: 100%;
    max-width: 52rem;
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .s-sobre {
    padding-top: 8rem;
    margin-top: -10rem;
  }
  .s-sobre .container h3 {
    margin-bottom: 3rem;
  }
  .s-sobre .container .main-sobre .image {
    width: 100%;
    max-width: 43rem;
    margin-right: 2rem;
  }
  .s-sobre .container .main-sobre .text p {
    width: 100%;
    max-width: 60rem;
    font-size: 1.6rem;
  }
  .s-sobre .container .main-sobre .text p:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .s-sobre .container .main-sobre .text .btn-download {
    padding: 1.6rem 3.6rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 800px) {
  .s-sobre {
    padding-top: 8rem;
    margin-top: 10rem;
  }
  .s-sobre .container .main-sobre .image {
    display: none;
  }
  .s-sobre .container .main-sobre .text {
    margin: 0 auto;
    max-width: 55rem;
  }
  .s-sobre .container .main-sobre .text p {
    max-width: 50rem;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .s-sobre .container .main-sobre .text .btn-download {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s-sobre {
    margin-bottom: 50rem;
    padding-top: 8rem;
    margin-top: -10rem;
  }
  .s-sobre .container {
    max-width: 38rem;
  }
  .s-sobre .container .main-sobre .text .btn-download {
    max-width: initial;
    padding: 2.4rem 4rem;
    text-align: center;
    font-size: 1.9rem;
  }
}
@media (max-width: 390px) {
  .s-sobre {
    padding-top: 8rem;
    margin-top: -10rem;
  }
  .s-sobre .container {
    max-width: 34rem;
  }
}

.s-valores .valores-caixa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Permite quebra para telas menores */
  gap: 2rem; /* Espaçamento entre os elementos */
}

.s-valores .valores-caixa .image {
  max-width: 44.2rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.s-valores .valores-caixa .image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

/* Responsividade */
@media (max-width: 768px) {
  .s-valores .valores-caixa {
    flex-direction: column; /* Empilha os itens no celular */
  }
}

.s-projetos {
  margin-top: 8rem;
  padding-top: 15rem;
}

.s-projetos .container .title-projects {
  margin-top: 12rem;
  margin-bottom: -9rem;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 2.4rem;
}
.s-projetos .container .title-projects span {
  color: #3e98ff;
}
.s-projetos .container .title-projects .arraste-text {
  display: block;
  color: #2b2b2b;
  margin-top: 1rem;
  font-size: 1.6rem;
  display: none;
}
.s-projetos .container .swiper {
  margin-top: 10rem;
  height: 50rem;
  width: 100%;
  max-width: 143.9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .image {
  width: 100%;
  max-width: 40rem;
  height: 40rem;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .image img {
  border-radius: 15px;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .text-segundo {
  margin-right: 12rem;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .text {
  width: 100%;
  max-width: 60rem;
  margin-left: 6rem;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .text .curso-link {
  color: #12a1e3;
  transition: 0.3s;
}
.s-projetos
  .container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text
  .curso-link:hover {
  color: #12a1e3;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .text h4 {
  color: #000;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 125%;
  margin-bottom: 6rem;
}
.s-projetos .container .swiper .swiper-wrapper .swiper-slide .text p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 185%;
  color: #2b2b2b;
  margin-bottom: 6rem;
}
.s-projetos
  .container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text
  .btn-project {
  display: block;
  width: 100%;
  max-width: 20rem;
  padding: 2rem 2.4rem;
  background-color: #12a1e3;
  color: #2b2b2b;
  font-size: 1.8rem;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.s-projetos
  .container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text
  .btn-project:hover {
  background-color: #12a1e3;
  color: #000;
}
.s-projetos .container .swiper .swiper-button-next,
.s-projetos .container .swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #12a1e3;
  margin-top: -4rem;
  transition: all 0.3s ease;
}
.s-projetos .container .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #7e74f1;
  opacity: 0.3;
  border-radius: 1.2rem;
  transition: all 0.3s;
}
.s-projetos
  .container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet:not(:first-child) {
  margin-left: 4px;
}
.s-projetos
  .container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
  width: 17.23px;
}
@media (max-width: 1230px) {
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text {
    max-width: 50rem;
    margin-left: 6rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .image {
    max-width: 35rem;
    height: 35rem;
  }
}
@media (max-width: 991px) {
  .s-projetos {
    padding-top: 8rem;
    margin-top: 10rem;
  }
  .s-projetos .container .title-projects {
    margin-top: 9rem;
  }
  .s-projetos .container .title-projects .arraste-text {
    display: block;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text-segundo {
    margin-left: -2rem !important;
    margin-right: 4rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .image {
    max-width: 32rem;
    height: 32rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text {
    max-width: 48rem;
    margin-left: 6rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text h4 {
    font-size: 1.9rem;
    margin-bottom: 4rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .s-projetos
    .container
    .swiper
    .swiper-wrapper
    .swiper-slide
    .text
    .btn-project {
    max-width: 18rem;
    padding: 1.8rem 2.2rem;
    font-size: 1.6rem;
  }
  .s-projetos .container .swiper .swiper-button-prev,
  .s-projetos .container .swiper .swiper-button-next {
    display: none;
  }
}
@media (max-width: 900px) {
  .s-projetos .container .swiper {
    height: 75rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide.slide-cursos {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .image {
    margin-bottom: 6rem;
    max-width: 32rem;
    height: 32rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text {
    margin: 0;
    text-align: center;
    max-width: 43rem;
    margin-left: 0;
  }
  .s-projetos
    .container
    .swiper
    .swiper-wrapper
    .swiper-slide
    .text
    .btn-project {
    margin: 0 auto;
    width: 70%;
    max-width: 480px;
    margin-bottom: 6rem;
  }
}
@media (max-width: 480px) {
  .s-projetos .container .title-projects {
    margin-top: 7rem;
    font-size: 2rem;
  }
  .s-projetos .container .p-title {
    font-size: 1.4rem;
  }
  .s-projetos .container .swiper {
    margin-top: 12rem;
    height: 75rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .image {
    margin-bottom: 4rem;
    max-width: 30rem;
    height: 30rem;
  }
  .s-projetos .container .swiper .swiper-wrapper .swiper-slide .text {
    max-width: 38rem;
  }
  .s-projetos
    .container
    .swiper
    .swiper-wrapper
    .swiper-slide
    .text
    .btn-project {
    width: 80%;
  }
}

.s-contato {
  margin-top: 8rem;
  padding-top: 15rem;
  margin-bottom: 22.1rem;
}
.s-contato .container .contact-container {
  margin-top: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-contato .container .contact-container .infos-container {
  width: 100%;
  max-width: 51rem;
}
.s-contato .container .contact-container .infos-container .info {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 38rem;
}
.s-contato
  .container
  .contact-container
  .infos-container
  .info:not(:last-child) {
  margin-bottom: 7rem;
}
.s-contato .container .contact-container .infos-container .info .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 6.5rem;
  height: 6.5rem;
  border-radius: 15px;
  background-color: #fff;
  margin-right: 5rem;
}
.s-contato .container .contact-container .infos-container .info .image img {
  width: 100%;
  max-width: 5rem;
  height: 5rem;
}
.s-contato .container .contact-container .infos-container .info .text {
  width: 100%;
  max-width: 26rem;
}
.s-contato .container .contact-container .infos-container .info .text h4 {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 3.8rem;
  color: #2b2b2b;
}
.s-contato .container .contact-container .infos-container .info .text p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.8rem;
  color: #94979d;
}
.s-contato .container .contact-container .form-container {
  width: 100%;
  max-width: 86.6rem;
  height: 56.5rem;
}
.s-contato .container .contact-container .form-container label {
  display: block;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.8rem;
  color: #2b2b2b;
  margin-bottom: 2.2rem;
}
.s-contato .container .contact-container .form-container label.mensagem {
  margin-top: 2.9rem;
}
.s-contato .container .contact-container .form-container .formulario {
  display: flex;
  align-items: center;
  gap: 8rem;
}
.s-contato
  .container
  .contact-container
  .form-container
  .formulario
  .input-area
  .input-box {
  width: 39.1rem;
  height: 8rem;
  border-radius: 10px;
  font-size: 1.8rem;
  border: 3px solid transparent;
  padding-left: 2rem;
  box-shadow: 0px 10px 40px #2727278c;
}
.s-contato
  .container
  .contact-container
  .form-container
  .formulario
  .input-area
  .input-box:focus {
  border: 3px solid #12a1e3;
}
.s-contato .container .contact-container .form-container .textarea-box {
  width: 100%;
  max-width: 86.6rem;
  height: 29.5rem;
  padding: 2.5rem 0 2.5rem 2.1rem;
  border-radius: 10px;
  font-size: 1.8rem;
  border: 3px solid transparent;
  box-shadow: 0px 10px 40px #2727278c;
}
.s-contato .container .contact-container .form-container .textarea-box:focus {
  border: 3px solid #12a1e3;
}
.s-contato .container .contact-container .form-container .btn-contato {
  width: 100%;
  max-width: 86.6rem;
  background-color: #12a1e3;
  padding: 2rem;
  font-size: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
  color: #fff;
  transition: 0.3s all;
}
.s-contato .container .contact-container .form-container .btn-contato:hover {
  background-color: #12a1e3;
}
@media (max-width: 1350px) {
  .s-contato .container .contact-container .form-container {
    max-width: 84rem;
  }
  .s-contato .container .contact-container .form-container .formulario {
    gap: 4rem;
  }
}
@media (max-width: 1220px) {
  .s-contato .container .contact-container .infos-container {
    max-width: 44rem;
  }
  .s-contato .container .contact-container .infos-container .info .image {
    max-width: 6rem;
    height: 6rem;
    margin-right: 3rem;
  }
  .s-contato .container .contact-container .infos-container .info .image img {
    max-width: 4.5rem;
    height: 4.5rem;
  }
  .s-contato .container .contact-container .infos-container .info .text h4 {
    font-size: 2rem;
  }
  .s-contato .container .contact-container .infos-container .info .text p {
    font-size: 1.7rem;
  }
  .s-contato .container .contact-container .form-container {
    max-width: 70rem;
  }
  .s-contato .container .contact-container .form-container .formulario {
    gap: 4rem;
  }
  .s-contato
    .container
    .contact-container
    .form-container
    .formulario
    .input-area
    .input-box {
    width: 33rem;
    font-size: 1.6rem;
    padding-left: 2rem;
  }
  .s-contato .container .contact-container .form-container .textarea-box {
    font-size: 1.6rem;
  }
}
@media (max-width: 1040px) {
  .s-contato .container .contact-container .infos-container {
    max-width: 42rem;
  }
  .s-contato .container .contact-container .infos-container .info .image {
    max-width: 5rem;
    height: 5rem;
    margin-right: 3rem;
  }
  .s-contato .container .contact-container .infos-container .info .image img {
    max-width: 3.5rem;
    height: 3.5rem;
  }
  .s-contato .container .contact-container .infos-container .info .text h4 {
    font-size: 1.8rem;
  }
  .s-contato .container .contact-container .infos-container .info .text p {
    font-size: 1.5rem;
  }
  .s-contato .container .contact-container .form-container {
    max-width: 65rem;
  }
  .s-contato .container .contact-container .form-container .formulario {
    gap: 4rem;
  }
  .s-contato
    .container
    .contact-container
    .form-container
    .formulario
    .input-area
    .input-box {
    width: 30.3rem;
    font-size: 1.8rem;
    padding-left: 1.9rem;
  }
  .s-contato .container .contact-container .form-container .textarea-box {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .s-contato {
    padding-top: 8rem;
    margin-top: 10rem;
  }
  .s-contato .container .contact-container {
    flex-direction: column-reverse;
  }
  .s-contato .container .contact-container .infos-container {
    max-width: 65rem;
    margin-top: 12rem;
    margin-left: 0;
  }
  .s-contato
    .container
    .contact-container
    .infos-container
    .info:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 690px) {
  .s-contato {
    padding-top: 8rem;
    margin-top: 10rem;
  }
  .s-contato .container .contact-container {
    margin-top: 5rem;
  }
  .s-contato .container .contact-container .form-container {
    margin-bottom: 23rem;
  }
  .s-contato .container .contact-container .form-container form label {
    margin-bottom: 1.8rem;
  }
  .s-contato .container .contact-container .form-container form .formulario {
    flex-direction: column;
    gap: 2rem;
  }
  .s-contato
    .container
    .contact-container
    .form-container
    form
    .formulario
    .input-area {
    width: 100%;
    margin-bottom: 3rem;
  }
  .s-contato
    .container
    .contact-container
    .form-container
    form
    .formulario
    .input-area
    .input-box {
    width: 100%;
  }
  .s-contato .container .contact-container .form-container form .btn-contato {
    margin-top: 3rem;
  }
}

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 */
