@font-face {
 font-family:Bellota;
 src:url(/fonts/BellotaText-Regular.ttf);
 font-display:swap
}
@font-face {
 font-family:Bellota;
  font-weight:bold;
 src:url(/fonts/BellotaText-Bold.ttf);
 font-display:swap
}
body,
html {
 padding:0;
 margin:0;
 font-family:"Bellota",tahoma,arial,helvetica,sans-serif;
  text-align:center;
}
body{
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content:center;
  min-height:90vh;
  color:#004951;
}
body>*{
  width:96%;
  max-width:480px;
}
header{
  font-size:20px;
  border-bottom:1px solid #ccc;
  padding-bottom:50px;
}
h1{
  font-size:0;
  width:100%;
  margin-bottom:20px;
  display:block;
}
h1:after{
  content:"";
  background:url(/images/valorea_logo.png) no-repeat center;
  background-size:cover;
  display:block;
  width:100%;
  aspect-ratio: 800/250;
}
header p{
  font-weight: bold;
  margin:5px 0;
}
h2, header p:last-child{
  color:#cb3360;
  font-size:24px;
  margin-bottom:0;
}
hr{
  margin-bottom:50px;
  border:none;
  border-bottom:1px solid #ccc;
}
ul{
  list-style:none;
  padding:0;
  margin:0;
  font-size:18px;
}
li{
  padding:8px 0 0;
}