@media (min-width: 800px) and (max-width: 1280px),
  (min-width: 960px) and (max-height: 540px),
  (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav .dropdown,
  .navbar-nav .nav-item.dropdown {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

h1,
h2 {
  color: #286090;
  text-align: center;
}

/* Background  */

.text-grey {
  color: rgba(0, 0, 0, 0.55);
}

.escrity {
  color: #fac62d;
  font-size: 18px;
}
.h-300 {
  height: 300px;
}
.text-center {
  text-align: center;
}
.h-100 {
  height: 300px;
}
.h-75 {
  height: 75px;
}
.h-500 {
  height: 500px;
}
.h-450 {
  height: 450px;
}
.m-t {
  margin-top: 100px;
}
.mt-6 {
  margin-top: 4rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
/* Cores */
.green {
  color: green;
}
.link-tecnorisk {
  color: #286090;
}
.text-tecnorisk {
  color: #286090;
}
/* Botões */
.btn-tecnorisk,
.bg-tecnorisk {
  background-color: #0a0a56;
  color: white;
}
.btn-tecnorisk:hover {
  background-color: #195183;
  color: white;
}
.bg-cinza {
  background-color: #edf1f6;
}
.hidden {
  display: none;
}
/* MENU */
.menu {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu {
  border-radius: 0 0 0.25em 0.25rem;
  border: 0px;
}

.dropdown-content {
  display: none;
  padding: 5px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-item {
  color: #515760;
}

.nav-item.dropdown:hover,
.dropdown-menu.navbar-light.bg-grey {
  background-color: #e7e7e7;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.pb-3 {
  padding-bottom: 4rem !important;
}

.my-5 {
  margin-top: 7rem !important;
}

.fixrodape {
  margin-top: 13rem !important;
}

/* buttons */
.btn-green {
  padding: 15px !important;
  background-color: #2ecc71;
  color: #fff;
  box-shadow: 0 2px 15px 3px rgba(1, 1, 1, 0.1);
}

.btn-green:hover {
  background-color: #2baf62;
  color: #fff;
}

/* titles */
.menor {
  max-width: 85%;
}

.central {
  margin-top: 7px !important;
}

.yellow {
  color: #fac62d;
}

.color-grey {
  background-color: #ecedef;
}

li {
  list-style-type: none;
}

.ltv-2 {
  list-style: none;
}

.ltv-2 li {
  padding: 5px 0 5px 0;
  margin: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown {
  display: inline-block;
  list-style: none;
}

.btn-light {
  color: rgba(0, 0, 0, 0.55);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #000000;
}

.cinza {
  color: #515760;
}

.bg-blue {
  background-color: #286090;
}
body {
  color: rgba(0, 0, 0, 0.55);
  background-color: #edf1f6;
}

/* Dashboard */
.fundobranco {
  background-color: #ffffff;
}

.navbarmenu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.box-orange {
  background-color: #f7be6d !important;
}

/* Email */
.emails-input .email-box {
  display: flex;
  align-items: center;
  background-color: #e7f1ff;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.emails-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
  min-height: 40px;
  border-radius: 5px;
}

.emails-input .email-box .email {
  margin-right: 5px;
}
.emails-input .email-box .remove {
  cursor: pointer;
}

.emails-input input {
  flex-grow: 1;
  border: none;
  outline: none;
  margin-left: 5px;
  font-size: 16px;
  padding: 0;
}

.emails-input input:focus {
  padding-left: 10px;
}

/* Animação nos icones  */
.fa-bounce {
  animation: none;
}

a:hover .fa-bounce,
button:hover .fa-bounce {
  animation: fa-bounce 1s linear infinite;
}

/* Cores */

.amarelo {
  background-color: #ffb820;
  color: white;
}
.vermelho {
  background-color: #ff2252;
  color: white;
}

.verde {
  background-color: #00cfba;
  color: white;
}
.azul {
  background-color: #4ba3e5;
  color: white;
}

.border1 {
  height: 40px;
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
  border-end-end-radius: revert;
  border-start-end-radius: revert;
}

.border2 {
  border-start-start-radius: revert;
  border-end-start-radius: revert;
  border-end-end-radius: 0.375rem;
  border-start-end-radius: 0.375rem;
}
