html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.btn-primary {
    color: #fff;
    background-color: #010056 !important;
    border-color: #010056;
    border-radius: 6px;
}

.btn,
.btn-dark {
    border-radius: 6px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #010056;
    border-color: #010056;
}
.google-login-btn {
    width: 300px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 3px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #0d6efd;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.password-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
    .google-login-btn:hover {
        background-color: #1891c6;
    }

    .google-login-btn img {
        margin-right: 20px;
        height: 50px;
    }
    
.bg-welcome {
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    background-size: cover;
}

.bg-welcome{
    display: flex ;
    align-items: center ;
  }
.frm-login1 label {
    font-weight: 600;
}

.frm-login1 input {
    background: #fff;
    color: #000;
}

.bg-welcome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}

.bg-welcome .container {
    position: relative;
    z-index: 100;
}

.navbar-main {
    background: rgba(0,0,0,0.5);
}

.text-size-main {
    font-size: 1.4vh;
}

.esquina-inferior-derecha {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}

.esquina-inferior-izquierda {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-welcome-2 {
    
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    background-size: cover;
}

    .bg-welcome-2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.4;
    }

    .bg-welcome-2 .container {
        position: relative;
        z-index: 1;
    }

.bloques {
    position: relative;
    top: -100px;
}

.bloque-1 {
    background-image: url(../img/bloque-1.png);
    height: 400px;
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .bloque-1 p {
        font-size: 4vh;
    }

.bloque-2 {
    background-image: url(../img/bloque-2.png);
    height: 400px;
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .bloque-2 p {
        font-size: 4vh;
    }

.btn-show-denuncia {
    padding: 15px 55px;
    border-style: none;
    background: #00b8ff;
    color: #fff;
    font-weight: 600;
}

.btn-present-denuncia {
    padding: 15px 55px;
    border-style: none;
    background: #03279c;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

.subrayado {
    text-decoration: underline;
}

.bg-welcome-3 {
    position: relative;
    background: #e5e5e5;
}

.bloque-txt {
    padding: 25px;
}

.b-mov-1 {
    position: relative;
    top: -92px;
}

.bg-welcome-4 {
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    background-size: cover;
}

    .bg-welcome-4::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.4;
    }

    .bg-welcome-4 .container {
        position: relative;
        z-index: 1;
    }

.bg-welcome-5 {
    background-image: url(../img/bg_5.png);
    width: 100%;
    height: 1200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

    .bg-welcome-5::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0.4;
    }

    .bg-welcome-5 .container {
        position: relative;
        z-index: 1;
    }

.bbg-1 {
    background-image: url(../img/bbg_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
}

.bbg-2 {
    background-image: url(../img/bbg_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
}

.bg-welcome-6 {
    width: 100%;
    height: 1000px;
    background: #000;
    position: relative;
}

.esquina-inferior-derecha-2 {
    position: absolute;
    bottom: 250px;
    z-index: 1;
    right: 0;
}

.bg-welcome-7 {
    width: 100%;
    background: #232323;
}

.form-contact input.form-control, textarea.form-control {
    padding-left: 20px;
    background-color: #232323;
    color: white;
    border-color: gray;
}

button.btn {
    width: 200px;
    font-weight: 700;
}

.form-contact input.form-control:focus {
    background-color: #232323;
    color: white;
    border-color: gray;
}

.form-contact input.form-control:valid {
    background-color: #232323;
    color: white;
    border-color: gray;
}

.ft-1 {
    width: 100%;
    background: #232323;
}
.h-carrusel {
    font-size: 250px !important;
}
.mt-10 {
    margin-top: 10rem !important;
}
.b-people {
    position: absolute;
    top: -500px;
    right: 0px;
}

.audio-controls {
    display: flex;
    align-items: center;
}

.input-container {
    position: relative;
    flex-grow: 1;
    margin-right: 10px;
}

    .input-container input {
        width: 100%; 
        padding-right: 30px;
    }

    .input-container i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

.btn-microphone {
    flex-shrink: 0;
}

.btn-microphone {
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 40px !important;
}
.btn-upload {
    background: #cfcfcf;
    border-radius: 6px;
    padding: 10px;
    border: none;
    font-weight: 500;

}

.upload-container {
    position: relative;
    border: 2px dashed #c9c9c9;
    padding: 20px;
    border-radius: 5px;
    background: #efefef;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-content {
    text-align: center;
}

.btn-primary {
    margin-top: 10px;
}



.perso-checkbox .form-check-label {
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
}

.perso-checkbox .form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px; 
    flex-shrink: 0; 
    border: 2px solid black; 
}
.bg-gray {
    background-color: #c3c3c3; 
}

.icon {
    font-size: 24px; 
    color: #000; 
    padding: 10px;
    margin-right: 20px;
}

.text {
    color: #333;
}

.custom-input {
    background-color: #f0f0f0 !important; 
    border: none; 
    border-radius: 0; 
    margin-bottom: 10px;
}

.custom-close-btn {
    font-size: 2rem; 
    margin-right: 10px; 
    color: #000 !important;
}
.form-check{
    display:flex;
    /* height:80px; */
}
.form-check-input[type="checkbox"] {
    width: 25px; 
    height: 25px;  
    flex-shrink: 0; 
    border: 2px solid black; 
}

.form-check-label {
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
}


.modal-dialog {
    /* max-width: 900px; */
    margin: 60px auto;
    /* max-height : 300px; */
    
}

.modal-content {
    min-height: 60vh;
    border-radius: 8px; /* Agrega un borde redondeado para mejorar la apariencia */
}

.modal-body {
    height: 100%;
    padding: 1rem;
}

.modal-lg .container-fluid {
    padding: 15px; /* Ajusta el padding seg�n sea necesario */
}
.container-menu {
    max-width: 250px; /* Controla el tama�o m�ximo del men� */
    padding: 10px;
    border-right: 1px solid #ddd; /* A�ade un borde de separaci�n */
}
.modal-header .btn-close{
    font-size: 20px;
}
.text-end {
    margin-top: 10px;
}

.custom-close-btn {
    border: none;
    color: #000 !important; /* Cambia el color del bot�n de cerrar */
}
.sidebar {
    height: 100vh; 
    width: 250px; 
    background-color: #343a40; 
    padding-top: 20px; 
    transition: width 0.3s;
}

.list-group-item {
    cursor: pointer; 
    opacity: 0.5;
    border: 0;
}

    .list-group-item a {
        color: #000;
        text-decoration: none;
    }

.active-menu {
    opacity: 1;
    color: #000;
    font-weight: 600;
}

.formularios {
    display: none; 
}

    .formularios.active {
        display: block; 
    }

    .formularios.inactive {
        opacity: 0.5; 
    }

.col-md-3 {
    border-right: 1px solid #ccc; 
    padding-right: 15px; 
}


.conatiner-contacto{
    padding-left: 50px;
}

.row-caracteristicas{
    display: flex;
    justify-content: space-between;
}
.caracteristica-canal{
    width: 18%;
}

.caracteristica-canal img{
    height: 80px;
}

.title-canal-etico{
    margin-top: 10rem;
}


.img-logo-principal img {
    width: 200px;
    height: 100px;
    object-fit: cover;
}

.container-logo-principal img {
    width: 400px;
    max-width: 500px;
    height: 200px;
    object-fit: cover;
}

footer.footer{
    position: absolute;
    bottom: 0;
}

.navbar-toggler-icon{
    color: white;
}

.container-menu{
    height: 100%;
}
.lang-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-close:focus{
    box-shadow: none;
}
textarea{
    resize: none;
}
@media (max-width: 767px) {
    .row-caracteristicas{
        display: contents;
    }
    .caracteristica-canal{
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .caracteristica-canal img{
        height: 60px;
    }
    .title-canal-etico{
        margin-top: 1rem;
    }
    .img-logo-principal{
        display: flex;
        justify-content: center;
    }
    .img-logo-principal img{
        /* width: 100px; */
        display: none;
    }
    .container-logo-principal img{
        width: 300px;
        height: 300px;
        object-fit: contain;
        margin-bottom: 0 !important;

    }
    
     .bg-welcome{
        height: 100vh;
        padding-bottom: 3rem;
    }
     .bg-welcome-2{
        height: 100%;
     }
    .bg-welcome-4{
        height: 480px;
    }

    .container-contacto{
        text-align: center;
        padding-bottom: 3rem;
    }

    .h-carrusel{
        font-size: 100px !important;
    }

    .h2-carrusel{
        font-size: 20px;
    }
    .container-menu{
        height: auto;
        max-width: 100%;
        text-align: center;
        border-right: none;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #ddd;
    }
    .lang-item{
        display: inline;
        height: auto;
    }
    .btn-primary{
        margin-bottom: 2rem;
    }
    
}

@media(min-width:768px) and (max-width:1023px){
    .bg-welcome{
        height: 100%;
        padding-bottom: 9rem;
    }
    .caracteristica-canal{
        width: 50%;
        margin-bottom: 2rem;
    }

    .bg-welcome-2{
        height: 100%;
        padding-bottom: 4rem;
    }

    .title-canal-etico{
        margin-top: 2rem;
    }
    .bg-welcome-4{
        height: 100%;
        padding-bottom: 4rem;
    }

    .h-carrusel{
        font-size: 200px;
    }

    .h2-carrusel{
        font-size: 20px;
    }
    .lang-item{
        display: inline;
        height: auto;
    }
}

#modal-header-denuncia{
    border-bottom: none;
}

#alerta-div{
    margin-top: 3rem;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl{
        max-width: 900px;
    }
}

@media (min-width: 576px){
    .modal-dialog-scrollable{
        height: calc(100% - 7.5rem);
    }
}

input.no-collapse{
    position: absolute;
    top: 15px;
    left: 12px;
}

.title-tipo-abuso{
    margin-left: 18px;
}

.card-header:hover{
    cursor: pointer;
}
.modal-dialog.modal-lg {
    max-width: 60%; /* Ajusta el valor según necesites */
    width: auto; /* Opción para que el contenido se ajuste automáticamente */
    height: auto; /* Ajusta el alto según necesites */
    }

.modal-content {
    padding: 10px; /* Ajusta el padding del contenido */
}
@media (max-width: 767px) {
    .modal-dialog.modal-lg {
   max-width: 90% !important; /* Ajusta el valor según necesites */
    }
    .modal-content {
    padding: 5px !important; /* Ajusta el padding del contenido */
}
}

/* Ajuste corporativo del sitio público (solo visual) */
body {
    font-family: "Segoe UI", Calibri, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.01em;
}

.navbar-main {
    background: rgba(10, 16, 32, 0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.75rem;
}

.navbar-main .nav-link {
    letter-spacing: 0.06em;
    font-weight: 500;
    padding: 0.65rem 0.85rem;
}

.text-size-main {
    font-size: 0.78rem;
}

.nav-login {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    margin-right: 0.75rem;
}

.nav-login .nav-link {
    color: #fff !important;
}

.bg-welcome,
.bg-welcome-2,
.bg-welcome-4 {
    height: auto;
    min-height: 0;
}

.bg-welcome {
    min-height: 100vh;
    padding: 8.5rem 0 6rem;
}

.bg-welcome-2,
.bg-welcome-4 {
    padding: 5.5rem 0 4.5rem;
}

.bg-welcome::before,
.bg-welcome-2::before,
.bg-welcome-4::before {
    opacity: 0.58;
}

.esquina-inferior-derecha,
.esquina-inferior-izquierda {
    opacity: 0.22;
    pointer-events: none;
}

.container-logo-principal img {
    height: auto;
    max-height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.hero-panel h2,
.title-canal-etico,
#denuncia h2 {
    letter-spacing: 0.04em;
    font-weight: 600;
}

.title-canal-etico,
#denuncia h2 {
    margin-top: 0 !important;
}

.hero-panel p,
#canal-etico > .container > .row p,
#denuncia p {
    line-height: 1.65;
    max-width: 42rem;
}

.hero-panel p,
#canal-etico .col p,
#denuncia .col-lg-6 p {
    margin-left: auto;
    margin-right: auto;
}

