/*******************
	BASE
*******************/

	*{
		margin: 0;
		padding: 0;
	}

	body {
	    /*background-color: #fff;*/
	    background-color: #BFD2CA;
	    font-family: 'Jost', sans-serif;
	}

	.content-general{
		width: 100%;
		max-width: 1140px;
		display: block;
		margin: 0 auto;
        padding: 0;
		opacity: 0;
        background-color: #fff;
		transition: all 0.5s ease-out;
	}

	.content-general._open{
		opacity: 1;
	}

	

	a, a:active, a:hover{
		text-decoration: none !important;
	}

	ol, ul {
	    margin-top: 0;
	    margin-bottom: 0px;
	}

	h1, h2, h3, p{
		color: #707070;
		text-align: center;
	}

	h1{
		font-family: 'Saira Stencil One', cursive;
	}


	.az-clear{
		clear: both;
	}

	.az-clear-mobile{
		clear: both;
	}

	.section{
		padding: 10px 0;
		/*background-color: blue;*/
	}

	.container{
		position: relative;
		padding: 0;
		width: 100%;
	}

	.row{
		margin: 0;
	}

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

	section{
	}

	.black{
		position: absolute;
		width: 60%;
		max-width: 390px;
		z-index: 9;
	}

	.mobile-only{
		display: block;
	}
	.desk-only{
		display: none;
	}

	.text-green{
		color: #C2CABA;
	}

	.text-pink{
		color: #AA0552;
	}

	

