﻿
[class*="col-"] {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    font-family:'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
}

.container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.split-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    
}

.w3-half {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: auto;
}

.header,
.header2 {
    min-height: 10%;
    padding: 0px;
    margin: 0;
}

.banner {
    height: 100%;
    width: 100%;
    background: #183f85;
    overflow: hidden;
    position: relative;
}

    .banner .line-1 {
        background: #a0a0ea;
        height: 60%;
        width: 5%;
        position: absolute;
        transform: skew(-45deg);
        left: 50%;
        top: 0%;
    }

        .banner .line-1::before {
            background: #6b79c1;
            width: 100%;
            height: 100%;
            position: absolute;
            content: "";
            top: 20%;
            left: 70%;
        }

    .banner .line-2 {
        width: 20%;
        height: 100%;
        background: #6b79c1;
        position: absolute;
        transform: skew(-45deg);
        left: 70%;
    }

        .banner .line-2::before {
            background: #fff;
            width: 40%;
            height: 100%;
            position: absolute;
            content: "";
            left: 50%;
            top: 0;
            transform: translate(-50%);
        }

    .banner .line-3 {
        width: 5%;
        height: 100%;
        background: #f5f5ff;
        position: absolute;
        transform: skew(-45deg);
        left: 100%;
    }

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0;
}

.imagen {
    display: flex;
    align-items: center;
    justify-content: right;
}

img {
    margin-right: 5px;
    max-width: 4.5rem;
}

.textos-tlt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.texto1 {
    font-weight: bold;
    color: #2c4885;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    letter-spacing: 0px;
    line-height: 1;
    font-size: 1.5rem;
}

.texto2 {
    font-weight: bold;
    color: #2c4885;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    margin-left: 5px;
    font-size: .9rem;
}

.txt-gn {
    font-weight: bold;
    color: #2c4885;
    padding: 0px;
    margin: 0px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: left;
}

