/*!
Theme Name: LPM
Theme URI: http://underscores.me/
Author: Clima
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lpm
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.

LPM is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* ul,
ol {
  margin: 0 0 1.5em 3em;
} */

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  color: #0c2b59;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #8c8ca1;
  padding-left: 1rem;
  padding-right: 1rem;
}

table>tbody>tr:last-child {
  border-bottom: 0;
}

table td {
  padding: 0.8rem;
  background-color: #f4f4f6;
  text-align: center;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  width: 100%;
}

.custom-logo-link img {
  width: 100%;
}

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.gallery-item img {

  height: 250px;
  width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# LPM CSS
--------------------------------------------------------------*/

.custom-logo {
  transition: all 0.5s;
}

.custom-logo.reduced {
  max-height: 40px;
}

/* Geral  */
h6,
pre {
  font-size: 0.7rem;
}

.container {
  max-width: 1200px;
}

.title-section {
  font-size: 2.5rem;
  font-weight: 600;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: start; */
  text-align: start;
}

.c-gray {

  color: #999;
}

.col-min-3 {
  flex: 1 1 calc(25% - 1rem);
  min-width: 25%;
}

.col-max-3 {
  flex: 1 1 calc(25% - 1.5rem);
  max-width: 25%;
}

.col-max-4 {
  flex: 1 1 calc(33.333% - 1.5rem);
  max-width: 33.333%;
}

.col-max-6 {
  flex: 1 1 calc(50% - 1.5rem);
  max-width: 50%;
}

.col-max-12 {
  flex: 1 1 calc(100% - 1.5rem);
  max-width: 100%;
}

.col-min-4 {
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 33.333%;
}

body,
html {
  color: black;
  /* font-size: 1.1rem; */
}

/* p,
span,
a {
  font-size: 1.1rem;
} */

h3 strong,
h3 b {
  font-size: 1.5rem;
}

.bg-light-blue {
  background-color: #f4f7f9;
}

.bg-gradient-black {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.text-light-gray {
  color: #999;
}

.container-fluid.position-relative>.container {

  position: relative;
  z-index: 1;
}

.top-4rem {

  top: -4rem !important;
}

.max-90 {

  max-width: 90% !important;
}

#page>.container-fluid:first-of-type {

  padding-top: 0 !important;
}

.single-article.type-facility .attachment-full_width_banner {

  max-height: 400px;
  object-fit: cover;
}

.mb-0-important {

  margin-bottom: 0 !important;
}

.pb-0-important {

  padding-bottom: 0 !important;
}

.postid-5762 .wpforms-field.laboratorios,
.postid-6190 .wpforms-field.laboratorios {

  display: none !important;
}

.image-vertical-center {

  background-position: center left;
}



/* 
.meu-slider-customizado img {

  height: 320px;
  object-fit: cover;
  width: 100%;
} */

/* Configuração da Célula/Slide do Flickity */
.meu-slider-customizado .p-2 {
  width: 100%;
  /* Ocupa a largura total em ecrãs pequenos */
  max-width: 440px;
  /* Bloqueia no tamanho máximo que queres */
  box-sizing: border-box;
}

/* Configuração da Imagem dentro do Slide */
.meu-slider-customizado img {
  display: block;
  /* Remove espaços fantasma abaixo da imagem */
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.entry-content .wp-block-button a {

  display: inline-block;
  margin-top: 1.5rem;
}

.title-article {

  line-height: 1.2;
}

/*header*/
#masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  /* Garante transição suave sem saltos */
  transition: all 0.3s ease-in-out;
}

#masthead .row-header,
#masthead .row-header #site-navigation {
  transition: padding 0.3s ease-in-out;
}

/* Quando encolhe */
#masthead.masthead-shrink .row-header #site-navigation {
  padding-top: .5rem !important;
}

#masthead.masthead-shrink .row-header {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.site-header.menu-fluid {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-search {
  width: 100%;
  max-width: 400px;
}

.header-logo {
  background: #f4f7f9;
  max-width: 90%;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.mega-fw-bold>a {
  font-weight: bold !important;
}

.frases-container .frases {
  width: auto;
  animation: rotate 100s linear infinite;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.frases-container .frases:hover {
  animation-play-state: paused;
}

@keyframes rotate {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-100%);
  }
}

#primary-menu {
  /* justify-content: space-between; */
  justify-content: end;
  gap: 1rem;
}

.menu a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}

.menu li.current-menu-item a {
  color: #00b6bf;
}

.title-desdobramento .effect-header,
.title-desdobramento .effect-header svg {
  height: 100%;
}

.title-desdobramento .effect-header svg {
  position: relative;
  z-index: 3;
  padding-right: 55px;
}

.title-desdobramento .effect-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 200px;
  width: calc(100% - 60px);
  height: 65%;
  background-color: #00d5a7;
  z-index: 2;
}

.title-desdobramento .effect-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0053cc;
  z-index: 1;
}

