/*[GENERAL SETTINGS]*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  background-color: #ece8fd;
  margin: 0px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

h1{
  color: #2b3e56;
    font-size:2rem;
}

h2,
h3,
h4,
h5,
h6 {
  color: #2b3e56;
  font-size: 1.5rem;
}

p {
  color: #2b3e56;
  font-size: 1.3rem;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

/*[NAVIGATION MENU]*/

.container-header {
  max-width: 1500px;
}

header {
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  position: fixed;
}

.navegacao {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  height: 50px;
}

.menu {
  display: flex;
  gap: 40px;
}

.navegacao ul {
  padding-left: 40px;
  padding-right: 40px;
}


.navegacao img {
  max-width: 220px;
}
.uai {
  margin-top: 30vh;
}

.menu a {
  color: #2b3e56;
  font-weight: bold;
  font-size: 1rem;
}

.menu a:hover {
  color: #8087f2;
}

.inicio-linha {
  text-decoration: underline;
}


.menu {
  list-style-type: none;
  display: flex; 
  padding: 0;
  margin: 0;
}

.menu li a {

  display: block; 
  padding: 5px 15px; 
  text-decoration: none;
  color: #333;


  position: relative; 
}

.menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #c9c5ff; 
  width: 0%; 
  transition: width 0.3s ease; 
}

.menu li a:hover::after {
  width: 100%; 
}

.menu li a.active::after {
  width: 100%; 
  background-color: #000000; 
  transition: none; 
}

.progress-bar {
  height: 4px;          
  background: #c9c5ff;  
  width: 0%;            
  transition: width 0.1s ease-out;
}


/*[BANNER 1]*/

.banner_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px auto 0px auto;
  align-items: center;
  max-width: 1500px;
  gap: 50px;
  padding: 20px 20px;
  height: 600px;
}

.banner_1 .texto {
  align-self: center;
  padding: 20px 20px;
  margin: 20px 20px;
  max-width: 400px;
}



.banner_1 img {
  max-width: 100%;
  width: 600px;
}



/*[BANNER 2]*/

.banner_2 {
  align-items: center;
  margin: 50px auto 0px auto;
  max-width: 1500px;
  min-width: 700px;
  height: 700px;
  align-items: center;
  padding: 40px;
}

button {
  background-color: #5157ba;
  border-radius: 8px;
  width: 240px;
  height: 50px;
  color: white;
  border: none;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#botao:hover {
  background-color: #5f67d4;
}

/*[BANNER 3]*/

.container3 {
  height: 450px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  background-color: #f4f2ff;
  justify-items: center;
  border-radius: 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.253);
  gap: 10px;

}

.textoo1 p {
  font-size: 1rem;
  max-width: 400px;

}

.textoo1 {
  padding: 40px;
  width: 300px;
}

.textoo1 h3 {
    margin: 0;
}

.botao {
  margin: 0px auto;
  width: 240px;
  height: 35px;
  background-color: #5157ba;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253);
  padding: 5px 5px;
  display: none;
}


.cadastro {
  display: flex;
  justify-content: space-between;
  align-items: center;
    gap: 5px;

}
.cadastro p {
  font-size:0.8rem;
}

.cadastro button {
    align-items: center;
    text-align: center;
      font-size: 0.9rem;
        width: 140px;
  height: 35px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253);
      border-radius: 15px;
  background-color: #5157ba;
}

.cadastro button:hover{
  transition: transform 0.2s ease;
}

.cadastro button:hover{
    transform: scale(1.05);

}


.botao a {
  font-size: 0.9rem;
  color: #fff;

}

.formu {
  padding: 50px 50px;
}

.ue {
  width: 340px;
  height: 40px;
  border-radius: 15px;
  font-size: 1rem;
  padding-left: 20px;
  background-color: #ece8fd;
  border: none;
}

.formu label {
  font-size: 1rem;
  color: #2b3e56;
}


.bot {
  margin: 0;
  width: 199px;
  height: 60px;
  background-color: #5157ba;
}



.container4 {
  border-radius: 40px;
  background-color: #f4f2ff;
}

.textoo2 {
  padding: 20px;
  text-align: center;
}

.textoo2 h3{
  margin: 0;
  text-align: center;
}

.textoo2 p{
  margin: 0;
  text-align: center;
}

.bta {
  display: flex;
  gap: 40px;
  height:320px;
  padding: 10px 80px;
  justify-content: center;
}

.bta img {
  width: 120px;
  margin-left: 20px;
}

.bta1 p {
  font-size: 1rem;
}

