﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




.fondo-interior-principal {
    background: var(--color-light);
}


.marca-muni {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .marca-muni img {
        max-height: 130px;
        max-width: 200px;
        margin: 0px 10px;
    }

.nombre-app {
    margin: 10px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #14417B;
}


.top-row {
    background-color: var(--color-primary);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    padding: 0px 5vw;
    top: 0;
    z-index: 1;
    position: relative;
    color: var(--top-texto);
}

    .top-row .resaltado {
        color: var(--color-primary-contraste);
    }

.top-row__info {
    display: flex;
    gap: 1rem;
}


.nav-app {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    list-style: none;
}

    .nav-app a {
        text-decoration: none;
        background: var(--color-primary);
        padding: 5px 15px;
        border-radius: 2rem;
        color: var(--color-primary-contraste);
        transition: all .2s;
    }

        .nav-app a:hover {
            text-decoration: none;
            background: var(--color-primary-l2);
            padding: 5px 15px;
            border-radius: 2rem;
            color: var(--color-primary-contraste);
        }


        .nav-app a.active {
            background: var(--color-primary-l0);
        }

    .nav-app .active:hover {
        background: var(--color-primary);
    }

@media (max-width: 640.98px) {
    .top-row.auth {
        justify-content: space-between;
    }
}

.portal-footer {
    align-items: center;
}

.portal-footer {
    background: var(--color-fondo-footer, var(--color-primary, transparent));
    padding: 1.5rem;
    color: var(--color-texto-footer, var(--color-primary-contraste, transparent));
    z-index: 2;
    width: 100%;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}

    .portal-footer .resaltado {
        color: var(--color-info);
    }

.portal-footer__muni {
    order: 0;
    display: flex;
    justify-content: space-between;
}

.portal-footer__marca-smc img {
    max-height: 2.5rem;
}


.portal-footer__marca {
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    min-height:5rem;
    min-width:5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .portal-footer__marca img {
        display: block;
        max-height: 4rem;
    }

.portal-footer__info {
    font-size: 0.75rem;
    letter-spacing: 0.01rem;
    color: var(--color-primary-contraste);
}

.portal-footer__info-item  {
    margin-bottom: 5px;
}

.oi--footer {
    opacity: 0.5;
}

.telefono {
    height: 13px;
}


.bienvenida-user {
    padding: 1rem 1.3rem;
    background: #E8EBFF;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 1rem;
}


.portal-footer__marca img {
    max-height: 3.8rem;
    max-width: 3.8rem;
}

.portal-footer__muni {
    gap: 1.5rem;
}



/*RESPONSIVE*/
@media (max-width: 768px) {
    .portal-footer {
        flex-direction: column;
    }

    .portal-footer__info {
        margin-top: 0.2rem;
    }
}

@media (max-width: 641px) {
    /*FOOTER*/
    .portal-footer__marca-smc {
        order: 1;
        border-top: 1px solid rgb(255 255 255 / 50%);
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        padding-top: 1.2rem;
    }

        .portal-footer__marca-smc img {
            max-height: 1.2rem;
        }

    .portal-footer__muni {
        width:100%;
    }

    .marca-muni-footer--no-wrapper {
        align-items: flex-start;
    }
        .marca-muni-footer--no-wrapper img {
            max-width: 10rem !important;
        }

}

@media screen and (min-width: 641px) {
  
    .bienvenida-user {
        padding: 1.3rem;
    }

}

@media (max-width: 600px) {

    .portal-footer__info {
        flex-direction: column
    }

    .portal-footer__info__item + .portal-footer__info__item {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }
}


@media (max-width: 375px) {

    .portal-footer__muni {
        flex-direction: column;
        margin-top: 1rem;
        align-items: center;
    }
    .marca-muni-footer--no-wrapper {
        align-items: center;
    }
    .marca-muni-footer--no-wrapper img {
        max-width: 16rem !important;
    }

}