.search-submit {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
}

.no-results .search-submit {
  color: #fff !important;
  background-color: #0053cc !important;
  min-width: 140px !important;
  height: 48px !important;
  border-radius: 10px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  border: 0 !important;
}

input.search-field {
  width: 100%;
  max-width: 100%;
  height: 48px;
  background-color: transparent;
  box-shadow: 0px 2px 2px -1px rgba(74, 74, 104, 0.1) inset;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  border: 1px solid;
}

.page-header .page-title {
  position: relative;
  z-index: 9;
  margin-bottom: 1rem !important;
  font-size: 2.8rem !important;
}

@media screen and (min-width: 992px) {
  #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
    display: flex;
    justify-content: space-between;
  }
}

/* Breadcrumbs  */
.breadcrumbs {

  margin-bottom: 1rem;
}

.breadcrumbs>a {
  text-decoration: none;
}

.breadcrumbs>span {
  color: #999;
}

/* Tags  */
.tag-list {
  display: table;
  padding: 0.5rem;
  padding-left: 0;
}

.tag-list a {
  text-decoration: none;
  color: #00b6bf;
  font-weight: 400;
}

/* 
.list-articles .articles:nth-child(1n) .tag-list {
  background-color: #00d5a7;
}

.list-articles .articles:nth-child(2n) .tag-list {
  background-color: #ff3954;
}

.list-articles .articles:nth-child(3n) .tag-list {
  background-color: #00aeef;
} */

/* Content  */

.imagem-full img {

  width: 100%;
  object-fit: cover;
}

.single-article .attachment-artigo {
  width: 100%;
  border-radius: 5px;
}

/* Botoes */

.mega-wp-element-button.wp-element-button {
  background: #00b6bf !important;
  border-radius: 8px !important;
}

.mega-wp-element-button.wp-element-button a {
  color: #fff !important;
}

.wp-element-button {
  font-weight: bold !important;
  font-size: 1rem !important;
  width: auto !important;
  border-radius: 8px !important;
}

.wp-block-button-blue {
  background-color: #00b6bf;
  width: 56px;
  height: 56px;
}

.destaque-call .wp-block-button {
  width: 80px;
  height: 80px;
}

.call-to-actions .col-call-to-action {
  min-height: 170px;
}

.call-to-actions .col-call-to-action .inner-call {
  border-radius: 8px;
  overflow: hidden;
}

.call-to-actions .col-call-to-action .inner-call .wp-block-button {
  border-top-left-radius: 8px;
}

.call-imagem .inner-call {
  bottom: 0;
  /* max-width: 70%; */
  width: 100%;
}

.inner-call-image {

  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.call-imagem .imagem-destaque img {
  height: 100%;
  object-fit: cover;
}

.inner-call-imagebg::before {

  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(102, 102, 102, 0.40) 100%);
}

.call-to-actions.imagem {
  position: relative;
}

/* .call-to-actions.imagem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background-color: #f4f4f6;
  z-index: -1;
} */

.col-call-to-action .inner-call .wp-block-button.wp-block-button-blue:hover {

  background-color: transparent;
  /* border: 1px solid #00b6bf; */
}

.col-call-to-action .inner-call .wp-block-button.wp-block-button-blue:hover svg path {

  stroke: #00b6bf;
}

.same-col>div:last-child {

  margin-bottom: 0 !important;
}


.inner-call .introtext a {

  font-weight: 700;
  text-decoration: none;
  padding-bottom: .5rem;
  display: inline-block;
  padding-right: 1.3rem;
  position: relative;
}

/* .inner-call .introtext a:not(.no-arrow):after {

  position: absolute;
  right: 0;
  top: 50%;
  content: url('/wp-content/uploads/2026/01/blue-arrow.svg');
  transform: translate(0, -56%);
} */

.call-to-actions.pt-0 {

  padding-top: 0 !important;
}

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

  .call-to-actions.count-3columns .col-call-to-action {

    flex: 0 0 auto;
    width: 33.333%;
  }

}

.hover-images:hover>img:first-child,
.hover-images>img:last-child {

  display: none;
}

.hover-images:hover>img:last-child {

  display: block;
}

/* Share Links  */

.share-links a {

  margin: .5rem;
}

.share-links svg {

  width: 25px;
  height: 25px;
  object-fit: contain;

  & path {
    fill: #000;
  }
}

/* Página de Contacto */
/* Aplica o efeito sticky apenas em telas desktop (lg) */
@media (min-width: 1024px) {
  #contact .title-section {
    position: -webkit-sticky;
    position: sticky;
    top: var(--nav-height, 80px);
    /* Usa a altura automática do JS (com fallback de 80px) */
    z-index: 10;
  }
}



/* Calendário Applications */
@media screen and (min-width: 992px) {

  #calendario-ed>div:not(:first-child) h3.head {

    display: none;
  }
}

