html, body {
  height: 100%;
  /*overflow-x: hidden !important;*/
}
.logo {
  height: 70px;
  margin: 0px 0px 0px 0px;
}
nav {
  background-color: #fff;
  border-top: 10px solid #363942;
  /*text-transform: uppercase;*/
}

.nav-link {
  color: #000 !important;
  padding: 20px 0px 0px 50px !important;
  font-size: 15px;
}
.nav-link:hover{
  font-weight: bold !important;
}

footer {
  background-color: #111111;
  /*background-image: url(rsc/images/world-map-dark.png);*/
  background-size: cover;
}

.footer-icons {
  color: #ccc !important;
}


section{
  padding: 60px 0px 60px 0px;
}


.adjust-height {
  height: 60vw !important;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}


h1{
  font-family: 'Suez One', serif;
}
h3{
  /*font-family: "Lobster";*/
  font-family: 'Oswald';
}
h4{
  font-family: "Anton";
}
p{
  font-family: "Lato";
}

.card-icon {
  height: 300px;
  padding: 50px 50px 50px 50px;
}

.img-icon {
  width: 50px !important;
  margin-left: 50%;
  transform: translateX(-50%);
}

.light-blue-section{
  background-color: #ADD8E6;
}

.card:hover{
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.bg-low-red {
  background-color: #ff7474 !important;  
}
.bg-low-yellow {
  background-color: #ffea74 !important;  
}
.bg-low-green {
  background-color: #68ad51 !important;  
}

.text-small{
  font-size: small;
}
.text-x-small{
  font-size: x-small;
}
.text-xx-small{
  font-size: xx-small;
}

textarea {
  white-space: pre-wrap;
  resize: none !important;
}

.min-box {
  height: 100px !important;
  vertical-align: middle;
}

.manual-centered {
  transform: translateY(50%);
}

.texto-nav {
  margin-left: -30px;
}

.top-header-nav {
  padding-bottom: 30px;
}

main {
  margin-top: -20px;
}

.campo-texto-cadastra {
  width: 100%;
}

.provas-disponiveis {
  font-size:30px; 
  font-weight: bolder;
}

.clickable {
  cursor:pointer;
}