.btn-present-denuncia {
    border-radius: 6px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 14px 42px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-present-denuncia:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #fff;
}

.caracteristica-canal {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 1.25rem 0.85rem 0.85rem;
    backdrop-filter: blur(4px);
}

.caracteristica-canal p {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.45;
}

.plazos-box {
    display: inline-block;
    margin-top: 1rem !important;
    padding: 0.85rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(3, 39, 156, 0.28);
    border-radius: 4px;
    max-width: 46rem;
}

.h-carrusel {
    font-size: 110px !important;
    font-weight: 300;
    opacity: 0.85;
    line-height: 1;
}

.h2-carrusel {
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 500;
}

.bg-welcome-7 {
    background: #161a22;
    padding-bottom: 2rem;
}

.bg-welcome-7 h6,
.container-contacto h6 {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-contact input.form-control,
.form-contact textarea.form-control {
    background-color: #1e2430;
    border: 1px solid #3a4254;
    border-radius: 3px;
    min-height: 44px;
}

.form-contact textarea.form-control {
    min-height: 120px;
}

.form-contact input.form-control:focus,
.form-contact textarea.form-control:focus {
    background-color: #1e2430;
    border-color: #6d7b99;
    box-shadow: none;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    margin-right: 0.35rem;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

.ft-1.footer {
    position: relative;
    background: #10131a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.1rem 1rem;
    line-height: 1.5;
    white-space: normal;
}

.ft-1.footer a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

#loginModal .modal-dialog {
    max-width: 420px;
}

#loginModal .modal-content {
    border-radius: 14px;
    border: 0;
    box-shadow: 0 24px 60px rgba(8, 20, 51, 0.28);
    overflow: hidden;
}

