@media screen and (width>565px) {
    footer {
        /* height: 20%; */
        z-index: 10;
    }
}

@media (min-width: 1600px) {
    .container-custom {
        max-width: 1440px;
    }
}

@media (min-width: 1920px) {
    .container-custom {
        max-width: 1360px;
    }
}

.container-custom {
    max-width: 1320px; /* padrão seguro até TV */
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    position: relative;
}

.footer {
    padding-top: 1.2em !important;
    bottom: 0 !important;
    position: relative;
    display: flex;
    align-items: center; 
    /* height: 100%; */
    background: #03548f; 
}

.h5-footer {
    text-align: center;
    font-size: 90%;
    width: 100%;
}

.h6-footer {
    text-align: center;
    font-size: 70%;
    width: 100%;
}

.icon {
    color: white;
    font-size: 40px;
    padding-left: 60%;
}

#lblMsgSessao {
    position: absolute;
    bottom: 3.5em;
    z-index: 10000;
}

@media screen and (width<602px) {
    .h5-footer {
        font-size: 80%;
    }
}

.sociais{
    align-items: flex-end;
    justify-content: center;
    align-items: center;
    display: flex;
}

.phone{
    font-size: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-items: center;
    color: white;
}

.fa-university{
    align-content: center;
}

.text{
    padding-right: 1%;
    display: flex;flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column-reverse;
}