@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


body {
  height: 100%;
  margin: 0;
  width: 100%;
  font-family: 'Inter', sans-serif !Important;
  font-size: 18px;
  line-height: 30px;
  word-break: break-word;
  background-color: #F7FAFC;
  color: #2D3748 !Important;
  overflow-x: hidden !Important;
}

.mismo-tamano {
  height: 100%;
  /* border: solid black; */
  /* display: flex; */
}

.container {
  max-width: 100%;
  width: 98% !important;
  /*width: 860px !important;*/
  margin: 0 auto !important;
  float: none !important;
}


.container-half {
  height: 100%;
  max-width: 100%;
  width: 100% !important;
  margin: 0 auto !important;
  float: left !important;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
}

.container-interno {
  max-width: 100%;
  width: 90% !important;
  margin: 0 auto !important;
  float: none !important;
}

.list-group{
  /* padding: 1vw 0; */
  margin-top: 4vw;
}

.list-group-item-text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-group-item:first-child {
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .1rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  border: none !important;
  font-size: 14px;
  border-radius: 5px;
}



.list-group-item:hover {
  color: #212529;
  text-decoration: none;
  background-color: #FFEFD0;
  border: none !important;
}

.list-group-item:focus {
  color: #212529;
  text-decoration: none;
  background-color: #FFC863;
  border: none !important;
}

.list-group-item .list-image {
  margin-right: 5px;
}


.font-1 {
  font-size: 22px;
}

.font-2 {
  font-size: 20px;
}

.font-3 {
  font-size: 18px;
}

.font-4 {
  font-size: 16px;
}

.font-5 {
  font-size: 14px;
}

a {
  color: #3D8ACC;
  text-decoration: none;
}

a:hover {
  color: #6e89bd;
  text-decoration: none;
}

.a-black {
  color: #2D3748;
  text-decoration: none;
}

.a-black:hover {
  color: #5d5d5d;
  text-decoration: none;
}

.intro-hero {
  background-image: url("img/hero-images.jpg");
  height: auto;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}



.top-header {
  background-color: #2f3747;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.logo-txt {
  color: #fff !important;
  font-size: 18px;
  float: left;
}

.logo-txt .highlighted {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

.header-user {
  color: #fff !important;
  font-size: 14px;
  float: right;
}

.header-user a {
  color: #fff !important;
  text-decoration: none;
}

.header-user a:hover {
  color: #F7FAFC !important;
  text-decoration: none;
}

.breadCrumb {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 4px;
  background-color: transparent;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  line-height: 125%;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.stickyexample {
  position: -webkit-sticky;
  /* for browser compatibility */
  position: sticky;
  top: 73px;
  background-color: #00ff00;
  padding: 3px;
  width: 100%;
  z-index: 9999;
  left: 0;
}


.close-icon {
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-danger-500);
  border-radius: 100%;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
  background-color: var(--color-danger-500);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

button.print-button {
  width: 100px;
  height: 100px;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
  border: solid 4px #333;
}

span.print-icon::after {
  border-width: 2px;
}

button.print-button {
  position: relative;
  padding: 0;
  border: 0;

  border: none;
  background: transparent;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
  box-sizing: border-box;
  background-color: #fff;
}

span.print-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 20%;

  width: 60%;
  height: 35%;
  background: #fff;
  border-radius: 20% 20% 0 0;
}

span.print-icon::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 12%;
  right: 12%;
  height: 110%;

  transition: height .2s .15s;
}

