@import url("../Divi/style.css");
.mobile_menu_bar:before {
  color: #ffffff !important;
}

.et_mobile_menu {
  border-top: none !important;
}

/* arrow in primary nav */
#main-header .nav li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

/*
 Theme Name:   Hyperion
 Theme URI:    https://hyperiun.es
 Description:  Hyperion Theme
 Author:       Manifiesto
 Author URI:   https://manifiesto.biz
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
/* Font faces: Helvetica Neue family placed under assets/fonts */
@font-face {
  font-family: "Helvetica Neue Custom";
  src: url("assets/fonts/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Custom";
  src: url("assets/fonts/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  /* Temporary alias for Regular (400). Replace with a true Regular file when available */
  font-family: "Helvetica Neue Custom";
  src: url("assets/fonts/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Custom";
  src: url("assets/fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Global default font */
html,
body {
  font-family: "Helvetica Neue Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

h1,
p {
  font-weight: 300;
}

#top-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#top-menu > li > a:hover {
  color: #ffd49b !important;
}

#top-menu > li > a::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: currentColor;
  margin-bottom: 4px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 38"><path d="M0.083 0.815H11.999L23.369 19.338L11.999 37.861H0.083L11.454 19.338L0.083 0.815Z"/></svg>') no-repeat center/contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 38"><path d="M0.083 0.815H11.999L23.369 19.338L11.999 37.861H0.083L11.454 19.338L0.083 0.815Z"/></svg>') no-repeat center/contain;
}

.nav-arrow-right-nav {
  margin-left: 2px !important;
}

.et_pb_section {
  padding: 8rem 0 4rem !important;
}

.et_pb_row {
  width: 90%;
  max-width: 1400px;
  position: relative;
}

@media (max-width: 768px) {
  .et_pb_section {
    padding: 2rem 0 !important;
  }
  .et_pb_row {
    width: 90% !important;
  }
  .container {
    width: 90%;
  }
}
.container {
  max-width: 1400px;
}

.nav-arrow-right-nav {
  margin-left: 2px !important;
}

.border-bottom-gold {
  border-style: solid;
  border-width: 0 0 8px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #57463d 0%, #c4a374 15%, #b4b18b 30%, #ecb27b 45%, #af7a55 60%, #857b59 75%, #8b674e 100%);
}

.border-bottom-gold-card {
  border-style: solid;
  border-width: 0 0 5px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #57463d 0%, #c4a374 15%, #b4b18b 30%, #ecb27b 45%, #af7a55 60%, #857b59 75%, #8b674e 100%);
}

/* .et_fixed_nav #main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
} */
#main-header {
  position: fixed !important;
  top: 0px !important;
  left: 0;
  width: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
#main-header .container {
  padding-block: 80px;
  width: 90%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  #main-header .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#main-header .container::after {
  display: none;
}
#main-header .container #et-top-navigation {
  padding-top: 0 !important;
}
#main-header .container #et-top-navigation a {
  padding-bottom: 0 !important;
}
@media (max-width: 980px) {
  #main-header .container #et-top-navigation #top-menu {
    transition: all 1s;
    flex-direction: column;
    justify-content: start;
    gap: 6%;
    position: fixed;
    top: 82px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 82px);
    padding-top: 12dvh;
  }
  #main-header .container #et-top-navigation #top-menu li {
    width: 100%;
    text-align: center;
    padding: 0px !important;
  }
  #main-header .container #et-top-navigation #top-menu li a {
    font-size: 36px;
    color: white;
    padding-inline: 5% !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 980px) and (max-width: 600px) {
  #main-header .container #et-top-navigation #top-menu li a {
    font-size: 24px;
  }
}
@media (max-width: 980px) and (max-width: 600px) {
  #main-header .container #et-top-navigation #top-menu {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
@media (max-width: 980px) {
  #main-header .container #et-top-navigation #top-menu.active {
    transform: translateY(0);
  }
}
#main-header .container .logo {
  width: 380px;
  max-width: 50%;
  display: block;
}
#main-header .container #hamburgesa {
  display: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#main-header .container #hamburgesa span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 980px) {
  #main-header .container #hamburgesa {
    display: flex;
  }
}
#main-header.menu-open {
  background-color: #002b64 !important;
  height: 100dvh;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
