/*
Theme Name:     IPO-2016
Description:
Author:         studium
Template:       twentysixteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

:root {
	--doente: #1886A5;
	--profissional: #00A0AF;
	--cidadao: #71CAD1;
	--ipo: #91C1A8;
	--ensaios: #B4D78A;
	--bemmeker: #00788a;
}

body {
	color: #646464;
	font-size: 20px;
	font-weight: 300;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  paddig-left: 1em;
  text-indent: -.7em;
}

ul li::before {
  content: "• ";
  color: var(--bemmeker); /* or whatever color you prefer */
}
li a {
	color: #646464;
}
li a:hover {
	color: var(--bemmeker);
}

a {
	color: var(--bemmeker);
}

.eu-doente a {
	color: var(--doente);
}
.eu-doente a:hover {
	color: var(--doente);
}
.eu-cidadao a {
	color: var(--cidadao);
}
.eu-cidadao a:hover {
	color: var(--cidadao);
}
.eu-profissional a {
	color: var(--profissional);
}
.eu-profissional a:hover {
	color: var(--profissional);
}
.nos-ipo a {
	color: var(--ipo);
}
.nos-ipo a:hover {
	color: var(--ipo);
}

a:hover {
	text-decoration: none;
}

.font-bold {
	font-weight: 700;
}

.font-black {
	font-weight: 900;
}

.text-lead {
	font-size: 25px;
}

.text-note {
	font-size: 14px;
}


.text-default {
	color: var(--bemmeker);
}

.text-custom-1, .nos-ipo .text-default, .nos-ipo h3,  .nos-ipo h5 {
	color: var(--ipo);
}

.text-custom-2, .eu-cidadao .text-default, .eu-cidadao h3,  .eu-cidadao h5 {
	color: var(--cidadao);
}

.text-custom-3, .eu-profissional .text-default, .eu-profissional h3, .eu-profissional h5 {
	color: var(--profissional);
}

.text-custom-4, .eu-doente .text-default, .eu-doente h3, .eu-doente h5, .single-clinica h5, .single-clinica h5 {
	color: var(--doente);
}

.text-inverse {
	color: #FFFFFF;
}

.background-grey {
	background-color:#F0F0F0;
}

.background-default {
	background-color: var(--bemmeker);
}

.background-custom-1, .nos-ipo .background-default {
	background-color: var(--ipo);
}

.background-custom-2, .eu-cidadao .background-default {
	background-color: var(--cidadao);
}

.background-custom-3, .eu-profissional .background-default {
	background-color: var(--profissional);
}

.background-custom-4, .eu-doente .background-default {
	background-color: var(--doente);
}

.background-white {
	background-color:#FFFFFF;
}

.background-footer {
	background-color:#E5F1F3;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}

h1 { 
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 30px;
}

h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 20px;
}

h3 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	font-weight: 900;
}

h4 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
}

h5 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

h6 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

@media (max-width: 767px) {
	h2 {
		font-size: 28px;
		line-height: 30px;
	}
	h4 {
		font-size: 18px;
		line-height: 20px;
	}

	h6 {
		font-size: 12px;
		line-height: 14px;
	}
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-t-1h {
	margin-top: 15px !important;
}
.m-t-1 {
	margin-top: 30px !important;
}

.m-t-2 {
	margin-top: 60px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-1h {
	margin-bottom: 15px !important;
}

.m-b-1 {
	margin-bottom: 30px !important;
}

.m-b-2 {
	margin-bottom: 60px !important;
}

#cookie-notice .button.bootstrap {
	background-image: none;
	border-radius: 0;
	border-color: #fff;
	background-color: transparent;
}
#cookie-notice .button.bootstrap:hover{
	background-color: rgba(255, 255, 255, .25);
}
.breadcrumb {
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
	font-weight: 400;
	color: #A3A3A3;
}

.breadcrumb i {
	margin: 0 10px;
}
.container-lead {
	padding-top: 45px;
	padding-bottom: 60px;
}

.post-lead {
	font-size: 25px;
}
.fixed {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 10000;
}
.wrapper {
	margin-top: 75px;
	margin-bottom: 75px;
}
.row.last {
	margin-bottom: 75px;
}

.container-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}


.row.no-gutters > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.bt-link-container {
	margin-top: 45px;
}



/* HEADER */

.top-header {
	padding: 15px 0;
	border-bottom: 1px solid #F0F0F0;
}

.top-header .separator {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 400;
}

.search-form {
	margin-left: 20px;
}

.search-form button {
    font-size: 10px;
    height: 30px;
    line-height: 25px;
    border: none;
    color: var(--bemmeker);
    background-color: #eeeeee;
}

.search-form input {
    font-size: 10px;
    background-color: #eeeeee;
    border: none;
    height: 30px;
    padding: 5px;
}

.header-info {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 31px;
}
.header-info span {
	margin-left: 5px;
	font-weight: 600;
}
.main-header {
	padding: 15px 0;
    background-color: transparent;
    background: -webkit-linear-gradient(rgba(255,255,255,0.75), transparent);
    background: -o-linear-gradient(rgba(255,255,255,0.75), transparent);
    background: -moz-linear-gradient(rgba(255,255,255,0.75), transparent);
    background: linear-gradient(rgba(255,255,255,0.75), transparent);
}


.button-bem-me-quer {
	background-color: var(--bemmeker);
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	padding: 5px 15px;
	text-align: center;
	line-height: 21px;
	text-transform: uppercase;
	margin-top: 15px;
}

.button-bem-me-quer a {
	color: #FFF;
}

.button-bem-me-quer:hover {
	background-color: var(--doente);
	cursor: pointer;
}

.button-bem-me-quer:hover a {
	color: #FFF;
}
.button-bem-me-quer span {
	font-weight: 700;
	margin-right: 3px;
	font-size: 15px;
}

.button-bem-me-quer .text-container, .button-bem-me-quer .img-container {
	float: left;
}

.button-bem-me-quer .img-container img {
	vertical-align: top;
}

.button {
	border: 1px solid #333;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 60px;
	width: auto;
	display: inline-block;
	cursor: pointer;
}

.eu-doente .button {
	border-color: var(--doente);
	color: var(--doente);
}

.eu-doente .button:hover {
	background-color: var(--doente);
	color: #ffffff;
}

.eu-profissional .button {
	border-color: var(--profissional);
	color: var(--profissional);
}

.eu-profissional .button:hover {
	background-color: var(--profissional);
	color: #ffffff;
}
.nos-ipo .button {
	border-color: var(--ipo);
	color: var(--ipo);
}

.nos-ipo .button:hover {
	background-color: var(--ipo);
	color: #ffffff;
}


/* EOF HEADER */
/* FOOTER */

@media (max-width: 767px) {
	footer {
		margin-bottom: 70px;
	}
}
.site-footer {
	font-size: 13px;
	line-height: 18px;
	padding: 60px 0 0;
	font-weight: 400;
}

.site-footer a:hover {
	text-decoration: underline;
	color: var(--bemmeker);
}
.site-footer a:visited, .site-footer a:active, .site-footer a:active:hover {
	color: var(--bemmeker);
}

.site-info {
	text-align: center;
	font-size: 13px;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.site-info {
		text-align: left;
	}
}

h2.widget-title {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
	font-weight: 900;
	text-align: left;
	color: var(--bemmeker);
}

.textwidget span {
	color: #8C8C8C;
}
.footer-logos {
	margin-top: 30px;
}
.footer-logos div {
	margin-bottom: 10px;
}
.footer-logos div:first-of-type {
	margin-left: 0px;
}

.footer-logos div.logo-last {
	text-align: right;
}
.footer-logos img {
	margin-right: 10px;
	display: inline-block;
}

.footer-logos img:last-of-type {
	margin-right: 0;
}

#menu-menu-footer li {
	margin-bottom: 5px;
}

#menu-menu-footer li::before {
  content: "\f105";
  color: var(--bemmeker); /* or whatever color you prefer */
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;
}

.social .fa-stack {
	margin-right: 0;
	width: 25px;
}

.social a {
	display: block;
}
.social a:hover  {
	background-color: var(--doente);
}

/* FORMS */

