/* GERAL */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
  scrollbar-width: thin;
  scrollbar-color: aqua rgb(29, 29, 29);
}

*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background-color: rgb(29, 29, 29);
}
*::-webkit-scrollbar-thumb {
  background-color: aqua;
  border-radius: 30px;
}

::selection {
  background-color: aqua;
  color: #ffffff;
}

body {
  background-color: #fff;
  height: 100vh;
}

.navbar {
  max-width: 1280px;
  margin: 0 auto;
}

.btn-contato button {
  padding: 10px 33px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  background-color: aqua;
  border: 0;
  cursor: pointer;
  color: #181818;
  transition: 0.2s;
  text-align: left;
  margin-top: 20px;
}
.btn-contato {
  text-align: left;
}
.c {
  z-index: 1595;
  border-bottom: 3px solid aqua;
  display: block;
  width: 100px;
  border-radius: 20px;
}
.c2 {
  z-index: 1595;
  border-bottom: 2px solid aqua;
  display: block;
  width: 500px;
  border-radius: 20px;
  margin: 10px auto 50px auto;
}

.img-quem-somos img {
  height: auto;
  width: 700px;
}
.img-quem-somos2 img {
  height: auto;
  width: 700px;
}

.flex {
  display: flex;
  text-align: center;
  gap: 20px;
  justify-content: center;
}
/*  GERAL */

.logo img {
  height: auto;
  width: 53%;
}

.quem-somos {
  width: 100%;
  height: 707px;
  background-color: #041632;
  padding: 60px 15%;
}
.txt-quem-somos h1 {
  color: #ffffff;
  margin: 30px;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}
.btn-contato button:hover {
  box-shadow: 0px 0px 8px #7698fc;
  transform: scale(1.05);
}

.equipe h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* S1 */

section.topo-do-site {
  padding: 220px 15%;
  background-image: url("./PG-01.jpg");
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

section.topo-do-site .flex {
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.topo-do-site .txt-topo-site h1 {
  font-size: 37px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  line-height: 35px;
  margin-bottom: 20px;
}

.topo-do-site .txt-topo-site p {
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0.3, 0.5);
  margin-bottom: 30px;
  text-align: left;
}

.topo-do-site {
  height: 100vh;
  background-color: #000;
  position: relative;
}

.topo-do-site h1 span {
  color: aqua;
}

/* S1 */

/* S2 */
.parceiros {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #f5f5f5;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parceiros-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin: 10px auto;
  text-align: center;
}

.parceiros img {
  width: 180px;
  height: auto;
  margin: 0 10px;
}

.parceiros button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

#parceiros-container {
  filter: grayscale(1);
}

.parceiros h1 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
/* S2 */

/* Gestão */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 60px;
}

.title h1,
p {
  text-align: center;
}

.title h1 {
  font-size: 60px;
  color: #fff;
}

.title-consultoria h1 {
  font-size: 60px;
  color: #1a1919;
}
.title-consultoria h1,
p {
  text-align: center;
}

.title p {
  font-size: 20px;
}
.sub {
  font-size: 20px;
}

.gestao {
  padding: 100px 15%;
  width: 100%;
  margin: 0 auto;
  height: 40rem;
  background-color: #06234f;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.consultoria {
  padding: 15px 25%;
  width: 100%;
  margin: 0 auto;
  height: 757px;
  background-color: #06234f;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px -1px 0 rgba(0, 0, 0, 0.37);
}

.grid-container > div {
  padding: 20px;
  text-align: center;
  border-radius: 2%;
  box-sizing: border-box;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px;
  background-color: #0095ff47;
}

.grid-gestao {
  margin-top: 10px;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
}

/* Estilo personalizado do botão */
.custom-button {
  position: fixed;
  top: 90%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: aqua;
  color: white;
  font-size: 20px;
  border: 2px solid aqua;
}

/* Efeito ao passar o mouse */
.custom-button:hover {
  background-color: lightcyan;
  border-color: lightcyan;
}

/* Efeito ao clicar */
.custom-button:active {
  transform: scale(0.95);
}

.pilares {
  padding: 50px 15%;
  width: 100%;
  margin: 0 auto;
  height: 350px;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.box-pilares {
  width: 300px;
  height: 160px;
  margin: 52px 7px 40px;
  min-width: 200px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.342);
  padding: 22px;
  background-color: #0095ff47;
  box-shadow: 0 0 10px 5px rgb(0 103 255 / 50%);
}

.container-pilares {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.title-pilares {
  color: #ffffff;
  text-align: center;
  min-width: 100%;
  margin: 30px 20px 40px 0;
  line-height: 30px;
}

.title-pilares h1 {
  font-size: 60px;
  font-weight: 300;
  margin-left: 44px;
  line-height: 60px;
}

.title-pilares span {
  color: #075072;
  font-weight: 600;
}

.box-pilares h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}

.box-pilares p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.pilares img {
  width: 600px;
  height: auto;
  margin-left: 30px;
}

.box1-pilares h1 {
  color: #000;
  font-size: 30px;
  text-align: left;
}
.box1-pilares {
  margin-top: 35px;
}
/* Pilares */

.interface {
  display: inline-block;
}
.box {
  width: 50%;
}

/* SOBRE-NÓS */
.sobre-nos {
  background-color: #041632;
  height: 707px;
  padding: 95px 15%;
  width: 100%;
}

.sobre-nos .texto-sobre {
  text-align: left;
  width: 50%;
}