#main-header.menu-open #hamburgesa span:first-child {
  transform: rotate(45deg) translateY(6px) translateX(7px);
}
#main-header.menu-open #hamburgesa span:nth-child(2) {
  opacity: 0;
}
#main-header.menu-open #hamburgesa span:last-child {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
#main-header.menu-open #top-menu {
  background-color: #002b64 !important;
  display: flex;
  opacity: 1;
  visibility: visible;
}

/* Home */
/* Section 1 main */
.section-main {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 0 !important;
}
.section-main::before {
  content: "";
  position: absolute;
  inset: 80% 0 0 0;
  background: linear-gradient(180deg, rgba(3, 25, 67, 0) 0%, rgba(3, 25, 67, 0.85) 60%, rgb(3, 25, 67) 100%);
  z-index: 1;
  pointer-events: none;
}
.section-main .title-main {
  max-width: 680px;
}
.section-main .title-main .et_pb_text_inner p {
  font-size: clamp(25px, 4vw, 60px);
  line-height: 1.1;
  font-weight: 600;
  max-width: -moz-max-content;
  max-width: max-content;
  color: white;
  margin: 0;
  padding: 0;
}
.section-main .title-main .et_pb_text_inner p strong {
  background-color: rgba(167, 191, 236, 0.8823529412);
  width: -moz-max-content;
  width: max-content;
  line-height: 1.4em;
  height: clamp(44px, 4.5vw, 75px);
  display: flex;
  align-items: center;
}
.section-main .arrow-container {
  position: absolute;
  bottom: 10%;
  margin: 0 auto;
  padding: 0 auto;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  animation: floatUpDown 2.6s ease-in-out infinite;
  z-index: 2;
}
.section-main .arrow-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -20px);
  }
}

/* Section 2 */
.section-main-sub {
  margin-top: -1px !important;
  padding: 10rem 0 !important;
}
.section-main-sub .section-sub-container {
  max-width: 1260px;
  height: 100%;
}
.section-main-sub .section-sub-container .et_pb_with_background {
  padding: 60px 50px !important;
}
.section-main-sub .section-sub-container .et_pb_module {
  margin-bottom: clamp(34px, 3.2vw, 60px) !important;
}
.section-main-sub .section-sub-container .et_pb_text_inner h1 {
  font-size: clamp(24px, 3.2vw, 50px);
}
.section-main-sub .btn-see-more {
  padding: 8px 60px !important;
  letter-spacing: 0.1em;
  border-radius: 0;
  margin-bottom: 0 !important;
  background-color: #a7bfec !important;
  border: none !important;
}
.section-main-sub .btn-see-more:hover {
  filter: brightness(1.17) !important;
}

body #page-container .et_pb_section .et_pb_button_0 {
  padding-right: 70px !important;
  padding-top: 12px !important;
}

body #page-container .et_pb_section .et_pb_button_0:after {
  line-height: 1.5 !important;
}

.section-main-sub::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(3, 25, 67) 10%, rgba(3, 25, 67, 0.82) 40%, rgba(3, 25, 67, 0.72) 100%);
  z-index: 1;
}

