<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;


    --color-success: #436426;
    --color-info: #006ab2;
    --color-warning: #E2CC44;
    --color-warning-light: #fff0ab;
    --color-error: #8B2B20;
    --color-error-light: #E9CDCF;
    --color-multi: #762dc9;
    --color-multi-light: #dac3ff;
    --color-auto: #1e970e;
    --color-auto-light: #afffa4;
    --color-auto-not: #ad6109;
    --color-auto-not-light: #ffa0a0;
    --color-level-2: #139c6f;
    --color-level-2-light: #aaffe3;
    --color-level-3: #198391;
    --color-level-3-light: #7adae7;
    
    --brand-deep-blue: #00013F;
}

.topnav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}

.topnav-logo {
    max-width: 300px;
    margin-left: 20px;
}

.topnav-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.topnav-right {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 25px;
}

@media only screen and (max-width: 800px) {
    .topnav {
        flex-direction: column;
    }
    .topnav-right {
        justify-content: center;
        width: 100%;

        margin-left: 0;
        margin-right: 0;
    }

    .topnav a:nth-of-type(n+2) {
        margin-left: 1rem;
    }
}

.topnav a {
    text-decoration: none;
    font-size: large;
    color: #00013F67;
}

.topnav a.active {
    text-decoration: underline;
    color: #00013F;
}

footer {
    display: flex;
}

.footer-logos {
    width: 30%;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logos img {
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    margin-left: 6.75%;
}

footer h3 {
    color: #00013F70;
    font-size: medium;
}

.footer-links {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    border-left: 2px solid #00013F;
    border-right: 2px solid #00013F;
}

.footer-links ul {
    padding: 0;
    list-style-type: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    font-size: medium;
    color: #00013F;
}

.footer-links-col1 {
    margin-left: 40px;
    margin-right: 80px;
}

.footer-links-col2 {
    padding-right: 40px;
}

.footer-contact {
    margin-left: 40px;
    margin-top: 10px;
    margin-right: 25px;
}

.footer-contact a {
    text-decoration: none;
    font-size: medium;
    color: #00013F;
}

.main {
    background-color: #00013F10;
    border-top: 2px solid #00013F15;
    padding-bottom: 30px;
    flex-grow: 1;
}

.main h1 {
    text-align: center;
    align-items: center;
    color: #00013F;
}

.main h2 {
    margin-left: 27%;
    margin-top: 20px;
    color: #00013F;
}

.main p {
    width: 46%;
    margin-left: 27%;
}

.main hr {
    width: 50%;
    text-align: center;
    border: 1px solid #00013F30;
    margin-top: 30px;
    margin-bottom: 25px;
}

.main ul.explanation-list {
    width: 46%;
    margin-left: 27%;
}

.main li {
    margin-bottom: 10px;
}

.main a {
    font-weight: 500;
    color: #00013F;
}

.mail-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46%;
    margin-left: 27%;
}

.mail-info img {
    margin-right: 20px;
    width: 75px;
}

.mail-info a {
    text-decoration: none;
    font-weight: 500;
    color: #00013F;
}

.iframe-map {
    margin-left: 30%;
    width: 40%;
    margin-top: 20px;
}

.pic-and-name {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 46%;
    margin-left: 27%;
}

.pic-and-name p {
    width: 100%;
    margin-left: 30px;
}

.profile-pic {
    max-width: 150px;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00013F;
}

.tutorial-pic {
    max-width: 60%;
    margin-left: 20%;
}

.tutorial-pic-small {
    max-width: 35%;
    margin-left: 32.5%;
}

.iframe-video {
    margin-left: 35%;
}

.iframe-video iframe {
    width: 40%;
}

.options-wrapper {
    display: flex;
    align-items: center;
}

.button-card {
    font-family: inherit;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #00013F15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 60px;
    margin-top: 25px;
    margin-left: 50px;
}

.button-card-active {
    border: 2px solid #00013F;
}

.button-icon {
    width: 40px;
    margin-left: 0;
}

.button-content {
    margin-left: 10px;
    width: 100%;
}