.wpcf7 {
	margin-top: 60px;
	margin-bottom: 60px;
}

div.wpcf7 .ajax-loader {
	float: left;
}

.form-control {
	height: 45px;
}

.form-group label {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #AAAAAA;
	line-height: 18px;
}

.btn-primary {
    color: var(--bemmeker);
    background-color: #FFFFFF;
    border-color: var(--bemmeker);
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 45px;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
    .btn-primary:active, .btn-primary.active, .btn-primary:visited,
    .btn-primary:active:hover, .btn-primary.active:hover {
	background-color: var(--bemmeker);
	 color: #fff;
}

.nos-ipo .btn-primary {
	border-color: var(--ipo);
	color: var(--ipo);
}
.nos-ipo .btn-primary:hover, .nos-ipo .btn-primary:focus, .nos-ipo .btn-primary.focus, .nos-ipo .btn-primary:active, .nos-ipo .btn-primary.active, .nos-ipo .btn-primary:visited, .nos-ipo .btn-primary:active:hover, .nos-ipo .btn-primary.active:hover {
	background-color: var(--ipo);
	color: #ffffff;
}

.eu-profissional .btn-primary {
	border-color: var(--profissional);
	color: var(--profissional);
}
.eu-profissional .btn-primary:hover, .eu-profissional .btn-primary:focus, .eu-profissional .btn-primary.focus, .eu-profissional .btn-primary:active, .eu-profissional .btn-primary.active, .eu-profissional .btn-primary:visited, .eu-profissional .btn-primary:active:hover, .eu-profissional .btn-primary.active:hover {
	background-color: var(--profissional);
	color: #ffffff;
}

.contacts h5 {
	color: #646464;
}
/* HOMEPAGE */

.custom-header-media {
	height: 600px;
	background-size: cover;
	background-position: top center;
	margin-top: 0px;
	position: relative;
}

.home .main-header {
	position: relative;
	z-index: 1;
}

.banner-home {
	height: 600px;
	margin-top: -92px;
}

.banner-home .carousel-inner {
	position: absolute;
}

.banner-home .item {
	height: 600px;
	background-position: center center;
	background-size: cover;
}

.banner-menu {
	margin-top: 120px;
}

.banner-menu-item {
	position: relative;
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 30px;
}
.banner-menu-item div {
	padding: 0px 30px;
	line-height: 65px;
}
.banner-menu-item div:first-of-type {
	padding: 0px;
	text-align: center;
	width: 110px;
	font-size: 50px;
}
.background-menu-banner-block {
	background-color: rgba(255, 255, 255, .5);
	box-shadow: inset 0 0 0 0 rgba(255, 255, 255, .5);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.banner-menu-item .item-arrow {
	padding: 0px 15px;
}
.banner-menu-item a {
	color: #fff;
}

#eu-doente.banner-menu-item a:hover .background-menu-banner-block {
	color: #fff;
	box-shadow: inset 220px 0 0 0 var(--doente);
}
#eu-profissional.banner-menu-item a:hover .background-menu-banner-block {
	color: #fff;
	box-shadow: inset 340px 0 0 0 var(--profissional);
}
#eu-cidadao.banner-menu-item a:hover .background-menu-banner-block {
	color: #fff;
	box-shadow: inset 230px 0 0 0 var(--cidadao);
}
#nos-ipo.banner-menu-item a:hover .background-menu-banner-block {
	color: #fff;
	box-shadow: inset 130px 0 0 0 var(--ipo);
}

