/*
Theme Name: Malabbidd Storefront Child
Theme URI: https://malabbidd.com
Description: Child theme of Storefront for Malabbidd.
Author: Malabbidd
Template: storefront
Version: 1.0.0
Text Domain: malabbidd-storefront-child
*/

@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@400;500;600;700&family=Josefin+Sans:wght@400;500;600;700&display=swap');

@keyframes mal-footer-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes mal-reveal-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mal-reveal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

[data-mal-reveal]:not([data-mal-reveal-stagger]) {
  opacity: 0;
  will-change: opacity, transform;
}

[data-mal-reveal="up"]:not([data-mal-reveal-stagger]) {
  transform: translateY(10px);
}

[data-mal-reveal="fade"]:not([data-mal-reveal-stagger]) {
  transform: none;
}

[data-mal-reveal]:not([data-mal-reveal-stagger]).mal-reveal-visible {
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

[data-mal-reveal="up"]:not([data-mal-reveal-stagger]).mal-reveal-visible {
  animation-name: mal-reveal-up;
}

[data-mal-reveal="fade"]:not([data-mal-reveal-stagger]).mal-reveal-visible {
  animation-name: mal-reveal-fade;
}

[data-mal-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
  transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1), transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-mal-reveal-stagger].mal-reveal-visible > * {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --mal-blue-900: #002122;
  --mal-blue-700: #006962;
  --mal-blue-500: #7DC5B7;
  --mal-blue-300: #EAEFE8;
  --mal-accent-active: #99da43;
  --mal-surface: #EAEFE8;
  --mal-card: #ffffff;
  --mal-text: var(--mal-blue-900);
  --mal-muted: var(--mal-blue-700);
  --mal-border: rgba(0, 59, 31, 0.16);
  --mal-shadow: 0 20px 45px -10px rgba(0, 33, 34, 0.35);
  --mal-radius-lg: 22px;
  --mal-radius-md: 16px;
}

html {
  scroll-behavior: smooth;
}

.home header#masthead {
  margin-bottom: 0;
}

body {
  font-family: 'Stack Sans Headline', 'Josefin Sans', 'Segoe UI', sans-serif;
  color: var(--mal-text);
  background: var(--mal-surface);
}

.mal-container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

section#proceso .mal-container {
  width: 100% !important;
  max-width: 100% !important;
}

.mal-homepage h2,
.mal-homepage h3,
.mal-homepage h4 {
  font-weight: 500;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #012a2b;
  border-bottom: 1px solid rgba(125, 197, 183, 0.18);
  margin-bottom: 0;
}

.storefront-primary-navigation {
  background: transparent;
}

.site-header .col-full {
  display: flex;
  align-items: center;
}

.site-header .site-branding {
  margin-right: auto;
}

.site-header .site-title a {
  color: #fff;
  font-size: clamp(2rem, 2.9vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-header .main-navigation {
  margin-left: auto;
}

.site-header .main-navigation ul.menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 36px);
}

.site-header .main-navigation ul.menu>li>a,
.site-header .main-navigation ul.menu li>a,
.main-navigation ul li a,
ul.menu li a {
  color: #fff !important;
  font-weight: 600;
  font-size: 1.03rem;
  padding: 0.85em 0;
}

.site-header .main-navigation ul.menu>li>a:hover,
.site-header .main-navigation ul.menu>li>a:focus-visible {
  color: var(--mal-blue-500);
}span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

.site-header .main-navigation ul.menu>li.mal-menu-cta>a {
  background: #89be40;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  min-height: 50px;
  min-width: 148px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.site-header .main-navigation ul.menu>li.mal-menu-cta>a:hover,
.site-header .main-navigation ul.menu>li.mal-menu-cta>a:focus-visible {
  color: #000;
  background: #a8d466;
}

.mal-hero {
  background:
    linear-gradient(135deg, #012525 0%, #87C9BB 100%),
    linear-gradient(225deg, #006962 0%, #012525 100%);
  background-blend-mode: overlay;
  color: #fff;
  padding: 30px 0 56px;
  width: 100vw;
  min-height: 1000px;
  height: calc(100vh - 100px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

footer#colophon a {
  color: #fff;
}

p.site-description {
  font-size: 15.4px !important;
  opacity: 0.6;
  font-weight: lighter;
}

.mal-hero-visual-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mal-hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.92;
  mix-blend-mode: normal;
}

.mal-hero.mal-hero-chart-ready .mal-hero-canvas {
  opacity: 1;
  transition: opacity 380ms ease;
}

.mal-hero-visual-layer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 36%, rgba(135, 201, 187, 0.24), transparent 42%),
    linear-gradient(116deg, rgba(0, 105, 98, 0.2), transparent 36%);
  background-size: 120% 120%, 140% 140%;
  background-position: 0 0, 0 0;
  pointer-events: none;
}

.mal-hero-visual-layer::after {
  content: '';
  position: absolute;
  inset: -6%;
  pointer-events: none;
  opacity: 0;
  background-image:
    radial-gradient(circle, rgba(171, 227, 214, 0.9) 0 1.4px, transparent 1.5px),
    radial-gradient(circle, rgba(135, 201, 187, 0.72) 0 1px, transparent 1.1px),
    radial-gradient(circle, rgba(226, 244, 239, 0.55) 0 0.8px, transparent 0.9px);
  background-size: 130px 130px, 90px 90px, 62px 62px;
  background-position: 0 0, 32px 24px, 14px 10px;
  mix-blend-mode: screen;
}
section.mal-case-tab-panel h4 {
    font-size: 18px;
}
.secondary-navigation ul.menu a:hover {
    color: #89c635 !important;
    transition: all 0.2s ease-in-out;
    transition-behavior: normal;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.mal-hero.mal-hero-chart-fallback .mal-hero-canvas {
  opacity: 0.98;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-family: 'Stack Sans Headline', 'Josefin Sans', 'Segoe UI', sans-serif;
    color: #111 !important;
}
.mal-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  z-index: 2;
}

nav#site-navigation {
  display: none;
}

