:root{
    --color_principal: #e12935;
    --color_principal_a3: rgba(255,41,53, 0.3);
    --color_principal_a1: rgba(255,41,53, 0.1);
    --color_secundario: #414143;
    --color_oscuro: #414143;
    --fuente: "Fuente toks";
    --fondo: url("../img/background_corp.png");
}

@font-face {
  font-family: "Fuente toks";
  src: url("../fonts/Avenir-Roman.ttf");
}

body{
    
    --fuente: "Fuente toks";
}

body::after {
  content: "";
  background: var(--fondo);
  background-size: 150px;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}