.quick-links {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quick-link-item {
	text-align: center;
	margin-bottom: 10px;
	color: var(--bemmeker);
	font-size: 30px;
	line-height: 30px;
}

.quick-link-item img {
	width: 30px;
}


.quick-links .holdingbox {
    height: 40px;
    margin-bottom: 10px;
}

.quick-links .leftbox {
    display: inline-block;
    position:absolute;
    right:0;
    height: 40px;
    width: 40px;
    padding: 5px;
    background-color: rgba(255, 255, 255, .6);
    color: var(--bemmeker);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.quick-links .leftbox:hover {
	background-color: var(--bemmeker);
	color: #FFFFFF;
}

.quick-links .holdingbox a {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.quick-links .leftbox img {
    margin: 0 auto;
    margin-top: 10px;
}

.quick-links .rightbox {
    position: absolute;
    right:40px;
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 40px;
    vertical-align: top;
    margin-right: 0;
}

.quick-links .rightbox a {
    text-decoration: none;
    color: #FFF;
}

.quick-links .content {
    width: 120px;
    position: absolute;
    background-color: var(--bemmeker);
    height: 40px;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    color: #FFF;
}

.quick-links .content p {
    margin: 0px;
    line-height: 40px;
    font-size: 16px;
}

.quick-link-3 .leftbox {
	background-image: url('images/pccc-icon.png');
	background-position: center;
	background-repeat: no-repeat;
}

.quick-link-3 .leftbox:hover {
	background-image: url('images/pccc-icon-hover.png');
}

.home-section {
	padding: 50px 0;
}
.list-block.events-home  {
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.events-home .list-title {
	font-size: 11px;
	line-height: 12px;
	padding: 15px 40px 15px 10px;
	width: auto;
	font-weight: 600;
}

.list-block.events-home .list-title .featured-item-date {
	font-size: 9px;
	margin-bottom: 2px;
}

.events-home .list-title a:hover {
	color: var(--bemmeker);
}

.events-home .list-number.event-date {
	padding: 10px 0;
}
.events-home .list-number.event-date .event-day {
	font-size: 34px;
	line-height: 34px;
}

.events-home .list-number.event-date .event-month {
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.events-home .list-link {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
}

.home-news-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.home-news-block .featured-news-thumb img {
	width: 100%;
}

.home-news-block .valign {
	display: flex;
	align-items: center;
	height: 90px;
}
.home-news-block .featured-news-content {
	padding: 15px 30px 15px 15px;
	position: relative;
}
.home-news-block .featured-news-date {
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
}

.home-news-block .featured-news-title h3 {
	font-size: 16px;
	line-height: 18px;
}

.home-news-block .featured-news-link {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
}

.destaque-block {
	margin-top: 15px;
	margin-bottom: 15px;
}
.destaque-block .destaque-thumb img {
	width: 100%;
}
.destaque-block .destaque-content {
	padding: 15px 30px 15px 15px;
	position: relative;
	min-height: 62px;
}

.home .destaque-block .destaque-content:hover {
	background-color: var(--bemmeker);
	color: #FFFFFF;
}

.destaque-block .destaque-title h3 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
}

.destaque-block .destaque-content:hover .destaque-link {
	color: #FFFFFF;
}

.destaque-block .destaque-link {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
}
.destaque-tag {
	font-size: 11px;
	text-transform: uppercase;
}
.destaque-tag i {
	margin-right: 5px;
}

.block-newsletter {
	margin: 10px 0;
	height: 125px;
}
.block-newsletter h3 {
	font-size: 20px;
}
.block-newsletter .block-description {
	margin-bottom: 10px;
}

.block-newsletter .input-field {
	position: relative;
}

.block-newsletter .input-field input {
    height: 40px;
    width: 100%;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 10px 35px 10px 10px;
}
.block-newsletter .input-field button {
    height: 40px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ffffff;
}
.block-newsletter .input-field button:hover {
	color: #fff;
	background-color: var(--bemmeker);
}

.block-transparencia .list-block {
	height: 90px;
}
.block-transparencia .list-title  {
	font-weight: 600;
	font-size: 20px;
	padding-right: 40px;
}
.block-transparencia .list-title h3 {
	font-size: 20px;
}
.block-transparencia .block-description {
	text-transform: none;
	font-weight: 300;
	margin-bottom: 0;
}
.block-transparencia .list-link  {
	height: 90px;
	line-height: 90px;
}



/* -- */

/* PAGES */
.child-page-block {
	border-left: 1px solid #F0F0F0;
	min-height: 140px;
	margin-bottom: 30px;
}
.child-page-block:last-of-type {
	border-right: 1px solid #F0F0F0;
}

.child-page-block > div {
	padding: 0 15px;
}

.child-page-block .page-icon {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 30px;
}
.child-page-block .page-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	min-height: 40px;
	line-height: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.child-page-block .page-link-button {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-top: 15px;
}
.child-page-block .page-link-button a {
	padding: 5px 15px;
	border: 1px solid var(--doente);
	letter-spacing: 0.5px
}

.child-page-block .page-link-button a:hover, .child-page-block .page-link-button a:visited, .child-page-block .page-link-button a:focus, .child-page-block .page-link-button a:active {
	text-decoration: none;
}

.eu-doente .child-page-block .page-link-button a {
	color: var(--doente);
	border-color: var(--doente);
}
.eu-doente .child-page-block .page-link-button a:hover {
	color: #FFFFFF;
	background-color: var(--doente);
}

.eu-cidadao .child-page-block .page-link-button a {
	color: var(--cidadao);
	border-color: var(--cidadao);
}
.eu-cidadao .child-page-block .page-link-button a:hover {
	color: #FFFFFF;
	background-color: var(--cidadao);
}

.eu-profissional .child-page-block .page-link-button a {
	color: var(--profissional);
	border-color: var(--profissional);
}
.eu-profissional .child-page-block .page-link-button a:hover {
	color: #FFFFFF;
	background-color: var(--profissional);
}

.nos-ipo .child-page-block .page-link-button a {
	color: var(--ipo);
	border-color: var(--ipo);
}
.nos-ipo .child-page-block .page-link-button a:hover {
	color: #FFFFFF;
	background-color: var(--ipo);
}

.nos-ipo .background-default .child-page-block .page-link-button a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.nos-ipo .background-default .child-page-block .page-link-button a:hover {
	color: var(--ipo);
	background-color: #FFFFFF;
}


.img-pres {
	width: 100%;
	margin-bottom: 15px;
}
.msg-pres {
	font-style: italic;
}

.item-media .destaque-title {
	margin-bottom: 15px;
}
.item-media .destaque-content {
	height: 220px;
	padding: 15px;
	position: relative;
}

.item-media .destaque-tag {
	position: absolute;
	bottom: 15px;
}



.indicadores {
	margin-bottom: 45px;
}

.indicador-icone {
	margin-bottom: 15px;
	font-size: 30px;
}

.indicador-valor {
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
}

.indicador-texto {
	font-size: 18px;
}


.featured-item-block .featured-item-thumb {
	width: 270px;
	height: 270px;
	float: left;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.featured-item-block .featured-item-content {
	display: table;
}

.featured-item-block .featured-item-date {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 5px;
}

.featured-item-block .featured-item-title {
	letter-spacing: 1px;
}

.featured-item-block .featured-item-title, .featured-item-block .featured-item-excerpt {
	margin-bottom: 20px;
}

.featured-item-block .featured-item-thumb .featured-item-number {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    top: 0;
    opacity: 0.75;
}

.featured-item-block .featured-item-thumb .featured-item-number .event-date {
	padding: 20px 10px;
}
.featured-item-block .featured-item-thumb .featured-item-number .event-date .event-day {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

.featured-item-block .featured-item-thumb .featured-item-number .event-date .event-month {
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.featured-item-block .featured-item-content .button {
	font-weight: 600;
}

.item-list-block {
	margin-bottom: 30px;
	position: relative;
}
.item-list-block .item-thumb {
	width: 170px;
	height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 30px;
}
.item-list-block .item-content {
	margin-right: 55px;
	padding-top: 10px;
}

.item-list-block .item-date {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 12px;
}

.item-list-block .item-title {
	margin-bottom: 10px;
}
.item-list-block .item-title h4 {
	font-weight: 600;
}

.item-list-block .item-excerpt {
	font-size: 18px;
}

.item-list-block .item-link {
	width: 30px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

a .item-list-block {
	color: #646464;
}

.nos-ipo a:hover .item-list-block .item-title {
	color: var(--ipo);
}

.nos-ipo a:hover .item-list-block .item-number {
	background-color: rgba(145, 193, 168, 0.75);
}

.nos-ipo a:hover .item-list-block .item-link {
	background-color: rgba(145, 193, 168, 0.75);
}


.item-list-block.event-list .item-number {
    width: 90px;
    height: 90px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.item-list-block.event-list .item-link {
	height: 90px;
	line-height: 90px;
}


.item-list-block.event-list .item-number .event-date {
	padding: 15px 10px;
}
.item-list-block.event-list .item-number .event-date .event-day {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

.item-list-block.event-list .item-number .event-date .event-month {
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}


.eu-profissional .item-title  a {
    color: #646464;
}
.eu-profissional .item-title a:hover {
    color: var(--profissional);
}


/* TIMELINE */

.svt-cd-timeline-content {
	border: none;
	padding: 0;
	box-shadow: none;
}

.svt-cd-timeline::before {
	background-color: var(--ipo);
}

.svt-cd-timeline-img {
	box-shadow: none;
	line-height: 60px;
	font-size: 25px;
}

.svt-cd-timeline-block {
	margin-top: 45px;
	margin-bottom: 45px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 2s, opacity 1s linear;
}

.svt-cd-timeline-block.more-padding {
	visibility: visible;
	opacity: 1;

}

.milestone-header {
	padding: 10px 20px;
}

.milestone-date {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
}
.milestone-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}

.milestone-image {
	margin-bottom: 15px;
}

.milestone-content {
	padding: 20px;
	font-size: 18px;
}

@media (max-width: 1169px) {
	.svt-cd-timeline-img {
	    box-shadow: none;
	    line-height: 40px;
	    font-size: 20px;
	}
}


/* __ */

.list-container {
	margin-top: 45px;
	margin-bottom: 45px;
}
.list-block{
	height: 70px;
	margin-bottom: 15px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	position: relative;
}

.list-number {
	float: left;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 29px;
	font-weight: 700;
}

.list-number > div, .list-number > i {
	width: 70px;
}

.list-number > div > i {
	line-height: 70px;
}

.list-title {
	float: left;
	font-size: 16px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.5px;
}

.list-title {
	color: #646464;
	display: block;
}

.list-subtitle {
	font-size: 11px;
	font-weight: 400;
}


.list-link {
	width: 30px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
}

.list-link i {
	text-align: center;
	width: 30px;
	line-height: 70px;
}

.eu-doente a:hover .list-title {
	color: var(--doente);
}

.eu-profissional a:hover .list-title {
	color: var(--profissional);
}

.eu-cidadao a:hover .list-title {
	color: var(--cidadao);
}

.nos-ipo a:hover .list-title {
	color: var(--ipo);
}

a:hover .list-number, a:hover .list-link {
	background-color: rgba(0, 119, 138, 0.75);
}

.eu-doente a:hover .list-number, .eu-doente a:hover .list-link {
	background-color: rgba(24, 133, 165, 0.75);
}

.eu-cidadao a:hover .list-number, .eu-cidadao a:hover .list-link {
	background-color: rgba(113, 201, 208, 0.75);
}

.eu-profissional a:hover .list-number, .eu-profissional a:hover .list-link {
	background-color: rgba(0, 159, 175, 0.75);
}

.nos-ipo a:hover .list-number, .nos-ipo a:hover .list-link {
	background-color: rgba(145, 193, 168, 0.75);
}

.block-description {
	font-size: 14px;
	margin-bottom: 30px;
}

.page-thumbnail img {
	width: 100%;
	height: auto;
}

.section-banner {
	background-position: center;
/*	background-attachment: fixed;*/
	background-size: cover;
	background-blend-mode: multiply;
}

.section-banner-title {
	padding: 310px 0 45px;
}


.eu-doente .section-banner {
	background-color: rgb(24, 133, 165);
}
.eu-profissional .section-banner {
	background-color: rgb(0, 159, 175);
}
.eu-cidadao .section-banner {
	background-color: rgb(113, 201, 208);
}
.nos-ipo .section-banner {
	background-color: rgb(145, 193, 168);
}

.section-banner-title h2 {
	color: #fff;
	margin: 0;
}

.single-banner {
/*	background-position: top center;*/
/*	background-attachment: fixed;*/
/*	background-size: cover;
	height: 400px;*/
}

.single-banner .img-responsive {
	width: 100%;
}

.team-photo {
	margin-bottom: 60px;
}
.team-category {
	margin-top: 15px;
}

.featured-news-date {
	text-transform: uppercase;
	font-size: 14px;
}

.featured-news-title h3 a {
	color: var(--bemmeker);
}

.featured-news-title h3 a:hover {
	color: #646464;
}

.news-list-block {
	clear: both;
	margin: 30px 0;
	background-color: #fff;
	max-height: 150px;
}
.news-list-thumb {
	width: 150px;
	height: 150px;
	float: left;
}

.news-list-content {
	float: left;
	font-size: 16px;
	padding: 15px;
}

.news-list-title h6 a {
	color: #646464;
}

.news-list-title h6 a:hover {
	color: var(--bemmeker);
}

.news-list-link {
	width: 30px;
	text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
}

.news-list-link i {
	margin-left: 10px;
}

.news-list-date {
	font-size: 12px;
	text-transform: uppercase;
}

.ipo-load-more {
	background-color: #fff !important;
	color: var(--bemmeker) !important;
	border: 1px solid var(--bemmeker) !important;
	border-radius: 0 !important;
	text-transform: uppercase;
}

.nos-ipo .ipo-load-more {
	color: #91C1A8 !important;
	border: 1px solid #91C1A8 !important;
}

.post-content {
	line-height: 30px;
}

.post-content p, .post-content ul {
	margin-bottom: 15px;
}

.post-content img {
/*	width: 100%;*/
	height: auto;
}

.post-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content h5 {
	margin-top: 60px;
	margin-bottom: 5px;
}

.post-content a:hover {
	text-decoration: underline;
}

.eu-cidadao .post-content li::before {
  content: "• ";
  color: var(--cidadao); /* or whatever color you prefer */
}

.eu-cidadao .destaque-block .destaque-title h3 a {
	color: var(--cidadao);
}
.eu-cidadao .destaque-block .destaque-title h3 a:hover {
	color: #646464;;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* EVENTOS */

.event-details {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}


/* GALLERY */

.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.fdi-Carousel .carousel-control {
	width: auto;
}

.fdi-Carousel .carousel-control .fa {
	top: 50%;
	position: absolute;
	margin-top: -20px;
}

.image-gallery .well {
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.carousel-control {
	text-shadow: none;
}

/* Galeria dadiva de sangue */

.ngg-gallery-thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    border: none !important;
    background-color: transparent !important;
}

.ngg-gallery-thumbnail-box {
/*	display: none;*/
}

.page-template-eu-cidadao_dadiva-sangue .ngg-galleryoverview {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
}

/* NAVBAR */
.caret {
	border: none;
	float: right;
	width: auto;
	margin-top: -5px;
}

.caret::before {
	font: normal normal normal 30px/1 FontAwesome;
    content: "\f107";
}

.dropdown.open .caret::before {
	font: normal normal normal 30px/1 FontAwesome;
    content: "\f106";
}

.language-chooser li {
	display: inline-block;
}
.language-chooser li::before {
	content:"";
}

.navbar-brand > img {
	height: 55px;
}

@media (max-width: 767px) {
	#content {
		margin-top: 50px;
	}
	.menu-container {
		background-color: #FFFFFF;
		border-bottom: 1px solid var(--bemmeker);
	}
	.navbar {
		margin-bottom: 0;
		background-color: #FFFFFF;
		position: fixed;
		width: 100%;
		z-index: 1;
		box-shadow: 0 10px 5px -5px rgb(0 0 0 / 32%);
		-webkit-box-shadow: 0 10px 5px -5px rgb(0 0 0 / 32%);
		-moz-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.32);
	}

	.navbar-brand {
	    height: 50px;
	    padding: 5px 0;
	    font-size: 18px;
	    line-height: 40px;
	}
	.navbar-brand > img {
	   	height: 40px;
	}

	.navbar-toggle {
		border: 1px solid var(--bemmeker);
		background-color: var(--bemmeker);
	}
	.navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	ul.navbar-nav li::before {
	    content: none;
	}
	ul.navbar-nav li {
	    padding: 0;
	    text-indent: 0;
	}
	ul.navbar-nav li a {
	    padding: 10px 15px;
	    text-transform: uppercase;

	}

	ul.navbar-nav li.background-custom-1 {
		background-color: #ffffff;
	}

	ul.navbar-nav li.background-custom-1 a {
		color: var(--ipo);
	}

	ul.navbar-nav li.background-custom-2 {
		background-color: #ffffff;
	}

	ul.navbar-nav li.background-custom-2 a {
		color: var(--cidadao);
	}

	ul.navbar-nav li.background-custom-3 {
		background-color: #ffffff;
	}

	ul.navbar-nav li.background-custom-3 a {
		color: var(--profissional);
	}

	ul.navbar-nav li.background-custom-4 {
		background-color: #ffffff;
	}

	ul.navbar-nav li.background-custom-4 a {
		color: var(--doente);
	}
	.search-xs {
	    padding: 15px 0;
	    margin-left: 0;
	    margin-bottom: 90px;
	    border: 1px solid #ccc;
	    border-left: none;
	    border-right: none;
	}
	#searchform > div {
	    font-size: 14px;
	}
	.search-form input {
		width: 90%;
		height: 35px;
		font-size: 14px;
	}
	.search-form button {
		width: 10%;
		padding: 0 10px 0 0;
		text-align: right;
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}

	.button-bem-me-quer {
		width: 44px;
		position: absolute;
		right: 70px;
		top: -7px;
		height: 34px;
		line-height: 34px;
		padding: 7px 12px;

	}

	.banner-home {
		margin-top: 0;
	}

	.home-news-block {
		margin-top: 45px;
		margin-bottom: 15px;
	}

	.block-newsletter {
		margin-top: 30px;
	}

}
@media (min-width: 768px) {
	.destaque-title h3 {
		height: 30px;
	}

	/* NAVBAR */

	.menu-container {
		background-color: var(--bemmeker);
	}



	.container > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar {
	    margin-bottom: 0;
	    border: none;
	    min-height: 40px;
	}

	.navbar-nav {
	    float: none;
	}

	.navbar-nav > li {
	    float: left;
	    width: 25%;
	    text-align: center;
	    text-transform: uppercase;
	    padding-left: 0;
	    text-indent: 0;
	}

	.navbar-nav > li::before {
	    content: none;
	}


	.navbar-nav > li a {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 0;
	}

	.navbar-nav > li span {
		font-weight: 700;
	}

	.navbar-nav > li >a:hover, .navbar-nav > li >a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	    background-color: rgba(255,255,255,0.25);
	    border: none;
	}


	.navbar-nav > li > .dropdown-menu {
	    margin-top: 0;
	    border-radius: 0;
	    width: 100%;
	    border: none;
	    padding-top: 0;
	    padding-bottom: 0;
	    letter-spacing: 1px;
	}

	.navbar-nav > li.background-custom-1 > .dropdown-menu {
		background-color: var(--ipo);
	}

	.navbar-nav > li.background-custom-2 > .dropdown-menu {
		background-color: var(--cidadao);
	}

	.navbar-nav > li.background-custom-3 > .dropdown-menu {
		background-color: var(--profissional);
	}

	.navbar-nav > li.background-custom-4 > .dropdown-menu {
		background-color: var(--doente);
	}

	.dropdown-menu  > li {
	    padding-left: 0;
	}

	.dropdown-menu  > li::before {
	    content: none;
	}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	    color: #FFFFFF;
	    text-decoration: none;
	    background-color: rgba(255,255,255,0.25);
	}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	    background-color: rgba(255,255,255,0.15);
	}

	.main-page-content.teste {
		margin-top: 112px;
	}



 }
@media (min-width: 768px) and (max-width: 991px) {
	/*.list-title {
		width: 245px;
	}*/
	.msg-pres {
		margin-top: 55px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/*.list-title {
		width: 193px;
	}*/
	.home-news-block .featured-news-thumb  {
		height: 140px;
	}
}
@media (min-width: 992px) {
	.msg-pres {
		margin-top: 123px;
	}
	.home-news-block .featured-news-thumb {
		height: 140px;
		background-size: contain;
    	background-repeat: no-repeat;
    	background-position: center center;
		background-color: white;
	}

	.destaque-thumb img {
		height: 140px;
	}
}
@media (min-width: 1200px) {
	/*.list-title {
		width: 260px;
	}*/
}

/*CIBERCONCEITO*/

/*RORENO*/
.roreno-headline .text-default {
	color: var(--cidadao);

}
.color-green {
	color: var(--cidadao);
}

.home .destaque-block .destaque-content.roreno-headline:hover {
	background-color: var(--cidadao);
}


/*COMMON*/
/*HEADER POPUP*/
#paoc-modal-1 li {
	text-indent: 0px;
	padding-left: 5px;
}
#paoc-modal-1 ul, #paoc-modal-1 ol  {
	list-style: none;
}

/*TITLE*/



.roreno-main-title .container-lead {
	padding-top: 100px;
}



/*MENU*/
#menu-roreno {
	border: 3px solid white;
}

.menu-roreno-container {
	width: 240px;
	max-height: 400px;
	position: fixed;
	top: 300px;
	z-index: 1;
}

@media (max-width: 767px) {
	.menu-roreno-container {
		position: fixed;
		z-index: 1;
		bottom: 20px;
		top: inherit;
	}

	.roreno h2.roreno-image-title {
		font-size: 20px;
	}

	.roreno div.list-title {
		font-size: 11px;
		line-height: initial;
	}

	.roreno .titulo-publicacao {
		font-size: 11px;
	}

}

.menu-roreno-container .sub-menu {
	display: none;
}

.menu-roreno-container .sub-menu li {
	padding: 0px;
	text-indent: 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 25px;
}

.menu-roreno-container .sub-menu li:hover {
	background-color: #f0f0f0;

}

.menu-roreno-container .sub-menu li:hover a {
	color: black;
	font-weight:
}


.menu-roreno-container > ul > li:hover .sub-menu {
    padding-top: 20px;
	display: block;
}

.roreno .menu-roreno-container > ul > li:hover::before {
	content: "\f104";
}

.roreno .menu-roreno-container > ul > li:hover {
	padding-bottom: 0px;
}

.roreno .menu-roreno-container > ul > li > a {
	margin-left: 25px;
	color: var(--cidadao);
	font-size: 18px;
	font-weight: bold;
}

.menu-roreno-container > ul > li:first-child {
	text-indent: initial;
	background-color: #f0f0f0;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.menu-roreno-container > ul > li:hover > a, .menu-roreno-container > ul > li:hover::before {
	color: white;
}

.menu-roreno-container > ul > li:hover:first-child  {
	background-color: var(--cidadao);
}


.roreno .menu-roreno-container > ul > li::before {
	content: "\f105";
	float: right;
	margin-right: 15px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;

}

.menu-roreno-container li a {
	color: #ffffff;
}

.menu-roreno-container ul.sub-menu li a {
	font-weight: normal;
	font-size: 14px;
}

.menu-roreno-container ul.sub-menu li::before {
	content: "";
}




/*TITLE*/

.roreno-title {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: var(--cidadao);
}

.background-custom-5 {
	background-color: var(--cidadao);
}

.background-custom-6 {
	background-color: #d8d8d8;
}

.roreno-novidade-date-holder {
	line-height: initial;
	font-size: initial;
}
.roreno-novidade-date-holder p {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	color: #ffffff;
	margin-bottom: 0px;

}

.roreno-novidade-date-holder .dia {
	font-size: 34px;
}

.roreno-novidade-date-holder .mes {
	font-size: 9px;
}

.roreno-novidade-date-holder .ano {
	font-size: 9px;

}

.roreno-list-info-container {
	width: 100%;
	overflow: auto;
}

.roreno-list-info-container p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: 0.1px;
	color: #646464;
}

.roreno-list-info-container span {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0.2px;
	color: #64656b;
}

.roreno-homepage-list .list-block {

	height: 170px;
	align-items: normal;
}

.roreno-homepage-list .list-number {
	height: 170px;
	width: 170px;
}

.roreno-homepage-list .list-link {
	height: 170px;
	line-height: 170px;
}

.roreno-list-info-container .subtitulo-evento {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	color: #646464;
	text-transform: initial;
	margin: 0px;
}

.roreno-list-info-container .data-evento {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	color: #646464;
	margin: 0px;
}

.roreno-list-info-container .local-evento {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	color: #646464;
	margin: 0px;
}

.roreno-list-info-container .subtitulo-noticia {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	color: #646464;
	text-transform: initial;
}

h2.roreno-position {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	color: var(--cidadao);
	margin-bottom: 10px;
	text-align: initial;
}

.roreno-subtitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: 0.1px;
	color: var(--cidadao);
    text-align: left;
}

