.barra-menu {
    background-color: #f69fa2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.row.barra {
	align-items: center;
	width: 100%;
	margin: 0;
}

.col.logo-vida-norte {
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 0;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col.menu-item {
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.menu-titulo {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 100%;
}

.menu-item a:hover {
	text-decoration: none;
	color: #F6A0A3;
}

.menu-item:hover {
	background-color: #fff;
	color: #F6A0A3;
	cursor: pointer;
}

.menu-item:focus {
	outline: 0;
}

.menu-item:active {
	background-color: #fff;
	color: #F6A0A3;
}

.menu-item:hover .dropdown-menu a {
	color: #F6A0A5;
	border-top: 1px solid rgb(255, 199, 201);
}

.dropdown {
	padding: 0;
}

.dropdown-col:hover > .dropdown-menu {
	display: block;
}

.barra-menu .dropdown-col .dropdown-menu {
	padding: 0;
	margin: 0;
	border-radius: unset;
	border: 0;
	box-shadow: 5px 10px 18px #888888;
}

.dropdown-col .dropdown-item {
	color: #F6A0A3;
	font-size: 13px;
	padding: 0.5rem 1rem;
	border-top: 1px solid rgb(255, 199, 201);
}

	.dropdown-col .dropdown-item:active {
		background-color: rgba(158, 158, 158, 0.53);
		color: #fff;
	}

	.dropdown-col .dropdown-item:last-child {
		border-bottom: none;
	}

	.dropdown-col .dropdown-item:hover > .nav-link {
		background-color: #fff;
	}

.dropdown-col .dropdown-menu .dropdown-item {
	text-align: left;
}




.bar-mobile .navbar {
    background-color: #F6A0A3;
    display: inline-block;
    width: 100%;
    justify-content: unset;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 11;
    padding: .32rem 1rem;
}
.bar-mobile .navbar-nav{
    width:100%;
}
.bar-mobile .navbar-toggler {
    padding: 0;
}

.fas.fa-bars {
	font-size: 28px;
	color: #fff;
}

.bar-mobile .navbar .navbar-toggler-icon {
	display: table;
	background-image: none;
	line-height: 1.5em;
}

.bar-mobile .navbar-light .navbar-toggler {
	border-color: transparent;
	outline: 0;
	vertical-align: middle;
}

.nav-item {
	min-height: 45px;
	font-size: 10px;
	color: #fff;
}

	.nav-item:hover {
		background-color: #fff;
		color: #f6a0a3;
	}

.bar-mobile .nav-item.dropdown .menu-titulo-mobile {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 45px;
	padding-left: 5px;
}
a.dropdown-toggle::after{
    margin-right:0.5em;
}
.bar-mobile .nav-item.dropdown .menu-titulo-mobile:hover {
    color: #f6a0a3;
    text-decoration: none;
}

.bar-mobile .nav-item a:hover {
	text-decoration: none;
	color: #F6A0A3;
}

.bar-mobile .nav-item:hover {
	background-color: #fff;
	color: #F6A0A3;
	cursor: pointer;
}

.bar-mobile .nav-item:focus {
	outline: 0;
}

.bar-mobile .nav-item:active {
	background-color: #fff;
	color: #F6A0A3;
}

.bar-mobile .nav-item:hover .dropdown-menu a {
	color: #F6A0A5;
	border-top: 1px solid rgb(255, 199, 201);
}


.bar-mobile .nav-item.dropdown .dropdown-menu {
	box-shadow: unset;
	padding: 0;
	margin: 0;
	border-radius: unset;
	border: 0;
}

	.bar-mobile .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
		color: #f6a0a3;
	}

.mobile {
	padding: 21px 19px;
	float: right;
}

.bar-mobile .nav-item.dropdown .dropdown-item:active {
	background-color: rgba(158, 158, 158, 0.53);
	color: #fff;
}

.bar-mobile .nav-item.dropdown .dropdown-item:last-child {
	border-bottom: none;
}

.bar-mobile .nav-item.dropdown .dropdown-item:hover > .nav-link {
	background-color: #fff;
}

.bar-mobile .nav-item.dropdown .dropdown-menu .dropdown-item {
	text-align: left;
}

.bar-mobile .dropdown .dropdown-item {
	color: #F6A0A3;
	font-size: 13px;
	padding: 0.5rem 1rem;
	border-top: 1px solid rgb(255, 199, 201);
}

.bar-mobile .nav-item.dropdown a.menu-titulo-mobile[aria-expanded="true"] {
    background-color: #fff;
    color: #f6a0a3;
}

@media (max-width: 991px) {
    .btn-link {
        padding: 3px 8px;
        font-size: 11px;
    }

    .barra-menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .bar-mobile {
        display: none;
    }
}

@media (max-width:768px) {

    .mobile {
        padding: 16px 19px;
    }
}



@media (max-width: 375px) {
	.mobile {
		padding: 22px 0;
	}
}
