<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;
    padding: 0;
    margin: 0;
}

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

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

header img {
    width: 70%;
    max-width: 500px;
}

.container__mouse {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.container__mouse img {
    width: 30px;
    margin: auto;
}

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

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

.main__container--esp,
.main__container--eng {
    width: 100%;
    padding: 20px;
}

.main__container-idioma {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0 0 0;
}

.main__container-seccion {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    margin: 0;
    padding: 40px 0 0 0;
    position: relative;
}


.main__container-plato {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #666;
    margin: 0;
    padding: 20px 0 0 0;
}

.main__container-ingredientes {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 5px 0 0 0;
}

/* ------------------FOOTER------------------ */
/* ------------------FOOTER------------------ */
/* ------------------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:#FFFFFF;
    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: #c9040b;
}

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

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

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







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


@media screen and (min-width:650px) {
    
    main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    
    .main__container--esp,
    .main__container--eng {
        width: 50%;
    }

    .main__container--esp {
        border-right: dashed 2px #9d1010;
    }
    
}























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