<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

header {
    width: 70%;
    margin: 50px auto 0px auto;
}

.texto_1 {
    width: 760px;
    margin: auto;
}
.texto_1 p {
    text-align: left;
    margin-bottom: 5px;
    color: #000;
    font-size: 17px;

    font-family: "Heebo";
    font-size: 17px;
    font-weight: 700    
}

.texto_2 {
    margin: 30px 0 30px 0;
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;  
    line-height: 24px;  
}
.texto_2 p {
    margin: 20px 0 20px 0;
}


.frm {
    width: 570px;
    margin: auto;  
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    color: rgb(117, 94, 102)    
}

h3 {
    font-size:29px;
    margin-bottom:20px;
    line-height:1.2em;
    font-weight:400;
    text-transform:none;
    color: rgb(117, 94, 102)    
}

label {
    display: block;
    margin-top: 20px;
    color: #755e66;
    font-size: 15px;
}

.input-container {
    position: relative;
}
.input-container .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
input, select, textarea {
    font-size: 15px;
    margin-top: 5px;    
    width: 100%;
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;    
    background-color: rgb(247, 248, 249);
    border-color: rgb(240, 240, 240);
    color: rgb(111, 115, 125);    
}

button {
    width: 100%;
    background-color: rgb(155, 229, 26);
    border-color: rgb(155, 229, 26);
    height: 52px;
    font-size: 1rem; 
    cursor: pointer;
    color: black;
    font-weight: bold;    
    font-family: "Heebo";
    font-size: 17px;      
}
.btnTipo_1:hover, .btnTipo_2:hover {
    background-color: rgb(144, 212, 24);
    border-color: rgb(144, 212, 24);
}

.btnTipo_1 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);    
    border-radius: 4px;    
}
.btnTipo_2 {
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, .12);
    border-width: 1px;  
    height: 48px;  
}

.btnTipo_3 {
    color: rgba(0, 0, 0, 0.26);    
    background-color: rgba(0, 0, 0, .12);
    border-color: rgba(0, 0, 0, .12);
    border-width: 1px;
    height: 48px;  
    cursor: default;
}    

.headerButton {
    width: 512px;
    display: flex;
    margin: 20px auto 20px auto;
}
.headerButton #dcha {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.headerButton #izda {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.error {
    display: block;
    margin-top: 5px;
    color: red;
    font-size: 12px;
    font-weight: bold;    
}

.resultado_ok{
    border: 6px solid green;
    padding: 10px;
    margin-top: 20px;    
    text-align: center;
    color: green;
    font-weight: bold;
    background-color: lightgreen;    
}
.resultado_ko{
    border: 6px solid red;
    padding: 10px;
    margin-top: 20px;    
    text-align: center;
    color: red;
    font-weight: bold;
    background-color: #f2c7c7;;    
}


/* divCondiciones ----------------------------------------------------------------- */
.card {
    max-width: 800px;    
    height: 90vh;
    background-color: white;    
    display: flex;
    flex-direction: column;    
}
.card .titulo {
    display: flex;
    justify-content: space-between;    
    padding: 16px 24px 10px;    
}
.tituloTexto{
    color: #a6ddfb;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;   
    line-height: 2rem;     
}

.card .texto {
    padding: 0 24px 20px;    
    overflow-y: auto;
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;    
}
    

.card .texto span {
    color: #019df4;
}
.card .texto li {
    color: rgba(0, 0, 0, .6);
}


.tituloClose {
    color: black;
    font-weight: bolder;
    background-color: white;
    font-size: 30px;
    padding: 0 5px 0 5px;
    cursor: pointer;
}

#divTextoInfo .content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* POPUP ----------------------------------------------------------------- */
.modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
}

#imgPopUp {
    max-width: 800px;
    max-height: 90vh;
}

.cerrarPopup {
    position: absolute;
    top: 0px;
    right: 0px;
    color: black;
    font-weight: bolder;
    background-color: white;
    font-size: 30px;
    padding: 0 5px 0 5px;
    cursor: pointer;
}

.loader {
    border: 6px solid rgba(0, 0, 0, 0.8);
    border-top-color:#f3f3f3;
    border-right-color:#f3f3f3;
    border-bottom-color:#f3f3f3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* RESPONSIVE ----------------------------------------------------------------- */

@media screen and (max-width: 850px) {
    header {
        width: 90%;
    }

    .texto_1 {
        width: 90%;
    }

    .frm {
        width: 90%;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    label {
        font-size: 14px;
    }

    input, select, textarea {
        font-size: 14px;
    }

    button {
        font-size: 16px;
    }

    #imgPopUp {
        width: 100%;
    }   
}

@media screen and (max-width: 600px) {
    .headerButton {
        width: 90%;
    }    
}
</pre></body></html>