html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} 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;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
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;
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;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} 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: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
.perfil {
width: 114px;
height: 114px;
flex-shrink: 0;
border-radius: 50%;
overflow: hidden;
}
.perfil img{
width: 100%;
height: auto;
display: block;
border-radius: 50%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #06ba80;
}
a:visited {
color: #06ba80;
}
a:hover,
a:focus,
a:active {
color: #06ba80;
font-weight: 700;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} 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);
line-height: 1;
padding: 0.6em 1em 0.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%;
}   .main-navigation {
display: block;
}
.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 {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation li {
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: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
} .updated:not(.published) {
display: none;
} .page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .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;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .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: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} #post-8435 .wpforms-field input{
border: 1px solid !important;
}
#post-8435 .wpforms-field-description a{
color: #0d9b94 !important;
}
.acymailing_form {
position: relative !important;
}
body,
html {
font-family: "Exo", sans-serif;
}
h2 {
font-family: "Noto Serif", serif;
}
:root {
--gradient-black: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
--gradient-green: linear-gradient(285.94deg, #042927 66.17%, #0f5f59 108.2%);
--bg-green: #042927;
--light-green-opacity: #f0f3f3;
}
.bg-lightgreen-opacity {
background: var(--light-green-opacity);
}
.bg-green {
background: var(--bg-green);
}
.c-green {
color: var(--bg-green) !important;
}
.b-color-green {
border-color: var(--bg-green) !important;
}
.bg-gradient-black {
background: var(--gradient-black);
}
.bg-gradient-green {
background: var(--gradient-green);
}
.fs-14 {
font-size: 0.8rem;
}
.fs-16 {
font-size: 1rem;
}
.fs-18 {
font-size: 1.2rem;
}
.fs-20 {
font-size: 1.3rem;
}
.fs-40 {
font-size: 2.5rem;
}  .menu li a {
text-align: center;
}
.offcanvas {
background: #f5f5f5 !important;
}
.login-popup:not(.active) {
display: none;
}
.login-popup {
position: fixed;
z-index: 1048;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background: rgba(0, 0, 0, 0.7);
}
.login-popup .popup-container {
background: #0d9b94;
position: relative;
z-index: 99999;
}
.login-popup .popup-container .wpforms-field label {
font-family: "Exo";
font-style: normal;
font-weight: 700;
font-size: 1.2rem;
color: #fff !important;
}
.login-popup .popup-container .wpforms-submit {
border: 2px solid #fff !important;
}
.login-popup-esmo:not(.active) {
display: none;
}
.login-popup-esmo {
position: fixed;
z-index: 1048;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background: rgba(0, 0, 0, 0.7);
}
.login-popup-esmo .popup-container {
background: #0d9b94;
position: relative;
z-index: 99999;
}
.login-popup-esmo .popup-container .wpforms-field label {
font-family: "Exo";
font-style: normal;
font-weight: 700;
font-size: 1.2rem;
color: #fff !important;
}
.login-popup-esmo .popup-container .wpforms-submit {
border: 2px solid #fff !important;
}
.btn-close-popup {
top: 1rem;
right: 1rem;
width: 45px;
height: 45px;
margin: 0;
cursor: pointer;
}
.btn-close-popup .line-close:first-child {
width: 35px;
height: 2px;
background: #fff;
display: table;
transform: rotate(45deg);
position: absolute;
top: 23px;
left: 5px;
}
.btn-close-popup .line-close:last-child {
width: 35px;
height: 2px;
background: #fff;
display: table;
transform: rotate(-45deg);
position: absolute;
top: 23px;
left: 5px;
}
.medicos-search-body:not(.active),
.epecialidades-body:not(.active) {
display: none;
}
.medicos-search-body,
.epecialidades-body { height: 100%;
display: table;
}
.medicos-search-body input[type="text"] {
height: 55px;
border: 0;
background: #fff;
width: 100%;
}
.medicos-search-body select {
height: 55px;
border: 0;
background: #fff;
font-family: "Exo";
font-style: normal;
font-weight: 700;
font-size: 1.2rem;
color: #063f3b;
padding: 0 1rem;
}
input.free-search {
font-family: "Exo";
font-style: normal;
font-weight: 700;
font-size: 1.2rem;
color: #cccccc;
padding: 0 1rem;
} #date_dropdown {
max-width: 30%;
margin-left: 1rem;
}
.submit-search-btn,
.submit-free-search {
background: #0d9b94;
width: 100%;
max-width: 10%;
margin-left: 1rem;
}
.submit-free-search {
margin-right: 5px;
width: 60px;
height: 50px;
bottom: 2.5px !important;
}
.submit-free-search input,
.submit-search-btn input {
opacity: 0;
width: 100%;
height: 100%;
}
.submit-free-search::after,
.submit-search-btn::after {
content: url(//mediconews.pt/wp-content/uploads/2022/08/arrow.svg);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 0;
pointer-events: none;
}
.submit-free-search::after {
content: url(//mediconews.pt/wp-content/uploads/2022/08/lupa-medico.svg);
}
.offcanvas-body.active>*:not(div.active) {
display: none;
}
.menu-toggle {
display: table;
position: absolute;
right: 0;
top: 50%;
transform: translate(0, -50%);
width: auto;
background: transparent;
border: 0;
}
.offcanvas-top {
height: 100vh;
}
.btn-close.menu-toggle {
height: 44px;
opacity: 1;
padding: 0;
}
.line {
display: block;
position: relative;
top: 0;
opacity: 1;
background-color: #0d9b94;
border-radius: 0px;
margin: 9px 4px;
height: 4px;
width: 45px;
transform-origin: center center;
-webkit-transition: -webkit-transform 200ms linear 0ms, top 200ms linear 0ms, opacity 200ms linear 0ms;
transition: -webkit-transform 200ms linear 0ms, transform 200ms linear 0ms, top 200ms linear 0ms, opacity 200ms linear 0ms;
}
.btn-close.menu-toggle .line:first-child {
opacity: 1;
top: 5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn-close.menu-toggle .line:last-child {
opacity: 1;
top: -9px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.btns-menu a {
width: 100%;
max-width: calc(50% - 0.5rem);
text-align: center;
color: #063f3b;
border: 1px solid #063f3b;
font-weight: 700;
}
.btns-menu a:hover {
color: #fff;
background: #063f3b;
}
#primary-menu {
list-style-type: none;
margin: 0;
padding: 0;
}
#primary-menu li a {
font-weight: 700;
font-size: 2rem;
color: #063f3b;
padding: 0.5rem 0;
display: table;
margin: 0 auto;
border-bottom: 1px solid transparent;
text-decoration: none;
}
#primary-menu li a:hover {
color: #0d9b94;
border-color: #0d9b94;
}
.epecialidades-body ul li:hover {
background: var(--bg-green);
}
.epecialidades-body ul li:hover a {
color: #fff !important;
}
.search-menu form label {
width: 100%;
}
.search-menu form label input {
width: 100%;
height: 58px;
border-radius: 0;
border-color: #fff;
padding: 0 1rem;
padding-right: 4rem;
}
.search-menu form {
position: relative;
}
.search-menu form::after {
position: absolute;
content: url(//mediconews.pt/wp-content/uploads/2022/09/search_medico.svg);
right: 1rem;
top: 50%;
transform: translate(0, -50%);
pointer-events: none;
}
.search-menu form>input {
position: absolute;
right: 0;
top: 0;
border: 0;
height: 58px;
width: 58px;
opacity: 0;
}
.archive #masthead .container .row {
padding-bottom: 2.5rem !important;
border-bottom: 1px solid #042927;
}
.archive #masthead {
margin-bottom: 2rem !important;
}
.tag-apoio > p{ 
position: relative;
}
.tag-apoio > p:first-child:after{
position: absolute;
content: '';
width: 1px;
height: 100%;
background-color: #000000;
right: -1.5rem;
top: 0;
} .grid-masory article .content-image {
height: 100%;
height: 300px;
}
.grid-masory article .content-image {
height: 100%;
}
.grid-masory article {
width: 100%;
height: 100%;
padding: 0.5rem !important;
}
.grid-masory article.item0 {
grid-area: square-50;
min-height: 600px;
}
.grid-masory article.item1 {
grid-area: square-25-1;
min-height: 300px;
}
.grid-masory article.item2 {
grid-area: square-25-2;
min-height: 300px;
}
.grid-masory article.item3 {
grid-area: image-vert;
min-height: 600px;
}
.grid-masory.grid-odd {
display: grid;
grid-template-areas:
"square-50 square-50 square-25-1 image-vert"
"square-50 square-50 square-25-2 image-vert";
grid-template-columns: auto auto auto auto;
gap: 0;
}
.grid-masory.grid-even {
display: grid;
grid-template-areas:
"square-25-1 image-vert square-50 square-50"
"square-25-2 image-vert square-50 square-50";
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0;
}
.title-list {
font-size: 1rem !important;
}
.grid-masory article:hover .content-grid {
transition: all 0.5s;
}
.content-related-post article:hover .content-grid,
.grid-masory article:hover .content-grid {
background: linear-gradient(285.94deg, rgba(4, 41, 39, 0.8) 66.17%, rgba(15, 95, 89, 0.8) 108.2%);
backdrop-filter: blur(20px);
}
.content-related-post article:hover .content-image:after,
.grid-masory article:hover .content-image:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: all;
-webkit-box-shadow: inset 0px 0px 0px 5px #0d9b94;
-moz-box-shadow: inset 0px 0px 0px 5px #0d9b94;
box-shadow: inset 0px 0px 0px 5px #0d9b94;
}  .centrado {
text-align: center;
}
.centrado .col-12.col-md-6.g-0 {
text-align: center;
margin: 0 auto;
}
.centrado .col-12.col-md-6.g-0 .search-form {
border: 1px solid #063f3b;
}
.error404 .search-menu .page-content {
transform: translateY(-150px);
} .div-iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-post h2.post-title,
.single-post h2.section-title {
font-size: 1.8rem;
font-weight: 700;
color: #063f3b;
}
.post-date {
color: #999999;
}
.autores > span:last-child .barra{
display: none;
} .newsletter .widget-title {
color: #fff;
}
.newsletter.sidebar .widget-title {
color: #063f3b;
}
.newsletter .widget-title {
margin-bottom: 2rem;
font-size: 1.8rem;
font-weight: 700;
font-family: "Noto Serif";
}
.acymailing_form tbody tr,
#wpforms-form-29701 {
position: relative;
}
.acymailing_form tbody tr td{
padding: 0;
}
.acymailing_form tbody tr td.captchakeymodule {
display: none;
}
.acymailing_form tbody tr td.acysubbuttons,
#wpforms-form-29701 .wpforms-submit-container{
position: absolute;
right: 7.5px;
top: 50%;
height: 45px;
padding: 0;
transform: translate(0, -50%);
}
.acymailing_form tbody tr td.acysubbuttons input,
#wpforms-form-29701 .wpforms-submit-container button {
height: 100% !important;
width: 65px !important;
border-radius: 0 !important;
border: 0 !important;
background: #0d9b94 !important;
position: relative !important;
padding: 0 !important;
}
.acymailing_form tbody tr td.acysubbuttons::after,
#wpforms-form-29701 .wpforms-submit-container:after {
content: url(//mediconews.pt/wp-content/uploads/2022/08/mn-right-arrow.svg) !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
line-height: 0 !important;
pointer-events: none !important;
}
.acymailing_form tbody tr td.acyfield_email input,
#wpforms-form-29701 .wpforms-submit-container button{
width: 100% !important;
min-width: 60px !important;
border-radius: 0 !important;
}
.sidebar-newsletter {
background: var(--light-green-opacity);
}
.sidebar-newsletter .widgettitle {
margin-bottom: 2rem;
}
#post-30295 .post-title,
#post-30295 .post-date,
#post-30295 .items-relacionados,
#post-30295 .sidebar {
display: none !important;
}
#post-30295 .row {
justify-content: center;
}
#post-30295 .acymailing_form .onefield input {
width: 100% !important;
height: 60px;
border-radius: 0;
padding: .5rem;
}
#post-30295 .acysubbuttons {
text-align: right !important;
}
#post-30295 .acysubbuttons input {
height: 60px !important;
padding: 1rem 2.5rem !important;
color: #fff !important;
background-color: var(--bg-green) !important;
border-radius: 0 !important;
font-weight: 700 !important;
text-transform: uppercase;
} .div-form-registo {
background: rgb(6, 63, 59, 0.1);
padding: 2rem;
}
.div-form-registo .wpforms-field-label {
color: #063f3b !important;
font-size: 1.2 !important;
font-weight: 700 !important;
margin-bottom: 0.5rem !important;
}
.wpforms-field:not(.wpforms-field-checkbox) input,
.wpforms-field select {
height: 70px !important;
border: 0 !important;
}
.wpforms-field input::placeholder,
.wpforms-field select,
.wpforms-field select option {
color: #cccccc !important;
font-weight: 700;
font-family: "exo";
font-size: 1rem !important;
}
.wpforms-field.wpforms-field-checkbox input {
width: 25px !important;
height: 25px !important;
border: 1px solid #fff !important;
}
.wpforms-field.wpforms-field-checkbox .depth-1 {
display: inline-flex !important;
align-items: center !important;
}
.wpforms-field.wpforms-field-checkbox .depth-1 label {
font-family: "Exo";
font-style: normal;
font-weight: 400 !important;
font-size: 1.2rem !important;
color: #063f3b;
}
.wpforms-submit {
background: #0d9b94 !important;
border: 2px solid #0d9b94 !important;
color: #fff !important;
width: 100% !important;
height: 70px !important;
font-size: 1.2rem !important;
font-weight: 700 !important;
}
.wpforms-submit:hover {
background: transparent !important;
color: #0d9b94 !important;
border: 2px solid #0d9b94 !important;
} .pagination .page-numbers {
background: var(--bg-green);
border: 1px solid;
display: inline-flex;
min-width: 35px;
min-height: 35px;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
text-decoration: none;
padding: 0.5rem 1rem;
border-color: var(--bg-green);
}
.pagination .page-numbers.current {
background: #fff;
color: var(--bg-green);
} .social-footer section {
margin: 0 0.5rem;
}
.social-footer section figure {
margin: 0;
}
.social-footer section img {
width: 100%;
max-width: 35px;
}
.site-footer .widget a {
color: #06ba80;
text-decoration: none;
}
.site-footer .widget a:hover {
color: #fff;
} :root {
--text-white: #fff;
--text-accordion: #1E3667;
--bg-gray: #F4F4F4;
}
.text-blue {
color: var(--text-accordion);
}
.essencial::after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Group-322.png);
position: absolute;
top: 0;
right: 20%;
}
.essencial {
background-image: url(//mediconews.pt/wp-content/uploads/2023/11/Rectangle-74.png);
background-repeat: no-repeat; height: auto;
}
.login-registo {
right: 0;
top: 0;
}
.login-registo a {
padding: 16px 32px;
color: var(--text-white) !important;
border: 1px solid var(--text-white) !important;
border-top: none;
text-decoration: none !important;
font-size: 12px !important;
}
.login-registo a:hover {
text-decoration: underline !important;
font-weight: normal !important;
}
.login-registo a p {
margin-bottom: 0px !important;
}
.data-e-hora::after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Vector-6.png);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.data-e-hora-proximas-sessoes{
background-image: url(//mediconews.pt/wp-content/uploads/2023/11/proximas_sessoes_vazio.png);
background-repeat: no-repeat;
background-position-x: center;
height: 104px;
display: flex;
justify-content: center;
align-items: center;
}
.conteudo-proximas-sessoes a {
text-decoration: none;
}
.conteudo-proximas-sessoes a:hover h3 { color: #319DA0 ;
}  .accordion-section {
margin-top: 100px !important;
}
.login-assistir {
border-top: 1px solid var(--text-accordion);
}
.login-assistir p {
color: var(--text-accordion);
}
.login-assistir a {
color: var(--text-accordion) !important;
}
.video-play::after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Group-268.png);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 99999;
}
.accordion-section h2 {
font-family: 'Roboto', sans-serif !important;
color: var(--text-accordion) !important;
font-weight: bold;
font-size: 34px;
}
.accordion {
background-color: transparent;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
border-top: 1px solid #E8E8E8;
font-family: 'Roboto', sans-serif;
}
.moderadores-oradores {
border-bottom: 1px solid #E8E8E8;
align-items: center;
gap: 24px;
}
.panel .perfil {
color: var(--text-accordion);
font-size: 14px;
}
.panel h3 {
color: #0C8ACC;
font-size: 20px;
font-weight: 700;
}
.panel .cargo {
font-size: 16px;
font-weight: 700;
}
.brevemente {
background-color: var(--bg-gray);
padding-bottom: 120px;
}
.brevemente p {
color: var(--text-accordion);
margin-bottom: 0px !important;
font-weight: bold;
}
.bg-gradient-blue {
background: linear-gradient(182deg, #05315C 10.5%, #335DE5 98.61%);
height: auto;
}
.esmo-footer .footer-info p {
font-size: 14px;
font-family: 'Roboto', sans-serif;
} .panel {
padding: 0 18px;
background-color: white;
display: none;
overflow: hidden;
color: var(--text-accordion);
}
.accordion:after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Group-308.png);
font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}
.accordion.active:after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Group-309.png);
}
.banner-newsfarma {
display: flex;
justify-content: center;
}
.banner-mobile {
display: none;
} @media screen and (min-width: 1400px) {
footer .footer-info {
margin-top: 48px !important;
}
}
@media screen and (max-width: 1350px) {
.essencial::after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Group-322.png);
position: absolute;
top: -60px;
right: 0;
}
}
@media screen and (max-width: 767px) {
.essencial::after {
content: url(//mediconews.pt/wp-content/uploads/2023/11/Vector-5.png);
position: absolute;
top: -150px;
right: 0;
z-index: 0;
}
.login-registo a {
width: 143px;
padding: 8px 16px;
}
.banner-mobile {
display: block;
}
.banner-desktop {
display: none;
}
}
#CybotCookiebotDialogHeader,
.CookiebotWidget-main-logo {
display: none !important;
} @media screen and (max-width: 1200px) {
.grid-masory {
display: flex !important;
}
.grid-masory article {
max-width: calc(50% - 0.5rem);
}
.grid-masory article,
.grid-masory article .content-image {
min-height: 300px !important;
}
}
@media screen and (min-width: 769px) {
.not-desktop {
display: none !important;
}
}
@media screen and (max-width: 769px) {
.not-mobile {
display: none !important;
}
.grid-masory article {
max-width: 100%;
}
.grid-masory article,
.grid-masory article .content-image {
min-height: 350px !important;
}
.single #primary .container-fluid,
.single #primary .container-fluid .container {
padding: 0 !important;
}
.single #primary .container-fluid .container .post-title,
.single #primary .container-fluid .container .content-single>*,
.single #primary .container-fluid .container .post-date {
padding: 0 0.5rem !important;
}
.single #primary .container-fluid .container .post-date {
margin-bottom: 0.5rem !important;
}
.sidebar-newsletter {
background: var(--gradient-green);
margin-bottom: 0.1rem !important;
}
.sidebar-newsletter .widgettitle {
color: #fff;
}
.sidebar .widget_media_image,
.sidebar .widget_media_image img {
width: 100%;
}
.site-footer {
margin-top: 0.1rem !important;
}
.content-name {
position: inherit !important;
background: transparent !important;
}
.content-name h2 {
color: #063f3b !important;
}
.medicos-search-body form.d-flex {
flex-wrap: wrap;
}
#date_dropdown {
max-width: 70%;
margin-left: 0;
margin-top: 1rem;
}
.submit-search-btn,
.submit-free-search {
margin-left: 0;
max-width: 30%;
margin-top: 1rem;
}
}