a {
  text-decoration: none;
}

.card > img {
  background-size: cover;
}

.conteudo {
  width: 100%;
}

.default-bgc {
  background-color: #ededed;
}

.navbar-conteudo {
  background-color: #ededed;
}

.text-color-primary {
  color: #0193d5;
}

.btn-primary {
  border: 1px solid #0193d5;
  border-radius: 5px;
  padding: 0.75rem 0.375rem;
  color: #0193d5;
  text-decoration: none;
}

a > .btn-nav-link {
  color: #0193d5;
}

.btn-nav-secondary {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0.75rem 0.375rem;
  color: #0193d5;
  text-decoration: none;
}
.btn-nav-secondary:hover {
  border: 1px solid #0193d5;
}

.btn-hero {
  background-color: #fff;
  color: #0193d5;
}

.btn-primary:hover {
  background-color: #0193d5;
  color: #fff;
}

.hero-image {
  background-image: url("../images/eletricista_imagem_2_small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 500px;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 50%;
  color: white;
}

.hero-text > h3 {
  font-size: 4rem;
}

.services-section {
  width: 100%;
  text-align: center;
}

.services-top-image {
  background-image: url("../images/eletricista_imagem_2_small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 50px;
}

.services-top-title {
  text-align: center;
  position: absolute;
  color: #fff;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 15px;
}

footer {
  color: #fff;
}

footer > a {
  text-decoration: none;
  color: #fff;
}

footer > .conteudo {
  background-color: #202941;
}

.footer-left {
  background-image: url("../images/mapa_mundi_small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100px;
  padding-top: 1.75rem;
}
