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


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

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:#a81e1b;
    position: relative;
    overflow: hidden;
}

.container__dinner {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #FFFFFF;
}

.container__los-corales {
    display: block;
    width: 100%;
    text-align: center;
}

.container__los-corales img {
    width: 90%;
    max-width: 600px;
}



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

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

.container__shape {
    width: 100%;
    height: 200px;
    position: relative;
}

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


/*------------------------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;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

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

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

.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    color:#333;
    line-height: 1.2rem;
    padding-bottom: 0;
    padding-top: 10px;
}

.submenu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: .9rem;
    text-align: center;
    color:#222;
    line-height: 1.3rem;
    padding-bottom: 5px;
}

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


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

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

.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_derecha {
        border-left: 2px dashed #777;
    }
    
    .columna_derecha {
        border-top: 0;
    padding-top: 20px;
    margin-top: 0;
    }
    
}























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