@font-face{
	font-family:'Muller Regular';
	src: url('../fontes/Muller/Muller Regular.otf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Muller Bold';
	src: url('../fontes/Muller/Muller Bold.otf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Muller ExtraBold';
	src: url('../fontes/Muller/Muller ExtraBold.otf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Muller Medium';
	src: url('../fontes/Muller/Muller Medium.otf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Muller Light';
	src: url('../fontes/Muller/Muller Light.otf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'OpenSans Regular';
	src: url('../fontes/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'OpenSans Light';
	src: url('../fontes/OpenSans/OpenSans-Light.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'OpenSans Semibold';
	src: url('../fontes/OpenSans/OpenSans-Semibold.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
body, input, textarea, select, button, h2, p {
	font-synthesis:none;
	-webkit-font-feature-settings:'kern';
	-moz-font-feature-settings:'kern';
	font-feature-settings:'kern';
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* -webkit-font-smoothing: subpixel-antialiased; */
}


img {
	border: none;
	outline: none;
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	margin-top: 100px;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper2 {
	max-width: 1900px;
	margin: 0 auto;
}
.mostra {
	display: block !important;
}

main {
	transition: left 500ms;
	position: relative;
	left: 0px;
	z-index: 1;
	background-color: #fff;
	overflow-x: hidden;
}
header {
	transition: left 500ms;
	z-index: 2;
}
footer {
	position: relative;
	transition: left 500ms;
	z-index: 2;
	overflow-x: hidden;
	left: 0px;
}
.desliza {
	left: -245px;
}
.desliza_visivel {
	left: -245px;
	overflow-x: visible;
}

/* Header */

header {
	height: 100px;
	background-color: #001C35;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*z-index: 1000;*/
	z-index: 2;
}
#sub_linguas {
	position: relative;
}
#sub_header {
	/*position: relative;*/
	height: 100px;
	line-height: 100px;
	box-sizing: border-box;
	display: table;
	width: 100%;
}
/*#sub_header:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
} */
#header_col1, #header_col2 {
	display: table-cell;
	vertical-align: middle;
}
#header_col1 {
	width: 205px;
	padding-left: 50px;
	/*padding-top: 25px;*/
}
#header_col2 {
	padding-right: 50px;
	text-align: right;
}
/*#header_col1 a {
	line-height: normal;
	text-decoration: none;
}*/
/*#header_col1 img {
	vertical-align: middle;
	border: none;
} */

#div_logo {
	width: 205px;
	height: 51px;
	background-image: url('../img/logo_uhc.png');
	background-repeat: no-repeat;
}
/*#logo {
	vertical-align: middle;
	margin-left: 50px;
}*/

/* Menu principal */

#linguas {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1000;
	line-height: normal;
}
#linguas a {
	background-color: #6179af;
	text-decoration: none;
	/*display: inline-block;
	width: 30px;
	text-align: center;
	height: 21px;
	line-height: 21px;*/
	color: #001C35;
	font-size: 0.75em;
	font-family:'Muller Regular', sans-serif;
	padding: 5px 10px 3px 10px;
    vertical-align: middle;
}
#linguas a:hover {
	background-color: #3DB5EE;
}

/* main */

#home_wrap {
	height: calc(100vh - 180px);
	background-image: url('../img/home.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
#pag_home .conteudo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	/*position: relative;*/
	box-sizing: border-box;
}
#home_conteudo {
	position: relative;
}
#welcome {
	position: absolute;
	text-align: center;
/*	top: calc(((100vh - 180px - 192px)/2)/2 - 22px);*/
/*	top: calc(((100vh - 180px - 192px)/2)/2 - 10px); */
	top: -65px;
	left: 0;
	width: 100%;
}
#welcome_texto {
	color: #fff;
	border: 2px solid #fff;
	padding: 11px 20px 9px 20px;
	display: inline-block;
	/*margin-bottom: 50px;*/
	text-decoration: none;
	/* font-family:'Muller Light', sans-serif; - old */
	font-family:'Muller Medium', sans-serif;
	/*font-weight: bold;*/
	transition: all 1s;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	/* alinhar ao centro */
}
/*#welcome a:hover {
	color: #fff;
	background-color: rgba(0,28,53,0.75);
	border-color: rgba(0,28,53,0.75);
}*/
.citacao {
	/*font-family:'Muller Bold', sans-serif;*/
	font-family:'Muller ExtraBold', sans-serif;
	font-size: 3.25em;
	/*margin: 0 0 8px 0;*/
	color: #fff;
	line-height: 1.3em;
	letter-spacing: 0.025em;
	max-width: 810px;
    margin: 0 auto;
}
.citacao_realce {
	color: #BFFF4C;
}
.autor {
	/*font-family:'Muller Light', sans-serif;*/
	font-family:'Muller Medium', sans-serif;
	color: #fff;
	font-size: 0.85em;
	margin-top: 50px;
	letter-spacing: 0.1em;
}

/* footer */

footer {
	height: 80px;
	background-color: #BFFF4C;
}
#sub_footer {
	line-height: 80px;
	height: 80px;
	padding-left: 50px;
	padding-right: 50px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#sub_footer_esq, #sub_footer_dir {
	display: table-cell;
	vertical-align: middle;
}
#sub_footer_dir p {
	text-align: right;
	color: #001C35;
	font-size: 0.65em;
	font-family:'Muller Regular', sans-serif;
	letter-spacing: 0.1em;
	line-height: normal;
}
#sub_footer_esq p {
	line-height: normal;
}
#follow_us {
	color: #001C35;
	font-size: 0.85em;
	text-decoration: none;
	/*font-family:'Muller Regular', sans-serif;*/
	font-family:'Muller Medium', sans-serif;
	letter-spacing: 0.1em;
	margin-right: 20px;
}
/*.social_networks {
	margin-left: 10px;
} */
.social_networks:not(:last-of-type) {
		margin-right: 10px;
}
.social_networks i {
	border: 2px solid #000;
	border-radius: 50%;
	color: #001C35;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition: all 1s;
}
.social_networks:hover i {
	color: #fff;
	background-color: #001C35;
}

/* Cookies */
.cookies {
	text-align: center;
	width: 100%;
	height: 80px;
	/*line-height: 80px;*/
	background-color: #BFFF4C; /* rgba(191,255,76);*/
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.cookies_wrap {
	padding: 0 50px;
	box-sizing: border-box;
}
.div_cookies {
	display: table;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}
.texto_cookies, .botao_cookies {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;	
}
.texto_cookies {
	text-align: left;
	width: 80%;
	padding-right: 20px;
}
.botao_cookies {
	text-align: right;
	width: 20%;
}
.texto_cookies p {
	font-family: 'OpenSans Regular', sans-serif;
	font-size: 0.8em;
	color: #001C35;
	line-height: 1.4em;
}
.texto_cookies a {
	text-decoration: none;
	font-weight: bold;
}
#btCookies {
	height: 30px;
    line-height: 30px;
    padding: 1px 20px 0 20px;
    font-family: 'Muller Medium', sans-serif;
    font-size: 0.90em;
    color: #001C35; /* #6179AF;*/
	background-color: #fff;
	border: none;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: top;
    transition: all 1s;
	cursor: pointer;
}
#btCookies:active, #btCookies:focus {
	outline: none;
}
#btCookies:hover {
	background-color: #001C35;
	color: #fff;
}

/* História, Quality Management, Equipa */

#titulo_quad {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 35px 8px 35px; 
	display: inline-block;
	margin: 60px 0 30px 0;
	text-decoration: none;
	/*font-family:'Muller Regular', sans-serif;*/
	font-family:'Muller Medium', sans-serif;
	/*transition: all 1s;*/
	font-size: 0.9em;
	letter-spacing: 0.045em;
}
.texto_destaque {
	/*font-family: 'Muller Medium', sans-serif;*/
	font-family: 'Muller Bold', sans-serif;
	font-size: 1.55em;
	margin-bottom: 20px;
	line-height: 1.4em;
	letter-spacing: 0.025em;
}
.historia_t1 {
	color: #3DB5EE;
}
.texto_subdestaque {
	/*font-family: 'OpenSans Light', sans-serif;	*/
	font-family: 'OpenSans Regular', sans-serif;
	color: #6179AF;
	margin-bottom: 20px;
	line-height: 1.5em;
	letter-spacing: 0.023em;
	font-size: 1em;	
}
.historia_t2 {
	color: #6179AF;
}
.gestqual_t1 {
	color: #3DB5EE;
}
.gestqual_t2 {
	color: #6179AF;
}

