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



header {
    width: 100%;
    height: 100vh;
    background-color: #901818;
}
        
.contenedor_logo {
    width:100%;
    height:98vh;
    background-color:#f8d856;
    text-align: center;
    position: relative;
}

.logo_principal {
    width: 50%;
    display: block;
    border: none;
    margin: 0 auto;
    padding-top: 40px;
} 

.espaciador {
    width: 100%;
    height: 30px;
}

.motivo_izquierda {
    width: 40%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.motivo_izquierda img {
    width: 100%;
}

.motivo_derecha {
    width: 40%;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.motivo_derecha img {
    width: 100%;
}

.idioma_esp, .idioma_eng {
    font-family: 'Montserrat', sans-serif;
    color: #8b307c;
    font-weight: 800;
    text-align: center;
    font-size: 1.2em;
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

main {
    width: 100%;
    background-color: #f2ebdf;
    margin: 0 auto;;
    padding: 0;
    padding-bottom: 50px;
    padding-top: 60px;
    
}

/*
.seccion_izquierda, .seccion_derecha {
        padding: 0 10px;
    }
*/

.seccion_espanol, .seccion_ingles {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}


.bloque_ocre {
    width: 100%;
    height: 100px;
    background-color: #a79259;
    margin-bottom: 40px;
}

.seccion_izquierda,
    .seccion_derecha {
        width: 100%;
        padding: 0 20px;
    }

.titular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #901818;
    text-align: center;
    padding-top: 10px;
    font-size: 1em;
    text-transform: uppercase;
}

.titular span {
    font-weight: 400;
    font-size: .8em;
}

.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #484848;
    text-align: center;
    font-size: 1em;
    padding-bottom: 5px;
    line-height: 1.4em;
}

.ingredientes {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #3b3b3b;
    text-align: center;
    font-size: .9em;
    line-height: .8em;
}

.linea_puntos {
    width: 80%;
    border-bottom: 2px solid #00b5d3;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 15px;
}

.home {
    width: 100px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .5 ease;
    transition: all .5 ease;
}

.bt_home {
    width: 50px;
    margin: 0 auto;
    padding-top: 30px;
}

.bt_home:hover {
    cursor: pointer;
}


.texto_home {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #a79259;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 5px;
    font-size: 1.2em;
}

.franja_ocre {
    width: 100%;
    height: 10px;
    background-color:#901818;
}

.arriba {
    margin-top: 100px;
}

.abajo {
    margin-bottom: 80px;
}

.franja_oscura {
    position: relative;
    width: 100%;
    height: 200px;
    background-color:#f8d856;
}

.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:#f2ebdf;
    border: 0;
}

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

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

.cont_logo_footer img {
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #a79259;
    text-align: left;
    padding-top: 5px;
    font-size: .8em;
    margin-top: 10px;
    margin-left: 25px;
}

@media screen and (min-width:700px) {
    
    .motivo_izquierda {
    width: 25%;
    position: absolute;
    bottom: -4px;
    left: 0;
}
    
    .motivo_derecha {
    width: 30%;
    position: absolute;
    bottom: -4px;
    right: 0;
}
    .seccion_izquierda {
        border-right: 2px dashed #8b307c;
        float: left;
        padding: 0 20px;
        width: 50%;
    }

    .seccion_derecha {
        float: right;
        padding: 0 20px;
        width: 50%;
    }

    .contenedor_logo {
        width: 100%;
    }

    .logo_principal {
        width: 30%;
    }

/*
    .seccion_izquierda,
    .seccion_derecha {
        padding: 0 20px;
        width: 49%;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
*/
    
}























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