﻿@media (max-width: 480px){
  .padding-mob-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.container{ 
	width:100% !important;
}
.footer {
  width: 100%;
  float: left;
  background: url("../images/bg-util.jpg") 0 0 repeat;
  color: #fff;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  padding: 30px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #f57a20;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer a:focus {
  color: #f57a20;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .logo {
  display: block;
  margin: 10px auto;
  width: 227px;
}
.footer .footer__body {
  display: block;
  padding: 30px 0;
}
.footer .footer__body .footer__group-items {
  display: inline-block;
  float: left;
  // min-height: 100px;
  padding-bottom: 18px;

}
@media (max-width: 1024px) {
  .footer .footer__body .footer__group-items:nth-child(4) {
    // width: 34%;
  }
}
@media (max-width: 680px) {
  .footer .footer__body .footer__group-items:nth-child(4) {
    // width: 100%;
  }
}
.footer .footer__body .footer__group-items li {
  font-size: 14px;
  padding: 7px 0;
}
.footer .footer__body .footer__group-items li:first-child {
  font-weight: bold;
}
.footer .footer__body .footer__group-items.last_hover ul li:nth-child(1) a {
  pointer-events: none;
}
.footer .footer__body .footer__group-items.last_hover ul li:nth-child(1) a:hover {
  color: #fff;
}
.footer .footer__body .footer__group-items.last_hover ul li:nth-child(3) a {
  pointer-events: none;
}
.footer .footer__body .footer__group-items.last_hover ul li:nth-child(3) a:hover {
  color: #fff;
}
.footer .footer__body .label {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  padding: 0;
}
.footer .footer__body .label:hover {
  color: #f57a20;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .footer__address {
  border-top: 1px solid #09375e;
  border-bottom: 1px solid #09375e;
  display: block;
  font-size: 10px;
  padding: 20px;
  text-align: center;
}
.footer .footer__base {
  display: block;
  float: left;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
.footer .footer__base .logo-hughes {
  display: inline-block;
  float: left;
  height: 37px;
  width: 149px;
}
@media screen and (max-width: 768px) {
  .footer .footer__base .logo-hughes {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
.footer .footer__base .share {
  display: inline-block;
}
.footer .footer__base .share span {
  margin-right: 10px;
  vertical-align: sub;
}
.footer .footer__base .share ul .facebook-icon,
.footer .footer__base .share ul .twitter-icon,
.footer .footer__base .share ul .gplus-icon {
  display: inline-block;
  height: 19px;
  padding: 0 17px;
  text-indent: -99999px;
  width: 20px;
}
.footer ul{
    list-style: none;
    padding: 0;
    
}
.footer ul li{
    text-align: left;
    
}
.footer .footer__base .share ul a {
  cursor: pointer;
}
.footer .footer__base .share ul a .fa {
  font-size: 35px;
  padding: 0 5px;
}
.footer .footer__base .share ul .facebook-icon {
  background-image: url("../images/icon/icon-facebook.png");
  background-repeat: no-repeat;
  background-position: 15px 0;
  width: 12px;
}
.footer .footer__base .share ul .facebook-icon:hover {
  background: url("../images/icon/icon-facebook-active.png") no-repeat;
  background-position: 15px 0;
}
.footer .footer__base .share ul .twitter-icon {
  background-image: url("../images/icon/icon-twitter.png");
  background-repeat: no-repeat;
  background-position: 10px 0;
}
.footer .footer__base .share ul .twitter-icon:hover {
  background: url("../images/icon/icon-twitter-active.png") no-repeat;
  background-position: 10px 0;
}
.footer .footer__base .share ul .gplus-icon {
  background-image: url("../images/icon/icon-gplus.png");
  background-repeat: no-repeat;
  background-position: 15px 0;
}
.footer .footer__base .share ul .gplus-icon:hover {
  background: url("../images/icon/icon-gplus-active.png") no-repeat;
  background-position: 15px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__base .share {
    margin: 20px auto 0;
    text-align: center;
    // width: 100%;
  }
}
.footer .televendas {
  display: none;
}
// @media (max-width: 680px) {
//   .footer {
//     position: relative;
//   }
//   .footer .logo {
//     display: none;
//   }
//   // .footer .footer__body .footer__group-items {
//   //   display: none;
//   // }
//   // .footer .footer__body .footer__group-items li:first-child {
//   //   font-weight: inherit;
//   // }
//   // .footer .footer__body .footer__group-items.televendas {
//   //   display: inline-block;
//   //   text-align: center;
//   // }
//   // .footer .footer__body .footer__group-items.footer_atendimento {
//   //   display: inline-block;
//   //   text-align: center;
//   // }
//   // .footer .footer__body .footer__group-items.footer_atendimento .label {
//   //   display: none;
//   // }
//   // .footer .footer__address {
//   //   display: none;
//   // }
//   // .footer .footer__base {
//   //   position: absolute;
//   //   top: -180px;
//   //   left: 0;
//   //   padding: 0;
//   // }
//   .footer .footer__base .logo-hughes {
//     display: none;
//   }
//   .footer .footer__base .share span {
//     display: none;
//   }
//   .footer .footer__base .share ul {
//     float: none;
//   }
//   .footer .footer__base .share ul .facebook-icon {
//     background-size: 13px;
//     height: 30px;
//     width: 50px;
//   }
//   .footer .footer__base .share ul .twitter-icon {
//     background-size: 30px;
//     height: 30px;
//     width: 50px;
//   }
//   .footer .footer__base .share ul .gplus-icon {
//     background-size: 30px;
//     height: 30px;
//     width: 50px;
//   }
// }

.footer_mob ul li {
  display: block;
  text-align: center;
  clear: both;
  padding: 0 0 10px 0;
  font-size: 13px;
}
.footer_mob ul li .fa {
  font-size: 40px;
  padding: 0 5px;
}
.footer_mob ul li:last-child {
  padding: 0 0 0 0;
}
.footer_mob ul li .share {
  display: inline-block;
}
.footer_mob ul li .share span {
  margin-right: 10px;
  vertical-align: sub;
}
.footer_mob ul li .share ul {
  float: right;
}
.footer_mob ul li .share ul .facebook-icon,
.footer_mob ul li .share ul .twitter-icon,
.footer_mob ul li .share ul .gplus-icon {
  display: inline-block;
  height: 19px;
  padding: 0 17px;
  text-indent: -99999px;
  width: 20px;
}
.footer_mob ul li .share ul a {
  cursor: pointer;
}
.footer_mob ul li .share ul .facebook-icon {
  background-image: url("../images/icon/icon-facebook.png");
  background-repeat: no-repeat;
  background-position: 15px 0;
  width: 12px;
}
.footer_mob ul li .share ul .facebook-icon:hover {
  background: url("../images/icon/icon-facebook-active.png") no-repeat;
  background-position: 15px 0;
}
.footer_mob ul li .share ul .twitter-icon {
  background-image: url("../images/icon/icon-twitter.png");
  background-repeat: no-repeat;
  background-position: 10px 0;
}
.footer_mob ul li .share ul .twitter-icon:hover {
  background: url("../images/icon/icon-twitter-active.png") no-repeat;
  background-position: 10px 0;
}
.footer_mob ul li .share ul .gplus-icon {
  background-image: url("../images/icon/icon-gplus.png");
  background-repeat: no-repeat;
  background-position: 15px 0;
}
.footer_mob ul li .share ul .gplus-icon:hover {
  background: url("../images/icon/icon-gplus-active.png") no-repeat;
  background-position: 15px 0;
}
