@import url("https://fonts.googleapis.com/css?family=Itim|Montserrat:400,700&display=swap");


.info-sucursal a{
 color:#000 ;
 font-size: 24px;
 text-decoration: none;
}
.info-sucursal b{
  font-size: 14px;
 }
.adress span a {
  color: black;
  text-decoration: none;
}
.adress span a:hover {
  color: #de0b12;
}
.line-height {
  line-height: 14px;
}
a.btn-offlink {
  text-decoration: none !important;
}
.bg-index {
  background-image: url("../img/bg-index.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: -180px;
}

.bg-sucursales {
  background-image: url("../img/bg-sucursales-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-promos {
  background-image: url("../img/bg-promos.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-opciones {
  background-image: url("../img/bg-sucursales.jpg");
  /* background-image: url("../img/bg-opciones.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}
.navbar-brand img.logo {
  max-height: 160px;
}
.logo {
  max-height: 180px;
}
.btn-sucursales {
  background-color: black;
  border-radius: 2em;
  padding: 10px 60px;
  color: white;
  font-size: 18px;
  border: none;
  font-family: "Itim", cursive;
}
.btn-sucursales:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.font-base {
  font-family: "Itim", cursive !important;
}
.font-secondary {
  font-family: "Montserrat", sans-serif !important;
}
.bg-menu {
  background-image: url("../img/bg-menu.png");
  background-repeat: repeat-x;
  background-position-y: -30px;
}
.btn-calltoaction {
  background-color: #de0b12;
  border-radius: 50px;
  color: white !important;
  font-size: 18px!important;
  border: none;
  text-align: center;
  font-family: "Itim", cursive;
  padding: 6px 40px !important;
}
.btn-calltoaction:hover{
text-decoration: none;
}

.btn-opciones {
  background-color: black;
  border-radius: 2em;
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  border: none;
  font-family: "Itim", cursive;
}
.btn-opciones:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.btn-opciones-outline {
  border: 1px solid #de0b12;
  border-radius: 2em;
  background-color: transparent;
  padding: 10px 30px;
  color: #de0b12;
  font-size: 18px;
  font-family: "Itim", cursive;
}
.btn-opciones-outline:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
.transclass {
  transition: transform 0.2s ease-out 0s;
}

.transclass:hover {
  transform: translateY(-4px);
}
img.opcion {
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.rotate-animate {
  -webkit-animation: rotate 5s ease 3s 5 normal;
  -moz-animation: rotate 5s ease 3s 5 normal;
  -ms-animation: rotate 5s ease 3s 5 normal;
  animation: rotate 5s ease 3s 5 normal;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

footer {
  background-position: bottom;
  /* background-image: url("../img/bg-footer.png"); */
  background-repeat: repeat-x;
}

/* Menu */
.ingredientes {
  font-size: smaller;
}
.menu-restaurant {
  width: 50%;
  min-height: 80px;
  float: left;
  padding: 10px 5px;
  position: relative;
}
.menu-restaurant .menu-title {
  float: left;
  font-family: "Itim", cursive;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #df3234;
}
.menu-restaurant .menu-line {
  position: absolute;
  bottom: 6px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.menu-restaurant .menu-price {
  font-weight: bolder;
  right: 0;
  top: 0;
  float: right;
  margin: 0px 7px;
  font-family: "Itim", cursive !important;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  display: block;
  /* width: 57px; */
}
.menu-restaurant .menu-subtitle {
  display: block;
  float: left;
  color: #353535;
  font-family: "Itim", cursive !important;
  font-size: 12px;
}

#menu-flters ul li a.active,
#menu-flters ul li a:hover {
  background: #df3234;
  color: #fff;
  border: 1px solid #df3234;
}
#menu-flters ul li {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
#menu-flters ul li a {
  padding: 10px 20px;
  font-size: 14px;
  color: #565656;
  border-radius: 0px;
  border: 1px solid #bbbbbb;
  text-decoration: none;
  cursor: pointer;
}
.precio {
  font-size: 46px;
  font-weight: 800;
  line-height: 46px;
  color: #de0b12;
  font-family: "Itim", cursive !important;
}
.medidas {
  color: #de0b12;
  font-size: 8pt;
  font-weight: bolder;
  text-align: center;
}
.promo {
  background-color: #000;
  color: white !important;
}
.nuevo{
  padding: 6px;
    font-size: 12px;
    background-color : #721c24;
    color: white;
    font-family: 'Itim';
    margin: 12px;
    border-radius: 4px;
}
/* Tabs */
.nav-tabs a {
  color: #de0b12;
}
.nav-item {
  cursor: pointer;
}
.nav-tabs .nav-link.active {
  font-size: 8pt;
  cursor: pointer;
  color: white;
  background-color: #de0b12;
  border-bottom: 3px solid #de0b12;
  border-right: none;
  border-left: none;
  border-top: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  font-size: 8pt;
  background-color: #df3234;
  color: white;
}
.nav-tabs .nav-link {
  font-family: "Itim", cursive !important;
  font-size: 8pt;
  border-bottom: 1px solid #495057 !important;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.rrss {
  color: #000;
}
.rrss:hover {
  text-decoration: none;
  color: #000;
}
.breadcrum {
  text-align: center;
  color: black;
}
.breadcrum a {
  color: #de0b12;
}
.nav-tabs .nav-item {
  text-transform: uppercase;
  width: fit-content;
}
.pizzasize {
  margin: 0px 10px 0px 5px;
  color: #de0b12;
}
span.medidas.cervezas {
  margin: 0 3px 0 10px;
  line-height: 12px;
  width: 36px;
  text-align: center;
  display: block;
}
.beer-price{
  padding:0 28px;
} 
.card-promo {
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffffad;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(148, 148, 148, 0.5);
  -moz-box-shadow: 0px 5px 10px 1px rgba(148, 148, 148, 0.5);
  box-shadow: 0px 5px 10px 1px rgba(148, 148, 148, 0.5);
}
