#mobmenu{
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	background: #f8f8f8;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
#mobmenu .logo{
	min-height: 60px;
	max-height: 60px;
}
#mobmenu .logo img{
	max-width: 120px;	
}
#mobmenu button{
	padding: 10px !important;
	outline: none;
	border: none;
	border-radius: 10px;
}
#mobmenu button i{
	font-size: 1.6rem;
	color: var(--primarya)
}
#mobmenu button i.fi-rr-search{
	font-size: 1.5rem;
}

#mobbusca{
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	position: fixed;
	top: -300px;
}
#mobbusca.showbusca{
	position: inherit;
}

#header .access{
	background: var(--primarya);
}
#header .access .uk-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header .access a{
	line-height: 0;
	font-size: .8rem !important;
	color: var(--inputa) !important;
	text-transform: inherit !important;
}
#header .access a *{
	color: var(--inputa) !important;
	opacity: 1 !important;
	font-size: .8rem !important;
}
#header .access a span{
	display: flex;
	align-items: center;
	line-height: 0;
	justify-content: center;
}
#header .access .keyboard a span{
	height: 20px;
	width: 20px;
	background: var(--inputa);
	color: var(--primarya) !important;
	border-radius: 20px;
	font-weight: 700;
}
#header .access a i{
	font-size: .9rem;
}
#header .logo{
	width: 140px;
}
#header nav .uk-navbar{
	justify-content: space-between;
	flex-wrap: wrap;
}
#header .keyboard a{
	color: var(--colora);
}
#header .keyboard span{
	display: none;
}
#header nav .uk-navbar-nav{
	grid-gap: 10px;
}
#header .dividers{
	margin: 0 !important;
	grid-gap: 10px;
}
#header .dividers .divider{
	border-right: solid 1px var(--inputa);
	height: 15px;
	opacity: .5;
}
#header .dividers li{
	padding: 0 !important;
}


#header nav .menu{
	border-top: solid 1px var(--inputc);
	width: 100%;
	justify-content: center;
}
#header nav .menu a{
	font-weight: 600;
	color: var(--colora);
	min-height: 60px;
}
#header nav .menu li ul a{
	min-height: 0px;
}
#header nav .menu li ul a:hover{
	color: var(--primarya);
}
#header nav .menu a.drop,
#header nav .menu a.link{
	padding: 10px 0;
	transition: .2s;
}
#header nav .menu .uk-active a,
#header nav .menu a.drop:hover,
#header nav .menu a.link:hover{
	box-shadow: inset 0 -7px 0 var(--primaryp);
}
#header nav .menu .uk-navbar-dropdown{
	top: 60px !important;
	border-radius: 5px;
}


#mobbusca .busca input,
#header .busca input
{
	height: 33px;
	font-size: .8rem;
	min-width: 200px;
	background: var(--inputa);
	border: none;
	border-radius: 30px;
	padding: 0 35px 0 20px;
}
#mobbusca .busca input{
	height: 43px;
	min-width: 75vw;	
	padding: 0 55px 0 25px;
}
#mobbusca .busca button,
#header .busca button
{
	height: 33px;	
	font-size: .7rem;
	line-height: 0;
	color: var(--inputa);
	background: var(--primarya);
	border: none;
	border-radius: 30px;
	margin-left: -25px;
}
#mobbusca .busca button{
	margin-left: -45px;
	height: 43px;		
}

#header .heroLastUpdate{
	text-align: right;
}
#header .heroLastUpdate *{
	font-size: .7rem !important;
}

