
.portal {
	background-color: #3E4095;
}

.livro {
	background-color: #47B976;
}

.duvidas {
	background-color: #62169A;
}

.clube-de-beneficios {
	background-color: rgba(79, 15, 234, 0.9);
}

.agenda {
	background-color: #00AFEF;
}

.menus {
	width:100%; 
	height:200px;
	margin-top: -30px;
	margin-bottom: -35px;
}

.titulo_menu {
	font-size: 38px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-family: arial;
	margin-left: 16px;
	margin-top: 12px;
	line-height: 40px;
}

.subtitulo_menu {
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-family: arial;
	margin-top: -5px;
	margin-left: 16px;
}


.botao_menu {
	color: #fff;
	font-family: arial;
	font-size: 18px;
	background-color: #EC268F;
	padding: 10px;
	border: none;
    cursor: pointer;
    float: left;
    margin-left: 16px;
}

.botao_menu:hover {
	color: #fff;
	font-family: arial;
	font-size: 18px;
	background-color: #E66CA8;
	padding: 10px;
	border: none;
    cursor: pointer;
    float: left;
}

.duvida_menu {
	font-size: 18px;
	font-family: arial;
	background-color: #fff;
	border: 2px double #fff;
	border-radius: 100px;
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.duvida_menu:hover {
	transform: scale(1.2);
    transition: all 0.5s;
}

.div_topo {
	width: 100%;
	height: 135px;
	float: left;
} 

.div_fim {
	width: 100%;
	height: 65px;
	float: left;
	margin-bottom: -50px;
}

.imagem {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
}


.espaco {
	width:100%; 
	height:100px;
}

.titulo_modal_portal {
	font-size: 26px;
	color: #4B4B4D;
	text-align: center;
	font-family: arial;
	margin-bottom: -10px;
}

.unidade_modal_portal {
	color: #fff;
	background-color: #727376;
	border-radius: 50px;
	width: 100%;
	padding: 25px;
	margin-bottom: 10px;
}

.unidade_modal_portal:hover {
	color: #fff;
	background-color: #9C9DA1;
	border-radius: 50px;
	width: 100%;
	padding: 25px;
	margin-bottom: 10px;
}

.unidade_titulo_modal_portal {
	float: left;
	color: #fff;
	margin-top: -12px;
	font-family: arial;
	font-size: 20px;
}

.unidade_acesso_modal_portal {
	float: right;
	color: #fff;
	margin-top: -10px;
	font-family: arial;
	font-size: 16px;
}

.unidade_modal_portal_duvida {
	color: #fff;
	background-color: #00AFEF;
	border-radius: 50px;
	width: 100%;
	padding: 25px;
	margin-bottom: 10px;
}

.unidade_modal_portal_duvida:hover {
	color: #fff;
	background-color: #6FCAEB;
	border-radius: 50px;
	width: 100%;
	padding: 25px;
	margin-bottom: 10px;
}

.pergunta {
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	word-break: normal;
	width: 200px;
}

.tutorial {
	width: 320px;
}

@media only screen and (max-width: 800px) {
 	
 	.menus {
		width:95%; 
		height:200px;
		margin-top: -30px;
		margin-bottom: -35px;
	}

	.titulo {
		margin-top: -55px;
		font-size: 34px;
	}

	.imagem {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 155px;
		opacity: 0.4;
		z-index: 0;
	}

	.titulo_menu {
		font-size: 30px;
		color: #fff;
		text-align: left;
		font-weight: bold;
		font-family: arial;
		margin-left: 16px;
		margin-top: 12px;
		line-height: 30px;
	}

	.subtitulo_menu {
		font-size: 14px;
		color: #fff;
		text-align: left;
		font-family: arial;
		margin-top: 0px;
		margin-left: 16px;
	}

	.botao_menu {
		color: #fff;
		font-family: arial;
		font-size: 14px;
		background-color: #EC268F;
		padding: 10px;
		border: none;
	    cursor: pointer;
	    float: left;
	    margin-left: 16px;
	}

	.botao_menu:hover {
		color: #fff;
		font-family: arial;
		font-size: 14px;
		background-color: #E66CA8;
		padding: 10px;
		border: none;
	    cursor: pointer;
	    float: left;
	    margin-left: 16px;
	}

	.menus {
		width:100%; 
		height:180px;
		margin-top: -30px;
		margin-bottom: -40px;
	}

	.div_topo {
		width: 100%;
		height: 120px;
		float: left;
		z-index: 1;
	} 

	.div_fim {
		width: 100%;
		height: 50px;
		float: left;
		margin-bottom: -50px;
		z-index: 1;
	}

	.duvida_menu {
		font-size: 18px;
		font-family: arial;
		background-color: #fff;
		border: 2px double #fff;
		border-radius: 100px;
		width: 28px;
		height: 28px;
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		cursor: pointer;
	}

	.duvida_menu:hover {
		transform: scale(1.2);
	    transition: all 0.5s;
	}

	.unidade_titulo_modal_portal {
		float: left;
		color: #fff;
		margin-top: -10px;
		font-family: arial;
		font-size: 14px;
		line-height: 20px;
	}

	.unidade_acesso_modal_portal {
		float: right;
		color: #fff;
		margin-top: -10px;
		font-family: arial;
		font-size: 0px;
	}

	.pergunta {
		text-align: left;
		text-decoration: none;
		cursor: pointer;
		font-size: 16px;
		word-break: normal;
		white-space: normal;
		line-height: 23px;
	}

	.tutorial {
		width: 100%;
	}

}
