@import './datatables.min.css';
@import '../MaterialDesign-Webfont-master/css/materialdesignicons.min.css';
@import './bootstrap.min.css';
@import './footer.css';

.logo-marca {
    width: 55px;
    height: auto !important;
}

.bg-preto {
    background: #0041af !important;
}

/* Modal */
.fechar {
    position: absolute;
    top: 0;
    right: 0;
    margin: -0.5rem !important;
}

.modal-header{
    border-bottom: none;
}

.eye {
    position: relative;
}

.icone {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0.8rem;
}

.qsomos {
    background: black;
    padding: 2rem;
    margin-top: 1rem;
    color: #fff;
    text-align: justify;
}
.bttamanho {
    margin: 1rem;
    
}
.btn-primary {
  background-color: #26509d;
  border-color: #26509d;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: #1d4280;
  border-color: #1d4280;
}