:root {
  --debullying-white: #fffeff;
  --debullying-green: #007f33;
  --debullying-forest: #00402a;
  --debullying-border: #d8cfc7;
  --debullying-border-dark: #89837e;
  --debullying-sand: #fff5ec;
  --debullying-brown: #615d5a;
  --debullying-brown-dark: #3a3735;
  --debullying-sunset: #ff9c1a;
}

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

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

#debullying h2,
#debullying h3,
#debullying h4 {
  margin-top: 0 !important;
}

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

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

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

#debullying .debullying_title {
  color: var(--debullying-green) !important;
  font-size: 32px;
  line-height: 1.125;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 24px;
}

#debullying .debullying_title strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#debullying .debullying_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#debullying .debullying_swiper:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--debullying-border);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

#debullying .debullying_swiper:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--debullying-border);
  position: absolute;
  top: 176px;
  left: 0;
  z-index: 11;
}

#debullying .swiper-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  position: absolute;
  top: 252px;
  right: 20px;
  gap: 16px;
}

#debullying .swiper-button-prev,
#debullying .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;
  margin: 0;
}

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

#debullying .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/decalogo-acoso/images/ico-next.svg");
  margin-right: 0;
}

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

#debullying .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

#debullying .swiper-vertical {
  touch-action: pan-x;
}

#debullying .debullying_item {
  max-height: 390px;
}

#debullying .debullying_item_media {
  width: 100%;
  margin-bottom: 24px;
}

#debullying .debullying_item_media_image {
  display: block;
  width: 100%;
  max-width: 258px;
  margin: 0 auto;
}

#debullying .debullying_item_content {
  border-radius: 15px;
  background-color: var(--debullying-white);
  padding: 16px 68px 16px 20px;
  min-height: 185px;
}

#debullying .debullying_item_title {
  color: var(--debullying-forest) !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 5px;
}

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

#debullying .debullying_item_text strong {
  font-weight: 600;
}

#debullying .debullying_source {
  color: var(--debullying-brown) !important;
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  margin-top: 24px;
}

#debullying .debullying_source strong {
  font-weight: 400;
  font-style: italic;
  color: var(--debullying-brown-dark) !important;
}

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

  #debullying .debullying_title {
    margin-bottom: 22px;
  }

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

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

  #debullying .swiper-controls {
    top: 64px;
  }
  #debullying .debullying_item_media {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    max-width: 125px;
  }
  #debullying .debullying_item_media_image {
    max-width: 115px;
    margin-left: 0;
  }
  #debullying .debullying_item {
    display: flex;
    max-height: 210px;
  }
  #debullying .debullying_item_content {
    margin-top: 34px;
    margin-bottom: 34px;
    min-height: 139px;
    max-height: 139px;
  }
  #debullying .debullying_swiper {
    max-height: 200px;
    overflow: hidden;
  }
  #debullying .debullying_swiper:before {
    top: 199px;
  }
}


@media (max-width: 699px) {

    #debullying .debullying_item_media {
        margin-bottom: 0;
    }

    #debullying .debullying_item_trick {
        padding-top: 24px;
        background-color: var(--debullying-sand);
    }

    #debullying .debullying_item_content {
        opacity: 0;
        transition: opacity 0s 0s;
    }

    #debullying .swiper-slide-active .debullying_item_content {
        opacity: 1;
        transition: opacity 0.75s 0.15s;
    }

}