* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


a {
	text-decoration: none;
	color: #005f93;
}

h1 {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	color: #4c4c4c;
}

h2 {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	color: #4c4c4c;
	padding-bottom: 12px;
}

h3 {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	padding: 0;
	color: #4c4c4c;
}

h4 {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #8b6166;
}


body {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
}

.swiper-container.text img {
	height: 80%;
	padding-right: 33.8px;
}

p {
	font-size: 16px;
}

.swiper-container.year .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-container.chart .swiper-slide {
	padding: 0;
}

/* Added */
.swiper-container.chart .swiper-slide:not(.swiper-slide-active) {
	cursor: pointer;
}

.ativo {
	color: #8b6166;
}

.container {
	width: 100%;
	margin: auto;
}

.swiper-container {
    width: 100%;
}

.swiper-container.year {
	height: 60px;
}

.swiper-container.chart{
	height: 260px;
}

.swiper-container.text {
	height: 80px;
	background-color: #eef3f3;
	border-radius: 0px 0px 10px 10px;
}

.card {
	height: auto;
	margin: auto;
	border: 1px solid #cecece;
	border-radius: 10px;
	box-shadow: 1px 1px 10px #f4f4f4;
	position: relative;
	margin-bottom: 12px;
}

.arrows {
	top: 10px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 2;
	width: 100%;
	pointer-events: none;
}

.prev, .next {
	padding: 8 16;
	color: #cecece;
	cursor: pointer;
	outline-color: transparent;
 	outline-style: none;
 	pointer-events: all;
 	-webkit-user-select: none;
}

.swiper-slide {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	padding: 0 20 0 20;
	color: #898989;
	display: flex;
	flex-direction: column;
}

.credit {
	font-size: 12px;
	color: #999999;
	padding-top: 2px;
}

.mandato {
	font-size: 14px;
	font-weight: 400;
	color: #4c4c4c;
}

.container-presidente {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 6px;
}

.presidente {
	text-align: center;
}

.periodo {
	padding-top: 5px;
	text-align: right;
	width: 82px;
}

.triangle {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0px;

}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eef3f3;
}

.ano {
	position: absolute;
	top: 16px;
	text-align: center;
}

.number {
	visibility: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #8b6166;
	text-align: center;
}

.bar {
	height: 100px;
	background: #8b6166;
	opacity: 0.12;
}

.swiper-container.chart .swiper-slide-active .number {
	visibility: visible;
}

.swiper-container.chart .swiper-slide-active .bar {
	opacity: 1;
	transition: all 0.3s ease-in-out 0.05s;
}

.swiper-container.chart .swiper-slide {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.trimester {
	width: 25%;
	height: 100%;
	position: relative;
}

.bar-wrapper {
	position: absolute;
	width: 100%;
	padding: 0 4px;
}

.bar-wrapper.positive {
	bottom: 50%;
}

.bar-wrapper.negative {
	top: calc(50% - 1px);
}

.bar-wrapper.negative .bar {
	background: #b6292f;
}

.bar-wrapper.negative .number {
	color: #b6292f;
}

.swiper-container.chart {
	position: relative;
}

.line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ccc;
	bottom: 50%;
	z-index: 2;
}

/*IPAD*/
@media (max-width: 700px) and (min-width: 451px) {
	nav {
		width: 350px;
		margin: auto;
	}
	.swiper-slide {
/*		padding: 0 60 0 60;*/
	}
}

/*DESK*/
@media (min-width: 701px){
	p {
		font-size: 18px;
	}

	.container {
		max-width: 800px;
	}
}

/*IPHONE 5/SE*/
@media only screen and (max-width: 322px){
	nav {
		font-size: 15px;
	}

	p {
		font-size: 15px;
	}

	.swiper-slide {
		font-size: 16px;
	}

	.number {
		font-size: 12px;
	}
}
