@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Open+Sans:wght@300;400;600;700&display=swap");
html {
  margin-top: 0 !important;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h3 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Lora", serif;
}

p {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
}

.contenedor {
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contenedor {
    min-width: 706px;
    max-width: 706px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor {
    min-width: 996px;
    max-width: 996px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contenedor {
    min-width: 996px;
    max-width: 996px;
    margin: auto;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cintillo {
  background: #000000;
}
.cintillo .contenedor .redes-sociales {
  display: flex;
  justify-content: flex-end;
}
.cintillo .contenedor .redes-sociales a {
  padding: 16px 10px;
  display: block;
}
.cintillo .contenedor .redes-sociales a i {
  font-size: 20px;
  color: #fff;
}

.cabecera .contenedor .logotipo {
  text-align: center;
  padding: 25px 0 0 0;
}
.cabecera .contenedor .logotipo img {
  width: 160px !important;
  margin-bottom: 35px;
}
.cabecera .contenedor .logotipo h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.cabecera .contenedor .logotipo h3:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #000000 none repeat scroll 0% 0%;
  margin: auto;
  margin-top: 10px;
}

.cabecera2 {
  position: relative;
  height: 200px;
  background: url("../img/portada.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-width: 1024px;
  margin: auto;
}
.cabecera2 .contenedor .contenido {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  align-items: center;
  justify-content: space-between;
}

.cabecera2 .contenedor .contenido .texto {
  padding-right: 10px;
}
.cabecera2 .contenedor .contenido .texto h3 {
  font-size: 26px;
  color: #fff;
  margin-right: 10px;
  text-shadow: 2px 2px #000;
  
}

.cabecera2 .contenedor .contenido .texto span {
  color: #fff;
  text-shadow: 2px 2px #000;
}
.cabecera2 .contenedor .contenido .logotipo {
  padding: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.cabecera2 .contenedor .contenido .logotipo img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .cabecera2 {
    height: 500px;
    background-position: 25% 20%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.menu-categorias {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  z-index: 999;
  transition: 0.3s ease-out;
}
.menu-categorias .contenedor h3 {
  padding: 10px 0 0 0;
}
.menu-categorias .contenedor .owl-carousel {
  padding: 10px 0 5px 0;
  position: relative;
}
.menu-categorias .contenedor .owl-carousel .owl-nav {
  position: absolute;
  top: -38px;
  right: 0;
  padding-bottom: 5px;
}
.menu-categorias .contenedor .owl-carousel .owl-nav .owl-next {
  width: 22px !important;
  height: 26px !important;
  background: #000000 !important;
  color: #fff !important;
  margin: 0 !important;
}
.menu-categorias .contenedor .owl-carousel .owl-nav .owl-prev {
  width: 22px !important;
  height: 26px !important;
  background: #000000 !important;
  color: #fff !important;
}
.menu-categorias .contenedor .owl-carousel .owl-dots {
  padding-top: 12px;
  padding-bottom: 5px;
}
.menu-categorias .contenedor .owl-carousel .button {
  width: 100%;
  height: 60px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding: 14px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.menu-categorias .contenedor .owl-carousel .button:hover {
  background-color: #fff;
  text-shadow: 0 1px hsla(0deg, 0%, 100%, 0.5);
  color: #222;
}
.menu-categorias .contenedor .owl-carousel .button:active,
.menu-categorias .contenedor .owl-carousel .button.is-checked {
  background-color: #000000;
}
.menu-categorias .contenedor .owl-carousel .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0deg, 0%, 0%, 0.8);
}
.menu-categorias .contenedor .owl-carousel .button:active {
  box-shadow: inset 0 1px 10px hsla(0deg, 0%, 0%, 0.8);
}

.fixed {
  top: 0px;
  left: 0;
  position: sticky;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-out;
}

.menu .contenedor .titulo-categoria {
  text-transform: uppercase;
  font-size: 18px;
  color: #222;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.menu .contenedor hr {
  margin: 1px 0 35px 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
}
.menu .contenedor .items .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
}
.menu .contenedor .items .item .imagen img {
  width: 70px;
  min-height: 70px;
  max-height: 70px;
  border-radius: 5px;
  margin-right: 12px;
}
.menu .contenedor .items .item .contenido {
  width: 100%;
}
.menu .contenedor .items .item .contenido .titulo-platillo-precio {
  display: flex;
  justify-content: space-between;
}
.menu .contenedor .items .item .contenido .titulo-platillo-precio .titulo-platillo {
  color: #000000;
  padding-right: 5px;
}
.menu .contenedor .items .item .contenido .titulo-platillo-precio .precio-platillo {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 300;
}
.menu .contenedor .items .item .contenido p {
  font-weight: 300;
}
.menu .contenedor .items .item .precio h3 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.menu .contenedor .guarniciones {
  display: none;
}
.menu .contenedor .guarniciones h3 {
  margin-bottom: 14px;
}
.menu .contenedor .guarniciones ul {
  display: flex !important;
  flex-direction: column;
}
.menu .contenedor .guarniciones ul li {
  display: flex;
  margin-bottom: 12px;
}
.menu .contenedor .guarniciones ul li i {
  margin-right: 8px;
  font-size: 13px;
  color: green;
}
.menu .contenedor .guarniciones ul li span {
  font-size: 14px;
}

footer {
  margin-top: 40px;
  width: 100%;
  background: #000000;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, #000000 0%, rgb(255, 255, 255) 100%);
}
footer .contenedor {
  padding: 30px 0;
  text-align: center;
}
footer .contenedor .datos-generales {
  margin-bottom: 25px;
}
footer .contenedor .datos-generales h3 {
  color: #fff;
  font-size: 20px;
}
footer .contenedor .datos-generales p {
  font-size: 15px;
  color: #fff;
}
footer .contenedor .botones {
  display: flex;
  justify-content: space-evenly;
  max-width: 480px;
  margin: auto;
}
footer .contenedor .botones a {
  display: block;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14.5px;
  color: #000000;
}
footer .contenedor .botones a i {
  margin-right: 5px;
  color: #000000;
}
footer .contenedor .redes-sociales {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
footer .contenedor .redes-sociales i {
  color: #000000;
  font-size: 22px;
  margin-right: 22px;
}
footer .contenedor .copy {
  font-size: 15px;
  color: #000000;
}
footer .contenedor .copy span {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */