/* General */
html { font-size: 62.5%; background-color: transparent;}
body {
  background-color: #fff !important;
  color: #000 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2.0rem;
}
#page {
	/*overflow: scroll;
	-webkit-overflow-scrolling: touch;*/
	padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
.row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.site-header {
	float: left;
  width: 100%;
  height: 85px;
  min-height: 85px;
  /*padding: 0 34px 0 34px;*/
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  /*background-color: #00466B;*/
  background-color: #005078;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header .site-title {
	float: left;
  width: auto;
  height: 53px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: transparent;
  position: relative;
  background-image: url('../img/xuba-taqueria-text.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  flex: 1;
}
.site-header .site-title a, .site-header .site-title a:hover {
	width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 29px;
  font-size: 3.5rem;
  line-height: 2.9rem;
  letter-spacing: -0.06em;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-indent: -99999px;
  float: left;
}
.site-header .col-left, .site-header .col-right {
	float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 2;
}
.site-header .column {
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 25px;
  font-size: 1.9rem;
  line-height: 2.5rem;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  text-align: center;
  float: right;
  width: auto;
  text-transform: none;
  position: relative;
  flex: 1;
}
.site-header .column a, .site-header .column a:hover {
	color: #fff;
	text-decoration: none !important;
}
/* Content */
.site-content {
	float: left;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: transparent;
  position: relative;
  flex: 1;
  overflow: hidden;
}
/* Slide */
#slides {
	width: 100% !important;
  height: 100% !important;
  position: relative;
}
#slides .video-background {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
}
#slides .video-foreground, #slides .video-background iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 0;
}
@media (min-aspect-ratio: 16/9) {
  #slides .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #slides .video-foreground { width: 300%; left: -100%; }
}
@media (max-width: 1600px) and (min-width: 1440px) {
	.site-header .column {
	  font-size: 18px;
	  line-height: 22px;
	  font-size: 1.8rem;
	  line-height: 2.2rem;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
	.site-header .column {
	  font-size: 16px;
	  line-height: 20px;
	  font-size: 1.6rem;
	  line-height: 2.0rem;
  }
}
@media only screen and (max-width: 1170px) {
	
}
@media (max-width: 960px) and (min-width: 768px) {
	.site-header .col-left, .site-header .col-right {
		flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
	  flex: 2;
	}
	.site-header .col-left .column, .site-header .col-right .column {
	  flex: none;
	}
}
@media (min-width: 768px) {
	.visible-mobile {
		display: none;
	}
	.hidden-mobile {
		display: block;
	}
}
@media (max-width: 767px) {
	.visible-mobile {
		display: block;
	}
	.hidden-mobile {
		display: none;
	}
	.site-header {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
	}
	.site-header .site-title {
    float: left;
    width: 100%;
    height: 45px;
    flex: none;
    background-position: center center;
  }
  .site-header .col-left, .site-header .col-right {
    display: none !important;
  }
	.site-header .column {
	  font-size: 16px;
	  line-height: 20px;
	  font-size: 1.6rem;
	  line-height: 2.0rem;
  }
  #slides .video-foreground {
    width: 100% !important;
    left: 0 !important;
    height: 300% !important;
    top: -100% !important;
	}
	.site-header .col-bottom {
		float: left;
	  width: 100%;
	  position: relative;
	  flex: 1;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
    justify-content: space-between;
    align-content: space-between;
    padding: 0 0 0 0;
    margin: 14px 0 0 0;
	}
	.site-header .col-bottom .column-address {
		font-size: 16px;
	  line-height: 20px;
	  font-size: 1.6rem;
	  line-height: 2.0rem;
	  color: #fff;
	  text-align: left;
	}
	.site-header .col-bottom ul {
		margin: 0 0 0 0;
	  padding: 0 0 0 0;
	  width: auto;
	  height: 100%;
	  list-style: none;
	  float: left;
	}
	.site-header .col-bottom ul li {
	    margin: 0 12px 0 0;
	    padding: 0 0 0 0;
	    background-repeat: no-repeat;
	    background-size: 100% auto;
	    background-position: center center;
	    width: 20px;
	    height: 20px;
	    float: left;
	}
	.site-header .col-bottom ul li:last-child {
		margin: 0 0 0 0;
	}
	.site-header .col-bottom ul .item-icon.icon-phone {
	  background-image: url('../img/xuba-icon-phone.svg') !important;
	}
	.site-header .col-bottom ul .item-icon.icon-mail {
	  background-image: url('../img/xuba-icon-mail.svg') !important;
	}
	.site-header .col-bottom ul .item-icon.icon-instagram {
	  background-image: url('../img/xuba-icon-instagram.svg') !important;
	}
	.site-header .col-bottom ul .item-icon a, .site-header .col-bottom ul .item-icon a:hover {
	    float: left;
	    width: 100%;
	    height: 100%;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	}
}
@media (max-width: 468px) {
	
}
@media only screen and (max-height: 375px){
	
}
@media (max-width: 374px) {
	.site-header .col-bottom .column-address {
		font-size: 14px;
	  line-height: 20px;
	  font-size: 1.4rem;
	  line-height: 2.0rem;
	}
	.site-header .col-bottom ul li {
	  margin: 0 12px 0 0;
	  width: 18px;
	  height: 18px;
	}
}
@media (max-width: 320px) {
	
}