/*!
Theme Name: Antares RX 2025
Theme URI: http://underscores.me/
Author: Underscores.me
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: antaresrx_2025
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.

Antares RX 2025 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/
*/

/* ===== GUTENSLIDER / SWIPER STATIC FIX ===== */
.wp-block-eedee-block-gutenslider.gs-frontend .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    flex-wrap: nowrap !important;
}
.wp-block-eedee-block-gutenslider.gs-frontend .swiper {
    overflow: hidden !important;
}
.wp-block-eedee-block-gutenslider.gs-frontend .swiper-slide {
    flex-shrink: 0 !important;
    min-width: var(--slide-min-width, 252px);
    width: auto !important;
}
/* ===== / GUTENSLIDER FIX ===== */


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

/* */

/* table {
    margin: 0 0 1.5em;
    width: 100%;
} */

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

a:visited {
    color: #800080;
}

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

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

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

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

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

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
















































:root {
    --color-red: #E10600;
    --color-purple: #8A047A;
    --color-blue: #00109E;
    --transition: all 0.3s ease-in-out;
    --transition-lg: all 0.6s ease-in-out;
}

/* FONTS */
@font-face {
    font-family: 'Space-Grotesk';
    src: url('fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('fonts/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space-Grotesk';
    src: url('fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('fonts/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space-Grotesk';
    src: url('fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('fonts/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space-Grotesk';
    src: url('fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('fonts/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space-Grotesk';
    src: url('fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/SpaceGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-Light.woff2') format('woff2'),
        url('fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-Black.woff2') format('woff2'),
        url('fonts/DMSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-ExtraLight.woff2') format('woff2'),
        url('fonts/DMSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-Medium.woff2') format('woff2'),
        url('fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-Thin.woff2') format('woff2'),
        url('fonts/DMSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM-Sans';
    src: url('fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}


/* END - FONTS */

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-size: 2rem;
    line-height: 2.4rem;

    font-family: "DM-Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

a {
    transition: var(--transition);
    text-decoration: none;
    color: black;
}

a:hover,
a:focus,
a:active {
    color: var(--color-red)
}

.miolo {
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
}

#team, #news, #careers {
    scroll-margin-top: 60px;
}

#science {
    scroll-margin-top: 160px;
}

header.site-header {
    margin-top: 33px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    /* border-bottom: solid 2px red; */
    /* ou a cor do seu menu */
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.3);
    z-index: 10000;
}

header.site-header .miolo {
    display: flex;
    justify-content: space-between;
    padding-inline: 16px;
}

.logo-container img {
    width: 20rem;
}

#primary-menu {
    display: flex;
    gap: 5.9rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-top: 18px;
}

#primary-menu li a {
    font-family: "Space-Grotesk", sans-serif;
    font-size: 1.4rem;
    font-optical-sizing: auto;
    line-height: 1.6rem;
    color: #000000;
    letter-spacing: -0.01em;
    text-decoration: none;

}

#primary-menu li a:hover {
    color: var(--color-red);
}

.main-navigation {
    margin-right: 12.7rem;
}

:root :where(.is-layout-flow)>*,
:root :where(.is-layout-constrained)>* {
    margin-block-start: 0;
    /* margin-block-end: 0; */
}

.site-footer .miolo {
    /* border: Solid 2px black; */
}

.site-footer {
    background-color: var(--color-red);
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: "DM-Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 3400;
    color: white;
    padding-top: 4rem;
    padding-bottom: 14rem;
}

.site-footer .footer-logo img {
    width: 14.6rem;
    height: 14.6rem;
}

.site-footer .footer-logo {
    margin-right: auto;
    /* flex-shrink: 0;
    flex-grow: 0; */
    /* margin-right: 188px; */
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: space-between;
}

.site-footer .footer-logo .links {
    display: flex;
    gap: 1.5rem;
}

.site-footer .footer-logo a {
    color: white;
    font-size: 1.4rem;
}

.site-footer .footer-logo a:hover {
    text-decoration: underline;
}

.site-footer .flex {
    display: flex;
    /* gap: 100px */
}

.site-footer .social {
    display: flex;
    /* justify-content: space-between; */
    gap: 27px;
    margin-top: 60px;
    flex-shrink: 0;
}

.site-footer .social img {
    width: 24px;
    height: 24px;
    transition: var(--transition);
}

.site-footer .social img:hover {
    opacity: 0.7;
}

.site-footer .contact {
    color: white;
    text-decoration: none;
    display: Flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;

}

.site-footer .contact img {
    transition: var(--transition);
}

.site-footer .contact:hover {
    /* border-bottom: solid 1px white; */
    text-decoration: underline;
}

.site-footer .contact:hover img {
    transform: translateY(-3px);
}

.site-footer .anthares {
    flex-basis: 155px;
    margin-right: 130px;
}

.site-footer .offices {
    flex-basis: 240px;

    margin-right: 60px;
}

.site-footer .last {
    flex-basis: 130px;
    /* border: solid 2px blue; */
    margin-right: 0;
}


.true-parallax img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 588px !important;

    transition: transform 0.9s ease-out;
    will-change: transform;
}

