:root {
  --main-color: #900d0d;
  --black: #6969bd;
  --background: black;
  --border: 0.1rem solid rgba(255, 255, 255, 0.3);
  --marron: #9797b3;
  font-size: 8px;
}


* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
  font-family: "Roboto", sans-serif;

}

body {
  background-color: var(--marron);
}

section {
  padding: 3rem 2rem;
  margin: 0 auto;
  max-width: 100%;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
  z-index: 99;
  border-bottom: white;
  background-color: var(--background);
  opacity: 0.4;

}
.header section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 1.0rem;
  padding-bottom: 0.5rem;
}

.navbar a {
  margin: 3rem;
  font-size: 2rem;
  color: hsl(180, 32%, 83%);
}

.navbar a:hover {
  color: var(--main-color);
  border-bottom: 0.1rem solid var(--background);
  padding-bottom: 0.5rem;
  font-size: 3rem;
}

.btn {

  background: var(--black);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2.0rem;
  cursor: pointer;
  margin-top: 4rem;
  display: inline-block;
  border-radius: 50rem;
  position: static;
  animation-name: btn;
  animation: btn 10s infinite;

}

@keyframes btn {
  0% {
    color: rgba(15, 201, 201, 0.775);
    left: 0px;
    top: 0px;
  }

  25% {
    color: rgba(104, 112, 10, 0.984);
    left: 60px;
    top: 0px;
  }

  50% {
    color: rgb(172, 172, 202);
    left: 60px;
    top: 60px;
  }

  75% {
    color: hwb(194 24% 15%);
    left: 0px;
    top: 60px;
  }

  100% {
    color: rgb(223, 66, 82);
    left: 0px;
    top: 0px;
  }
}

.home-container {
  background-image: url("./img/thalita4.jpeg");
    max width: 100%;
    max-height: auto;
    background-image-size: 100%;
    background-repeat: no-repeat;

}

.home-container section {
  display: flex;
  align-items: center;
  min-height: 100%;
  height: auto;
  padding-bottom: 10%;

}

.home-container .content {
  max-weight:auto;
}

.home-container .content span {
  color: var(--black);

}

.content h1 {
  color: #fff;
  font-size: 6rem;
  margin-top: 10%;
  margin-bottom: 15%;
  align-text: center;

}

.content p {
  color: var(--black);
  font-size: 3rem;
  padding: 1rem 0;
  text-align: right;
  max-width:50%;

}

.title {
  margin-top: 5%;
  font-size: 5rem;
  color: #9e7770;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5rem;

}

.title span {
  color: black;
  text-transform: uppercase;
}

.about {
  margin-top: 0%;
  max-width: 50%;
  padding-bottom: 10%;
  background-color: black;
  border-radius: 200px 50px 50px 200px;

}

.about .row {
  display: flex;
  align-items: center;
  background-color: transparent;
  gap: 5.0rem;
  max-width: 100%;

}

.content {
  padding: O rem;
}

/* QUEM SOMOS*/
.container {
  display: flex;                  /* coloca os elementos lado a lado */
  justify-content: space-between; /* separa os blocos */
  align-items: center;            /* centraliza verticalmente */
  gap: 20px;                      /* espaço entre texto e imagem */
  max-width: 1200px;              /* largura máxima do container */
  margin: 0 auto;                 /* centraliza na página */
  padding: 80px;
}

.container .texto {
  flex: 1;                        /* ocupa o espaço disponível */
  font-family: Arial, sans-serif; /* tipografia limpa e profissional */
  text-align: justify;
  line-height: 1.6;
  margin: 2px;
  padding: 50px;
  font-size:20px;
}

.container .imagem img {
  max-width: 280px;          /* controla tamanho da imagem */
  height: auto;
  border-radius: 8px;     /* cantos arredondados para estética */
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;       /* empilha texto e imagem */
    text-align: center;
  }

  .container .imagem img {
    max-width: 100%;              /* imagem ocupa largura total */
  }
}

.title span {
  color: #006699; /* destaque */
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr; /* imagem 1 parte, texto 2 partes */
  gap: 40px;
  align-items: start;
}

/* Responsividade */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr; /* empilha imagem e texto */
    text-align: center;
  }

  .content-text ul {
    text-align: left;
    display: inline-block;
  }
}

