﻿:root {
    --primary-color: #0c1f4a;
    --secondary-color: #374666;
    --blue-color: #3065f8; /* #03A9F4 */
    --logo-color: #2b254a;
}

.autor a, footer .footer-link {
    transition: .3s ease-in
}

footer .address a, footer .footer-link, footer .social-media a {
    color: #d3d3d3;
    text-decoration: none
}

footer {
    background: #111633;
    background: linear-gradient(90deg,#111633 0,#111633 10%,#4a4a4a 40%,#4a4a4a 100%);
    height: 120px
}

footer .address {
    color: #d3d3d3;
    font-size: .8rem
}

footer .address h3 {
    margin-bottom: .5rem;
    font-size: .9rem
}

footer .container-grid {
    display: grid;
    align-items: center;
    height: 100%;
    grid-template-columns: 1fr 50% 1fr;
    margin: 0 auto;
    max-width: 1080px
}

.autor a, .btn-form {
    display: flex;
    align-items: center
}

footer .social-media a {
    margin: 10px
}

footer .social-media a svg {
    height: 2rem;
    width: 2rem;
    transition: .3s ease-in
}

footer .social-media a .facebook:hover {
    fill: #1877F2
}

footer .social-media a .instagram:hover {
    fill: #E4405F
}

footer .social-media a .twitter:hover {
    fill: #1DA1F2
}

footer .footer-logo {
    width: 100px
}

footer .footer-link:hover {
    color: #62cbe5
}

#crimes div, .steps {
    opacity: 0
}

.autor {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: .5rem;
    margin-bottom: 1rem
}

.autor a {
    background-color: #fff;
    border: 1px solid #dc143c;
    border-radius: 5px;
    color: #dc143c;
    justify-content: space-between;
    margin: 1rem 0 0;
    padding: .5rem 1rem;
    text-decoration: none;
    width: 210px
}

.autor a:hover {
    background-color: #dc143c;
    color: #fff
}

.btn-inicio {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    border-radius: 5px;
    padding: 20px 40px;
    transition: .4s ease-out
}

.btn-form, .form label {
    color: var(--color-blue)
}

.btn-form, .btn-inicio:hover {
    border: 1px solid var(--color-blue)
}

.btn-form, .form input, .form select, .form textarea {
    background-color: #fff;
    font-size: 1rem;
    padding: .5rem;
    transition: .3s ease-out
}

.btn-inicio:hover {
    background-color: #204774;
    color: #fff;
    cursor: pointer
}

.btn-form {
    border-radius: 5px;
    justify-content: center
}

.btn-white {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 5px;
    color: var(--color-blue);
    font-family: var(--font-family);
    font-size: 1rem;
    display: inline-flex;
    padding: 0.5rem 1rem;
    transition: .3s ease-out;
    align-items: center;
}

.btn-white svg {
    margin-right: 0.5rem;
    color: #919439;
}

.btn-white:hover {
    background-color: #dfe1e8;
    cursor: pointer;
}

.btn-primary-red {
    background-color: #C83735;
    border: 1px solid red;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    padding: 4px 15px;
    margin: 5px;
    /* width : 100%*/
}
.btn-primary-red:hover {
    border: 1px solid red;
    opacity: 1;
    cursor: pointer;
} 

.btn-persons, .dot {
    display: inline-block
}

.btn-form:hover, .btn-persons:hover, .form input[type=submit]:hover {
    background-color: var(--color-blue);
    color: #fff;
    cursor: pointer
}

.btn-form-danger:hover {
    background-color: #dc143c;
    border: 1px solid #dc143c;
    color: #fff;
    cursor: pointer
}

.btn-persons {
    background-color: #fff;
    border: 1px solid var(--color-blue);
    border-radius: 4px;
    font-family: var(--font-family);
    font-size: 1rem;
    margin: 1rem .5rem;
    padding: .25rem;
    transition: .3s;
    white-space: normal;
    width: auto
}

.btn-persons.active, .dot-blue {
    background-color: var(--color-blue)
}

.btn-persons.active {
    color: #fff
}

.dot {
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.dot-gray {
    background-color: #c5c5c5
}

.dot-green {
    background-color: #97c93d
}

.dot-red {
    background-color: red
}

.form input, .form label, .form select, .form textarea {
    display: block;
    width: 98%
}

.form label {
    font-weight: 500
}

.form input, .form select, .form textarea {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 3px;
    color: #5b5b61;
    font-size: 1rem;
    font-family: var(--font-family)
}

.form input:focus, .form select:focus, .form textarea:focus {
    border: 1px solid #6899f4;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(54,122,185,.35);
    outline: none;
}

.form textarea {
    min-height: 120px;
    resize: none;
    width:98%;
}

.form input:disabled {
    background-color: #e6e6e6;
    color: #707070;
    cursor: not-allowed
}

.form select:disabled {
    background-color: #e6e6e6;
    color: #707070;
    cursor: not-allowed
}
.grid-landing {
    grid-template-columns: 300px 1fr;
    gap: 2rem
}
.grid-form {
    grid-template-columns: 250px 1fr;
    min-height: calc(100vh - 120px);
}
.grid-form2 {
    /*overflow-y: auto;*/
    overflow-y: hidden;
    padding: 1rem
}
.grid-form-preguntas {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 213px)
}
.grid-form article:first-child {
    border-right: 1px solid #bdc2ce
}