.filter input,
.filter select {
  background-color: var(--branco, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
  min-width: 250px;
  height: 60px;
  padding: 0 1rem;
  max-width: 100%;
  border: none;
  border-radius: 4px;
  /* Ajuste se necessário */
}

.filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Seta FontAwesome embutida em SVG */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23000000' d='M169.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 306.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 14px auto;
  padding-right: 2.75rem;
  /* Garante que o texto não sobreponha o ícone */
  cursor: pointer;
}

/* Quando a lista estiver no estado inicial (sem filtros ativos), oculta tudo que não é 'Open' */
/* #calendario-ed.initial-state .escola-line:not(.status-open) {
    display: none !important;
} */

/* Oculta tudo por padrão e deixa o JS dar fadeIn apenas nas 'Open' */
.escola-line:not([estado="Open"]) {
  display: none;
}

/* Opportunities */

.positions>div.row>div {

  border-bottom: 1px solid #00C4C4;
}

.positions>div.row>div>p,
.positions>div.row>div>a {

  padding: .5rem;
  margin-bottom: 0;
  /* border-bottom: 1px solid #00C4C4; */
}

.positions>div.row>div>a {

  display: block;
}

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

  .positions>div.row:not(:first-child) p.index-positions {

    display: none;
  }
}

.index-positions {

  background: rgba(0, 182, 191, 0.20);
  border-bottom: 0 !important;
  font-weight: 600;
}

.botoes-positions>div.active>a {

  background: transparent !important;
  color: #00b6bf !important;
}



/* Equipa  */
.person-info>p:not(:last-child) {
  position: relative;
}

.person-info>p:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 10%;
  left: calc(100% + .75rem);
  height: 80%;
  width: 1px;
  background-color: #000;
}

/* Eventos */
.event-date {
  position: absolute;
  background-color: #00b6bf;
  padding: 0.5rem 1rem;
  color: #fff;
  top: -50px;
  right: 10px;
  border-radius: 5px;
}

.event-date p {
  line-height: 1.2;
}

/* Artigos */
.img-post-thumb {

  overflow: hidden;
}

.inner-article:hover .img-post-thumb img {

  transition: all .5s;
}

.inner-article:hover .img-post-thumb img {

  transform: scale(1.2);
}

/* Atividades */
.form-activities div.wpforms-container-full .wpforms-field-label,
.form-activities .wp-core-ui div.wpforms-container-full .wpforms-field-label {

  font-weight: 500;
  font-size: .8rem;
}

.wpforms-submit-container button {

  background-color: rgba(0, 182, 191, 1) !important;
  text-transform: uppercase !important;
  padding: .8rem 2.5rem !important;
  height: auto !important;
  border-radius: 8px !important;
}


/* Pesquisa */
.inner-rel-pesquisa .content-rel-slider {

  transition: all .5s;
}

.inner-rel-pesquisa:hover .content-rel-slider {

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem !important;
  background-color: rgb(0 182 191 / 80%);
}

.hover-arrow {

  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: none;
  opacity: 0;
  transition: all .8s;
}

.inner-rel-pesquisa:hover .content-rel-slider .hover-arrow {

  display: block;
  opacity: 1;
}

.ico {
  margin: 0 auto;
  text-align: center;
  width: 50px;
  /* substitua por valor de $circle-w */
  height: 50px;
  /* substitua por valor de $circle-w */
  position: relative;
  top: 50%;
  transform: rotate(-90deg);
  filter: url("#goo");
}

.ico .circle {
  background: #00b6bf;
  /* substitua por valor de $circle-bg */
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  /* $circle-w */
  width: 50px;
  /* $circle-w */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}

.ico .circle.circle-top {
  height: calc(50px / 3);
  /* $circle-w / 3 */
  width: calc(50px / 2.4);
  /* $circle-w / 2.4 */
  animation: blob-1-anim 2s ease-in-out infinite;
  /* substitua por $anim-timing $bezier */
  z-index: 0;
  top: 0;
}

.ico .circle.circle-bottom {
  height: calc(50px / 3);
  /* $circle-w / 3 */
  width: calc(50px / 2.4);
  /* $circle-w / 2.4 */
  animation: blob-2-anim 2s ease-in-out infinite;
  /* substitua por $anim-timing $bezier */
  z-index: 9;
  bottom: 0;
}

.ico .st-arrow {
  fill: #fff;
  /* substitua por valor de $arrow-bg */
  animation: scrolly 2s ease-in-out forwards infinite;
  /* substitua por $anim-timing $bezier */
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

.svg {
  z-index: 9;
  position: relative;
}

/* Animações */
@keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  14% {
    transform: translateX(-50%) translateY(-8px);
  }

  24% {
    transform: translateX(-50%) translateY(0);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px);
  }

  30% {
    transform: scale(1) translate(-50%, 10px);
  }

  70% {
    transform: scale(1) translate(-50%, 10px);
  }

  95% {
    transform: scale(1) translate(-50%, 26px);
  }

  100% {
    transform: scale(1) translate(-50%, 10px);
  }
}

