/* static/css/styles.css */

/* Clase para texto rojo */
.text-red {
    color: red;
}

/* Clase para texto negro */
.text-black {
    color: black;
}

/* Clase personalizada para botones naranja */
.btn-orange {
    background-color: #ff5e00; /* Naranja */
    color: white;
    border: none;
}

.container {
    margin-top: 50px;
}
.viewer{
    border: 1px solid #f0bea1;
    padding: 10px;
    height: 600px;
    overflow: auto;
}
/* Estilos adicionales para el logo */
.navbar-logo {
    height: 150px;
    width: auto;
}

.navbar-brand {
    font-weight: bold;
    font-size: 34px;
}

.navbar-brand .brand-orange {
    color: #ff5e00;
}

.navbar-brand .brand-purple {
    color: #24115a;
}

.subtitulo {
 font-size: small;
}

.spinner{
    display: none;
}