.mal-hero .mal-container {
  width: min(1100px, calc(100% - 64px));
}

.mal-hero-copy h1 {
  margin: 0;
  color: #f2f5f4;
  font-size: clamp(2.8rem, 6.2vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 700px;
}

.mal-kicker {
  margin: 26px 0 0;
  color: #ffffffdb;
  font-size: clamp(1.55rem, 3vw, 1.65rem);
  line-height: 1.1;
}
.mal-hero-actions p {
    margin-top: 26px;
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.mal-problem-list-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    font-size: 11px;
}
.mal-hero-panel {
  margin-top: 34px;
  border-radius: 10px;
  background: #ffffffdb;
  max-width: 900px;
  color: #0a2f32;
  padding: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mal-hero-panel-content {
  flex: 1;
  min-width: 0;
}


.mal-hero-panel-contact {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.mal-hero-panel-contact.mal-contacto-form-column {
  width: 100%;
  z-index: 6;
  margin: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  display: grid;
  align-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
}

.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form fieldset.hidden-fields-container {
  display: contents;
}

.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form fieldset.hidden-fields-container input {
  display: none;
}

.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form input[type="text"],
.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form input[type="email"],
.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form input[type="tel"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(19, 62, 52, 0.22);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
}

.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form textarea {
  width: 100%;
  border: 1px solid rgba(19, 62, 52, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  font-family: inherit;
  resize: vertical;
}

@media (min-width: 681px) {
  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form {
    grid-template-columns: 1fr 1fr;
  }

  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(1),
  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(2),
  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(3) {
    grid-column: 1;
  }

  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
  }

  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) label {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) .wpcf7-form-control-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) textarea {
    flex: 1;
    max-height: 222px;
  }

  .mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form > p:nth-of-type(5) {
    grid-column:1;
  }
}



.mal-hero-panel-contact .wpcf7-form p {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mal-hero-panel-contact .wpcf7-form input[type="text"],
.mal-hero-panel-contact .wpcf7-form input[type="email"],
.mal-hero-panel-contact .wpcf7-form input[type="tel"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(0, 105, 98, 0.25);
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
}

.rc-anchor-normal-footer{
  display:none !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.mal-hero-panel-contact .wpcf7-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(0, 105, 98, 0.25);
  border-radius: 8px;
  font-size: 0.85rem;
  background: #fff;
  resize: vertical;
  min-height: 60px;
}

.mal-hero-panel-contact .wpcf7-form .wpcf7-submit {
    padding: 0 24px;
    background: #89be40;
    color: #000;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    cursor: pointer;
    margin-top:0;
    min-height: 48px;
    letter-spacing: 1px;
    width: auto;
      transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit{
    transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div#wpcf7-f81-o1 {
    padding-bottom: 19px;
}
input.wpcf7-form-control.wpcf7-submit:hover,
.mal-hero-panel-contact .wpcf7-form .wpcf7-submit:hover {
  background: #9ae435;
  opacity:1;
    transform: translateY(-1px);
  box-shadow: 0 10px 20px -14px rgba(0, 66, 60, 0.45);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.mal-case-slide-title {
    font-size: 1.3rem;
    color: #0b2f31 !important;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.mal-case-hero-image {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 0;
}

.mal-case-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mal-client-name {
  font-weight: 600;
  font-size: 21px;
  color: #0b2f31;
  text-align: center;
}

.mal-hero.mal-hero-intro-ready .mal-hero-copy h1,
.mal-hero.mal-hero-intro-ready .mal-kicker,
.mal-hero.mal-hero-intro-ready .mal-hero-panel {
  opacity: 0;
  transform: translateY(16px);
  will-change: transform, opacity;
}

.mal-hero.mal-hero-intro-ready .mal-hero-copy h1 {
  animation: malHeroFadeUp 520ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

.mal-hero.mal-hero-intro-ready .mal-kicker {
  animation: malHeroFadeUp 520ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
}

.mal-hero.mal-hero-intro-ready .mal-hero-panel {
  animation: malHeroFadeUp 620ms cubic-bezier(0.22, 1, 0.36, 1) 420ms forwards;
}

@keyframes malHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mal-problem-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}
.mal-problem-list-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 16px;
}
.mal-problem-list li {
    color: #0b2f31;
    background: #ffffff66;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding: 1rem;
    padding-left: 2.5rem;
    border-radius: 12px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
}
section#contacto {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding-bottom: 0;
}

.mal-problem-list li::before {
    content: '?';
    position: absolute;
    left: 6px;
    font-weight: 700;
    background: #e9ffcb;
    width: 25px;
    font-size: 14px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #111;
    align-items: center;
    margin-top: 0 !important;
}

article.mal-hero-panel li.swiper-slide {
    box-shadow: 1px 1px 10px #ccc;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.mal-problem-list.swiper-wrapper {
  display: flex;
}

.menu-toggle__icon {
    background: #006e65;
}


.mal-problem-list.swiper-wrapper .swiper-slide {
  margin-bottom: 0;
  padding: 1rem;
  padding-left: 2.5rem;
  width: 100%;
  font-size: 17px;
  height: auto;
}

@keyframes mal-slide-shine {
  0% {
    box-shadow: 0 0 0 0 rgba(148, 240, 19, 0);
    background: #ffffff66;
  }
  30% {
    box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.55);
    background: rgba(149, 255, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(148, 240, 19, 0);
    background: #ffffff66;
  }
}

.mal-problem-list.swiper-wrapper .swiper-slide.mal-slide-shine {
  animation: mal-slide-shine 2.2s ease-out forwards;
}

.mal-problem-list-swiper {
  padding-bottom: 20px;
}

.mal-problem-list-swiper .swiper-wrapper,
.mal-client-logos-swiper .swiper-wrapper,
.mal-cases-swiper .swiper-wrapper {
  cursor: grab;
}

.mal-problem-list-swiper .swiper-wrapper:active,
.mal-client-logos-swiper .swiper-wrapper:active,
.mal-cases-swiper .swiper-wrapper:active,
.mal-problem-list-swiper.swiper-grabbing .swiper-wrapper,
.mal-client-logos-swiper.swiper-grabbing .swiper-wrapper,
.mal-cases-swiper.swiper-grabbing .swiper-wrapper {
  cursor: grabbing;
}

.mal-problem-list-pagination {
  width: auto !important;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 8px;
}

.mal-problem-list-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(0, 105, 98, 0.22);
  opacity: 1;
}

.mal-problem-list-pagination .swiper-pagination-bullet-active {
  background: #0c6a59;
}

.mal-hero-cta-text {
  margin: 8px 0 0;
  color: #006E65;
  font-size: 1.24rem;
}

.mal-hero-panel-copy {
  margin: 8px 0 0;
  color: #0b2f31;
  max-width: 42ch;
  font-size: 17px;
  line-height: 1.5;
}

.mal-hero-actions {
  margin-top: 26px;
  display: flex;
  position:relative;
  gap: 12px;
  flex-wrap: wrap;
}
span.wpcf7-spinner {
    position: absolute;
}

.mal-button {
    min-height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid transparent;
    transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.mal-button-outline {
    border-color: #89be40;
    color: #6d9e29;
    background: transparent;
    width: 100%;
    min-width: auto !important;
}

.mal-button-solid {
  background: #89be40;
  color: #000;
}

.mal-button-solid:hover,
.mal-button-solid:focus-visible {
  background: #a8d466;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px -14px rgba(0, 90, 84, 0.8);
}

.mal-button-outline:hover,
.mal-button-outline:focus-visible {
  background: #fff;
  color: #6d9e29;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px -14px rgba(0, 66, 60, 0.45);
}

.mal-section {
  padding: 30px 0;
}

.mal-section-light {
  background: var(--mal-surface);
}

.mal-section-accent {
  background: transparent;
}

.mal-intro-card,
.mal-benefits-shell,
.mal-case-card,
.mal-final-grid,
.mal-services-layout {
  position: relative;
  overflow: hidden;
}

.mal-intro-card {
  margin: 0 auto;
  width: min(980px, 100%);
  background: #ffffff;
  border: 1px solid rgba(0, 105, 98, 0.1);
  border-radius: 10px;
  box-shadow: 0 24px 50px -36px rgba(0, 33, 34, 0.45);
  padding: clamp(10px, 4.2vw, 54px);
}

.mal-intro-card::before,
.mal-benefits-shell::before,
.mal-case-card::before,
.mal-services-layout::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 105, 98, 0.08), transparent 32%);
  opacity: 0.5;
}

