﻿/* #region Header */

.cabecalhoMobile {
    display: none !important;
}

@media (max-width: 575px) {
    .cabecalhoMobile {
        display: contents !important;
        font-weight: 600;
        font-size: 1.6rem;
        color: white !important;
        padding-bottom: 5rem;
    }
}

.es-header .es-header-row .sistema-area img {
    max-height: 55px !important;
}

.es-navbar .navbar-brand img {
    height: 28px !important;
}

.es-footer .es-footer-row .sistema-area img {
    max-height: 35px !important;
}

/*#endregion*/

/* #region Overrides */

.es-section {
    padding: 1.5rem 0.5rem;
}

@media (max-width: 991px) {
    .es-container {
        width: unset;
    }
}

.botao-voltar i {
    font-size: 2.5rem;
}

.btn {
    transition: box-shadow 0.2s ease;
}

    .btn:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

/* #endregion */

/* #region outros */

.es-reset-anchor {
    text-decoration: none;
    color: unset;
    font-weight: unset;
}

/* #endregion */