span.print-icon::after {
  content: " ";
  position: absolute;
  top: 55%;
  left: 12%;
  right: 12%;
  height: 0%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 70% 90%;
  background-position: center;
  background-image: linear-gradient(to top,
      #fff 0, #fff 14%,
      #333 14%, #333 28%,
      #fff 28%, #fff 42%,
      #333 42%, #333 56%,
      #fff 56%, #fff 70%,
      #333 70%, #333 84%,
      #fff 84%, #fff 100%);

  transition: height .2s, border-width 0s .2s, width 0s .2s;
}

button.print-button:hover {
  cursor: pointer;
}

button.print-button:hover .print-icon::before {
  height: 0px;
  transition: height .2s;
}

button.print-button:hover .print-icon::after {
  height: 120%;
  transition: height .2s .15s, border-width 0s .16s;
}

@media print {
  .noprint {
    display: none;
  }

  .mainhd {
    background-color: #ecf6f8 !important;
  }
}


.boton-azul {
  margin-top: 10px;
  display: block;
  width: 100%;
  background-color: #3D8ACC;
  text-align: center;
  font-size: 16px;
  padding: 10px 14px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;
  color: #ffffff !important;
}


.boton-azul:hover {
  background-color: #66BD50;
  text-decoration: none;
}


.boton-azul-ch {
  margin-top: 10px;
  display: block;
  width: 50%;
  background-color: #3D8ACC;
  text-align: center;
  font-size: 16px;
  padding: 8px 10px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;
  color: #ffffff !important;
}


.boton-azul-ch:hover {
  background-color: #66BD50;
  text-decoration: none;
}


.boton-outline-gde {
  margin-top: 10px;
  display: block;
  width: 100%;
  background: #FFFFFF padding-box;
  border: 1px solid #3D8ACC;
  text-align: center;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 7px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;
  color: #3D8ACC !important;
}


.boton-outline-gde:hover {
  background-color: #3D8ACC;
  text-decoration: none;
  color: #fff !important;
}



.boton-outline {
  margin-top: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3D8ACC;
  border-radius: 21px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 12px 20px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;
  color: #3D8ACC !important;
}


.boton-outline:hover {
  background-color: #3D8ACC;
  color: #fff !important;
  text-decoration: none;
}


.align-center-right {
  text-align: center;
}

.align-right-center {
  text-align: right;
}

.align-left-center {
  text-align: left;
}

.align-center {
  text-align: center;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.text-center {
  text-align: center !Important;
}

.text-center-left {
  text-align: center !Important;
}

.text-left {
  text-align: left !Important;
}

.text-right {
  text-align: right !Important;
}

.text-right-reverse {
  text-align: right !Important;
}

.text-justify {
  text-align: justify !Important;
}

.text-bold {
  font-weight: 700 !Important;
}

.text-semi-bold-600 {
  font-weight: 600 !Important;
}

.text-semi-bold {
  font-weight: 500 !Important;
}

.text-subrayado {
  text-decoration: underline !Important;
}

.text-italic {
  font-style: italic !Important;
}

.menu-right {
  float: right !Important;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.top70 {
  margin-top: 70px;
}

.top80 {
  margin-top: 80px;
}

.top90 {
  margin-top: 90px;
}

.top-10 {
  margin-top: -10px;
}

.top-15 {
  margin-top: -15px;
}

.top-20 {
  margin-top: -20px;
}

.top-30 {
  margin-top: -30px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}

.bottom60 {
  margin-bottom: 60px;
}

.m-left-5 {
  margin-left: 5px !Important;
}

.m-left-10 {
  margin-left: 10px !Important;
}

.m-left {
  margin-left: 20px !Important;
}

.m-left-25 {
  margin-left: 25px !Important;
}

.m-left-30 {
  margin-left: 30px !Important;
}

.inter14 {
  line-height: 14px;
}

.inter16 {
  line-height: 16px;
}

.inter18 {
  line-height: 18px;
}

.inter20 {
  line-height: 20px;
}

.inter22 {
  line-height: 22px;
}

.inter24 {
  line-height: 24px;
}

.inter26 {
  line-height: 26px;
}

.inter28 {
  line-height: 28px;
}

.font12 {
  font-size: 12px !Important;
}

.font13 {
  font-size: 13px !Important;
}

.font14 {
  font-size: 14px !Important;
}

.font15 {
  font-size: 15px !Important;
}

.font16 {
  font-size: 16px !Important;
}

.font17 {
  font-size: 17px !Important;
}

.font18 {
  font-size: 18px !Important;
}

.font19 {
  font-size: 19px !Important;
}

.font20 {
  font-size: 20px !Important;
}

.font21 {
  font-size: 21px !Important;
}

.font22 {
  font-size: 22px !Important;
}

.font24 {
  font-size: 24px !Important;
}

.font32 {
  font-size: 32px !Important;
}

.font40 {
  font-size: 40px !Important;
}

.font-gris26 {
  color: #2D3748 !Important;
}

.font-gris44 {
  color: #444444 !Important;
}

.font-gris-medio {
  color: #718096 !Important;
}

.font-green {
  color: #06B706 !Important;
}

.padding-pill {
  padding-left: 30px !Important;
  padding-right: 30px !Important;
  padding-top: 20px !Important;
  padding-bottom: 20px !Important;
}

.margen-left {
  padding-left: 40px;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

h3 {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.cols-line {
  border-right: 1px solid #CBD5E0;
  padding-right: 20px;
  position: relative;
  min-height: 100%;
}

.cols-line-bottom {
  position: absolute;
  bottom: 10px;
}

.btn-outline-secondary {
  color: #2D3748 !Important;
  border-color: #CBD5E0 !Important;
}


.btn-outline-secondary:hover {
  color: #2D3748 !Important;
  background-color: #CBD5E0 !Important;
  border-color: #CBD5E0 !Important;
}

.btn-outline-secondary:hover img {
  color: #ffffff !Important;
}


.btn-sm {
  padding: .25rem .5rem !Important;
  font-size: 14px !Important;
  border-radius: .2rem !Important;
}

.btn-azul {
  color: #fff;
  background-color: #2B6CB0;
  border: none;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-top: 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}

.btn-azul:hover {
  color: #2B6CB0;
  background-color: #BEE3F8;
}


.btn-amarillo {
  color: #000;
  background-color: #FFB937;
  border: none;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}

.btn-amarillo:hover {
  color: #fff;
  background-color: #000;
}


.btn-marino {
  color: #fff;
  background-color: #2D3748;
  border: none;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}

.btn-marino:hover {
  color: #2D3748;
  background-color: #C6F6D5;
}

.btn-marino-ch {
  color: #fff;
  background-color: #2D3748;
  border: none;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-top: 1px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
}

.btn-marino-ch:hover {
  color: #2D3748;
  background-color: #C6F6D5;
}

.btn-gray-ch {
  color: #718096;
  background-color: #CBD5E0;
  border: none;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-top: 1px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
}

.btn-gray-ch:hover {
  color: #fff;
  background-color: #718096;
}

.btn-out {
  color: #2D3748 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}

.btn-out:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}

.btn-out-m {
  color: #2D3748 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}

.btn-out-m:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}

.btn-out-ch {
  color: #2D3748 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-top: 1px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
}

.btn-out-ch:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}

.btn-out-ch-radius {
  color: #2D3748 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 2px;
  padding-top: 2px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
}

.btn-out-ch-radius:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}

.btn-cancelar {
  color: #2D3748 !important;
  background: #F7FAFC 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-top: 1px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
}

.btn-cancelar:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}



.btn-out-ch-v1 {
  color: #2D3748 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-top: 1px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}

.btn-out-ch-v1:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}


.btn-out-ch-v2 {
  color: #2D3748 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
}

.btn-out-ch-v2:hover {
  color: #2D3748;
  background-color: #CBD5E0;
}


.btn-bco {
  color: #2B6CB0;
  background-color: #fff;
  border-color: #2B6CB0;
  border-width: 1px;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}

.btn-bco:hover {
  color: #fff;
  background-color: #2B6CB0;
  border-color: #2B6CB0;
}

.spinner-border {
  display: inline-block;
  width: 6rem !important;
  height: 6rem !important;
  vertical-align: -.125em;
  border: .6em solid currentColor;
  border-right-color: currentcolor;
  border-right-color: #FFB937;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-color {
  --bs-text-opacity: 1;
  color: #CBD5E0 !important;
}

.div-hover-border {
  cursor: pointer;
  border: 2px solid #CBD5E0 !important;
  border-radius: 10px !important;
  transition: border-color 0.3s;
  /* Smooth transition for the border color */
}

.div-hover-border:hover {
  border-color: #3182ce !important;
  /* New border color on hover */
}

.fondo-verde {
  border-radius: 8px;
  background-color: #44c944;
  padding: 30px;
}



.fondo-blanco {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
}

.fondo-blanco-sombra {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05)*/
}

div.disabled {
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.35;
  background: #fff;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 90px !Important;
  z-index: 1020;
}


/*FLEX*/

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: center !Important;
}

