.azul-policia {
   color: rgba(0, 114, 204, 1);
}

label {
   color: #535353;
   font-weight: bold;
}

.bg-azul-policia {
   background-color: rgba(0, 114, 204, 1);
   color: white;
   margin-bottom: 2rem;
   padding: .4rem;
   border-radius: 5px;
   text-align: center;
   margin-top: 2rem;
}

.boton-azul {
   font-size: 1.3rem !important;
   font-weight: bold !important;
   padding: .4rem .8rem !important;
   cursor: pointer;
   transition: all 350ms;
}

.boton-azul:hover {
   background-color: rgb(3, 104, 182);
   color: white;
}

.logo-policia {
   width: 70px;
}

.prop {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-bottom: -2rem;
}

.minimo {
   min-width: 70%;
}

.buscadores {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 1rem;
}

@media (min-width: 980px) {
   .barra {
      display: flex;
      justify-content: flex-end;
   }
}

.hover:hover {
   color: #6571ff;
}