.sobre{
	margin-top: 20px;
	margin-bottom: 55px;
}

.seta_sobre{
	position: absolute;
	top: 50%;
	width: 12px;
	height: 30px;
	background-color: transparent;
	transform: translate(0, -50%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	transition: 0.3s;
	z-index: 2;
}

.seta_sobre:hover{
	transform: translate(0, -50%) scale(1.04);
}

.seta_sobre.slick-disabled{
	opacity: 0;
}

.seta_sobre.next{
	right: -36px;
	background-image: url('../../images/seta-sobre-next.png');
}

.seta_sobre.prev{
	left: -36px;
	background-image: url('../../images/seta-sobre-prev.png');
}

.sobre-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 1314px;
	max-width: 100%;
	padding: 0 17px;
}
	.sobre h3{
		color: #575756;
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 22px;
		text-align: center;
		line-height: 1.2;
	}
	
	.sobre h2{
		font-size: 38.5px;
		color: #575756;
		font-weight: 400;
		margin-bottom: 25px;
	}

	.sobre-row{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.sobre-numero{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		font-weight: 400;
		color: #13294B;
		border: 3px solid #13294B;
		width: 45px;
		height: 45px;
		border-radius: 45px;
		margin-bottom: 22px;
		position: relative;
		margin-top: 230px;
	}

	.sobre-numero:before{
		content: "";
		position: absolute;
		bottom: 100%;
		height: 200px;
		width: 4px;
		background-color: #f5f5f5;
		z-index: -1;
	}

	.sobre-row:first-of-type .sobre-numero{
		margin-top: 0px;
	}

	.sobre-row:first-of-type .sobre-numero:before{
		bottom: 0;
		height: 0;
		width: 0;
	}

.sobre #slide_premios h3{
	color: #575756;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 22px;
	text-align: left;
}

.sobre #slide_premios p{
	font-size: 13px;
	color: #575756;
	line-height: 1.5;
	text-align: justify;
	font-weight: 400;
	font-family: 'Roboto';
}

/***********************************************************************
****************************** HISTORIA ********************************
***********************************************************************/

