
/*-----------------------------------------*/

.letra {
	width: 100%;
	margin: 0;
	left: 0%;
	position: absolute;
	font-family: FiraSans-Light;
	font-size: 8.0vw;
	text-align: center;
	padding: 20% 0% 0% 0%;
	color: white;
	z-index: 1;
	letter-spacing: -0vw;
}

.letra00 {
	margin: 0%;
	left: 0%;
	font-family: FiraSans-Light;
	font-size: 3.5vw;
	text-align: center;
	padding: 1% 0% 0% 0%;
	color: #ecab2e;
	z-index: 1;
	letter-spacing: -0vw;
	background: #ffffff;
}

.letra01 {
	width: 100%;
	margin: 0;
	/*   left: 0%;*/
	font-family: FiraSans-Light;
	font-size: 1.2vw;
	text-align: left;
	padding: 2% 2% 2% 2%;
	color: white;
	z-index: 1;
	letter-spacing: -0vw;
	text-align: justify;
}

.letra02 {
	width: 100%;
	margin: 0%;
	/*   position: absolute;*/
	font-family: FiraSans-Light;
	font-size: 8.0vw;
	text-align: center;
	/*    padding: 0% 0% 0% 0%;*/
	color: white;
	/*    z-index: 1;*/
	letter-spacing: -0vw;
	/*    display: inline-block;*/
	/*    background: #89b453;*/
	/*    opacity: 0.5;*/
	/*    border: solid 4px white;*/
}

#corpo-inf {
	width: 100%;
	margin-top: 50%;
	/*    position: absolute;*/
	/*    height: auto;*/
	font-size: 6.0vw;
	display: inline-block;
	padding: 0% 0% 0% 0%;
	background-color: rgba(137, 180, 83, 0.60);
	/*   letter-spacing: -0vw;*/
	/*    background: #89b453;*/
	/*    opacity: 0.8;*/
	/*    border: solid 4px white;*/
}


/*-------------------------------------*/

.corpo-his {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0%;
	display: inline-flex;
	background: white;
	position: relative;
}


/* Style the tab */

div.his {
	margin: 0%;
	padding: 20% 0% 2% 1%;
	float: right;
	/*    border: 0.2vw solid #ccc;*/
	background-color: #ffffff;
	width: 20%;
	margin-top: auto;
}


/* Style the buttons inside the tab */

div.his button {
	margin: 5% 0% 5% 0%;
	display: block;
	background-color: #eba51f;
	color: white;
	padding: 5% 3% 5% 32%;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 1.2vw;
	font-family: FiraSans-UltraLight;
	background-image: url('../img/his4.png');
	background-size: 25% 100%;
	background-position: 5% 50%;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 1px 0px #888888;
}


/* Change background color of buttons on hover */

div.his button:hover {
	background-color: #fcc357;
}


/* Create an active/current "tab button" class */

div.his button.active {
	background-color: #0096c0;
}


/* Style the tab content */

.hiscontent {
	float: left;
	padding: 0;
	/*    border: 1px solid #ccc;*/
	width: 80%;
	border-left: none;
	height: auto;
	background-color: #ffffff;
}

.hiscontent1 {
	float: left;
	padding: 0;
	width: 30%;
	height: 100%;
	display: inline-block;
}

.hiscontent1 img {
	margin: 0;
	padding: 2% 5% 2% 5%;
}

.hiscontent2 {
	float: right;
	padding: 1%;
	width: 70%;
	height: auto;
	font-size: 1.0vw;
	font-family: FiraSans-Book;
    text-align: justify;	
}


/*-----------------------------------------------*/

div.tab {
	overflow: hidden;
	/*    border: 0.2vw solid #ccc;*/
	background-color: white;
	padding: 0% 10% 0% 10%;
}


/* Style the buttons inside the tab */

div.tab button {
	width: 25%;
	margin: 0;
	padding: 1%;
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 2.6vw;
	color: #89b453;
	font-family: FiraSans-ExtraLight;
}

div.tab button p {
	margin: 0;
	padding: 0%;
	text-align: center;
}


/* Change background color of buttons on hover */

div.tab button:hover {
	background-color: #ccc;
}


/* Create an active/current tablink class */

div.tab button.active {
	background-color: #eaeaea;
}


