@font-face {
    font-family: 'Hammersmith';
    src: url('../fonts/HammersmithOne-Regular.ttf');
}
@font-face {
    font-family: 'Source Sans';
    src: url('../fonts/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: 'KOMIKAX';
    src: url('../fonts/KOMIKAX_.ttf');
}
body{
	background: black;
	font-family: 'Source Sans';
	color: white;
	font-size: 15px;
}
section{
	padding: 40px 0px;
    overflow: hidden;
}
section.header{
	background: url('/website/img/header-08.jpg');
	padding: 15px 0px;
    background-size: cover;
}
.logo img{
    max-width: 100%;
}
.navbar-default{
	background: transparent;
	border: none;
	padding-top: 30px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li.active>a{
    color: white;
    font-family: 'KOMIKAX';
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: transparent;
    transition: .2s all;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color: white;
    background-color: #bf252d;
    font-size: 17px;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    color: white;
    background-color: #bf252d;
    font-size: 17px;
}
.navbar-default .carousel-inner>.item>img,
.navbar-default .carousel-inner>.item>a>img{
    width: 100%;
    height: 600px;
}

.navbar-nav>li>a,
.navbar-nav>li.active>a{
	color: white;
    font-family: 'KOMIKAX';
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: transparent;
    transition: .2s all;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus{
	color: white;
    background-color: #bf252d;
    font-size: 17px;
    padding-left: 10px;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img{
	width: 100%;
}
section.ultimos-platillos{
    padding: 25px 0px 40px;
	background: url('../pattern/brickwall_@2X.png');
}
section.footer-rights{
	background: #1a1a1a;
}
section.footer-rights a{
    color: white;
    text-decoration: none;
}
section.suscribe{
	background: #c0272c;
}
section.suscribe .row > .star{
	display: inline;
    height: 25px;
    line-height: 30px;
    vertical-align: text-bottom;
    margin: 0px 60px;
}
section.suscribe .row > .texto{
	display: inline;
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'Hammersmith';
    line-height: 30px;
    vertical-align: middle;
}
section.suscribe .row > input,
section.suscribe .row > input:focus{
	display: inline;
	font-family: 'KOMIKAX';
	background: #9b131d;
    border: 1px solid transparent;
    line-height: 30px;
    vertical-align: middle;
    padding: 0px 15px;
    font-size: 18px;
    margin-left: 20px;
    outline: none;
    transition: .2s all;
}
section.suscribe .row > input:hover{
	background: white;
	color: #9b131d;
    border: 1px solid transparent;
}
section.sucursales-index{
	background: url('../pattern/patronblackbrick.png');
	padding: 30px 0px;
}
section.sucursales-index .row > img{
	display: inline;
}
section.sucursales-index .row > .texto{
	display: inline;
    text-transform: uppercase;
    font-family: 'Source Sans';
    font-size: 30px;
    margin-left: 50px;
}
section.sucursales-index img.button:hover{
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	cursor: pointer;
}
section.nosotros{
	background: url('../img/back-12.jpg');
	background-size: cover;
}
section.nosotros h2{
	text-transform: uppercase;
	font-family: 'KOMIKAX';
	margin-top: 0px;
	display: inline-block;
    line-height: 1;
}
section.nosotros h2:after{
	content: '\A';
    background: #78202c;
    width: 100%;
    height: 3px;
    display: inline-block;
}
section.nosotros p{
	padding: 0px 100px;
    line-height: 2;
    letter-spacing: 1px;
}
section.nosotros .button{
	text-decoration: none;
	color: white;
}
section.nosotros .button > div{
    margin-top: 60px;
	background: #c0272c;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'KOMIKAX';
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -5px -5px #8a1020;
    border: 1px solid transparent;
    -webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	transition: .2s all;
}
section.nosotros .button > div:hover{
	background: white;
	color: #c0272c;
	box-shadow: -5px -5px white;
    border: 1px solid #c0272c;
}
section.nosotros .button > div > span{
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}
section.black-divisor{
    padding: 0px 0px;
    height: 20px;
}
section.promociones{
    padding: 20px 0px;
}
section.promociones .item{
    position: relative;
    overflow: hidden;
}
section.promociones .item img.normalPicture{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}
section.promociones .item img.hoverPicture{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 2;
    width: 100%;
    transition: .3s all;
}
section.promociones .item:hover img.hoverPicture{
    opacity: 1;
}
section.ultimos-platillos .col-md-3{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
}
section.ultimos-platillos .donde-comen img{
    max-width: 100%;
}
section.ultimos-platillos .item{
    position: relative;
    height: 260px;
    margin-top: 40px;
}
section.ultimos-platillos .item a{
    color: white;
}
section.ultimos-platillos .item .titulo{
    position: absolute;
    display: inline-block;
    z-index: 2;
    bottom: 55px;
    margin-left: 15%;
    font-size: 14px;
    font-family: 'KOMIKAX';
    background: #1a1a1a;
    padding: 5px;
    width: 70%;
    text-align: center;
}
section.ultimos-platillos .item .normal-wrapper{
    overflow: hidden;
    max-width: 100%;
    height: 220px;
    position: relative;
}
section.ultimos-platillos .item img.normalPicture{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 300px;
    height: 220px;
}
section.ultimos-platillos .item img.hoverPicture{
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 3;
    width: 340px;
    height: 260px;
    margin-left: -20px;
    margin-top: -20px;
    transition: .2s all;
}
section.ultimos-platillos .item:hover img.hoverPicture{
    opacity: 1;
}
.carousel-control{
    opacity: 1 !important;
    background: transparent !important;
    background-image: none !important;
    width: 93px;
    height: 84px;
    top: 50%;
    margin-top: -42px;
}
img.carousel-nav{
    max-width: 100%;
}
img.carousel-nav.next{
    right: 100px;
}
.top-line{
    background: url('../img/lineahead.jpg');
    background-size: cover;
    height: 5px;
    padding: 0px;
}
.cinturon{
    background: url('../img/c-13.png');
    background-repeat: repeat-x;
    height: 50px;
}
.categorias-container{
    background: url('../img/fondocomic.jpg');
    background-size: cover;
    min-height: 600px;
}
.categorias-container .item{
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .2s all;
}
.categorias-container .item:hover{
    transform: scale(1.2);
}
.categorias-container .item .image{
    position: relative;
}
.categorias-container .item .image .normalPicture{
    position: absolute;
    z-index: 3;
    max-width: 100%;
}
.categorias-container .item .image .hoverPicture{
    margin-top: 90px;
    opacity: 0;
    z-index: 1;
    transition: all 1s; 
    max-width: 100%;
}
.categorias-container .item:hover .image .hoverPicture{
    opacity: 1;
}
.categorias-container .item .titulo{
    text-align: center;
    font-family: 'KOMIKAX';
    font-size: 18px;
    color: white;
}
section.contacto{
    background: url('../img/contacto-24.jpg');
    background-size: cover;
}
section.contacto form{
    padding: 0px 150px;
    text-align: left;
}
section.contacto .escribenos-text{
    margin:20px 0px 40px;
    max-width: 100%;
}
section.contacto label{
    font-size: 18px;
    font-weight: 100;
}
section.contacto input{
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid white;
}
section.contacto textarea{
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    resize: none;
    border: 2px solid white;
}
section.contacto select{
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: bold;
    border: 2px solid white;
}
section.contacto select option{
       background-color: black;
}
section.contacto button[type=submit]{
    background: #c0272c;
    padding: 10px 50px;
    text-transform: uppercase;
    font-family: 'KOMIKAX';
    margin: auto;
    box-shadow: -5px -5px #8a1020;
    border: 1px solid transparent;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .2s all;
    margin: 20px 0px;
    cursor: pointer;
}
section.contacto button[type=submit]:hover{
    background: white;
    color: #c0272c;
    box-shadow: -5px -5px white;
    border: 1px solid #c0272c;
}
section.contacto button[type=submit] span{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
section.categoria-image{

}
section.categoria-image .texto{
    padding: 0px 100px;
}
section.categoria-image .texto .titulo{
    font-family: 'Hammersmith';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}
section.platillos{
    background: #1a1a1a;
    min-height: 400px;
}

section.platillos .item{
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .2s all;
}
section.platillos .item:hover{
    /*transform: scale(1.2);*/
}
section.platillos .item .image{
    position: relative;
}
section.platillos .item .image .normalPicture{
    position: absolute;
    z-index: 3;
    max-width: 100%;
}
section.platillos .item .image .hoverPicture{
    margin-top: 90px;
    opacity: 0;
    z-index: 1;
    transition: all 1s; 
    max-width: 100%;
}
section.platillos .item:hover .image .hoverPicture{
    opacity: 1;
}
section.platillos .item .titulo{
    text-align: center;
    font-family: 'KOMIKAX';
    font-size: 18px;
    color: white;
}
.ruta{
    font-family: 'Source Sans';
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    vertical-align: middle;
    padding: 10px 0px;
    text-shadow: 3px 3px black;
}
.ruta > a{
    color: white;
}
.ruta > span.current{
    font-weight: bold;
}
section.platillo{
    background: url('../img/background.jpg');
    background-size: cover;
    min-height: 400px;
}
.platillo-top .shares{
    font-size: 20px;
    padding: 10px 30px;
    background: rgba(150,150,150,0.2);
    display: inline-block;
}
.platillo-top .titulo{
    font-family: 'Hammersmith';
    text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
}
.platillo-top .share-icons{
    display: inline-block;
    margin-left: 20px;
}
.platillo-top .share-icons a{
    color: inherit;
}
.platillo-top .item{
    display: inline-block;
    color: #4c4c4c;
    background-color: #c9c9c9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
}
.platillo .big-image img{
    width: 100%;
}
.platillo .info{
    background-color: white;
    width: 100%;
    color: #3d3d3d;
    padding: 40px 60px;
}
.platillo .info .titulo{
    font-family: 'Hammersmith';
    text-transform: uppercase;
    font-size: 25px;
}
.platillo .info .descripcion{
    /*font-size: 16px;*/
    font-weight: bold;
    color: #4e4e4e;
}
.owl-carousel .item{
    padding: 20px;
    cursor: pointer;
}
.owl-carousel .item img{
    width: 100%;
}
.owl-carousel .owl-wrapper-outer{
    background-color: #303030;
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
.owl-pagination{
    display: none;
}
.owl-carousel.owl-theme{
    background: #444444;
}
.owl-theme .owl-controls{
    position: absolute;
    width: 100%;
    margin-top: 0px !important;
    top: 0px;
    height: 190px;
    background-color: #444444;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
    float: left;
    height: 180px;
    width: 4%;
    background: #444444;
   /* font-size: 30px;
    line-height: 180px;
    color: white;*/
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: white;
    line-height: 180px;
    margin-left: -10px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
    float: right;
    height: 180px;
    width: 4%;
    background: #444444;
    /*font-size: 30px;
    line-height: 180px;
    color: white;*/
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: white;
    line-height: 180px;
    margin-right: -10px;
}
section.sucursales-top{
    background-color: #1a1a1a;
}
section.sucursales-top img{
    max-width: 100%;
}
section.map-container{
    background: url('../pattern/brickwall_@2X.png');
    min-height: 400px;
    max-width: 100%;
    padding: 10px;
}
.google-map-area{
    width: 100%;
    height: 500px;
    max-width: 100%;
}
.sucursal_map{
    background: url('../img/background.jpg');
    background-size: cover;
    position: relative;
    height: 440px;
    overflow: visible;
}
.sucursal_detalle_map{
    width: 100%;
    height: 350px;
}
.promociones-list{
    background: url('../pattern/brickwall_@2X.png');
    overflow: visible;
    color: #323232;
}
.promociones-list .list .item{
    margin-top: 20px;
    font-size: 17px;
}
.promociones-list .header{
    margin-top: 60px;
    font-family: 'KOMIKAX';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 1;
}
.promociones-list .header:after{
    content: "\A";
    height: 3px;
    width: 70%;
    background-color: #7e2b38;
    display: inline-block;
}
.promociones-list .list{
    padding: 40px;
}
.promociones-list .list .image img{
    width: 100%;
}
.promociones-list .list .descripcion{
    width: 100%;
    background-color: white;
    padding: 10px 20px;
    height: 72px;
    overflow: hidden;
}
.promociones-list .list .descripcion .content{
    overflow: hidden;
    max-height: 50px;
}
.sucursal-detalle{
    padding: 10px;
    background: white;
    color: #555555;
    z-index: 10;
    font-size: 20px;
}
.sucursal-detalle .titulo,
.sucursal-detalle .llamanos{
    font-weight: bold;
    text-transform: capitalize;
}
.sociales a{
    color: #4b4b4b;
    text-decoration: none;
}
.sociales .item{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin-right:10px;
}
.slider-container{
    position: relative;
    z-index: 10;
}
.archivo_movil{
    display: none !important;
}
.facturacion-info{
    margin-top: 20px;
}
.facturacion-info p{
    font-size: 13px;
    margin-bottom: 0px;
}
.no-existe img{
    max-width: 100%;
}