@media (max-width: 768px) {
  .section-main-sub {
    padding: 8rem 0 !important;
  }
}
/* Section team */
.section-team {
  height: 100%;
  background: #0c275b;
  background: linear-gradient(180deg, #031943 0%, #031943 70%, #010c1e 100%);
}
.section-team .text-team-primary .et_pb_text_inner p {
  font-size: clamp(22px, 4cqw, 40px);
  line-height: 1.1;
  margin-bottom: lamp(3px, 4cqw, 4rem);
  color: white;
}
.section-team .text-team-secondary .et_pb_text_inner p {
  font-size: clamp(50px, 4cqw, 60px);
  line-height: 1.1;
  margin-bottom: 4rem;
  color: white;
}
.section-team .team {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.6rem;
  overflow: hidden;
}
.section-team .team .team-card {
  position: relative;
  width: 100%;
  aspect-ratio: 300/529;
  overflow: hidden;
  color: #fff;
}
.section-team .team .team-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: transform 320ms ease-in-out;
}
.section-team .team .team-card::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  background: linear-gradient(180deg, rgba(3, 25, 67, 0) 0%, rgba(3, 25, 67, 0.85) 60%, rgb(3, 25, 67) 100%);
  z-index: 1;
  pointer-events: none;
  transition: transform 320ms ease-in-out;
}
.section-team .team .team-card .team-card__body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 2;
  width: 85%;
  transition: transform 320ms ease-in-out;
}
.section-team .team .team-card .team-card__body .arrow-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.section-team .team .team-card .team-card__body .team-card__title {
  font-weight: 800;
  color: white;
  font-size: 25px;
  padding: 0;
}
.section-team .team .team-card .team-card__body .team-card__job {
  color: white;
  font-size: 20px;
}
.section-team .team .team-card .team-card__back {
  position: absolute;
  inset: 0;
  padding: clamp(0.8rem, 2cqw, 1.2rem);
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.2rem;
  line-height: 1.2;
  z-index: 2;
  background: radial-gradient(120% 100% at 30% 35%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0) 65%), linear-gradient(180deg, #3f5e9f 0%, #2e4d8c 60%, #1f3c74 100%);
  transform: translateX(100%);
  transition: transform 320ms ease-in-out;
}
.section-team .team .team-card:hover .team-card__body {
  transform: translateX(-110%);
}
.section-team .team .team-card:hover img {
  transform: translateX(-110%);
}
.section-team .team .team-card:hover .section-team .team .team-card::after {
  transform: translateX(-110%);
}
.section-team .team .team-card:hover .team-card__back {
  transform: translateX(0);
}
.section-team .team .team-card__back p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.section-team .team .team-card__back p strong {
  font-size: 18px;
}

.team-card.is-grayscale img {
  filter: grayscale(1) contrast(1.05);
}

.team-card.is-grayscale .team-card__title,
.team-card.is-grayscale .team-card__job {
  color: #ffffff;
}

/* Section portfolio */
.portfolio-card.has-golden-filter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(183, 115, 6, 0.28) 0%, rgba(255, 208, 0, 0.22) 20%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 194, 0, 0.22) 60%, rgba(168, 115, 0, 0.28) 80%);
  opacity: 1;
}

.portfolio-card.no-thumb {
  background-color: #d9d9d9;
}

/* always center the logo */
.portfolio-card__logo {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 70%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}

.section-portfolio {
  background: #0c275b;
}
.section-portfolio .text-portfolio-primary .et_pb_text_inner p {
  font-size: clamp(50px, 4cqw, 60px);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.portfolio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.portfolio-card {
  position: relative;
  aspect-ratio: 16/8;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}
.portfolio-card .portfolio-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  max-width: 16%;
  aspect-ratio: 1;
  height: auto;
}

.portfolio-card > img:not(.portfolio-card__logo) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
  z-index: 0;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
  z-index: 1;
  pointer-events: none;
}

.portfolio-card.no-thumb::before {
  content: none;
}

.portfolio-card__logo {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 60%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.portfolio-card__body {
  display: none;
}

.portfolio-card__back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: clamp(1rem, 2cqw, 3rem);
  background: #385797;
  color: #fff;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.25s ease;
}
.portfolio-card__back > p {
  max-width: 87%;
}
@media (max-width: 980px) {
  .portfolio-card__back {
    display: none !important;
  }
}

.portfolio-card:hover > img:first-child {
  transform: scale(1.05);
}

.portfolio-card:hover .portfolio-card__logo {
  transform: translateY(0px);
}

