/*
Custom Css
*/

.prod_relacionados {
  width:60%;
  height: auto;
}

div.gallery img {
  width:100%;
  height: auto;
}

.container-iframe {
  position: relative;
  margin: auto;
  width:100%;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


div.desc {
  padding: 15px;
  text-align: center !important;
}


* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: none;
  width: 24.99999%;
}

@media only screen and (max-width: 200px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 200px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.border_clasicos_mayores {
  border: none !important;
}

