@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; 
	position:relative; color:#757575; max-width: 1238px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 121px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	width: 110px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 4;
	background: #fbfbfb;
	border-bottom-left-radius: 91.5px;
	border-bottom-right-radius: 91.5px;
	padding: 0 6px 20px 6px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 69px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	left: 39px;
	top: 160px;
	height: auto;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
	padding: 0px;
	height: auto;
}
#menu li a{
	display: block;
	position: relative;
	background: transparent;
	font-size: 16.5px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height:30px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	padding: 0px;
}
#menu li a::before{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: -16px;
	width: 11px;
	height: 16px;
	transform: scaleX(0);
	z-index: 0;
  	background: url('../images/banner/elemt.png');
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
	font-weight: 800;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1);
}
.cntDarkTop{
	position: absolute;
	top: 32px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(251, 251, 251, 0.9);
	border-radius: 52px;
	padding-left: 21px;
	padding-right: 21px;
}
.cntTelsTop{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntTelsTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	color: #292929;
	text-align: left;
}
.cntTelsTop a img{
	width: 22px;
	margin-right: 4px;
}
.item2TelsTop{
	margin-left: 15px;
	margin-right: 15px;
}
#redes{
	margin-left: 20px;
	height: 55px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a img{
	width: 25px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

#datFooter{
	background: #262626;
	padding-top: 80px;
}
.cntDatFooter1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 44px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 30px;
	border-bottom: solid 1px #fff;
}
.cntDatFooter1 strong{
	font-weight: 800;
}
.contentDatFoot{
	display: flex;
	padding-top: 45px;
	padding-bottom: 80px;
}
.contentDatFoot .tit{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: -0.1px;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.contentDatFoot ul{
	list-style-image: url('../images/banner/n1.png');
	margin-left: 16px;
}
.contentDatFoot ul li a{
	color: #fff;
	display: inline-flex;
	align-items: center;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 44px;
	letter-spacing: 0px;
}
#redes2{
	width: auto;
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	margin-right: 24px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: solid 1px #fff;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}
.ulServicioDatFoot{
	display: flex;
}
.itemDat1{
	margin-right: 35px;
}
.itemDat2{
	margin-right: 35px;
}
.serviciosDat{
	margin-right: 25px;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #292929;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  
padding-top: 6px;	
	line-height: 16px;
	margin: 0 auto 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover::after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	height: 420px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 420px;
	position: relative;
	background-position: right center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 40px;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
	padding-bottom: 25px;
}
.titleCaptio1{
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 0px;
	text-align: left;
}
.titleCaptio2{
	font-weight: 800;
	font-size: 30px;
	letter-spacing: 0px;
	text-align: left;
}

#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 24px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png?v1') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png?v1') center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -360px;
}
#sliderTop .flex-control-nav li:first-child::before,#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 0 1px;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background: transparent;
  border: solid 1px #8583a9;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #8583a9;
}
#icoWa{
	background: url('../images/icoWa.png?v2') 0 0 no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 75px;
	z-index: 5;
	width: 80px;
	height: 80px;
	right: 20px;
}
#textHome1{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentHome1{
	height: 623px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.titleHome1{
	color: #3b3b3b;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 35px;
	padding-bottom: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: relative;
}
.titleHome1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 76px;
	height: 9px;
	background: #f35432;
	border-radius: 5px;
}
#textHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome2{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	margin-right: 20px;
	height: 380px;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.itemHome2:nth-child(2n + 2){
	margin-right: 0px;
}
.itemHome2:last-child{
	margin-right: 0px;
}
.itemHome2a{
	background: url('../images/inicio/img1.webp') center no-repeat;
	background-size: cover;
}
.itemHome2b{
	background: url('../images/inicio/img2.webp') center no-repeat;
	background-size: cover;
}
.itemHome2c{
	background: url('../images/inicio/img3.webp') center no-repeat;
	background-size: cover;
}
.itemHome2d{
	background: url('../images/inicio/img4.webp') center no-repeat;
	background-size: cover;
}
.titleHome2{
	width: 78.5%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.25px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	background: rgba(255, 104, 71, 0.85);
	color: #fff;
}
.titleHome2 img{
	width: 30px;
	margin-right: 9px;
}
#solo-taquiza{
	padding-top: 80px;
	padding-bottom: 88px;
}
.contentServ1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemServ1{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 40px;
}
.itemServ2{
	width: 100%;
}

