@charset "utf-8";
/* CSS Document */


.font_nome_empresa{
  	font-family: "Lato", serif;
 	 font-weight: 700;
 	 font-size: 18px;
 	 font-style: normal;
	 color: #4B4B4B;
}

.font_telefone_empresa{
  	font-family: "Lato", serif;
 	 font-weight: 600;
 	 font-size: 14px;
 	 font-style: normal;
	 color: #4B4B4B;
}

.font_end_empresa{
  	font-family: "Lato", serif;
 	 font-weight: 400;
 	 font-size: 12px;
 	 font-style: normal;
	 color: #4B4B4B;
}


.font_nome_horario{
 	font-family: "Lato", serif;
  	font-weight: 600;
  	font-size: 14px;
  	font-style: normal;
        color: #000;
}

.font_status{
 	font-family: "Lato", serif;
  	font-weight: 600;
  	font-size: 14px;
  	font-style: bold;
        }
	
.borda {
border-radius: 8%;
}


#box_empresas{
	width: 95%;
	height: 180px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 15px rgba(240, 240, 240, 0.9);;
	}	
	

#box_status{
	width: 90%;
	height: 40px;
	border-radius: 10px;
	/*box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.2);*/
	}

#box_zap{
	width: 30px;
	height: 30px;
	border-radius: 10px;
	/*background-color: rgba(248, 248, 248, 0.9);*/
	/*box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.2);*/
	}

#box_tel{
	width: 30px;
	height: 30px;
	border-radius: 10px;
	/*background-color: rgba(248, 248, 248, 0.9);*/
	/*box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.2);*/
	}


