<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* OTRAS APLICACIONES GENERALES */
.text-center {
    text-align: center;
}

.medium-width {
    width: 50%;
}

.almarai-font {
    font-family: 'Almarai', sans-serif;
}

.main-title-container {
    padding: 50px 0;
    width: 100%;
    display: block;
    justify-content: center;
    text-align: center;
}

.main-title {
    font-size: 40px;
    font-weight: lighter;
    letter-spacing: 3px;
}

.main-title:after {
    content: "";
    display: block;
    height: 0.2ex;
    width: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #231f20;
}

.no-after:after {
    display: none;
}

.font-64 { /*AÃ±adido por mi*/
    font-size: 64px;
}

.subtitle {
    color: #BB9775;
    margin-bottom: 25px;
}

.rule:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #231f20;
}

.rule.rule-32:after { width: 32px; }
.rule.rule-48:after { width: 48px; }
.rule.rule-64:after { width: 64px; }
.rule.rule-80:after { width: 80px; }
.rule.rule-96:after { width: 96px; }
.rule.rule-golden:after { border-color: #508bb6; }

.section-content {
    max-width: 1200px;
    margin: 0 auto 2em;
}

.section-content p {
    color: #878787;
}

.section-content li {
    margin-left: 50px;
    line-height: 24px;
    padding: 5px 0;
}

.menu a[rel=external] {
    background: none;
    background-size: 0;
    padding-right: 0;
}

p.lead {
    font-size: 14px;
}

p.lead:after {
    content: "";
    display: block;
    width: 40px;
    height: 1ex;
    border-bottom: 1px solid #231f20;
    margin: 0 auto;
}

/* RESERVA TELEFÃ“NICA */
.phone-booking {
    background-color: #f9f9f9;
}

.phone-booking-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
}

.phone-booking-question p {
    padding-left: 19px;
}

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

.contacto{
    padding: 0px 10px;
}

.phone-booking h2 {
    color: #508bb6;
    font-weight: 500;
    line-height: 1.8em;
}

/* Extras */
.social-media {
    text-align: center;
    padding: 0;
    color: #231f20;
    line-height: 50px;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    /* RESERVA TELEFÃ“NICA */
    .phone-booking-content {
        margin: 10px 40px;
        padding: 20px 0;
        text-align: center;
    }

    .phone-booking-question {
        width: 100%;
        margin-bottom: 5%;
    }

    .phone-booking-question p{
        margin-top: 10px;
    }

    .phone-booking-callcenter {
        width: 240px;
        justify-content: center;
        margin: 10px auto;
    }
}</pre></body></html>