<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}body{margin:0;padding:0}

 * {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
  }
html, body {
        background-color: #f3e9d2;
}


/*----------------------ESTILOS HEADER----------------------*/

p {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 220px;
}

.franja_1 {
    width: 100%;
    height: 20px;
    background-color: #835a52;
}

.franja_2 {
    width: 100%;
    height: 70px;
    background-color: #6f483f;
}

.franja_3 {
    width: 100%;
    height: 130px;
    background-color: #5d3b35;
}

.titular_header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
/*    max-width: 1000px;*/
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF;
    padding: 0 0 0 20px;
}

/*--------------------FIN ESTILOS HEADER--------------------*/


/*------------------------ESTILOS MAIN------------------------*/

main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.contenedor_puntos {
    border: 3px dotted #835a52;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
    position: relative;
}


.contenedor_iconos {
    width: 90px;
    height: 90px;
    background-color: #f3e9d2;
    border: 3px dotted #835a52;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: -60px;
    z-index: 5;
}

.contenedor_iconos_fruta {
    width: 90px;
    height: 90px;
    background-color: #f3e9d2;
    border: 3px dotted #835a52;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: -20px;
    z-index: 5;
}

.contenedor_iconos_ensalada {
    width: 90px;
    height: 90px;
    background-color: #f3e9d2;
    border: 3px dotted #835a52;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: -20px;
    z-index: 5;
}

.iconos_room_service{
    width: 50%;
}

.cont_columnas {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.columna_izquierda, .columna_derecha {
    width: 100%;
    margin: 0;
    padding: 30px 20px 50px 20px;
}

.columna_derecha {
    padding-bottom: 50px;
}

.idioma {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7em;
    font-weight: 800;
    text-align: left;
    color: #4d4c4c;
    padding-top: 30px;
    padding-bottom: 10px;
}

.titular_comidas {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 700;
    text-align: left;
    line-height: 1em;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.horario_comidas {
    font-family: 'Playfair Display', serif;
    font-size: 1em;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    line-height: 1em;
    padding-top: 5px;
}

.titular {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #835a52;
    padding-top: 30px;
    padding-bottom: 10px;
}

.nombre_plato {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    color: #3b3b3b;
    line-height: 1.1em;
    padding-bottom: 10px;
}

.nombre_plato_ingles {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    color: #3b3b3b;
    line-height: 1.3em;
    padding-bottom: 3px;
}

.ingredientes_plato {
    width: 90%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    color: #363636;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.concierge_service {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    color: #835a52;
    line-height: 1.3em;
    padding-bottom: 10px;
    padding-top: 30px;
}



/*----------------------FIN ESTILOS MAIN----------------------*/



/*---------------------------FOOTER---------------------------*/

.custom-shape-divider-bottom-1612340860 {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color:#f3e9d2;
    border: 0;
}

.custom-shape-divider-bottom-1612340860 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 60px;
    border: 0;
}

.custom-shape-divider-bottom-1612340860 .shape-fill {
    fill: #835a52;
}

.cont_logo_footer {
    width: 100%;
    height: 120px;
    background-color:#835a52;    
}

.cont_logo_footer img {
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #f3e9d2;
    text-align: left;
    padding-top: 5px;
    font-size: .8em;
    margin-top: 10px;
    margin-left: 25px;
}





/*-------------------------MEDIA QUERIS-------------------------*/

@media screen and (min-width:700px) {
    
    header {
        height: 400px;
    }

    
.franja_1 {
    width: 100%;
    height: 30px;
    background-color: #835a52;
}

.franja_2 {
    width: 100%;
    height: 100px;
    background-color: #6f483f;
}

.franja_3 {
    width: 100%;
    height: 230px;
    background-color: #5d3b35;
}

.titular_header {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF;
    padding: 0 20px;
}
    
.titular,.nombre_plato,.nombre_plato_ingles,.ingredientes_plato,.idioma {
    text-align: left;
}

   
    .cont_columnas {
        width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    
    .columna_izquierda, .columna_derecha {
    width: 50%;
    margin: 0;
    padding: 40px;
}
    
    .columna_derecha {
        border-left: 1px solid #e3b14e;
    }
    
    .columna_izquierda {
        border-right: 1px solid #e3b14e;
    }
    
    
}

@media screen and (min-width:1000px) {
    
    .ingredientes_plato {
    width: 100%;
}
    
    .contenedor_iconos {
        width: 100px;
        height: 100px;
        top: 30px;
        right: -20px;
    }
    
    .contenedor_iconos_fruta {
        width: 100px;
        height: 100px;
        top: -15px;
        right: -20px;
    }
    
    .contenedor_iconos_ensalada {
        width: 100px;
        height: 100px;
        top: -15px;
        right: -20px;
    }
}























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