@font-face {
    font-family: 'TommySoft';
    src: url('fonts/MADE Tommy Soft/MADE Tommy Soft Regular PERSONAL USE.otf') format('opentype');
    font-weight: normal;
  }
  
  @font-face {
    font-family: 'TommySoft';
    src: url('fonts/MADE Tommy Soft/MADE Tommy Soft Bold PERSONAL USE.otf') format('opentype');
    font-weight: bold;
  }
  

.fondo {
    background-image: url('./assets/background.jpg');
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    margin: 0 auto; 
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.raleway-100 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.raleway-200 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.raleway-300 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.raleway-400 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.raleway-500 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.superpuesta {
    position:absolute;
    bottom: 0%; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; 
    width: 350px; 
    margin-bottom: 0%;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.mapa-container {
    width: 100%;
    max-width: 2000px;
    margin: auto;
    position: relative;
}

.canvas-container {
    width: 100vw;
    height: auto;
    max-width: 100%;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

canvas {
    width: 100% !important;
    height: auto !important;
}

.decoracion-top{
    background-image: url('./assets/PANTALLAS2-BARRA1.png');
    
}

.decoracion-bottom{
    background-image: url('./assets/PANTALLAS2-BARRA2.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
}