#loginModal .modal-body {
    padding: 2rem 1.7rem 1.5rem;
}

.login-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.login-brand {
    text-align: center;
    margin-bottom: 1.35rem;
}

.login-brand img {
    max-height: 48px;
    width: auto;
    margin-bottom: 0.85rem;
}

#loginModal .modal-title {
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #081433;
    margin: 0 0 0.35rem;
}

.login-brand p {
    margin: 0;
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.45;
}

.frm-login1 label {
    font-weight: 600;
    font-size: 0.8rem;
    color: #334155;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.frm-login1 .form-control {
    background: #fff;
    color: #111827;
    border: 1px solid #d7dbe2;
    border-radius: 8px;
    min-height: 44px;
}

.frm-login1 .form-control:focus {
    border-color: #0b1b4a;
    box-shadow: 0 0 0 3px rgba(11, 27, 74, 0.12);
}

.login-pass {
    position: relative;
}

.login-pass .form-control {
    padding-right: 2.6rem;
}

.password-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6b7280;
    width: 36px;
    height: 36px;
    z-index: 3;
}

#loginModal .btn-primary {
    min-height: 44px;
    font-weight: 700;
    background: #0b1b4a !important;
    border-color: #0b1b4a;
}

#loginModal #errorAlert {
    font-size: 0.86rem;
    border-radius: 8px;
}