.flex-container-full {
  display: flex;
  flex-direction: row;
  width: 100% !Important;
  align-items: center !Important;
}

.flex-item {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-item-margen-cero {
  padding-left: 0px;
  padding-right: 0px;
}

.flex-item-margen-cero-30 {
  padding-left: 0px;
  padding-right: 30px;
  /*flex: 100%!Important;*/
}

.flex-item-right {
  padding-right: 10px;
}

.flex-item-right30 {
  padding-right: 30px;
}

.flex-item-100 {
  padding-left: 10px;
  padding-right: 0px !Important;
  flex: 100% !Important;
}

/*FLEX*/


/*acoderon flex*/
* {
  box-sizing: border-box;
}

.flex-accord {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;

}


.flex-accord-center {
  background-color: transparent;
  font-size: 18px;
  margin-top: 10px;
  line-height: 20px;
  text-align: left;
  flex: auto;
}

.flex-accord-center .txt-fecha {
  color: #777777;
  font-size: 14px;
  line-height: 17px;
  margin-left: 0px;
}

.flex-accord-right {
  background-color: transparent;
  margin-top: 10px;
  flex: auto;
  font-size: 18px;
  text-align: right;
}


@media (max-width: 600px) {
  .flex-accord-center {
    flex: 60%;
    font-size: 14px;
    margin-top: 0px;
  }

  .flex-accord-right {
    flex: 30%;
    font-size: 14px;
    margin-top: 0px;
  }

  .flex-accord-center .txt-fecha {
    margin-left: 0px;
  }
}
}

