
.container .row{
    display: flex;
    justify-content: center;
}

.container-black{
    background-color: black !important;
    width: 100%;
    margin: 0;
    padding: 5%;
}

.container-white{
    background-color: white !important;
    width: 100%;
    margin: 0;
    padding: 5%;
}

.container header div{
    display: inline-block;
    border: solid 2px #D70613;
    padding: 20px;
}

.container header div h2{
    color: #D70613 !important;
    font-weight: 100;
}

.container-black header div h3{
    color: white;
}

.container-white header div h3{
    color: black;
    text-align: center;
}

.border-back h2, .border-back h3{
    visibility: hidden;
}

.container-black .border-title{
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    background-color: black;
}

.container-white .border-title{
    position: absolute;
    margin-top: 5px;
    background-color: white;
}

.container-white .border-back{
    margin-left: 5px;
}

.product-title{
    color: #D70613;
    font-weight: bold;
}
.price-title{
    text-align: center;
    color: #D70613;
    font-weight: bold;
}
.product-subtitle{
    color: white;
}

.product-subtitle, .product-subtitle-2{
    font-size: 1em;
    text-align: center;
}

.product-subtitle-combos{
  text-align: justify !important;
}

.product-price{
    padding: 0;
    color: white;
    list-style: none;
}

.product-price-2{
    padding: 0;
    color: black;
    list-style: none;
}

.product-price li:first-child, .product-price-2 li:first-child{
    border-top: solid 2px #D70613;
}

.product-price li, .product-price-2 li{
    border-bottom: solid 2px #D70613;
    font-weight: bold !important;
}

.container-black img, .container-white img{

}

.header-title{
    margin-top: 10px !important;
    height: 4em;
    display: table;
    text-align: center;
    width: 100%;
    margin: 0;
}

/*height de subtitulos por seccion*/
#entradas .subtitle-container{
    height: 4em;
}

#onigiris .subtitle-container{
    height: 7em;
}

#rolls .subtitle-container{
     height: 9em;
}

#makis .subtitle-container{
     height: 7em;
}

#aperitivo .subtitle-container{
     height: 7em;
}

#combos .subtitle-container{
     height: 18em;
}

#salsas .subtitle-container{
     height: 7em;
}

.carousel .subtitle-container{
    height: 4em;
}

.subtitle-container{
    display: table;
    text-align: center;
    width: 100%;
}

.header-title .product-title, .subtitle-container .product-subtitle, .subtitle-container .product-subtitle-2{
    display: table-cell;
    vertical-align: top;
}

#map {
        height: 300px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
}

#nav{
    color: #D70613 !important;
    font-weight: bold;
}

.combo-box{
    border: solid 2px #D70613;
    padding: 10px;
}

.carousel-item img{
    height: 250px;
    width: 100%;
}

.carousel-item{
    border: solid 2px #D70613;
}

.footer-img{
    text-align: center;
    height: auto;
}

.footer-img img{
    width: 100px;
    height: auto;
    margin: 10px;
}

#header .inner {
    background-color: white;
    width: 500px;
    height: 500px;
}

#nav{
    background-color: white;
}

.logo-container{
    height: 50%;
    width: 100%;
    display: table !important;
    margin: 0;
}

.logo-container div{
    display: table-cell;
    vertical-align: middle;
}

.nav-menu{
    color: #D70613 !important;
}

.footer-text{
    color: #D70613 !important;
}

.footer-text.footer-title{
    font-size: 2em;
    font-weight: bold;
}

.footer-text-alt{
    color: black;
}

#footer{
    background: white;
}

ul.footer-text-alt{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-text-alt li{
    padding: 0;
    text-align: center;
}

.inner footer{
    margin: 0 !important;
    height: 30%;
}

.logo-msg{
    color: #D70613 !important;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    border: solid 2px #D70613 !important;
    padding: 10px;
}

.logo-title{
    font-size: 0.5em;
}

footer.container-white{
    padding: 0 !important;
}

.wrapper{
    padding: 0 !important;
}

@media (max-width: 600px) {
  #header .inner {
    width: auto;
  }
}

.icons-alt{
  background: none !important;
  color: black !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hour-font-size{
  font-size: 15px !important;
}
