* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,body {
  height:100%;
  background-color: white;
}

* h1 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

* h2 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
}

* h3 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
}

.text-center {
  align-items: center;
  display: flex;
}

* button {
  font-family: 'Poppins';
  font-weight: 400;
  background-color: #02b35f;
  border-radius: 2rem;
  border: 0;
  width: auto;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: .4s;
}

* button:hover {
  background-color: #02a458;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  position: absolute;
  background-color: #383b4e;
  border: 2px solid #383b4e;
  transition: .4s;
}

  /* Animação */
  
  [data-anime] {
    opacity: 0;
    transition: .3s;
  }
  
  [data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
  }
  
  [data-anime="right"] {
    transform: translate3d(50px, 0, 0);
  }
  
  [data-anime="top"] {
    transform: translate3d(0, -50px, 0);
  }
  
  [data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }

.listra::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #383b4e;
  transition: width .4s;
  margin: .05rem auto;
}

.listra:hover::after {
  width: 80%;
  transition: width .4s;
}

.meio {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2%;
}

.menu-header-mobile {
  display: none;
  padding: 0 2%;
}

.menu-header-mobile i {
  font-size: 3rem;
  color: #383b4e;
  display: none;
  cursor: pointer;
}

.mostrar-areas3 {
  display: flex;
  text-align: center;
  flex-direction: column;
  height: 0;
  padding: 1rem 0 0 0;
  overflow: hidden;
  transition: .4s;
}
.mostrar-areas3 a i {
  margin-left: .5rem;
  font-size: 1.1rem;
}

.mostrar-areas3 a {
  text-decoration: none;
  color: #383b4e !important;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1.1rem;
  margin-left: .6rem;
  transition: .4s;
  margin-top: .5rem;
  display: block;
  transition: .4s;
  padding: .5rem;
}

.mostrar-areas3 button i {
  margin-left: .5rem;
}

.pai-areas-atu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mostrar-areas {
  display: inline-block;
  text-align: center;
  position: absolute;
  margin-top: 4rem;
  flex-direction: column;
  height: 0;
  background-color: white;
  max-width: 18rem;
  overflow: hidden;
  transition: .4s;
}

.mostrar-areas a i {
  margin-left: .5rem;
  font-size: 1.1rem;
}

.mostrar-areas a {
  text-decoration: none;
  color: #383b4e !important;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1.1rem;
  transition: .4s;
  display: block;
  transition: .4s;
  padding: .5rem;
}

.mostrar-areas a:hover {
  background-color: rgb(238, 238, 238);
}

.mostrar-areas button {
  padding: 1rem 3rem;
  font-size: 1.3rem;
}

.mostrar-areas button i {
  margin-left: .5rem;
}

.mostrar-menu {
  display: flex;
  text-align: center;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}

.mostrar {
  height: 100%;
  max-height: 30rem;
  transition: .4s;
}

.mostrar2 {
  height: 11rem;
  transition: .4s;
}

.mostrar3 {
  height: 14rem;
  transition: .4s;
}

.mostrar-menu a i {
  margin-left: .5rem;
  font-size: 1.1rem;
}

.mostrar-menu a {
  text-decoration: none;
  color: #383b4e;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1.1rem;
  margin-left: .6rem;
  transition: .4s;
  margin-top: .5rem;
  display: block;
  transition: .4s;
  padding: .5rem;
  cursor: pointer;
}

.mostrar-menu a:hover {
  color: white !important;
  font-weight: 500;
  background-color: #313443;
}

.mostrar-menu button {
  padding: 1rem 3rem;
  font-size: 1.3rem;
}

.mostrar-menu button i {
  margin-left: .5rem;
}

.home {
  width: 100%;
}

.filho-home {
  background-image: url('imagens/photo-1510851896000-498520af22361.webp');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.filho-home2 {
  background-image: url('../imagens/photo-1510851896000-498520af22361.webp');
}

.header-menu-pai {
  width: 100%;
  background-color: white;
  padding: 1.5rem 2%;
  box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.61);
  z-index: 999;
}

