@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=Work+Sans:ital,wght@0,400;0,600;0,800;1,300;1,400&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

a:link, a:visited, a:active {
    color: #6b5383;
    font-weight: 600;
}

a:hover {
    opacity: .9;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

h1, h2 {
    color: #6b5383;
}

h1 {
    margin-top: 0;
}

a {
    text-decoration: none !important;
}

.clr {
    clear: both;
}

.titulo-desplegable {
    cursor: pointer;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 80%;
    height: 80%;
    background: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
}

.flex-item {
    width: 100%;
    height: auto;
    margin: 5px;
}

.titulo {
    background: transparent;
    width: 60%;
}

.titulo-desplegable {
    background: transparent;
    width: 100%;
    border-width: 0px 0px 1px 0px;
    text-align: left;
}

.boton {
    background: transparent;
    text-align: right;
    position: relative;
    top: 45px;
}

.mb-0 {
    margin-bottom: 0px;
}

.gold {
    background: none;
    text-align: left;
}

.green {
    background: none;
    text-align: left;
}

.detalle {
    width: 100%;
}

.detalle th {
    padding: 0.5rem 0.3rem;
    background: #e6e6e6;
    text-align: left;
    font-weight: normal;
}

.detalle tr {
    border-botton: 1px solid gray;
}

.detalle td {
    max-width: 100px;
    /* Cambia 100px por el ancho máximo deseado */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Agrega puntos suspensivos (...) para indicar que hay contenido oculto */
    white-space: nowrap;
    /* Evita que el contenido se divida en varias líneas */
    text-align: center;
}

.diez {
    width: 10%;
}

.quince {
    width: 15%;
}

.veinte {
    width: 20%;
}

.treinta {
    width: 30%;
}

.cuarenta {
    width: 40%;
}

.cincuenta {
    width: 50%;
}

.fino {
    padding: 1.2rem 0;
}

.link-100 {
    text-decoration: none;
    width: 100%;
    cursor: grab;
    /*font-size: 0.7rem;*/
}

.link-100:hover {
    font-weight: normal;
}

.contenedor {
    display: none;
    margin-top: 10px;
    /*padding: 10px;
                border: 1px solid black;*/
}

.acordeon .contenido {
    display: block;
    padding: 10px;
}

.acordeon .contenido.mostrar {
    display: none;
}

.acordeoncd .contenidocd {
    display: block;
    padding: 10px;
}

.acordeoncd .contenidocd.mostrar {
    display: none;
}

.contenedorcd {
    display: none;
    margin-top: 10px;
    /*padding: 10px;
                border: 1px solid black;*/
}

.contenidocd ul {
    list-style-type: none;
    text-align: left;
}

.contenidocd ul>li {
    padding-bottom: 10px;
}

.content {
    display: grid;
    grid-template-columns: 1fr 19fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "icon-0 confianza"
        "icon-1 revocacion"
        "icon-2 integridad"
        "icon-3 correspondencia"
        "icon-4 fecha"
        "icon-5 motivo";
}

.icon-0 {
    grid-area: icon-0;
}

.confianza {
    grid-area: confianza;
}

.icon-1 {
    grid-area: icon-1;
}

.revocacion {
    grid-area: revocacion;
}

.icon-2 {
    grid-area: icon-2;
}

.integridad {
    grid-area: integridad;
}

.icon-3 {
    grid-area: icon-3;
}

.correspondencia {
    grid-area: correspondencia;
}

.icon-4 {
    grid-area: icon-4;
}

.fecha {
    grid-area: fecha;
}

.icon-5 {
    grid-area: icon-5;
}

.motivo {
    grid-area: motivo;
}

.ar {
    text-align: left;
    padding-left: 2rem;
    padding-bottom: 0.6rem;
}

.al {
    text-align: left !important;
}

.descargar {
    padding: 15px 0;
    font-size: x-small;
    font-stretch: extra-condensed;
    font-weight: bold;
    padding-left: 1rem;
}

.selected {
    font-weight: bold;
    background-color: #f9f9f9;
}

.tilde-verde,
.tilde-verde a {
    color: green;
    text-align: end;
    padding-right: 15px;
}

.tilde-amarillo,
.tilde-amarillo a {
    color: #ffb300;
    text-align: end;
    padding-right: 15px;
}

.tilde-rojo,
.tilde-rojo a {
    color: red;
    text-align: end;
    padding-right: 15px;
}

.left {
    text-align: initial !important;
}

/* Estilos para la superposición */
#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    text-align: center;
    color: #6b5383;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10%;
}

.flecha {
    font-size: 2.5rem;
    margin-left: 5px;
    margin-right: 2rem;
    cursor: pointer;
    float: right;
    font-style: normal;
}

.flecha.up::before {
    /*content: "\2303";*/
    /* Flecha hacia arriba */
    float: right;
    position: relative;
    content: "❮";
    font-size: 12px;
    rotate: 90deg;
}

.flecha.down::before {
    /*content: "\2304";*/
    /* Flecha hacia abajo */
    float: right;
    position: relative;
    content: "❮";
    font-size: 12px;
    rotate: 270deg;
}

.valor_1 {
    /*font-weight: 600;*/
}

.valor_2 {
    /*font-weight: 600;*/
}

@media print {
    .noPrint {
        display: none;
    }

    .mostrar {
        display: block !important;
    }

    .contenedor {
        display: block !important;
    }

    .contenedorcd {
        display: block !important;
    }

    .flecha {
        display: none;
    }
}