.roreno-image-title {
	margin-top: -90px;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #ffffff;
}

.manager-instituito span {
	font-weight: normal;
}

#roreno-page-title {
	color: var(--cidadao);
}


/*COMMON*/

.roreno a:hover {
    text-decoration: none;
}

.roreno a:hover .titulo-publicacao {
    color: var(--cidadao);
}
.roreno ul li::before {
	color:var(--cidadao);
}

.roreno a:hover .list-number {
	background-color: var(--cidadao);
	opacity: 0.5;
}

.roreno a:hover .list-title {
	color: var(--cidadao);
}

.roreno a:hover .list-link {
	background-color: var(--cidadao);
	opacity: 0.5;
}

.roreno-list-btn-next-holder {
	text-align: right;
}

.roreno-list-btn-next {
	padding:10px 30px;
	border:1px solid #646464;
	color:#646464;
}

.roreno-list-btn-next:hover {
	background-color: var(--cidadao);
	color:#FFF;
	border-color:#FFF;
}

.roreno-list-btn-next-holder a {
	color:#646464;
}

.roreno .post-content a:hover {
	text-decoration: none;
}

/*HOMEPAGE*/
#roreno-page-title {
	padding: 0px 10%;
}



/*SOBRE NOS*/
.pessoas-holder p {
	margin-bottom: 0px;
}

