@font-face {
  font-family: Rajdhani;
  src: url("../fonts/Rajdhani-Medium.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Rajdhani-Bold;
  src: url("../fonts/Rajdhani-Bold.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Rajdhani-semi;
  src: url("../fonts/Rajdhani-SemiBold.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Ubuntu;
  src: url("../fonts/Ubuntu-Regular.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url("../fonts/Ubuntu-Bold.ttf") format("opentype");
  font-display: swap;
}
.contato {
  background: #770e18;
  padding: 75px 0 85px 45px;
}
.contato .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.subtitulo_contato {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 20px;
  margin-left: 17px;
}
.subtitulo_contato .subtitulo_1 {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #e18f2e;
  padding-bottom: 10px;
}
.entre-em-contato form {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 37px;
}
.entre-em-contato form input,
.entre-em-contato textarea {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: none;
  outline: none;
  margin: 7px 0;
  padding: 7px 10px;
  font-size: 12px;
  color: #575756;
  font-family: Ubuntu, sans-serif;
}
.entre-em-contato textarea {
  height: 220px;
  resize: none;
}
.entre-em-contato .btn {
  width: 95px;
  height: 45px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  font-family: Ubuntu-Bold, sans-serif;
  border-radius: 10px;
  color: #482c20;
  align-self: flex-end;
  margin-top: 15px;
}
.notificacao {
  font-size: 12px;
  font-weight: bold;
  background: #e18f2e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 24px;
  top: -6px;
  border-radius: 50%;
}

/* contato chat*/
.chat .subtitulo_contato {
  position: relative;
}
.chat {
  display: flex;
  flex-direction: column;
}
.bp {
  height: 350px;
  overflow-y: scroll;
  margin-top: 40px;
  padding: 0 25px 25px 0;
}
.enviado,
.recebido {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-gap: 20px;
  align-items: center;
  background: #fff;
  padding: 7px 25px;
  border-radius: 15px 0;
  box-shadow: 10px 6px rgba(0, 0, 0, 0.11);
  position: relative;
}
.avatar-msg {
  font-size: 25px;
  font-family: Rajdhani-Bold, sans-serif;
  color: #770e18;
}
.titulo-msg {
  font-family: Rajdhani-semi;
  font-size: 16px;
  color: #770e18;
  margin-bottom: 10px;
}
.conteudo-msg p,
.recebido p {
  color: #706f6f;
  width: 90%;
}
.simbol {
  position: absolute;
  font-weight: bold;
  color: #f08f00;
  right: 15px;
  top: 7px;
}
.recebido {
  display: block;
  margin-top: 25px;
  border-radius: 15px 50px 50px 0;
}

.enviar-msg {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  margin-top: 25px;
  outline: none;
  border: none;
  resize: none;
  padding: 7px 25px;
  font-size: 16px;
  font-family: Rajdhani-semi;
  color: #706f6f;
}

.chat .btn {
  margin-right: 30px;
  align-self: flex-end;
  width: 100px !important;
  border: none;
  outline: none;
  font-size: 12px;
  cursor: pointer;
  margin-top: 25px;
  font-weight: normal;
}

.bp::-webkit-scrollbar {
  width: 18px;
}
.bp::-webkit-scrollbar-thumb {
  background: #e18f2e;
  border-left: 4px solid #faf6ed;
  border-right: 4px solid #faf6ed;
  border-top: 2px solid #faf6ed;
  border-bottom: 2px solid #faf6ed;
}
.bp::-webkit-scrollbar-track {
  background: #faf6ed;
}

.contatos .subtitulo_contato .subtitulo_1 {
  padding-top: 15px;
}
.contatos .subtitulo_contato {
  margin-bottom: 30px;
}
.contatos p {
  color: #fff;
}
/* ******************************************************** */
.somos {
  background: url(../imagens/bg-sobre.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 63px 0 127px 32px;
  height: auto;
}
.somos .subtitulo_1,
.titulo_sec .subtitulo_1 {
  font-size: 18px;
  border-bottom: 1px solid #771218;
  padding-bottom: 10px;
  width: 44%;
  margin-bottom: 42px;
}
.somos iframe {
  width: 75%;
  height: 842px;
}
@media (max-width: 1550px) {
  .somos iframe {
    height: 542px;
  }
  .somos {
    background-size: cover;
  }
}
@media (max-width:780px) {
    #nav.active ul {
        height: auto !important;
    }
}

.titulo_sec {
  padding-left: 50px;
  padding-top: 35px;
  padding-bottom: 58px;
}
.titulo_sec .subtitulo_1 {
  width: 100%;
}
.conteudo-sobre {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
}
.conteudo-sobre p {
  margin-bottom: 0.6em;
}

/* responsivo */
@media only screen and (min-width: 900px) and (max-width: 1150px) {
  .faq {
    background-position: right;
  }
  .contato {
    padding: 75px 0 85px 0;
  }
  .contato .container {
    grid-gap: 40px;
  }

  .somos .subtitulo_1 {
    width: 75% !important;
  }
  .somos {
    background-size: cover;
  }
  .somos iframe {
    height: 442px;
  }
}
@media only screen and (min-width: 788px) and (max-width: 899px) {
  .contato {
    padding: 75px 0 85px 0;
  }
  .contato .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }

  .somos .subtitulo_1 {
    width: 100% !important;
  }
  .somos {
    height: auto;
    padding: 40px 0 80px 0;
  }
  .somos iframe {
    width: 100%;
    height: 350px;
  }
  .titulo_sec {
    padding-left: 0;
  }
  .conteudo-sobre {
    grid-gap: 40px;
  }
  .somos iframe {
    height: 442px;
  }
}
@media only screen and (min-width: 551px) and (max-width: 787px) {
  .contato {
    padding: 40px 0;
  }
  .contato .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
  .subtitulo_contato {
    margin-left: 0;
  }

  .somos .subtitulo_1 {
    width: 100% !important;
  }
  .somos {
    height: auto;
    padding: 40px 0 40px 0;
  }
  .somos iframe {
    width: 100%;
    height: 290px;
  }
  .titulo_sec {
    padding-left: 0;
  }
  .conteudo-sobre {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .contato {
    padding: 40px 0;
  }
  .contato .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
  .subtitulo_contato {
    margin-left: 0;
  }
  .enviado,
  .recebido {
    grid-template-columns: 1fr;
  }
  .contatos {
    margin-top: 30px;
  }

  .somos .subtitulo_1 {
    width: 100% !important;
  }
  .somos {
    height: auto;
    padding: 40px 0 40px 0;
  }
  .somos iframe {
    width: 100%;
    height: 240px;
  }
  .titulo_sec {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .conteudo-sobre {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
