<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;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    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;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                                -ms-flex-direction: column;
                                    flex-direction: column;
}

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


.header__logo img {
    width: 250px;
    width: clamp(250px, 60vw, 550px);
    opacity: .6;
}

.neon__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    position: relative;
}

.neon__restaurante {
    color: #FFFFFF;
    background-color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 60px 0 0 0;
}

.neon__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
            overflow: hidden;
}

.neon__restaurante::before {
    content: "RESTAURANTE";
    position: absolute;
    mix-blend-mode: difference;
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.neon__gradient {   
    background: -o-linear-gradient(330.412deg, rgba(248, 188, 79,1) 46.148494288681206%,rgba(211, 21, 87,1) 83.21495327102804%);   
    background: linear-gradient(119.58776346541867deg, rgba(248, 188, 79,1) 46.148494288681206%,rgba(211, 21, 87,1) 83.21495327102804%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.dodge {
   background: -o-radial-gradient(circle,white,black 35%) center / 15% 15%;
   background: radial-gradient(circle,white,black 35%) center / 15% 15%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: 0;
    bottom: 0;
    mix-blend-mode: color-dodge;
    -webkit-animation: dodge-area 10s linear infinite;
            animation: dodge-area 10s linear infinite;
}

@-webkit-keyframes dodge-area {
    to {
        -webkit-transform: translate(50%,50%);
                transform: translate(50%,50%);
    }
}

@keyframes dodge-area {
    to {
        -webkit-transform: translate(50%,50%);
                transform: translate(50%,50%);
    }
}

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

.mouse {
    width: 27px; 
    opacity: .2;   
}

.contenedor__hamburguesa {
    width: 100%;
    background-color: #000000;
    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;
}

.contenedor__hamburguesa img {
    width: 90%;
    max-width: 500px;
    padding: 50px 0;
}

/* --------CONTENEDOR ALERGENOS-------- */
/* --------CONTENEDOR ALERGENOS-------- */
/* --------CONTENEDOR ALERGENOS-------- */

.contenedor__alergenos{
    width: 90%;
    max-width: 500px;
    margin: auto;
    padding: 50px 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: 1.3rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #a6976c;
}

.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: 50px;
    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--------------------- */

.separador {
    display: block;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 23%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 23%);
    background-color: #000000;
}

.separador__inferior {
    display: block;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    -webkit-clip-path: polygon(0 71%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 71%, 100% 0, 100% 100%, 0 100%);
    background-color: #222;
}

main {
    width: 100%;
    background-color: #222;
    padding: 40px 0;
    margin: 0;
    
}

.card__contenedor {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.card__contenedor-titular {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 50px;
    position: relative;
}

.card__flecha-izquierda {
    -webkit-clip-path: polygon(70% 50%, 100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(70% 50%, 100% 0, 0 0, 0 100%, 100% 100%);
            width: 10px;
            height: 101%;
            background-color: #222;
            position: absolute;
            top: 0;
            left: -2px;
            z-index: 2;
}

.card__flecha-derecha {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
            width: 10px;
            height: 101%;
            background-color: #222;
            position: absolute;
            top: 0;
            right: -2px;
            z-index: 2;
}

.card__titular {
    display: block;
    text-align: center;
    margin: auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #a6976c;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

.card__titular::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: rgba(166, 151, 108, .2);
    position: absolute;
    top: 0;
    left: -120px;    
}

.card__titular::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: rgba(166, 151, 108, .2);
    position: absolute;
    top: 0;
    right: -120px;    
}


.card__item {
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: 0;
}

h2 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0 0 5px 0;
}

.card__item-titular--esp {
    color: #a6976c;
    text-transform: uppercase;
    padding-top: 40px;
}

.card__item-titular--ing {
    color: #DCDCDC;
    font-style: italic;
}


.card__item-alergenos {
    margin: auto;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

.card__item-alergenos img {
    width: 15%;
    padding: 3px;
}

.card__item-ingredientes {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.3rem;
    color: #a6976c;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
}

.card__item-ingredientes span {
    color: #DCDCDC;
    font-style: italic;
}










/* --------------------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);
}

footer {
    width: 100%;
    background-color: #222;
}

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

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


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

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

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

.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) {
    .header__logo img {
        width: 550px;
        width: clamp(250px, 60vw, 550px);
    }

    .neon__restaurante {
        font-size: 5rem;
    }

    .contenedor__hamburguesa img {
        width: 50%;
        padding: 100px 0;
    }

    .separador,
    .separador__inferior {
        width: 100%;
        height: 100px;
    }

    .contenedor__alergenos{
        padding-bottom: 100px;
    }

    main {
        padding: 60px 0;
        
    }
    
    .card__item {
        width: 50%;
    }

    .borde__derecho {
        border-left: solid 1px #a6976c;
    }

    .card__titular {
        display: block;
        width: 100%;
        font-size: 2rem;
    }
    
    .card__titular::before {
        left: -180px;    
    }
    
    .card__titular::after {
        right: -180px;    
    }

    .card__flecha-izquierda,
    .card__flecha-derecha {
                width: 40px;
    }

    .card__item-alergenos img {
        width: 15%;
        padding: 6px;
    }

    h2 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }


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

    .custom-shape-divider-bottom-1620902257 svg {
        height: 90px;
    }    
    
    .container-footer {
        height: 90px;
    }

    .card__contenedor {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
    }
}</pre></body></html>