.info-box-2-custom .info-box-2 p.sub-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    color: #303030;
}

.info-box-2-custom .page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.our-team-container {
    background-color: #C5EBFF;
}

.our-team-container h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #303030;
}

.our-team-container .team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 #69CCFF;
    max-width: 340px;
    width: 100%;
    transition: transform 0.3s;
}

.our-team-container .team-card:hover {
    transform: translateY(-5px);
}

.our-team-container .team-photo {
    width: 100%;
    display: block;
}

.our-team-container .team-info h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
}

.our-team-container .team-info p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #303030;
}
.rent-container {
    background: #d7efff; /* celeste suave */
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem auto;
}

.rent-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rent-text {
    flex: 1 1 50%;
    text-align: center;
    color: #333;
}

.rent-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    text-align: center;

}

.tags {
    margin-bottom: 1rem;
}

.tags span {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    margin: 0 0.4rem 0.4rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 0.9rem;
}

.rent-text button {
    background: transparent;
    border: 1px solid #333;
    padding: 1.2rem;
    border-radius: 64px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    transition: all 0.3s;
}

.rent-text button:hover {
    background: #303030;
    color: #fff;
    border-color: #303030;
}

.rent-image {
    flex: 1 1 40%;
    text-align: center;
    margin-top: 1rem;
}

.rent-image img {
    max-width: 360px;
    height: auto;
    padding: 1rem 0;
}

.container-title,
.container-title-img {
    width: 50%;
}

.custom-slider {
    position: relative;
    margin: auto;
}
.custom-slider img {
    width: 100%;
    display: none;
}
.custom-slider img.active {
    display: block;
}
.custom-slider .pagination {
    text-align: center;
    margin-top: 1rem;
    justify-content: center;
}
.custom-slider .pagination .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
.custom-slider .pagination .dot.active {
    background-color: var(--bs-primary);
}

@media (max-width: 1199px) {
    .container-title-img {
        display: none !important;
        visibility: hidden !important;
    }

    .container-title {
        width: 100% !important;
    }

    #background-page-title {
        min-height: 100px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    #first-container-about {
        margin-top: .5rem !important;
    }
}