#background-menu{
	width: 100%;
	height: 250px;
	background-image: url(/okp/goap/core/themes/goap/images/menu/fondo-resouceg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#page-information {
    height: calc(100% - 100px);
}

#submenu > div{
	width: 80%;
}

#submenu{
	bottom: 0px;
    background-color: initial;
}

.submenu-goap{
	top: 215px;
}

#submenu .link-menu{
	padding: 0px 10px 0px 25px;
}


/*     COMPONENT     */
#cure-component{
	width: 80%;
	margin: 0 auto;
	font-family: Verdana;
    font-size: 12px;
    margin-top: 30px;
}

#title-component{
	color: #2a88b7;
	font-size: 18px;
}

.tab {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	display: inline-flex;
}

/* Style the buttons inside the tab */
.tab button {
	color: #8e8e8e;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 16px 16px;
	background-color: transparent;
}

/* Change background color of buttons on hover */
.tab button:hover {
	border-bottom: 2px solid #2a88b7;
}

/* Create an active/current tablink class */
.tab button.active {
	border-bottom: 2px solid #2a88b7;
	color: #2c2c2c;
}

/* Style the tab content */
.tab-content {
	display: none;
	padding: 6px 12px;
	
}
.tab-content a {
	padding: 10px;
	margin: 0px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: #2c2c2c;
}
.tab-content a:nth-child(even) {
	background-color: #c1d6e7;
}
.tab-content a:nth-child(odd) {
	background-color: #FFF;
}
.tab-content a:hover{
	background-color: #2a88b7;
	color: #FFF;
}

.cards{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center
}
.small-card{
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
	width: 20%;
	margin: 15px 20px;
	padding: 10px;
}
.small-card header{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 1px 0px;
}
.small-card-container{
	min-height: 90px;
	max-height: 90px;
	overflow: hidden;
}
.small-card footer{
	text-align: center;
	padding: 10px 0px;
}
.small-card footer a{
	background-color: #2a88b7 !important;
	color: white;
	padding: 7px 20px;
	border-radius: 5px;
	display: block;
	text-align: center;
	border: none;
	text-decoration: none;
	font-size: 12px;
}

@media only screen and (max-width: 599px) {
	.cards{
		display: block;
	}
	.small-card {
    	width: 95.333%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	.small-card {
    	width: 39.333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.small-card {
    	width: 26.333%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.small-card {
    	width: 24.333%;
    }
}

@media only screen and (min-width: 1200px) {
	.small-card {
    	width: 19.333%;
    }	
}