/*acoderon flex*/



.fondo-bco-out {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  opacity: 1;
  padding: 24px;
}

.pill-pastel {
  background: #EDF2F7 0% 0% no-repeat padding-box;
  border-radius: 8px;
  /*opacity: 0.7;*/
  color: #2D3748;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  padding: 8px;
  max-width: 100%;
}


.pill-cargo {
  background: #bee3f8 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 0.7;
  color: #000;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.pill-cargo-gris-claro {
  background: #EDF2F7 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 0.7;
  color: #000;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-top: 16px;
}


.pill-cargo-green {
  background: #C6F6D5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #1C4532;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.pill-cargo-green-ch {
  background: #C6F6D5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #1C4532;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.pill-cargo-gris {
  background: #CBD5E0 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #2D3748;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.pill-red {
  background: #FED7D7 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #2D3748;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.pill-orange {
  background: #FEEBCB 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #2D3748;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.pill-cargo-small {
  background: #bee3f8 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #2D3748;
  font-size: 14px;
  text-align: left;
  max-width: 100%;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
}



.caja-texto {
  background: #FFFFFF padding-box;
  border: 0px solid rgba(0, 0, 0, .125) !important;
  margin-bottom: 20px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px;
  color: #17181a;
  font-family: 'Inter', sans-serif !Important;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 22px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 15px;
}

.campos-tc {
  width: 70%;
}

.form-check-input {
  margin-top: 8px !important;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid rgba(160, 174, 192, 1.0) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input:checked {
  background-color: #3182CE !important;
  border-color: #3182CE !important;
}

.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.form-group input,
.form-group textarea {
  /* to create space for placing icon*/
  padding-left: 36px;
}

.form-select {
  font-size: .95rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  padding-left: 32px !important;
}

.form-select-30 {
  width: 28% !important;
}

.form-group .icon {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: -36px;
  z-index: 2;
  color: #b8b8b8;
}

/*ACORDEON*/

.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, .125) !important;
  margin-bottom: 20px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
}

.accordion-item-non-button {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, .125) !important;
  margin-bottom: 20px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
}

.accordion-item:first-of-type {
  border-radius: 8px !important;
}