.titleServ1{
	color: #3b3b3b;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 23px;
	position: relative;
	margin-bottom: 13px;
}
.titleServ1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 76px;
	height: 9px;
	background: #f35432;
	border-radius: 5px;
}
.ulServ1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.ulServ1 ul{
	list-style-image: url('../images/servicios/li.png');
	margin-left: 20px;
}
.precioServ1{
	width: 162px;
	height: 55px;
	border-radius: 5px;
	background: #f35432;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0px;
	margin-top: 30px; 
}
.precioServ1 strong{
	font-size: 30px;
}
#taquiza-2{
	background: url('../images/servicios/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 105px;
	padding-bottom: 119px;
}
.ulServ2{
	color: #fff;
}
.contentServ2 .itemServ1{
	width: 100%;
	padding-left: 0px;
	padding-right: 0;
}
.contentServ2 .itemServ2{
	width: 100%;
}
.titleServ2{
	color: #fff;
}
.ulServ2 ul{
	list-style-image: url('../images/servicios/li2.png');
}
.precioServ2{
	background: #fff;
	color: #f35432;
}
.titleServ2::before{
	background: #fff;
}
#menu-infantil{
	padding-top: 80px;
	padding-bottom: 86px;
}
#bocadillos-deliciosos{
	background: url('../images/servicios/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 75px;
}
.titleServ3{
	margin-top: 60px;
}
.imgserv1{
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}
.imgServ4{
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}


#lista-de-guisados{
	background: url('../images/servicios/fondo5.webp') center no-repeat;
	background-size: cover;
	padding-top: 122px;
	padding-bottom: 109px;
}
.titleGuisado1{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 70px;
}
.titleGuisado1 .tit{
	width: 390px;
	margin-right: 34px;
}
.lineaGuisado{
	width: calc(100% - 424px);
	height: 30px;
	background: #f35432;
	border-radius: 15px;
}
.contentGuisados{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.itemGuisado1{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 35px;
}
.itemGuisado2{
	width: 100%;
	padding-left: 0px;
}
.itemGuisado1 img{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.cntUlGuisado{
	display: flex;
	align-items: flex-start;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: left;
}
.cntUlGuisado ul{
	list-style-image: url('../images/servicios/li3.png');
	margin-left: 23px;
}
.cntUlGuisado .ul1Guisado{
	margin-right: 56px;
}
.titleGuisado2{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	background: rgba(243, 84, 50, 0.75);
	margin-top: 60px;
	padding: 20px 15px;
}
.titleGuisado2 strong{
	font-weight: 800;
	font-size: 22px;
	display: block;
}
#formTop{
	position: relative;
	padding-bottom: 133px;
	padding-top: 137px;
}
.titContacto1{
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #3b3b3b;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 15px;
}
.titContacto1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 38px);
	width: 76px;
	height: 9px;
	background: #f35432;
	border-radius: 5px;
}
#frmContacto{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 35px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -7.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 7.5px;
}
#frmContacto .form-group{
	margin-bottom: 12px;
	position: relative;
}
#frmContacto .form-control{
	display: block;
	height: 60px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-left: 20px;
	letter-spacing: 0.25px;
	background: #f1f1f1;
	color: #9d9d9d;
	box-shadow: none;
	border: 0;
	position: relative;
}
#frmContacto .textarea{
	padding-top: 20px;
	height: 110px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:45px; 
	background:#00b3b0; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Open Sans', sans-serif; 
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0px;
	width: 85px;
	text-align: center;
	border-radius: 5px;
	margin-top: 45px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#7f7f7f; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 71px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 1px;
}
#titMapa{
	background: #5d5d5d;
	padding: 47px 0;
}
#titMapa .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
}
#textMapc{
	height: 350px;
}
