﻿
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #e2e2e2;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1001;
    backdrop-filter: blur(2px);
}

    .overlay .MsgCentral {
        text-align: center;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .9;
        font-size: 18px;
        line-height: 2;
        font-weight: bold;

        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 10px;
        font-family: Arial;
        line-height: 2;
        color: #333;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, .5);
    }

.MsgCentral svg {
    fill: #01768A;
}

#BannerIzq {
    text-align: right;
    height: 100px;
    width: 100%;
    background-image: url("../img/BannerIZQ.png");
    background-repeat: no-repeat;
    background-position: top left;
}

#BannerCentro {
    height: 100px;
    width: 100%;
    background: url("../img/BannerCENTER.png") repeat-x left top;
}

#BannerDer {
    height: 100px;
    width: 100%;
    background: url("../img/BannerDER.png") no-repeat right top;
}

.TituloHome {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    background-color: #38ACA9;
    color: #FFF;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

    .TituloHome > div {
        display: flex;
        /*flex:1;*/
        padding: 10px;
        align-items: center;
    }

.RepCont {
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .RepCont div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*background:#ff6a00;*/
        color: #FFF; /*476475*/
        font-size: 13px;
        margin: 20px;
        padding: 10px 10px;
        width: 120px;
        height: 120px;
        text-align: center;
        cursor: pointer;
        border-radius: 10px;
        transition-property: box-shadow, color;
        transition-duration: 300ms;
    }

        .RepCont div:hover {
            transform: scale(1.02);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
        }

        .RepCont div i {
            color: #FFF;
            text-decoration: none;
        }

a, a:hover, a:visited {
    text-decoration: none;
}

.linkFecha {
    font: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFF; /*06C*/
    text-decoration: none;
    margin-right:10px;
    margin-left:100px;
}

    .linkFecha:hover {
        font-weight: bold;
        color: #FFF; /*06C*/
        text-decoration: none;
    }

.linkNoticia {
    font: Arial;
    font-size: 14px;
    color: #f5f5f5; /*333*/
    text-decoration: none;
    font-weight: normal;
}

    .linkNoticia:hover {
        color: #f5f5f5; /*333*/
        text-decoration: underline;
        font-weight: normal;
    }

.linkReunion {
    color: #454DB7;
    margin: auto;
}

    .linkReunion:hover {
        text-decoration: underline;
        color: #3B43AD;
    }

.error {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
}


@keyframes slideInRight {
    from

{
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}

to {
    transform: translate3d(0, 0, 0);
}

}

button.chatLauncher {
    animation-duration: 0.5s;
    transition-duration: 0.5s;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    border: 4px solid #00778B;
    padding: 0em;
    border-radius: 50%;
    margin: 0;
    text-decoration: none;
    background-color: #E2E2E2;
    color: #454545;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 108px;
    opacity: 0;
}

    button.chatLauncher.open {
        animation-name: slideInRight;
        opacity: 1;
    }

    button.chatLauncher:hover,
    button.chatLauncher:focus {
        background-color: #E2E2E2;
        border: 4px solid #D22630;
    }

    button.chatLauncher:focus {
        outline: 1px solid #0053ba;
        outline-offset: -4px;
    }


.azul_directic {
    background-color: #005595;
}

.text-center {
    text-align: center;
}

div.PGR_Btn {
    background: #FFF;
    color: #005595;
}
    .PGR_Btn img {
        border-radius:10px;
        margin-top:5px;
    }


.MLP_Rojo {
    background-color: #C00000;
}

.MLP_Cafe {
    background-color: #968B55;
}
.MLP_Plomo {
    background-color: #7F7F7F;
}
.MLP_Amarillo {
    background-color: #EAAC01;
}
.MLP_Azul {
    background-color: #01768A;
}
.MLP_Celeste {
    background-color: #38ACA9;
}

#btn_TK img{
    border-radius: 10px;
    margin-top: 5px;
}

.div_layout {
    flex: 1 1 0px;
}

.div_marquee {
    float: left;
    width: 70%;
}

/*marquee*/

.marquee-container {
    display: inline-block;
    overflow: hidden;
    width: var(--w);
    height: var(--h);
}

.marquee-inner {
    float: left;
    white-space: nowrap;
    padding: var(--pad-y, 0) var(--pad-x, 0);
}
/* Fin marquee*/