<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 {
    scroll-behavior: smooth;
}

main {
    display: block;
}

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

.titular__carta {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 0;
    padding: 0 0 40px 0;
    color: #a79259;
}
        
.contenedor_logo {
    text-align: center;
}

.contenedor_logo img {
    width: 90%;
    display: block;
    border: none;
    margin: 0 auto;
    padding: 0 0 100px 0;
} 


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

main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 20px 20px 20px;
}



h2, .cpo__txt {
    width: 100%;
    text-align: center;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 800;
    margin: 0;
    padding: 0; 
    color: #2e2e2b;
}

.h2__separador {
    padding-top: 20px;
}

.cpo__txt {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400;
    margin: 0;
    padding: 0; 
}

.txt__separador {
    padding-top: 15px;
}

.container__separador {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.container__separador {
    padding-top: 50px;
}

.container__separador img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}


/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */


.container__shape {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 30px;
    position: relative;
}

.custom-shape-divider-bottom-1628080400 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custom-shape-divider-bottom-1628080400 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 70px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1628080400 .shape-fill {
    fill: #da3e39;
}

.cont_logo_footer {
    width: 100%;
    height: 150px;
    background-color:#da3e39;   
}

.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:700px) {

    .titular__carta {
        font-size: 2rem;
    }

    main {
    
        padding: 100px 0;
    }
    
    .contenedor_logo img {
        width: 40%;
    }

    .custom-shape-divider-bottom-1628080400 svg {
        height: 150px;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .margin-top {
        margin-top: 30px;
    }

    .h2__separador {
        margin-top: 20px;
    }

    .cpo__txt {
        margin-top: 10px;
    }
    
}























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