.mal-intro-card>*,
.mal-benefits-shell>*,
.mal-case-card>*,
.mal-services-layout>* {
  position: relative;
  z-index: 1;
}

.mal-intro-card h2 {
  margin: 0;
  color: #101618;
  font-size: clamp(1.8rem, 3vw, 1.4rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.mal-intro-body {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: end;
}

.mal-intro-logo-wrap {
  background: #fff;
  border-radius: 14px;
  display: grid;
  place-items: center;
  min-height: 148px;
}

.mal-google-logo {
  max-width: 124px;
  height: auto;
  display: block;
}

.mal-intro-body h3 {
  margin: 0;
  color: #006E65;
  font-size: clamp(1.4rem, 2.2vw, 1.2rem);
}

.mal-intro-body ul {
  margin: 10px 0 0;
  list-style: none;
  padding-left: 0;
}

.mal-intro-body li {
  color: #101618;
  font-size: 1.06rem;
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
}

.mal-intro-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mal-accent-active);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea {
    border: 1px solid #0e6b5a;
    border-radius: 9px;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #c2410e;
    background: #c2410e;
    color: #fff;
    font-size: 13px !important;
    border-radius: 100px;
            text-align:center;

}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
        font-size: 13px !important;
        text-align:center;
    border-radius: 100px;
}

.mal-services-panel {
  padding: 56px 0 70px;
  background:#024f47;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mal-services-layout {
  display: flex;
  grid-template-columns: 1fr minmax(180px, 320px);
  gap: 26px;
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 105, 98, 0.16);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 38px);
  padding-top: clamp(24px, 4vw, 38px);
  padding-right: clamp(24px, 4vw, 38px);
  padding-bottom: clamp(24px, 4vw, 38px);
  padding-left: clamp(24px, 4vw, 38px);
  box-shadow: 0 10px 54px -42px rgba(0, 56, 52, 0.45);
  grid-auto-flow: row;
  flex-direction: column;
  -webkit-border-radius:;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
}

.mal-services-heading {
  width: 100%;
}

