.containerSections{
    height: calc(100% - var(--hNavbar));
    background-repeat: no-repeat;
    padding: 0;
    background-position: top center;
    margin: 0;
    background-size: cover;
    color: #fff;
}

ul.breadcrum-navigation{
    z-index: 3!important;
}

.transparencia{
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 25%;
}

.containerProx{
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0!important;
    text-transform: none!important;
}

.titleHeader{
    text-transform: none!important;
    height: calc(100% - var(--heightFooter));
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-shadow: 2px 0px 2px #000;
}

.iconProx{
 font-size: 9vmin;
 text-shadow: 9px 1px 9px #000;
}

.footer{
    position: relative!important;
    background: transparent!important;
}

.mainFooter{
    background: transparent!important;
    text-shadow: 2px 0px 2px #000;
}
    

#logo-unmsm-center{
    filter: drop-shadow(2px 0px 2px black)
}
    
   