* {
	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 {
	opacity: 0;
}

.swiper-slide-active h4 {
	font-family: "Flama", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #8b6166;
	opacity: 1;
	transition: all 0.1s ease-in-out 0.05s;
}
.swiper-slide .dots {
	opacity: 0;
		transition: all 0.3s ease-in-out 0.1s;
}

.swiper-slide-active .dots {
	opacity: 1;
}

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

p {
	font-size: 16px;
}

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

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

.ativo {
	color: #8b6166;
}

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

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

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

.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;
}

.next {
	visibility: hidden;
}

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

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

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

img {
	position: absolute;
}

.line {
	position: absolute;
	width: 1px;
	height: 236px;
	background: white;
	left: 50%;
	z-index: 1;
	border:none;
	border-left: 2px dotted #e5e5e5;
}

.container-legend strong {
	font-weight: 500;
}

.container-legend {
	padding-top: 8px;
	position: absolute;
	right: 0px;
	width: 165px;
	height: 220px;
	border-right: 23px solid white;
	text-align: right;
	font-size: 15px;
	color: #4c4c4c;
	z-index: 10;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(19%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.pib {
	padding-bottom: 2px;
}

.country-eua {
	font-weight: 600;
	color: #cb9181;
}

.country-chi {
	font-weight: 600;
	color: #f0c88b;
}

.country-bra {
	font-weight: 600;
	color: #becda9;
}

.country-mex {
	font-weight: 600;
	color: #b4a0b8;
}

.country-arg {
	font-weight: 600;
	color: #a6b8c6;
}

/*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;
	}

	.container-legend {
	width: 145px;
	}
}
