#footer {
  background:#383838;
  position: relative;
  color: #b5b5b5;
  padding: 74px 0 40px 0;
  min-height: 300px;
}
.horario-atendimento{
  color:#dcdcdc;
}

@media (max-width: 768px) {
  #footer:not([class^="offset-"]) {
    margin-top: 0px;
  }
  .home #footer:not([class^="offset-"]) {
      margin-top: 0;
  }
  #header .tt-menu ul li {
      margin-top: 0;
      position: relative;
  }
}

@media (max-width: 991px) {
  #footer {
    padding-bottom: 90px;
  }
}
    
@media (max-width: 768px) {
  #footer {
    padding-top: 81px;
  }
}
@media (min-width: 1050px) {
  #footer:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
#footer:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  height: 4px;
  width: 100%;
  background: #fdc400;
}
#footer .container {
  position: relative;
  z-index: 2;
}
#footer .tt-logo {
  position: relative;
  height: 68px;
  display: inline-block;
  overflow: hidden;
  width: 221px;
}
#footer .tt-logo .logo-icon {
  position: absolute;
  z-index: 0;
  max-height: 69px;
  margin-top: 2px;
}
#footer .tt-logo .logo-letter {
  position: absolute;
  z-index: 1;
  max-height: 69px;
  margin-top: 2px;
}
#footer .tt-logo .logo-text {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: block;
  left: 66px;
  margin-top: -3px;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  letter-spacing: 0.01em;
}
#footer .tt-logo .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 40px;
  left: 61px;
  letter-spacing: 0.06em;
}
#footer .tt-logo .slogan-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#footer .tt-logo .slogan-text span {
  position: relative;
  padding: 0px 18px;
  z-index: 3;
  top: -5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#footer .tt-logo .slogan-text span:before,
#footer .tt-logo .slogan-text span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  margin-top: -2px;
  background: #ffffff;
}
#footer .tt-logo .slogan-text span:before {
  left: 0px;
}
#footer .tt-logo .slogan-text span:after {
  right: 0px;
}
@media (max-width: 550px) {
  #footer .tt-logo .logo-icon {
    max-height: 54px;
    margin-top: 3px;
  }
  #footer .tt-logo .logo-letter {
    max-height: 54px;
    margin-left: -2px;
    margin-top: 3px;
  }
  #footer .tt-logo .logo-text {
    font-size: 35px;
    left: 52px;
    margin-top: -2px;
  }
  #footer .tt-logo .slogan-text {
    top: 34px;
    left: 48px;
    letter-spacing: normal;
  }
  #footer .tt-logo .slogan-text:before {
    height: 16px;
  }
  #footer .tt-logo .slogan-text span {
    font-size: 10px;
    top: -9px;
    padding-left: 13px;
    padding-right: 13px;
    letter-spacing: 0.06em;
  }
  #footer .tt-logo .slogan-text span:before,
  #footer .tt-logo .slogan-text span:after {
    width: 7px;
    margin-top: -1px;
  }
}
#footer .tt-footer-box-info {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 29px;
  color: #b5b5b5;
  padding-right: 15px;
}
#footer .title-aside {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fdc400;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 0 27px 0;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul.menu li a {
  color: #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#footer ul.menu li a:hover {
  color: #fdc400;
}
#footer ul.menu li:first-child {
margin-top: 0;
}
#footer ul.menu li:not(:first-child) {
  margin-top: 10px;
}
.social-services iframe.twitter-timeline {
    max-width: 360px !important;
}
#footer .tt-social-icon {
  margin-top: 31px;
  margin-bottom: 16px;
}
#footer .tt-social-icon li,
#footer .tt-social-icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
}
#footer .tt-social-icon i {
  position: relative;
  color: #181818;
  font-size: 19px;
  margin-left: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

#footer .tt-social-icon li {
  padding: 0;
  cursor: default;
  margin-top: 0;
  margin-right: 16px;
}
#footer .tt-social-icon li:last-child {
  margin-right:0;
}

#footer .tt-social-icon li:hover a:before {
  background: #ffffff !important;
}
#footer .tt-social-icon li:hover i {
  color: #fdc400;
}
#footer .tt-baner-01 {
  background: #ffffff;
  display: inline-block;
  width: 271px;
  margin-top: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 7px 0 12px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #footer .tt-baner-01 {
    margin-top: 31px;
  }
}
#footer .tt-baner-01 .tt-logo-banner {
  position: relative;
  height: 63px;
  display: inline-block;
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
#footer .tt-baner-01 .tt-logo-banner .logo-icon {
  position: absolute;
  z-index: 0;
  max-height: 63px;
}
#footer .tt-baner-01 .tt-logo-banner .logo-letter {
  position: absolute;
  z-index: 1;
  max-height: 63px;
}
#footer .tt-baner-01 .tt-logo-banner .logo-text {
  color: #393939;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: block;
  left: 59px;
  top: 2px;
  font-size: 40px;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  letter-spacing: 0.01em;
}
#footer .tt-baner-01 .tt-logo-banner .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 36px;
  left: 54px;
  letter-spacing: 0.06em;
}
#footer .tt-baner-01 .tt-logo-banner .slogan-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#footer .tt-baner-01 .tt-logo-banner .slogan-text span {
  position: relative;
  padding: 0px 18px;
  z-index: 3;
  top: -7px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#footer .tt-baner-01 .tt-logo-banner .slogan-text span:before,
#footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  margin-top: -1px;
  background: #ffffff;
}
#footer .tt-baner-01 .tt-logo-banner .slogan-text span:before {
  left: -1px;
}
#footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
  right: -1px;
}
#footer .tt-baner-01 address {
    color: #2b2b2b;
    font-size: 12px;
    line-height: 1.3;
    padding: 0 10px;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 8px;
}
#footer .tt-baner-01 address span.tel {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1d;
  font-size: 21px;
  padding-bottom: 6px;
  font-weight: 500;
}
#footer .tt-baner-01 address span.tel a {
  display: inline-block;
  position: relative;
  z-index: 7;
  color: #1d1d1d;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#footer .tt-baner-01 address span.tel a:hover i {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
#footer .tt-baner-01 address span.tel i {
  color: #fdc400;
  margin-right: 7px;
  font-size: 20px;
  display: inline-block;
}
#footer .tt-baner-01:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#footer .tt-baner-01:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#footer .tt-footer-copyright {
  color: #ffffff;
  font-size: 16px;
  margin: 27px 0 0 0;
  font-weight: lighter;
}
#footer .col-list {
  position: relative;
}

#footer .col-list .extra-indent {
  padding: 0 0 0 78px;
}
.footer-before-space {
    margin-bottom: 140px;
    display: block;
    width: 100%;
    clear: both;
}

@media (max-width: 767px) {
  #custom_html-3 .col-xs-12.extra-indent,
  #custom_html-4 .col-xs-12.extra-indent {
      margin-top: 50px;
  }
}

@media (min-width: 1219px) {
  #footer .col-promo {
    text-align: right;
  }
  #footer .col-promo .tt-social-icon {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 17px;
  }
}
@media (max-width: 1220px) {
  #footer .col-logo {
    text-align: center;
  }
  #footer .col-logo .tt-logo {
    margin: 0 auto;
    text-align: left;
  }
  #footer .col-list {
    margin-top: 40px;
  }
  #footer .col-list:before {
    margin-left: 0;
    top: 0;
  }
  #footer .col-list .extra-indent {
    text-align: center;
    padding: 0;
  }
  #footer .col-promo {
    text-align: center;
  }
  #footer .tt-footer-copyright {
    text-align: center;
    margin-top: 40px;
  }
  #footer .tt-social-icon {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #footer .col-list:before {
    display: none;
  }
  #footer .col-list .extra-indent:not(:first-child) {
    margin-top: 40px;
  }
  #footer .tt-footer-copyright {
    margin-top: 24px;
  }
}

.footer-copyright{
  text-align: right;
  color:#fff;
}

@media (max-width: 767px) {
  .footer-copyright{
    margin-top: 30px;
    text-align: center;
  }
}
.back-to-top i {
  line-height: 75px;
  display: inline-block;
  outline: none;
}
@media (max-width: 991px) {
  .back-to-top {
    right: 2%;
    width: 54px;
    height: 54px;
    bottom: 2%;
  }
  .back-to-top i {
    font-size: 20px;
    line-height: 55px;
    top: -2px;
    position: relative;
  }
}
.back-to-top:hover {
  background-color: #fdc400;
  -webkit-animation: ripple 0.5s linear 1;
  animation: ripple 0.5s linear 1;
}
.back-to-top:hover i {
  animation: hover-arrow alternate infinite 0.6s;
  -moz-animation: hover-arrow alternate infinite 0.6s;
  -webkit-animation: hover-arrow alternate infinite 0.6s;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3), 0 0 0 10px rgba(253, 195, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3), 0 0 0 10px rgba(253, 195, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3), 0 0 0 10px rgba(253, 195, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3), 0 0 0 10px rgba(253, 195, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
  }
}
@media (min-width: 991px) {
  @-webkit-keyframes hover-arrow {
    0% {
      line-height: 85px;
    }
    0% {
      line-height: 75px;
    }
    100% {
      line-height: 85px;
    }
  }
  @keyframes hover-arrow {
    0% {
      line-height: 85px;
    }
    0% {
      line-height: 75px;
    }
    100% {
      line-height: 85px;
    }
  }
}
@media (max-width: 991px) {
  @-webkit-keyframes hover-arrow {
    0% {
      line-height: 65px;
    }
    0% {
      line-height: 54px;
    }
    100% {
      line-height: 65px;
    }
  }
  @keyframes hover-arrow {
    0% {
      line-height: 65px;
    }
    0% {
      line-height: 54px;
    }
    100% {
      line-height: 65px;
    }
  }
}

#footer h3{
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 0 27px 0;
  color: #fdc400;
}