/* NAVIGATION */
.bg-tapybl-dark {
  background-color: var(--tapybl-dark) !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--tapybl-link-dim);
  opacity: 1;
  letter-spacing: 0.1px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--tapybl-link);
}
.navbar {
  box-shadow: none;
}

.brand-tapybl {
  font-weight: 700;
  color: #c8f800;
  letter-spacing: 0.2px;
}

.btn-cta-ghost-light {
  opacity: 1;
  border: 1px solid #d5d7da;
  border-radius: 14px;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: 42px;
  max-height: 52px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #fff !important;
}
.btn-cta-ghost-light:hover {
  border-color: #0e4b47;
  -webkit-box-shadow: 0 5px 15px 0 rgba(43, 137, 130, 0.3);
  box-shadow: 0 5px 15px 0 rgba(43, 137, 130, 0.3);
}

.btn-cta-gradient {
  background: linear-gradient(317.42deg, #04504e -11.84%, #022221 110.79%);
  border-radius: 14px;
  color: #fff !important;
  max-height: 52px;
  min-height: 42px;
  display: flex;
  align-items: center;
}
.btn-cta-gradient:hover {
  color: var(--tapybl-green-3) !important;
  -webkit-box-shadow: 0 5px 15px 0 rgba(43, 137, 130, 0.3);
  box-shadow: 0 5px 15px 0 rgba(43, 137, 130, 0.3);
}
/* NAVIGATION */

/* FOOTER */
.navbar-nav .nav-link {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.site-footer {
  background: #191c21;
  background-image: url("../img/alex-car.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  color: #e5e7eb;
  padding: 56px 0 32px;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  padding: 3rem 10rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 339px;
  height: 417px;
  background-image: url("../img/alex.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 326px;
  height: 159px;
  background-image: url("../img/alex-sign.png");
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer .footer-cta {
  width: 40%;
  z-index: 1;
}

.site-footer .footer-cta h1 {
  color: #e5e7eb;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 32px;
  text-align: left;
  padding: 2rem 1rem;
  padding-top: 0;
  font-size: 3rem;
}
.site-footer .footer-cta h1 span {
  color: #c8f800;
}

.footer-navigation {
  width: 20%;
  margin: 0 0 24px;
  z-index: 1;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-menu li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-menu a {
  color: #cdd1d6;
  text-decoration: none;
}
.footer-menu a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 0 0 16px;
  width: 20%;
  flex-direction: column;
  z-index: 1;
}

#footer-to-top {
  margin: 1rem auto 2rem auto;
}
.footer-social-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.footer-social-list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-social-list img {
  display: block;
}

.footer-copy {
  text-align: center;
  color: #9aa0a6;
  margin: 8px 0 0;
  font-size: 0.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .site-footer .footer-cta h1 {
    text-align: center;
  }
  .site-footer .footer-cta {
    padding: 1rem;
    width: 100%;
  }
  .site-footer {
    background-image: none;
    padding: 0 0 25rem;
    overflow: hidden;
  }
  .site-footer:before {
    right: auto;
    left: 30px;
    bottom: -130px;
    width: 309px;
    height: 417px;
  }
  .site-footer:after {
    right: 30px;
    bottom: 230px;
    width: 326px;
    height: 159px;
  }
  .footer-navigation {
    width: 100%;
  }
  #footer-to-top {
    margin: 1rem;
  }
  .footer-social {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .footer-social-list {
    flex-direction: row;
  }
}

/* FOOTER */

/* BLOG POSTS HOME */
.home-grid-card__container {
  padding: calc(var(--bs-gutter-x) * 0.5);
}

.home-grid-title {
  font-weight: 500;
  font-size: 1.6rem;
}
.home-grid-title a {
  color: #3a3a3a;
  text-decoration: none;
  display: block;
  display: flex;
  align-items: flex-start;
}

.home-grid-card {
  position: relative;
  border-color: #dfe5cc;
  border-radius: 10px;
  background-color: transparent;
}

.pinned-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #e9f6bf; /* suave */
  color: #3b4a13;
  border: 1px solid #dbeaa5;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
}
/* BLOG POSTS HOME */

/* RELATED POSTS */
.crp_related a {
  color: #022221;
  text-decoration: none;
  border: 1px solid #ccc;
  display: block;
  border-radius: 10px;
  padding: 1rem;
}

.crp_related ul {
  display: flex;
  list-style: none;
  padding: 2rem 0rem;
  gap: 20px;
}
/* RELATED POSTS */
