:root{
	--bg: #212429;
	--txt: #ddd;
    --hl: #36fbe1;
	--txt-2: #15a890;
    --txt-3: #68e2c7;
}
::-webkit-scrollbar{
	width: 6px;
	background: var(--bg);
	border-radius: 10px;
    transition: .5s;
}
::-webkit-scrollbar:hover{
    width: 20px;
}
::-webkit-scrollbar-thumb{
	background: var(--hl);
	border-radius: 10px;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover{
	background: var(--txt-3);
}
::selection{
    background-color: var(--hl);
    color: #000;
}
*{
	margin: 0;
	padding: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
    font-family: "Lato", sans-serif;
	cursor: default;
    scroll-behavior: smooth;
}
body{
    background-color: var(--bg);
}
.under-construction-warning{
    max-width: 350px;
    margin: 0 auto;
    filter:
        drop-shadow(-4px -4px 2px #1a1a1a)
        drop-shadow(4px 4px 2px #333);;
}
#cds-under-construction-img-section{
    width: 100%;
    padding: 5em 1.5em;
    text-align: center;
    box-shadow:
        inset 9px 9px 20px #1a1a1a,
        inset -9px -9px 20px #333;
    border-radius: 5px;
}
#cnl-sitio{
    min-height: 100vh;
    color: #fff;
    animation: .35s slide-in;
    background-color: var(--bg);
}
@keyframes slide-in{
    from{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    50%{
        scale: .65;
    }
}
#menu-general-principal{
    max-width: 100%;
    display: flex;
    padding: 3em 0 1.5em 0;
    justify-content: space-evenly;
}
#menu-general-principal a{
    margin: .3em;
    padding: .55em 1em;
    color: var(--txt);
    font-size: 1.25em;
    text-decoration: none;
    background-color: var(--bg);
    border-radius: 9px;
    cursor: pointer;
    transition: .35s;
    &:hover{
        box-shadow:
            -8px 0 8px #333,
            0 -8px 8px #333,
            8px 0 8px #1a1a1a,
            0 8px 8px #1a1a1a;
    }
    &:focus{
        box-shadow:
            -4px 0 8px #333,
            0 -4px 8px #333,
            4px 0 8px #1a1a1a,
            0 4px 8px #1a1a1a,
            inset 3px 3px 6px #1a1a1a,
            inset -3px -3px 6px #333;
    }
}
.mgp-enlaces-activo{
    color: var(--hl) !important;
    border: 1px solid var(--bg);
    box-shadow:
        -8px 0 8px #333,
        0 -8px 8px #333,
        8px 0 8px #1a1a1a,
        0 8px 8px #1a1a1a,
        inset 3px 3px 12px #1a1a1a,
        inset -3px -3px 12px #333;
}
.texto-con-enfasis{
    color: var(--txt-3);
}
#contenido-de-seccion{
    margin: 1.5em auto;
    padding: 2.5em;
    max-width: 70%;
    min-height: 50vh;
    border-radius: 5px;
}
#descargar-software{
    margin: 1.5em 0;
    width: 100%;
}
#descargar-software,
#descargar-software tr,
#descargar-software th,
#descargar-software td{
    border: 1px solid #000;
    border-collapse: collapse;
    border-color: var(--txt);
}
#descargar-software th,
#descargar-software td{
    padding: .44em .75em;
}
#descargar-software th{
    vertical-align: bottom;
}
#descargar-software a{
    color: var(--txt);
    text-decoration: none;
    transition: .5s;
    cursor: pointer;
    &:hover{
        color: var(--hl);
    }
}
.tp-area{
    position: relative;
}
.tarjeta-presentacion{
    padding: 3em 7em;
    display: flex;
    justify-content: stretch;
    align-items: center;
    box-shadow:
        -8px -8px 8px #333,
        8px 8px 8px #1a1a1a;
    border-radius: 5px;
}
.tarjeta-presentacion h1{
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    bottom: 105%;
    left: -3%;
    rotate: -10deg;
}
.tarjeta-presentacion h2{
    font-size: 2.2em;
    font-weight: 600;
}
.tarjeta-presentacion h3{
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 400;
}
.tarjeta-presentacion p{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.45em;
}
.tp-area:nth-child(1){
    margin-right: 4em;
}
#imagen-principal-inicio{
    max-height: 50vh;
    filter:
        drop-shadow(-5px -5px 2px #1a1a1a)
        drop-shadow(5px 5px 2px #333);
    scale: .8;
    rotate: -20deg;
    transition: .55s;
    animation: 1.7s botella-con-luz infinite;
}
@keyframes botella-con-luz{
    from{
        filter:
            drop-shadow(-5px -5px 2px #1a1a1a)
            drop-shadow(5px 5px 2px #333);
        scale: .8;
    }
    45%{
        filter:
            drop-shadow(-5px -5px 2px #1a1a1a)
            drop-shadow(5px 5px 2px #333);
        scale: .8;
    }
    50%{
        filter:
            drop-shadow(-7px -7px 5px #042923)
            drop-shadow(7px 7px 5px #254941);
        scale: .825;
    }
    55%{
        filter:
            drop-shadow(-5px -5px 2px #1a1a1a)
            drop-shadow(5px 5px 2px #333);
        scale: .8;
    }
    60%{
        filter:
            drop-shadow(-7px -7px 5px #042923)
            drop-shadow(7px 7px 5px #254941);
        scale: .825;
    }
    65%{
        filter:
            drop-shadow(-5px -5px 2px #1a1a1a)
            drop-shadow(5px 5px 2px #333);
        scale: .8;
    }
}
.luz-intermitente{
    animation: 3s blink-light infinite
}
@keyframes blink-light{
    25%{
        opacity: 1;
    }
    27%{
        opacity: 0;
    }
    29%{
        opacity: 1;
    }
    31%{
        opacity: 0;
    }
    33%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    62%{
        opacity: 0;
    }
    64%{
        opacity: 1;
    }
}
button{
    padding: .75em;
    background-color: var(--bg);
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .5s;
}
.tp-enlaces{
    max-width: fit-content;
    margin-top: 1em;
    padding: 1em 2em;
    box-shadow:
        inset 3px 3px 3px #1a1a1a,
        inset -3px -3px 3px #333;
}
.tp-a-simple{
    margin: 1em 1em 1em 0;
}
.tp-a-simple > img{
    max-width: 1.5em;
    cursor: pointer;
    filter: drop-shadow(0 0 5px #000);
    transition: .3s;
    &:hover{
        scale: 1.25;
        translate: 0 -.15em;
        filter: drop-shadow(0 0 5px var(--hl));
    }
}
.inicio-cartas{
    padding: 4em 0;
}
.inicio-cartas > div > h1{
    font-size: 1em;
    color: var(--txt-3);
    font-weight: 400;
}
.inicio-cartas > div > h2{
    font-size: 1.5em;
    font-weight: 400;
}
#carta-de-servicios > div:nth-child(2){
    padding-top: 1.5em;
    display: flex;
    gap: 2.5em;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tarjeta-descripcion-servicio{
    padding: 2.2em;
    min-height: 25vh;
    flex: 1 1 calc(33.33% - 2.5em);
    box-shadow:
        -9px 0 9px #333,
        0 -9px 9px #333,
        9px 0 9px #1a1a1a,
        0 9px 9px #1a1a1a;
    border-radius: 5px;
    transition: .3s;
    &:hover{
        box-shadow:
            -9px 0 9px #333,
            0 -9px 9px #333,
            9px 0 9px #1a1a1a,
            0 9px 9px #1a1a1a,
            inset 15px 15px 50px #1a1a1a,
            inset -15px -15px 50px #333;
    }
}
.tds-img-caja{
    margin: 0 auto;
    padding: 1.25em 1.35em;
    width: fit-content;
    border-radius: 50%;
    box-shadow:
        inset 4px 0 4px #1a1a1a,
        inset 0 4px 4px #1a1a1a,
        inset -4px 0 4px #333,
        inset 0 -4px 4px #333;
}
.tds-img-caja img{
    max-height: 3em;
}

.tarjeta-descripcion-servicio h3{
    margin: .5em 0;
    padding: .85em 1em;
    color: var(--txt-3);
    font-size: 1em;
    text-align: center;
}
.tarjeta-descripcion-servicio p{
    margin-bottom: .75em;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    line-height: 1em;
}
.responsive-768{
    display: none;
}
#carta-de-proyectos > div:nth-child(1){
    padding-bottom: 1em;
}
#carta-de-proyectos > div:nth-child(2){
    margin: 1em 0;
    padding: 3em 2em;
    box-shadow:
        -8px -8px 8px #333,
        8px 8px 8px #1a1a1a;
    display: flex;
    gap: 2.5em;
    justify-content: stretch;
}
.proyectos-info{
    min-height: 10vh;
    text-align: center;
    flex: 1 1 calc(33.33% - 2.5em);
}
.proyectos-info h4{
    font-size: 2.5em;
}
.proyectos-info hr{
    margin: .75em 0;
    background-color: var(--bg);
    border-radius: 6px;
    border: none;
    height: 12px;
    box-shadow:
        -1px -1px 1px #333,
        1px 1px 1px #1a1a1a,
        inset 4px 4px 1px #1a1a1a,
        inset -4px -4px 1px #333;
}
.proyectos-info p{
    font-size: 1.25em;
}
.pagina-de-diapositiva{
    margin: 1em 0;
    min-width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
}
.caja-separador:nth-child(2){
    padding: 2.5em;
}
.caja-separador img{
    max-width: 100%;
}
.caja-separador:nth-child(odd){
    place-content: center;
}
.cs-2-sub-grupo{
    border-radius: 5px;
}
.cs-2{
    padding: 0 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    grid-template-areas:
        "cs2-1 cs2-2"
        "cs2-1 cs2-3";
}
.cs2-1{
    grid-area: cs2-1;
    background: var(--bg) url("../publico/recursos/capturas/multimoney-credito-tkinter-1.png") no-repeat center;
    background-size: 100% auto;
}
.cs2-2{
    grid-area: cs2-2;
}
.cs2-3{
    grid-area: cs2-3;
    background: var(--bg) url("../publico/recursos/capturas/multimoney-credito-tkinter-2.png") no-repeat center;
    background-size: auto 100%;
}
.cs2-1,
.cs2-3{
    min-height: 20vh;
    box-shadow:
        inset 5px 5px 5px #1a1a1a,
        inset -5px -5px 5px #333;
    border-radius: 1em;
    cursor: pointer;
}
.cs-1 img,
.cs-3 img{
    max-height: 3em;
    filter:
        drop-shadow(-5px -2px 3px #333)
        drop-shadow(5px 2px 3px #1a1a1a);
    cursor: pointer;
    transition: .35s;
    &:hover{
        scale: 1.5;
    }
}
.caja-separador h1{
    font-size: 1.5em;
    margin-bottom: .5em;
}
.caja-separador h2{
    margin: .5em 0;
    font-size: 1em;
}
.caja-separador h2 a{
    color: var(--txt-3);
    text-decoration: none;
    cursor: pointer;
    &:hover{
        text-decoration: underline;
    }
}
.caja-separador h3{
    font-size: 1em;
    font-weight: 300;
}
.caja-separador p{
    font-weight: 300;
}
#galeria-detallada-diapositivas{
    background-color: var(--bg);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    animation: mostrar-vista-ampliada .5s;
    display: none;
}
@keyframes mostrar-vista-ampliada{
    from{
        opacity: 0;
        scale: .5;
    }
}
#galeria-detallada-diapositivas div{
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#galeria-detallada-diapositivas img{
    margin: 0 auto;
    height: 100vh;
}
.cnl-formularios{
    padding: 4em;
    border-radius: 5px;
    box-shadow:
        inset 5px 5px 5px #1a1a1a,
        inset -5px -5px 5px #333;
}
.cnl-formularios a{
    margin: .5em;
    color: var(--txt);
    font-size: 1.75em;
    text-decoration: none;
    cursor: pointer;
    transition: .25s;
    user-select: all;
    &:hover{
        color: var(--hl);
        text-decoration: underline;
    }
}
#form-de-contacto .form-cabecera{
    text-align: center;
}
#form-de-contacto .form-cabecera h1{
    margin-bottom: 3em;
    color: #888;
    font-size: 1em;
    font-style: italic;
    font-weight: 400;
}
.form-cabecera p{
    display: inline;
    font-size: 1.25em;
    font-weight: 600;
    user-select: all;
}
.form-cabecera p:nth-child(1){
    margin-right: 1em;
}
.form-cabecera p:nth-child(2){
    margin-left: 1em;
}
#form-de-contacto .form-cabecera hr{
    margin: .65em auto;
    max-width: 55%;
    padding: 4px;
    border: none;
    outline: none;
    border-radius: 4px;
    box-shadow:
        -4px -4px 12px #333,
        inset 2px 2px 2px #1a1a1a,
        inset -2px -2px 2px #333,
        4px 4px 12px #1a1a1a;
}
#form-de-contacto .form-campos > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1em;
}
#form-de-contacto .form-campos > div input,
#form-de-contacto .form-campos > div input[type="email"]{
    width: calc(50% - .5em);
    margin: .5em 0;
}
#form-de-contacto .form-campos > div input,
#form-de-contacto .form-campos > textarea{
    padding: .55em .65em;
    font-size: 1.25em;
    background-color: var(--bg);
    color: var(--txt);
    font-weight: 400;
    border: 2px solid var(--bg);
    outline: none;
    box-shadow:
        -5px -5px 5px #333,
        5px 5px 5px #1a1a1a;
    border-radius: 9px;
    transition: .3s;
    cursor: pointer;
    user-select: auto;
    &:hover{
        color: var(--txt-3);
    }
    &:focus{
        color: var(--hl);
        box-shadow:
            -5px -5px 9px #333,
            5px 5px 9px #1a1a1a,
            inset 5px 5px 5px #1a1a1a,
            inset -5px -5px 25px #333;
    }
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.no-spinner {
    -moz-appearance: textfield;
    appearance: textfield;
}
#form-de-contacto .form-campos > div input::placeholder,
#form-de-contacto .form-campos > textarea::placeholder{
    color: #5a5a5a;
    font-style: italic;
}

#form-de-contacto .form-campos label{
    width: fit-content;
    display: block;
}
#form-de-contacto .form-campos textarea{
    width: 100%;
    margin-top: 1em;
    resize: none;
}
#cc-enviar{
    width: 100%;
    margin: 2.5em 0 0;
    padding: 1em;
    color: var(--txt-2);
    font-size: 1.05em;
    font-weight: 600;
    box-shadow:
        -5px -5px 5px #333,
        5px 5px 5px #1a1a1a;
    cursor: pointer;
    transition: .25s;
    border: 3px solid var(--bg);
    &:hover{
        color: var(--hl);
        box-shadow:
            -9px -9px 10px #333,
            9px 9px 10px #1a1a1a;
    }
    &:focus{
        box-shadow:
            -5px -5px 5px #333,
            5px 5px 5px #1a1a1a,
            inset 5px 5px 5px #1a1a1a,
            inset -5px -5px 5px #333;
    }
}
#footer-cierre-html{
    padding: 2em;
}
#footer-cierre-html > div{
    padding: 2em 3em;
    text-align: center;
    border-radius: 9px;
    box-shadow:
        inset 9px 2px 9px #1a1a1a,
        inset -9px -9px 9px #333;
}
#footer-cierre-html hr{
    max-width: 65%;
    margin: .85em auto;
    padding: 3px;
    border-radius: 9px;
    border: none;
    outline: none;
    background-color: var(--bg);
    box-shadow:
        -3px -3px 3px #333,
        3px 3px 3px #1a1a1a;
}
#footer-cierre-html p{
    color: var(--hl);
}
#footer-cierre-html p span{
    font-size: 1.25em;
}
#footer-cierre-html a{
    color: var(--txt-2);
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
    transition: .35s;
    &:hover{
        color: var(--hl);
        text-decoration: underline;
    }
}
.ingresar-cabecera-info{
    margin: 2em auto;
    text-align: center;
}
.ingresar-cabecera-info h1{
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
}
.ingresar-cabecera-info p{
    font-style: italic;
    font-weight: 300;
}
.ingresar-cabecera-info p span{
    padding: .25em;
    color: var(--txt-2);
    font-size: 1.35em;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    transition: .35s;
    &:hover{
        color: var(--hl);
    }
}
.ingresar-contenido-form{
    max-width: 60%;
    margin: 1em auto;
    text-align: center;
    padding: 2em;
}
.iu-input-usuario{
    width: 60%;
    display: block;
    padding: .45em;
    margin: 0 auto;
    margin-bottom: 1.5em;
    background-color: var(--bg);
    color: var(--txt);
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 9px;
    cursor: pointer;
    transition: .35s;
    box-shadow:
        -3px -3px 3px #333,
        3px 3px 3px #1a1a1a;
    &:hover{
        box-shadow:
            -7px -7px 14px #333,
            7px 7px 14px #1a1a1a;
    }
    &:focus{
        color: var(--hl);
        box-shadow:
            -7px -7px 14px #333,
            7px 7px 14px #1a1a1a,
            inset 3px 3px 9px #1a1a1a,
            inset -3px -3px 9px #333;
    }
}
.ingresar-contenido-form input[type="checkbox"]{
    accent-color: var(--hl);
}
.ingresar-contenido-form input[type="checkbox"],
.ingresar-contenido-form label{
    margin-bottom: 1.5em;
    cursor: pointer;
    transition: .35s;
}
.ingresar-contenido-form label:hover{
    color: var(--hl);
}
.ingresar-contenido-form a{
    color: var(--txt-2);
    text-decoration: none;
    transition: .35s;
    cursor: pointer;
    &:hover{
        color: var(--hl);
        text-decoration: underline;
    }
}
#iu-enviar{
    width: 60%;
    margin: 1em auto;
    margin-bottom: 2.5em;
    display: block;
    box-shadow:
        -5px -5px 5px #333,
        5px 5px 5px #1a1a1a;
    color: var(--txt-2);
    font-size: 1.15em;
    transition: .35s;
    cursor: pointer;
    &:hover{
        color: var(--hl);
    }
    &:focus{
        color: var(--txt-3);
        box-shadow:
            -5px -5px 5px #333,
            5px 5px 5px #1a1a1a,
            inset 3px 3px #1a1a1a,
            inset -3px -3px 3px #333;
    }
}
.download-section{
    margin-bottom: 2em;
    padding: 2.5em;
    border-radius: 10px;
    box-shadow:
        -5px -5px 5px #333,
        5px 5px 5px #1a1a1a;
}
.download-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5em;
}
.app-img img{
    max-height: 3.5em;
}
.app-description{
    font-size: .85em;
    text-align: justify;
    color: var(--txt);
}
.app-meta{
    min-width: 150px;
    text-align: center;
}
.download-item .download-link{
    min-width: 130px;
    color: var(--txt-2);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    &:hover{
        color: var(--hl);
        text-decoration: underline;
    }
}