.login-foot {
    margin: 0.85rem 0 0.4rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.75rem;
}

.login-igrtec {
    max-height: 22px;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .bg-welcome {
        min-height: 100vh;
        padding: 7rem 1rem 4rem;
    }
    .h-carrusel {
        font-size: 64px !important;
    }
    .caracteristica-canal {
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none;
}

.navbar-main {
    transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.navbar-main.is-scrolled {
    background: rgba(8, 12, 24, 0.96);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero-panel {
    animation: fade-rise 0.85s ease both;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

.caracteristica-canal {
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.caracteristica-canal:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.pasos-denuncia {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.75rem;
    position: relative;
}

.paso-denuncia {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    padding: 1.35rem 1.1rem 1.2rem;
    min-height: 188px;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.45s ease, transform 0.45s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.paso-denuncia.is-in {
    opacity: 1;
    transform: none;
}

.paso-denuncia.is-active {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
    border-top-color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.paso-denuncia:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.28);
}

.paso-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin-bottom: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.paso-denuncia h3 {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 650;
    letter-spacing: 0.03em;
    margin-bottom: 0.55rem;
}

.paso-denuncia p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    max-width: none;
}

@media (max-width: 1199px) {
    .pasos-denuncia {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pasos-denuncia {
        grid-template-columns: 1fr;
    }
    .paso-denuncia {
        min-height: 0;
    }
}

.btn-present-denuncia,
.social-link,
.nav-link {
    transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

@keyframes fade-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.denuncia-modal .modal-dialog {
    max-width: 1080px;
    margin: 4.5rem auto 1.5rem;
}

.denuncia-modal .modal-content {
    min-height: 72vh;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

.denuncia-modal .modal-header {
    padding: 0.7rem 1rem 0;
    background: #fff;
}

.denuncia-modal .modal-body {
    padding: 0 1.1rem 1.1rem;
}

.denuncia-modal .container-menu {
    background: #f4f5f7;
    max-width: 250px;
    padding: 0.75rem 0.9rem 1.25rem;
    border-right: 1px solid #e4e6ea;
}

.denuncia-modal .col-md-3 {
    border-right: none;
    padding-right: 0.9rem;
}

.denuncia-modal .img-logo-empresa-denuncia {
    display: block;
    margin: 0 auto 1.25rem;
    max-width: 168px;
}

.denuncia-modal #menu {
    counter-reset: denuncia-step;
    gap: 0.45rem;
}

.denuncia-modal #menu .list-group-item {
    counter-increment: denuncia-step;
    margin-top: 0.4rem !important;
    padding: 0.7rem 0.7rem 0.7rem 0.65rem;
    background: transparent;
    opacity: 1;
    border-radius: 4px;
    border-left: 2px solid transparent;
}

.denuncia-modal #menu .list-group-item a {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #5c6370;
    font-size: 0.82rem;
    line-height: 1.35;
    font-weight: 500;
}

.denuncia-modal #menu .list-group-item a::before {
    content: counter(denuncia-step, decimal-leading-zero);
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid #c5cad3;
    color: #6b7280;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.denuncia-modal #menu .list-group-item.active-menu {
    background: #fff;
    border-left-color: #0b1b4a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.denuncia-modal #menu .list-group-item.active-menu a {
    color: #111827;
    font-weight: 650;
}

.denuncia-modal #menu .list-group-item.active-menu a::before {
    background: #0b1b4a;
    border-color: #0b1b4a;
    color: #fff;
}

.denuncia-modal .col-md-9 {
    padding: 0.4rem 0.4rem 0 1rem;
}

.denuncia-modal .formularios h3 {
    font-size: 1.2rem;
    font-weight: 650;
    color: #111827;
    letter-spacing: 0.01em;
    line-height: 1.35;
    margin-bottom: 1.15rem;
}

.denuncia-modal label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #4b5563;
    letter-spacing: 0.02em;
    margin-bottom: 0.3rem;
}

.denuncia-modal .custom-input,
.denuncia-modal .form-control {
    background: #fff !important;
    border: 1px solid #d7dbe2 !important;
    border-radius: 3px !important;
    min-height: 42px;
    color: #111827;
    margin-bottom: 0.85rem;
}

.denuncia-modal .custom-input:focus,
.denuncia-modal .form-control:focus {
    border-color: #0b1b4a !important;
    box-shadow: 0 0 0 3px rgba(11, 27, 74, 0.08);
}

.denuncia-modal textarea.custom-input {
    min-height: 120px;
}

.denuncia-modal .bg-gray {
    background: #f3f5f8;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #0b1b4a;
    border-radius: 4px;
}

.denuncia-modal .bg-gray .text {
    color: #374151;
    font-size: 0.86rem;
    line-height: 1.5;
}

.denuncia-modal .accordion .card {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    margin-bottom: 0.55rem;
    overflow: hidden;
}

.denuncia-modal .accordion .card-header {
    background: #f8f9fb;
    border-bottom: 1px solid #eef0f3;
}

.denuncia-modal .title-tipo-abuso {
    font-size: 0.95rem;
    font-weight: 600;
}

.denuncia-modal .denuncia-nav {
    width: 100%;
    margin-top: 1.1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #eceff3;
}

.denuncia-modal .denuncia-nav .btn {
    width: auto;
    min-width: 132px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.6rem 1.15rem;
}

.denuncia-modal .denuncia-nav .btn-dark {
    background: #111827;
    border-color: #111827;
}

.denuncia-modal .denuncia-nav .btn-primary {
    margin-top: 0;
}

.denuncia-modal .upload-container {
    background: #f8f9fb;
    border-color: #cfd5de;
}

.denuncia-modal .btn-upload {
    background: #0b1b4a;
    color: #fff;
    border-radius: 6px;
}

.denuncia-modal .perso-checkbox .form-check-label {
    font-size: 0.86rem;
    font-weight: 500;
    color: #374151;
}

@media (max-width: 767px) {
    .denuncia-modal .container-menu {
        max-width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .denuncia-modal .col-md-9 {
        padding-left: 0.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .hero-panel,
    .reveal-on-scroll,
    .btn-present-denuncia,
    .caracteristica-canal,
    .paso-denuncia,
    .navbar-main {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}
