:root{
  --f1: 1.25vw;
      --f2: 1.6vw;
      --f3: 2.4vw;
      --f4: 3.3vw;
      --f5: 4vw;
      --f6: 5vw;
      --f7: 5.5vw;
      --f8: 1.55vw;
      --f9: 24px;
      --f10: 15.5px;
      --f11: 19px;
      --f12: 1.34vw;
      --f13: 1.45vw;
 }

html, body {
background-color: #fcfcfc;
font-family: var(--fuente1);
font-size:  var(--f1);
width: 100%;
}


.interlet-largo {
    letter-spacing: 0.5vw;
}


.topbar, .footer {
    padding-left: calc(var(--u-100) * .5);
    padding-right: calc(var(--u-100) * .5);
    width: 100% !important;
}
