:root {
  --background: #21365a;
  --background-body: #e5e3e1;
  --cor-de-fonte: #253b5f;
  --cor-titulo: #333333;
  --fonte-principal: 'Parkinsans', sans-serif;
}

.my-5{
    margin-top: 0rem !important;
    margin-bottom: 4rem !important;
}


ul {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--background-body);
}
.btn:active,
.btn:focus,
.btn-close:active,
.btn-close:focus,
.btn-mes:active,
.btn-mes:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.btn-primary {
  background-color: var(--background);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
}
.btn-primary:hover {
  background-color: #2c3746;
}

.btn-secondary {
  background-color: #ffffff;
  color: var(--cor-de-fonte);
  border: 1px solid var(--cor-de-fonte);
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
}

.btn-secondary:hover {
  background-color: #e6e6e6;
  color: var(--cor-de-fonte);
  border: 1px solid var(--cor-de-fonte);
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: inherit;
  box-shadow: none;
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: #dee2e6;
}
.accordion-button {
  background-color: white;
  color: inherit;
}
@media (max-width: 900px) {
  #toggleMenu {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 20px;
  }
}

@media (max-width: 500px) {
  .icon {
    font-size: 25px !important;
  }

  .menu-line {
    width: 20px !important;
  }
  #toggleMenu {
    bottom: 80px;
  }
}