.header-menu-pai > .header-menu > a > img {
  max-width: 40%;
  width: 100%;
  height: auto;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.part1-header-menu {
  display: flex;
  gap: 1rem;
}

.part1-header-menu span {
  color: white;
  font-family: 'Nunito';
}

.part1-header-menu i {
  color: #b69d74;
  font-size: 1rem;
  transition: .4s;
  cursor: pointer;
  margin-right: .3rem;
}

.part2-header-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.text-menu {
  display: flex;
}

.text-menu button i {
  margin-left: .5rem;
}

.text-menu button {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.content-wtp-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.liga-ad {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
  background-color: #b89c02;
}

.content-liga-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.liga-ad:hover {
  background-color: #957f01;
}

.liga-ad i {
  font-size: 1rem !important;
}

.redes-sociais-part2 {
  display: flex;
  gap: 1rem;
}

.redes-sociais-part2 i {
  color: #b69d74;
  font-size: 1.5rem;
  transition: .4s;
  cursor: pointer;
}

.redes-sociais-part2 i:hover {
  color: #dbbd8b;
}

.menu {
  padding: 2rem 2%;
}

.items-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu > a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.text-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.text-menu a {
  color: #383b4e;
  font-family: 'Poppins';
  text-decoration: none;
  transition: .4s;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
}

.text-menu a i {
  margin-left: .5rem;
  font-size: 1.1rem;
}

.main-home {
  display: flex;
  align-items: center;
}

.items-main-home {
  padding: 4rem 2%;
  justify-content: center;
  text-align: center;
}

.items-main-home h1 {
  color: white;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.items-main-home h2 {
  color: white;
  font-family: 'Roboto';
  margin-top: 1.3rem;
  font-weight: 600;
}

.items-main-home button i {
  font-size: 1.3rem;
  margin-left: .5rem;
}

.items-main-home button {
  padding: 1rem 2%;
  font-size: 1rem;
  margin-top: 2rem;
}

.items-main-home p {
  width: 100%;
  font-size: 1.1rem;
  font-family: 'Poppins';
  font-weight: 400;
  color: white;
  text-align: center;
}

.text-main-home {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  gap: 1rem;
}

.text-laws {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  gap: 1rem;
}

.sobre {
  background-color: white;
}

.items-sobre {
  padding: 4rem 2%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}

.items-sobre img {
  width: 90%;
  height: 90%;
  max-width: 512px;
  transition: .4s;
}

.text-items-sobre {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text-items-sobre h3 {
  font-family: 'Roboto';
  font-weight: 600;
  color: #383b4e;
  font-size: 1.3rem;
}

.text-items-sobre h1 {
  color: #313443;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 2.5rem;
}

.text-items-sobre p {
  font-family: 'Poppins';
  font-weight: 400;
  color: #383b4e;
  font-size: 1.1rem;
}

.text-items-sobre button {
  padding: .9rem;
  font-size: 1rem;
}

.text-items-sobre button i {
  font-size: 1.3rem;
  margin-left: .5rem;
}

.serv {
  background-color: white;
}

.items-serv {
  padding: 4rem 2%;
  text-align: center !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.items-serv h1 {
  color: #383b4e;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 2.5rem;
  max-width: 50rem;
}

.items-serv h2 {
  color: #383b4e;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Poppins';
}

.items-serv p {
  color: #383b4e;
  font-family: 'Poppins';
  font-weight: 400;
  max-width: 60rem;
  font-size: 1.1rem;
  width: 100%;
}

.items-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.items-box i {
  color: white;
  font-size: 2rem;
}

.items-box h1 {
  font-family: 'Poppins';
}

.boxes {
  width: 100%;
}

.icon-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pai-boxes1, .pai-boxes2 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 80%;
  width: 100%;
  justify-content: center;
}

.pai-box {
  background-color: #313445;
  border: 3px solid #3f4358;
  width: 100%;
  max-width: 14rem;
  height: 14rem;
  padding: 5% 2%;
  max-height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  cursor: pointer;
}

.pai-box:hover {
  background-color: #272a36;
}

.pai-box a {
  text-decoration: none;
}

.pai-box h1 {
  font-size: 1.3rem;
  color: white;
}

.text-items-box h1 {
  font-size: 1.1rem;
}

.items-serv button i {
  margin-left: .5rem;
  font-size: 1.3rem;
}

.items-serv button {
  padding: 1rem;
  margin-top: 1.5rem;
  font-size: 1rem;
}

.seg {
  width: 100%;
  max-width: 60rem;
}

.items-seg {
  display: flex;
  text-align: left;
}

.div1-seg, .div2-seg {
  width: 100%;
  display: flex;
  justify-content: center;
}

.rodape {
  background-color: white;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items-rodape {
  padding: 1rem 2%;
  display: flex;
  max-width: 1140px;
  flex-direction: column;
  text-align: center;
}

.items-rodape h1 {
  color: #383b4e;
  font-family: 'Poppins';
  font-size: 1.1rem;
}

.rodape-2 {
  background-color: white;
  padding: .5rem 2%;
}

.rodape-2 h2 {
  font-family: 'Poppins';
  font-weight: 400 !important;
  font-size: .6rem !important;
  color: rgb(204, 204, 204);
  text-align: right;
}

.rodape-2 h2 span a {
  color: rgb(160, 160, 160);
}

.rodape-2 h2 span i {
  margin-left: .5rem;
  color: rgb(160, 160, 160);
}

.items-rodape p {
  color: #383b4e;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .9rem;
}

.box6 .esconder-reposta-box p {
  transition: .4s;
}

.sobre-kayser {
  background-color: rgb(250, 250, 250);
  display: flex;
  justify-content: center;
  align-items: center;
}

.items-sobre-kayser {
  padding: 4rem 2%;
  width: 100%;
  max-width: 1140px;
}

.box-sobre-kayser {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-kayser {
  width: 50%;
  text-align: center;
}

.box-sobre-kayser img {
  width: 90%;
  height: 90%;
  max-width: 30rem;
}

.infos-kayser {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.infos-kayser h1 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #383b4e;
  font-size: 2.5rem;
}

.infos-kayser h2 {
  color: #383b4e;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.3rem;
  width: 70%;
}

.infos-kayser h3 {
  color: #383b4e;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.3rem;
  max-width: 40rem;
}

.infos-kayser p {
  width: 100%;
  font-size: 1.1rem;
  font-family: 'Poppins';
  font-weight: 400;
}

.infos-kayser button {
  padding: 1rem;
  margin-top: .5rem;
  font-size: 1rem;
}

.infos-kayser a {
  width: 100%;
}

.infos-kayser button i {
  font-size: 1.3rem;
  margin-left: .5rem;
}

.atendimento-online {
  background-image: url('imagens/Advocacia-do-futuro.webp');
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.content {
  background-color: rgba(51, 56, 77);
  border-radius: .5rem;
  width: 100%;
}

.items-content {
  padding: 4%;
}

.text-content {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.text-content h1 {
  color: white;
  font-family: 'Poppins';
  font-size: 2rem;
}

.text-content h2 {
  font-family: 'Poppins';
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
}

.text-content p {
  font-family: 'Poppins';
  font-size: 1.1rem;
  font-weight: 400;
}

.text-content button {
  padding: 1rem 3rem;
  width: 100%;
  margin-top: .5rem;
  font-size: 1rem;
}

.text-content button i {
  font-size: 1.3rem;
  margin-left: .5rem;
}

@media screen and (min-width: 1110px) {
  .mostrar-menu {
    display: none;
  }
}

@media screen and (max-width: 1110px) {

  .menu-header-mobile {
    display: block;
  }
  
  .menu-header-mobile i {
    display: inline-block;
  }

  .text-menu {
    display: none;
  }
}

@media screen and (max-width: 1517px) {
  .boxes .box {
    width: 100%;
    margin: 1rem 0;
  }

  .box1 .esconder-reposta-box .mostrar {
    height: auto;
  }
  .box2 .esconder-reposta-box .mostrar {
    height: auto;
  }
  .box3 .esconder-reposta-box .mostrar {
    height:auto;
  }
  .box4 .esconder-reposta-box .mostrar {
    height: auto;
  }
  .box5 .esconder-reposta-box .mostrar {
    height: auto;
  }
  .box6 .esconder-reposta-box .mostrar {
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .infos-kayser h2 {
    width: 100% !important;
  }

  .infos-kayser p {
    width: 100% !important;
  }

  .infos-kayser {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1000px) {
  .items-sobre {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .text-items-sobre {
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .text-items-sobre button {
    width: 100%;
    margin-top: .5rem;
    padding: 1rem;
  }

  .items-sobre h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 984px) {
  .items-seg {
    display: block;
    width: 100%;
    max-width: 60rem;
  }

  .div1-seg, .div2-seg {
    display: block;
  }
}

@media screen and (max-width: 930px) {
  .box-sobre-kayser {
    flex-direction: column;
  }

  .ft-kayser {
    width: 100%;
    max-width: 60%;
  }

  .infos-kayser {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 670px) {

  .content-box .img {
    width: 100%;
    max-width: none;
  }

  .content-box {
    flex-direction: column;
  }

  .text-box {
    width: 100%;
  }

  .box {
    padding: 2%;
  }

  .text-items-box h1 {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 620px) {
  .text-logo h1 {
    font-size: 1.7rem;
    text-align: left;
  }

  .text-logo h2 {
    font-size: .6rem;
  }
}

@media screen and (max-width: 542px) {
  .pai-box {
    width: 49%;
  }

  .text-items-box h1 {
    font-size: 1.05rem !important;
  }
}

@media screen and (max-width: 520px) {

  .items-rodape h2 {
    font-size: .8rem;
  }

  .mostrar-areas3 a {
    font-size: 1.1rem;
  }

  .items-rodape p {
    font-size: .8rem;
  }
}

@media screen and (max-width: 490px) {
  .main-home .items-main-home h1 {
    font-size: 1.7rem;
  }

  .items-main-home h2 {
    font-size: 1.2rem;
  }


}

@media screen and (max-width: 460px) {

  .pai-box {
    width: 45%;
  }

  .text-items-box h1 {
    font-size: .9rem !important;
  }

  .text-logo h1 {
    font-size: 1.7rem;
  }

  .text-logo h2 {
    font-size: .6rem;
    width: 10rem;
    text-align: left;
  }
  
  .items-serv h1 {
    font-size: 1.7rem;
  }

  .items-serv h2 {
    font-size: 1.2rem;
  }

  .items-serv > h1 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 392px) {
  .main-home .items-main-home h1 {
    font-size: 1.7rem;
  }

  .items-content h1 {
    font-size: 1.7rem;
  }

  .text-content h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 390px) {

  .items-rodape h2 {
    font-size: .8rem;
    text-align: center;
  }
}