.error-message {
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.error-message h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #666;
}

.error-message p {
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
}

.error-message .icon {
    font-size: 1.5rem;
    color: #666;
    margin-right: 0.5rem;
}

.error-message .icon.error {
    color: #e74c3c;
}

.formulario {
    display: flex;
}

.wrapper.verificador i {
    float: left;
    font-size: 32px;
    color: #6b5383;
    margin: 10px 15px;
}

.wrapper.verificador h2 {
    margin-bottom: 10px;
}

.wrapper.verificador h4 {
    font-size: 21px;
    font-weight: 400 !important;
    line-height: 32px;
}

.wrapper.verificador form {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.wrapper.verificador .upload,
.wrapper.verificador .button,
.g-recaptcha.verificar,
.verificar.disabled {
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.wrapper.verificador .button,
.g-recaptcha.verificar,
.verificar.disabled {
    padding: 11px 10px 12px 10px;
}

.wrapper.verificador .upload {
    float: left;
    width: 100%;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    color: #555;
    border: solid 1px #ccc;
    padding: 9px;
    cursor: pointer;
}

.wrapper.verificador .upload:focus,
.wrapper.verificador .upload:focus-visible {
    outline: none;
}

.wrapper.verificador .upload::file-selector-button {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    color: #6b5383;
    margin-right: 15px;
    padding: 4px 20px;
    background-color: #fff;
    border: solid 1px #6b5383;
}

.wrapper.verificador .button,
.g-recaptcha.verificar,
.verificar.disabled {
    background-color: #6b5383;
    width: 100%;
    font-weight: 600;
    margin-top: 10px;
}

.wrapper.verificador .button,
.g-recaptcha.verificar,
.verificar.disabled {
    float: left;
    width: 92.5%;
    margin-top: 0;
    color: #fff;
    border: none;
    position: absolute;
    z-index: 20;
}

.verificar.disabled {
    background-color: #999;
    cursor: not-allowed;
    z-index: 10;
}

input#fileUpload::file-selector-button:hover {
    background-color: #6b5383;
    color: #fff;
    cursor: pointer;
}

.wrapper.verificador .button:hover,
.g-recaptcha.verificar:hover {
    /*background-color: #6b5383;*/
    opacity: .7;
}

.wrapper.tips .col-md-6 {
    padding: 0 30px;
}

.wrapper.tips h3 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper.tips p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.wrapper.tips p i {
    margin-top: -3px;
    margin-right: 15px;
}

.wrapper.results {
    width: 99%;
}

.wrapper.results .descargar {
    margin-top: 60px;
    text-align: center;
}

.wrapper.results .flex-item.boton a,
.wrapper.results .descargar a,
.wrapper.results .descargar button {
    background-color: #6b5383;
    color: #fff;
    padding: 10px 80px;
    /*border-radius: 20px;
    font-size: 16px;
    font-weight: 400;*/
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.wrapper.results .descargar button:hover {
    opacity: .9;
}

.wrapper.results hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper.results .filename {
    margin-bottom: 30px !important;
}

.wrapper.results h3 {
    color: #6b5383;
}

/*.wrapper.results .contenedor .acordeon .item button::before,
.wrapper.results .contenedorcd .acordeoncd .item button::before {
    float: right;
    position: relative;
    top: 70px;
    content: "❮";
    font-size: 12px;
    rotate: 270deg;
}

.wrapper.results .contenedorcd .acordeoncd .item button::before {
    top: 15px;
}*/

.wrapper.results .contenedorcd .acordeoncd ul {
    margin-left: 37px;
}

.wrapper.results #tabla-listado th {
    border-right: solid 1px #fff;
    padding: 7px 10px;
}

.wrapper.results #tabla-listado td {
    padding: 7px 10px;
}

.wrapper.results .titulo-desplegable {
    cursor: pointer;
}

.wrapper.results .titulo-desplegable h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.wrapper.results .titulo-desplegable h4 {
    margin-top: 30px;
}

.wrapper.results .verificacion-title,
.wrapper.results .item_2 {
    color: #888;
}

.confianza.ar,
.revocacion.ar,
.integridad.ar,
.correspondencia.ar,
.fecha.ar,
.motivo.ar {
    border-left: dotted 1px #ccc;
}

.progress-wrapper {
    width: 100%;
}

.progress-wrapper .progress {
    background-color: #6b5383;
    width: 0%;
    text-indent: 15px;
    font-size: 13px;
    color: #fff;
    padding-top: 1px;
}

.procesando {
    float: left;
    width: 100%;
    height: 46px;
    cursor: not-allowed;
    text-align: center;
}

.procesando i {
    float: none !important;
    animation: rotate-animation 1.5s infinite linear;
    color: #6b5383 !important;
    font-size: 24px !important;
    margin-right: 20px;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

h3#errorUpload {
    margin-top: 20px;
    color: #7e2b26;
}

.grecaptcha-badge {
    width: 70px !important;
    right: 16px !important;
    top: 390px;
}

.flex-item.green {
    clear: both;
    padding-top: 10px;
}

#btnVerificar {}

.verificando {
    display: block !important;
}

.left.fino a {
    color: #333;
}

@media (max-width: 1099px) {
    .wrapper.verificador .button, .g-recaptcha.verificar, .verificar.disabled {
        width: 97%;
        margin-top: 20px;
    }
    .grecaptcha-badge {
        top: 470px;
    }
    .wrapper.verificador .clr hr {
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    .grecaptcha-badge {
        top: 520px;
    }
}