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

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}

html, body {
    scroll-behavior: smooth;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

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

header {
    width: 100%;
    height: 100vh;
    background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/takara_fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    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: relative;
    overflow: hidden;
}

.header__logo-takara {
    width: 40%;
    max-width: 250px;
}

.header_mouse-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.header__mouse {
    width: 30px;
    margin: auto;
}

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

main {
    width: 100%;
    padding: 0;
    background-color: #111;
    position: relative;
}

.container-cerezo1 {
    width: 250px;
    width: clamp(250px, 60vw, 350px);
    margin-bottom: 0;
}

.main__container-cerezo {
    position: absolute;
    bottom: -150px;
    right: 0;
    z-index: 2;
}

.container__items {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.main__container-titular {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 51, 51, 1);
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 90px 0 0 0;
    margin: 0;
}

.main__container-titular span {
    color: rgba(255, 51, 51, .6);
    font-style: italic;
}

.main__container-plato {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, .7);
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 30px 0 0 0;
    margin: 0;
}

.main__container-plato span {
    color: rgba(255, 255, 255, .4);
    font-style: italic;
}

.main__container-ingredientes {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, .6);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 10px 0 0 0;
    margin: 0;
}

.main__container-ingredientes span {
    color: rgba(255, 255, 255, .4);
    font-style: italic;
}

.anexo {
    font-size: .8rem;
    line-height: 1rem;
}




/* ---------------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: #111;
    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: #FF3333;
}


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

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

.cont_logo_footer {
    width: 100%;
    max-width: 1000px;
    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 (min-width:650px) {
    header {
        background-position: center;
    }

    .main__container-cerezo {
        bottom: -200px;
    }

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