@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}


/* Page 404 */
body.error404 {

  background-image: url('/wp-content/uploads/2026/06/imagem-1-Firefly-Upscaler-2x-scale-1.jpg');
  background-size: cover;
  background-position: center;
}

body.error404 footer>svg,
body.error404 .breadcrumbs,
body.error404 #page>svg {

  display: none;
}


/* Training */
.testemunhos {

  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.testemunhos img {

  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.testemunhos .img svg {

  left: 30%;
  top: 30%;
  max-width: 87px !important;
  transform: translate(-50%, -50%);
  opacity: .4;
}

.testemunhos .flickity-prev-next-button:disabled {
  display: none !important;
}


/* Documentos  */
.ancoras-docs a {
  background-color: #0c2b59;
  padding: 0.5rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
}

.dropbtn {
  background-color: transparent;
  border: 1px solid #0c2b59;
  color: #0c2b59;
  padding: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
  min-width: 250px;
  text-align: start;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  position: relative;
}

.dropbtn span.arrow {
  display: block;
  width: 55px;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  right: -55px;
  background-color: #0c2b59;
  border-radius: 0 5px 5px 0;
}

.dropbtn span.arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #00aeef;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
  */

/* Pagination */
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  margin: 2.5rem 0;
  align-items: center;
}

.pagination ul li a {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}

.pagination ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}

.pag-prev,
.pag-next {
  position: relative;
  transform: translate(-3px, 0);
}

.pag-prev:after,
.pag-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 2px solid;
  border-bottom-color: currentcolor;
  width: 25px;
  height: 1px;
  background-color: transparent;
  transform: translate(-7px, 1px);
}

.pag-prev:before,
.pag-next:before {
  content: "";
  position: absolute !important;
  left: 50%;
  top: 50%;
  border-left: 2px solid;
  border-left-color: currentcolor;
  border-top: 2px solid;
  border-top-color: currentcolor;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg) translate(0, -50%);
}

.next-link {
  transform: rotate(180deg);
}

.pagination ul li.active a {
  background-color: #00b6bf;
  color: #fff;
}

/* Filtro Lab & Clipping */
input#lab-search,
input#clipping-search,
/* Adicionado para o input do clipping */
.month-picker-input,
.month-picker-clipping-input,
/* Adicionado para o input do clipping */
#post-search,
.input-free-search {
  height: 100%;
  width: calc(100% - 130px);
  border: 0;
  border-radius: 10px;
  padding: 0 1rem;
}

.general-filter select,
.filter-labs select,
.filter-posts select,
.filter-clipping select,
/* Adicionado para o select do clipping */
.month-picker-input,
.month-picker-clipping-input {
  /* Adicionado para o input de data do clipping */
  padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #F4F7F9;
}

.month-picker-wrapper,
.month-picker-clipping-wrapper {
  /* Adicionado para o wrapper do clipping */
  position: relative;
  width: 180px;
}

.month-picker-input,
.month-picker-clipping-input {
  /* Adicionado para o input de data do clipping */
  cursor: pointer;
}

.month-picker-popup,
.month-picker-clipping-popup {
  /* Adicionado para o popup do clipping */
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  width: 220px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.month-picker-year {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 600;
}

.month-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.month-picker-grid button {
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
}

.month-picker-grid button.active {
  background: #00ad2f;
  color: #fff;
  border-color: #00ad2f;
}

/* Garante que ambos comecem escondidos */
.month-picker-popup,
.month-picker-clipping-popup {
  display: none;
}

/* Ativa a exibição quando a classe .active for injetada via JS */
.month-picker-popup.active,
.month-picker-clipping-popup.active {
  display: block;
}

.lab-description {
  transition: all .5s;
}

.labs-template .content-hover {
  position: relative;
  top: 100%;
}

.labs-template:hover .lab-description {
  display: block;
}

/* Members */
.overlay-content {

  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

/* Relacional */
.images-alternates .col-repeater:nth-child(odd)>div:first-child {
  order: 2;
}

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

  .col-md-five {

    flex: 0 0 auto;
    width: 20%;
  }
}

/* Slide  */
.template-slide {
  padding-bottom: 80px;
}

.template-slide .flickity-prev-next-button.previous {
  left: calc(50% - 100px) !important;
  bottom: 0px !important;
  top: auto !important;
}

.template-slide .flickity-prev-next-button.next {
  right: calc(50% - 100px) !important;
  bottom: 0px !important;
  top: auto !important;
}

/* Accordions */
.accordion {
  background-color: transparent;
  cursor: pointer;
  border-radius: 0px;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  /* margin-bottom: 1rem; */
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #000;
  font-size: 1.3rem;
  position: relative;
}

.accordion.active,
.accordion:hover {
  background-color: rgba(204, 204, 204, .2);
}

.panel {
  padding: 0 1rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion.active~.panel.active {
  padding: 1rem;
}

.accordion:after {
  /* content: "Read more";
  font-size: 13px;
  color: #00B6BF !important;
  float: right;
  margin-left: 5px;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1;
  width: 65px;
  height: 15px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%); */
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #00B6BF;
  border-bottom: 3px solid #00B6BF;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion.private:after {
  content: "Login";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="20" viewBox="0 0 16 20" fill="none"><path d="M15 19C15 15.134 11.866 12 8 12C4.13401 12 1 15.134 1 19M8 9C5.79086 9 4 7.20914 4 5C4 2.79086 5.79086 1 8 1C10.2091 1 12 2.79086 12 5C12 7.20914 10.2091 9 8 9Z" stroke="%23999999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat left center;
  font-size: 14px;
  color: #999 !important;
  padding-left: 25px;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1;
  width: 65px;
  height: 21px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.6;
  border: 0;
}

.accordion.active:after {
  /* content: 'Less'; */
  transform: rotate(-135deg);
  /* opacity: 1; */
}

.inner-people:not(.accordion-people):after {

  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 99.66%);
  opacity: .8;
}

.inner-people:not(.accordion-people) .content {

  z-index: 2;
}

.inner-people:not(.accordion-people) {

  height: 100%;
}

.inner-people:not(.accordion-people) img {

  height: 100%;
  object-fit: cover;
}

/* Spin OFF */
.spin-gallery img {

  max-height: 136.31px;
}

/* Template Colunas */
.coluna-background::before {

  position: absolute;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0.00) 100%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
}

