#eixo-wrapper,
#projeto-wrapper {
	padding-top: 85px;
}

#projeto-header h4 {
	font-size: 0.937em;
	color: var(--cinza-eixo);
	text-transform: uppercase;
	margin-bottom: 0;
}
#projeto-header h1,
#projeto-header h2 {
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 35px;
}

#projeto {
	margin-top: 60px;
}
#projeto-content h1 {
	font-size: 36px;
}
#projeto-content .entry-title {
	color: var(--preto);
}
#main #nav-projetos ul {
	list-style: none;
	display: flex;
	position: relative;
	margin-bottom: 60px;
}
#nav-projetos ul li:first-child:after,
#nav-projetos ul li:last-child:after,
#nav-projetos ul li:before {
	content: '';
	display: block;
	height: 1px;
	width: 100vw;
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateX(-100%);
	background-color: var(--cinza-eixo);
}
#nav-projetos ul li:last-child:after {
	left: auto;
	right: 0;
	transform: translateX(100%);
}
#nav-projetos li {
	padding: 0 27px;
	position: relative;
}
#nav-projetos ul li:before {
	left: 50%;
	width: calc( 100% + 2px );
	transform: translateX(-50%);
}
#nav-projetos ul li.current {
	padding: 0 45px;
}
#nav-projetos ul li.current:first-child {
	margin-left: -20px;
}
#nav-projetos ul li.current:before {
	top: 0;
	width: calc( 100% - 88px );
}
#nav-projetos li a {
	text-decoration: none;
	font-weight: bold;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 2px;
	color: var(--cinza-eixo);
	line-height: 1;
}
#nav-projetos ul li.current a:before,
#nav-projetos ul li.current a:after {
	content: url(../images/aba-borda.svg);
	display: block;
	width: 45px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
#nav-projetos ul li.current a:before {
	left: 0;
	right: auto;
	content: url(../images/aba-borda-esq.svg);
}
#nav-projetos li a.demais {
	font-weight: normal;
	color: var(--cinza-eixo);
}

#projeto-header.rosa h1,
#projeto-header.rosa h2,
#nav-projetos.rosa li.current a,
#nav-projetos.rosa li a:hover {
	color: var(--rosa);
}
#projeto-header.verde h1,
#projeto-header.verde h2,
#nav-projetos.verde li.current a,
#nav-projetos.verde li a:hover {
	color: var(--verde);
}
#projeto-header.ciano h1,
#projeto-header.ciano h2,
#nav-projetos.ciano li.current a,
#nav-projetos.ciano li a:hover {
	color: var(--ciano);
}
#projeto-header.laranja h1,
#projeto-header.laranja h2,
#nav-projetos.laranja li.current a,
#nav-projetos.laranja li a:hover {
	color: var(--laranja);
}

#projeto .col-1 {
	width: 19%;
	float: left;
	margin-right: 6.5%;
}
#projeto .col-1 .img img,
#projeto .col-1 .logo img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
#projeto .col-1 .img,
#projeto .col-1 .logo {
	width: 100%;
	position: relative;
}
#projeto .col-1 .img {
	animation: bounce-small-trans 6.4s infinite;
}
#projeto .col-1 .img:before {
	content: '';
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border: 1px solid var(--vermelho);
	border-radius: 50%;
	z-index: -1;
	top: 140px;
	left: -90px;
	animation: bounce-small 6.4s infinite -4s;
}
#projeto .col-1 .img:after {
	content: '';
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	background-color: var(--vermelho);
	border-radius: 50%;
	z-index: -1;
	top: 60px;
	left: -5px;
	animation: bounce-small 6.4s infinite -3s;
}
.rosa #projeto .col-1 .img:before {
	border-color: var(--rosa);
}
.rosa #projeto .col-1 .img:after {
	background-color: var(--rosa);
}
.verde #projeto .col-1 .img:before {
	border-color: var(--verde);
}
.verde #projeto .col-1 .img:after {
	background-color: var(--verde);
}
.ciano #projeto .col-1 .img:before {
	border-color: var(--ciano);
}
.ciano #projeto .col-1 .img:after {
	background-color: var(--ciano);
}
.laranja #projeto .col-1 .img:before {
	border-color: var(--laranja);
}
.laranja #projeto .col-1 .img:after {
	background-color: var(--laranja);
}

