/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/

@import "./css/variables.css";

/*********************************\
              GENERAL
\*********************************/

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* Loader */

#Wrapper {
  opacity: 0;
  transition: none;
}

body a:not(.button):not(.sub-menu a)::after {
  bottom: 2px;
}

#back_to_top i {
  color: var(--blanco);
}

/* Estilos para la animación de títulos */
.mask {
  overflow: hidden;
  display: block;
  line-height: 1.14;
}

.line-inner {
  display: inline-block;
  position: relative;
}

/* Asegurar que el texto con gradiente mantiene su estilo */
.line-inner .gradient-text {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.validate_email_against_bot,
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}

#Wrapper aside.invbit-credits-column.invbit-credits-right {
  max-height: fit-content;
}

#menu-main-menu>li>a:not(.button)::after,
a:not(.button):not(.sub-menu a)::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 11px;
  left: 50%;
  background-color: #fff;
  transition: width 0.3s ease, left 0.3s ease;
}

#menu-main-menu>li>a:not(.button):hover::after,
a:not(.button):not(.sub-menu a):hover::after {
  width: 100%;
  left: 0;
}

:root {
  scrollbar-color: var(--principal) var(--blanco);
  scrollbar-width: thin;
}

.style-simple,
.style-simple .mfn-header-tmpl {
  --mfn-column-gap-bottom: 0;
  --mfn-column-gap-top: 0;
  --mfn-column-gap-right: 0;
  --mfn-column-gap-left: 0;
}

p:empty {
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.admin-bar .full-screen .section_wrapper {
  min-height: calc(100vh - 32px);
}

.section.has-video .section_video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.has-video .section_video video {
  top: unset;
  left: unset;
  height: 100%;
}

.section.has-video .section_video .mask {
  display: none;
}

.style-simple .responsiveWidth {
  max-width: calc(2 * var(--halfSection));
}

.mobile-side-slide {
  overflow-x: clip !important;
}

.section_wrapper,
.container {
  box-sizing: border-box;
  padding-left: 33px;
  padding-right: 33px;
}

#Content {
  min-height: 74vh;
}

.slick-list {
  width: 100%;
}

.slick-track {
  display: flex !important;
  gap: 1rem;
}

h1 {
  font-size: var(--size-h1);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.12px;
}

.small h1 {
  font-size: var(--size-h1-small);
}

h2 {
  font-size: var(--size-h2);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2.12px;
}

h3 {
  font-size: var(--size-h3);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1.4px;
}

h4 {
  font-size: var(--size-h4);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.96px;
}

h5 {
  font-size: var(--size-h5);
  line-height: 1.2;
  font-weight: 600;
}

h6 {
  font-size: var(--size-h6);
  line-height: 1.2;
  font-weight: 600;
}

body,
p {
  font-size: var(--size-p);
  line-height: 1.6;
  font-weight: 400;
}

p {
  letter-spacing: -0.72px;
  text-wrap: balance;
}

.fw600 {
  font-weight: 600;
}

.lead,
.big {
  font-size: var(--size-plead);
  line-height: 1.6;
  font-weight: 500;
}

.small {
  font-size: var(--size-psmall);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.532px;
}

a:hover {
  text-decoration: none;
}

.decorative {
  font-family: var(--font-decorative);
}

.principal {
  color: var(--principal);
}

.secundario {
  color: var(--secundario);
}

.blanco {
  color: var(--blanco);
}

.negro {
  color: var(--negro);
}

#Wrapper .column_heading {
  text-wrap: balance;
}

.flexColumn>.mcb-wrap-inner {
  flex-direction: column;
}

.place-items-center>.mcb-wrap-inner {
  place-items: center;
}

.nowrap>.mcb-wrap-inner {
  flex-wrap: nowrap;
}

.fr-auto>.mcb-wrap-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}

.gap-64>.mcb-wrap-inner {
  gap: 64px;
}

.gap-1-rem>.mcb-wrap-inner {
  gap: 1rem;
}

.gap-2-rem>.mcb-wrap-inner {
  gap: 2rem;
}

.button {
  font-size: var(--size-p);
}

.overflow-hidden {
  overflow: hidden;
}

.search-content span.date {
  font-size: 1rem;
  font-weight: 500;
  color: #006793;
  text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
  .fr-auto>.mcb-wrap-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .gap-64>.mcb-wrap-inner {
    gap: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .fr-auto>.mcb-wrap-inner {
    grid-template-columns: 1fr;
  }

  .nowrap>.mcb-wrap-inner {
    flex-wrap: wrap;
  }
}

.br-24 img,
.br-24 .image_wrapper {
  border-radius: 24px;
}

/* .br-full {
  border-radius: 100vmax;
} */

/*********************************\
            COMPLIANZ
\*********************************/
/* Cookies button */
body #cmplz-manage-consent .cmplz-manage-consent {
  background: var(--blanco);
  right: unset !important;
  left: 10px;
  font-size: 0px;
  color: var(--negro) !important;
  bottom: 10px !important;
  padding: 0 !important;
  min-width: 1px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
  content: "";
  background: transparent url(imagenes/icono-ajustes.svg) center center / contain no-repeat;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* Cookies banner */
#cmplz-cookiebanner-container .cmplz-body {
  scrollbar-width: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  grid-row-gap: 5px;
  padding: 20px;
}

#cmplz-cookiebanner-container .cmplz-header {
  display: none;
}

#cmplz-cookiebanner-container p {
  margin: 0;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn {
  letter-spacing: 0;
  font-size: var(--size-psmall) !important;
  line-height: 1.2 !important;
  text-transform: none;
  justify-content: center;
  height: auto;
}

#cmplz-cookiebanner-container .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 5px;
}

#cmplz-cookiebanner-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
#cmplz-cookiebanner-container .cmplz-categories .cmplz-category .cmplz-description>span {
  font-size: var(--size-psmall);
  line-height: 1;
}

#cmplz-cookiebanner-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: 10px;
  line-height: 1;
}

/* Complianz documents */
.page-id-209 #cmplz-document,
.page-id-807 #cmplz-document,
.page-id-808 #cmplz-document,
.page-id-557 #cmplz-document {
  padding: 8rem 0;
}

#cmplz-document {
  max-width: 100%;
  padding: 40px 0;
}

div#cmplz-document p {
  text-wrap: unset;
}

#cmplz-document p,
#cmplz-document ul,
#cmplz-document ul li {
  font-size: var(--size-p);
  color: #3c3c3f;
}

#cmplz-document ul li {
  font-size: 1rem;
  margin-left: 1rem;
}