.coluna-background>* {

  position: relative;
}


/* Projects */

.relacao.projects {

  margin-top: 2rem;
}

.relacao.projects>.row:nth-child(even) .images-alternates-projects .col-repeater>div:first-child {
  order: 2;
}

.relacao.projects>.row:nth-child(even) .images-alternates-projects .col-repeater>div:last-child {
  order: 1;
}

.relacao.projects>.row:nth-child(odd) {

  background-color: #F4F7F9;
}



/* Tab */

.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  padding: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  width: 100%;
  transition: 0.3s;
  border: 0;
  background-color: transparent;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #F4F7F9;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #F4F7F9;
}

/* Style the tab content */
.tabcontent {
  display: none;
  opacity: 0;
  background-color: #F4F7F9;
  transition: opacity 0.3s ease;
}

.tabcontent.active {
  display: block;
  padding: 2.5rem 1.5rem;
  opacity: 1;
}


.row.type-blue .inner-tabs {

  border-radius: 8px;
  background-color: #00B6BF;
  border: 2px solid #00B6BF;
}

.row.type-blue .inner-tabs.tab button.active,
.row.type-blue .inner-tabs.tab button:hover {

  background-color: #BFE5E8;
  border-radius: 8px;
}

.row.type-blue .tabcontent {

  background-color: #fff;
}

.type-history .inner-tabs {

  gap: 1rem;
}

.type-history .tablinks {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: end;
  justify-content: start;
  background-size: cover;
  background-position: center;
  border: none;
  padding: 1rem;
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  position: relative;
}

.type-history .tablinks span {

  z-index: 2;
  position: relative;
}

.type-history .tablinks .wp-block-button>span {

  transition: all .6s;
}

.type-history .tablinks.active .wp-block-button>span {

  transform: rotate(90deg);
}

.type-history .tablinks::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
  border-radius: 8px;
}

.container-type-history {

  background-color: #F4F7F9;
  padding-top: 2.5rem;
}

/* Steps */
#steps .col-lg-3 {

  padding: 0;
}

#steps .col-lg-3 img {

  max-height: 277.43px;
}

.galleryid-2659 {

  grid-gap: 0;
}

/* TImeline */

.scroll-mobile {

  display: inline-flex;
  align-items: center;
}

.scroll-mobile svg {

  max-width: 25px;
  width: 100%;
  margin-left: .5rem;
}

.tl-v7-wrapper {
  padding: 120px 15px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.tl-v7-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 4px;
  width: 90%;
}

.tl-v7-line-bg {
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
}

.tl-v7-line-fill {
  position: absolute;
  height: 4px;
  background: #00ced1;
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  animation: fillLine7 14s infinite linear;
}

.tl-v7-item {
  position: absolute;
  top: 2px;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  z-index: 3;
  height: 89.3px;
}

.tl-item-2 {
  top: 11px;
}

.tl-item-4 {
  top: -9px;
}

.tl-item-6 {
  top: 11px;
}

/* --- DISTRIBUIÇÃO EXATA PARA 7 ENTRADAS --- */
.tl-item-1 {
  left: 0%;
}

.tl-item-2 {
  left: 16.66%;
}

.tl-item-3 {
  left: 33.33%;
}

.tl-item-4 {
  left: 50%;
}

.tl-item-5 {
  left: 66.66%;
}

.tl-item-6 {
  left: 83.33%;
}

.tl-item-7 {
  left: 100%;
}