#projeto .col-2 {
	width: calc( 74.5% - 315px );
	float: left;
}
@media (min-width: 881px) {
	#projeto .col-2 {
		padding-bottom: 100px;
	}	
}
#projeto .col-2 p {
	margin-top: 5px;
}
#projeto .col-3 {
	width: 230px;
	float: right;
}
#projeto .barrahorizontal {
	display: block;
}
#projeto .barrahorizontal .olho {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 70px;
}
@media (max-width: 880px) {
	#projeto .col-3 {
		padding-top: 50px;
		width: 100%;
	}
	#projeto .barrahorizontal .olho {
		margin-bottom: 25px;
	}
	#projeto .col-1 {
		width: 29%;
		margin-right: 9%;
	}
	#projeto .col-2 {
		width: 61%;
	}
}

.info_destaque {
	margin-top: 50px;
	padding: 30px 38px;
	background: #f0f0f0;
	border-radius: 20px;
}
.info_destaque *:first-child {
	margin-top: 0;
}
.info_destaque h2,
.info_destaque h3,
.info_destaque h4,
.info_destaque h5,
.info_destaque h6 {
	font-size: 1em;
}
.info_destaque h4,
.info_destaque h5,
.info_destaque h6 {
	color: var(--vermelho);
}

.ativas {
	opacity: 0;
	transition: 0.3s opacity;
}
.abrir .ativas {
	opacity: 1;
}

#projeto-content .cinco-de-doze .inner {
	margin-top: 70px;
	padding: 43px 48px 20px;
	border-radius: 30px;
}
#projeto-content .cinco-de-doze h2, #videos h2 {
	font-size: 1.25em;
	color: var(--preto);
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	margin-bottom: 32px;
	text-transform: uppercase;
}
#projeto-content #tmline-expansao .inner {
	background: var(--cinza-bg-quadro);
}
#projeto-content #arquivos .inner {
	border: 1px solid var(--cinza-eixo);
}
#projeto-content .tabela {
	margin-top: 20px;
}
.tmline:before {
	display: block;
	content: '';
	clear: both;
}
#projeto-content .tabela ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
#projeto-content .tabela ul li:before {
	display: none;
}
#projeto-content .tabela ul li:after {
	display: block;
	content: '';
	clear: both;
}
#projeto-content .tabela ul li {
	padding: 17px 0;
}
#projeto-content .tabela .esquerda {
	width: calc( 100% - 110px );
	float: left;
}
#projeto-content .tabela .direita {
	width: 110px;
	float: right;
}
#projeto-content .tabela .linha.ano {
	border-bottom: 1px solid var(--vermelho);
}
#projeto-content .tabela .linha.ano:nth-last-child(-n+2) {
	border-bottom-color: transparent;
	transition: 0.3s border-bottom-color;
}
#projeto-content .tabela .linha.ano.abrir:nth-last-child(-n+2) {
	border-bottom-color: var(--vermelho);
}
#projeto-content .tabela .linha.ano:after {
	content: '';
	display: block;
	clear: both;
}
#projeto-content .tabela .linha.ano > .esquerda,
#projeto-content .tabela .linha.ano > .direita {
	padding: 20px 0;
	margin: 0 0;
	font-size: 1.25em;
	font-weight: bold;
}
#projeto-content .tabela .linha.ano > .direita {
	color: #67E339;
	text-align: right;
}
#projeto-content .prelefone {
	position: relative;
	float: right;
}
#projeto-content .telefone {
	position: absolute;
	font-size: 0.8125em;
	background: var(--vermelho);
	border-radius: 15px;
	height: 24px;
	width: 110px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	color: var(--branco);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.3s opacity;
}
#projeto-content .prelefone:hover .telefone {
	opacity: 1;
}
#projeto-content .tabela .ativo {
	background-color: #67E339;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: 13px;
	margin-top: 8px;
	vertical-align: baseline;
	float: right;
	margin-right: 24px;
}
#projeto-content .tabela li.atv .esquerda {
	font-weight: bold;
}
#projeto-content #arquivos .tabela li {
	padding-top: 0;
	padding-bottom: 0;
}
#projeto-content #arquivos .tabela li a {
	display: block;
	padding: 20px 50px 20px 0;
	border-bottom: 1px solid var(--vermelho);
	background: url(../images/pdf-doc.svg) calc( 100% - 10px ) 50% no-repeat;
	text-decoration: none;
	font-weight: bold;
}
#projeto-content #arquivos .tabela li:last-child a {
	border-bottom: none;
}
.bttm-img {
	border-radius: 50%;
	overflow: hidden;
	width: 270px;
	margin-left: 30px;
	margin-top: 30%;
}
.bttm-img img {
	display: block;
	object-fit: cover;
}

