@font-face {
  font-family: fontregular;
  src: url(/wine/assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: fontlight;
    src: url(/wine/assets/fonts/Montserrat-Light.ttf);
}
  
html, body {height:100%;}
body  {margin: 0px 0px 0px 0px;}

.padre {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.relatorio {
    padding: 10px;
    text-align: center;
    height: 50px;
}

.footer {
    margin-bottom: 0;
    text-align: center;
    height: 60px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}
.footer1 {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    text-align: left;
    height: 70px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}

img {
    display: block;
    margin: 0 auto;
}
img.home {
    /* Centra verticalmente e orizzontalmente */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 480px) {
    img.home {width: 75%;}
    .footer {font-size: 8px;}
    .footer1 {font-size: 9px;}
  }
  
