* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: none;
    color: rgba(0,0,0,1);
}
a:active {
    text-decoration: none;
    color: rgba(0,0,0,1);
}
h1{
	font-size: 1px;
	background-color: white;
	opacity: 0.1;
}
@media screen and (max-width: 850px) {
	
.logo_rest{
	display:none;
}
body {
    padding-top:75px;		
}
.style2 {
	font-family: 'Gabriela', serif;
	color: rgb(0,0,0);
	font-size: 20px;
	text-align: center;
}
.style3 {
	font-family: 'Gabriela', serif;
	color: rgb(0,0,0);
	font-size: 27px;
	text-align: center;
}
.fotog {
	width: 80%;
	}
.logo{
	position: relative;
	top: 5px;
	width: 50%;
	}

.menu_bar {
/*	z-index: 1000;*/
		display:block;
		width:100%;
		position: fixed;
		height: 60px;
		top:0;
		background:black;
		font-family: 'Gabriela', serif;	
	}
.menu_bar2 {
	position:relative;

	}

.menu_bar .bt-menu {
		display: block;
		padding: 4px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

.menu_bar span {
    float: right;
    font-size: 45px;
	}
.menu_bar img {
    margin-left: 10px;
    width: 15%;
	}
.banderes{
	margin-left: 6px;
	position: relative;
	top:5px;
}
.xarxes{
	margin-left: 6px;
	position: relative;
	top:5px;
}
	
header nav {
/*	background:red;*/
/*	z-index:1000;*/
	font-family: 'Gabriela', serif;
	font-size: 20px;
	font-weight:bold;
	width: 50%;
	height: auto;
	position: fixed;
	right:100%;
	top:65px;
	margin: 0;
/*	overflow: hidden;*/
}
header nav ul {
/*	z-index:1000;*/
	list-style:none;
	position: fixed;
	background-color: black;
}

header nav ul li {
	display: block;
	border-bottom:1px solid rgba(255,255,255,.5);
	position: relative;
	}

header nav ul li:hover {
	background:gray;
}

header nav ul li a {
	color:#FFC;
	display:block;
	text-decoration:none;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	}
header nav ul li a span {
	margin-right:10px;
}
header nav ul li .children {
	display: none;
	background:#011826;
	position: relative;
	width: 100%;
	z-index:1000;
}
header nav ul li:hover .children {
	display: none;
	background:gray;
}
header nav ul li .children li {
	background-color: black;
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li:hover {
	background:gray;
}
header nav ul li .children li a {
	display: block;
	margin-left:20px;
}
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:6px;
	margin-right:0;
	margin-left:10px;
}	
header nav ul li .caret {
		float: right;
}
}
@media (min-width: 850px) and (max-width: 1200px){

.logo_rest{
	position: relative;
	height: auto;
	width: auto;
}
.caixa3{
	position: relative;
	top: 70px;
}
.menu_bar {
	display:none;
}
.contador{
	position:fixed;
	bottom: 0px;
	right: 0px;
}

.menu_bar2 {
	display:block;
	width:100%;
	background-color:red;
	font-family: 'Gabriela', serif;
	text-align: center;
	position: relative;
	top:-20px;
	
}

header {
	width: 100%;
/*	text-align: center;*/
}
.style2 {
	font-family: 'Gabriela', serif;
	color: rgb(0,0,0);
	font-size: 30px;
	text-align: center;
}
.style3 {
	font-family: 'Gabriela', serif;
	color: rgb(0,0,0);
	font-size: 40px;
	text-align: center;
}


header nav {
	z-index:1000;
/*	max-width: 1000px;*/
	margin:20px auto;
	font-family: 'Gabriela', serif;
	font-size: 20px;
	font-weight:bold;
	position: fixed;
	display: flex;
  	justify-content: center;
	width:100%;
    top:-1.3vw;
}
header nav ul {
	z-index:1000;
	list-style:none;
	display: flex;
  	justify-content: center;
	width:100%;
	background-color: black;
	
}
header nav ul li {
	display:inline-block;
	position: relative;
}
header nav ul li:hover {
	background:gray;
}
header nav ul li a {
	color:#FFC;
	display:block;
	text-decoration:none;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
    width: 12vw;
}

header nav ul li a span {
	margin-right: 1vw;
}
header nav ul li:hover .children {
	display:block;
}
header nav ul li .children {
	display: none;
	background:black;
	position: absolute;
/*	width: 150%;*/
	z-index:1000;
}
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
.banderes{
	margin-left: 6px;
	position: relative;
	top:7px;
}
.insta{
    width: 1vw;
	margin-left: 2px;
	position: relative;
	top:10px;
}
}
@media (min-width: 1200px) {
body {
}
.logo_rest{
	position: relative;
	height: auto;
	width: auto;
}
.caixa3{
	position: relative;
	top: 70px;
}
.menu_bar {
	display:none;
}
.contador{
	position:fixed;
	bottom: 0px;
	right: 0px;
}

.menu_bar2 {
	display:block;
	width:100%;
	background-color:red;
	font-family: 'Gabriela', serif;
	text-align: center;
	position: relative;
	top:-20px;
	
}

header {
	width: 100%;
/*	text-align: center;*/
}
.style2 {
	font-family: 'Gabriela', serif;
	color: rgb(0,0,0);
	font-size: 30px;
	text-align: center;
}
.style3 {
	font-family: 'Gabriela', serif;
	color: rgb(0,0,0);
	font-size: 40px;
	text-align: center;
}


header nav {
	z-index:1000;
/*	max-width: 1000px;*/
	margin:20px auto;
	font-family: 'Gabriela', serif;
	font-size: 20px;
	font-weight:bold;
	position: fixed;
	display: flex;
  	justify-content: center;
	width:100%;
    top:-1.3vw;
}
header nav ul {
	z-index:1000;
	list-style:none;
	display: flex;
  	justify-content: center;
	width:100%;
	background-color: black;
	
}
header nav ul li {
	display:inline-block;
	position: relative;
}
header nav ul li:hover {
	background:gray;
}
header nav ul li a {
	color:#FFC;
	display:block;
	text-decoration:none;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
    width: 10vw;
}

header nav ul li a span {
	margin-right: 1vw;
}
header nav ul li:hover .children {
	display:block;
}
header nav ul li .children {
	display: none;
	background:black;
	position: absolute;
	z-index:1000;
}
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:0px;
}
.banderes{
	margin-left: 6px;
	position: relative;
	top:9px;
}
/*header nav ul li .insta img{
    width: 20vw;
	margin-left: 6px;
	position: relative;
	top:10vw;
}*/
}
    