::-moz-selection {
  color: #fff !important;
  background-color: red !important;
}

::selection {
  color: #fff !important;
  background-color: red !important;
}

body {
  font-family: "Poppins", sans-serif;
}

/* ----- INICIO ----- */
.titulo-g {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}

.creditos {
  color: #000;
}

.sub-titulo {
  font-size: 20px;
}

.badge-primary {
  background-color: red !important;
  font-size: 16px;
}

.titulo-card {
  font-weight: 600;
}

.titulo-equipo {
  font-weight: 600;
  color: #000 !important;
}

.tecnologia-card {
  max-width: 16.33333% !important;
}

@media (max-width: 500px) {
  .tecnologia-card {
    max-width: initial !important;
  }
}
.equipo {
  color: red;
}

.card {
  border: 1px solid #efefef !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14) !important;
}

.cliente {
  background-color: #c3c3c3 !important;
}
.cliente:hover {
  background-color: red !important;
}

.perfil {
  max-width: 350px;
}

@media (max-width: 400px) {
  .titulo-g {
    font-size: 36px !important;
  }
}

/*# sourceMappingURL=style.css.map */
