@charset "UTF-8";
/*!
Theme Name: Prémio MSD Investigação em Saúde
Theme URI: http://underscores.me/
Author: Performance Sales
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: premio_inv_saude
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Prémio MSD Investigação em Saúde is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

body,
html {
  overflow-x: hidden;
}

@font-face {
  font-family: "Lexend Deca";
  src: url("fonts/LexendDeca-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-base: "Lexend Deca", sans-serif;
}

@font-face {
  font-family: "Unbounded";
  src: url("fonts/Unbounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Invention";
  src: url("fonts/Invention_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Cores */
/* Accent #00857C */
/* Primary #oc2340 */
/* Neutral #58585b */

/* ex: @include transition(all .8s ease); */
.fullwidth {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.main-navigation ul a {
  font-weight: normal;
}

.main-navigation,
.col-cursos .wp-block-column,
.footer-menu ul li,
.footer-left,
.footer-right,
.edicao-section ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: var(--font-base);
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  color: #0c2340;
  font-size: 1.75em;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
}
h1 span {
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-family: var(--font-base);
  text-transform: uppercase;
  font-weight: normal;
  color: #0c2340;
  margin: 0;
  max-width: 500px;
  margin: 0 auto;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.188em;
}

h6 {
  font-size: 1.125em;
}

p {
  margin: 0 0 10px;
}

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%;
}

.wp-block-column p {
  color: #58585b;
  font-size: 0.96em;
  line-height: 26px;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}
.wp-block-column p a {
  color: #0c2340;
  text-decoration: underline;
}
.wp-block-column p strong {
  font-weight: 700;
  color: #0c2340;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  font-family: var(--font-base);
  /* Fallback for when there is no custom background color defined. */
}

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;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* .wp-block-lazyblock-criterios {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
} */
.wp-block-lazyblock-criterios {
  max-width: 1024px; /* Adjust container width */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.criterios-wrapper, .tipos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Adds consistent spacing */
}


.box-item.criterio-item, 
.box-item.tipo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: unset;
  box-shadow: none;
  flex: 1 1 calc(25% - 20px); /* 4 items per row with spacing */
  max-width: 250px; /* Ensures consistency */
  padding: 15px;
  margin: 10px;
}

.criterio-item .criterio-icons, 
.tipo-item .tipo-icons {
  margin-top: 20px;
  /* max-width: 100px; */
}

/* Headings */
.criterio-item h3, .tipo-item h3 {
  color: #0c2340;
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  line-height: 26px;
}

.tipos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
}

/* 4 items per row */
.box-item.tipo-item {
  flex: 1 1 calc(25% - 20px); /* default */
  max-width: 250px;
}

/* exactly 5 items */
.tipos-wrapper.five-items-layout .box-item.tipo-item:nth-child(1),
.tipos-wrapper.five-items-layout .box-item.tipo-item:nth-child(2),
.tipos-wrapper.five-items-layout .box-item.tipo-item:nth-child(3) {
  flex: 1 1 calc(33.33% - 20px); /* 3 top row */
}


.tipos-wrapper.five-items-layout .box-item.tipo-item:nth-child(4),
.tipos-wrapper.five-items-layout .box-item.tipo-item:nth-child(5) {
  flex: 1 1 calc(50% - 20px); /* 2 bottom row */
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .box-item.tipo-item {
    flex: 1 1 calc(50% - 20px) !important; /* 2 per row */
  }
}

@media (max-width: 480px) {
  .box-item.tipo-item {
    flex: 1 1 100% !important; /* 1 per row  */
  }
}

.criterios-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
}
.criterios-wrapper.five-items-layout{
  max-width: 1000px;
  margin: 0 auto;
}

/* 4 items per row */
.box-item.criterio-item {
  flex: 1 1 calc(25% - 20px);
  max-width: 250px;
}

/* exactly 5 items */
.criterios-wrapper.five-items-layout .box-item.criterio-item:nth-child(1),
.criterios-wrapper.five-items-layout .box-item.criterio-item:nth-child(2),
.criterios-wrapper.five-items-layout .box-item.criterio-item:nth-child(3) {
  flex: 1 1 calc(33.33% - 20px); /* 3 top row */
}

.criterios-wrapper.five-items-layout .box-item.criterio-item:nth-child(4),
.criterios-wrapper.five-items-layout .box-item.criterio-item:nth-child(5) {
  flex: 1 1 calc(50% - 20px); /* 2 bottom row */
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .box-item.criterio-item {
    flex: 1 1 calc(50% - 20px) !important; /* 2 per row */
  }
}

@media (max-width: 480px) {
  .box-item.criterio-item {
    flex: 1 1 100% !important; /* 1 per row */
  }
}

.cv-content-outer-wrapper-fullwidth{
  background-color: #F7F7F7;
}

.cv-accordion-wrapper, .content-accordion-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}

.cv-accordion {
    border-bottom: 1px solid #ccc;
}

.cv-accordion-header {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    transition: background 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .cv-accordion-header {
      gap: 20px;
  }
}
.cv-accordion-header:hover {
    background: rgba(0, 121, 107, 0.1);
}

.cv-toggle-icon {
    transition: transform 0.3s ease-in-out;
    min-width: 23px;
}

.cv-accordion-header.active .cv-toggle-icon {
    transform: rotate(180deg);
}

/* Accordion Content */
.cv-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 15px;
}

.cv-accordion-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    padding: 10px 0;
}

.cv-accordion-content .cv-cargo {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.cv-accordion-content .cv-text {
    font-size: 16px;
    color: #555;
    padding-bottom: 15px;
}
.cv-accordion-content .cv-text ul{
  margin-left: 0;
}



/* Ensure accordion is fully visible when expanded */
.cv-accordion-content.active {
    max-height: 500px; /* Adjust as needed */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Styling for Expanded Panel */
.cv-accordion-header.active {
    /* background: rgba(0, 121, 107, 0.2); */
    color: #00857C;
}

.container.iniciativa-block-container {
  margin: 40px auto 100px;
  background-color: #fff;
  padding: 115px 52px;
  border-radius: 2px;
  position: relative;
  color: #333;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .container.iniciativa-block-container {
      padding: 30px 30px;
  }

  .iniciativa-tabs{
    flex-direction: column;
    margin: 0;
  }
}

.iniciativa-panels {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
}

/* Tabs (Navigation) */
.iniciativa-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.iniciativa-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.iniciativa-tabs .tab-item {
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.iniciativa-tabs .tab-item.active {
  border-bottom: 3px solid #00796b;
}

.iniciativa-tabs .tab-item.active a {
  color: #00796b;
  transition: all ease 0.2s;
}

/* Panels */
.iniciativa-panel {
  display: none;
  text-align: center;
}

.iniciativa-panel.active {
  display: block;
}

/* Member Grid */
.iniciativa-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Forces 3 per row */
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

/* Responsive Behavior */
@media (max-width: 1024px) {
  .iniciativa-members {
      grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
  }
}

@media (max-width: 768px) {
  .iniciativa-members {
      grid-template-columns: repeat(1, 1fr); /* 1 per row on mobile */
  }
}
.fullwidth.cv-content-outer-wrapper {
  background-color: #F7F7F7;
}

.box-item.jury-item {
  height: 420px;
}
.box-item.jury-item.juri-first {
  /* display: block;
      margin: 60px auto 30px; */
  margin-left: 13px;
}

.jury-item p {
  margin: 0;
  font-size: 0.7em;
  line-height: 1.2em;
  color: #909295;
  text-align: center;
}
.jury-item p br {
  display: block;
  /* makes it have a width */
  content: "";
  /* clears default height */
  margin-top: 5px;
  /* change this to whatever height you want it */
}
.jury-item .jury-name {
  text-transform: uppercase;
  margin-top: 18px;
  font-weight: 700;
  color: #333;
}
.jury-item .jury-desc {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.jury-item .jury-cv {
  margin-top: 5px;
  max-width: 215px;
}

/* ACCORDION */
.transition,
.acc-text {
  transition: all 0.25s ease-in-out;
}

.no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.acc-title {
  display: block;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 0.94em;
  color: #009994;
  font-weight: 700;
  padding: 20px 10px;
  margin-right: 47px;
}
.acc-title.empty {
  cursor: auto;
}
@media screen and (max-width: 1035px) {
  .acc-title.empty {
    display: none;
  }
}

.acc-text {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  font-size: 0.96em;
  line-height: 1.8em;
  font-weight: 300;
  max-height: 8000px;
  padding: 0 10px;
  width: 90%;
}
.acc-text p:last-child {
  margin: 0;
  padding-bottom: 30px;
}

.acc-text ul {
  margin-left: 0;
}

.embed-container {
  position: relative;
  max-width: 100%;
  height: 520px;
  padding-bottom: 30px;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
}

.news-item {
  position: relative;
  padding: 0px;
  margin: 0;
  border-top: 1px solid #e1e1e1;
}
.news-item:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 1035px) {
  .news-item.empty {
    display: none;
  }
}

/* /ACCORDION */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: $color__border-button;
	border-radius: 3px;
	background: $color__background-button;
	color: rgba(0, 0, 0, .8);
	@include font-size(0.75);
	line-height: 1;
	padding: .6em 1em .4em;

	&:hover {
		border-color: $color__border-button-hover;
	}

	&:active,
	&:focus {
		border-color: $color__border-button-focus;
	}
} */
input {
  outline: none;
}

/* 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: $color__text-input;
	border: 1px solid $color__border-input;
	border-radius: 3px;
	padding: 3px;

	&:focus {
		color: $color__text-input-focus;
	}
}

select {
	border: 1px solid $color__border-input;
}

textarea {
	width: 100%;
} */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  cursor: pointer;
}