/*
.true-parallax {
    position: relative;
    overflow: hidden;
}

.true-parallax .wp-block-cover__image-background {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: solid 2px blue;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: transform 0.1s ease-out;

    transform-origin: center center;
}*/

/* TABS */
.ep_tabs_header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px !important;
}

.ep_tabs_header a.ep_label_main {
    text-decoration: none;
    padding-inline: 0 !important;
    transition: none;
}

.ep_tabs_header a.ep_label_main .ep_label {
    /* transition: var(--transition); */
}

.ep_tabs_header a.ep_label_main:hover .ep_label {
    /* color: black !important; */
}

.ep_tabs_header a.ep_active_tab {
    font-weight: 600;
}

.ep_tabs_header a::after {
    content: '';
    position: absolute;
    background: var(--color-red);
    height: 1px;
    width: 40px;
    margin-top: 40px;
    transition: width 0.6s ease;
}

.ep_tabs_header a:hover::after,
.ep_tabs_header a.ep_active_tab::after {
    width: 320px;
}

.ep_tabs_wrapper {
    margin-top: 2.4rem;

}

/* TABS */

.team-grid-a,
.team-grid-a img {
    transition: var(--transition);
}

.team-grid-a figure {
    /* border-radius: 10px; */

    /* overflow: hidden; */
}

.team-grid-a:hover {
    cursor: pointer;
    color: var(--color-red);
}

.team-grid-a:hover img {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
}

.wp-block-button__link {
    transition: var(--transition);
}

.wp-block-button__link:hover {
    background-color: var(--color-red);
    color: white !important;

}

#button--medicinal-chemistry,
#button--predictive-sciences,
#button--target-biology {
    cursor: pointer;
    height: 52px;
    width: 160px;
    background-repeat: no-repeat;
}

#button--medicinal-chemistry:hover,
#button--predictive-sciences:hover,
#button--target-biology:hover {
    /* bordeR: solid 2px red; */
}

#button--medicinal-chemistry:hover img,
#button--predictive-sciences:hover img,
#button--target-biology:hover img {
    /* bordeR: solid 2px blue; */
}

#card--predictive-sciences,
#card--target-biology {
    display: none;
}

#card--medical-chemistry,
#card--predictive-sciences,
#card--target-biology {
    transition: transform 0.1s linear;
}

.wp-block-cloudcatch-light-modal-block__wrapper a {
    /* outline-offset: 0 !important; */
    outline: none !important;
}

.wp-block-cloudcatch-light-modal-block__wrapper {
    /* z-index: 100000001 !important; */
    backdrop-filter: blur(60px) !important;
    /* background: rgba(255, 255, 255, 0.3) !important; */
}

.wp-block-cloudcatch-light-modal-block {
    /* border: Solid 2px red; */
    border-radius: 3rem;
    padding: 13.6rem 5.4rem 4.6rem 8.4rem;
}

.wp-block-cloudcatch-light-modal-block__close {
    right: 3.7rem;
    top: 4.6rem;
    width: 3.7rem;
    height: 3.7rem;
}

.board-of-directors--a {
    cursor: pointer;
    transition: var(--transition);
}

.board-of-directors--a:hover {
    color: var(--color-red);
}

.slide-content {
    padding: 0 !important
}

.swiper-wrapper {
    /* gap: 16px !important; */
}

.eedee-gutenslider-nav {
    display: none !important;
}

/* CONTACT FORM 7*/
.wpcf7-submit {
    transition: var(--transition);
    cursor: pointer;
    background-color: none !important;
    color: var(--color-red) !important;
    border: solid 1px var(--color-red) !important;
    border-radius: 30px !important;
    width: 15.8rem;
    height: 5rem;
    font-family: "Space-Grotesk", sans-serif;
    font-size: 1.4rem;
    font-optical-sizing: auto;
    line-height: 2.2rem;
    margin-top: 4rem;
}

.wpcf7-submit:hover {
    background-color: var(--color-red) !important;
    color: white !important;
}

div[data-modal-id="tgSYFe5uqBK"] .wp-block-cloudcatch-light-modal-block {
    background-color: #FDFAFB;
}


.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.9rem;
}

.form-grid p {
    margin-top: 0;
    margin-bottom: 0;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
    color: #AAAAAA;
}


.dropdown-toggle,
.form-grid input,
.form-grid textarea,
.form-grid select {
    outline: none;
    width: 100%;
    height: 5.2rem;
    border-radius: 0.5rem;
    background: white;
    color: #000;
    border: none;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    padding: 1.9rem 2.1rem;
}