#cookies{
	position: fixed;
	bottom: 60px;
	margin: auto;
	width: 100%;
	justify-content: center;
}
#cookies .grid{
	background: var(--inputp);	
	border-radius: 10px;
	padding: 40px;
	box-shadow: 10px 10px 20px rgba(0,0,0,.2);
	display: grid;
	grid-template-columns: 1fr 250px;
	grid-gap: 20px;
	align-items: center;
}
#cookies .grid h4{
	color: var(--primarya);
	border-bottom: solid 1px var(--inputc);
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
}
#cookies .grid p{
	line-height: 1.2;
	font-size: .9rem;
}
#cookies .grid h4::after{
	content: "";
	width: 100px;
	border-bottom: solid 5px var(--secundary);
	position: absolute;
	bottom: 0;
	left: 0;
}
#cookies .grid .right{
	display: grid;
	grid-gap: 10px;
}
#cookies .grid .right button{
	border-radius: 3px;
	border: solid 1px var(--primarya);
	text-transform: inherit;
	font-weight: 500;
}
#cookies .grid .right button.accept{
	background: var(--primarya);
}
#cookies .grid .right .uk-button-link{
	font-weight: 500;
	border: none;
	color: var(--primarya);
	text-decoration: underline !important;
}
#modal-cookie .switch{
	display: flex;
	align-items: center;
}
#modal-cookie .option-cookie{
	display: grid;
	grid-template-columns: 30px 1fr;
}
#modal-cookie .uk-modal-header{
	padding: 0 0 10px;
	margin-bottom: 10px;
}
#modal-cookie h4{
	color: var(--primarya) !important;
	font-size: 1.4rem;
}
#modal-cookie img{
	width: 120px;
}




#footer .footer{
	background: var(--primarya);
	padding: 10px 0;
}
#footer .footer .uk-container{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	align-items: center;
}
#footer .footer .ftr{
	/* width: calc(100% / 3); */
	padding: 20px;
}
#footer .footer .local h4::after{
	content: '';
	display: block;
	margin: 5px 0 10px;
	height: 1px;
	width: 157px;
	background-color: #2E98A5;
}
#footer .footer .local p{
	font-size: .9rem;
}
#footer .footer .logo{
	display: flex;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px;
	justify-content: center;
}
#footer .footer .logo img{
	max-width: 300px;
}
#footer .footer .links{
	display: grid;
	grid-gap: 5px;
}
#footer .footer .links li{
	margin: 0 !important;
}
#footer .footer .links li a{
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 5px;
	font-weight: 400;
	font-size: .9rem;
	gap: 10px;
}
#footer .copy{
	background: var(--primaryc);
}
#footer .copy .uk-container{
	display: flex;
	align-items: center;
	grid-gap: 20px;
	padding: 20px;
	align-items: center;
	justify-content: space-around;
}
#footer .copy p{
	font-size: .9rem;
}
#footer .copy .social{
	display: flex;
	grid-gap: 12px;
	align-items: center;
	line-height: 1;
}
#footer .copy .social a{
	padding: 7px;
	display: flex;
	text-decoration: none;
	border-radius: 5px;
}
#footer .copy .social a:hover{
	background: var(--primarya);
}

#footer .totop{
	position: fixed;
	right: 0px;
	bottom: 20px;
	box-shadow: 0 0 1px 2px rgba(0,0,0,.1);
	background: var(--primarya);
	height: 40px;
	width: 40px;
	color: var(--inputa);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 0 0 20px;
	line-height: 0;
	font-size: 1.3rem;
	transition: .2s;
}
#footer .totop:hover{
	transform: scale(1.1);
}


@media screen and (max-width: 720px) {
	#mobmenu{
		display: flex;
	}
	#header{
		position: fixed;
		z-index: 10000;
		width: 100%;
		display: none;
	}
	#header.showmenu{
		display: grid;
	}
	#header .access,
	#header .keyboard,
	#header .logo,
	#header .busca{
		display: none;
	}
	#header nav .menu{
		border: none;
		padding: 20px 0;
	}
	#header nav .menu ul{
		width: 100%;
	}
	#header nav{
		background: var(--inputp) !important;
	}
	#header nav .uk-navbar-nav{
		display: grid;
	}
	#header nav .menu li{
		position: relative;
	}
	#header nav .menu li ul a {
    font-size: 1.1rem;
		font-weight: normal;
	}
	#header nav .menu li .uk-drop{
		width: 100% !important;
		max-width: 100% !important;
		margin-top: -20px;
	}
	#header nav .menu a.drop{
		min-height: 40px;
		border-bottom: none;
	}
	#header nav .menu a.drop:hover,
	#header nav .menu .uk-active a{
		outline: none;
		box-shadow: none;
		border-bottom: dashed 1px var(--inputb);
	}
	#header nav .menu a.drop, #header nav .menu a.link{
		padding: 0;
		min-height: 40px;
	}
	#footer .footer .uk-container{
		grid-template-columns: repeat(1,1fr);
	}
	#footer .footer .local{
		order: 2;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#footer .footer .logo{
		border: none;
		order: 1;
	}
	#footer .footer .links{
		order: 3;
	}
}