.sobre-nos h1 {
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 30px;
}
.sobre-nos p {
  font-size: 15px;
  text-align: left;
}
/* SOBRE-NÓS */
/* SEC 3 */
.box1-sec,
.box2-sec {
  text-align: left;
  width: 50%;
}

.box1-sec h1 {
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 30px;
}
.box1-sec p {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  text-align: left;
}

.box2-sec img {
  height: auto;
  width: 400px;
}
/* SEC 3 */
.equipe {
  background-color:#041632;
  height: 796px;
  padding: 60px 4%;
  width: 100%;
}

.txt-squad img {
  height: auto;
  width: 300px;
  margin: 30px auto auto auto;
  display: flex;
}

.squad-desktop {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.squad-desktop img {
  width: 1000px;
  max-width: 100%;
  height: auto;
}

.equipe p {
  margin: 10px 0;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.arrow-left {
  left: 10px;
}

.img-form img {
  height: auto;
  width: 500px;
  margin-bottom: 50px;
}
.img-form {
  height: auto;
  margin: 30px 0px 0px 0px;
}

.arrow-right {
  right: 10px;
}

#prev {
  left: 10px;
}

#next {
  right: 10px;
}

/* PARCEIROS */

footer {
  font-size: 15px;
  font-weight: 500;
  height: 80px;
  text-align: center;
  padding: 32px 4%;
  width: 100%;
}



.prev,
.next {
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/* teste carrossel */
.logo {
  width: 300px;
  height: auto;
  min-width: 300px;
}

.box5 h1{
  color: aqua;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  margin: 10px;
}

.box5 p {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  margin: 10px;
  text-align: left;
}
.box5 {
  height: 150px;
  width: 250px;
  z-index: 1644;
  opacity: 1;
  border: 1px solid rgb(107 107 107);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 24px 0px;
  background-image: none;
  background-size: cover;
  background-color:#06234f;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 25px 2%;
}

.img-box5  {
  background-image: url('./estrutura.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  width: 560px;
  margin: 0 auto;
  margin-bottom: 3px;
}

.img-box5 {
  display: flex;
}

.mobile-image {
  display: none!important;
}

/* Form */

/* Form */


@media only screen and (max-width: 767px) {
  .c {
    z-index: 1595;
    border-bottom: 3px solid aqua;
    display: block;
    width: 200px;
    border-radius: 20px;
    margin: 0 auto;
  }
  .c2 {
    z-index: 1595;
    border-bottom: 2px solid aqua;
    display: block;
    width: 100px;
    border-radius: 20px;
    margin: 10px auto 50px auto;
  }

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

  #flex {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }


  .logo img {
    height: auto;
    width: 53%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
}

.btn-contato {
  text-align: center;
}

  section.topo-do-site {
    padding: 485px 10%;
    background-image: url('./bg001-mobile.jpg');
    height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .topo-do-site .txt-topo-site h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 17px;
    line-height: 30px;
  }

  .topo-do-site .txt-topo-site p {
    text-align: center;
    font-size: 15px;
  }

  .box {
    display: none;
  }

  .parceiros img {
    width: 80px;
    height: auto;
    margin: 0 10px;
  }

  .pilares {
    padding: 37px 15%;
    width: 100%;
    margin: 0 auto;
    height: 450px;
    background: #fff;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  }

  .pilares img {
    width: 350px;
    margin: 0px;
  }

  .box1-pilares h1 {
    font-size: 25px;
    text-align: center;
  }

  .sobre-nos .texto-sobre {
    text-align: left;
    width: 100%;
  }
  .sobre-nos {
    background-color: #041632;
    height: 964px;
    padding: 6px 10%;
    width: 100%;
}
.sobre-nos h1 {
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 22px;
}

.img-form img {
  height: auto;
  width: 250px;
  margin-bottom: 40px;
}
.gestao {
  padding: 6px 10%;
  width: 100%;
  margin: 0 auto;
  height: 758px;
  background-color: #06234f;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
.sobre-nos h1 {
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}

.box1-sec, .box2-sec {
  text-align: center;
  width: 100%;
}
.box2-sec img {
  height: auto;
  width: 300px;
}


.img-quem-somos img {
  height: auto;
  width: 340px;
}
.img-quem-somos2 img {
  height: auto;
  width: 340px;
}

.box1-sec h1 {
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 21px;
}
.box1-sec p {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
}

.txt-quem-somos h1 {
  color: #ffffff;

  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}

.quem-somos {
  width: 100%;
  height: 485px;
  background-color: #041632;
  padding: 60px 10%;
}

.box5 h1{
  color: aqua;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 10px;
}

.box5 p {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  margin: 10px;
}
.box5 {
  height: 150px;
  width: 170px;
  z-index: 1644;
  opacity: 1;
  border: 1px solid rgb(107 107 107);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 24px;
  background-image: none;
  background-size: cover;
  background-color: #06234f;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 10px;
}
.equipe {
  background-color: #041632;
  height: 750px;
  padding: 60px 4%;
  width: 100%;
}
.img-box5  {
  background-image: url('./estrutura.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.consultoria {
  padding: 134px 9%;
  width: 100%;
  margin: 0 auto;
  height: 757px;
  background-color: #06234f;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px -1px 0 rgba(0, 0, 0, 0.37);
}

.desktop-image {
     display: none!important;
}

.mobile-image {
  display: flex!important;
}

/* Form */
    
/* Form */
}