.form-grid p:nth-child(1),
.form-grid p:nth-child(2),
.form-grid p:nth-child(3),
.form-grid p:nth-child(4) {
    flex-basis: 31.7rem;
}

.form-grid p:nth-child(5) {
    flex-basis: 65.2rem;
}

.form-grid p:nth-child(6) {
    flex-basis: 65.2rem;
}


.form-grid textarea {
    height: 17.4rem;
}

.form-grid select {
    color: #000;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3l6 6 6-6' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
}

/* Container principal */
.dropdown {
    position: relative;
    width: 31.7rem;
}

/* BotÃ£o inicial */
.dropdown-toggle {
    text-align: left;
    cursor: pointer;
    position: relative;

    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 8px;
    background-image: url('/wp-content/uploads/2025/05/arrow-dropdown.png');
}



.dropdown-active .dropdown-toggle {
    /* background-position: right 16px top 30px; */
}

/* Menu dropdown */
.dropdown-menu {
    font-family: "Space Mono", monospace;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 6px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    z-index: 100;
}

/* Cada opÃ§Ã£o */
.dropdown-option {
    transition: var(--transition);
    padding: 0.7rem 1.4rem;
    font-size: 1.4rem;
    color: #a6a6a6;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    width: 21.5rem;
    margin-bottom: 6px;
}

/* Hover */
.dropdown-option:hover,
.dropdown-option.active {
    background: #fef7cc;
    color: #000;
    border-radius: 3rem;
    width: 21.5rem;
}

/* Visibilidade controlada via classe */
.dropdown-menu.show {
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 1.2rem;
    margin-left: 0.4rem;
    font-family: "Space-Grotesk", sans-serif;
}

.wpcf7-response-output {
    font-size: 1.6rem;
    font-family: "Space-Grotesk", sans-serif;
    /* border: none !important; */
    border-width: 1px !important;
    /* background: rgba(255, 0, 0, 0.05); */
    border-radius: 0.5rem;
    padding: 1.9rem 2.1rem !important;
    margin: 0 !important;
    width: 65.2rem;
}

/* .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #000;
} */

/* END -- CONTACT FORM 7*/
.mobile-only {
    display: none !important;
}

.cards-desktop {
    display: block;
}

.cards-mobile {
    display: none;
}

#slider-arrow-left,
#slider-arrow-right {
    transition: var(--transition);
    cursor: pointer;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover {
    background-color: #F09491 !important;
}

#slider-arrows,
.spacer-after-partnerships-logos {
    display: none;
}

.wp-block-eedee-block-gutenslider.content-change {
    height: auto !important;
}

body.archive .content {
    max-width: 1024px;
    width: 100%;
    margin-inline: auto !important;

}



body.page article,
body.single article {
    /* border: Solid 2px red; */
    padding-top: 0;
    padding-bottom: 12rem;
}

