.fondo {
    background-image: url('../img/fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity:0.8;
}

.titulo {
    font-weight: bold;
    color:black;
}

.bajar {
    margin-top: 31px !important;
}

 .table td, .table th {
     padding: 0.3rem;
}

tr {
    font-size: 0.9em;
    text-decoration-color: #000;
}

/* .text-xs {
    font-size: 0.85em;
} */

.mt-4, .my-4 {
    margin-top: 1.9rem!important;
}

#mapa {
    height: 500px;
    width: 100%;
}

.custom-file-label::after {
    content: 'Seleccionar' !important;
}
