.fyx-slider,
.fyx-slider .wp-block-cover,
.fyx-slider .wp-block-cover-image {
  min-height: 575px;
  height: 575px;
}

.fyx-slider {
  position: relative;
  overflow: hidden;
}


.fyx-slider .wp-block-cover__inner-container {
  max-width: 1146px;
  margin:0 auto;
}

.fyx-slider .fyx-slider-nav-group.wp-block-group {
  display: none !important;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1146px;
  display: flex;
  justify-content: space-between; /* flechas a izquierda y derecha */
  align-items: center;
  gap: 16px; /* separación mínima en caso de widths menores */
  pointer-events: none; /* el contenedor no captura eventos... */
}

.fyx-slider .fyx-slider-nav-group.wp-block-group .fyx-slider-button { pointer-events: auto; }

@media (max-width:768px) {
  .fyx-slider,
  .fyx-slider .wp-block-cover,
  .fyx-slider .wp-block-cover-image {
    min-height: 250px;
    height: 250px;
  }
}

.fyx-slider .wp-block-cover {
  align-items: flex-end;
}

.fyx-slider .wp-block-cover .wp-block-cover__inner-container{
  padding-bottom: 55px;
}

 .fyx-slider .wp-block-columns > .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.fyx-slider p {
  color:#FFF;
  max-width: 500px;
  text-align: left;
}

 .fyx-slider p.testimonial-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.fyx-slider p.testimonial-person {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em;
  float:none;
  clear: both;
  margin-bottom: 0 !important;
  margin-block-end: 0;
}

.fyx-slider p.testimonial-company {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  float:none;
  clear: both;
}

.fyx-slider .wp-block-separator {
  border-width: 1px;
  width: 31px;
  max-width: 31px;
  margin-bottom: 20px;
  text-align: left;
  float:left;
  margin-left: 0 !important;
}

/* BULLETS */
.fyx-slider .bullet-container {
  margin: auto;
  padding: 0;
  height: 9px;
  width: auto;
  position: absolute;
  bottom: 27px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.fyx-slider .bullet-container > div {
  display: block;
  background-color: rgba(215, 231, 250, 1);
  height: 9px ;
  width: 9px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  box-sizing: border-box;
  border: 2px solid transparent;
}


@media(max-width:768px) {

  /* BULLETS */
  .fyx-slider .bullet-container {
    bottom: 18px;
  }

}


/* NAV */
/* .fyx-slider-nav {
  display: flex;
  justify-content: space-between;

  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: 65%;

  padding:0 10px;

} */

.fyx-slider-button {
  width: 60px;
  height: 32px;
  background: rgba(255,255,255,0);
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 20;
  -webkit-tap-highlight-color: transparent;
}

.fyx-slider-button:hover,
.fyx-slider-button:focus,
.fyx-slider-button:active,
.fyx-slider-button:visited,
.fyx-slider-button:disabled,
.fyx-slider-button:focus-visible,
.fyx-slider-button:focus-within {
  background: rgba(255,255,255,0);
  outline: none !important;
  box-shadow: none !important;
}


.fyx-slider-button > svg {
  width: 60px;
  height: 32px;
  display: block;
  cursor: pointer;
}

.fyx-slider-button > svg path {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