.form {
  padding: 40px;
  max-width: 440px;
  width: 90%;
  position: absolute;
  top: 200px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

#form-login,
#form-register {
  display: none;
}

.form-header {
  border-bottom: 1px solid #b9bbbd;
  padding-bottom: 20px;
}
.form-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.76em;
  font-weight: 700;
  display: inline-block;
  padding: 5px 0;
}
.form-header img {
  display: inline-block;
  vertical-align: top;
  float: right;
  cursor: pointer;
}

.form-intro {
  color: #009994;
  font-size: 0.96em;
  margin: 20px 0;
}
.form-intro span {
  font-weight: 700;
  color: #009994;
}

.tml-submit-wrap {
  width: 252px;
  margin: 0 auto;
  text-align: center;
}

.tml-field-wrap {
  position: relative;
}

.tml-field {
  font-size: 14px;
  padding: 10px 0 10px 5px;
  display: block;
  width: 98%;
  border: none;
  border-bottom: 1px solid #b9bbbd;
}

.focused .tml-field {
  box-shadow: none;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.focused .tml-label {
  top: -10px;
  opacity: 1;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}
.focused .tml-label:after {
  visibility: visible;
  width: 100%;
  left: 0;
}

.tml-label {
  margin: 0 !important;
  position: absolute;
  top: 10px;
  padding-left: 5px;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-weight: 300;
  opacity: 0.5;
  cursor: text;
  transition: 0.2s ease all;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.tml-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: #009994;
  transition: 0.2s ease all;
}

.tml-button {
  width: 252px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-base);
  margin-top: 20px;
  border: none;
  background: #004d6a;
  background: -moz-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #004d6a),
    color-stop(38%, #004d6a),
    color-stop(100%, #00867d)
  );
  background: -webkit-linear-gradient(
    left,
    #004d6a 0%,
    #004d6a 38%,
    #00867d 100%
  );
  background: -o-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -ms-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: linear-gradient(to right, #004d6a 0%, #004d6a 38%, #00867d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d6a', endColorstr='#00867d', GradientType=1 );
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.74em;
  letter-spacing: 1px;
  padding: 18px 48px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.form-bottom-txt {
  margin-top: 30px;
}
.form-bottom-txt p {
  font-weight: 300;
  color: #58585b;
  margin: 0;
  text-align: center;
  font-size: 0.96em;
}
.form-bottom-txt p:first-child {
  margin-bottom: 15px;
}
.form-bottom-txt a {
  color: #009994;
  font-weight: 300;
  text-decoration: underline;
}

.tml-lostpassword,
.tml-resetpass,
.container .tml-login,
.container .tml-register {
  max-width: 650px;
}
.tml-lostpassword .tml-submit-wrap,
.tml-resetpass .tml-submit-wrap,
.container .tml-login .tml-submit-wrap,
.container .tml-register .tml-submit-wrap {
  margin: 0;
}

.tml-accept_terms-wrap span {
  top: 0;
  left: 14px;
  pointer-events: all;
}

.tml-rememberme-wrap,
.tml-indicator_hint-wrap,
.tml-indicator-wrap,
.tml-links {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #009994;
  text-decoration: none;
}
a:visited {
  /* color: #009994; */
}
a:hover,
a:focus,
a:active {
  color: #006763;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: right;
  font-size: 0.8em;
  position: relative;
  /* padding: 16px 0 0;  */
}
@media screen and (max-width: 950px) {
  .main-navigation {
    padding: 0;
    text-align: center;
    width: 100%;
    /* float: none; */
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  margin: 0 10px;
}
.main-navigation ul li:last-child {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 950px) {
  .main-navigation ul li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  .main-navigation ul li {
    padding: 10px 0;
    margin: 0;
  }
}
.main-navigation ul li:before {
  content: none;
}
/* .main-navigation ul li.current_page_item a {
  color: #009994;
} */
.main-navigation ul li.current_page_item a:after {
  width: 100%;
}
.main-navigation ul li.user-auth a {
  position: relative;
  /* padding-left: 28px; */
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  .main-navigation ul li.user-auth a {
    padding-left: 0px;
  }
}
.main-navigation ul li.user-auth a:before {
  background: url(/wp-content/plugins/premios-hub/assets/img/icon_person.svg) no-repeat;
  position: absolute;
  width: 22px;
  height: 24px;
  top: 0px;
  left: 2px;
  content: "";
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  .main-navigation ul li.user-auth a:before {
    content: none;
  }
}
.main-navigation ul li.user-auth a:after {
  content: none;
}
.main-navigation ul a {
  color: #58585b;
}
.main-navigation ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #009994;
  transition: width 0.3s;
}
@media screen and (max-width: 950px) {
  .main-navigation ul a:after {
    content: none;
  }
}

.main-navigation ul a:hover:after {
  width: 100%;
}

.logged-in .user-auth {
  display: none;
}

/* .containerburger global absolute positioning removed — scoped rules in navTop/hp-page handle positioning */
@media screen and (max-width: 950px) {
  .navTop .container {
    display: block;
  }

  a.custom-logo-link{
    display: flex;
    justify-content: center;
  }
}

.single-post .edicoes a {
  color: #009994;
}
.single-post .edicoes a:after {
  width: 100%;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 4px;
  margin: 4px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 40px;
}

/* #burger:hover div {
  background-color: #0c2340;
} */

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
  transform: rotate(-45deg) translate(-2px, 3px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -9px);
  transform: rotate(45deg) translate(-8px, -9px);
}

/* block-menu / old mobile nav system removed — replaced by navTop nav-open system */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  /* @media screen and (max-width: $break-large) {
      max-width: 710px;
    } */
  /* @media screen and (max-width: $break-medium) {
    max-width: 710px;
  } */
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 80%;
  }

  .container.slider-block-container {
    max-width: 100%;
    margin: 0;
  }
}

