:root {
  --operators-white: #FFFFFF;
  --operators-forest: #00402A;
  --operators-forest-1: #DCEBE1;
  --operators-green: #00A443;
  --operators-green-1: #007F33;
  --operators-sand: #FFF5EC;
  --operators-sand-1: #FFFEFF;
  --operators-sand-3: #D8CFC7;
  --operators-sand-6: #615D5A;
  --operators-sand-7: #3A3735;
  --operators-sunset: #FF9C1A;
  --operators-sunset-475: #FFD97D;
}

#operators {
  width: 100%;
  max-width: 980px;
  padding: 32px 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(--operators-sand-3);
  background: white;
}

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

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

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

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

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

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

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

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

#operators .operators_accordion_header {
  position: relative;
  border: 1px solid var(--operators-sand-3);
  border-bottom: none;
  background: var(--operators-sand-1);
  padding: 8px 37px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#operators .operators_accordion:nth-of-type(1) .operators_accordion_header {
  border-radius: 15px 15px 0 0;
}

#operators .operators_accordion:nth-of-type(5) .operators_accordion_header {
  border-radius: 0 0 15px 15px;
  border-bottom: 1px solid var(--operators-sand-3);
}

#operators .operators_accordion_header:after {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/diferencias-operadores/images/ico-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

#operators .operators_accordion.active .operators_accordion_header:after {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/diferencias-operadores/images/ico-up.svg");
}

#operators .operators_accordion_icon {
  max-width: 48px;
}

#operators .operators_accordion_title {
  color: var(--operators-forest) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  min-width: 73px;
}

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

#operators .operators_accordion.active .operators_accordion_content {
  max-height: 1000px;
  transition: max-height 0.5s ease-in-out;
}

#operators .operators_accordion_answer {
  color: var(--operators-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding: 59px 16px 12px;
  position: relative;
}

#operators .operators_accordion_answer-dno {
  background-color: var(--operators-forest-1);
}

#operators .operators_accordion_answer-dso {
  background-color: var(--operators-sunset-475);
}

#operators .operators_accordion_answer em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 10px;
  color: var(--operators-sand-1) !important;
  font-family: "IberPangea" !important;
  font-size: 24px;
  line-height: 1.16;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#operators .operators_accordion_answer-dno em {
  background-color: var(--operators-green-1);
}

#operators .operators_accordion_answer-dso em {
  color: var(--operators-forest) !important;
  background-color: var(--operators-sunset);
}

#operators .operators_accordion_answer strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#operators .operators_content_title {
  display: none;
}

@media (min-width: 700px) {

  #operators {
    padding: 40px 32px;
  }

  #operators .operators_title {
    font-size: 32px;
    line-height: 1.125;
  }

  #operators .operators_content_title {
    display: flex;
    width: 66.66%;
    margin-left: auto;
  }

  #operators .operators_content_title_item {
    flex: 1;
  }

  #operators .operators_content_title_item {
    padding: 8px 16px;
    background-color: var(--operators-green-1);
    color: var(--operators-sand-1) !important;
    font-family: "IberPangea" !important;
    font-size: 24px;
    line-height: 1.16;
    font-style: normal;
    font-weight: normal;
    text-align: center;
  }

  #operators .operators_content_title_item-dno {
    border-radius: 15px 0 0 0;
    background-color: var(--operators-green-1);
  }

  #operators .operators_content_title_item-dso {
    border-radius: 0 15px 0 0;
    background-color: var(--operators-sunset);
    color: var(--operators-forest) !important;
  }

  #operators .operators_accordion_content,
  #operators .operators_accordion.active .operators_accordion_content {
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out;
  }

  #operators .operators_accordion_answer em {
    display: none;
  }

  #operators .operators_accordion {
    display: flex;
  }

  #operators .operators_accordion_header {
    width: 33.33%;
    cursor: default;
  }

  #operators .operators_accordion:nth-of-type(1) .operators_accordion_header {
    border-radius: 15px 0 0 0;
  }

  #operators .operators_accordion:nth-of-type(5) .operators_accordion_header {
    border-radius: 0 0 0 15px;
  }

  #operators .operators_accordion_header:after {
    content: none;
    display: none;
  }

  #operators .operators_accordion_content {
    display: flex;
    width: 66.66%;
  }

  #operators .operators_accordion_answer {
    flex: 1;
    padding: 18px 8px;
    border: 1px solid var(--operators-sand-3);
    border-left: none;
    border-bottom: none;
  }

  #operators .operators_accordion:nth-of-type(5) .operators_accordion_answer {
    border-bottom: 1px solid var(--operators-sand-3);
  }

  #operators .operators_accordion:nth-of-type(5) .operators_accordion_answer-dso {
    border-radius: 0 0 15px 0;
  }

  #operators .operators_accordion:nth-of-type(1) .operators_accordion_answer-dno,
  #operators .operators_accordion:nth-of-type(3) .operators_accordion_answer-dno,
  #operators .operators_accordion:nth-of-type(5) .operators_accordion_answer-dno,
  #operators .operators_accordion:nth-of-type(2) .operators_accordion_answer-dso,
  #operators .operators_accordion:nth-of-type(4) .operators_accordion_answer-dso {
    background-color: var(--operators-white);
  }
  
}
