@charset "utf-8";
html {
  font-size: 14px;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size: 16px;
  margin: 0;
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
}
main {
  display: block;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
img {
  border-style: none;
}
button,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
button,
button:-moz-focusring {
  outline: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
button {
  overflow: visible;
  border: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: 2px dashed #000;
}
body :focus-visible {
  outline: 2px dashed #000;
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
}
.epm-col,
.epm-col-12 {
  position: relative;
  width: 100%;
}
.epm-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@font-face {
  font-family: epm-icons;
  src:
    url(assets/fonts/epm-icons.ttf) format("truetype"),
    url(assets/fonts/epm-icons.woff) format("woff"),
    url(assets/images/epm-icons.svg#epm-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: EPM-Rounded-BT-Regular;
  src:
    url(fonts/EPM-Rounded-BT-Regular.otf) format("opentype"),
    url(fonts/EPM-Rounded-BT-Regular.otf) format("truetype");
}
@font-face {
  font-family: EPM-Rounded-BT-Bold;
  src:
    url(fonts/EPM-Rounded-BT-Bold.otf) format("opentype"),
    url(fonts/EPM-Rounded-BT-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(assets/fonts/fa-solid-900.eot);
  src:
    url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-solid-900.woff) format("woff"),
    url(fonts/fa-solid-900.woff2) format("woff2"),
    url(fonts/fa-solid-900.ttf) format("truetype"),
    url(img/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(assets/fonts/fa-regular-400.eot);
  src:
    url(fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-regular-400.woff) format("woff"),
    url(fonts/fa-regular-400.ttf) format("truetype"),
    url(images/fa-regular-400.svg#fontawesome) format("svg");
}
:focus-visible {
  outline: 2px dashed #000;
}
.epm-text {
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: 100;
  margin: 0;
}
.epm-text.epm-text--title {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #007934;
  margin-bottom: 32px;
  font-weight: 100;
}
.epm-text.epm-text--paragraph-small {
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #707070;
  font-weight: 100;
}
img {
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
span {
  font-size: 20px;
}
.epm-link {
  color: #007934 !important;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #7ad400;
  --bs-secondary: #007934;
  --bs-tertiary: #8b8d8e;
  --bs-success: #1f8834;
  --bs-info: #008181;
  --bs-warning: #dec100;
  --bs-danger: #d32800;
  --bs-primary-rgb: 122, 212, 0;
  --bs-secondary-rgb: 0, 121, 52;
  --bs-tertiary-rgb: 139, 141, 142;
  --bs-success-rgb: 31, 136, 52;
  --bs-info-rgb: 0, 129, 129;
  --bs-warning-rgb: 222, 193, 0;
  --bs-danger-rgb: 211, 40, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: #212529;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h1,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007934;
  text-decoration: underline;
}
a:hover {
  color: #00612a;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.d-flex {
  display: flex !important;
}
.h-100 {
  height: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-5 {
  margin-top: -8rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
body,
html {
  height: 100%;
}
.epm-link {
  text-decoration: underline;
  color: #007934;
}
.epm-link:hover {
  color: #005121;
}
.epm-link:visited {
  color: #13707d;
}
footer .footer-legalizacion-epm a {
  color: #007934;
  text-decoration: underline;
  font-size: 16px;
  width: auto;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #797979;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px #0003;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover {
  background: #d4d4d4;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #797979;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px #0003;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover {
  background: #d4d4d4;
}
.min-h-100 {
  min-height: 100%;
}
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::after,
.aem-Grid::before {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
@font-face {
  font-family: Epm-Rounded;
  src: url(fonts/EPMRoundedBTVF.ttf);
}
@font-face {
  font-family: Epm-Rounded-Regular;
  src: url(https://www.epm.com.co/etc.clientlibs/epm/clientlibs/clientlib-site/resources/fonts/EPMRoundedBTRegular.ttf);
}
@font-face {
  font-family: Epm-Italica;
  src: url(https://www.epm.com.co/etc.clientlibs/epm/clientlibs/clientlib-site/resources/fonts/EPMRoundedItalicaBTVF.ttf);
}
@font-face {
  font-family: Epm-Sans-Italica;
  src: url(https://www.epm.com.co/etc.clientlibs/epm/clientlibs/clientlib-site/resources/fonts/EPMSansitalicaBTVF.ttf);
}
@font-face {
  font-family: Epm-Sans;
  src: url(https://www.epm.com.co/etc.clientlibs/epm/clientlibs/clientlib-site/resources/fonts/EPMSansVF.ttf);
}
html {
  font-size: 100%;
}
body {
  background: #fff;
  color: #202020;
  font-family: Epm-Rounded !important;
  font-size: 1pc;
  line-height: 22px;
  margin: 0;
  width: 100%;
}
@media (max-width: 475px) {
  body {
    font-size: 0.875em;
  }
}
html {
  scroll-behavior: smooth;
}
a {
  color: #007934;
}
a,
a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
a:hover {
  color: #005121;
}
a:focus {
  color: #137d7f;
}
a:disabled,
a:focus {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
a:disabled {
  color: #b9bbbb;
}
p {
  color: #666;
  font-family: Epm-Rounded;
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
  margin-top: 0;
  padding: 0;
}
button {
  font: inherit;
}
:focus-visible {
  outline-color: #000 !important;
  outline-style: dashed !important;
  outline-width: medium;
}
.cmp-container {
  position: relative;
}
.menu .cmp-menu .accesibillity-container {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  height: 3rem;
  max-width: 3%;
  position: relative;
}
@media (max-width: 1920px) {
  .menu .cmp-menu .accesibillity-container {
    height: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .menu .cmp-menu .accesibillity-container {
    max-width: 5%;
  }
}
@media (max-width: 768px) {
  .menu .cmp-menu .accesibillity-container {
    max-width: 7%;
  }
}
@media (max-width: 550px) {
  .menu .cmp-menu .accesibillity-container {
    max-width: 10%;
  }
}
@media (max-width: 475px) {
  .menu .cmp-menu .accesibillity-container {
    max-width: 14%;
  }
}
.menu .cmp-menu .menu-accesibillity {
  background-image: url(https://www.epm.com.co/etc.clientlibs/epm/clientlibs/clientlib-site/resources/images/icons/icon-accessibility-bold.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .menu .cmp-menu .menu-accesibillity {
    background-image: url(https://www.epm.com.co/etc.clientlibs/epm/clientlibs/clientlib-site/resources/images/icons/icon-accessibility-bold-negative.svg);
  }
}
/* Barra verde superior del header */
.cmp-experiencefragment--new-header::before {
    content: "";
    display: none;
    width: 100%;
    height: 10px;
    border-top: 10px solid #36a21d;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 250px) and (max-width: 767px) {
    .cmp-experiencefragment--new-header {
        position: relative;
        padding-top: 10px;
    }
    
    .cmp-experiencefragment--new-header::before {
        display: block;
    }
}

.menu .content-logo {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  .menu .content-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    height: inherit;
  }
}
.menu .content-logo .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .menu .content-logo .logo {
    gap: 2.5rem;
    margin-left: 0;
  }
}
.menu .content-logo .logo img {
  height: 3.75rem;
  width: 8.438rem;
}
@media (max-width: 1024px) {
  .menu .content-logo .logo img {
    max-width: 165px;
  }
}
.menu .cmp-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  z-index: 9;
}
.menu .cmp-menu {
  position: relative;
}
.menu .cmp-menu .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  min-height: 6.25rem;
}
@media (max-width: 1200px) {
  .menu .cmp-menu .nav {
    height: 3rem;
  }
}
.menu .cmp-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 1200px) {
  .menu .cmp-menu .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .menu .cmp-menu .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: row;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    padding: 0.5rem 2rem;
    width: calc(100% - 4rem);
  }
}
@media (max-width: 1024px) and (max-width: 550px) {
  .menu .cmp-menu .nav {
    padding: 0.5rem 1.25rem;
    width: auto;
  }
}
.footer-legalizacion-epm {
  padding: 30px 0;
  margin-top: 2rem;
}
.politicas_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.politicas_footer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.politicas_footer > div:first-child {
  align-items: flex-start;
}
.politicas_footer > div:last-child {
  align-items: flex-end;
}
.terminos-link {
  color: #007934;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.terminos-link:hover {
  color: #005a28;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .politicas_footer > div {
    align-items: center !important;
    text-align: center;
    margin-bottom: 1rem;
  }
  .politicas_footer > div:last-child {
    margin-bottom: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: epm-icons;
  src:
    url(fonts/epm-icons.ttf) format("truetype"),
    url(fonts/epm-icons.woff) format("woff"),
    url(assets/images/epm-icons.svg#epm-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: EPM-Rounded-BT-Regular;
  src:
    url(fonts/EPM-Rounded-BT-Regular.otf) format("opentype"),
    url(fonts/EPM-Rounded-BT-Regular.otf) format("truetype");
}
@font-face {
  font-family: EPM-Rounded-BT-Bold;
  src:
    url(fonts/EPM-Rounded-BT-Bold.otf) format("opentype"),
    url(fonts/EPM-Rounded-BT-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900.eot);
  src:
    url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-solid-900.woff) format("woff"),
    url(fonts/fa-solid-900.woff2) format("woff2"),
    url(fonts/fa-solid-900.ttf) format("truetype"),
    url(assets/images/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-regular-400.eot);
  src:
    url(fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-regular-400.woff) format("woff"),
    url(fonts/fa-regular-400.ttf) format("truetype"),
    url(assets/images/fa-regular-400.svg#fontawesome) format("svg");
}
:focus-visible {
  outline: 2px dashed #000;
}
body :focus-visible {
  outline: 2px dashed #000;
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
}
.epm-col,
.epm-col-12 {
  position: relative;
  width: 100%;
}
.epm-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
html {
  font-size: 14px;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size: 16px;
  margin: 0;
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
}
main {
  display: block;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
button,
button:-moz-focusring {
  outline: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
button,
input {
  overflow: visible;
  border: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
} /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #7ad400;
  --bs-secondary: #007934;
  --bs-tertiary: #8b8d8e;
  --bs-success: #1f8834;
  --bs-info: #008181;
  --bs-warning: #dec100;
  --bs-danger: #d32800;
  --bs-primary-rgb: 122, 212, 0;
  --bs-secondary-rgb: 0, 121, 52;
  --bs-tertiary-rgb: 139, 141, 142;
  --bs-success-rgb: 31, 136, 52;
  --bs-info-rgb: 0, 129, 129;
  --bs-warning-rgb: 222, 193, 0;
  --bs-danger-rgb: 211, 40, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: #212529;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h1,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: #007934;
  text-decoration: underline;
}
a:hover {
  color: #00612a;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #00000008;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.justify-content-center {
  justify-content: center !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
body,
html {
  height: 100%;
}
.epm-link {
  text-decoration: underline;
  color: #007934;
}
.epm-link:hover {
  color: #005121;
}
.epm-link:visited {
  color: #13707d;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #797979;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px #0003;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover {
  background: #d4d4d4;
}
input {
  border-color: #4d4a49 !important;
  border-bottom: groove;
}
input[type="text"] {
  border-color: #9c8b87 !important;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #797979;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px #0003;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover {
  background: #d4d4d4;
}
.min-h-100 {
  min-height: 100%;
}
.container-fluid {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
strong {
  font-weight: 800 !important;
}
@font-face {
  font-family: Epm-Rounded;
  src: url(fonts/epm-rounded.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
p {
  color: #666;
  font-family: Epm-Rounded, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
  margin-top: 0;
  padding: 0;
}
.epm-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  overflow: hidden;
  max-width: 420px;
}
.epm-card-header {
  padding: 24px 28px 20px 28px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
}
.epm-card-header h3 {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
  margin-bottom: 32px;
  font-weight: 100;
}
.epm-text.epm-text--subtitle {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
  margin-bottom: 32px;
  font-weight: 100;
}
.epm-card-body {
  padding: 28px;
}
.epm-form {
  width: 100%;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.form-group {
  position: relative;
  width: 100%;
}
.floating-label {
  position: absolute;
  top: -8px;
  left: 12px;
  background: #fff;
  padding: 0 6px;
  font-family: Epm-Rounded, sans-serif;
  font-size: 13px;
  color: #007934;
  font-weight: 400;
  z-index: 1;
}
.epm-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23007934' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
}
.epm-select:focus {
  outline: 0;
  border-color: #007934;
  box-shadow: 0 0 0 3px rgba(0, 121, 52, 0.1);
}
.input-wrapper {
  position: relative;
  width: 100%;
}
.epm-input {
  width: 100%;
  padding: 14px 46px 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  transition: border-color 0.3s;
}
.epm-input:focus {
  outline: 0;
  border-color: #007934;
  box-shadow: 0 0 0 3px rgba(0, 121, 52, 0.1);
}
.help-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #007934;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: help;
  line-height: 1;
  padding-bottom: 2px;
}
.btn-group {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.btn-agregar {
  padding: 12px 48px;
  border: 2px solid #007934;
  border-radius: 25px;
  background-color: #fff;
  color: #007934;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-agregar:hover {
  background-color: #007934;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 121, 52, 0.2);
}
.btn-agregar:active {
  transform: translateY(0);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  padding: 0;
  margin: 0;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-md-3,
.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.justify-content-center {
  justify-content: center;
}
.m-0 {
  margin: 0;
}
.mb-3 {
  margin-bottom: 1rem;
}
.p-0 {
  padding: 0;
}
.position-relative {
  position: relative;
}
.position-sticky {
  position: sticky;
  top: 30%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.min-h-100 {
  min-height: 100vh;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.div-main {
  padding: 20px 20px 20px 20px;
  min-height: 100vh;
}
.custom-epm-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.epm-link {
  color: #007934;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.epm-link:hover {
  text-decoration: underline;
}
.epm-text {
  line-height: 1.5;
}
.epm-text--subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.epm-text--subtitle-small {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transform: translateX(10px);
}
.epm-text--title {
  font-size: 20px;
  font-weight: 700;
}
.epm-text--paragraph-small {
  font-size: 14px;
  color: #666;
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.epm-col {
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.epm-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}
.epm-card-header {
  padding: 20px 25px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
  border-radius: 12px 12px 0 0;
}
.epm-card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.epm-card-body {
  padding: 25px;
}
.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.card-header {
  padding: 20px;
  background-color: #007934;
  border-radius: 12px 12px 0 0;
  color: #fff;
}
.card-body {
  padding: 25px;
}
.cardSumaFactura {
  border: 2px solid #007934;
}
.cardHeaderSumaFactura {
  background-color: #007934;
  color: #fff;
}
.cardHeaderSumaFactura p {
  color: #fff;
  font-weight: 600;
}
.epm-form {
  width: 100%;
}
.epm-input,
.epm-select {
  width: 100%;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
  background-color: #fff;
}
#tipoFactura {
  appearance: none;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23007934' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  color: #707070;
  font-weight: 500;
}
#numeroContrato {
  position: relative;
}
.btn-agregar,
button[type="button"] {
  padding: 12px 30px;
  border: 2px solid #007934;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #007934;
}
.btn-agregar:hover,
button[type="button"]:hover {
  background-color: #007934;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 121, 52, 0.2);
}
.btn-agregar:active,
button[type="button"]:active {
  transform: translateY(0);
}
button[type="button"]:hover {
  background-color: #005a27;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
button[type="button"]:active {
  transform: translateY(0);
}
.epm-helper {
  border: 2px solid #007934;
  border-radius: 25px;
  padding: 15px 20px 15px 50px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.epm-helper p {
  margin: 0;
  padding: 0;
  font-family: Epm-Rounded, sans-serif;
  font-size: 14px;
  color: #007934;
  font-weight: 400;
  line-height: 1.5;
}
.epm-helper strong {
  font-weight: 700;
  color: #007934;
}
.position-sticky {
  position: sticky;
  top: 30%;
}
#pagarFactura {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .col-md-3,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .position-sticky {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  .div-main {
    padding: 1px 1px 5px 1px;
  }
}
strong {
  font-weight: 700;
}
.cardSumaFactura {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  border: none;
  background-color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.cardHeaderSumaFactura {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #007934;
  border-bottom: none;
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cardHeaderSumaFactura p {
  font-size: 25px;
  color: #fff;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.epm-text--subtitle-small {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1rem;
}
.epm-text--paragraph-small {
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #707070;
  font-weight: 400;
  margin: 0;
}
.cardSumaFactura .card-body h1 {
  font-size: 32px;
  color: #007934;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
}
.epm-text--title {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  color: #007934;
  font-weight: 700;
}
#pagarFactura {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background-color: #36a21d;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  transition: all 0.3s;
}
#pagarFactura:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
}
.epm-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.justify-content-center {
  justify-content: center !important;
}
.text-center {
  text-align: center;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex;
}
.text-nowrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-splash {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  transform: translateY(240px);
}
.loader-logo {
  width: 280px;
  height: auto;
}
.loader-spinner-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50px);
}
.loader-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
}
.loader-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-top-color: #7ad400;
  border-right-color: #7ad400;
  border-radius: 50%;
  animation: loader-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 800px) {
  .loader-logo {
    width: 200px;
  }
  .loader-spinner-wrapper {
    width: 70px;
    height: 70px;
  }
  .loader-ring {
    width: 70px;
    height: 70px;
  }
  .loader-icon {
    width: 40px;
    height: 40px;
  }
  .loader-splash {
    gap: 60px;
  }
}
@font-face {
  font-family: epm-icons;
  src:
    url(fonts/epm-icons.ttf) format("truetype"),
    url(fonts/epm-icons.woff) format("woff"),
    url(assets/images/epm-icons.svg#epm-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: EPM-Rounded-BT-Regular;
  src:
    url(fonts/EPM-Rounded-BT-Regular.otf) format("opentype"),
    url(fonts/EPM-Rounded-BT-Regular.otf) format("truetype");
}
@font-face {
  font-family: EPM-Rounded-BT-Bold;
  src:
    url(fonts/EPM-Rounded-BT-Bold.otf) format("opentype"),
    url(fonts/EPM-Rounded-BT-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900.eot);
  src:
    url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-solid-900.woff) format("woff"),
    url(fonts/fa-solid-900.woff2) format("woff2"),
    url(fonts/fa-solid-900.ttf) format("truetype"),
    url(assets/images/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-regular-400.eot);
  src:
    url(fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(fonts/fa-regular-400.woff) format("woff"),
    url(fonts/fa-regular-400.ttf) format("truetype"),
    url(assets/images/fa-regular-400.svg#fontawesome) format("svg");
}
:focus-visible {
  outline: 2px dashed #000;
}
body :focus-visible {
  outline: 2px dashed #000;
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
}
.epm-col,
.epm-col-12 {
  position: relative;
  width: 100%;
}
.epm-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
html {
  font-size: 14px;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size: 16px;
  margin: 0;
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
}
main {
  display: block;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
button,
button:-moz-focusring {
  outline: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
button,
input {
  overflow: visible;
  border: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
} /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #7ad400;
  --bs-secondary: #007934;
  --bs-tertiary: #8b8d8e;
  --bs-success: #1f8834;
  --bs-info: #008181;
  --bs-warning: #dec100;
  --bs-danger: #d32800;
  --bs-primary-rgb: 122, 212, 0;
  --bs-secondary-rgb: 0, 121, 52;
  --bs-tertiary-rgb: 139, 141, 142;
  --bs-success-rgb: 31, 136, 52;
  --bs-info-rgb: 0, 129, 129;
  --bs-warning-rgb: 222, 193, 0;
  --bs-danger-rgb: 211, 40, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: #212529;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h1,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: #007934;
  text-decoration: underline;
}
a:hover {
  color: #00612a;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #00000008;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.justify-content-center {
  justify-content: center !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
body,
html {
  height: 100%;
}
.epm-link {
  text-decoration: underline;
  color: #007934;
}
.epm-link:hover {
  color: #005121;
}
.epm-link:visited {
  color: #13707d;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #797979;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px #0003;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover {
  background: #d4d4d4;
}
input {
  border-color: #4d4a49 !important;
  border-bottom: groove;
}
input[type="text"] {
  border-color: #9c8b87 !important;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #797979;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px #0003;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track:hover {
  background: #d4d4d4;
}
.min-h-100 {
  min-height: 100%;
}
.container-fluid {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
strong {
  font-weight: 800 !important;
}
@font-face {
  font-family: Epm-Rounded;
  src: url(fonts/epm-rounded.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
p {
  color: #666;
  font-family: Epm-Rounded, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
  margin-top: 0;
  padding: 0;
}
.epm-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  overflow: hidden;
  max-width: 420px;
}
.epm-card-header {
  padding: 24px 28px 20px 28px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
}
.epm-card-header h3 {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
  margin-bottom: 32px;
  font-weight: 100;
}
.epm-text.epm-text--subtitle {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #707070;
  margin-bottom: 32px;
  font-weight: 100;
}
.epm-card-body {
  padding: 28px;
}
.epm-form {
  width: 100%;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.form-group {
  position: relative;
  width: 100%;
}
.floating-label {
  position: absolute;
  top: -8px;
  left: 12px;
  background: #fff;
  padding: 0 6px;
  font-family: Epm-Rounded, sans-serif;
  font-size: 13px;
  color: #007934;
  font-weight: 400;
  z-index: 1;
}
.epm-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23007934' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
}
.epm-select:focus {
  outline: 0;
  border-color: #007934;
  box-shadow: 0 0 0 3px rgba(0, 121, 52, 0.1);
}
.input-wrapper {
  position: relative;
  width: 100%;
}
.epm-input {
  width: 100%;
  padding: 14px 46px 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  transition: border-color 0.3s;
}
.epm-input:focus {
  outline: 0;
  border-color: #007934;
  box-shadow: 0 0 0 3px rgba(0, 121, 52, 0.1);
}
.help-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #007934;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: help;
  line-height: 1;
  padding-bottom: 2px;
}
.btn-group {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.btn-agregar {
  padding: 12px 48px;
  border: 2px solid #007934;
  border-radius: 25px;
  background-color: #fff;
  color: #007934;
  font-family: Epm-Rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-agregar:hover {
  background-color: #007934;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 121, 52, 0.2);
}
.btn-agregar:active {
  transform: translateY(0);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  padding: 0;
  margin: 0;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-md-3,
.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.justify-content-center {
  justify-content: center;
}
.m-0 {
  margin: 0;
}
.mb-3 {
  margin-bottom: 1rem;
}
.p-0 {
  padding: 0;
}
.position-relative {
  position: relative;
}
.position-sticky {
  position: sticky;
  top: 30%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.min-h-100 {
  min-height: 100vh;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.div-main {
  padding: 20px 20px 20px 20px;
  min-height: 100vh;
}
.custom-epm-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.epm-link {
  color: #007934;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.epm-link:hover {
  text-decoration: underline;
}
.epm-text {
  line-height: 1.5;
}
.epm-text--subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.epm-text--subtitle-small {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.epm-text--title {
  font-size: 20px;
  font-weight: 700;
}
.epm-text--paragraph-small {
  font-size: 14px;
  color: #666;
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.epm-col {
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.epm-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}
.epm-card-header {
  padding: 20px 25px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
  border-radius: 12px 12px 0 0;
}
.epm-card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.epm-card-body {
  padding: 25px;
}
.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.card-header {
  padding: 20px;
  background-color: #007934;
  border-radius: 12px 12px 0 0;
  color: #fff;
}
.card-body {
  padding: 25px;
}
.cardSumaFactura {
  border: 2px solid #007934;
}
.cardHeaderSumaFactura {
  background-color: #007934;
  color: #fff;
}
.cardHeaderSumaFactura p {
  color: #fff;
  font-weight: 600;
}
.epm-form {
  width: 100%;
}
.epm-input,
.epm-select {
  width: 100%;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
  background-color: #fff;
}
#tipoFactura {
  appearance: none;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23007934' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  color: #707070;
  font-weight: 500;
}
#numeroContrato {
  position: relative;
}
.btn-agregar,
button[type="button"] {
  padding: 12px 30px;
  border: 2px solid #007934;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #007934;
}
.btn-agregar:hover,
button[type="button"]:hover {
  background-color: #007934;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 121, 52, 0.2);
}
.btn-agregar:active,
button[type="button"]:active {
  transform: translateY(0);
}
button[type="button"]:hover {
  background-color: #005a27;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
button[type="button"]:active {
  transform: translateY(0);
}
.epm-helper {
  border: 2px solid #007934;
  border-radius: 25px;
  padding: 15px 20px 15px 50px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.epm-helper p {
  margin: 0;
  padding: 0;
  font-family: Epm-Rounded, sans-serif;
  font-size: 14px;
  color: #007934;
  font-weight: 400;
  line-height: 1.5;
}
.epm-helper strong {
  font-weight: 700;
  color: #007934;
}
.position-sticky {
  position: sticky;
  top: 30%;
}
#pagarFactura {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .col-md-3,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .position-sticky {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  .div-main {
    padding: 1px 1px 5px 1px;
  }
}
strong {
  font-weight: 700;
}
.cardSumaFactura {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  border: none;
  background-color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.cardHeaderSumaFactura {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #007934;
  border-bottom: none;
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cardHeaderSumaFactura p {
  font-size: 25px;
  color: #fff;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.epm-text--subtitle-small {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1rem;
}
.epm-text--paragraph-small {
  font-family: EPM-Rounded-BT-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #707070;
  font-weight: 400;
  margin: 0;
}
.cardSumaFactura .card-body h1 {
  font-size: 32px;
  color: #007934;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
}
.epm-text--title {
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  color: #007934;
  font-weight: 700;
}
#pagarFactura {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background-color: #36a21d;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: EPM-Rounded-BT-Bold, Arial, Helvetica, sans-serif;
  transition: all 0.3s;
}
#pagarFactura:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.epm-row {
  display: flex;
  flex-wrap: wrap;
}
.epm-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.epm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.justify-content-center {
  justify-content: center !important;
}
.text-center {
  text-align: center;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex;
}
.text-nowrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========== TARJETA DE FACTURA RESPONSIVO ========== */
#cardFactura {
    display: block;
    width: 90%;
    max-width: 370px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px auto 0 auto;
    background-color: #fff;
}

/* iPhone 7, 8, SE (375px) y más pequeños */
@media (max-width: 375px) {
    #cardFactura {
        border-radius: 16px;
    }
    
    #cardFactura .epm-card-header {
        padding: 12px 15px !important;
        border-radius: 16px 16px 0 0 !important;
    }
    
    #cardFactura .epm-card-body {
        padding: 15px 18px !important;
    }
    
    #cardFactura .epm-text--title {
        font-size: 24px !important;
    }
    
    #cardFactura .epm-text--subtitle-small {
        font-size: 14px !important;
    }
    
    #cardFactura .epm-text--paragraph-small {
        font-size: 13px !important;
    }
    
    #cardFactura input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
    }
}

/* iPhone 12, 13, 14 (376px - 428px) */
@media (min-width: 376px) and (max-width: 428px) {
    #cardFactura {
        border-radius: 18px;
    }
    
    #cardFactura .epm-card-header {
        padding: 14px 18px !important;
        border-radius: 18px 18px 0 0 !important;
    }
    
    #cardFactura .epm-card-body {
        padding: 18px 20px !important;
    }
    
    #cardFactura .epm-text--title {
        font-size: 24px !important;
    }
    
    #cardFactura input[type="checkbox"] {
        width: 22px !important;
        height: 22px !important;
    }
}

/* iPhone 14 Pro Max y tablets pequeñas (429px - 767px) */
@media (min-width: 429px) and (max-width: 767px) {
    #cardFactura {
        border-radius: 20px;
    }
    
    #cardFactura .epm-card-header {
        padding: 14px 20px !important;
        border-radius: 20px 20px 0 0 !important;
    }
    
    #cardFactura .epm-card-body {
        padding: 20px 22px !important;
    }
    
    #cardFactura .epm-text--title {
        font-size: 28px !important;
    }
}

/* Tablets y desktop (768px en adelante) */
@media (min-width: 768px) {
    #cardFactura {
        border-radius: 20px;
    }
    
    #cardFactura .epm-card-header {
        padding: 14px 20px !important;
        border-radius: 20px 20px 0 0 !important;
    }
    
    #cardFactura .epm-card-body {
        padding: 20px 25px !important;
    }
    
    #cardFactura .epm-text--title {
        font-size: 28px !important;
    }
}
#cardFactura {
    display: block;
    width: 90%;
    max-width: 370px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px auto 0 auto;
    background-color: #fff;
    overflow: hidden; /* Esto elimina cualquier espacio */
    padding: 0; /* Sin padding en la tarjeta */
}

#cardFactura .epm-card-header {
    margin: 0 !important;
    padding: 14px 20px !important;
    border-radius: 20px 20px 0 0 !important;
}
/* ========== CARD PSE ========== */
#cardPSE {
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#cardPSE .epm-col-md-7 {
    flex: 0 0 60%;
    max-width: 60%;
}

#cardPSE .epm-col-md-auto {
    flex: 0 0 auto;
}

/* Responsive PSE */
@media (max-width: 768px) {
    #cardPSE {
        width: 95%;
    }
    
    #cardPSE .epm-col-md-7,
    #cardPSE .epm-col-md-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #cardPSE .form-row {
        flex-direction: column;
    }
    
    #cardPSE .form-group {
        min-width: 100% !important;
    }
}
input:focus, input:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 2px solid #b9bbbb !important;
}
select:focus, select:active {
    outline: none !important;
    box-shadow: none !important;
}

select {
    outline: none !important;
    box-shadow: none !important;
}

/* Solo PC (768px en adelante) */