.customize-support ul.sticky-nav {
  top: 60px;
}

.customize-support header {
  top: 31px;
}

.customize-support header aside.dropdown-menu.fixed {
  margin-top: 36px;
}

.customize-support aside.mobile-menu.fixed {
  top: 84px;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
      top: -46px;
  }
}

.has-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

div#wpcf7-f743-o1 span.wpcf7-form-control-wrap:nth-child(1),
div#wpcf7-f743-o1 span.wpcf7-form-control-wrap:nth-child(6),
div#wpcf7-f742-o1 span.wpcf7-form-control-wrap:nth-child(1),
div#wpcf7-f742-o1 span.wpcf7-form-control-wrap:nth-child(6) {
  grid-column: 1 / -1;
}

div#wpcf7-f457-o1 span.wpcf7-form-control-wrap:nth-child(3),
div#wpcf7-f457-o1 span.wpcf7-form-control-wrap:nth-child(6),
div#wpcf7-f418-o1 span.wpcf7-form-control-wrap:nth-child(3),
div#wpcf7-f418-o1 span.wpcf7-form-control-wrap:nth-child(6) { 
  grid-column: 1 / -1;
}

.grid-cards div a {
  height: 100%;
  aspect-ratio: inherit;
  min-height: 420px;
}

.break-word {
  word-wrap: break-word;
}


.sticky-nav {
  transition: background 0.3s ease;
  top: calc(var(--header-height));
}

.sticky-nav.is-sticky {
  @media (width >= 40rem) {
    background: #dee4e4;
  }
}

.bg-medium-teal {
  background: #3D8282;
}

.list-arrow {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-arrow li {
  position: relative;
  padding-left: 28px; /* espacio para la imagen */
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
}

.list-arrow li:has(> ul) {
  border-bottom: none;
}

.list-arrow li ul {
  padding-top: 1rem;
}

.list-arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  background-image: url('../images/black-arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.customize-support ul.sticky-nav {
  top: 116px;
}

.bl-menu {
  position: inherit; 
  @media (width >= 40rem) {
    position: sticky;
  }
}

.swiper.has-few-slides .swiper-wrapper > a {
  height: 100%;
  aspect-ratio: inherit;
  min-height: 420px;
}

.swiper.has-few-slides .swiper-wrapper {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  gap: calc(var(--spacing) * 4);
}


.swiper.has-few-slides .swiper-wrapper {
  @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.swiper.has-few-slides .swiper-wrapper {
  @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.swiper.has-few-slides .swiper-wrapper {
  @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hover-opacity-0:hover p{
  @media (width >= 40rem) {
    opacity: 0%;
  }
}

.max-w-\[13em\] {
  max-width: 13em;
}

.pt-0 {
  padding-top: 0;
}