<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}


html, body {
    width: 100%;
    min-height: 100vh;
}

body {
    background-color: #111;
    padding: 0;
}

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

header {
    display: block;
    position: relative;
    overflow: hidden;
}

.flor__cerezo {
    width: 200px;
    width: clamp(200px, 60vw, 550px);
    position: absolute;
    top: 30px;
    right: 0;
}

.header__logo {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}


.header__logo img {
    width: 80%;
}

.contenedor__mouse {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mouse {
    width: 30px; 
    opacity: .4;   
}

/* --------CONTENEDOR ALERGENOS-------- */
.contenedor__alergenos{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
    background-color: #222;
    border-radius: 10px;
    padding: 0 20px 20px 20px;
}


h1{
    display: block;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-size: clamp(1.2em, 3vw, 2rem);
    line-height: 1rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #DCDCDC;
}

.contenedor__alergenos--iconos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
}

.alergenos__item{
    width: 33.333%;
    padding: 0;
    margin: 0;
}

.alergenos__item img{
    width: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
}

.alergenos__txt{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #DCDCDC;
}

.alergenos__txt--ingles{
    padding: 0 0 15px 0;
    font-weight: 400;
}



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

.main__contenedor {
    width: 90%;
    max-width: 700px;
    background-color: #222;
    padding: 20px;
    padding-bottom: 40px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}


.main__titular {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #FF0000;
    padding-bottom: 25px;
    position: relative;
}

.main__titular::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.main__titular span {
    font-size: 1rem;
}

.main__nombre-plato {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #DCDCDC;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.main__nombre-plato span {
    color: #808080;
    font-style: italic;
}

.main__nombre-plato--ingles {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.3rem;
    text-transform: none;
    font-style: italic;
    color: #808080;
}

.main__ingredientes--esp {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: normal;
    color: #DCDCDC;
    margin: 0;
    padding-bottom: 0;
}

.main__ingredientes--ing {
    font-style: italic;
    color: #808080;
    padding-bottom: 10px;
}

.main__compartir {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.2rem;
    text-transform: normal;
    color: #DCDCDC;
    margin: 0;
    padding-bottom: 10px;
}

.main__compartir span {
    font-style: italic;
    color: #808080;
}


.main-plato__alergenos {
    width: 100%;
    padding-top: 5px;
    margin-bottom: var(--margen-small);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.main-plato__alergenos img {
    width: 50px;
    padding-right: 10px;
    opacity: 1;
}

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

.custom-shape-divider-bottom-1620902257 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custom-shape-divider-bottom-1620902257 svg {
    position: relative;
    display: block;
    width: calc(284% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1620902257 .shape-fill {
    fill: #222;
}


.container-footer {
    width: 100%;
    position: relative;
    height: 100px;
    background-color: transparent;
}

.fondo-logo-footer {
    width: 100%;
    background-color: #222;
    padding: 0 0 60px 0;
}

.cont_logo_footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.cont_logo_footer img {
    width: 200px;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 400;
    color: #FFFFFF; 
    text-align: left;
}





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

@media screen and (min-width:600px) {
    .flor__cerezo {
        width: 550px;
        width: clamp(200px, 60vw, 550px);
        position: absolute;
        top: -150px;
        right: 0;
    }
    .header__logo img {
        width: 40%;
    }
}</pre></body></html>