<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 {
    scroll-behavior: smooth;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}


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

header {

    width: 100%;
    height: 100vh;
    background-color: #cdcdcd;
    position: relative;
    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;
}

.container__titular {
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
    padding: 0 20px;
}

.titular {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;
}

.titular__txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.titular__txt span {
    font-style: italic;
}

.container__txt {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
	
	osition: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.container__txt img {
  	width: 50%;
    margin: 0 auto;
}


.header__container-mouse {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.header__container-mouse img {
    width: 30px;
    margin: 0 auto;
    opacity: .4;
}


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

main {
    width: 90%;
    max-width: 1000px; 
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
}

.main__platos {
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 800;
    color: #423f40;
	
    margin: 0;
    padding: 20px 0 5px 0;
    text-align: center;
}

.main__platos span {
    font-style: italic;
    color: #423f40;
}

.main__ingredientes {
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #7b097e;
    margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
}

.main__ingredientes span {
    font-style: italic;
	opacity: .7;
}

hr {
    display: inline-block;
    width: 20%;
    height: 12px;
    background-color: #7b097e;
    opacity: .2;
    margin: 50px 0 30px 0;
}



/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */
/* ---------------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%;
    height: 200px;
    background-color: #FFFFFF;
    position: relative;
}

.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: #7b097e;
}


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

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

.cont_logo_footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cont_logo_footer img {
    width: 200px;
    padding: 0;
    margin: 0;
}

.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 (max-width:768px) {

    .header__container-mouse img {
        width: 30px;
        margin: 0 auto;
    }
	
	.container__txt img {
  	width: 80%;
    margin: 0 auto;
}

    .titular {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .titular__txt {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .main__platos {
        font-size: 1.2rem;
        padding: 30px 0 10px 0;
    }

    .main__ingredientes {
        font-size: .9rem;
    }

    hr {
        margin: 50px 0 10px 0;
        width: 60%;
    }
}
</pre></body></html>