#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4 {
  letter-spacing: 0px;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

#cmplz-document h2 {
  font-size: var(--size-h2);
  margin-top: 60px;
}

#cmplz-document h2:first-child {
  margin-top: 0;
}

#cmplz-document h3 {
  font-size: var(--size-h3);
}

#cmplz-document h4 {
  font-size: var(--size-h4);
}

div#cmplz-message-1-optin {
  text-align: center;
}

div#cmplz-message-1-optin img {
  max-width: 200px;
  margin-bottom: 1rem;
  text-align: center;
}

div#cmplz-message-1-optin p:last-child {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0.9rem 0;
}

details.cmplz-category {
  background-color: transparent !important;
  border: 1px solid #ffffff63;
  border-radius: 4px;
}

button.cmplz-btn {
  border-radius: 100vmax !important;
}

.cmplz-buttons {
  margin: 0 0 1rem;
}

.cmplz-links.cmplz-documents a {
  color: #bbbcbe !important;
}

.cmplz-links.cmplz-documents a:after {
  display: none;
}

/*********************************\
              HEADER
\*********************************/
a.logo-wrapper::after {
  display: none;
}

header#mfn-header-template {
  background-color: #fcfcfc;
}

.header-top>.section_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  justify-content: center;
  justify-items: center;
}

header ul#menu-main-menu,
header ul#menu-main-menu-1 {
  flex-wrap: nowrap;
}


#menu-main-menu-1>li {
  padding-block: 2rem;
}

#menu-main-menu-1>li {
  padding-block: 2rem;
}

#Wrapper #menu-main-menu-1 ul.sub-menu.mfn-submenu {
  left: -18px;
  top: 57px;
  box-shadow: 4px 4px 4px #00000021;
  border: 1px solid #f0f1f4;
  min-width: max-content;
  border-radius: 8px;
}

.header-top>.section_wrapper>.wrap {
  width: 100%;
}

header form.form-searchform input[type="text"] {
  border: 0;
  background-color: unset;
  box-shadow: unset;
  max-width: 30px;
}

header .form-searchform i.icon-search-fine {
  transition: all 0.3s ease;
}

header .form-searchform i.icon-search-fine:hover::before {
  font-weight: bold;
}

#menu-main-menu a:hover span,
#menu-main-menu-1 a:hover span {
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#menu-main-menu>li>a::after,
#menu-main-menu-1>li>a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -5px;
  left: 50%;
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  transition: width 0.3s ease, left 0.3s ease;
}


#menu-main-menu>li>a:hover::after,
#menu-main-menu-1>li>a:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {

  #Wrapper header .logo,
  #Wrapper header .search {
    max-width: 200px;
  }
}

#menu-main-menu>.menu-item>a.mfn-menu-link {
  padding-block: 1rem;
}

/* submenu */
#menu-main-menu ul.sub-menu.mfn-submenu {
  left: -20px;
  top: 40px;
  box-shadow: 4px 4px 4px #00000021;
  border: 1px solid #f0f1f4;
  min-width: max-content;
  border-radius: 8px;
}

#menu-main-menu ul.sub-menu.mfn-submenu ul.sub-menu.mfn-submenu {
  left: 6px;
  top: 40px;
}

#menu-main-menu .mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-link {
  align-items: center;
  padding: 1rem;
}

#menu-fullwidth-menu .current_page_item span.menu-label {
  -webkit-text-fill-color: unset;
}


.current_page_item span.menu-label {
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 600;
}

/* sidebar menu */

a.mfn-sidemenu-closebutton {
  content: url(/wp-content/uploads/2025/05/cerrar.svg);
}

div#mfn-sidemenu-tmpl-715 {
  min-height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  overflow-y: hidden;
}

.mfn-sidemenu-tmpl .column_header_logo img {
  position: absolute;
  bottom: -120px;
  max-width: 200px;
}

.mfn-sidemenu-tmpl .search_wrapper input[type="text"] {
  border-radius: 100vmax;
  min-height: 60px;
  color: #fff;
  font-size: 1.1rem;
  max-width: 240px;
  border: rgba(253, 253, 252, 0.1);
  background: rgba(253, 253, 252, 0.1);
  backdrop-filter: blur(36px);
  background: linear-gradient(90deg, #83abd761 0%, #006793a1 100%);
}

.column_header_search .search_wrapper .icon_search {
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.menu-item,
.menu-item * {
  line-height: 1;
}

.mfn-sidemenu-tmpl .menu-item {
  overflow: hidden;
}

.mfn-sidemenu-menu {
  flex-direction: column;
  row-gap: 0.75rem;
  max-width: fit-content;
}

.mfn-sidemenu-closebutton {
  content: url(/wp-content/uploads/2025/05/cerrar.svg);
}

.column_sidemenu_menu a::after {
  display: none;
}

.column_sidemenu_menu a.outer-menu-sub {
  color: #fff;
}

.rrss a:after {
  display: none;
}

@media only screen and (min-width: 1024.9px) {
  /* header .sidebar-menu {
        display: none;
    } */
}

@media only screen and (max-width: 1024px) {
  .header-top>.section_wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
  }

  header .sidebar-menu {
    display: block;
  }

  header .menu,
  .mfn-header-tmpl .column_header_search {
    display: none;
  }

  #Wrapper .logo>.mcb-wrap-inner {
    justify-content: start;
  }

  #Wrapper .search>.mcb-wrap-inner {
    justify-content: end;
  }
}

@media only screen and (max-width: 768px) {
  .mfn-sidemenu-tmpl .column_header_logo img {
    bottom: -90px;
    max-width: 180px;
  }

  .mfn-sidemenu-tmpl-builder {
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: hidden !important;
  }

  .mfn-sidemenu-tmpl .search_wrapper input[type="text"] {
    min-height: 50px;
    font-size: 1rem;
    max-width: 220px;
  }
}

/*********************************\
              FOOTER
\*********************************/
footer a:not(.button):not(.sub-menu a)::after {
  bottom: -6px;
}

#Wrapper #mfn-footer-menu a,
footer .mfn-footer-menu a {
  padding: 0;
}

footer .mfn-footer-menu {
  gap: 1rem;
}

#Wrapper #mfn-footer-menu {
  display: flex;
  gap: 1.5rem;
}

#mfn-footer-template .section_wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 0;
}

body .mfn-footer-tmpl .mcb-section:not(.full-width) {
  max-width: 100%;
}

body #back_to_top.sticky {
  bottom: 10px;
  right: 10px !important;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

body #back_to_top.sticky:before {
  content: none;
}

