
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
    --main-color: #253659;
    --second-color: #010626;
    --color1 : #d77864;
    --color2 : #ad5a4b;
    --color3 : #833c32;
    --color4 : #591e19;
    --color5 : #311211;
    --color6 : #180706;
}

@media screen and (max-width: 768px) {
    .sobre-container{
      width: 100%;
      flex-direction: column;
      align-items: center;
    }

    #atendimento{
      align-items: center;
      text-align: center;
    }
}

#sobre{
  background: linear-gradient(
    to top, 
    #591e19 50%, 
    #743931
    );
    color: #fff; 
}

#atuacao{
  background-color: #c79a5113;
}

#depoimentos{
  background: linear-gradient(
    #c79a5113 92%, 
    #fff
    );
}

#depoimentos {
  width: 100%;
  height: 500px;
}

body {
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
}

h2{
  font-size: 27px;
  text-align: center;
  margin-bottom: 35px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: var(--color4);
}

h3{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
}

h4{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  color: var(--color5);
}

a {
  text-decoration: none;
  color: var(--color4);
}

p {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Times New Roman', Times, serif;
}


.img_nav{
  width: 200px;
}


.nav_ancor{
  font-size: 20px;
}

.text_oab{
  color: #fff;
  text-align: left;
}


.text-topo{
  font-size: 20px;
  font-weight: 500;
}

.elementor-text{
  display: flex;
  margin-top: 10px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.header{
  background: linear-gradient(#35120f, #110503);
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.img_adv{
  box-shadow: 10px 20px 50px rgba(0,0,0,0.1);
}

.header-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 0;
}

.nav a {
  margin-left: 20px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 530;
}

.hero {
  padding: 30px;
}

.sobre, 
.atuacao, 
.depoimentos, 
.contato {
  padding: 60px 20px;
}

.sobre-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sobre-container img {
  max-width: 100%;
  border-radius: 8px;
}

.elementor-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.elementor-content-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.elementor-content-box:hover{
  transform: scale(1.03);
}

.img-content {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.map{
  width: 100%;
  height: 300px;
  margin-top: 20px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.contato form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  width: 50%;
}

.contato input,
.contato textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  resize: none;
}

.contato button {
  background: var(--color4);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
}

.contato button:hover {
  background: var(--color5);
}

.atendimento{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
  gap: 50px;
}

.atendimento p{
  font-size: 18px;
  font-weight: 400;
}

.atendimento h3{
  color: var(--color5);
}

.atendimento a{
  font-size: 18px;
  font-weight: 600;
  color: var(--color3);
}

.atendimento a:hover{
  color: var(--color5);
}

.fa-solid{
  font-size: 16px;
  color: var(--color3);
}

.footer {
  background: linear-gradient(
    to bottom,
    #180706 40%, 
    #000000
  );
  text-align: center;
  align-items: center;
  padding: 20px;
  font-size: 0.9em;
  color: #a7a7a7;
}

.btn-wpp {
	background-color:#13d146;
	border-radius:38px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:8px 50px;
	text-decoration:none;
	text-shadow:0px 1px 6px #2f6627;
}

.btn-wpp:hover {
	background-color:#13d146b6;
  color: #ffffffb4;
}

.btn-wpp:active {
	position:relative;
	top:1px;
}

.btn-instagram {
  background:linear-gradient(to bottom, #f9cf74 5%, #ee2a7c 100%);
	background-color:#f9cf74;
	border-radius:35px;
	display:inline-block;
	padding:10px 15px;
  font-size: 20px;
  color: white;
  text-shadow:5px 5px 10px #000000;
}

.btn-instagram:hover {
	background:linear-gradient(to bottom, #fad68a 5%, #f1428b 100%);
	background-color:#ee2a7c;
}

.btn-instagram:active {
	position:relative;
	top:1px;
}

.btn-linkedin {
	background-color:#0e76a8;
	border-radius:35px;
	display:inline-block;
	display:inline-block;
	padding:10px 15px;
  font-size: 20px;
  margin-left: 10px;
  color: white;
  text-shadow:5px 5px 10px #000000;
}

.btn-linkedin:hover{
  background: #1280b3;
}

.btn-linkedin:active{
  position: relative;
  top: 1px;
}