
@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: #eee!Important;
    color: #2D3748!Important;
}

.middle {
    background-color: #f8f9fa; /* gris muy clarito */
}

.full-screen-bg {
  background: url('images/fondo-web.jpg') center/cover no-repeat;
    background-attachment: fixed!Important;
  width: 100vw; /* 100% of viewport width */
  /*height: 100vh;  100% of viewport height */
}


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


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

.card {
 border: 0px solid rgba(256,256,256,.0)!important; 
}

.card-alto {
    min-height: 320px;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(4,62,21,.25) !important;
}
.gradient-custom-2 {
background: #1ed454;
background: linear-gradient(120deg,rgba(30, 212, 84, 1) 0%, rgba(3, 178, 55, 1) 44%, rgba(13, 105, 128, 1) 100%);
}

.gradient-custom-3 {
background: #d5d9e0;
background: linear-gradient(0deg,rgba(213, 217, 224, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
border-radius: 0rem;    
}

.gradient-lateral-verde {
background: rgba(1, 175, 52, 4);
background: linear-gradient(90deg,rgba(1, 175, 52, 0.3) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 99%);
border-radius: 0rem;    
}


.gradient-lateral-azul {
background: #3399F3;
background: linear-gradient(90deg,rgba(51, 153, 243, 0.3) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 99%);
border-radius: 0rem;    
}

.gradient-lateral-naranja {
background: #D47500;
background: linear-gradient(90deg,rgba(212, 117, 0, 0.3) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 99%);
border-radius: 0rem;    
}

.gradient-lateral-gris {
background: #99A3AD;
background: linear-gradient(90deg,rgba(153, 163, 173, 0.3) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 99%);
border-radius: 0rem;    
}

.gradient-lateral-amarillo {
    background: #FFC107;
    background: linear-gradient(
        90deg,
        rgba(255, 193, 7, 0.3) 0%,   /* amarillo muy tenue al inicio */
        rgba(255, 255, 255, 0) 80%,  /* se va haciendo transparente */
        rgba(255, 255, 255, 1) 99%   /* termina blanco */
    );
    border-radius: 0rem;
}

.gradient-lateral-rosa {
    background: #F8BBD0;
    background: linear-gradient(
        90deg,
        rgba(248, 187, 208, 0.3) 0%,   /* rosa palo tenue al inicio */
        rgba(255, 255, 255, 0) 80%,    /* se va haciendo transparente */
        rgba(255, 255, 255, 1) 99%     /* termina blanco */
    );
    border-radius: 0rem;
}





@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
   
    
}
@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
    
   
}


