/**
 * Theme Name:     Bootstrap Basic Child
 * Author:         Vee Winch
 * Template:       bootstrap-basic
 * Text Domain:	   bootstrap-basic-child
 * Description:    Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. To follow what was changed, please look for a href=https://github.com/Rundiz-WP/bootstrap-basiccommits/a of this theme at Github or changelog.md file that come with the theme.
 */

body { 
    max-width: 520px;  
    margin: 0 auto !important;
}   

#body{
    width: 100% !important;
}

hr{
    background: red;
    border-color: orange;
    color: blue;
    padding: 10px 0;
}


.site-title{
    border-bottom: 3px solid #000;
}

.linea-plato {
    padding: 10px 0;
    border-bottom: 2px dotted #ffcb2a;
    margin: 5px 0px;
}

.sin-linea{
    border-bottom: 0px;
}

.linea-plato:last-of-type {
  border-bottom: 0px !important;
  margin-bottom: 30px;
}

.titulo-plato{
    font-family: Montserrat;
    color: #8e8580;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.descripcion-plato{
    color: #8e8580;
    font-family: Montserrat;
}

h2.elementor-heading-title{
    font-family: Montserrat !important;   
}

.precio-plato{
    font-family: Montserrat;
    color: #8e8580;
    font-weight: bold;
}

.titulo_categoria {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1d1d1b;
}


.descripcion_categoria {
    font-family: Montserrat !important;   
    display: block;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 10px;
    font-style: italic;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999 !important;

}


.titulo-categoria-principal {
    font-family: Montserrat;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    background: #1d1d1b;
    position: relative;
    float: left;
    width: 100%;
}

a.categoria-principal {
    color: #FFF !important;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

a.categoria-principal: hover{
    text-decoration: none;
}

.imagen-categoria-principal{
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
}

.imagen-categoria-principal img {
    width: 100% !important;
    object-fit: cover;
    height: 150px !important;
}


#site-footer{
    background: #1d1d1b;
    border-top: 3px solid #ffcb2a;
}

.titulo-footer {
    color: #ffcb2a;    
    text-align: center;
    font-size: 22px;
}

.datos-footer {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.datos-footer a {
    color: #FFF;
}

.datos-footer a{
    text-decoration: none;
}

.btn-falucho, .btn-falucho:focus, .btn-falucho:hover {
    background: #ffcb2a;
    border: #ffcb2a;
}

.logo_header {
    position: relative;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.precio-hamburguesa {
    display: block;
    margin-bottom: 5px; 
}