@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}
a {text-decoration:none;}




.top-button-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f9fa;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.top-button {
    all: unset;
    color: red;
    background-color: #007bff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
}

.top-button:hover {
    background-color: #0056b3;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.barra-informativa {
    background-color: #428bca;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.contenido {
    padding: 60px 20px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.info-bar {
    background-color: #0078D7;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