.portfolio-card:hover .portfolio-card__back {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-card__back p {
  margin: 0;
  font-size: clamp(8px, 1.8cqw, 28px);
  line-height: 1.2;
}

@media (max-width: 768px) {
  .portfolio {
    grid-template-columns: repeat(1, 1fr);
  }
  .portfolio-card__back {
    padding: clamp(1rem, 4cqw, 3rem);
  }
  .portfolio-card__back p {
    margin: 0;
    font-size: clamp(14px, 4cqw, 28px);
    line-height: 1.3;
  }
}
/* Section news */
.section-news {
  background: #0c275b;
  background: linear-gradient(180deg, #031943 0%, #031943 70%, #010c1e 100%);
}
.section-news .text-news-primary .et_pb_text_inner p {
  font-size: clamp(50px, 4cqw, 60px);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.news-card {
  position: relative;
  width: 100%;
  aspect-ratio: 10/4;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
}

.news-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.news-card .team-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(10px, 2.1cqw, 30px);
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 1cqh, 10px);
  z-index: 2;
  color: #fff;
}

.news .news-card:nth-child(even) .team-card__body {
  align-items: flex-end;
  text-align: right;
}

.news .news-card:nth-child(odd) .team-card__body {
  align-items: flex-start;
  text-align: left;
}

.news-card__title,
.news-card__author,
.news-card__timestamp {
  text-align: inherit;
}

.news-card__title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(16px, 3.1cqw, 55px);
  color: white;
  padding: 0;
}

.news-card__author {
  margin: 0;
  font-size: clamp(16px, 2.2cqw, 40px);
  padding: 0;
}

.news-card__timestamp {
  margin: 0;
  font-size: clamp(12px, 2cqw, 20px);
  line-height: 1.8;
  padding: 0;
}

@media (max-width: 768px) {
  .news-card {
    aspect-ratio: 5/3;
  }
  .news-card .team-card__body {
    gap: 5px;
  }
  .news-card__title {
    font-size: clamp(16px, 4cqw, 24px);
  }
  .news-card__timestamp {
    line-height: 1;
  }
}
/* section footer */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0 2rem;
}
.footer-container .footer-logo {
  width: clamp(200px, 15cqw, 290px);
  margin: 0 0 1rem 0 !important;
}
.footer-container .content-container {
  display: flex;
  gap: clamp(1rem, 7.4cqw, 8rem);
}
.footer-container .content-container .content-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-container .content-container .content-col a {
  color: white;
  font-size: clamp(14px, 1.4cqw, 20px);
  font-weight: 700;
  line-height: 0.5em;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 980px) {
  .footer-container {
    flex-direction: column;
    align-items: start;
  }
  .footer-container .content-container {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-logo {
    width: 280px !important;
    padding-bottom: 40px !important;
  }
  .content-col a {
    font-size: 18px !important;
  }
}
/* Section sub footer */
@media (max-width: 980px) {
  #main-footer {
    padding-bottom: 24px;
    background-color: #05173A !important;
  }
}

#menu-legal-menu, #menu-legal-menu-en {
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  -moz-column-gap: 48px !important;
       column-gap: 48px !important;
  row-gap: 12px !important;
  padding-bottom: 16px !important;
}
@media (max-width: 980px) {
  #menu-legal-menu, #menu-legal-menu-en {
    padding-top: 12px !important;
    justify-content: start !important;
    align-items: start !important;
    flex-direction: column !important;
  }
}
#menu-legal-menu li, #menu-legal-menu-en li {
  width: -moz-max-content;
  width: max-content;
  padding: 0px;
}
#menu-legal-menu li a, #menu-legal-menu-en li a {
  font-family: "Helvetica Neue Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  display: block !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  margin: 0 !important;
}