.unbounded {
  font-family: "Unbounded";
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.full-grey {
  background-color: #eeefef;
  padding: 60px 0;
}
.full-grey .container {
  max-width: 822px;
  text-align: center;
}
.full-grey h2 {
  color: #004d6a !important;
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  /* margin: 0; */
}

.btn-back {
  margin: 70px 0 70px;
}
.btn-back a {
  position: relative;
  color: #58585b;
  font-size: 0.82em;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 25px;
}
.btn-back a:before {
  position: absolute;
  width: 18px;
  height: 10px;
  background: url(img/sprite.png) no-repeat;
  top: 4px;
  left: 0;
  background-position: -88px -188px;
  content: "";
}

.wp-block-file {
  margin: 25px 0;
}
.wp-block-file a {
  position: relative;
  padding: 5px 0 5px 36px;
  color: #0c2340;
  font-size: 15px;
  text-decoration: underline;
}


.wp-block-video,
.wp-block-image {
  text-align: center;
  max-width: 576px;
  margin: 20px auto 0;
}

.hide {
  display: none !important;
}

.wp-block-button__link {
  font-size: 0.8em;
  text-transform: uppercase;
}

.wp-block-button.user-auth {
  display: block !important;
}

.full-barra {
  background: #004d6a;
  background: -moz-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #004d6a),
    color-stop(38%, #004d6a),
    color-stop(100%, #00867d)
  );
  background: -webkit-linear-gradient(
    left,
    #004d6a 0%,
    #004d6a 38%,
    #00867d 100%
  );
  background: -o-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -ms-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: linear-gradient(to right, #004d6a 0%, #004d6a 38%, #00867d 100%);
}
.full-barra .barra-curso {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 485px) {
  .full-barra .barra-curso {
    text-align: center;
  }
}
.full-barra .barra-curso .wp-block-button {
  position: absolute;
  top: 37px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 485px) {
  .full-barra .barra-curso .wp-block-button {
    position: relative;
    top: 16px;
    margin-bottom: 17px;
  }
}

.grad-out-btn {
  position: relative;
}
@media screen and (max-width: 950px) {
  .grad-out-btn {
    text-align: center;
    width: 190px;
    margin: 0 auto;
  }
  .grad-out-btn a:after {
    top: 15px;
  }
}
.grad-out-btn a {
  background: #004d6a;
  background: -moz-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #004d6a),
    color-stop(38%, #004d6a),
    color-stop(100%, #00867d)
  );
  background: -webkit-linear-gradient(
    left,
    #004d6a 0%,
    #004d6a 38%,
    #00867d 100%
  );
  background: -o-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -ms-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: linear-gradient(to right, #004d6a 0%, #004d6a 38%, #00867d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d6a', endColorstr='#00867d', GradientType=1 );
  color: #00867d;
  font-size: 0.8em;
  font-weight: 500;
  position: relative;
  width: 190px;
  height: 43px;
  border-radius: 98px;
}
.grad-out-btn a:hover {
  color: #00867d;
}
.grad-out-btn a:before {
  content: "";
  background-color: #ffffff;
  width: 186px;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 98px;
  height: 39px;
}
.grad-out-btn a:after {
  content: "Veja o programa";
  position: absolute;
  left: 14px;
  right: 0;
}
.grad-out-btn:before {
  background: url(img/sprite.png) no-repeat;
  position: absolute;
  width: 19px;
  height: 22px;
  top: 10px;
  left: 21px;
  background-position: -12px -221px;
  content: "";
  cursor: pointer;
  z-index: 9;
  background-size: 74px;
}

@media screen and (max-width: 950px) {
  .gradient-btn {
    text-align: center;
  }
}
.gradient-btn a {
  background: #004d6a;
  background: -moz-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #004d6a),
    color-stop(38%, #004d6a),
    color-stop(100%, #00867d)
  );
  background: -webkit-linear-gradient(
    left,
    #004d6a 0%,
    #004d6a 38%,
    #00867d 100%
  );
  background: -o-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -ms-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: linear-gradient(to right, #004d6a 0%, #004d6a 38%, #00867d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d6a', endColorstr='#00867d', GradientType=1 );
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 500;
  position: relative;
  height: 43px;
}

/* .site-header { max-height: 76px; } — removed: conflicts with navTop mobile expansion */

/* Banner */
.banner {
  height: 400px;
  overflow: hidden;
  /* margin-bottom: 40px; */
  position: relative;
  background-color: #0c2340;
  /* background-image: url(/wp-content/themes/premio_msd/img/banner_background.svg); */
  background-image: url(/wp-content/themes/premio_msd/img/bg_banner.svg);
  background-position: center;
  background-repeat: no-repeat;
  /* height:100%; */
  background-size: cover;
}

.banner .img__dir {
  background-image: url("/wp-content/uploads/2024/04/imgBanner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}

/* .banner .img__esq {
  background-image: url(/wp-content/uploads/2024/03/Logo-hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 420px;
  top: 0;
  z-index: 5;
} */

.banner .container {
  height: 400px;
}

/* Media query mobile banner  */
@media screen and (max-width: 950px) {
  .banner {
    background-image: url(/wp-content/themes/premio_msd/img/bg_banner_mobile.svg);
    background-size: cover;
  }
  .banner {
    /* height: 235px; */
  }

  .banner .img__esq {
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 950px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
}
.wp-block-columns .wp-block-column .wp-block-columns {
  width: 100%;
}
.wp-block-columns.has-1-columns {
  width: 100%;
}
.wp-block-columns.has-1-columns > .wp-block-column {
  flex-basis: 100%;
  margin-right: 0;
}
.wp-block-columns.has-1-columns .wp-block-column .wp-block-columns {
  width: 1028px;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .wp-block-columns.has-1-columns .wp-block-column .wp-block-columns {
    width: 100%;
  }
}
.wp-block-columns.has-1-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  .wp-block-columns {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .wp-block-columns.has-2-columns {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 950px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%;
    margin: 0;
  }
}



.container-cursos {
  max-width: 1120px !important;
}
@media screen and (max-width: 1235px) {
  .container-cursos {
    max-width: 810px !important;
  }
}
.container-cursos .wp-block-columns {
  display: block;
}

@media screen and (max-width: 950px) {
  .wp-image-451 {
    margin-bottom: 20px;
  }
}

.col-cursos .wp-block-column {
  background-color: #ffffff;
  width: 251px;
  min-height: 245px;
  padding: 28px;
  margin: 20px 10px;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  flex: none;
}
.col-cursos .wp-block-column h3 {
  font-size: 0.875em;
  color: #00867d;
  height: 64px;
}
.col-cursos .wp-block-column .wp-block-image .alignleft {
  margin: -1px -25px 0 40px;
}
.col-cursos .wp-block-column .c-horas {
  font-size: 0.7em !important;
  text-transform: uppercase;
  color: #909295;
}
.col-cursos .wp-block-column .c-horas strong {
  color: #00867d;
}
.col-cursos .wp-block-column .forma {
  color: #58595b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688em;
}
.col-cursos .wp-block-column p {
  text-align: center;
  font-weight: 700;
  color: #909295;
  font-size: 0.9em;
}
.col-cursos .wp-block-column .c-form {
  text-align: center;
  padding: 3px 0 0;
  margin: 0;
  line-height: 1em;
}
.col-cursos .wp-block-column .es-form {
  margin-bottom: 34px !important;
}
.col-cursos .wp-block-column ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  height: 220px;
}
.col-cursos .wp-block-column ul li {
  position: relative;
  color: #909295;
  font-size: 0.7em;
  padding: 0 0 9px 12px;
}
.col-cursos .wp-block-column ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 2px;
  height: 11px;
  background-color: #00867d;
  top: 2px;
}
.col-cursos .wp-block-column .wp-block-button__link {
  background: #004d6a;
  background: -moz-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #004d6a),
    color-stop(38%, #004d6a),
    color-stop(100%, #00867d)
  );
  background: -webkit-linear-gradient(
    left,
    #004d6a 0%,
    #004d6a 38%,
    #00867d 100%
  );
  background: -o-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: -ms-linear-gradient(left, #004d6a 0%, #004d6a 38%, #00867d 100%);
  background: linear-gradient(to right, #004d6a 0%, #004d6a 38%, #00867d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d6a', endColorstr='#00867d', GradientType=1 );
  color: #00867d;
  font-size: 0.8em;
  font-weight: 500;
  position: relative;
  width: 180px;
  height: 43px;
}
.col-cursos .wp-block-column .wp-block-button__link:before {
  content: "";
  background-color: #ffffff;
  width: 176px;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 98px;
  height: 39px;
}
.col-cursos .wp-block-column .wp-block-button__link:after {
  content: "Inscreva-se Aqui";
  position: absolute;
  left: 0;
  right: 0;
}

.site-footer {
  /* background-color: #ffffff; */
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}

.footer-menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer-menu ul li {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
}
.footer-menu ul li:last-child {
  padding-right: 0;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 12px;
  font-family: var(--font-base);
}
.footer-menu ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .footer-menu ul {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .footer-menu ul li:last-child {
      padding-right: 25px;
      margin:10px 0;
  }
}

.footer-left {
  color: #fff;
  font-size: 0.68em;
  padding-top: 20px;
  vertical-align: top;
  text-align: center;
  width: 34%;
  max-width: 655px;
}
@media screen and (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}
.footer-left p:first-child {
  margin-top: 0;
}
.footer-left span {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.footer-left a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.footer-left a:hover {
  opacity: 0.8;
}

.footer-right {
  padding-top: 40px;
  vertical-align: top;
  width: 65%;
  float: right;
}
@media screen and (max-width: 767px) {
  .footer-right {
    text-align: center;
    float: none;
    padding-top: 0px;
  }
}

.footer-right p {
  font-size: 12px;
  line-height: 12px;
}

.edicao-section ul {
  padding-left: 0;
  font-size: 1.3em;
  color: #58585b;
  margin: 0;
}
.edicao-section ul li {
  list-style: none;
  font-weight: 700;
  width: 18%;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 0.87em;
}
@media screen and (max-width: 1199px) {
  .edicao-section ul li {
    width: 32%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .edicao-section ul li {
    width: 48%;
  }
}
@media screen and (max-width: 580px) {
  .edicao-section ul li {
    width: 100%;
  }
}
.edicao-section .edicao-title {
  color: #231f20;
}
.edicao-section .edicao-btn {
  background: url(img/btn-arrow.png) no-repeat 78px 2px;
  color: #009994;
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

/* ISSUE #5876 */
/* page-template-login-template */
@media screen and (max-width: 950px) {
  .block-menu {
    font-size: 1em !important;
  }
  .main-navigation ul li {
    padding: 10px 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .home .video-desk {
    height: unset !important;
    margin-top: 30px;
  }
}

/* .bar1,
.bar2,
.bar3 {
  background-color: #0c2340;
} */
.main-navigation ul li.current_page_item a {
  font-weight: bold;
}

h1 {
  color: #0c2340;
  font-family: var(--font-base);
  font-size: 32px;
  font-weight: bold;
  color: #0c2340;
}
.footer-top {
  background-color: #0c2340;
  position: relative;
}
.footer-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  background-color: #0c2340;
  height: 4px;
  width: 100%;
}
.footer-top .footer-menu {
  padding: 10px 0;
}
.footer-bottom a {
  word-break: break-all;
}
@media screen and (max-width: 950px) {
  .footer-legal-area {
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 30px;
  }
}
.footer-left img {
  /* max-height: 30px; */
}
.patrocinios_cientificos {
  float: none;
  width: 100%;
  color: #2e4049;
  font-size: 0.688em;
  font-weight: 700;
  text-transform: uppercase;
}
.patrocinios_cientificos img {
  max-height: initial;
  max-width: initial;
  /* margin-right: 40px; */
  position: relative;
}
.patrocinio-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 40px;
}
.patrocinio-row.first-row {
  /* justify-content: space-between; */
}
.patrocinio-row.second-row {
  margin-bottom: 20px;
}
/* .patrocinio-holder {
  margin-top: 10px;
  text-align: center;
  margin-right: 30px;
} */

.patrocinio-holder{
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  color: #0c2340;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  text-align: center;
  /* margin-right: 30px; */
}
.patrocinios_cientificos-title {
  margin-bottom: 20px;
}
.patrocinio-holder img {
  max-height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  /* .patrocinio-row {
    display: block;
  } */
  .patrocinio-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .patrocinio-holder {
    width: 100%;
    margin: 10px auto;
  }
  .patrocinio-holder img {
    max-height: 80px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .patrocinio-holder img {
    /* max-height: 35px !important; */
  }
}

.home .full-grey,
.page-template-login-template .full-grey {
  background-image: url("/wp-content/uploads/2024/03/Gradient.png");
  background-size: cover;
  position: relative;
  overflow: hidden;

  /* background: rgb(134, 67, 32);
  background: -moz-linear-gradient(
    90deg,
    rgba(134, 67, 32, 1) 24%,
    rgba(193, 96, 46, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(134, 67, 32, 1) 24%,
    rgba(193, 96, 46, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(134, 67, 32, 1) 24%,
    rgba(193, 96, 46, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#864320",endColorstr="#0c2340",GradientType=1); */
}

/* .home .full-grey::before,
.page-template-login-template .full-grey::before {
  content: "";
  display: block;
  position: absolute;
  top: -54px;
  left: -73px;
  width: 200px;
  height: 164px;
  background-image: url("./img/circles-brown-top.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.home .full-grey::after,
.page-template-login-template .full-grey::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -54px;
  right: -73px;
  width: 200px;
  height: 164px;
  background-image: url("./img/circles-brown-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
} */
.full-cv {
  margin-bottom: 110px;
  padding-bottom: 60px;
  position: relative;
}
.full-cv:after {
  content: "";
  position: absolute;
  height: 120px;
  width: 160%;
  bottom: 0;
  left: -35%;
  -webkit-box-shadow: inset 0px -30px 38px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px -30px 38px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px -30px 38px 0px rgba(0, 0, 0, 0.06);
}
.cv-block {
  max-width: 755px;
  width: 100%;
  margin: 0 auto;
}
.home .wp-block-columns,
.page-template-login-template .wp-block-columns {
  margin-bottom: 110px;
}
.home .wp-block-columns h1,
.page-template-login-template .wp-block-columns h1 {
  text-transform: uppercase;
  font-family: var(--font-base);
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 90px;
}
.home .wp-block-columns p,
.page-template-login-template .wp-block-columns p {
  font-family: var(--font-base);
  font-size: 18px;
  line-height: 24px;
}
.box-item.jury-item {
  background-color: transparent;
  box-shadow: none;
  height: initial;
  margin-bottom: 0;
  margin-top: 0;
}
.box-item.jury-item .cv-img {
  display: inline-block;
  width: 171px;
  height: 171px;
  box-sizing: border-box;
  border: 4px solid #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  background-size: cover;
  
}

/* .box-item.jury-item .cv-img::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 190px;
  border: 3px solid #00857C;
  border-radius: 50%;
  background-color: transparent;
  display: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.box-item.jury-item .cv-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: inherit;
  background: url(/wp-content/themes/premio_msd/img/gradient_border.svg) no-repeat center;
  background-size: cover;
}
.home .wp-block-lazyblock-juri,
.page-template-login-template .wp-block-lazyblock-juri {
  padding-top: 20px;
}
.box-item.jury-item a {
  color: #00857C;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 10px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  text-decoration: underline;
}
.jury-item .jury-name {
  font-family: var(--font-base);
  font-size: 18px;
  margin-bottom: 10px;
}
.jury-item .jury-desc {
  color: #333;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.scientific-committee {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  font-family: var(--font-base);
  margin: 0 auto;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 1;
}

.badge-title,
.news-block h1 {
  display: block;
  color: #0c2340;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0 auto;
  padding: 10px 25px;
  margin: 20px auto;
  position: relative;
  padding-left: 0;
}

.home #content > .container,
.page-template-login-template #content > .container {
  position: relative;
}

@media (max-width: 950px) {
  .home .wp-block-columns h1,
  .page-template-login-template .wp-block-columns h1 {
    margin-top: 30px;
  }
}

.regulamento-p {
  color: #333;
  font-family: var(--font-base);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
}

.regulamento-p + .wp-block-file {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}
.wp-block-file a {
  text-decoration: none;
  font-family: var(--font-base);
  line-height: 28px;
  font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 25px 20px 50px;
    background-color: #00857C;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all ease 0.2s;

}

@media screen and (max-width: 767px) {
  .wp-block-file a  {
    font-size: 14px;
  }
}
.wp-block-file a:hover {
  background-color: #40448b;
  color:#fff;
  transition: all ease 0.2s;
}
.wp-block-file a:before {
  background-image: url("./img/download_regulamento_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 18px;
  left: 18px;
  content: "";
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.regulamento-p + .wp-block-file + .btn-back {
  margin: 0 auto;
  max-width: 300px;
  text-align: right;
  position: relative;
  margin-bottom: 25px;
}

.regulamento-p + .wp-block-file + .btn-back a {
  position: absolute;
  top: -28px;
  font-family: var(--font-base);
  font-weight: 700;
  color: #0c2340;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
}
.regulamento-p + .wp-block-file + .btn-back a::before {
  background: none;
  content: "<";
  top: -1px;
  font-size: 23px;
}

.slide-item .slide-link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px 25px;
  background-color: #00857C;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: allease 0.2s;
}

.form-intro {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 15px;
}
#form-candidatura h2 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  border-bottom: none;
  text-transform: none;
}

#form-candidatura .form-group label {
  color: #00857C;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding-left: 30px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
#form-candidatura .form-group {
  padding-left: 0;
}
#form-candidatura .form-control {
  border-style: solid;
  border-image: linear-gradient(to right, #00857C, #6eceb2) 1;
  border-width: 0 0 2px 0;
  border: 1px solid #0000001f;
  /* border-radius: 30px !important; */
  height: auto;
  padding: 15px 20px 0px 30px;
  min-height: 50px;
  border: none;
  width: 100%;
}
#form-candidatura .form-control-textarea {
  background-image: none;
  border-bottom: 1.5px solid rgba(193, 96, 46, 0.9);
  padding-top: 10px;
}
#form-candidatura .form-group label.active {
  color: #0c2340;
}

.rejectmodal .float-label {
  color: #0c2340;
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

label.float-label.active {
  color: #0c2340;
}

#form-candidatura span.icon-info {
  left: 18px;
  top: 13px;
}
#form-candidatura .news-block i {
  display: none;
}
#form-candidatura .group-holder {
  margin-top: 0px;
}

#form-candidatura .group-two,
#form-candidatura .group-three {
  margin-top: 10px;
}

/* #form-candidatura .nav-tabs {
  border-bottom: none;
  padding-left: 8px !important;
} */

#form-candidatura .nav-tabs > li > a {
  color: #0c2340;
  /* text-transform: uppercase; */
  /* font-family: var(--font-base); */
  font-size: 17px;

}
#form-candidatura .nav-tabs > li.active > a {
  color: #00857C;
  /* background-color: #0c2340; */
  /* border-radius: 10px; */

}
/* #form-candidatura .nav-tabs > li.active > a:hover,
#form-candidatura .nav-tabs > li.active > a:focus,
#form-candidatura .nav-tabs > li.active > a:active {
  color: #ffffff !important;
}
#form-candidatura .nav-tabs > li > a:hover,
#form-candidatura .nav-tabs > li > a:focus,
#form-candidatura .nav-tabs > li > a:active {
  color: #0c2340 !important;
} */



#form-candidatura .subm-form,
#form-candidatura .btn-block-reject {
  /* margin-right: 40px; */
}



/* Mobile media query empty */
@media screen and (max-width: 767px) {
  #form-candidatura .form-group label {
    padding-left: 10px;
  }

  #form-candidatura .form-control {
    padding-left: 10px;
  }
}

#form-candidatura .fileUpload {
  background: unset !important;
  background-color: #00857C !important;
  border-color: #00857C !important;
  border-radius: 2px;
  text-transform: uppercase !important;
  color: #ffffff !important;
  /* font-family: "Roboto Condensed", sans-serif !important; */
  font-size: 18px !important;
  height: 40px !important;
  line-height: 37px !important;
  padding: 0 15px !important;
  display: inline-block;
  margin-left: 0 !important;
  box-shadow: none !important;
}
#form-candidatura #uploadFile_3 {
  text-align: center;
  margin-left: -20px;
  padding: 0;
  height: 40px !important;
  font-family: "Roboto Condensed", sans-serif !important;
  border: 2px solid #0c2340;
  border-radius: 4px;
}

#form-candidatura .btn-block-removeuser:hover {
  color: #0c2340 !important;
}
#form-candidatura .btn-block-save {
  margin-left: 20px;
}
#form-candidatura .form-group .inst {
  /* font-family: var(--font-base); */
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: -20px;
}