.bta1 {
  height: 200px;
  border-radius: 15px;
  background-color: #ece8fd;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253);
  margin-top: 30px;
  justify-content: space-between;
  gap: 10px;
}

.btaa2 p {
  text-align: left;
}

.btaa2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;

}

.btaa {
  display: flex;
  justify-content: center;
  width: 115px;
  height: 35px;
  background-color: #5157ba;
  border-radius: 15px;
}

.btaa {
  transition: transform 0.2s ease;
}

.btaa:hover {
  transform: scale(1.05); /* aumenta 5% */
}

.btaa a {
  color: #fff;
  font-size: 1rem;
  align-self: center;
}

.container5 {
  border-radius: 40px;
  height: 1100px;
  background-color: #f4f2ff;
}



.textoo3 {
  text-align: center;
  padding: 20px;
}

.textoo3 h3{
  margin: 0;
  font-size: 2rem;
}

.textoo3 p{
  margin: 0;
}

.quadrado1 {
  display: flex;
  justify-content: center;
  gap: 120px;
  justify-items: center;
  padding: 40px;
}

.quadrado2 {
  justify-self: center;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253);
  padding: 40px 10px;
  margin: 10px 10px;
  background-color: #ece8fd;
}

.quadrado {
  background-color: #ece8fd;
  width: 400px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253);
  padding: 20px;
}


.quad {
  margin-top: 30px;
  text-align: center;
  justify-items: center;
}


.quad img {
  transition: transform 0.2s ease;
}

.quad img:hover {
  transform: scale(1.10); /* aumenta 5% */
}

.quadtu {

  text-align: center;
  justify-items: center;
}

.quadtu img {
  transition: transform 0.2s ease;
}

.quadtu img:hover {
  transform: scale(1.10); /* aumenta 5% */
}

.quadti {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 20px;
}

.quadti img {
  margin: 0;
  width: 120px;
}

.quadti p {
  text-align: center;
}

.containerto {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  gap: 30px;
    padding: 0 80px;
}

.botassi {
  margin-right: 200px;
  height: 60px;
  padding: 3px 50px;
  display: flex;
  justify-self: end;
  background-color: #5157ba;
  border-radius: 15px;
  margin: 70px 30px;
  display: none;
}

.botassin {
  align-self: center;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.pto {
  display: grid;
  justify-items: center;

  gap: 20px;
}
.pto h4 {
  margin: 0px;
}

.pto p {
  margin-top: 0px;
}

.cent {
  text-align: center;
  margin-top: 250px;
}

.plano {
  margin: 0 auto;
  width: 300px;
  height: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}

.plano p {
  margin: 0;
  font-size: 1rem;
}

.ofertas {
  padding: 0 10px;
}

.bum {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64px;
  height: 28px;
  background-color: #5157ba;
  border-radius: 100px;
}

.td {
  width: 39px;
  height: 24px;
  border-radius: 100px;
  background-color: #fff;
  align-self: flex-end;
}

.banner_planos {  
  align-items: center;
  margin: 10px auto 0px auto;
  max-width: 1500px;
  padding: 20px;
}


.botaoum {
  margin-top: 0;
}

.plano-botao3 {
  padding: 10px;
  margin-top: 15px;
  cursor: pointer;
}

.planodois {
  max-width: 1000px;
  margin: 10px auto 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
}

.tudo {
  padding: 20px;
  width: 250px;
  background-color: #f4f2ff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.253);
  height: 330px;
  gap: 40px;
}


.major ul li{
  text-align: center;
  font-size: 0.8rem;
  color: #2b3e56;
  text-align: left;
}

.divul ul {
  padding-left: 0;
  display: grid;
  text-align: left;
  justify-items: baseline;
}

.ofertas ul {
  margin:0;
}

.tudo h6{
  margin: 0;
  text-align: center;
  font-size: 1rem;
}

.tudo h3{
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
}

.tudo p {
  color: #505050;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 5px;
}

.bhj {
  margin: 0px auto;
  width: 240px;
  height: 35px;
  background-color: #5157ba;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253);

}


.plano-botao3 {
  padding: 10px;
  margin-top: 15px;
  cursor: pointer;
  transition: transform 0.2s ease;

}

.bhj a {
  font-size: 0.9rem;
  align-self: center;
  color: #fff;
}

.plano-botao1 {
  padding: 10px;
  margin-top: 80px;
}

.plano-botao2 {
  padding: 5px;
  margin-top: 8px;
}

.plano-botao3 {
  padding: 5px;
  margin-top: 45px;
}

.banner_3 {
  align-items: center;
  margin: 0px auto 0px auto;
  max-width: 1500px;
  align-items: center;
  padding: 40px;
  gap: 10px;
}

.majorp {
  font-weight: bold;
  margin: 5px;
}

.banner_4 {
  align-items: center;
  margin: 20px auto 0px auto;
  max-width: 1500px;
  background-color: #ece8fd;
  gap: 10px;
  padding: 20px 20px;
}

.banner_5 {
  align-items: center;
  margin: 0 auto;
  background-color: #e6fcfe;
  height: 900px;
  max-width: 1500px;
  align-items: center;
  padding: 60px;
  border: 1px solid black;
}


.tam {
  max-width: 1500px;
  margin: 0px auto 0px auto;
  align-items: center;
}

.cent{
  max-width: 1500px;
  margin: 30px auto 0px auto;
  align-items: center;
  }


.footer {
  background-color: #f5f5f5;
  margin: 0 auto;
}

.footer-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #505050;
  padding-top: 60px;
  font-family: 'Inter', sans-serif;
  border-bottom: 2px solid #5f67d4;
  gap: 40px;
  max-width: 1500px;
}

