.banner-container {
	width: 99.996875%;
	padding: 0.9852216748768473%;
	background-color: #f2f7fa;
}

.banner-voltar {
	color: #63bc44;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
}

.texto-roxo {
	background-color: #2e3191;
	color: white;
	width: 89%;
	font-size: 14px;
    padding: 10px 9px;
    text-align: justify;
}

.texto-roxo>p {
	font-size: 16px;
}

.texto-roxo-direita {
	float: right;
	border-radius: 30px;
	border-top-left-radius: 0;
}

.texto-roxo-esquerda {
	float: left;
	border-radius: 30px;
	border-top-right-radius: 0;
	text-align: right;
}

.banner-informacoes-basicas {
	background-color: #63bc44;
	color: white;
	font-size: 25px;
	border-radius: 10px;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 60px;
}

.texto-verde {
	background-color: #63bc44;
	color: white;
	width: 40%;
	padding: 8px 25px;
	font-size: 12px;
	
}

.texto-verde-direita {
	border-radius: 10px;
	border-bottom-left-radius: 0;
}

.texto-verde-esquerda {
	float: right;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	text-align: right;
}

.conteudo-informacoes-adicionais {
	color: #2e3191;
	margin: 5px 15px;
	display: block;
	text-align: justify;
	width: 60%;
}

.texto-de-acordo {
	display: inline;
	color: white;
	background-color: #2e3191;
	border-radius: 19px;
	padding: 8px 19px;
	font-weight: bold;
	float: right;
}

.btn-group .button {
	display: inline;
	color: #1868bb;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	margin-right: 10px;
	text-decoration: underline;
	border: none;
	background-color: #f2f7fa;
}

.imagem_roxa {
   width: 60px;
}

.imagem-logo-qualis {
	padding: 35px
}


.imagem-info-adicionais {
	width: 44px; 
	float: left; 
	margin-left: 15px; 
	vertical-align: middle; 
	margin-top: 2px;
}

.titulo-info-adicionais {
	padding-top: 9px; 
	font-size: 22px;
}


@media ( max-width : 768px) {
	.imagem_roxa {
		width: 40px;
	}
	
	.texto-roxo {
	    background-color: #2e3191;
	    color: white;
	    width: 85%;
	    padding: 10px 9px;
	    font-size: 14px;
	    text-align: justify;
	}
	
	.imagem-logo-qualis {
		border-right: 0;
		padding: 40px;
		
	}
	
	.imagem-verde {
	    width: 34px;
    	max-width: initial;
    }
    
    .imagem-verde-direita {
    	position: relative;
    	left: -22px;
    }
    
    .texto-verde {
    	width: 100%;
    }
    
    .imagem-verde-div-esquerda {
    	padding-left: 30px;
    }
    
    .imagem-verde-div-direita {
    	padding-right: 30px;
    }
    
    .conteudo-informacoes-adicionais {
    	width: 90%;
    }
    
    .texto-de-acordo {
        font-size: 12px;
    	width: 100%;
    	text-align: center;
    }
    
    .faca-sua-pesquisa {
    	margin-top: 25px;
    }
    
    .voltar-para-inicio {
    	margin-top: 25px;
    }
    
    .titulo-info-adicionais {
		font-size: 16px;
	}
}

@media (min-width: 769px) and  (max-width: 1024px){
	.texto-roxo {
	    background-color: #2e3191;
	    color: white;
	    width: 85%;
	    padding: 10px 9px;
	    font-size: 14px;
	    text-align: justify;
	    margin: -7px;
	    margin-bottom: 1px;
	}
	 
	 
	.imagem-logo-qualis {
		border-right: 4px solid #2e3191;
		padding: none;
		height: 385px;
	}
}