body, html{
	margin: 0;
	background: #DEDBCF !important;
	color: #252324 !important;
	font-family: Manrope, Manrope-light !imporntat;
}

.mapa-mazatlan{
	width: 100%;
}

.container{
	position: relative;
}

.header{
	position: absolute;
	top: 0;
	background: #DEDBCF;
	width: 100%;
	z-index: 999;
}

.contiene-header{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logotipo{
	width: 150px;
}

.btnMenu{
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 30px;
	cursor: pointer;
}

.navegacion{
	width: 100%;
	height: 100%;
	background: #DEDBCF;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.centra{
	width: 100%;
	height: 100%;
	display: table;
}


.centrado{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'DecimaMonoRound-Regular';
	font-size: 28px;
}

.centrado a{
	text-decoration: none !important;
	color: #252324 !important;
}

.btnCerrar{
	position: absolute;
	right: 40px;
	top: 40px;
	width: 30px;
	cursor: pointer;
}

.sobre-nosotros, .menu{
	width: 100%;
	height: 100%;
	background: #b9b6ac;
}

.centraSeccion{
	width: 100%;
	height: 100%;
	display: table;
}


.centradoSeccion{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#nosotros{
	border: solid 1px #252324;
}

.titulo{
	font-family: 'DecimaMonoRound-Regular';
	font-size: 32px;
	padding-left: 50px;
}

.estado{
	font-family: 'DecimaMonoRound-Regular';
	font-size: 32px;
	padding-right: 50px;
	width: 100%;
	text-align: right;
}


.texto-nosotros{
	 font-family: 'Manrope', Manrope-light !important;
	 font-size: 18px;
	 padding-top: 40px;
	 padding-bottom: 40px;
	 font-weight: 500;
}

.titulo-sobre{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'DecimaMonoRound-Regular';
	font-size: 32px;
	border-right: solid 1px #252324;
	position: relative;
	display: table;
}

.centra-sobre{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.punto{
	width: 20px;
	padding-top: 20px;
}

.sucursales{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* GALERÍA */

.carousel-inner{
	width: 96% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 40px;
}

.galeria1{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC00999.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria2{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC01350.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria3{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC01448.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria4{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC01855.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria5{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC03637.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria6{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC03718.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria7{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC03821.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}


.galeria8{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC06838.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria9{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC06995.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria10{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC07173.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.galeria11{
	width: 100%;
	height: 100%;
	background: url(../img/galeria/escritorio/jpg/DSC07268.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}


.carousel-control{
	opacity:  1 !important;
}

.carousel-control.right, .carousel-control.left{
	background-image: none !important;
}

.carousel-control .glyphicon-chevron-right:before{
	content:  " " !important;
	display:  block !important;
	background:  url('../img/derecha.svg') no-repeat !important;
	width: 30px !important;
	height: 30px !important;
}

.carousel-control .glyphicon-chevron-left:before{
	content:  " " !important;
	display:  block !important;
	background:  url('../img/izquierda.svg') no-repeat !important;
	width: 30px !important;
	height: 30px !important;
}

/* FIN GALERÍA */

.seccion{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.linea{
	border-color: #252324;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

#contieneMapa{
	margin-top: 60px;
}

.frame{
	width: 100%;
	height: 400px;
}Fu

.contieneDatos{
	width: 100%;
	height: 100%;
	position: relative;
}

.datos{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-family: 'Manrope', Manrope-light !important;
	font-size: 15px;
	 font-weight: 500;
}

.tituloSucursal{
	text-transform: uppercase;
	font-family: 'DecimaMonoRound-Regular';
	font-size: 24px;
}

.linea-sucursal{
	border-color: #252324;
	margin-top: 2px !important;
	margin-bottom: 10px !important;
}

.boton{
	background: #b9b6ac;
	font-family: 'DecimaMonoRound-Regular';
	width: auto;
	padding: 10px;
	margin-top: 30px;
	font-size: 18px;
	width: 110px;
}

.boton a{
	color: #252324 !important;
	text-decoration: none !important;
}

.tituloMenu{
	font-family: 'DecimaMonoRound-Regular';
	font-size: 32px;
	text-align: center;
}

.linea-menu{
	width: 100px;
	border-color: #252324;
	margin-top: 5px !important
}

.tablaMenu{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-family: 'Manrope', Manrope-light !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	font-weight: 500;
}

.tablaMenu-2{
	margin-left: auto;
	margin-right: auto;
	font-family: 'Manrope', Manrope-light !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}

.tablaMenu a, .tablaMenu-2 a{
	text-decoration: none !important;
	color: #252324 !important;
}

.delivery{
text-align:center;
margin-top:40px;
font-family: 'Manrope', Manrope-light !important;
	font-size: 20px;
	font-weight: 500;
}

.delivery a, .delivery a: hover{
font-family: 'Manrope', Manrope-light !important;
	font-size: 20px;
	font-weight: 500;
	color: #252324 !important;
	text-decoration: none !important;
}

.tablaMenu td{
	padding: 20px;
}

.tablaMenu-2 td{
	padding-left: 50px;
	padding-right: 50px;
}


.grafico{
	width: 180px;
}

.contacto{
	padding-top: 60px;
	padding-bottom: 100px;
}

.tituloContacto{
	font-family: 'DecimaMonoRound-Regular';
	font-size: 32px;
}

#contieneContacto{
	border-top:  solid 1px #252324;
	margin-top: 5px;
}

.contacto1, .contacto2, .contacto3{
	border-right:  solid 1px #252324;
}

.sucursalContacto{
	font-family: 'DecimaMonoRound-Regular';
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 20px;
}

.correo, .telefono{
	 font-family: 'Manrope', Manrope-light !important;
	 margin-top: 20px;
	 font-size: 12px;
	 font-weight: 500;
}

.correo a, .telefono a{
	text-decoration: none !important;
	color: #252324 !important;
}

.instagram{
	width: 30px;
	margin-top: 30px;
	padding-bottom: 100px;
}

.grafico-final{
	width: 150px;
	position: relative;
	margin-top: -50px;
}


.reservaciones{
	padding-top: 180px;
}


.frameFull{
	text-align: center;
	margin-top: 100px;
}

.frameSmall{
	display: none;
	text-align: center;
	margin-top: 80px;
}

/* Móvil */

@media (max-width: 1199px){
	.sucursalContacto{
		font-size: 14px;
	}

	.tituloSucursal{
		font-size: 20px;
	}
}


@media (max-width: 991px){
	.titulo-sobre{
		font-size: 24px;
	}

	.texto-nosotros{
		font-size: 14px;
	}

	.correo, .telefono{
		font-size: 10px;
	}

}


@media (max-width: 820px){

	.frameFull{
		display: none;
	}

.frameSmall{
	display: block;
}

	.carousel-inner{
	width: 100% !important;
}


	.galeria1{
	background: url(../img/galeria/ipad/jpg/DSC00999.jpg) center center;
	background-size: cover;
}

.galeria2{
	background: url(../img/galeria/ipad/jpg/DSC01350.jpg) center center;
	background-size: cover;
}

.galeria3{
	background: url(../img/galeria/ipad/jpg/DSC01448.jpg) center center;
	background-size: cover;
}

.galeria4{
	background: url(../img/galeria/ipad/jpg/DSC01855.jpg) center center;
	background-size: cover;
}

.galeria5{
	background: url(../img/galeria/ipad/jpg/DSC03637.jpg) center center;
	background-size: cover;
}

.galeria6{
	background: url(../img/galeria/ipad/jpg/DSC03718.jpg) center center;
	background-size: cover;
}

.galeria7{
	background: url(../img/galeria/ipad/jpg/DSC03821.jpg) center center;
	background-size: cover;
}


.galeria8{
	background: url(../img/galeria/ipad/jpg/DSC06838.jpg) center center;
	background-size: cover;
}

.galeria9{
	background: url(../img/galeria/ipad/jpg/DSC06995.jpg) center center;
	background-size: cover;
}

.galeria10{
	background: url(../img/galeria/ipad/jpg/DSC07173.jpg) center center;
	background-size: cover;
}

.galeria11{
	background: url(../img/galeria/ipad/jpg/DSC07268.jpg) center center;
	background-size: cover;
}

}



@media (max-width: 768px){
.sucursalContacto{
		font-size: 16px;
	}

.tituloSucursal{
	text-transform: uppercase;
	font-family: 'DecimaMonoRound-Regular';
	font-size: 24px;
}

.titulo-sobre{
	font-size: 32px;
}

.texto-nosotros{
	 font-family: 'Manrope', Manrope-light !important;
	 font-size: 18px;
	 padding-top: 60px;
	 padding-bottom: 40px;
	 font-weight: 500;
}

.correo, .telefono{
	 font-size: 12px;
}

.sobre-nosotros, .menu{
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #b9b6ac;
}

.centraSeccion, .centradoSeccion{
	height: auto;
	display: block;
}

#nosotros{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.titulo-sobre{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'DecimaMonoRound-Regular';
	font-size: 32px;
	border-bottom: solid 1px #252324;
	border-right: 0px;
	position: relative;
	display: table;
	padding-bottom: 40px;
}

.datos{
	position: relative;
	bottom: auto;
	width: 100%;
	font-family: 'Manrope', Manrope-light !important;
	font-size: 15px;
	margin-top: 20px;
	font-weight: 500;
}

.contacto1, .contacto2, .contacto3{
	border-right: 0px;
	border-bottom:  solid 1px #252324;
}

.tituloSucursal{
	font-size: 20px;
}

.carousel-inner{
	width: 100% !important;
}

}


@media (max-width: 650px){

	.texto-nosotros{
		font-size: 16px;
	}

	.grafico{
		width: 100%;
	}
	.tablaMenu{
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		width: 100%;
}

.tablaMenu-2{

	font-size: 14px;
}

.titulo, .estado{
	font-size: 28px;
	padding: 0px;
}

.titulo-sobre{
	font-size: 28px;
	padding: 0px;
	margin-top: 30px;
}

.instagram{
	padding-bottom: 60px;
}

.grafico-final{
	width: 130px;
}

}


@media (max-width: 504px){
	.galeria1{
	background: url(../img/galeria/xr/jpg/DSC00999.jpg) center center;
	background-size: cover;
}

.galeria2{
	background: url(../img/galeria/xr/jpg/DSC01350.jpg) center center;
	background-size: cover;
}

.galeria3{
	background: url(../img/galeria/xr/jpg/DSC01448.jpg) center center;
	background-size: cover;
}

.galeria4{
	background: url(../img/galeria/xr/jpg/DSC01855.jpg) center center;
	background-size: cover;
}

.galeria5{
	background: url(../img/galeria/xr/jpg/DSC03637.jpg) center center;
	background-size: cover;
}

.galeria6{
	background: url(../img/galeria/xr/jpg/DSC03718.jpg) center center;
	background-size: cover;
}

.galeria7{
	background: url(../img/galeria/xr/jpg/DSC03821.jpg) center center;
	background-size: cover;
}


.galeria8{
	background: url(../img/galeria/xr/jpg/DSC06838.jpg) center center;
	background-size: cover;
}

.galeria9{
	background: url(../img/galeria/xr/jpg/DSC06995.jpg) center center;
	background-size: cover;
}

.galeria10{
	background: url(../img/galeria/xr/jpg/DSC07173.jpg) center center;
	background-size: cover;
}

.galeria11{
	background: url(../img/galeria/xr/jpg/DSC07268.jpg) center center;
	background-size: cover;
}

}



@media (max-width: 414px){
	.galeria1{
	background: url(../img/galeria/iphoneplus/jpg/DSC00999.jpg) center center;
	background-size: cover;
}

.galeria2{
	background: url(../img/galeria/iphoneplus/jpg/DSC01350.jpg) center center;
	background-size: cover;
}

.galeria3{
	background: url(../img/galeria/iphoneplus/jpg/DSC01448.jpg) center center;
	background-size: cover;
}

.galeria4{
	background: url(../img/galeria/iphoneplus/jpg/DSC01855.jpg) center center;
	background-size: cover;
}

.galeria5{
	background: url(../img/galeria/iphoneplus/jpg/DSC03637.jpg) center center;
	background-size: cover;
}

.galeria6{
	background: url(../img/galeria/iphoneplus/jpg/DSC03718.jpg) center center;
	background-size: cover;
}

.galeria7{
	background: url(../img/galeria/iphoneplus/jpg/DSC03821.jpg) center center;
	background-size: cover;
}


.galeria8{
	background: url(../img/galeria/iphoneplus/jpg/DSC06838.jpg) center center;
	background-size: cover;
}

.galeria9{
	background: url(../img/galeria/iphoneplus/jpg/DSC06995.jpg) center center;
	background-size: cover;
}

.galeria10{
	background: url(../img/galeria/iphoneplus/jpg/DSC07173.jpg) center center;
	background-size: cover;
}

.galeria11{
	background: url(../img/galeria/iphoneplus/jpg/DSC07268.jpg) center center;
	background-size: cover;
}

}


@media (max-width: 390px){
	.galeria1{
	background: url(../img/galeria/iphone12/jpg/DSC00999.jpg) center center;
	background-size: cover;
}

.galeria2{
	background: url(../img/galeria/iphone12/jpg/DSC01350.jpg) center center;
	background-size: cover;
}

.galeria3{
	background: url(../img/galeria/iphone12/jpg/DSC01448.jpg) center center;
	background-size: cover;
}

.galeria4{
	background: url(../img/galeria/iphone12/jpg/DSC01855.jpg) center center;
	background-size: cover;
}

.galeria5{
	background: url(../img/galeria/iphone12/jpg/DSC03637.jpg) center center;
	background-size: cover;
}

.galeria6{
	background: url(../img/galeria/iphone12/jpg/DSC03718.jpg) center center;
	background-size: cover;
}

.galeria7{
	background: url(../img/galeria/iphone12/jpg/DSC03821.jpg) center center;
	background-size: cover;
}

.galeria8{
	background: url(../img/galeria/iphone12/jpg/DSC06838.jpg) center center;
	background-size: cover;
}

.galeria9{
	background: url(../img/galeria/iphone12/jpg/DSC06995.jpg) center center;
	background-size: cover;
}

.galeria10{
	background: url(../img/galeria/iphone12/jpg/DSC07173.jpg) center center;
	background-size: cover;
}

.galeria11{
	background: url(../img/galeria/iphone12/jpg/DSC07268.jpg) center center;
	background-size: cover;
}
}




@font-face {
  font-family: 'DecimaMonoRound-Regular';
  src: url('../fonts/DecimaMonoRound-Regular.eot');
  src: url('../fonts/DecimaMonoRound-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DecimaMonoRound-Regular.svg#DecimaMonoRound-Regular') format('svg'),
       url('../fonts/DecimaMonoRound-Regular.ttf') format('truetype'),
       url('../fonts/DecimaMonoRound-Regular.woff') format('woff'),
       url('../fonts/DecimaMonoRound-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Manrope-light';
  src: url('../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg'),
       url('../fonts/Manrope-ExtraLight.ttf') format('truetype'),
       url('../fonts/Manrope-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.eot');
  src: url('../fonts/Manrope-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
