/*nav*/
.fullmenu {
	display:none;
	position: fixed;
width: 70%;
    height: 100%;
	left: 0;
	top: -100%;
	text-align: center;
	background: #000;
	overflow: hidden;
	z-index: 10004;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
}
.fullmenu img {
	opacity: 1; 
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width:319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/
	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px;
    margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
    display: block;
    margin: .3em 0;
    font-family: "Playbill";
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-size: 2.5em;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 2em;
    letter-spacing: normal;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #000;
    padding-left: 10px;
    text-decoration: none;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
    /* background: rgba(0,144,69,.3); */
    color: #ffe6cb;
    /* border-left-color: #FCA503;*/
}
/*termina nav*/

/*lines button*/

button.lines-button {
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index:10005;
      width: auto;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*termina lines button*/

@media screen and (max-width:2500px) {
.comida .wrapper:before {
    left: -57%;
}
.comida .wrapper:after {
    right: -57%;
}
.header {
    background-size: 100%;
}
}
@media screen and (max-width:1800px) {
.comida .wrapper:before {
    left: -75px;
}
.comida .wrapper:after {
    right: -75px;
}
  .header {
    background-size: auto;
}
}

@media screen and (max-width:1440px) {
.comida .wrapper:before {
    left: -10%;
}
.comida .wrapper:after {
    right: -10%;
}
}
@media screen and (max-width:1366px) {
.comida .wrapper:after {
    right: -6%;
}
.comida .wrapper:before {
    left: -6%;
}
}
@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {
.comida .wrapper:before {
    left: -5%;
}
  .comida .wrapper:after {
    right: -5%;
}
.cont-text {
    width: 70%;
}
.nosotros .wrapper {
    padding: 4%;
}
}

@media screen and (max-width:900px) {
  
.logo {
    width: 100px;
}
.headervisible .logo {
    top: 10px;
}
.mainmenu {
	display:none;
}
.fullmenu {
	display:block;
}
button.lines-button {
	display:block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
}
.lines:before,
.lines:after {
	width: 40px;
	height: 4px;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 40px;
}
  /** inicio **/
.nosotros .wrapper {
    background-size: cover;
    background-position: center;
}
input[type="button"], input[type="submit"], .btn, button {
    width: 60%;
  text-align: center;
}
}

@media screen and (max-width:768px) {


}

@media screen and (max-width:568px) {
  .item {
    width: 100%;
}
.col6 {
    width: 100%;
}
section#banner {
    margin-top: 15%;
}
.sucursales:before, .sucursales:after, 
.sucursales .wrapper:after, .sucursales .wrapper:before {
display: none;
}
.cont-text {
    width: 100%;
}
}

@media screen and (max-width:480px) {
/*header y menu*/
.header {
	height:50px;
}
.logo {
    width: 100px;
    overflow: hidden;
    top: 5px;
}

button.lines-button {
	padding: 20px 15px;
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,
.lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 30px;
}

.fullmenu ul li a {
    font-size: 1.2em;
}
section#banner {
    margin-top: 10%;
}
input[type="button"], input[type="submit"], .btn, button {
    width: 100%;
}
}
@media screen and (max-width:375px) {
.lines {
    width: 20px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 20px;
    height: 2px;
}
 
}
@media screen and (max-width:320px) {
body {
	font-size:19px;
}
/*menu*/
.fullmenu .cont_menu_redes {
	width: 70%;
}
.fullmenu ul li a {
    font-size: 1em;
}

}
/*terminan estilos responsive*/
