<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hotel-about .restaurant-title {
    color: #8C0352;
    letter-spacing: 2px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.restauracion-title{
    color: #8C0352;
    letter-spacing: 2px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

 .restauracion{
    padding-bottom: 0px;
}


.hotel-about .main-title-container {
    padding-bottom: 20px;
}

.hotel-about .wellness {
    color: rgb(53, 53, 53);
    font-weight: 380;
    font-size: 15px;
}

.location p {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 100px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
}

.subtitle-res{
    width: 550px;
    padding-right: 20px;
    color: #8C0352;
    letter-spacing: 2px;
    min-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.text-res{
    font-size: 15px;
    color: #878787;
    line-height: 25px;
}

.content-res{
    width: 580px;
    height: 290px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9f9f9;
    text-align: left;
    padding: 30px;
}

/* AVISO */
.notice {
    background-color: #8C0352;
    padding: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

.notice p {
    font-weight: 500;
}

.notice a {
    color: #fff;
    font-weight: 500;
}


@media screen and (min-width: 340px) and (max-width: 740px) {
    .location p {
        text-align: justify;
        padding: 24px 40px;
    }

    .content-res{
        width: 100%;
        height: 300px;
        min-width: 200px;
        display: block;
        flex-direction: column;
        align-items: center;
        background-color: #f9f9f9;
        text-align: left;
        padding: 10px 20px;
    }

    .subtitle-res{
        width: 100%;
        color: #8C0352;
        letter-spacing: 2px;
        min-height: 40px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

}</pre></body></html>