<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

*,: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;
}


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

p {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
	background-color: #e7e6d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
	background-color: transparent;
    position: relative;
    overflow: hidden;
	
	margin-bottom: 30px
}


.container__peces {
    width: 100%;
	background-color: #e7e6d1;
	text-align: center;
}

.container__peces img {
    width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
	
}

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


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

main {
    /*width: 100%;
    max-width: 1100px;
	border:1px solid blue;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 30px;
    background-color: #FFFFFF;*/
	
	
	
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	text-align:center;
}



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



.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    color:#292929;
    line-height: 1.3rem;
    padding-bottom: 9px;
}


.alineadoizquierda{
	background:#E6E7D1;
	padding:10px;
	text-align:left;
	width:80%;
	margin:0 auto;
	
}
.ingles{background:#E6E7D1;}
.submenu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .9rem;
    text-align: left;
    color:#292929;
    line-height: 1.3rem;
   
}

.cursiva{font-style:italic;}
strong{ font-weight: 600;}

.linea_puntos {
    width: 90%;
    border: 2px solid #73103C;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.boton{
	padding:10px;
	background-color:#73103C;
    text-align: center;
	width:270px;
	margin:30px auto 0px auto;
	cursor: pointer;
}

.boton a{
	color:#ffffff; 
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .9rem;
    text-align: center;
	text-decoration: none;
}

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

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

.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;
		border:1px solid purple;
        padding-bottom: 60px;*/
		
		width:85%;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	text-align:center
    }
    
   header img {
    width: 50%;
}
.alineadoizquierda{
	width:40%;
}
	.container__dinner{top:600px;}
	

    
}

























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