/*Kit digital*/
body #mfn-footer-template .financiacion {
  display: grid;
  grid-template-columns: 1fr 1fr 5fr;
  gap: 20px;
  text-align: left;
  align-items: center;
}

body #mfn-footer-template .financiacion>div {
  line-height: 0;
}

body #mfn-footer-template .financiacion>div img {
  max-height: 50px;
  width: auto;
}

body #mfn-footer-template .financiacion>div p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  body #mfn-footer-template .financiacion {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 5px;
  }

  body #mfn-footer-template .financiacion>div:last-child {
    grid-column: 1 / span 2;
  }
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  line-height: 1.2;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  font-size: 26px;
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  #mfn-footer-template .section_wrapper {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  #mfn-footer-template .column_footer_logo .logo-wrapper {
    justify-content: center;
  }

  #Wrapper .mfn-footer-menu {
    display: flex;
    gap: 1rem;
  }

  #Wrapper .mfn-footer-menu a {
    padding: 0;
  }
}

/*********************************\
              INICIO
\*********************************/

/* hero section */
.video-hover video {
  max-height: 760px;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

.video-hover .column_button {
  position: absolute;
  right: 64px;
  bottom: 64px;
  max-width: 154px;
}

@media only screen and (max-width: 768px) {
  .video-hover .column_button {
    right: 16px;
    bottom: 16px;
  }
}

.gradient-text {
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradient-text.orange {
  background: linear-gradient(92deg,
      rgba(251, 189, 117, 0) 32.4%,
      #fbbd75 67.53%),
    #83abd7;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text.orange.only {
  background: linear-gradient(92deg, #83abd7 7.4%, #fbbd75 25.53%), #fbbd75;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 500px) {
  #Wrapper .hero .column_image {
    width: 100%;
    max-width: 200px;
  }
}

/* cards slide */
.cards-swiper {
  width: 100%;
  overflow: hidden;
}

.cards-swiper .swiper-wrapper {
  width: 100%;
}

.cards-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-content {
  min-height: 230px;
}

.card-image {
  margin-bottom: 2.2rem;
}

.cards-slider-container .card-btn {
  background-color: #006793;
}

.cards-slider-container .card-btn:hover {
  background-color: #003f5a;
}

@media only screen and (max-width: 500px) {
  .card-image {
    margin-bottom: 0;
  }
}

.card-image .image_wrapper {
  /* width: 100%; */
  /* aspect-ratio: 16/9; */
  overflow: hidden;
  border-radius: 32px;
  max-height: 61dvh;
  min-width: 100%;
  object-fit: cover;
}

.card-image .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.cards-titles {
  margin-bottom: 1.6rem;
  position: relative;
}

.cards-titles .column_attr {
  display: flex;
  column-gap: 1rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbcbe;
  position: relative;
}

.border-indicator {
  min-height: 2px;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  transform-origin: left;
  will-change: width, transform;
}

.cards-titles .title {
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  margin: 0;
  font-size: clamp(1.3rem, 3vw, 2.15rem);
}

.card-text {
  display: none;
  max-width: 700px;
  margin: 0 auto;
  color: #54555a;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

.card-text>p {
  margin-bottom: 24px;
}

.card-text.activo {
  display: block;
}

.cards-swiper .swiper-button-next,
.cards-swiper .swiper-button-prev {
  cursor: none !important;
}

.cards-swiper .card-text {
  display: none;
}

.cards-swiper .swiper-slide-active .card-text {
  display: block;
}

.cards-swiper,
.swiper-wrapper,
.swiper-slide {
  min-height: 300px;
}

.custom-cursor {
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  border-radius: 100vmax;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* mix-blend-mode: difference; */
}

.cards-swiper:hover .custom-cursor {
  opacity: 1;
}

/* cards slide. END */

/* slider presentaciones */
.slider-presentaciones {
  position: relative;
  padding: 40px 0;
  /* overflow: hidden; */
}

.slider-presentaciones .swiper-wrapper {
  align-items: center;
}

.slider-presentaciones .swiper-slide {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  transition: all 0.3s;
}

.slider-presentaciones .slick-slide>.mcb-wrap-inner {
  border-radius: 24px;
}

.slider-presentaciones .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.swiper {
  min-width: 100%;
}

.slider-presentaciones .swiper-button-next,
.slider-presentaciones .swiper-button-prev {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slider-presentaciones .swiper-button-next:after,
.slider-presentaciones .swiper-button-prev:after {
  font-size: 18px;
}

.slider-presentaciones .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: unset;
  will-change: transform;
  transition: all 0.3s ease;
}

.slider-presentaciones .slick-arrow:hover {
  background-color: #01517312;
  transform: scale(1.1);
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #b9b9b98f;
}

.slider-presentaciones .slick-arrow.slick-prev {
  left: -100px;
}

.slider-presentaciones .slick-arrow.slick-next {
  right: -100px;
}

/* slider presentaciones. END */

.experiencias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
  text-align: center;
}

.experiencia-item .gradient-text {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1.04px;
}

.experiencia-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.25rem;
}

.experiencia-item p {
  margin: 0;
}

.experiencia-item p:nth-child(2) {
  max-width: 280px;
}

@media only screen and (max-width: 768px) {
  .experiencias {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 550px) {
  .experiencias {
    gap: 1rem 1rem;
  }

  .experiencia-item .gradient-text {
    font-size: 1.25rem;
  }

  .experiencia-item p:nth-child(2) {
    font-size: 1.1rem;
  }
}

/* horizontal product slider */
.slider-product-cards a:after {
  display: none;
}

@media only screen and (max-width: 1920px) {
  #Wrapper .slider-product-cards>.mcb-wrap-inner {
    margin-left: calc((100vw - 810px) / 2);
  }

  #Wrapper .productos .slider-product-cards>.mcb-wrap-inner {
    margin-left: calc((100vw - 1370px) / 2);
  }
}

.product-card a.title_link:after {
  display: none;
}

.slider-product-cards {
  overflow: visible;
  width: 100vw;
  position: relative;
}

.slider-product-cards>.mcb-wrap-inner {
  padding-top: 10rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
}

.slider-track {
  display: flex;
  will-change: transform;
}

.slider-product-cards .product-card {
  flex: 0 0 25vw;
  min-width: 300px;
  cursor: pointer;
  will-change: transform;
}

#Wrapper .product-card .mfn-img-box img {
  border-radius: 34px;
}

.slider-product-cards .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.slider-product-cards .swiper-slide {
  height: auto;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.slider-product-cards .swiper-pagination {
  bottom: -30px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.slider-product-cards .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--principal);
  opacity: 0.3;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
}