.grid-form-right {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem
}

.grid-form .logo {
    display: block;
    margin: 1rem auto;
    max-width: 160px
}

.landing-logo {
    max-width: 150px
}

.link-user {
    border-radius: 1rem;
    color: #43505d;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 1rem;
    text-decoration: none;
}

.link-user svg {
    margin-right: 0.5rem;
}

.link-user:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

/* Estilos para el fondo del modal */
.modal {
    background-color: rgba(0,0,0,0.6); /* Negro con opacidad */
    display: none; /* Ocultar por defecto */
    height: 100%; /* Altura automática */
    position: fixed; /* Posición fija */
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0; /* Ubicar en la parte superior */
    max-height: 100vh; /* Máxima altura igual a la altura de la ventana */
    overflow: auto; /* Habilitar scroll si es necesario */
    width: 100%; /* Ancho completo */
    z-index: 60; /* Asegurarse de que esté en frente */
}

/* Estilos para el contenido del modal */
.modal-content {
    background: #fff;
    border-radius: 1.25rem;
    overflow-y: auto;
    padding: 1.5rem;
    max-height: 90vh;
    max-width: 1024px;
}

.numbers {
    background-color: #e9e9e9;
    border: 1px solid #cacaca;
    border-radius: .75rem;
    min-height: 170px;
    font-size: .9rem
}

.numbers-number {
    border-radius: 0 0 .5rem .5rem;
    position: absolute;
    bottom: 0;
    height: 50px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem
}

.numbers-number:before {
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent var(--color-blue);
    position: absolute;
    top: -15px;
    right: 7px
}

.pattern-dots-md {
    background-image: radial-gradient(currentColor 1px,transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px)
}

.subtitle {
    color: gray;
    font-size: 1.1rem;
    border-bottom: 1px solid #d3d3d3;
    margin: 1rem 0
}
.subtitleBlue {
    color: #00162E;
    font-size: 1.25rem;
    border-bottom: 1px solid #00162E;
    margin: 0 0 1.5rem
}
.subtitleBlueMASC {
    color: #00162E;
    font-size: 1.5rem;
    /*border-bottom: 1px solid #d3d3d3;*/
    margin: 0 0 1.5rem
}
.subtitleRed {
    color: red;
    font-size: 1.25rem;
    border-bottom: 1px solid red;
    margin: 0rem 0 1.5rem
} 

.title {
    font-size: 1.6rem;
    color: #102e61
}

 
.d-block {
    display: block;
}

.d-none {
    display: none;
}

.DivInicioSesion {
    background-color: #e9e9e9; /* Color de fondo azul con opacidad */
    border-radius: 15px; /* Bordes redondeados */
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); /* Sombra */
    backdrop-filter: blur(5px); /* Filtro de desenfoque para el efecto de cristal */
    -webkit-backdrop-filter: blur(5px); /* Para navegadores webkit */
    border: 1px solid rgba(255, 255, 255, 0.18); /* Borde transparente */
    padding: 20px; /* Relleno interno */
}
.width30 {
    width: 30%;
}
.width50 {
    width: 50%;
}
.width40 {
    width: 40%;
}
#Sesion .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Sesion .btn-primary {
    background: #0C1F4A;
    color: #fff;
    box-shadow: 0 4px 9px -4px #386bc0;
}

#Sesion .btn-primary:hover {
    background: #386bc0;
    color: #fff;
}

#Sesion .btn-primary:focus {
    background: #386bc0;
    color: #fff;
}

#Sesion .btn-primary:active {
    background: #3566b6;
    color: #fff;
    box-shadow: 0 8px 9px -4px rgba(56, 107, 192, 0.3), 0 4px 18px 0 rgba(56, 107, 192, 0.2);
}

#Sesion .btn-block {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
}

#Sesion .btn {
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
}

#Sesion .btn:hover {
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

#Sesion .btn:focus {
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

#Sesion .btn:active {
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

#Sesion .btn-secondary {
    background-color: #a1a1a1;
    color: #fff;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 9px -4px #e3ebf7;
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    vertical-align: bottom;
}

#Sesion .btn-secondary:hover {
    background-color: #d7deeb;
    color: #294f8d;
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

#Sesion .btn-secondary:focus {
    background-color: #d7deeb;
    color: #294f8d;
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

#Sesion .btn-secondary:active {
    background-color: #d7deeb;
    color: #294f8d;
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

.checkbox {
    -webkit-appearance: none;
    outline: none;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 12px;
    border-radius: 4px;
    display: inline-block;
    position: relative !important;
    width: 5% !important;
}

.checkbox:focus, .checkbox:checked:focus,
.checkbox:active, .checkbox:checked:active {
    border-color: var(--blue-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
    outline: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.checkbox:checked:after {
    outline: none;
    content: "✓";
    color: var(--blue-color);
    font-size: 1.4em;
    font-weight: 900;
    position: absolute;
    top: -4px;
    left: 4px;
}

.form-checkbox {
    display: flex;
    align-items: center;
}

.form-checkbox label {
    margin: 0 6px 0;
    font-size: 0.72em;
}
/* laptops viewport */
@media (max-height: 900px) {
    .grid-form {
        min-height: 100vh;
        height: auto;
    }
    .grid-form-preguntas {
        min-height: 85vh;
        height: auto;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}
.height50 {
    height: 10%;
}
.sin-borde {
    border: none !important;
}