/* História */

#historia_wrap {
	height: calc(100vh - 180px);
	background-color: #021F49; /* diferente */
/*	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
	width: 100%;
	display: table;
}
.pag_historia .conteudo {
	/*display: table-cell;
	vertical-align: middle;	
	width: 100%;
	height: 100%;*/
}
.pag_historia .conteudo .texto {
	/*display: table;*/
	text-align: center;
	max-width: 810px;
	margin: 0 auto;
	box-sizing: border-box;
}
#grafico_historia {
	text-align: left;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
}
#historia_datas {
	height: 25px;
	width: 100%;
	position: relative;
	margin-top: 140px;
}
#historia_linha {
	height: 1px;
	width: 100%;
	margin: 85px 0;
	background-color: #3DB5EE;
}
.circulo_ext {
	width: 25px;
	height: 25px;
	border: 2px solid #3DB5EE;
	border-radius: 50%;
}
.circulo_int {
	width: 17px;
	height: 17px;
	border: 4px solid #021F49;
	border-radius: 50%;
	background-color: #021F49;
	cursor: pointer;
}
.circulo_int:hover, .circulo_int_activo {
	background-color: #3DB5EE;
}
.historia_img {
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 50%;
	max-width: none;
	transform: translate(-50%, 0%);
}
.circulo_int:hover ~ img, .circulo_int_activo_imagem {
	visibility: visible;
}
.historia_data_div {
	position: absolute;
	top: -116px;
	text-align: center;
	padding-top: 75px;
}
#circulo_ext1 {
	left: 0;
}
#circulo_ext2 {
	left: calc(20% - 6px);
}
#circulo_ext3 {
	left: calc(40% - 12px);
}
#circulo_ext4 {
	left: calc(60% - 18px);
}
#circulo_ext5 {
	left: calc(80% - 24px);
}
#circulo_ext6 {
	right: 0;
}
#historia_datas span {
	color: #fff;
	font-size: 0.75em;
	/*font-family:'Muller Light', sans-serif;*/
	font-family:'Muller Regular', sans-serif;
	display: inline-block;
	margin-bottom: 10px;
}
.hist_cont {
	display: none;
}

/* Gestão da qualidade, Visão */

.sub_titulo {
	color: #021F49;
	margin-bottom: 10px;
	font-size: 1.55em;
	font-family:'Muller Bold', sans-serif;
	/*font-weight: bold;*/
}

/* Gestão da qualidade */

.gestqual main {
	background-color: #021F49;
/*	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	width: 100%;
}
.gestqual .conteudo {
	/*display: table;*/
	text-align: center;
	max-width: 810px;
	margin: 0 auto;
	/*height: 100%;*/
	box-sizing: border-box;
}
#gestqual_b {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 30px;
	display: inline-block;
	margin: 20px 0;
	text-decoration: none;
	font-family:'Muller Regular', sans-serif;
	/*font-weight: bold;*/
	transition: all 1s;
	font-size: 1.15em;
}
.gestqual_cont2 {
	background-color: #002049;
	width: 100%;
	margin-top: 50px;
}
.cont_baixo {
	display: table;
	width: 100%;
	box-sizing: border-box;
	/*margin-right: 50px;*/
}
.cont_baixo_ima {
	background-color: #002049;
	background-image: url('../img/qm.png');
	background-position: center center;
	background-size: cover;
	display: table-cell;
	width: 47%;
	text-align: center;
	vertical-align: middle;
}
.cont_baixo_ite {
	background-color: #fff;
	display: table-cell;
	width: 53%;
	padding: 50px 50px 30px 50px;
}
.cont_baixo_ite li {
	color: #6179AF;
	margin-bottom: 12px;
	font-family:'OpenSans Regular', sans-serif;
	line-height: 1.5em;
	margin-left: 33px;
	font-size: 1em;
	letter-spacing: 0.023em;
}
.cont_baixo_ite li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 0.8em;
	color: #021F49;
	border: 1px solid #021F49;
	border-radius: 50%;
	margin-right: 1em;
	margin-left: -2.4em;
	padding: 2px;
}

/* Visão, O que fazemos, Grupo, Medicamentos */

.barra {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
}
.barra_legenda {
	padding-left: 50px;
	box-sizing: border-box;
}
.barra_legenda p {
	font-family:'Muller Bold', sans-serif;
	font-size: 1.55em;
	width: 60%;
	color: #fff;
	line-height: 1.3em;
}
.barra_legenda2 p {
	/*font-family:'Muller Medium', sans-serif;*/
	font-family:'Muller Bold', sans-serif;
	font-size: 2.45em;
	letter-spacing: 0.023em;
	word-spacing: 0.08em;
}
.barra_legenda3 p {
	/* font-family:'Muller Medium', sans-serif; */
	font-family:'Muller Bold', sans-serif;
	font-size: 1.60em;
	letter-spacing: 0.025em;
	word-spacing: 0.083em;
}

/* O que fazemos */
#pag_oquefazemos main {
	position: relative;
}
#pag_oquefazemos .barra {
	background-image: url(../img/oquefazemos_1920.png);
}
#pag_oquefazemos .conteudo {
	background-color: #fff;
}
#pag_oquefazemos .barra_legenda {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#pag_oquefazemos .barra_legenda p {
	width: 65%;
}
.fazemos_cont_texto {
	display: table;
	width: 100%;
}
.fazemos_sec_esq, .fazemos_sec_dir {
	width: 50%;
	display: table-cell;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	padding-left: 40px;
}
.fazemos_sec_esq {
	padding-left: 50px;
	padding-right: 40px;
}
.fazemos_cont_texto p {
	font-size: 1em;
	font-family: 'OpenSans Regular', sans-serif;
	color: #6179AF;
	line-height: 1.5em;
	letter-spacing: 0.023em;
	margin-bottom: 20px;
}
.fazemos_sec_dir {
	padding-right: 50px;
}

/* Visão */

#pag_visao .barra {
	background-image: url(../img/visao_1920.png);
}
#pag_visao .conteudo {
	background-color: #fff;
}
.visao_cont_texto {
	display: table;
	width: 100%;
}
.visao_sec_esq, .visao_sec_dir {
	width: 50%;
	display: table-cell;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.visao_sec_esq {
	padding-left: 50px;
	padding-right: 80px;
}
.visao_sec_esq p {
	font-size: 1.25em;
	/*font-family:'Muller Medium', sans-serif;*/
	font-family:'Muller Bold', sans-serif;
	color: #6179AF;
	line-height: 1.5em;
	margin-bottom: 20px;
	letter-spacing: 0.023em;
}
.visao_sec_dir {
	padding-right: 50px;
}
.visao_texto, .contactos_texto {
	margin-bottom: 20px;
	color: #6179AF;
	font-family:'OpenSans Regular', sans-serif;	
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.023em;
}
.values li {
	color: #6179AF;
	margin-bottom: 10px;
	font-family:'Muller Regular', sans-serif;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.023em;
}
.values li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 0.7em;
	color: #021F49;
	border: 1px solid #021F49;
	border-radius: 50%;
	margin-right: 1em;
	padding: 2px;
}

/* Grupo */

