@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;
}


.bloco-video {
	display: flex;
	margin-bottom: 20px;
}

.bloco-video video {
	width: 100%;
	height: auto;
}

.bloco-1 {
	background-image: url('../images/fundo-bloco-1.png');
}

.bloco-2 {
	padding-right: 0;
}

.bloco-2 img {
	width: 100%;
	height: auto;
}

.bloco-3 {
	background-image: url('../images/fundo-bloco-3.png');
}

.bloco-4 {
	background-image: url('../images/fundo-bloco-4.png');
}

.bloco-5 {
	background-image: url('../images/fundo-bloco-5.png');
}

.bloco-6 {
	background-image: url('../images/fundo-bloco-6.png');
}

.conteudo-bloco {
	background-color: rgba( 0, 0, 0, 0.5);
	padding: 10px;
	width: 470px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.titulo-bloco,
.texto-bloco {
	color: #ffffff;
}

.titulo-bloco {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.texto-bloco {
	font-size: 10.5px;
}

.carousel {
	margin-bottom: 20px;
}

.carousel-item {
	background-color: #141414;
}

.carousel-item img {
	width: 100%;
}

.texto-imagem-carrossel-1-1,
.texto-imagem-carrossel-1-2,
.texto-imagem-carrossel-1-3 {
	font-size: 10.5px;
	margin: 0;
	margin-top: -50px;
	position: absolute;
    top: 50%;
	right: 80px;
	max-width: 360px;
}

.texto-imagem-carrossel-1-1,
.texto-imagem-carrossel-1-2,
.texto-imagem-carrossel-1-3,
.texto-imagem-carrossel-1-1 sup,
.texto-imagem-carrossel-1-2 sup,
.texto-imagem-carrossel-1-3 sup,
.texto-imagem-carrossel-1-1 strong,
.texto-imagem-carrossel-1-2 strong,
.texto-imagem-carrossel-1-3 strong {
	color: #ffffff;
}

.texto-imagem-carrossel-1-1 strong,
.texto-imagem-carrossel-1-2 strong,
.texto-imagem-carrossel-1-3 strong{
	font-size: 20px;
}

.texto-imagem-carrossel-2-1,
.texto-imagem-carrossel-2-2 {
	font-size: 10.5px;
	margin: 0;
	position: absolute;
    top: 155px;
	right: 90px;
	max-width: 355px;
}

.texto-imagem-carrossel-1-1,
.texto-imagem-carrossel-1-2,
.texto-imagem-carrossel-1-3 {
	background-color: rgba( 0, 0, 0, 0.5);
	padding: 10px 15px;
}

.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: 10px;
	margin: 0;
}

.important-info {
	padding-top: 40px;
}

.important-info p {
	font-size: 11px;
	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,
.item-caixa-11-coluna-2,
.item-caixa-11-coluna-3,
.item-caixa-11-coluna-4,
.item-caixa-11-coluna-5 {
	width: 33%;
	height: 100%;
}


.item-caixa-11-coluna-1,
.item-caixa-11-coluna-2,
.item-caixa-11-coluna-3,
.item-caixa-11-coluna-4,
.item-caixa-11-coluna-5 {
	padding: 5px;	
}

.item-caixa-11-coluna-1 img,
.item-caixa-11-coluna-2 img,
.item-caixa-11-coluna-3 img,
.item-caixa-11-coluna-4 img,
.item-caixa-11-coluna-5 img {
	width: 13px;
	height: 15px;
}

.item-caixa-11-coluna-2,
.item-caixa-11-coluna-3,
.item-caixa-11-coluna-4,
.item-caixa-11-coluna-5 {
    display: flex;
	justify-content: center;
	align-items: center;
}

.cabecalho-tabela-caixa-11 {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.imagem-cabecalho {
	height: 110px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cabecalho-tabela-caixa-11 img {
	width: 153px;
	height: auto;
}

.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-2,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-3,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-4,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-5 {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.linha-tabela-caixa-11 {
    display: flex;
    justify-content: flex-start;
	align-items: center;
	height: auto;
}

.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-1,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-2,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-3,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-4,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-5 {
	background-color: #ffffff !important;
}

.item-caixa-11-coluna-1 {
	background-color: #e5e5e5 !important;
}

.item-caixa-11-coluna-2 {
	background-color: #ffebd6 !important;
}

.tabela-caixa-11 p {
    color: #000000;
	font-size: 12px;
	min-height: 36px;
    margin: 0;
}

.linha-tabela-caixa-11 {
	border-top: 1px solid #cccccc;
}

.linha-tabela-caixa-11 .item-caixa-11-coluna-2 p,
.linha-tabela-caixa-11 .item-caixa-11-coluna-3 p,
.linha-tabela-caixa-11 .item-caixa-11-coluna-4 p,
.linha-tabela-caixa-11 .item-caixa-11-coluna-5 p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-1 p,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-2 p,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-3 p,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-4 p,
.cabecalho-tabela-caixa-11 .item-caixa-11-coluna-5 p {
	/* min-height: 108px; */
	font-size: 18px;
	text-align: center;
}


.tabela-caixa-11 .titulo-cabecalho-item-caixa-11 {
	color: #107c10;
    font-size: 44px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}


/* ----- Caixa-11 ----- */


.ajuste-cor-fundo-1 {
	height: 54px;
}

.ajuste-cor-fundo-2 {
	height: 144px;
}

@media (max-width: 768px){
	.conteudo-bloco {
		width: 220px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.texto-imagem-carrossel-1-1,
	.texto-imagem-carrossel-1-2 {
		width: 250px;
	}

	.texto-imagem-carrossel-2-2 {
		width: 250px;
	}
}

@media (max-width: 414px){
	
	.caixa {
		height: 170px;
	}

	.conteudo-bloco {
		width: 165px;
	}

	.carousel-item img {
		filter: contrast(0);
	}

	.carousel-item {
		background-color: #ffffff;
	}

	.texto-imagem-carrossel-1-1,
	.texto-imagem-carrossel-1-2,
	.texto-imagem-carrossel-2-1,
	.texto-imagem-carrossel-2-2 {
		top: 25px;
	}

	.texto-imagem-carrossel-1-1,
	.texto-imagem-carrossel-1-2,
	.texto-imagem-carrossel-2-1,
	.texto-imagem-carrossel-2-2 {
		top: 0;
		left: 0;
		background-color: #e7e7e7;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		padding: 35px 30px;
		max-width: none;
	}

	.texto-imagem-carrossel-2-1,
	.texto-imagem-carrossel-2-1 strong {
		color: #000000;
	}

	.linha-tabela-caixa-11:nth-child(1) .item-caixa-11-coluna-2 p {
		height: 115px !important;
	}

	.ajuste-cor-fundo-1 {
		height: 108px;
	}

	.ajuste-cor-fundo-2 {
		height: 144px;
	}
}