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

main {
    display: block;
}

header {
    width: 100%;
    height: 100vh;
    background-color: #7A99B9;
}
        
.contenedor_logo {
    width:100%;
    height:98vh;
    background-color:#f2ebdf;
    text-align: center;
}

.contenedor_logo img {
    width: 70%;
    display: block;
    border: none;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 100px;
} 

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

main {
    background-color: #f2ebdf;
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}

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

.titular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #7A99B9;
    text-align: center;
    padding-top: 20px;
    font-size: 1.2em;
}

.platos_menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #484848;
    text-align: center;
    font-size: 1.1em;
    margin: 0 30px;
    padding-bottom: 15px;
    line-height: 1.4em;
}

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

.home {
    width: 50px;
    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: #7A99B9;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 5px;
    font-size: 1.2em;
}

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

.arriba {
    margin-top: 100px;
}

.abajo {
    margin-bottom: 80px;
}

.franja_oscura {
    width: 100%;
    height: 200px;
    background-color:#7A99B9;
}

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

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

.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) {
    
    .contenedor_logo img {
        width: 40%;
    }
    
}























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