#pag_grupo .barra {
	background-image: url(../img/grupo_1920.png);
}
#pag_grupo .conteudo {
	color: #fff;
	padding-bottom: 1px;
}
.menu_empresas {
	display: table;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.empresas_tab {
	display: table-cell;
/*	width: 33.333%;*/
	width: 50%;
	color: #6179AF;
	background-color: #f2f2f2;
	/*font-family:'Muller Regular', sans-serif;*/
	font-family:'Muller Medium', sans-serif;
	font-size: 0.90em;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.06em;
}
.empresas_tab:hover {
	color: #fff;
	background-color: #001C35;
}
.empresas_tab:not(:last-child) {
	border-right: 1px solid #fff;
}

.empresas_activo {	
	color: #fff;
	background-color: #6179AF;
}
.grupo_textos {
	margin-bottom: 50px;
	padding: 0 50px;
	box-sizing: border-box;
}
.empresa{
	display: none;	
}
.empresas_texto {
	/*padding: 0 50px;*/
	max-width: 810px;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
}
.grupo_t1 {
	color: #6179AF;
	font-weight: bold;
}
.grupo_t2 {
	color: #6179AF;
}
.site_empresa {
	text-align: right;
	margin-top: 40px;
}
.link_site_empresa, .med_dev_link, .nut_ler_mais_link {
	border: 1px solid #6179AF;
	text-decoration: none;
	height: 30px;	
	line-height: 30px;
	display: inline-block;
}
.texto_site_empresa, .med_dev_link_texto, .nut_ler_mais_texto {
	height: 30px;	
	line-height: 30px;
	padding: 1px 20px 0 20px;	
	/*font-family:'Muller Regular', sans-serif;*/
	font-family:'Muller Medium', sans-serif;
	font-size: 0.90em;
	color: #6179AF;
	letter-spacing: 0.06em;	
	display: inline-block;
	vertical-align: top;
	transition: all 1s;
}
.link_site_empresa:hover .texto_site_empresa, .med_dev_link:hover .med_dev_link_texto, .nut_ler_mais_link:hover .nut_ler_mais_texto {
	color: #fff;
	background-color: #6179AF;
}
.arrow_right {
	background-color: #6179AF;
	height: 30px;
	width: 30px;
	text-align: center;
	display: inline-block;
	/*vertical-align: middle;*/
	line-height: 30px;
	transition: all 1s;
}
.link_site_empresa:hover .arrow_right, .med_dev_link:hover .arrow_right, .nut_ler_mais_link:hover .arrow_right {
	background-color: #fff;
}

/* Equipa */

.equipa_texto {
	text-align: center;
	margin-bottom: 50px;
	background-color: #fff;
}
#pag_equipa #titulo_quad {
	color: #3DB5EE;
	border: 1px solid #3DB5EE;
}
.equipa_texto p {
	color: #021F49;
	font-family: 'Muller Bold', sans-serif;
	/*font-family: 'Muller Medium', sans-serif;*/
    line-height: 1.3em;
    font-size: 2.45em;
    letter-spacing: 0.023em;
    word-spacing: 0.08em;
	max-width: 600px;
	margin: 0 auto;
}
.equipa_fotos_base {
	background-color: #f1f1f1; /*#dcdcdc*/
	padding: 70px 0;
}
.equipa_fotos {
	text-align: center;
	margin: 0 50px;
	overflow: hidden;
}
.equipa_fotos img {
	vertical-align: top;
}
/*
.equipa_fotos_topo {
	overflow: hidden;
	margin: 0 auto 30px auto;
	display: inline-block;
}
.equipa_fotos_topo > div {
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
	float: left;
}
.equipa_fotos_baixo {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
} */
/*.equipa_fotos_baixo > div {*/
.foto_linha1 {
	position: relative;
	overflow: hidden;
/*	float: left;*/
	width: 18%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.foto_linha2 {
	position: relative;
	overflow: hidden;
	float: left;
	width: 18%;
	box-sizing: border-box;
	/*padding: 0 20px;*/
	margin: 0 1%;
}
.foto_linha2_t {
	border: 1px solid transparent;
}
.foto1 {
	margin-left: 30%;
}
.foto2 {
	margin-right: 30%;
}
.foto1, .foto2 {
	margin-bottom: 50px;
}
.quebra_foto_ini {
	clear: both;
}
.equipa_fotos img {
	vertical-align: top;
}
.equipa_desc {
	position: absolute;
	/*width: calc(100% - 40px);*/
	width: 100%;
	/*height: 100%;*/
	/*margin: 0 20px;*/
	/*background-color: rgba(61,181,238,0.5);*/
	z-index: 100;
	top: 70%;
	/*left: 20px;*/
	left: 0;
	right: 0;
	display: none;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}
/*.equipa_fotos_baixo > div:hover .equipa_desc, .equipa_fotos_topo > div:hover .equipa_desc {*/
.equipa_fotos > div:hover .equipa_desc {
	display: block;
}
.foto_ini, .foto_hover {
	/*max-width: 194px;*/
}
.equipa_fotos_topo .foto_ini, .equipa_fotos_topo .foto_hover {
	width: 180px;
}
.foto_hover {
	display: none;
}
.pessoa {
	color: #fff;
	/*font-family: 'Muller Medium', sans-serif;*/
	font-family: 'Muller Bold', sans-serif;
    font-size: 1.25em;
	letter-spacing: 0.03em;
	margin-bottom: 7px;
}
.cargo {
	color: #fff;
	/*font-family: 'Muller Light', sans-serif;*/
	font-family: 'Muller Medium', sans-serif;
    font-size: 0.6em;
	letter-spacing: 0.12em;
	line-height: 16px;
}

/* FAQ */

#pag_faq main {
	background-color: #fff;
	/*overflow: hidden;*/
}
.faq_conteudo {
	/*padding: 0 50px;*/
	padding: 50px 50px;
	box-sizing: border-box;
	position: relative;
	/*margin-bottom: 50px;
	margin-top: 50px;*/
}
#pag_faq #titulo_quad {
	color: #3DB5EE;
	border: 1px solid #3DB5EE;
	position: absolute;
	top: 50px;
	left: 50px;
	margin-top: 0;
}
.questoes {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}
.questao {
	overflow: hidden;
    border-top: 1px solid #B9BED6;
	padding: 20px 0;	
}
.questao:last-child {
	border-bottom: 1px solid #B9BED6;
}
.questao_conteudo {
	float: left;
	width: calc(100% - 43px);
}
.questao_titulo {
	color: #6179AF;
	/*font-family: 'Muller Medium', sans-serif;*/
	font-family: 'Muller Bold', sans-serif;
	font-size: 1.55em;
	cursor: pointer;
    line-height: 1.4em;
	letter-spacing: 0.025em;
}
.questao_titulo2 {
	color: #3DB5EE;
}
.questao_texto {
	color: #6179AF;
	font-family: 'OpenSans Regular', sans-serif;
	display: none;
	margin-top: 11px;
	line-height: 1.5em;
	font-size: 1em;
	letter-spacing: 0.023em;
}
.questoes .fa-plus, .questoes .fa-times {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 0.85em;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	padding: 2px;
	color: #3DB5EE;
	border: 2px solid #3DB5EE;	
}
.questoes .fa-plus {
	line-height: 16px;
}
.questoes .fa-times {
	line-height: 14px;
}
/*.questoes .fa-plus {
	color: #3DB5EE;
	border: 2px solid #3DB5EE;
}*/
.questoes .fa-times {
	display: none;	
}

/* Contacto */
#pag_contacto {
	background-color: #fff;
}
.mapa {
    width: 100%;
}
#mapa_google {
	width: 100%;
	height: 380px;
}
#contacto_conteudo {
	/*background-color: #6179AF;*/
	background-color: #fff;
}
#contactos_info {
	padding: 50px 50px 30px 50px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}
.contactos_info_col {
	display: table-cell;
}
.contactos_info_col1 {
	width: 30%;
}
.contactos_info_col2 {
	width: 26%;
}
.contactos_info_col3 {
	width: 22%;
}
.contactos_info_col4 {
	width: 18%;
}
/*.contactos_info_col h2 {
	color: #021F49;
	font-family: 'Muller Regular', sans-serif;
	font-size: 1.55em;
	letter-spacing: 0.06em;
}
.contactos_info_col p {
	font-family:'OpenSans Regular', sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	color: #021F49;
}*/
#contactos_texto_telefone {
	margin-bottom: 0;
}
#pag_contacto #titulo_quad {
	margin: 0;
	color: #3DB5EE;
	border-color: #3DB5EE;
}
#contactos_email {
	margin-top: 14px;
}

/* Área reservada */

#areareservada {
	height: calc(100vh - 180px);
	background-color: #f1f1f1;
	display: table;
	width: 100%;
}
#areareservada_conteudo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
#pag_areareservada #titulo_quad {
	margin: 0 0 50px 0;
	color: #021F49;
	border-color: #021F49;
}
.input-group {
    display: table;
	border-collapse: collapse;
	margin: 0 auto;
	/*border: 1px solid #6179AF;*/
}
#formlogin input {
	box-shadow: none;
	outline: none;
}
#formlogin #clogin, #formlogin #csenha {
	width: 350px;
	height: 30px;
	padding: 0 0 0 20px;
	font-size: 0.8em;
	display: table-cell;
	border: none;
}
#formlogin .input-group:first-child {
	margin-bottom: 20px;
}
#tnome, #tsenha {
	height: 30px;
	width: 30px;
	background-color: #6179AF;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
}
#formlogin #btsubmit {
	background-color: #6179AF;
	font-family: 'Muller Regular', sans-serif;
	padding: 12px 60px 10px 60px;
	margin-top: 50px;
	border: 1px solid #6179AF;
	letter-spacing: 0.035em;
}
#formlogin #btsubmit:hover {
	background-color: #3DB5EE;
	border: 1px solid #3DB5EE;
}

