:root {
  --spysoft-white: #ffffff;
  --spysoft-sand-1: #fffeff;
  --spysoft-green: #00a443;
  --spysoft-green-1: #007f33;
  --spysoft-forest: #00402a;
  --spysoft-brown: #3a3735;
  --spysoft-border: #d8cfc7;
  --spysoft-orange: #ff9c1a;
  --spysoft-sand: #fff5ec;
  --spysoft-sand-4: #b0a9a3;
  --spysoft-sand-5: #89837e;
  --spysoft-sand-6: #615d5a;
}

#spysoft {
  width: 100%;
  max-width: 980px;
  padding: 24px 16px;
  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(--spysoft-border);
  background: var(--spysoft-white);
}

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

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

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

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

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

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

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

#spysoft .spysoft_title strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#spysoft .spysoft_title em {
  font-style: italic;
}

#spysoft .spysoft_description {
  color: var(--spysoft-brown) !important;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 24px;
}

#spysoft .spysoft_description em {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#spysoft .spysoft_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
}

#spysoft .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  width: 100%;
}

#spysoft .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#spysoft .swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--spysoft-sand-5);
  outline: none;
}

#spysoft .swiper-pagination-bullet-active {
  border-color: var(--spysoft-green);
  background-color: var(--spysoft-green);
}

#spysoft .swiper-button-prev,
#spysoft .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;
}

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

#spysoft .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/software-espia/images/ico-next.svg");
  margin-left: 16px;
}

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

#spysoft .spysoft_subtitle {
  border-radius: 15px 15px 0px 0px;
  background: var(--spysoft-green-1);
  padding: 10px;
  color: var(--spysoft-sand-1) !important;
  font-size: 18px;
  line-height: 1.22;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-wrap: balance;
}

#spysoft .spysoft_swiper-1 {
  border-radius: 0 0 15px 15px;
  padding: 16px;
  border: 1px solid var(--spysoft-green-1);
  border-top: none;
  background: var(--spysoft-white);
}

#spysoft .spysoft_swiper-1 .swiper-pagination {
  display: none;
}

#spysoft .spysoft_item {
  background-color: var(--spysoft-white);
}

#spysoft .spysoft_item_media {
  width: 100%;
  max-width: 244px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

#spysoft .spysoft_item_info {
  border-radius: 15px;
  border: 1px solid var(--spysoft-sand-4);
  padding: 16px;
  min-height: calc(100% - 238px);
}

#spysoft .spysoft_item_title {
  color: var(--spysoft-green-1) !important;
  font-size: 18px;
  line-height: 1.22;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 16px;
}

#spysoft .spysoft_item_text {
  color: var(--spysoft-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
}

#spysoft .spysoft_swiper-2 {
  border-radius: 0px 0px 15px 15px;
  background: var(--spysoft-sand);
  padding: 16px;
}

#spysoft .spysoft_goal {
  width: 100%;
  border-radius: 15px;
  background: var(--spysoft-white);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#spysoft .spysoft_goal_icon {
  width: 100%;
  max-width: 70px;
  margin: 0 auto 8px;
}

#spysoft .spysoft_goal_text {
  color: var(--spysoft-brown) !important;
  text-align: center;
  text-wrap: balance;
  font-size: 16px;
  line-height: 1.25;
}

#spysoft .spysoft_source {
  color: var(--spysoft-sand-6) !important;
  font-size: 14px;
  line-height: 1.28;
  text-align: left;
  font-style: italic;
}

@media (min-width: 700px) {
  #spysoft {
    padding: 40px 32px;
  }

  #spysoft .spysoft_title {
    margin-bottom: 16px;
  }

  #spysoft .spysoft_swiper-1 .swiper-controls {
    padding: 0 16px;
  }

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

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

  #spysoft .spysoft_item_media {
    max-width: 469px;
  }

  #spysoft .spysoft_item_info {
    min-height: calc(100% - 442px);
  }

  #spysoft .spysoft_swiper-1 .swiper-pagination {
    display: flex;
    margin-right: auto;
  }
}
