body, td, th {
  font-size: 1.1rem;
  font-family: 'Libre Franklin', sans-serif;
}

.text-bold {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover, a:visited, a:active {
  text-decoration: none;
}

.font-7rem {
  font-size: 0.7rem;
}

.font-10rem {
  font-size: 1rem;
}

.font-12rem {
  font-size: 1.2rem;
}

.font-15rem {
  font-size: 1.5rem;
}

.font-20rem {
  font-size: 2rem;
}

.font-25rem {
  font-size: 2.5rem;
}

.font-30rem {
  font-size: 3rem;
}

.font-35rem {
  font-size: 3.5rem;
}

.font-40rem {
  font-size: 4rem;
}

.font-50rem {
  font-size: 5rem;
}

.font-60rem {
  font-size: 6rem;
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 1199.98px) {

  .font-20rem {
    font-size: 1.6rem;
  }

  .font-25rem {
    font-size: 1.8rem;
  }

  .font-30rem {
    font-size: 2.2rem;
  }

  .font-35rem {
    font-size: 2.7rem;
  }

  .font-40rem {
    font-size: 3.2rem;
  }

  .font-50rem {
    font-size: 4rem;
  }

  .font-60rem {
    font-size: 4.5rem;
  }


}

.nav-link {
  text-decoration: none;
  color: #0a3f3c;
}

.bg-gray {
  background-color: lightgray;
}

.texto-branco {
  color: rgb(255, 255, 255);
}

.texto-laranja {
  color: #ffac52;
}

.bg-laranja {
  background-color: #ffac52;
}

.texto-laranja-escuro {
  color: #FF9F38;
}

.bg-laranja-escuro {
  background-color: #FF9F38;
}

.texto-bege {
  color: #f9ece0;
}

.bg-bege {
  background-color: #f9ece0;
}

.texto-verde-claro {
  color: #19d8ca;
}

.bg-verde-claro {
  background-color: #19d8ca;
}

.bg-branco {
  background-color: whitesmoke;
}

.texto-verde-escuro {
  color: #0a3f3c;
}

.bg-verde-escuro {
  background-color: #0a3f3c;
}

#home {
  background-image: linear-gradient(to bottom, rgba(25,209,195,0.8) 0%, rgba(249,236,224,0.8) 100%), url(../imagens/fundo_residencia_idomed.jpg);
  background-position-x: 0%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#rodape a, #rodape a:hover, #rodape a:visited, #rodape a:active {
  color: white;
}

.chart {
  max-width: 100%;
  height: auto;
}