.button-title {
    font-family: 'Poppins', sans-serif;
    font-size: small;
    font-weight: 500;
    color: #00013F;
    margin: 0 !important;
    width: max-content !important;
}

.button-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: small;
    color: #00013F60;
    margin: 0 !important;
    width: max-content !important;
}

.home-h1 {
    font-family: 'Poppins', sans-serif;
    width: 80% !important;
    font-size: 17px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    margin-left: 50px !important;
    margin-top: 25px;
}

.progress-explanation {
    font-family: 'Poppins', sans-serif;
    width: 80% !important;
    margin-left: 50px !important;
    font-size: small;
    margin-top: 0;
}

.pautas .guideline-category{
    font-family: 'Poppins', sans-serif;
    width: 90%;
    font-size: 17px;
    text-align: left !important;
    margin-bottom: 0 !important;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 10px !important;
}

.pautas .guideline-category.identification-category{
    margin-top: 5px !important;
}


.pautas ul {
    padding: 0;
    list-style-type: none;
    margin-left: 50px !important;
}

.pautas li {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.pautas input {
    accent-color: #000000;
}

.pautas-sublist {
    width: 85% !important;
    margin-top: 10px;
}

.input-fields {
    display: flex;
    justify-content: space-between;
}

.input-original-text {
    font-family: inherit;
    margin-right: 50px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #00013F15;
    padding: 10px;
    min-height: 500px;
    margin-top: 25px;
}

.actions-response {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-right: 50px;
    margin-top: 1rem;
}
.actions-response.adapt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    margin-left: 50px;
}
.actions-text {
    border-radius: 0.7rem;
    background: white;
    padding: 1rem;
}
.actions-text.success {
    border: 1px solid var(--color-success);
    background: var(--color-success);
    color: white;
}
.actions-text.info {
    border: 1px solid var(--color-info);
    background: var(--color-info);
    color: white;
}
.actions-text.warning {
    border: 1px solid var(--color-warning);
    background: var(--color-warning);
}
.actions-text.error {
    border: 1px solid var(--color-error);
    background: var(--color-error);
    color: white;
}

.actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
}

.button-secondary {
    font-family: inherit;
    background-color: #FFFFFF;
    color: #00013F;
    border-radius: 60px;
    border: 2px solid #00013F15;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 150px;
    height: 55px;
    margin-top: 25px;
    margin-right: 50px;
    cursor: pointer;
}

.button-secondary:active {
    border: 2px solid #00013F;
}

.button-text {
    font-weight: 500;
    margin-left: 10px !important;
}

.button-secondary-icon {
    width: 30px;
}

.button-third {
    font-family: inherit;
    background-color: #FFFFFF;
    color: #00013F;
    border-radius: 60px;
    border: 2px solid #00013F15;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 150px;
    height: 55px;
    margin-top: 25px;
    margin-right: 20px;
}

.button-third:active {
    border: 2px solid #00013F;
}

.button-third-icon {
    width: 30px;
}

.button-primary {
    font-family: inherit;
    background-color: #00013F;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 130px;
    height: 51px;
    margin-top: 25px;
    cursor: pointer;
}

.button-primary:active {
    border: 2px solid #FFFFFF;
}

.button-primary-icon {
    width: 40px;
}


.pautas-horizontal {
    display: flex;
}

.pautas-horizontal li {
    margin-right: 25px;
}

.background-icon {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.textfields-area {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.adapt-text {
    font-family: inherit;
    border-radius: 10px;
    width: 46%;
    border: 2px solid #00013F15;
    padding: 10px;
    min-height: 10rem;
    background: white;
    font-size: 1rem;
    resize: none;
    overflow-wrap: break-word;
}

#original-input{
    margin-right: 15px;
}

#simplified-output{
    margin-left: 15px;
}

.hint-text {
    font-size: 1rem;
    color: #7a7a7a;
}

.actions-wrapper-adapt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expand-btn {
    font-family: inherit;
    border: none;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 15rem;
}

.hidden {
    display: none !important;
}

