/* Header */

.full-header {
  float: left;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding: 10px 0px;
}
.main-header {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-header {
  width: auto;
  display: inline-block;
}
.logo-header img {
  max-height: 135px !important;
}
.name-company {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
}
.name-company span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #444;
  font-size: 22px;
  width: 100%;
  text-shadow: 0px 2px 2px #959595;
  text-align: center;
}
.name-company h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: bold;
  color: #33980a;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #33980a),color-stop(50%, #33980a2e), color-stop(70%, #33980a));
  background: -webkit-linear-gradient(top, #33980a 30%,#33980a2e 50%, #33980a 70%);
  background: -o-linear-gradient(top, #33980a 30%,#33980a2e 50%, #33980a 70%);
  background: linear-gradient(to bottom, #33980a 30%,#33980a2e 50%, #33980a 70%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.social-and-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-mxh {
  float: right;
  width: auto;
  margin-left: auto;
}
.link-mxh li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
}
.link-mxh a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #fff;
  opacity: .8;
}
.link-mxh a:hover {
  opacity: 1;
}
.link-mxh li:first-child a {
  background: #3B5998;
}
.link-mxh li:nth-child(2) a {
  background: #FF5252;
}
.link-mxh li:nth-child(3) a {
  background: #1C9CEA;
}
.link-mxh li:nth-child(4) a {
  background: #EF9006;
}
.link-mxh li:last-child a {
  background: #D62925;
}
.link-mxh span {
  font-size: 16px;
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.link-mxh a:hover span {
  font-size: 18px;
}

.social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  align-items: self-start;
}
.social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100%/4);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.social li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.icon-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  line-height: 58px;
  display: flex;
  align-items: center;
}
.woocommerce .icon-social img{
  max-width: 30px;
  max-height: 25px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.social img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.social li:hover img {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.text-social {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  width: calc(100% - 45px);
}
.social p {
  margin: 0;
  line-height: 1.5;
}
.text-social a {
  display: inline-block;
  width: 100%;
  color: red;
  font-size: 17px;
  font-weight: bold;
}
.text-social a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
.full-header {
  -webkit-box-shadow: 0px 0px 7px 1px #ccc;
          box-shadow: 0px 0px 7px 1px #ccc;
}
.name-company {
  width: calc(100% - 200px);
  text-align: center;
}
.social-and-link {
  display: none;
}
.logo-header img {
  max-height: 80px !important;
}
}

@media only screen and (max-width: 640px) {
.main-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logo-header {
  width: 100%;
  text-align: center;
}
.logo-header img {
  max-height: 30px;
}
.name-company {
  padding: 0;
  width: 100%;
}
.name-company span {
  font-size: 16px;
}
.name-company h1 {
  font-size: 24px;
}
}