.tl-v7-dot {
  width: 16px;
  height: 16px;
  background: #ffcc00;
  border: 3px solid #0f1035;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ffcc00;
  margin: 8px auto;
  opacity: 0;
  animation: fadeIn7 14s infinite linear;
}

.tl-v7-content {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;
  opacity: 0;
  animation: fadeIn7 14s infinite linear;
  width: 100%;
}

.top {
  margin-bottom: 5px;
}

.bottom {
  margin-top: 5px;
}

/* Cores Alternadas */
.type-up .top,
.type-down .bottom {
  color: #00ced1;
  font-size: 1.2rem;
}

.type-up .bottom,
.type-down .top {
  color: #fff;
  font-weight: 400;
}

.type-up .bottom:after {

  bottom: calc(100% + 5px);
}

.type-down .top:after {

  top: calc(100% + 5px);
}

.type-up .bottom:before {

  bottom: 100%;
}

.type-down .top:before {

  top: calc(100% + 5px);
}

.type-up .bottom:after,
.type-down .top:after {

  content: '';
  position: absolute;
  width: 1.5px;
  height: 50px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
}

.type-up .bottom:before,
.type-down .top:before {

  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.type-up .tl-v7-content.bottom {

  bottom: -3.5rem;
  position: relative;
}

.type-down .tl-v7-content.top {

  top: -3.5rem;
  position: relative;
}

/* --- DELAYS (Sincronizados: 14s / 7 itens = 2s de intervalo) --- */
.tl-item-1 * {
  animation-delay: 0s !important;
}

.tl-item-2 * {
  animation-delay: 2s !important;
}

.tl-item-3 * {
  animation-delay: 4s !important;
}

.tl-item-4 * {
  animation-delay: 6s !important;
}

.tl-item-5 * {
  animation-delay: 8s !important;
}

.tl-item-6 * {
  animation-delay: 10s !important;
}

.tl-item-7 * {
  animation-delay: 12s !important;
}

@keyframes fillLine7 {
  0% {
    width: 0;
    opacity: 1;
  }

  90% {
    width: 100%;
    opacity: 1;
  }

  95%,
  100% {
    width: 100%;
    opacity: 0;
  }

  /* Reset total */
}

@keyframes fadeIn7 {

  0%,
  2% {
    opacity: 0;
    transform: scale(0.5);
  }

  5%,
  90% {
    opacity: 1;
    transform: scale(1);
  }

  95%,
  100% {
    opacity: 0;
  }

  /* Reset total */
}





/* Template Quadro Hover */
.content-quadro-hover {

  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  padding: 1rem;
  top: 0;
  left: 0;
}

.inner-quadro {

  border-radius: 8px;
  overflow: hidden;
}

.has-title.inner-quadro:after {

  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.68%, rgba(0, 0, 0, 0.20) 100%);
}

.inner-quadro>h4 {

  z-index: 2;
}

.inner-quadro>div {

  z-index: 3;
  display: none;
  height: 0;
  opacity: 0;
  transition: all .8s;
}

.quadro:hover>.inner-quadro>div {

  display: block;
  height: 100%;
  opacity: 1;
}

.quadro:hover>.inner-quadro.has-content {

  background-position: right !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  max-width: 65%;
}

.row-quadros>.quadro:hover>.inner-quadro.has-content {

  background-position: right !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  max-width: 65%;
}

.row-quadros>.quadro:nth-child(3):hover>.inner-quadro.has-content {

  background-position: right !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  max-width: 65%;
  right: 0.8rem;
}

.row-quadros>.quadro:nth-child(5):hover>.inner-quadro.has-content {

  background-position: right !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  max-width: 65%;
  left: 0.8rem;
}

.row-quadros>.quadro>.inner-quadro.has-content .content-quadro-hover {

  /* max-width: 70%; */
  max-width: 90%;
  opacity: 0;
  transition: all .5s;
}

.row-quadros>.quadro>.inner-quadro.has-content .content-quadro-hover * {

  font-size: 20px;
}


.row-quadros>.quadro.has-content-hover:hover>.inner-quadro.has-content .content-quadro-hover {

  opacity: 1;
}





/* Template Posts  */
.destaque-n-1,
.destaque-n-6 {
  flex: 0 0 auto;
  width: 50%;
}

.destaque-n-1 .img-post-thumb,
.destaque-n-6 .img-post-thumb,
.destaque-n-1 .img-post-thumb img,
.destaque-n-6 .img-post-thumb img {
  height: 100%;
  object-fit: cover;
}

