
@font-face {
  font-family: 'New York';
  src: url('fonts/NewYorkMedium-Bold.woff2') format('woff2'),
      url('fonts/NewYorkMedium-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'New York';
  src: url('fonts/NewYorkMedium-Regular.woff2') format('woff2'),
      url('fonts/NewYorkMedium-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html, body, h1, h2, h3, h4, p, img, section, ul, ol, li {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #231F20;
  /*background: #f8f8f8;*/
  background: white;
}

img {
  max-width: 100%;
}

.italic {
  font-style: italic;
}

a {
  cursor: pointer;
}

.facebook-icon {
  color: #cf2328;
  font-size: 30px;
  margin-bottom: 15px;
}

.text-big {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
}

.text-big2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 25px;
}

.text-small {
  font-size: 15.8px;
}

.text-red {
  color: #CF2328;
}

.navbar1 {
  font-weight: 700;
  padding: 20px 0 30px;
}

.navbar1 ul li {
  list-style: none;
  line-height: 1.1;
}

.map-tag {
  max-height: 30px;
}

.moto {
  max-height: 65px;
}

.clock {
  max-height: 38px;
}

.menu {
  border-top: 10px solid #CF2328;
  border-bottom: 4px solid #CF2328;
}

.menu a {
  text-align: center;
  padding: 4px;
  text-decoration: none;
  color: inherit;
}

.picante {
  max-height: 20px;
  margin-right: 6px;
  margin-bottom: 3px;
}

.vegetariana {
  max-height: 20px;
  margin-right: 6px;
  margin-bottom: 3px;
}

.opciones {
  margin-top: 40px;
  font-weight: 700;
  font-style: italic;
}

.seccion {
  overflow: hidden;
}

.seccion { 
display: flex;
justify-content: center; 
align-items: center;
}

.secciona:hover {
  box-shadow: 0 0 0 1000px #cf2328;
  background: #cf2328;
  color: white;
}

.domicilio-text {
  font-size: 17px;
  margin-top: 7px;
}

.horario-provicional {
  background: url(img/border1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px 10px;
}

.line-red {
  background: red;
  width: 15px;
  height: 3px;
  display: inline-flex;
  vertical-align: middle;
}

.modal-body {
  padding: 0;
}

.modal-body img {
  width: 100%;
}

.modal-header {
  border-bottom: none;
  padding: 0;
}

.modal-content {
  background-color: #fff0;
  border: none;
}

.modal-title {
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
}

.modal-backdrop {
  background-color: black;
  opacity: .9 !important;
}

.modal-footer .fas {
  color: white;
}

.modal-header .close {
  /*position: fixed !important;
  top: 10px !important;
  right: 24px !important;*/
  font-size: 50px !important;
  color: white;
  opacity: 1;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fade {
  transition: opacity .2s linear;
}
  

area {
  background: red;
}

area:hover {

}

.comida {
  margin-top: 40px;
}

.comida .border {
  background: #ffffff;
  position: relative;
  border: 2px solid #cf2328 !important;
  margin: 20px;
}

.comida .border:after {
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  background: #ffffff;
  z-index: -1;
}

.comida .border:before {
  content: '';
  position: absolute;
  top: -19px;
  left: -19px;
  right: -19px;
  bottom: -19px;
  background: #cf2328;
  z-index: -1;
}

.comida h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 50px;
}

.comida h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 23px;
  margin-top: 25px;
  margin-bottom: 7px;
}

.comida .line1 {
  border-bottom: 3px solid #cf2328;
  max-width: 300px;
  margin-bottom: 25px;
}

.comida .line1:before {
  content: '';
  background: url(img/line-end1.png);
  background-size: 100%;
  height: 20px;
  width: 26px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -23px;
  margin-top: -6px;
}

.comida .line1:after {
  content: '';
  background: url(img/line-end1.png);
  background-size: 100%;
  height: 20px;
  width: 26px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 298px;
  margin-top: -11px;
  transform: rotate(180deg);
}

.comida .line2 {
  border-bottom: 3px solid #cf2328;
  max-width: 300px;
  margin-bottom: 25px;
}

.comida .line2:before {
  content: '';
  background: url(img/line-end2.png);
  background-size: 100%;
  height: 20px;
  width: 26px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -16px;
  margin-top: -6px;
}

.comida .line2:after {
  content: '';
  background: url(img/line-end2.png);
  background-size: 100%;
  height: 20px;
  width: 26px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 290px;
  margin-top: -11px;
  transform: rotate(180deg);
}

.comida table {
  width: 100%;
}

.comida table td {
  border-bottom: 1px dashed #A7A9AC;
  font-size: 16px;
  padding: 3px 15px;
  font-weight: 600;
}

.comida table a:hover,
a:not([href]):hover {
  color: #CF2328 !important;
}

.comida .precio {
  text-align: right;
}

.comida .size {
  color: #848383;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  text-align: right;
}

/*MENU*/

.thumbnail {
  width: 100%;
  height: 240px;
  cursor: pointer;
}

.thumbnail h3 {
  color: white;
  font-size: 14px;
  text-align: center;
  bottom: 11px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  background: #cf2328;
  padding: 5px;
  position: absolute;
  width: 87%;
}

.thumbnail:hover h3 {
  opacity: 1;
}

.aguacate-relleno {
  background: url("img/menu/1/aguacate-relleno.jpg");
  background-size: cover;
  background-position: center center;
}

.aguacate-relleno:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/aguacate-relleno.jpg");
  background-size: cover;
  background-position: center center;
}

.chilaquiles {
  background: url("img/menu/1/chilaquiles.jpg");
  background-size: cover;
  background-position: center center;
}

.chilaquiles:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/chilaquiles.jpg");
  background-size: cover;
  background-position: center center;
}

