/*@import url("/fonts/citizen_brush/citizen_brush-webfont.woff")*/
@font-face {
    font-family: 'citizen_brushregular';
    src: url('/fonts/citizen_brush/citizen_brush-webfont.woff2') format('woff2'),
         url('/fonts/citizen_brush/citizen_brush-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'Abel', sans-serif;
    font-size: 1.5em;
    background-color:#f8c435;
}

.fs07{font-size:0.7em !important;}
.fs075{font-size:0.75em !important;}
.fs08{font-size:0.8em !important;}
.fs09{font-size:0.9em !important;}
.fs10{font-size:1em !important;}
.fs11{font-size:1.1em !important;}
.fs12{font-size:1.2em !important;}
.fs13{font-size:1.3em !important;}
.fs14{font-size:1.4em !important;}
.fs15{font-size:1.5em !important;}
.fs16{font-size:1.6em !important;}
.fs17{font-size:1.7em !important;}
.fs18{font-size:1.8em !important;}
.fs19{font-size:1.9em !important;}
.fs20{font-size:2em !important;}
.fs21{font-size:2.1m !important;}
.fs22{font-size:2.2em !important;}
.fs23{font-size:2.3em !important;}
.fs24{font-size:2.4em !important;}
.fs25{font-size:2.5em !important;}

.lh100{line-height:100% !important;}
.lh110{line-height:110% !important;}
.lh120{line-height:120% !important;}
.lh130{line-height:130% !important;}
.lh140{line-height:140% !important;}
.lh150{line-height:150% !important;}

.clickable{cursor:pointer;}
.tachado{text-decoration:line-through; color:#c00;}
.ombra{box-shadow: 0px 0px 10px #000;}
.ombra-text{text-shadow:2px 2px 10px #444;}
.justificat {text-align:justify;}

.titol{font-family: 'citizen_brushregular'; text-shadow:2px 2px 10px #555; font-size:2.5em;}
.titol2{font-family: 'citizen_brushregular'; font-size:1.7em;}
.font-titol{font-family: 'citizen_brushregular';}
.font-normal-bold{font-weight: bold;}

/* Imágenes responsive */
img.my-imagen-responsive {width:100%;height:auto;}
img.my-imagen-responsive-v{height:100% !important;}

.custom1{color:#7bcce7 !important;}
.custom2{color:#f8c435 !important;}
.custom3{color:#d083ab !important;}
.custom4{color:#78b29a !important;}

.bg-custom1{background-color:#7bcce7 !important;}
.bg-custom2{background-color:#f8c435 !important;}
.bg-custom3{background-color:#d083ab !important;}
.bg-custom4{background-color:#78b29a !important;}

.btn-custom1{
    background-color:#7bcce7 !important;
    color:white !important;
    font-weight:bold !important;
    text-transform:uppercase;
    letter-spacing: 0.08em;
    text-shadow: 2px 2px 10px #444;
    font-size:1.1em;
}

.btn-custom4{
    background-color:#78b29a !important;
    color:white !important;
    font-weight:bold !important;
    text-transform:uppercase;
    letter-spacing: 0.08em;
    text-shadow: 2px 2px 10px #444;
    font-size:1em;
}

#navbarTop .nav-item{padding:0 1em; font-weight:bold;}
.navbar-brand img{width:200px !important;}

@media print {
	#divAlbaraDatosCliente { width:48%; float:left; }
    #divAlbaraDatosEnvio { width:48%; float:right; }
}