body {
  background: white;
  position: relative;
  font-family: "Roboto", sans-serif;
}

#resistenciaNavbar {
  background-color: transparent;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#resistenciaNavbar.navbar-shrink {
  background-color: black;
}

#resistenciaNavbar .nav-link:hover {
  color: #ea1c2c;
}

#resistenciaNavbar .nav-link.active {
  color: #eb2632;
}

#resistenciaNavbar .nav-link {
  color: #ffffff;
}

#navbarNavAltMarkup {
  text-align: right;
}

#logoPrincipal {
  max-height: 4rem;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

#logoPrincipal.shrink {
  max-height: 2.3rem;
}

@media (max-width: 575.98px) {
  #logoPrincipal {
    max-width: 16rem;
  }
  #imgSedex {
    max-height: 2rem;
  }
}

#bannerEntrada {
  background: url("../Images/FINALhome.jpg") center center / cover no-repeat;
  height: 60rem;
}

#sectionServicos .card {
  height: 100%;
}

#sectionServicos .card-img-top {
  height: 100%;
}

#sectionServicos .card-body {
  background: black;
  color: white;
}

#sectionEmpresa {
  background-color: lightgrey;
}

h6 {
  line-height: 2em;
}

.titulo-secao {
  font-weight: 700;
}

.card-servico-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: red;
}

.card-servico-hover:hover {
  opacity: 0.9;
}

.card-servico-hover .card-servico-hover-conteudo {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#sectionContato {
  background: #0c1013;
  color: white;
}

#sectionContato .imagem-fundo {
  background: url("../Images/FOTOFINALCONTATO_A.jpg") center center / cover
    no-repeat;
}

hr {
  border-color: red;
  border-width: 0.4em;
  width: 20%;
  margin-top: 0em;
  margin-bottom: 1em;
  margin-left: 0em;
}

#sectionRedesSociais {
  margin-bottom: 2em;
}

.icon-redes-sociais {
  font-size: 4rem;
  color: black;
}

.icon-redes-sociais:hover {
  color: #ea1c2c;
}

#sedexTitle {
  color: #ea1c2c;
  font-weight: bold;
  font-size: 1.1rem;
}