.footer-container h3 {
  color: #2b3e56;
  font-size: 18px;
}

.esquerda p {
  max-width: 30ch;
  margin-top: 10px;
}

.direita {
  display: flex;
}

.direita a {
  color: #505050;
  font-size: 15px;
}

.copy p {
  color: #505050;
  font-family: 'Inter', sans-serif;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  margin: 0px;
}

.menuDois li {
  margin-bottom: 10px;
}

.final-img {
  width: 300px;
}

.footer li {
  text-decoration: none;
  list-style: none;
  align-self: center;
}

.cont {
  text-align: center;
  padding-top: 40px;
  background-color: #ece8fd;
  width: 100%;
  margin-bottom: 100px;
}

.cont h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #2b3e56;
  font-family: 'Inter', sans-serif;
}

.icon {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.icon img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.icon img:hover {
  transform: scale(1.1);
}

#botao:hover {
  background-color: #5f67d4;
}

.cont {
  text-align: center;
  padding-top: 40px;
  background-color: #ece8fd;
  width: 100%;
  margin-bottom: 100px;
}

.cont h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #2b3e56;
  font-family: 'Inter', sans-serif;
}

.icon {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.icon img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.icon img:hover {
  transform: scale(1.1);
}

#botao:hover {
  background-color: #5f67d4;
}

.cont {
  text-align: center;
  padding-top: 40px;
  background-color: #ece8fd;
  width: 100%;
  margin-bottom: 100px;
}

.cont h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #2b3e56;
  font-family: 'Inter', sans-serif;
}

.icon {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.icon img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.icon img:hover {
  transform: scale(1.1);
}

#botao:hover {
  background-color: #5f67d4;
}

.cont {
  text-align: center;
  padding-top: 40px;
  background-color: #ece8fd;
  width: 100%;
  margin-bottom: 100px;
}

.cont h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #2b3e56;
  font-family: 'Inter', sans-serif;
}

.icon {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.icon img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.icon img:hover {
  transform: scale(1.1);
}

#botao:hover {
  background-color: #5f67d4;
}


#btn-mobile{
  display: none;
}

#menu-mobile{
  display: none;
}

#btn-mobile{
   background-color: #5f67d4;
  color: white;
  border-radius: 8px;
  height: 50px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  
}

 #btn-mobile img {
    width: 30px; 
    height: auto; 
   
}

.footerResponsivo {
    margin-top: 20px;
    background-color: #F5F5F5;
    padding: 20px 0px;
    width: 100vw;
  }


.footerResponsivo * {
    margin: 0;
    padding: 0;
  }

.footerGrid {
    display: grid;
    grid-template-rows: 1fr 1.25fr 0.5fr;
    height: fit-content;
    align-items: center;
  }

.logoMarca {
      display: flex;
      align-items: center;
      justify-content: left;
      margin-left: 16px;
      gap: 15px;
  }

.logoMarca h2 {
    font-size: 1.5rem;
  }

.logoImagem {
    width: 80px;
  }

.logoImagem img {
    width: 100%;
  }

.redesSociais {
    display: grid;
  }

.redesSociais ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
  }

.tamanhoImagemIcones {
    height: 35px;
  }

.iconesRedes img {
    height: 100%;
  }

.infoCalmamente {
    width: 100vw;
    text-align: center;
  }

.infoCalmamente p {
    font-size: 0.8rem;
    margin: 0px 15px;
  }

.toggleFooterResponsivo {
    display: none;
  }

