@font-face {
  font-family: logo;
  src: url('../fonts/old_london/OldLondon.ttf');
}

.f_logo{
  font-family: logo;
}

.navbar-brand {
    font-weight: none;
    font-size: 30px;
    text-transform: none;
}

.product .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #0f2b64;
    padding: 15px;
    margin: 0 auto;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.product .text .bottom-area {
    top: 0px;
  }
.product{
  height: 360px;
  overflow: hidden;
}

.img.ollas_i {
    background-position: bottom center;
}

.hero-wrap.hero-bread {
    padding: 5em 0;
}

.img-fluid {
    width: 100%;
}

.img-fluid.ft_principal{
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.img-miniaturas{
  margin: 5px;
  width: 90px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