body.archive article {
    padding-top: 4rem;
    padding-bottom: 6rem;
    border-bottom: solid 1px #F4F4F4;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

body.archive .page-header,
body.archive article .entry-header,
body.page article .entry-header,
body.single article .entry-header,
body.archive article .entry-content,
body.page article .entry-content,
body.single article .entry-content {
    /* max-width: 1024px;
 */
    max-width: 87.2rem;
    width: 100%;
    margin-inline: auto !important;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

body.archive h1.page-title,
body.page h1.entry-title,
body.single h1.entry-title {
    line-height: 1.2;
    margin-bottom: 6.5rem;
    font-size: 4rem;
    line-height: 4.8rem;
    font-weight: 200;
}

.button-back {
    color: black;
    font-size: 1.4rem;
    margin-top: 8rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Space-Grotesk", sans-serif;
    font-weight: 400;
    margin-left: 1.6rem;
}

.button-back img {
    width: 19px;
    height: 13px;
    transition: var(--transition);
}

.button-back:hover img {
    transform: translateX(-5px);
}


.button-back.active {
    color: var(--color-red);
}


.sidebar {
    position: absolute;
    left: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Space-Grotesk", sans-serif;
    font-weight: 300;
    color: var(--color-red);
}

.sidebar a {
    display: block;
    color: var(--color-red);
}

.share {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: var(--color-red);
    font-size: 1.4rem;
    line-height: 3.6rem;
    font-family: "Space-Grotesk", sans-serif;
    font-weight: 300;
}

.share a {
    display: block;
    color: var(--color-red);
    text-decoration: underline;
}

h2.entry-title {
    margin-top: 0;
}

.behind-the-name--dots>.wp-block-cover {
    width: 485px !important;
    height: 307px !important;
    min-height: 307px !important;
}

.behind-the-name--dots .wp-block-cover .wp-block-cover__inner-container {
    width: 485px !important;
    height: 307px !important;
    min-height: 307px !important;
    /* border: solid 8px blue; */
}

.behind-the-name--dots>.wp-block-cover>.wp-block-cover__inner-container>.wp-block-cover {
    /* border: solid 2px red; */
    width: 485px !important;
    height: 307px !important;
    min-height: 307px !important;
}

.behind-the-name--dots .wp-block-cover .wp-block-cover {
    animation: fadeInOut 3s ease-in-out infinite;
}

/* Keyframes: fade in, manter visÃ­vel, fade out */
@keyframes fadeInOut {
    0% {
        opacity: 0.4;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}


.fade-elementsX {
    opacity: 0;
    /* opacity: 1; */
}

.fade-elementsX.visibleX {
    animation: fadeInElements 1.2s ease-in-out forwards;
}

.fade-elementsX-col-2.visibleX {
    animation-delay: 0.2s;
}

.fade-elementsX-col-3.visibleX {
    animation-delay: 0.4s;
}

.fade-elementsX-col-4.visibleX {
    animation-delay: 0.6s;
}

@keyframes fadeInElements {

    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    30% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.go-to-top {
    display: none;
}


#chart--main img {
    width: 433px;
    height: 440px;
}

#chart--main {
    background-repeat: no-repeat;
    background-size: 433px auto;
}

.button-chart {
    background-size: 160px auto;

}

#gutenslider-cf5jipbsc {
    display: none !important;
}

.query-loop {
    padding: 0 !important;
    margin: 0 !important;
}

.secondary-news-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.secondary-news-grid .wp-block-query {
    aspect-ratio: 1 / 1 !important;

}

.secondary-news-grid .wp-block-query:last-child:empty {
    display: none;
}

.secondary-news-grid .wp-block-query .wp-block-cover {
    aspect-ratio: 1 / 1 !important;
    min-height: unset !important;
    max-height: unset !important;
    height: unset !important;
}


.secondary-news-grid a {
    transition: none;
}

.secondary-news-grid a:hover {
    text-decoration: underline;
    color: White !important;
}



/**
*
* UPDATES 2025-12-17
*
*/

.single-main,
.archive-main {
    /* border: solid 2px red; */
    margin-top: 12rem;
}

.single-main h1.page-title,
.archive-main .page-title {
    margin-top: 0;
    margin-bottom: 8.5rem !important;
    line-height: 1;
    font-weight: 200;
}

.archive-main article {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 1px solid #97999B;
    border-bottom: none !important;
}

.archive-main article header ul {
    list-style: none;
    /* padding: 0 1.6rem; */
    padding: 0 0;
    margin: 0;
    margin-top: 0.8rem;
    margin-bottom: 4rem;
    /* margin-left: 0.8rem; */
    margin-left: 0;
}

.archive-main article header ul li {
    font-size: 1.2rem;
    letter-spacing: 1.4px;
    line-height: 1;
}

.archive-main article header ul {
    text-transform: uppercase;
}

.archive-main article header .the_date {
    color: #97999B;
}

.single-main .archive-flex,
.archive-main .archive-flex {
    /* border: solid 2px blue; */
    display: flex;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    gap: 10rem
}

/* .archive-main .archive-flex>* { */
/* border: solid 2px red; */
/* } */

.single-main .archive-flex .archive-sidebar,
.archive-main .archive-flex .archive-sidebar {
    /* flex-basis: 25rem; */
    flex-basis: 15rem;
    min-width: 15rem;
}


.single-main .archive-flex header,
.single-main .archive-flex .archive-content,
.single-main .archive-flex .entry-header,
.archive-main .archive-flex header,
.archive-main .archive-flex .archive-content,
.archive-main .archive-flex .entry-header {
    margin-inline: unset !important;
    padding-left: 0;
    padding-right: 0;
    /* border: solid 2px red; */
}

.single-main .archive-flex .archive-content,
.archive-main .archive-flex .archive-content {
    margin-bottom: 12.4rem;
}


.single-main .archive-flex .archive-sidebar .button-back,
.archive-main .archive-flex .archive-sidebar .button-back {
    /* border: Solid 2px green; */
    margin-top: 2.4rem;
    margin-bottom: 0;
    margin-left: 0;
    /* white-space: nowrap; */
    line-height: 1.28;
    align-items: center;
}

.archive-main .archive-flex .archive-sidebar .button-back.button-back-categories {
    margin-top: 0;
    margin-bottom: 2.4rem;

}

.single-main .archive-flex .archive-sidebar .button-back img,
.archive-main .archive-flex .archive-sidebar .button-back img {
    opacity: 0.4;
}

.single-main .archive-flex .archive-sidebar .button-back div,
.archive-main .archive-flex .archive-sidebar .button-back div {
    display: inline-block;
}

.single-main .archive-flex .read-more-btn,
.archive-main .archive-flex .read-more-btn {
    display: block;
    font-size: 1.4rem;
    margin-top: 5.6rem;
    margin-bottom: 2.4rem;
    /* text-decoration: underline; */
    display: flex;
    gap: 1.6rem;
    align-items: center;


    transition: var(--transition);

}

.read-more-btn img {
    width: 19px;

    height: 20px;
}

.archive-main .archive-flex .read-more-btn span {
    border-bottom: solid 1px black;


    transition: var(--transition);
}

.single-main .archive-content article a.entry-title,
/* .single-main h1.page-title, */
.archive-main .archive-content article a.entry-title {
    line-height: 1.2;
    font-weight: 200;
    display: block;
    font-size: 2.4rem;
}

/* 
.single-main h1.page-title {
    margin: 0;
} */

/* REMOVED - Until they get more posts available
 * 2026-02-02
 *  
.single-main .archive-content article:first-child a.entry-title,
.archive-main .archive-content article:first-child a.entry-title {
    font-size: 4rem;
}
*/

body p {
    line-height: 1.6;
}

.archive-main .archive-flex a:hover .read-more-btn span,
.archive-main .archive-content article:first-child a.entry-title:hover:has(.read-more-btn) span,
.archive-main .archive-content article:first-child a.entry-title:hover .read-more-btn span {
    /* text-decoration: none; */
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}


.archive-main .archive-content article:not(:first-child) a.entry-title .read-more-btn {

    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.archive-excerpt {
    margin-top: 2.4rem;
    margin-bottom: 5.6rem;
    font-size: 1.8rem;
    font-weight: 200;
}

/* END -- UPDATES 2025-12-17 */


@media (max-width: 1023px) {

    .secondary-news-grid {
        /* grid-template-columns: 1fr 1fr !important; */
    }

    .secondary-news-grid .wp-block-query {

        /* border: dotted purple; */
        /* height: calc(100vw / 2 - 1.5rem - 1.5rem) !important; */
    }

    .secondary-news-grid .wp-block-cover {
        padding: 2.0rem !important;
        /* border: dotted greenyellow; */
        /* height: calc(100vw / 2 - 1.5rem - 1.5rem) !important;
        min-height: calc(100vw / 2 - 1.5rem - 1.5rem) !important; */
    }

    .secondary-news-grid .wp-block-cover h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .mobile-only {
        display: block !important;
    }

    #home-cover {
        border-radius: 0 !important;
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .sidebar {
        /* border: solid 2px blue; */
        position: relative;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 2rem;
    }

    .share {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 2rem;
    }

    .button-back {
        margin-bottom: 8rem;
    }

    .share a {
        display: inline-block;
    }

    .go-to-top {
        display: block;
        position: fixed;
        right: 2rem;
        bottom: 2rem;
        /* border: solid 2px red; */
        background: rgba(255, 255, 255, 0.6);
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        transition: var(--transition-lg);
        visibility: hidden;
        opacity: 0;
        cursor: pointer;
        color: black;
        transform: rotate(180deg);

    }

    .go-to-top img {
        filter: brightness(10%);
    }

    .go-to-top.visible {
        visibility: visible;
        opacity: 1;
    }

    #news,
    .partnerships-columns,
    .h3-approach, .science-columns,
    .h1-unique,
    /* .jumbotron, */
    .site-footer .flex,
    .h1-behind-the-name,
    .behind-the-name {
        margin-left: 1.6rem !important;
        margin-right: 1.6rem !important;
    }

    .cards-desktop {
        display: none;
    }

    .cards-mobile {
        display: block;
    }

    .h3-approach {
        text-align: center;
        font-size: 1.8rem;
        margin-top: 14rem !important;
        margin-bottom: 4.2rem !important;
    }

    .main-navigation {
        margin-right: 0;
    }

    #primary-menu {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 1.2rem;
        margin-right: 1.6rem;
    }

    #primary-menu li a {
        font-size: 1.5rem;
    }

    .logo-container img {
        width: 16.8rem;
    }

    .eplus-styles-uid-b6605a {
        font-size: 2.8rem !important;
        line-height: 3.3rem !important;
    }

    .jumbotron {
        gap: 3.3rem;
        flex-wrap: wrap !important;
    }

    .jumbotron .wp-block-column:nth-child(1) {
        flex-basis: 100%;
        padding-top: 6.4rem !important;
    }

    .jumbotron .wp-block-column:nth-child(1) p {
        margin-left: 1.6rem !important;
        margin-right: 1.6rem !important;
    }

    .jumbotron .wp-block-column:nth-child(2) {
        padding-top: 0 !important;
        flex-basis: 100%;
        padding-right: 0;
        text-align: center;

        /* border: Solid 1px red; */
        width: 100vw !important;
        max-width: 100% !important;
        height: 100vw !important;
        max-height: 385px !important;

        min-height: unset !important;

    }

    .jumbotron .wp-block-column:nth-child(2) .wp-block-cover {
        float: none !important;
        margin-inline: auto !important;
        max-width: 100%;
        /* height: auto !important; */
        /* min-height: auto !important; */


        /* border: Solid 1px blue; */
        max-width: 100vw !important;
        width: 100vw !important;
        height: 100vw !important;
        min-height: unset !important;
    }

    .jumbotron .wp-block-column:nth-child(2) .wp-block-cover video,
    .jumbotron .wp-block-column:nth-child(2) .wp-block-cover img {
        /* height: 387px !important; */
        /* height: 387px !important; */
        max-height: 385px !important;
        max-width: 385px !important;
        width: auto !important;
        margin-inline: auto !important;
        border: solid 1px white;
    }

    .jumbotron .wp-block-column:nth-child(2) figure {
        margin: 0;
        margin-inline-start: 0;
        margin-inline: auto !important;
        float: none;
        max-width: 96%;
        /* border: solid 3px red; */

    }

    .jumbotron .wp-block-column:nth-child(2) figure img {
        margin-top: 0;
        /* border: solid 3px blue; */
    }

    .h1-unique {
        margin-top: 7.5rem !important;
        margin-bottom: 6rem !important;
        font-size: 2.4rem !important;
    }

    .button-chart,
    #card--medicinal-chemistry,
    #card--target-biology,
    #card--predictive-sciences {
        display: none !important;
    }

    #card--medicinal-chemistry {
        display: block !important;
        position: relative;
        margin: 0 !important;
        width: 100%;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    header.site-header {
        position: relative;
        margin-top: 3rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .site-main>.miolo {
        padding-left: 0;
        padding-right: 0;
    }

    * {
        /* border: solid 1px red; */
    }

    .site-footer {
        padding-bottom: 12rem;
        position: relative;
    }

    .site-footer .flex {
        flex-wrap: wrap;
        font-size: 1.6rem;
    }

    .site-footer .social {
        margin-top: 8rem;
    }

    .site-footer .flex .footer-logo {
        flex-basis: 100%;
        order: 1;
    }

    .site-footer .flex .offices {
        flex-basis: 100%;
        order: 2;
        margin-top: 8rem;
    }

    .site-footer .flex .last {
        flex-basis: 45%;
        order: 3;
        margin-top: 8rem;
        flex-wrap: nowrap;
        margin-right: 10% !important;
    }

    .site-footer .flex .anthares {
        flex-basis: 45%;
        order: 4;
        margin-top: 8rem;
        flex-wrap: nowrap;
        margin-right: 0;
        align-self: flex-end;
    }

    .site-footer .links {
        position: absolute;
        bottom: 2rem;

    }

    .behind-the-name {
        flex-direction: column-reverse;
        gap: 7rem !important;
    }

    .behind-the-name p {

        font-size: 1.8rem !important;
        line-height: 2.3rem !important;
    }

    .behind-the-name img {
        margin-top: 0 !important;
    }

    .h1-behind-the-name {
        margin-bottom: 7.4rem !important;
        font-size: 2.4rem !important;
    }


    .eplus-styles-uid-f34e06 {
        padding-top: 5.5rem !important;
        padding-bottom: 7rem !important;
    }


    .science-columns .wp-block-column h2.opened::after {
        transform: rotate(180deg);
    }

    .science-columns .wp-block-column.opened h2 {
        margin-bottom: 2.8rem;
    }

    .science-columns .wp-block-column:nth-child(1) p,
    .science-columns .wp-block-column:nth-child(2) p,
    .science-columns .wp-block-column:nth-child(3) p {
        max-height: 0;
        overflow: hidden;
        transition: all 0.9s ease;
        padding-top: 0;
    }

    .science-columns .wp-block-column.opened p {

        max-height: 200px;
        padding-top: 2.8rem;
        /* height: auto; */
        /* overflow: hidden; */
    }

    .science-columns .wp-block-column:nth-child(1) h2,
    .science-columns .wp-block-column:nth-child(2) h2,
    .science-columns .wp-block-column:nth-child(3) h2 {
        margin-bottom: 0;
    }

    .science-columns .wp-block-column.opened h2 {
        /* margin-bottom: 2.8rem; */
    }

    .science-columns .wp-block-column:nth-child(1) h2::after,
    .science-columns .wp-block-column:nth-child(2) h2::after,
    .science-columns .wp-block-column:nth-child(3) h2::after {
        content: "";
        position: absolute;
        right: 1.8rem;
        margin-top: 8px;
        width: 19px;
        height: 10px;
        background-image: url("/wp-content/uploads/2025/05/arrow-line-down.png");
        background-repeat: no-repeat;
    }

    .true-parallax {
        border-radius: 0 !important;
    }

    .true-parallax .wp-block-cover__inner-container {
        padding: 13rem 4rem;
    }

    .button--mobile--target.active .wp-block-button__link,
    .button--mobile--target:hover .wp-block-button__link {
        background-color: #e9b7e3 !important;
        color: #87037b !important;
    }

    .button--mobile--predictive.active .wp-block-button__link,
    .button--mobile--predictive:hover .wp-block-button__link {
        background-color: #c3d7ee !important;
        color: #10069f !important;
    }

    .button--mobile--medicinal.active .wp-block-button__link,
    .button--mobile--medicinal:hover .wp-block-button__link {
        background-color: #f5dadf !important;
        color: var(--color-red) !important;

    }

    #card--mobile--predictive-sciences,
    #card--mobile--medicinal-chemistry {
        display: none;
    }

    .spacer-after-cards--mobile,
    .spacer-after-partnerships--mobile {
        display: none;
    }

    .partnerships-columns {
        gap: 5.3rem !important;
        margin-bottom: 10rem !important;
    }

    .partnerships-columns h3 {
        font-size: 2.0rem;
        line-height: 2.4rem;

    }

    .partnerships-columns-logos--container {}

    .partnerships-columns-logos {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 30px;
        padding-bottom: 10px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* Firefox */
        flex-wrap: nowrap !important;

    }

    .partnerships-columns-logos::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .partnerships-columns-logos>.wp-block-column {
        flex: 0 0 80%;
        scroll-snap-align: start;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 12px;
        min-width: 300px;
        max-width: 100%;
    }

    .partnerships-columns-logos .wp-block-group {
        height: auto;
        margin-bottom: 6.5rem !important;
    }




    .investors-grid {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 30px;
        padding-bottom: 10px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* Firefox */
        flex-wrap: nowrap !important;
        grid-template-columns: 1fr !important;
        padding-top: 3rem !important;

    }

    .investors-grid::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .investors-grid>.wp-block-group {
        flex: 0 0 100%;
        aspect-ratio: 328/294;
        scroll-snap-align: start;
        background: #fff;
        /* padding: 20px; */
        box-sizing: border-box;
        border-radius: 12px;
        /* min-width: 300px; */
        max-width: 100%;
        height: auto !important;
        margin-top: 3rem;
    }

    .investors-grid .wp-block-group {
        height: auto;
        /* margin-bottom: 6.5rem !important; */
    }

    .eplus-styles-uid-9570d5,
    .investors-grid {
        max-width: 70%;
        margin-inline: auto !important;
    }

    .investors-grid .wp-block-group {
        padding: 5rem;
        align-items: center;
        justify-content: center;
        text-align: center !important;
        /* height: 15rem !important; */

    }

    .investors-grid .wp-block-group figure {
        max-height: 15rem;
        width: auto;
        max-width: 80%;
        align-items: center;
    }

    .investors-grid .wp-block-group figure img {
        /* max-height: 10rem; */
        width: 100%;
        align-items: center;
    }

    #investors-list li.active {
        color: #10069f !important;
    }

    .spacer-after-partnerships-logos {
        display: block;
        height: 6.6rem !important;
    }


    .spacer-after-arrows {
        height: 6.6rem !important;
    }

    #slider-arrows {
        display: flex;
    }

    .team {
        padding-top: 5.5rem !important;
    }

    .team h1 {
        font-size: 2.4rem !important;
        line-height: 3.0rem !important;
    }

    .team h3 {
        font-size: 1.8rem !important;
        line-height: 2.3rem !important;
    }

    .team>.miolo>.wp-block-columns {
        gap: 5.5rem;
    }

    .team .ep_tab_item_wrapper {
        display: none;
    }

    .team .ep_tabs_header {
        /* display: grid; */
        /* gap: 30px !important; */
        display: none;
    }

    .team .ep_tabs_header .ep_label_main::after {
        margin-top: 50px;
    }

    .team .ep_tabs_header .ep_label_main {
        height: 80px;
    }

    .team .ep_tabs_header .ep_label {
        display: block !important;
        font-size: 1.4rem !important;
        text-wrap: balance !important;
        line-height: 1.6 !important;
    }


    /* .team a.ep_active_tab::after {
        width: 40px;
    } */

    .ep_tabs_header a:hover::after,
    .ep_tabs_header a.ep_active_tab::after {
        width: calc(33% - 3.2rem);
    }

    /* 
    .team a.ep_active_tab {
        font-weight: 400;
    } */


    .team-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .board-of-directors--a {
        padding-top: 0 !important;
        padding-bottom: 3rem !important;
    }

    /* .board-grid-jeff p {
        padding-top: 4rem !important;
        padding-bottom: 6rem !important;
    } */

    #careers {
        padding-top: 5.5rem !important;
    }

    .culture-columns {
        /* border: solid 2px red; */
    }

    .culture-columns h1 {
        font-size: 2.4rem;
    }

    .culture-columns h3 {
        font-size: 1.8rem;
        line-height: 2.3rem;
        ;
    }

    .culture-columns-cards .wp-block-column:nth-child(1) {
        display: none;
    }

    .culture-columns-cards .wp-block-column:nth-child(2) {
        padding-left: 1.6rem;
        /* width: 100% !important; */
    }

    /* MODAL */
    .wp-block-cloudcatch-light-modal-block {
        width: 96%;
        border-radius: 2rem;
        max-width: unset !important;
        padding: 2rem 2rem 2rem 2rem;
    }

    .wp-block-cloudcatch-light-modal-block__close {
        right: 1rem;
        top: 1rem;
        /* width: 2rem; */
        /* height: 2rem; */
    }

    .wp-block-cloudcatch-light-modal-block__content {
        padding-top: 5rem;
        /* border-radius: 1rem !important; */
    }

    /* END -- MODAL */


    .form-grid p:nth-child(1),
    .form-grid p:nth-child(2),
    .form-grid p:nth-child(3),
    .form-grid p:nth-child(4) {
        flex-basis: 100%;
    }

    .form-grid p:nth-child(5) {
        flex-basis: 100%;
    }

    .form-grid p:nth-child(6) {
        flex-basis: 100%;
    }

    .dropdown {
        width: 100%;
    }

    .news-grid {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .news-01 {
        padding: 2rem 40% 2rem 2rem !important;
    }

    #news.miolo {
        max-width: calc(100% - 3.2rem) !important;
        width: calc(100% - 3.2rem) !important;
    }

    .behind-the-name {
        /* gap: 0 !important; */
    }

    .behind-the-name--dots {
        margin-inline: auto !important;
        width: 100% !important;
        height: auto !important;
        max-width: 485px !important;
        height: 307px !important;
        min-height: unset !important;
        /* border: dashed 2px green; */
        aspect-ratio: 485/307 !important;
        flex-basis: 100% !important
    }

    .behind-the-name--dots>.wp-block-cover {
        margin-inline: auto;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 485/307;
        min-height: unset !important;
        /* border: solid 1px green; */
    }

    .behind-the-name--dots .wp-block-cover .wp-block-cover__inner-container {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        /* border: solid 1px blue; */
        aspect-ratio: 485/307 !important;

    }

    .behind-the-name--dots .wp-block-cover img {
        max-width: 485px !important;
        aspect-ratio: 485/307 !important;
        /* border: dotted 3px red; */
    }

    .behind-the-name--dots .wp-block-cover .wp-block-cover img {
        max-width: 485px !important;
        aspect-ratio: 485/307 !important;
        /* border: dotted 3px blue; */
    }

    .behind-the-name--dots>.wp-block-cover>.wp-block-cover__inner-container>.wp-block-cover {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        /* border: solid 1px red; */
        aspect-ratio: 485/307 !important;
        max-width: 485px !important;
    }

    .ep_tabs_wrapper>div {
        display: block !important;
    }

    #gutenslider-cf5jipbsc {
        display: block !important;
    }

    #gutenslider-cf5jipbsc .slide-content {
        display: flex;
        flex-shrink: 1;
        /* border: dotted 3px blue; */
        align-items: stretch;
    }

    #gutenslider-cf5jipbsc .slide-content>div {
        height: 100%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .science-columns {
        flex-wrap: wrap !important;
    }

    .single-main .archive-flex .archive-sidebar,
    .archive-main .archive-flex .archive-sidebar {
        display: none;
    }

    .single-main,
    .archive-main {
        margin-top: 7.2rem;
    }

    .single-main h1.page-title,
    .archive-main h1.page-title {
        margin-bottom: 8.8rem !important;
    }

    .archive-main article header ul {
        margin-top: 1.6rem;
    }
}

@media (max-width: 781px) {

    .secondary-news-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .secondary-news-grid .wp-block-cover {
        padding: 1.4rem !important;
        font-size: 1.4rem !important;

    }

    .secondary-news-grid .wp-block-cover>.wp-block-cover__inner-container>.wp-block-group {
        gap: 0.2rem !important;
    }

    .science-columns {
        flex-wrap: wrap !important;
    }

    .science-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .team-grid {
        grid-template-columns: 1fr !important;
    }

    .news-01 {
        padding: 2rem 25rem 2rem 2rem !important;
    }

    .investors-grid .wp-block-group figure {
        width: auto;
        max-width: 100%;
        align-items: center;
    }

    .eplus-styles-uid-9570d5,
    .investors-grid {
        max-width: 100%;
    }


}

@media (max-width: 698px) {

    .secondary-news-grid {
        grid-template-columns: 1fr !important;
    }


    .secondary-news-grid .wp-block-cover {
        padding: 2rem !important;
    }

    .secondary-news-grid .wp-block-cover h2 {
        font-size: 2rem;
    }

}