
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.my-3 {
    color: #1E3469;
    -webkit-text-stroke: 0.5px #FFD500;
    font-family: 'Raleway',sans-serif;
    font-size: 43px;
    line-height: 72px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.producto-image {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.producto-image-thumbs {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
}

.producto-image-thumb {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
    max-width: 7rem;
    padding: 0.5rem;
}

.producto-image-thumb img {
    max-width: 100%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.producto-image-thumb:hover {
    opacity: .5;
}

.menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
  }

  .menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 2px solid #FFD500;
    border-radius: 50px;
  }

  .menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
    color: #fff;
    background: #FFD500;
  }

  .menu #menu-flters li:last-child {
    margin-right: 0;
  }

  .menu .manuales-titulo {
    margin-top: 30px;
    padding-left: 3;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .menu .manuales-titulo::after {
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, Bold;
  }

  .menu .manuales-titulo a {
    padding-right: 10px;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #1E3469;
  }

  .menu .manuales-titulo span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
  }

  .menu .manuales-descripcion {

    font-style: italic;
    font-size: 14px;
    font-family: "Comic Neue", sans-serif;
    color: #A6A6A5;
  }

  .menu .menu-img {
    width: 70px;
    border-radius: 0%;
    float: left;
    padding-top: 25px;
    border: 5px solid rgba(255, 255, 255, 0.2);
  }

