.btn-blue {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #216a93;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-blue:hover {
  background-color: #1a73e9;
}

.btn-verde {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #40f99b;
  transition: all 0.3s ease;
}
.btn-verde:hover {
  background-color: #b9fddb;
}

.btn-blanco {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn-blanco:hover {
  background-color: #e6eaed;
}

.banner-proyectos {
  min-height: auto;
  height: 100dvh;
  padding: 26.24px 0 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  max-height: 368px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.banner-proyectos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 82.22%);
  z-index: 0;
  pointer-events: none;
}
.banner-proyectos .contenedor {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  min-height: 280px;
}
.banner-proyectos__migas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.banner-proyectos__migas a,
.banner-proyectos__migas span {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.banner-proyectos__migas-sep {
  opacity: 0.5;
}
.banner-proyectos__migas-actual {
  font-weight: bold !important;
}
.banner-proyectos__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  max-width: 653px;
}
.banner-proyectos__content .categoria {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 27px;
  background: #252a36;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}
.banner-proyectos__content .titulo {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}/*# sourceMappingURL=index.css.map */