/*--------------- Inicia default estilos ---------------------*/

body {
    font-size: 0.9rem;
    line-height: 1;
}

a {
    text-decoration: none;
}

main {
    padding-top: 100px;
}


/*--------------- Finaliza default estilos ---------------------*/

#logo-menu {
    max-width: 140px;
    ;
}

.bg-colaborador {
    background-color: #0055c2;
}


/*--------------- Inicia menu estilos ---------------------*/


/* .nav-item {
    width: calc(100% / 7)!important;
    border-right: 2px solid #0054c2!important;
}

.nav-link {
    color: #6aa1e7!important;
    font-weight: 600!important;
    border-bottom: 3px solid #0055c2;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
    color: #fff!important;
    border-bottom: 3px solid #fff!important;
}
*/

.navbar-toggler {
    background-color: #5aa2ff!important;
}


/* .dropdown-toggle {
    white-space: normal!important;
}  */


/*---------------Finaliza menu estilos ---------------------*/


/*--------------- Inicia texto estilos ---------------------*/

.text-white {
    color: #fff!important;
}

.text-black {
    color: #000!important;
}

.text-red {
    color: red!important;
}


/*--------------- Finaliza texto estilos ---------------------*/


/*--------------- Inicia reset estilos ---------------------*/

.margin-0 {
    margin: 0px;
}

.padding-0 {
    padding: 0px;
    ;
}


/*--------------- Finaliza reset estilos ---------------------*/


/*--------------- Inicia footer estilos ---------------------*/

footer {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.items-footer {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #1641C2;
    padding: 1% 5%;
    border-radius: 20px;
    margin-bottom: 3%;
}


/*--------------- Finaliza footer estilos ---------------------*/

.input-sky-blue {
    background-color: #9CDFF7;
    padding: 8px 24px;
    margin: 20px;
    border: 1px solid #fff;
    border-radius: 23px;
    color: #0056BF;
}

#img-profile {
    border-radius: 50%;
}


/*--------------- Inicia row estilos ---------------------*/

.row-xs {
    height: 10px!important;
}

.row-sm {
    height: 25px!important;
}

.row-md {
    height: 50px!important;
}

.row-lg {
    height: 75px!important;
}

.row-x-lg {
    height: 100px!important;
}


/*--------------- Finaliza row estilos ---------------------*/


/*--------------- Inicia media query estilos ---------------------*/

@media (min-width: 300px) and (max-width: 768px) {
    .nav-item {
        /* width: 100%!important; */
    }
}


/*--------------- Finaliza media query estilos ---------------------*/