.roboto{
	font-family: 	'Roboto Slab', sans-serif;
	font-weight:	400;
}

.roboto-bold{
	font-family: 	'Roboto Slab', sans-serif;
	font-weight:	700;
}

.merri{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	400;
}

.merri-bold{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	700;
}

.zh-top{
	margin: 			1px 0;
	border-top: 		4px solid black;
	border-bottom: 		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto Slab', sans-serif;
	font-weight:		700;
	font-size:			22px;
	margin:				16px 0;
}

@media all and (min-width:500px){
    .zh-title{
        font-size:			24px;
    }
    
}

.zh-intro{
	font-family: 		'Merriweather Sans', sans-serif;
	margin:				16px 0;
	font-size:			16px;
}

.highcharts-tooltip-box{
	stroke: 			unset !important;
}

main.main-container {
    padding: 15px;
}


main.main-container h2 {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    margin: 40px auto 20px auto;
}

main.main-container h6 {
    font-size: 13px;
    margin: 20px auto;
}

main .select-container select.select-box{
    width: 250px;
    font-size: 16px;
    padding: 5px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}


/*====================================
CHART
====================================*/

main h3.chart-title {
    font: 18px;
 
}

main .chart-container {
    margin: auto;
}

main .chart-container p.highlighted{
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #F47E5E
}

.highcharts-legend-item{
	margin-right: 32px!important;
}

main .icones {
    width: 130px;
    float: right;
    margin-left: 10px;
    margin-top: 20px;
}



.setas{
	display: 			flex;
	/* margin: 			20px 0px 20px 0px; */
	width: 				100%;
	justify-content: 	space-between;
	align-items: 		center;
	height: 			60px;
    color: #f47e5e;
    font-size: 24px;
}


.preview,
.next{
	font-size: 			4em;
	cursor: 			pointer;
	transition: 		transform 222ms;
	-webkit-transition: transform 222ms;
	position: 			relative;
	will-change:		transform;
	
	transform-origin: 	50% 50%;
}

.preview:hover,
.next:hover{
	transform: 			scale(1.1);
	-ms-transform: 		scale(1.1);
	-webkit-transform: 	scale(1.1);
}

.preview:active{
	left:					-2px;
}

.next:active{
	right: 					-2px;
}



.scrolling-wrapper {
	position: 			relative;
	overflow-x: hidden;
}

.scroll-father{
	/* overflow:	hidden; */
	width:			100%;
	max-width:		100%;
	margin-bottom:	150px;
}

@media (max-width:601px){ 
	.texto-apoio:after{
		content: 		"Arraste para os lados"
	}
	
	.texto-apoio{
		font-size: 		16px;
        text-align:	 	center;
        display: inline-block;
        width: calc(100% - 35px)
	}
	
	.imageLarge{
		max-height:		400px;
	}
	
	.scrolling-wrapper { 
		overflow: 		scroll;
		width:			100%;
		
		-webkit-overflow-scrolling: touch;
	}
	
	.setas{
		display: 			block;
		margin: 			20px 0px 20px 0px;
		width: 				100%;
		height:				auto;
		font-size:			16px;
	}
}

@media all and (min-width:550px){
    .setas {
        display: none;
    }
}


main table{
    width: 100%;
    margin-top: 20px;
}

main table td {
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	400;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    
}

main table td.small {
    width: calc(100%/4);
    text-align: left;
    font-weight: 700;
}

main table tr:nth-child(even) {
    background-color: #f5f5f5;
    
}

main table td.tabela-subtitulo{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	700;
    font-size: 10px;
    background-color: #f47e5e;
    color: #fff;
    margin-top: 20px;
}

@media all and (min-width: 500px) {
    main table td.tabela-subtitulo{
    font-size: 14px;
    }
}