.instituicoes-holder .roreno-local-instituito {
	margin-top: 5px;
	margin-bottom: 0px;
}

.instituicoes-holder .manager-instituito {
	margin: 0px;
}

/*REGISTO ONCOLOGICO*/

.roreno-registo-oncologico a {
	color:var(--cidadao);
}

.titulo-publicacao {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	color: #64656b;
	padding-top: 10px;
}

.author-publicacao {
	font-weight: normal;
}

#cientificas, #nacionais, #roreno {
	padding-top: 110px;
	
}
.roreno-publicacoes .child-page-block {
	margin: 30px 0;
	min-height: 40px;
}

.roreno-publicacoes .child-page-block > div {
	padding: 20px;
} 

.roreno-publicacoes .child-page-block .page-title {
	margin: 0;
}

.roreno-publicacoes .list-block {
	height: 170px;
	line-height: 170px;
}

.roreno-publicacoes .list-number {
	height: 170px;
	line-height: 170px;
}

.roreno-publicacoes .list-link {
	height: 170px;
	line-height: 170px;
}

.roreno-publicacoes .container {
	max-width: 720px;
}

.roreno-publicacoes .roreno_publicacao_capa_holder {
/*	min-height: 265px;*/
	min-height: 210px;
}

.roreno-publicacao-col-holder {
	/*padding: 0px;*/
}


/*ESTATISCAS*/
.board {
	padding: 25px;
	min-height: 220px;
	background-color: #f0f0f0;
	margin-top: 25px;
}

.board .board-title {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.89;
	letter-spacing: 0.1px;
	color: #646464;
}

.board .board-title h3 {
	margin-bottom: 15px;
}

.roreno .form-control:focus {
	box-shadow: none;
	border-color: #646464;
}

.roreno .form-control {
	border-color: #646464;
	border-radius: 0px;
}



@media only screen and (min-width: 992px) {
	.roreno-estatisticas-select-holder-right .roreno-estatisticas-select, .roreno-estatisticas-select-holder-right .roreno-estatisticas-select-white {
		float: right;
	}

	.roreno-estatisticas-select-holder-left .roreno-estatisticas-label-select {
		text-align: left;
	}

	.roreno-estatisticas-label-select {

		text-align: right;
	}
}

