/* Card de Informações */
.fazemos {
  margin-top: -10px;
  margin-bottom: 120px;
}

.destaques {
  margin-top: 90px;
  width: 100%;
  height: 550px;
  background-image: url(../img/justice-scale-and-lady-justice-k7iegk4785mxrnj6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 8px 320px 0px 0px;
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.845);
}

/* Informações */
.noticias {
  margin-top: 40px;
}

.informacoes {
  height: 400px;
}

.informacoes h1 {
  margin-top: 50px;
  color: #fff;
  font-size: 5em;
  font-weight: bold;
  line-height: 80px;
}

.informacoes h1 strong {
  margin-top: 60px;
  color: #c18f39;
  font-weight: bold;
}

.informacoes p {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
}

.informacoes .fale {
  display: none;
}

.formulario {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}

.formulario h4 {
  margin-top: 20px;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
}

.formulario p {
  padding: 0px 20px 5px 20px;
  text-align: left;
  font-size: .8em;
}

.formulario form {
  padding: 0px 20px 0px 20px;
}

.formulario input {
  margin-bottom: 20px;
}

.formulario .editar {
  text-align: right;
}

.formulario button {
  width: 100px;
  background-color: #000;
  font-weight: 600;
}

/* O Escritório */
.video {
  width: 100%;
  height: 300px;
  text-align: center;
  margin-top: -40px;
}

.video video {
  width: 90%;
}

.escritorio {
  margin-top: -50px;
}

.escritorio h4 {
  color: #cd9b20;
  font-weight: 700;
}

.escritorio h6 {
  font-size: 1.8em;
  font-weight: 700;
}

.escritorio p {
  font-size: 1em;
}

/* Destaques */
.pub {
  margin-top: 30px;
}

.destaque_one {
  margin-top: 0px;
  width: 100%;
  height: 200px;
  background-image: url(../img/Escritorio-de-Advocacia.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 8px 320px 0px 0px;
  position: relative;
  overflow: hidden;
}

.overlay_one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.792);
}

.destaque_one h1 {
  margin-top: 40px;
  color: #c18f39;
  font-weight: 700;
}

.destaque_one h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3em;
}

.rotating-text {
  margin-top: -10px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: white;
  transform: translateX(-0px);
}

.rotating-text p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
}

.rotating-text p .word {
  position: absolute;
  display: flex;
  opacity: 0;
}

.rotating-text p .word .letter {
  transform-origin: center center 25px;
}

.rotating-text p .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}

.rotating-text p .word .letter.in {
  transition: 0.38s ease;
}

.rotating-text p .word .letter.behind {
  transform: rotateX(-90deg);
}

.w-1 {
  color: #ffffff;
}

.w-2 {
  color: #ffffff;
}

.w-3 {
  color: #ffffff
}

.w-4 {
  color: #ffffff;
}

.animated-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-heading h1 {
  color: #cdcdcd;
  font-weight: 500;
}

span#words {
  font-weight: bolder;
}

.frase {
  margin-top: 40px;
}

.destaque_one .frase p {
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: 500;
  color: #efefef;
}

.destaque_one .imagem {
  text-align: right;
}