rm-candidatura .mail-help {
  margin-top: -10px;
}
#form-candidatura .mail-help a {
  color: #0c2340 !important;
  text-decoration: underline;
}

#form-candidatura .reg-content {
  margin-top: 40px;
}


/* #form-candidatura .reg-content a:before {
  background-image: url("./img/pdf-logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

#form-candidatura i {
  display: none;
}

#form-candidatura .upload-helper {
  font-family: var(--font-base);
  color: #333;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: -20px;
}

#form-candidatura .group-one .form-group:last-child,
#form-candidatura .group-two .btn-block-adduser {
  margin-top: 20px;
  margin-bottom: 60px;
}

.checkValid:hover {
  cursor: pointer;
}
#form-candidatura .add-helper {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 30px;
  padding-left: 8px;
  font-family: var(--font-base);
}
#form-candidatura .buttons {
  margin-top: 40px;
}


#form-candidatura .checkbox-group {
  color: #333;
  font-size: 16px;
}
.acc-title {
  color: #0c2340;
}

#form-candidatura .form-select {
  background: none;
  border-bottom: 1.5px solid rgba(193, 96, 46, 0.9);
}
.full-grey h2 {
  color: #0c2340 !important;
}
a,
a:visited {
  /* color: #0c2340; */
}
@media screen and (max-width: 991px) {
  #form-candidatura .form-select {
    border-bottom: 1px solid rgba(193, 96, 46, 0.8);
  }
  #form-candidatura .form-control-textarea {
    border-bottom: 1px solid rgba(193, 96, 46, 0.8);
  }
}
@media screen and (max-width: 767px) {
  #form-candidatura .form-select {
    border-bottom: 1px solid rgba(193, 96, 46, 0.3);
  }
  #form-candidatura .form-control-textarea {
    border-bottom: 1px solid rgba(193, 96, 46, 0.3);
  }
}