.accordion-button-non-button {
  font-size: 18px !important;
  color: #2D3748 !important;
  text-align: left;
  font-weight: 600 !important;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border: 0;
  border-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.accordion-button {
  font-size: 18px !important;
  color: #2D3748 !important;
  text-align: left;
  font-weight: 600 !important;
  background-color: #fff;
  border: 0;
  border-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
  color: #2D3748 !important;
  background-color: #fff !important;
  box-shadow: inset 0 -0px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("images/up-arrow-acordeon.svg") !important;
  width: 20px !important;
  transform: rotate(-180deg) !important;
}

/*ACORDEON SECUNDARIO*/
.secu-accordion .card {
  border: none;
  margin-bottom: 2px;
}

.secu-accordion .card-header {
  background: #F7F7F7;
  padding-top: 7px;
  padding-bottom: 7px;
}

.secu-accordion .card-header {
  padding: .5rem 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0px;
}

.secu-accordion .card-header h2 {
  color: #2D3748;
  font-size: 1rem;
  font-weight: 500;
}

.secu-accordion .card-header:after {
  background: #000000 !important;
}

.secu-accordion .card-header h2 span {
  float: left;
  margin-top: 10px;
}

.secu-accordion .card-header button {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  float: right;
}

.secu-accordion .card-header button:hover {
  color: #23384e;
}




}

.secu-accordion .table-escrotorio {
  color: #23384e;
  width: 80%;
}


.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

/*ACORDEON SECUNDARIO*/

.table-out {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0px;
  border-radius: 10px;
}

.table-cuotas {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 14px;
  border-radius: 10px;
}

.table-cuotas-none {
  width: 100%;
  border: none;
  padding: 14px;
  border-radius: 10px;
}

.table-lateral {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.table-lateral-divi {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  border-bottom-style: dashed !important;
}

.table-cuotas-azul {
  width: 100%;
  border: 1px solid #CBD5E0;
  padding: 20px;
  border-radius: 10px;
  background-color: #F7FAFC;
}

.table-cuotas-azul-none {
  width: 100%;
  border: none;
  padding: 20px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #F7FAFC;
}

.table-fondo-azul {
  width: 100%;
  background-color: #F7FAFC;
}

.table-pagos {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}

/*ACORDEON*/

hr {
  border: 1px solid #d2d2d2;
}

.module-divi {
  border-left: 2px solid #e5e5e5;
  padding-left: 30px;
  padding-right: 0px;
  margin-bottom: 10px;
}



/* TABS */


.tab-pane {
  border: none !important;
  color: #777777 !important;
  background-color: transparent !important;
}

.tab-pane.active:after {
  content: none !important;
}


.lined .nav-link {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #3D8ACC;
  border-color: #3D8ACC;
}

.lined .nav-link.active:after {
  content: none !important;
}


.nav-pills .nav-link {
  color: #555;
}


.flex-column {
  /*-ms-flex-direction: column!important;
    flex-direction: column!important;*/
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  flex-flow: row !important;
}


/* TABS */

/*BOTON DESCARGA*/


.descarga-btn {
  display: block;
  border: 1px solid #3D8ACC;
  border-radius: 24px;
  opacity: 1;
  text-align: left;
  background-color: transparent;
  color: #3D8ACC;
  font-size: 13px;
  width: 100%;
  padding: 6px 18px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;

}

.descarga-btn:hover {
  display: block;
  background-color: transparent;
  border: 1px solid #555;
  color: #555;

}

/*.descarga-btn:after {
  content: '\2913';
  color: #3D8ACC;
  float: right;
  margin-left: 10px;
  font-size: 18px;
}*/




/* style for the css menu dropdown container */
.menu {
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 100%;

}

/* style for the button */
.menu {
  /*content: "\a0 Periodo actual";*/
  display: block;
  border: 1px solid #3D8ACC;
  border-radius: 24px;
  opacity: 1;
  text-align: left;
  background-color: transparent;
  color: #3D8ACC;
  font-size: 16px;
  width: 100%;
  padding: 8px 18px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;

}


.menu:after {
  content: '\25BD';
  color: #3D8ACC;
  float: right;
  margin-left: 10px;
  font-size: 18px;
}

.menu:focus {
  pointer-events: none;
}

/* If :focus detected the dropdown menu is displayed by making it visible */
.menu:focus .menu-dropdown {
  opacity: 1;
  visibility: visible;
}

/* style for the dropdown box */

.menu-dropdown {

  background: #F7F9FC 0% 0% no-repeat padding-box;
  border: 1px solid #3D8ACC;
  border-radius: 16px;
  font-family: 'Inter', sans-serif !Important;
  width: 100%;
  color: #777777;
  font-size: 16px;
  /*padding: 10px;*/
  pointer-events: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  margin-top: 9px;

}

/* style the links in the dropdown */
.menu-dropdown a {
  color: #777777;
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}


.menu-dropdown a:last-child {
  border-bottom: none;
}

/* Change color of dropdown links on hover */
.menu-dropdown a:hover {
  color: #3D8ACC;
}


/*MENU DROP DOWN*/

/* Style The Dropdown Button */
.dropbtn {
  display: block;
  border: 1px solid #3D8ACC;
  border-radius: 24px;
  opacity: 1;
  text-align: left;
  background-color: transparent;
  color: #3D8ACC;
  font-size: 16px;
  width: 100%;
  padding: 8px 18px;
  cursor: pointer;
  font-family: 'Inter', sans-serif !Important;

}

.dropbtn:hover {
  display: block;
  border: 1px solid #555;
  color: #555;

}

.dropbtn:after {
  content: '\25BD';
  /*content: url("images/flecha-azul-down.png"); */
  color: #3D8ACC;
  float: right;
  margin-left: 10px;
  font-size: 18px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  width: 100%;
  /*display: inline-block;*/

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: #F7F9FC 0% 0% no-repeat padding-box;
  border: 1px solid #3D8ACC;
  border-radius: 16px;
  opacity: 1;
  font-family: 'Inter', sans-serif !Important;
  color: #777777;
  font-size: 16px;
  /*min-width: 160px;*/
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #777777;
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #3D8ACC;
}


.dropdown-content-padding {
  padding: 20px;
}




/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: transparent;
}