.destaque_one .imagem img {
  width: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.destaque_one .imagem span {
  color: #d3ab70;
}

/* Contratação */
.saiba {
  margin-top: 60px;
}

.saiba h2 {
  text-align: center;
  font-weight: 700;
}

.saiba h2 strong {
  color: #b3802b;
}

.contratar {
  margin-top: 50px;
}

.contratar .descricao {
  border: 5px solid #080808;
  border-radius: 10px;
  background-color: #fefefe;
  height: 280px;
}

.contratar .descricao h3 {
  margin-top: -2px;
  margin-left: -2px;
  background-color: #0b0b0b;
  width: max-content;
  padding: 5px 15px 5px 15px;
  text-align: center;
  border-top-left-radius: 9px;
  color: #fff;
  font-weight: bold;
}

.contratar .descricao h6 {
  text-align: center;
  font-weight: 700;
}

.contratar .descricao p {
  padding: 0px 10px 0px 10px;
  color: #000;
  font-size: .9em;
}

/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

  /* Card de Informações */
  .fazemos {
    margin-bottom: 90px;
  }

  .destaques {
    margin-top: 78px;
    width: 100%;
    height: 680px;
    background-image: url(../img/justice-scale-and-lady-justice-k7iegk4785mxrnj6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 8px 320px 0px 0px;
    position: relative;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.845);
  }

  /* Informações */
  .noticias {
    margin-top: 40px;
  }

  .informacoes {
    margin-left: 0px;
    height: auto;
  }

  .informacoes h1 {
    margin-top: 70px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    line-height: 50px;
  }

  .informacoes h1 strong {
    color: #c48a35;
    font-weight: bold;
  }

  .informacoes p {
    margin-top: 20px;
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
  }

  .informacoes .fale {
    display: contents;
    font-size: 1em;
    color: #fff;
  }

  .informacoes .fale a {
    background-color: rgba(86, 70, 45, 0.689);
    padding: 15px 25px 15px 25px;
    border: 1.5px solid #fff;
    border-radius: 10px;
    color: #fff;
    margin-top: 50px;
  }

    .informacoes .fale a:hover {
    text-decoration: none;
     background-color: #a88143;
  }

  .formulario {
    display: none;
  }

  /* O Escritório */
  .video {
    margin-top: -30px;
    width: 100%;
    height: 200px;
    text-align: center;
  }

  .video video {
    width: 100%;
  }

  .escritorio {
    margin-top: 50px;
  }

  .escritorio h4 {
    color: #c8841c;
    font-weight: 700;
    font-size: 1.6em;
  }

  .escritorio h5 {
    font-size: 1.5em;
    font-weight: 700;
  }

  .escritorio p {
    font-size: 1.1em;
  }

  /* Destaques */
  .pub {
    margin-top: 30px;
  }

  .destaque_one {
    margin-top: 0px;
    width: 100%;
    height: 340px;
    background-image: url(../img/Escritorio-de-Advocacia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 8px 320px 0px 0px;
    position: relative;
    overflow: hidden;
  }

  .overlay_one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.792);
  }

  .destaque_one h1 {
    margin-top: 40px;
    color: #cea76d;
    font-weight: 700;
    font-size: 1.8em;
  }

  .destaque_one h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
  }

  .rotating-text {
    margin-top: 10px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: white;
    transform: translateX(-0px);
  }

  .rotating-text p {
    display: inline-flex;
    margin: 0;
    vertical-align: top;
  }

  .rotating-text p .word {
    position: absolute;
    display: flex;
    opacity: 0;
  }

  .rotating-text p .word .letter {
    transform-origin: center center 25px;
  }

  .rotating-text p .word .letter.out {
    transform: rotateX(90deg);
    transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
  }

  .rotating-text p .word .letter.in {
    transition: 0.38s ease;
  }

  .rotating-text p .word .letter.behind {
    transform: rotateX(-90deg);
  }

  .w-1 {
    color: #ffffff;
  }

  .w-2 {
    color: #ffffff;
  }

  .w-3 {
    color: #ffffff
  }

  .w-4 {
    color: #ffffff;
  }

  .animated-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .animated-heading h1 {
    color: #cdcdcd;
    font-weight: 500;
  }

  span#words {
    font-weight: bolder;
  }

  .ocultar {
    display: none;
  }

  .frase {
    margin-top: -20px;
  }

  .destaque_one .frase p {
    margin-top: 90px;
    font-size: 1.1em;
    font-weight: 400;
    color: #efefef;
  }

  .destaque_one .imagem {
    margin-top: -20px;
    text-align: right;
  }

  .destaque_one .imagem img {
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .destaque_one .imagem span {
    color: #d3ab70;
  }

  /* Contratação */
  .saiba {
    margin-top: 40px;
  }

  .saiba h2 {
    text-align: left;
    font-weight: 700;
    font-size: 1.4em;
  }

  .saiba h2 strong {
    color: #b3802b;
  }

  .contratar {
    margin-top: 30px;
  }

  .contratar .descricao {
    border: 5px solid #080808;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 250px;
  }

  .contratar .descricao h3 {
    margin-top: -2px;
    margin-left: -2px;
    background-color: #0b0b0b;
    width: max-content;
    padding: 5px 15px 5px 15px;
    text-align: center;
    border-top-left-radius: 9px;
    color: #fff;
    font-weight: bold;
  }

  .contratar .descricao h6 {
    text-align: center;
    font-weight: 700;
  }

  .contratar .descricao p {
    padding: 0px 10px 10px 10px;
    color: #000;
    font-size: 1em;
  }

}