* {
    text-decoration: none !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #050007;
    list-style-type: none;
    font-family: 'Poppins';
}

.filepond--drop-label img{
    max-width: 50px !important;
}
#controle-boxer-nav{
    position: relative;    
}
#controle-boxer-nav.active > #menu-controle-nav {
    max-height: 500px; 
}
#menu-profile-cell.active > .menu-list-profile {
    max-height: 700px; 
}
@media only screen and (min-width: 1120px) {
    #controle-boxer-nav:hover > #menu-controle-nav {
        max-height: 700px; 
    }
}
#menu-profile-cell>p{
    padding: 5px 0px;
}
#menu-profile-cell .menu-list-profile {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 160px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: absolute;
    z-index: 10;
    background-color: #020f0b;
}
#menu-controle-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 160px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: absolute;
    z-index: 10;
    background-color: #020f0b;
    left: -20px;
}
#controle-boxer-nav>p{
    color: white;
    padding: 20px 0px;
}
#controle-boxer-nav>p::after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(icones/seta_baixo.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
} 
 
#menu-controle-nav a{   
    width: 100%;
    border-radius: 0px;
    margin: 1px 0px;
}
#menu-controle-nav li{
    margin: 5px 0px;
    padding: 15px;
    width: 100%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    color: white;
}
#menu-controle-nav li img{
    margin: 0px 5px;
}
/**===================ERROR MENSAGEM========================*/
.mensagem-error-box {
    top: 0;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: white;
    color: #07163c;
    text-align: center;
    font-size: 1.2rem;
    position: fixed;
    z-index: 10;
    transition: 0.25s;
}

.mensagem-error-box p:nth-child(2) {
    margin: 0;
    padding: 0;
    color: #07163c;
    padding: 20px;
}