/* Medicamentos Uso Humano, Medicamentos Veterinários, Dispositivos Médicos */

#pag_med_uso_hum_conteudo, #pag_med_vet_conteudo, #pag_med_dev_conteudo {
	background-color: #fff;
}
.med_uso_hum_cont_texto, .med_vet_cont_texto, .med_dev_cont_texto {
	display: table;
	width: 100%;
	/*height: 322px;*/
}
.med_uso_hum_sec_esq, .med_uso_hum_sec_dir, .med_vet_sec_esq, .med_vet_sec_dir, .med_dev_sec_esq, .med_dev_sec_dir {
	width: 50%;
	display: table-cell;
	padding-top: 75px;
	padding-bottom: 50px;
	box-sizing: border-box;
	vertical-align: top;
}
.med_uso_hum_sec_esq, .med_vet_sec_esq, .med_dev_sec_esq {
	padding-left: 50px;
	padding-right: 80px;
}
.med_uso_hum_sec_esq p, .med_vet_sec_esq p, .med_dev_sec_esq p, .med_dev_sec_dir p {
	font-size: 1em;
	font-family:'OpenSans Regular', sans-serif;
	color: #6179AF;
	line-height: 1.5em;
	margin-bottom: 20px;
	letter-spacing: 0.023em;
}
.med_uso_hum_sec_dir, .med_vet_sec_dir, .med_dev_sec_dir {
	padding-right: 50px;
}

.pag_med_uso_hum_it li, .pag_med_vet_it li {
	color: #6179AF;
	margin-bottom: 10px;
	font-family:'Muller Bold', sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: 33px;	
}
.pag_med_uso_hum_it li:before, .pag_med_vet_it li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 0.7em;
	color: #021F49;
	border: 1px solid #021F49;
	border-radius: 50%;
	margin-right: 1em;
	padding: 2px;
	margin-left: -2.4em;
}

/* Medicamentos Uso Humano */

#pag_med_uso_hum main {
	position: relative;
}
#pag_med_uso_hum .barra {
	background-image: url(../img/med_uso_hum_1920.png);
}
#pag_med_uso_hum .barra_legenda {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.med_uso_hum_sec_esq a {
	font-family:'OpenSans Semibold', sans-serif;
	text-decoration: none;
}

/* Medicamentos Uso Veterinário */

#pag_med_vet main {
	position: relative;
}
#pag_med_vet .barra {
	background-image: url(../img/med_vet_1920.png);
}
#pag_med_vet .barra_legenda {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.med_vet_sec_esq a {
	font-family:'OpenSans Semibold', sans-serif;
	text-decoration: none;
}
/*.med_vet_texto {
	margin-bottom: 50px;
}*/


/* Dispositivos Médicos */

#pag_med_dev_conteudo {
	padding: 1px 0;
}

#pag_med_dev .barra {
	background-image: url(../img/med_dev_1920.png);
}
.med_dev_cont_texto {
	margin-top: 50px;
	margin-bottom: 30px;
}
.med_dev_sec_esq, .med_dev_sec_dir {
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}
p.med_dev_realce {
	/*font-family:'Muller Medium', sans-serif;*/
	font-family:'Muller Bold', sans-serif;
	font-size: 1.25em;
}
.med_dev_looking {
	text-align: right;
}
.div_med_dev_logo {
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
	display: table;
	width: 100%;
}
.div_med_dev_logo_esq, .div_med_dev_logo_dir {
	width: 50%;
    display: table-cell;
    box-sizing: border-box;
}
.div_med_dev_logo_esq {
	vertical-align: bottom;
}
#div_uhc_devices_logo {
	background-image: url('../img/uhc_devices_logo.png');
	width: 206px;
	height: 51px;
}
.div_med_dev_logo_dir {
	vertical-align: bottom;
}

/* Nutrição / Carreiras */

#pag_nut .barra {
	/* height: 800px; */
	height: calc(100vh - 100px);	
	background-image: url(../img/nutricao_1920.png);
	position: relative;
}
#nut_seta, #car_seta {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -46px;
	cursor: pointer;
}
#div_uhc_nutrition_logo {
	position: absolute;
	bottom: 92px;
	left: 50px;
	width: 204px;
	height: 51px;
	background-image: url('../img/uhc_nutrition_logo.png')
}
.barra_legenda_nut {
	padding-left: 50px;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
.nut_tit1, .nut_tit2, .car_tit1, .car_tit2 {
	font-size: 4.6em;
	/*font-family:'Muller Bold', sans-serif;*/
	font-family:'Muller ExtraBold', sans-serif;
	line-height: 1.1em;
	letter-spacing: 0.023em;
}
.nut_tit1, .car_tit1 {
	color: #fff;
}
.nut_tit2, .car_tit2 {
	color: #3DB5EE;
}
.nut_texto_div {
	/*margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 50px;*/
	padding: 50px 50px;
    box-sizing: border-box;
}
.nut_texto {
	margin: 0 auto;
	max-width: 810px;
	/*padding: 0 50px;*/
	text-align: center;
}
.nut_texto_p {
	color: #6179AF;
	font-family: 'OpenSans Regular', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.023em;
}
.nut_texto p {
	margin-bottom: 30px;
}
.nut_texto .texto_destaque {
	color: #3DB5EE;
}
/*.nut_texto p:last-of-type {
	font-size: 1.55em;
	font-family:'Muller Medium', sans-serif;
	line-height: 1.4em;
	color: #3DB5EE;
	letter-spacing: 0.025em;
}*/
/*#nut_imagens {
	width: 100%;
	display: table;
	margin-top: 40px;
}
.nut_imagem {
	display: table-cell;
	width: 25%;
}
.nut_imagem:last-of-type {
	text-align: right;
}
.nut_imagem_cent {
	text-align: center;
}
*/


#nut_imagens {
	position: relative;
	height: 191px;
	width: 100%;
	box-sizing: border-box;
}
#nut_ima1,#nut_ima2,#nut_ima3,#nut_ima4 {
	position: absolute;
}
#nut_ima4 {
	right: 0;
}
#nut_ima1 {
	left: 0;
}
#nut_ima2 {
	left: calc(33% - 60px);
}
#nut_ima3 {
	left: calc(66% - 120px);
}

.nut_ler_mais {
	text-align: right;
	margin-top: 40px;
	box-sizing: border-box;
}

/* Serviços */

#pag_servicos main {
	width: 100%;
	/*overflow: hidden;*/
	background-color: #fff;
}
#div_serv_texto {
	width: 100%;
	background-color: #021F49;
	overflow: hidden;
}
.serv_texto {
	text-align: center;
	max-width: 810px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
}
.serv_texto .texto_destaque {
	color: #3DB5EE;
}
/*.serv_texto_destaque {
	font-family: 'Muller Medium', sans-serif;
	font-size: 1.55em;
	margin-bottom: 20px;
	line-height: 1.4em;
	letter-spacing: 0.025em;
	color: #fff;
}*/
/* .serv_texto_subdestaque {
	font-family: 'OpenSans Light', sans-serif;	
	color: #6179AF;
	margin-bottom: 20px;
	line-height: 1.5em;
	letter-spacing: 0.023em;
	font-size: 16px;
} */
.serv_info {
	display: table;
	width: 100%;
	height: 300px;
	font-family: 'OpenSans Regular', sans-serif;
}
.serv_info img {
	vertical-align: top;
}
.serv_info_col {
	display: table-cell;
	width: 50%;
	background-color: #fff;
}
.serv_info_col_texto {
	padding: 50px 65px;
}
.serv_info_col_imagem1, .serv_info_col_imagem2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.serv_info_col_imagem1 {
	background-image: url(../img/services_1.png);
}
.serv_info_col_imagem2 {
	background-image: url(../img/services_2.png);
}
.img_aviao1 {
	display: none;
}
.serv_info h2 {
	color: #021F49;
	letter-spacing: 0.025em;
	margin-bottom: 20px;
	font-family: 'Muller Bold', sans-serif;
	font-size: 1.5em;
}
.serv_info .serv_info_tit2 {
	margin-bottom: 35px;
}
.serv_info .serv_info_subtit2 {
	margin-top: 35px;
}
.serv_info h3 {
	color: #021F49;
	letter-spacing: 0.025em;
	margin-bottom: 20px;
	font-family: 'Muller Bold', sans-serif;
}
.serv_info p {
	line-height: 1.5em;
	color: #6179AF;
	margin-bottom: 20px;
	letter-spacing: 0.023em;
	font-size: 1em;
}

