@charset "UTF-8";
section {
  font-size: 16px;
  line-height: 24px;
}

section h2 {
  margin-bottom: 20px;
  color: #009494;
  font-weight: 400;
}

section h3 {
  margin-top: 30px;
  margin-bottom: 6px;
  color: #009494;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

section p, section ol, section ul, section table {
  margin-bottom: 15px;
}

section ol > li, section ul > li {
  padding-left: 10px;
  margin-bottom: 8px;
}

section ol > li:last-child, section ul > li:last-child {
  margin-bottom: 0;
}

section ol ol, section ol ul, section ul ol, section ul ul {
  margin-top: 8px;
}

section ol {
  list-style-type: lower-alpha;
}

section ul > li::marker {
  content: '•';
  color: #009494;
}

section table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}

section table tr > * {
  padding: 10px 15px;
  border: 1px solid #DDE2E5;
}

section a {
  color: #F3732B;
  font-weight: 400;
  text-decoration: underline;
}

section a:focus {
  color: #f58f55;
}

section a:hover {
  color: #f8ab80;
}

section img {
  max-width: 100%;
}

section#sello-autoconsumo .asociados .duaCarousel-track {
  width: auto;
}

section#sello-autoconsumo .asociados .duaCarousel-track .duaCarousel-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

section#sello-autoconsumo .asociados .duaCarousel-prev,
section#sello-autoconsumo .asociados .duaCarousel-next {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section#sello-autoconsumo .asociados .duaCarousel-prev:before,
section#sello-autoconsumo .asociados .duaCarousel-next:before {
  color: #009494;
}

section#sello-autoconsumo .asociados .duaCarousel-prev:hover:before,
section#sello-autoconsumo .asociados .duaCarousel-next:hover:before {
  opacity: 0.6;
}

section#sello-autoconsumo .asociados .duaCarousel-prev {
  left: 0;
}

section#sello-autoconsumo .asociados .duaCarousel-prev:before {
  content: "\e91f";
}

section#sello-autoconsumo .asociados .duaCarousel-next {
  right: 0;
}

section#sello-autoconsumo .asociados .duaCarousel-next:before {
  content: "\e920";
}

@media (min-width: 1440px) {
  section .video {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  section#sello-autoconsumo .asociados .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 768px) {
  section h2 {
    margin-top: 60px;
    font-size: 36px;
    line-height: 40px;
  }
  section ol, section ul {
    padding-left: 50px;
  }
  section [style='padding-left: 30px;'] {
    padding-left: 50px !important;
  }
  section [style='padding-left: 30px;'] + ol,
  section [style='padding-left: 30px;'] + ul {
    padding-left: 100px;
  }
  section#sello-autoconsumo .asociados {
    margin-top: 50px;
  }
  section#sello-autoconsumo .asociados .section-sub {
    text-align: center;
  }
  section#sello-autoconsumo .asociados .duaCarousel-col {
    width: 330px;
  }
}

@media (max-width: 767px) {
  section h2 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  section ol, section ul {
    padding-left: 20px;
  }
  section [style='padding-left: 30px;'] {
    padding-left: 20px !important;
  }
  section [style='padding-left: 30px;'] + ol,
  section [style='padding-left: 30px;'] + ul {
    padding-left: 40px;
  }
  section#sello-autoconsumo .asociados {
    margin-top: 40px;
  }
  section#sello-autoconsumo .asociados .duaCarousel-col {
    width: 300px;
  }
}
/*# sourceMappingURL=estaticasFront.css.map */