@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Playfair+Display&family=Roboto:wght@100;300;400;500;700;900&display=swap');
html { height: 100%; }
body {
    font-family: 'Lato', sans-serif;
    background: #1a1a1a;
    /*height: 100%;*/
    /*overflow: hidden;*/
}

header {
    font-family: 'Playfair Display', serif;
    color: #fff;
}
.content {
    box-shadow: #000 0px 0px 5px;
    background: #fff;
    color: #1a1a1a;
}
.label-ajust-1 {
    min-width: 60px;
    display: inline-block;
}
.label-ajust-2 {
    min-width: 105px;
    display: inline-block;
}
.label-ajust-3 {
    min-width: 200px;
}
.separator {
    height: 2px;
    background: #1a1a1a;
}
.subheader {
    background: #1a1a1a;
    color: #ffffff;
    font-weight: bolder;
}
.anticipo {
    background: #3c3c3c;
    color: #ffffff;
    font-weight: bolder;
}
.concept { font-size: .85em; line-height: 1.2em; font-weight: 300; }
.concept h3 { font-size: 1.2em; margin-bottom: 2px; font-weight: 600; }
.dotline { border-bottom: 2px dotted rgba(26,26,26,.5); padding-top: 10px; }
.price { font-size: 1.1em; font-weight: bolder; }
.terminos { font-size: .9em; line-height: 1em; margin-top: auto; }