.slider-product-cards .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-product-cards .swiper-button-next,
.slider-product-cards .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: var(--principal);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slider-product-cards .swiper-button-next:after,
.slider-product-cards .swiper-button-prev:after {
  font-size: 20px;
  color: var(--blanco);
}

.slider-product-cards .swiper-button-next {
  right: 10px;
}

.slider-product-cards .swiper-button-prev {
  left: 10px;
}

.slider-product-cards .swiper-button-next:hover,
.slider-product-cards .swiper-button-prev:hover {
  background: var(--secundario);
}

#Wrapper .product-video-hover,
#Wrapper .product-video-hover .content_video,
#Wrapper .product-video-hover .section_video,
#Wrapper .product-video-hover video {
  /* min-height: 73vh; */
  object-fit: cover;
  border-radius: 24px;
  height: 100%;
}

#Wrapper .product-card>.mcb-wrap-inner,
#Wrapper .product-card .product-video-hover {
  max-height: 700px;
  min-height: 700px;
}

.product-video-hover {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
}

.product-card .column_image.mfn-column-absolute img {
  min-width: 100%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 24px;
}

@media only screen and (min-width: 1920.9px) {
  #Wrapper .section.full-width:not(.sticky-animation, .video-hover)>.section_wrapper {
    max-width: 1920px !important;
    margin: auto;
  }

  .slider-product-cards .product-card {
    flex: 0 0 25vw;
  }

  .product-card .column_image.mfn-column-absolute img {
    min-height: 63dvh;
  }

  #Wrapper .product-card>.mcb-wrap-inner,
  #Wrapper .product-card .product-video-hover {
    max-height: 63dvh;
    min-height: 63dvh;
  }

  .slider-product-cards .pinned-slider-dots {
    position: absolute;
    left: 50%;
    bottom: -110px;
    transform: translateX(-50%);
  }

  .productos .pinned-slider-dots {
    bottom: -90px;
  }
}

@media only screen and (min-width: 1200.9px) and (max-width: 1920px) {
  .slider-product-cards .product-card {
    flex: 0 0 33vw;
  }
}

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

  /* #Wrapper .slider-product-cards .product-card > .mcb-wrap-inner,
  #Wrapper .product-card .column_image.mfn-column-absolute img,
  #Wrapper .product-video-hover,
  #Wrapper .product-video-hover .content_video,
  #Wrapper .product-video-hover .section_video,
  #Wrapper .product-video-hover video {
    min-height: 760px;
    max-height: 760px;
  } */
  #Wrapper .product-card>.mcb-wrap-inner,
  #Wrapper .product-video-hover,
  #Wrapper .product-video-hover .mcb-item-video-inner {
    border-radius: 34px;
  }

  #Wrapper .product-card .column_image:last-child {
    height: fit-content;
    min-height: unset;
    max-height: 38px;
  }

  /* #Wrapper .product-card .column_image.mfn-column-absolute img {
    max-height: 760px;
  } */
}

@media only screen and (min-width: 1200.9px) {
  .pinned-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
  }

  .productos .pinned-slider-dots {
    bottom: -90px;
  }
}

@media only screen and (max-width: 1200px) {
  button.play-pause-button {
    max-width: 56px;
    max-height: 56px;
  }

  .slider-controls svg.play-pause-icon {
    min-width: 38px;
    min-height: 38px;
  }

  #Wrapper .product-card>.mcb-wrap-inner,
  #Wrapper .product-card .product-video-hover,
  .product-card .column_image.mfn-column-absolute img {
    max-height: 500px;
    min-height: 500px;
  }

  .slider-product-cards {
    margin: 4rem 0;
  }

  /* .slider-product-cards > .mcb-wrap-inner {
    flex-wrap: wrap;
  } */
  /* .slider-product-cards > .mcb-wrap-inner {
    overflow-x: scroll;
    padding-right: 2rem;
  }
  .scroll-track {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 6px;
    background: var(--light-gray);
    border-radius: 3px;
    overflow: hidden;
    transform: translateZ(0);
    background: rgba(253, 253, 252, 0.2);
    backdrop-filter: blur(36px);
  }

  .scroll-thumb {
    position: absolute;
    height: 100%;
    background: var(--primary);
    border-radius: 3px;
    width: 0;
    left: 0;
    transition: background-color 0.3s ease;
    will-change: transform;
    transform: translateZ(0);
    background: rgba(253, 253, 252, 0.2);
  } */
}

@media only screen and (min-width: 768.9px) and (max-width: 1200px) {
  .slider-product-cards .product-card {
    flex: 0 0 50vw;
  }
}

/* @media only screen and (max-width: 1024px) {
  .slider-product-cards {
    min-width: 100vw;
    overflow: scroll;
  }
} */

@media (max-width: 768px) {
  .slider-product-cards .product-card {
    flex: 0 0 33vw;
  }

  .slider-product-cards .product-card {
    min-width: 389px;
  }

  .product-card>.mcb-wrap-inner>.mfn-column-absolute,
  .slider-product-cards .product-card .image_wrapper a img {
    min-height: 400px;
    max-height: 400px;
  }

  #Wrapper .product-card img,
  .product-card .column_image.mfn-column-absolute img {
    max-height: 400px;
  }

  #Wrapper .product-card .svg.mfn-img-box img {
    min-height: 38px;
    max-height: 38px;
  }

  #Wrapper .black .slider-controls {
    bottom: -24px;
  }
}

@media (max-width: 500px) {
  .slider-product-cards .product-card {
    flex: 0 0 100vw;
  }

  .product-card .column_image.mfn-column-absolute img {
    max-height: 63vh;
  }

  .product-card>.mcb-wrap-inner,
  .product-video-hover,
  .product-video-hover .content_video,
  .product-video-hover .section_video,
  .product-video-hover video {
    min-height: 63vh;
  }

  #Wrapper .black .slider-controls {
    bottom: -30px;
  }

  .slider-product-cards .product-card {
    min-width: 393px;
    max-width: 393px;
  }

  /* .slider-product-cards,
  .slider-product-cards > .mcb-wrap-inner {
    overflow: visible !important;
  } */
}

/* row antes y después */
.antes-y-despues img {
  border-radius: 30px;
}

.antes-y-despues {
  max-width: 1420px;
}

/* .antes-y-despues > .mcb-wrap-inner {
  z-index: -1;
} */

/* slider fases */
.slider-fases {
  max-width: 1920px;
  margin: 0 auto;
}

.slider-fases .fase-item .image_frame .image_wrapper {
  border-radius: 24px;
}

.slider-fases .title {
  transition: all 0.3s ease;
}