.top-header {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
            
.logo-txt {
  color: #0d6980 !important;
  font-size: 18px;
  float: left;
}
    
.foto-radius-bottom {border-radius:5px!important; }

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

.red-point {
    width: 80px!important;
    margin-top: -50px!important;
    z-index: 997!important;
    /*left: 40px !important;*/
    right: -900px !important;
    position: relative!important;
}

.red-point-xl {
  width: 80px !important;
  margin-top: -50px !important;
  z-index: 997 !important;
  /*left: 40px !important;*/
  right: -1200px !important;
  position: relative !important;
}

.red-point-full {
  width: 90px !important;
  margin-top: -70px !important;
  z-index: 997 !important;
  left: 84% !important;
  position: relative !important;
}

.red-point-top {
  width: 90px !important;
  margin-bottom: -120px !important;
  z-index: 997 !important;
  left: 84% !important;
  position: relative !important;
}

.navbar {
  text-align: right!important;
}
.dropdown-menu[data-bs-popper] {
  top: 100%!important;
  right: 0!important;
  margin-top: .125rem!important;
}

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

.header-user a {color: #0d6980 !important;text-decoration: none;}
.header-user a:hover {color: #01af34 !important;text-decoration: none;}

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

.form-top-tr {margin-top: 15px;}
.form-top-td {margin-top: 1px;}


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;
}


.font-verde { color: #01af34!important;}
.font-lima {color: #8ddc73!important;}
.font-azul {color: #0d6980!important;}
.font-pink {color: #e14f59!important;}
.font-bco {color: #ffffff!important;}
.font-gris {color: #99a3ad!important;}
.font-amarillo {color: #e3ef1d!important;}


.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: #01af34; text-decoration: none;}
a:hover {color: #e14f59; text-decoration: none;}

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

.a-gris {color: #99a3ad; text-decoration: none;}
.a-gris:hover {color: #8ddc73; text-decoration: none;}

.a-blanco {color: #ffffff; text-decoration: none;}
.a-blanco:hover {color: #0d6980; text-decoration: none;}

.a-azul {color: #0d6980; text-decoration: none;}
.a-azul:hover {color: #01af34; 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;}

.top5 { margin-top: 5px;}
.top7 { margin-top: 7px;}
.top10 { margin-top: 10px;}
.top15 { margin-top: 15px;}
.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-right-5 { margin-right: 5px!Important;}
.m-right-10 { margin-right: 10px!Important;}
.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;}
.font11 { font-size:11px!Important;}
.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;}
.font50 { font-size:50px!Important;}
.font60 { font-size:60px!Important;}
.font70 { font-size:70px!Important;}
.font80 { font-size:80px!Important;}
.font-gris26 { color: #2D3748!Important;}
.font-gris44 { color: #444444!Important;}
.font-gris-medio { color: #718096!Important;}
.font-green { color: #06B706!Important;}

.footer-padding { padding-top: 60px; padding-left: 40px; padding-right: 40px; padding-bottom: 50px;}
.top-submenu { margin-top: 80px; }

.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;}

.alert-ch {
  position: relative!important;
  padding: 0.45rem 0.64rem!important;
  margin-bottom: 1rem!important;
  border: 1px solid transparent!important;
  border-radius: 0.25rem !important;
}

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

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


.btn-login {
  color: #fff;
  background: #01af34;
  background: linear-gradient(120deg,rgba(30, 212, 84, 1) 0%, rgba(3, 178, 55, 1) 44%, rgba(13, 105, 128, 1) 100%);
  border: none;
  border-radius: 6px;
  padding-left: 34px; padding-right: 34px; padding-bottom: 4px; padding-top: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.btn-login:hover {
  color: #fff!Important;
  background: #0d6980!Important;
}

.btn-login-out {
  color: #e14f59;
  border-color: #e14f59;
  border-radius: 6px;
  padding-left: 30px; padding-right: 30px; padding-bottom: 4px; padding-top: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.btn-login-out:hover {
  color: #fff!Important;
  background: #e14f59!Important;
}

.btn-outline-danger {
  color: #e14f59!Important;
  background:#fff!Important;    
  border-color: #e14f59!Important;
  padding-left: 40px!Important; padding-right: 40px!Important; padding-bottom: 4px!Important; padding-top: 4px!Important; 
  display: inline-block!Important;    
  font-weight: 500!Important; 
  font-size: 15px!Important; 
  border-radius: 6px!Important;
  border: 1px solid !Important;   
}

.btn-outline-danger:hover {
  color: #fff!Important;
  background:#e14f59!Important;   
}


.btn-outline-verde {
  color: #01af34!Important;
  background:#fff!Important;    
  border-color: #01af34!Important;
  padding-left: 40px!Important; padding-right: 40px!Important; padding-bottom: 4px!Important; padding-top: 4px!Important; 
  display: inline-block!Important;    
  font-weight: 500!Important; 
  font-size: 15px!Important; 
  border-radius: 6px!Important;
  border: 1px solid !Important;   
}

.btn-outline-verde:hover {
  color: #fff!Important;
  background:#01af34!Important;   
}


.btn-outline-secondary:hover {
  color: #2D3748!Important;
  background-color: #dff2e5!Important;
  border-color: #dff2e5!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-verde {
  color: #fff;
  background-color: #01af34;
  border: none;
  border-radius: 8px;
  padding-left: 40px; padding-right: 40px; padding-bottom: 6px; padding-top: 6px;
  display: inline-block;
  font-weight: 600!Important;
  font-size: 15px;
  width: 100%;
  text-align: center; 
}

.btn-verde:hover {
  color: #ffffff;
  background-color: #00912a;
}


.btn-verde-ch {
  color: #fff;
  background-color: #01af34;
  border: none;
  border-radius: 4px;
  padding-left: 16px; padding-right: 16px; padding-bottom: 8px; padding-top: 8px;
  display: inline-block;
  font-weight: 600!Important;
  font-size: 15px;
  width: auto;
  text-align: center; 
}

.btn-verde-ch:hover {
  color: #ffffff;
  background-color: #00912a;
}

.btn-rojo-ch {
  color: #fff;
  background-color: #e14f59;
  border: none;
  border-radius: 4px;
  padding-left: 16px; padding-right: 16px; padding-bottom: 8px; padding-top: 8px;
  display: inline-block;
  font-weight: 600!Important;
  font-size: 15px;
  width: auto;
  text-align: center; 
}

.btn-rojo-ch:hover {
  color: #ffffff;
  background-color: #ad3e46;
}

.btn-elimina {
  color: #fff;
  background-color: #b00612;
  border: none;
  border-radius: 8px;
  padding-left: 40px; padding-right: 40px; padding-bottom: 6px; padding-top: 6px;
  display: inline-block;
  font-weight: 600!Important;
  font-size: 15px;
  width: auto;
  text-align: center; 
}

.btn-elimina:hover {
  color: #ffffff;
  background-color: #85070f;
}

.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-blue-ch {
  color: #fff;
  background-color: #3d8acc;
  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-blue-ch:hover {
  color: #2D3748;
  background-color: #C6F6D5;
}

.btn-gray-ch {
  color: #ffffff;
  background-color: #0d6980;
  border: none;
  border-radius: 5px;
  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: #99a3ad;
}


.btn-gray-ch2 {
  color: #ffffff;
  background-color: #01af34;
  border: none;
  border-radius: 5px;
  padding-left: 24px; padding-right: 24px; padding-bottom: 6px; padding-top: 6px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
    width: 100%;
}

.btn-gray-ch2:hover {
  color: #fff;
  background-color: #0d6980;
}


.btn-gray-ch3 {
  color: #ffffff;
  background-color: #0d6980;
  border: none;
  border-radius: 5px;
  padding-left: 24px; padding-right: 24px; padding-bottom: 6px; padding-top: 6px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
    width: 100%;
}

.btn-gray-ch3:hover {
  color: #fff;
  background-color: #0a5062;
}

.btn-out {
  color: #2D3748!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}

.btn-out-m {
  color: #2D3748!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}

.btn-out-ch {
  color: #2D3748!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}

.btn-out-ch-radius {
  color: #2D3748!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}

.btn-cancelar {
  color: #2D3748!important;
  background: #F7FAFC 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}



.btn-out-ch-v1 {
  color: #2D3748!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}


.btn-out-ch-v2 {
  color: #2D3748!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #dff2e5;    
  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: #dff2e5;
}


.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: #dff2e5;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

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

.div-hover-border {
    cursor: pointer;
    border: 2px solid #dff2e5!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: 13px; text-align: left;
line-height: 20px;
padding-left: 10px; padding-right: 10px;
padding-bottom: 6px;padding-top: 6px;
}

.pill-cargo-gris {
background: #dff2e5 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: #8ddc73!important;
  border-color: #8ddc73!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-group-noicon input,
.form-group-noicon textarea{
  /* to create space for placing icon*/
  padding-left: 8px!important;
}


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

.form-select-left::placeholder {
  color: #6c757d!important;
  opacity: 1!important;
}


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

.form-select::placeholder {
  color: #6c757d!important;
  opacity: 1!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: 17px!important;
  line-height: 25px!important;
  color: #2D3748!important;
  text-align: left;
  font-weight: 600!important;
  background-color: #fff;
  border: 0;
  border-radius: 0px!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 #dff2e5; padding: 20px; border-radius: 10px; background-color: #F7FAFC;
}

.table-cuotas-verde {
    width: 100%; border: 1px solid #dff2e5; padding: 20px; border-radius: 10px; background-color: #f2f9f0!important;
}

.table-cuotas-bco {
    width: 100%; border: 1px solid #dff2e5; padding: 20px; border-radius: 10px; background-color: #f8fffa;
}

.table-cuotas-white {
    width: 100%; border: 1px solid #dff2e5; padding: 20px; border-radius: 10px; background-color: #ffffff;
}

.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: auto!Important;
  /*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.65rem!important;

}

.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) {
    
.hidden-xs {display: none!important}
.form-top-tr {margin-top: 1px;} 
.form-top-td {margin-top: 10px;}     
.navbar {
  text-align: left !important;
}
.card-body {padding: 2rem 2rem!important;} 
.px-3 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}   
    
.card-alto { min-height: auto!important;}
    
.footer-padding { padding-top: 40px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px;}
    
.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;} 
    
.red-point {
    width: 80px!important;
    margin-top: -40px!important;
    z-index: 997!important;
    left: 280px !important;
    position: relative!important;
}
    
.red-point-xl {
    width: 80px!important;
    margin-top: -40px!important;
    z-index: 997!important;
    left: 250px !important;
    position: relative!important;
}
.red-point-full {
  width: 80px !important;
  margin-top: -70px !important;
  z-index: 997 !important;
  left: 75% !important;
  position: relative !important;
} 
    
.red-point-top {
  width: 80px !important;
  margin-bottom: -120px !important;
  z-index: 997 !important;
  left: 75% !important;
  position: relative !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;}
    
.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-blue-ch {width: 100%;}    
.btn-gray-ch {width: 100%;}
.btn-out-ch {width: 100%;}
.accordion-button { font-size: 16px!important; line-height: 20px!important;  }
.cols-line {
  border-right: none;    
  padding-right: 0px;
  position: relative;
  min-height: 100%;
} 
    
.btn-login { padding-left: 22px!important; padding-right: 22px!important; font-size: 14px!important;} 
    
.btn-outline-danger {padding-left: 30px!Important; padding-right: 30px!Important; font-size: 14px!Important;}    
}
.btn-outline-verde {padding-left: 30px!Important; padding-right: 30px!Important; font-size: 14px!Important;}    
}


@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;
    }
}




   
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-ico {
    max-width: 120px!important;
    margin-top: -20px!important;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #01af34;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #01af34;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.total-pagar-box {
    background: #fff3cd;               /* amarillo tenue tipo recibo */
    border: 1px solid #ffeeba;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.total-pagar-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #856404;
}

.total-pagar-amount {
    font-size: 1.6rem;                 /* más grande el monto */
    font-weight: 700;
    color: #212529;                    /* casi negro */
}

/* Botones de acción: mismo ancho y no tan anchos */
.btn-accion {
    min-width: 190px;                  /* mismo ancho aproximado */
}



.total-pagar-box {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.total-pagar-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #856404;
}

.total-pagar-amount {
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
}

/* Botones de acción: mismo tamaño, no tan anchos */
.btn-accion {
    min-width: 140px;          /* más pequeño que antes (la mitad aprox) */
    padding: 0.4rem 0.9rem;
}

/* Contenedor de botones para controlar el comportamiento responsive */
.acciones-carrito {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
}

/* En pantallas pequeñas: botones uno debajo de otro, ocupando todo el ancho */
/* Botones de acción: mismo tamaño y más angostos */

/* Botón base (CANCELAR) */
.btn-accion {
    width: 170px;          /* ancho base */
    padding: 0.4rem 0.9rem;
    text-align: center;
}

/* Botón doble de ancho (AGREGAR AL CARRITO) */
.btn-accion-doble {
    width: 340px;          /* el doble de 170px */
    padding: 0.4rem 0.9rem;
    text-align: center;
}

/* Contenedor de botones */
.acciones-carrito {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
}

/* En móviles: ambos a 100% de ancho, uno debajo del otro */
@media (max-width: 576px) {
    .acciones-carrito {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-accion,
    .btn-accion-doble {
        width: 100%;
    }
}

.accordion-carrito-ancho {
  width: 100%;
}

@media (min-width: 992px) {
  .accordion-carrito-ancho {
    max-width: 100%;
  }
}


/* Colores corporativos */
:root {
  --mp-primary: #0056a6;     /* azul corporativo */
  --mp-primary-soft: #e6f0fb;
}

.text-mp-primary {
  color: var(--mp-primary) !important;
}

/* Card del acordeón */
.accordion-carrito-item {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--mp-primary);
  background-color: #ffffff;
}

/* Cabecera ligeramente más suave */
.accordion-carrito-header {
  background: linear-gradient(90deg, rgba(248, 249, 250, 0.9), #ffffff);
}

/* Botón + / - más “clickeable” */
.btn-toggle-detalle {
  border-radius: 999px;
  padding-inline: 0.55rem;
  padding-block: 0.2rem;
}

/* Hover en cabecera */
.accordion-carrito-header:hover {
  filter: brightness(1.02);
}

/* Filas de detalle con hover sutil */
.table-lateral-row {
  transition: background-color 0.15s ease, transform 0.15s ease;
  border-radius: 0.4rem;
  margin-bottom: 0.25rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.table-lateral-row:hover {
  background-color: #f5f7fb;
  transform: translateY(-1px);
}

/* Ajuste tipográfico general */
.font15 {
  font-size: 0.95rem;
}


.modal-body-terminos {
    max-height: 70vh;          /* Altura visible */
    overflow-y: auto;          /* Scroll interno */
}

.modal-body-terminos p {
    margin-bottom: 0.6rem;     /* Espaciado más corto entre párrafos */
    font-size: 0.9rem;         /* Un poco más pequeño que el cuerpo normal */
}

.modal-body-terminos p span {
    line-height: 1.6;          /* Mejor lectura */
}

.modal-title.font-azul {
    font-size: 1rem;           /* Controlas tamaño del título largo */
    line-height: 1.4;
}

.payment-option {
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.payment-option:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.payment-option img {
  max-height: 60px;
  object-fit: contain;
}

/* Opcional: en pantallas pequeñas, que los botones ocupen el ancho completo */
@media (max-width: 767.98px) {
  .payment-option .btn-verde-ch {
    width: 100%;
  }
}

.payment-option {
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.payment-option:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.payment-option img {
  max-height: 60px;
  object-fit: contain;
}

/* Aviso importante de pago: color más legible */
.text-aviso-pago {
  color: #b45309;     /* ámbar / naranja oscuro, buena lectura */
  font-weight: 500;
}

/* Cajita suave para resaltar el aviso */
.aviso-box {
  background-color: #FFF7E6;  /* fondo ámbar muy claro */
  border-radius: 6px;
  padding: 6px 10px;
  display: inline-block;
}

/* Responsive: botones a lo ancho en móvil */
@media (max-width: 767.98px) {
  .payment-option .btn-verde-ch {
    width: 100%;
  }
}


/* === CONTENEDORES PRINCIPALES === */

.detalle-compra-card,
.detalle-pago-card {
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* Un poco de aire entre bloques dentro de las cards */
.detalle-bloque {
    padding: 8px 4px;
}

/* Títulos internos ("Información del pedido", "Estatus de pago") */
.detalle-bloque-titulo {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #495057;
    margin-bottom: 10px;
}

/* === TYPO UTILITIES (por si no usas Bootstrap 5) === */

.text-small {
    font-size: 0.85rem;
}

.text-body {
    color: #212529;
}

.fw-bold {
    font-weight: 700;
}

.fw-semibold {
    font-weight: 600;
}

/* === AVATAR ALUMNO === */

.detalle-avatar {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 3px solid #fff;
}

/* Info del alumno más ordenada */
.detalle-alumno-info .text-muted {
    line-height: 1.4;
}

/* === ICONO TOTAL COMPRA === */

.total-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00a3e0, #00c48c);
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* === BADGES "SOFT" (fondos suaves) === */

.bg-soft-primary {
    background: rgba(0, 163, 224, 0.12);
}

.bg-soft-info {
    background: rgba(13, 202, 240, 0.1);
}

.bg-soft-light {
    background: #f9fafb;
}

/* Asegurar estética de badges */
.badge {
    padding: 0.35em 0.7em;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

/* === TABLA DE ARTÍCULOS === */

.order-items-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.order-items-table thead th {
    border-bottom: 1px solid #e3e6ea;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    color: #6c757d;
    background: #f8f9fb;
}

.order-items-table tbody tr:nth-child(even) {
    background-color: #fcfcfe;
}

.order-items-table tbody tr:hover {
    background-color: #f2f7ff;
}

/* Columna de producto */
.order-items-table td.text-start {
    padding-left: 1rem;
}

/* Para resaltar el nombre del KIT */
.text-kit {
    font-size: 0.95rem;
}

/* Items dentro del paquete (la estrellita) */
.text-paquete-item {
    font-size: 0.9rem;
    padding-left: 0.2rem;
}

/* Iconos de estatus (picking, packing, etc.) */
.iconos-status {
    min-width: 52px;
}

/* === MODAL PAGO === */

.modal-detalle-pago {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.modal-detalle-pago .modal-header,
.modal-detalle-pago .modal-footer {
    border: none;
}

/* Botón "X" personalizado (compatible con Bootstrap 3/4) */
.modal-close {
    font-size: 1.5rem;
    opacity: 0.6;
    text-shadow: none;
    padding: 0 6px;
}

.modal-close:hover {
    opacity: 1;
}

/* Botón link de guía y etc. */
.btn-link-primary {
    color: #0d6efd;
    font-weight: 500;
}

.btn-link-primary:hover {
    text-decoration: underline;
}

/* Botón outline para formas de pago */
.btn-outline-primary {
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 4px 10px;
}

/* Ajuste general de sombras de cards (por si tu theme no las tiene) */
.card.shadow-sm {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

/* Margen utilitario (si no usas BS5) */
.mb-4 {
    margin-bottom: 1.5rem;
}
.me-2 {
    margin-right: .5rem;
}
.me-3 {
    margin-right: 1rem;
}

/* En pantallas chicas, ponemos un poquito de aire lateral */
@media (max-width: 768px) {
    .detalle-compra-card,
    .detalle-pago-card,
    .order-items-table {
        font-size: 0.9rem;
    }

    .total-icon {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }
}



/* === CONTENEDORES PRINCIPALES (RESUMEN / PAGO) === */

.detalle-compra-card,
.detalle-pago-card {
    position: relative;            /* necesario para la barra ::before */
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    overflow: hidden;
}

/* Barra superior con degradado verde corporativo */
.detalle-compra-card::before,
.detalle-pago-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #009c5a, #00c48c);
}

/* Un poco de aire entre bloques internos */
.detalle-bloque {
    padding: 8px 4px;
}

/* Títulos internos ("Información del pedido", "Estatus de pago") */
.detalle-bloque-titulo {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #495057;
    margin-bottom: 10px;
}

/* === TYPO UTILITIES (por si no usas Bootstrap 5) === */

.text-small {
    font-size: 0.85rem;
}

.text-body {
    color: #212529;
}

.fw-bold {
    font-weight: 700;
}

.fw-semibold {
    font-weight: 600;
}

/* === AVATAR ALUMNO === */

.detalle-avatar {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 3px solid #fff;
}

.detalle-alumno-info .text-muted {
    line-height: 1.4;
}

/* === ICONO TOTAL COMPRA === */

.total-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00a3e0, #00c48c);
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* === BADGES "SOFT" === */

.bg-soft-primary {
    background: rgba(0, 163, 224, 0.12);
}

.bg-soft-info {
    background: rgba(13, 202, 240, 0.1);
}

.bg-soft-light {
    background: #f9fafb;
}

.badge {
    padding: 0.35em 0.7em;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

/* === CARD HEADER DE ARTÍCULOS (DEGRADADO VERDE) === */

.card-header-gradient {
    background: linear-gradient(135deg, #009c5a, #00b894);
    color: #ffffff;
    padding: 0.75rem 1.25rem;
}

.card-header-gradient h3 {
    font-size: 0.95rem;
    margin: 0;
}

/* === TABLA DE ARTÍCULOS === */

.order-items-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.order-items-table thead th {
    border-bottom: 1px solid #e3e6ea;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #f8fafc;
    background: rgba(0,0,0,0.06);
}

.order-items-table thead tr {
    background: transparent;
}

.order-items-table tbody tr:nth-child(even) {
    background-color: #fcfcfe;
}

.order-items-table tbody tr:hover {
    background-color: #f2f7ff;
}

/* Columna de producto */
.order-items-table td.text-start {
    padding-left: 1rem;
}

/* Para resaltar el nombre del KIT */
.text-kit {
    font-size: 0.95rem;
}

/* Items dentro del paquete (la estrellita) */
.text-paquete-item {
    font-size: 0.9rem;
    padding-left: 0.2rem;
}

/* === MODAL PAGO === */

.modal-detalle-pago {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.modal-detalle-pago .modal-header,
.modal-detalle-pago .modal-footer {
    border: none;
}

.modal-close {
    font-size: 1.5rem;
    opacity: 0.6;
    text-shadow: none;
    padding: 0 6px;
}

.modal-close:hover {
    opacity: 1;
}

/* Botón link de guía */
.btn-link-primary {
    color: #0d6efd;
    font-weight: 500;
}

.btn-link-primary:hover {
    text-decoration: underline;
}

/* Botón outline para formas de pago */
.btn-outline-primary {
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 4px 10px;
}

/* Ajuste general de sombras de cards (por si tu theme no las tiene) */
.card.shadow-sm {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

/* Margen utilitario (si no usas BS5) */
.mb-4 {
    margin-bottom: 1.5rem;
}
.mt-3 {
    margin-top: 1rem;
}
.me-2 {
    margin-right: .5rem;
}
.me-3 {
    margin-right: 1rem;
}

/* === TIMELINE DEL ESTATUS DE ENTREGA === */

.estatus-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 0;
}

.estatus-step {
    position: relative;
    flex: 1;
    text-align: center;
}

/* Línea horizontal que conecta los pasos */
.estatus-step::before {
    content: "";
    position: absolute;
    top: 12px;              /* alineado al centro del dot */
    left: 0;
    right: 0;
    height: 3px;
    background: #e2e8f0;
    z-index: 0;
}

/* Para que la línea no sobresalga del primer y último punto */
.estatus-step:first-child::before {
    left: 50%;
}

.estatus-step:last-child::before {
    right: 50%;
}

/* Punto del paso */
.estatus-dot {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 auto 4px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #6c757d;
    z-index: 1;
    box-shadow: 0 0 0 2px #ffffff;
}

/* Etiqueta del paso */
.estatus-label {
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Estados activos / completados (verde corporativo) */

.estatus-step.is-active .estatus-dot,
.estatus-step.is-completed .estatus-dot {
    background: linear-gradient(135deg, #009c5a, #00c48c);
    color: #ffffff;
}

.estatus-step.is-completed::before {
    background: linear-gradient(135deg, #009c5a, #00c48c);
}

.estatus-step.is-active .estatus-label,
.estatus-step.is-completed .estatus-label {
    color: #009c5a;
}

/* Hover suave */
.estatus-step:hover .estatus-dot {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(0, 156, 90, 0.16);
}

/* Ajustes en móviles */
@media (max-width: 768px) {
    .detalle-compra-card,
    .detalle-pago-card,
    .order-items-table {
        font-size: 0.9rem;
    }

    .total-icon {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }

    .estatus-label {
        font-size: 0.6rem;
    }
    .estatus-dot {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}



/* === CONTENEDORES PRINCIPALES (RESUMEN / PAGO) === */

.detalle-compra-card,
.detalle-pago-card {
    position: relative;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    overflow: hidden;
}

/* Barra superior con degradado verde corporativo */
.detalle-compra-card::before,
.detalle-pago-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to left, #009c5a, #00c48c);
}

/* Bloques internos */
.detalle-bloque {
    padding: 8px 4px;
}

.detalle-bloque-titulo {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #495057;
    margin-bottom: 10px;
}

/* === TYPO UTILITIES (por si no usas Bootstrap 5) === */

.text-small {
    font-size: 0.85rem;
}
.text-body {
    color: #212529;
}
.fw-bold {
    font-weight: 700;
}
.fw-semibold {
    font-weight: 600;
}

/* === AVATAR ALUMNO === */

.detalle-avatar {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 3px solid #fff;
}
.detalle-alumno-info .text-muted {
    line-height: 1.4;
}

/* === ICONO TOTAL COMPRA === */

.total-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.total-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00a3e0, #00c48c);
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* === BADGES "SOFT" === */

.bg-soft-primary {
    background: rgba(0, 163, 224, 0.12);
}
.bg-soft-info {
    background: rgba(13, 202, 240, 0.1);
}
.bg-soft-light {
    background: #f9fafb;
}
.badge {
    padding: 0.35em 0.7em;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

/* Badge especial para columna Estatus */
.estatus-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #155724;
    background: rgba(0, 156, 90, 0.06);
    border: 1px solid rgba(0,156,90,0.18);
    white-space: nowrap;
}

/* === CARD HEADER DE ARTÍCULOS (DEGRADADO DERECHA→IZQUIERDA) === */

.card-header-gradient {
    background: linear-gradient(to left, #009c5a, #00b894);
    color: #ffffff;
    padding: 0.75rem 1.25rem;
}
.card-header-gradient h3 {
    font-size: 0.95rem;
    margin: 0;
}

/* === TABLA DE ARTÍCULOS === */

.order-items-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}
.order-items-table thead th {
    border-bottom: 1px solid #e3e6ea;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #6c757d;
    background: #f8f9fb;
}
.order-items-table tbody tr:nth-child(even) {
    background-color: #fcfcfe;
}
.order-items-table tbody tr:hover {
    background-color: #f2f7ff;
}
.order-items-table td.text-start {
    padding-left: 1rem;
}

/* KIT / Paquete */
.text-kit {
    font-size: 0.95rem;
}
.text-paquete-item {
    font-size: 0.9rem;
    padding-left: 0.2rem;
}

/* === MODAL PAGO === */

.modal-detalle-pago {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}
.modal-detalle-pago .modal-header,
.modal-detalle-pago .modal-footer {
    border: none;
}
.modal-close {
    font-size: 1.5rem;
    opacity: 0.6;
    text-shadow: none;
    padding: 0 6px;
}
.modal-close:hover {
    opacity: 1;
}

/* Botones */
.btn-link-primary {
    color: #0d6efd;
    font-weight: 500;
}
.btn-link-primary:hover {
    text-decoration: underline;
}
.btn-outline-primary {
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 4px 10px;
}

/* Sombras cards */
.card.shadow-sm {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

/* Utilitarios */
.mb-4 { margin-bottom: 1.5rem; }
.mt-3 { margin-top: 1rem; }
.me-2 { margin-right: .5rem; }
.me-3 { margin-right: 1rem; }

/* === TIMELINE DEL ESTATUS DE ENTREGA === */

.estatus-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 0;
}
.estatus-step {
    position: relative;
    flex: 1;
    text-align: center;
}
.estatus-step::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 3px;
    background: #e2e8f0;
    z-index: 0;
}
.estatus-step:first-child::before {
    left: 50%;
}
.estatus-step:last-child::before {
    right: 50%;
}
.estatus-dot {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 auto 4px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #6c757d;
    z-index: 1;
    box-shadow: 0 0 0 2px #ffffff;
}
.estatus-label {
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Activo / completado */
.estatus-step.is-active .estatus-dot,
.estatus-step.is-completed .estatus-dot {
    background: linear-gradient(135deg, #009c5a, #00c48c);
    color: #ffffff;
}
.estatus-step.is-completed::before {
    background: linear-gradient(135deg, #009c5a, #00c48c);
}
.estatus-step.is-active .estatus-label,
.estatus-step.is-completed .estatus-label {
    color: #009c5a;
}

/* Hover suave */
.estatus-step:hover .estatus-dot {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(0, 156, 90, 0.16);
}

/* Responsivo */
@media (max-width: 768px) {
    .detalle-compra-card,
    .detalle-pago-card,
    .order-items-table {
        font-size: 0.9rem;
    }
    .total-icon {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }
    .estatus-label {
        font-size: 0.6rem;
    }
    .estatus-dot {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}





/* === GRADIENTE VERDE CORPORATIVO (MISMO ESTILO QUE gradient-lateral-verde) === */

.gradient-lateral-verde {
    background: linear-gradient(to left, #009c5a, #00b894);
    color: #ffffff;
}

/* === CONTENEDORES PRINCIPALES (RESUMEN / PAGO) === */

.detalle-compra-card,
.detalle-pago-card {
    position: relative;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    overflow: hidden;
}

/* Barra superior con mismo degradado verde */
.detalle-compra-card::before,
.detalle-pago-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to left, #009c5a, #00b894);
}

/* Bloques internos */
.detalle-bloque {
    padding: 8px 4px;
}

.detalle-bloque-titulo {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #495057;
    margin-bottom: 10px;
}

/* === TYPO UTILITIES === */

.text-small { font-size: 0.85rem; }
.text-body { color: #212529; }
.fw-bold { font-weight: 700; }
.fw-semibold { font-weight: 600; }

/* === AVATAR ALUMNO === */

.detalle-avatar {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 3px solid #fff;
}
.detalle-alumno-info .text-muted {
    line-height: 1.4;
}

/* === ICONO TOTAL COMPRA === */

.total-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.total-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00a3e0, #00c48c);
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* === BADGES "SOFT" === */

.bg-soft-primary { background: rgba(0, 163, 224, 0.12); }
.bg-soft-info { background: rgba(13, 202, 240, 0.1); }
.bg-soft-light { background: #f9fafb; }

.badge {
    padding: 0.35em 0.7em;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

/* Badge especial para columna Estatus */
.estatus-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #155724;
    background: rgba(0, 156, 90, 0.06);
    border: 1px solid rgba(0,156,90,0.18);
    white-space: nowrap;
}

/* === CARD HEADER DE ARTÍCULOS === */

.card-header-gradient {
    padding: 0.75rem 1.25rem;
    color: #ffffff;
}

/* Como también tiene gradient-lateral-verde, toma el mismo fondo */
.card-header-gradient h3 {
    font-size: 0.95rem;
    margin: 0;
}

/* === TABLA DE ARTÍCULOS === */

.order-items-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}
.order-items-table thead th {
    border-bottom: 1px solid #e3e6ea;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #6c757d;
    background: #f8f9fb;
}
.order-items-table tbody tr:nth-child(even) {
    background-color: #fcfcfe;
}
.order-items-table tbody tr:hover {
    background-color: #f2f7ff;
}
.order-items-table td.text-start {
    padding-left: 1rem;
}

/* KIT / Paquete */
.text-kit {
    font-size: 0.95rem;
}
.text-paquete-item {
    font-size: 0.9rem;
    padding-left: 0.2rem;
}

/* === MODAL PAGO === */

.modal-detalle-pago {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}
.modal-detalle-pago .modal-header,
.modal-detalle-pago .modal-footer {
    border: none;
}
.modal-close {
    font-size: 1.5rem;
    opacity: 0.6;
    text-shadow: none;
    padding: 0 6px;
}
.modal-close:hover {
    opacity: 1;
}

/* Botones */
.btn-link-primary {
    color: #0d6efd;
    font-weight: 500;
}
.btn-link-primary:hover {
    text-decoration: underline;
}
.btn-outline-primary {
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 4px 10px;
}

/* Sombras cards */
.card.shadow-sm {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

/* Utilitarios */
.mb-4 { margin-bottom: 1.5rem; }
.mt-3 { margin-top: 1rem; }
.me-2 { margin-right: .5rem; }
.me-3 { margin-right: 1rem; }

/* === TIMELINE DEL ESTATUS DE ENTREGA === */

.estatus-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 0;
}
.estatus-step {
    position: relative;
    flex: 1;
    text-align: center;
}
.estatus-step::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 3px;
    background: #e2e8f0;
    z-index: 0;
}
.estatus-step:first-child::before {
    left: 50%;
}
.estatus-step:last-child::before {
    right: 50%;
}
.estatus-dot {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 auto 4px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #6c757d;
    z-index: 1;
    box-shadow: 0 0 0 2px #ffffff;
}
.estatus-label {
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Activo / completado */
.estatus-step.is-active .estatus-dot,
.estatus-step.is-completed .estatus-dot {
    background: linear-gradient(135deg, #009c5a, #00c48c);
    color: #ffffff;
}
.estatus-step.is-completed::before {
    background: linear-gradient(135deg, #009c5a, #00c48c);
}
.estatus-step.is-active .estatus-label,
.estatus-step.is-completed .estatus-label {
    color: #009c5a;
}

/* Hover suave */
.estatus-step:hover .estatus-dot {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(0, 156, 90, 0.16);
}

/* Responsivo */
@media (max-width: 768px) {
    .detalle-compra-card,
    .detalle-pago-card,
    .order-items-table {
        font-size: 0.9rem;
    }
    .total-icon {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }
    .estatus-label {
        font-size: 0.6rem;
    }
    .estatus-dot {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}