.mal-services-kicker {
  margin: 0 0 8px;
  color: #0e6e66;
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mal-services-panel h2 {
  margin: 0;
  color: #113d40;
  font-size: clamp(2.8rem, 6.2vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

#mal-clients-title,
#mal-process-title {
  margin: 0;
  font-size: clamp(2.8rem, 6.2vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.mal-services-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mal-service-card {
  border: 1px solid rgba(0, 105, 98, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: clamp(18px, 2.4vw, 22px);
  min-height: 168px;
}

article.mal-service-card {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.mal-service-icon-wrap {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #0b6b64;
  border: 1px solid #0a5f59;
  margin-bottom: 12px;
}

.mal-service-icon {
  width: 30px;
  height: 30px;
  display: block;
  filter: brightness(0) invert(1);
}

.mal-service-card h3 {
  margin: 0;
  color: #0b6b64;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1;
}

.mal-service-card p {
  margin: 12px 0 0;
  color: #2e5a5a;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.45;
}

.mal-process-grid {
  margin-top: 26px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

ul.mal-hero-trust-list {
  list-style: none;
  display: flex;
  margin: 0;
}

p.site-description {
  color: #fff;
}

ul.mal-hero-trust-list li {
  padding: 0;
  float: left;
  border: none;
  border-radius: 0;
  font-size: 14px;
  margin-top: 0;
  color: #6c6a6a;
  margin-right: 14px;
  font-weight: 100;
  margin-bottom: 0;
}

.mal-process-step {
  background: #fff;
  border: 1px solid rgba(0, 105, 98, 0.14);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 22px 40px -32px rgba(0, 33, 34, 0.5);
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mal-process-step:not(.mal-process-cta-card)::after {
  content: '';
  position: absolute;
  top: 38px;
  right: -13px;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 105, 98, 0.5), rgba(0, 105, 98, 0.08));
  z-index: 2;
}

.mal-process-step:nth-child(3n)::after {
  display: none;
}

.mal-process-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 800;
  background: #024f47;
  color: #fff;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.08);
}

.mal-process-grid h3 {
  margin: 16px 0 10px;
  color: var(--mal-blue-900);
  font-size: 1.1rem;
}

.mal-process-grid ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.mal-process-grid li {
  font-size: 14px;
  color: var(--mal-blue-900);
}

.mal-process-cta-card {
  background: linear-gradient(180deg, #0b8b6f 0%, #0c6a59 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

.mal-process-cta-card h3,
.mal-process-cta-card p {
  color: #fff;
}

.mal-process-cta-eyebrow {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.mal-process-cta-card h3 {
  margin-top: 12px;
  line-height: 1;
  font-size: clamp(1.3rem, 2vw, 1.55rem);
}

.mal-process-cta-card p:last-of-type {
  margin: 0;
  line-height: 1.55;
}

.mal-process-cta-button {
  margin-top: auto;
  background: #f4ffea;
  color: #0b5f51;
  border-color: transparent;
}

.mal-process-cta-button:hover,
.mal-process-cta-button:focus-visible {
  background: #ffffff;
  color: #0b5f51;
}

@keyframes mal-cta-shake {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  12% { transform: translateX(-5px) rotate(-1.5deg); }
  24% { transform: translateX(4px) rotate(1.2deg); }
  36% { transform: translateX(-3px) rotate(-0.8deg); }
  48% { transform: translateX(2px) rotate(0.5deg); }
  60% { transform: translateX(-1px) rotate(-0.2deg); }
  72% { transform: translateX(0.5px); }
  84% { transform: translateX(0); }
}

.mal-process-cta-button.mal-cta-shake {
  animation: mal-cta-shake 700ms ease-out;
}

.mal-process-cta-button:hover,
.mal-process-cta-button:focus-visible {
  background: #a8d466;
  color: #000;
}

.mal-benefits-shell {
  margin: 0 auto;
  width: min(1180px, 100%);
  padding: clamp(26px, 4vw, 40px);
  border: 2px solid rgba(0, 135, 97, 0.28);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 250, 246, 0.98) 100%);
  box-shadow: 0 24px 50px -38px rgba(0, 33, 34, 0.45);
}

.mal-benefits-shell h2 {
  margin: 0;
}

.mal-benefits-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mal-benefit-card {
  background: #ffffff;
  border: 1px solid rgba(0, 135, 97, 0.2);
  border-radius: 18px;
  padding: 22px;
  min-height: 140px;
  display: grid;
  gap: 14px;
  align-content: start;
  box-shadow: 0 16px 32px -10px rgba(0, 33, 34, 0.45);
}

.mal-benefit-star {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0c6a59;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px -14px rgba(12, 106, 89, 0.65);
}

.mal-benefit-card p {
  margin: 0;
  color: #0b2f31;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 600;
}

.mal-case-card {
  margin-top: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
  border: 1px solid rgba(0, 105, 98, 0.12);
  border-radius: 26px;
  padding: clamp(24px, 3vw, 34px);
}

.mal-cases-swiper {
  margin-top: 24px;
  padding-bottom: 18px;
}

.mal-case-slide {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
  border: 1px solid rgba(0, 105, 98, 0.12);
  border-radius: 26px;
  padding: clamp(18px, 2.8vw, 10px);
  display: grid;
  gap: 18px;
}

.mal-case-slide-image {
  border-radius: 18px;
  overflow: hidden;
}

.mal-case-slide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.mal-case-slide-content h3 {
  margin: 0;
  color: #0b2f31;
}

.mal-case-cover {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin-bottom: 0;
}

.mal-case-profile {
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -172px;
  margin-left: 20px;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.mal-case-client-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mal-case-client-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.mal-case-slide-body {
  margin-top: 12px;
  color: #0b2f31;
}

.mal-case-slide-body>*:first-child {
  margin-top: 0;
}

.mal-case-slide-body>*:last-child {
  margin-bottom: 0;
}

.mal-case-main-grid.has-tabs {
  display: grid;
  gap: 18px;
}

@media (min-width: 681px) {
  .mal-case-main-grid.has-tabs.has-2-cols .mal-case-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }

  .mal-case-main-grid.has-tabs.has-3-cols .mal-case-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 24px;
  }

  .mal-case-tabs > .mal-case-tab-panel:not(:first-child) {
    border-left: 1px solid rgba(0, 105, 98, 0.18);
    padding-left: 24px;
  }
}

.mal-case-main-grid {
  display: grid;
  gap: 18px;
}

.mal-case-tabs {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 105, 98, 0.14);
  padding-top: 16px;
}

.mal-case-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mal-case-tab-button {
  border: 1px solid rgba(0, 105, 98, 0.2);
  background: #fff;
  color: #0b2f31;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.mal-case-tab-button:hover,
.mal-case-tab-button:focus-visible {
  border-color: rgba(0, 105, 98, 0.45);
}

.mal-case-tab-button.is-active {
  background: #0c6a59;
  border-color: #0c6a59;
  color: #fff;
}

.mal-case-tab-panels {
  margin-top: 14px;
}

.mal-case-tab-panel {
  color: #0b2f31;
}

.mal-case-tab-panel-title {
  font-size: 20px !important;
  margin-bottom: 8px;
  margin-top: 23px !important;
  padding-bottom: 13px;
  color: #006e65;
}

.mal-case-tab-panel>*:first-child {
  margin-top: 0;
}

.mal-case-tab-panel>*:last-child {
  margin-bottom: 0;
}

.mal-case-main-grid .mal-case-tabs {
  margin-top: 0;
}

.mal-cases-controls {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mal-cases-prev,
.mal-cases-next {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 105, 98, 0.26);
  background: #fff;
  color: #0b2f31;
  font-weight: 600;
  padding: 0 16px;
  cursor: pointer;
}

.mal-cases-prev:hover,
.mal-cases-prev:focus-visible,
.mal-cases-next:hover,
.mal-cases-next:focus-visible {
  border-color: rgba(0, 105, 98, 0.52);
}

.mal-cases-pagination {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mal-cases-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: rgba(0, 105, 98, 0.22);
  opacity: 1;
}
.rc-anchor-normal-footer, .grecaptcha-badge{
  display: none !important;
}

.mal-cases-pagination .swiper-pagination-bullet-active {
  background: #0c6a59;
}

.mal-client-logos-swiper {
  margin-top: 20px;
  padding: 8px 0 22px;
}

.mal-client-logo-slide {
  min-height: 116px;
  border-radius: 18px;
  border: 1px solid rgba(0, 105, 98, 0.14);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.mal-client-logo-slide img {
  width: 100%;
  max-height: 72px;
  height: auto;
  object-fit: contain;
}

.mal-client-logos-pagination {
  width: auto !important;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.mal-client-logos-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(0, 105, 98, 0.22);
  opacity: 1;
}

.mal-client-logos-pagination .swiper-pagination-bullet-active {
  background: #0c6a59;
}

.mal-link-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mal-link-grid a {
  text-decoration: none;
  color: #062f31;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 105, 98, 0.12);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 600;
  box-shadow: 0 16px 10px -26px rgba(0, 33, 34, 0.35);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mal-link-grid a:hover,
.mal-link-grid a:focus-visible {
  border-color: rgba(0, 135, 97, 0.32);
  transform: translateY(-1px);
}

.mal-section-intro {
  max-width: 70ch;
  color: #0b2f31;
}

.mal-founders-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mal-hero-panel-contact .wpcf7-form {
  gap: 12px;
}

.mal-founders-intro {
  margin-top: 24px;
}

.mal-team-title {
  margin: 10px 0 0;
}

.mal-founders-intro p {
  margin: 0;
  color: #0b2f31;
  font-size: 1.06rem;
  line-height: 1.55;
}

.mal-founders-grid article {
  background: #fff;
  border: 1px solid rgba(0, 105, 98, 0.12);
  border-radius: 18px;
  padding: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 280ms ease;
  transform: translate3d(0, 14px, 0) var(--profile-tilt, rotateX(0deg) rotateY(0deg));
  opacity: 0;
  will-change: transform, opacity;
}

.mal-founders-grid article.mal-profile-card-visible {
  transform: translate3d(0, 0, 0) var(--profile-tilt, rotateX(0deg) rotateY(0deg));
  opacity: 1;
}

section#case-20-resultados_obtenidos-panel h4 {
  font-size: 16px;
}

.mal-founders-grid article:hover {
  transform: translate3d(0, -3px, 0) var(--profile-tilt, rotateX(0deg) rotateY(0deg));
  border-color: rgba(0, 135, 97, 0.26);
  box-shadow: 0 22px 42px -34px rgba(0, 33, 34, 0.45);
}

.mal-founders-grid h4 {
  margin: 0 0 6px;
}

.mal-founders-claim {
  margin: 18px 0 0;
  color: #0b2f31;
  font-size: 1.04rem;
  line-height: 1.55;
}

.mal-profile-image {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid rgba(0, 105, 98, 0.2);
  margin-bottom: 12px;
}

.mal-final-cta {
  background: linear-gradient(180deg, rgba(0, 56, 44, 0.06), rgba(0, 56, 44, 0));
  position: relative;
  overflow: hidden;
  padding: 0;
}

.mal-final-grid {
  background:
    radial-gradient(ellipse at 82% 8%, rgba(0, 21, 22, 0.97) 0%, transparent 48%),
    radial-gradient(ellipse at 8% 92%, rgba(125, 197, 183, 0.42) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 55%, rgba(0, 105, 98, 0.5) 0%, transparent 52%),
    radial-gradient(circle at 28% 22%, rgba(0, 56, 44, 0.72) 0%, transparent 32%),
    radial-gradient(circle at 65% 80%, rgba(125, 197, 183, 0.3) 0%, transparent 35%),
    linear-gradient(175deg, #002122 0%, #0a3e3e 28%, #0b5a50 58%, #7DC5B7 100%);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  min-height: 700px;
  overflow: hidden;
  box-shadow:
    inset 0 0 140px 60px rgba(0, 21, 22, 0.8),
    inset 0 -80px 100px -40px rgba(0, 0, 0, 0.5),
    0 60px 100px -30px rgba(0, 33, 34, 0.5);
}

.mal-final-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 33, 34, 0.32);
  backdrop-filter: blur(48px) saturate(1.5) brightness(0.88);
  -webkit-backdrop-filter: blur(48px) saturate(1.5) brightness(0.88);
  z-index: 1;
  pointer-events: none;
}

.mal-final-grid::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 12%, rgba(0, 26, 27, 0.55) 0%, transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 80, 70, 0.12) 50%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.mal-final-grid-shell {
  min-height: 700px;
  position: relative;
  z-index: 5;
}

.mal-final-grid-inner {
  min-height: 700px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mal-contacto-form-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 0;
}

.mal-contacto-form-column {
  width: min(1000px, 90%);
  z-index: 6;
  margin: 60px auto;
  padding: clamp(32px, 4vw, 48px);
  background: #fff;
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  align-content: center;
  border-radius: 22px;
  box-shadow: 0 10px 56px -18px rgba(0, 33, 34, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.mal-contacto-form-column h2 {
  margin: 0 0 6px;
}

.mal-contacto-form-column p {
  margin: 0 0 16px;
  max-width: 42ch;
}

.mal-final-grid h2,
.mal-final-grid p,
.mal-final-grid label {
  color: #12312b;
}

.mal-final-grid .mal-button-solid {
  background: #89be40;
  color: #000;
}

.mal-final-grid .mal-button-solid:hover,
.mal-final-grid .mal-button-solid:focus-visible {
  background: #a8d466;
  color: #000;
}

.mal-contact-form {
  display: grid;
  gap: 10px;
  padding: 0;
}

.mal-contacto-form-column .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

ul#mobile-menu-list a {
    color: rgb(0, 110, 101);
}
.mal-contacto-form-column .wpcf7-form fieldset.hidden-fields-container {
  display: contents;
}

.mal-contacto-form-column .wpcf7-form fieldset.hidden-fields-container input {
  display: none;
}
form.wpcf7-form p {
    margin-bottom: 0;
}

@media (min-width: 681px) {
  .mal-contacto-form-column .wpcf7-form {
    grid-template-columns: 1fr 1fr;
  }

  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(1),
  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(2),
  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(3) {
    grid-column: 1;
  }

  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
  }

  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) label {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) .wpcf7-form-control-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(4) textarea {
    flex: 1;
    max-height: 222px;
  }

  .mal-contacto-form-column .wpcf7-form > p:nth-of-type(5) {
    grid-column: 1 / -1;
  }
}

.mal-contact-form input,
.mal-contacto-form-column .wpcf7-form input[type="text"],
.mal-contacto-form-column .wpcf7-form input[type="email"],
.mal-contacto-form-column .wpcf7-form input[type="tel"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(19, 62, 52, 0.22);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
}

.mal-contacto-form-column .wpcf7-form textarea {
  width: 100%;
  border: 1px solid rgba(19, 62, 52, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  font-family: inherit;
  resize: vertical;
}

.mal-contacto-bg-static .mal-contacto-canvas {
  display: none;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #89be40;
    border-radius: 100px;
    margin-top: 1rem;
    width: 100%;
    color: #000;
    font-family: 'Stack Sans Headline', 'Josefin Sans', 'Segoe UI', sans-serif;
}

.mal-whatsapp-float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  opacity: 0;
  transform: translateY(16px) scale(0.7);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms ease, background 200ms ease;
}

.mal-whatsapp-float.mal-whatsapp-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.mal-whatsapp-float.mal-whatsapp-visible:hover,
.mal-whatsapp-float.mal-whatsapp-visible:focus-visible {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.6);
  background: #1ebe5d;
  color: #fff;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 0;
}
@media (max-width: 680px) {

    
a.mal-button.mal-process-cta-button {
    margin-top: 1rem;
}
  ul.mal-hero-trust-list {
    margin-top: 1rem;
  }

  .mal-whatsapp-float {
    bottom: 18px;
    right: 18px;
    width: 52px;
    height: 52px;
  }

  .mal-whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {

    .secondary-navigation .menu a {
        padding: 1em 0.575em;
        color: #737781;
        font-weight: 400;
    }

.mal-hero-actions {
    margin-top: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
}
 article.mal-hero-panel  form.wpcf7-form {
    display: flex;
}

.hero-input-wrapper p {
    display: flex;
    gap: 1rem;
}


  ul.mal-hero-trust-list {
    margin-top: 11px;
}
    .storefront-secondary-navigation .site-header .secondary-navigation {
        width: 62.521739%;
        float: right;
        margin-right: 0;
    }
}

@media (max-width: 1024px) {


  .mal-hero.mal-hero-intro-ready .mal-hero-panel {
    margin-bottom: 2rem;
  }

  .site-header .site-title a {
    font-size: min(2.3rem, clamp(2rem, 2.9vw, 3rem));
  }

  .mal-hero-copy h1 {
    font-size: clamp(1.9rem, 5.2vw, 2.3rem);
  }

  .mal-services-panel h2 {
    font-size: clamp(1.9rem, 5.2vw, 2.3rem);
    line-height: 1.02;
  }

  .mal-final-grid {
    min-height: 0;
    max-height: none;
  }

  .mal-final-grid-shell {
        min-height: 0;
        max-height: none;
        padding: 0 !important;
        margin: 0;
    }

  .mal-final-grid-inner {
    min-height: 0;
    max-height: none;
    padding: clamp(24px, 5vw, 36px) 0;
    justify-content: center;
  }

  .mal-contacto-form-wrap {
    justify-content: center;
    padding-right: 0;
  }

  .mal-contacto-form-column {
    margin: 50px auto;
    padding: clamp(24px, 3.8vw, 32px);
    backdrop-filter: blur(12px) saturate(1.2);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
  }

  }

@media screen and (max-width: 1100px) {
    button#mobile-menu-toggle {
        position: fixed;
        top: 20px;
        border: none;
        background: transparent;
        right: 20px;
        border-radius: 6px;
    }
    span.menu-label {
    display: none;
}
.menu-item-wrapper a {
        color: var(#006962, #006962) !important;
      }

    .mal-mobile-contact {
        margin-top: 16px;
        padding: 0 16px;
    }

    .mal-mobile-contact-button {
        background: #89be40;
        color: #000;
        text-decoration: none !important;
        font-weight: 700;
        min-height: 48px;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
        width: 100%;
        text-align: center;
        border: none;
        cursor: pointer;
        font-size: 1rem;
    }

    .mal-mobile-contact-button:hover,
    .mal-mobile-contact-button:focus-visible {
        background: #a8d466;
        color: #000;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px -14px rgba(0, 66, 60, 0.45);
    }

}

.mal-footer {
  position: relative;
  background: linear-gradient(
    135deg,
    #002122 0%,
    #012a2b 25%,
    #0a3d3e 50%,
    #012a2b 75%,
    #002122 100%
  );
  background-size: 300% 300%;
  animation: mal-footer-gradient 12s ease infinite;
  color: #fff;
  border-top: 1px solid rgba(125, 197, 183, 0.25);
  margin-top: 0;
  padding: 54px 0 26px;
}

.mal-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 100% 100% at 50% 0%,
    rgba(147, 242, 16, 0.45) 0%,
    rgba(78, 210, 100, 0.30) 20%,
    rgba(36, 140, 80, 0.16) 45%,
    transparent 75%
  );
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}

.mal-footer--submit-hover::after {
  transform: scaleY(1);
}

.mal-footer .mal-footer-inner {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}

.mal-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.mal-footer-logo {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.mal-footer-logo-img {
  max-width: 200px;
  height: auto;
  display: block;
}

.mal-footer-partner-img {
  max-width: 42px;
  height: auto;
  margin-bottom: 12px;
  margin-left: auto;
  display: block;
}

.mal-footer-brand p {
  margin-top: 14px;
  max-width: 38ch;
}
.mal-footer-nav, .mal-footer-contact {
    display: grid;
    gap: 10px;
    justify-content: end;
}

.mal-footer-nav ul,
.mal-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.mal-footer-nav a,
.mal-footer-contact a,
.mal-footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.mal-footer-nav a:hover,
.mal-footer-contact a:hover,
.mal-footer-nav a:focus-visible,
.mal-footer-contact a:focus-visible,
.mal-footer-nav ul li a:hover,
.mal-footer-nav ul li a:focus-visible {
  color: #fff;
  opacity: 0.86;
}

.mal-footer-contact p {
  margin: 0 0 4px;
  color: #fff;
}

.mal-footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(125, 197, 183, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: space-between;
  align-items: center;
}

.mal-footer-bottom p {
  margin: 0;
}

.mal-footer-legal-links {
  display: inline-flex;
  gap: 16px;
}

.mal-footer-legal-links a {
  color: #fff;
  text-decoration: none;
}

.mal-footer-legal-links a:hover,
.mal-footer-legal-links a:focus-visible {
  color: #fff;
  opacity: 0.86;
}

li#menu-item-13 {
  width: 122px;
  text-align: center;
}



li#menu-item-13 a {
  color: #000 !important;
  background: #89be40;
  border-radius: 100px;
  display: inline-flex;
  width: 100%;
  font-weight: bold;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

li#menu-item-13:hover a {
  background: #9ae435;
  opacity: 0.9;
      transform: translateY(-1px);
  box-shadow: 0 10px 20px -14px rgba(0, 66, 60, 0.45);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media screen and (max-height: 800px) {
  header#masthead {
    padding-top: 10px;
  }

  .mal-kicker {
    font-size: 1.2rem;
  }

  .mal-hero-copy h1 {
    font-size: 2.3rem;
    max-width: 500px;
  }

  .site-header .site-title a {
    font-size: 2.3rem;
  }

  .mal-services-panel h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }
}