@media screen and (max-width: 980px) {
  #menu-legal-menu {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
    flex-wrap: wrap !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
    row-gap: 12px !important;
  }
  #menu-legal-menu li {
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 0px !important;
  }
  #menu-legal-menu li a {
    max-width: 100% !important;
  }
}
/* Blog */
/* Section Main */
.section-main-blog {
  width: 100vh;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.section-main-blog .et_pb_row {
  padding: 0 !important;
  margin: 0 !important;
}
.section-main-blog .blog-latest-card {
  position: relative;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}
.section-main-blog .blog-latest-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.section-main-blog .blog-latest-card-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(4px, 1vw, 18px);
  color: #fff;
}
.section-main-blog .blog-latest-card-inner .blog-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(25px, 4vw, 60px);
  color: white;
  padding: 0;
}
.section-main-blog .blog-latest-card-inner .blog-author {
  margin: 0;
  font-size: clamp(20px, 4vw, 50px);
  padding: 0;
}
.section-main-blog .blog-latest-card-inner .blog-timestamp {
  margin: 0;
  font-size: clamp(16px, 2cqw, 40px);
  line-height: 1.8;
  padding: 0;
}
.section-main-blog .blog-latest-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
  z-index: 0.5;
  pointer-events: none;
}

.blog-recent-section {
  background-color: #002b64 !important;
}
.blog-recent-section .et_pb_text_inner p {
  font-size: clamp(50px, 4cqw, 60px);
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.blog-recent-section .blog-recent-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(24px, 4cqw, 48px);
  padding-block: clamp(20px, 3cqw, 32px);
  height: 350px;
  overflow: hidden;
}
.blog-recent-section .blog-recent-card .image-container {
  grid-column: 2;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.blog-recent-section .blog-recent-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-recent-section .blog-recent-card-inner {
  grid-row: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(8px, 1cqh, 16px);
  color: #fff;
  max-width: 100%;
}
.blog-recent-section .blog-recent-card-inner .card-inner-main {
  max-height: 280px;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1cqh, 16px);
}
.blog-recent-section .blog-recent-card-inner .card-inner-main .card-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(20px, 5.6cqw, 40px);
  color: white !important;
  line-height: 1.1;
  padding: 0 !important;
}
.blog-recent-section .blog-recent-card-inner .card-inner-main .card-author {
  margin: 0;
  font-size: clamp(20px, 2.8cqw, 30px);
  padding: 0 !important;
  opacity: 0.95;
}
.blog-recent-section .blog-recent-card-inner .card-inner-main .card-inner-content {
  height: 100%;
  overflow: hidden;
  opacity: 0.85;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.blog-recent-section .blog-recent-card-inner .card-inner-main .card-inner-content p {
  font-size: clamp(16px, 2.8cqw, 20px);
  line-height: 1.2;
}
.blog-recent-section .blog-recent-card-inner .card-timestamp {
  margin: 0;
  font-size: clamp(16px, 2.8cqw, 20px);
  opacity: 0.9;
}
@media (max-width: 980px) {
  .blog-recent-section .blog-recent-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    gap: clamp(16px, 3cqw, 24px);
    padding-block: clamp(16px, 3cqw, 24px);
  }
  .blog-recent-section .blog-recent-card .image-container {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 18px;
    overflow: hidden;
  }
  .blog-recent-section .blog-recent-card .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .blog-recent-section .blog-recent-card-inner {
    grid-column: 1;
    grid-row: 2;
    height: auto;
  }
  .blog-recent-section .card-inner-main {
    max-height: 200px !important;
  }
}

