.justmob{display:none;}
@media screen and (max-width: 736px) {
	.nomob{display:none !important;}
	.justmob{display:initial;}
	.keepmob{display:initial !important;}
}

.verde{color:#0d0d0d}
.amarillo{color:#f6b900;


#header{overflow: hidden;}

#header > h1 {color:#0d0d0d}

.vikingointerior{
	font-size: 1.6em;
    margin-top: 2em;
    line-height: 1.5em;
    color: #bbb;
    text-align: center;
}	

@media screen and (max-width: 420px) {
	.vikingointerior{
		font-size: 1.35em;
	}
}

input[type=file]{
	line-height: initial; padding:8px 15px;
	font-weight: normal;
	height: 44px;
}

#header a.icon.fa-whatsapp{
	padding-left:20px; padding-right:20px;
}

#header > a{
	height:3.25em;
}
#header > a:hover{
	border-bottom:5px solid #2c5450;
}

#header > a:hover:last-child{
	border-bottom:none;
}

#header h1 > a:hover{
	text-decoration: none;
	color:#0d0d0d;	
}

#menu > ul.links a:hover{
	color:#dfbc1f !important;
}

#menu > ul.links > li > a:not(.button){
	border-top: solid 1px rgba(230, 230, 230, .2) !important;
}

#menu .button{
	border-color: rgba(230, 230, 230, .2) !important;
	line-height: 3em;
}

	
	#menu ul.icons li{
		display: inline-block;
	}
	
	#menu ul.icons li:first-child{
		padding-left:0
	}
	
	#menu ul.icons li .icon{
		padding:0 15px;
	}
	
	#menu ul.icons li .icon:before{
		margin:0
	}
	
@media screen and (max-width: 400px) {
	#banner{padding-top: 0}
	#header > a:nth-child(2){display: none;}
}

@media screen and (max-width: 650px) {
	#valhallaicon > span{display: none;}
}