/* Carreiras */

#pag_car .barra {
	/* height: 800px; */
	height: calc(100vh - 100px);	
	background-image: url(../img/carreiras_1920.png);
	position: relative;
}
.car_texto_div {
	padding: 50px;
	box-sizing: border-box;
}
.car_texto_tab {
	display: table;
	width: 100%;
}
.car_texto, .car_lista_botoes {
	display: table-cell;
	vertical-align: top;
}
.car_texto {
	width: 70%;
}
.car_lista_botoes {
	width: 30%;
	text-align: right;
}
.car_texto_p {
	color: #6179AF;
	text-align: left;
	font-family: 'OpenSans Regular', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.023em;
	/*padding: 0 50px;
	margin: 0 auto;*/
}
.car_texto p {
	margin-bottom: 30px;
}
.car_texto .texto_destaque {
	color: #3DB5EE;
}
/*.car_texto p:last-of-type {
	font-size: 1.55em;
	font-family:'Muller Medium', sans-serif;
	line-height: 1.4em;
	color: #3DB5EE;
	letter-spacing: 0.025em;
}*/
.car_links_home1, .car_links_home2, #form_resume #btsubmit, #form_resume #upload, #form_resume_cand #btsubmit, #form_resume_cand #upload {
	text-decoration: none;
	display: inline-block;
	font-family: 'Muller Medium', sans-serif;
	font-size: 1em;
    letter-spacing: 0.045em;
	text-align: center;
	width: 200px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-top: 1px;
	cursor: pointer;
}
.car_links_home1, .car_links_home2, #form_resume #btsubmit, #form_resume_cand #btsubmit {
    color: #021F49;
    border: 1px solid #021F49;
	background-color: #fff;
}
#form_resume #upload, #form_resume_cand #upload {
	color: rgba(97,121,175,1);
	background-color: rgba(97,121,175,0.40);
	border: 1px solid #c0c9df;
	font-size: 0.8em;
}
#form_resume #upload:active, #form_resume_cand #upload:active, .car_links_home1:active, .car_links_home2:active, #form_resume #btsubmit:active, #form_resume_cand #btsubmit:active, #form_resume #upload:focus, #form_resume_cand #upload:focus, .car_links_home1:focus, .car_links_home2:focus, #form_resume #btsubmit:focus, #form_resume_cand #btsubmit:focus {
	outline: none;
}

.car_links_home1:hover, .car_links_home2:hover, #form_resume #btsubmit:hover, #form_resume_cand #btsubmit:hover {
	color: #fff;
	background-color: #6179AF;
	border: 1px solid #6179AF;
}

/* Resume - CV */

.res_conteudo {
	padding: 50px;
	box-sizing: border-box;
}
.res_texto_tab {
	display: table;
	width: 100%;
}
.res_texto, .res_texto_form {
	display: table-cell;
	vertical-align: top;
}
.res_texto {
	width: 35%;
}
.res_texto_form {
	width: 65%;
	padding-left: 70px;
}
.res_texto .texto_destaque {
	color: #6179AF;
}
/*.res_texto p {
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.55em;
	font-family:'Muller Medium', sans-serif;
	line-height: 1.4em;
	color: #6179AF;
	letter-spacing: 0.025em;
}*/
#pag_res #titulo_quad, #pag_res_of #titulo_quad {
	margin-top: 0;
	color: #021F49;
	border: 1px solid #021F49;
}
.res_texto_form .p_campo {
	margin-bottom: 30px;
}
.campo_resume, .p_campo_prof {
	width: 100%;
	box-sizing: border-box;
	height: 41px;
	padding: 0 20px;
	border: 1px solid #6179AF;
	outline: none;
	color: #021F49;
	font-family:'Muller Light', sans-serif;
	font-size: 0.8em;
    letter-spacing: 0.045em;
	color: #021F49;
	/*padding-top: 1px;*/
}
.p_campo_prof {
	line-height: 41px;
	padding: 0 20px;
	margin-bottom: 30px;
	font-weight: bold;
	height: auto;
}
#form_resume .botoes, #form_resume_cand .botoes {
	text-align: right;
}
#resume {
    font-family: 'Muller Medium', sans-serif;
    font-size: 1em;
	
}

/* Jobs */

.jobs_conteudo {
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
	min-height: calc(100vh - 180px);
}
#pag_jobs #titulo_quad, #pag_jobs_msg #titulo_quad {
	color: #21213C;
	border: 1px solid #21213C;
	margin-top: 0;
	margin-bottom: 30px;
}
#jobs_ofertas {
	width: 80%;
	margin: 0 auto;
}
.oferta {
	background-color: #DCDCDC;
	margin-bottom: 5px;
}
.no_jobs, .obrigado {
    font-family: 'Muller Bold', sans-serif;
    font-size: 1.1em;
    color: #6179af;
    letter-spacing: 0.025em;
    margin: 50px 0;
    text-align: center;
}
.oferta_topo {
	overflow: hidden;
	/*line-height: 60px;*/
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	cursor: pointer;
}
.oferta_titulo {
	float: left;
	/*font-family: 'Muller Medium', sans-serif;*/
	font-family: 'Muller Bold', sans-serif;
	font-size: 1.1em;
	color: #6179af;
	letter-spacing: 0.025em;
	margin: 22px 0;
	max-width: 80%;
	text-align: left;
	line-height: 1.2em;
}
.oferta_titulo_activo {
	color: #021F49;
}	
.oferta_seta_baixo, .oferta_seta_topo {
	float: right;
	margin: 22px 0;
}
.oferta_seta_baixo img, .oferta_seta_topo img {	
	vertical-align: middle;
	/*padding-top: 4px;*/
}
.oferta_seta_topo {
	display: none;
}
.oferta_desc {
	display: none;
	/*font-family: 'OpenSans Light', sans-serif;*/
	font-family: 'OpenSans Regular', sans-serif;
	font-size: 0.9em;
	padding: 15px 120px 30px 30px;
	text-align: left;
	color: #fff;
	line-height: 1.55em;
    letter-spacing: 0.025em;
}
.oferta_desc_background {
	background-color: #6179AF;
}
#job_opening {
    color: #fff;
    background-color: #021F49;
    border: 1px solid #021F49;
    text-decoration: none;
    display: inline-block;
    font-family: 'Muller Medium', sans-serif;
    font-size: 0.85em;
    letter-spacing: 0.045em;
    text-align: center;
    width: 190px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
	margin-top: 30px;
}
#job_opening:hover {
	color: #021F49;
    background-color: #3DB5EE;
	border: none;
}
#resume_erros, #cv_erros {
	font-size: 1em;
    font-family: 'OpenSans Regular', sans-serif;
    color: #6179AF;
    line-height: 1.5em;
    letter-spacing: 0.023em;
    margin-bottom: 20px;
}

/* Privacidade */

.priv_conteudo {
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
	min-height: calc(100vh - 180px);
}
#pag_privacidade #titulo_quad {
	color: #21213C;
	border: 1px solid #21213C;
	margin-top: 0;
	margin-bottom: 30px;
}
#priv_div {
	width: 80%;
	margin: 0 auto;
}
.priv_conteudo h3, .priv_conteudo p, .priv_conteudo li {
	text-align: left;
	margin: 10px 0;
	font-family: 'OpenSans Regular', sans-serif;
	/*font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: 0.045em;*/
	color: #6179AF;
	font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.023em;
}
.priv_conteudo h3 {
	color: #021F49;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
}
.priv_conteudo ul {
	padding-left: 30px;
}

/*#tela {
	width: 100%;
	height: calc(100% - 100px);
	position: fixed;
	top: 100px;
	left: 0;
	background-color: rgba(0,0,0,0.50);
}*/

/* ----------------------- */