/* Blog detail page */
#blog-detail {
  position: relative;
  background-color: #031943;
}
#blog-detail .detail-header {
  position: relative;
  height: 96vh;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 0 !important;
}
#blog-detail .detail-header .detail-media {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
  padding-top: 0 !important;
}
#blog-detail .detail-header .detail-media::before {
  content: "";
  position: absolute;
  inset: 80% 0 0 0;
  background: linear-gradient(180deg, rgba(3, 25, 67, 0) 0%, rgba(3, 25, 67, 0.85) 60%, rgb(3, 25, 67) 100%);
  z-index: 1;
  pointer-events: none;
}
#blog-detail .detail-header .detail-media img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#blog-detail .detail-header .detail-content-area {
  position: relative;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(4px, 1vw, 18px);
  color: #fff;
}
#blog-detail .detail-header .detail-content-area .entry-title {
  font-size: clamp(25px, 4vw, 60px);
  line-height: 1.1;
  font-weight: 600;
  max-width: -moz-max-content;
  max-width: max-content;
  color: white;
  margin: 0;
  padding: 0;
}
#blog-detail .detail-header .detail-content-area .entry-author {
  margin: 0;
  font-size: clamp(20px, 4vw, 50px);
  color: white !important;
  padding: 0;
}
#blog-detail .detail-header .detail-content-area .entry-time {
  margin: 0;
  font-size: clamp(16px, 2cqw, 40px);
  line-height: 1.8;
  padding: 0;
}
#blog-detail .detail-content {
  max-width: 1400px;
  width: 80%;
  min-height: 70vh;
  padding: 4rem 0 !important;
  margin: 0 auto;
}
#blog-detail .detail-content p {
  font-size: 25px;
  color: white;
  line-height: 1.2;
}
#blog-detail .detail-content p strong {
  font-weight: 700;
}
#blog-detail .author-container {
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog-detail .author-container .author-data {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#blog-detail .author-container .author-data .author-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
#blog-detail .author-container .author-data .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-detail .author-container .author-data .blog-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
}
#blog-detail .author-container .author-data .blog-author .author-name {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: white;
  padding: 0;
}
#blog-detail .author-container .author-data .blog-author .author-job {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 0;
}
@media (max-width: 768px) {
  #blog-detail .detail-media {
    /* &::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
      background: radial-gradient(120% 130% at 50% 0,
        transparent 76%,
        #031943 76%); 
    }
    */
  }
  #blog-detail .detail-content,
  #blog-detail .detail-content-area {
    width: 90% !important;
  }
  #blog-detail .detail-content p {
    font-size: 18px;
  }
  #blog-detail .author-container .author-data {
    gap: 1rem;
  }
  #blog-detail .author-container .author-data .author-img {
    width: 90px;
    height: 90px;
  }
  #blog-detail .author-container .author-data .blog-author {
    gap: 0.2rem;
  }
  #blog-detail .author-container .author-data .blog-author .author-name {
    font-size: 20px;
  }
  #blog-detail .author-container .author-data .blog-author .author-job {
    font-size: 14px;
  }
}

/* section contact*/
.footer-contact {
  min-height: 750px;
  display: flex;
  justify-content: space-around;
  background: url("/wp-content/uploads/2025/09/contact-cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  padding-block: 48px;
}
.footer-contact .contact-container {
  max-width: 1400px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
}
.footer-contact .text-contact-primary {
  width: 47.25%;
}
.footer-contact .text-contact-primary p {
  font-size: clamp(50px, 4cqw, 60px);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
.footer-contact .wpforms-field-checkbox {
  padding-bottom: 0px !important;
}
.footer-contact .wpforms-field-checkbox label {
  color: white;
}
.footer-contact .wpforms-field-checkbox input {
  width: 15px;
  height: 15px;
}
.footer-contact .form-contact {
  width: 47.25%;
}
.footer-contact .form-contact label.wpforms-error {
  color: #ff7474 !important;
}
.footer-contact .form-contact input.wpforms-error {
  border-color: #ff7474 !important;
}
.footer-contact .form-message-area textarea {
  background-color: #d9d9d9 !important;
  font-size: 18px !important;
  padding: 20px 20px !important;
  border-radius: 0 !important;
  min-height: 260px !important;
  resize: none;
}
.footer-contact .form-text-area input {
  max-width: 100% !important;
  background-color: #d9d9d9 !important;
  font-size: 18px !important;
  padding: 30px 20px !important;
  border-radius: 0 !important;
}
.footer-contact .form-submit-btn {
  min-width: 100% !important;
  padding: 15px 0 !important;
  background-color: #a7bfec !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 25px !important;
}
.footer-contact .form-submit-btn:hover {
  filter: brightness(1.17) !important;
}
@media screen and (max-width: 768px) {
  .footer-contact .contact-container {
    flex-direction: column;
    width: 90% !important;
    gap: 40px !important;
  }
  .footer-contact .contact-container .text-contact-primary {
    width: 100% !important;
  }
  .footer-contact .contact-container .form-contact {
    width: 100% !important;
  }
  .footer-contact .form-text-area input {
    font-size: 18px !important;
    padding: 25px 15px !important;
  }
  .footer-contact .form-text-area input {
    font-size: 18px !important;
    padding: 25px 15px !important;
  }
  .footer-contact .form-submit-btn {
    padding: 10px 0 !important;
    border: none !important;
    font-size: 20px !important;
  }
}

body {
  /* legal pages */
}
body.legal #main-content {
  padding-top: 80px;
  background-color: #002b64 !important;
}
body.legal #main-content .et_pb_section {
  background-color: #002b64 !important;
  color: white !important;
}
body.legal #main-content .et_pb_section h1, body.legal #main-content .et_pb_section h4, body.legal #main-content .et_pb_section p {
  color: white !important;
}

