body {
  font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase; }

h2 {
  text-align: center;
  font-size: 3.5rem; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 25px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #66bd21; }
  a:focus, a:hover {
    text-decoration: none;
    color: #376612; }

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: white; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: black;
    border: 1px solid black; }
  #mainNav .navbar-brand {
    font-weight: 700;
    width: 280px;
    height: 240px;
    background: url("../img/logo_rgt_big.png") no-repeat top left scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -31px; }
  #mainNav a {
    color: black; }
  #mainNav #navbarResponsive {
    margin-top: -144px; }
  #mainNav .navbar-nav .nav-link {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-link:hover {
      color: #66bd21 !important;
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-link:active, #mainNav .navbar-nav .nav-link:focus {
      outline: none;
      color: #66bd21; }
  #mainNav.navbar-shrink {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    #mainNav.navbar-shrink .navbar-brand {
      margin-left: 0px;
      height: 80px;
      margin-top: -10px; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-transition: background 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s;
      -moz-transition: background 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s;
      -o-transition: background 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s;
      transition: background 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent;
      color: white; }
      #mainNav a {
        color: white; }
      #mainNav.navbar-shrink {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: white;
        color: black; }
        #mainNav.navbar-shrink #navbarResponsive {
          margin-top: 0px; }
        #mainNav.navbar-shrink .navbar-brand {
          margin-left: 0px;
          background-image: url("../img/logo_rgt.png");
          height: 80px;
          margin-top: -10px;
          margin-bottom: -10px; }
        #mainNav.navbar-shrink a {
          color: black; }
      #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3); }
        #mainNav .nav-link.active:hover {
          color: white; } }
  @media (max-width: 992px) {
    #mainNav #navbarResponsive {
      margin-top: 0px; }
    #mainNav .navbar-brand {
      height: 60px;
      background-image: url("../img/logo_rgt.png");
      margin-left: 0px; } }

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/header_bg_01.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 35px; }
    .masthead .intro-body .intro-text {
      font-size: 18px; }
  @media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0; }
      .masthead .intro-body .brand-heading {
        font-size: 70px; }
      .masthead .intro-body .intro-text {
        font-size: 22px; } }

#about {
  color: white;
  background: url("../img/header_bg_02.jpg") no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #about h3 {
    margin-bottom: 12px; }
  #about p {
    text-align: justify; }
  #about .btn {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px; }

#servicos {
  background: white; }
  #servicos h2 {
    color: #66bd21; }
  #servicos .servico-item {
    padding: 0 20px 40px 20px; }
    @media (max-width: 992px) {
      #servicos .servico-item {
        text-align: center; } }
    #servicos .servico-item img {
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        #servicos .servico-item img {
          margin: 0 auto 15px;
          display: block; } }
    #servicos .servico-item h3 {
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        #servicos .servico-item h3 {
          text-align: center !important; } }
    #servicos .servico-item p {
      margin: 0 0 10px;
      font-size: 14px; }
      @media (min-width: 768px) {
        #servicos .servico-item p {
          margin: 0 0 10px; } }
      @media (max-width: 992px) {
        #servicos .servico-item p {
          text-align: center !important; } }

#residuos {
  padding-top: 0; }
  #residuos h2 {
    color: #66bd21; }
  #residuos .row {
    margin: 0; }
  #residuos .col-sm {
    display: table;
    padding: 0; }
  #residuos .residuos-item {
    background-size: cover;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px; }
    #residuos .residuos-item.cartao {
      background-image: url("../img/cartao.jpg"); }
    #residuos .residuos-item.vidro {
      background-image: url("../img/vidro.jpg"); }
    #residuos .residuos-item.madeira {
      background-image: url("../img/madeira.jpg"); }
    #residuos .residuos-item.organicos {
      background-image: url("../img/organico.jpg"); }
    #residuos .residuos-item.metal {
      background-image: url("../img/metal.jpg"); }
    #residuos .residuos-item.plastico {
      background-image: url("../img/plastico.jpg"); }
    #residuos .residuos-item.pneus {
      background-image: url("../img/pneus.jpg"); }
    #residuos .residuos-item.ribs {
      background-image: url("../img/ribs.jpg"); }
    #residuos .residuos-item.rcd {
      background-image: url("../img/rcd.jpg"); }
    #residuos .residuos-item h4 {
      margin: 0;
      color: white; }

#contact {
  padding-top: 0;
  padding-bottom: 60px; }
  #contact h2 {
    color: #66bd21; }
  #contact h4 {
    color: #66bd21;
    margin-bottom: 10px; }
    #contact h5 {
    color: #66bd21;
    margin-bottom: 10px; }
  #contact p {
    margin-bottom: 10px; }
    #contact p i {
      color: #66bd21;
      margin-right: 10px;
      font-size: 1.3rem; }
      #contact p i.fa-mobile {
        font-size: 1.6rem; }
  #contact .btn {
    margin-bottom: 40px; }

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent !important; }
  .btn-circle i {
    margin: 0 !important; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }

.content-section {
  padding-top: 150px;
  padding-bottom: 150px; }

#form-wrapper h3 {
  color: #66bd21;
  margin: 0; }

#form-wrapper #map {
  width: 100%;
  height: 500px;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .content-section {
    padding-top: 120px;
    padding-bottom: 120px; }
  #map {
    height: 350px; } }

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #66bd21;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: white;
  border-radius: 4px; }
  .btn i {
    margin-right: 6px; }
  .btn:focus, .btn:hover {
    background: white; }

.btn-default {
  color: #66bd21;
  border: 1px solid #66bd21;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: white;
    border: 1px solid #66bd21;
    outline: none;
    background-color: #66bd21; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p, footer a {
    font-size: 14px;
    display: inline-block;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }
