/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 3rd party packages */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* config */
@font-face {
  font-family: "Nexa";
  src: url(fonts/NexaBold.0bb5a9cc.otf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url(fonts/NexaRegular.141864a7.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* base */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
textarea {
  font-family: "Nexa", sans-serif;
}

body {
  background-color: #d1e5e5;
  overflow-x: hidden;
  font-family: "Nexa", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
  overflow-y: visible;
  overflow-x: clip;
}

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

button {
  cursor: pointer;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nexa", sans-serif;
  font-weight: 700;
}

/* layout */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.header {
  background-color: #d1e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.header .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .container {
    padding: 1rem;
  }
}
.header .container .logo img {
  max-width: 120px;
  height: auto;
}
@media (max-width: 768px) {
  .header .container .logo img {
    max-width: 80px;
  }
}
.header .container .nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .container .nav {
    display: none;
  }
}
.header .container .nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.header .container .nav ul li {
  margin: 0 0.25rem;
}
.header .container .nav ul li.current-menu-item a, .header .container .nav ul li.current_page_parent a, .header .container .nav ul li.current-menu-ancestor a {
  color: #09223d;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header .container .nav ul li.current-menu-item a:before, .header .container .nav ul li.current_page_parent a:before, .header .container .nav ul li.current-menu-ancestor a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f87500;
  border-radius: 4px;
}
.header .container .nav ul li a {
  position: relative;
  font-weight: bold;
  color: #f87500;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0.5rem;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease-in-out;
}
.header .container .nav ul li a:hover {
  color: #09223d;
}
.header .container .header-controls {
  display: none;
}
@media (max-width: 1024px) {
  .header .container .header-controls {
    display: flex !important;
    align-items: center;
    gap: 1rem;
  }
}

.hamburger-menu button {
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger-menu button span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #f87500;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu button.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-menu button.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu button.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  background-color: #d1e5e5;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  height: 100vh;
  z-index: 4;
}
.mobile-nav.open {
  max-height: calc(100vh - 90px);
  z-index: 4;
}
.mobile-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
}
.mobile-nav li.current-menu-item a, .mobile-nav li.current_page_parent a, .mobile-nav li.current-menu-ancestor a {
  color: #09223d;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-nav li.current-menu-item a:before, .mobile-nav li.current_page_parent a:before, .mobile-nav li.current-menu-ancestor a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f87500;
  border-radius: 4px;
}
.mobile-nav a {
  display: block;
  padding: 0.5rem 1rem;
  color: #f87500;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .nav {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hamburger-menu {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
  .nav {
    display: flex;
  }
}
.footer {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 0 1.25rem;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 1630px;
  margin: 3.75rem auto;
}
@media (min-width: 767px) {
  .footer__content {
    flex-direction: row;
    align-items: center;
    margin: 2.5rem auto;
  }
}
.footer__content::before {
  content: "";
  align-self: stretch;
  border: 0.5px dotted #0b2644;
  height: initial;
}
.footer__item {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}
.footer__left {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 7.5rem 0 4.375rem 0;
}
@media (max-width: 767px) {
  .footer__left {
    padding: 0;
  }
}
.footer__left--start {
  order: -1;
}
.footer__right {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__right {
    margin-top: 2rem;
  }
}
.footer__right img {
  width: 300px;
}
@media (max-width: 767px) {
  .footer__right img {
    width: 200px;
  }
}
.footer__nav {
  z-index: 11;
}
@media (max-width: 767px) {
  .footer__nav {
    z-index: initial;
  }
}
.footer__nav ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__contact-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .footer__contact-info {
    margin-bottom: 2.5rem;
  }
}
.footer__link, .footer__paragraph {
  color: #0b2644;
  font-family: "Nexa";
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0 1rem;
  display: inline-block;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .footer__link, .footer__paragraph {
    font-size: 1rem;
    line-break: anywhere;
  }
}
.footer__link:hover {
  color: #ff8518;
}
.footer .footer__menu a {
  font-family: var(--title-font);
  font-size: 1.125rem;
  display: inline-block;
  color: #0b2644;
  padding: 0.5rem 1rem;
  transition: color 0.2s;
  -webkit-transition: color 650ms;
  -moz-transition: color 650ms;
  -ms-transition: color 650ms;
  -o-transition: color 650ms;
  font-family: "Nexa";
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer .footer__menu a {
    font-size: 1rem;
  }
}
.footer .footer__menu a:hover {
  color: #ff8518;
}

