.seg-ini {
	background: #2f4080;
	padding: 0 0 1% 0;
	z-index: -5;
}

.seg-ini01 {
	width: 86%;
	height: 50.3vw;
	margin: 0% 7% 0% 7%;
	padding: 0%;
	display: block;
	background: #fff;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 2px #888888;
}

.seg-ini-d1 {
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	position: relative;
}

.seg-ini-d2 {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	position: relative;
}

.seg-ini-d3 {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	display: inline-flex;
	position: relative;
}
.seg-ini-d3g {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.seg-ini0text {
	margin: 1.5% 0 0 0 ;
	background: #fff;
    color: black;
    padding: 1%;
    width: 94%;
	max-height: 30vw;
	float: left;
	position: relative;
	display: block;
    overflow: auto;
    /*border: 0.1vw solid #ccc;*/
}

.letra1  {
	color: #99c93a;
	font-size: 1.2vw;
	text-align: justify;
	font-family: FiraSans-Book;
}
.letra2  {
	color: #2f4080;
	font-size: 1.4vw;
	text-align: justify;
	font-family: FiraSans-bold;
}
.letra3  {
	color: #787878;
	font-size: 1.3vw;
	text-align: justify;
	font-family: FiraSans-Book;
}
.letra4  {
	color: #787878;
	font-size: 1.0vw;
	text-align: justify;
	font-family: FiraSans-Book;
    text-decoration: none;
    margin: 0 0 4% 0;
}
.letra4 a{
	color: #787878;
	font-size: 1.0vw;
	text-align: justify;
	font-family: FiraSans-Book;
    text-decoration: none;
}
.letra4:hover {
    color: #fdb532;
}

.conteudo_categoria{
	color: #787878;
	font-size: 1.3vw;
	text-align: justify;
	font-family: FiraSans-Book;
}
.conteudo_categoria a{
    text-decoration: none;
}

.b1 {
	content: "";
	width: 400%;
	height: 100%;
	top: -39%;
	left: 67%;
	margin: 0;
	padding: 18% 0 0 100%;
	background: #99c93a;
	color: #fff;
	position: relative;
	display: block;
	text-align-last: left;
	font-family: FiraSans-book;
	font-size: 1.3vw;
	border-radius: 0 5px 5px 0;
	
	z-index: 5;
}

.b1:hover {
	background: #87b231;
	box-shadow: 5px 5px 10px 0px #888888;
}

.b2 {
	content: "";
	margin: 8% 0.1%;
	width: 5.8vw;
	line-height: 1.3vw;
	height: 3.3vw;
	background: #87b231;
	position: relative;
	left: -5.85vw;
	color: #FFF;
	border-radius: 5px 0 0 5px;
	z-index: 1;
}

.b2:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 1.3vw solid #5a7721;
	border-right: 0 solid transparent;
	border-left: 1.9vw solid transparent;
	margin: 0 0 0 0;
	bottom: 0;
	right: 0;
	z-index: 4;
}

/*----------------------teste----------------------------*/

.seg-ini02 {
	width: 86%;
	margin: 0% 7% 0% 7%;
	padding: 1%;
	display: inline-flex;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 20px 2px #888888;
}

.seg-ini-d3g button {
	width: 11%;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #666;
	position: relative;
	display: inline-block;
	text-align-last: center;
	font-family: FiraSans-bold;
	font-size: 1.3vw;
}

.seg-ini-d3g button:hover {
	background: #666;
	color: #fff;
	border-radius: 5px
	
}



.seg-ini-d3g button:hover img {
    filter: invert(100%);
}	

.seg-ini-d3g button img {
	width: 50%;
}

.canal {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5%;
	display: inline-flex;
}
.canal-l {
    color: #fff;
    padding: 1%;
    width: 30%;
	float: left;   
	position: relative;
	display: block;
	text-align-last: center;
}
.canal-l img {
	width: 70%;
/*	font-size: 1vw;*/
	color: #fff;
	text-align-last: center;
}
.canal-l h1 {
	width: 100%;
	font-size: 2.3vw;
	color: #fff;
	text-align-last: center;
	font-family: FiraSans-bold;
}
.canal-r {
    /*background: #fff;*/
    color: black;
    padding: 1%;
    width: 70%;
	max-height: 40vw;
	float: left;
	position: relative;
	display: block;
    overflow: auto;
    /*border: 0.1vw solid #ccc;*/
}
.canal-r p {
	color: #fff;
	font-size: 1.1vw;
	text-align: justify;
	font-family: FiraSans-Book;
}



/*inicio barra personalizada scrol lateral*/
.seg-ini-d2 > ::-webkit-scrollbar {
	background: #ccc;
	height: 8px;
	width: 8px;
}

.seg-ini-d2 > ::-webkit-scrollbar-track {
	border-radius: 5px
}

.seg-ini-d2 > ::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.canal > ::-webkit-scrollbar {
	background: #ccc;
	height: 8px;
	width: 8px;
}

.canal > ::-webkit-scrollbar-track {
	border-radius: 5px
}

.canal > ::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
/*fim barra scrol lateral*/

#s1 {
	background: #0096c0;
}
#s2 {
	background: #ced64f;
}
#s3 {
	background: #eb9f40;
}
#s4 {
	background: #ffd81b;
}
#s5 {
	background: #975b8b; 
}
#s6 {
	background: #30b1c3;
}
#s7 {
	background: #89b453;
}
#s8 {
	background: #c2493b;
}

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

.letra {
	width: 100%;
	margin: 0;
	left: 0%;
	position: absolute;
	font-family: FiraSans-Light;
	font-size: 8.0vw;
	text-align: center;
	padding: 21% 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;*/
}


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

.if-letra1 p {
    color: #2f4080;
}