.slider-fases .slick-active h3.title {
  filter: drop-shadow(0px 0px 0px #fff) drop-shadow(0px 0px 0px #ff4016) drop-shadow(0px 0px 0px #ffd9ba) drop-shadow(0px 0px 3px #ffd9ba) drop-shadow(0px 0px 0px #ffce65);
  max-width: fit-content;
}

.slider-fases .slick-arrow {
  position: absolute;
  bottom: -70px;
  padding: 0;
  background-color: #3c3c3f;
  min-height: 38px;
  min-width: 38px;
}

.slider-fases .slick-prev {
  right: 59px;
}

.slider-fases .slick-next {
  right: 0;
}

/* slider equipo */

/* .slider-equipo {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
}

.slider-equipo .swiper-wrapper {
    display: flex;
    width: 100%;
}

.slider-equipo .equipo-item {
    flex: 0 0 auto;
    width: 276px;
    margin-right: 24px;
}

.slider-equipo .image_wrapper {
    border-radius: 24px;
    overflow: hidden;
}

.slider-equipo .swiper-button-next,
.slider-equipo .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: var(--principal);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.slider-equipo .swiper-button-next:after,
.slider-equipo .swiper-button-prev:after {
    font-size: 20px;
    color: var(--blanco);
    font-weight: bold;
}

.slider-equipo .swiper-button-next {
    right: 0;
}

.slider-equipo .swiper-button-prev {
    left: 0;
}

.slider-equipo .swiper-button-next:hover,
.slider-equipo .swiper-button-prev:hover {
    background: var(--secundario);
}

.slider-equipo .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

@media (max-width: 767px) {
    .slider-equipo {
        padding: 0 40px;
    }

    .slider-equipo .equipo-item {
        width: 210px;
    }
} */

/* slider servicios */
.slider-equipo {
  position: relative;
  width: 100%;
}

.slider-equipo .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-equipo .equipo-item .image_frame,
.slider-equipo .equipo-item .image_wrapper,
.slider-equipo .equipo-item img {
  min-width: 99%;
  border-radius: 36px;
  object-fit: cover;
}

/*********************************\
             CONTACTO
\*********************************/
body .wpcf7-form [type="submit"] {
  width: 100%;
  margin: 0 !important;
}

body .wpcf7-form .wpcf7-spinner {
  margin: 5px 0 0 -12px;
  left: 50%;
}

body .wpcf7-form .form-legal p {
  font-size: 0.7em;
  line-height: 1.5em;
  opacity: 0.7;
  padding: 0;
  text-align: justify;
}

body .wpcf7-form input[name="politica"]+span {
  font-weight: 500;
}

body .column_cf7 input[type="checkbox"] {
  min-height: 0px;
  max-width: fit-content;
}

body .wpcf7-list-item {
  margin: 0;
}

body input[type="checkbox"],
body input[type="radio"] {
  accent-color: var(--principal);
}

#Wrapper .column_icon_box_2 a:not(.button) {
  color: #0d0d0d;
}

#Wrapper .column_icon_box_2 a::after {
  display: none;
}

#Wrapper .info-box>.mcb-column-inner {
  border: 1px solid #0d0d0d59;
}

.info-box>.mcb-column-inner {
  min-height: 100%;
  place-items: center;
  place-content: center;
}

.formulario-contacto {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 24px;
}

.formulario-contacto label {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.formulario-contacto input:not([type="submit"]),
.formulario-contacto textarea {
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 2px solid #0d0d0dd4;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -2.12px;
  color: #0d0d0d;
  transition: all 0.3s ease;
  box-shadow: none;
  position: relative;
}

.formulario-contacto input:not([type="submit"]):focus,
.formulario-contacto textarea:focus {
  outline: none;
  border-bottom-color: transparent;
  background-color: transparent;
  border-radius: 4px;
  padding: 1rem 0;
}

.formulario-contacto input:not([type="submit"])::after,
.formulario-contacto textarea::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #006793;
  transition: width 0.3s ease;
}

.formulario-contacto .floating-label {
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -2.12px;
  color: #0d0d0d;
  pointer-events: none;
  transition: all 0.3s ease;
}

.formulario-contacto input:focus+.floating-label,
.formulario-contacto textarea:focus+.floating-label,
.formulario-contacto input:not(:placeholder-shown)+.floating-label,
.formulario-contacto textarea:not(:placeholder-shown)+.floating-label {
  top: -0.5rem;
  font-size: 1rem;
  color: #006793;
}

.formulario-contacto input::placeholder,
.formulario-contacto textarea::placeholder {
  opacity: 0;
}

/* Formulario de contacto */
.formulario-contacto label.validate_email_against_bot {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.formulario-contacto label.validate_email_against_bot input {
  display: none !important;
}

@media only screen and (max-width: 500px) {
  .formulario-contacto {
    gap: 0;
  }
}

/* social icons */
.social svg {
  width: 100%;
  stroke: url(#LIN);
}

.social svg path:not(#facebook) {
  display: none;
}

/*********************************\
         PÁGINAS INTERNAS
\*********************************/
/* Nosotros */
.big h1.title,
.row-valores h2.title {
  font-size: clamp(4rem, 7.6vw, 7.6rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -4.8px;
}

.scroll-down>.mcb-wrap-inner {
  max-width: 38px;
  margin: auto;
}

.scroll-down-btn {
  overflow: visible;
}

/* video */
.video-about video {
  min-height: 100dvh;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .video-about video {
    min-height: 50dvh;
  }
}

/* row valores */
.row-valores .valor-box {
  max-width: 450px;
}

/* .valor-heading {
  max-width: fit-content;
} */

.valor-container {
  min-height: 600px;
}

@media only screen and (max-width: 768px) {
  .valor-container {
    min-height: 500px;
  }
}

.valor-container>.mcb-wrap-inner {
  flex-direction: column;
  justify-content: space-around;
}

.valor-container:nth-child(odd)>.mcb-wrap-inner {
  align-items: flex-start;
}

.valor-container:nth-child(even)>.mcb-wrap-inner {
  align-items: flex-end;
}

.valor-heading h2 {
  text-align: center;
}

/* slider nosotros */
.slider-nosotros .slick-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 0;
  min-width: 38px;
  min-height: 38px;
}

.slider-nosotros .slick-arrow {
  top: -90px;
  bottom: unset;
  min-width: 38px;
  min-height: 38px;
  max-height: 38px;
  max-width: 38px;
}

@media only screen and (max-width: 838px) {
  .slider-nosotros .slick-arrow {
    top: 30px;
  }
}

@media only screen and (max-width: 425px) {
  #Wrapper .slider-nosotros .slick-arrow {
    top: 16px;
  }

  #Wrapper .modal-slider .slick-arrow,
  #Wrapper .slider-nosotros .slick-arrow,
  #Wrapper .slider-nosotros .slick-arrow img {
    max-width: 28px;
    max-height: 28px;
    min-width: 28px;
    min-height: 28px;
  }

  #WRapper .slider-nosotros .slick-next.slick-arrow {
    right: 16px;
  }

  #Wrapper .slider-nosotros .slick-prev.slick-arrow {
    right: 62px;
  }
}