/*MENU DROP DOWN*/

.histo-pagos-calen {
  float: left;
  background: #D9F5E6 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  padding: 9px !important;
  text-align: center;
}

.histo-pagos-calen .icono {
  color: #42CB81;
  font-size: 24px !important;
}

.histo-pagos-pillow {
  float: left;
  border-radius: 8px;
  width: 80px !important;
  padding: 6px !important;
}

.titulo {
  margin-left: 20px !important;
}

.subtitulo {
  margin-left: 20px !important;
  color: #777777 !important;
}




/* radio button */
.container-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
  background-color: #42CB81;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}



.alert-warning {
  color: #17181A !important;
  background: #E4E8F0 no-repeat !important;
  border: 1px solid #E4E8F0 !important;
  border-radius: 24px !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 13px !important;
  max-width: 100%;
  line-height: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 14px !important;
  margin-left: 6px !important;

}

.alert-dismissible {
  padding-right: 2rem;

}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;

}

.close {
  float: right;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1;
  padding-top: 8px !important;
  padding-bottom: 6px !important;
  color: #000 !important;
  /*opacity: .5!important;*/
}

.table-row-line {
  border-bottom-style: dashed !important;
  border-color: #d5d5d5 !important;
  padding-bottom: 30px !important;
  border-width: thin !important;
}


tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: dashed !important;
}

.tr-2 {
  border-style: none !important;
}

.table-2 {
  border-color: #fff !important;
}

/* --------------MODAL--------------*/

