:root {
  --rholders-white: #fff;
  --rholders-green: #00a443;
  --rholders-green-1: #007f33;
  --rholders-green-4: #5BD38C;
  --rholders-sand: #fff5ec;
  --rholders-sand-1: #fffeff;
  --rholders-sand-3: #D8CFC7;
  --rholders-sand-6: #615D5A;
  --rholders-sand-7: #3A3735;
  --rholders-forest: #00402a;
  --rholders-forest-1: #DCEBE1;
  --rholders-sunset: #FF9C1A;
  --rholders-sunset-2: #E3850D;
}

#rholders {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--rholders-sand-3);
  background: var(--rholders-sand-1);
  padding: 24px 16px;
}

#rholders.rholders {

}

#rholders.rholders-es {

}

#rholders.rholders-en {

}

#rholders.rholders-pt {

}

#rholders * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#rholders strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#rholders img {
  display: block;
  width: 100%;
}

#rholders .swiper {

}

#rholders .rholders_swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#rholders .swiper-autoheight,
#rholders .swiper-autoheight .swiper-slide {
  height: auto;
}

#rholders .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#rholders .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

#rholders .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#rholders .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  opacity: 0 !important;
  position: absolute;
}

#rholders .swiper-fade .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
  position: relative;
}

#rholders .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: row;
}

#rholders .swiper-android .swiper-slide,
#rholders .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#rholders .swiper-pointer-events {
  touch-action: pan-y;
}

#rholders .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

#rholders .swiper-slide-invisible-blank {
  visibility: hidden;
}

#rholders .swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#rholders .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

#rholders .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

#rholders .swiper-button-lock {
  display: none;
}

#rholders .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

#rholders .rholders_pagination {

}

#rholders .rholders_button-prev {

}

#rholders .rholders_button-next {

}

#rholders .swiper-button-prev,
#rholders .swiper-button-next {
  border: 0;
  width: 32px;
  height: 32px;
  display: block !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2;
}

#rholders .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/titulares-derechos/images/ico-prev.svg");
}

#rholders .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/titulares-derechos/images/ico-next.svg");
}

#rholders .swiper-button-prev.swiper-button-disabled,
#rholders .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

#rholders .swiper-button-prev:focus-visible,
#rholders .swiper-button-next:focus-visible {
  outline: 2px solid var(--rholders-green-1) !important;
  outline-offset: 3px;
}

#rholders .swiper-pagination {
  border-radius: 24px;
  border: 1px solid var(--rholders-forest);
  padding: 5px 16px;
  color: var(--rholders-forest) !important;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 68px;
  margin-right: auto;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  background-color: transparent !important;
  gap: 4px;
  white-space: nowrap;
}

#rholders .swiper-pagination .swiper-pagination-current {
  font-style: italic;
  color: var(--rholders-green-1) !important;
}

#rholders .swiper-pagination .swiper-pagination-total {
  font-style: italic;
}

#rholders .rholders_title {
  color: var(--rholders-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 24px;
}

#rholders .rholders_title strong {
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea Medium' !important;
}

#rholders .rholders_description {
  color: var(--rholders-green-1) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.14;
  text-align: left;
  margin-bottom: 12px;
}

#rholders .rholders_item_title {
  border-radius: 16px;
  background: var(--rholders-forest-1);
  padding: 8px 16px 8px 64px;
  position: relative;
  color: var(--rholders-forest) !important;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#rholders .rholders_item_title strong {
  font-size: 18px;
  line-height: 1.22;
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#rholders .rholders_item_title::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--rholders-green-1);
  color: var(--rholders-sand-1) !important;
  text-align: center;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

#rholders .rholders_item-1 .rholders_item_title::before {
  content: "1";
}

#rholders .rholders_item-2 .rholders_item_title::before {
  content: "2";
}

#rholders .rholders_item-3 .rholders_item_title::before {
  content: "3";
}

#rholders .rholders_item_content {
  border-radius: 16px;
  border: 1px solid var(--rholders-sand-3);
  background: var(--rholders-white);
  padding: 16px;
  padding-top: 41px;
  margin-top: -25px;
}

#rholders .rholders_item_subtitle {
  color: var(--rholders-green-1) !important;
  font-family: "IberPangea" !important;
  font-size: 21px;
  line-height: 1.14;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 8px;
}

#rholders .rholders_item picture {
  display: block;
  width: 100%;
}

#rholders .rholders_item_image {
  width: 100%;
  margin-bottom: 12px;
}

#rholders .rholders_item_ico {
  max-width: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

#rholders .rholders_item_text {
  width: 100%;
  color: var(--rholders-forest) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 8px;
  min-height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#rholders .rholders_item_text strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
}

@media (min-width: 700px) {

  #rholders {
    padding: 32px;
  }

  #rholders .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/titulares-derechos/images/ico-prev-hover.svg");
  }

  #rholders .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/titulares-derechos/images/ico-next-hover.svg");
  }

  #rholders .rholders_title {
    font-size: 32px;
    line-height: 1.125;
  }

  #rholders .rholders_item_content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  #rholders .rholders_item_subtitle {
    grid-column: 1 / -1;
  }

}