/* PERFIL ADVOGADA */
.advogado-perfil {
    background-color: #f9f9f9;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-perfil {
    max-width: 1000px;
    display: flex;
    gap: 40px;
    align-items: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.perfil-foto {
    flex: 1;
    text-align: center;

}

.perfil-foto img {
    max-width: 80%;
    height: auto;
    border-radius: 50%; /* Foto redonda */
    border: 5px solid #003366; /* Cor da sua marca */
    background-image-size:20px;
}

.perfil-texto {
    flex: 2;
}

.perfil-texto h2 {
    color: #003366;
    font-size: 3.0rem;
    margin-bottom: 10px;
}

.perfil-texto h3 {
    color: #555;
    font-weight: 300;
    margin-bottom: 20px;
    font-size:15px;
}

.perfil-texto p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

.btn-perfil  {
    display: inline-block;
    padding: 12px 25px;
    background-color: #003366;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background 0.3s;
    font-size:15px;
}

.btn-perfil:hover {
    background-color: #00509e;
}

/* Responsividade */
@media (max-width: 768px) {
    .container-perfil {
        flex-direction: column;
        text-align: center;
    }
}





/* ESPECIALISTA DIREITO DE FAMILIA*/

/* --- Estilos Gerais --- */
:root {
    --primary-color: #2c3e50; /* Azul Marinho Escuro - Confiança */
    --secondary-color: #8a7a6b; /* Fendi/Bege Suave - Sofisticação */
    --background-light: #f4f4f4; /* Cinza Muito Claro - Neutro */
    --text-color: #333;
    --text-light: #666;
    --white: #ffffff;
    --font-main: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    background-color: var(--background-light);
    color: var(--text-color);
    line-height: 1.6;
}

/*  ESPECIALISTA DIREITO DE FAMILIA E SUCESSÕES */

.about {
    padding: 60px 10%;
    background-color: var(--white);
}

.title {
    text-align: center;
    font-size: 3.8rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

.title span {
    color: var(--secondary-color);
    font-weight: 700;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Duas colunas iguais */
    gap: 60px;
    align-items: center;

}

.content-text h3 {
    color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--background-light);
    padding-bottom: 5px;
    font-size:20px;

}

.content-text h4 {
    color: var(--secondary-color);
    margin-top: 15px;
    margin-bottom: 5px;
    font-size:15px;
}

.content-text ul {
    list-style: none;
    padding-left: 10px;
    font-size:15px;
}

.content-text ul li {
    color: var(--text-light);
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.content-text ul li::before {
    content: "■";
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    font-size: 0.8rem;
}

/* --- ESPECIALISTA DIREITO CIVIL  --- */
.advogados {
    padding: 60px 10%;
    background-color: var(--background-light);

}

.box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    font-size:13px;
}

.box {
    background: var(--white);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.box:hover {
    transform: translateY(-5px); /* Efeito suave no hover */
}

.box h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid var(--background-light);
    padding-bottom: 10px;
}

.box ul {
    list-style: none;
}

.box ul li {
    color: var(--text-light);
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
    text-align: center;

}

/* --- Responsividade (Mobile) --- */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* Empilha no mobile */
    }

    .title {
        font-size: 1.8rem;
    }
}

/*COLUNA TEXTO*/

.container {
  display: flex;
  gap: 20px;
  font-size:13px;
}

.coluna {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.coluna h2 {
  margin-top: 0;
  color: #004080;
  font-size: 1.5em;
  border-bottom: 2px solid #004080;
  padding-bottom: 8px;
}

/*DEIXE SUA MENSAGEM */
/* Seção principal */
.formulario {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    max-width: 700px;
    margin: 60px auto;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    color: #2c2c2c;
}

/* Container */
.formulario .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Labels */
.formulario label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-size: 15px;
    color: #444;
}

/* Inputs e textarea */
.formulario input[type="text"],
.formulario textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.formulario input[type="text"]:focus,
.formulario textarea:focus {
    border-color: #0066cc;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,102,204,0.1);
}

/* Botão */
.btn-whats {
    background: #0066cc; /* Azul corporativo */
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
}

.btn-whats:hover {
    background: #004a99;
    transform: translateY(-2px);
}

/* Mensagem de sucesso */
.sucesso-msg {
    background: #e6f4ea;
    color: #1b5e20;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px solid #c8e6c9;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

/* Responsividade */
@media (max-width: 600px) {
    .formulario {
        padding: 30px 20px;
    }

    .btn-whats {
        width: 100%;
        text-align: center;
    }
}
/*FOOTER*/

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .share {

    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer h1 {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px;
    background-color: #2c2c2c;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer h1:hover {
    background-color: #ff9800;
    transform: scale(1.05);
    cursor: pointer;
}

/* Redes sociais */
.social-links {
    margin-bottom: 15px;
}

.social-links a {
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0 10px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.social-links a:hover {
    color: #ff9800;
    transform: scale(1.2);
}

/* Área dinâmica */
#result {
    font-size: 0.9rem;
    color: #ff9800;
}

/* Responsividade */
@media (max-width: 600px) {
    .footer h1 {
        font-size: 1rem;
        padding: 8px 12px;
    }
    .social-links a {
        font-size: 1.5rem;
    }
}
/* MAPA*/



























