@font-face {
    font-family: 'RepsolSoleTextRegular';
    font-style: normal;
    font-weight: normal;
    src: url('SoleRepsolText_W_Rg.woff') format('truetype');
    font-display: swap;
}
#contenedor *{
    font-family: "RepsolSoleTextRegular";
}
#contenedor{
    width: 100%;
    max-width: 1280px;
    height: 400px;
}
#flot-placeholder{
    width: 100%;
    height: 100%;
}
.pais{
    background-color: rgba(255, 255, 255, .8);
    border-radius: 4px;
    padding: 1px 3px;
}
@media (max-width: 415px) {
	#contenedor{
		height: 380px;
	}
}
@media (max-width: 376px) {
	#contenedor{
		height: 350px;
	}
}
@media (max-width: 321px) {
	#contenedor{
		height: 300px;
	}
}