.sobre-historia-bloco{
	position: relative;
	margin-top: 30px;
	margin-left: 35px;
	background-color: #f5f5f5;
}

	.sobre-historia-video{
		max-width: 920px;
		transform: translate(-35px, -30px);
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.sobre-historia-video-play{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			display: flex;
			flex-direction: column;
			align-items: center;
			opacity: 0.7;
		}

			.sobre-historia-video-play .svg-inline--fa{
				font-size: 46px;
				color: #ffffff;
				margin-bottom: 10px;
				cursor: pointer;
				-webkit-transform-style: preserve-3d;
				-webkit-backface-visibility: hidden;
			}

			.sobre-historia-video-play .svg-inline--fa:hover{
				transform: scale(1.03);
			}

			.sobre-historia-video-play .titulo_video{
				font-size: 26px;
				color: #ffffff;
			}

/***********************************************************************
****************************** Manifesto *******************************
***********************************************************************/

.sobre-manifesto-bloco{
	background-color: #f5f5f5;
	padding: 50px;
}
.sobre-manifesto-bloco p{
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
}
.sobre-manifesto-bloco p:empty{ display:none; }
.sobre-manifesto-bloco p span{
	text-transform: uppercase;
	font-style: normal;
}

/***********************************************************************
****************************** IDEOLOGIA *******************************
***********************************************************************/

.sobre-ideologia-lista{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

	.sobre-ideologia-item{
		width: calc(33.333% - 26.666px);
		background-color: #f5f5f5;
		padding: 30px 35px;
		margin-bottom: 40px;
		min-height: 165px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sobre-ideologia-item:nth-of-type(3n+2){
		margin-left: 40px;
		margin-right: 40px;
	}

	.sobre-ideologia-item p{
		text-align: center;
	}

/***********************************************************************
****************************** IDEOLOGIA *******************************
***********************************************************************/

.sobre-competencias-lista{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

    .sobre-competencias-item{
        width: calc(33.333% - 26.666px);
        background-color: #f5f5f5;
        padding: 30px 35px;
        margin-bottom: 40px;
        min-height: 165px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sobre-competencias-item:nth-of-type(3n+2){
        margin-left: 40px;
        margin-right: 40px;
    }

    .sobre-competencias-item p{
        text-align: center;
		font-size: 20px;
	    font-weight: 300;
	    margin-top: 20px;
	    margin-bottom: -5px;
    }
	.sobre-competencias-item img{
		max-width: 85px;
	}

/***********************************************************************
****************************** TECNOLOGIA ******************************
***********************************************************************/

.sobre-tecnologia-bloco{
	background-color: #f5f5f5;
	padding: 50px;
	width: 100%;
}
.sobre-tecnologia-bloco-historia{
	background-color: #f5f5f5;
	padding: 50px;
	margin: 40px 0;
	width: 920px;
	max-width: 100%;
	/* transform: translate(-35px, -30px); */
	position: relative;
}
.sobre-tecnologia-bloco-historia .content{
    max-width: 660px;
	margin: 0 auto;
}
.sobre-tecnologia-bloco-historia .content p{
    text-align: center;
}

.sobre-tecnologia-bloco .slick-dots{
	bottom: 50px;
	right: 0;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 30px;
}

	.sobre-tecnologia-bloco .slick-dots li{
		width: 100px;
		height: 100px;
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.4s;
		position: relative;
	}

	.sobre-tecnologia-bloco .slick-dots button{
		width: 78%;
		height: 78%;
		border-radius: 100px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
    	filter: grayscale(100%);
    	transition: 0.3s;
	}

	.sobre-tecnologia-bloco .slick-dots li.slick-active button{
		width: 100%;
		height: 100%;
    	filter: grayscale(0%);
	}

	.sobre-tecnologia-bloco .slick-dots li button:before{
		display: none;
	}

	.sobre-tecnologia-item{
		display: flex !important;
	}

		.sobre-tecnologia-item-img{
			width: 50%;
			margin-right: 30px;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.sobre-tecnologia-play{
				position: absolute;
			}

				.sobre-tecnologia-play .svg-inline--fa{
					font-size: 42px;
					color: #ffffff;
					cursor: pointer;
					-webkit-transform-style: preserve-3d;
					-webkit-backface-visibility: hidden;
				}

				.sobre-tecnologia-play .svg-inline--fa:hover{
					transform: scale(1.03);
				}

		.sobre-tecnologia-item-inf{
			width: 50%;
			margin-left: 30px;
		}

/***********************************************************************
****************************** TEMPO ********************************
***********************************************************************/

.sobre-tempo-bloco{
	background-color: #f5f5f5;
	padding: 50px;
	width: 100%;
}

.sobre-tempo-bloco.slick-slider{
	display: flex;
}


	.sobre-tempo-bloco .slick-list{
		order: 2;
		width: 73%;
	}

		.sobre-tempo-bloco .sobre-tempo-item.slick-slide{
			display: flex;
		}

			.sobre-tempo-item-col_a{
				width: 38%;
			}

			.sobre-tempo-item-col_b{
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				/*width: 62%;*/
				width: 100%;
			}

				.sobre-tempo-item-text{
					padding: 55px 15px 35px 15px;
				}

				.sobre-tempo-item-col_b img{
					max-height: 450px;
					/*transform: translate(-45px, 0);*/
				}

	.sobre-tempo-bloco .slick-dots{
		order: 1;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding-left: 10px;
		width: 27%;
		max-height: 500px;
    	overflow-y: auto;
    	direction: rtl;
	}

		.sobre-tempo-bloco .slick-dots li{
			width: auto;
			height: auto;
			margin: 0;
			margin-bottom: 15px;
		}

		.sobre-tempo-bloco .slick-dots li button{
			padding: 0;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			flex-direction: row-reverse;
			width: auto;
			height: auto;
		}

		.sobre-tempo-bloco .slick-dots button span{
			color: #878787;
			font-size: 24px;
		}

		.sobre-tempo-bloco .slick-dots .slick-active span{
			color: #13294B;
			font-size: 30px;
		}

		.sobre-tempo-bloco .slick-dots li button:before {
			content: "";
			position: relative;
		    line-height: 1;
		    top: 0;
		    left: 0;
		    width: 46px;
		    height: 46px;
		    border-radius: 46px;
		    padding: 18px;
		    border: 2px solid transparent;
		    opacity: 1;
		    background-color: #878787;
		    margin-right: 20px;
		    background-clip: content-box;
		    transition: 0.3s;
		}

		.sobre-tempo-bloco .slick-dots li.slick-active button:before {
			opacity: 1;
		    border: 2px solid #13294B;
		    background-color: #13294B;
		}

/***********************************************************************
****************************** PREMIOS E CERTIFICADOS ******************
***********************************************************************/

.sobre-premios-bloco{
	background-color: #f5f5f5;
	padding: 50px;
	width: 100%;
}

.sobre-premios-bloco.slick-slider{
	display: flex;
	align-items: center;
}

		.sobre-premios-bloco .slick-list{
			order: 2;
			width: 46%;
		}

			.sobre-premios-bloco .sobre-premios-item.slick-slide{
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				padding-left: 62px;
				padding-right: 120px;
			}

		.sobre-premios-bloco .slick-dots{
			order: 1;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			flex-wrap: wrap;
			width: 54%;
		}

			.sobre-premios-bloco .slick-dots li{
				width: auto;
				height: auto;
				margin-right: 40px;
				margin-bottom: 40px;
				opacity: 0.3;
				filter: grayscale(100%);
				transition: 0.3s;
			}

				.sobre-premios-bloco .slick-dots li img{
					transition: 0.3s;
					transform: scale(0.9);
				}

				.sobre-premios-bloco .slick-dots li.slick-active img{
					transform: scale(1);
				}

				.sobre-premios-bloco .slick-dots li.slick-active{
					opacity: 1;
					filter: grayscale(0%);
				}

				.sobre-premios-bloco .slick-dots li button{
					width: auto;
					height: auto;
					padding: 0;
					margin: 0;
					opacity: 1;
				}

				.sobre-premios-bloco .slick-dots li button:before{
					display: none;
				}

/***********************************************************************
****************************** COLEÇÕES ********************************
***********************************************************************/

.sobre-colecoes-bloco{
	background-color: #f5f5f5;
	padding: 50px;
	width: 100%;
}

	.sobre-colecoes-bloco .sobre-colecoes-item.slick-slide{
		display: flex;
		align-items: center;
	}

		.sobre-colecoes-item-img{
			width: 50%;
			padding-right: 30px;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.sobre-colecoes-play{
				position: absolute;
			}

			.sobre-colecoes-play .svg-inline--fa{
				font-size: 42px;
				color: #ffffff;
				cursor: pointer;
				-webkit-transform-style: preserve-3d;
				-webkit-backface-visibility: hidden;
			}

			.sobre-colecoes-play .svg-inline--fa:hover{
				transform: scale(1.03);
			}

		.sobre-colecoes-item-inf{
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			width: 50%;
			padding-left: 30px;
			padding-right: 50px;
		}

			.sobre-colecoes-item a{
			    background-color: #13294B;
			    border: 2px solid #13294B;
			    border-radius: 5px;
			    font-size: 13px;
			    color: #fff;
			    text-transform: uppercase;
			    font-weight: 300;
			    letter-spacing: 1px;
			    cursor: pointer;
			    padding: 18px 30px;
			    margin-top: 30px;
			}

			.sobre-colecoes-item a:hover {
			    background-color: #fff;
			    color: #13294B;
			}

/***********************************************************************
****************************** DICAS E CUIDADOS ************************
***********************************************************************/

.sobre-dicas-bloco{
	background-color: #f5f5f5;
	padding: 50px;
	width: 100%;
	display: flex;
	align-items: center;
}

	.sobre-dicas-col_a{
		display: flex;
		flex-direction: column;
		width: 50%;
		align-items: flex-start;
		padding-right: 50px;
	}

	.sobre-dicas-col_b{
		padding-right: 50px;
	}

	.sobre-dicas-bloco a{
		width: 100%;
		max-width: 216px;
		text-align: center;
	    background-color: #13294B;
	    border: 2px solid #13294B;
	    border-radius: 5px;
	    font-size: 13px;
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: 300;
	    letter-spacing: 1.5px;
	    line-height: 1.3;
	    cursor: pointer;
	    padding: 10px 30px;
	    margin-top: 30px;
	}

	.sobre-dicas-bloco a:hover {
	    background-color: #fff;
	    color: #13294B;
	}

.sobre-sustentabilidade-bloco{
	background-color: #f5f5f5;
	padding: 50px;
	width: 100%;
	display: flex;
}

	.sobre-sustentabilidade-col_a{
		width: 50%;
		text-align: center;
	}

	.sobre-sustentabilidade-col_b{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 50%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.sobre-sustentabilidade-col_b p{
		margin-bottom: 20px;
	}
	.sobre-sustentabilidade-col_b h3{
		text-align: left;
	}

/***********************************************************************
****************************** PAINEL **********************************
***********************************************************************/
.sobre-painel-base{
	position: fixed;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%);
}

.sobre-painel-button {
	display: none;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translate(0, -50%);
    color: #13294B;
    font-size: 42px;
    cursor: pointer;
}

.sobre-painel{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

	.sobre-painel-opcao{
		height: 22px;
		position: relative;
		display: flex;
		align-items: center;
		margin: 6px 0;
	}

	.sobre-painel-opcao:after {
		border: solid transparent;
		content: "";
		pointer-events: none;
		border-color: rgba(197, 197, 197, 0);
		border-right-color: #575756;
		border-width: 10px;
		margin-left: 4px;
		transition: 0.3s;
	}

	.sobre-painel-opcao.is-active:after,
	.sobre-painel-opcao:hover:after{
		border-right-color: #13294B;
	}

		.sobre-painel-link{
			font-size: 13px;
			color: #878787;
			font-weight: 400;
			letter-spacing: 1px;
			transition: 0.3s;
		}

		.sobre-painel-opcao.is-active .sobre-painel-link,
		.sobre-painel-opcao:hover .sobre-painel-link{
			display: flex;
			color: #13294B;
			font-size: 20px;
		}
