@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

header {
  width: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

i {
  color: #ffffff;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 35px;
}

.header-icons a:hover i {
  animation: translateY 0.5s ease-in-out infinite alternate;
  color: #eecea0;
}

@keyframes translateY {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-10px) scale(1.1);
  }
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .header-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-content i {
    margin-top: 16px;
    font-size: 34px;
  }
  .header-logo {
    left: 50%;
    gap: 14px;
  }
  .header-button {
    display: none;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

.bg-home {
  position: relative;
}

.bg-home:before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(6, 18, 30, 0), #06121e), url("../assets/images/logo0.png");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  opacity: 0.9;
}

.hero {
  color: #ffffff;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.hero h1 {
  text-align: center;
  line-height: 150%;
  max-width: 940px;
  font-size: 48px;
}
.hero p {
  text-align: center;
  margin: 14px 0;
}

.button-contact {
  padding: 14px 28px;
  color: #ffffff;
  background-color: #d1ae86;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0;
  border-radius: 6px;
}

.button-contact:hover {
  animation: scaleButton 0.8s alternate infinite;
}

@keyframes scaleButton {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 60vh;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .hero h1 {
    font-size: 24px;
  }
}
.about {
  background-color: #06121e;
  overflow: hidden;
  color: #ffffff;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.about-content img {
  max-width: 570px;
}

.about-content div {
  flex: 1;
}

.about-description h2 {
  font-size: 38px;
  margin-bottom: 24px;
}
.about-description p {
  margin-bottom: 14px;
  line-height: 150%;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }
}
.professionals {
  background-color: #ffffff;
  color: #06121e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 14px;
}

.professionals-content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  margin-bottom: 14px;
}

.professionals-content h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin-bottom: 14px;
}

.professionals-content p {
  text-align: center;
  margin-bottom: 14px;
  line-height: 150%;
  max-width: 780px;
}

.lawyers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0 44px 34px 44px;
}

.areas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 44px 34px 44px;
}

.area-list {
  list-style: none;
  padding: 0;
  width: 300px;
}

.area-item {
  cursor: pointer;
  background-color: #0c2135;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color transform 0.3s;
}

.area-item:hover {
  max-width: 100%;
  background-color: #d1ae86;
  transform: scale(1.05);
}

.area-description {
  display: none;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
}

.popup {
  display: none;
  position: fixed;
  width: 80%;
  height: 80%;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  text-align: justify;
  transform: translate(-50%, -50%);
  background-color: #eecea0;
  color: #000000;
  padding: 40px 40px 20px 20px;
  border-radius: 8px;
  border: 8px solid #d1ae86;
  z-index: 2;
  overflow: auto;
  /* Estilo da barra de rolagem para Chrome e Opera */
}
.popup ::-webkit-scrollbar {
  width: 0.1px;
}
.popup ::-webkit-scrollbar-thumb {
  background-color: #0c2135; /* Cor da alça da barra de rolagem */
  border-radius: 8px; /* Borda arredondada da alça */
}
.popup ::-webkit-scrollbar-track {
  background-color: #836650;
  border-radius: 8px; /* Cor da trilha da barra de rolagem */
}
.popup .popup-content {
  font-size: 18px;
  max-height: 100%;
  overflow-y: auto;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.partner {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #06121e;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px -1px 17px -4px rgba(32, 53, 235, 0.6);
  overflow: hidden;
}
.partner img {
  width: 100%;
  max-width: 354px;
  transition: transform 0.5s;
}

.partner:hover {
  transform: scale(1.2);
  z-index: 1;
}

.partner-info {
  width: 100%;
  justify-content: space-between;
  padding: 28px;
  background-color: #0c2135;
}

.partner-icons {
  display: flex;
  padding-top: 15px;
  gap: 50px;
  justify-content: center;
}

.partner-icons a:hover i {
  animation: translateY 0.5s ease-in-out infinite alternate;
  color: #eecea0;
}

@media screen and (max-width: 768px) {
  .lawyers {
    flex-direction: column;
    gap: 14px;
  }
}
.maps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 44px 34px 44px;
}

.map-list {
  list-style: none;
  padding: 0;
  max-width: 100;
  margin: 20px auto;
}

.map-item {
  cursor: pointer;
  background-color: #0c2135;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color transform 0.3s;
}

.map-item:hover {
  max-width: 100%;
  background-color: #d1ae86;
  transform: scale(1.05);
}

.map-description {
  display: none;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
}

.loc {
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 54px 14px;
}

.footer {
  padding: 54px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #ffffff;
}

.footer-icons {
  display: flex;
  gap: 14px;
  color: #ffffff;
}

.footer-icons a:hover i {
  animation: translateY 0.5s ease-in-out infinite alternate;
  color: #eecea0;
}

@keyframes translateY {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-10px) scale(1.1);
  }
}
.btn-whatsapp {
  position: fixed;
  bottom: 14px;
  right: 24px;
  z-index: 99;
}
.btn-whatsapp img {
  max-width: 74px;
  transition: transform 0.5s;
}
.btn-whatsapp img:hover {
  transform: scale(1.1);
}

.btn-whatsapp .tooltip-text {
  visibility: hidden;
  position: absolute;
  width: 120px;
  top: 8px;
  left: -144px;
  padding: 4px;
  border-radius: 8px;
  text-align: center;
  background-color: #06121e;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s;
}

.btn-whatsapp:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btn-whatsapp {
    max-width: 64px;
  }
}
body {
  font-family: "Sora", sans-serif;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #06121e;
}

button {
  font-family: "Sora", sans-serif;
  cursor: pointer;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */