@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&family=Protest+Strike&display=swap');

:root {
    --main-color: #69B3E7;
    --second-color: #004B87;
    --background-color: #E3ECFA;
    --warning-color: #E4B931;
    --danger-color: #FD493F;
    --background-color-hover-primary: rgb(104, 191, 245);
    --Primary-color-background: #e4ecfa;
    --selected-item: rgb(194, 128, 222);
    --disable-day: #f8f9fa;

    --fontTitle: "Protest Strike", sans-serif;
    --fontFamily: "Nata Sans", sans-serif;

    --fontSize: 16px;
    --lineHeightTitle: 1.1;
    --lineHeight: 1.3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    line-height: var(--lineHeight);
    font-weight: 400;
}

h1, h2, h3 {
    font-family: var(--fontTitle);
    line-height: var(--lineHeightTitle);
}

@media screen and (max-width: 1100px) {
        h6.centre-line {
            width: 100% !important;
        }
    }

.separator-vertical {
    width: 2px;
    height: 28px;
    background: #DFE0E0;
    display: inline-block;
}
.fontSizeMin {
    font-size: clamp(0.8rem, 4vw, 12px);
}

.card-custom { background:white; border-radius:8px; border:1px solid #e2e6ea; }

.redBackground {
    background-color: #E6302D;
}
.verdeBackground {
    background-color: #94C01F;
}
.moradoBackground {
    background-color: #672584;
}
.naranjaBackground {
    background-color: #F19104;
}
.azulBackground {
    background-color: #1677C9;
}
.grisBackground {
    background-color: #7B6A58;
}


.redColor {
    color: #E6302D;
}
.verdeColor {
    color: #94C01F;
}
.moradoColor {
    color: #672584;
}
.naranjaColor {
    color: #F19104;
}
.grisColor {
    color: #7B6A58;
}
.blueColor{
    color: #2DAAE2;
}
.hover:hover {
    background-color: #e9ecef;
    cursor: pointer;
}
 
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0% !important;
  }
}
/* tamaño y apariencia del botón */
.toggler {
  background: transparent;
  border: 0;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #222; /* controla color del icono */
}

/* evita que el foco sea invisible para accesibilidad */
.toggler:focus {
  outline: 2px solid rgba(0,0,0,0.12);
  outline-offset: 2px;
  border-radius: 6px;
}


.dropdown-menu{
    min-width: 13rem !important;
}
/* transición para cada línea */
.hamburger .line {
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), opacity 200ms ease;
  transform-origin: 50% 50%;
}

/* estado abierto => transformar en X */
.toggler.open .line-top {
  transform: translateY(8.5px) rotate(45deg);
}

.toggler.open .line-middle {
  opacity: 0;
  transform: scaleX(.6);
}

.toggler.open .line-bottom {
  transform: translateY(-8.5px) rotate(-45deg);
}

/* tamaño responsivo opcional */
@media (max-width: 576px) {
  .hamburger { width: 28px; height: 20px; }
}

.menu-separator {
    width: 2px;
    height: 35px;
    background: #DFE0E0;
}

    .step-text {
      font-size: 18px;
      color: #212121;
    }

    /* Tarjetas de proveedor */
    .provider-card {
      background: white;
      border: 1px solid #dfe0e0;
      border-radius: 6px;
      cursor: pointer;
      transition: all .2s ease;
      text-align: left;
    }

    .provider-card:hover {
      border-color: #004b87;
      box-shadow: 0 4px 10px rgba(0, 75, 135, 0.25);
    }

    /* Íconos */
    .icon-email {
      width: 36px;
      height: 36px;
      object-fit: contain;
      display:block;
    }

    /* Textos de tarjeta */
    .provider-title {
      font-size: 18px;
      color: #212121;
      font-weight: 600;
    }

    .provider-text {
      font-size: 14px;
      color: #63666a;
      line-height: 16px;
    }

.cursor-pointer {
  cursor: pointer;
}


.rule-valid {
  color: green !important;
  font-weight: bold;
}

.rule-invalid {
  color: #7c7c7c !important;
}


 .attach-btn {
    border: 2px solid #818181;
    padding: 18px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    color: #212121;
  }

  .attach-success {
    border-color: #7AA800 !important;
    color: #7AA800;
    font-weight: bold;
    max-width: 200px;
    padding: 8px;
  }

  .attach-success .file-subtext p {
    font-size: 12px;
    line-height: 1;
    color: #818181;
  }
  .file-name{
    max-width: 120px;
  }
  .upload-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #7AA800;
    border: #7AA800;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin-right: 10px;
  }

  .uploadBoxContent input[type="file"] {
    display: none;
  }

.btn-google{
        color:gray;
        border:1px solid gray;
    }

    .btn-google:hover {
        color: gray;
        border: 1px solid gray;
            background-color: #d3d3d359;
    }

.sidebar-step-active { color:#004b87; font-weight:600; }
    .sidebar-step-inactive { color:#818181; }
    .step-circle { width:48px; height:48px; border-radius:50%; border:2px solid #818181;background-color: white; color:#818181; display:flex; justify-content:center; align-items:center; font-weight:600; font-size:20px; }
    .step-circle.active{ background:#194F85; border:2px solid #194F85; color: #ffffff;}
    .step-line{ width: 4px;height: 12px;background-color: #808080;margin-left: 6px;}
    .info-box { background:#f7f8fa; border:2px solid #dfe0e0; border-radius:6px; padding:1.5rem; }
    .main-card { background:white; border-radius:6px; border:1px solid #dfe0e0; box-shadow:0 3px 4px rgba(0,75,135,0.4); padding:2rem; }
    .btn-main { background:#004b87; border:2px solid #004b87; color:white; font-size:18px; padding:.75rem; width:100%; border-radius:6px; }
    .sidebar-title { font-size:28px; color:#69b3e7; font-weight:600; }
    .sidebar-text { font-size:16px; color:#333; }
    .sidebar-bullets{ width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #194F85;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    padding: 2px;}

.radio-card {
    border: 2px solid #818181;
    border-radius: 10px;
    padding: 18px 22px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
  }

.radio-card.active {
    border: 2px solid #2b589a;
    border-radius: 10px;
    padding: 18px 22px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
  }
  .radio-card:hover {
    background: #f1f7ff;
  }
  .radio-icon {
    width: 26px;
    height: 26px;
    border: 3px solid #818181;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .active .radio-icon {
    width: 26px;
    height: 26px;
    border: 3px solid #2b589a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .radio-icon::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2b589a;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease;
  }
  .radio-card.active .radio-icon::after {
    transform: scale(1);
  }
  .radio-text {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    line-height: 1.3;
  }
  .active .radio-text {
    font-size: 18px;
    font-weight: bold;
    color: #1a3e6b;
    line-height: 1.3;
  }




  .upload-box {
      background: #f7f8fa;
      border: 2px solid #dfe0e0;
      border-radius: 6px;
      padding: 40px 20px;
      cursor: pointer;
      transition: 0.3s ease;
      text-align: center;
      position: relative;
    }
    .upload-btn {
      border: 2px solid #69b3e7;
      border-radius: 6px;
      background: #fff;
      padding: 12px 28px;
      color: #69b3e7;
      display: inline-block;
      margin-bottom: 10px;
      transition: 0.3s ease;
    }
    .btn-primary-custom {
      background: #004b87;
      border-color: #004b87;
      font-size: 18px;
      padding: 14px 0;
      border-radius: 6px;
    }


    .license-card {
    position: relative;
    border: 1px solid #dfe0e0;
    border-radius: 6px;
    padding: 2rem;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    background-position: right top;
    background-repeat: no-repeat;
  }

  .license-card[data-type="1"]{
    background-image: url(../img/licencias/a.svg);
  }

  .license-card[data-type="2"]{
    background-image: url(../img/licencias/b.svg);
  }
  .license-card[data-type="3"]{
    background-image: url(../img/licencias/c.svg);
  }
  .license-card[data-type="4"]{
    background-image: url(../img/licencias/d.svg);
  }
  
  .license-card:hover {
    border-color: #004b87;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  }
  .license-type {
    font-family: 'Protest Strike', sans-serif;
    font-size: 80px;
    line-height: 1;
  }
  .check-box, .check-option {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 38px;
    height: 38px;
    border: 3px solid #212121;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }

  .check-option {
    border-radius: 100px;
  }

  .check-box svg {
    width: 24px;
    height: 24px;
    color: #004b87;
  }
  .type-label {
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--fontTitle);
    letter-spacing: 2px;
    margin-left: .5rem;
  }
  .desc {
    font-size: 14px;
    color: #63666a;
  }
  .license-card.active {
    background-color: #2ba9e1;
    border-color: #2ba9e1 !important;
    box-shadow: 0 4px 12px rgba(0,75,135,0.4);
    color: white  !important;
  }

   .license-card.active .redColor,.license-card.active .verdeColor,.license-card.active .moradoColor,.license-card.active .naranjaColor,.license-card.active .grisColor, .license-card.active .blueColor {
    color: white !important;}

    .license-card.active .desc{ color: #292929; }
  .check-box.checked {
    background:#004b87 !important;
    border-color:#004b87 !important;
  }
  .check-box.checked svg {
    display:block;
  }
  .check-box svg {
    display:none;
  }

.bg-light-box {
      background: #f7f8fa;
      border: 2px solid #dfe0e0;
      border-radius: 6px;
    }

.toggle-group {
      border: 1px solid #ced4da;
      border-radius: 6px;
      overflow: hidden;
      height: auto;
      min-height: 40px;
      padding: 4px;
      position: relative;
      background: #ffffff;
      display: flex; /* Flexible como el PDF */
      align-items: center;
      justify-content: space-between;
    }
    .toggle-btn {
      border: none;
      background: transparent;
      width: 50%;
      font-size: 16px;
      color: #818181;
      z-index: 5; /* Aumentado para que quede por encima del track */
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; /* Centra el texto exactamente como en el PDF */
    }
    .toggle-active-track {
      position: absolute;
      top: 4px;
      left: 4px;
      height: calc(100% - 8px);
      width: calc(50% - 8px); /* Reduce overlapping y mejora alineación */
      background: #004b87;
      transition: left .3s ease;
      border-radius: 4px;
      z-index: 1;
    }
    .label-required::after {
      content: " *";
      color: red;
    }


.list-unstyled li.active {
    font-weight: bolder;
    color: #7AA800;
}

.list-unstyled li.active .sidebar-bullets{
    background-color: #7AA800;
    border: #7AA800;
}

.list-unstyled li.active span{
    font-weight: bolder;
    color: #7AA800;
}

.icon-circle { width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;border: 2px solid #69B3E7;color:#69B3E7; font-weight: bolder; }
    .icon-sm { width:28px; height:28px; }
    .circle-lg { width:50px; height:50px; }
.bgColor {
    background-color: var(--background-color);
}

.bgblue{
    background-color: #2DAAE2;
}

.colorMain {
    color: var(--main-color);
}
.colorSecond {
    color: var(--second-color);
}

.backSecond {
    background-color: var(--second-color) !important;
}

 .btn.backSecond {
    background-color: var(--second-color) !important;
    border-color: var(--second-color) !important;
}

 .btn.backSecond:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.btn b{
    font-weight: bolder;
}
.bg-light{
    background-color: #f7F8FA !important;
}

input[type="radio"]:focus {
    background-color: var(--main-color) !important;
}
 @media (max-width: 992px) {
    .thead-responsive {
      display: none !important;
      visibility: hidden;
    }
    .border-responsive {
      border: none !important;
    }
  }

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent;
}
.main-body{
    min-height:65vh;
    height:auto;
}

.table td {
    vertical-align: middle;
}

.floatLogo {
    height: 80px;
    width: 80px;
    background-image: url(../img/partcir1.png);
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}
.contlogologin {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    background: white;
    height: 80px;
    width: 80px;
    transform: rotate(90deg);
    transform: scaleX(-1);
    background-color:transparent;
}
.floatLogo2 {
    height: 100%;
    width: 100%;
    background-image: url(../img/partcirc2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.contlogologin2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    background: white;
    height: 200px;
    width: 200px;
    transform: rotate(90deg);
    transform: scaleX(-1);
    background-color: transparent;
}
.floatLogo3 {
    height: 100%;
    width: 100%;
    background-image: url(../img/logo-gto.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.contlogologin3 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    background: white;
    height: 80px;
    width: 280px;
    background-color:transparent;

}


*, *::before, *::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}





.bannerheader {
    height: 80px;
    background-color: #E4ECFA;    
    width: 100vw;
    display: flex;
    align-items:center;
    justify-content:space-between;
}

.MediasUs{
    display:flex;
    min-width:30vw;
    justify-content:space-evenly;
}
    .MediasUs span a {
        text-decoration: none;
        height: 20px;
        width: 20px;

    }
        .MediasUs span a svg path {
            fill: #0066FF;
            stroke: #0066FF;
        }
    .MediasUs span a:link {
        text-decoration: none;
        color: #000F9F;
    }

    .MediasUs span a:visited {
        text-decoration: none;
        color: #000F9F;
    }


.contactUs {
    min-width: 50vw;
    display: flex;
    justify-content: space-evenly;
}

.contactUs span a{
    text-decoration:none;
}
    .contactUs span a:link {
        text-decoration: none;
        color: #000F9F;
    }
    .contactUs span a:visited {
        text-decoration: none;
        color: #000F9F;
    }
    .contactUs span a:hover{
        text-decoration: underline;
        
    }
    .contactUs span:nth-child(2){
        border-right:1px solid gray;
        padding-right:20px;
    }


.menuLogin {
    background-color: transparent;
    width: 100vw;
    height: 105px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom:15px;
    border-bottom:1px solid gray;
    margin-bottom:15px;
}

.menuLogin img {
padding-left:50px;
}



.menu {
    background-color: transparent;
    width: 100vw;
    height: 105px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
    margin-bottom: 15px;
}

    .menu .Logo {
        height: 60px;
        width: 280px;
    }

    .menu .usermod {
        width: 280px;
        display:flex;
        justify-content:center;
        align-items:center;
        position:relative;
    }
    .menu .titleview {
        font-size: 35px
    }

        .menu .usermod .usercont{
            width:45px;
            height:45px;
            padding:5px;
            border: 3px solid blue;
            border-radius:50px;
            display:flex;
            justify-content:center;
            align-items:center;
        }
            .menu .usermod .usercont .usericon path{               
                fill: blue;
            }

    .menu .usermod .usercont:hover {
        border-color:transparent;
        background-color:blue;
    }

        .menu .usermod .usercont:hover .usericon path {
            fill: white;
        }

            .menu .usermod .usercont:active {
                border-color: blue;
                background-color: white;
            }

                .menu .usermod .usercont:active .usericon path {
                    fill: blue;
                }

            .menu .usermod .usercont.active {
                border-color: transparent;
                background-color: blue;
            }

                .menu .usermod .usercont.active .usericon path {
                    fill: white;
                }

    .menu .usermod .menudrop {
        opacity: 0;
        width: 1px;
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translateY(50px);
        transition: opacity 0.1s ease-out, width 0.3s ease-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:space-evenly;

    }

    .menu .usermod .usercont.active ~ .menudrop {
        width: 240px;
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translateY(50px);
        min-height: 100px;
        border: 1px solid blue;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 1000;
        opacity: 1;
    }
                .menu .usermod .menudrop::before {
                    content: ' ';
                    height: 1px;
                    width: 1px;
                    background-color: blue;
                    position: absolute;
                    border-top: 1px solid white;
                    border-bottom: 10px solid blue;
                    border-right: 15px solid white;
                    border-left: 15px solid white;
                    top: 0px;
                    left: 0px;
                    transform: translateY(-12px) translateX(120px);
                    z-index:1;
                }

.CloseSession{
    height:40px;
    display:flex;
    align-items:center;
}
.CloseSession svg {
    height: 20px;
    width:20px;
}
    .CloseSession label {
        margin-left:5px;
    }


.CloseSession:hover {
    color: blue;
}
    .CloseSession:hover svg path{
        stroke:blue;
        
    }







.cont {
    display: flex;
    width: 100%;
    height: 100%;
}






.footellogin {
    min-height: 90px;
    width: 100%;
    background-color: #E4ECFA;
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid gray;
    display:flex;
    flex-direction:column;

}


    .footellogin .footerlogincontent{
        display:flex;
        
    }
    .footellogin .footerlogincontent:nth-child(1) {
        margin-left:50px;
    }
        .footellogin .footerlogincontent .columnfooter {
            display: flex;
            flex-direction:column;
            justify-content:center;
            margin-right:30px;
        }
            .footellogin .footerlogincontent .columnfooter img {
                max-height: 40px;
                margin-bottom:20px;
            }
            .footellogin .footerlogincontent .columnfooter span {
                margin-bottom:20px;
            }

                .footellogin .footerlogincontent .columnfooter img.imgigual {
                    max-height: 50px;
                    width:100px;
                }





.footer {
    min-height: 90px;
    width: 100%;
    background-color: #E4ECFA;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid gray;
    display: flex;
    flex-direction: column;
}



    .footer .footerlogincontent {
        display: flex;
    }

        .footer .footerlogincontent:nth-child(1) {
            margin-left: 50px;
        }

        .footer .footerlogincontent .columnfooter {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-right: 30px;
        }

            .footer .footerlogincontent .columnfooter img {
                max-height: 40px;
                margin-bottom: 20px;
            }

            .footer .footerlogincontent .columnfooter span {
                margin-bottom: 20px;
            }

            .footer .footerlogincontent .columnfooter img.imgigual {
                max-height: 50px;
                width: 100px;
            }




.banner {
    width: 40%;
    height: 500px;
    min-height: 40px;
    max-height: 80%;
    position: relative;
    display: block;
}

    .banner .img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
    }

    .banner .gradient {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to right,rgba(255, 255, 255, 0.895) 10%,transparent 100%);
    }



.cardForm {
    width: 40%;
    min-width: 400px;
    background-color: white;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    border-radius: 12px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-image:url(../img/fondo1.png);
    background-size:600px 200px;
    background-repeat:no-repeat;
    background-position-y:bottom;
}

    .cardForm .barup {
        height: 10px;
        background-image: linear-gradient(to right,#000F9F,#0066FF,#0082FF,white);
        display:block;
        width:100%;
    }

    form {
        width: 100%;
    }
.formContent.ajustmodal {
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px;
    height:100%;
    
}

  .formContent {
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

    .formContent .titleFormCont {
        color: #000F9F;
        font-weight: bold;
        font-size: 32px;
        
    }

 .ajustmartop {
        margin-top: 20px;
    }

 .ajustmartop2 {
        margin-top: 10px;
    }
.RowForm {
        margin-top: 50px;
        margin-bottom: 25px;
        width: 85%;
        margin-right: 15px;
        display: flex;
        margin-left: 15px;
    }

.RowForm2 {
    width: 85%;
    margin-right: 15px;
    display: flex;
    margin-left: 15px;
}

.imggoole{
    height:50px;
    width:50px;
    background-image:url(../img/gicon.png);
    background-size:cover;
}




.btncitas {
    background-color: rgb(64, 64, 199);
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease-out;
}
    .btncitas:hover {
        background-color: rgb(215, 215, 240);
        cursor: unset;
    }

.btncitas:active {
    color: white;
    border-color: transparent;
}


.btncitas:active {
    background-color: rgb(215, 215, 240);
    color: rgb(64, 64, 199);
    border-color: rgb(64, 64, 199);
}


.btncitas:hover {
    transform: scale(1.1);
}


.spacebet {
    justify-content: space-between;
    align-items: center;
}

.AligEndFlex {
    justify-content: end;
    align-items: center;
}
.AligStartFlex {
    justify-content: start;
    align-items: center;
}
.justistatr{
    align-items:start;
}

.colcont{
    flex-direction:column;
}

.justistatr.colcont {
    justify-content: start;
    align-items:center;
}

.titletipeDocument {
    font-weight: bolder;
    text-shadow: 0px 0px 0px black, 0px 0px 0px black;
    letter-spacing: .015rem;
    margin-left: 6px;
    width: 50%;
}
.desctipeDocument {
    color: #626262;
    line-height: 1.2;
    text-shadow: 0px 0px 0px #626262, 0px 0px 0px #626262;
    width:45%;
}
.contenstep {
    width: clamp(10vw, 85%, 700px);
    position: relative;
}

.contformcust{
    margin-top:80px;
}

.contstepcust.active {
    opacity: 1;
    display:block;
}

.contstepcust {
    height: 100%;
    width: 100%;
    opacity: 0;
    display:none;
    transition:opacity 0.3s ease-out;
}
    .contstepcust .spacecont {
    width:100%;
    display:flex;
    flex-direction:column;
    }
    .contstepcust .spacebutton {
        height: 20%;
        width: 100%;        
        display:flex;
        justify-content:end;
        align-items:center;
    }
        .contstepcust .spacebutton .btncitas{
            height:max-content;
            padding:5px;
            padding-left:10px;
            padding-right:10px;
            margin-right:20px;
            transform:translateY(25px);
        }



        .conttab {
            height: 100%;
            min-height: calc(100vh - 180px );
            width: 100%;
            display: flex;
            position: relative;
        }


.itementry {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    position: relative;
}

    .itementry label {
        font-size: 16px;
        padding-bottom: 5px;
        width:100%
    }

    .itementry input {
        font-size: 15px;
        padding-left: 5px;
/*        background-color: transparent;
        border: none;
        border-bottom: 1px solid black;*/
    }

        .itementry input:focus {
            outline: none;
            font-size: 15px;
            padding-left: 5px;
            background-color: transparent;
            border: none;
            border: 1px solid transparent;
            border-bottom: 1px solid black;
            border-radius: 4px;
            background-color: rgba(109, 126, 141, 0.179);
        }

.ContCalendar {
    z-index: 1;
    background: #ffffffde;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteinerCalendar {
    width: 90%;
    max-width:950px;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 75, 135, 0.4);
}


.closecalendar {
    background-color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.closecalendar h3{
    color: #004b87;
}
.close {
    display: flex;
    gap: 12px;
    align-items: center;
    color: gray;
    cursor: pointer;
    border: gray 1px solid;
    border-radius: 40px;
    text-decoration: none;
    padding: 6px 12px;
}
    .close:hover {
        color: black;
        background-color: #f4f4f4;
    }

.close h4{
    font-family: sans-serif;
}

    .semaforo {
        background-color: white;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: center;
        gap: 18px;
    }

    .semaforo p {
        margin: 0;
        font-family: sans-serif;
        font-weight: bolder;
        min-width: 150px;
    }
    .semaforo .verde, .semaforo .amarillo, .semaforo .rojo{
        display:flex;
        gap:12px;
        align-items:center;
    }
        .semaforo .verde div, .semaforo .amarillo div, .semaforo .rojo div {
            width: 20px;
            height: 20px;
            background-color:black;
            border-radius:20px;
        }
        .semaforo .verde div {
            background-color: #0bb09d;
        }
        .semaforo .verde p {
            color: #0bb09d;
        }
        .semaforo .rojo div {
            background-color: red;
        }

        .semaforo .rojo p {
            color: red;
        }
        .semaforo .amarillo div {
            background-color: #f2c200;
        }

        .semaforo .amarillo p {
            color: #f2c200;
        }

.tablaOficinas tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2
}

.tablaOficinas tbody tr {
    border-bottom:2px solid #dee2e6
}

.tablaGeneral tbody tr:nth-of-type(odd) {
     background-color: #f2f2f2
}

.tablaGeneral tbody tr {
    border-bottom: 2px solid #dee2e6
}
/*
.titlecalendar {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    background-color: #f3f3f3;
    border: solid 1px #e3e3e3;
    border-left: 0px;
    border-right: 0px;
}
.back {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 1;
    height: 100%;
}
.back:hover{
    background-color: var(--background-color-hover-primary);
}

.back:active {
    background-color: var(--Primary-color-background);
}

.month {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bolder;
}
    .month:hover {
        background-color: var(--background-color-hover-primary);
    }

    .month:active {
        background-color: var(--Primary-color-background);
    }

.year {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:sans-serif;
    font-weight:bolder;
}
    .year:hover {
        background-color: var(--background-color-hover-primary);
    }

    .year:active {
        background-color: var(--Primary-color-background);
    }

.next {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: normal;
    height: 100%;}
    .next:hover{
    background-color: var(--background-color-hover-primary);}

    .next:active {
        background-color: var(--Primary-color-background);
    }

.contentDays {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    gap: 10px;
    margin: 10px 0;
}
.daysTitle {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.daysrow {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.day {
    width: 45px;
    font-weight: bold;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
    .day:hover{
    background-color: var(--background-color-hover-primary);
    border: 1px solid transparent;
    border-radius: 40px;
}

    .day.block {
        background-color: var(--disable-day);
        cursor: unset;
    }
        .day.block:hover

{
    border-radius: 0px;
}


        .day.block.today {
            background-color: var(--selected-item) !important;
            border: 1px solid transparent;
            border-radius: 40px;
        }

        .day.block.start {
            background-color: rgb(163, 42, 184);
            border: 1px solid transparent;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
        }
        .day.block.start:hover

{
    background-color: var(--background-color-hover-primary);
    border-radius: unset;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}


day.block.start.between {
    background-color: rgb(163, 42, 184);
    border: 1px solid transparent;
}
    .day .block.start.between:hover

{
    background-color: var(--background-color-hover-primary);
    border: unset;
    border-radius: unset;
}


.between.end {
    background-color: rgb(163, 42, 184);
    border: 1px solid transparent;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
    .between.end:hover

{
    background-color: var(--background-color-hover-primary);
    border: 1px solid transparent;
    border-radius: unset;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.yearrow {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 45px;
}
.years {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.years:hover

{
    background-color: var(--background-color-hover-primary);
    border: 1px solid transparent;
    border-radius: 10px;
}


    .years.today {
        background-color: var(--selected-item);
        border: 1px solid transparent;
        border-radius: 40px;
    }



.Montrow {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 40px;
}
.months {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
}
    .months:hover

{
    background-color: var(--background-color-hover-primary);
    border: 1px solid transparent;
    border-radius: 10px;
}


    .months.today {
        background-color: var(--selected-item);
        border: 1px solid transparent;
        border-radius: 10px;
    }

*/


.conDataUser {
    margin-top: 15px;
    box-shadow: 0 0.4rem 0.8rem rgba(48, 46, 46, 0.205);
    text-align: center;
    padding: 20px 20px;
    max-width: 920px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 15px;
}
.lookdata {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    width: 100%;
}
.coldata {
    display: flex;
    width: 45%;
    flex-direction: column;
}
.title {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 45px;
    font-weight: bolder;
    font-family: sans-serif;
    opacity: .5;
}

.rowentry {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.radiocont {
    width: 45%;
    justify-content: space-between;
    display: flex;
}.contrad

{
    display: flex;
    flex-direction: row-reverse
}


.btnend {
    display: flex;
    flex-direction: row-reverse;
}


.contrad label {
    margin-left: 5px;
    margin-right: 5px;
}

.rowentry input {
    font-size: 15px;
    padding-left: 5px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
}

    .rowentry input:focus {
        outline: none;
        font-size: 15px;
        padding-left: 5px;
        background-color: transparent;
        border: none;
        border: 1px solid transparent;
        border-bottom: 1px solid black;
        border-radius: 4px;
        background-color: rgba(109, 126, 141, 0.179);
    }



.DropDownList {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0px;
    width: 60%;
    transform: translateY(15px) translateX(70%);
    background-color: rgba(194, 225, 255, 0.83);
    z-index: 100;
    overflow-y: scroll;
    max-height: 130px;
    opacity: 0;
    transition: all 0.3s linear;
}

    .DropDownList span {
        padding-left: 10px;
        padding-top: 5px;
        z-index: 101;
    }

    .DropDownList.active {
        opacity: 1;
    }

    .DropDownList span.active {
        background-color: rgb(43, 245, 53);
    }

    .DropDownList span:hover {
        background-color: rgb(245, 177, 43);
    }









.Optionsselect {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

    .Optionsselect .item {
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        background: transparent;
        cursor: pointer;
    }


.modalCont {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(2, 23, 74, 0.179);
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;    
}

.centermodal {
    min-width: 60%;
    background-color: aliceblue;
    border: 1px,transparent solid;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.centermodal.big {
    width: 80%;
    min-height:50vh;
    background-color: aliceblue;
    border: 1px,transparent solid;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    z-index: 101;
}


.titlemodal {
    height: 30px;
    background-color: #000F9F;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.contenmodal {
    min-height: 80px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    position: relative;
}

.centermodal.big .contenmodal {
    min-height: calc(50vh - 80px );
    display: flex;
    padding: 10px;
    flex-direction: column;
    position: relative;
}

.footermodal {
    display: flex;
    min-height: 50px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 80%;
}




.tabcont{

}


    .table::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .table::-webkit-scrollbar-track {
        background-color: transparent;
    }

    /* Handle */
    .table::-webkit-scrollbar-thumb {
        background: #000F9F;
        border-radius: 10px;
        transition: all 1s linear;
    }



    .table table {
        width: 100%;
        border-collapse: separate;
    }

        .table table thead {
            height: 30px;
        }

            .table table thead tr {
                height:50px;
            }
                .table table thead tr th {
                    background-color: transparent;
                    height: 30px;
                    min-width: 50px;
                    padding-left: 15px;
                    padding-right: 15px;
                    color: #000F9F;
                }


        .table table tbody tr {
            height:58px;
        }

            .table table tbody tr td {
                font-size: 18px;
                min-height: 30px;
                padding: 18px 24px;
                text-align: center;
            }

            .table table tbody tr:hover {
                background-color: #2DAAE2;
                color: white;
                font-weight: bolder;
            }

            .table table tbody tr:hover td {
                font-weight: 700;
            }

            .table table tbody tr.active {
                background-color: #2DAAE2;
                color: white;
                font-weight: bolder;
            }
            .table table tbody tr.active td {
                font-weight: 700;
            }

                .table table tbody tr.active:hover {
                    background-color: rgb(62, 255, 155);
                }

.ajust3 {
    right: calc(5% + 15px);
}

    .ajust3:hover {
        right: calc(5% + 16px);
    }

.floatbutton.Ontop{
    right:unset;
    bottom:unset;
    top:20px;
    left:100px;
}

.floatbutton.Ontop:hover {
    right: unset;
    bottom: unset;
    top: 20px;
    left: 110px;
}


.floatbutton {
    outline: none;
    position: absolute;
    bottom: 130px;
    right: 10px;
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease, color 0.1s linear;
    cursor: pointer;
}

    .floatbutton:hover {
        background-color: #000F9F;
        bottom: 133px;
        right: 30px;
        scale: 1.3;
        height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }

.hidden {
    opacity: 0;
}

.contentNewLic {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.formleft {
    display: flex;
    width: 30%;
    border-right: 1px solid black;
    height: 100%;
    flex-direction: column;
}

.dropOption {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.formcontent {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.getdocuments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
}

.contentdocuments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    overflow-y: scroll;
}

.document {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tipeDocument {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: rgba(240, 248, 255, 0.57);
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.4) inset;
    border-top: solid 1px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.tipeDocument {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.rowDocument {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.titleDocument {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: azure;
    position: relative;
}

    .titleDocument:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #212121;
        position:absolute;
        right: 4%;

    }


        .titleDocument.active:before {
            content: "";
            width: 0px;
            height: 0px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #212121;
            border-top: 0 solid transparent;
            position: absolute;
            right: 4%;
          
        }

    .viewdelete {
    position: absolute;
    top: 55px;
    right: 10px;
    height: 30px;
    display: none;
    flex-direction: row;
    z-index:100;
}

    .viewdelete.active {
        display: flex;
    }
.viewdelete2 {
    position: absolute;
    top: calc(50% -15px);
    right: 70px;
    height: 30px;
    display: flex;
    flex-direction: row;
    z-index: 20;
}

    .viewdelete2 .rot90 {
        transform: rotate(90deg);
        transition: transform 0.2s ease-out;
    }
        .viewdelete2 .rot90.active {
            transform: rotate(-90deg);
            color: black;
            font-weight: bold;
        }





    .viewfile {
        margin-right: 5px;
        outline: none;
        border: 1px solid rgba(128, 128, 128, 0.152);
        background-color: rgb(241, 162, 13);
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 5px;
    }

    .viewfile:active {
        outline: none;
        border: 1px solid rgba(128, 128, 128, 0.152);
        background-color: white;
        color: rgb(241, 162, 13);
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 3px;
    }

.remove {
    margin-right: 5px;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.152);
    background-color: rgb(247, 46, 46, 0.80);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

    .remove:active {
        outline: none;
        border: 1px solid rgba(128, 128, 128, 0.152);
        background-color: white;
        color: rgb(247, 46, 46, 0.80);
    }

.tipeDocument.hiddenb .addfile {
    display: none;
}

.contentstep.active {
    opacity: 1;
    z-index: 5;
}
.contentstep {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
    z-index: 0;
}
.dropdown{
    height:20%;
}
.tabview {
    align-self: self-end;
    width: 90%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}
    .tabview.ajustbutton {
        justify-content: end;
    }
.contentsview {
    height: 80%;
    width: 100%;
    border: 3px solid transparent;
    border-radius: 25px;
    background-color: aliceblue;
    position: relative;
}

.tabview.ajustbutton .contentsview {
    margin-bottom: 20px;
    transition: all 1s linear, opacity 1s linear;
}
.contentstep {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
    z-index: 0;
}
    .contentstep.active {
        opacity: 1;
        z-index: 5;
    }
.Row-z {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    height: 40px;
}

.itemrow {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

    .itemrow button {
        padding-left: 5px;
        padding-right: 5px;
        outline: none;
        background-color: aquamarine;
        border: 1px solid transparent;
        border-radius: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }


        .itemrow button:active {
            background-color: white;
            color: aquamarine;
        }



.pasoscount{
    width:100%;
    display:flex;
}

    .pasoscount .spaceitem {
        width:100px;
        height:1px;
        display:flex;
    }
.pasoscount .itempasos {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .pasoscount .descstep {
        width: fit-content;
        font-size: 12px;
        color: #000F9F;
        margin-top: 10px;
        line-height: 1.2;
        text-align: center;
    }

        .pasoscount .itempasos .step {
            width: 30px;
            height: 30px;
            border: 1px solid transparent;
            border-radius: 50%;
            background: white;
            color: #000F9F;
            font-size: 20px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-color: #000F9F;
            font-weight:900;
        }


        .pasoscount .itempasos .step.active {
            background: #000F9F;
            color: white;
            border-color:transparent;
        }



.table {
    overflow-x: scroll;
}



.titleDocument-Table {
    background-color: azure;
    position: relative;
}

    .titleDocument-Table:hover:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid white;
        position: absolute;
        right: 4%;
        top: 45%;
        color:black;
    }

    .titleDocument-Table:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #212121;
        position: absolute;
        right: 2%;
        top: 45%;
        color:black;
    }

    .titleDocument-Table.active:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #212121;
        border-top: 0 solid transparent;
        position: absolute;
        right: 4%;
        color:black;
    }

    /* ========================================
       MEJORAS RESPONSIVAS PARA DOCUMENTOS
       ======================================== */

    /* Tabla responsiva mejorada */
    .table-custom {
        font-size: 14px;
    }

    .table-custom thead th {
        background-color: #e3ecfa;
        border-bottom: 2px solid #004b87;
        font-weight: 700;
        color: #004b87;
        padding: 14px 12px;
    }

    .table-custom tbody {
        position: relative;
    }

    /* Efecto hover en filas de documento */
    .table-custom tbody.titleDocument-Table:hover {
        background-color: #d5e3f7;
        transition: background-color 0.3s ease;
    }

    /* Estado activo/expandido */
    .table-custom tbody.collapse.show {
        box-shadow: 0 2px 6px rgba(0, 75, 135, 0.15);
    }

    /* Botones mejorados */
    .btn-upload {
        background: linear-gradient(135deg, #69B3E7 0%, #004B87 100%);
        border: none;
        font-weight: 600;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 2px 4px rgba(0, 75, 135, 0.2);
    }

    .btn-upload:hover {
        background: linear-gradient(135deg, #004B87 0%, #003160 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 75, 135, 0.3);
    }

    .btn-upload:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 75, 135, 0.2);
    }

    .btn-upload svg {
        vertical-align: middle;
    }

    /* Estilo de estado "Pendiente" vs "Rechazado" */
    .text-success {
        color: #28a745 !important;
    }

    .text-danger {
        color: #dc3545 !important;
    }

    /* Espaciado y padding en documentos */
    .table-custom td {
        vertical-align: top;
        padding: 14px 12px;
    }

    .table-custom td:first-child {
        padding-left: 15px;
    }

    .table-custom td:last-child {
        padding-right: 15px;
    }

    /* Sticky sidebar para escritorio */
    aside.sticky-top {
        transition: box-shadow 0.3s ease;
    }

    /* Mejor accesibilidad en formulario de subida */
    #docinput {
        display: none;
    }

    /* Animaciones suave para colapsos */
    .collapse {
        transition: all 0.3s ease;
    }

    .collapse.show {
        animation: slideDown 0.3s ease-out;
    }

    @@keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Mejora en pantallas extra grandes */
    @@media (min-width: 1400px) {
        .table-custom {
            font-size: 15px;
        }

        .table-custom th {
            padding: 16px 14px;
        }

        .table-custom td {
            padding: 16px 14px;
        }
    }

    /* Ajustes finales para tablet */
    @@media (max-width: 1200px) {
        aside.sticky-top {
            position: relative;
            top: 0 !important;
            margin-bottom: 24px;
        }
    }
