@font-face
{
	font-family: 'SegoePro';
	font-style: normal;
	font-weight: normal;
	src: local('SegoePro'), local('SegoePro'), url(../fonts/SegoePro.ttf) format('truetype');
}
*
{
	color: #141414;
	font-family: SegoePro;
	margin: 0;
	padding: 0;
}

.alinha-centro
{
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

.row
{
	display: flex;
	flex-direction: row;
}

.caixa {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 394px;
	padding-right: 25px;
}

.caixa-2 {
	padding-right: 0;
	display: none;
}

.caixa-2 img {
	width: 100%;
}

.bloco-1 {
	background-image: url('../images/fundo-bloco-1.png');
}

.bloco-2 {
	background-image: url('../images/fundo-bloco-2-1.png');
}

.bloco-4 {
	background-image: url('../images/fundo-bloco-4.png');
}

.bloco-5 {
	background-image: url('../images/fundo-bloco-5.png');
}

.bloco-5 .conteudo-bloco {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	margin-right: 15px;
}

.conteudo-4 .conteudo-bloco {
	width: 100%;
}

.bloco-5 .titulo-bloco,
.bloco-5 .texto-bloco {
	color: #ffffff;
}

.conteudo-bloco {
	width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bloco-2 .conteudo-bloco {
	width: 430px;
	margin-top: 20px;
    margin-right: 30px;
}

.bloco-2 .conteudo-bloco .balao:nth-child(1),
.bloco-2 .conteudo-bloco .balao:nth-child(4) {
align-self: flex-end;
}

.balao {
	background-image: url(../images/balao.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 318px;
    padding: 4px 20px;
    margin-bottom: 8px;
}

.fechar-balao {
	    margin: 0;
    position: relative;
    top: -27px;
    right: -210px;
    width: 8px;
    cursor: pointer;
    font-size: 12px;
}

.texto-balao {
	color: #000000;
	font-size: 12px;
	margin: 0;
}

.titulo-bloco,
.texto-bloco {
	color: #000000;
}

.titulo-bloco {
	font-size: 22px;
	font-weight: bold;
}

.texto-bloco {
	font-size: 12px;
}

.carousel {
	margin-bottom: 20px;
}

.carousel-item {
	background-color: #141414;
}

.carousel-item img {
	width: 100%;
}

.texto-imagem-carrossel-1,
.texto-imagem-carrossel-2,
.texto-imagem-carrossel-3 {
	font-size: 12px;
	margin: 0;
	position: absolute;
    top: 110px;
	right: 100px;
	max-width: 300px;
}

.texto-imagem-carrossel-1,
.texto-imagem-carrossel-2,
.texto-imagem-carrossel-1 strong,
.texto-imagem-carrossel-2 strong {
	color: #000000;
}

.texto-imagem-carrossel-3,
.texto-imagem-carrossel-3 strong {
	color: #000000;
}

.texto-imagem-carrossel-1 strong,
.texto-imagem-carrossel-2 strong,
.texto-imagem-carrossel-3 strong {
	font-size: 24px;
}

.bloco-6 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.imagem-item {
	margin-bottom: 20px;
}
.imagem-item img {
	width: 100%;
}

.titulo-texto-item {
	font-weight: bold;
}

.titulo-texto-item,
.conteudo-texto-item {
	color: #000000;
	font-size: 13px;
	margin: 0;
}

.important-info {
	padding-top: 40px;
}

.important-info p {
	font-size: 12px;
	margin-bottom: 25px;
}

.important-info .title-info {
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}

/* ----- Caixa-11 ----- */


.caixa-11 {
    margin-top: 50px;
}

.tabela-caixa-11 {
    padding: 3px;
}

.item-caixa-11-coluna-1 {
    width: 40%;
}

.item-caixa-11-coluna-2,
.item-caixa-11-coluna-3 {
    width: 30%;
}


.item-caixa-11-coluna-1,
.item-caixa-11-coluna-2,
.item-caixa-11-coluna-3 {
    padding: 5px;
}

.item-caixa-11-coluna-2,
.item-caixa-11-coluna-3 {
    display: flex;
    justify-content: center;
}

.cabecalho-tabela-caixa-11 {
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}

.cabecalho-tabela-caixa-11 img {
    width: 80%;
}

.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-2,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-2 p,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-3 p {
    margin-top: 15px;
}

.linha-tabela-caixa-11 {
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    width: 100%;
}

.linha-tabela-caixa-11:nth-child(even) {
    background-color: #f2f2f2;
}

.tabela-caixa-11 p {
    color: #000000;
    font-size: 16px;
    margin: 0;
}


.tabela-caixa-11 .titulo-cabecalho-item-caixa-11 {
    color: #107c10;
    font-size: 44px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.tabela-caixa-11 p strong {
    font-size: 18px;
}

.barra-verde {
    background-color: #107c10;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto-caixa-12-2,
.barra-verde .texto-barra-verde {
    font-size: 32px;
}
.barra-verde .texto-barra-verde {
    color: #ffffff;
    margin: 0;
}


/* ----- Caixa-11 ----- */

@media (max-width: 1024px){
	.tabela-caixa-11 .titulo-cabecalho-item-caixa-11 {
        font-size: 34px;
    }
}

@media (max-width: 900px){
	.bloco-2 {
		display: none;
	}
}