html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: var(--color-primary);
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: var(--color-primary);
text-decoration: underline;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.container {
max-width: 1200px;
margin-inline: auto;
padding-inline: 20px;
}
body,
html {
font-family: 'Raleway', sans-serif;
font-size: 16px;
line-height: 1.5;
}
ul,
ol {
margin: 0;
padding-left: 20px;
}
a {
text-decoration: none;
}
a:visited {
color: inherit;
font-weight: 600;
}
body,
p {
letter-spacing: .12px;
word-spacing: .16px;
line-height: 1.5;
margin-bottom: 2em;
margin-top: 0px;
}
.escondido {
display: none;
}
h1 {
font-family: 'Raleway', sans-serif;
font-weight: 900;
line-height: 1.2;
font-size: 32px;
}
h2 {
font-family: 'Raleway', sans-serif;
font-weight: 800;
font-size: 18px;
line-height: 1.4;
}
h3 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 1.4;
}
.grelha_spms {
display: table;
position: fixed;
width: 1200px;
height: 100%;
border: 0px solid #069798;
margin: 0 auto;
margin-left: -10px;
background: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/fundo_grelha_spms.png) -10px;
z-index: 444;
display: none;
pointer-events: none;
}
.full_width {
width: 100%;
z-index: 2;
}
.full {
float: left;
display: block;
width: 100%;
}
.wrapper {
width: 1200px;
display: table;
margin: 0 auto;
padding-left: 10px;
}
#secondary {
width: 1200px;
display: flex !important;
justify-content: center !important;
margin: 0 auto !important;
padding-left: unset !important;
}
#secondary .widget {
margin: 0 30px 0 30px !important;	
}
.search-filter-results-list.wrapper,
.lcp_catlist.wrapper {
max-width: 1190px;
}
.relative {
position: relative;
}
main.site-main div.post-thumbnail {
max-height: 420px;
position: relative; }
main.site-main div.post-thumbnail img {
max-height: 250px;
width: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
main.site-main div.post-thumbnail:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 420px;
background-color: black;
opacity: 0.35;
}
.kt-row-layout-inner {
z-index: 1;
}
h2.titulo_hp {
text-align: left;
color: #000;
text-transform: uppercase;
margin-top: 45px;
margin-bottom: 60px;
line-height: 0;
color: #4d4d4d;
padding-left: 10px;
}
.atitulo {
text-decoration: none;
}
.site-header {
width: 100%;
top: 0;
left: 0;
}
.site-branding {
position: absolute;
top: 0;
margin: 0 auto;
width: 1200px;
z-index: 4; }
.menu_aberto .logotipo_white_mobile img {
filter: brightness(1) grayscale(1) invert(1);
}
.site-branding a {
display: table;
margin-top: 12.5px;
}
.logotipo_white_mobile img,
img.logotipo_white_mobile {
width: 240px;
margin-left: 20px;
margin-top: 17.5px;
filter: brightness(0) invert(1);
}
.logotipo_white_mobile_2{
width: 240px;
margin-left: 20px;
margin-top: 7.5px;
filter: brightness(0) invert(1);
}
a.logotipo_white_mobile {
margin-top: 10px;
}
a.logotipo_white_mobile_sns {
float: left;
}
.logotipo_white_mobile_sns img,
img.logotipo_white_mobile_sns {
width: 240px;
margin-left: 20px;
margin-top: 10px;
filter: brightness(0) invert(1);
}
.main-navigation {
position: absolute;
top: 0;
float: right;
width: 1200px;
border: 0px solid green;
margin: 0 auto;
}
.icones_topo_direita {
position: absolute;
top: 0px;
right: 0px;
width: auto;
height: 100%;
margin: 0 30px 0 0;
padding: 0;
border: 0px solid purple;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.icones_topo_direita .lupa,  .icones_topo_direita .cruz {
height: auto;
justify-content: baseline;
filter: grayscale(1) brightness(0) invert(1);
}
.contentPesquisa {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f9f9f9;
transform: scale(1.1);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
z-index: 9999;
overflow: scroll;
}
.contentPesquisa.active {
display: block;
transform: scale(1.0);
transition: visibility 0s linear 0s, opacity 0.65s 0s, transform 0.65s;
}
.contentPesquisa.active .resultados_em_lista {
float: left;
width: 100%;
margin-top: 60px;
}
.contentPesquisa.active .searchandfilter,
.contentPesquisa.active .searchandfilter ul,
.contentPesquisa.active .searchandfilter ul input[title=Pesquisa] {
background: #f9f9f9;
box-shadow: none;
}
.contentPesquisa.active .searchandfilter ul {
padding: 0 0 0 10px;
border-bottom: 1px solid #cccccc;
}
.contentPesquisa.active .searchandfilter ul li,
.contentPesquisa.active .searchandfilter ul li label,
.contentPesquisa.active .searchandfilter ul li input {
margin: 0;
width: 100%;
}
.contentPesquisa.active .search-filter-results {
position: relative;
}
.contentPesquisa.active .searchandfilter ul li input {
margin: 0;
padding: 0;
border: 0;
font-size: 22px;
}
.contentPesquisa.active .tresColunas {
max-height: 270px;
height: 270px;
border: 1px solid #808080;
}
.tresConteudos.semImagem {
width: 100%;
height: 100%;
background: #dd1417;
display: table-cell;
vertical-align: middle;
color: #fff;
padding: 40px;
text-align: center;
}
.tresConteudos.semImagem a {
color: #fff;
text-decoration: none;
text-align: center;
}
.tresConteudos p {
margin: 0;
}
.tresConteudos .datas {
font-size: 12px;
}
.tresConteudos .conteudo a {
text-decoration: none;
color: #000000;
font-weight: 400;
margin: 0;
}
.tresConteudos.semImagem .conteudo {
margin: 15px 0;
position: relative;
}
.tresConteudos.semImagem .conteudo:after {
content: "";
width: 80px;
height: 1px;
background: #fff;
position: absolute;
bottom: -15px;
left: 50%;
transform: translate(-50%, -50%);
}
.tresConteudos.semImagem .conteudo a {
color: #fff;
}
.search-filter-result-item.tresColunas .content {
position: relative;
display: table;
width: 100%;
height: 100%;
}
.search-filter-result-item.tresColunas .content.comImagem:before {
content: "";
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
background: rgba(221, 20, 23, .9);
position: absolute;
opacity: 0;
}
.search-filter-result-item.tresColunas .content.comImagem:hover:before {
transition: all .6s ease-in-out;
opacity: 1;
z-index: 5;
}
.search-filter-result-item.tresColunas .content.comImagem:hover .iconLinkPesquisa {
transition: all .6s ease-in-out;
opacity: 1;
}
.iconLinkPesquisa {
opacity: 0;
position: absolute; width: 50px;
height: 50px !important;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 6;
}
.tresImagens,
.tresImagens img {
height: 185px;
max-height: 185px;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.cruz_pesquisa {
position: absolute;
display: block;
cursor: pointer;
width: 30px;
height: auto;
right: 0;
top: -40px;
}
.popupAtivo {
overflow: hidden;
} .tresImagens img {
clip-path: polygon(0 0, 0 160px, 100% 100%, 100% 0%, 100% 0);
}
#link_rse {
border: 0px solid red;
display: block;
height: 36px;
position: absolute;
width: 175px;
margin: 5px -25px;
}
.icones_topo_direita .cruz {
width: 30px;
margin-right: 10px;
display: none;
}
.icones_topo_direita .rse:after {
display: inline-block;
border: 0px solid yellow;
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/botao_sns_24_branco_horizontal.svg);
width: 90%;
margin: 6px 0 0 -20px;
}
.easy {
position: absolute;
right: 304px;
top: 8px;
}                       #olhinho:hover {
transition: all .75s ease;
transform: scale(1.2);
}
#link_easy {
width: 50px;
height: 10px;
}
#gtranslate_wrapper {
top: 101.9px !important;
right: calc(50% - 600px) !important;
}
.pesquisaAtiva #gtranslate_wrapper .gglobe,
.menu_aberto #gtranslate_wrapper .gglobe,
.menu_aberto .icones_topo_direita .lupa {
display: none;
}
.home #gtranslate_wrapper .gglobe {
top: -85px;
}
#gtranslate_wrapper .gglobe {
background-image: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/planeta_wireframe_branco.svg) !important;
position: absolute;
right: 0;
top: -85px;
}
#gtranslate_wrapper .gsatelites {
float: left !important;
display: table !important;
width: 136px !important;
left: 5px !important;
}
.gsatelite {
background-color: transparent !important;
position: inherit !important;
}
#gtranslate_wrapper .gsatelite {
top: 0 !important;
left: 0px !important;
float: left !important;
position: inherit !important;
display: inherit !important;
margin: 10px 5px;
}
.icones_topo_direita .cruz:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/cruz.svg);
width: 100%;
}
#clique_menu:hover {
cursor: pointer;
}
a#clique_menu span {
display: none;
}
.pesquisaMobile {
display: none;
}
body .menu_popup {
transform: translateX(120%);
transition: all 1s ease;
}
body.menu_aberto {
overflow: hidden;
}
body.menu_aberto .site-branding { z-index: 8;
}
body.menu_aberto .menu_popup {
display: block;
z-index: 6;
transform: translateX(0%);
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
body.menu_aberto .icones_topo_direita {
z-index: 501;
} .menu_popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #f9f9f9;
padding-top: 150px;
}
.menu_popup.full_width {
overflow-y: auto;
}
.menu_popup ul {
margin: 0;
padding: 0;
}
body #fechar_menu {
display: none;
}
body.menu_aberto #fechar_menu {
display: block;
}
body #fechar_menu {
cursor: pointer;
background-image: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/cruz.svg);
width: 35px;
height: 35px;
}
.cruz_pesquisa:after,
.btnFechar:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/cruz.svg);
width: 100%;
}
.menu_popup div div ul {
margin-top: 10px;
margin-bottom: 60px;
}
.menu_popup ul li {
list-style-type: none;
}
.menu_popup ul#primary-menu>li {
border-bottom: 1px solid #b2b2b2;
} .entry-meta,
.entry-footer {
display: none;
} .contacto form.wpcf7-form select,
.contacto form.wpcf7-form input {
width: 100%;
height: 40px;
}
.contacto form.wpcf7-form select:focus,
.contacto form.wpcf7-form input:focus,
.contacto form.wpcf7-form textarea:focus {
outline: none !important;
border-color: #54C587 !important;
}
.contacto form.wpcf7-form input[type="submit"] {
background: #666666;
border-top-left-radius: 25px 25px;
border-bottom-left-radius: 25px 25px;
border-top-right-radius: 25px 25px;
border-bottom-right-radius: 25px 25px;
width: 200px;
color: #54C587;
font-weight: 600;
font-size: 14px;
position: relative;
cursor: pointer;
}
.contacto form.wpcf7-form label.icon-enviar {
position: relative;
}
.contacto form.wpcf7-form label.icon-enviar:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta-fundo-verde.svg);
position: absolute;
width: 20px;
height: 20px;
right: 45px;
top: -5px;
cursor: pointer;
}    .ab-block-accordion .ab-accordion-title {
background: transparent;
border-bottom: 1px solid #e5e5e5;
color: #54c587;
padding: 10px 0;
}
details summary::-webkit-details-marker {
display: none;
}
details summary:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta_verde_baixo.svg);
float: right;
font-size: 1.5em;
margin: -5px 1px 0 0;
}
details[open] summary:after {
content: '-';
color: #54c587;
font-size: 40px;
line-height: 0.3;
margin-top: 10px;
}
.contentor7030 {
float: left;
width: 100%;
}
.coluna_esquerda_7030 {
width: 54%;
float: left;
}
.coluna_direita_7030 {
float: left;
width: 480px; height: 350px;
margin-left: 60px;
}
.entry-content.wrapper.contacto {
padding-top: 70px;
}
.galeriaLateral,
.galeriaLateral ul,
.galeriaLateral .flickity-viewports,
.galeriaLateral .flickity-slider li a img,
.galeriaLateral .flickity-slider li {
width: 480px;
height: 264px !important;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.galeriaLateral ul {
margin: 0;
padding: 0;
}
.galeriaLateral .flickity-slider li {
list-style-type: none;
}
.coluna_direita_7030 .post-thumbnail,
.coluna_direita_7030 .post-thumbnail img {
height: 100%;
width: 100%;
}
.galeriaLateral .flickity-page-dots {
right: inherit;
left: 50%;
bottom: -60px;
transform: translate(-50%, -50%);
}
.galeriaLateral .flickity-page-dots .dot {
float: left;
margin: 5px;
} .contentor7030>p,
.contentor7030>ol,
.contentor7030>ul,
.contentor7030>figure,
.contentor7030>.ab-block-accordion {
max-width: 70%;
} .colunas-70-30 .wp-block-column:nth-child(1) {
flex-basis: 70%;
margin-right: 0px;
padding-right: 30px;
margin-bottom: 0;
}
.colunas-70-30 .wp-block-column:nth-child(2) {
flex-basis: 30%;
margin-left: 0;
padding-left: 50px;
margin-bottom: 0;
} .colunas-60-40 .wp-block-column:nth-child(1) {
flex-basis: 60%;
margin-right: 0px;
padding-right: 30px;
margin-bottom: 0;
}
.colunas-60-40 .wp-block-column:nth-child(2) {
flex-basis: 40%;
margin-left: 0;
padding-left: 50px;
margin-bottom: 0;
} .colunas-50-50 .wp-block-column:nth-child(1) {
flex-basis: 50%;
margin-right: 0px;
padding-right: 30px;
margin-bottom: 0;
}
.colunas-50-50 .wp-block-column:nth-child(2) {
flex-basis: 50%;
margin-left: 0;
padding-left: 50px;
margin-bottom: 0;
}
.mapa.full {
width: 100%;
height: 290px;
}
.eventosVideos {
float: left;
width: 100%;
}
.eventosVideos .lcp_catlist .tresColunas,
.eventosVideos .lcp_catlist .tresColunas .carousel-nav,
.eventosVideos .lcp_catlist .tresColunas .carousel-nav .carousel-cell::before {
width: 260px !important;
margin: 0;
}
.eventosVideos .lcp_catlist .tresColunas:after {
right: -70px;
}
.eventosVideos .lcp_catlist .tresColunas {
margin-bottom: 45px;
padding: 0;
}
.eventosVideos .lcp_catlist .tresColunas:nth-child(3n+1) {
clear: none;
}
.eventosVideos .lcp_catlist .tresColunas:nth-child(3n):after {
background-color: #4d4d4d;
}
.eventosVideos .lcp_catlist .wrapper {
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.eventosVideos .lcp_catlist .wrapper .titulo_hp {
flex-basis: 100%;
}
.eventosVideos .tresColunas iframe,
.eventosVideos .tresColunas .carousel-cell {
height: 145px;
}
.eventosVideos section.lcp_catlist {
background: transparent;
border: 0;
padding: 45px 0;
}
.page-template-template-videos .videos_bloco .imagemPost,
.page-template-template-videos .videos_bloco .imagemPost figure.wp-block-embed,
.page-template-template-videos .videos_bloco .imagemPost figure.wp-block-embed iframe,
.eventosVideos .videos_bloco .imagemPost,
.eventosVideos .videos_bloco .imagemPost figure.wp-block-embed,
.eventosVideos .videos_bloco .imagemPost figure.wp-block-embed iframe {
width: 100%;
}
.page-template-template-videos .videos_bloco .imagemPost figure.wp-block-embed,
.eventosVideos .videos_bloco .imagemPost figure.wp-block-embed {
padding: 0;
margin: 0;
}
#post-61054 .wp-block-atomic-blocks-ab-accordion,
.contentorCentralCompras .wp-block-atomic-blocks-ab-accordion {
max-width: 100%;
margin-top: 60px;
float: left;
width: 100%;
}
.btnLer {
float: right !important;
background: transparent !important;
color: #54b980 !important;
border: 1px solid #54b980 !important;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
box-shadow: none !important;
font-weight: 600 !important;
position: relative;
margin: 0;
text-align: center;
width: 100px;
cursor: pointer;  }
.linkDownloadNews {
position: absolute;
top: 50%;
right: 0;
transform: translate(-20%, -50%);
}
.btnLer.ativo {
background: #54b980 !important;
color: #fff !important;
}
.btnLer:before {
position: absolute;
left: 0;
top: 50%;
transform: translate(20%, -40%);
}
.btnLer:after {
position: absolute;
right: 0;
top: 50%;
transform: translate(-10%, -35%);
}
.btnLer.ativo:before {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/olho_branco.svg);
}
.btnLer.ativo:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta_branco.svg);
}
.btnLer:before {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/olho_cor.svg);
}
.btnLer:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta_cor.svg);
}
.linksNews {
display: none;
float: left;
position: absolute;
width: 150px;
padding: 5px;
background: #54C587;
top: 85%;
right: 20px;
z-index: 10;
}
.linksNews a {
position: relative;
margin-left: 25px;
padding-top: 5px;
}
.linksNews a:before {
position: absolute;
left: -30px;
top: 0;
}
.linksNews a:link {
text-decoration: none;
}
.linksNews a {
float: left;
width: 100%;
color: #fff !important;
font-weight: 600;
border-bottom: 0px;
}
.linksNews a:first-child:before {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/icone_doc.svg);
}
.linksNews a:last-child:before {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/icone_pdf_download.svg);
}
.linksNews.ativo {
display: block;
}
.ab-accordion-text a {
box-shadow: none !important;
}
.pagination .page-numbers {
display: inline-block;
padding: 0 3px;
font-weight: 100; }
.page-numbers.current {
background-color: #54C587 !important;
border-color: #54C587 !important;
color: #fff !important;
font-weight: 600 !important;
pointer-events: none !important;
height: 30px;
width: 30px;
text-align: center;
}
.page-numbers {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
text-decoration: none !important;
display: inline-block !important;
padding: 2px 8px !important;
margin: 0 1px 10px !important;
font-size: 1.2rem !important;
color: #666 !important;
border: 1px solid #666 !important;
border-radius: 15px !important;
-webkit-transition: all .2s ease;
transition: all .2s ease;
height: 30px;
}
.page-numbers.dots {
display: none !important;
}
.wp-block-file {
width: 100%;
padding: 15px 0;
margin: 5px 0;
position: relative;
} .ab-accordion-text .wp-block-file:hover {
background: #e6e6e6;
}
.wp-block-file a,
.wp-block-file a:link {
text-decoration: none;
}
.ab-block-accordion .ab-accordion-text {
padding: 0px;
}
.home .voltar, .widget_listcategorypostswidget .widget-title {
display: none;
}
.widget_listcategorypostswidget {
background-color: #e6e6e6;
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}
.lcp_catlist ol.flickity-page-dots {
left: 50%;
}
.lcp_catlist .flickity-page-dots .dot {
float: left;
margin: 10px;
}
.widget_listcategorypostswidget .flickity-page-dots {
bottom: 30px;
}
.flickity-page-dots .dot {
margin: 15px 0;
width: 10px;
height: 10px;
border: 0;
background: #bbbbbb;
border-radius: 50%;
display: list-item;
cursor: pointer;
opacity: 1;
border: 2px solid transparent;
margin-bottom: -1px;
}
.flickity-page-dots .dot.is-selected {
border: 2px solid #54c587;
margin-bottom: -1px;
width: 10px;
height: 10px;
background: #fff;
border-radius: 50%;
}
section.lcp_catlist {
margin: 0 auto;
background: #e5e5e5;
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
list-style-type: none;
padding: 30px 0px;
margin-top: 25px;
}
section.lcp_catlist article {
float: left;
width: 100%; }
.tituloCat>p {
margin-top: 15px;
}
.tituloCat>p a {
color: #000;
}
.tituloCat>span>a {
color: #54C587;
}
section.lcp_catlist article {
display: table;
}
.lcp_catlist .tresColunas {
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: 0px;
}
.lcp_catlist .tresColunas:after {
height: 100%;
}
.contentRelacionados a h3 {
margin-bottom: 0;
}
.contentRelacionados p.datas {
margin-bottom: 40px;
float: left;
width: 100%; }
.lcp_catlist .tresColunas:last-child:after {
display: none;
}
section.lcp_catlist article:nth-child(2n) {
margin: 0 2%;
}   .category-noticias .flickity-page-dots {
bottom: 0px;
}
section.lcp_catlist .destaque_img,
section.lcp_catlist .destaque_img img {
height: 300px;
width: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
section.lcp_catlist .destaque_img {
margin-top: 40px;
}
.contentRelacionados a,
.contentRelacionados h2,
.contentRelacionados p {
padding: 0;
margin: 0;
}
.contentRelacionados a {
text-decoration: none;
color: #000000;
}
p.post_date {
padding-top: 10px;
}
p.lcp_excerpt {
padding-top: 40px;
}
.tituloTag {
color: #54c587;
padding-bottom: 10px;
}
.tags {
margin: 30px 0 115px 0;
}
.tags a,
.tags2 a {
text-decoration: none;
color: #000000;
}
.tags a,
.tags p,
.tags h3,
.entry-header p {
margin: 0;
}
.entry-header {
margin-bottom: 30px; }
.post_head {
float: left;
width: 50%;
}
.shareBtn {
width: auto;
float: right; }
.informacoes_evento h3,
.informacoes_evento p {
float: left;
max-width: 50%;
margin: 0;
}
.informacoes_evento h3 {
margin-right: 10px;
}
.downloadPrograma {
text-align: center;
}
.inscricao {
margin: 65px 0;
float: left;
width: 140px;
text-align: center;
background: #fff;
border: 1px solid #54c587;
border-radius: 15px;
color: #54c587;
cursor: pointer;
height: 30px;
line-height: 2;
}
.inscricao:hover {
background: #54c587;
color: #fff;
}
.resultados_em_lista ul.search-filter-results-list {
padding: 0;
list-style-type: none;
margin: 0;
}   ul.search-filter-results-list li {
float: left;
width: 100%;
}
.contentDataLista,
.search-filter-result-item.lista .contentRelacionados,
ul.search-filter-results-list .destaque_img {
float: left;
}
.search-filter-result-item.lista .contentRelacionados {
margin: 25px 79px 0 0;
}
.search-filter-result-item.lista .contentRelacionados .post_head {
width: 100%;
margin-bottom: 15px;
}
ul.search-filter-results-list .destaque_img { width: 320px;
height: 180px;
margin: 10px 0;
position: relative;
}
ul.search-filter-results-list .destaque_img:before {
content: "";
width: 100%;
height: 180px;
background: rgba(221, 20, 23, .9);
position: absolute;
opacity: 0;
pointer-events: none;
}
ul.search-filter-results-list .destaque_img:hover:before {
transition: all .6s ease-in-out;
opacity: 1;
}
.iconLinkEventos {
opacity: 0;
position: absolute; width: 50px;
height: 50px !important;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
ul.search-filter-results-list .destaque_img:hover .iconLinkEventos { transition: all .6s ease-in-out;
opacity: 1;
}
ul.search-filter-results-list .destaque_img img {
height: 180px;
margin: 0;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.contentHoraLista,
.contentLocalLista {
float: left;
width: 50%;
margin-bottom: 15px;
}
.search-filter-result-item.lista article {
border-top: 2px solid #c0c0c0;
}
.search-filter-result-item.lista:hover {
background-color: #f0f0f0;
}
.search-filter-result-item.eventosFooter article {
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}
.eventosFooter {
margin: 35px 0;
}
.contentDataLista {
display: table;
height: 200px;
margin: 10px 0;
}
.contentDataLista .dataEvento {
display: table-cell;
vertical-align: middle;
}
.contentLocalLista h3,
.contentLocalLista p,
.contentHoraLista h3,
.contentHoraLista p {
float: left;
margin: 0;
margin-right: 10px;
}
.search-filter-results .search-filter-results-list {
display: -ms-flex;
display: flex;
flex-wrap: wrap;
}
.search-filter-results,
.resultados_em_lista {
float: left;
}
.resultados_em_lista.agenda {
float: none;
}
.search-filter-result-item.lista.eventosFooter {
list-style: none;
}
.contentorDataAgenda {
float: left;
width: 19%;
}
.contentorConteudoAgenda {
float: left;
width: 48%;
}
.contentorImagemAgenda {
float: left;
width: 33%;
}
.gridConselhoAdministrativo .ab-post-grid-items {
display: flex;
}
.gridConselhoAdministrativo article {
max-width: 300px;
margin: 0 auto;
padding: 0 15px;
float: left;
width: 33.33%;
}
.gridConselhoAdministrativo article div img {
width: 270px !important;
height: 270px !important;
object-fit: cover;
font-family: 'object-fit: cover;';
border: 6px solid #dadada;
border-radius: 50%;
margin: 30px 0;
}
.gridConselhoAdministrativo .ab-post-grid-items article div.ab-block-post-grid-image {
float: left;
position: relative;
width: 100%;
text-align: center;
}
.ab-block-post-grid .ab-block-post-grid-image img {
display: initial !important;
text-align: center;
}
.gridConselhoAdministrativo .ab-post-grid-items article:hover {
background: #54b980;
color: #fff;
cursor: pointer;
}
.gridConselhoAdministrativo .ab-post-grid-items article:hover div img {
border: 6px solid #1c8640;
}
.gridConselhoAdministrativo .ab-post-grid-items article:hover div.ab-block-post-grid-image:after {
content: "\f30b";
font-family: "Font Awesome 5 Free";
width: 60px;
height: 60px;
position: absolute;
bottom: 50px;
right: 10px;
font-size: 34px;
text-align: center;
line-height: 1.8;
color: #54b980;
font-weight: 600;
background: #fff;
border-radius: 50%;
box-shadow: 2px 2px 10px black;
}
.gridConselhoAdministrativo .ab-post-grid-items article:hover .ab-block-post-grid-text h3 {
color: #fff;
}
.ab-block-post-grid-header .ab-block-post-grid-title {
margin-top: 0;
margin-bottom: 15px;
font-size: 28px;
line-height: 1.2;
color: #293038;
text-decoration: none;
}
.conteudoConselhoDiv {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
width: 1030px;
height: 650px; }
.conteudoConselhoDiv .imagemPost,
.conteudoConselhoDiv .conteudoPost {
float: left;
width: 50%;
height: 100%;
}
.conteudoConselhoDiv .imagemPost2 {
width: 100%;
height: 100%;
object-fit: contain;
font-family: 'object-fit: cover;';
}
.conteudoConselhoDiv .tituloPost {
width: 100%;
height: 50%; }
.conteudoConselhoDiv .imagemPost2 img {
height: 100%;
object-fit: cover;
object-position: 0 0; }
.conteudoConselhoDiv .tituloPost {
background: #4d4d4d;
display: table;
}
.conteudoConselhoDiv .tituloPost .texto {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.conteudoConselhoDiv .tituloPost h2 {
color: #54c587;
margin: 0;
padding-bottom: 30px;
}
.conteudoConselhoDiv .tituloPost p {
margin: 0;
color: #fff;
}
.conteudoConselhoDiv .conteudoPost {
padding: 30px 30px;
overflow-x: auto; }
.conteudoConselhoDiv .conteudoPost ul,
.conteudoConselhoDiv .conteudoPost li {
margin: 0;
padding: 0;
list-style-type: none;
}
.hallTextContent {
width: 100%;
margin: 0 auto; }
.hallTextContent h3.ab-block-post-grid-title {
width: 80%;
margin: 50px auto 45px;
}
.hallTextContent .conteudoPost {
width: 80%;
margin: 0 auto;
}
.hallImageImagem {
width: 220px;
height: 280px;
background: #fff;
margin: 0 10px;
position: relative;
}
.hallImageImagem:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: #000000;
opacity: .5;
left: 0;
}
.hallImageImagem img {
width: 180px;
height: 240px;
margin: 20px;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.hallImageImagem.is-selected {
width: 230px;
height: 315px;
margin: 0 5px;
margin-top: -17.5px;
}
.hallImageImagem.is-selected:after {
background: transparent;
border: 1px solid #8d8d8d;
}
.hallImage .flickity-viewport {
min-height: 350px;
}
.hallImage .flickity-slider {
margin-top: 30px;
}
.hallImage .flickity-prev-next-button.previous {
left: 45%;
top: 370px;
}
.hallImage .flickity-prev-next-button.next {
right: 45%;
top: 370px;
}
.hallFame .hallText.flickity-enabled {
margin-top: 40px;
}
.galeria-carousel {
margin: 0;
display: inherit !important;
}
.galeria-carousel .blocks-gallery-item {
margin: 0 10px;
height: 315px;
width: 100% !important;
margin-right: 0 !important;
display: inherit !important;
flex-grow: inherit !important;
}
#post-61456 .galeria-carousel .blocks-gallery-item {
margin: 0 10px;
height: 315px;
width: 100% !important;
width: 230px !important;
margin-right: 0 !important;
display: inherit !important;
flex-grow: inherit !important;
position: inherit !important;
}
#post-61456 .contentor7030>p,
#post-61456 .contentor7030>ul {
max-width: 100%;
}
.galeria-carousel .blocks-gallery-item figure {
object-fit: cover;
position: relative;
font-family: 'object-fit: cover;';
}
.galeria-carousel .blocks-gallery-item figure:hover:before {
content: "";
background: #dd1417;
opacity: .8;
position: absolute;
width: 100%;
height: 315px;
pointer-events: none;
}
.galeria-carousel .blocks-gallery-item figure:hover:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/mais_galeria.svg);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
pointer-events: none;
}
.galeria-carousel .flickity-page-dots,
.galeriaFooter .flickity-page-dots {
bottom: -50px;
left: 50%;
display: flex;
transform: translate(-50%, -50%);
justify-content: center;
}
.galeria-carousel .flickity-page-dots .dot,
.galeriaFooter .flickity-page-dots .dot {
float: left;
margin: 10px;
}
#search-filter-form-61601,
.page #search-filter-form-61601 ul {
background: transparent !important;
float: left !important;
width: 100% !important;
box-shadow: none !important;
padding: 0;
}
.page #search-filter-form-61601 ul li,
.page #search-filter-form-61601 ul li select {
margin: 0;
color: #000000;
font-size: 18px;
font-weight: 600;
}
#search-filter-results-61601,
#search-filter-results-61601 .resultados_em_lista {
width: 100%;
}
.centralCompras table:first-child {
border-bottom: 2px solid #666666;
}
.centralCompras th {
display: inline-block;
width: 25%;
text-align: left;
cursor: pointer;
}
.centralCompras th h2 {
position: relative;
}
.centralCompras th h2:after {
content: '\f078';
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
width: 15px;
margin-left: 30px;
}
.centralCompras th.active h2:after {
content: '-';
color: #54c587;
font-size: 40px;
line-height: 0.3;
}
.centralCompras th.active h2 {
color: #54c587;
}
.centralCompras td.content {
display: none;
}
.centralCompras td.content.active {
display: block;
}                   .pum-container {
top: 0 !important;
left: 0px !important;
padding: 0 !important;
}
.pum-content,
.pum-content .wp-video {
width: 100% !important;
height: 100% !important;
}
.mejs-controls {
display: none !important;
}
.pum-content+.pum-close {
top: 0 !important;
right: 0 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: #FFF;
font-weight: 600 !important;
}  .tresColunas {
float: left;
width: 32%;
margin-bottom: 20px;
display: table;
border-bottom: 1px solid #4d4d4d;
padding-right: 2%;
padding-bottom: 2%;
position: relative;
}
.tresColunas:after {
content: "";
width: 1px;
background: #4d4d4d;
height: 95%;
display: block;
position: absolute;
right: 10px;
top: 0;
}
.page-template-template-videos .tresColunas:after {
right: 0px;
}
.tresColunas:nth-child(3n):after {
background: transparent;
}
.tresColunas article {
width: 380px;
}
.tresColunas .destaque_img { height: 235px;
margin-top: 40px;
} .destaque_img a {
display: table;
}
.tresColunas .destaque_img a img {
height: 215px;
width:  auto;
object-fit: cover;
}
.tresColunas:nth-child(3n+1) {
clear: left;
}
.tresColunas:nth-child(3n) {
padding-right: 0;
}
.categoriaFiltroCat .si_flexCat.categoriaFiltro .si {
width: 25%;
border-right: 2px solid #e5e5e5;
border-bottom: 2px solid #e5e5e5;
}
.categoriaFiltroCat .si_flexCat.categoriaFiltro .si:nth-child(4n) {
width: 25%; }   .categoriaFiltroCat,
.categoriaFiltroCat .wrapper>div {
height: 100% !important;
}
.searchandfilter,
.page .searchandfilter ul {
background: #4d4d4d;
float: left;
width: 100%;
box-shadow: 2px 2px 10px #4d4d4d;
}
.page .searchandfilter ul {
padding: 0 3em;
margin: 0;
display: flex;
align-items: center;
}
.page .searchandfilter ul li {
float: left;
text-align: left;
color: #fff;
margin: 0 30px;
}
.page .searchandfilter ul li select,
.page .searchandfilter ul li input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
background: transparent;
border: none;
border-bottom: 1px solid #fff;
border-radius: 0;
color: #fff;
}
.page .searchandfilter ul li select option {
color: #000;
}
.page .searchandfilter ul li input[type="text"] {
border-radius: 0;
height: 40px;
width: 240px;
}
.page .searchandfilter ul li input[type="submit"] {
width: 80px;
font-size: 18px;
padding: .6em 0 .4em;
}
.page .searchandfilter {
margin-bottom: 50px;
}
.page .searchandfilter ul li:first-child {
flex-grow: 2;
}
.pagination {
width: 100%;
display: block;
clear: both;
text-align: right;
margin: 20px 0;
} .slider_hp div.slider,
.slider_hp .rev_slider_wrapper,
.slider_hp .rev_slider,
.slider_hp .tp-revslider-mainul {
border-radius: 0 0 400px 0;
height: 600px !important;
top: 0;
z-index: 3;
}
.slider_hp .rev_slider_wrapper {
float: left;
}
div.slider_margem {
position: absolute;
top: 0;
left: 0;
float: left;
height: 600px;
width: 1200px;
margin-left: -700px;
z-index: 2;
clear: both;
}
.botao_slider {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #54c587;
margin-top: 380px !important;
margin-left: 855px !important;
box-shadow: 2px 2px 10px black;
float: left;
position: absolute;
z-index: 120;
}
.botao_slider .texto_botao {
color: #fff;
text-align: center;
font-size: 11pt;
width: 70px;
margin: 33px auto;
line-height: 1.4;
font-weight: bold;
text-align: center !important;
letter-spacing: 0.5px !important;
}
.botao_slider:hover {
box-shadow: 0px 0px 10px black;
cursor: pointer;
}
.slider_hp .tp-bullets.hephaistos.vertical.nav-pos-hor-right.nav-pos-ver-center.nav-dir-vertical {
margin-top: 200px;
left: 103% !important;
}
.slider_hp .hephaistos .tp-bullet {
border: 0 solid #000;
width: 8px;
height: 8px;
}
.slider_hp .hephaistos .tp-bullet.selected {
border: 2px solid #54c587;
margin-left: -2px;
margin-top: -2px;
width: 8px;
height: 8px;
}
p.btn_scroll {
margin-top: -20px;
}
p.btn_scroll a i {
color: #fff;
font-size: 4em !important;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: pointer !important;
}
summary,
.um_slider:focus,
.um_slider a:focus,
.slider_margem_cor:focus,
.um_slide_hp.wrapper:focus,
.uma_imagem_slider:focus,
.uma_imagem_slider img:focus {
outline: none;
}
.uma_imagem_slider,
.uma_imagem_slider img {
width: 1200px;
height: 600px;
object-fit: cover;
border-bottom-right-radius: 420px 400px;
position: relative;
}
.conteudo_titulo_slider {
position: absolute;
top: 50%; left: 10px;
}
.conteudo_titulo_slider h2 {
font-weight: 600;
font-size: 40px;
}
.slider_margem_cor {
width: 100%;
height: 600px;
position: absolute;
transform: translateX(-99%);
}
.um_slider {
visibility: hidden;
}
.um_slider.is-selected {
visibility: visible;
}
.um_slider .texto_botao {
display: table;
float: left;
position: absolute;
right: 132px;
bottom: 30px;
margin: 0;
width: 100px;
height: 100px;
text-align: center !important;
border-radius: 50%;
}
.um_slider .texto_botao a {
line-height: 19px;
font-size: 14px;
font-weight: 700;
border-radius: 50%;
vertical-align: middle;
display: table-cell;
text-decoration: none;
-webkit-box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.14);
box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.rodeia-dots {
position: relative;
max-width: 1200px;
border: 0;
margin: 0 auto;
}
.flickity-page-dots {
position: absolute;
margin: 0;
list-style: none;
right: 0;
padding: 0;
bottom: 200px;
width: auto;
} .galeriaFooter ul,
.galeriaFooter ul li {
margin: 0;
padding: 0;
list-style-type: none;
}
.galeriaFooter ul li {
float: left;
width: 230px;
height: 315px;
margin: 0 10px;
margin-right: 0;
position: relative;
cursor: pointer;
}
.galeriaFooter ul li img {
width: 100%;
height: 100%;
object-fit: cover;
}
.galeriaFooter ul li:hover:before {
content: "";
background: #dd1417;
opacity: .8;
position: absolute;
width: 100%;
height: 315px;
pointer-events: none;
}
.galeriaFooter ul li.dot:hover::before,
.galeriaFooter ul li.dot:hover::after {
display: none;
}
.galeriaFooter ul li:hover:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/mais_galeria.svg);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
pointer-events: none;
}
.galeriaFooter {
min-height: 480px;
background: #e5e5e5;
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
}
.page-template-hall-of-fame .conteudoPost .galeriaFooter {
min-height: 480px;
background: transparent;
border-top: 0px;
border-bottom: 0px;
}
.page-template-hall-of-fame .conteudoPost .galeriaFooter .wrapper {
padding-left: 0px;
max-width: 1190px;
}
.page-template-hall-of-fame .conteudoPost .galeriaFooter .flickity-slider li.is-selected:first-child {
margin: 0;
}  .btnFechar {
position: absolute;
width: 20px;
right: 14px;
top: 13px;
}
.linhaApoioContent {
border: 1px solid #808080;
position: absolute;
z-index: 9;
width: 400px;
background: #f1f1f1;
top: 50px;
right: 0px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-transform: translateX(150%);
transform: translateX(150%);
transition: all 1s ease; }
.linhaApoioContent.active {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.linhasApoio {
padding: 20px 30px;
}
.linhasApoioBotoes {
width: 100%;
display: table;
text-align: center;
height: 55px;
}
.linhasApoioBotoes a {
width: 50%;
display: table-cell;
vertical-align: middle;
text-decoration: none;
font-size: 14px;
}
.linhasApoioBotoes a.maisInformacoes {
color: #fff;
background: #54c587;
border-bottom-left-radius: 15px;
}
.linhasApoioBotoes a.btnFechar {
color: #000000;
border: 1px solid #808080;
background: #fff;
}
.linhasApoio p,
.linhasApoio a,
.linhasApoio h2 {
font-size: 14px;
margin: 0;
text-decoration: none;
color: #000000;
}
.linhasApoio h2 {
color: #000000;
font-weight: 600;
font-size: 16px;
}
.contactos_popup {
position: fixed;
right: 0;
top: 230px;
width: 50px;
height: 100px;
margin: 0;
padding: 0;
cursor: pointer;
z-index: 7;
}
.contactos_popup.pesquisaAtiva {
z-index: 4;
}
.contactos_popup .hamburguer {
position: relative;
height: 50px;
display: block;
}
.contactos_popup .hamburguer:after,
.contactos_popup .telefone:after {
font-family: 'dashicons';
color: white;
width: 100%;
text-align: center;
position: absolute;
top: 2px;
}
.contactos_popup .hamburguer:hover,
.contactos_popup .telefone:hover {
color: orange;
stroke: green;
filter: brightness(1);
}
.contactos_popup .hamburguer:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/hamburguer.svg);
}
.contactos_popup .telefone {
position: relative;
background-color: #cbcbcb;
height: 50px;
border-radius: 0 0 0 10px;
}
.contactos_popup .telefone:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/telefone.svg);
}
.entry-header .entry-title {
margin-top: 100px;
margin-bottom: 90px;
}
.entry-header .tituloCat {
margin-top: 100px; float: left;
width: 100%;
}
.tituloCat span {
background: #54C587;
padding: 5px;
font-size: 18px;
font-weight: 600;
font-style: normal; height: 35px;
display: block;
text-align: center;
display: inline-block;
}
.tituloCat span a {
color: #000;
}
.tituloCat span.tags-noticias { font-size: 14px;
}
.entry-header .entry-title2 {
margin-top: 5px;
} #menu-icones210 {
display: flex;
justify-content: space-between;
list-style-type: none;
margin: 0;
padding: 0;  width: 80%;
margin: 0 auto;
}
#menu-icones210 li {
filter: grayscale(1);
transition: all 0.2s ease-in-out;
}
#menu-icones210 li:hover {
filter: grayscale(0);
transform: scale(1.2);
}
.menu-icones210-container {
width: 100%;
}
.icones210 {  height: 210px;     }
.icones210 div {
padding-top: 5.5em;
}
.icones210 div img {
height: 40px;
width: auto;
max-width: 100%;
border: 0px solid #f66; }                .contentNoticiasMobile,
.imagem_noticias_hpMobile {
display: none;
}
.noticias_hp {
display: block;
width: 100%;
height: 665px;
background-color: #f0f0f0;
text-align: center;
position: relative;
}
.noticias_hp .pai_slider {
position: absolute;
width: 100%;
height: 500px;
display: none;
}
.noticias_hp .pai_slider.active {
display: block;
}
.noticias_hp .pai_slider .flickity-slider a {
width: 860px;
height: 500px;
}
.calendario_noticias_hp {
max-height: 450px;
overflow-y: scroll;
}
.noticias_hp .switcher_datas {
position: absolute;
width: 340px;
border-top: 2px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
right: 0;
z-index: 5;
display: flex;
height: 40px;
cursor: pointer;
}
.titulos_scroll tbody tr {
cursor: pointer;
}
.noticias_hp .switcher_datas div {
float: left;
width: 33.33%;
display: grid;
align-content: center;
}
.noticias_hp .switcher.active {
border-bottom: 1px solid #858585;
font-weight: bold;
}
.noticias_hp .pai_slider .calendario_noticias_hp {
width: 340px;
float: right;
}
.noticias_hp .pai_slider .imagem_noticias_hp {
width: 860px;
float: left;
height: 500px;
}
.noticias_hp .pai_slider .imagem_noticias_hp a img {
width: 100%;
height: 500px;
object-fit: cover;
}
.noticias_hp>div {
position: relative;
display: block;
margin: 0 auto;
height: 500px;
width: 1200px;
}
.noticias_hp>div>div.imagem_noticias_hp {
width: 860px;
height: 500px;
margin-top: 0;
border: 0px solid orange;
background-color: #aaa;
float: left;
margin-left: 10px;
position: relative;
}
.imagem_noticias_hp a h2 {
display: block;
border: 0px solid red;
position: absolute;
bottom: 0;
left: 0;
background-color: rgba(12, 12, 12, .6);
padding: 30px 50px;
color: white;
width: 80%;
text-align: left;
margin: 0;
}
.imagem_noticias_hp>a:nth-child(3) img {
display: block;
}
.noticias_hp>div>div.calendario_noticias_hp {
float: right;
width: 330px;
height: 500px;
border: 0px solid blue;
background-color: transparent;
padding-left: 10px;
border-top: 2px solid #cbcbcb;
}
.noticias_hp>div>div.calendario_noticias_hp>div {
height: 100%;
background-color: #fff;
}
.noticias_hp>div>div.calendario_noticias_hp>div>.switcher_datas {
border-bottom: 2px solid #cbcbcb;
height: 33px;
display: flex;
background-color: #fff;
}
.noticias_hp>div>div.calendario_noticias_hp>div>.switcher_datas>div {
width: 25%;
color: #cacaca;
padding-top: 3px;
}
.noticias_hp>div>div.calendario_noticias_hp>div>.switcher_datas>div.active {
border-spacing: 2px;
border-bottom: 2px solid #989898;
background-color: #fff;
color: #000;
height: 33px;
}
.noticias_hp>div>div.calendario_noticias_hp table.titulos_scroll {
width: 100%;
height: 465px;
}
.noticias_hp>div>div.calendario_noticias_hp .titulos_scroll tr {
border-bottom: 2px solid #cbcbcb;
}
.noticias_hp>div>div.calendario_noticias_hp .titulos_scroll tr td:nth-child(1) {
margin: 0;
padding: 0;
border-bottom: 2px solid #f0f0f0;
width: 320px;
height: 25%;
}
.titulos_scroll{margin: 0;}
.calendario_noticias_hp .titulos_scroll tr td {
border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
}
.calendario_noticias_hp .titulos_scroll tr td:nth-child(2) {
background-color: #e5e5e5;
border-bottom: 2px solid #fff;
width: 10px;
}
.calendario_noticias_hp .titulos_scroll tr.active td.faixa_prr:nth-child(2) {
margin: 0;
padding: 0;
background-color: #53c586;
}
.calendario_noticias_hp .titulos_scroll tr.active td.faixa_normal:nth-child(2) {
margin: 0;
padding: 0;
background-color: #dd1417;
}
table.titulos_scroll {
border-collapse: collapse;
}
table.titulos_scroll a.titulo_noticia_hp {
text-align: left;
padding-left: 10px;
margin-bottom: 1.5em;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
text-decoration: none;
color: #000;
font-weight: normal;
}
.destaque_prr {
font-weight: bold !important;
text-decoration: none !important;
background: #53c586 !important;
padding: 1px 5px 1px 5px !important;
margin-right: 5px;
font-size: 10px;
color: #000 !important;
}
.destaque_prr_2 {
font-weight: bold !important;
text-decoration: none !important;
background: #53c586 !important;
padding: 1px 5px 1px 5px !important;
margin-right: 5px !important;
font-size: 14px;
color: #000 !important;
}
.td_box_prr {
display: inline-block;
text-align: left;
padding-left: 10px;
margin: 1em 0 1em 0;
}
.titulo_noticia_hp_prr {
text-decoration: none !important;
font-weight: normal !important;
}
table.titulos_scroll tr.active div a.titulo_noticia_hp_prr { 
font-weight: bold !important;
color: #000;
}
table.titulos_scroll tr.active a.titulo_noticia_hp {
text-indent: 5px;
font-weight: bold;
}
table.titulos_scroll tr.active a.titulo_noticia_hp:before {
content: " ";
float: left;
width: 15px;
height: 15px;
display: block;
background: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta_next_vermelha.svg) no-repeat;
margin-left: 2px;
margin-top: 3px;
} #modal.ativo .conteudoEventos,
.conteudoSistemas,
.conteudoEventos,
.conteudoConselho {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(84, 195, 133, 0.65);
opacity: 0;
visibility: hidden;
transform: scale(1.1);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
z-index: 9999;
}
.btnClose {
position: absolute;
top: -25px;
right: -25px;
cursor: pointer;
}
.margem_sistemas_hp {
display: block;
height: 125px !important;
}
.conteudoSistemasDiv {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
width: 720px;
height: 360px;
}
.conteudoSistemasDiv .imagemPost img {
max-width: 80%;
}
.close-button {
float: right;
width: 1.5rem;
line-height: 1.5rem;
text-align: center;
cursor: pointer;
border-radius: 0.25rem;
background-color: lightgray;
}
.close-button:hover {
background-color: darkgray;
}
#modal.ativo .conteudoEventos,
.conteudoSistemas.toggle,
.conteudoEventos.toggle,
.conteudoConselho.toggle {
opacity: 1;
visibility: visible;
transform: scale(1.0);
transition: visibility 0s linear 0s, opacity 0.65s 0s, transform 0.65s;
}
.conteudoSistemas .conteudoPost h2 {
color: #F8AC00;
text-align: left;
}
.conteudoSistemas .conteudoPost p {
color: #fff;
text-align: left;
overflow-y: auto;
max-height: 124px;
margin: 0px;
word-wrap: break-word;
padding-right: 15px;
}
.conteudoSistemas .conteudoPost a {
float: left;
background: #858585;
height: 30px;
width: 230px;
padding: 5px;
margin: 50px 0;
color: #f8ac00;
font-weight: 500;
font-size: 14px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
cursor: pointer;
text-decoration: none;
}
.conteudoSistemas .conteudoPost {
padding: 50px;
background: #4d4d4d;
}
.conteudoSistemas .imagemPost {
background: #fff;
display: flex;
justify-content: center;
}
.conteudoSistemas .imagemPost,
.conteudoSistemas .conteudoPost {
float: left;
width: 360px;
height: 100%;
}
.sistemas_de_informacao_hp {
display: block;
width: 100%;
height: 830px; text-align: center;
clear: both;
}
.sistemas_de_informacao_hp>div>div {
display: block;
margin: 0 auto;
border: 0px solid purple;
height: 725px;
width: 100%;
background-color: transparent;
}
.sistemas_de_informacao_hp .si_flex,
.sistemas_de_informacao_hp .si_flexCat {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
border: 0px solid red;
padding-bottom: 85px;
padding-right: 10px;
}
.sistemas_de_informacao_hp .si_flex .si,
.sistemas_de_informacao_hp .si_flexCat .si {
width: 100%;
height: 50%;
background-color: #fff;
border-collapse: collapse;
position: relative;
display: flex;
height: 300px;
justify-content: center;
max-height: 300px;
}
.um_slide_de_dois .si .logoCor,
.um_slide_de_dois .si .logoBranco {
max-width: 80%;
object-fit: scale-down;
}
.si_flex .flickity-prev-next-button.previous {
left: -13px;
}
.si_flex .flickity-prev-next-button.next {
right: -3px;
}
.si_flex .flickity-page-dots {
display: none;
}
.um_slide_de_dois {
width: 25%;
}
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
top: 299px;
background: transparent;
}
.flickity-button-icon {
fill: #e5e5e5;
}
.um_slide_de_dois .si { }
.um_slide_de_dois a:last-child .si {
border-bottom: 0px solid #e5e5e5;
}
.um_slide_de_dois a:first-child .si {
border-bottom: 2px solid #e5e5e5;
}
.um_slide_de_dois.is-selected:nth-child(4n) {
border-right: none;
}
.um_slide_de_dois {
border-right: 2px solid #e5e5e5;
}
.si_flex .flickity-viewport {
width: 100%;
height: 650px !important;
}
.sistemas_de_informacao_hp .si_flex .si img,
.sistemas_de_informacao_hp .si_flexCat .si img {
position: relative;
max-width: 80%;
}
.si .logoBranco {
display: none;
}
.sistemas_de_informacao_hp .si_flex .si:after,
.sistemas_de_informacao_hp .si_flexCat .si:after,
.eventos_hp .texto_eventos_hp:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta_next_laranja.svg);
position: absolute;    z-index: 1;
opacity: 0;
transition: opacity .8s ease-out;
-moz-transition: opacity .8s ease-out;
-webkit-transition: opacity .8s ease-out;
-o-transition: opacity .8s ease-out;
}
.eventos_hp .texto_eventos_hp:after {
left: 50%;
transform: translate(-100%, 0%);
left: calc(50% + 40px);
}
.sistemas_de_informacao_hp .si_flex .si:hover:after,
.sistemas_de_informacao_hp .si_flexCat .si:hover:after,
.eventos_hp .texto_eventos_hp:hover:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/seta_next_laranja.svg);
position: absolute;
width: 80px;
height: 80px;
bottom: -40px; z-index: 1;
opacity: 1; }
.sistemas_de_informacao_hp .si_flex .si:hover,
.si_flexCat.categoriaFiltro .si:hover {
background-color: #4d4d4d;
cursor: pointer;
}
.si:hover .logoCor {
display: none;
}
.si:hover .logoBranco {
display: block;
} .projectos_iniciativas_hp h2.titulo_hp {
color: #fff;
margin-top: 45px;
margin-bottom: 110px;
z-index: 7;
}
.projectos_iniciativas_hp {
height: 450px;
background-image: url(//www.spms.min-saude.pt/wp-content/uploads/2019/03/fundo_projetos_iniciativas2.jpg);
background-position: center;
position: relative;
}
.projectos_iniciativas_hp.full div div ul {
display: flex;
justify-content: center;
list-style-type: none;
padding: 0;
margin: 0;
}
.projectos_iniciativas_hp.full div div ul li {
width: 20%;
text-align: center;
}
.projectos_iniciativas_hp.full div div ul li a {
text-decoration: none;
}
.projectos_iniciativas_hp.full div div ul li img {
width: 125px;
box-shadow: transparent 3px 3px 7px;
padding-bottom: 0 !important;
}
.projectos_iniciativas_hp.full div div ul li img:hover {  padding-bottom: 0;
border-radius: 50%;
box-shadow: black 3px 3px 7px;
}
.projectos_iniciativas_hp span.menu-image-title {
text-transform: uppercase;
color: #fff;
font-weight: 800;
font-size: 18px;
text-align: center;
padding-top: 20px;
display: block;
}  .container_eventos_hp {
float: left;
width: 1120px;
height: 360px;
min-height: 360px;
}
.grupo_de_eventos_hp .flickity-page-dots {
bottom: inherit;
right: -75px;
top: 50%;
transform: translate(-50%, -50%);
}
.grupo_de_eventos_hp {
float: left;
width: 95%;
min-height: 350px;
width: 1120px;
}
.conteudoEventosDiv {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
width: 1040px;
height: 470px;
z-index: 10000;
}
.conteudoEventosDiv .imagemPost {
float: left;
width: 480px;
height: 470px;
position: relative;
}
.conteudoEventosDiv .imagemPost>a button {
height: 50px;
width: 230px;
background: #4d4d4d;
margin: 50px 0;
color: #f8ac00;
font-size: 14px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
cursor: pointer;
}
.conteudoEventosDiv .imagemPost>a {
position: absolute;
bottom: -10px;
left: 120px;
}
.conteudoEventosDiv .conteudoPost {
float: left;
width: 500px;
height: 370px;
margin: 40px 10px 60px 50px;
text-align: left;
}
.conteudoEventosDiv .conteudoPost h2 {
margin: 0;
padding-right: 15px;
word-break: break-word;
}
.conteudoEventosDiv .conteudoPost h3 {
display: inline-block;
text-align: left;
width: 50%;
margin: 30px 0 10px;
}
.conteudoEventosDiv .conteudoPost p {
overflow-y: auto;
max-height: 252px;
float: left;
width: 100%;
margin: 0 0 60px;
}
.conteudoEventosDiv .imagemPost>a {
float: left;
background: #858585;
height: 50px;
width: 230px;
padding: 15px;
margin: 50px 0;
color: #f8ac00;
font-weight: 500;
text-decoration: none;
text-align: center;
font-size: 14px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
cursor: pointer;
z-index: 12000;
}
#modal .conteudoEventosDiv .imagemPost .mapa,
#modal .conteudoEventosDiv .imagemPost .mapa .leaflet-map {
height: 470px !important;
z-index: 11000;
}
.eventos_hp {
display: block;
width: 100%;
background-color: #fff;
text-align: center;
border: 0px solid blueviolet;
margin-bottom: 105px;
}
.eventos_hp>.wrapper {
position: relative;
}
.eventos_hp .flickity-viewport {
min-height: 390px;
}   .eventos_hp>.wrapper .container_eventos_hp a img {
height: 100%;
width: 100%;
object-fit: cover;
}
.eventos_hp div.texto_eventos_hp {
position: relative;
float: left;
width: 50%;
height: 100%;
display: table;
background-color: #f0f0f0;
text-align: left;
cursor: pointer;
}
.eventos_hp div.texto_eventos_hp h6,
.eventos_hp div.texto_eventos_hp h4,
.eventos_hp div.texto_eventos_hp p {
margin: 0;
padding: 0;
}
.eventos_hp div.texto_eventos_hp p.titulo {
text-transform: uppercase;
color: #53c586;
font-size: 1.1em;
}
.eventos_hp div.texto_eventos_hp h6 {
font-size: 13px;
}
.eventos_hp div.texto_eventos_hp .content_eventos {
width: 100%;
display: table-cell;
vertical-align: middle;
padding: 32px;
}
p.conteudo {
font-weight: 400;
line-height: 21pt;
max-width: 400px;
}
p.datas {
font-weight: 400;
font-size: 14px;
}
p.titulo {
font-weight: 800;
font-size: 18px;
max-width: 400px;
}
.eventos_hp div.imagem_eventos_hp img {
object-fit: cover;
height: 100%;
}
.eventos_hp div.imagem_eventos_hp {
float: left;
width: 50%;
height: 100%;
text-align: center;
}
.eventos_hp div.hidden {
opacity: 0;
}
.conteudoEventos .acf-map {
width: 480px;
height: 470px;
border: #ccc solid 1px;
} .conteudoEventos .acf-map>* {
max-width: inherit !important;
}
.conteudoEventos .acf-map .gmnoprint img {
max-width: none;
}
.eventos_hp {
z-index: 0;
} .videos_hp {
display: block;
width: 100%;
height: 700px;
text-align: center;
border: 0px solid blueviolet;
background: #f0f0f0 url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/fundo_videos_hp.svg) no-repeat;
background-position: -495px -18px;
background-size: 52%;
}
.videos_hp .video_gd_hp {
padding-left: 10px;
float: left;
width: 69.7%;
height: 440px;
border: 0px solid yellow;
}
.videos_hp .tres_videos_hp {
margin-left: 20px;
float: left;
width: 28.5%;
border: 0px solid orange;
}
.videos_hp .tres_videos_hp>div {
border: 0px dotted lightskyblue;
width: 100%;
height: 140px;
margin-top: 10px;
background-color: lightgray;
}
.videos_hp .tres_videos_hp>div:first-child {
margin-top: 0;
}
.videos_hp figure,
.videos_hp figure iframe {
width: 100% !important;
height: 100%;
margin: 0;
}
.videos_hp figure .wp-block-embed {
margin: 0 !important;
}
.videos_hp figure .wp-block-embed__wrapper {
height: 100%;
}
.tres_videos_hp figure {
max-height: 140px;
}
.grupoVideos {
position: relative;
float: left;
width: 100%;
height: 100%;
height: 440px;
}
.grupo4.active {
visibility: visible;
}
.grupo4 {
float: left;
width: 94.5%;
height: 100%;
position: absolute;
visibility: hidden;
}
.nav-thumbs.tp-bullets,
.nav-thumbs-eventos.tp-bullets {
right: 0 !important;
left: 99.5%;
top: 50%;
z-index: 4;
}
.nav-thumbs.tp-bullets .tp-bullet,
.nav-thumbs-eventos.tp-bullets .tp-bullet {
float: left;
margin: 10px 0;
width: 8px;
height: 8px;
border: 0;
background: #bbbbbb;
border-radius: 50%;
}
.nav-thumbs .tp-bullet.active,
.nav-thumbs-eventos .tp-bullet.active {
border: 2px solid #54c587;
margin-left: -1px;
width: 10px;
height: 10px;
background: #fff;
border-radius: 50%;
}
.videos_hp .flickity-page-dots {
right: -455px;
bottom: 50%;
transform: translate(-50%, 50%);
}
.carousel-container {
display: flex;
max-width: 1130px;
height: 440px;
}
.carousel {
background: #FAFAFA;
flex-grow: 1;
}
.carousel-cell {
width: 100%;
height: 440px;
margin-right: 10px;
background: #8C8;
} .carousel-cell::before {
display: block;
text-align: center;
line-height: 300px;
font-size: 80px;
color: white;
}
.carousel-nav .carousel-cell::before {
content: "";
position: absolute;
background: rgba(0, 0, 0, .5);
width: 380px;
height: 100%;
}
.carousel-nav .carousel-cell::after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/play_button.svg);
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-60%, -60%);
}
.carousel-nav {
width: 380px;
margin-left: 10px;
max-height: 440px;
overflow-y: hidden;
}
.carousel-nav .carousel-cell {
height: 32.79%;
width: 100%;
margin: 0 0 5px 0;
cursor: pointer;
position: relative;
}
.carousel-cell img {
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
background-color: rgba(0, 0, 0, .8);
}
.video .carousel-cell img {
min-height: 285px;
}
.carousel-nav .carousel-cell:before {
font-size: 50px;
line-height: 80px;
}
.carousel-nav .carousel-cell.is-nav-selected {
background: #ED2;
} .escolha_lingua.notranslate {
z-index: 9999;
display: none;
position: absolute;
}
.escolha_lingua.notranslate.active {
display: block;
}
.escolha_lingua.notranslate ul.bandeirinhas {
list-style-type: none;
padding: 0;
width: 115px;
}
.escolha_lingua.notranslate ul.bandeirinhas li {
display: inline-block;
margin: 5px;
}
.goog-te-banner-frame {
display: none !important;
}
.escolha_lingua {
position: fixed;
top: 70px;
right: 0px;
}
ul.bandeirinhas li a {
margin-top: 0px;
}
ul.bandeirinhas li a img {
width: 25px;
height: 25px;
object-fit: none;
font-family: 'object-fit: none;';
border-radius: 50%;
} #menu-menu-footer {
margin: 0;
padding: 0;
height: 100%;
display: flex;
justify-content: flex-start;
}
.menu-menu-footer-container {
padding: 10px;
}
.footer-menu-item {
text-decoration: none;
padding: 5px 30px 5px 5px;
display: flex;
justify-content: center;
}
.footer-menu-item a{
text-decoration: none;
color: black;
font-weight: 500;	
}
.footer-menu-item a:hover{
text-decoration: none;
text-shadow: 0 0 1px black, 0 0 1px black;	
}
#colophon {
background-color: #fff;
height: auto;
clear: both;
}
#colophon .site-info {
width: 100%;
float: left;
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
}
.topo_rodape {
width: 100%;
display: flex;
margin: 25px 0 20px;
background: #f2f2f2;
padding: 0 15% 0 15%;
}
.logos-container {
display: flex;
padding: 0 15% 0 15%;
}
.logos div {
height: 100%;
display: flex;
align-items: center; 
padding: 0 0 0 5px;
}
.logos div:nth-child(4) {
display: none;
}
.logos {
display: flex;
flex-direction: row;
align-items: center;
width: 50%;
padding: 0 0 0 10px;
}
.logos div img {
height: 30px;
width: auto;
}
.logo_sns{
border: 5px solid #fff;
border-width: 0 0 0 5px;
}
.logo_rp{
border: 5px solid #fff;
border-width: 0 5px 0 0;
}
.links {
width: 50%;
padding: 10px 0px 10px 0px;
height: 100%;
}
.developed-by-spms {
display: flex;
flex-direction: column;
width: 50%;
align-items: flex-end;
border: 5px solid #fff;
border-width: 0 5px 0 5px;
font-size: 12px;
}
.developed-by-spms-2 {
width: 180px;
display: flex;
flex-direction: column;
align-items: center;
}
.developed-by-spms-2 img {
height: 30px;
width: auto;
} 
.developed-by-spms p{
margin: 0 0 5px 0;
}
.amonitor {
float: left;
text-align: center;
}
.social {
text-align: center;
width: 50%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.social-logos {
width: 50%;
display: flex;
justify-content: flex-end;
height: 100%;
align-items: center;
}
.logo_sns_24 {
width: 180px;
height: 100%;
}
.logo_sns_24 img {
height: 30px;
}
.logo_sns_24 a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
border: 5px solid #fff;
border-width: 0 5px 0 5px;
}
.logo_sns_24 a:hover{
background: #fff;
}
.logo_footer img {
height: 25px; 
width: auto;
margin: 0 25px 0 0;
}
.logo_footer img:hover {
filter: brightness(0%);
}
.social div:last-child {
margin-right: 0;
}
#colophon .direitos_reservados {
display: flex;
justify-content: center;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-size: 12px;
width: 100%;
}
#colophon .wrapper{
position: relative;
}
.contem_seta {
position: relative;	
width: 100%;
}
.back-to-top {
position: absolute;
right: 0;
bottom: 0;
width: 58px;
background: #333;
text-align: center;
padding: 5px 0px 5px 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transform: rotate(180deg);
}
.back-to-top img {
filter: brightness(.3);
}
.voltar {
margin-bottom: 90px;
margin-top: 30px;
padding-left: 10px;
}
.voltar:before {
font-family: "Font Awesome 5 Free";
content: '\f053';
font-weight: 600;
color: #858585;
margin-right: 18px;
font-size: 10px;
}
.voltar a {
text-decoration: none;
color: #858585;
}
.rodape2 {
padding: 10px 0;
}
.rodape2>.wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.rodape2>.wrapper .logos_financ {
width: 400px;
}
.rodape2>.wrapper .logo_access {
align-self: center;
margin-right: 150px;
}
.linhaAcordion a:visited {
color: #000;
}
summary.ab-accordion-title {
cursor: pointer;
font-weight: 600;
}
.ab-accordion-text>p {
margin: 0;
margin-bottom: 4px;
padding: 10px; background: transparent;
position: relative;
}
.ab-accordion-text p a {
font-weight: 600;
font-size: 14px;
}
.ab-accordion-text p a:link {
text-decoration: none;
}
.ab-accordion-text div.linhaAcordion {
position: relative;
padding: 10px;
margin-bottom: 2px;
}
.ab-accordion-text div.linhaAcordion:hover {
background-color: #e5e5e5;
}
.ab-accordion-text .linkDownload {
position: absolute;
top: 0;
right: 0;
}
.botao_leitura {
position: absolute;
top: 615px;
right: 660px;
} @media screen and (max-width: 1200px) {
.wrapper { width: 90%;
margin: 0 auto; }
#secondary {
flex-wrap: wrap !important;
width: 100% !important;
}
#secondary .widget {
margin: 12px 2px 0 2px !important;
}
.logos {
height: auto;
}
.topo_rodape {
padding: 0 10% 0 10%;
}
.footer-menu-item {
padding: 5px 15px 5px 5px;
}
.logos-container {
padding: 0 10% 0 10%;
}
.slider_margem_cor {
display: none;
}
.um_slider {
width: 100%;
}
.slider_margem,
.rodeia-dots {
display: none;
}
.contentor7030>p,
.contentor7030>ol,
.contentor7030>ul,
.contentor7030>figure,
.contentor7030>.ab-block-accordion {
max-width: 100%;
}
.grupo_de_eventos_hp,
.videos_hp .carousel-container,
.noticias_hp>div,
#post-61054 .wp-block-atomic-blocks-ab-accordion,
.contentorCentralCompras .wp-block-atomic-blocks-ab-accordion {
width: 90%;
}
.container_eventos_hp,
.noticias_hp .pai_slider .flickity-slider a,
.uma_imagem_slider,
.uma_imagem_slider img,
.tresColunas article,
.carousel-nav {
width: 100%;
}
.noticias_hp .pai_slider .imagem_noticias_hp,
.videos_hp .carousel {
width: 60%;
}
.noticias_hp .pai_slider .calendario_noticias_hp,
.noticias_hp .switcher_datas,
.videos_hp .carousel-nav {
width: 40%;
}
.videos_hp .flickity-page-dots {
right: -86%;
}
.uma_imagem_slider,
.uma_imagem_slider img {
max-height: 400px;
border-bottom-right-radius: 0;
}
.um_slider .texto_botao {
right: 60px;
bottom: 10px;
}
.um_slide_hp {
height: 450px;
}
.icones210 div {
padding-top: 1.5em;
}
.icones210 {
height: 120px;
}
.voltar {
margin: 30px auto;
width: 90% !important;
}
.contentor7030 {
width: 90%;
margin: 0 auto;
float: none;
display: table;
}
.coluna_esquerda_7030 {
width: 50%;
}
.coluna_direita_7030 {
width: 50%;
padding-left: 15px;
margin-left: 0;
}
#post-61054 .wp-block-atomic-blocks-ab-accordion,
.contentorCentralCompras .wp-block-atomic-blocks-ab-accordion {
margin: 0 auto;
display: table;
float: none;
padding: 20px 0;
}
.contentorDataAgenda,
.contentorConteudoAgenda {
width: 50%;
clear: left;
}
.contentorDataAgenda .contentDataLista {
height: auto;
}
.search-filter-result-item.lista .contentRelacionados {
margin: 0 0 25px 0;
}
.contentorImagemAgenda {
width: 50%;
}
.page .searchandfilter ul {
flex-wrap: wrap;
}
.page .searchandfilter ul li:first-child,
.page .searchandfilter ul li label,
.page .searchandfilter ul li input[type="text"],
ul.search-filter-results-list .destaque_img {
width: 100%;
}
.site-branding {
left: 0;
width: 100%;
}
.entry-title {
width: 90%;
margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.videos_hp .carousel-nav {
display: none;
}
.logos div:nth-child(4) {
display: block;
opacity: 0.4;
width: 110px;
}
.wrapper,
.entry-header,
.entry-content,
.entry-footer,
.navigation.post-navigation,
article.post,
header.page-header,
.widget-area {
padding: 0 !important;
padding-left: 0 !important;
}
.wrapper {
width: 90%;
margin: 0 auto;
}
.entry-header {
width: 90% !important;
margin: 0 auto !important;
}
.grupo_de_eventos_hp,
.container_eventos_hp {
width: 100%;
}
.container_eventos_hp {
display: flex;
flex-wrap: wrap;
}
.container_eventos_hp {
height: 100%;
min-height: 100%;
}
.eventos_hp .flickity-viewport {
min-height: 550px;
}
.noticias_hp .switcher_datas,
.noticias_hp .pai_slider .imagem_noticias_hp, .imagem_noticias_hp,
.calendario_noticias_hp,
.contentorImagemAgenda,
.hallFame .next,
.hallFame .previous,
.rodeia-dots,
.rse {
display: none;
}
.noticias_hp {
min-height: 400px;
}
.noticias_hp .flickity-page-dots {
bottom: -40px;
left: 50%;
transform: translate(-50%, -50%);
}
.grupo_de_eventos_hp .flickity-page-dots {
top: inherit;
right: inherit;
bottom: 0 !important;
left: 50%;
transform: translate(-50%, -50%);
}
.eventos_hp {
margin-bottom: 0px;
}
.videos_hp .flickity-page-dots {
right: inherit;
left: 50%;
top: inherit;
bottom: -40px;
}
.videos_hp .flickity-page-dots .dot,
.videos_hp .flickity-page-dots .dot.is-select,
.noticias_hp .flickity-page-dots .dot,
.noticias_hp .flickity-page-dots .dot.is-select,
.grupo_de_eventos_hp .flickity-page-dots .dot,
.grupo_de_eventos_hp .flickity-page-dots .dot.is-select {
display: inline-block;
margin: 0 5px;
}
.pai_slider .imagem_noticias_hpMobile {
display: block;
}
.projectos_iniciativas_hp.full {
padding: 0 0 30px 0;
}
.projectos_iniciativas_hp.full div div ul {
flex-wrap: wrap;
}
.projectos_iniciativas_hp.full div div ul li {
width: 33.33%;
margin-bottom: 15px;
}
.projectos_iniciativas_hp.full div div ul li img {
width: 75px;
}
.projectos_iniciativas_hp span.menu-image-title {
font-size: 15px;
}
.tresColunas {
width: 50%;
margin-right: 0;
}
.tresColunas:after,
.page-template-template-videos .tresColunas:after {
right: 5px;
}
.tresColunas:nth-child(3n) {
padding-right: 2%;
}
.tresColunas:nth-child(3n):after {
background: #4d4d4d;
}
.tresColunas:nth-child(2n) {
padding-right: 0;
}
.tresColunas:nth-child(2n):after {
display: none;
}
.uma_imagem_slider {
width: 100%;
max-height: 350px;
border-bottom-right-radius: 0;
}
.uma_imagem_slider img {
width: 100%;
max-height: 300px;
border-bottom-right-radius: 0;
}
.um_slider .texto_botao {
right: 50px;
bottom: 10px;
}
.icones210 ul li a {
width: 135px;
}
#menu-icones210,
.um_slider,
.contentorConteudoAgenda,
.contentorDataAgenda,
.carousel-nav,
.carousel-nav .carousel-cell::before {
width: 100%;
}
.carousel-container {
height: auto;
}
.carousel-cell {
height: 200px;
}
.videos_hp {
height: 350px;
}
.sistemas_de_informacao_hp {
height: 740px;
}
#masthead {
height: 70px;
}
.entry-header .entry-title {
margin-top: 40px;
margin-bottom: 30px;
}
.gridConselhoAdministrativo .ab-post-grid-items {
flex-wrap: wrap;
}
.gridConselhoAdministrativo article {
width: 50%;
max-width: 50%;
}
.gridConselhoAdministrativo article div img {
width: 200px !important;
height: 200px !important;
}
.page .searchandfilter ul {
display: table;
padding: 0;
}
.tresColunas article {
width: auto;
}
.page .searchandfilter ul li:first-child {
width: 100%;
margin: 0;
padding: 10px 30px;
}
.page .searchandfilter ul li:first-child label,
.page .searchandfilter ul li input[type="text"] {
width: 100%;
}
.contentorDataAgenda .contentDataLista {
height: auto;
}
.search-filter-result-item.lista .contentRelacionados {
margin: 0 0 25px 0;
}
.carousel-nav,
.coluna_direita_7030 {
margin-left: 0px;
}
.coluna_direita_7030 {
height: auto;
}
.coluna_direita_7030 .post-thumbnail,
.coluna_direita_7030 .post-thumbnail:after,
.coluna_direita_7030 .post-thumbnail img {
max-height: 300px !important;
}
.hallFame .hallText.flickity-enabled {
margin-top: 0px
}
.voltar {
margin: 35px auto;
}
.content_eventos p {
max-width: 100%;
}
body.menu_aberto .site-branding,
.menu_aberto .logotipo_white_mobile img {
filter: none;
background: #f9f9f9;
}
.rodape2>.wrapper .logos_financ {
width: 250px;
}
.rodape2>.wrapper .logo_access {
margin-right: 15px;
}
.slider_hp div.slider,
.slider_hp .rev_slider_wrapper,
.slider_hp .rev_slider,
.slider_hp .tp-revslider-mainul {
border-radius: 0;
}
.noticias_hp {
padding-bottom: 50px;
}
.noticias_hp,
.noticias_hp>div {
height: 600px !important;
}
.imagem_noticias_hpMobile .flickity-slider div {
width: 80%;
margin: 0 1%;
}
.imagem_noticias_hpMobile {
display: block;
height: auto !important;
width: 100% !important;
}
.imagem_noticias_hpMobile a {
text-decoration: none;
}
.imagem_noticias_hpMobile h2 {
margin: 15px 50px;
color: #b3b3b3;
}
.imagem_noticias_hpMobile a h2 {
font-size: 20px;
margin: 15px 30px;
text-align: left;
color: #000000;
}
.div_prr_mobile {
padding: 15px 30px;
}
.prr_mobile_title {
font-size: 20px;
text-align: left;
color: #000 !important;
}
.destaque_prr_mobile {
font-weight: bold !important;
text-decoration: none !important;
background: #53c586 !important;
padding: 1px 5px 1px 5px !important;
margin-right: 5px;
font-size: 16px;
color: #000 !important;
}
.imagem_noticias_hpMobile a img {
opacity: 1;
width: 100%;
height: auto;
position: inherit;
top: inherit;
left: inherit;
object-fit: cover;
font-family: 'object-fit: cover;';
}
h2.titulo_hp {
margin-top: 35px;
margin-bottom: 35px;
}
.um_slide_de_dois {
width: 50%;
}
.um_slide_de_dois .si {
width: 100%;
height: 300px;
}
.um_slide_de_dois.is-selected:nth-child(2n) {
border-right: 0;
}
.projectos_iniciativas_hp .widget.widget_media_image {
width: 100%;
}
.projectos_iniciativas_hp h2.titulo_hp {
margin-top: 35px;
margin-bottom: 35px;
margin-left: 0;
}
.projectos_iniciativas_hp section figure {
margin: 0;
}
.projectos_iniciativas_hp .widget.widget_media_image>figure img {
min-width: 225px;
}
.eventos_hp div.texto_eventos_hp {
order: 2;
width: 100%;
height: 200px;
}
.eventos_hp {
height: auto;
margin-left: 0;
}
.projectos_iniciativas_hp .widget.widget_media_image {
transform: translate(0);
}
.grupo_de_eventos_hp {
position: relative;
}
.container_eventos_hp.active {
display: flex;
flex-wrap: wrap;
position: inherit !important;
}
.projectos_iniciativas_hp .widget_media_image figure {
width: 213px !important;
}
.eventos_hp div.imagem_eventos_hp {
order: 1;
width: 100%;
}
.footer-container {
margin-left: 0;
margin-right: 0;
}
.topo_rodape {
width: 100%;
margin: 20px 0 10px;
flex-direction: column;
padding: 0 0 0 0;
background: #fff;
}
#menu-menu-footer {
margin: 0;
padding: 0;
height: 100%;
display: flex;
justify-content: space-evenly;
}
.social {
width: 100%;
padding: 0px 0px 0px 0px;
background: #f2f2f2;
margin-top: 10px;
}
.logo_footer img {
margin: 0;
}
.logo_footer {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
align-items: center;
}
.social-logos {
justify-content: space-evenly;
padding: 0;
border: 5px solid #fff;
border-width: 0 5px 0 0;
height: 70px;
}
.logos-container {
flex-direction: column;
padding: 0 0 0 0;
}
.logos {
height: 80px;
width: 100%;
justify-content: center;
padding: 0 0 0 0;
}
.logos div{
height: 80px;
padding: 0 0 0 0;
}
.logo_rp {
width: 50%;
justify-content: flex-end;
}
.logo_sns {
width: 50%;
}
.logo_sns_24{
display: flex;
justify-content: center;
width: 50%;
}
.logo_sns_24 a{
border-width: 0 0 0 5px;
width: 100%;
height: 70px;
padding: 15px 0;
}
.logo_sns_24 a img{
height: 30px;
}
.developed-by-spms {
width: 100%;
flex-direction: row;
align-items: center;
height: 50px;
}
.developed-by-spms p {
width: 50%;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
margin: 0 5px 0 0;
font-size: 12px;
}
.developed-by-spms a {
width: 50%;
display: flex;
justify-content: flex-start;
margin: 0 0 0 5px;
}
.developed-by-spms-2 {
width: 100%;
flex-direction: row;
}
.links {
width: 100%;
height: 70px;
background: #f2f2f2;
}
.conteudoEventos .acf-map,
.amonitor {
width: 100%;
}
.conteudoSistemasDiv,
.conteudoEventosDiv {
width: 90%;
}
.conteudoSistemas .imagemPost,
.conteudoSistemas .conteudoPost,
.conteudoEventosDiv .imagemPost,
.conteudoEventosDiv .conteudoPost {
width: 50%;
}
.conteudoEventosDiv .conteudoPost {
margin: 0;
padding: 15px;
}     .nav-thumbs.tp-bullets,
.nav-thumbs-eventos.tp-bullets {
left: 50%;
top: 90%;
}
.eventos_hp div.texto_eventos_hp .content_eventos {
vertical-align: inherit;
padding: 15px 25px 30px 25px;
}
.wrapper {
width: 90%;
}
.site-branding {
left: 0;
width: 100%;
background: #fff;
}
.logotipo_white_mobile img,
.icones_topo_direita .lupa,
.icones_topo_direita .planeta {
filter: none;
}
.menu_popup div div ul {
margin-top: 0;
margin-bottom: 0;
}
.menu_popup div div ul li a {
font-size: 14px;
padding-left: 20px;
}
.menu_popup ul#primary-menu>li {
border-bottom: 0px solid #b2b2b2;
height: 30px;
transition: all 1s ease-in-out;
}
.menu_popup ul li {
list-style-type: none;
padding-top: 8px;
padding-bottom: 8px;
}
.menu_popup.full_width .wrapper.relative {
padding: 0;
}
.menu_popup ul#primary-menu>li.active {
height: auto;
}
.menu_popup ul#primary-menu>li.active>ul.sub-menu {
background-color: #e5e5e5;
}         .botao_slider {
display: none;
}
p.btn_scroll a i {
font-size: 2em;
}
.contactos_popup {
top: 5px;
z-index: 5;
height: 70px;
}
.contactos_popup .telefone {
top: 18px;
}
.contactos_popup .hamburguer:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/hamburguer-mobile.svg);
}
main.site-main div.post-thumbnail {
max-height: 100px; }
main.site-main div.post-thumbnail img {
max-height: 100px;
width: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
main.site-main div.post-thumbnail:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 100px;
background-color: black;
opacity: 0.35;
}
.noticias_hp>div,
.grupo_de_eventos_hp,
.videos_hp .carousel-container {
width: 100% !important;
margin: 0;
}
.grupo_de_eventos_hp {
margin-bottom: 25px;
}
.noticias_hp>div>div.imagem_noticias_hp {
width: 100%;
margin-left: 0;
height: 155px;
}
.noticias_hp>div>div.calendario_noticias_hp {
width: 100%;
padding-left: 0;
}
.projectos_iniciativas_hp {
height: unset;
}
.projectos_iniciativas_hp .flex {
transform: none;
}
.projectos_iniciativas_hp .flex p {
padding-top: 0;
padding-bottom: 10px;
}
.projectos_iniciativas_hp h2.titulo_hp {
padding-top: 18px;
padding-bottom: 28px;
}
#menu-icones210 {
display: flex;
flex-wrap: wrap;
}
.icones210 ul li a {
display: table;
margin: 0 auto;
}
.icones210 div img {
height: auto;
min-height: 40px;
}
.icones210 {
display: block;
padding: 20px 0;
height: 100% !important;
width: 100%;
}
.icones210 div {
margin: 0 auto;
display: block; margin-top: 0;
border-bottom: 1px solid #ccc;
padding-top: 14px;
width: 80%;
text-align: center;
}
.icones210 div:last-child {
border: none;
}
.projectos_iniciativas_hp .flex {
display: block;
}
.eventos_hp>.wrapper>div>.imagem_eventos_hp {
order: 1;
width: 100%;
}
.eventos_hp>.wrapper>div>.texto_eventos_hp {
order: 2;
width: 100%;
margin-left: 0;
box-shadow: none;
}
.videos_hp {
display: block;
}
.videos_hp .tp-bullets {
top: 105%;
}
.videos_hp .video_gd_hp {
margin-left: 0;
width: 100%;
height: 440px;
border: 0px solid yellow;
background-color: lightgray;
}
.tres_videos_hp {
display: none;
}               .site-footer {
overflow: hidden;
}
#colophon {
display: table;
width: 100%;
}
#colophon .site-info, #colophon .site-info .rodape {
width: 100%;
}
.icones210 div img {
margin-right: 0;
}
#colophon div.rodape div.topo_rodape div.social {
display: flex;
flex-wrap: wrap;
width: 80%;
margin: 0 auto;
height: 100%;
}
#colophon div.rodape div.topo_rodape div.social>div {
width: 25%;
display: inline-block;
padding: 7px 20px;
}
#colophon .direitos_reservados {
padding-bottom: 15px;
} h1 {
font-family: 'Raleway', serif;
font-weight: bolder;
font-size: 18px;
}
h2 {
font-family: 'Raleway', sans-serif;
font-weight: bolder;
font-size: 15px;
}
h3 {
font-family: 'Raleway', sans-serif;
font-weight: bolder;
font-size: 13px;
}
p {
font-family: 'Raleway', sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 1.2;
}
p>b {
font-weight: bold;
}
.datas {
font-family: 'Raleway', sans-serif;
font-weight: normal !important;
font-size: 10px;
}
.hallImage .flickity-prev-next-button.next {
right: 10px;
}
.hallImage .flickity-prev-next-button.previous {
left: 10px;
}
.categoriaFiltroCat .si_flexCat.categoriaFiltro .si {
width: 50% !important;
}
.categoriaFiltroCat .si_flexCat.categoriaFiltro .si:nth-child(2n-1) {
border-right: 0px;
}
}
@media screen and (max-width: 450px) {
body.home, html .home {
overflow-x: hidden;
}
#masthead {
height: 70px;
}
.slider_margem_cor,
.switcher_datas, .icones_topo_direita,
.rodeia-dots .flickity-page-dots,
.rodeia-dots,
.back-to-top,
#desligaGrelha,
.sistemas_de_informacao_hp .flickity-button {
display: none !important;
}
.uma_imagem_slider,
.uma_imagem_slider img {
height: 265px;
}
.slider_hp,
.uma_imagem_slider,
.uma_imagem_slider img {
width: 100%;
border-bottom-right-radius: 0;
}
.projectos_iniciativas_hp .flex_wrapper>div>ul {
display: flex;
justify-content: inherit;
flex-wrap: wrap;
}
.projectos_iniciativas_hp.full div div ul li,
.noticias_hp .pai_slider .imagem_noticias_hp,
.noticias_hp,
.noticias_hp .pai_slider .flickity-slider a,
.full,
.wrapper,
.um_slider,
.post_head,
.shareBtn,
.coluna_esquerda_7030,
.coluna_direita_7030,
.contentor7030>p,
.contentor7030>ol,
.contentor7030>ul,
.contentor7030>figure,
.contentor7030>.ab-block-accordion,
.grupo_de_eventos_hp,
.videos_hp .carousel-container,
.noticias_hp>div,
#post-61054 .wp-block-atomic-blocks-ab-accordion,
.contentorCentralCompras .wp-block-atomic-blocks-ab-accordion {
width: 100% !important;
}
.post .contentor7030 {
display: flex;
flex-wrap: wrap-reverse;
}
.coluna_direita_7030 {
padding-left: 0px !important;
}
.gridConselhoAdministrativo .ab-post-grid-items {
display: table;
margin: 0 auto;
}
.ab-block-post-grid-header .ab-block-post-grid-title {
font-size: 20px;
text-align: center;
}
.gridConselhoAdministrativo .ab-post-grid-items article:hover div.ab-block-post-grid-image:after {
width: 40px;
height: 40px;
bottom: 35px;
right: 30px;
font-size: 28px;
line-height: 1.6;
}
.gridConselhoAdministrativo article {
width: 100% !important;
max-width: 100% !important;
}
.gridConselhoAdministrativo article div img {
width: 170px !important;
height: 170px !important;
}
.projectos_iniciativas_hp.full div div ul li img {
width: 80px;
}
.projectos_iniciativas_hp span.menu-image-title {
max-width: 70%;
display: block;
margin: 10px auto;
font-size: 15px;
}
.carousel-container,
.carousel-cell {
height: 180px;
max-width: 100%;
}
.videos_hp {
height: 335px;
background: #e5e5e5;
}
.coluna_direita_7030 {
width: 100%;
margin-left: 0px;
height: auto;
margin-bottom: 35px;
}
.linhaAcordion>a {
width: 70%;
display: block;
}
.linkDownloadNews {
transform: translate(0%, -50%);
}
.ab-block-accordion details {
border-bottom: 1px solid #e5e5e5;
}
.ab-block-accordion .ab-accordion-title {
position: relative;
border-bottom: 0px;
max-width: 85%;
}
details summary:after,
details[open] summary:after {
position: absolute;
right: -10%;
top: 50%;
transform: translate(-10%, -50%);
margin: 0px;
}
.coluna_direita_7030 .post-thumbnail,
.coluna_direita_7030 .post-thumbnail:after,
.coluna_direita_7030 img {
height: 200px;
max-height: 100% !important;
}
.noticias_hp {
min-height: 400px;
}
.logotipo_white_mobile img {
max-width: 200px;
}
.videos_hp .flickity-page-dots,
.nav-thumbs.tp-bullets,
.nav-thumbs-eventos.tp-bullets {
right: inherit !important;
}
.um_slide_hp.wrapper {
padding: 0;
}
.um_slider .texto_botao {
display: none;
}
.conteudo_titulo_slider h2 {
font-size: 20px;
}
.conteudo_titulo_slider p {
font-size: 18px !important;
margin: 0;
}
.icones210 ul li a {
width: 100%;
}
.icones210 ul li a img {
width: 70%;
}
.sistemas_de_informacao_hp .si_flex .si,
.sistemas_de_informacao_hp .si_flexCat .si {
height: 150px;
}
.noticias_hp .pai_slider,
.sistemas_de_informacao_hp>div>div,
.si_flex .flickity-viewport,
.sistemas_de_informacao_hp {
height: auto !important;
}
.icones210 {
height: 100% !important;
}
.icones210 .menu-icones210-container {
padding-top: 0;
}     .si_flex .flickity-viewport {
height: 350px !important;
}
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
top: 149px;
}
.flickity-page-dots {
bottom: -40px !important;
left: 50%;
transform: translate(-50%, -50%);
}
.sistemas_de_informacao_hp .flickity-page-dots {
bottom: 0px !important;
}
.flickity-page-dots .dot { display: inline-block;
margin: 5px;
}
.flickity-page-dots .dot.is-selected {
margin-bottom: 5px;
}
.linhaApoioContent {
width: 100%;
min-width: 300px;
}
.container_eventos_hp .titulo {
line-height: 22px;
}
.nav-thumbs.tp-bullets,
.nav-thumbs-eventos.tp-bullets {
bottom: -40px;
left: 40% !important;
top: inherit !important;
}
.grupo_de_eventos_hp,
.container_eventos_hp {
width: 100%;
padding-left: 0 !important;
}
.eventos_hp div.texto_eventos_hp {
background: transparent;
box-shadow: none !important;
}
.sistemas_de_informacao_hp .si_flex,
.sistemas_de_informacao_hp .si_flexCat {
padding-bottom: 55px;
}
.conteudo_titulo_slider {
top: 30px !important;
padding: 0 20px;
}
.eventos_hp div.imagem_eventos_hp {
height: 225px;
}
.contactos_popup .hamburguer {
display: none;
}
.contactos_popup .telefone {
top: 0px !important;
}
.contactos_popup {
top: 70px !important;
height: auto;
}
#clique_menu_mobile.hamburguer {
position: absolute;
top: 25px;
right: 10px;
width: 10%;
cursor: pointer;
}
#clique_menu_mobile.hamburguer:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/hamburguer-mobile.svg);
}
.sistemas_de_informacao_hp .flickity-page-dots {
bottom: 20px;
display: block;
}
.noticias_hp {
min-height: 500px;
}
.imagem_noticias_hpMobile .flickity-page-dots {
bottom: -60px;
}
.imagem_noticias_hpMobile .flickity-slider div {
background: #fff;
}
div.slider {
margin-top: 20px !important;
}
.slider.slider_hp .flickity-viewport {
height: 265px !important;
}
.home #page {
margin-top: -15px;
}
.noticias_hp .pai_slider {
position: inherit;
margin-bottom: 30px;
}
.container_eventos_hp {
display: flex;
flex-wrap: wrap;
}
.grupo_de_eventos_hp .flickity-page-dots {
right: inherit;
top: inherit;
bottom: -70px;
left: 50%;
transform: translate(-50%, -50%);
}
body.menu_aberto .site-branding,
.menu_aberto .logotipo_white_mobile img {
filter: invert(0);
}
.pesquisaMobile {
display: block;
}
.pesquisaMobile .searchandfilter,
.pesquisaMobile .page .searchandfilter ul {
background: #e5e5e5;
box-shadow: none !important;
padding: 10px;
}
.pesquisaMobile .searchandfilter ul,
.pesquisaMobile .searchandfilter ul li {
padding: 0 !important;
margin: 0px;
box-shadow: none;
background: transparent;
}
.pesquisaMobile .searchandfilter ul li input {
border: transparent;
background: transparent;
}
.pesquisaMobile .searchandfilter ul li.sf-field-submit input:after {
content: url(https://www.spms.min-saude.pt/wp-content/themes/spms2019-child/imagens/lupa.svg);
}
.menu_popup {
padding-top: 100px;
}
.tresColunas {
width: 90% !important;
margin: 5% !important;
padding-right: 0;
}
.page .searchandfilter ul {
display: table;
padding-inline-start: 0px;
}
.tresColunas:after {
display: none;
}
.tresColunas article {
width: 100%;
}
.entry-header .entry-title {
margin-top: 45px;
margin-bottom: 20px;
}
.contentor7030>p,
.contentor7030>ol,
.contentor7030>ul,
.contentor7030>figure,
.contentor7030>.ab-block-accordion {
max-width: 100%;
}
p {
line-height: 1.5 !important;
}
.page .searchandfilter ul {
padding: 0;
}
.page .contentor7030 .searchandfilter ul li {
width: 100%;
margin: 0;
padding: 10px 10px;
}
.contentor7030 .searchandfilter label,
.page .contentor7030 .searchandfilter ul li input {
width: 100%;
}
.contentorImagemAgenda {
display: none;
}
.contentorConteudoAgenda,
.contentorDataAgenda,
.carousel-nav {
width: 100% !important;
}
.carousel-nav {
margin-left: 0;
}
.contentDataLista {
height: auto;
}
.search-filter-result-item.lista .contentRelacionados {
margin: 0;
}
.search-filter-result-item.lista article {
padding: 30px 0;
}
.wp-block-button__link {
font-size: 12px;
}
.hallFame .previous,
.hallFame .next {
display: none;
}
.hallFame .hallText.flickity-enabled {
margin-top: 0px;
}
.conteudoSistemas .imagemPost,
.conteudoEventos .imagemPost,
#modal .conteudoEventosDiv .imagemPost .mapa,
#modal .conteudoEventosDiv .imagemPost .mapa .leaflet-map {
width: 100% !important;
height: 300px !important;
}
.conteudoSistemas .conteudoPost,
.conteudoEventos .conteudoPost {
width: 100% !important;
height: 225px;
}
.conteudoSistemasDiv,
.conteudoEventosDiv {
height: auto;
}
.conteudoSistemas .conteudoPost p,
.conteudoEventos .conteudoPost p {
overflow-y: auto;
max-height: 55px;
margin: 0;
}
.conteudoSistemas .conteudoPost a {
margin: 25px 0 30px 0;
}
.conteudoConselhoDiv {
height: 395px;
width: 80%;
}
.conteudoConselhoDiv .imagemPost {
width: 100%;
}
.conteudoConselhoDiv .imagemPost .imagemPost2 {
width: 100%;
height: 100%;
}
.conteudoConselhoDiv .imagemPost2 img {
height: 100%;
object-fit: cover;
object-position: top center;
}
.conteudoConselhoDiv .imagemPost .tituloPost {
width: 100%;
height: 180px;
}
.conteudoConselhoDiv .conteudoPost {
width: 100%;
height: 320px;
overflow-y: auto;
}
.conteudoConselhoDiv .btnClose,
.conteudoEventosDiv .btnClose {
z-index: 401;
}
.conteudoConselhoDiv .flickity-page-dots {
bottom: 0px !important;
}
.easy {
right: 20px;
top: 3px;
}
} @media all and (-ms-high-contrast:none) {
#menu-icones210 li a img.menu-image {
width: 120px;
}
.si img.logoBranco,
.si img.logoCor {
width: 300px;
height: 350px;
}
.conteudoSistemasDiv .imagemPost>img {
width: 350px;
height: 350px;
}
main.site-main div.post-thumbnail>img {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
max-width: initial;
}
.search-filter-results .search-filter-results-list {
display: inherit;
}
ul.search-filter-results-list .destaque_img img,
.tresColunas .destaque_img a img {
width: 100%;
}
ul.search-filter-results-list .destaque_img .iconLinkEventos {
width: 50px;
}
:nth-child(3n+1).tresColunas {
clear: none;
}             }
@media all and (-ms-high-contrast:none) and (max-width: 450px) {
.projectos_iniciativas_hp .flex_wrapper>div>ul {
display: inherit !important;
}
.projectos_iniciativas_hp {
height: auto;
}
}