<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---------- */

.container__glasomorfism {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/fondo_corales.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;
}

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

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

.container__logo {
    position: relative;
    z-index: 0;
    width: 90%;
    max-width: 600px;
    height: 500px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
            box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    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;
}

.logo__item {
    width: 90%;
    max-width: 400px;
}

.logo__item img {
    width: 100%;
}

.bubbles {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
            box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    -webkit-animation: animate 10s linear infinite;
            animation: animate 10s linear infinite;
    -webkit-animation-delay: calc(-1s * var(--i));
            animation-delay: calc(-1s * var(--i));
}
@-webkit-keyframes animate {
    0%,100% {
        -webkit-transform: translateY(-250px);
                transform: translateY(-250px);
    }
    50%{
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
    }
}
@keyframes animate {
    0%,100% {
        -webkit-transform: translateY(-250px);
                transform: translateY(-250px);
    }
    50%{
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
    }
}

.bubbles:nth-child(2) {
    top: -10px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 1;
}

.bubbles:nth-child(3) {
    bottom: -100px;
    left: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 1;
}



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

main {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 100px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #40b9d1;
}

.espaciador {
    padding-top: 100px;
}

.item__1,
.item__2 {
    width: 50%;
    padding: 0 20px;
    text-align: center;
}

.item__2 {
    border-left: solid 1px #40b9d1;
}

.nombre__coctel {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 50px 0 0 0;
    color: #40b9d1;
}

.descripcion__coctel {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.8);
}

.descripcion__coctel span {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}





/* ---------------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: rgba(255, 255, 255, 1);
    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: #d4195a;
}


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

.fondo-logo-footer {
    width: 100%;
    background-color: #d4195a;
    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) {

    .container__logo {
        height: 300px;
    }

    .bubbles:nth-child(2) {
        width: 100px;
        height: 100px;
    }

    .bubbles:nth-child(3) {
        width: 200px;
        height: 200px;
    }

    .item__1,
    .item__2 {
        width: 100%;
    }

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

    .item__2 {
        border-left: 0;
    }


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