.destaque-n-1 .content-destaques,
.destaque-n-6 .content-destaques {
  background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: linear;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.destaque-n-1 .content-destaques a,
.destaque-n-6 .content-destaques a {
  color: #fff;
}

/* Template Banners  */

.content-banners {
  max-width: 650px;
  /* border-left: 10px solid; */
}

.content-banners>h2 {
  font-weight: bold;
  font-size: 2.5rem;
}

/* 
.content-banners .wp-block-button {
  left: 100%;
  bottom: 0;
  color: #fff;
  width: 72px;
  height: 72px;
} */

.wp-block-button>a>svg {
  animation: setas 1.8s linear infinite;
}

@keyframes setas {
  0% {
    transform: translateX(-6px);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(-6px);
  }
}

.btns-pretos .col-call-to-action>a,
.content-banners .wp-block-button a {

  border: 1px solid #111433 !important;
  background-color: #111433;
  color: #fff;
  border-radius: 8px;
}

.btns-pretos .col-call-to-action>a:hover,
.content-banners .wp-block-button a:hover {

  color: #111433 !important;
  background-color: #fff;
}

.wp-block-button a,
.mega-wp-element-button.wp-element-button {
  height: auto;
  border: 1px solid #00B6BF !important;
  /* border-top-left-radius: 8px; */
  border-bottom-right-radius: 8px;
}

.mega-wp-element-button.wp-element-button:hover,
/* .content-banners .wp-block-button a:hover, */
.wp-block-button a:hover {
  background-color: transparent !important;
  color: #00b6bf !important;
}

.content-banners .wp-block-button a svg {
  display: block;
  width: 25px;
}

.flickity-page-dots {
  bottom: 25px !important;
}

.flickity-page-dots .dot {
  background-color: rgba(0, 182, 191, 0.4) !important;
  width: 50px !important;
  height: 4px !important;
  border-radius: 0 !important;
  position: relative;
}

.flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  /* background-color: #fff; */
  background-color: rgba(0, 182, 191, 1) !important;
  transition: all 3s;
}

.flickity-page-dots .dot.is-selected::after {
  width: 100%;
}

.efeito-left {
  position: absolute;
  /* left: -100px;
  bottom: -45px; */
  left: -107px;
  bottom: 0px;
}

.efeito-right {
  position: absolute;
  /* right: -48px;
  top: 50px; */
  /* right: -90px;
  top: 24px; */
  right: -87px;
  top: 48px;
  z-index: -1;
}

.slide-banners .container {

  max-width: 90% !important;
}

.slide-banners .slide-col::before {

  position: absolute;
  content: url('/wp-content/uploads/2026/06/banner-home-effect.svg');
  left: 0;
  top: 0;
  z-index: -1;
  /* transform: translate(0, -50%); */
}

/* Efeitos e Animações  */

.inner-article>a,
.imagem-destaque {
  display: block;
  overflow: hidden;
}

body.home .inner-article>a img,
body.home .imagem-destaque img {
  transform: scale(1);
  transition: all 0.5s;
}

body.home .articles:hover .inner-article>a img,
body.home .col-call-to-action:hover .imagem-destaque img {
  transform: scale(1.2);
}


.col-call-to-action .image-facility {

  overflow: hidden;
}

.col-call-to-action .image-facility img {

  transition: all .5s;
}


.col-call-to-action:hover .image-facility img {

  transform: scale(1.2);
}

.call-imagem .col-call-to-action .imagem-destaque img {

  max-height: 250px;
  object-fit: cover;
}



/* footer */
#footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style-type: none;
  margin: 0;
  justify-content: end;
}

#footer-menu a {
  text-decoration: none;
  text-transform: uppercase;
}

#colophon a:hover,
#footer-menu a:hover {
  color: #00b6bf !important;
}

#copy-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

#copy-menu a {
  text-decoration: none;
  font-weight: 400;
}

.description-image {

  font-size: 1rem !important;
}

/*Mobile*/

