body{
    background-color: #2c3e50;
    font-family: "Montserrat", sans-serif;
    
}
h1{
    margin-top: 30px !important;
}

.legales {
    /* margin-left: 80px;
    margin-right: 80px; */
    max-width: 800px;        /* Limita el ancho máximo para que no se estire demasiado */
    margin: 10% auto;         /* Centra automáticamente en horizontal */
    padding: 0 5%;
    color: #beb9b9;
}

span{
    color: #beb9b9;
    font-weight:bolder;
}

.logo-legales {
    margin-top: 50px;
    
    width: 120px;
    height: auto;
    
}

.logo-centro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    
}


.boton-volver {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    padding: 12px 20px;
    background-color: #b13e32; /* color rojo similar */
    color: #beb9b9;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .boton-volver:hover {
    background-color: #932f26;
  }