#videos {
	margin-top: 85px;
}
#videos h2 {
	text-align: center;
}
#videos p {
	margin-top: 0;
}
#videos .slider-box {
	margin-top: 50px;
}
#videos .colunas:after {
	content: '';
	display: block;
	clear: both;
}
#video-box-slider {
	width: 100vw;
	height: auto;
	min-height: 575px;
	background-color: var(--cinza-bg-quadro);
	border-radius: 55px;
	padding: 70px 52px 37px;
}
#video-box-slider .swiper-slide {
	align-items: center;
}
#video-box-slider iframe {
	position: relative;
	border-radius: 42px;
	transition: 0.6s width, 0.6s height;
}
#pagination-videos {
	text-align: center;
	transform: translateY(-180%);
	width: 80vw;
	position: relative;
	z-index: 2;
}
#video-box-slider h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 56px;
	font-weight: normal;
	text-transform: none;
	transition: 0.3s color, 0.3s margin-top, 0.3s font-size;
}
#video-box-slider .swiper-slide-active h2 {
	color: var(--vermelho);
	font-weight: bold;
	text-transform: none;
}
#videos .slider-box .swiper-button-next,
#videos .slider-box .swiper-button-prev {
	top: calc( 100% - 55px );
	right: -8px;
}
#videos .slider-box .swiper-button-prev {
	right: auto;
	left: -8px;
}

/* accordion */
.accordion {
}
.accordion .acc-txt {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.4s height, 0.4s opacity;
}


@media (min-width: 641px) {
	#videos .slider-box .swiper-button-next,
	#videos .slider-box .swiper-button-prev {
		display: none;
	}
	#video-box-slider .swiper-slide {
		transform: translateX(100px);
		transition: 0.6s transform;
		will-change: transform;
	}
	#video-box-slider .swiper-slide-active {
		transform: translateX(50px);
	}
	#video-box-slider .swiper-slide.swiper-slide-prev {
		transform: translateX(-100px);
	}
	#video-box-slider .swiper-slide iframe {
		transform: scale(1);
		transition: 0.6s transform;
		will-change: transform;
	}
	#video-box-slider .swiper-slide-active iframe {
		border-radius: 50px;
		transform: scale(1.21);
	}
	#video-box-slider .swiper-slide-active h2 {
		font-size: 20px;
		margin-top: 80px;
	}
}
@media (min-width: 768px) {
	#projetos {
		/* display: grid;
		grid-column-gap: 40px;
		grid-row-gap: 0;
		grid-template-columns: calc( 50% - 20px ) calc( 50% - 20px );
		grid-auto-rows: minmax(min-content, max-content); */
	}
}
h1.demais {
	display: none;
}
.um-projeto {
	background-color: var(--cinza-bg);
	border-radius: 20px;
	padding: 28px 30px 5px;
	width: calc( 50% - 20px );
	display: block;
	margin-bottom: 40px;
}
.um-projeto .btn {
	margin-bottom: 25px;
}
#projetos h2 {
	margin-top: 0;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	color: var(--cinza-eixo);
}
#projetos h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: var(--cinza-eixo);
	margin-top: -10px;
}
.downdemais {
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 40px;
	padding-left: 50px;
	position: relative;
	padding-top: 11px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}