/* faqs */
#Wrapper .faqs .mfn-acc.accordion_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#Wrapper .faqs .title {
  color: #000;
  box-shadow: unset;
  padding-left: 80px;
  padding-block: 2rem;
  line-height: 1.2;
}

#Wrapper .faqs .accordion .question>.title>.acc-icon-plus,
#Wrapper .faqs .accordion .question>.title>.acc-icon-minus {
  position: static;
}

#Wrapper .faqs .question {
  border: 1px solid #f0f1f4;
  border-width: 0 0 1px 0;
  padding-block: 2rem;
}

#Wrapper .faqs .accordion .question .title>.acc-icon-minus:before,
#Wrapper .faqs .accordion .question>.title>.acc-icon-plus:before {
  margin: 0 !important;
  min-width: 38px;
  background-color: #f0f1f4;
  border-radius: 100vmax;
  min-height: 38px;
  place-content: center;
}

#Wrapper .faqs .style-simple .accordion .question.active:after {
  display: none !important;
}

#Wrapper .faqs .title {
  padding-left: 0;
  padding-block: 0;
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2rem;
  font-size: clamp(1.4rem, 2.7vw, 2.2rem);
}

#Wrapper .faqs .question.active .title {
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 1100px) {
  #Wrapper .faqs.no-imagen .answer {
    left: calc((100vw - 400px) / 2);
    max-width: 50vw;
    position: absolute;
    top: 20px;
    padding: 0;
  }

  #Wrapper .faqs.no-imagen .question.active {
    min-height: 180px;
  }
}

@media only screen and (max-width: 959px) {
  #Wrapper .faqs .question {
    padding-block: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  #Wrapper .faqs .answer {
    font-size: 1rem;
  }
}

/* Áreas */
.cover video {
  object-fit: cover;
}

/* marquee */
.logos-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logos-marquee .marquee-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logos-marquee .column {
  flex-shrink: 0;
  padding: 0 1rem;
}

.logos-marquee .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-marquee img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.logos-marquee:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* marquee. end */
@media only screen and (min-width: 1100.9px) {
  .hero.area>.section_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media only screen and (max-width: 1100px) {
  .hero.area>.section_wrapper {
    grid-template-columns: 1fr;
  }

  .hero.area video {
    max-height: 500px;
    width: 100%;
  }

  .hero.area .column_video {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .hero.area video {
    max-height: 350px;
  }

  .hero.area .column_video {
    margin-top: 1rem;
  }
}

/* slider audiovisuales */

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

  /* #Wrapper
    .section-slider-audiovisuales
    > .section_wrapper
    .pin-spacer
    > .wrap
    > .mcb-wrap-inner {
    margin-left: calc((100vw - 2890px) / 2) !important;
  } */
  .slider-audiovisuales.areas>.mcb-wrap-inner,
  .slider-audiovisuales.productos>.mcb-wrap-inner {
    margin-left: calc((100vw - 3300px / 2));
  }
}

@media only screen and (min-width: 768.9px) and (max-width: 1427.9px) {
  #Wrapper .section-slider-audiovisuales>.section_wrapper .pin-spacer>.wrap>.mcb-wrap-inner {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #Wrapper .section-slider-audiovisuales>.section_wrapper .pin-spacer>.wrap>.mcb-wrap-inner {
    padding-left: 1rem;
  }

  #Wrapper .slider-audiovisuales .audiovisual-item>.mcb-wrap-inner {
    min-height: 430px;
  }

  #Wrapper .slider-audiovisuales .audiovisual-item {
    min-width: 80vw;
  }

  #Wrapper .product-card>.mcb-wrap-inner,
  #Wrapper .product-card .product-video-hover {
    min-height: 400px;
    max-height: 400px;
  }
}

.audiovisual-item a.title_link:after {
  display: none;
}

.audiovisual-item {
  min-width: 644px;
}

.slider-product-cards .product-card .mcb-item-video-inner {
  height: 100%;
}

.pinned-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #54555a;
  backdrop-filter: blur(72px);
  cursor: pointer;
  padding: 0;
  border-radius: 100vmax;
}

.slider-controls {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.pinned-slider-dots {
  display: flex;
  gap: 1rem;
  z-index: 10;
  background-color: #f0f1f4;
  padding: 1rem 2rem;
  border-radius: 100vmax;
  min-height: 56px;
  align-items: center;
}

.play-pause-button {
  border: none;
  padding: 1rem;
  cursor: pointer;
  color: #54555a;
  border-radius: 100vmax;
  transition: all 0.3s ease;
  z-index: 11;
}

.play-pause-button .play-icon {
  width: 24px;
  height: 20px;
}

.black .play-pause-button,
.black .play-pause-button path {
  background-color: #54555a;
  color: #f0f1f4;
  fill: #f0f1f4;
}

/* .play-pause-button .pause-icon {
  display: none;
}

.play-pause-button.playing .play-icon {
  display: none;
}

.play-pause-button.playing .pause-icon {
  display: block;
} */

#Wrapper :not(.black) button.play-pause-button {
  background-color: #f0f1f4;
  color: #54555a;
}

#Wrapper :not(.black) button.play-pause-button svg path {
  fill: #54555a;
}

.section-slider-audiovisuales .pinned-slider-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/* slider audiovisuales. end */
/* tags */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  max-width: 390px;
  justify-content: flex-end;
}

.tags>.mcb-column-inner {
  place-items: end;
}

.tags-container .tag {
  background-color: transparent;
  border: 1px solid #3c3c3f;
  color: #f0f1f4;
  align-items: center;
  padding: 8px 24px;
  border-radius: 100vmax;
}

.tags-container .tag p {
  margin: 0;
  font-size: 13.3px;
  letter-spacing: -0.532px;
}

@media only screen and (max-width: 768px) {
  .tags {
    order: -1;
  }

  .row-tags .img-full .image_frame,
  .row-tags .img-full .image_wrapper,
  .row-tags .img-full img {
    min-width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 24px;
  }

  .row-tags .fr-auto>.mcb-wrap-inner {
    gap: 4rem;
  }
}

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

  .row-tags .img-full .image_frame,
  .row-tags .img-full .image_wrapper,
  .row-tags .img-full img {
    max-height: 300px;
  }
}