.roreno-estatisticas-select-holder-left, .roreno-estatisticas-select-holder-right {
	padding-top: 20px;
}


.roreno-estatisticas-select {
	border: 0px;
	box-shadow: none;
	background-color: #f0f0f0;
	border-radius: 0px;
	box-shadow: none;
	max-width: 180px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.89;
	letter-spacing: 0.1px;
	color: #646464;
}

.roreno-estatisticas-select-white {
	border: 0px;
	box-shadow: none;
	background-color: #ffffff;
	border-radius: 0px;
	max-width: 180px;
}

.roreno-estatisticas-label-select {
	padding-top: 10px;
}

.roreno-subtitle-center.roreno-subtitle {
	text-align: center;
}

.roreno-publicacao-holder {
	text-align: center;
	margin-top: 15px;
}

.roreno-publicacao-holder:hover h3.roreno-publicacao-titulo-capa {
	color: var(--cidadao);
}

.roreno_publicacao_capa_holder img {
	width: 100%;
}

@media only screen and (min-width: 992px) {

	.roreno-subtitle-center.roreno-subtitle {
		text-align: left;
	}

	.roreno-publicacao-holder {
		text-align: left;

	}

	.roreno-publicacao-holder-left {
		padding-left: 90px;
	}

	.roreno-publicacao-holder-right {
		padding-right: 90px;
	}
}

h3.roreno-subtitle.roreno-subtitle-publicacao-tipo {
	color: var(--cidadao);
}

.roreno-subtitle.roreno-subtitle-publicacao-tipo {
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.85;
	letter-spacing: 0.3px;
	color: var(--cidadao);
	text-align:center;
}

.roreno-publicacoes a {
	color:var(--cidadao);
}

.roreno h3.roreno-publicacao-titulo-capa {
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: 0.1px;
	color: #646464;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: initial;
}

#roreno-page-title, .roreno-page-title {
	color: var(--cidadao);
}

/*PROJETOS*/

.roreno-projetos .list-title {
	padding-left: 0px;
}

.roreno-projetos .list-block {
	height: inherit;
}

@media only screen and (min-width: 992px) {

	.roreno-projetos .list-block {
		margin-top: 30px;
		height: 70px;
	}
}



.contexto-projeto {
	font-weight: normal;
	margin-bottom: 0px;
}

.roreno-projetos a {
	color:var(--cidadao);
}

.titulo-projeto {
	margin: 0px;
	margin-top:
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	color: #64656b;
	padding-bottom: 5px;
}

.titulo-projeto:hover {
	color: var(--cidadao);
}

.author-projeto {
	font-weight: normal;
}

.roreno-link a:hover .titulo-publicacao {
	color:var(--cidadao);
}

.roreno-link a {
	color:var(--cidadao);
}


/*LINKS*/


/*CONTACT*/
div.wpcf7 .ajax-loader {
	display: none;
}

.roreno-contact-form-holder label {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.89;
	letter-spacing: 0.1px;
	color: #646464;
	text-transform: uppercase;
}

.roreno-contact-form-holder .form-group div {
	text-align: right;
}

.roreno-contactos li a:hover {
	color:var(--cidadao);
}

.roreno-contactos a {
	color:var(--cidadao);
}


.wpcf7-form .form-group {
	border-radius: 0px;
}





.roreno .wpcf7-submit {
	padding:10px 30px;
	border:1px solid #646464;
	color:#646464;
}

.roreno .wpcf7-submit:hover {
	background-color: var(--cidadao);
	color:#FFF;
	border-color:#FFF;
}

@media (max-width: 992px) {

	.navbar-nav > li a {
		font-size: 15px;
	}
}


/*INVESTIGAÇÃO*/
.button-login-area-reservada {
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 150px;
}

@media only screen and (min-width: 768px) {

	.button-login-area-reservada {
		right: 100px;
	    top: 350px;
    }

}

@media only screen and (min-width: 1280px) {

	.button-login-area-reservada {
		right: 300px;
		top: 450px;
	}

}

.button-login-area-reservada {

	width: 190px;
	border-radius: 2px;
	background-color: var(--profissional);
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;

}

.button-login-area-reservada .text-container {

	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #ffffff;

}

.button-login-area-reservada .text-container span {

	font-weight: bold;

}

/*LOGIN AREA*/
.remember {
	margin-left: -15px;
}

.login-area-reservada input[type=checkbox] {
	transform: scale(1.5);
}

.login-area-reservada input[type=checkbox] {
	width: 12px;
	height: 12px;
	cursor: pointer;
	font-size: 7px;
	visibility: hidden;
}

.login-area-reservada input[type=checkbox]:after {
	content: " ";
	background-color: var(--profissional);
	display: inline-block;
	color: #ffffff;
	width: 12px;
	height: 12px;
	visibility: visible;
	border: 1px solid #ffffff;
	padding-left: 2px;
	border-radius: 0.5px;
}

.login-area-reservada input[type=checkbox]:checked:after {
  content: "\2714";
  padding: -5px;
  font-weight: bold;
}



.login-area-reservada .checkbox {
	text-align: left;
	padding-left: 20px;
}

.login-area-reservada {
	display: none;

	position: absolute;
	right: 20px;
	top: 150px;
	z-index: 11;
	text-align: center;
}

@media only screen and (min-width: 768px) {

	.login-area-reservada {
		right: 100px;
	    top: 350px;
    }

}

@media only screen and (min-width: 1280px) {

	.login-area-reservada {
		right: 300px;
		top: 450px;
	}

}

.eu-profissional a.cc-password {
	width: 265.8px;
	height: 43.1px;
	opacity: 0.8;
	border-radius: 2px;
	background-color: #4a4a4a;

	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #ffffff;
	padding: 15px 10px;

}

.eu-profissional a.forgot-password {
	font-size: 10.5px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #787e8c;
}

.login-area-reservada .login {
	width: 265.8px;
	height: 43.1px;
	border-radius: 2px;
	background-color: var(--profissional);

	font-size: 13.2px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #ffffff;
}

.login-area-reservada {
	width: 340px;
	height: 380px;
	border-radius: 2px;
	background-color: #ffffff;
}

.login-area-reservada .text-container {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #444444;
}

.login-area-reservada .text-container span {
	font-weight: bold;
}

.login-area-reservada .username, .password {
	width: 265.8px;
	height: 44.1px;
	border-radius: 1.8px;
	background-color: #e5e9ed;
}

.login-area-reservada .remember-label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #787e8c;
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
	#menu-menu-principal .menu-item-has-children li a {
		font-size:10px;
	}
}

@media screen and (max-width: 999px) and (min-width: 768px) {
	#menu-menu-principal .menu-item-has-children li a {
		font-size:8px;
	}
}


@media (max-width: 768px) {
	#menu-menu-principal li {
		z-index: 11;
	}
}

.container-chat {
		position: fixed;
    height: 40px;
    width: 40px;
    padding: 5px;
    color: var(--cidadao);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

/* SITE MAP*/

.wsp-container h2 {
	color: var(--bemmeker);
	margin-top: 30px;
	margin-bottom: 15px;
}

.wsp-container ul.children {
	padding-left: 20px;
	margin-bottom: 0;
}

#slider-ipo .carousel-indicators li {
	padding: 0;
    width: 12px;
    height: 12px;
	border: none;
    border-radius: 50%;
    padding-right: 10px;
    background-color: white;
}

#slider-ipo h2, #slider-ipo h4, #slider-ipo h6 {
	text-transform: unset;
}

#slider-ipo .carousel-indicators li.active {
	background-color: var(--bemmeker);
	margin: 1px;
}

#slider-ipo .carousel-caption {
	left: 10%;
	right: 10%;
	top: 0;
	text-align: left;
	padding-bottom: 65px;
	padding-top: 65px;
}

@media(min-width: 768px) {
	#slider-ipo .carousel-caption {
		padding-top: 120px;
	}
}

#slider-ipo .carousel-caption-inner {
	position: relative;
	height: 100%;
}

#slider-ipo .carousel-caption h2 {
	text-align: left;
	line-height: normal;
	margin-bottom: 10px;
}

#slider-ipo .carousel-caption h4 {
	line-height: normal;
}



