@font-face {
  font-family: Montserrat-SemiBold;
  src: url(assets/fontes/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../assets/fontes/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../assets/fontes/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../assets/fontes/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../assets/fontes/Montserrat-ExtraBold.ttf) format("truetype");
}
body {
  font-family: Montserrat-Regular;
  font-size: 16px;
  background-color: #282828;
}
body .fade-in {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
body .fade-in.visivel {
  opacity: 1;
}

header {
  background-color: #000000;
}
header .navbar .navbar-brand img {
  height: 7.5rem;
}
@media screen and (max-width: 1399px) {
  header .navbar .navbar-brand img {
    height: 5.3rem;
  }
}
header .navbar .nav-link {
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header .navbar .nav-link {
    font-size: 1.2rem;
  }
}
header .navbar .nav-link {
  color: #ffffff;
  --bs-navbar-nav-link-padding-x: 25px;
  transition: color 0.35s ease-in-out;
}
header .navbar .nav-link:hover {
  color: #e10303;
}
header .navbar .nav-link.active {
  font-weight: bold;
  color: #e10303;
}
header .navbar .navbar-toggler {
  background-color: #ffffff;
}
header .navbar .btn.btn-orcamento {
  padding: 0.8rem 3rem;
  font-size: 1.2rem;
  background-color: #e10303;
  color: #ffffff;
  border-radius: 5rem;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}
header .navbar .btn.btn-orcamento:hover {
  background-color: #ffffff;
  color: #e10303;
}
@media screen and (max-width: 1399px) {
  header .navbar .btn.btn-orcamento {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  header .navbar .btn.btn-orcamento {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  header .navbar .rede-social {
    width: 100%;
    text-align: center;
  }
}
header .navbar .rede-social a {
  font-size: 1.7rem;
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
header .navbar .rede-social a:hover {
  color: #e10303;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header .navbar .rede-social a {
    font-size: 1.5rem;
  }
}

footer {
  padding: 5rem 0;
  font-size: 1.3rem;
  background-color: #740303;
  color: #ffffff;
}
footer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1199px) {
  footer a {
    justify-content: center;
  }
}
footer a:hover {
  color: #000;
}
footer a i {
  padding-right: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  footer a.email {
    font-size: 1rem;
  }
}
footer .logo img {
  max-height: 10rem;
}
@media screen and (max-width: 1399px) {
  footer .logo img {
    height: 8rem;
  }
}

article {
  margin-bottom: 10rem;
}
article .imagem-destaque {
  margin-bottom: 5rem;
}
article .espacador {
  padding-bottom: 10rem;
}
article .logo img {
  max-height: 22rem;
}
@media screen and (max-width: 1199px) {
  article .logo img {
    max-height: 17rem;
  }
}
article .formulario .form-label {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}
article .formulario .form-control {
  background-color: #181818;
  border: thin solid #707070;
  color: #ffffff;
  padding: 0.8rem 1.5rem;
}
article .formulario .form-control::placeholder {
  color: #ffffff;
  opacity: 0.52;
}
article .formulario textarea.form-control {
  height: 6rem;
}
article .formulario .btn.btn-envia {
  padding: 0.8rem 3rem;
  font-size: 1.2rem;
  background-color: #e10303;
  color: #ffffff;
  border-radius: 5rem;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}
article .formulario .btn.btn-envia:hover {
  background-color: #ffffff;
  color: #e10303;
}
article .mais-informacao {
  margin-top: 7rem;
}
@media screen and (max-width: 991px) {
  article .mais-informacao {
    margin-top: 2rem;
  }
}
article .mais-informacao .btn-email,
article .mais-informacao .btn-telefone,
article .mais-informacao .btn-whatsapp {
  padding: 0.8rem 3rem;
  font-size: 1.2rem;
  background-color: #e10303;
  color: #ffffff;
  border-radius: 5rem;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}
article .mais-informacao .btn-email:hover,
article .mais-informacao .btn-telefone:hover,
article .mais-informacao .btn-whatsapp:hover {
  background-color: #ffffff;
  color: #e10303;
}
article .mais-informacao .btn-email,
article .mais-informacao .btn-telefone,
article .mais-informacao .btn-whatsapp {
  display: flex;
  align-items: center;
  background-color: #741919;
}
@media screen and (max-width: 575px) {
  article .mais-informacao .btn-email,
  article .mais-informacao .btn-telefone,
  article .mais-informacao .btn-whatsapp {
    justify-content: center;
  }
}
article .mais-informacao .btn-email i,
article .mais-informacao .btn-telefone i,
article .mais-informacao .btn-whatsapp i {
  padding-right: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  article .mais-informacao .btn-email {
    font-size: 0.75rem;
  }
}
