.nav-scroll .logo-img {
    width: 100px;
}

.call-center .text div p {
    color: #fff !important;
    font-size: 27px !important;
    font-weight: 500 !important;
}

label.error {
  color: #dc3545 !important;
  font-size: 0.9rem;
  margin-top: 0;
}

/* Servicios: cards con altura uniforme */
.case-study #services-container > [class*="col-"] {
    display: flex;
}

.case-study .item {
    width: 100%;
    height: 100%;
}

.case-study .item .img {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.case-study .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 767px) {
    .case-study .item .img {
        aspect-ratio: 4 / 3;
    }
}

/* Inicio: cards de practice areas con altura uniforme */
.practice-areas #cards-row {
    row-gap: 18px;
}

.practice-areas #cards-row > [class*="col-"] {
    display: flex;
}

.practice-areas .item {
    width: 100%;
    min-height: 252px;
    height: 100%;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.practice-areas .item > a {
    width: 100%;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 48px 18px;
}

.practice-areas .item h5 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .practice-areas .item {
        min-height: 220px;
    }

    .practice-areas .item > a {
        padding: 38px 16px;
    }
}