@media (max-width: 1024px) {
  .site-header .site-branding {
    margin-right: 16px;
  }

  .site-header .main-navigation ul.menu {
    gap: 14px;
  }

  .site-header .main-navigation ul.menu>li>a {
    font-size: 0.95rem;
  }

  .site-header .main-navigation ul.menu>li.mal-menu-cta>a {
    min-width: 112px;
    min-height: 44px;
    padding: 0 16px;
  }

  .mal-intro-body {
    grid-template-columns: 1fr;
  }

  .mal-final-grid-inner {
    grid-template-columns: 1fr;
  }

  .mal-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mal-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mal-process-step:nth-child(2n)::after {
    display: none;
  }

  .mal-process-step:nth-child(3n)::after {
    display: block;
  }

  .mal-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mal-footer-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 765px) {

    .secondary-navigation {
    display: block;
  }
  
  .secondary-navigation li {
    display: none;
  }

  .secondary-navigation li#menu-item-13 {
    display: block;
    margin-top: 10px;
  }

  .mal-hero-panel-contact.mal-contacto-form-column {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  
.mal-hero-panel textarea.wpcf7-form-control.wpcf7-textarea {
    height: 45px;
}

.mal-hero-panel label {
    width: 100%;
}
.mal-hero-panel-contact.mal-contacto-form-column .wpcf7-form {
  gap: 0;
}

.mal-hero textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 10px;
}

  .mal-hero-panel-contact .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    margin-bottom: 0;
}

  .mal-hero-panel-contact .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  .mal-container {
    width: calc(100% - 24px);
  }

  .site-header .site-title a {
    font-size: 2rem;
  }

  .site-header .main-navigation ul.menu {
    gap: 10px;
  }

  .mal-hero {
    height: auto;
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .mal-hero-canvas {
    opacity: 0.88;
  }

  .mal-hero-copy h1 {
    font-size: clamp(1.6rem, 6vw, 2rem);
    line-height: 1.15;
  }

  .mal-kicker {
    font-size: 1.1rem;
  }

  .mal-hero-panel {
    padding: 20px;
  }

  .mal-hero-panel-contact {
    max-width: 100%;
  }

  .mal-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }


  .mal-hero-trust-list {
    flex-direction: column;
    gap: 0;
  }

  .mal-section {
    padding: 40px 0;
  }

  .mal-intro-card {
    padding: 24px;
  }

  .mal-intro-card h2 {
    font-size: clamp(1.4rem, 5vw, 1.7rem);
    line-height: 1.25;
  }

  .mal-intro-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 13px;
}

  .mal-intro-logo-wrap {
    max-width: 160px;
    margin: 0 auto;
  }

  .mal-intro-body h3 {
    font-size: 1.3rem;
  }

  .mal-intro-body ul {
    padding-left: 18px;
  }

  .mal-intro-body li {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .mal-services-panel {
    padding: 40px 0;
  }

  .mal-services-layout {
    flex-direction: column;
  }

  .mal-services-heading {
    text-align: center;
  }

  .mal-services-kicker {
    font-size: 0.95rem;
  }

  .mal-services-panel h2 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .mal-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mal-service-card {
    padding: 20px;
    text-align: center;
  }

  .mal-service-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .mal-service-card h3 {
    font-size: 1.4rem;
  }

  .mal-service-card p {
    font-size: 0.95rem;
  }

  .mal-section-accent {
    padding: 40px 0;
  }

  .mal-section-accent h2 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .mal-process-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mal-process-step {
    padding: 20px;
  }

  .mal-process-step::after {
    top: auto;
    right: auto;
    left: 24px;
    bottom: -13px;
    width: 2px;
    height: 26px;
    background: linear-gradient(180deg, rgba(0, 105, 98, 0.5), rgba(0, 105, 98, 0.08));
  }

  .mal-process-step:not(:last-child)::after {
    display: block;
  }

  .mal-process-step:last-child::after {
    display: none;
  }

  .mal-process-step:nth-child(3n)::after {
    display: block;
  }

  .mal-process-cta-card {
    padding: 24px;
    text-align: center;
  }

  .mal-process-cta-button {
    width: 100%;
  }

  .mal-client-logos-swiper {
    padding: 10px 0;
  }

  .mal-clients-title {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .mal-section-intro {
    font-size: 1rem;
    padding: 0 10px;
  }

  .mal-cases-swiper {
    padding: 10px 0;
  }

  .mal-case-slide {
    padding: 20px;
  }

  .mal-case-cover {
    height: 140px;
  }

  .mal-case-profile {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: 10px;
    padding: 8px;
  }

  .mal-case-slide-body {
    font-size: 0.95rem;
  }

  .mal-case-tabs {
    margin-top: 16px;
  }

  .mal-case-tab-panel-title {
    font-size: 1.1rem !important;
  }

  .mal-case-tab-panel p {
    font-size: 0.95rem;
  }

  .mal-cases-controls {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .mal-case-tab-list {
    flex-direction: column;
  }

  .mal-case-tab-button {
    width: 100%;
    text-align: left;
  }

  .mal-case-head {
    flex-wrap: wrap;
  }

  .mal-final-grid {
    min-height: auto;
    padding: 40px 0;
  }

  .mal-final-grid-inner {
    min-height: auto;
    padding: 20px;
  }

  .mal-contacto-form-column {
    padding: 20px;
    margin: 16px 0;
    width: 100%;
    border-radius: 18px;
    backdrop-filter: blur(12px) saturate(1.2);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
  }

  .mal-contacto-form-column h2 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .mal-contacto-form-column p {
    font-size: 0.95rem;
  }

  .mal-contact-form label {
    font-size: 0.95rem;
  }

  .mal-contact-form input {
    padding: 12px;
    font-size: 1rem;
  }

  .mal-contact-form .mal-button {
    padding: 14px 20px;
  }

  .mal-footer {
    padding: 40px 0 20px;
  }

  .mal-footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .mal-footer-brand {
    order: -1;
  }

  .mal-footer-logo {
    font-size: 1.8rem;
  }

  .mal-footer-brand p {
    font-size: 0.95rem;
  }

  .mal-footer-nav {
    flex-direction: column;
    gap: 12px;
    justify-content: start;
    justify-items: start;
    text-align: left;
  }

  .mal-footer-nav ul,
  .mal-footer-menu {
    justify-items: start;
    text-align: left;
  }

  .mal-footer-nav a,
  .mal-footer-nav ul li a {
    text-align: left;
  }

  .mal-footer-contact {
    font-size: 0.95rem;
  }

  .mal-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .mal-benefits-grid,
  .mal-link-grid,
  .mal-founders-grid {
    grid-template-columns: 1fr;
  }
}
