
/*--------HEADER---------*/

header
{
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
	background-color: #131212;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 9;
	display: block;
	/*overflow: hidden;*/
}

.content
{padding-top: 120px}


/*-----------Know-us----------*/

section.know-us
{
	width: 100%;
	height: 540px;
	margin: auto;
	overflow: hidden;
	position: relative;
}


section.know-us .left
{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;

}

section.know-us .left .img-know-us
{
	width: 100%;
	height: 100%;
	background-image:url(../contents/img-know-us.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;  /*chrome e safari*/
	-moz-background-size: cover;  /*firefox*/
	-ms-background-size: cover;  /*microsoft*/
}

section.know-us .right
{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 540px;
	background-color: white;
}
	
section.know-us .right .info-know-us
{
	position: absolute;
    width: 500px;
    height: 320px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -160px;
}

section.know-us .right .info-know-us h3
{
	margin: auto;
	margin-bottom: 40px;
}



/*-----------Restaurante----------*/

section.restaurante
{
	width: 100%;
	height: 600px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

section.restaurante .left
{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #1A1A1B;
}

section.restaurante .left .info-restaurante
{
	position: absolute;
    width: 500px;
    height: 390px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -195px;
}

section.restaurante .left .info-restaurante h3
{
	margin: auto;
	margin-bottom: 40px;
	color: #FFFFFF;
}
section.restaurante .left .info-restaurante p
{color: #FFFFFF;}



section.restaurante .right
{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}
	
section.restaurante .right .img-restaurante
{
	width: 100%;
	height: 100%;
	background-image:url(../contents/img-restaurante.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;  /*chrome e safari*/
	-moz-background-size: cover;  /*firefox*/
	-ms-background-size: cover;  /*microsoft*/
}



/*-----------TESTEMUNHOS----------*/


section.testemunhos-profs
{
	width: 1170px;
	margin: auto;
	overflow: hidden;
	margin-top: 90px;
	margin-bottom: 90px;
}

section.testemunhos-profs h3
{margin-bottom: 40px; text-align: center;}

section.testemunhos-profs .testemunhos
{display: block; overflow: hidden; width: 1170px; height:2045px; margin: auto; position: relative;}

section.testemunhos-profs .testemunhos .testemunho .all-info
{width: 670px; height: 264px;}

section.testemunhos-profs .testemunhos .testemunho .all-info .texto
{width: 670px; height: 345px; background-color: white;}

section.testemunhos-profs .testemunhos .testemunho .all-info .texto p
{padding: 30px;}

section.testemunhos-profs .testemunhos .testemunho .all-info .nome
{height: 60px; background-color: #000000;}

section.testemunhos-profs .testemunhos .testemunho .all-info .nome p
{padding-left: 30px; line-height: 60px; color: white; font-family: 'Conv_Roboto-Regular', sans-serif; font-size: 20px;}



section.testemunhos-profs .testemunhos .testemunho.um .prof.um
{
	position: absolute; 
	width: 585px; 
	height: 670px; 
	left: 0; 
	top: 0;
	background-image:url(../contents/profs/prof1.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;  /*chrome e safari*/
	-moz-background-size: cover;  /*firefox*/
	-ms-background-size: cover;  /*microsoft*/
}

section.testemunhos-profs .testemunhos .testemunho.um .all-info
{position: absolute; top: 40px; right: 100px; height: 405px;}

section.testemunhos-profs .testemunhos .testemunho.um .all-info .nome.um
{width: 250px;}

section.testemunhos-profs .testemunhos .testemunho.dois .prof.dois
{
	position: absolute; 
	width: 585px; 
	height: 670px; 
	right: 0; 
	top: 445px;
	background-image:url(../contents/profs/prof2.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;  /*chrome e safari*/
	-moz-background-size: cover;  /*firefox*/
	-ms-background-size: cover;  /*microsoft*/
}

section.testemunhos-profs .testemunhos .testemunho.dois .all-info
{position: absolute; top: 670px; right: 400px; z-index: 3; height: 370px;}

section.testemunhos-profs .testemunhos .testemunho.dois .all-info .texto.dois
{height: 310px;}

section.testemunhos-profs .testemunhos .testemunho.dois .all-info .nome.dois
{width: 165px; float: right;}

section.testemunhos-profs .testemunhos .testemunho.dois .all-info .texto p
{text-align: right;}



section.testemunhos-profs .testemunhos .testemunho.tres .prof.tres
{
	position: absolute; 
	width: 585px; 
	height: 670px; 
	left: 0; 
	top: 1040px;
	background-image:url(../contents/profs/prof3.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;  /*chrome e safari*/
	-moz-background-size: cover;  /*firefox*/
	-ms-background-size: cover;  /*microsoft*/
}

section.testemunhos-profs .testemunhos .testemunho.tres .all-info
{position: absolute; top: 1115px; right: 100px; z-index: 3;}

section.testemunhos-profs .testemunhos .testemunho.tres .all-info .texto.tres
{height: 205px;}

section.testemunhos-profs .testemunhos .testemunho.tres .all-info .nome.tres
{width: 220px;}

section.testemunhos-profs .testemunhos .testemunho.quatro .prof.quatro
{
	position: absolute; 
	width: 585px; 
	height: 670px; 
	right: 0; 
	top: 1380px;
	background-image:url(../contents/profs/prof4.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;  /*chrome e safari*/
	-moz-background-size: cover;  /*firefox*/
	-ms-background-size: cover;  /*microsoft*/
}

section.testemunhos-profs .testemunhos .testemunho.quatro .all-info
{position: absolute; top: 1710px; right: 400px; z-index: 3;}

section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .texto.quatro
{height: 275px;}

section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .nome.quatro
{width: 250px; float: right;}

section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .texto p
{text-align: right;}



/*--------------Contratação Pública---------*/


/* com um item*/
/*section.contratacaoPublica
{
	width: 1170px;
	margin: auto;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 90px;
}

section.contratacaoPublica h3
{margin:auto; margin-bottom: 40px; text-align: center;}*/


/* com vários itens*/
/*
section.contratacaoPublica .pdfs .item-pdf
{
	width: 210px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

section.contratacaoPublica .pdfs .item-pdf:nth-child(5), section.contratacaoPublica .pdfs .item-pdf:nth-child(10), section.contratacaoPublica .pdfs .item-pdf:nth-child(15)
{margin-right:0px;}
*/


/* com apenas um item*/
section.contratacaoPublica .item-pdf
{
	width: 210px;
	margin: auto; 
	display: block;
}

section.contratacaoPublica .item-pdf h5 a
{
	color: #ADADAD;
	font-family: 'Conv_Roboto-Medium', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}

section.contratacaoPublica .item-pdf h5 a:hover
{color: #4CB64F;}

section.contratacaoPublica .item-pdf p
{
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	width: 210px;
}

section.contratacaoPublica .item-pdf .pdf-icon
{
	width: 27px;
	height: 30px;
	background-image: url(../images/icon-pdf.svg);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

section.contratacaoPublica .item-pdf .separador
{
	height: 20px;
	width: 1px;
	background-color: #000000;
	margin-right: 10px;
	display: inline-block;
	float: left;
	margin-top: 5px;
}






/*----------------SMALLER SCREENS / MEDIA QUERIES---------------*/

@media (max-width: 1300px){

	section.testemunhos-profs
	{width: 960px;}
	section.testemunhos-profs .testemunhos
	{width: 960px; height:1960px;}
	section.testemunhos-profs .testemunhos .testemunho .all-info
	{width: 570px; height: 264px;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .texto
	{width: 570px; height: 420px; background-color: white;}

	section.testemunhos-profs .testemunhos .testemunho.um .prof.um
	{width: 480px; height: 570px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info
	{position: absolute; top: 40px; right: 0px;}

	section.testemunhos-profs .testemunhos .testemunho.dois .prof.dois
	{width: 480px; height: 570px; top: 520px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info
	{top: 570px; left: 0px; height: 445px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info .texto.dois
	{height: 384px;}


	section.testemunhos-profs .testemunhos .testemunho.tres .prof.tres
	{width: 480px; height: 570px; top: 1014px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info
	{top: 1090px; right: 0px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info .texto.tres
	{height: 240px;}


	section.testemunhos-profs .testemunhos .testemunho.quatro .prof.quatro
	{width: 480px; height: 570px; top: 1390px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info
	{top: 1543px; left: 0px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .texto.quatro
	{height: 312px;}


	section.contratacaoPublica
	{width: 960px;}
	/* com vários itens*/
	/*
	section.contratacaoPublica .pdfs
	{width: 930px; margin: auto;}

	section.contratacaoPublica .pdfs .item-pdf:nth-child(5), section.contratacaoPublica .pdfs .item-pdf:nth-child(10), section.contratacaoPublica .pdfs .item-pdf:nth-child(15)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(4), section.contratacaoPublica .pdfs .item-pdf:nth-child(8), section.contratacaoPublica .pdfs .item-pdf:nth-child(12)
	{margin-right: 0px;}
	*/

}


@media (max-width: 1200px){

	section.know-us .left
	{width: 40%;}
	section.know-us .right
	{width: 60%;}
		
	section.restaurante .left
	{width: 60%;}
	section.restaurante .right
	{width: 40%;}

}

@media (max-width: 1180px){

	header nav ul li a
	{margin-right: 25px;}
	header nav .logo-header
	{width: 160px !important; height: 45px; margin-top: 12px;}

}


@media (max-width: 1100px){


	header nav ul
	{display: none;}

	header nav .logo-header
	{width: 160px !important; height: 45px; margin-top: 12px; margin-left: 50px;}

	.burger 
	{display: block; top: 65px; right: 50px;}

	.content
	{padding-top: 60px;}

}



@media (max-width: 1050px){

	section.restaurante
	{height: 570px;}
	section.restaurante .left .info-restaurante
	{height: 360px; margin-top: -180px;}

	section.testemunhos-profs
	{width: 688px;}
	section.testemunhos-profs .testemunhos
	{width: 688px; height:2908px;}

	section.testemunhos-profs .testemunhos .testemunho.um .prof.um
	{width: 448px; height: 515px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info
	{top: 385px; margin-top: -70px; right: 0px; height: 440px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info .texto.um
	{height: 380px;}

	section.testemunhos-profs .testemunhos .testemunho.dois .prof.dois
	{width: 448px; height: 515px; top: 795px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info
	{top: 1060px; left: 0px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info .texto.dois
	{height: 348px;}


	section.testemunhos-profs .testemunhos .testemunho.tres .prof.tres
	{width: 448px; height: 515px; top: 1508px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info
	{top: 1897px; right: 0px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info .texto.tres
	{height: 204px;}


	section.testemunhos-profs .testemunhos .testemunho.quatro .prof.quatro
	{width: 448px; height: 515px; top: 2200px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info
	{top: 2535px; left: 0px; height: 372px;}


	section.documentosInternos
	{width: 620px;}
	section.documentosInternos .pdfs
	{width: 620px; margin: auto;}

	

	section.contratacaoPublica
	{width: 690px;}
	/* com vários itens*/
	/*
	section.contratacaoPublica .pdfs
	{width: 690px; margin: auto;}

	section.contratacaoPublica .pdfs .item-pdf:nth-child(5), section.contratacaoPublica .pdfs .item-pdf:nth-child(10), section.contratacaoPublica .pdfs .item-pdf:nth-child(15)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(4), section.contratacaoPublica .pdfs .item-pdf:nth-child(8), section.contratacaoPublica .pdfs .item-pdf:nth-child(12)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(odd)
	{margin-right: 0px;}
	*/

}

@media (max-width: 960px){

	section.know-us .left
	{display: none;}
	section.know-us .right
	{width: 100%;}
		
	section.restaurante .left
	{width: 100%;}
	section.restaurante .right
	{display: none;}

	
}


@media (max-width: 900px){

	
}

@media (max-width: 850px){

	.dark-header
	{display: none;}

	header
	{top: 0; height: 60px;}

	header nav ul
	{display: none;}

	header nav .logo-header
	{width: 160px !important; height: 45px; margin-top: 7px; margin-left: 30px;}

	.burger 
	{display: block; top: 15px; right: 30px;}


}


@media (max-width: 800px){

	
}


@media (max-width: 740px){

	section.testemunhos-profs
	{width: 100%;}
	section.testemunhos-profs .testemunhos
	{width: 100%; height:2198px;}
	section.testemunhos-profs .testemunhos .testemunho .all-info
	{width: 500px; left: 50%; margin-left: -250px;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .texto
	{
		width: 500px;
		margin: auto;
		-webkit-box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.55);
    	box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.55);
		height: 380px;
	}
	section.testemunhos-profs .testemunhos .testemunho .all-info .texto p
	{padding: 20px; text-align: left !important;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .nome
	{height: 40px; float: left !important;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .nome p
	{padding-left: 20px; line-height: 40px; font-size: 15px;}



	section.testemunhos-profs .testemunhos .testemunho.um .all-info .texto.um
	{height: 248px;}
	section.testemunhos-profs .testemunhos .testemunho.um .prof.um
	{width: 100%; height: 400px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info
	{height: 288px; top: 400px; margin-top: -119px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info .nome.um
	{width: 185px;}


	section.testemunhos-profs .testemunhos .testemunho.dois .all-info .texto.dois
	{height: 222px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .prof.dois
	{width: 100%; height: 400px; top: 610px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info
	{height: 260px; top: 1000px; margin-top: -119px; left: 50%; margin-left: -250px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info .nome.dois
	{width: 125px;}


	section.testemunhos-profs .testemunhos .testemunho.tres .all-info .texto.tres
	{height: 145px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .prof.tres
	{width: 100%; height: 400px; top: 1180px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info
	{width: 500px; height: 185px; top: 1600px; margin-top: -119px; left: 50%; margin-left: -250px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info .nome.tres
	{width: 160px;}

	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .texto.quatro
	{height: 195px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .prof.quatro
	{width: 100%; height: 400px; top: 1705px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info
	{width: 500px; height: 238px; top: 2080px; margin-top: -119px; left: 50%; margin-left: -250px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .nome.quatro
	{width: 185px;}




	section.know-us
	{height: 380px;}
	section.know-us .right
	{height: 380px;}
	section.know-us .right .info-know-us
	{
		position: absolute;
	    width: 460px;
	    height: 220px;
	    left: 50%;
	    margin-left: -230px;
	    top: 50%;
	    margin-top: -110px;
	}

	section.restaurante
	{height: 420px;}

	section.restaurante .left
	{width: 100%; height: 420px;}

	section.restaurante .left .info-restaurante
	{
		position: absolute;
	    width: 460px;
	    height: 250px;
	    left: 50%;
	    margin-left: -230px;
	    top: 50%;
	    margin-top: -125px;
	}



	section.contratacaoPublica
	{width: 450px;}
	/* com vários itens*/
	/*
	section.contratacaoPublica .pdfs
	{width: 450px; margin: auto;}

	section.contratacaoPublica .pdfs .item-pdf:nth-child(5), section.contratacaoPublica .pdfs .item-pdf:nth-child(10), section.contratacaoPublica .pdfs .item-pdf:nth-child(15)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(4), section.contratacaoPublica .pdfs .item-pdf:nth-child(8), section.contratacaoPublica .pdfs .item-pdf:nth-child(12)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(odd)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(even)
	{margin-right: 0px;}
	*/


}

@media (max-width: 680px){

	
	
}

@media (max-width: 560px){

	section.testemunhos-profs h3
	{width: 280px; text-align: center; margin: auto; margin-bottom: 40px;}


	section.testemunhos-profs
	{width: 100%;}
	section.testemunhos-profs .testemunhos
	{width: 100%; height:2522px;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .texto
	{height: 198px; width: 300px; background-color: white;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .texto p
	{padding: 20px; text-align: left !important;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .nome
	{height: 40px; float: left !important;}
	section.testemunhos-profs .testemunhos .testemunho .all-info .nome p
	{padding-left: 20px; line-height: 40px; font-size: 15px;}


	section.testemunhos-profs .testemunhos .testemunho.um .prof.um
	{width: 100%; height: 445px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info
	{width: 300px; height: 238px; top: 350px; margin-top: -119px; left: 50%; margin-left: -150px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info .nome.um
	{width: 185px;}
	section.testemunhos-profs .testemunhos .testemunho.um .all-info .texto.um
	{height: 405px;}

	section.testemunhos-profs .testemunhos .testemunho.dois .prof.dois
	{width: 100%; height: 400px; top: 715px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info
	{width: 300px; height: 418px; top: 1040px; margin-top: -119px; left: 50%; margin-left: -150px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info .nome.dois
	{width: 125px;}
	section.testemunhos-profs .testemunhos .testemunho.dois .all-info .texto.dois
	{height: 378px;}

	section.testemunhos-profs .testemunhos .testemunho.tres .prof.tres
	{width: 100%; height: 400px; top: 1380px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info
	{width: 300px; height: 262px; top: 1760px; margin-top: -119px; left: 50%; margin-left: -150px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info .nome.tres
	{width: 205px;}
	section.testemunhos-profs .testemunhos .testemunho.tres .all-info .texto.tres
	{height: 222px;}

	section.testemunhos-profs .testemunhos .testemunho.quatro .prof.quatro
	{width: 100%; height: 400px; top: 1940px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info
	{width: 300px; height: 340px; top: 2300px; margin-top: -119px; left: 50%; margin-left: -150px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .nome.quatro
	{width: 185px;}
	section.testemunhos-profs .testemunhos .testemunho.quatro .all-info .texto.quatro
	{height: 300px;}






	section.know-us
	{height: 480px;}
	section.know-us .right
	{height: 480px;}
	section.know-us .right .info-know-us
	{
		position: absolute;
	    width: 280px;
	    height: 330px;
	    left: 50%;
	    margin-left: -140px;
	    top: 50%;
	    margin-top: -165px;
	}

	section.restaurante
	{height: 540px;}
	section.restaurante .left
	{width: 100%; height: 540px;}
	section.restaurante .left .info-restaurante
	{
		position: absolute;
	    width: 280px;
	    height: 370px;
	    left: 50%;
	    margin-left: -140px;
	    top: 50%;
	    margin-top: -180px;
	}


	section.contratacaoPublica
	{width: 210px;}
	/* com vários itens*/
	/*
	section.contratacaoPublica .pdfs
	{width: 210px; margin: auto;}

	section.contratacaoPublica .pdfs .item-pdf:nth-child(5), section.contratacaoPublica .pdfs .item-pdf:nth-child(10), section.contratacaoPublica .pdfs .item-pdf:nth-child(15)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(4), section.contratacaoPublica .pdfs .item-pdf:nth-child(8), section.contratacaoPublica .pdfs .item-pdf:nth-child(12)
	{margin-right: 30px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(odd)
	{margin-right: 0px;}
	section.contratacaoPublica .pdfs .item-pdf:nth-child(even)
	{margin-right: 0px;}
	*/

}

