.box-error-title {
    padding: 10px 20px;
    background-color: #e0e0e0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.close-btn{
    width: 20px;
    height: 20px;
    background-image: url('icones/fechar.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}

.msg-title {
    color: #07163c;
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

#btn-reenviarVerificacao {
    border: none;
    padding: 5px;
    background-color: #FFD801;
    color: #011f17;
    font-weight: bold;
    border-radius: 10px;
    margin: 5px;
    cursor: grab;
}

/*-====================INPUT ERROR==================*/
.input_error {
    border: 2px solid rgb(255, 61, 61) !important;
    transition: 0.5s ease;
}

/*-===============================================*/


body {
    width: 100%;
    overflow-x: hidden;
}

nav {
    width: 100%;
}

.box-overtop {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #033024;
    padding: 0px 20px;
    justify-content: space-between;
    width: 100%;
    font-size: 0.8rem;
}

.box-overtop p {
    color: rgb(254, 252, 255) !important;
    margin: 10px;
}

.overtop-redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.overtop-contato {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contato-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.box-nav {
    display: flex;
    justify-content: center;
    background-color: #020f0b;
    position: relative;
}

.box-nav .nav-menu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.menu-lateral-esquerda {
    display: flex;
    flex-direction: row;
}

.nav-menu .menu-logotipo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu-logotipo .box-logotipo {
    width: 50px;
}

.menu-logotipo img {
    width: 100%;
}

.menu-logotipo .nav-title p {
    color: #ffffff;
    font-size: 2.5rem;
    margin: 10px;
}

.menu-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-list li {
    color: aliceblue;
    position: relative;
    font-size: 0.9rem;
    transition: 0.5s;
    margin: 10px 20px;
    padding: 10px;
    border-radius: 20px;
}

.menu-list .active li {
    background-color: #2c5c4e;
}

.menu-list a {
    position: relative;
}

.menu-list a:hover>li {
    transition: 0.5s;
    transform: translateY(-2px);
}

.menu-profile {
    position: relative;
    padding: 20px;
    text-align: center;
}

.imagem-perfil {
    display: flex;
    align-items: center;
    position: relative;
}

.imagem-perfil img {
    width: 100%;
    max-width: 40px;
    border-radius: 20px;
}

.imagem-perfil::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('icones/seta_baixo.png');
    display: inline;
    background-repeat: no-repeat;
    background-position: center;
}


.abrir-menu:hover>.menu-list-profile {
    max-height: 300px !important;
}

.abrir-menu:click>.menu-list-profile {
    max-height: 300px !important;
}

.menu-list-profile {
    display: initial;   
    transition: 0.3s ease;
    overflow: hidden;
    background-color: #020f0b;
    position: absolute;
    left: 0;
    z-index: 10;
    min-width: 140px;
    max-height: 0;
}
.navIcons{
    width: 20px !important;
    height: 20px !important;
    margin: 5px;
}

.menu-list-profile li {
    text-align: left;
    color: aliceblue;
    padding: 15px;
    position: relative;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.menu-list-profile li:hover {
    transition: 0.5s;
    transform: translateY(-2px);
}

.menu-list li:hover {
    cursor: grab;
    transition: 1s;
}

.content-user {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-user p,
.user-text p {
    color: white;
    margin: 0px 10px;
}

.box-user {
    margin: 0px 20px;
    border-radius: 10px;
}

.box-user img {
    width: 100%;
}

/*===================================*/
@media only screen and (max-width: 1120px) {
    .item-user{
        order: -2 !important;
    }
    .login-link{
        order: -1 !important;
    }
    .cadastrar-link{
        order: 2 !important;
    }
    .icon-perfil{
        padding: 10px;
    }
    #controle-boxer-nav>p::after{        
        left: -10px !important;
    } 
    #menu-controle-nav {        
        position: relative;
        left: 0px;   
    } 
    #menu-controle-nav a{   
       
        background-color: #0d2b1d;
      
    }
    .menu-profile {
        position: relative;
        padding: 20px;
        min-width: 140px;
        text-align: left;
    }
    #perfil-click{
        position: relative;
    }
    #perfil-click::after{
        content: '';
        width: 20px;
        height: 20px;
        background-image: url('icones/seta_baixo.png');
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        left: -20px;
    }    
    .menu-list-profile a{
        border-radius: 0 !important;
        margin: 2px 0px;
        background-color: #0d2b1d;
    }
    .menu-list-profile li{
       padding: 5px !important;
    }
    .menu-profile:click>ul {
        display: initial;
        height: auto !important;
        top: 20px !important;
    }

    #perfil-click:hover>ul {
        display: initial;
        height: auto !important;
        top: 20px !important;

    }

    #perfil-click:click>ul {
        display: initial;
        height: auto !important;
        top: 20px !important;

    }

    .menu-list-profile {
        width: 100%;
        position: relative !important;
        left: 0;
        z-index: 10;
        display: none;
    }

    .nav-menu {
        width: 100% !important;
        justify-content: center;
    }

    .nav-menu p {
        color: white;
        font-family: "Roboto", serif;
        font-size: 1rem;
    }

    .item-user {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        width: auto;
        border-radius: 50px !important;
        padding: 10px !important;
    }

    .user-text p {
        color: #020f0b;
    }

    .menu-list .active li {
        background-color: transparent;
    }

    .box-menu-buttom {
        padding: 20px;
        display: flex !important;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .box-user {
        width: 50px;
    }

    .computer {
        display: none !important;
    }

    .cellphone {
        display: block !important;
    }

    .menu-list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .menu-list a {
        display: flex;
        border-radius: 50%;
        overflow: hidden;
    }

    .menu-list li {
        padding: 10px;
    }

    .menu-list li::after {
        width: 100%;
        height: 2px;
        bottom: 0;
    }

    .menu-items {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s ease; 
    }

    .contato-item p {
        display: none;
    }

    .box-overtop {
        padding: 10px;
    }
}

.cellphone {
    display: none;
    padding: 10px;
}

#menu-buttom {
    display: block;
}

.box-menu-buttom {
    display: none;
}