.border-radius-5 {
  border-radius: 5px;
}
.border-radius-5 img {
  border-radius: 5px !important;
}

.azul-oscuro {
  color: #003E51;
}

.azul-claro {
  color: #00B0B9;
}

.naranja {
  color: #FF8D6D;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
body p {
  font-weight: 400;
}
body p strong {
  color: #003E51;
}
body li {
  font-weight: 400;
  margin-bottom: 10px;
}
body ul {
  padding-inline-start: 20px;
}

.imagen-destacada img {
  border-radius: 5px;
}

.footer-project {
  background-image: url("/wp-content/uploads/2024/02/olas_azul_oscuro_esquina.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 330px;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .footer-project {
    margin-top: initial;
  }
}

.project-excerpt p {
  font-weight: 500;
  font-size: 1.2rem;
  color: #003E51;
}

.img-object {
  max-height: 250px;
  overflow: hidden;
}
.img-object img {
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=custom.css.map */