:root {
  --advcables-white: #fff;
  --advcables-green: #00a443;
  --advcables-green-1: #007f33;
  --advcables-green-2: #008C39;
  --advcables-green-4: #5BD38C;
  --advcables-sand: #fff5ec;
  --advcables-sand-1: #fffeff;
  --advcables-sand-3: #D8CFC7;
  --advcables-sand-7: #3A3735;
  --advcables-forest: #00402a;
  --advcables-forest-1: #DCEBE1;
  --advcables-forest-2: #A2BCB1;
  --advcables-forest-4: #2F6852;
  --advcables-sky: #0DA9FF;
  --advcables-sky-320: #D8F3FF;
  --advcables-sunset: #FF9C1A;
}

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

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

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

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

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

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

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

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

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

#advcables .advcables_description {
  color: var(--advcables-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  margin-bottom: 24px;
}

#advcables .advcables_content {
  
}

#advcables .advcables_media {
  border-radius: 15px;
  background: var(--advcables-sky-320);
  padding: 17px 11px;
  position: relative;
}

#advcables .advcables_button {
  border-radius: 15px;
  border: 1px solid var(--advcables-green-1);
  background: var(--advcables-sand-1);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--advcables-green-1) !important;
  font-family: "IberPangea" !important;
  font-size: 24px;
  line-height: 1.16;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  transition: all 0.5s;
}

#advcables .advcables_button:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('images/ico-mas.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  transform: rotate(0deg);
  transition: all 0.5s;
}

#advcables .advcables_button:hover,
#advcables .advcables_button.is-active {
  background-color: var(--advcables-green-1);
  color: var(--advcables-sand-1) !important;
}

#advcables .advcables_button:hover:after,
#advcables .advcables_button.is-active:after {
  transform: rotate(-45deg);
}

#advcables .advcables_button-1 {
  margin-bottom: 16px;
}

#advcables .advcables_button-2 {
  
}

#advcables .advcables_button-3 {
  margin-bottom: 16px;
}

#advcables .advcables_button-4 {
  
}

#advcables .advcables_media_image {
  display: block;
  width: 100%;
  margin: 41px auto;
}

#advcables .advcables_media_image_tag {
  
}

#advcables .advcables_modal {
  border-radius: 15px;
  margin-top: 16px;
  display: none;
}

#advcables .advcables_modal.active {
  display: block;
}

#advcables .advcables_modal_header {
  border-radius: 15px 15px 0 0;
  background: var(--advcables-green-2);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#advcables .advcables_modal_title {
  color: var(--advcables-sand-1) !important;
  font-family: "IberPangea" !important;
  font-size: 24px;
  line-height: 1.16;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#advcables .advcables_modal_close {
  display: flex;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  background-image: url('images/ico-cerrar.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: auto;
}

#advcables .advcables_modal_inner {
  border-radius: 0 0 15px 15px;
  border: 1px solid var(--advcables-sand-3);
  background: var(--advcables-sand-1);
  padding: 24px 8px;
}

#advcables .advcables_modal_subtitle {
  color: var(--advcables-green-1) !important;
  font-family: "IberPangea" !important;
  font-size: 24px;
  line-height: 1.16;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-bottom: 16px;
}

#advcables .advcables_modal_content {
  border-radius: 16px;
  background: var(--advcables-sand);
  padding: 16px 8px;
  margin-bottom: 16px;
}

#advcables .advcables_modal_content:last-child {
  margin-bottom: 0;
}

#advcables .advcables_modal_subsubtitle {
  border-radius: 15px;
  background: var(--advcables-sand-1);
  padding: 8px;
  min-height: 64px;
  color: var(--advcables-forest) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

#advcables .advcables_modal_text {
  border-radius: 15px;
  background: var(--advcables-sand-1);
  padding: 16px 16px 24px;
  color: var(--advcables-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
}

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

#advcables .advcables_modal_image {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 1000px) {

  #advcables {
    padding: 0;
    border-radius: 0;
    border: none;
  }
    
  #advcables .advcables_title {
    font-size: 32px;
    line-height: 1.125;
  }

  #advcables .advcables_description {
    line-height: 1.33;
    margin-bottom: 32px;
  }

  #advcables .advcables_media {
    padding: 99px 19px;
  }

  #advcables .advcables_content {
    position: relative;
  }

  #advcables .advcables_media_image {
    margin: 0 auto;
    max-width: 756px;
  }
  
  #advcables .advcables_button {
    position: absolute;
    padding: 16px 24px;
    width: calc(50% - 83px);
    max-width: 338px;
    margin-bottom: 0;
  }

  #advcables .advcables_button-1 {
    top: 76px;
    left: 69px;
  }

  #advcables .advcables_button-2 {
    top: 76px;
    right: 69px;
  }

  #advcables .advcables_button-3 {
    bottom: 70px;
    left: 69px;
  }

  #advcables .advcables_button-4 {
    bottom: 70px;
    right: 69px;
  }

  #advcables .advcables_modal {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 120px);
    left: 58px;
    width: calc(100% - 116px);
  }

  #advcables .advcables_modal[data-number="opt4"] {
    height: auto;
  }
  
  #advcables .advcables_modal_inner {
    height: calc(100% - 64px);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
  }

  #advcables .advcables_modal_subtitle {
    width: calc(50% - 12px);
    order: 1;
  }
  
  #advcables .advcables_modal_content {
    height: calc(100% - 44px);
    width: calc(50% - 12px);
    order: 3;
  }
  
  #advcables .advcables_modal[data-number="opt4"] .advcables_modal_subtitle,
  #advcables .advcables_modal[data-number="opt4"] .advcables_modal_content {
    width: 100%;
  }

  #advcables .advcables_modal_content:nth-of-type(2) {
    margin-left: auto;
  }

  #advcables .advcables_modal_content + .advcables_modal_subtitle {
    order: 2;
    margin-left: auto;
  }
}