/* components */
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.pulse {
  animation: pulse 2s infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-50%) translateY(100%);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(100%);
  }
}
@keyframes reveal-right {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.breadcrumbs {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #bbd9d9;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 2.5rem 0 1rem 0;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    grid-template-columns: 1fr;
  }
}
.breadcrumbs__item-align {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumbs__link {
  color: #1c2a45;
  font-weight: 700;
  font-family: "Nexa";
  transition: all 0.6s;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__title {
  color: rgba(9, 34, 61, 0.8);
}
@media (max-width: 767px) {
  .breadcrumbs__title {
    font-size: 0.875rem;
  }
}

.single-equipe .breadcrumbs {
  border-bottom: none;
}

.c-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  display: inline-block;
  min-width: 185px;
  min-height: 54.55px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #0b2644;
  padding: 0.625em 2rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  border-radius: 30px;
}

.c-button--secondary {
  color: #fff;
  background: #f87500;
}

.c-button:hover {
  color: #fff;
  background: #ff8518;
}

.c-button--secondary:hover {
  background: #ff8518;
}

.c-button--tertiary {
  color: #0b2644;
  background: #fff;
}

.c-button--tertiary:hover {
  color: #0b2644;
  background: #faf2e3;
}

.c-button svg {
  display: inline-block;
  vertical-align: bottom;
  fill: #fff;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.25em;
  transform: rotate(90deg);
  margin-bottom: 4px;
  margin-left: 0.5rem;
}

.c-button--sm {
  font-size: 1.125rem;
  line-height: 1.2;
}

.c-button--md {
  font-size: 1.375rem;
  line-height: 1.2;
}

.c-button--lg {
  font-size: 1.875rem;
  line-height: 1.2;
}

.c-button--icon {
  min-width: initial;
  text-align: center;
  padding: 0.625rem 0.875rem;
}

.c-button--icon span {
  font-size: 0;
}

.cookie {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 90%;
  max-width: 960px;
  z-index: 1000;
  display: none;
  animation: slideIn 0.5s ease forwards;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .cookie {
    width: 94%;
  }
}
.cookie strong, .cookie b {
  color: #000;
}
.cookie a {
  color: #1074b9;
  text-decoration: underline;
}
.cookie.hide {
  animation: slideOut 0.5s ease forwards;
}
.cookie__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .cookie__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.cookie__message {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cookie__message {
    text-align: center;
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .button__cookie {
    min-width: 100%;
  }
}
.cover {
  display: grid;
  width: 100vw;
  height: calc(100vh - 139px);
  position: relative;
}

.cover__title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  justify-self: flex-start;
  max-width: 640px;
  margin-bottom: 1rem;
  text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5);
}

.cover__subtitle {
  font-family: "Nexa";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  justify-self: flex-start;
  max-width: 540px;
  text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5);
}

