:root {
  --font-default: Montserrat, sans-serif;
  --font-primary: Montserrat, sans-serif;
  --font-secondary: Montserrat, sans-serif;
}


:root {
  --color-default: #444444;
  --color-whatsapp: #0cb940;
  --color-primary: #000;
  --color-secondary: #001f4a;
}


body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-primary);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.img-logo {
  margin: 0 auto;
  border-radius: 0px;
  width: 250px;
}

#img-mockup-1 {
  border-radius: 10px
}

#img-mockup-2 {
  border-radius: 10px
}


#hero {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(0 0 0), rgb(2 2 2 / 51%)), url(../img/banner-advogado-da-familia.webp) no-repeat top left / cover;
  padding-top: 0;
}


#hero .container {
  padding-top: 25px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #fff;
  font-size: 22px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100%;
    text-align: center;
    margin-top: 0px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-whatsapp {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.btn-get-whatsapp {
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
  background: var(--color-whatsapp);
  padding: 10px 30px 10px 30px;
  border-radius: 13px;
  border: 0px;
  font-weight: 600;
}

.btn-get-whatsapp:hover {
  border: 0px;
  background-color: #128c7e;
  color: #fff !important;
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--color-primary);
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #000;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.sec1 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.sec1 .content ul {
  list-style: none;
  padding: 0;
}

.sec1 .content ul li {
  padding-left: 28px;
  position: relative;
}

.sec1 .content ul li+li {
  margin-top: 10px;
}

.sec1 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--color-primary);
  line-height: 1;
}

.sec1 .content p:last-child {
  margin-bottom: 0;
}

.sec1 .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  margin-top: 25px;
  width: 100%;
  text-align: center;
}

.sec1 .icon-box .icon {
  margin-bottom: 10px;
}

.sec1 .icon-box .icon i {
  color: var(--color-primary);
  font-size: 36px;
  transition: 0.3s;
}

.sec1 .icon-box .icon img {
  margin: 0 auto;
  transition: 0.3s;
  width: 72px;
}

.sec1 .icon-box h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 800;
}

.sec1 .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.sec1 .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.sec1 .icon-box:hover {
  transform: translateY(-10px);
}

.sec1 .icon-box:hover h4 a {
  color: var(--color-primary);
}

.sec2 .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: var(--color-primary);
  font-family: "Poppins", sans-serif;
}

.sec2 .content ul {
  list-style: none;
  padding: 0;
}

.sec2 .content ul li {
  padding-bottom: 10px;
}

.sec2 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1b4d80;
}

.sec2 .content p:last-child {
  margin-bottom: 0;
}


.sec3 {
  background: transparent linear-gradient(122deg, rgb(0 24 63) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
}

.cta {
  background: transparent linear-gradient(122deg, rgb(0 24 63) 0%, #003468 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #4C5969;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  background: #4C5969 0% 0% no-repeat padding-box;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.btn-gps {
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
  background: #128c7e;
  padding: 10px 30px 10px 30px;
  border-radius: 13px;
  border: 0px;
  font-weight: 600;
}

.btn-gps:hover {
  color: #fff;
}

.btn {
  color: #fff;
  background-color: #003468;
  border: 3px solid #003468;
}

.btn:hover {
  color: #003468;
  background-color: #fff;
  border: 3px solid #003468;
}

.modal-header {
  background: #003468;
  color: #fff;
}


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #128c7e;
  box-shadow: 3px 3px 4px #999;
  color: #fff !important;
}

.whatsapp-icon {
  margin-top: 15px;
}

.sobre-nos .content {
  padding: 0px 0px 0 0px;
}

.sobre-nos .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.sobre-nos .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.sobre-nos .content p {
  font-size: 15px;
  color: #848484;
}

.sobre-nos .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.sobre-nos .accordion-list {
  padding: 0;
}

.sobre-nos .accordion-list ul {
  padding: 0;
  list-style: none;
}

.sobre-nos .accordion-list li+li {
  margin-top: 15px;
}

.sobre-nos .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.sobre-nos .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.sobre-nos .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.sobre-nos .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.sobre-nos .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.sobre-nos .accordion-list .icon-show {
  display: none;
}

.sobre-nos .accordion-list a.collapsed {
  color: #343a40;
}

.sobre-nos .accordion-list a.collapsed:hover {
  color: #ddb77f;
}

.sobre-nos .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.sobre-nos .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .sobre-nos .content,
  .sobre-nos .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .sobre-nos .img {
    min-height: 400px;
  }

  .sobre-nos .content {
    padding-top: 30px;
  }

  .sobre-nos .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .sobre-nos .img {
    min-height: 200px;
  }
}

@media (pointer: coarse) {
  .btn-get-whatsapp {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 21px;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
}