#footer a {
  color: #f60;
}
#footer .footer-top {
  background-color: #f2b842;
  margin-top: 120px;
}
#footer .footer-top .infoarea {
  margin-top: 40px;
  color: #333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
#footer .footer-top .infoarea p {
  color: #333;
}
#footer .footer-top .infoarea h2 {
  font-size: 30px;
  color: #333;
  font-weight: 300;
  margin-bottom: 5px;
}
#footer .footer-top .bt_suporte {
  padding-left: 50px;
  margin: 10px 0px;
}
#footer .footer-top .link_suporte {
  background-color: rgba(255, 255, 255, .6);
  color: #333;
  font-size: 15px;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  padding: 0px 15px 0px 30px;
  text-decoration: none;
}
#footer .footer-top a.link_suporte {
  text-decoration: none;
}
#footer .footer-top a.link_suporte:hover {
  text-decoration: underline;
}
#footer .footer-top .link_suporte::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 57px;
  top: -8px;
  left: 15px;
}

#footer .footer-top .infoarea h2 {
  font-size: 30px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}

#footer .footer-top .img-suporte{
  position: absolute;
  top: -8px;
  left: 15px;
}

#footer .footer-top .link_suporte.whats {
  font-size: 21px;
}
#footer .footer-top .whats .link_suporte::before {
  /*background: url([[pix:theme|footer/bt-whats]]) no-repeat;*/
}
#footer .footer-top .email .link_suporte::before {
  /*background: url([[pix:theme|footer/bt-email]]) no-repeat;*/
}
#footer .footer-top .agende .link_suporte::before {
  /*background: url([[pix:theme|footer/bt-agende]]) no-repeat;*/
}
#footer .footer-top .tutorial .link_suporte::before {
  /*background: url([[pix:theme|footer/bt-tutorial]]) no-repeat;*/
}
#footer .footer-main {
  background: #2d2d2d;

}
#footer .footer-main h2 {
  font-size: 30px;
  color: #f3b841;
  font-weight: 300;
  margin-bottom: 5px;
}
#footer .footer-main p {
  color: #fff;
  line-height: 22px;
  margin-top: 8px;
}
#footer .footer-main .infoarea {
  padding: 30px 25px 10px 0;
  border-right: 1px solid #808080;
  float: left;
  margin: 20px 25px 20px 0;
}
#footer .footer-main .infoarea .footer-logo {
  margin: 0 0 18px;
}
#footer .footer-main .infoarea .footer-logo a {
  display: block;
}
#footer .footer-main .infoarea .footer-logo a img {
  height: auto;
}
#footer .footer-main .foot-links {
  padding: 35px 0 0px 0px;
  display: table;
}
#footer .footer-main .foot-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-main .foot-links ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #808080;
}
#footer .footer-main .foot-links ul li:first-child {
  padding-left: 0px;
}
#footer .footer-main .foot-links ul li:last-child {
  border-right: 0px;
}
#footer .footer-main .foot-links ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-decoration: none;
}
#footer .footer-main .foot-links ul li a:hover {
  color: #f3b841;
  text-decoration: none;
}
#footer .footer-main .contact-info {
  padding: 24px 0 0;
}
#footer .footer-main .contact-info h2 {
  margin-bottom: 18px;
}
#footer .footer-main .contact-info p a {
  color: #88b77b;
}
#footer .social-media {
  padding: 5px 0 0;
}
#footer .social-media h6 {
  font-size: 14px;
  color: #fff;
}
#footer .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#footer .social-media ul li {
  float: left;
}
#footer .social-media ul li + li {
  margin: 0 0 0 12px;
}
#footer .social-media ul li a {
  font-size: 42px;
  color: #fff;
}
#footer .social-media ul li a:hover {
  text-decoration: none;
}
#footer .social-media ul li a:focus {
  text-decoration: none;
}
#footer .social-media ul .smedia-01 a:hover {
  color: #5a7ec9;
}
#footer .social-media ul .smedia-01 a:focus {
  color: #5a7ec9;
}
#footer .social-media ul .smedia-02 a:hover {
  color: #cd2129;
}
#footer .social-media ul .smedia-02 a:focus {
  color: #cd2129;
}
#footer .social-media ul .smedia-03 a:hover {
  color: #2caae1;
}
#footer .social-media ul .smedia-04 a:focus {
  color: #dd4b39;
}
#footer .social-media ul .smedia-04 a:hover {
  color: #dd4b39;
}
#footer .footer-bootom {
  background: #191919;
  padding: 21px 0;
  text-align: center;
}
#footer .footer-bootom p {
  color: #88b77b;
  margin-bottom: 0;
}