.cover__content {
  z-index: 1;
  grid-area: 1/-1;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 1630px;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.cover__thumb {
  grid-area: 1/-1;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cover:after {
  content: "";
  background-color: black;
  opacity: 0.2;
  grid-area: 1/-1;
}

@media (max-width: 1024px) {
  .cover {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .cover {
    height: 600px;
  }
  .cover__title {
    font-size: 1.5rem;
  }
  .cover__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .cover {
    height: 500px;
  }
}
.newsletter {
  background-color: #7d8989;
  padding: 3rem 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsletter {
    padding: 2rem 1rem;
  }
}

.newsletter__content {
  margin: auto;
  max-width: 1630px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  justify-content: space-between;
}

.newsletter__title {
  color: #d1e5e5;
  font-size: 1.672rem;
}

.newsletter__description {
  font-family: "Nexa";
  font-weight: 400;
  color: #d1e5e5;
  font-size: 1.1704rem;
}

.newsletter__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1200px) {
  .newsletter__form {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.newsletter__form-textarea {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 1400px) {
  .newsletter__form-textarea {
    grid-template-columns: 2fr 1fr;
  }
}

.newsletter__form input[type=text],
.newsletter__form input[type=email],
.newsletter__form textarea {
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  height: 54.55px;
  border: 0;
  background-color: #d1e5e5;
  padding: 1rem;
  border-radius: 30px;
}
@media (max-width: 1400px) {
  .newsletter__form input[type=text],
  .newsletter__form input[type=email],
  .newsletter__form textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter__form input[type=text],
  .newsletter__form input[type=email],
  .newsletter__form textarea {
    margin-top: 0;
  }
}

.newsletter__form textarea {
  height: auto;
  width: 100%;
}

.newsletter__form input::-moz-placeholder, .newsletter__form textarea::-moz-placeholder {
  color: rgba(11, 38, 68, 0.5);
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.newsletter__form input::placeholder,
.newsletter__form textarea::placeholder {
  color: rgba(11, 38, 68, 0.5);
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.newsletter__form input[type=text]:focus-visible,
.newsletter__form input[type=email]:focus-visible,
.newsletter__form textarea:focus-visible {
  outline: 2px solid #f87500;
}

.wpcf7-not-valid-tip {
  color: #b02a37;
  background-color: #f8d7da;
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #997404;
  background-color: #fff3cd;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 1rem auto;
  padding: 1rem;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

@media (max-width: 1400px) {
  .newsletter__form {
    justify-content: center;
  }
  .newsletter__content {
    text-align: center;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .newsletter__form {
    flex-direction: column;
    gap: 0;
  }
  .wpcf7-spinner {
    display: block;
  }
  .wpcf7-not-valid-tip {
    margin: 1rem auto;
    max-width: 403px;
  }
}
@media (max-width: 460px) {
  .newsletter__form input[type=text],
  .newsletter__form input[type=email] {
    width: 100%;
  }
}
.newsletter__button-wrapper {
  position: relative;
  display: flex;
  align-items: normal;
  justify-content: center;
  margin-top: 24px;
}
.newsletter__button-wrapper input[type=submit] {
  min-height: 54.55px;
}

.newsletter__button-wrapper p {
  width: 100%;
}

.custom-spinner {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 14px;
}

.textarea__mobile {
  display: none;
}

@media (max-width: 1200px) {
  .textarea__desktop {
    display: none;
  }
  .textarea__mobile {
    display: block;
  }
}
.page__section {
  padding: 2.5rem 0 0 0;
}

.page__content h2 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.page__content p {
  margin-bottom: 1rem;
}

.page__content a {
  font-family: "Nexa Bold";
  word-break: break-word;
}

.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 2rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-background.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .popup-background {
    padding: 0 1rem;
  }
}
.popup {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(243, 239, 230, 0.2);
  max-width: 480px;
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  position: relative;
  transform: translateY(-10px);
  transition: transform 0.5s ease;
}

.popup-background.active .popup {
  transform: translateY(0);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .popup {
    padding: 1rem;
  }
}
.popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #f87500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 0;
  border-radius: 30px;
}
.popup__close:hover {
  background-color: #ff8518;
}

.popup__close span {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform-origin: center;
}

.popup__close span:first-child {
  transform: rotate(45deg);
}

.popup__close span:last-child {
  transform: rotate(-45deg);
}

.popup__photo {
  max-width: 100%;
  height: auto;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

.popup__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1em;
}

.popup__subtitle {
  color: #f87500;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 100%;
}

.popup__description {
  color: rgba(18, 17, 39, 0.5607843137);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.popup__description b,
.popup__description strong {
  color: #000;
  font-weight: bold;
}

.popup__shortcode {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}

/*  */
.footer-form, .popup__shortcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
}
@media (max-width: 767px) {
  .footer-form, .popup__shortcode {
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.footer-form .wpcf7-form, .popup__shortcode .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer-form .wpcf7-form, .popup__shortcode .wpcf7-form {
    grid-template-columns: 1fr;
  }
}
.footer-form .wpcf7-form p, .popup__shortcode .wpcf7-form p {
  margin: 0;
}
.footer-form .wpcf7-form p input, .popup__shortcode .wpcf7-form p input {
  height: 54.55px;
}
.footer-form .wpcf7-form p input::-moz-placeholder, .popup__shortcode .wpcf7-form p input::-moz-placeholder {
  color: #979797;
  text-transform: uppercase;
}
.footer-form .wpcf7-form p input::placeholder, .popup__shortcode .wpcf7-form p input::placeholder {
  color: #979797;
  text-transform: uppercase;
}
.footer-form .wpcf7-form p input, .footer-form .wpcf7-form p textarea, .popup__shortcode .wpcf7-form p input, .popup__shortcode .wpcf7-form p textarea {
  display: inline-block;
  padding: 0.875rem 2rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.875rem;
  color: #000;
  transition: all 0.3s ease-in-out;
  border: 0;
  width: 100%;
  border: 2px solid #231f20;
}
.footer-form .wpcf7-form p textarea, .popup__shortcode .wpcf7-form p textarea {
  font-weight: bold;
}
.footer-form .wpcf7-form p div, .popup__shortcode .wpcf7-form p div {
  grid-column: 1/-1;
}
.footer-form .wpcf7-form p div textarea, .popup__shortcode .wpcf7-form p div textarea {
  width: 100%;
}
.footer-form .wpcf7-form p input:focus, .footer-form .wpcf7-form p textarea:focus, .popup__shortcode .wpcf7-form p input:focus, .popup__shortcode .wpcf7-form p textarea:focus {
  border: 2px solid #f87500;
}
.footer-form .wpcf7-form div, .popup__shortcode .wpcf7-form div {
  grid-column: 1/-1;
}
.footer-form .wpcf7-form div input[type=submit], .popup__shortcode .wpcf7-form div input[type=submit] {
  padding: 0.875rem 2rem;
  min-width: 100%;
  border: 0;
  margin-top: 1rem;
  color: #fff;
  font-size: 1.375rem;
}
.footer-form .wpcf7-response-output, .popup__shortcode .wpcf7-response-output {
  margin-top: 0.25rem;
}

.wpcf7-submit {
  position: relative;
  overflow: hidden;
}
.wpcf7-submit.wpcf7-acceptance-as-validation::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-spinner::before {
  background-color: #5e6200;
}

.wpcf7-form-control.has-spinner.submitted {
  color: transparent;
  position: relative;
}

.popup .custom-spinner {
  margin-top: 31px;
}

.wpcf7-not-valid-tip {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #f8d7da;
  color: #58151c;
  border: 1px solid #f1aeb5;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  padding: 1rem;
  border-radius: 30px;
  min-height: 54.55px;
}
@media (max-width: 1200px) {
  .wpcf7-not-valid-tip {
    min-width: 100%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #ffe69c;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 30px;
  min-height: 54.55px;
  min-width: 100%;
}

.wpcf7 form.failed .wpcf7-response-output {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #f8d7da;
  color: #58151c;
  border: 1px solid #f1aeb5;
  margin: 1rem auto 0 auto;
  min-height: 54.55px;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #d1e7dd;
  color: #0a3622;
  border: 1px solid #a3cfbb;
  margin: 1rem auto 0 auto;
  padding: 1rem;
  border-radius: 30px;
  min-height: 54.55px;
}

.video-banner-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video-banner-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-banner-container .sound-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}

.video-banner-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-banner-container .sound-toggle,
.video-banner-container .video-overlay {
  display: none;
}

/* --- SOMENTE VÍDEO --- */
.video-banner-container--video {
  aspect-ratio: 16/9;
  min-height: 320px;
}

.video-banner__picture {
  display: contents;
}

.video-banner__img {
  width: 100%;
  height: auto;
  display: block;
}

.about-us {
  background-color: #09223d;
  margin: 2rem;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-us {
    margin: 2rem 1rem;
  }
}
.about-us__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1400px;
  margin: auto;
  padding: 3rem 0;
}
@media (min-width: 991px) {
  .about-us__content {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding: 3rem 2rem;
  }
}
@media (max-width: 990px) {
  .about-us__content {
    padding: 3rem 2rem;
  }
}
.about-us__content::before {
  content: "";
  align-self: stretch;
  border: 0.5px dotted #f87500;
  height: initial;
}
@media (min-width: 991px) {
  .about-us__content::before {
    height: 160px;
  }
}
.about-us__item {
  overflow-wrap: break-word;
}
.about-us__item--start {
  flex: 1;
  order: -1;
}
.about-us__item--end {
  flex: 3;
}
.about-us__title {
  color: #d1e5e5;
  font-size: 1.3376rem;
}
@media (max-width: 1024px) {
  .about-us__title {
    font-size: 1.125rem;
  }
}
.about-us__paragraph {
  font-family: var(--title-font);
  color: #d1e5e5;
  font-size: 1.125rem;
  text-align: justify;
}
@media (max-width: 1024px) {
  .about-us__paragraph {
    font-size: 1rem;
  }
}

.teams {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 2rem;
  margin: 2rem;
}
.teams__image {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 32px;
}
@media (max-width: 600px) {
  .teams__image {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .teams__image:first-child {
    margin-bottom: 32px;
  }
}
.teams svg {
  display: inline-block;
  vertical-align: bottom;
  fill: #fff;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.25em;
  transform: rotate(90deg);
  margin: 0;
  margin-left: 8px;
}
@media (max-width: 1200px) {
  .teams {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .teams {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 2rem 1rem;
  }
}
.teams__info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: -80px;
}
@media (max-width: 1200px) {
  .teams__info {
    margin-left: 0px;
    justify-content: center;
    padding-top: 2rem;
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .teams__info {
    margin-left: 0px;
    justify-content: center;
    padding-top: 2rem;
  }
}

.news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: 2rem 2rem 0 0;
}
@media (max-width: 768px) {
  .news {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 1rem;
    row-gap: 2rem;
    margin: 2rem 0 1rem 1rem;
  }
}
.news::after {
  content: "";
  grid-column: 1/-1;
  height: 4rem;
  background-color: #0b2644;
  margin-right: -2rem;
}
@media (max-width: 767px) {
  .news::after {
    grid-row: 4;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.news__data {
  overflow: hidden;
}
@media (max-width: 767px) {
  .news__data {
    grid-column: 1/3;
    margin-right: 1rem;
  }
}
.news__content {
  padding: 2.5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 1400px) {
  .news__content {
    padding: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .news__content {
    padding: 2rem;
    height: 67%;
  }
}
@media (max-width: 767px) {
  .news__content {
    height: auto;
    border-radius: 2rem;
  }
}
.news__description {
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
  max-width: 626px;
}
@media (max-width: 1400px) {
  .news__description {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .news__description {
    font-size: 1.25rem;
  }
}
.news__figure {
  margin: 0;
  height: 100%;
}
.news__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .news__image {
    border-radius: 3rem;
  }
}
.news__image-first {
  width: initial;
  height: initial;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: unset;
}
@media (max-width: 768px) {
  .news__image-first {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news__image--center {
    grid-column: 2/-1;
  }
}
@media (max-width: 767px) {
  .news__image--center {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media (max-width: 1024px) {
  .news__image--right {
    grid-row: 2;
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .news__image--right {
    grid-row: 3;
  }
}

.occupationarea {
  padding: 5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.occupationarea__title {
  color: #7b7d79;
  font-size: 2.125rem;
  text-align: center;
  width: 100%;
  margin-bottom: 3.875rem;
}
.occupationarea__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: start;
  gap: 2.5rem;
}
.occupationarea__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.occupationarea__image {
  margin: auto;
  margin-bottom: 1.25rem;
  transition: 0.3s;
  max-width: 80px;
}
.occupationarea__image:hover {
  transform: translateX(-0.25rem);
}
@media (max-width: 768px) {
  .occupationarea__icon {
    width: 82px;
  }
}
.occupationarea__name {
  color: #7b7d79;
  font-family: "Nexa";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  max-width: 180px;
}

@media (max-width: 750px) {
  .occupationarea {
    padding: 2.5rem 1.25rem;
  }
  .occupationarea__list {
    grid-template-columns: repeat(2, auto);
    gap: 1.25rem;
  }
  .occupationarea__name {
    font-size: 1rem;
  }
  .occupationarea__image {
    width: 80%;
  }
}
.galleryarea {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .galleryarea {
    margin: 0 1rem;
  }
}
.galleryarea__gallery {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
}
.galleryarea__list {
  padding: 0 20px;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .galleryarea__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.galleryarea__item {
  display: flex;
  padding: 2rem;
}
@media (max-width: 768px) {
  .galleryarea__item {
    padding: 1rem;
  }
}
.galleryarea__image {
  margin: auto;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.pulse {
  animation: pulse 2s infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-50%) translateY(100%);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(100%);
  }
}
@keyframes reveal-right {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.cookie {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 90%;
  max-width: 960px;
  z-index: 1000;
  display: none;
  animation: slideIn 0.5s ease forwards;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .cookie {
    width: 94%;
  }
}
.cookie strong, .cookie b {
  color: #000;
}
.cookie a {
  color: #1074b9;
  text-decoration: underline;
}
.cookie.hide {
  animation: slideOut 0.5s ease forwards;
}
.cookie__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .cookie__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.cookie__message {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cookie__message {
    text-align: center;
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .button__cookie {
    min-width: 100%;
  }
}
.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 2rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-background.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .popup-background {
    padding: 0 1rem;
  }
}
.popup {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(243, 239, 230, 0.2);
  max-width: 480px;
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  position: relative;
  transform: translateY(-10px);
  transition: transform 0.5s ease;
}

.popup-background.active .popup {
  transform: translateY(0);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .popup {
    padding: 1rem;
  }
}
.popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #f87500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 0;
  border-radius: 30px;
}
.popup__close:hover {
  background-color: #ff8518;
}

.popup__close span {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform-origin: center;
}

.popup__close span:first-child {
  transform: rotate(45deg);
}

.popup__close span:last-child {
  transform: rotate(-45deg);
}

.popup__photo {
  max-width: 100%;
  height: auto;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

.popup__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1em;
}

.popup__subtitle {
  color: #f87500;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 100%;
}

.popup__description {
  color: rgba(18, 17, 39, 0.5607843137);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.popup__description b,
.popup__description strong {
  color: #000;
  font-weight: bold;
}

.popup__shortcode {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}

/*  */
.footer-form, .popup__shortcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
}
@media (max-width: 767px) {
  .footer-form, .popup__shortcode {
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.footer-form .wpcf7-form, .popup__shortcode .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer-form .wpcf7-form, .popup__shortcode .wpcf7-form {
    grid-template-columns: 1fr;
  }
}
.footer-form .wpcf7-form p, .popup__shortcode .wpcf7-form p {
  margin: 0;
}
.footer-form .wpcf7-form p input, .popup__shortcode .wpcf7-form p input {
  height: 54.55px;
}
.footer-form .wpcf7-form p input::-moz-placeholder, .popup__shortcode .wpcf7-form p input::-moz-placeholder {
  color: #979797;
  text-transform: uppercase;
}
.footer-form .wpcf7-form p input::placeholder, .popup__shortcode .wpcf7-form p input::placeholder {
  color: #979797;
  text-transform: uppercase;
}
.footer-form .wpcf7-form p input, .footer-form .wpcf7-form p textarea, .popup__shortcode .wpcf7-form p input, .popup__shortcode .wpcf7-form p textarea {
  display: inline-block;
  padding: 0.875rem 2rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.875rem;
  color: #000;
  transition: all 0.3s ease-in-out;
  border: 0;
  width: 100%;
  border: 2px solid #231f20;
}
.footer-form .wpcf7-form p textarea, .popup__shortcode .wpcf7-form p textarea {
  font-weight: bold;
}
.footer-form .wpcf7-form p div, .popup__shortcode .wpcf7-form p div {
  grid-column: 1/-1;
}
.footer-form .wpcf7-form p div textarea, .popup__shortcode .wpcf7-form p div textarea {
  width: 100%;
}
.footer-form .wpcf7-form p input:focus, .footer-form .wpcf7-form p textarea:focus, .popup__shortcode .wpcf7-form p input:focus, .popup__shortcode .wpcf7-form p textarea:focus {
  border: 2px solid #f87500;
}
.footer-form .wpcf7-form div, .popup__shortcode .wpcf7-form div {
  grid-column: 1/-1;
}
.footer-form .wpcf7-form div input[type=submit], .popup__shortcode .wpcf7-form div input[type=submit] {
  padding: 0.875rem 2rem;
  min-width: 100%;
  border: 0;
  margin-top: 1rem;
  color: #fff;
  font-size: 1.375rem;
}
.footer-form .wpcf7-response-output, .popup__shortcode .wpcf7-response-output {
  margin-top: 0.25rem;
}

.wpcf7-submit {
  position: relative;
  overflow: hidden;
}
.wpcf7-submit.wpcf7-acceptance-as-validation::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-spinner::before {
  background-color: #5e6200;
}

.wpcf7-form-control.has-spinner.submitted {
  color: transparent;
  position: relative;
}

.popup .custom-spinner {
  margin-top: 31px;
}

.wpcf7-not-valid-tip {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #f8d7da;
  color: #58151c;
  border: 1px solid #f1aeb5;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  padding: 1rem;
  border-radius: 30px;
  min-height: 54.55px;
}
@media (max-width: 1200px) {
  .wpcf7-not-valid-tip {
    min-width: 100%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #ffe69c;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 30px;
  min-height: 54.55px;
  min-width: 100%;
}

.wpcf7 form.failed .wpcf7-response-output {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #f8d7da;
  color: #58151c;
  border: 1px solid #f1aeb5;
  margin: 1rem auto 0 auto;
  min-height: 54.55px;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1em;
  font-weight: normal;
  display: block;
  background-color: #d1e7dd;
  color: #0a3622;
  border: 1px solid #a3cfbb;
  margin: 1rem auto 0 auto;
  padding: 1rem;
  border-radius: 30px;
  min-height: 54.55px;
}

html {
  scroll-behavior: smooth;
}

.scrollup {
  position: fixed;
  background-color: #f87500;
  right: 1rem;
  bottom: -30%;
  display: inline-flex;
  padding: 0.5rem;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  display: none;
}
.scrollup:hover {
  color: #5f2d00;
  background-color: #ff993d;
}
.scrollup__icon {
  font-size: 1rem;
  fill: #5f2d00;
  transition: all 0.3s ease-in-out;
}
.scrollup:hover .scrollup__icon {
  fill: #5f2d00;
}

.show-scroll {
  bottom: 8rem;
}

::-webkit-scrollbar {
  width: 0.4rem;
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  margin: 4rem auto;
  max-width: 1440px;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .articles {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    margin: 2rem auto;
    padding: 0 1rem;
  }
}

.article {
  text-align: center;
  background-color: transparent;
  padding-bottom: 1.5rem;
}
.article__figure {
  transition: all 0.4s;
}
.article__figure img {
  margin: 0;
  min-height: 274px;
  max-height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 32px;
}
@media (max-width: 480px) {
  .article__figure img {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .article__figure img {
    min-height: 220px;
    max-height: 220px;
  }
}
.article__header {
  background-color: #f87500;
  margin: -5rem 6rem 0 6rem;
  z-index: 2;
  position: relative;
  padding: 2.5rem;
  min-height: 150px;
  border-radius: 32px;
  text-align: left;
}
@media (max-width: 1200px) {
  .article__header {
    margin: -5rem 2rem 0 2rem;
  }
}
@media (max-width: 480px) {
  .article__header {
    padding: 1.5rem;
  }
}
@media (max-width: 375px) {
  .article__header {
    margin: -5rem 1rem 0 1rem;
    padding: 1.5rem;
  }
}
.article:hover .article__figure {
  transform: scale(1.05);
}
.article__link {
  display: block;
  margin-bottom: 1.5rem;
}
.article__title {
  font-size: 1.25rem;
  color: #faf2e3;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .article__title {
    font-size: 1rem;
  }
}
.article__icon {
  margin-top: 6px !important;
  transform: rotate(0deg) !important;
}
.article__button {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .article__button {
    font-size: 1rem;
  }
}
.article a__button.c-button:hover {
  color: #0b2644;
  background: #faf2e3;
}

.navigation {
  clear: both;
  grid-column: 1/-1;
  text-align: center;
  font-family: "Nexa";
  margin-top: 2rem;
}

.wp-pagenavi a {
  transition: all 0.6s;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background-color: #f87500;
  color: #d1e5e5;
  border-color: #f87500;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bbd9d9;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
}

.custom-pagination-container {
  display: flex;
}

.pagination {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  order: 1;
  font-size: 15px;
}

.pagination a,
.pagination .current {
  margin: 0;
}

.pagination a:hover {
  background: none;
}

.pagination .next,
.pagination a,
.pagination .prev,
.pagination span {
  display: inline-block;
  float: none;
}

.pagination .dots {
  vertical-align: sub;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pages,
  .last,
  .first {
    display: none;
  }
}
@media (max-width: 440px) {
  .extend {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-post .container {
    padding: 0 1rem;
  }
}

.single-post .cover__title {
  max-width: 880px;
}
@media (max-width: 1024px) {
  .single-post .cover__title {
    font-size: 1.5rem;
  }
}

.post-single {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .post-single {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .post-single {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.post-single__content {
  display: grid;
  grid-template-columns: 8fr 4fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (max-width: 1024px) {
  .post-single__content {
    grid-template-columns: 1fr;
  }
}
.post-single__content-left {
  display: grid;
  grid-template-columns: 4fr 8fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (max-width: 1024px) {
  .post-single__content-left {
    grid-template-columns: 1fr;
  }
}
.post-single__title {
  color: #1c2a45;
  line-height: 1.3;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .post-single__title {
    font-size: 1.5rem;
  }
}
.post-single__meta-info {
  display: flex;
  flex-direction: column;
}
.post-single a__tag {
  text-transform: capitalize;
}
.post-single__label, .post-single__dates, .post-single__categories {
  color: #1c2a45;
  font-family: "Nexa";
}
.post-single__tag, .post-single__date, .post-single__category {
  color: #1c2a45;
  font-family: "Nexa";
  transition: color 3s;
}
.post-single__wrapper p {
  margin-top: 2rem !important;
  line-height: 1.5;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: rgba(9, 34, 61, 0.8);
}
.post-single__wrapper p + h1,
.post-single__wrapper p + h2,
.post-single__wrapper p + h3,
.post-single__wrapper p + h4,
.post-single__wrapper p + h5,
.post-single__wrapper p + h6 {
  margin-top: 2rem !important;
  margin-bottom: -1.5rem !important;
}
.post-single__wrapper p + figure {
  margin-top: 2rem !important;
}
.post-single__wrapper a {
  color: #1c2a45;
  font-family: "Nexa";
  text-decoration: underline;
  transition: all 0.2s;
}
.post-single__wrapper a:hover {
  text-decoration: unset;
}
.post-single__meta-info p {
  margin-top: 0 !important;
}
.post-single__next-label, .post-single__previous-label {
  font-family: "Nexa";
  font-weight: 700;
  font-size: 1.125rem;
}
.post-single__pagination {
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c2a45;
  overflow: hidden;
}
.post-single__next, .post-single__previous {
  color: #d1e5e5;
  width: 100%;
  transition: color 3s;
}
.post-single__next {
  text-align: left;
  justify-self: left;
}
.post-single__next a:hover, .post-single__previous a:hover {
  text-decoration: underline;
}
.post-single__previous {
  text-align: right;
  justify-self: right;
}
.post-single__pagination-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 8rem;
  max-width: 1630px;
  margin: auto;
}
.post-single__image {
  width: 100%;
}

/*  */
.categories ul {
  margin-bottom: 2rem;
}

.post-single__sidebar-title {
  background-color: #1c2a45;
  color: #d1e5e5;
  padding: 0.75rem;
}

.cat-item {
  font-size: 1rem;
  color: #1c2a45;
  padding: 0.75rem;
  border-bottom: 1px solid #bbd9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: all 0.6s;
  cursor: pointer;
}
.cat-item:hover {
  text-decoration: underline;
  background: #bbd9d9;
}
.cat-item::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYXJ0aWNsZV9faWNvbiBhcnRpY2xlX19pY29uIiB2aWV3Qm94PSIwIDAgNzUgODgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTc1IDQ0TC00LjA3ODMzZS0wNiA4Ny4zMDEzTC0yLjkyODExZS0wNyAwLjY5ODcyN0w3NSA0NFoiIGZpbGw9IiNBRkE5OUUiLz4KPC9zdmc+Cg==);
  display: inline-block;
  width: 18px;
}

.related-articles__title {
  color: #1c2a45;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .post-single__wrapper {
    margin-bottom: 2rem;
  }
  .single-atuacao .post-single__sidebar {
    order: 2;
  }
  .single-atuacao .post-single__wrapper {
    margin-bottom: 2rem;
    order: 1;
  }
  .single-atuacao .post-single {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .post-single__pagination-wrapper {
    gap: 1.5rem;
  }
  .post-single__pagination {
    padding: 2rem;
  }
  .post-single__next-hidden {
    display: none;
  }
}
.banner {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .banner {
    padding: 0;
    height: 420px;
  }
}
.banner__content {
  z-index: 1;
  grid-area: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1720px;
  width: 100%;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .banner__content {
    padding: 3rem;
  }
}
.banner__title {
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
  color: #1c2a45;
}
.banner__title--sm {
  font-size: 2.5rem !important;
}
@media (max-width: 1024px) {
  .banner__title--sm {
    font-size: 1.5rem;
  }
}
.banner__title--md {
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  .banner__title--md {
    font-size: 2rem;
  }
}
.banner__subtitle {
  color: #1c2a45;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.banner__subtitle--md {
  font-size: 4rem;
}
.banner__subtitle--lg {
  font-size: 6.1rem;
}
.banner__subtitle::before {
  content: "";
}
.banner__description {
  color: #FFFFFF;
  font-family: "Nexa";
  text-transform: uppercase;
  line-height: 1em;
  display: block;
}
.banner__description--md {
  font-size: 1.48rem;
}
.banner__description--lg {
  font-size: 1.75rem;
}
.banner__icon {
  width: 38px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner__icon {
    width: 28px;
  }
}
.banner__thumb {
  grid-area: 1/-1;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 64px;
  box-shadow: 0 4px 8px rgba(176, 211, 211, 0.15);
}
@media (max-width: 1024px) {
  .banner__thumb {
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .banner__thumb {
    border-radius: 0;
  }
}
.banner__thumb-container {
  position: relative;
  grid-area: 1/-1;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 64px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .banner__thumb-container {
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .banner__thumb-container {
    border-radius: 0;
  }
}
.banner__thumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner__thumb--left {
  -o-object-position: left;
     object-position: left;
}
.banner__thumb--center {
  -o-object-position: center;
     object-position: center;
}
.banner__thumb--right {
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 620px) {
  .banner__title--sm {
    font-size: 1.3rem !important;
  }
  .banner__subtitle--lg {
    font-size: 3.14rem !important;
  }
  .banner__description--lg {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1200px) {
  .banner__content {
    padding: 2rem;
  }
  .banner__title {
    font-size: 2.5rem;
  }
  .banner__subtitle {
    font-size: 2.5rem;
  }
  .banner__description {
    font-size: 0.9rem;
  }
}
@media (max-width: 800px) {
  .banner__title {
    font-size: 1.75rem;
  }
  .banner__subtitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .banner__title {
    font-size: 1.5rem;
  }
  .banner__subtitle {
    font-size: 1.5rem;
  }
}
.banner__content--left {
  text-align: left;
}

.banner__content--center {
  text-align: center;
}

.banner__content--right {
  text-align: right;
}

@media (max-width: 767px) {
  .banner__content--mobile-left {
    text-align: left;
  }
  .banner__content--mobile-center {
    text-align: center;
  }
  .banner__content--mobile-right {
    text-align: right;
  }
  .banner__thumb--mobile-left {
    -o-object-position: left;
       object-position: left;
  }
  .banner__thumb--mobile-center {
    -o-object-position: center;
       object-position: center;
  }
  .banner__thumb--mobile-right {
    -o-object-position: right;
       object-position: right;
  }
}
.call-to-action {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
  margin: 4rem auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .call-to-action {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem auto;
  }
}
@media (max-width: 767px) {
  .call-to-action {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.call-to-action__title {
  color: #09223d;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .call-to-action__title {
    font-size: 1.35rem;
  }
}
@media (max-width: 1024px) {
  .call-to-action__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .call-to-action__title {
    font-size: 1.35rem;
    margin-bottom: 1rem;
  }
}
.call-to-action__description {
  color: rgba(9, 34, 61, 0.8);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .call-to-action__description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .call-to-action__description {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .call-to-action__description {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.call-to-action__button {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: -moz-max-content;
  max-width: max-content;
}
.call-to-action__button:hover {
  transform: scale(1.1);
}
.call-to-action__link {
  font-size: 1.5rem;
  color: #09223d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .call-to-action__link {
    font-size: 1.25rem;
  }
}
.call-to-action__icon {
  transform: rotate(-90deg);
  width: 24px;
}
@media (max-width: 767px) {
  .call-to-action__icon {
    width: 18px;
  }
}
.call-to-action__image {
  width: 100%;
}

/*# sourceMappingURL=style-index.css.map*/