/* COOKIES */
/* cookies bar */
#cookie-law-info-bar {
  z-index: 99999 !important;
}
#cookie-law-info-bar .cli-bar-message p {
  padding: 0px !important;
  font-size: 15px !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
  margin-top: 20px;
}
@media (max-width: 600px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    width: 100%;
  }
}

/* cookie popup */
#cliSettingsPopup {
  color: white;
}
#cliSettingsPopup a, #cliSettingsPopup .cli-privacy-content-text, #cliSettingsPopup #wt-cli-tab-link-necesarias, #cliSettingsPopup .wt-cli-cookie-description, #cliSettingsPopup .cli-nav-link::before, #cliSettingsPopup .cli-slider::after {
  color: white;
  border-color: white;
}
#cliSettingsPopup h4 {
  font-weight: 700;
}
#cliSettingsPopup .cli-tab-header {
  background-color: #002b64;
}
#cliSettingsPopup .cli-necessary-caption {
  color: white;
}
#cliSettingsPopup .cli-tab-pane > div {
  color: #002b64;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #002b64;
  color: white;
}

#cookie-law-info-bar {
  width: 900px !important;
  max-width: 900px !important;
  padding: 24px !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px !important;
  gap: 8px;
}
@media (max-width: 600px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
    flex-direction: column-reverse;
  }
}
#cookie-law-info-bar .cli-bar-btn_container a {
  background-color: #002b64 !important;
  color: white !important;
  font-weight: 700;
  margin: 0px !important;
  padding: 16px !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
}
@media (max-width: 980px) {
  #cookie-law-info-bar {
    width: 90% !important;
  }
}
#cookie-law-info-bar .cli-bar-message {
  color: white;
  font-size: 16px;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #002b64 !important;
  text-decoration: underline !important;
}
#cookie-law-info-bar .cli-bar-message p {
  color: #002b64 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
#cookie-law-info-bar .cli-bar-message p.title {
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 8px !important;
  color: #002b64 !important;
}
@media (max-width: 600px) {
  #cookie-law-info-bar .cli-bar-message p.title {
    font-size: 18px !important;
  }
}

#wt-cli-privacy-title {
  color: #002b64;
  font-weight: 700;
  font-size: 24px !important;
}
@media (max-width: 600px) {
  #wt-cli-privacy-title {
    font-size: 18px !important;
  }
}

.cli-privacy-content-text {
  color: #002b64 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

#wt-cli-privacy-save-btn {
  background-color: #002b64 !important;
  color: white !important;
  font-weight: 700;
  margin: 0px !important;
  padding: 16px !important;
  text-align: center !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  border-radius: 0px !important;
}
@media (max-width: 600px) {
  #wt-cli-privacy-save-btn {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */