a{
   color: #4C9773;
}

.button.is-link{
      background-color: #7DCFFF;
      color: #444;
}

footer.footer{
   background: linear-gradient(135deg, #E8FFF6, #A8E6CF);
}

.title.is-narrow{
   font-weight: lighter !important;
}

section.carrito-container{
   padding: 0 0.25rem;
}

#menuMovil.navbar-menu,
#menuMovil .navbar-start{
   align-items: stretch;
   display: flex;
   box-shadow: none;
}

#carrito-container .table td, #carrito-container .table th{
   padding: 4px;
}
#carrito-container .table button {
   padding: 4px 6px;
}

.is-grouped.is-carrito{
   justify-content: space-between;
}

/* INICIO */

.is-banner {
   
   background-size: cover;
   /* Cubre todo el contenedor */
   background-position: center;
   /* Centra la imagen horizontal y verticalmente */
   background-repeat: no-repeat;
   /* Evita que la imagen se repita */
   background-color: #eee;

   position: relative;

}

.is-banner .title-content{
   padding: 1rem;
   background-color: rgba(255, 255, 255, 0.5);
}

.is-description{
   text-align: center;
   background-color: rgba(32, 178, 170, 0.5);
   font-weight: bold;
   /* color: #fff; */
}

#formContacto{
   text-align: left;
}

.is-banner .pButtonCenter{
   bottom: 1em;
   position: absolute;
   width: calc(100% - 3rem);
}

/* .is-banner h1{
   text-shadow: rgb(255, 255, 255) 3px 0px 0px;
}

.is-banner h2{
   text-shadow: rgb(255, 255, 255) 1px 0px 0px;
} */

#showProducto .title{
   font-weight: lighter !important;
}

#main_header{
   -webkit-box-shadow: 0px 1px 5px 0px rgba(200, 200, 200, 0.75);
   -moz-box-shadow: 0px 1px 5px 0px rgba(200, 200, 200, 0.75);
   box-shadow: 0px 1px 5px 0px rgba(200, 200, 200, 0.75);
}

#textContacto{
   font-size: 1.5rem;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
}

/* Carrito */
.carrito-container{
   min-height: 50vh;
}

footer.footer{
   margin-top: 2rem;
}

/* Buscador */

#sugerencias {
   width: 100%;
   border: 1px solid #dbdbdb;
   border-top: none;
   max-height: 200px;
   overflow-y: auto;
   background: white;
}

.suggestion-item:hover {
   background-color: #f5f5f5;
}

#buscador {
   font-size: 1.5em;
}