*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html{
	font-family: "Open-sans";
	font-size: 62.5%;
}

.col1 {
	font-family: "Open-sans";
	font-size: 1.2rem;
}

.pais_txt{
	font-family: "Open-sans", Tahoma, Verdana, sans-serif;
	font-size: 1.6rem;
}

.container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width:80%;
}

.container_in{
	font-family: "Open-sans";
	font-size: 1.2rem;
	margin: 0.5rem;
}
.col_dsc{
	text-align: left;
	position: relative;
	margin-right: 0;
	
}
.item_obs{
	font-family: "Open-sans", Tahoma, Verdana, sans-serif;
	font-size: 1 rem;
	font-weight: lighter;
	text-align: justify;
	
}

.col_obs{
	width: 85%;
	position: relative;
	margin-left: 10%;
}

.item_dsc{
	font-family: "Open-sans", Tahoma, Verdana, sans-serif;
	font-size: 1 rem;
	font-weight: lighter;
	text-align: left;	
	width: 100%
}

.item_dsc a{
	text-decoration: none;
}

.item_dsc a:hover{
	background-color: #f7b202;
}

.item_pais{
	font-family: "Open-sans", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

.tabla_ev{
	margin-left: 50px;
}
