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

#maas {
  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(--maas-sand);
}

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

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

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

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

#maas ul li:before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#maas img,
#maas svg {
  display: block;
  width: 100%;
}

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

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

#maas .maas_description {
  color: var(--maas-forest) !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 24px;
}

#maas .maas_accordion:not(:last-child) {
  margin-bottom: 16px;
}

#maas .maas_accordion_header {
  border-radius: 15px;
  background: var(--maas-green-1);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px;
  min-height: 76px;
}

#maas .maas_accordion.active .maas_accordion_header {
  border-radius: 15px 15px 0 0;
}

#maas .maas_accordion_header:before {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/maas/images/ico-mas.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  order: 1;
}

#maas .maas_accordion:not(.active) .maas_accordion_header:hover:before {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/maas/images/ico-cerrar.svg");
  transform: rotate(-45deg);
}

#maas .maas_accordion.active .maas_accordion_header:before {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/maas/images/ico-cerrar.svg");
}

#maas .maas_accordion_number {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--maas-sunset);
  text-decoration: none;
  color: var(--maas-sand-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: center;
}

#maas .maas_accordion_title {
  color: var(--maas-sand-1) !important;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: calc(100% - 80px);
}

#maas .maas_accordion_content {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}

#maas .maas_accordion.active .maas_accordion_content {
  max-height: 1000px;
  transition: max-height 0.5s ease-in-out;
}

#maas .maas_accordion_content_inner {
  border-radius: 0px 0px 15px 15px;
  background: var(--maas-white);
  padding: 16px 24px 24px;
}

#maas .maas_accordion_scroll {
  width: 100%;
  max-height: 204px;
  overflow-y: auto;
  margin-bottom: 16px;
}

#maas .maas_accordion_scroll::-webkit-scrollbar-track {
  width: 10px;
  border-radius: 15px;
  border: none;
  background-color: var(--maas-border);
  box-shadow: none;
}

#maas .maas_accordion_scroll::-webkit-scrollbar {
  width: 10px;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

#maas .maas_accordion_scroll::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 15px;
  box-shadow: none;
  border: none;
  background-color: var(--maas-green);
}

#maas .maas_accordion_text {
  color: var(--maas-black) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 16px;
}

#maas .maas_accordion_item {
  color: var(--maas-black) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 8px !important;
  position: relative;
  padding-left: 24px;
}

#maas .maas_accordion_item:last-child {
  margin-bottom: 0 !important;
}

#maas .maas_accordion_item:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--maas-green);
  position: absolute;
  left: 0;
  top: 7px;
}

#maas .maas_accordion_image {
  max-height: 232px;
  margin: 0 auto;
}

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

  #maas .maas_accordion_scroll {
    width: calc(100% - 207px);
    max-height: 500px;
    margin-bottom: 0;
    margin-right: auto;
  }

  #maas .maas_accordion_content_inner {
    display: flex;
  }

  #maas .maas_accordion_image {
    max-height: none;
    max-width: 191px;
    min-width: 191px;
    width: 191px;
    margin-left: auto;
    margin-right: 0;
  }

  #maas .maas_accordion_header {
    min-height: 64px;
    gap: 16px;
  }
}
