.vidas-logo-bar {
    padding: 28px 0;
}

.vidas-logo {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: auto;
}

.vidas-hero {
    --vidas-hero-image: url("../images/background/bg.jpg");
    position: relative;
    padding: 110px 0;
    background-color: #f7f1ea;
    background-image: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)), var(--vidas-hero-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vidas-hero-title {
    margin-bottom: 16px;
}

.vidas-hero-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.vidas-hero-actions {
    margin-top: 34px;
}

.vidas-hero-actions .btn {
    justify-content: space-between;
    min-height: 58px;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #efefef !important;
}

.txt-bg-1 {
    --bs-bg-opacity: 1;
    display: inline;
    background-color: var(--bs-primary) !important;
    color: #fff;
}

.txt-bg-2 {
    --bs-bg-opacity: 1;
    display: inline;
    background-color: var(--bs-secondary) !important;
    color: #fff;
}

.vidas-gallery {
    align-items: stretch;
}

.vidas-gallery-card {
    height: 100%;
    padding: 22px;
    border-radius: 8px;
    background-color: #fff;
}

.vidas-gallery-title {
    margin-bottom: 18px;
    color: #1740a5;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.vidas-gallery-grid {
    align-items: stretch;
}

.vidas-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #d9d9d9;
}

.vidas-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.vidas-gallery-item:hover img {
    transform: scale(1.05);
}

.vidas-gallery-item-main {
    height: 150px;
}

.vidas-gallery-item-thumb {
    height: 116px;
}

.vidas-cta {
    --vidas-cta-image: url("../images/background/bg.jpg");
    background-color: #f7f1ea;
    background-image: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)), var(--vidas-cta-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vidas-cta-title {
    margin-bottom: 18px;
    font-size: 55px;
    font-weight: 700;
    text-transform: initial;
    line-height: 1.2;
}

.vidas-cta-subtitle {
    margin-bottom: 30px;
    line-height: 1.5;
}

.vidas-cta-button {
    margin-bottom: 18px;
}

.vidas-cta-note {
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .vidas-gallery-card {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }

    .vidas-gallery-item-main {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .vidas-logo-bar {
        padding: 22px 0;
    }

    .vidas-hero {
        padding: 72px 0;
    }

    .vidas-hero-subtitle {
        font-size: 18px;
    }

    .vidas-gallery-card {
        padding: 18px;
    }

    .vidas-gallery-title {
        font-size: 24px;
    }

    .vidas-gallery-item-main {
        height: 180px;
    }

    .vidas-gallery-item-thumb {
        height: 120px;
    }

    .vidas-cta-title {
        font-size: 30px;
    }

    .vidas-cta-subtitle {
        font-size: 18px;
    }
}