#slider-ipo .carousel-caption h6 {
	margin-bottom: 20px;
}

#slider-ipo .slide-content p {
	font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

@media(max-width: 767px) {
	#slider-ipo .slide-content p {
		font-size: 14px;
	}
}

#slider-ipo .carousel-caption .call-to-action {
	text-align: right;
	bottom: 0;
    position: absolute;
    right: 0;
}

#slider-ipo .carousel-caption .call-to-action a {
	color: white;
	background: var(--bemmeker);
    padding: 14px 12px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
	
}

@media(max-width: 767px) {
	#slider-ipo .carousel-caption .call-to-action a {
		padding: 8px 6px;
   		font-size: 14px;
	}
}

#slider-ipo .carousel-control {
	width: 5%;
}

#slider-ipo .carousel-control.right,
#slider-ipo .carousel-control.left {
	background-image: none;
}

#slider-ipo .carousel-control.right i {
	right: 10px;
}

#slider-ipo .carousel-control.left i {
	left: 10px;
}

#slider-ipo .carousel-control i {
	top: 50%;
    position: absolute;
	font-size: 34px;
}

body.page-template-home-2021 {
	background: #F7F7F7;
}

body.page-template-home-2021 .main-header {
	background: none;
}

body.page-template-home-2021 .top-header {
	border-bottom: none;
}

.d-inline-block {
	display: inline-block;
}

.d-inline {
	display: inline;
}

@media(min-width: 768px) {
	body.page-template-home-2021 .site-header {
		height: 95px;
		z-index: 10000;
		position: fixed;
		top: 0;
		width: 100%;
	}
	
	body.page-template-home-2021 #content {
		margin-top: calc(95px + 30px);
	}

	body.page-template-home-2021 #main-content {
		margin-top: 60px;
	}

	body.page-template-home-2021.admin-bar .site-header {
		top: 32px;
	}
	body.page-template-home-2021 .scrolling {
		border-bottom: 1px solid #F0F0F0;
		background: white;
		transition: background 0.5s ease-in;
		-webkit-transition: background 0.5s ease-in;
		-moz-transition: background 0.5s ease-in;
		-o-transition: background 0.5s ease-in;
		box-shadow: 0 10px 5px -5px rgba(0,0,0,0.32);
		-webkit-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.32);
		-moz-box-shadow: 0 10px 5px -5px rgba(0,0,0,0.32);
	}

	.ipo-panel-group.panel-group .panel + .panel {
		margin: 0;
	}
}

body.page-template-home-2021 .panel-ipo {
	border: none;
	background: none;
	box-shadow: none;
}

body.page-template-home-2021 .panel-ipo .panel-heading {
	padding: 0;
	background: transparent;
    user-select: none;
	position: relative;
	width: fit-content;
}

body.page-template-home-2021 .panel-ipo .panel-heading .background-custom-4 {
	color: white;
	font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
	line-height: 50px;
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle.collapsed #eu-doente .background-menu-banner-block,
body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle.collapsed #eu-profissional .background-menu-banner-block,
body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle.collapsed #eu-cidadao .background-menu-banner-block,
body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle.collapsed #nos-ipo .background-menu-banner-block {
	background: white;
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle:not(.collapsed) .background-menu-banner-block {
	color: white;
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle #eu-doente .background-menu-banner-block {
	background: var(--doente);
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle #eu-profissional .background-menu-banner-block {
	background: var(--profissional);
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle #eu-cidadao .background-menu-banner-block {
	background: var(--cidadao);
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle #nos-ipo .background-menu-banner-block {
	background: var(--ipo);
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings";
    content:"\e113";
    color: white;
    height: 50px;
	width: 35px;
	line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    top: 0px;
    position: absolute;
    font-size: 18px;
    right: -35px;
	font-weight: 600;
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle.collapsed:after {
	content:"\e114";
}

body.page-template-home-2021 .panel-ipo .panel-heading .accordion-toggle {
	text-decoration: none;
}

body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body {
	border: none;
}

body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body .panel-body-ipo-categories .panel-body-ipo-category {
	padding: 0;
	text-indent: unset;
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: normal;}

body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body .panel-body-ipo-categories .panel-body-ipo-category:before {
	display: none;
}

body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body .panel-body-ipo-categories .panel-body-ipo-category a {
	margin: 0;
	text-transform: uppercase;
}

body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body .panel-body-ipo-categories .panel-body-ipo-category a:hover,
body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body .panel-body-ipo-categories .panel-body-ipo-category a:active {
	font-weight: bold;
	text-decoration: none;
}

@media(min-width: 768px) {
	body.page-template-home-2021 .panel-ipo .panel-collapse > .panel-body {
		padding-left: 105px;
		padding-top: 0;
	}
}

body.page-template-home-2021 .site-header .language-chooser li.active a span {
	font-weight: bold;
}

body.page-template-home-2021 .site-header .language-chooser li:first-child:after {
    content: "|";
    color: #fff;
    margin-left: 5px;
	font-weight: 300;
}

body.page-template-home-2021 .site-header .language-chooser li {
	padding: 0;
	display: inline;
	font-size: 18px;
}

body.page-template-home-2021 .site-header .language-chooser li a {
	color: white;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body.page-template-home-2021 .site-header .language-chooser li a span {
	font-weight: normal;
}

body.page-template-home-2021 .site-header .navbar-nav > li >a:hover, .navbar-nav > li >a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent;
}

body.page-template-home-2021 .site-header .navbar-main-ipo {
	z-index: 2;
}

.col-offset-top-slider-ipo {
	margin: 0 -15px;
}
@media(min-width: 768px) {
	body.page-template-home-2021 .site-header .navbar-default {
		background: transparent;
	}

	body.page-template-home-2021 .site-header .navbar-left li a {
		line-height: 95px;
		padding: 0;
	}
	.col-offset-top-slider-ipo {
		margin: -30px 0 0 0;
	}

	body.page-template-home-2021 .ipo-panel-group #eu-doente,
	body.page-template-home-2021 .ipo-panel-group #eu-profissional,
	body.page-template-home-2021 .ipo-panel-group #eu-cidadao,
	body.page-template-home-2021 .ipo-panel-group #nos-ipo {
		font-size: 0px;
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	body.page-template-home-2021 .ipo-panel-group .banner-menu-item div:first-of-type {
		color: white;
		width: 85px;
		font-size: 35px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		padding-left: 10px;
		padding-right: 10px;
		height: 50px;
		line-height: 50px;
	}

	body.page-template-home-2021 .ipo-panel-group .background-menu-banner-block {
		line-height: 50px;
		font-size: 35px;
		margin: 0;
		height: 50px;
		padding: 0px 20px;
	}
}

.row-equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

body.page-template-home-2021 .carousel-inner img {
	height: auto;
	width: 100%;
}

body.page-template-home-2021 .newsletter-wrapper {
	position: absolute;
	width: 391px;
    bottom: 0px;
}
body.page-template-home-2021 .newsletter-wrapper .wpcf7 {
	margin: 0;
	position: relative;
}

body.page-template-home-2021 .newsletter-wrapper .newsletter-form .form-group {
 	display: inline-block;
	width: 100%;
	margin: 0;
}

body.page-template-home-2021 .newsletter-wrapper .newsletter-form input[type=email] {
	height: 50px;
	border-radius: 0;
	width: 100%;
	border: none;
	line-height: 50px;
}

body.page-template-home-2021 .newsletter-wrapper .newsletter-form input[type=email] {
	font-size: 20px;
	color: var(--doente);
}

body.page-template-home-2021 .newsletter-wrapper .newsletter-form input[type=email]::placeholder {
	color: var(--doente);
}


body.page-template-home-2021 .newsletter-wrapper .newsletter-form input[type=submit] {
	font-family: 'Glyphicons Halflings';
    height: 50px;
    width: 35px;
    padding: 0;
    background-color: var(--doente);
    color: white;
	position: absolute;
	top: 0;
    position: absolute;
    right: 0;
}

body.page-template-home-2021 .home-section h2 {
	text-align: left;
	text-transform: unset;
	font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    color: var(--bemmeker);
}

body.page-template-home-2021 #menu-menu-footer li::before {
	display: none;
}

body.page-template-home-2021 #menu-menu-footer li a {
	margin: 0;
}

