   /* Reset e fontes */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }
    
    /* Estilos Globais */
    body {
      font-family: 'Roboto', sans-serif;
      background-color: #ffffff;
      margin: 0;
      padding: 0;
    }
    .fundo {
      background-color: #B0C4DE;
      position: relative;
    }

	.fundo .logo,
.fundo .medias-sociais {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.fundo .medias-sociais {
     gap: 15px;
     justify-content: center;
}
    
    /* Header, logo e menu */
    .logo {
      display: inline-block;
      margin: 15px;
      text-align: left;
    }
    #menu {
      z-index: 2;
      position: absolute;
      right: 20px;
      top: 40px;
    }
    #menu-bar {
      width: 45px;
      height: 40px;
      cursor: pointer;
      position: relative;
    }
    .bar {
      height: 5px;
      width: 100%;
      background-color: #4b583f;
      display: block;
      border-radius: 5px;
      transition: 0.3s;
    }
    #bar1 { transform: translateY(-4px); }
    #bar3 { transform: translateY(4px); }
    
    .nav {
      transition: 0.3s;
      display: none;
      text-align: right;
      position: absolute;
      top: 50px;
      right: 0;
      padding: 10px;
    }
    .nav ul { padding: 0; }
    .nav li {
      list-style: none;
      padding: 12px;
    }
    .nav li a {
      color: #4b583f;
      font-size: 18px;
      text-decoration: none;
    }
    .nav li a:hover { font-weight: bold; }
    
    .submenu {
      display: none;
      padding-right: 20px;
      text-align: right;
    }
    li:hover .submenu { display: block; }
    .submenu li { padding: 10px 0; }
    
    .menu-bg {
      z-index: 1;
      width: 0;
      height: 0;
      position: absolute;
      right: 20px;
      background: radial-gradient(circle, #f3ced4, #f3ced4);
      border-radius: 50%;
      transition: 0.3s;
    }
    .change { display: block; }
    .change .bar { background-color: #4b583f; }
    .change #bar1 { transform: translateY(4px) rotateZ(-45deg); }
    .change #bar2 { opacity: 0; }
    .change #bar3 { transform: translateY(-6px) rotateZ(45deg); }
    .change-bg {
      width: 845px;
      height: 747px;
      transform: translate(60%,-30%);
    }

   .nav li:first-child a,
   .nav li:nth-child(2) a {
     background-color: transparent;
   }
    
    /* Banner */
    .banner-container {
      position: relative;
      width: 100%;
      height: 540px;
      background-image: url('banner.png');
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .overlay {
      position: absolute;
      top: 50%;
      left: 100px;
      transform: translateY(-50%);
      color: white;
      text-align: left;
    }
    .banner-container h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      color: #521C57;
      margin: 0;
    }
    .banner-container-lives {
      position: relative;
      width: 100%;
      height: 80px;
      background-color: #D6D0CD;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #521C57;
    }

    .lives h4 {
	color: #521C57;
	margin-left: 10px;
    }

     .lives p {
	color: #4B583F;
	margin-left: 10px;
    }

     .t-lives h4 {
	color: #521C57;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
     }

     .h4-link {
  	color: inherit;
	}
   
    .description {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.2rem;
      font-weight: bold;
      margin-top: 10px;
      color: #521C57;
    }
    .footer-info { margin-top: 40px; }
    .name { font-size: 1.5rem; font-weight: bold; color: #4B583F; }
    .position { font-size: 1rem; font-weight: bold; color: #4B583F; }
    
.whatsapp-button, .whatsapp-button-fixed {
  background-color: #521c57;
  color: #D6D0CD;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
}

.whatsapp-button {
  position: absolute;
  margin: 10px;
}

.whatsapp-button:hover, .whatsapp-button-fixed:hover {
  background-color: #4B583F;
  transform: scale(1.05);
}

.whatsapp-button-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

#whatsapp-button-footer {
  background-color: #521c57;
  color: #D6D0CD;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}

#whatsapp-button-footer:hover {
  background-color: #4B583F;
  transform: scale(1.05);
}

#whatsapp-button-footer .whatsapp-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

    
    /* Animação de textos */
    .animated-text {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.7s, transform 0.7s;
    }
    .animated-text.visible {
      opacity: 1;
      transform: translateY(0);
    }
    
    /* Seção "Sobre mim" */
    .sobre-mim {
      display: flex;
      justify-content: center;
      margin: 50px 0;
    }
    .sobre-mim-container {
      width: 1150px;
      height: 1000px;
      background-color: #B0C4DE;
      border-radius: 20px;
      display: flex;
      align-items: center;
      overflow: hidden;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    }
    .sobre-mim-imagem {
      flex: 1;
      max-width: 40%;
      justify-content: flex-end;
      align-self: flex-end;
      align-items: flex-end;
    }
    .sobre-mim-imagem img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 20px 0 0 20px;
      display: block;
      margin-top: 50px;
    }
    .sobre-mim-texto {
      flex: 2;
      padding: 30px;
      color: #521C57;
      text-align: left;
    }
    .sobre-mim-texto h2 {
      font-size: 56px;
      font-weight: 400;
      color: #4B583F;
      margin-bottom: 15px;
      font-family: 'Sacramento', serif;
      font-style: normal;
    }
    .sobre-mim-texto p {
      font-size: 18px;
      line-height: 1.6;
    }
    .sobre-mim-texto h4 {
        font-family: 'Roboto', sans-serif;
	color: #4B583F;
    }

.sobre-mim-mais {
  font-size: 18px;
  color: #521C57; /* Cor padrão do texto */
}

.lattes-link {
  color: #521C57;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

.lattes-link:hover {
  color: #4B583F; /* Tom de verde para o hover */
}

    
    /* Seção Serviços */
    h3 {
      font-family: "Brush Script MT";
      font-size: 48px;
      color: #521C57;
      margin-bottom: 0px;
    }
    .t1, .t2, .t3, .t4, .t5, .t6 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px;
      background-color: #F3CED4;
      color: #D6D0CD;
      margin: 20px auto;
    }
    .t1 img, .t2 img, .t3 img, .t4 img, .t5 img, .t6 img {
      width: 100px;
      height: 100px;
    }
    .t1 h3, .t2 h3, .t3 h3, .t4 h3, .t5 h3, .t6 h3 {
      font-family: 'Helvetica';
      font-size: 36px;
      color: #521C57;
      margin-bottom: 0px;
    }
    .t1p, .t2p, .t3p, .t4p, .t5p, .t6 p {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      line-height: 1.5;
      flex: 3;
      padding-left: 15px;
      text-align: center;
      color: #521C57;
    }
    
/* Footer */
footer {
  width: 100%;
  background-color: #521C57;
  padding: 40px 0;
  font-family: 'Roboto', sans-serif;
  position: relative;
  z-index: 10;
  color: #D6D0CD;
}

.container-footer {
  width: 90%;
  margin: 0 auto;
}

/* Estrutura do Footer */
.row-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* Colunas do Footer */
.footer-col {
  padding: 15px;
  margin-bottom: 10px;
}

/* Logo */
.footer-col.logo {
  flex: 1 1 25%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-col.logo a img {
  max-width: 100%;
}

/* Navegação e Serviços */
.footer-col.nav-servicos {
  flex: 1 1 25%;
}

.footer-col.nav-servicos h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B0C4DE;
}

.footer-col.nav-servicos ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.footer-col.nav-servicos ul li {
  margin-bottom: 8px;
}

.footer-col.nav-servicos ul li a {
  color: #D6D0CD;
  text-decoration: none;
  font-size: 16px;
}

.footer-col.nav-servicos ul li a:hover {
  color: #B0C4DE;
  text-decoration: underline;
}

/* Redes Sociais */
.footer-col.redes-sociais {
  flex: 1 1 25%;
}

.footer-col.redes-sociais h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B0C4DE;
}

.medias-sociais {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.medias-sociais a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.medias-sociais a:hover {
  transform: scale(1.05);
}

/* Localização */
.footer-col.mapa {
  flex: 1 1 25%;
  text-align: center;
}

.footer-col.mapa h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B0C4DE;
}

.footer-col.mapa .localp {
  font-size: 16px;
  margin: 5px 0;
}

/* Garantindo que o iframe acompanhe o alinhamento */
.footer-col.mapa .map-container {
  text-align: center;
  margin-bottom: 10px;
}

.footer-col.mapa iframe {
  width: 100%;
  max-width: 300px;
  height: 200px;
  border-radius: 10px;
}

/* Rodapé inferior */
.footer-p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.footer-p a {
  color: #D6D0CD;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-p a:hover {
  color: #E0D6D3;
}

/* Responsividade */
@media (max-width: 768px) {

.footer .medias-sociais {
        justify-content: flex-start; /* Move para a esquerda */
        padding-left: 10px; /* Ajusta a posição */
    }
	
  .row-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-col {
    text-align: center !important;
    flex: 1 1 100%;
  }

  .footer-col.mapa {
    text-align: center;
  }
 
  .t1, .t2, .t3, .t4, .t5 {
    flex-direction: column;
    text-align: center;
  }
	
 .whatsapp-button {
    position: absolute;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
    bottom: 15px;
    right: 15px;
  }

#whatsapp-button-footer {
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 25px;
    margin: 20px auto;
    position: relative; /* ou simplesmente sem posicionamento absoluto */
  }
	
.footer-col.logo {
  text-align: center;
}
}

    
    /* Responsividade */
    @media (max-width: 1024px) {
      .sobre-mim-container {
        width: 90%;
        height: auto;
        flex-direction: column;
        text-align: center;
      }
        .sobre-mim-imagem {
    max-width: 100%;
  }
      .sobre-mim-imagem img { border-radius: 20px 20px 0 0; }
      .sobre-mim-texto { padding: 20px; }
    }
    
      .banner-container { height: 450px; background-position: right center; }
      .overlay { left: 15px; }
      h1 { font-size: 2rem; }
      .description { font-size: 1rem; }
      .name, .position { font-size: 1rem; }

    }

