:root {
  --chatbot-white: #fff;
  --chatbot-green: #00a443;
  --chatbot-green-1: #007f33;
  --chatbot-brown: #3a3735;
  --chatbot-border: #d8cfc7;
  --chatbot-sand: #fff5ec;
  --chatbot-sand-1: #fffeff;
  --chatbot-sunset: #ff9c1a;
  --chatbot-forest: #00402a;
}

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

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

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

#chatbot h2 {
  margin-top: 0 !important;
}

#chatbot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#chatbot ul li:before {
  content: none !important;
  display: none !important;
}

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

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

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

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

#chatbot .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#chatbot .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#chatbot .swiper-fade .swiper-slide-active,
#chatbot .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

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

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

#chatbot .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

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

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

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

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

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

#chatbot .swiper-slide {
  overflow: hidden;
}

#chatbot .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 16px 0 0 auto;
  position: relative;
  z-index: 1;
}

#chatbot .swiper-button-prev,
#chatbot .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

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

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

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

#chatbot .chatbot_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: none;
}

#chatbot[data-slider="1"] .chatbot_swiper,
#chatbot[data-slider="2"] .chatbot_swiper,
#chatbot[data-slider="3"] .chatbot_swiper,
#chatbot[data-slider="4"] .chatbot_swiper,
#chatbot[data-slider="5"] .chatbot_swiper {
  display: block;
}

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

#chatbot .chatbot_title strong {
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
}

#chatbot .chatbot_title strong em {
  font-weight: normal;
  font-style: normal;
  font-family: "IberPangea BoldItalic" !important;
}

#chatbot .chatbot_media {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--chatbot-sand);
  margin-bottom: 24px;
  position: relative;
}

#chatbot .chatbot_media_content {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
}

#chatbot .chatbot_media_image {
  width: 100%;
}

#chatbot .chatbot_media_image-5,
#chatbot .chatbot_media_image-2,
#chatbot .chatbot_media_image-3,
#chatbot .chatbot_media_image-4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}

#chatbot .chatbot_media_image-5 {
  z-index: 4;
}

#chatbot .chatbot_media_image-4 {
  z-index: 3;
}

#chatbot .chatbot_media_image-3 {
  z-index: 2;
}

#chatbot .chatbot_media_image-2 {
  z-index: 1;
}

#chatbot[data-slider="1"] .chatbot_media_image-2,
#chatbot[data-slider="1"] .chatbot_media_image-3,
#chatbot[data-slider="1"] .chatbot_media_image-4,
#chatbot[data-slider="1"] .chatbot_media_image-5,
#chatbot[data-slider="2"] .chatbot_media_image-1,
#chatbot[data-slider="2"] .chatbot_media_image-3,
#chatbot[data-slider="2"] .chatbot_media_image-4,
#chatbot[data-slider="2"] .chatbot_media_image-5,
#chatbot[data-slider="3"] .chatbot_media_image-1,
#chatbot[data-slider="3"] .chatbot_media_image-2,
#chatbot[data-slider="3"] .chatbot_media_image-4,
#chatbot[data-slider="3"] .chatbot_media_image-5,
#chatbot[data-slider="4"] .chatbot_media_image-1,
#chatbot[data-slider="4"] .chatbot_media_image-2,
#chatbot[data-slider="4"] .chatbot_media_image-3,
#chatbot[data-slider="4"] .chatbot_media_image-5,
#chatbot[data-slider="5"] .chatbot_media_image-1,
#chatbot[data-slider="5"] .chatbot_media_image-2,
#chatbot[data-slider="5"] .chatbot_media_image-3,
#chatbot[data-slider="5"] .chatbot_media_image-4 {
  opacity: 0.3;
}

#chatbot .chatbot_media_point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  background: var(--chatbot-forest);
  color: var(--chatbot-sand-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: center;
  text-decoration: none;
  z-index: 5;
  cursor: pointer;
}

#chatbot .chatbot_media_point.active {
  background-color: var(--chatbot-green);
}

#chatbot .chatbot_media_point-1 {
  top: 28px;
  left: 35px;
}

#chatbot .chatbot_media_point-2 {
  top: 28px;
  left: 185px;
}

#chatbot .chatbot_media_point-3 {
  top: 237px;
  left: 205px;
}

#chatbot .chatbot_media_point-4 {
  top: 455px;
  left: 35px;
}

#chatbot .chatbot_media_point-5 {
  top: 455px;
  left: 185px;
}

#chatbot .chatbot_item {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--chatbot-sand);
  padding: 16px;
  position: relative;
}

#chatbot .chatbot_item_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--chatbot-green);
  color: var(--chatbot-sand-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 16px;
  left: 16px;
}

#chatbot .chatbot_item_icon {
  max-width: 80px;
  margin-left: auto;
  margin-bottom: 8px;
  order: -1;
}

#chatbot .charbot_item_title {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
  color: var(--chatbot-green-1) !important;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 8px;
}

#chatbot .charbot_item_title em {
  font-family: "IberPangeaText BoldItalic" !important;
  font-style: normal;
}

#chatbot .chatbot_item_text {
  color: var(--chatbot-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#chatbot .chatbot_item_text strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
  color: var(--chatbot-green-1) !important;
}

#chatbot .chatbot_item_text em {
  font-family: "IberPangeaText Italic" !important;
  font-style: normal;
}

#chatbot .chatbot_source {
  color: var(--chatbot-brown) !important;
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

#chatbot[data-slider="1"] .chatbot_source,
#chatbot[data-slider="2"] .chatbot_source,
#chatbot[data-slider="3"] .chatbot_source,
#chatbot[data-slider="4"] .chatbot_source,
#chatbot[data-slider="5"] .chatbot_source {
  margin-top: -23px;
}

@media (min-width: 700px) {
  #chatbot {
    padding: 31px;
  }

  #chatbot .chatbot_title {
    font-size: 32px;
    line-height: 1.125;
  }

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

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

  #chatbot .swiper-controls {
    margin-top: 8px;
  }

  #chatbot .chatbot_media_content {
    max-width: 503px;
  }

  #chatbot .chatbot_media_point:hover {
    background-color: var(--chatbot-green);
  }

  #chatbot .chatbot_media_point-1 {
    top: 35px;
    left: 36px;
  }

  #chatbot .chatbot_media_point-2 {
    top: 264px;
    left: 23px;
  }

  #chatbot .chatbot_media_point-3 {
    top: 238px;
    left: 242px;
  }

  #chatbot .chatbot_media_point-4 {
    top: 35px;
    left: 442px;
  }

  #chatbot .chatbot_media_point-5 {
    top: 264px;
    left: 416px;
  }

  #chatbot .chatbot_item {
    gap: 16px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  #chatbot .chatbot_item_number {
    position: relative;
    top: auto;
    left: 0;
  }

  #chatbot .chatbot_item_icon {
    margin: 0;
    order: 1;
  }
}
