<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: #3586ff;
	background-color: #5c6710;*/
	background-color: #7f8557;
	
    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;
}

.cont-logo {
    width: 60%;
    max-width: 350px;
    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 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.col-1, .col-2 {
    width: 100%;
    margin-top: 20px;
}

h1 {
    display: block;
    width: 100%;
    margin: 40px 0;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2em;
    text-transform: uppercase;
    color: #194b28;
}

h2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1em;
    text-transform: uppercase;
    color: #194b28;
    position: relative;
    z-index: 20;
    margin-top: 15px;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, .5);
}

.franja-titular {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -8px;
    background-color: rgba(53, 134, 255, .3);
    z-index: -1;    
}

h3 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: none;
    color: #447553;
}

.espacio {
    padding-top: 20px;
}

h4 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .9em;
    line-height: 1.2em;
    text-transform: none;
    color: #447553;
}

h6 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
}

.espaciado-titular {
    padding-top: 50px;
}

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

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

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

    main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
    }

    .col-1, .col-2 {
        width: 50%;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        width: 80%;
        font-size: 1.5em;
    }

    .franja-titular {
        bottom: -5px;   
    }

    h3 {
       padding-right: 50px;
       padding-left: 50px; 
    }

    h4 {
        padding-right: 50px;
        padding-left: 50px; 
     }

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