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


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

p {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/jamaica/fondo_rodizio_akumal.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    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_rodizio-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.container_rodizio-logo img {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

.contanier__anclas {
    width: 90%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.contanier__anclas a{
    display: inline-block;
    width: 33.333%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    color:#c7372e;
    line-height: 1.5em;
    padding-top: 20px;
    text-decoration: none;
}




/*--------------------FIN ESTILOS HEADER--------------------*/

/* ----------DIVIDER---------- */
/* ----------DIVIDER---------- */
/* ----------DIVIDER---------- */

.container__shape {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    margin: 0;
    padding: 0;
    
}

.custom-shape-divider-top-1628496212 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1628496212 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 54px;
}

.custom-shape-divider-top-1628496212 .shape-fill {
    fill: #ebb928;
}




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

main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

.columna_izquierda, .columna_derecha {
    width: 100%;
    margin: 0;
    padding: 0 20px 20px 20px;
}

.idioma_platos {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    color:#444;
    line-height: 2rem;
    padding-top: 60px;
    text-transform: uppercase;
}

.titular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    color:#333;
    line-height: 1.5rem;
    padding-top: 40px;
}

.subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    color:#333;
    line-height: 1.1em;
}

.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    color:#333;
    line-height: 1.2em;
    padding-top: 11px;
}


.columna_izquierda,
.columna_derecha {
    border-top: 2px dashed #ebb928;
    padding-top: 20px;
    margin-top: 20px;
    }

    .no__line {
        border-top: 0;
    }


/*----------------------FIN ESTILOS MAIN----------------------*/




.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: 30px;
    border: 0;
}

.custom-shape-divider-bottom-1612340860 .shape-fill {
    fill: #ebb928;
}

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

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

    .container__peces {
        width: 100%;
    }

    .custom-shape-divider-top-1628496212 svg {
        height: 154px;
    }
    
    main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 60px;
    }
    
   header img {
    width: 50%;
}
    
    .columna_izquierda, .columna_derecha {
    width: 50%;
    margin: 0;
    padding: 20px;
}

.columna_izquierda,
.columna_derecha {
        border-top: 0;
    }
    
    .columna_derecha {
        border-left: 2px dashed #ebb928;
    }
    
    .columna_derecha {
    border-top: 0;
    padding-top: 20px;
    margin-top: 0;
    }
    
}























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