
	
#projeto {
	background: #fff;
	.thumb {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;

		img {
			width: 100%;
			max-width: 500px;
		}
	}
  }
  #projeto .loading {
	position: absolute;
	z-index: 2;
	display: block;
	width: 52px;
	height: 6px;
	top: calc(50% - 3px);
	left: calc(50% - 52px);
	background: url(../img/sublinhado-magenta.png) repeat 0 0;
	animation: moverDireita 2s linear infinite;
  }
  #projeto .conteudo {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: none;
	opacity: 0;
  }
  #projeto .limite {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding-top: 159px;
  }
  #projeto .ilustra {
	display: table;
	width: 100px;
	margin: 53px auto 0;
  }
  #projeto .logo {
	display: table;
	margin: 13px auto 6px;
  }
  #projeto h2, #projeto h3 {
	text-align: center;
  }
  #projeto h2 {
    margin: 0;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 54px;
    height: 49.4px;
    margin-bottom: 30px;
}
  #projeto span {
	display: block;
  }
  #projeto .tipo, #projeto .role span {
	font-family: 'robotomedium';
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
  }
  #projeto .tipo {
	margin-top: 10px;
  }
  #projeto h3 {
	display: table;
	height: 38px;
	margin: 0 auto 2px;
	color: #000;
	font-family: 'selfielight';
	font-size: 40px;
	line-height: 48px;  
  }
  #projeto h3:after {
	content: "";
	display: block;
	width: 48px;
	height: 6px;
	margin: 0 auto 5px;
	background: url(../img/sublinhado-magenta.png) repeat-x 0 bottom !important;
  }
  #projeto h3:hover:after {
	text-decoration: none;
	animation: moverDireita2 2s linear infinite;
  }
  #projeto .sublinhado {
	display: table;
	margin: 12px auto;
  }
  #projeto .role {
	display: table;
	margin: auto;
  }
  #projeto .descricao {
	display: block;
	max-width: 720px;
	margin: 30px auto 38px;
  }
  #projeto .descricao p {
	text-align: center;
	letter-spacing: 0px;
	/* font-size: 11.5px; */  
	/* line-height: 16.5px; */
	font-size: 16px;
	line-height: 22.95px;
  }
  #projeto .descricao .by {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
  }
  #projeto .video {
	display: block;
	width: 100%;
	height: 56%;
	margin: 0 auto;
  }
  #projeto .video.withImg {
	width: 100%;
	height: auto;
  }
  #projeto .video.withImg img {
	width: 100%;
  }
  #projeto .video.withImg iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
  }
  #projeto .video .wImg {
	width: 100%;
	height: 0;
	padding-top: 56%;
	position: relative;
  }
  #projeto .video iframe {
	width: 100%;
	height: 658px;
	margin-bottom: 80px;
  }
  #projeto .premios {
	display: table;
	margin: 0 auto 80px;
  }
  #projeto .premios .box {
	display: inline-block;
	margin-right: 77px;
  }
  #projeto .premios .box:last-child {
	margin-right: 0;
  }
  #projeto .premios .box .logo .celula {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
  }
  #projeto .premios .box .logo .celula img {
	max-height: 90px;
  }
  #projeto .premios .box .titulo {
	margin-top: 20px;
  }
  #projeto .premios .box .titulo span {
	display: block;
	font-family: 'robotomedium';
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
  }
  #projeto .imagem {
	display: block;
	width: 100%;
	margin: auto;
  }
  #projeto .imagem img {
	max-width: 100%;
	margin-bottom: 80px;
  }
  #projeto .imagem .nomargin {
	margin-bottom: 0;
  }
  #projeto .imagem.center img {
	margin: 0 auto 80px;
  }
  #projeto .smartphones {
	display: table;
	margin: 0 auto 80px;
  }
  #projeto .smartphones li {
	display: inline-block;
	width: 229px;
	height: 466px;
	margin-right: 110px;
	background: url(../img/celular.png) no-repeat;
  }
  #projeto .smartphones li:last-child {
	margin-right: 0;
  }
  #projeto .smartphones li img, #projeto .smartphones li video {
	width: 208px;
	height: 370px;
	display: block;
	margin: 48px 0 0 10px;
  }
  #projeto .smartphones2 li {
	display: inline-block;
	width: 345px;
	height: 660px;
	margin-right: 67px;
	background: url('../img/cellphone.png') no-repeat;
  }
  #projeto .smartphones2 li img, 
  #projeto .smartphones2 li video {
	width: 321px;
	height: 570px;
	display: block;
	margin: 45px 0 0 12px;
  }
  #projeto .download {
	display: table;
	margin: 80px auto;
  }
  #projeto .download a {
	display: inline-block;
	text-decoration: none !important;
  }
  #projeto .download a:first-child {
	margin-right: 40px;
  }
  #projeto .download a:hover span:after {
	text-decoration: none;
	animation: moverDireita2 1s linear infinite;
  }
  #projeto .download .store {
	display: table;
	margin: auto;
  }
  #projeto .download span {
	margin-top: 14px;
	display: table;
	color: #000;
	font-family: 'robotomedium';
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
  }
  #projeto .download span:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	margin: 5px auto 5px;
	background: url(../img/sublinhado-magenta.png) repeat-x center bottom !important;
  }
  #projeto .download .sublinhado {
	display: block;
	margin: 10px auto 0;
  }
  .subir {
	display: table;
	width: 100%;
	height: 200px;
	background: url(../img/bg-quadriculado-cinza.jpg);
  }
   .subir .link-topo {
	display: flex;
    vertical-align: middle;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;

	p  {
		color: #fff;
		text-align: center;
		width: 490px;
		margin-bottom: 50px;
	}
  }
  .subir .link-topo a {
	display: table;
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 100%;
	background: #fff;
	margin-top: 35px;
  }
  .subir .link-topo a:hover img {
	transform: translateY(-10px);
	transition: transform .5s ease;
  }
  .subir .link-topo a img {
	display: block;
	margin: 23px auto;
	transform: translateY(0);
	transition: transform .5s ease;
  }
  .imagemComVideo {
	video {
		width: 100%;
	}
  }
  #projeto .fechar {
	position: absolute;
	z-index: 2;
	display: block;
	width: 25px;
	height: 25px;
	right: 60px;
	top: 40px;
	opacity: 0;
  }
  #projeto .fechar span {
	position: absolute;
	top: 10px;
	display: block;
	width: 25px;
	height: 5px;
	border-radius: 5px;
	background-color: #ff0468;
  }
  #projeto .fechar span:nth-child(1) {
	left: 0;
	transform: rotate(45deg);
  }
  #projeto .fechar span:nth-child(2) {
	right: 0;
	transform: rotate(-45deg);
  }
  #projeto #swipergallery,
  #projeto #swipergallery2 {
	margin-bottom: 80px;
  }
  #projeto #swipergallery.swiper-container .swiper-pagination-bullet,
  #projeto #swipergallery2.swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 36px 7px 0 7px !important;
	background: #000;
	opacity: 0.1;
	display: inline-block;
  }
  #projeto #swipergallery.swiper-container .swiper-pagination-bullet-active,
  #projeto #swipergallery2.swiper-container .swiper-pagination-bullet-active {
	font-weight: bold;
	background: #000;
	opacity: 1;
  }
  #projeto #swipergallery .swiper-slide img,
  #projeto #swipergallery2 .swiper-slide img {
	max-width: 100%;
  }
  #projeto .mCSB_scrollTools_vertical {
	z-index: 50;
  }
  #projeto .m220 {
	margin-bottom: 200px;
  }
  #projeto .m200 {
	margin-bottom: 200px;
  }
  #projeto .m160 {
	margin-bottom: 160px;
  }
  #projeto .m120 {
	margin-bottom: 120px;
  }
  #projeto .m100 {
	margin-bottom: 100px;
  }
  #projeto .m80 {
	margin-bottom: 80px;
  }
  #projeto .m60 {
	margin-bottom: 60px;
  }
  #projeto .m50 {
	margin-bottom: 50px;
  }
  #projeto .m40 {
	margin-bottom: 40px;
  }
  #projeto .blocoImagens{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px 40px;
  }
  #projeto .blocoImagens .col{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
  }
  #projeto .linkImgText{
	text-align: center;
  }
  #projeto .linkImgText a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 26px;
	color: #000;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	margin: 0 auto;
  }
  #projeto .linkImgText a:hover{
	color: black;
	text-decoration: none;
  }
  #projeto .linkImgText img{
	margin: 0 auto 40px;
  }
  #projeto .disclaimer{
	max-width: 605px;
	width: 100%;
	min-height: 205px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	margin: 0 auto;
	border: 3px dashed #ababab;
	border-radius: 40px;
  }
  #projeto .disclaimer img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  #projeto .disclaimer p{
	font-size: 18px;
	line-height: 26px;
	max-width: 470px;
	margin: 0 auto;
  }
  @media screen and (min-width: 768px){
	#projeto .blocoImagens{
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  }
  
  @media screen and (min-width: 1024px){
	#projeto .blocoImagens{
	  gap: 0;
	}
	#projeto .blocoImagens .col3{
	  width: 33.33%;
	}
	#projeto .blocoImagens .col2{
	  width: 50%;
	}
	#projeto .blocoImagens .col-i{
	  justify-content: flex-start;
	}
	#projeto .blocoImagens .col-f{
	  justify-content: flex-end;
	}
  
  }
  @media screen and (max-width: 1170px){
	#projeto .smartphones2 {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	#projeto .smartphones2 li {
	  margin-right: 0;
	  flex-shrink: 0;
	}
  }
  @media screen and (max-width: 1024px) {
	#projeto .loading {
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	#projeto .limite {
	  padding-top: 90px;
	}
	#projeto h2 {
	  padding: 0 40px;
	  font-size: 30px;
	  height: 28px;
	}
	#projeto .descricao {
	  padding: 0 40px;
	}
	#projeto .citacao{
	  padding: 0 20px;
	}
	#projeto .fechar {
	  top: 30px;
	  right: 30px;
	}
	#projeto .video {
	  height: 0;
	  padding-top: 56%;
	  position: relative;
	  margin-bottom: 60px;
	}
	#projeto .video.withImg {
	  height: auto;
	  padding-top: 0;
	}
	#projeto .video iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  margin: 0;
	}
	#projeto .m220 {
	  margin-bottom: 110px;
	}
	#projeto .m200 {
	  margin-bottom: 100px;
	}
	#projeto .m160 {
	  margin-bottom: 80px;
	}
	#projeto .m120 {
	  margin-bottom: 60px;
	}
	#projeto .m100 {
	  margin-bottom: 50px;
	}
	#projeto .m80 {
	  margin-bottom: 40px;
	}
	#projeto .m60 {
	  margin-bottom: 30px;
	}
	#projeto .m50 {
	  margin-bottom: 25px;
	}
	#projeto .m40 {
	  margin-bottom: 20px;
	}
	.subir .link-topo {
		p {
			width: 80vw;
		}
	}
  }

 
	
	#projeto .descricao{
		margin: 0 auto;
	}
	#projeto .descricaotopo{
		max-width: 477px;
		margin: 40px auto 80px;
	}
	#projeto .contents03,
	#projeto .contents03 .descricao,
	#projeto .contents03 .flex{
		width: 100%;
	}
	#projeto .contents03{
		display: flex;
		position: relative;
		
	}
	#projeto .contents03 h4 {
		margin: 0 0 15px;
		font-size: 25px;
		font-weight: bold;
	}
	#projeto .contents03 h4 img{
		max-width: 100%;
	}
	#projeto .contents03 .descricao{
		max-width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0
	}
	#projeto .contents03 .descricao p{
		text-align: left;
	}
	#projeto .contents03 .flex{
		display: flex;
		gap: 54px;
	}
	#projeto .contents03 .block{
		max-width: 308px;
	}
	#projeto .contents03 h2{
		height: auto;
		font-size: 50px;
	}
	#projeto .contents03 h2 span{
		color: #000;
		display: inline;
	}
	#projeto #swipergallery{
		margin-bottom: 60px;
	}
	@media screen and (min-width: 1024px){
		#projeto #swipergallery{
			margin-bottom: 120px;
		}
	}
	@media screen and (max-width: 1170px){
		#projeto .contents03 .descricao,
		#projeto .contents03.double .descricao{
			padding: 0 40px;
		}
		#projeto .contents03 .descricao p{
			margin-bottom: 30px
		}
		#projeto .contents03 .flex{
			flex-wrap: wrap
		}
		#projeto .contents03 .block{
			width: 100%;
		}
	}
	@media screen and (max-width: 1024px){
		#projeto .contents03 .citacao,
		#projeto .contents03.double .citacao{
			padding: 0 20px;
		}
		#projeto .contents03 h2{
			height: auto;
			font-size: 30px;
			padding: 0;
		}
	}
	