
:root {
    --blue: #0572C5;
    --negro: #090e1ff8;
    --sobre: #107eea;
    --naranja: rgba(255, 153, 0, 0.217);
    --verde: rgba(47, 155, 25, 0.842);
    --verdesobre: rgb(24, 207, 0);
    --suave: #7ca3f177;
    --negroscuro: rgb(17, 2, 2);}


body {
    font-family: "Open Sans", sans-serif;
    color: #0e0101;
    background: #0572c57a;
    background: linear-gradient(to right, var(--suave), var(--blue)); */
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}


.bg{
    background-image: url('../static/imagenes/urba6.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgadmin{
    background-image: url('../static/imagenes/admin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo{
    height: 70px;
    width: 100px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--suave)
}