@media screen and (max-width: 500px) {
  .regulamento-p + .wp-block-file + .btn-back {
    text-align: left;
    margin-top: 20px;
    max-width: initial;
  }
  .regulamento-p + .wp-block-file + .btn-back a {
    position: initial;
  }
}
#DigitalIdentityHubHost div,
#signIn {
  z-index: 15 !important;
}
#signIn h1 {
  color: #004d6a;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 25px;
  font-weight: 500;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 25px;
}
#signIn h2 {
  display: none;
}
#DigitalIdentityHubHost .janrain-capture-ui .capture_form_item > label {
  position: initial;
}
.sub-menu {
  min-width: 205px !important;
}
header .main-navigation ul li .sub-menu li{
  border-color:  #00000030 !important;
}
a {
  cursor: pointer !important;
}
p.intro-p {
  max-width: 760px;
  margin: 0 auto;
}
.cv-name,
.cv-cargo {
  padding: 0 10px;
}

.cv-name {
  font-weight: bold;
}

.acc-text span {
  padding-left: 20px;
  position: relative;
  display: block;
}
.acc-text span:before {
  content: "•";
  position: absolute;
  left: 0;
}
.justify-text {
  text-align: justify;
}

/* NEW LOGIN MODAL DEZ 2020 */
input#capture_signIn_currentPassword,
input#capture_signIn_signInEmailAddress {
  margin-bottom: 5px !important;
}
.janrain-capture-ui .capture_tip_error {
  position: initial;
}
#signIn .divider {
  display: none !important;
}
#signIn {
  min-height: initial !important;
}
#DigitalIdentityHubHost .capture_header h1,
div#forgotPassword h2 {
  margin-bottom: 15px;
  padding-left: 0 !important;
}

