@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 {
  overflow-x: hidden;
}
article .argumento {
  position: relative;
  padding: 3rem 0;
}
article .argumento .marcador-dica {
  position: absolute;
  top: 3.2rem;
  left: -2rem;
  padding: 0.8rem 1rem;
  padding-left: 10vw;
  border-radius: 2rem;
  background-color: #e10303;
}
@media screen and (max-width: 575px) {
  article .argumento .marcador-dica {
    display: none;
  }
}
article .argumento .marcador-dica img {
  height: 50px;
}
article .argumento p {
  padding-left: 8rem;
  color: #ffffff;
  opacity: 0.67;
}
@media screen and (max-width: 575px) {
  article .argumento p {
    padding-left: 0;
  }
}
article .servico {
  padding: 3rem 0 6rem 0;
  background-color: #e4e4e4;
}
article .servico .servico-resumo {
  padding: 2rem 5rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 575px) {
  article .servico .servico-resumo {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  article .servico .servico-resumo {
    padding: 2rem;
  }
}
article .servico .servico-resumo .servico-resumo-titulo {
  font-family: Montserrat-ExtraBold;
  font-size: 1.5rem;
  color: #BB0E0E;
}
article .servico .servico-resumo .servico-resumo-titulo img {
  padding-right: 0.35rem;
  max-height: 30px;
}
article .servico .servico-resumo .servico-resumo-descricao {
  color: #707070;
}
article .servico .servico-especificacao {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 3rem;
  background-color: #868686;
  border-radius: 2rem;
  color: #ffffff;
}
article .servico .servico-especificacao .servico-especificacao-marcador {
  position: absolute;
  top: 1rem;
  right: -33.3333333333vw;
  padding: 0.8rem 2.5rem;
  padding-right: 41.6666666667vw;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  article .servico .servico-especificacao .servico-especificacao-marcador {
    display: none;
  }
}
article .servico .servico-especificacao .servico-especificacao-marcador img {
  height: 65px;
}
article .servico .servico-especificacao .servico-especificacao-titulo {
  font-family: Montserrat-ExtraBold;
  font-size: 1.6rem;
}
article .servico .servico-especificacao .servico-especificacao-titulo::after {
  display: block;
  margin-top: 0.8rem;
  width: 80%;
  content: "";
  border-bottom: 2px solid #ffffff;
  opacity: 0.41;
}
article .servico .servico-especificacao .servico-especificacao-titulo span {
  padding-left: 1rem;
  font-family: Montserrat-Regular;
  font-size: 1rem;
}
article .servico .servico-especificacao .servico-especificacao-subtitulo {
  margin-top: 1.5rem;
  font-family: Montserrat-Bold;
  font-size: 1.3rem;
}
article .servico .servico-especificacao .servico-especificacao-descricao {
  margin-top: -0.8rem;
  color: #E3E3E3;
}
