/* 
  Theme Name: A&L Advogados
  Author: Rafael Lacerda Busatta
  Version: 1.0
*/

body {
  --blue-800: #0d1a26;
  --blue-500: #1c2f40;
  --blue-300: #284259;
  --blue-100: #516373;
  --gray: #eaeaea;
  --white: #fff;
  --gold: #a48111;
}

a {
  text-decoration: none;
  border: none !important;
  color: var(--blue-800);
}

a:hover {
  color: var(--blue-800);
}

.results-list a {
  color: #fff;
}

footer a {
  color: var(--white);
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.header-banner {
  /* height: 430px; */
  /* text-align: center;
  display: grid;
  grid-template-columns: 30% 25% 45%;
  grid-template-rows: auto auto; */
}

.header-banner h1 {
  max-width: 970px;
  margin: auto;
  font-size: 32px;
}

.shadow-text {
  position: absolute;
  font-size: 48px;
  font-weight: 400;
  filter: opacity(10%);
  top: -12px;
  left: -10px;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

//MAP
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  background: black;
}

.body-no-scroll {
  overflow: hidden;
}

/* Contact Buttons */
.contact-buttons {
  position: fixed;
  bottom: 0%;
  right: 0;
  z-index: 99999;
}

.contact-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
}

.contact-buttons-svg {
  height: 32px;
  width: 32px;
}

.background-profile {
  background-image: url(assets/background-profile.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#nf-form-title-2 h3 {
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
}

.imagem-da-noticia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .header-banner {
    height: 85vh;
  }

  .header-banner h1 {
    font-size: 50px;
  }

  .generic-banner {
    height: 350px;
    color: var(--white);
  }

  .themis {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(assets/themis.svg);
  }

  .shadow-text {
    font-size: 110px;
    top: -60px;
  }

  #nf-form-title-2 h3 {
    font-size: 48px;
  }

  .contact-buttons {
    bottom: 50%;
  }

  .contact-buttons a {
    display: block;
    width: 143px;
    border-radius: 8px 0 0 8px;
    margin-right: 0;
    height: auto;
  }

  .contact-buttons-svg {
    height: 16px;
    width: 16px;
  }

  .profile-image {
    height: 580px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .header-banner h1 {
    font-size: 65px;
  }

  .card-especialidades {
    height: 353px;
    width: 349px;
  }
}

@media (min-width: 1400px) {
}
