a{
	text-decoration: none;
	color: inherit;
}

#open-science-movement{
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 25px;
}

#open-science-definition > div, #open-science-advantages > div, #open-science-description > div, #open-science-map > div{
	width: 80%;
	margin: 0 auto;
	text-align: justify;
}

#open-science-definition, #open-science-map{
	background-color: white;
	padding: 20px 0px;
}

#open-science-definition a, #open-science-map a{
	color: #2a88b7;
}

#open-science-advantages{
	background-color: #ed9221;
	padding: 20px 0px;
	color: white;
}

#advantages-group{
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}

.advantage{
	background-color: #efa74b;
	border-radius: 5px;
	text-align: center;
	font-size: 11px;
	padding: 0px 20px;
	display: table-cell;
	width: calc(90% / 4);
}

.advantage > div{
	height: 50px;
}

.advantage > div > img{
	margin-top: 15px;
}

#open-science-advantages > div > p{
	text-align: center;
	font-weight: bold;
}

#open-science-description{
	background-color: #2a88b7;
	padding: 20px 0px;
	color: white;
}

#open-science-description a{
	color: #072635;
}

#chartdiv{
	width: 100%;
	height: 500px;
	padding: 20px 0px 40px 0px;
}

.boxlink{
	width: 16%;
	height: 25px;  
	text-decoration: none;
	text-align:center;
	padding: 10px;
	font-size: 12px;
	color: white !important;
	background-color: #2a88b7;
	border-radius: 6px;
	border: 2px solid #2a88b7;
	float: left;
	margin-left: 1%;
	line-height: initial;
	display: flex;
    align-items: center;
}

.boxlink > span{
	display: block;
	width: 100%;
}

.boxlink:hover{
	color: #ffffff;
	background-color: #072635;
}




#background-menu{
	width: 100%;
	height: 250px;
	background-image: url(/okp/goap/core/themes/goap/images/menu/fondo-oaworldwide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#page-information{
	height: calc(100% - 100px);
    margin-top: 50px;
}

#submenu > div{
	width: 90%;
}

@media only screen and (max-width: 599px) {
	#background-menu {
		height: 250px;
	}
	
	#advantages-group{
		display: block;
	}
	
	.advantage{
		display: block;
		width: 85%;
	}
	
	.advantage > p{
		padding-bottom: 15px;
		line-height: 16px;
	}
	
	#chartdiv{
		height: auto;
		width: 90%;
		margin: 0 auto;
	}
	
	.pnl-tabla-colprod{
		width: 100%;
	}
	
	.boxlink{
		width: 100%;
		height: 20px;
		margin-left: 0;
		margin-bottom: 20px;
		border: none;
		padding: 10px 0px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#advantages-group{
		display: block;
	}
	
	.advantage{
		display: block;
		width: 90%;
		font-size: 12px;
	}
	
	.advantage > p{
		padding-bottom: 15px;
		line-height: 16px;
	}
	
	#chartdiv{
		height: 260px;
		width: 90%;
		margin: 0 auto;
	}
	
	.pnl-tabla-colprod{
		width: 100%;
	}
	
	.boxlink{
		width: 100%;
		height: 20px;
		margin-left: 0;
		margin-bottom: 20px;
		border: none;
		padding: 10px 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#chartdiv{
		height: 340px;
		width: 90%;
		margin: 0 auto;
	}
	
	.pnl-tabla-colprod{
		width: 80%;
		margin: 0 auto;
	}
	
	.boxlink{
		width: 100%;
		height: 25px;
		margin-left: 0;
		margin-bottom: 25px;
		border: none;
		padding: 10px 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#chartdiv{
		height: 440px;
		width: 90%;
		margin: 0 auto;
	}
	
	.pnl-tabla-colprod{
		width: 100%;
	}
	
	#open-science-map > div{
		width: 90%;
	}
}

@media only screen and (min-width: 1200px) {}