#navMenu {	
	margin: 0 0 30px;
    z-index: 1;
    flex-direction: row!important;
}
.navbar-toggler, .collapsed, .navbar-toggler-icon {
	color: #000!important;	
}

 #navbarItens {
     display: flex;
     justify-content: space-between;        
}
.usuario, .btn-gov-deslogado  {
    display: flex;
    justify-content: flex-end;
}	

.btn-gov-deslogado  {
    display: flex;
    justify-content: flex-end;
}		
    


/********** MODAL IBEST **************/
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);  /* Fundo preto com 50% de opacidade */
}
 
#modalVotar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    font-family: 'Rawline', sans-serif;
}
#modalVotar h1 {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 12px 0 3px;
    color: #000;
    line-height: 30px;                
}
 
#modalVotar p {
    font-weight: 400;
    text-align: center;
    font-family: Rawline;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
 
#modalVotar .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
#modalVotar .modal-content {
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    height: 394px;
    margin-top: 40%;
    border:none;
    border-radius: 16px !important;
    box-shadow: 0 10px 19px rgb(165 165 165 / 80%);
    padding: 16px 20px;
}
 
#modalVotar .modal-header {
    height: 72px !important;
    padding-bottom: 16px !important;
}
 
#modalVotar .modal-body-ibest {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 320px !important;
    /* height: 186px !important; */
    padding: 16px 20px !important;
}
 
#modalVotar .modal-footer-ibest {
    margin-bottom: 5px;
}
 
#modalVotar .botao {
    width: 320px;
    height: 40px;
    border-radius: 20px;
    text-decoration: none !important;
    padding: 8px 24px;
    font-family: Rawline;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff !important;
}
 
.close-btn {
    border: none;
    background-color: #fff !important;
    color: #C0C0C0;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: background-color 0.3s ease;
    height: 40px;
    width: 40px;
    font-weight: 900;
    color: #C0C0C0;
    font-size: 16px;
    line-height: 18.4px;
    text-align: center;
}
 
.close-btn:hover {
    background-color: #f1f1f1 !important;
    color: #000;
}
 
.close-icon {
    font-size: 18px;
    font-weight: 800;
}
 
.botao-votar {
    font-family: Rawline;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
 
.botao-votar i {
    margin-right: 10px !important;
}
 
.icone-votar {
    font-family: Font Awesome 5 Free;
    font-size: 16px;
    font-weight: 900;
    line-height: 18.4px;
    text-align: center;
}

/************** RESPONSIVO *************/
@media (max-width: 768px){
	#barra-gov .logo{
	max-width:170px;
	}
	
	.mt-15 {
	margin-top:15px!important;
	}
	
	.dropdown-menu {
	max-width: 200px;
	}
	
	#usuarioLogado {
	
	 display: flex;
    justify-content: flex-end;
    
    }
}
