.negro {
    color: #000 !important;
}

.raya-k {
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 332px;
    background: #fba300;
    width: 109px;
    height: 32px;
}

#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
    width: 15%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 135px;
}

.sumar-restar button.sumar,.sumar-restar button.restar {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px !important;
}

.sumar-restar input {
    width: 50px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    text-align: center;
    color: #000;
}

.lista-precios select {
    border: 0px;
}

.nota {
    font-size: 15px;
}

.precio {
    font-size: 17px;
}

label {
    color: #000;
}

.heading-sinlogo { 
    position: relative;
    padding-top: 30px !important;
    color: #fff;
    font-size: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.heading-sinlogo::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    background: #fba300;
    margin-left: -20px;
}

.alergenos img {
    width: 45px;
}

/* estilos para las páginas de confirmar envío mail */

.confirmar div.contenedor {
    margin-top: 15%;
}

.confirmar img {
    width: 600px;
}

.confirmar .mensaje, .confirmar a {
    margin-top: 30px;
    font-size: 20px;
    font-family: "Roboto Slab", serif;
}

/* estilos para los botones */

button.naranja-blanco {
    border-radius: 10px;
    border: 0px;
    background: #fba300;
    color: #fff;
}

button.negro-blanco {
    border-radius: 10px;
    border: 0px;
    background: #000;
    color: #fff;
}

/* veganas */

span.vegana {
    color: #58ba3f !important;
}

#fh5co-featured .navidad .fh5co-heading .heading:before, #fh5co-featured .navidad .fh5co-heading .heading::before {
    height: 150px;
    width: 153px;
    position: absolute;
    content: "";
    background: url(../images/logo_croketa_vegana.png) no-repeat;
    top: 0;
    left: 50%;
    margin-top: -110px;
    margin-left: -65px;
  }

  .vegana-img {
    width: 80px;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }

  .vegana-img-sm {
    width: 35px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  /* estilos para los albumes de fotos */

.marco-album {
    margin: 0px 4px 4px 4px;
    /* display: inline-block; */
    float: left;
    cursor: pointer;
}

/* .marco-album div.album img {
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 4px 4px 7px #c8c8c8;
    transition: 0.5s;
} */

.marco-album p.titulo-album {
    transition: 0.5s;
}

.marco-album:hover div.album img {
    border-color: #0099c5;
}

.marco-album:hover p.titulo-album {
    font-weight: bold;
    color: #0099c5;
}

img.recorte {
    max-width: 300px;
}

.contenedor-recorte {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 4px solid #fff;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 4px 4px 7px #c8c8c8;
    transition: 0.5s;
}

.contenedor-recorte > .recorte {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

#fotos img {
    margin: 10px;
    border-radius: 4px;
}

.foto-album {
    height: 200px;
    cursor: pointer;
}

#fotoGrande {
    position: fixed;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    border: 10px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 16px;
}

.foto-grande {
    margin: 0px !important;
}

#cerrarFotoGrande {
    position: absolute;
    right: 10px;
    background: #fff;
    top: 10px;
    padding: 0px 12px;
    border-radius: 10px;
    font-family: 'Montserrat';
    color: #0099c5;
    cursor: pointer;
    transition: 0.2s;
}

#cerrarFotoGrande:hover {
    background: #0099c5;
    color: #fff;
}

.movil {
    display: none;
}

.ui-widget-header {
    border: 0px !important;
    background: #fff !important;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-buttonset button {
    font-family: "Alumni Sans", sans-serif !important;
    border: 0px !important;
    background: #0099c5 !important;
    font-weight: normal;
    color: #fff !important;
    font-size: 1.2em !important;
    padding: 0px 20px;
    border-radius: 4px;
}

/* Estilos para le mapa de localizacion de google maps */

.mapa {
    border:0;
    width: 100%;
    height: 450px;
}