.downdemais:after {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--vermelho) url(../images/pdf.svg) right top no-repeat;
	background-size: 98%;
	border-radius: 50%;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
}
@media (max-width: 1600px) {
	#pagination-videos {
		width: 90vw;
	}
}
@media (min-width: 1441px) {
	#video-box-slider {
		min-height: 32.3vw;
	}
	#video-box-slider .swiper-slide-active {
		/* width: 38vw !important; */
	}
	/* #video-box-slider div.swiper-slide:not(.swiper-slide-active) { */
	#video-box-slider div.swiper-slide {
			padding-top: 2.3vw;
	}
}
@media (min-width: 768px) and (max-width: 1440px) {
	/* #video-box-slider div.swiper-slide:not(.swiper-slide-active) { */
	#video-box-slider div.swiper-slide {
			padding-top: 2vw;
	}
	#video-box-slider .swiper-slide {
		/* width: 33.5vw !important; */
	}
	#video-box-slider .swiper-slide-active {
		/* width: 40.6vw !important; */
	}
	#video-box-slider {
		min-height: 40vw;
		border-radius: 3.8vw;
		padding: 4.8vw 3.8vw 2.5vw;
	}
	@media (max-width: 991px) {
		#video-box-slider {
			min-height: 60vw;
		}
	}
}
@media (max-width: 991px) {
	/* #video-box-slider div.swiper-slide:not(.swiper-slide-active) { */
	#video-box-slider div.swiper-slide {
		padding-top: 2.7vw;
	}
	#projeto-content .cinco-de-doze .inner {
		padding: 23px 28px;
	}
	#tmline-expansao .inner,
	#arquivos .inner {
		padding: 23px 28px 5px !important;
	}
	#video-box-slider iframe {
		border-radius: 30px;
	}
	#video-box-slider .swiper-slide-active iframe {
		border-radius: 40px;
	}
	#video-box-slider .swiper-slide {
		/* width: 60vw !important; */
	}
	#video-box-slider .swiper-slide-active {
		/* width: 70vw !important; */
	}
}
@media (max-width: 767px) {
	.um-projeto {
		/* border-radius: 20px; */
		/* padding: 28px 30px 5px; */
		width: 100%;
		/* display: block; */
		/* margin-bottom: 40px; */
	}
	
	#video-box-slider {
		width: 120vw;
		min-height: 67vw;
		border-radius: 3.8vw;
		padding: 6.8vw 5vw 3.5vw;
	}
	#video-box-slider iframe {
		border-radius: 3.5vw;
	}
	#video-box-slider .swiper-slide-active iframe {
		border-radius: 5vw;
	}

	#eixo-wrapper,
	#projeto-wrapper {
		padding-bottom: 65px;
	}
	#projeto {
		margin-top: 30px;
	}
	#projeto-header h4 {
		margin-top: 0;
	}
	#projeto-header h1,
	#projeto-header h2 {
		font-size: 24px;
		margin-bottom: 28px;
	}
	#projeto-content h1 {
		font-size: 24px;
	}
	#nav-projetos {
		overflow: -moz-scrollbars-none;
		overflow-x: auto;
		scrollbar-width: none;
	}
	#nav-projetos::-webkit-scrollbar {
		display: none;
	}
	#nav-projetos::-webkit-scrollbar-x {
		display: none;
	}
	#main #nav-projetos ul {
		width: 100%;
		margin-bottom: 35px;
		overflow: hidden;
		padding-bottom: 1px;
	}
	.info_destaque {
		padding: 20px 25px;
	}
	#projeto-content .cinco-de-doze .inner {
		border-radius: 15px;
		padding: 15px 15px;
	}
	#projeto-content .cinco-de-doze h2, #videos h2 {
		font-size: 1.285em;
	}
	#projeto-content .tabela .linha.ano > .esquerda, #projeto-content .tabela .linha.ano > .direita {
		font-size: 1.142em;
	}
}
@media (max-width: 720px) {
	#videos h2 {
		text-align: left;
	}
	.bttm-img {
		margin-top: 40px;
	}
}
@media (max-width: 640px) {
	#video-box-slider div.swiper-slide {
		padding-top: 0;
	}
	#video-box-slider {
		min-height: 75vw;
		width: 100vw;
		margin-left: -30px;
		padding: 30px 18px 20px;
	}
	#video-box-slider h2 {
		margin: 28px auto 0;
		width: calc( 100% - 72px );
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
	}
	#pagination-videos {
		display: none;
	}
	#projeto .col-1 {
		width: 100%;
		margin-right: 0;
	}
	#projeto .col-1 .img,
	#projeto .col-1 .logo {
		width: 255px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#projeto .col-2 {
		width: 100%;
	}
}




