.large-image-product {
    height: 400px;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

#coverhome{
      background-size: cover;
      background-image: url('../_img/grupo.jpg');
      opacity: 0.1;
      min-height: 600px;
}
.large-image-product img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.bggrey{
      background: #fafafa;
}

.image-side-by-side {
    overflow: hidden;
    height: 400px;
}


.image-side-by-side div {
    width: 50%;
    float: left;
}

.image-side-by-side div:first-child {
    padding-right: 10px;
}

.image-side-by-side div:last-child {
    padding-left: 10px;
}

.image-side-by-side div img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .large-image-product {
        height: 360px;
    }

    .image-side-by-side {
        height: 740px;
    }

    .image-side-by-side div {
        float: none;
        width: 100%;
        height: 360px;
        padding-bottom: 10px;
    }

    .image-side-by-side div:first-child {
        padding-right: 0px;
    }

    .image-side-by-side div:last-child {
        padding-left: 0px;
    }
}


.file-input-custom {
  display: block;
  width: 100%;
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 21px;
  height: 53px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.file-custom label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 18px 0;
  margin: 0;
  color: #929292;
}

.file-input-custom:hover {
  border-color: #bbb;
}

.file-input-custom:focus {
  border-color: #00579f;
}

.file-input-custom strong {
  padding: 18px 0;
  float: left;
  color: #d9d9d9;
}

.file-input-custom svg {
  fill: #d9d9d9;
}

.file-input-custom * {
  vertical-align: middle;
  font-weight: 400;
  color: #929292;
  fill: #929292;
}

.contact-box p {
  margin-bottom: 16px;
}

@media (max-width: 500px) {
    .large-image-product
    .image-side-by-side div, {
        height: 300px;
    }

    .image-side-by-side {
        height: 600px;
    }
}

@media (max-width: 991px) {
  footer::before {
    display: none;
  }

  footer .menu > li > a {
    margin-bottom: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff;
  }
}
