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

header {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #bccf00;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #009ba4;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 20px  0;
    margin: 0;
    color: #FFFFFF;
}

.img__logo-piscis {
    width: 50%;
    max-width: 350px;
    margin: 0 auto;
}

.cont-logo {
    width: 50%;
    max-width: 250px;
    margin: 0;
    padding: 0 0 100px 0;
}

.cont-logo img {
    width: 100%;
}

.scrool-content {
    width: 100%;
    position: absolute;
    bottom: 110px;
    text-align: center;
}

.scrool-content img{
    width: 25px;
    margin: 0 auto;
    opacity: .5;
}

header .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 70px;
    background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/wave.png);
    background-size: 500px 70px;
}

header .wave.wave1 {
    -webkit-animation: animate 20s linear infinite;
            animation: animate 20s linear infinite;
    z-index: 1000;
    opacity: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    bottom: 0;
} 

header .wave.wave2 {
    -webkit-animation: animate2 15s linear infinite;
            animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    bottom: 10px;
} 

header .wave.wave3 {
    -webkit-animation: animate 10s linear infinite;
            animation: animate 10s linear infinite;
    z-index: 998;
    opacity: 0.2;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    bottom: 15px;
} 

header .wave.wave4 {
    -webkit-animation: animate 6s linear infinite;
            animation: animate 6s linear infinite;
    z-index: 998;
    opacity: 0.1;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    bottom: 15px;
} 

@-webkit-keyframes animate {
    0%{background-position-x: 0;}
    100%{background-position-x: 1000px;}
} 

@keyframes animate {
    0%{background-position-x: 0;}
    100%{background-position-x: 1000px;}
}
@-webkit-keyframes animate2 {
    0%{background-position-x: 0;}
    100%{background-position-x: -1000px;}
}
@keyframes animate2 {
    0%{background-position-x: 0;}
    100%{background-position-x: -1000px;}
}
@-webkit-keyframes animate3 {
    0%{background-position-x: 0;}
    100%{background-position-x: -1500px;}
}
@keyframes animate3 {
    0%{background-position-x: 0;}
    100%{background-position-x: -1500px;}
}
@-webkit-keyframes animate4 {
    0%{background-position-x: 0;}
    100%{background-position-x: -1800px;}
}
@keyframes animate4 {
    0%{background-position-x: 0;}
    100%{background-position-x: -1800px;}
}


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


main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 30px;
}

.descripcion__plato {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #009ba4;
    padding: 0 0 30px 0;
    position: relative;
}

.descripcion__plato span {
    font-weight: 500;
    font-style: italic;
}

.container_floritura {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.container_floritura img {
    width: 100%;
}

/* --------------OLA FOOTER-------------- */
/* --------------OLA FOOTER-------------- */
/* --------------OLA 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;
    border: 0;
    background-color: transparent;
}

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

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

.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 screen and (min-width:768px) {
  
    header .wave {
        position: absolute;
        bottom: 0;
        left: 0;
        width:100%;
        height: 100px;
        background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/wave.png);
        background-size: 1000px 100px;
    }

    .scrool-content {
        bottom: 150px;
    }

    h6 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    main {padding: 100px 30px;
    }

    .descripcion__plato {font-size: 1.5rem;
        line-height: 2rem;
    }

    

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