/* eventos */
#Wrapper .eventos {
  background-position: -190px 700px;
}

.eventos-container>.mcb-wrap-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8rem;
}

.eventos .mfn-icon-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.5rem;
}

.eventos .mfn-icon-box .title {
  text-align: left;
}

.eventos-container>.mcb-wrap-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 4rem;
}

.evento-item a::after {
  display: none;
}

@media only screen and (min-width: 768.9px) {
  .eventos-container .evento-item:last-child {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 768px) {
  .eventos-container>.mcb-wrap-inner {
    grid-template-columns: 1fr;
    gap: 4rem 0;
  }

  .eventos-container .evento-item {
    min-width: 100%;
  }

  .eventos-container .evento-item img {
    max-height: 390px;
    object-fit: cover;
  }

  #Wrapper .evento-item .column_image,
  #Wrapper .evento-item .image_frame,
  #Wrapper .evento-item .image_wrapper,
  #Wrapper .evento-item .image_frame img {
    min-width: 100%;
    object-fit: cover;
    border-radius: 24px;
  }
}

/* modal eventos */
div#mfn-popup-template-741>div,
div#mfn-popup-template-746>div,
div#mfn-popup-template-747>div {
  border-radius: 24px;
}

#mfn-popup-template-741 .mfn-popup-tmpl-content-wrapper,
#mfn-popup-template-741 .section_wrapper,
#mfn-popup-template-746 .mfn-popup-tmpl-content-wrapper,
#mfn-popup-template-746 .section_wrapper,
#mfn-popup-template-747 .mfn-popup-tmpl-content-wrapper,
#mfn-popup-template-747 .section_wrapper {
  padding: 0;
}

.mfn-popup-tmpl-content-wrapper {
  padding: 0 !important;
}

.mfn-popup-tmpl-content {
  max-width: 837px !important;
  width: 100% !important;
  border-radius: 24px;
}

.modal-slider .slick-arrow,
.slider-nosotros .slick-arrow {
  background-color: #fff;
}

.modal-slider .slick-list.draggable,
.slider-nosotros .slick-list.draggable {
  border-radius: 24px;
}

.modal-slider .slick-arrow,
.slider-nosotros .slick-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 0;
  min-width: 38px;
  min-height: 38px;
}

.modal-slider .slick-prev.slick-arrow,
.slider-nosotros .slick-prev.slick-arrow {
  right: 72px;
  z-index: 10;
}

/* hotspots */
.hotspot-item .mfn-icon-box {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  max-width: 300px;
}

.hotspot-item p.title.label,
#Wrapper .hotspot-item .icon-wrapper {
  margin: 0;
}

.hotspot-item {
  max-width: fit-content;
  position: absolute;
}

.hotspot-img .image_wrapper {
  border-radius: 100vmax;
  cursor: pointer;
}

.hotspot-item:nth-of-type(2) {
  top: 184px;
  left: 184px;
}

.hotspot-item:nth-of-type(3) {
  top: 134px;
  left: 597px;
}

.hotspot-item:nth-of-type(4) {
  top: 469px;
  right: 89px;
}

@media only screen and (max-width: 959px) {
  .hotspot-item:nth-of-type(2) {
    top: 91px;
    left: 91px;
  }

  .hotspot-item:nth-of-type(3) {
    top: 42px;
    left: unset;
    right: 20px;
  }

  .hotspot-item:nth-of-type(4) {
    top: unset;
    right: 149px;
    bottom: 40px;
  }

  .hotspot-item .mfn-icon-box {
    max-width: 243px;
  }

  .hotspot-item .mfn-icon-box img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .hotspot-item:nth-of-type(2) {
    top: 154px;
    left: 16px;
  }

  .hotspot-item:nth-of-type(4) {
    top: unset;
    right: 16px;
    bottom: 16px;
  }
}

@media only screen and (max-width: 550px) {
  #Wrapper .hotspots>.mcb-wrap-inner {
    min-height: 400px;
  }
}

/* Proyecciones */
@media only screen and (min-width: 1422px) {
  .logos-marquee.proyeccion {
    margin-left: calc((100vw - 1360px) / 2);
  }
}

@media only screen and (max-width: 1421.9px) {
  .logos-marquee.proyeccion {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .logos-marquee.proyeccion {
    padding-left: 1rem;
  }
}

.slider-proyecciones>.mcb-wrap-inner {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2rem;
}

.slider-proyecciones>.mcb-wrap-inner>.column {
  /* width: 100%; */
  max-width: fit-content;
}

.arrow-link .mfn-icon-box {
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  max-width: fit-content;
  overflow: visible;
}

.arrow-link .icon-wrapper {
  border-radius: 100vmax;
}

.arrow-link p.title.label {
  max-width: fit-content;
}

/* tabs */
.tabs-row .tabs-container>.mcb-wrap-inner {
  flex-wrap: nowrap;
}

@media only screen and (min-width: 1200px) {
  .tabs-container .column_accordion {
    min-width: 700px;
  }
}

@media only screen and (max-width: 1199.9px) {
  .tabs-container .column_accordion {
    min-width: 56vw;
  }
}

#Wrapper .tabs-container .question.active:after {
  width: 0;
}

#Wrapper .tabs-container .answer {
  box-shadow: unset;
  padding-left: 80px;
}

@media only screen and (max-width: 768px) {
  .tabs-row .tabs-container>.mcb-wrap-inner {
    flex-wrap: wrap;
  }

  #Wrapper .tabs-container .image_frame img {
    max-height: 300px;
    max-width: 300px !important;
    object-fit: cover;
  }

  #Wrapper .tabs-container .image_frame {
    min-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  #Wrapper .faqs .title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #Wrapper .tabs-container .answer {
    padding-left: 0;
  }
}

/* flip */
.flip-hover {
  perspective: 1000px;
}

.flip-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-back {
  transform: rotateY(180deg);
}

/* Asegurar que el contenido dentro del flip mantenga su estilo */
.flip-front .mcb-wrap-inner,
.flip-back .mcb-wrap-inner {
  height: 100%;
  width: 100%;
}

.flip-row.sonido>.mcb-wrap-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1200px) {
  .flip-container {
    min-height: 400px;
  }
}