@media only screen and (min-height: 800px) {
	#pag_med_uso_hum, #pag_med_vet, #pag_med_dev, #pag_oquefazemos {
		background-color: #fff;
	}
	#pag_contacto footer, #pag_med_uso_hum footer, #pag_med_vet footer, #pag_med_dev footer, #pag_res_of footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.pag_historia .conteudo {
		position: relative;
		height: calc(100vh - 180px);
	}
	#grafico_historia {
		position: absolute;
		width: 100%;
		bottom: 30px;
		left: 0;
	}
}

@media only screen and (min-height: 800px) {
	#pag_med_uso_hum main, #pag_med_vet main, #pag_med_dev main, #pag_oquefazemos main {
		height: calc(100vh - 100px - 80px);		
	}
}

@media only screen and (min-height: 800px) and (max-width: 768px) {
	#pag_med_uso_hum main, #pag_med_vet main, #pag_med_dev main, #pag_oquefazemos main {
		min-height: calc(100vh - 900px - 120px);
	}
}

@media only screen and (min-height: 850px) {
	#pag_visao main {
		height: calc(100vh - 100px - 80px);		
	}
}

@media only screen and (min-height: 850px) and (max-width: 768px) {
	#pag_visao main {
		min-height: calc(100vh - 900px - 120px);
	}
}

@media only screen and (min-height: 850px) {
	#pag_visao {
		background-color: #fff;
	}
	#pag_visao footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media only screen and (min-height: 900px) {
	#pag_visao {
		background-color: #fff;
	}
	#pag_oquefazemos footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

/*@media only screen and (max-width: 1080px) {
	#menu_principal > li.opcao_menu {
    	margin-right: 20px;
	}
	#menu_principal > li.opcao_menu_ult {
    	margin-right: 0;
	}
}*/

@media only screen and (max-width: 1150px) {
	#menu_principal > li.opcao_menu {
		margin-right: 20px !important;
	}
	#menu_principal > li.opcao_menu_ult {
		margin-right: 0 !important;
	}
	.contactos_texto {
		font-size: 0.8em;
	}
}

@media only screen and (min-width: 1040px) {
	nav {
		height: 100px;
		width: auto;
		overflow: inherit;
		overflow-x: inherit;
	}
	/*.desliza {
		left: 0;
	}
	.desliza_visivel {
		left: 0;
		overflow-x: hidden;
	}*/
	
	#menu_o {
		display: none;
	}
	#menu_principal { /* */
		/*margin-right: 50px;*/
		text-align: right;
		height: 100px;
		background-color: #001C35;
		
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		/*line-height: normal;*/
	}
	#menu_principal > li.opcao_menu:hover { /* */
		cursor: pointer;
	}
	#menu_principal > li.opcao_menu:hover > a {  /* */
		color: #3DB5EE;
		cursor: pointer;	
	}	
	#menu_principal > li.opcao_menu { /* */
		display: inline-block;
		line-height: 100px;
		position: relative;
		margin-right: 40px;
	}
	#menu_principal > li.opcao_menu_ult {  /* */
		margin-right: 0;
	}	
	#menu_principal > li > a {  /* */
		display: inline-block;
		line-height: 30px;
		padding: 0;
		color: white;
		
		text-decoration: none;
		font-family: 'Muller Medium', sans-serif;
		font-size: 0.8em;
		letter-spacing: 0.1em;
	}
	#menu_principal > li > div {  /* */
		text-align: left;
		position: absolute;
		top: 99px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		width: 210px;
		-webkit-transition: visibility 0.2s linear, opacity 0.5s linear;
		-moz-transition: visibility 0.2s linear, opacity 0.5s linear;
		-o-transition: visibility 0.2s linear, opacity 0.5s linear;
		transition: visibility 0.2s linear, opacity 0.5s linear;
	}
	#menu_principal > li ul {  /* */
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#menu_principal .tem_sub_menu li {  /* */
		line-height: normal;
		margin: 0 0 5px 0;
	}	
	#menu_principal .tem_sub_menu li:not(:last-of-type) {  /* */
		margin: 0 0 5px 0;
	}
	#menu_principal .tem_sub_menu ul a {  /* */
		color: #fff;
		padding: 0;
		/*display: inline;
		background-color: transparent; */
		
		text-decoration: none;
		text-align: left;
		letter-spacing: 0.1em;
		font-size: 0.7em;
		/*font-family: 'Muller Light', sans-serif; - old*/
		font-family: 'Muller Regular', sans-serif;
	}	
	#menu_principal .tem_sub_menu ul a:hover {  /* */
		color: #fff;
		background-color: transparent;
	}	
	#menu_principal li.tem_sub_menu:hover > a {
		color: #3DB5EE;
	}
	#menu_principal > li.tem_sub_menu:hover ul a:hover {
		color: #3DB5EE;
	}
	#menu_principal > li.tem_sub_menu:hover > div {
		visibility: visible;
		opacity: 1;
	}
	#menu_principal > li.tem_sub_menu:hover ~ li.sup_transparente {
		visibility: visible;
		opacity: 0.85;
	}
	.triangulo {
		width: 0;
		height: 0;
		border-top: 10px solid #001c35;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		z-index: 200;
		display: block;
		text-align: center;
		margin-bottom: 17px;
	}
	.t_menu1 {
		margin-left: 28px;
	}
	.t_menu2 {
		margin-left: 55px;
	}
	.sup_transparente {
		position: absolute;
		top: 99px;
		left: 0;
		z-index: 100;
		height: 185px;
		width: 100%;
		visibility: hidden;
		background-color: #001c35;
		opacity: 0;
		-webkit-transition: visibility 0.2s linear, opacity 0.5s linear;
		-moz-transition: visibility 0.2s linear, opacity 0.5s linear;
		-o-transition: visibility 0.2s linear, opacity 0.5s linear;
		transition: visibility 0.2s linear, opacity 0.5s linear;
	}
	
	#icon_menu {
		display: none;
	}
	
	.nano {
		position: static;
		overflow: inherit;
	}
	.nano .nano-content {
    	position: static;
    	overflow: inherit;
    	overflow-x: inherit;
	}
}

	
#menu_o {
	position: fixed;
	z-index: 0;
	/*top: 90px;*/
	top: 0;
	/*right: -245px;*/
	right: 0;
	/*height: calc(100vh - 90px);*/
	height: 100vh;
	/*height: 640px; */
	/*transition: right 0.5s;*/
	width: 245px;
	/*overflow: hidden;*/
	/*border: 5px solid red;*/
	background-color: #DCDCDC;
}
#menu_logo_m_div {
	display: table;
	height: 100px;
	background-color: #021F49;
	width: 100%;
}
#menu_logo_m_div2 {
	display: table-cell;
    vertical-align: middle;
}
#menu_logo_m {
    width: 180px;
    height: 45px;
    background-image: url(../img/logo_uhc_m.png);
	margin: 0 auto;
}
#menu_mobile {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	line-height: normal;
	text-align: left;
	background-color: #DCDCDC;
	display: block;
}
#menu_mobile::-webkit-scrollbar {
    visibility: visible;
}