/* #NEW LOGIN MODAL DEZ 2020 */

.site-footer hr {
  /* margin-top: 35px; */
}

.edicao-section .edicao-btn {
  background: url(/wp-content/uploads/2022/08/arrow_right.png) no-repeat 78px
    0px;
  color: #00857C;
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  background-size: contain;
}

.buttons .form-sbm {
  cursor: pointer;
}

/* .btn-block-reject-confirm.form-sbm {
  font-weight: bold;
  color: red;
} */

/* GU-CC */

.wp-block-button__link {
  background-color: #00857C;
  color: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  /* font-family: var(--font-base); */
  font-size: 18px;
  padding: 10px 40px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  /* box-shadow: inset 0px 10px 0px 2em #00857C, 0 0 2em #00857C; */
}

.wp-block-button__link:hover {
  background-color: white;
  color: #00857C;
  border: 2px solid #00857C;
  box-shadow: none;
}

.edicao-item {
  padding: 50px 70px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #0c234033;
  border-radius: 14px;
  opacity: 1;
  position: relative;
  margin: 20px auto;
  max-width: 800px;
  display: flex;
  z-index: 2;
}

/* Media query */
@media screen and (max-width: 767px) {
  .edicao-item {
    padding: 50px 50px;
  }
}

.edicao-item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.edicao-item .edicao-titulo {
  font-size: 24px;
  font-weight: bold;
  color: #0c2340;
  font-family: var(--font-base);
  margin-bottom: 20px;
}

.edicao-item .edicao-desc {
  font-size: 24px;
  font-family: var(--font-base);
  color: #0c2340;
}

.edicao-item .edicao-desc span {
  background-color: #00857C;
  position: relative;
  padding: 10px 10px 10px 70px;
  left: -70px;
}

.edicao-item-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.edicao-cta-arrow {
  width: 64px;
  height: 64px;
  /* background-color: #0c2340; */
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
  transition: all 0.3s ease;
  /* border: 2px solid transparent; */
  background: #0c2340 0% 0% no-repeat padding-box;
}

.edicao-cta-arrow svg {
  fill: #00857C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2px;
  margin-left: 2px;
}

.edicao-cta {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.edicao-cta:hover {
  color: #002e67;
}
.edicao-cta:hover .edicao-cta-arrow {
  background-color: #002e67;
  transition: all 0.3s ease;
  /* border: 2px solid #0c2340; */
}
.edicao-cta:hover svg {
  fill: #ff931e;
  transition: all 0.3s ease;
}

.edicao-wrapper {
  position: relative;
  max-width: 840px;
  margin: 50px auto;
}

.edicao-outline {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
  right: -40px;
  background: url(/wp-content/themes/premio_msd/img/linha-edicoes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.download-livro {
  margin-top: 20px;
}

.submissao-wrapper {
  background-image: url(/wp-content/themes/premio_msd/img/submissao-bkg.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center 100px;
  /* background-position: top center; */
  /* margin-bottom: -35px; */
}

.submissao-grey {
  background-color: #F7F7F7;
  padding: 90px 0;
}

.submissao-grey h2{
  text-transform: none; 
}

.tipos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background-color: #f7f7f7;
  padding-top:60px;
}


.tipos-outer-wrapper {
  background-color: #f7f7f7;
  padding: 90px 0;
}

.tipos-outer-wrapper .wp-block-heading{
  font-size: 32px;
  text-transform: none;
}



.wp-block-button__link {
  /* box-shadow: 0px 8px 10px #00857C66; */
}

.navTop .container {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media (max-width: 767px) {
  .edicao-item-inner {
    flex-direction: column;
    text-align: center;
  }
  .edicao-item .edicao-desc span {
    background-color: #00857C;
    /* position: relative; */
    padding: 0;
    left: unset;
  }
  .edicao-item .edicao-desc {
    font-size: 24px;
    font-family: var(--font-base);
    color: #0c2340;
    padding: 10px 20px 10px 30px;
    background-color: #00857C;
  }
  .edicao-item-right {
    margin-top: 10px;
  }
  .edicao-outline {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .navTop .container {
    display: block;
  }
}
.votebox.modal h2 {
  font-size: 1.35em;
  margin-top: 25px;
  font-size: 16px;
  text-transform: none;
  margin-left: 0;
}

.observations-jury-h {
  color: #0c2340;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--font-base);
  font-weight: 500;
  margin: 0;
}

.rejectmodal {
  display: none;
  text-align: center;
  position: fixed;
  min-width: 500px;
  top: 50%;
  left: 50%;
  background: white;
  z-index: 100;
  padding: 30px;
  margin: -250px 0 0 -250px;
}

.centered-element {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  z-index: 100;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 90%;
  max-width: 500px;
}

#form-candidatura .wp-block-button__link {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: bold;
}

.mail-help a {
  text-decoration: underline;
}

/* media query mobile */
@media screen and (max-width: 767px) {
  .home .full-grey {
    background-position: center right;
  }

  #form-candidatura span.icon-info {
    left: -20px;
  }

  #form-candidatura .add-helper {
    padding-top: 20px;
  }
}

.ot-sdk-show-settings {
  color: #fff;
  font-size: 12px;
  font-family: var(--font-base);
  cursor: pointer;
}

/* Styling for smaller screens */
@media screen and (max-width: 767px) {
  .table-custom-mobile thead {
    display: none;
  }

  .table-custom-mobile tr {
    border-bottom: 2px solid;
  }

  .table-custom-mobile td {
    display: block;
    text-align: right !important;
    max-width: unset !important;
  }

  .table-custom-mobile td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }

  .table-custom-mobile td:last-child {
    border-bottom: 1px solid #ccc;
  }

  .table-custom-mobile td a {
    text-decoration: underline;
  }
}


.zinc-content {
  font-size: small;
  text-align: right;
}

.containerMSD {
  border: none !important;
}

#closeOverlay {
  display: none !important;
}

th.metrica-td {
  max-width: 100px;
}

.full-cv:last-child {
  margin-bottom: 0;
}

#DigitalIdentityHubHost .janrain-capture-ui .capture_form_item a {
  color: #333 !important;
}
#DigitalIdentityHubHost .janrain-capture-ui .capture_form_item > label {
  font-weight: bold !important;
  color: #333 !important;
}

/* Science in Practice */

.site-header {
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  /* background-color: rgba(12, 35, 64, 0.4); */
  background-color: #0E2240;
  width: 100%;
  z-index: 1000;
  position: relative;
  top: 0;
  backdrop-filter: blur(10px);
  height: 76px;
}

.banner {
  /* margin-top: -80px; */
}

.sticky {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-navigation ul a {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

.sticky .main-navigation ul a {
  color: #0c2340;
}

/* .main-navigation ul li.current_page_item a,
{
  color: #0c2340;
} */
.main-navigation ul a:after {
  background: #0c2340;
}

.bar1,
.bar2,
.bar3 {
  background-color: #fff;
  transition: 0.3s all ease;
}

.sticky .bar1,
.sticky .bar2,
.sticky .bar3 {
  background-color: #0c2340;
}

.change .bar1,
.change .bar2,
.change .bar3 {
  /* background-color: #0c2340; */
}

.main-navigation ul a:after {
  background: #fff;
}
.sticky .main-navigation ul a:after {
  background: #0c2340;
}

#masthead .custom-logo {
  /* filter: brightness(0) invert(1); */
  /* transition: filter 0.3s ease; */
  max-width: 140px;
}

#masthead.sticky .custom-logo {
  filter: none;
}

