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

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

.fyx-slider .fyx-slider-nav-group.wp-block-group {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  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: 282px;
  }
}

.fyx-slider {position: relative;}


.fyx-slider,
.fyx-slider .wp-block-cover {
  height: 100vh;
  min-height: 100vh;
}

.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;
}

@media (max-width: 767px) {
  .fyx-slider .wp-block-columns > .wp-block-column:nth-child(2) {
    align-items: flex-start;
  }

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

  .fyx-slider .fyx-slider-nav-group.wp-block-group{    
    bottom: 52px;
    right: 0;
    left:auto;
    top: auto;
    max-width: 188px;
    transform: none;
    gap:0;
  }

}

.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:14px;
  /* Centering */
  right: 36px;
  transform: translateX(-50%);
}

.fyx-slider .bullet-container > div {
  display: block;
  background-color:rgba(255,255,255,0.5);
  height: 9px ;
  width: 9px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border: none;
}


@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: 90px;
  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: 90px;
  height: 32px;
  display: block;
  cursor: pointer;
}

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