@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  scroll-behavior: smooth;
}

body, html {
  height: 100%;
  box-sizing: border-box;
}

:root {
  --banner-text:rgb(231, 227, 227);
  --color-text-ouro: #b69d74;
}

/*inicio tela inicial banner*/
.main-banner {
  width: 100%;
  height: 100vh;
  background-image: url("/assets/banner-main.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 985px) {
  .main-banner .logo {
    width: 180px;
    height: 60px;
    margin: 20px;
    background-image: url("/assets/logo-site.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.main-banner .menu-desktop {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 985px) {
  .main-banner .menu-desktop {
    display: none;
  }
}
.main-banner .menu-desktop .container-nav {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-banner .menu-desktop .container-nav .logo {
  width: 200px;
  height: 80px;
  margin-left: 15px;
  background-image: url("/assets/logo-site.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 985px) {
  .main-banner .menu-desktop .container-nav .logo {
    display: none;
  }
}
.main-banner .menu-desktop .container-nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main-banner .menu-desktop .container-nav ul li {
  list-style-type: none;
  line-height: 88px;
  margin: 0 50px;
}
.main-banner .menu-desktop .container-nav ul li a {
  text-decoration: none;
  color: white;
  color: var(--color-text-ouro);
  position: relative;
}
.main-banner .menu-desktop .container-nav ul li a::after {
  content: " ";
  width: 0%;
  height: 4px;
  background-color: var(--color-text-ouro);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.5s ease-in-out;
}
.main-banner .menu-desktop .container-nav ul li a:hover::after {
  width: 100%;
}
.main-banner .menu-mobile {
  display: none;
}
@media screen and (max-width: 985px) {
  .main-banner .menu-mobile {
    display: block;
  }
}
.main-banner .menu-mobile .btn-menu {
  display: none;
  position: absolute;
  right: 45px;
  top: 50px;
  cursor: pointer;
}
@media screen and (max-width: 985px) {
  .main-banner .menu-mobile .btn-menu {
    display: block;
  }
}
.main-banner .menu-mobile .btn-menu .line1 {
  transition: 0.5s ease;
  background-color: var(--color-text-ouro);
  width: 50px;
  height: 4px;
  margin-bottom: 5px;
}
.main-banner .menu-mobile .btn-menu .line2 {
  transition: 0.5s ease;
  background-color: var(--color-text-ouro);
  width: 50px;
  height: 4px;
}
.main-banner .menu-mobile .modal-mobile {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: var(--color-text-ouro);
  transition: 0.5s ease-in-out;
}
.main-banner .menu-mobile .modal-mobile ul {
  text-align: center;
}
.main-banner .menu-mobile .modal-mobile ul li {
  list-style-type: none;
  margin: 16px 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-banner .menu-mobile .modal-mobile ul li a {
  text-decoration: none;
  font-size: 19px;
  color: black;
}
.main-banner .text-banner {
  width: 100%;
  max-width: 1280px;
  margin: 10% auto 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.main-banner .text-banner .text {
  width: 55%;
}
@media screen and (max-width: 985px) {
  .main-banner .text-banner .text {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .main-banner .text-banner .text {
    margin-top: 30%;
  }
}
.main-banner .text-banner .text h2 {
  color: var(--banner-text);
  font-size: 40px;
}
.main-banner .text-banner .text p {
  margin-top: 15px;
  margin-bottom: 37px;
  color: var(--banner-text);
  text-align: justify;
  font-size: 18px;
}
.main-banner .text-banner .text .btn {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 35px;
  color: var(--banner-text);
  overflow: hidden;
  border: 2px solid var(--color-text-ouro);
  position: relative;
}
.main-banner .text-banner .text .btn span {
  position: relative;
  z-index: 1;
}
.main-banner .text-banner .text .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  background-color: var(--color-text-ouro);
  transition: 0.7s ease;
}
.main-banner .text-banner .text .btn:hover {
  color: black;
}
.main-banner .text-banner .text .btn:hover:before {
  width: 100%;
}
.main-banner .text-banner .banner {
  background-image: url(/assets/malho-do-tema-da-lei-do-martelo-de-madeira-e-livros-do-juiz_768733-1266-removebg-preview.png);
  width: 45%;
  margin-left: 10px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 985px) {
  .main-banner .text-banner .banner {
    display: none;
  }
}

/*diferenciais*/
.container-mais {
  width: 100%;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  height: 300px;
}
@media screen and (max-width: 800px) {
  .container-mais {
    max-width: 80%;
    height: 570px;
  }
}
.container-mais .container-absolute {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(75, 73, 73);
}
.container-mais .container-absolute .container-flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .container-mais .container-absolute .container-flex {
    flex-direction: column;
  }
}
.container-mais .container-absolute .container-flex .container {
  border-right: 0.5px solid black;
  width: 33.3%;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .container-mais .container-absolute .container-flex .container {
    width: 100%;
    border: 0;
  }
}
.container-mais .container-absolute .container-flex .container:last-child {
  border: 0;
}
.container-mais .container-absolute .container-flex .container .img-selo {
  text-align: center;
}
.container-mais .container-absolute .container-flex .container .img-selo img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.container-mais .container-absolute .container-flex .container h2 {
  margin-top: 5px;
  text-align: center;
  font-size: 19px;
  color: rgb(99, 35, 35);
}
.container-mais .container-absolute .container-flex .container p {
  margin-top: 10px;
  text-align: center;
}

/*sobre o escritorio*/
.sobre-escritorio {
  margin: 50px auto 0 auto;
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 410px) {
  .sobre-escritorio {
    margin: 100px auto 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .sobre-escritorio {
    margin: 130px auto 0 auto;
  }
}
.sobre-escritorio h1 {
  text-align: left;
  color: rgb(99, 35, 35);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 32px;
  font-family: "Satisfy", cursive;
}
.sobre-escritorio .container-sobre {
  width: 100%;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .sobre-escritorio .container-sobre {
    flex-direction: column-reverse;
  }
}
.sobre-escritorio .container-sobre .sobre-text {
  width: 60%;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .sobre-escritorio .container-sobre .sobre-text {
    width: 100%;
    margin: 0;
  }
}
.sobre-escritorio .container-sobre .sobre-text p {
  text-align: justify;
  color: rgb(95, 94, 94);
}
.sobre-escritorio .container-sobre .img-sobre {
  padding: 40px;
  width: 40%;
}
@media screen and (max-width: 900px) {
  .sobre-escritorio .container-sobre .img-sobre {
    width: 100%;
    padding-bottom: 20px;
  }
}
.sobre-escritorio .container-sobre .img-sobre img {
  width: 450px;
  height: 200px;
}
@media screen and (max-width: 630px) {
  .sobre-escritorio .container-sobre .img-sobre img {
    width: 300px;
    height: 150px;
  }
}

/* area de atuações*/
main {
  margin: 110px auto 0 auto;
  max-width: 80%;
  width: 100%;
  background-image: url(/assets/4.png);
  background-size: contain;
}
main h1 {
  text-align: left;
  color: rgb(99, 35, 35);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 32px;
  font-family: "Satisfy", cursive;
}
main .title-type-card {
  text-align: center;
  margin-bottom: 10px;
  font-size: 27px;
  color: rgb(99, 35, 35);
  margin-top: 30px;
}
main .container-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
main .container-cards .cards {
  width: 27%;
  padding: 10px;
  border: 1px solid rgb(99, 35, 35);
  margin: 12px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  transition: 0.5s ease-in-out;
  position: relative;
  /*.active{
      height: auto;
      .span-gradient{
          display: none;
      }
  }

  .activeBtn{
      background-color: rgb(99, 35, 35);
      color: white;
  }*/
  /*p{
        height: 150px;
        overflow: hidden;
        position: relative;
        transition: 5.3s ease-in-out;
        text-align: justify;

        span{
            position: absolute;
            width: 100%;
            height: 40px;
            bottom: 0;
            left: 0;
            background: linear-gradient(transparent, #ffffff);
        }

    }/*


  /* button{
        margin-top: 10px;
        cursor: pointer;
        padding: 10px 30px;
        background-color: white;
        border: 1px solid rgb(99,35,35);

        position: relative;

        span{
            position: relative;
            z-index: 1;
        }

        &:before{
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

            width: 0;
            height: 100%;

            background-color: rgb(99,35,35);

            transition: .7s ease;
        }

        &:hover{
            color: white;

            &:before{
                width: 102%;

            }
        }

    }*/
}
main .container-cards .cards:hover {
  box-shadow: 0 0 10px rgb(75, 73, 73);
}
@media screen and (max-width: 1024px) {
  main .container-cards .cards {
    width: 42%;
  }
}
@media screen and (max-width: 800px) {
  main .container-cards .cards {
    width: 100%;
  }
}
main .container-cards .cards .header-card {
  position: absolute;
  width: 160px;
  height: 80px;
  top: 0;
  left: -1px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: rgb(99, 35, 35);
  transition: 0.5s ease-in-out;
}
main .container-cards .cards .header-card img {
  margin-top: 5%;
  width: 50px;
  height: 50px;
}
main .container-cards .cards h2 {
  margin-top: 80px;
  text-align: center;
  font-size: 19px;
  color: rgb(99, 35, 35);
}

/*inicio footer*/
footer {
  margin-top: 150px;
  width: 100%;
  height: 230px;
  background-image: url(/assets/4.png);
  background-color: rgb(59, 59, 59);
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  footer {
    height: 430px;
  }
}
footer .line-flutuante {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 22px;
  background-color: rgba(182, 157, 116, 0.6862745098);
}
footer .container-flutuante {
  z-index: 2;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 200px;
  background-color: #b69d74;
}
@media screen and (max-width: 800px) {
  footer .container-flutuante {
    height: auto;
  }
}
footer .container-flutuante .container-contato {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .container-flutuante .container-contato {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
  }
}
footer .container-flutuante .container-contato img {
  width: 32px;
  height: 32px;
}
footer .container-flutuante .container-contato h2 {
  color: white;
}
footer .container-flutuante .container-contato p {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  footer .container-flutuante .container-contato p {
    margin-bottom: 20px;
  }
}
footer .copyright {
  z-index: 2;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
footer .copyright P {
  color: white;
}
footer .copyright a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 800px) {
  footer .copyright {
    top: 380px;
  }
}/*# sourceMappingURL=style.css.map */