.identifications-wrapper {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.identification-issue.succeeded {
    --status-color: var(--color-success);
}

.identification-issue.failed {
    --status-color: var(--color-error);
}

.identification-issue {
    border-radius: 0.7rem;
    background: white;
    border: 1px solid var(--status-color);
    margin: 1rem;
}

.outcome-icon {
    width: 2rem;
    height: 2rem;
    color: var(--status-color);
    background: white;
    margin-right: 1rem;
}

.outcome-icon .svg-inline--fa {
    height: 2rem;
}

.issue-title {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--status-color);
    color: var(--status-color);
}

.issue-text {
    padding: 1rem;
}

.adapted {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
/*If we hover over an adaptation, show its tooltip*/
.adapted:hover &gt; .guideline-toolip{
    display: inline-block !important;
}
/*If we hover over an adaptation that is the child of another, don't show the parent's tooltip*/
.adapted:has(&gt; .adapted:hover) &gt; .guideline-toolip{
    display: none !important;
}
.has-suggestions {
    border: 1px solid var(--color-multi);
    background: var(--color-multi-light);
}
.auto-adapted {
    border: 1px solid var(--color-auto);
    background: var(--color-auto-light);
}
.level-2-adaptation {
    border: 1px solid var(--color-level-2);
    background: var(--color-level-2-light);
}
.level-3-adaptation {
    border: 1px solid var(--color-level-3);
    background: var(--color-level-3-light);
}
.auto-not-adapted {
    border: 1px solid var(--color-auto-not);
    background: var(--color-auto-not-light);
}

.legend {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 50px;
    margin-top: 1rem;

    font-size: 0.9rem;
}

.legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.legend-color {
    width: 1rem;
    height: 0.5rem;
    margin-left: 0.5rem;
}


/*
==== SLIDER CODE ==== 
*/

#color-toggle-container{
    display: flex;
    width: 180px;
    height: 50px;
    margin-bottom: 10px;
}

#color-toggle-container p{
    width: fit-content;
    margin: auto 0;
    font-size: 0.9rem;
}

 /* The switch - the box around the slider */
.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    margin: auto 0 auto auto;
}

  /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    border: 2px solid #414141;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: var(--brand-deep-blue);
    border-radius: inherit;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.switch input:checked + .slider {
    box-shadow: 0 0 10px #8486ff;
    border: 2px solid #3134b8;
}

.switch input:checked + .slider:before {
    transform: translateX(24px);
    background-color: #3739c7;
}

/*
==== END SLIDER CODE ==== 
*/


.custom-upload-button {
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    
    background-color: #ffffffc9; /* Color de fondo */
    padding: 10px; /* Espaciado interno alrededor del texto */
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor a un puntero para indicar que es clickeable */
    border: 2px solid #000000; /* AÃ±ade un borde sÃ³lido de 2px de grosor con color azul */

    font-size: 15px;  /*  EstÃ¡ en 13 px por defecto */
    font-weight: 500;
    color: #000000;
    width: max-content !important;
    
}
.file-button-text{
    padding-bottom: 10px;
    font-size: 15px;  /*  EstÃ¡ en 13 px por defecto */
    font-weight: 500;
    color: #000000;
    margin: 0 !important;
    width: max-content !important;
}
.flex{
    display: flex;
}
.editor-container{
    margin-top: 25px;
}
.editor-container #original-input p{
    width: 100% !important;
    font-size: 14.8px;
}
.row{
    margin-right: 0 !important;
}
#refresh-button .button-text,
#identify-button .button-text{
    width: 100%;
    margin-top: 1em;
}
#downloadButton{
    font-family: inherit;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    background-color: #ffffffc9; /* Color de fondo */
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor a un puntero para indicar que es clickeable */
    border: 2px solid #000000; /* AÃ±ade un borde sÃ³lido de 2px de grosor con color azul */
    font-size: 15px;  /*  EstÃ¡ en 13 px por defecto */
    font-weight: 500;
    color: #000000;
    width: max-content !important;
    visibility: hidden;

}
</pre></body></html>