:root {
  --brazilnet-real-white: #ffffff;
  --brazilnet-white: #fffeff;
  --brazilnet-green: #00a443;
  --brazilnet-green-1: #007f33;
  --brazilnet-forest: #00402a;
  --brazilnet-blue: #007acb;
  --brazilnet-orange: #ff9c1a;
  --brazilnet-sand: #fff5ec;
  --brazilnet-sky: #d8f3ff;
}

#brazilnet {
  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;
  background: var(--brazilnet-sand);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#brazilnet .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

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

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

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

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

#brazilnet .brazilnet_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 16px;
  display: block;
}

#brazilnet .brazilnet_title {
  color: var(--brazilnet-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}

#brazilnet .brazilnet_content {
  width: 100%;
  position: relative;
}

#brazilnet .brazilnet_map {
  width: 100%;
  border-radius: 15px;
  padding: 22px 10px;
  background-color: var(--brazilnet-sky);
  margin: 0 auto 16px;
}

#brazilnet .brazilnet_item_header {
  border-radius: 15px;
  background: var(--brazilnet-real-white);
  padding: 8px;
  margin-bottom: 16px;
}

#brazilnet .brazilnet_item_header_title {
  padding-left: 48px;
  position: relative;
  color: var(--brazilnet-forest) !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

#brazilnet .brazilnet_item_header_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--brazilnet-forest);
  overflow: hidden;
  color: var(--brazilnet-white) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#brazilnet .brazilnet_item_detail {
  border-radius: 15px;
  background: var(--brazilnet-sky);
  overflow: hidden;
  width: 100%;
}

#brazilnet .brazilnet_list_item {
  border-radius: 15px;
  background: var(--brazilnet-real-white);
  padding: 8px 16px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 8px !important;
  color: var(--brazilnet-forest) !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-wrap: balance;
  padding-right: 15%;
}

#brazilnet .brazilnet_list_item:last-child {
  margin-bottom: 0 !important;
}

#brazilnet .brazilnet_list_item:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

#brazilnet .brazilnet_list_item-1:after {
  border-radius: 4.71px;
  background: #a2bcb1;
}

#brazilnet .brazilnet_list_item-2:after {
  border-radius: 100%;
  background-color: var(--brazilnet-orange);
}

#brazilnet .brazilnet_list_item-3:after {
  border-radius: 100%;
  background-color: var(--brazilnet-green-1);
}

#brazilnet .brazilnet_list_item-4:after {
  height: 4px;
  background-color: var(--brazilnet-green-1);
}

#brazilnet .brazilnet_list_item-5:after {
  border-radius: 100%;
  background-color: var(--brazilnet-blue);
}

#brazilnet .brazilnet_list_item-6:after {
  height: 4px;
  background-color: var(--brazilnet-blue);
}

#brazilnet .brazilnet_list_item span {
  display: block;
  font-weight: 400;
}

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

  #brazilnet .brazilnet_title {
    font-size: 32px;
    line-height: 1.125;
  }

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

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

  #brazilnet .brazilnet_map {
    border-radius: 18.838px;
    background-color: var(--brazilnet-sand);
    position: absolute;
    top: 28px;
    left: 28px;
    width: calc(100% - 56px);
    z-index: 9;
    padding: 24px;
  }

  #brazilnet .brazilnet_map_inner {
    border-radius: 18.838px;
    overflow: hidden;
    background-color: var(--brazilnet-sky);
    padding: 10px 35px;
  }

  #brazilnet .brazilnet_item {
    display: flex;
    flex-direction: column;
  }

  #brazilnet .brazilnet_item_header {
    order: 1;
    margin-top: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }

  #brazilnet .brazilnet_item_header_title {
    margin-top: auto;
    margin-bottom: auto;
  }

  #brazilnet .swiper-controls {
    margin-right: 0;
  }

  #brazilnet .brazilnet_list {
    padding: 24px;
    border-radius: 18.838px;
    background: var(--brazilnet-sand);
    position: absolute;
    bottom: 115px;
    left: 28px;
    width: calc(100% - 56px);
    z-index: 9;
  }

  #brazilnet .brazilnet_swiper {
    margin-bottom: 0;
  }

  #brazilnet .brazilnet_item_detail {
    min-height: 983px;
    padding-top: 0;
    padding-bottom: 230px;
    overflow: hidden;
  }
  #brazilnet .brazilnet_item_detail_image {
    max-width: 501px;
  }

  #brazilnet .brazilnet_list_item {
    padding-right: 0;
  }
}