.modal {
  position: fixed;
  top: 7% !important;
  left: 0;
  z-index: 9999 !important;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-v2 {
  position: fixed;
  top: 10% !important;
  left: 0;
  z-index: 9999 !important;
  display: none;
  width: 100%;
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;

}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

/* --------------MODAL--------------*/


/*MOBILE*/

@media (max-width:767px) {

  .font-1 {
    font-size: 20px;
  }

  .font-2 {
    font-size: 18px;
  }

  .font-3 {
    font-size: 15px;
  }

  .font-4 {
    font-size: 13px;
  }

  .font-5 {
    font-size: 11px;
  }

  .hidden-xs {
    display: none !important;
  }

  .align-left-center {
    text-align: center;
  }

  .align-center-right {
    text-align: right;
  }

  .align-right-center {
    text-align: left;
  }

  .text-center-left {
    text-align: left;
  }

  .table-cuotas {
    width: 100%;
  }

  .logo-txt {
    font-size: 15px;
  }

  .logo-txt .highlighted {
    font-size: 1.0em;
  }

  .campos-tc {
    width: 100%;
  }

  .txt-fecha {
    color: #777777;
    font-size: 14px;
    line-height: 17px;
    margin-left: 0px;
  }

  .txt-fecha-v1 {
    color: #777777;
    font-size: 14px;
  }

  .txt-fecha-v2 {
    color: #777777;
    font-size: 14px;
    line-height: 17px !important;
    margin-left: 0px;
  }

  .txt-fecha-black {
    color: #000;
    font-size: 14px;
  }

  .txt-color {
    color: #17181a;
    font-size: 14px;
    line-height: 17px;
  }

  .txt-verde {
    color: #66BD50;
    font-size: 14px;
    line-height: 17px;
  }

  .txt-azul {
    color: #3D8ACC;
    font-size: 14px;
    line-height: 17px;
  }

  .text-right {
    text-align: right;
  }

  .text-right-reverse {
    text-align: left;
  }

  .txt-periodo {
    font-size: 15px;
  }

  .margen-left {
    padding-left: 10px;
  }

  .form-select-30 {
    width: 100% !important;
  }

  .lined .nav-link {
    font-size: 14px;
    line-height: 18px;
  }

  .lined .nav-link.active {
    background: #fff;
    border-top: 1px solid #fff;
    border-radius: 8px;
  }

  /*D8D8D8*/
  .nav-link {
    display: block !important;
    padding: 0.6rem 0.3rem !important;
  }

  .alert-warning {
    font-size: 14px !important;
    min-width: 90px !important;
    line-height: 24px !important;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }

  h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .histo-pagos-calen {
    width: 36px;
    height: 36px;
    padding: 5px !important;
  }

  .histo-pagos-calen .icono {
    font-size: 24px !important;
    text-align: center;
    line-height: 24px;
  }

  .titulo {
    margin-left: 14px !important;
    font-size: 14px;
    line-height: 16px;
  }

  .subtitulo {
    margin-left: 14px !important;
    font-size: 14px;
    line-height: 12px !important;
    margin-top: -10px !important;
    color: #777777 !important;
  }

  .spinner-border {
    display: inline-block;
    width: 6rem !important;
    height: 6rem !important;
    vertical-align: -.125em;
    border: .6em solid currentColor;
    border-right-color: currentcolor;
    border-right-color: #FFB937;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
  }

  .spinner-color {
    --bs-text-opacity: 1;
    color: #CBD5E0 !important;
  }

  .intro-hero {
    background-image: url("img/hero-images.jpg");
    height: 60vh !important;
    position: relative;
    background-size: cover;
    background-position: top left !important;
    background-repeat: no-repeat;
  }


  .btn-out-ch-v1 {
    color: #2D3748 !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBD5E0;
    border-radius: 8px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 1px;
    padding-top: 1px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
  }

  .btn-out-ch-v1:hover {
    color: #2D3748;
    background-color: #CBD5E0;
  }

  .modal {
    position: fixed;
    top: 12% !important;
    left: 6% !important;
    z-index: 9999 !important;
    display: none;
    width: 88%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }

  .modal-contenido2 {
    position: relative;
    margin: 20px !important;
    width: 90% !important;
    height: auto;
  }

  .modal-v2 {
    position: fixed;
    top: 10% !important;
    left: 16px !important;
    width: 90% !important;
    height: 80% !important;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;

  }

  .modal-header {
    padding: 20px !important;
  }

  .modal-header h2 {
    font-size: 22px !important;
    line-height: 25px !important;
  }

  .caja-texto {
    margin-bottom: 20px;
  }

  .module-divi {
    border-left: none;
    padding-left: 16px;
  }

  .boton-azul-ch {
    width: 100%;
  }

  .btn-marino-ch {
    width: 100%;
  }

  .btn-gray-ch {
    width: 100%;
  }

  .btn-out-ch {
    width: 100%;
  }

  .accordion-button {
    font-size: 16px !important;
  }

  .cols-line {
    border-right: none;
    padding-right: 0px;
    position: relative;
    min-height: 100%;
  }
}


@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }

}


@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}