*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #fff;
  background: #e74c3c;
}
.client {
  background: #3CE7A1;
}
.supplier {
  background: #e74c3c;
}
.product-style {
  border: 3px solid;
  padding: 40px;
  margin: 15px 0;
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
  justify-content: center;
}
.modify {
  position: absolute;
  top: 25px;
  right: 25px;
}
.modify img {
  cursor: pointer;
  padding: 5px;
}
.add {
  cursor: pointer;
}
.add img {
  width: 100%;
  transition: .5s transform;
}
.add img:hover {
  transform: rotate(360deg);
}
button,
input[type="submit"] {
  font-size: 0.8em;
  width: 100%;
  outline: none;
  border: none;
  padding: 0.6em 1.2em;
  background: #c0392b;
  color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  transition: 0.25s box-shadow;
}
button:hover,
input[type="submit"]:hover {
  box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.18);
}
.form-control {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
}
textarea,
textarea:hover,
textarea:active,
textarea:focus {
  outline: none !important;
  -webkit-appearance: none;
  border: 0!important;
  box-shadow: none !important;
}
.commentForm {
  margin-top: 50px;
}
.container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  overflow: auto;
}
.masthead {
  position: relative;
  height: 100px;
  top: 0px;
}
.cover {
  top: 100px;
  width: 100%;
}
@media only screen and (min-width: 900px) and (max-width: 925px) {
  .masthead {
    max-width: 97%;
  }
}
@media only screen and (min-width: 925px) and (max-width: 950px) {
  .masthead {
    max-width: 96%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 992px) {
  .masthead {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 30px;
  }
  .masthead {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product-style {
    padding: 15px;
  }
  .modify img {
    padding: 4px;
    width: 26px;
  }
}
