* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
}

body {
  background-color: #ffffff;
}

#btnTop {
  position: fixed;
  right: 1.25rem;
  bottom: 3.125rem;
  transition: 0.5s;
  cursor: pointer;
}

/* PARTE 1 */
nav {
  position: fixed;
  display: flex;
  flex-direction: row;
  border-bottom: 0.0313rem solid #802b3600;
  width: 100%;
  height: 12vh;
  background-color: #2e69a0;
  z-index: 99;
  top: 0;
}

.parte1-1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parte1-2 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte1-2 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}

.parte1-2-2 {
  font-family: "Roboto Mono", monospace;
  font-size: 1.125rem;
  color: #ffffff;
  text-decoration: none;
}

.parte1-2-2:hover {
  text-decoration: underline;
}

.parte2-2 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte2-2 button {
  width: 12.5rem;
  height: 2.1875rem;
  border: 0.0625rem solid #2e69a0;
  background-color: #ffffff;
  border-radius: 1dvh;
  color: #2e69a0;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  letter-spacing: 0.0938rem;
}

.parte2-2 button:hover {
  background-color: #25d366;
  color: #191719;
  border: 0.0625rem solid transparent;
}

.parte2-2 button i {
  margin-right: 0.125rem;
}

/* PARTE 2 */

.parte2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.parte22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.parte22-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  word-spacing: 3.125rem;
  height: 80%;
  background-color: #2e69a0;
}

.parte22-1 h1 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-size: 3.125rem;
  color: #ffffff;
  width: 70%;
  text-align: center;
}

.parte22-2 {
  padding: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}



/* PARTE 3 */