.banner .container {
  height: unset;
  /* padding-top: 90px; */
}

.banner_content_wrapper {
  height: 100%;
  /* padding-top: 90px; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.banner_intro_text {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  max-width: 360px;
  padding: 15px 0 40px;
}

.banner_content_left {
  max-width: 50%;
  position: relative;
  margin-top: 50px;
}

img.sip_logo {
  z-index: 1;
  position: relative;
  max-height: 66px;
}

img.sip_logo_corner {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: 0;
}

img.banner_curved_edge {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.banner_content_right {
  max-width: 50%;
  position:relative; 
}

button.banner_cta {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s all ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

button.banner_cta:hover {
  background-color: #fff;
  color: #0c2340;
}

.banner-corner-notice{
  position: absolute;
  right: 0;
  color: #fff;
  bottom: -15px;
  font-size: 16px;
  text-align:right;
}


.banner-corner-notice span{
  font-weight: bold;
  font-size:22px;
}

@media screen and (max-width: 1035px) {
  .banner-corner-notice{
    position:static;
    text-align:center;
  }
  .banner {
    height: 100%;
    margin-bottom: 80px;
    background-position: top;
  }
  .banner_content_wrapper {
    flex-direction: column;
  }

  .banner_content_left {
    max-width: unset;
  }

  .banner_content_right {
    margin-top: 30px;
    max-width: unset;
    margin-bottom:70px;
  }

  .banner_cta_wrapper{
    text-align:center;
  }
}

.contacto-out-wrapper {
  height: 330px;
  overflow: hidden;
  /* margin-bottom: 40px; */
  position: relative;
  background-color: #0c2340;
  background-image: url(/wp-content/themes/premio_msd/img/contactos_background.svg);
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100%; */
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
}
.contacto-out-wrapper .contacto-block-title {
  color: #fff;
  font-size: 32px;
  text-transform: none;
}
.contacto-in-wrapper {
  max-width: 550px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.contacto-in-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.contacto-in-wrapper a:hover,
.contacto-in-wrapper a:focus,
.contacto-in-wrapper a:active {
  color: #fff;
}

.introInfo-out-wrapper {
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  background-color: #fff;
  padding: 60px;
  border-radius: 2px;
  /* z-index: 10000; */
  position: relative;
  color: #0c2340;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-top:-60px;
}

@media screen and (max-width: 1035px) {
  .introInfo-out-wrapper {
    width: 90%;
    padding: 25px;
    margin-top: -120px;
  }
  .introInfo-block-title {
    font-size: 28px;
    line-height: 32px;
  }

  .introInfo-block-subtitle{
    font-size: 24px;
    line-height: 28px;
}
}

.introInfo-block-title {
  font-size: 32px;
  text-transform: none;
  margin-bottom:20px;
  font-weight: normal;
}
.introInfo-block-subtitle {
  font-size: 28px;
  text-transform: none;
  font-weight: bold;
  margin: 12px auto;
}

.introInfo-block-text {
  max-width: 660px;
  font-size: 18px;
  margin: 0 auto;
  line-height: 22px;
}
.accordion-block-title {
  text-transform: none;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}

.faqs-out-wrapper {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  border-radius: 20px;
  position: relative;
  color: #0c2340;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faqs-items .acc-title {
  color: #000;
}

.faqs-items .acc-text {
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

.news-item i {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(img/arrow_up_acc.svg) no-repeat;
  top: 11px;
  right: 0;
  transition: transform 0.3s ease;
  background-size: 30px;
}
.news-item input[type="checkbox"]:checked ~ i {
  transform: rotate(180deg);
}
.news-item input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.news-item input[type="checkbox"]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.news-item input[type="checkbox"].empty {
  pointer-events: none;
}
@media screen and (max-width: 1035px) {
  .news-item input[type="checkbox"].empty {
    display: none;
  }
}

div#content {
  background-image: url(/wp-content/themes/premio_msd/img/blurred_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-premios-hub div#content {
  background-image: none;
}



.iniciativas-wrapper {
  max-width: 1200px;
  margin: 100px auto;
}

.swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .swiper-container {
    width: 90%;
  }
}

.swiper-slide{
  min-width:250px;
}
/* .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
} */

.slide-description {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  min-height: 70px;
  text-wrap: auto;
}

.slide-item {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.slide-content {
  padding: 25px 30px;
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .slide-content {
    padding: 25px 10px;
  }
}


a.comite-slide-link {
  color: #64318F;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 20px;
}

h2.slider-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
  max-width: unset;
  position: absolute;
  top: 0px;
}


@media screen and (max-width: 500px) {
  h2.slider-title{
    position: static;
  }
}

.slide-item .slide-link{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px 25px;
  background-color: #00857C;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all ease 0.2s;
}

.iniciativa-item {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  /* width: 100%; */
  /* max-width: 400px;
  width: 100%; */
  transition: transform 0.3s ease;
}

.iniciativa-item:hover {
  /* transform: translateY(-5px); */
}

a.iniciativa-main-link {
  transition: transform 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  background-color: rgba(12, 35, 64, 0.4);
}

a.iniciativa-main-link:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 0;
  z-index: 1;
}

span.iniciativa-main-link-btn {
  z-index: 10;
  position: relative;
  border: 2px solid #fff;
  border-radius:4px;
  color: #fff;
  padding: 10px 20px;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50%;
}

a.iniciativa-main-link:hover span.iniciativa-main-link-btn{
visibility: visible;
}

@media screen and (max-width: 1100px) {

}

.iniciativa-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iniciativa-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iniciativa-title {
  font-size: 22px;
}

.iniciativa-content-wrapper {
  padding: 0px 20px;
  color: #000;
}

.iniciativa-description {
  font-size: 16px;
}

.iniciativa-link {
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 14px;
  color: #64318f;
  border: 1px solid #64318f;
  padding: 6px 12px;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 10px;
}

.iniciativa-link:hover {
  background-color: rgba(100, 49, 143, 0.2);
}

.iniciativa-links {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

a.iniciativa-link:hover {
  text-decoration: underline;
}


.iniciativa-link:hover {
  /* background: #0056b3; */
  color: #64318f;
}
.introInfo-block-text a.btn_link {
  background-color: #0c2340;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  padding: 15px 25px;
}

.swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* bullets:wip */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.footer-legal-area {
  color: #171717;
  display: flex;
}

.footer-legal-area a{
  text-decoration: underline;
}
a {
  color: #0c2340;
}

a:hover,
a:focus,
a:active {
  color: #0c2340;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
  /* background: #fff; */
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0c2340;
  width: 30px;
  height: 30px;
}

/* Style for pagination */
.swiper-pagination {
  color: #000;
  font-size: 16px;
  /* position: absolute; */
  left: 50%;
  top: 0;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 20;
  color: #000;
  position: relative;
  align-items: flex-end;
  padding: 5px;
}

.swiper-pagination {
  bottom: 10px;
  color: #000;
  z-index: 20;
  width: 50px;
  position: relative;
  left: 0;
}

.swiper-pagination-wrapper {
  max-width: 200px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  top: -45px;
  align-items: center;
  position: absolute;
  color: #0c2340;
  font-weight: bold;
  right: 20px;
}
.slider-block .swiper-pagination-wrapper{
  top: 10px;
}

.slider-block .slide-image img {
  width: 100%; /* Ensures images are always responsive */
  height: auto;
  max-height: 240px; /* Set a reasonable max height */
  max-width: 100%;
  object-fit: cover; /* Prevents distortion */
}

.slider-block .swiper-container{
  padding: 60px 0 20px;
}

.simple-slider.swiper-container{
  padding: 60px 20px 20px;
  margin: 0 -20px;
}
.simple-slider-wrapper {
  margin: 50px 0;
}
.simple-slider-wrapper .swiper-pagination-wrapper{
  top: 10px;
}
.simple-slider-wrapper .simple-slider-title{
  font-weight: bold;
  font-size: 32px;
  margin-left:0;
  text-transform: none;
  top: 40px;
  position: relative;
}
.simple-slide-card {
  padding: 25px 30px;
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.simple-slide-card .slide-button {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #00857C;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all ease 0.2s;
  margin-top:20px;
}
.simple-slide-card .slide-title {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}
.simple-slide-card .slide-description{
  font-size: 16px;
  font-weight: normal;
  color: #333;
  min-height: 70px;
  text-wrap: auto;
  margin-top:20px;
}

.simple-slide-card .slide-subtitle {
  color: #0c2340;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination-wrapper {
    /* right: 40px; */
    left: 10px;
  }

  .slider-block .swiper-pagination-wrapper {
    /* top: 0px; */
    position: relative;
    right: unset;
    left: unset;
  }
  .simple-slider-wrapper .simple-slider-title{
    top: 0;
  }
}

.swiper-button-prev {
  right: -25px;
  top: 10px;
}

.swiper-button-next {
  right: -20px;
  top: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  color: #0c2340;
}

.swiper-notification {
  visibility: hidden;
}

.iniciativas-title {
  margin: 0;
  font-weight: bold;
  text-transform: none;
  padding-left: 10px;
  font-size: 32px;
  margin-bottom: 10px;
  line-height:36px;
  max-width:unset;
}

@media screen and (max-width: 1100px) {
  .iniciativas-title {
    max-width:70%;

  }
}


#onetrust-pc-sdk {
  font-family: "Invention";
}