.linea1,
.linea2,
.linea3 {
    height: 2.5px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.linea1 {
    background-color: #2c4885;
}

.linea2 {
    background-color: #6b79c1;
}

.linea3 {
    background-color: #3ca586;
}

.txt-gn2 {
    font-weight: bold;
    color: #2c4885;
    padding: 0px;
    margin: 0px;
    font-size: 0.9rem;
    line-height: 1;
}

.icons {
    background-color: #b3cdf9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
    min-height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.inputs {
    margin-bottom: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    height: 1.875rem;
    color: #2C4885;
}

    .inputs:hover {
        border: solid 2px #B3CDF9;
        border-color: #B3CDF9;
    }

    .inputs.w3-animate-inputs {
        border: solid 1px #B3CDF9;
    }

.btnIngresar {
    padding: 5px;
    border-radius: 10px;
    background-color: #2c4885;
    color: #ffffff;
    font-size: 1em;
    width: 10em;
    letter-spacing: 2px;
    border: none;
}

    .btnIngresar:hover {
        background: #6B79C1;
    }

.punteadas {
    color: #2c4885;
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-size: 0.875rem;
    letter-spacing: 3px;
}

.entidad {
    color: #3082f9;
    font-size: 1rem;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12%;
    color: #2c4885;
    padding: 10px;
    font-size: 1rem;
}


/************************* derecho  ********************************************/
.bannerd {
    background: #ffffff;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .bannerd .line-4 {
        background: #e3eefc;
        height: 60%;
        width: 5%;
        position: absolute;
        transform: skew(-45deg);
        left: 50%;
        top: 0%;
    }

        .bannerd .line-4::before {
            background: #e3eefc;
            height: 100%;
            width: 100%;
            position: absolute;
            content: "";
            left: 80%;
            top: 20%;
        }

    .bannerd .line-5 {
        width: 20%;
        height: 900%;
        background: #eef5fd;
        position: absolute;
        transform: skew(-45deg);
        left: 65%;
        top: 3px;
    }

        .bannerd .line-5::before {
            background: #fff;
            width: 40%;
            height: 100%;
            position: absolute;
            content: "";
            left: 50%;
            top: 0;
            transform: translate(-50%);
        }

    .bannerd .line-6 {
        width: 5%;
        min-height: 100%;
        background: #e2eefc;
        position: absolute;
        transform: skew(-45deg);
        left: 100%;
        top: 0%;
    }



.contenedort {
    min-height: 5%;
    margin: 0px;
    padding: 0px;
}

    .contenedort .bannert {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .contenedort .bannert .line-7 {
            width: 5%;
            background: #e3eefc;
            height: 100%;
            position: absolute;
            transform: skew(-45deg);
            left: 5%;
            top: 0;
        }

            .contenedort .bannert .line-7::before {
                background: #b3cdf9;
                width: 100%;
                height: 100%;
                position: absolute;
                content: "";
                top: 30%;
                left: 80%;
            }

        .contenedort .bannert .titulo {
            margin: 0px;
            padding: 0px;
            content: "";
            font-style: normal;
            font-weight: 600;
            line-height: 1;
            letter-spacing: -1px;
            color: #2c4885;
            font-size: 1.6rem;
            text-align: left;
        }

    .contenedort .bienve {
        color: #2c4885;
        font-size: 1.2rem;
        line-height: 1;
        padding: 0px;
        margin: 0px;
        line-height: 1;
        font-weight: 600;
    }

.vineta {
    vertical-align: bottom;
    font-size: 1.125rem;
    margin: 0px;
    padding: 0px;
    color: #3082f9;
    line-height: 1;
    padding-top: 2px;
    margin: 0px;
}

.txt-vineta {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
    color: #4d81ce;
    font-size: 1rem;
    line-height: 1;
}

.parrafo {
    color: #2c4885;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 0.9rem;
    line-height: 1;
    white-space: pre-line !important;
}

.gracias {
    color: #2c4885;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
}



.footer2 {
    height: 12%;
    width: 100%;
    color: white;
    padding: 0px;
    margin: 0;
    overflow: hidden;
}

.footerd {
    width: 100%;
    height: 100%;
    background: #284c8c;
    position: relative;
    margin: 0;
    padding: 0;
}

    .footerd .linea-9 {
        width: 6%;
        height: 130%;
        background: #a0a0ea;
        transform: skew(-45deg);
        position: absolute;
        top: -30%;
        left: 1.5%;
    }

        .footerd .linea-9::before {
            background: #6b79c1;
            width: 100%;
            height: 80%;
            position: absolute;
            content: "";
            top: 20%;
            left: 60%;
        }

    .footerd .linea-11 {
        width: 6%;
        height: 100%;
        background: #a0a0ea;
        transform: skew(-45deg);
        position: absolute;
        top: 0%;
        left: 15%;
    }

    .footerd .linea-12 {
        width: 6%;
        height: 100%;
        background: #6b79c1;
        transform: skew(-45deg);
        position: absolute;
        top: 0%;
        left: 18%;
    }

    .footerd .txt-minfin {
        font-style: normal;
        font-weight: 100;
        font-size: 0.9rem;
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        text-align: right;
        right: 10px;
    }


@media (max-width: 1200px) {
    img {
        margin-right: 5px;
        max-width: 50px;
        max-height: 120px;
    }

    .texto1 {
        font-weight: bold;
        color: #2c4885;
        padding: 0px;
        margin: 0px;
        margin-left: 5px;
        margin-bottom: 5px;
        letter-spacing: 0px;
        line-height: 1;
        font-size: 15px;
    }

    .texto2 {
        font-weight: bold;
        color: #2c4885;
        padding: 0px;
        margin: 0px;
        line-height: 1;
        margin-left: 5px;
        font-size: 11px;
    }

    .txt-gn {
        font-size: 17px;
    }

    .txt-gn2 {
        font-size: 12px;
    }

    .icons {
        height: 30px;
        font-size: 16px;
    }

    .inputs {
        height: 30px;
    }

    .btnIngresar {
        font-size: 16px;
        width: 25%;
    }

    .punteadas {
        font-size: 14PX;
    }

    .entidad {
        color: #d5dbed;
        font-size: 16PX;
    }

    .footer {
        color: #d5dbed;
        font-size: 12PX;
    }


    /*******                derecho  */
        .titulo {
        font-size: 18px;
    }

    .bienve {
        font-size: 16px;
    }

    .vineta {
        font-size: 16px;
    }

    .txt-vineta {
        font-size: 13px;
    }

    .parrafo {
        color: #2c4885;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }

    .gracias {
        font-size: 16px;
    }

    .footerd .txt-minfin {
        font-size: 12px;
    }
}

@media (max-width: 900px) {

    img {
        margin-right: 5px;
        max-width: 40px;
        max-height: 120px;
    }

    .texto1 {
        font-weight: bold;
        color: #2c4885;
        padding: 0px;
        margin: 0px;
        margin-left: 5px;
        margin-bottom: 5px;
        letter-spacing: 0px;
        line-height: 1;
        font-size: 12px;
    }

    .texto2 {
        font-weight: bold;
        color: #2c4885;
        padding: 0px;
        margin: 0px;
        line-height: 1;
        margin-left: 5px;
        font-size: 10px;
    }

    .txt-gn {
        font-size: 15px;
    }

    .txt-gn2 {
        font-size: 10px;
    }

    .icons {
        height: 20px;
        font-size: 10px;
    }

    .inputs {
        height: 20px;
    }

    .btnIngresar {
        font-size: 12px;
        width: 25%;
    }

    .punteadas {
        font-size: 12PX;
    }

    .entidad {
        color: #d5dbed;
        font-size: 14PX;
    }

    .footer {
        color: #d5dbed;
        font-size: 12PX;
    }

    /*******                derecho  */
    .titulo {
        font-size: 16px;
    }

    .bienve {
        font-size: 14px;
    }

    .vineta {
        font-size: 14px;
        padding-top: 2px;
    }

    .txt-vineta {
        font-size: 12px;
    }

    .parrafo {
        font-size: 10px;
    }

    .gracias {
        font-size: 14px;
    }

    .footerd .txt-minfin {
        font-size: 10px;
    }
}

/* Media query para dispositivos pequeños */
@media (max-width: 500px) {
    .split-container {
        flex-direction: column;
    }

    .w3-half {
        width: 100%;
    }

    img {
        height: 40px;
    }

    .texto1 {
        font-size: 11px;
    }

    .texto2 {
        font-size: 9px;
    }

    .txt-gn {
        font-size: 12px;
    }

    .linea1,
    .linea2,
    .linea3 {
        height: 2.5px;
    }

    .txt-gn2 {
        font-size: 9px;
    }

    .icons {
        height: 00px;
        font-size: 8px;
        min-height: 20px;
    }


    .inputs {
        height: 20px;
        
    }

    .btnIngresar {       
        font-size: 0.7em;
        width: 6em;
       
    }

    .punteadas {
        font-size: 10PX;
    }

    .entidad {
        color: #d5dbed;
        font-size: 12PX;
    }

    .footer {
        color: #d5dbed;
        font-size: 10PX;
    }

    /*******                derecho  */
    .contenedort .bannert .titulo {
        font-size: 0.8rem;
        text-align: center;
    }

    .contenedort .bienve {        
        font-size: 0.8rem;        
    }

    .vineta {
        font-size: 11px;
    }

    .txt-vineta {
        font-size: 10px;
    }

    .parrafo {
        font-size: 9px;
    }

    .gracias {
        font-size: 12px;
    }

    .footerd .txt-minfin {
        font-size: 8px;
    }
}