@media (min-width: 960px) {
  .mega-menu-back-header {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .mega-menu-link {
    display: flex !important;
    width: 100% !important;
    padding-right: 1rem !important;
    line-height: 1.2 !important;
    align-items: center;
    margin-bottom: 1rem !important;
  }

  #mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
    font-size: 1.5rem !important;
  }

  .mega-close {
    background-color: #0053cc !important;
  }

  .mega-indicator {
    right: 0 !important;
    left: auto !important;
    position: absolute !important;
  }

  .menu-header {
    display: none !important;
  }

  .content-banners>h2 {
    font-size: 2rem;
  }
}

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

  .slide-banners .efeito-right,
  .slide-banners .slide-col::before {

    display: none;
  }

  .slide-banners .col-image {

    margin-top: 1.5rem;
  }


  .top-header {
    transition: all 0.5s;
  }

  #masthead {
    background-color: #fff;
  }

  body.scrolled .top-header {
    display: none !important;
  }

  /* 
  body.scrolled #masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  } */

  .top-header {
    padding-top: 1.5rem;
  }

  .header-search {
    width: 100%;
  }

  .top-header .menu-header {
    width: 100%;
    order: 3;
    display: inline-flex;
    justify-content: end;
    padding-top: 1rem;
  }

  .top-header .menu-header .mega-menu-column {
    width: 100% !important;
  }

  #masthead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #masthead .header-logo {
    width: auto;
    max-width: 80%;
  }

  #masthead .main-navigation {
    width: auto;
    max-width: 20%;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .content-banners>h2 {
    font-size: 1.5rem;
  }

  .content-banners {
    max-width: 85%;
  }

  .content-banners .wp-block-button__link a {
    line-height: 1;
  }

  .content-banners .wp-block-button a {
    height: auto;
  }

  .destaque-n-1,
  .destaque-n-6 {
    width: 100%;
  }

  .destaque-n-1 .content-destaques,
  .destaque-n-6 .content-destaques {
    position: inherit;
    background: transparent;
    color: #000;
  }

  .destaque-n-1 .content-destaques h3 a,
  .destaque-n-6 .content-destaques h3 a {
    color: #000;
  }

  #masthead {

    background-color: transparent;
  }

  .slide-banners .slide-col,
  .slide-banners .slide-col .row.align-items-stretch,
  .slide-banners .slide-col .col-image img {

    height: auto !important;
    min-height: auto !important;
  }

  .slide-banners .slide-col .col-image {

    min-height: auto !important;
  }

  .flickity-slider {

    height: auto;
  }

  .slide-banners .slide-col .title-section {
    font-size: 1.5rem;
  }

  #site-navigation.pt-4 {

    padding-top: 0 !important;
  }

  .row-quadros>.quadro>.inner-quadro.has-content .content-quadro-hover {

    display: block;
    opacity: 1;
    height: 100%;
  }

  .row-quadros>.quadro>.inner-quadro.has-content .content-quadro-hover>p {

    font-size: 1rem;
  }

  .row-quadros>.quadro:hover>.inner-quadro.has-content,
  .row-quadros>.quadro:nth-child(3):hover>.inner-quadro.has-content,
  .row-quadros>.quadro:nth-child(5):hover>.inner-quadro.has-content {
    width: 100%;
    max-width: 100%;
    position: inherit;
  }

  .inner-tabs.tab {
    display: grid !important;
    /* Sobrescreve o d-flex do Bootstrap */
    grid-template-columns: 1fr;
    gap: 10px;
    /* Espaço entre os itens do accordion */
  }

  /* Esconde os conteúdos das abas por padrão no mobile */
  .tabs-container {
    display: none !important;
    /* Esconde o container original de texto */
  }

  .inner-tabs.tab {
    flex-direction: column !important;
  }

  /* Esconde o conteúdo que não está ativo */
  .panel-tab {
    display: none;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-top: none;
  }

  /* Mostra o conteúdo do botão ativo */
  .panel-tab.active {
    display: block !important;
  }

  /* Ajuste visual opcional para o botão quando estiver aberto */
  .tablinks.active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .tl-v7-wrapper {

    width: auto;
    overflow: scroll;
  }

  .tl-v7-container {

    min-width: 1008px;
    width: 100%;
  }

  .tl-v7-items-holder {

    left: 5rem;
    position: relative;
  }

  .tl-v7-line-bg {

    left: 5rem;
  }


  .svg-circle-effect {

    display: none !important;
  }

  .filter-labs>div,
  .filter-posts>div {

    margin-bottom: 1rem;
  }

  header#masthead {

    position: inherit !important;
  }

  .wp-block-button {

    display: contents;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {

    width: 100% !important;
    padding-top: 80px !important;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open~button.mega-close {

    width: 100%;
    left: 0;
    background-color: transparent !important;
    padding: 1rem;
    top: 0;
    height: 80px;
    justify-content: space-between;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open~button.mega-close::before {

    order: 2;
    content: url('/wp-content/uploads/2026/07/close.svg');
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: auto !important;
    padding: 1rem !important;
    margin-bottom: 0 !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

    font-size: 1rem;
    color: #000 !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
    content: url('/wp-content/uploads/2026/07/seta-menu.svg');
    margin: 1rem;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(odd)>a,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item a {

    background-color: #fff;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(odd)>a,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu>li.mega-menu-item:nth-child(even) a.mega-menu-link {
    background-color: #F4F7F9 !important;
  }

  .mega-toggle-on>.mega-sub-menu {

    position: absolute !important;
    top: 0 !important;
    z-index: 999 !important;
  }

  .mega-menu-link.btn-menu-back {
    display: inline-flex !important;
    align-items: center;
    gap: 1rem !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link.btn-menu-back {

    color: #00C4C4 !important;

  }

  /* 
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on{

    position: inherit !important;
  } */




  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }


  .user-avatar img {

    max-height: 100% !important;
  }
















}


@media screen and (max-width: 576px) {

  #masthead .header-logo {
    max-width: 100%;
    width: 100%;
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .relacao.pesquisa .col-md-five {

    width: 100%;
  }

  .numeros {

    margin-bottom: 2rem;
  }

  .open-positions-btn {

    margin-bottom: 1rem;
  }

  .wpforms-container-full {

    max-width: 80% !important;
    margin: 0 auto !important;
  }

}