.costillas-bbq {
  background: url("img/menu/1/costillas-bbq.jpg");
  background-size: cover;
  background-position: center center;
}

.costillas-bbq:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/costillas-bbq.jpg");
  background-size: cover;
  background-position: center center;
}

.enmoladas {
  background: url("img/menu/1/enmoladas.jpg");
  background-size: cover;
  background-position: center center;
}

.enmoladas:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/enmoladas.jpg");
  background-size: cover;
  background-position: center center;
}

.ensalada-cesar {
  background: url("img/menu/1/ensalada-cesar.jpg");
  background-size: cover;
  background-position: center center;
}

.ensalada-cesar:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/ensalada-cesar.jpg");
  background-size: cover;
  background-position: center center;
}

.ensalada-de-nopales {
  background: url("img/menu/1/ensalada-de-nopales.jpg");
  background-size: cover;
  background-position: center center;
}

.ensalada-de-nopales:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/ensalada-de-nopales.jpg");
  background-size: cover;
  background-position: center center;
}

.flautas {
  background: url("img/menu/1/flautas.jpg");
  background-size: cover;
  background-position: center center;
}

.flautas:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/flautas.jpg");
  background-size: cover;
  background-position: center center;
}

.hamburguesa-con-camarones {
  background: url("img/menu/1/hamburguesa-con-camarones.jpg");
  background-size: cover;
  background-position: center center;
}

.hamburguesa-con-camarones:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/hamburguesa-con-camarones.jpg");
  background-size: cover;
  background-position: center center;
}

.menudo {
  background: url("img/menu/1/menudo.jpg");
  background-size: cover;
  background-position: center center;
}

.menudo:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/menudo.jpg");
  background-size: cover;
  background-position: center center;
}

.papa-rellena {
  background: url("img/menu/1/papa-rellena.jpg");
  background-size: cover;
  background-position: center center;
}

.papa-rellena:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/papa-rellena.jpg");
  background-size: cover;
  background-position: center center;
}

.pozole {
  background: url("img/menu/1/pozole.jpg");
  background-size: cover;
  background-position: center center;
}

.pozole:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/pozole.jpg");
  background-size: cover;
  background-position: center center;
}

.quesadillas {
  background: url("img/menu/1/quesadillas.jpg");
  background-size: cover;
  background-position: center center;
}

.quesadillas:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/quesadillas.jpg");
  background-size: cover;
  background-position: center center;
}

.sopes {
  background: url("img/menu/1/sopes.jpg");
  background-size: cover;
  background-position: center center;
}

.sopes:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/sopes.jpg");
  background-size: cover;
  background-position: center center;
}

.caldo-tlalpeno {
  background: url("img/menu/1/tlalpeno.jpg");
  background-size: cover;
  background-position: center center;
}

.caldo-tlalpeno:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/1/tlalpeno.jpg");
  background-size: cover;
  background-position: center center;
}

.aguas-frescas {
  background: url("img/menu/2/aguas-frescas.jpg");
  background-size: cover;
  background-position: center center;
}

.aguas-frescas:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/aguas-frescas.jpg");
  background-size: cover;
  background-position: center center;
}

.arrachera-para-compartir {
  background: url("img/menu/2/arrachera-para-compartir.jpg");
  background-size: cover;
  background-position: center center;
}

.arrachera-para-compartir:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/arrachera-para-compartir.jpg");
  background-size: cover;
  background-position: center center;
}

.bunuelo {
  background: url("img/menu/2/bunuelo.jpg");
  background-size: cover;
  background-position: center center;
}

.bunuelo:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/bunuelo.jpg");
  background-size: cover;
  background-position: center center;
}

.flan-napolitano {
  background: url("img/menu/2/flan-napolitano.jpg");
  background-size: cover;
  background-position: center center;
}

.flan-napolitano:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/flan-napolitano.jpg");
  background-size: cover;
  background-position: center center;
}

.tacos-de-arrachera {
  background: url("img/menu/2/tacos-de-arrachera.jpg");
  background-size: cover;
  background-position: center center;
}

.tacos-de-arrachera:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/tacos-de-arrachera.jpg");
  background-size: cover;
  background-position: center center;
}

.tacos-de-trompo {
  background: url("img/menu/2/tacos-de-trompo.jpg");
  background-size: cover;
  background-position: center center;
}

.tacos-de-trompo:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/tacos-de-trompo.jpg");
  background-size: cover;
  background-position: center center;
}

.tampiquena {
  background: url("img/menu/2/tampiquena.jpg");
  background-size: cover;
  background-position: center center;
}

.tampiquena:hover {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("img/menu/2/tampiquena.jpg");
  background-size: cover;
  background-position: center center;
}

.row {
  margin: 0;
}

.ubicacion {
  margin-top: 40px;
}

.ubicacion h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}

.ubicacion ul {
  margin-top: 10px;
}

.ubicacion ul li {
  list-style: none;
  font-size: 14px;
}

footer {
  background: #eaeaea;
  color: #101010;
  width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 11px;
  margin-top: 60px;
}

@media screen and (min-width:768px) {
  .modal-footer {
    justify-content: center;
    padding: .1rem;
    position: absolute;
    top: 310px;
    width: 117%;
    margin-left: -70px;
    border: none;
  }
  
  .btn-prev {
    margin-right: 813px;
  }

  .modal {
    padding: 30px !important;
  }
  .moviles {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .navbar1 {
    text-align: center;
  }
  .navbar1 .text-right {
    text-align: inherit !important;
  }
  .horario-provicional {
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: left;
    padding: 0;
  }
  .logo {
    margin-top: 20px;
  }
  .desktop {
    display: none;
  }
  
}