#menu_mobile > li.opcao_menu {
	line-height: 25px;
}
#menu_mobile > li.opcao_menu:hover {
	cursor: pointer;
}
#menu_mobile > li.opcao_menu:hover > a {
	color: #3DB5EE;
}
#menu_mobile li.tem_sub_menu:hover {
	cursor: default;
}
#menu_mobile li.tem_sub_menu:hover > a {
	color: #021F49;
	cursor: default;
}
#menu_mobile > li > a {
	text-decoration: none;
	color: #021F49;
	display: block;
	/*font-family: 'Muller Regular', sans-serif; old*/
	font-family: 'Muller Medium', sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 5px 20px;
}
#menu_mobile > li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu_mobile .tem_sub_menu li:not(:last-of-type) {
	margin: 0 0 5px 0;
}
#menu_mobile .tem_sub_menu ul a {
	color: #6179AF;
	text-decoration: none;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	/*font-family: 'Muller Light', sans-serif; - old*/
	font-family: 'Muller Regular', sans-serif;
	padding: 5px 20px;
	
	background-color: #fff;
	line-height: 25px;
}
#menu_mobile .tem_sub_menu ul a:hover {
	/*color: #021F49;
	background-color: #6179AF;*/
	color: white;
	background-color: #3DB5EE;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    /*right: -20px;*/
    bottom: 0;
    left: 0;
}
.nano .nano-pane {
	background: transparent;
    width: 8px;
    right: 1px;
    margin: 5px;
	position: absolute;
	top: 0;
    bottom: 0;
	/*bottom: 5px;*/
	opacity: .01;
	visibility: hidden\9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;	
	transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.nano>.nano-pane>.nano-slider {
    background: rgba(0,0,0,0.3);
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	top: 0px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
}
	
main:after, footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40px;
    box-shadow: inset 40px 0 40px -40px rgba(0,0,0,0.9);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    background: transparent;
}
footer:after {	
	top: 0;
}
main:after {	
	top: -100px;
}

	
@media only screen and (max-width: 1039px) {
	/* Hamburguer */

	#icon_menu {
		display: inline-block;
		color: white;
		/*margin-right: 50px;*/
		cursor: pointer;
	}

	#menu_principal {
		display: none;
	}

	#menu_o {
    	/*top: 100px;
    	height: calc(100vh - 100px);*/
	}	
	
	#home_wrap {
		/*height: calc(100vh - 260px);*/
		height: calc(100vh - 180px);
	}
	#pag_home .conteudo {
		padding: 0 25px;
	}

	.triangulo {
		display: none;
	}
	
	/* Contactos */
	.contactos_info {
		display: block;
	}
	.contactos_info_col1, .contactos_info_col2, .contactos_info_col3, .contactos_info_col4 {
		float: left;
		width: 50%;
		display: block;
	}
	.contactos_texto {
		font-size: 1em;	
	}
	/* Equipa */
	.pessoa {
		font-size: 1em;
	}
	.cargo {
		font-size: 0.5em;
	}
}
@media only screen and (max-width: 1000px) {
	.citacao {
		font-size: 2.5em;
	}
	/* Gestão da qualidade, História, Serviços */
	.gestqual .texto_destaque, .gestqual .texto_subdestaque, .hist_cont .texto_destaque, .hist_cont .texto_subdestaque, .serv_texto .texto_destaque, .serv_texto .texto_subdestaque {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Nutrition */
	#nut_ima1, #nut_ima2, #nut_ima3, #nut_ima4 {
		width: 140px;
		height: auto;
	}
	#nut_ima2 {
		left: calc((100% - 560px) / 3 + 140px);	
	}
	#nut_ima3 {
		left: calc((100% - 560px) / 3 * 2 + 280px);
	}
	
	/* Submeter CV */
	
	.res_texto_tab {
		display: block;
	}
	.res_texto, .res_texto_form {
		display: block;
		width: 100%;
	}
	.res_texto p {
    	font-size: 1.25em;
	}
	.res_texto_form {
		padding: 0;
	}
	
	/*#pag_visao .barra_legenda p, #pag_visao .barra_legenda3 p, #pag_med_dev .barra_legenda p, #pag_med_dev .barra_legenda3 p {*/
	.barra_legenda p, #pag_visao .barra_legenda3 p {
		font-size: 1.4em;
	}
}
@media only screen and (max-width: 950px) {
	/* Equipa */
	.equipa_texto p {
		width: 80%;
		font-size: 1.4em;
		/*font-size: 1.8em;*/
	}	
	.quebra_foto {
		clear: both;
	}
	.equipa_fotos > div {
		width: 50%;
		/*margin: 20px 12.5% 0 12.5%;*/
		margin: 20px 0 0 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	div.foto_linha1 {
		margin: 0 auto;
	}
	.foto_linha2_t {
		display: none;
	}
	.foto1, .foto2 {
		margin: 0;
	}
	.quebra_foto_ini {
		clear: none;
	}
	.equipa_fotos .foto1 {
		/*margin: 0 37.5% 0 37.5%; */
		margin: 0 25% 0 25%;
	}
	.equipa_desc {
		width: 50%;
		margin: 0 auto;		
	}	
	.pessoa {
		font-size: 1.25em;
	}
	.cargo {
		font-size: 0.6em;
	}
	
	/* Ofertas */
	#jobs_ofertas, #priv_div {
		width: 100%;
	}
	
}
@media only screen and (max-width: 768px) {
	body {
		margin-top: 90px;
	}
	header {
		height: 90px;
	}
	#header_col1 {
		padding-left: 25px;
	}
	#header_col2 {
		padding-right: 25px;
	}
	#linguas {
    	right: 25px;
	}
	#sub_header {
		height: auto;
		line-height: 90px;
	}
	#menu_o {
    	/*top: 90px;
    	height: calc(100vh - 90px);*/
	}
	
	#menu_logo_m_div {
		height: 90px;
	}
	
	#home_wrap {
    	height: calc(100vh - 210px);
	}
	#div_logo {
		width: 180px;
		height: 45px;
		background-image: url('../img/logo_uhc_m.png');
	}
	.barra_legenda {
		padding-left: 25px;
		padding-right: 25px;
	}
	/* footer */
	footer {
		/*height: 142px;*/
		height: 120px;
		/*overflow: hidden; */
		padding-top: 1px;
	}
	#sub_footer {
		display: block;
		line-height: normal;
		height: auto;
		padding: 0;
	}
	#sub_footer_esq, #sub_footer_dir {
		display: block;
	}
	#sub_footer_dir p {
		text-align: center;
		margin-bottom: 20px;
	}
	#follow_us {
		/*font-size: 0.85em;*/
	}
	#follow_us, #links_redes_socais {
		display: block;
		text-align: center;
	}
	#follow_us {
		margin: 20px 0 10px 0;
	}
	#links_redes_socais {
		margin: 10px 0;
	}
	/* .social_networks i {
		font-size: 1.2em;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-width: 3px;
	} */
	
	/* cookies */
	.cookies {
		height: 120px;
	}
	.cookies_wrap {
		padding: 0 25px;
	}
	.div_cookies_mob {
		display: table;
		width: 100%;
	}
	.div_cookies {
		height: 120px;
		display: table-cell;
		vertical-align: middle;
		padding-bottom: 5px;
	}
	.texto_cookies, .botao_cookies {
		display: block;
		width: 100%;
		text-align: center;
	}
	.texto_cookies p {
		font-size: 0.6em;		
	}
	.texto_cookies {
		margin-bottom: 10px;
    	padding-right: 0;
	}
	#btCookies {
		font-size: 0.7em;
	}

	
	/* Home */
	#welcome {
		position: static;
		margin-bottom: 20px;
	}
	.citacao {
		font-size: 1.8em;
	}
	.autor {
        margin-top: 25px;
	}
	/* O Que fazemos */
	#pag_oquefazemos .barra {
		background-position: 77% center;
	}
	#pag_oquefazemos .barra_legenda {
		/*display: none;*/
		position: static;
	}
	#pag_oquefazemos #titulo_quad {		
		color: #021F49;
		border: 1px solid #021F49;
	}
	#pag_oquefazemos .barra_legenda p {
		color: #021F49;
		width: 90%;
		font-size: 1.2rem;
	}
	/*#pag_oquefazemos .barra_legenda_m {
		display: block;
	}
	#pag_oquefazemos .barra_legenda_m #titulo_quad {		
		color: #021F49;
		border: 1px solid #021F49;
	}
	#pag_oquefazemos .barra_legenda_m p {
		color: #021F49;
	}*/
	.fazemos_cont_texto {
		display: block;
		padding: 50px 0;
	}
	.fazemos_sec_esq, .fazemos_sec_dir {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 25px;
	}
	#pag_visao .barra_legenda p, #pag_visao .barra_legenda3 p, #pag_med_dev .barra_legenda p, #pag_med_dev .barra_legenda3 p {
		width: 100%;
		box-sizing: border-box;
		font-size: 1.2rem;
	}
	.sub_titulo {
		font-size: 1.25em;
	}
	
	/* Vision */
	.visao_cont_texto {
		display: block;
		padding: 50px 0;
	}
	.visao_sec_esq, .visao_sec_dir {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 25px;
	}
	.visao_sec_esq {
		margin-bottom: 30px;
	}
	
	/* Quality Management */
	.gestqual .conteudo {
		text-align: left;
		margin: 0;
		padding: 0 25px;
		width: 100%;
	}
	.gestqual .texto_destaque, .gestqual .texto_subdestaque {
    	width: 100%;
	}
	.gestqual_cont2 .cont_baixo, .gestqual_cont2 .cont_baixo_ima, .gestqual_cont2 .cont_baixo_ite {
		display: block;
		width: 100%;
	}
	.gestqual_cont2 .cont_baixo_ima {
		height: 300px;
	}
	.cont_baixo_ite {
		box-sizing: border-box;
		padding-top: 50px;
		padding-left: 25px;
		padding-right: 25px;
	}
	/* Equipa */
	.equipa_desc {
		top: 70%;
		width: 70%;
	}
	.equipa_fotos {
		margin: 0;
	}
	/* Grupo */
	/*.empresas_tab {
		font-size: 0.75em;
	}*/
	#pag_grupo .barra_legenda p {
		width: 100%;
	}
	.menu_empresas {
		display: block;
		width: 100%;
		padding: 0;
	}
	.empresas_tab {
		display: block;
		width: 100%;
	}
	.empresas_tab:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #fff
	}
	.empresas_texto {
		text-align: left;
	}
	.site_empresa {
		text-align: center;
	}
	.texto_destaque {
		font-size: 1.25em;
	}
	.grupo_textos {
		padding: 0 25px;
	}
	
	/* História */
	
	.pag_historia .conteudo .texto {
        text-align: left;
		margin: 0;
		padding: 0 25px;
		width: 100%;
	}
	.hist_cont .texto_destaque, .hist_cont .texto_subdestaque {
    	width: 100%;
	}
	#grafico_historia {
        padding: 0 25px;
	}
	
	/* Services */
	.serv_texto {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0 25px 25px 25px;
	}
	.serv_texto .texto_destaque, .serv_texto .texto_subdestaque {
    	width: 100%;
	}
	.serv_info h2 {
		font-size: 1.25em;
	}
	.serv_info1, .serv_info2 {
		display: block;
		width: 100%;
	}
	.serv_info_col {
		display: block;
		width: 100%;
		padding: 50px 25px;
		box-sizing: border-box;
	}
	.serv_info_col_imagem1, .serv_info_col_imagem2 {
		height: 400px;
	}
	.img_aviao2 {
		display: none;
	}
		
	/* Human Medicines, Veterinary Medicines */
	
	#pag_med_uso_hum .barra_legenda, #pag_med_vet .barra_legenda {
		position: static;
	}
	#pag_med_uso_hum #titulo_quad, #pag_med_vet #titulo_quad {		
		color: #021F49;
		border: 1px solid #021F49;
		padding: 10px 25px 8px 25px;
	}
	#pag_med_uso_hum .barra_legenda p, #pag_med_vet .barra_legenda p {
		color: #021F49;
		width: 100%;
	}
	.med_uso_hum_cont_texto, .med_vet_texto, .med_dev_cont_texto {
		display: block;
		padding: 50px 0;
	}
	.med_dev_cont_texto {
		margin-top: 0;
	}
	.med_uso_hum_sec_esq, .med_uso_hum_sec_dir, .med_vet_sec_esq, .med_vet_sec_dir, .med_dev_sec_esq, .med_dev_sec_dir {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 25px;
	}
	.med_uso_hum_sec_dir, .med_vet_sec_dir {
		padding-top: 20px;
	}
	
	/* Dispositivos médicos */
	
	#pag_med_dev .barra {
		background-position: 70% center;
	}
	.med_dev_cont_texto {
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.div_med_dev_logo {
		display: block;
	}
	.div_med_dev_logo_esq, .div_med_dev_logo_dir {
		display: block;
		width: 100%;
		text-align: center;
	}
	.div_med_dev_logo_esq {
		margin-bottom: 30px;
	}
	.med_dev_looking {
		text-align: center;	
	}
	#div_uhc_devices_logo {
		background-image: url('../img/uhc_devices_logo_m.png');
		width: 180px;
		height: 45px;
		margin: 0 auto;
	}

	/* Nutrition */
	#pag_nut .barra {
		height: calc(100vh - 90px);
	}	
	.nut_tit1, .nut_tit2 {
		font-size: 2em;
	}
	.barra_legenda_nut {
    	padding-left: 25px;
		padding-right: 25px;
	}
	.nut_texto {
		text-align: left;
		/*padding: 0 25px;*/
	}
	.nut_texto_div {
		padding: 50px 25px;
	}
	#nut_imagens {
		overflow: hidden;
		height: auto;
		/*padding: 0 25px;*/
	}
	#nut_ima1,#nut_ima2,#nut_ima3,#nut_ima4 {
		position: static;
		width: 45%;
	}
	#nut_ima1, #nut_ima3 {
		float: left;
	}
	#nut_ima2,#nut_ima4 {
		float: right;
	}
	#nut_ima3 {
		clear: both;
	}
	#nut_ima1, #nut_ima2 {
		margin-bottom: 50px;
	}
	.nut_ler_mais {
		text-align: center;
	}	
	#nut_seta, #car_seta {
		width: 60px;
		height: auto;
		margin-left: -30px;
	}
	#div_uhc_nutrition_logo {
		position: static;
		margin-top: 30px;
		background-image: url('../img/uhc_nutrition_logo_m.png');
		width: 180px;
		height: 45px;
	}	
	/* Careers */
	.car_tit1, .car_tit2 {
		font-size: 3em;
	}
	#pag_car .barra {
		height: calc(100vh - 90px);
	}
	.car_texto_div {
		padding: 50px 25px;
	}
	.car_texto_tab {
		display: block;
	}
	.car_texto, .car_lista_botoes {
		width: 100%;
		display: block;
	}
	.car_lista_botoes {
		text-align: center;
	}
	
	/* Ofertas */
	.jobs_conteudo, .priv_conteudo {
		padding: 50px 25px;
	}
	.car_tit1, .car_tit2 {
    	font-size: 2em;
	}
	.oferta_desc {
		padding: 15px 30px 30px 30px;
	}
	#p_bt, #form_resume .botoes, #form_resume_cand .botoes {
		text-align: center;
	}
	/* Submeter CV */
	.res_conteudo {
		padding: 50px 25px;
	}
	
	/* FAQ */
	.faq_conteudo {
		padding: 0 25px;
	}
	.questoes {
		width: 100%;
		text-align: left;
	}
	.questao_titulo {
		font-size: 1.25em;
	}
	#pag_faq #titulo_quad {
		position: static;
		margin-top: 50px;
	}
	.faq_conteudo {
		text-align: center;
	}
	
	.jobs_conteudo {
		min-height: calc(100vh - 210px);
	}
	
	/* Contactos */
	/*.contactos_info {
		display: block;
	}*/
	.contactos_info_col1, .contactos_info_col2, .contactos_info_col3, .contactos_info_col4 {
		float: none;
		width: 100%;
	}
	.contactos_info_col1 {
		text-align: center;
		margin-bottom: 40px;
	}
	.contactos_info_col2, .contactos_info_col3, .contactos_info_col4 {
		margin-top: 20px;
		text-align: center;
	}
	.contactos_texto {
		font-size: 1em;	
	}
	#contactos_info {
    	padding: 50px 25px 30px 25px;
	}
	#pag_contacto .sub_titulo {
		margin-top:30px;
	}
	#contactos_texto_telefone {
		margin-bottom: 20px;
	}
	#contactos_email {
		margin-top: 27px;
	}
	/* Área reservada*/
	#formlogin #clogin, #formlogin #csenha {
		width: 250px;
	}
	
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 13/10), only screen and (max-width: 768px) and (min-resolution: 120dpi), only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
	#div_logo {
		/*background-size: cover;*/
		background-size: 180px 45px;
		background-image: url('../img/logo_uhc_mr.png');
	}
	#div_uhc_devices_logo {
		background-size: 180px 45px;
		background-image: url('../img/uhc_devices_logo_mr.png');
	}
	#div_uhc_nutrition_logo {
		background-size: 180px 45px;
		background-image: url('../img/uhc_nutrition_logo_mr.png');
	}
	#menu_logo_m {
		background-size: 180px 45px;
	    background-image: url(../img/logo_uhc_mr.png);
	}
}
/*@media only screen and (max-width: 640px) {
	.barra_legenda p, .barra_legenda3 p {
		font-size: 1.4em;
	}
} */
@media only screen and (max-width: 500px) {
	.equipa_desc {
		top: 65%;
	}
	.pessoa {
		font-size: 0.8em;
	}
	.cargo {
		font-size: 0.4em;
		line-height: 12px;
	}
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 192dpi) {

}



/* ----------------------- */

.separador_questoes {
	color: #B9BED6;
    background-color: #B9BED6;
	width: 100%;
    border: 0;
    height: 1px;
	margin: 20px 0;
}
