@font-face {
  font-family: 'SeasonSansR';
  src: url('../fonts/SeasonSans-Regular.woff2');
  src: url('../fonts/SeasonSans-Regular.woff2') format('woff2'), url('../fonts/SeasonSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SeasonSansS';
  src: url('../fonts/SeasonSans-SemiBold.woff2');
  src: url('../fonts/SeasonSans-SemiBold.woff2') format('woff2'), url('../fonts/SeasonSans-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*~~~~~~ BREAKPOINTS ~~~~~~*/
/*~~~~~~ CLASES LESS ~~~~~~*/
/*~~~~~~ RESETS ~~~~~~*/
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
@media screen and (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-weight: 400;
  color: #3B382B;
  font-size: 16px;
  font-family: 'SeasonSansR';
  line-height: 24px;
  -webkit-text-size-adjust: none;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
*:focus {
  box-shadow: none!important;
}
main {
  background-color: #EFE7E4;
  transition: filter 0.4s ease;
  filter: none;
}
.underline {
  text-decoration: underline;
}
body.open-menu {
  overflow: hidden;
}
body.open-menu:before {
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
body.open-menu main {
  filter: blur(16px);
}
body.open-menu header {
  background-color: transparent;
}
body {
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}
@media screen and (max-width: 720px) {
  body {
    background: linear-gradient(to bottom, transparent 50%, #EFE7E4 50%);
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: top 0.3s ease-in;
}
header.hide {
  top: -100px;
}
header.scrolled {
  background: #FFF;
}
header .picto {
  max-height: 24px;
}
header .logo {
  max-height: 16px;
}
header .btn {
  padding: 12px;
  background: #FFF066;
  border-radius: 4px;
  font-weight: 400;
  color: #3B382B;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 100%;
}
@media screen and (max-width: 720px) {
  header .btn {
    vertical-align: top;
  }
}
header .btn-menu {
  width: 40px;
  height: 44px;
  line-height: 40px;
  border-radius: 4px;
  background: #3B382B;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 720px) {
  header .btn-menu {
    height: 40px;
    line-height: 0;
    border: none;
  }
  header .btn-menu .close {
    display: none;
  }
  header .btn-menu .open {
    display: inline;
  }
  header .btn-menu.opened {
    background: #FFF;
  }
  header .btn-menu.opened .close {
    display: inline;
  }
  header .btn-menu.opened .open {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  header {
    z-index: 9999;
  }
}
section {
  min-height: 100vh;
  position: relative;
  z-index: 9;
}
section .title-section {
  font-weight: 400;
  color: #3B382B;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 120%;
  letter-spacing: 1px;
  padding: 24px;
  border-bottom: solid 1px #000;
}
section .title-section:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  background: #3B382B;
}
@media screen and (max-width: 720px) {
  section .title-section {
    text-indent: 20px;
    padding-inline: 16px;
  }
  section .title-section:before {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 720px) {
  section.home {
    background: url('/wp-content/uploads/avantis/images/avantis-carousel-home-17.jpg') -100px 0px no-repeat;
    position: relative;
    background-size: cover;
    background-position: -100px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  section.home .title-section {
    margin-top: 96px;
    color: #FFF;
    border-bottom-color: #FFF;
  }
  section.home .title-section:before {
    background-color: #FFF;
  }
  section.home .title-section span {
    float: right;
  }
}
section.people {
  min-height: auto;
  padding-top: 40px;
}
@media screen and (max-width: 720px) {
  section.people {
    padding-top: 96px;
  }
}
section.people .scroll-container {
  display: flex;
  gap: 0px;
  padding: 0;
  overflow: hidden;
  scrollbar-width: none;
  /* Firefox */
}
section.people .scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
section.people .horizontal-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
section.people .horizontal-scroll .arrow {
  position: absolute;
  width: 64px;
  height: calc(100% - 1px);
  background: #FFF;
  border: none;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
section.people .horizontal-scroll .arrow-left {
  left: 0px;
  border-right: solid 1px #000;
}
section.people .horizontal-scroll .arrow-right {
  right: 0px;
  border-left: solid 1px #000;
}
section.people .horizontal-scroll:hover .arrow {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 720px) {
  section.people .horizontal-scroll {
    overflow-x: auto;
    /* permite arrastrar con el dedo en móvil */
    -webkit-overflow-scrolling: touch;
    /* scroll suave en iOS */
    scrollbar-width: none;
    /* oculta scrollbar en Firefox */
  }
  section.people .horizontal-scroll::-webkit-scrollbar {
    display: none;
    /* oculta scrollbar en Chrome/Safari */
  }
  section.people .horizontal-scroll .scroll-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* scroll fluido en móvil */
    scrollbar-width: none;
    /* opcional: ocultar barra en Firefox */
  }
  section.people .horizontal-scroll .arrow {
    display: none!important;
  }
}
section.people .tile {
  flex: 0 0 auto;
  width: 430px;
  min-height: 680px;
  padding: 48px 24px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  position: relative;
  overflow: hidden;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 720px) {
  section.people .tile {
    min-height: 420px;
    max-width: 70vw;
  }
}
section.people .tile .person {
  position: relative;
  height: 100%;
  width: 100%;
  /* Efecto de deslizamiento desde abajo al hacer hover */
}
section.people .tile .person img {
  max-width: 100%;
  display: block;
}
section.people .tile .person .front,
section.people .tile .person .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
}
section.people .tile .person .front .image,
section.people .tile .person .back .image,
section.people .tile .person .front .description,
section.people .tile .person .back .description {
  position: absolute;
  bottom: 24px;
}
section.people .tile .person .front h3,
section.people .tile .person .back h3 {
  font-weight: 400;
  color: #3B382B;
  font-size: 40px;
  font-family: 'SeasonSansR';
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  section.people .tile .person .front h3,
  section.people .tile .person .back h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
section.people .tile .person .front p.rol,
section.people .tile .person .back p.rol {
  font-weight: 400;
  color: #3B382B;
  font-size: 20px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
@media screen and (max-width: 720px) {
  section.people .tile .person .front p.rol,
  section.people .tile .person .back p.rol {
    font-size: 14px;
  }
}
section.people .tile .person .front {
  z-index: 1;
}
section.people .tile .person .back {
  z-index: 2;
  top: 100%;
}
@media screen and (max-width: 720px) {
  section.people .tile .person .back p {
    font-weight: normal;
    color: #3B382B;
    font-size: 14px;
    font-family: 'SeasonSansR';
    line-height: normal;
  }
}
section.people .tile:hover {
  background-color: #FFF179;
}
section.people .tile:hover .back {
  background-color: #FFF179;
  top: 0;
}
section.people .tile.externa:hover {
  background-color: #ffcdc6;
}
section.people .tile.externa:hover .back {
  background-color: #ffcdc6;
}
section.testimonials {
  min-height: auto;
  background-color: #EFE7E4;
  padding: 120px 0 600px;
}
@media screen and (max-width: 720px) {
  section.testimonials {
    padding-bottom: 100px;
  }
}
section.testimonials .slide-testimonials .autor h4 {
  font-weight: 400;
  color: #3B382B;
  font-size: 24px;
  font-family: 'SeasonSansR';
  line-height: 120%;
  margin-bottom: 12px;
}
section.testimonials .slide-testimonials .autor img {
  max-height: 18px;
}
@media screen and (min-width: 1800px) {
  section.testimonials .slide-testimonials .autor img {
    max-height: auto;
  }
}
section.testimonials .slide-testimonials .autor p {
  font-weight: 400;
  color: #3B382B;
  font-size: 12px;
  font-family: 'SeasonSansR';
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 52px;
}
@media screen and (max-width: 720px) {
  section.testimonials .slide-testimonials .autor p {
    margin-bottom: 25px;
  }
}
section.testimonials .slide-testimonials .testimonial p {
  font-weight: 400;
  color: #3B382B;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
@media screen and (max-width: 720px) {
  section.testimonials .slide-testimonials .testimonial {
    margin-top: 25px;
  }
}
section.casos .title-section {
  padding-top: 200px;
}
@media screen and (max-width: 720px) {
  section.casos .title-section {
    padding-top: 96px;
  }
}
section.casos .intro-text {
  font-weight: 400;
  color: #3B382B;
  font-size: 53px;
  font-family: 'SeasonSansR';
  line-height: 110%;
  text-align: center;
  margin: 160px 20%;
}
section.casos .border-bottom {
  border-bottom: solid 1px #000 !important;
}
section.casos .caso {
  border-top: solid 1px #000;
}
section.casos .caso .col-md-6.image:first-child,
section.casos .caso .col-md-6.txt:first-child {
  border-right: solid 1px #000;
}
section.casos .caso .content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  font-weight: 400;
  color: #3B382B;
  font-size: 12px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
section.casos .caso .content-text p {
  font-weight: 400;
  color: #3B382B;
  font-size: 20px;
  font-family: 'SeasonSansR';
  line-height: 120%;
}
section.casos .caso .content-text .categoria {
  text-transform: uppercase;
}
section.casos .caso .content-text > div:first-child {
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  section.casos .caso .content-text > div:first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 720px) {
  section.casos .caso .content-text {
    padding: 40px 24px;
  }
}
section.casos .caso:hover {
  cursor: pointer;
}
section.casos .caso:hover .content-text {
  background-color: #ffcdc6;
}
section.casos .caso .image img {
  display: block;
  height: 25vw;
  min-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 720px) {
  section.casos .caso .image img {
    height: 100vw;
  }
}
section.casos .caso .logo {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.casos .caso .logo img {
  max-width: 100%;
}
section.casos .caso.one-two .content-text p {
  font-weight: 400;
  color: #3B382B;
  font-size: 40px;
  font-family: 'SeasonSansR';
  line-height: 110%;
  padding-right: 120px;
}
@media screen and (max-width: 720px) {
  section.casos .caso.one-two .content-text p {
    font-weight: 400;
    color: #3B382B;
    font-size: 20px;
    font-family: 'SeasonSansR';
    line-height: 120%;
    padding-right: 0;
  }
}
section.casos .caso.one-two .content-text p.underline {
  font-size: 20px;
}
section.casos .caso.one-two .content-text .logo img {
  max-height: 18px;
}
section.casos .caso.one-two .image img {
  height: 50vw;
}
@media screen and (max-width: 720px) {
  section.casos .caso.one-two .image img {
    height: 100vw;
  }
}
@media screen and (max-width: 720px) {
  section.casos .caso .image {
    order: 2;
  }
  section.casos .caso .txt {
    order: 1;
  }
}
section.casos .row > .caso:not(:last-child) {
  border-right: solid 1px #000;
}
@media screen and (max-width: 720px) {
  section.casos .caso,
  section.casos .row > .caso:not(:last-child),
  section.casos .col-md-6.image:first-child,
  section.casos .col-md-6.txt:first-child {
    border: 0;
  }
}
section.services {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 720px) {
  section.services {
    padding-top: 95px;
    padding-bottom: 95px;
    min-height: auto;
  }
}
section.services .title-section {
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
section.services .title-section:before {
  background-color: #FFF;
}
section.services .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.services .left .title-services {
  padding: 56px 24px;
}
section.services .left .title-services h2 {
  font-weight: 400;
  color: #FFF;
  font-size: 53px;
  font-family: 'SeasonSansR';
  line-height: 110%;
}
@media screen and (max-width: 720px) {
  section.services .left .title-services h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  section.services .left .title-services {
    padding: 40px 16px 80px;
  }
}
section.services .left .items .tab {
  opacity: 0.5;
  padding: 36px 24px;
  position: relative;
}
section.services .left .items .tab span {
  font-weight: 400;
  color: #FFF;
  font-size: 24px;
  font-family: 'SeasonSansR';
  line-height: 100%;
}
section.services .left .items .tab:first-child {
  border-top: solid 1px #FFF;
}
section.services .left .items .tab:after {
  content: '';
  position: absolute;
  right: 24px;
  top: 38px;
  font-size: 30px;
  color: #FFF;
  transition: 0.5s ease;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.5H0V5.5H5.5V0H6.5V5.5H12V6.5H6.5V12H5.5V6.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E") top left no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
}
section.services .left .items .tab:hover,
section.services .left .items .tab.active {
  opacity: 1;
  background: #2F2D22;
}
section.services .left .items .tab.active:after {
  transform: rotate(45deg);
}
section.services .left .accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #FFF;
}
section.services .left .accordion .accordion-item .accordion-button {
  background: #FFF;
  border-radius: 0;
  font-weight: 400;
  color: #3B382B;
  font-size: 24px;
  font-family: 'SeasonSansR';
  line-height: 100%;
}
section.services .left .accordion .accordion-item .accordion-button::after {
  content: '+';
  background: none;
}
section.services .left .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
  margin-right: 7px;
}
@media screen and (max-width: 720px) {
  section.services .left .accordion .accordion-item .accordion-button {
    padding-inline: 16px;
  }
}
section.services .left .accordion .accordion-item:first-of-type {
  border-top: solid 1px #FFF;
}
section.services .left .accordion .accordion-body {
  height: 200px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
}
section.services .left .accordion .accordion-body p {
  font-weight: 400;
  color: #FFF;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
section.services .right {
  position: relative;
  border-bottom: solid 1px #cccccc80;
}
section.services .right:has( #evoluciona.active) {
  border-bottom: solid 1px #CCC;
}
section.services .right img {
  display: block;
  height: 50vw;
  min-width: 100%;
  object-fit: cover;
}
section.services .right .block-text {
  position: absolute;
  bottom: 56px;
  width: calc(100% - 112px);
  left: 56px;
}
section.services .right .block-text p {
  font-weight: 400;
  color: #FFF;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
section.hablamos {
  padding: 64px 12px 540px;
}
@media screen and (max-width: 720px) {
  section.hablamos {
    min-height: auto;
    padding-bottom: 100px;
  }
}
section.hablamos h3 {
  margin-bottom: 256px;
  font-size: 53px;
  font-family: 'SeasonSansR';
  font-weight: normal;
}
@media screen and (max-width: 720px) {
  section.hablamos h3 {
    margin-bottom: 140px;
    font-size: 28px;
  }
}
section.hablamos p.address {
  font-size: 24px;
}
@media screen and (max-width: 720px) {
  section.hablamos p.address {
    font-size: 18px;
  }
}
section.hablamos p.copy {
  font-size: 40px;
  line-height: normal;
  position: relative;
  display: inline-block;
  padding-right: 50px;
  cursor: default;
  opacity: 0.5;
}
section.hablamos p.copy .copy-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  background: #3B382B;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  line-height: 10px;
}
section.hablamos p.copy:hover {
  opacity: 1;
}
section.hablamos p.copy:hover .copy-btn {
  display: inline-block;
}
@media screen and (max-width: 720px) {
  section.hablamos p.copy {
    font-size: 24px;
    margin-bottom: 24px;
  }
  section.hablamos p.copy.phone {
    margin-bottom: 80px;
  }
}
/* Botón hamburguesa inicial */
.footer-transform {
  position: fixed;
  bottom: 16px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100%;
  max-width: 40px;
  height: 40px;
  background-color: #3a3425;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 999;
  overflow: hidden;
  border-radius: 4px;
  transition: max-width 0.5s ease, background-color 0.3s ease;
  /* --- ESTADO EXPANDIDO --- */
}
.footer-transform .footer-column {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.footer-transform .footer-column,
.footer-transform .capafooter {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.footer-transform .footer-inner > .row:first-child {
  opacity: 0;
  transition: opacity 0.8s ease;
  transition-delay: 0.5s;
  /* espera 0.3s antes de hacer la transición */
}
.footer-transform.open-menu {
  width: auto!important;
  max-width: 400px!important;
}
.footer-transform.open-menu .nav-menu {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.footer-transform.open-menu .icon {
  opacity: 0;
  pointer-events: none;
}
.footer-transform .icon {
  position: absolute;
  z-index: 2;
  transition: opacity 0.3s ease;
  width: 14px;
  height: 20px;
}
.footer-transform .icon:before,
.footer-transform .icon:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 7px;
  left: 0;
}
.footer-transform .icon:after {
  bottom: 8px;
  top: auto;
}
.footer-transform .icon:hover {
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .footer-transform .icon {
    display: none!important;
  }
}
.footer-transform.dark {
  background-color: #FFF;
}
.footer-transform.dark .icon:before,
.footer-transform.dark .icon:after {
  background: #3b372a;
}
.footer-transform.dark .nav-menu {
  background: #FFF;
}
.footer-transform.dark .nav-menu nav a {
  color: #3b372a;
}
.footer-transform.dark .nav-menu path {
  stroke: #3b372a !important;
}
.footer-transform .footer-inner {
  width: 0;
  height: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.footer-transform .footer-inner .desc p {
  font-weight: 400;
  color: #ffcdc6;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
@media screen and (max-width: 720px) {
  .footer-transform .footer-inner .desc p {
    margin-bottom: 60px;
  }
}
.footer-transform .footer-inner p,
.footer-transform .footer-inner a {
  font-weight: 400;
  color: #ffcdc6;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 100%;
}
.footer-transform .footer-inner ul li {
  margin-bottom: 8px;
}
.footer-transform .footer-inner ul li a {
  font-weight: 400;
  color: #ffcdc6;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
@media screen and (max-width: 720px) {
  .footer-transform .footer-inner ul li {
    margin-bottom: 24px;
  }
}
.footer-transform .footer-inner .logo-full-w {
  margin-top: 56px;
  margin-bottom: 16px;
  background-color: #ffcdc6;
  border-radius: 2px;
}
.footer-transform .footer-inner .logo-full-w img {
  height: 280px;
  display: block;
  margin-left: -1px;
}
@media screen and (max-width: 720px) {
  .footer-transform .footer-inner .logo-full-w img {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .footer-transform .footer-inner .logo-full-w {
    background-color: transparent;
  }
}
@media screen and (max-width: 720px) {
  .footer-transform .footer-inner {
    width: 100%!important;
    height: 100%!important;
    padding: 32px!important;
    opacity: 1!important;
    pointer-events: auto;
  }
  .footer-transform .footer-inner > .row:first-child {
    opacity: 1!important;
  }
}
.footer-transform .nav-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-inline: 16px;
  background-color: #3b372a;
}
.footer-transform .nav-menu nav {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-inline: 16px;
  align-items: center;
}
.footer-transform .nav-menu nav a {
  font-weight: 400;
  color: #FFF;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 100%;
}
.footer-transform .nav-menu .close-menu:hover {
  cursor: pointer;
}
.footer-transform .language a {
  opacity: 0.5;
}
.footer-transform .language a.active,
.footer-transform .language a:hover {
  opacity: 1;
}
.footer-transform.expanded {
  border-radius: 6px;
  max-width: calc(100% - 24px) !important;
}
.footer-transform.expanded .footer-inner {
  width: 100%;
  height: 100%;
  padding: 32px;
  opacity: 1;
  pointer-events: auto;
  /* display:block;  <-- ya no hace falta */
}
.footer-transform.expanded .footer-inner > .row:first-child,
.footer-transform.expanded .footer-column,
.footer-transform.expanded .capafooter {
  opacity: 1;
  /* aquí ocurre el fade */
}
.footer-transform.expanded .nav-menu,
.footer-transform.expanded .icon {
  display: none !important;
}
@media screen and (max-width: 720px) {
  .footer-transform {
    height: 660px !important;
    position: relative;
    transform: none;
    border-radius: 6px;
    max-width: calc(100% - 24px) !important;
    left: 12px !important;
  }
  .footer-transform.expanded {
    max-width: calc(100% - 24px) !important;
  }
  .footer-transform > .nav-menu {
    display: none!important;
  }
  .footer-transform .language a {
    opacity: 1;
  }
  .footer-transform .language p:first-child {
    margin: 27px 0 53px;
  }
}
#menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
#menu-mobile.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#menu-mobile .blur {
  width: 100vw;
  height: 100vh;
  background: #3B382B1A;
  backdrop-filter: blur(6px);
  position: fixed;
  bottom: 0;
  z-index: 9;
}
#menu-mobile .menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
#menu-mobile .menu.show {
  transform: translateY(0);
}
#menu-mobile .menu > span {
  content: '';
  width: 40px;
  height: 4px;
  background: #C6C6C6;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -20px;
  border-radius: 4px;
}
#menu-mobile .menu ul.nav {
  margin: 70px auto;
}
#menu-mobile .menu ul.nav li a {
  font-weight: 400;
  color: #3B382B;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 16px;
  margin-bottom: 32px;
}
#menu-mobile .menu ul.nav li a.active:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #3B382B;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#menu-mobile .menu ul.nav li:last-child a {
  margin-bottom: 0;
}
#menu-mobile .menu p {
  font-weight: 400;
  color: #3B382B;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 16px;
  margin-bottom: 40px;
  text-align: center;
}
#menu-mobile .menu p a {
  font-weight: 400;
  color: #3B382B;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 16px;
  margin-inline: 10px;
  opacity: 0.5;
}
#menu-mobile .menu p a.active {
  opacity: 1;
}
#calendly-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
#calendly-modal.active {
  display: flex;
}
#calendly-modal .modal-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 0;
  border: none;
  background: none;
}
#calendly-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#calendly-modal .modal-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  font-size: 34px;
  cursor: pointer;
  z-index: 10000;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  background: transparent;
}
#calendly-modal .modal-content .close-btn:hover {
  color: rgba(0, 0, 0, 0.85);
}
.services .left .title-services h2 {
  margin: 0 0 0.5rem;
}
.services .left .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services .left .items .tab {
  cursor: pointer;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  transition: background 0.3s ease;
}
.services .left .items .tab:hover {
  background-color: #eee;
}
.services .left .items .tab.active {
  background-color: #072c3e;
  color: white;
}
.services .left .items .tab span {
  display: inline-block;
}
.services .right .tab-content {
  display: none;
  opacity: 0;
  transform: scale(1);
  transition: none;
}
.services .right .tab-content.active {
  display: block;
  animation: fadeInZoom 1s forwards;
}
.services .right .tab-content.active .block-text {
  animation: fadeIn 0.45s forwards;
  animation-delay: 0.45s;
  /* espera a que termine el div */
}
.services .right .tab-content.fade-out {
  animation: fadeOutZoom 1s forwards;
}
.services .right .tab-content img {
  width: 100%;
  height: auto;
  display: block;
}
.services .right .tab-content .block-text {
  margin-top: 1rem;
  opacity: 0;
}
.custom-modal {
  z-index: 99999;
}
.custom-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin: 0;
}
.custom-modal .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
.custom-modal .modal-dialog .modal-content .modal-bg {
  background: url('../images/foto-avantis-01.jpg') center center no-repeat transparent;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.custom-modal .modal-dialog .modal-content .modal-bg img.btnclose {
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -20px;
}
.custom-modal .modal-dialog .modal-content .modal-bg img.btnclose:hover {
  cursor: pointer;
  opacity: 0.9;
}
.custom-modal .modal-dialog .modal-content .modal-left {
  width: 66.66%;
  padding: 56px;
}
.custom-modal .modal-dialog .modal-content .modal-left #modaltxtLeft,
.custom-modal .modal-dialog .modal-content .modal-left #modaltxtLeft * {
  font-weight: 400;
  color: #FFF;
  font-size: 24px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
.custom-modal .modal-dialog .modal-content .modal-right {
  width: 33.33%;
  display: flex;
  align-items: stretch;
  padding: 16px;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .custom-modal .modal-dialog .modal-content .modal-right .info-box {
    background: rgba(255, 255, 255, 0.9);
  }
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-top {
  padding: 24px;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-top .category-label {
  font-weight: 400;
  color: #3B382B;
  font-size: 12px;
  font-family: 'SeasonSansR';
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .logo {
  height: auto;
  max-width: 100px;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-bottom {
  margin-top: auto;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-bottom h3 {
  font-weight: 400;
  color: #3B382B;
  font-size: 24px;
  font-family: 'SeasonSansR';
  line-height: 110%;
  padding: 40px 16px;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-bottom .accordion {
  --bs-accordion-btn-icon-width: 15px;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.5H0V5.5H5.5V0H6.5V5.5H12V6.5H6.5V12H5.5V6.5Z' fill='%233B382B'/%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.5H0V5.5H5.5V0H6.5V5.5H12V6.5H6.5V12H5.5V6.5Z' fill='%233B382B'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-transform: rotate(-45deg);
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-bottom .accordion .accordion-item {
  background: transparent;
  border: none;
  border-top: solid 1px #3B382B;
  border-radius: 0!important;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-bottom .accordion .accordion-item .accordion-button {
  font-weight: 400;
  color: #3B382B;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 130%;
  background: transparent;
}
.custom-modal .modal-dialog .modal-content .modal-right .info-box .info-bottom .accordion .accordion-item .accordion-body {
  font-weight: 400;
  color: #3B382B;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 130%;
  padding: 24px 48px 24px 24px;
  opacity: 0.6;
}
@media screen and (max-width: 720px) {
  .custom-modal .modal-dialog {
    margin: 0;
  }
  .custom-modal .modal-dialog .modal-content {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .custom-modal .modal-dialog .modal-content .modal-bg {
    height: 100vh;
    flex-direction: column!important;
  }
  .custom-modal .modal-dialog .modal-content .modal-bg img.btnclose {
    top: 16px;
    left: auto;
    margin-left: inherit;
    right: 16px;
  }
  .custom-modal .modal-dialog .modal-content .modal-left {
    width: 100%;
    padding: 95px 16px 65px;
  }
  .custom-modal .modal-dialog .modal-content .modal-left h2 {
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    font-family: 'SeasonSansR';
    line-height: 130%;
  }
  .custom-modal .modal-dialog .modal-content .modal-left #modaltxtLeft,
  .custom-modal .modal-dialog .modal-content .modal-left #modaltxtLeft * {
    font-size: 18px;
  }
  .custom-modal .modal-dialog .modal-content .modal-right {
    width: 100%;
    position: absolute;
    bottom: -25%;
    transition: bottom 1s;
  }
  .custom-modal .modal-dialog .modal-content .modal-right .info-box:before {
    content: '';
    width: 40px;
    height: 4px;
    background: #C6C6C6;
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -20px;
    border-radius: 4px;
  }
  .custom-modal .modal-dialog .modal-content .modal-right .info-top {
    flex-direction: row;
    padding: 40px 16px 0!important;
    transition: all 0.5s;
  }
  .custom-modal .modal-dialog .modal-content .modal-right.active {
    bottom: 0;
  }
  .custom-modal .modal-dialog .modal-content .modal-right.active .info-top {
    padding-bottom: 124px!important;
  }
  .custom-modal .modal-dialog .modal-content .modal-right .info-bottom {
    font-size: 18px;
  }
  .custom-modal .modal-dialog .modal-content .modal-right .info-bottom h3 {
    padding: 0 16px 24px;
  }
}
@media screen and (max-width: 720px) and screen and (max-width: 720px) {
  .custom-modal .modal-dialog .modal-content .modal-bg img.btnclose {
    left: auto;
    right: 16px;
    margin-left: 0;
  }
}
.startL {
  min-height: 100vh;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 720px) {
  .startL {
    min-height: 100vh;
  }
}
.startL .intro {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  z-index: 2;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 720px) {
  .startL .intro.blur {
    filter: none;
  }
}
@media screen and (max-width: 720px) {
  .startL .intro {
    position: relative;
  }
}
.startL .intro-text {
  font-weight: 400;
  color: #3B382B;
  font-size: 60px;
  font-family: 'SeasonSansR';
  line-height: 100%;
  text-align: center;
  max-width: 60vw;
  margin: 37px auto 0;
  z-index: 3;
}
@media screen and (max-width: 720px) {
  .startL .intro-text {
    font-weight: 400;
    color: #3B382B;
    font-size: 24px;
    font-family: 'SeasonSansR';
    line-height: 100%;
    max-width: 90vw;
  }
  .startL .intro-text img {
    margin-bottom: 10px;
    max-width: 76px;
  }
}
.startL .floating-image {
  position: absolute;
  pointer-events: none;
  transition: transform 0.1s;
}
.startL .floating-image#home-05 {
  top: 123px;
  left: -50px;
  max-height: 180px;
}
.startL .floating-image#home-04 {
  top: 0px;
  left: 393px;
}
.startL .floating-image#home-01 {
  top: -60px;
  right: 300px;
  max-width: 170px;
}
.startL .floating-image#home-02 {
  bottom: -40px;
  left: 353px;
}
.startL .floating-image#home-03 {
  bottom: -90px;
  right: 93px;
}
.startL .floating-image#home-06 {
  bottom: 84px;
  right: 30px;
}
.startL .floating-image#home-07 {
  bottom: 70px;
  left: 107px;
}
.startL .floating-image#home-08 {
  bottom: 135px;
  left: 58%;
}
.startL .floating-image#home-09 {
  top: 223px;
  right: 135px;
}
@media screen and (max-width: 720px) {
  .startL .floating-image#home-04 {
    top: -60px;
    left: 161px;
    width: 123px;
  }
  .startL .floating-image#home-01 {
    top: 181px;
    right: 0;
    width: 80px;
  }
  .startL .floating-image#home-02 {
    bottom: 91px;
    left: 23px;
    width: 80px;
  }
  .startL .floating-image#home-03 {
    bottom: 150px;
    right: 17px;
    width: 67px;
  }
  .startL .floating-image#home-06 {
    bottom: 174px;
    right: -7px;
    width: 37px;
  }
  .startL .floating-image#home-07 {
    bottom: 70px;
    left: 107px;
  }
  .startL .floating-image#home-08 {
    bottom: 135px;
    left: 58%;
  }
  .startL .floating-image#home-09 {
    top: 223px;
    right: 184px;
    width: 47px;
  }
}
.startL .central-image-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
  transition: opacity 1.5s;
}
@media screen and (max-width: 720px) {
  .startL .central-image-wrapper {
    display: none!important;
  }
}
.startL .central-image {
  width: 260px;
  height: 150px;
  object-fit: cover;
  opacity: 1!important;
  display: block;
}
.startL .slide-container {
  position: relative;
  z-index: 5;
  opacity: 0;
}
.startL .slide {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background: white;
}
.startL .background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 720px) {
  .startL .background-image {
    display: none!important;
  }
}
.startL #slide-intro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease;
}
.startL #slide-intro.visible {
  opacity: 1;
  visibility: visible;
}
.startL #slide-intro .slide-intro {
  width: 100vw;
  min-height: 100vh;
}
.section-scroll {
  height: 212vh;
  /* 6 screens high */
  background: transparent;
}
@media screen and (max-width: 720px) {
  .section-scroll {
    display: none!important;
  }
}
.slide-intro {
  height: 100vh;
  /* la altura la gestiona ScrollTrigger con pin */
  overflow: hidden;
  position: relative;
}
.slide-intro > div:not(.progress-line) {
  position: absolute !important;
  /* superpuestos uno encima de otro */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* cada slide ocupa toda la pantalla */
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  will-change: opacity;
  opacity: 0;
  /* GSAP arranca controlando esto */
  z-index: 1;
  transform: translateZ(0);
}
.slide-intro > div:not(.progress-line):first-child {
  opacity: 1;
  /* el primer slide visible al inicio */
  z-index: 2;
}
.slide-intro > div:not(.progress-line) > .container-fluid:first-child {
  position: absolute;
  top: 0;
  padding-top: 90px;
}
.slide-intro > div:not(.progress-line) > .container-fluid:first-child .title-section {
  color: #FFF;
  border-bottom-color: #FFF;
}
.slide-intro > div:not(.progress-line) > .container-fluid:first-child .title-section:before {
  background-color: #FFF;
}
.slide-intro > div:not(.progress-line) > .container-fluid:first-child .title-section span:not(.paginador) {
  float: right;
  text-transform: uppercase;
}
.slide-intro > div:not(.progress-line) > .container-fluid:last-child {
  height: calc(100% - 155px - 90px);
  margin-top: 65px;
  border-bottom: solid 1px #fff;
}
.slide-intro > div:not(.progress-line) .row {
  height: 100%;
  align-items: center;
}
.slide-intro > div:not(.progress-line).static {
  position: absolute;
  opacity: 1!important;
  top: auto;
  bottom: 65px;
}
.slide-intro .left {
  padding-inline: 120px;
  height: 100%;
  padding-top: 28vh;
  border-right: solid 1px #ffffff54;
  position: relative;
}
.slide-intro .left:after {
  content: none;
  height: 25%;
  width: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -1px;
  transition: height 0.5s ease-in;
}
.slide-intro .left h3 {
  font-weight: 400;
  color: #FFF;
  font-size: 40px;
  font-family: 'SeasonSansR';
  line-height: 110%;
}
.slide-intro .right {
  padding-inline: 120px;
  height: 100%;
  padding-top: 28vh;
}
.slide-intro .right p {
  font-weight: 400;
  color: #FFF;
  font-size: 18px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
/* animaciones fade */
.fade-in {
  animation: fadeIn 0.45s forwards;
}
.fade-out {
  animation: fadeOut 0.45s forwards;
}
.fade-out .block-text {
  animation: fadeOut 0.45s forwards;
}
#slide-mobile .slick-slide {
  min-height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 16px 60px;
}
#slide-mobile .slick-slide .left h3 {
  font-weight: 400;
  color: #FFF;
  font-size: 28px;
  font-family: 'SeasonSansR';
  line-height: 110%;
}
#slide-mobile .slick-slide .right p {
  font-weight: 400;
  color: #FFF;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 130%;
}
.progress-line {
  position: absolute;
  top: 155px;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #fff;
  height: 25%;
  z-index: 99;
}
div#slide01 .left:after {
  height: 25%;
}
div#slide01.down .left:after {
  height: 50%;
}
div#slide01.visible .left:after {
  height: 25%;
}
div#slide02 .left:after {
  height: 50%;
}
div#slide02.down .left:after {
  height: 75%;
}
div#slide02.visible .left:after {
  height: 50%;
}
div#slide03 .left:after {
  height: 75%;
}
div#slide03.down .left:after {
  height: 100%;
}
div#slide03.visible .left:after {
  height: 75%;
}
div#slide04 .left:after {
  height: 100%;
}
div#slide04.visible .left:after {
  height: 100%;
}
#arrow-down {
  animation: bounceDown 2s infinite ease-in-out;
  transform-origin: center;
  position: fixed;
  z-index: 9999;
  top: calc(100vh - 34px);
  left: 24px;
}
@media screen and (max-width: 720px) {
  #arrow-down {
    top: calc(100vh - 128px);
    left: calc(50% - 12px);
  }
}
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  top: 0;
  left: 0;
  background-color: #3B382B;
}
#loading #logo-animated {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 384px;
  height: auto;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#loading #logo-animated.show-logo {
  animation: bounceIn 0.6s ease forwards;
}
#loading #logo-animated.expand-logo {
  animation: logoExpand 1.5s ease forwards;
}
@media screen and (max-width: 720px) {
  #loading {
    display: none!important;
  }
}
.paginator {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
}
.paginator.cultura {
  display: none;
}
.paginator .progress {
  width: 80px;
  height: 2px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #3b382b24;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 25% 100%;
  transition: background-size 0.4s ease-in-out;
}
@media screen and (max-width: 720px) {
  .paginator .progress {
    margin-right: auto;
  }
}
.paginator .slider-counter {
  font-weight: 400;
  color: #3B382B;
  font-size: 14px;
  font-family: 'SeasonSansR';
  line-height: 120%;
}
.paginator .slider-counter span#current {
  padding-right: 3px;
}
.paginator .slider-counter span#total {
  padding-left: 3px;
  display: inline-block;
}
.paginator button.arrow {
  background: none;
  border: none;
  font-size: 20px;
  padding-inline: 3px;
  color: #3B382B;
}
@media screen and (max-width: 720px) {
  .paginator {
    margin-top: 20px;
  }
  .paginator.cultura {
    display: flex;
    padding: 0 16px 46px;
  }
  .paginator.cultura .slider-counter,
  .paginator.cultura button.arrow {
    color: #FFF;
  }
  .paginator.cultura .progress {
    background-color: #ffffff33;
    background-image: linear-gradient(to right, white, white);
  }
}
.bg-fader {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: -100px 0px;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
  /* sobre el fondo, debajo del contenido */
}
.bg-fader.fade-in {
  opacity: 1;
}
.bg-game {
  transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;
  position: relative;
  z-index: 9;
}
body.light .bg-game {
  background-color: #FFF;
}
body.light .bg-game section.services .title-section {
  border-color: #3B382B;
  color: #3B382B;
}
body.light .bg-game section.services .title-section:before {
  background-color: #3B382B;
}
body.light .bg-game section.services .left .title-services h2 {
  color: #3B382B;
}
body.light .bg-game section.services .left .items .tab {
  background-color: transparent;
  border-color: #3B382B;
}
body.light .bg-game section.services .left .items .tab.active {
  background: transparent;
  color: #3B382B;
}
body.light .bg-game section.services .left .items .tab:after {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.5H0V5.5H5.5V0H6.5V5.5H12V6.5H6.5V12H5.5V6.5Z' fill='%233B382B'/%3E%3C/svg%3E") top left no-repeat;
}
body.light .bg-game section.services .left .items .tab span {
  color: #3B382B;
}
body.light .bg-game section.services .right {
  border-color: #3B382B80;
}
body.dark .bg-game {
  background-color: #3B382B;
}
body.dark .bg-game section.casos .border-bottom {
  border-color: #FFF !important;
}
body.dark .bg-game section.casos .caso {
  border-color: #FFF;
}
body.dark .bg-game section.casos .caso .col-md-6.image:first-child,
body.dark .bg-game section.casos .caso .col-md-6.txt:first-child {
  border-color: #FFF;
}
body.dark .bg-game section.casos .caso .content-text {
  color: #FFF;
}
body.dark .bg-game section.casos .caso .content-text p,
body.dark .bg-game section.casos .caso .content-text .categoria {
  color: #FFF;
}
body.dark .bg-game section.casos .caso .content-text .logo img {
  filter: invert(1) brightness(2);
}
body.dark .bg-game section.casos .caso:hover .content-text .logo img {
  filter: none;
}
body.dark .bg-game section.people .title-section {
  border-color: #FFF;
  color: #FFF;
}
body.dark .bg-game section.people .title-section:before {
  background-color: #FFF;
}
body.dark .bg-game section.people .tile {
  border-color: #FFF;
}
body.dark .bg-game section.people .tile .person .front h3,
body.dark .bg-game section.people .tile .person .front p.rol {
  color: #FFF;
}
body.dark .bg-game section.services .left .accordion .accordion-item .accordion-button {
  background: #3B382B;
  color: #FFF;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceDown {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes logoExpand {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(20);
  }
}
@keyframes fadeOutZoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
p.go-down {
  margin-top: 50px;
  font-size: 12px;
  color: #000;
}
p.go-down svg {
  vertical-align: text-top;
  margin-right: 2px;
}
body.lock-scroll {
  overflow: hidden;
}
.slider-animacion {
  width: 100%;
  height: 100vh;
}
.slider-animacion .slick-slide,
.slider-animacion .slick-slide > div {
  width: 100%;
  height: 100vh;
}