/* Style the tab content */

.tabcontent {
	display: none;
	/*    border: 1vw solid #ccc;*/
	/*    border-top: none;*/
	background-color: #eaeaea;
}

.canal-v {
	width: 80%;
	padding: 0 0 0 0;
	margin: 0 10% 0 10%;
	display: inline-flex;
	background: #eaeaea;
	position: relative;
}

.canal-vmve {
	background: #89b453;
	width: 20%;
	/*    height: auto;*/
	/*    float: left;*/
	padding: 10% 0% 0% 0%;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0% 0% 0% 0%;
	font-size: 2.6vw;
	/*	font-weight: 100;*/
	color: white;
	font-family: FiraSans-ExtraLight;
}

.canal-vmve1 {
	width: 80%;
	float: right;
	position: relative;
	font-family: FiraSans-Light;
	font-size: 1.1vw;
	font-weight: 600;
	letter-spacing: 0.02vw;
	padding: 3% 5% 3% 5%;
	margin: 0%;
	background-color: #eaeaea;
	text-align: justify;
}


/*----------------------------------------------*/

.parallax {
	width: 100%;
	background-image: url('../img/hist2.png');
	/* Full height */
	height: 50%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax1 {
	width: 100%;
	background-image: url('../img/infra.png');
	/* Full height */
	/*    height: 75%;*/
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax2 {
	width: 100%;
	background-image: url('../img/infra.png');
	/* Full height */
	height: 25%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*----------------------------------------------*/

div.inf {
	background-color: white;
	align-items: center;
	margin: 0;
	padding: 1% 10% 1% 10%;
}


/* Style the buttons inside the inf */

div.inf button {
	width: 18.68%;
	background-color: inherit;
	border: 0.15vw solid #89b453;
	outline: none;
	cursor: pointer;
	padding: 0;
	transition: 0.3s;
	/*    font-size: 0.1vw ;*/
	margin: 0% 0% 0% 0%;
	font-family: FiraSans-light;
	letter-spacing: -0.1vw;
	font-size: 2vw;
	color: #8e9390;
}

div.inf button p {
	margin: 0;
	padding: 3% 0% 3% 0%;
	text-align: center;
}


/* Change background color of buttons on hover */

div.inf button:hover {
	background-color: #ddd;
}


/* Create an active/current inflink class */

div.inf button.active {
	background-color: #89b453;
	color: white;
}


/* Style the inf content */

.infcontent {
	display: none;
	margin: 1;
	padding: 1% 10% 1% 10%;
	/*    border-top: none;*/
	background: #89b453;
}

.infcontent img {
	margin: 0%;
	padding: 1% 1% 1% 1%;
	width: 32%;
}


/*--------------------------------------------------*/

.canal-cp1 {
	margin: auto;
	padding: 0;
	position: center;
	background-color: #0096c0;
}

.canal-cp1-banner {
	width: 80%;
	background: #0096c0;
	padding: 0 0 0 0;
	margin: 0% 10% 0% 10%;
	display: inline-flex;
}

.canal-cp1-imagem {
	width: 50%;
}

.canal-cp1-texto {
	color: #f2f2f2;
	font-family: FiraSans-Light;
	font-size: 1.1vw;
	margin: 0% 5% 0% 5%;
	width: 40%;
}

.canal-cp1-texto1 {
	color: #f2f2f2;
	font-family: FiraSans-LightItalic;
	font-size: 1.2vw;
	text-align: center;
	width: 100%;
	display: table;
	clear: both;
}

.canal-cp1-letra1 {
	font-family: FiraSans-Light;
	font-size: 3vw;
	font-weight: 100;
	line-height: 0.8;
	margin: 5% 0% 7% 0%;
	color: #45d00a;
}

.canal-cp1-letra2 {
	font-family: FiraSans-LightItalic;
	font-size: 6vw;
	letter-spacing: -0.4vw;
	line-height: 0.9;
	margin: 0;
	padding: 5% 0% 0% 0%;
	color: white;
	text-align: center;
}

.canal-cp1-letra2 span {
	font-family: FiraSans-UltraLight;
	font-size: 6vw;
	/*    letter-spacing: -0.4vw;*/
	/*    line-height: 0.8;*/
	margin: 0;
	color: white;
	font-weight: 100;
}

.canal-cp1-letra3 {
	font-family: FiraSans-LightItalic;
	font-size: 3vw;
	margin: 0;
}


/*---------------------------*/

.canal-cp2 {
	/*    display: none;*/
	margin: 0% 0% 0% 0%;
	padding: 0;
	position: center;
	background-color: #89b453;
	position: relative;
	display: inline-flex;
}

.canal-cp2-banner01 {
	width: 70%;
	height: auto;
	background: #eeeeed;
	padding: 0 0 0 0;
	margin: 0% 0% 0% 0%;
	align-items: center;
	display: inline-block;
	/*    display: inline-flex;*/
}

.canal-cp2-banner02 {
	width: 30%;
	padding: 0 0 0 0;
	margin: 0% 0% 0% 0%;
}

.canal-cp2-texto {
	width: 100%;
	margin: 0;
	left: 0%;
	font-family: FiraSans-Light;
	font-size: 1.2vw;
	text-align: left;
	padding: 2% 5% 2% 7%;
	color: white;
	z-index: 1;
	letter-spacing: -0vw;
	text-align: justify;
}

.canal-cp2-texto1 {
	color: #f2f2f2;
	font-family: FiraSans-LightItalic;
	font-size: 1.2vw;
	text-align: center;
	width: 100%;
	display: table;
	clear: both;
}




/*------------------------------------------------*/

.canal-cp3 {
	/*    display: none;*/
	margin: auto;
	padding: 0;
	position: center;
	background-color: white;
	position: relative;
	display: inline-flex;
}

.canal-cp3-banner01 {
	width: 35%;
	height: 30%;
	background: #89b453;
	padding: 0 0 0 0;
	margin: 0% 0% 0% 0%;
	display: inline-flex;
}

.canal-cp3-banner02 {
	width: 60%;
	padding: 0 0 0 0;
	margin: 0% 0% 0% 0%;
}

.canal-cp3-texto {
	width: 100%;
	margin: 3% 0% 3% 0%;
	left: 0%;
	font-family: FiraSans-book;
	font-size: 1.2vw;
	text-align: left;
	padding: 2% 2% 2% 2%;
	color: #5e5e5e;
	z-index: 1;
	letter-spacing: -0vw;
	background: #eeeeed;
	text-align: justify;
}

/* ----------------------------------------   */

.corpo-org {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0%;
	display: inline-flex;
	background: white;
	position: relative;
}


/* Style the tab */

div.org {
	margin: 0%;
	padding: 20% 0% 2% 1%;
	float: right;
	/*    border: 0.2vw solid #ccc;*/
	background-color: #ffffff;
	width: 20%;
	margin-top: auto;
}


/* Style the buttons inside the tab */

div.org button {
	margin: 5% 0% 5% 0%;
	display: block;
	/*    background-color: #eba51f;*/
	color: #6e71b4;
	padding: 2% 2% 2% 10%;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 1.2vw;
	font-family: FiraSans-UltraLight;
	background: white;
	/*    background-image: url('../img/his4.png');*/
	/*    background-size: 25% 100%;*/
	/*    background-position: 5% 50%; */
	/*    background-repeat: no-repeat;*/
	/*    box-shadow: 0px 1px 1px 0px #888888;*/
}


/* Change background color of buttons on hover */

div.org button:hover {
	background-color: #eeeeed;
}


/* Criar um ativo / atual "botão de guia" classe */

div.org button.active {
	background-color: #c9cbfc;
}


/* Style the tab content */

.orgcontent {
	float: left;
	padding: 0;
	/*    border: 1px solid #ccc;*/
	width: 80%;
	border-left: none;
	height: auto;
	background-color: #ffffff;
}

.orgcontent1 {
	float: left;
	padding: 0;
	width: 30%;
	height: 100%;
	display: inline-block;
}

.orgcontent1 img {
	margin: 0;
	padding: 2% 5% 2% 5%;
}

.orgcontent2 {
	float: right;
	padding: 1%;
	width: 60%;
	height: auto;
	font-size: 1.0vw;
	font-family: FiraSans-Book;
}

.nh img{
    width: 100%;
    margin-bottom: -1%;
}

.projeto img{
    width: 100%;
    margin-bottom: -1%;
}