/* EMPRESA */

	/****** PROPRIEDADES GLOBAIS AQUI ******/



	/*==========  REPONSIVO - Non-Mobile First Method  ==========*/

	/*	Dispositivos muito pequenos (smartphones em formato paisagem, e abaixo de 576px) */
	@media (max-width: 575px) { 
	
	}
	
	/* Dispositivos pequenos (smartphones em formato retrato, e abaixo de 768px) */
	@media (max-width: 767px) { 
		
	}
	
	/* Dispositivos médios (tablets, e abaixo de 992px) */
	@media (max-width: 991px) { 
		
	}
	
	/* Dispositivos grandes (desktops, e abaixo de 1200px) */
	@media (max-width: 1199px) { 
		
	}

	body { 
        font-family: 'Oswald', sans-serif;
     }

     .emp1 {
     	padding-top: 30px;
     }

     .emp2 {
     	padding-bottom: 30px;
     }

     .fundo-azul {
     	background-color: #1B2B4B;
     }

     .lab img {
     	float: left;
     	width: 25%;
     	height: 130px;
     }

     .lab h2 {
     	font-family: 'Poppins', sans-serif;
     	font-weight: bold;
     	color: #1B2B4B;
     	font-size: 23px;
     }

     .lab p {
     	font-family: 'Roboto', sans-serif;
     	font-size: 12px;
     	padding-left: 200px;
     }
	 
	 .borda-missao {
		float: left;
	 	border: 3px solid #ccc;
	 	border-radius: 15px;
    	width: 450px;
    	margin-bottom: 15px;
    	margin-top: 25px;
	 }

	 .borda-missao h3 {
	 	font-family: 'Poppins', sans-serif;
     	font-weight: bold;
     	color: #1B2B4B;
     	font-size: 23px;
     	padding-left: 15px;
     	padding-top: 15px;
	 }

	 .borda-missao p {
		padding-left: 15px;
    	font-family: 'Roboto', sans-serif;
    	font-size: 13px;
    
	 }


	 .borda-visao {
		float: right;
	 	border: 3px solid #ccc;
	 	width: 437px;
	 	border-radius: 15px;
	 	margin-bottom: 15px;
	 }

	 .borda-visao h3 {
	 	font-family: 'Poppins', sans-serif;
     	font-weight: bold;
     	color: #1B2B4B;
     	font-size: 23px;
     	padding-left: 15px;
     	padding-top: 15px;
	 }

	 .borda-visao p {
	 	padding-left: 15px;
    	font-family: 'Roboto', sans-serif;
    	font-size: 13px;	
	 }


	.borda-valores {
		float: left;
	 	border: 3px solid #ccc;
	 	border-radius: 15px;
    	width: 450px;
    	margin-bottom: 20px;
	 }

	 .borda-valores h3 {
	 	font-family: 'Poppins', sans-serif;
     	font-weight: bold;
     	color: #1B2B4B;
     	font-size: 23px;
     	padding-left: 15px;
     	padding-top: 15px;
	 }

	 .borda-valores p {
		padding-left: 15px;
    	font-family: 'Roboto', sans-serif;
    	font-size: 13px;
    
	 }

	 .certificados {
	 	float:left;
	 	padding-bottom: 15px;
	 }

	 .certificados h3 {
	 	font-family: 'Poppins', sans-serif;
     	font-weight: bold;
     	color: #1B2B4B;
     	font-size: 23px;
     	padding-left: 150px;
     	padding-top: 10px;
	 }

	 .certificados p {
		padding-left: 150px;
    	font-family: 'Roboto', sans-serif;
    	font-size: 13px; 	
	 }
	 
	 .politicas {
	 	float:left;
	 	padding-bottom: 15px;
	 }

	 .politicas h3 {
	 	font-family: 'Poppins', sans-serif;
     	font-weight: bold;
     	color: #1B2B4B;
     	font-size: 23px;
     	padding-left: 150px;
     	padding-top: 10px;
	 }

	 .politicas p {
		padding-left: 150px;
    	font-family: 'Roboto', sans-serif;
    	font-size: 13px; 	
	 }

	 .img-topo {
	 	padding-bottom: 20px;
	 }