.parte3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte33 {
  margin-top: 5rem;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.parte3-1 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte3-1-1 img {
  width: 37.5rem;
  height: 21.875rem;
  border: 0.1875rem;
  border-radius: 2rem;
  opacity: 10.1;
}

.parte3-2 {
  width: 50%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.parte3-2-textos h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 2.5rem;
  color: ##2e69a0;
  width: 31.25rem;
}

.parte3-2-textos p {
  font-family: "Roboto Mono", monospace;
  font-size: 1.25rem;
  color: #191719;
  width: 31.25rem;
  text-align: justify;
}

/* PARTE 4 */

.parte4 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte44 {
  margin-top: 10rem;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.parte4-2 {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.parte4-2-1 img {
  width: 37.5rem;
  height: 21.875rem;
  border: 0.1875rem;
  border-radius: 2rem;
}

.parte3-1-mobile {
  display: none;
}

.parte4-1 {
  width: 50%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.parte4-1-textos h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 2.5rem;
  color: ##2e69a0;
  width: 31.25rem;
}

.parte4-1-textos p {
  font-family: "Roboto Mono", monospace;
  font-size: 1.25rem;
  color: #191719;
  width: 31.25rem;
  text-align: justify;
}

/* PARTE 5 */

.parte5 {
  margin-top: 8rem;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.0625rem 0.0625rem 0.375rem #0000001c;
  background: #f6f6f6;
}

.parte55 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80%;
  box-shadow: 0.0625rem 0.0625rem 0.375rem #0000001c;
  padding: 1.25rem;
}

.parte5-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 4rem;
}

.parte5-1 h2 {
  height: 100%;
  font-family: "Roboto Mono", monospace;
  line-height: 150%;
  font-size: 2.375rem;
  color: #2e69a0;
  text-align: center;
  word-spacing: 0.125rem;
}

/* PARTE 6 */

.parte6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.parte66 {
  margin-top: 9rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.parte6-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.parte6-1 h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 2.5rem;
  color: #191719;
  width: 50rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

.parte6-2 {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.parte6-2-1 {
  width: 18.75rem;
  height: 18.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(38, 59, 94, 0.1);
}

.parte6-2-1-logo {
  display: flex;
}

/* PARTE 7 */

.parte7 {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte77 {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.parte7-1 h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 3.125rem;
  color: #2e69a0;
}

.parte7-1 p {
  font-family: "Roboto Mono", monospace;
  font-size: 1.25rem;
  color: #191719;
  width: 50rem;
  text-align: center;
}

/* PARTE 8 */

.parte8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte88 {
  padding: 5rem;
  margin-top: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(38, 59, 94, 0.1);
}

.parte8-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.parte8-2 {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

.parte8-1-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.parte8-1-1-icon {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}

.parte8-1-1 h4 {
  font-family: "Roboto Mono", monospace;
  font-size: 1.5625rem;
  color: #2e69a0;
}

.parte8-1-1 p {
  font-family: "Roboto Mono", monospace;
  font-size: 0.9375rem;
  color: #191719;
  width: 28.125rem;
  text-align: justify;
}

/* PARTE 9  */

.parte9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte99 {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.parte9-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.parte9-1 h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 2.5rem;
  color: #191719;
  width: 50rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

/* PARCEIROS */

.parceiros {
  display: flex;
  padding: 0 2.1875rem;
  align-items: center;
  justify-content: center;
}
.wrapper {
  max-width: 68.75rem;
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 3.125rem;
  width: 3.125rem;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 3.125rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -1.375rem;
}

.wrapper i:last-child {
  right: -1.375rem;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 0.75rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  border-radius: 0.5rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 25rem;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 0.9375rem;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(38, 59, 94, 0.1);
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.carousel .card .img {
  height: 31.25rem;
  width: 31.25rem;
}

.card .img .aws {
  width: 10rem;
}

.card .img .kaspersky {
  width: 16rem;
}

.card .img img {
  width: 18.75rem;
}

.carousel .card h2 {
  color: #191719;
  font-family: "Roboto Mono", monospace;
  font-size: 1.4375rem;
  margin: 1.875rem 0 0.3125rem;
}

.carousel .card span {
  color: #8c8b8c;
  font-size: 1.125rem;
  width: 18.75rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

/* PARTE FOOTER */

.parte10 {
  margin-top: 3.125rem;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
}

.container {
  width: 100%;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.212);
}

.form {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: "Roboto Mono", monospace;
}

.form-header {
  margin: 3rem 0 3rem 0;
  display: flex;
  justify-content: center;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.0625rem;
  font-size: 1.25rem;
  color: #2e69a0;
}

.form-header h2::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.3rem;
  background-color: #191719;
  margin: 0 auto;
  position: absolute;
  border-radius: 0.625rem;
}

.parte10-dados {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.input-box-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.input-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 18.75rem;
}

.input-box input {
  margin: 0.5625rem;
  padding: 1rem;
  width: 18.75rem;
  height: 2.8125rem;
  border: none;
  border-radius: 0.3125rem;
  box-shadow: 0.0625rem 0.0625rem 0.375rem #0000001c;
  font-size: 0.8rem;
}

.input-box input:hover {
  background-color: #eeeeee75;
}

.input-box label,
.gender-title h6 {
  font-size: 0.9375rem;
  color: #191719;
  font-family: "Roboto Mono", monospace;
}

.input-box input::placeholder {
  color: #000000be;
}

.parte10-caixa {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte10-caixa1 {
  width: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 4rem;
  font-family: "Roboto Mono", monospace;
}

.parte10-caixa1 textarea {
  width: 46.875rem;
  height: 4.375rem;
  padding: 0.625rem;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  border: none;
  border-radius: 0.3125rem;
  box-shadow: 0.0625rem 0.0625rem 0.375rem #0000001c;
}

.parte10-botao {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.parte10-botao1 {
  display: flex;
}

.parte10-botao1 button {
  width: 18.75rem;
  border: none;
  background-color: #2e69a0;
  padding: 0.62rem;
  border-radius: 0.3125rem;
  cursor: pointer;
}

.parte10-botao1 button:hover {
  background-color: #2e69a0;
}

.parte10-botao1 button a {
  text-decoration: none;
  font-size: 0.9375rem;
  color: #ffffff;
  letter-spacing: 0.125rem;
  font-family: "Roboto Mono", monospace;
}

.parte11 {
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte1111 {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.9375rem;
}

.parte11-icones {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.botaoEnviar {
  font-size: 1.0625rem;
  color: #ffffff;
  letter-spacing: 0.125rem;
  font-family: "Roboto Mono", monospace;
}

.botaoEnviar:hover {
  color: #191719;
}
