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



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

body, html {
    width: 100%;
    height: 100vh;
    background-color: #d3cdb8;
}

p {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color:#BCB19A;
    position: relative;
}

header img {
    width: 70%;
    max-width: 500px;
}

.bandera_italia_1 {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/bandera_italia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bandera_italia_2 {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/bandera_italia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*--------------------FIN ESTILOS HEADER--------------------*/


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

main {
    width: 100%;
    max-width: 1300px;
    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;
    padding: 30px 15px;
    background-color: #c0b89a;
}

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

.columna_derecha {
    border-top: dashed 2px #000000;
}


.cont_titular {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}

.titular {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    font-family: 'OSWALD', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.7em;
    text-align: center;
    color:#FFFFFF;
    line-height: 1.5em;
}

.titular_plato {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    color:#363636;
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nombre_plato {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    color:#070707;
    line-height: 1.2em;
    padding-bottom: 15px;
}

.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    color:#8d8d8d;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.submenu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: .8em;
    text-align: center;
    color:#016069;
    line-height: 1.1em;
}


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




.linea_puntos {
    width: 80%;
    border-bottom: 2px dashed #00afbf;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.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:#d3cdb8;
    border: 0;
    padding-top: 60px;
}

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

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

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

.pasta_img {
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
}

.pasta_img img {
    width: 100%;
}




/*-------------------------MEDIA QUERIS-------------------------*/

@media screen and (min-width:700px) {
    
    main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 60px;
    }
    
   header img {
    width: 50%;
}
    
    .bandera_italia_1, .bandera_italia_2 {
        height: 150px;
    }
    
    .columna_izquierda, .columna_derecha {
    width: 50%;
    margin: 0;
    padding: 20px;
}
    
    .columna_derecha {
        border-left: 1px solid #75222b;
    }
    
    .columna_izquierda {
        border-right: 1px solid #75222b;
    }
    
    .columna_derecha {
        border-top: 0;
    padding-top: 20px;
    margin-top: 0;
    }
    
    .columna_derecha {
    border-left: dashed 2px #000000;
}
    
    .titular {
        font-size: 2em;
    }
    
    .titular_plato {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    text-align: center;
    color:#5c5c5c;
    line-height: 1.2em;
}
    
    .nombre_plato {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    color:#5c5c5c;
    line-height: 1.3em;
/*    padding-top: 20px;*/
}

.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    color:#8d8d8d;
    line-height: 1.2em;
/*    padding-top: 5px;*/
}
    
}























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