/* Jorge's CSS*/

:root {

    --fixnerBlue1: #0b66c3;
    --fixnerBlue2: #85b3e1;
    --fixnerBlue3: #074482;
    --fixnerGray1: #55627e;
    --fixnerGray2: #8f9aa6;
    --fixnerWhite1: #ffffff;
    --fixnerWhite2: #e5e5e5;
    --fixnerWhite3: #f4f6f9;
    --fixnerBlack: #000000;
    --fixnerRed1: #C10C0CFF;

}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: "Public Sans", sans-serif;
    font-size: 1rem;
    color: var(--fixnerGray1);
}

h1 {
    font-family: "Assistant", sans-serif;
    font-size: 2rem;
    margin: 0 1rem 0;
    line-height: 2rem;
}

p {
    margin: auto 1rem;
}

p:first-of-type {
    margin-bottom: 2rem;
}

a {
    color: var(--fixnerBlue1);
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

.loginbox > img {
    width: 250px;
}

.d-none {
    display: none;
}

main {
    float: right;
    width: 30%;
    height: 100vh;
    background: var(--fixnerWhite1);
}

.loginbox {
    width: 100%;
    height: auto;
    margin-top: 50vh;
    transform: translateY(-50%);
    text-align: center;
    border: 0px solid black;
    padding: 1.5rem 0;
}

input {
    margin-bottom: 1rem;
    padding: 1.5rem .5rem;
}

input:first-child {
    margin-top: .5rem;
}

.formTitle, .fill, .checkbox {
    width: 50%;
}

.formTitle {
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    display: block;
    margin: auto;
}

.fill {
    border: 1px solid var(--fixnerWhite2);
    height: 42px;
    border-radius: 3px;
}

.aEye {
    margin-left: -33px;
    padding-right: 9px;
}

.eyePass {
    width: 21px;
    vertical-align: middle;
    cursor: pointer;
    position: static;
}

#password {
    margin-bottom: 0;
}

.checkbox {
    display: block;
    text-align: left;
    margin: 0 auto;
    font-size: .8rem;
}

.checkbox input {
    margin-bottom: 0;
}

.checkbox a {
    display: block;
    text-align: center;
    margin: 1rem auto;
}

.alert-error {
    color: var(--fixnerRed1);
}

.mb-2 {
    margin-bottom: .5rem;
}

.pb-10 {
    margin-bottom: 2.5rem;
}

.mt-2 {
    margin-top: .5rem;
}

.submit {
    background: var(--fixnerBlue1);
    color: var(--fixnerWhite1);
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    width: 50%;
    border-radius: 3px;
    text-align: center;
}

.submit:hover {
    background: var(--fixnerBlue3);
    cursor: pointer;
}

.buttonAlta {
    border: 1px solid var(--fixnerBlue1);
    width: 50%;
    height: 50px;;
    padding: 1rem;
    margin: 0 auto .5rem;
}

.buttonAlta:hover {
    background: var(--fixnerBlue2);
    text-decoration: none;
}

.version {
    font-family: "Assistant", sans-serif;
}

.column {
    margin-top: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.enlaces {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 1199px) {

    .fill, .formTitle, .checkbox {
        width: 70%;
    }
}

@media screen and (max-width: 800px) {

    .aside-sm {
        width: 100%;
        height: 30vh;
    }

    main {
        background-color: none;
        background: none;
        width: 100%;
        height: 70vh;
    }

    .loginbox {
        display: block;
        width: 100%;
        padding: 1rem;
        border-radius: 3px;
        margin-top: 0;
        transform: translateY(0);
        background-color: rgba(256, 256, 256, .9);
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .formTitle {
        font-size: 1rem;
    }

    .fill {
        height: 30px;
        padding: 1rem .5rem;
    }

    .fill, .formTitle, .checkbox {
        width: 80%;
        background-color: rgba(0, 0, 0, 0);
        border-color: var(--fixnerGray1);
    }

    .checkbox a {
        display: block;
        text-align: center;
        float: right;
        margin-top: 9px;
    }

    p {
        font-size: .8rem;
        line-height: 1rem;
    }

    p:first-of-type {
        margin-bottom: .5rem;;
    }

    p a {
        display: block;
        font-size: .8rem;
    }

    .submit {
        margin: .5rem auto .5rem;
        width: 80%;
        padding: .8rem;
    }

    @media screen and (max-width: 375px) {

        aside {
            height: 20vh !important;
        }

        .checkbox a {
            display: block;
            width: 100%;
            margin: .5rem auto 0;
            text-align: center;
        }

    }
}

#cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    padding: 20px;
    width: 100%;
    box-shadow: rgba(36, 47, 66, 0.08) 0px 0px 0px 1px, rgba(36, 47, 66, 0.08) 0px 2px 1px, rgba(36, 47, 66, 0.31) 0px 0px 20px -6px !important;
    display: none;
}

#cookie-consent p {
    flex: 1;
    color: #666666;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.cookie-consent-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: baseline;
    flex: 1;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-fixner {
    background-color: #1e58b1;
    border-radius: 4px;
    cursor: pointer;
    color: #FFFFFF;
    width: 180px;
    height: 40px;
    text-align: center;
}

.outline {
    background-color: #FFFFFF;
    color: #1e58b1;
    border: 1px solid #1e58b1;
}

.cookie-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #0b66c3;
    padding: 7px;
}

.icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.contenedor-politicas {
    width: 100%;
    margin-right: auto;
    margin-left: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .contenedor-politicas {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .contenedor-politicas {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .contenedor-politicas {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .contenedor-politicas {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .contenedor-politicas {
        max-width: 1320px;
    }
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-contenido {
    display: block;
    background-color: #fefefe;
    box-shadow: rgba(36, 47, 66, 0.08) 0px 0px 0px 1px, rgba(36, 47, 66, 0.08) 0px 2px 1px, rgba(36, 47, 66, 0.31) 0px 0px 20px -6px;
    border-radius: 5px;
    width: clamp(100px, 100%, 600px);
    height: calc(500px + 60px + 70px);
}

.modal-cabecera {
    border-bottom: 1px solid #ebecf0;
    padding: 20px;
    height: 60px;
}

.cerrar {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-cuerpo {
    padding: 15px;
    height: 500px;
    overflow-y: scroll;
}

.modal-cuerpo p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #55627e;
    line-height: 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.modal-pie {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    padding: 15px;
    height: 70px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    font-size: 13px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 22px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #1e58b1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1e58b1;
}

.switch input:disabled + .slider {
    cursor: not-allowed;
}

.switch input:disabled + .slider::before {
    opacity: 0.5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px); /* Ajusta el desplazamiento */
    -ms-transform: translateX(18px); /* Ajusta el desplazamiento */
    transform: translateX(18px); /* Ajusta el desplazamiento */
}

.separador {
    margin: 0 16px 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-text {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #55627e;
    line-height: 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#tabla-analisis-cookies {
    padding: 10px 16px;
}

#tabla-analisis-cookies td, th {
    font-size: 11px;
    padding: 10px 10px;
    border: 1px solid #e1e1e1;
    line-height: 20px;
}

#tabla-analisis-cookies table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #e1e1e1;
}

.bloque-cookie {
    margin-bottom: 16px;
}