a:focus {
  outline-width: 2px;
  outline-style: auto;
  outline-color: #000;
  outline-offset: 2px;
}

/* #area-pessoal-item{
  display: none !important;
} */

.wp-block-post-title{
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  text-transform:none;
}

.home .has-2-columns { 
  margin-bottom: 0; 
  gap:150px;
}
@media screen and (max-width: 1035px) {
  .home .has-2-columns { 
    gap:50px;
  }
}
body .is-layout-flex{
  justify-content: center;
}


body .is-layout-flex .wp-block-heading{
  max-width: unset;
  margin-bottom: 14px;
}

.editions-index-wrapper {
  padding: 40px;
  background: #f9f9f9;
}
@media screen and (max-width: 1035px) {
  .editions-index-wrapper { 
    padding: 0;
  }
}
.editions-index-wrapper .initiative-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #ddd;
  margin: 0 30px;
}
@media screen and (max-width: 1035px) {
  .editions-index-wrapper .initiative-tabs  { 
    flex-direction: column;
    padding-top: 50px;
  }
}

.editions-index-wrapper li.tab-item{
  border-bottom: 3px solid transparent;
  padding: 8px 15px;
}

.editions-index-wrapper li.tab-item.active{
  border-bottom: 3px solid #00A99D;
}
.editions-index-wrapper .tab-item a {
  text-decoration: none;
  color: #333;
  font-size:18px;
}
.editions-index-wrapper .tab-item.active a {
  color: #00A99D;
  font-weight: bold;
}
.editions-index-wrapper .editions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(415px, 1fr));
  gap: 20px;
  padding: 30px;
}
@media screen and (max-width: 1035px) {
  .editions-index-wrapper .editions-grid { 
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.editions-index-wrapper .edition-card {
  background: white;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.editions-index-wrapper .edition-card h3 {
  /* ano */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
    margin-top: 0;
}
.editions-index-wrapper .edition-card p {
  font-size: 16px;
  color: #333;
}
.editions-index-wrapper p.initiative-title {
  font-size: 14px;
  color: #64318f;
  font-weight: bold;
  margin-bottom: 0;
}
.editions-index-wrapper .btn {
  display: inline-block;
  background: #00A99D;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
}
.editions-index-wrapper .container.editions-index-inner-wrapper {
  max-width: 960px;
}

.c-gallery__title {
  color: #004d6a;
  font-weight: bold;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;

}

.wp-block-column {
  flex: 1 1 50%;
}

@media (max-width: 768px) {
  .wp-block-column {
    flex: 1 1 100%;
  }
}

.btn--login {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
}

.hp-page .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  min-height: 76px;
}

.hp-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  font-family: var(--font-base);
  font-size: 0.875rem;
  border-radius: 0.75rem;
  height: 3.4375rem;
  font-weight: 600;
  line-height: 1;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
  gap: 0.5rem;
}


.hp-page .btn.nav__login-btn{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  text-transform: uppercase;
}

/* ── navTop (logged-in) nav layout ───────────────────────────────────────── */
#masthead.navTop {
  display: flex;
  align-items: center;
}

#masthead.navTop .container {
  width: 100%;
}

#masthead.navTop .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  width: 100%;
}

#masthead.navTop .nav .custom-logo-link {
  display: flex;
  align-items: center;
}

#masthead.navTop .containerburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  position: static;
  z-index: auto;
}

#masthead.navTop .containerburger .bar1,
#masthead.navTop .containerburger .bar2,
#masthead.navTop .containerburger .bar3 {
  display: block;
  width: 25px;
  height: 4px;
  margin: 4px 0;
  border-radius: 40px;
  background-color: #fff;
  transition: all 0.3s ease;
}

#masthead.navTop .containerburger.change .bar1 {
  transform: rotate(-45deg) translate(-2px, 3px);
}

#masthead.navTop .containerburger.change .bar2 {
  opacity: 0;
}

#masthead.navTop .containerburger.change .bar3 {
  transform: rotate(45deg) translate(-8px, -9px);
}

/* Desktop: hide burger, show menu inline */
@media (min-width: 992px) {
  #masthead.navTop .nav__menu {
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #masthead.navTop .nav__menu li {
    padding: 24px 0;
    position: relative;
    color: --color-text-dark;
  }

  #masthead.navTop .nav__menu li a {
    color: inherit;
    text-decoration: none;
  }

  #masthead.navTop .nav__menu .sub-menu {
    position: absolute;
    min-width: 195px;
    background: #fff;
    text-align: left;
    top: 70px;
    left: -10px;
    z-index: 9;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #masthead.navTop .nav__menu li:hover .sub-menu {
    display: block;
  }
  #masthead.navTop .nav__menu .sub-menu li a{
    color: #58585b;
    padding: 0 5px !important;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  #masthead.navTop .nav__menu .sub-menu li {
    padding: 20px 10px;
    border-bottom: 1px solid;
    width: 100%;
    margin-left: 0;
  }
}

/* Mobile: burger visible, header expands to fill screen */
@media (max-width: 991.98px) {
  #masthead.navTop {
    height: 76px;
    overflow: hidden;
    transition: height 0.35s ease;
    align-items: flex-start;
  }

  #masthead.navTop.nav-open {
    height: 100vh;
    background-color: #0E2240;
  }

  /* Override old .navTop .container { display: block } */
  #masthead.navTop .container {
    display: block;
    height: auto;
    /* margin-left: 10px;
    margin-right: 10px; */
  }

  #masthead.navTop .containerburger {
    display: block;
  }

  #masthead.navTop .nav {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
  }

  #masthead.navTop .nav .custom-logo-link {
    /* flex: 1; */
    min-height: 76px;
  }

  #masthead.navTop .nav__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    list-style: none;
    margin: 0;
  }

  #masthead.navTop .nav__menu a{
    color: #fff;
  }

  #masthead.navTop .nav__menu > li {
    width: 100%;
    padding: 0.75rem 1.875rem;
    text-align: center;
  }

  #masthead.navTop .nav__menu .sub-menu {
    position: static;
    box-shadow: none;
    background: transparent;
    min-width: unset;
    display: none;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  #masthead.navTop .nav__menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  #masthead.navTop .nav__menu .sub-menu li {
    padding: 0.5rem 1.875rem;
  }

  #masthead.navTop .nav__menu .sub-menu li a {
    color: inherit;
    text-decoration: none;
  }
}

@media (max-width: 991.98px) {
  .hp-page .nav {
    flex-wrap: nowrap;
    align-items: center;
    min-height: 76px;
  }
}