/* Tipografía */
.title,
.subtitle,
.project-title,
.nav-title,
.project-desc,
.fecha-publicacion,
.tech-title {
  font-family: "Raleway", sans-serif;
}

/* NAVBAR */
.custom-navbar {
  background: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* WRAPPER */
.portfolio-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-box {
  max-width: 1200px;
}

/* FECHA */
.fecha-publicacion {
  font-size: .8rem;
  color: #666;
  font-style: italic;
}

/* HR */
.hr-title {
  margin: 6px 0 10px 0;
  border-color: #000;
}

.hr-tech {
  margin: 4px 0 14px 0;
  border-color: #000;
}

/* Tecnologías */
.tech-title {
  font-size: .95rem;
  font-weight: 600;
}

.tech-icon {
  width: 56px;
}

.tech-fa {
  font-size: 2rem;
}

.tech-text {
  font-size: .8rem;
  margin-top: 3px;
}

/* Botones */
.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-secondary {
  background-color: #777 !important;
  border-color: #777 !important;
}

.btn-outline-dark {
  border-width: 2px;
  font-weight: 600;
}