body .site-footer  {
	padding-top: 0;
}

body .site-footer hr {
	border-top: 2px solid #00788a;
	margin-bottom: 30px;
	margin-top: 0%;
}

body .site-footer h2.widget-title {
	text-transform: unset;
	font-weight: bold;
}

.site-footer > .container > .row > div {
	margin-bottom: 20px;
}

@media(min-width: 768px) {
	body.page-template-home-2021 #searchform input[type=text] {
		text-transform: uppercase;
		color: var(--bemmeker);
		font-weight: 600;
		font-size: 25px;
		background: none;
		border: none;
		border-bottom: 2px solid var(--bemmeker);
		outline: none;
	}

	body.page-template-home-2021 #searchform button {
		background: none;
		border: none;
		color: white;
	}
}
body.page-template-home-2021 .home-section .view-more a:hover {
	text-decoration: underline;
}

body.page-template-home-2021 .button-bem-me-quer {
	height: 50px;
    margin: 0;
    padding: 10px 15px;
	border-radius: 0;
	background-color: white;
	font-size: 18px;
}

body.page-template-home-2021 .button-bem-me-quer span {
	font-size: 18px;
}

body.page-template-home-2021 .button-bem-me-quer a {
	line-height: 25px;
	color: var(--bemmeker);
}

body.page-template-home-2021 .button-bem-me-quer .img-container img {
	vertical-align: top;
	padding-top: 3px;
}

body.page-template-home-2021 .button-bem-me-quer .img-container img.icon-white {
	display: none;
}

@media(min-width: 768px) {
	body.page-template-home-2021 .navbar-main-ipo .container > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	body.page-template-home-2021 .navbar-main-ipo .navbar-right {
		width: 50%;
		padding: 25px 0;
		margin-right: 0;
	}

	body.page-template-home-2021 .navbar-main-ipo .navbar-right li.item {
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
		line-height: 45px;
	}

	body.page-template-home-2021 .navbar-main-ipo .header-info {
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		text-align: right;
		line-height: inherit;
		color: #ffffff;
	}

	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .header-info,
	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .language-chooser li a,
	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .language-chooser li:first-child:after {
		color: var(--bemmeker);
	}

	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .button-bem-me-quer {
		background-color: var(--bemmeker);
	}

	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .button-bem-me-quer a {
		color: white;
	}

	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .button-bem-me-quer .img-container img.icon-default {
		display: none;
	}

	body.page-template-home-2021 .site-header.scrolling .navbar-main-ipo .button-bem-me-quer .img-container img.icon-white {
		display: block;
	}

	body.page-template-home-2021 .site-header.scrolling #searchform button {
		color: var(--bemmeker);
	}

	body.page-template-home-2021 .ipo-panel-group .banner-menu-item {
		margin-bottom: 20px;
	}
}

@media(max-width: 767px) {
	.container > .navbar-header {
		height: 65px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-toggle {
		background: none;
		border: none;
		margin-top: unset;
		margin-bottom: unset;
	}

	.navbar-brand {
		padding: 0;
		line-height: normal;
		height: 32px;
		padding-left: 15px;
	}

	.navbar-brand img {
		height: inherit;
	}

	.navbar-toggle .icon-bar {
		background-color: var(--bemmeker);
	}

	body .navbar-header .button-bem-me-quer {
		position: relative;
		float: right;
		right: unset;
		top: unset;
		margin-right: 10px;
		height: 32px;
		width: 32px;
		background: var(--bemmeker);
		padding: 0;
		margin-top: 0;
		border-radius: 0;
	}
	
	body .navbar-header .button-bem-me-quer .img-container {
		float: unset;
	}	
	body .navbar-header .button-bem-me-quer .img-container img {
		padding-top: 3px;
	}	
}

body.page-template-home-2021 .panel-ipo .eu-doente.accordion-toggle:after {
	background-color: var(--doente);
}

body.page-template-home-2021 .panel-ipo .eu-profissional.accordion-toggle:after {
	background-color: var(--profissional);
}

body.page-template-home-2021 .panel-ipo .eu-cidadao.accordion-toggle:after {
	background-color: var(--cidadao);
}

body.page-template-home-2021 .panel-ipo .nos-ipo.accordion-toggle:after {
	background-color: var(--ipo);
}

body.page-template-home-2021 #fake-submit-button {
	display: none;
}

body.page-template-home-2021 #searchform-wrapper {
	display: none;
    z-index: 4;
    position: absolute;
    width: 40%;
    top: 30px;
    left: 40%;
	text-align: center;
}

body.page-template-home-2021 #searchform-outer {
	content: "";
	display: none;
}

body.page-template-home-2021 .site-header #fake-submit-button {
    color: white;
	cursor: pointer;
}

body.page-template-home-2021 .site-header.scrolling #fake-submit-button {
    color: var(--bemmeker);
}

body.page-template-home-2021 .list-number {
	width: 70px;
	height: 65px;
	line-height: 65px;
	font-size: 34px;
}

body.page-template-home-2021 .events-home .list-title {
	height: 65px;
	padding: 10px 50px 10px 5px;
	text-transform: initial;
}

body.page-template-home-2021 .list-block.events-home .list-title .featured-item-date {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

@media(min-width: 768px) {
	body.page-template-home-2021 #searchform-outer {
		position: absolute;
		top: 95px;
		left: 0;
		width: 100%;
		height: 200px;
	}
}

body.page-template-home-2021 .home-section  {
	padding: 0 0 60px 0;
}

body.page-template-home-2021 .home-section .list-block.events-home {
	height: 65px;
	margin-top: 15px;
	margin-bottom: 15px;
}

body.page-template-home-2021 .home-section .list-block.events-home .container-right {
	height: inherit;
}

body.page-template-home-2021 .home-section .events-home .list-link {
	width: 46px;
    height: 100%;
}

body.page-template-home-2021 .home-section .events-home .list-link i {
	line-height: 65px;
}

body.page-template-home-2021 .home-section .home-news-block {
	margin-bottom: 0;
}

body.page-template-home-2021 .home-section .home-news-block .valign {
	align-items: initial;
}
body.page-template-home-2021 .home-section .home-news-block .featured-news-content {
    padding: 10px 30px 10px 10px;
	width: 100%;
}

body.page-template-home-2021 .home-section .home-news-block .featured-news-content:hover {
	background-color: var(--bemmeker);
	color: white;
}

body.page-template-home-2021 .home-section .featured-news-content .featured-news-title h3 {
	text-transform: initial;
	font-weight: bold;
}

body.page-template-home-2021 .home-section .home-news-block .featured-news-content:hover .featured-news-link {
	color: white;
}


body.page-template-home-2021 .home-section .block-transparencia .list-block {
    height: 65px;
}
body.page-template-home-2021 .home-section .block-transparencia .list-link {
    height: 65px;
    line-height: 65px;
}

body.page-template-home-2021 .home-section .block-transparencia .list-title h3 {
    font-size: 25px;
    text-transform: initial;
    font-weight: bold;
}

body.page-template-home-2021 .home-section .view-more {
	text-align: right;
}
body.page-template-home-2021 .home-section .view-more a {
	font-size: 16px;
}
body.page-template-home-2021 .home-section .view-more hr {
	margin-top: 30px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #00788a;
}

@media (max-width: 767px) {
	body.page-template-home-2021 .home-section  {
		padding: 0 0 50px 0;
	}
	body.page-template-home-2021 .home-section .view-more {
		margin-bottom: 30px;
	}
}

body.page-template-home-2021 .home-section .destaque-block .destaque-content {
    padding: 20px 30px 20px 10px;
}
body.page-template-home-2021 .home-section .destaque-block .destaque-title h3 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: initial;
	font-weight: bold;
}

.logos-2020 img {
	width: 100%;
}

.footer-linha-direta {
	margin: 10px;
	line-height: 50px;
	background-color: var(--bemmeker);
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	width: calc(100% - 20px);
	position: fixed;
	bottom: 0;
}
.footer-linha-direta span {
	font-weight: 700;
	margin-left: 5px;
}

#quick-links-holder {
	display: none;
}