@charset "UTF-8";
section .hero {
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: relative;
}
section .hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture:before {
  content: "";
  background-color: #262626;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .hero .container {
  position: relative;
}
section .hero .section-sup {
  color: #FFFFFF;
}
section .estaticas-tit,
section .estaticas-tit2,
section .estaticas-tit3 {
  font-family: var(--fontFamily2);
  font-weight: 600;
}
section .estaticas-tit {
  margin-bottom: 0;
}
section .estaticas-tit3 {
  margin-bottom: 13px;
}
section .collapse {
  padding: 24px;
  background-color: rgb(244.15, 244.15, 244.15);
  border-radius: 2px;
}
section .collapse .collapse-root {
  color: #2B782D;
  text-transform: uppercase;
  align-items: flex-start;
}
section .collapse .collapse-root .contentTitle {
  font-weight: 700;
  text-align: left;
}
section .collapse .collapse-root i {
  padding: 6px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: 40px;
  font-size: 28px;
}
section .collapse .collapse-cont {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
section .collapse + .collapse {
  margin-top: 10px;
}
section .collapse.collapse-on {
  background-color: rgb(244.4, 248.25, 244.5);
}
section .section-bottom a {
  color: #2B782D;
}
section .section-bottom a:focus {
  color: #262626;
}
section .section-bottom a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .section-bottom a:hover {
  color: #262626;
}
section .section-bottom ol, section .section-bottom ul {
  margin-left: 0;
  margin-bottom: 20px;
}
section .section-bottom ol:last-child, section .section-bottom ul:last-child {
  margin-bottom: 0;
}
section .section-bottom ol li, section .section-bottom ul li {
  padding-left: 10px;
  margin-bottom: 8px;
  position: relative;
}
section .section-bottom ol li:last-child, section .section-bottom ul li:last-child {
  margin-bottom: 0;
}
section .section-bottom ol ol, section .section-bottom ol ul, section .section-bottom ul ol, section .section-bottom ul ul {
  margin-top: 8px;
}
section .section-bottom ul {
  padding-left: 24px;
}
section .section-bottom ul > li::marker {
  content: "•";
}
section .section-bottom ol {
  padding-left: 20px;
  list-style-type: lower-alpha;
}
section .section-bottom ol ol {
  list-style-type: lower-roman;
}
section .section-bottom .adjunto {
  margin-bottom: 8px;
}
section .section-bottom .adjunto:last-child {
  margin-bottom: 0;
}
section .section-bottom .adjunto a {
  height: 42px;
  border-radius: 4px;
  background-color: rgb(244.15, 244.15, 244.15);
  color: #262626;
  font-weight: 500;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
section .section-bottom .adjunto a:hover span, section .section-bottom .adjunto a:focus span {
  text-decoration: underline;
}
section .section-bottom .adjunto .icon-file,
section .section-bottom .adjunto .icon-arrow {
  flex-grow: 0;
  flex-shrink: 0;
}
section .section-bottom .adjunto .icon-file {
  width: 42px;
  height: 42px;
  background-color: #E74E4E;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section .section-bottom .adjunto span {
  padding: 0 12px;
  flex-grow: 1;
}
section .section-bottom .adjunto .icon-arrow {
  padding: 0 12px;
  color: rgb(168.2, 168.2, 168.2);
}
@media (min-width: 1440px) {
  section .hero {
    min-height: 350px;
    padding: 150px 0 52px;
  }
  section .hero + * {
    margin-top: 100px;
  }
  section .estaticas-tit {
    font-size: 54px;
    line-height: 58px;
  }
  section .estaticas-tit2 {
    margin-bottom: 40px;
  }
  section .estaticas-tit3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.48px;
  }
  section * + .estaticas-tit2,
  section * + .estaticas-tit3 {
    margin-top: 80px;
  }
  section .adjunto {
    font-size: 16px;
    line-height: 24px;
  }
  section .collapse .collapse-root .contentTitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1439px) {
  section .adjunto {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .hero {
    min-height: 268px;
    padding: 130px 0 52px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .hero + * {
    margin-top: 80px;
  }
  section .estaticas-tit {
    font-size: 42px;
    line-height: 46px;
  }
  section .estaticas-tit2 {
    margin-bottom: 24px;
  }
  section .estaticas-tit3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  section * + .estaticas-tit2,
  section * + .estaticas-tit3 {
    margin-top: 52px;
  }
  section .collapse .collapse-root .contentTitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .hero {
    min-height: 258px;
    padding: 80px 0 42px;
  }
}
@media (min-width: 768px) {
  section .estaticas-tit2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 767px) {
  section .hero {
    min-height: 196px;
    padding: 60px 0 32px;
  }
  section .hero + * {
    margin-top: 64px;
  }
  section .estaticas-tit {
    font-size: 32px;
    line-height: 38px;
  }
  section .estaticas-tit2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.48px;
  }
  section .estaticas-tit3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
  }
  section * + .estaticas-tit2,
  section * + .estaticas-tit3 {
    margin-top: 32px;
  }
  section .collapse .collapse-root .contentTitle {
    font-size: 16px;
    line-height: 24px;
  }
}/*# sourceMappingURL=servicio-ppal.css.map */