:root{
  --color_principal: #2C4F78;

  --color_principal_a3: rgba(255,41,53, 0.3);
  --color_principal_a1: rgba(255,41,53, 0.1);
  --color_secundario: #D20000;
  --color_oscuro: #D80E22;
  --fuente: "Fuente toks";
  --fondo: url("../img/background_odemas.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;
background-repeat: no-repeat;
background-attachment: fixed;
 background-position: center center;
 background-size: cover; 
 opacity: 0.4;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: fixed;
z-index: -1;  


}