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



header {
    width: 100%;
    height: 340px;
    background-color: #324b95;
}
        
.contenedor_logo {
    width:100%;
    height: 320px;
    background-color:#FFFFFF;
    text-align: center;
    position: relative;
}

.logo_principal {
    width: 60%;
    display: block;
    border: none;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 5;
} 

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

.motivo_izquierda {
    width: 35%;
    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: #a79259;
    font-weight: 200;
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

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

.cont_textos {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.cuerpo_txt {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #393939;
    font-weight: 200;
    text-align: center;
    font-size: .8em;
    line-height: 1.5em;
    display: block;
}

.ingles_txt {
    font-style: italic;
    padding-bottom: 60px;
}

.seccion_izquierda {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


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

.titular {
    width: 90%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #324b95;
    text-align: center;
    padding-top: 20px;
    font-size: 1.2em;
    padding-bottom: 20px;
}

.titular span {
    font-style: italic;
    font-size: 1.1em;
    font-weight: 600;
}

.platos_menu {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
}

.ingredientes {
     width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 10px;
}

.ingredientes-2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .8em;
    line-height: 1.5em;
    padding-bottom: 20px;
    font-style: italic;
    color: #838383;
}



.linea_puntos {
    width: 80%;
    border-bottom: 2px dashed #324b95;
    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:#f1fdff;
    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: #324b95;
}

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

.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 screen and (min-width:600px) {
    
    .contenedor_logo {
    width:100%;
    height: auto;
    background-color:#FFFFFF;
    text-align: center;
    position: relative;
        padding-bottom: 50px;
}
    
    header {
    width: 100%;
    height: auto;
    background-color: #324b95;
        padding-bottom: 20px;
}
    
    .cuerpo_txt {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #393939;
    font-weight: 200;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: none;
}
    
    .motivo_izquierda {
    width: 25%;
    position: absolute;
    bottom: -4px;
    left: 0;
}
    
    .motivo_derecha {
    width: 30%;
    position: absolute;
    bottom: -4px;
    right: 0;
}
    
    .seccion_espanol {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .seccion_derecha {
    border-left: 2px dashed #324b95;
}
    
    .contenedor_logo {
        width: 100%;
    }
    
    .logo_principal {
        width: 30%;
    }
    
   /* .seccion_izquierda, .seccion_derecha {
        width: 50%;
        padding: 0 20px;
    }*/
    
}























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