/****************
	Header
****************/
	
	.header .col-12{
		padding: 0;
	}

	.box-cover{
		position: relative;
		max-width: 290px;
		z-index: 3;
		margin: 30px auto 0;
		position: absolute;
		top: 40%;
		left: 4%;
		margin: 0;
		/*outline: solid 1px rebeccapurple;*/
	}

	.box-cover p{
		color: #000;
		text-align: left;
	}

	.box-cover a p{
		text-align: left;
		margin: 3% 0;
		color: #AA0552;
		/*background-color: #fff;*/
		padding: 3px;
		cursor: pointer;
		text-transform: uppercase;
		font-family: 'Saira Stencil One', cursive;
	}

	
	.seta-fig{
		width: 20%;
		max-width: 150px;
		height: auto;
		position: absolute;
		z-index: 2;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

/*******************
	Header menu
*******************/

	.header-menu{
		width: 100%;
		height: auto;
		/*min-height: 100px;*/
		z-index: 10;
		position: absolute;
		/*outline: solid 1px red;*/
	}

	.header-menu .row{
		width: 100%;
		position: relative;
	}


	.menu-close,
	.menu-icon{
		position: absolute;
		width: 80px;
		height: 80px;
		cursor: pointer;
		top: 10px;
    	right: 30px;
		border-radius: 50%;
		text-transform: uppercase;
		/*transition: all 0.3s;*/
		/*transition-timing-function: ease-out;*/
		transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	}

	.header-menu._scnd .menu-icon,
	.header-menu._scnd .menu-close {
	}

	.header-menu._trd .menu-icon,
	.header-menu._trd .menu-close {
		z-index: 10;
	}

	.header-menu._trd .menu-icon{
    	border: solid 1px #C2CABA;
	}

	.header-menu._trd .menu-icon._open{
		background-color: #000;
    	border: solid 1px #000;
	}

	.menu-icon:hover,
	.menu-close:hover {
		transform: rotate(-35deg);
	    -webkit-transform: rotate(-35deg);
	    -moz-transform: rotate(-35deg);
	    -o-transform: rotate(-35deg);
	}

	.menu-icon p,
	.menu-close p{
		font-size: 14px;
		font-weight: 700;
		line-height: 15px;
		text-align: center;
		padding-top: 40%;
		font-family: 'Saira Stencil One', cursive;
	}

	.menu-icon{
		background-color: #fff;
	}

	.menu-icon p{
		color: #C2CABA;
	}

	.menu-icon:hover {
		background-color: #C2CABA;
	}

	.menu-icon:hover p{
		color: #fff;
	}

	/******* Close menu ******/

		.menu-close{
			display: none;
			background-color: #000;
		}

		.menu-close._open{
			display: block;
		}

		.menu-close p{
			color: #FFF;
		}

		.menu-close:hover {
			background-color: #AA0552;
		}

	.header_list{
		width: 100%;
		display: none;
		background-color: #87717E;
		padding: 30px 10px;
	}

	.header_list._open{
		display: block;
	}

	.header_list li{
		list-style: none;
		padding: 20px 7px;
		border-top:  solid 1px #AA0552;
		background-color: #87717E;
	}

	.box-line{
		max-width: 34px;
		padding: 0;
		display: none !important;
		/*outline: solid 1px rebeccapurple;*/
	}

	.line-1,
	.line-2,
	.line-3 {
		height: 3px;
		background-color: #C2CABA;
		position: absolute;
	}

	.line-1,
	.line-3 {
		width: 20px;
		right: 0;
	}

	.line-1{
		top: 36%;
		transform: translate3d(0%, 0%, 0) rotateZ(45deg);
		-webkit-transform: translate3d(0%, 0%, 0) rotateZ(45deg);
		-moz-transform: translate3d(0%, 0%, 0) rotateZ(45deg);
		-o-transform: translate3d(0%, 0%, 0) rotateZ(45deg);
		-ms-transform: translate3d(0%, 0%, 0) rotateZ(45deg);
		
	}

	.line-3{
		top: 75%;
		transform: translate3d(0%, 0%, 0) rotateZ(-45deg);
		-webkit-transform: translate3d(0%, 0%, 0) rotateZ(-45deg);
		-moz-transform: translate3d(0%, 0%, 0) rotateZ(-45deg);
		-o-transform: translate3d(0%, 0%, 0) rotateZ(-45deg);
		-ms-transform: translate3d(0%, 0%, 0) rotateZ(-45deg);
	}


	.line-2{
		width: 30px;
		top: 50%;
		left: 0%;
		transform: translate3d(0, 50%, 0);
		-webkit-transform: translate3d(0, 50%, 0);
		-moz-transform: translate3d(0, 50%, 0);
		-o-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
	}

	

	.header_list li:hover{
		color: #AA0552;
		background-color: #E1C1DD;
	}

	.header_list li:hover .line-1,
	.header_list li:hover .line-3 {
		width: 30px;
	}

	.box-cover:hover .line-1,
	.header_list li:hover .line-1 {
		top: 22%;
	}

	.box-cover:hover .line-3,
	.header_list li:hover .line-3 {
		top:  85%;
	}

	.box-cover:hover .line-2,
	.header_list li:hover .line-2{
		width: 98%;
	}

	.box-cover:hover .box-line,
	.header_list li:hover .box-line{
		max-width: 37%;
	}

	.header_list li:hover .line-1,
	.header_list li:hover .line-2,
	.header_list li:hover .line-3 {
		background-color: #AA0552;
	}
	

	.box-cover .line-1,
	.box-cover .line-2,
	.box-cover .line-3 {
		background-color: #AA0552;
	}
	
	.box-cover .line-1{
		top: 20px;
	}
	
	.box-cover .line-2{
		top: 25px;
	}
	
	.box-cover .line-3 {
		top: 33px;
	}
	
	.box-cover:hover .line-1 {
		top: 20px;
	}

	.box-cover:hover .line-3 {
		top:  33px;
	}

	.box-cover:hover .line-2{
		/*top: 24px;*/
	}


/****************
	Home
****************/
	.home-obras{
		margin: 30px 0;
	}

	.home-obras p{
		border-top: solid 2px #C2CABA;
		border-bottom: solid 2px #C2CABA;
		padding: 10px 0;
	}

	.foto-slider{
	  margin: 3% auto;
	  padding: 0 40px;
	  /*border-bottom: solid 2px #C2CABA;*/
	}

	.slide-home-obras{
		width: 90%;
		margin: auto;
		position: relative;
		display: block;
		/*outline: solid 1px blue;*/
	}

	.home-obras .foto-slider .slick-slide{
		position: relative;
		/*height: 380px;*/
		cursor: pointer;
	}

	.box-obra{
		width: 100%;
		background-color: #C2CABA;
		padding: 10px 20px;
	}

	.home-obras .box-obra p{
		border-top: none;
		border-bottom: none;
		padding: 0;
		text-align: center;
		line-height: 1.3;
	}

	.home-obras p.leg-obra,
	.home-obras p.data-obra{
		color: #5B5F4F;
		font-size: 12px;
		border-top: none;
		border-bottom: none;
		text-transform: uppercase;
		font-weight: 700;
		font-family: 'Saira Stencil One', cursive;
	}

	.box-obra p.titulo-obra{
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 0px;
		padding: 0 6px;
		font-family: 'Saira Stencil One', cursive;
	}

	.box-obra p.texto-obra{
		color: #fff;
	}

	.box-obra .link-obra{
		width: 80px;
		display: block;
		margin: auto;
		text-align: center;
		color: #5B5F4F;
		text-decoration: none;
	}


/****************
	PG OBRAS
****************/

	.home-obras.interna-obras{
		margin: 0 0 30px 0;
	}

	.home-obras.interna-obras .tit-pg-obra{
		color: #707070;
		background-color: #fff;
		margin-bottom: 0;
	}

	.box-intern-obras{
		opacity: 0;
	}

	.box-intern-obras._open{
		opacity: 1;
	}

	.obras-p1{
		font-size: 16px;
		color: #5A76A9;
		text-decoration: underline;
	}

	.obra-thumb{
		padding: 0;
		cursor: pointer;
		margin: 10px;
	    -ms-flex: 0 0 45%;
	    flex: 0 0 45%;
	    max-width: 45%;
	    overflow: hidden;
	    position: relative;
	}

	.obra-thumb img{
		width: 100%;
		height: auto;
		position: relative;
	}

	.obra-thumb:hover{

	}

	.tit-pg-obra, 
	.obras-p2 {
		width: 100%;
		text-transform: uppercase;
	}

	.tit-pg-obra{
		color: #fff;
		font-size: 60px;
		background-color: #5A76A9;
	}

	.tit-pg-obra._trd{
		color: #000;
		font-size: 40px;
		background-color: #fff;
		padding: 20px 0;
		border-bottom: solid 2px #C2CABA;
	}

	

	.obras-p2{
		color: #5A76A9;
		line-height: 1;
		font-size: 30px;
		margin-bottom: 7px;
		padding: 10px 20px;
		font-family: 'Saira Stencil One', cursive;
	}

	.obras-p1{
		width: 100%;
		text-transform: uppercase;
		color: #5A76A9;
		font-size: 18px;
		text-align: center;
		margin-bottom: 7px;
		text-decoration: underline;
		font-family: 'Saira Stencil One', cursive;
	}

	

	.obras-p3{
		width: 100%;
		/*color: #5A76A9;*/
		text-align: center;
		margin-bottom: 7px;
		padding: 0 10% 1%;
		font-size: 20px;
	}

	.tit-set{
		text-transform: uppercase;
		font-size: 22px;
		/*font-weight: 800;*/
	}

	.link-capa{
		cursor: pointer;
	}

	.link-capa:hover{
		color: #2B98B6;
	}

	.home-obras.interna-obras .col-4{
		margin: 30px 0;
	}

/*****************
	lINHA TEMPO
******************/

	#line-scroll{
		margin: 15px 0;
		border-bottom: solid 2px #C2CABA;
	}

	.line-box .col-md-8{
	}

	.time-unit {
		transition: all 0.3s;
		transform: rotateZ(0deg);
	}

	.time-unit .time-tit{
		color: #C2CABA;
		margin: 0;
		line-height: 1;
		font-family: 'Saira Stencil One', cursive;
	}

	.shape-time{
		width: 2px;
		height: 30px;
		background-color: #C2CABA;
		display: block;
		margin: 5px auto 15px;
	}

	.time-unit._cliked .time-tit{
		color: #AA0552;
	}

	.time-unit._cliked .shape-time{
		background-color: #AA0552;
	}

	.time-unit:hover .time-tit {
		color: #AA0552;
	}

	.time-unit:hover .shape-time {
		background-color: #AA0552;
		transform: rotateZ(20deg);
	}

	

	.period-content .shape-time{
		background-color: #AA0552;
	}

	.period-content{
		display: none;
	}

	.period-content._open{
		display: block;
		padding-bottom: 16px;
	}

	.period-tit{
		color: #AA0552;
		font-size: 40px;
		font-weight: 600;
		text-align: center;
		padding-bottom: 20px;
		border-bottom: solid 1px #AA0552;
		font-family: 'Saira Stencil One', cursive;
	}

	.period-desc{
		color: #707070;
		text-align: center;
		font-size: 20px;
	}

	.period-image{
		width: 100%;
		margin: 20px auto;
	}	

	.time-content p.legenda{
		margin-bottom: 20px;
	}

	.time-content .col-2{
		-ms-flex: 0 0 8.333333%;
	    flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	}

	.time-content .col-8{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	#contato .line-box{
		display: block;
		margin: 4% auto;
	}
	
	.contato-png{
		display: block;
		margin: 3% auto;
	}
	

/**********
	FOOTER
**********/

	.footer .container{
		/*padding-bottom: 20px;*/
	}

	.footer .container .col-12{
		padding: 0;
	}

	.footer_list{

	}

	.footer_list li{
		list-style: none;
		padding: 20px;
		border-top:  solid 1px #fff;
		background-color: #C2CABA;
	}

	.new-page{
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		text-align: left;
		text-transform: uppercase;
		font-family: 'Saira Stencil One', cursive;
	}

	.new-page:hover{
		color: #707070;
	}

	
	









