.container-bristol-hotel-sabores {
    margin: 80px auto 0;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    background-color: #9e5520;
    border-radius: 4px;
    overflow: hidden;
    color: #FBF8F8;
}

.container-bristol-hotel-sabores .inner {
    display: flex;
    align-items: stretch;
}

.container-bristol-hotel-sabores .content {
    flex: 1;
    padding: 80px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-bristol-hotel-sabores .visual {
    flex: 1;
    overflow: hidden;
}

.container-bristol-hotel-sabores .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-bristol-hotel-sabores .title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 16px 0;

    font-size: 40px;
    font-style: normal;
line-height: 115%;
}

.container-bristol-hotel-sabores .bar {
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 32px;
}

.container-bristol-hotel-sabores .description {
    line-height: 1.6;
    margin-bottom: 48px;
}

.container-bristol-hotel-sabores .schedules {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container-bristol-hotel-sabores .schedule-grid {
    display: flex;
    gap: 48px;
}

.container-bristol-hotel-sabores .schedule-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-bristol-hotel-sabores .schedule-label {
    font-weight: 700;
}

.container-bristol-hotel-sabores .schedule-value {
    line-height: 1.5;
}

.container-bristol-hotel-sabores .schedule-value p {
    margin: 0;
}

@media (max-width: 1200px) {
    .container-bristol-hotel-sabores .content {
        padding: 60px 40px;
    }
    .container-bristol-hotel-sabores .schedule-grid {
        gap: 32px;
    }
}

@media (max-width: 1024px) {
    .container-bristol-hotel-sabores .inner {
        flex-direction: column;
    }
    .container-bristol-hotel-sabores .visual {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .container-bristol-hotel-sabores {
        width: calc(100% - 40px);
    }
    .container-bristol-hotel-sabores .content {
        padding: 40px 24px;
    }
    .container-bristol-hotel-sabores .title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 28px;
    }
    .container-bristol-hotel-sabores .schedule-grid {
        flex-direction: column;
        gap: 24px;
    }

    .container-bristol-hotel-sabores .visual {
        height: 270px;
    }
}
