/***********section promo***********/
.top_title_frame {
    display: block;
    padding: 5vh 0;
    text-align: center;
    width: 100%;
    color: #000;
    margin-top: 0;
  }
.top_title {
    display: table;
    padding: 1vh 0;
    margin: 0 auto;
    font-family: Raleway;
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    position: relative;
}
.top_title:before {
  content: "";
  display: table;
  margin: 5px auto;
  width: 1px;
  height: 4vh;
  background-color: #000;
}
.top_title:after {
  content: "";
  display: table;
  margin: 5px auto;
  width: 1px;
  height: 4vh;
  background-color: #000;
}
.content_section {
    display: table;
    min-height: auto;
    overflow: hidden;
    width: 100%;
}
.prod {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.frame_imge {
  width: 100%;
  height: 100%;
  position: relative;
}
.contet_prod {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    transition: all 0.4s ease;
    height: 50%;
}
.title_prod {
  font-family: Raleway;
  font-size:2.5em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #ededed !important;
}
.prod:hover .contet_prod{
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);

}