@media only screen and (max-width: 959px) {
  .flip-row>.mcb-wrap-inner {
    flex-wrap: wrap;
  }

  .flip-row .flip-container {
    min-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .flip-row.sonido>.mcb-wrap-inner {
    grid-template-columns: 1fr;
  }

  .flip-row .flip-container {
    min-height: 400px;
    max-width: 500px;
    margin: auto;
  }
}

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

  .flip-row .flip-container,
  #Wrapper .flip-row .flip-container .mcb-wrap-inner {
    max-height: 300px;
    min-height: 300px;
  }
}

/* pinned slider */
.black .pinned-slider-dots {
  background-color: #54555a;
}

.black .pinned-slider-dot {
  background-color: #f0f1f4;
}

/*********************************\
          BLOG / NOTICIAS
\*********************************/
/* Archive */
body.blog .column_blog,
body.archive.category .column_blog,
body.archive.tag .column_blog {
  padding-bottom: 120px;
}

body.archive.category .mcb-sidebar,
body.archive.tag .mcb-sidebar {
  display: none;
}

/* Fixed nav arrows */
body .fixed-nav {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body .fixed-nav .desc h6 {
  line-height: 1.3;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .fixed-nav .desc .date {
  font-size: 13px;
  color: var(--gris);
  border: 0;
}

body .fixed-nav .desc .date .icon-clock {
  display: none;
}

body .fixed-nav .photo img,
body .Recent_posts ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Barra lateral */
body .Recent_posts ul li a .desc {
  padding: 8px 10px 3px;
  min-height: 80px;
}

body .Recent_posts ul li a .desc h6 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

body .Recent_posts ul li a .desc .date {
  font-size: 12px;
  line-height: 14px;
}

body .widget:not(.widget_block)>h3 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1px;
}

body .mcb-sidebar select {
  width: 100%;
}

body .widget_categories ul {
  list-style: none;
  padding: 0;
  background: none;
}

body .widget_categories ul li:after {
  content: none;
}

body .widget_categories ul li a {
  padding: 5px 10px;
  background: var(--principal);
  display: block;
  border-radius: 3px;
  margin-bottom: 6px;
}

body .widget_categories ul li a:hover {
  background: var(--secundario);
}

/*********************************\
           WOOCOMMERCE
\*********************************/
body .woocommerce ul.products li.product .woocommerce-placeholder {
  border: 0;
}

body .woocommerce .quantity .qty {
  padding: 10px 30px !important;
}

body .woocommerce table.shop_table tr.order-total .includes_tax {
  display: block;
}

body .woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
  font-size: 1em;
  font-weight: 400;
  color: #767676;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce .sku_wrapper {
  display: none;
}

.woocommerce ul.products {
  display: grid;
  gap: 40px;
}

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

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

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

.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}

.woocommerce ul.products li.product {
  height: inherit;
  margin: 0;
  width: auto !important;
}

/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (max-width: 1239px) {

  #Wrapper .container,
  #Wrapper .section_wrapper,
  #Wrapper .with_aside .content_wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  body .Recent_posts ul li .photo {
    display: none;
  }

  body .Recent_posts ul li a .desc {
    margin: 0;
  }
}

@media only screen and (max-width: 959px) {
  body .animate {
    animation-delay: 0ms !important;
  }

  html.mfn-header-tmpl-burger-sidebar-opened #pojo-a11y-toolbar {
    display: none;
  }
}

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

  #Wrapper .container,
  #Wrapper .section_wrapper,
  #Wrapper .with_aside .content_wrapper {
    padding: 0;
    padding-inline: 1rem;
  }

  .joinchat {
    --bottom: 20px;
  }

  .joinchat--left .joinchat__button {
    bottom: 0;
  }

  body .hideMobile {
    display: none !important;
  }

  body.style-simple .responsiveWidth {
    max-width: 670px;
    padding: 0 33px;
  }

  body .section_wrapper,
  body .container {
    padding-left: 0;
    padding-right: 0;
  }

  body .content_wrapper .mcb-column-inner {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  body .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }

  body .woocommerce .quantity {
    width: 100%;
    margin: 0 0 5px !important;
  }

  body .woocommerce .product div.entry-summary .cart .button {
    width: 100%;
  }

  body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px;
  }

  body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr:last-child {
    padding: 0;
  }

  body .woocommerce .product div.entry-summary .accordion table.shop_attributes th,
  body .woocommerce .product div.entry-summary .accordion table.shop_attributes td {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

/* background animation */
.luces {
  overflow: visible;
  min-height: 100%;
  min-width: 100%;
}

.luces-container svg {
  position: absolute;
  width: fit-content;
  overflow: visible;
}

/* luces izquierda */
.luces-container .ellipse-1 {
  left: 150px;
  top: -260px;
  height: 106vh;
}

.luces-container .ellipse-4 {
  left: 240px;
  top: 160px;
  height: 76vh;
  transform: rotate(-8deg);
}

/* luces derecha */
.luces-container .ellipse-2 {
  right: 150px;
  top: -260px;
  height: 106vh;
}

.luces-container .ellipse-3 {
  top: 0;
  right: 0;
  right: 240px;
  top: 160px;
  height: 76vh;
  transform: rotate(8deg);
}

/* Placeholder styles */
::placeholder {
  color: #0d0d0d;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #0d0d0d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #0d0d0d;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #0d0d0d;
  opacity: 1;
}

/* Firefox */
input::placeholder {
  color: #0d0d0d;
  opacity: 1;
}

/* IE */
input:-ms-input-placeholder {
  color: #0d0d0d;
  opacity: 1;
}

/* Edge */
input::-ms-input-placeholder {
  color: #0d0d0d;
  opacity: 1;
}

/* Chrome, Safari, Opera */
input::-webkit-input-placeholder {
  color: #0d0d0d;
  opacity: 1;
}

.slider-equipo .slider-controls {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.slider-equipo .play-pause-button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: none;
  background: linear-gradient(90deg, #83abd7 0%, #006793 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}

.slider-equipo .play-pause-button:hover {
  transform: scale(1.1);
}

.slider-equipo .play-pause-button svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: white;
}

.slider-equipo .play-pause-button .play-icon {
  display: block;
}

.slider-equipo .play-pause-button .pause-icon {
  display: none;
}

.slider-equipo .play-pause-button.paused .play-icon {
  display: none;
}

.slider-equipo .play-pause-button.paused .pause-icon {
  display: block;
}

@media only screen and (max-width: 768px) {
  .slider-equipo .slider-controls {
    bottom: 1rem;
  }

  .slider-equipo .play-pause-button {
    width: 3rem;
    height: 3rem;
  }

  .slider-equipo .play-pause-button svg {
    width: 1rem;
    height: 1rem;
  }
}