@charset "utf-8";
/* CSS Document */
  .list-services{
	 
    margin-top: 1em;
    font-size: 12pt;    
    font-family: "Arial", sans-serif;
    line-height: 1.3em;
    text-align:center;
  }
     
  .list-services a{
	 color:#555;  
	 font-weight:400;
  }
  .list-services ul li:hover a {
    text-decoration:underline;
}
  
  
  .list-services ul{
	 list-style:none;
  
  }
  
  h3{
	  font-family: 'Arial', sans-serif;
	  color:#555;
  }
  
   h4.modal-title{
	 font-size: 20px;
    font-weight: bold; 
 }
 
 .modal-body{
	font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3em;
	text-align:justify;
 }
 
 .text{
	margin-top:2em; 
 }
 
.img-about img{
	width: 100%;
    max-width: 555px;
	margin-top: 2em;
	margin-bottom:2em;
	
	
}

@media (max-width: 640px){
	.list-services{
	 
    margin-top: 1em;
    font-size: 11pt;    
    font-family: "Arial", sans-serif;
    line-height: 1.3em;
    text-align:center;
  }
     
}