 * {
  	font-family: CalcText,arial narrow, arial, helvetica;
	font-size: 18px;
	line-height: 1.5;
	color: #696B6A;  	
  }
  
.button {
    width: 110px;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	outline: none;
	position: relative;
	margin: 10px;
	padding: 12px 10px;
	white-space: nowrap;
	border-radius: 16px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.button:hover {
	background-color: #777;
}

.button:active {
	top: 1px;
	left: 1px;
}

.azul {
	background-color: #2A4898;
    color: #FFF;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.azul:hover {
	background-color: #7FA0C0;
}

div.caixas {
	width: 100%;
	margin: 20px 20px;	
	align: center;
}

div.bloco {
    margin-right: 15px;
	padding: 15px;
	float: left;
	#height: 200px;
}

label, span {
	
	font-size: 16px;
}

 #custom-handle {
    width: 2.5em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    font-size: 14px;
  }
  
  #slider {
  	width: 250px;
  }
  
  h2 {
  	text-align: center;
  	color: black;
    font-size: 24px;
    font-weight: bold;
    color: #9B9B9B;
    padding: 7px 0 0 50px;
    margin: 0;
  }

  h4 {
  	text-align: center;
  	color: black;
    font-size: 14px;
    font-weight: bold;
    color: #9B9B9B;
    padding: 7px 0 0 50px;
    margin: 0;
  }
  
  select {
     font-size: 14px;
     color: #585858;
     padding: 3px 6px;   
  } 
  
  form, .container {
  	display: flex;
  	 justify-content: center;
  	 flex-wrap: wrap;
  	 width: 90%;
  }
  
  #div_logo {
     float: left; width: 25%; text-align: right;
  }
  
  #div_texto {
      float: left; width: 75%;
  }
 	 
  .direta {
  	background-color: #e6e6ff;
  }
  
  .apoio {
  	background-color: #99cc99;
  }
  .higiene {
  	background-color: #669999;
  }
  
  .gestao {
     background-color: #ffcc99;
  }
  
  .diagnostico {
      background-color: #cccc99;   
  }
  
  .motorista {
	background-color: #ccff99;
  }
  
@media (min-width: 320px) and (max-width: 899px) {
    
     img {
        width: 40%;
        height: auto;
     }
     
     p, div, label, h4 {
        font-size: 12px;     
     }
     
     h2 {
       font-size: 16px;
     }
     
     h3 {
        font-size: 13px;
     }
     .resposta {
        font-size: 14px;
     }
     
     .button {
    	width: 130px;
  	    font-size: 12px;
  	    padding: 10px 15px;
  	 }
  	 
  	 #div_logo {
  	    width: 45%;
  	 }
  	 
  	 #div_texto {
  	    width: 52%;
  	 }
  	 
  	 #info {
  	    width: 25px;
  	 }
} 
  
  	 
