@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
* {
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pmocItens {
    border-radius: 10px;
    padding: 10px; 
    text-align: center;
}

.pmocItens div {
    background-color: #eee;
    border-radius: 25px;
    min-height: 200px;
    padding: 10px;
}

.pmocItens img {
    margin: 20px 0;
}

.pmocItens span {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.active a {
    color: #d55532 !important;
    border-bottom: 2px solid #d55532;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(216,84,56, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-light .navbar-toggler {
    border-color: #376dfc !important;
}
.menu {
    background-color: #fff;
}
.menu ul li {
    margin: 15px;
}
.menu ul li a {
    color: #000;
    padding: 0 !important;
}
.contato-top-home {
    background-color: #293956;
    position: relative;
    top: -32px;
    padding: 20px;
    border-radius: 0 0px 20px 20px;
}
.contato-top-home .orcamento-h5 {
    color: #d55532 !important;
    margin: 0;
}
.contato-top-home a {
    color: #fff !important;
}
.contato-top-home a strong {
    font-weight: 900;
}
.contato-top-home a span {
    font-size: 12px;
}
.contato-top-celular {
    background-color: #293956;
    position: relative;
    padding: 5px;
}
.contato-top-celular .orcamento-h5 {
    color: #d55532 !important;
    margin: 0;
}
.contato-top-celular a {
    color: #fff !important;
}
.contato-top-celular a strong {
    font-weight: 900;
}
.contato-top-celular a span {
    font-size: 12px;
}
.sobre {
    background-image: url(../img/back-excelencia.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.sobre h1 {
    color: #d55532;
    font-weight: 600;
}
.sobre h4 {
    color: #676767;
}
.sobre .card {
    border: 0px;
    background-color: transparent;
}
.sobre .card-body {
    color: #737373;
}
.sobre .card-header {
    background-color: transparent;
    border-bottom: 1px solid #d55532;
    padding: 5px 0;
}
.sobre .card-header .btn-link {
    color: #d55532;
    text-decoration: none !important;
    outline: 0 !important;
    padding: 0;
}
.servicos {
    background: #e6e6e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e4), to(#fff));
    background: linear-gradient(to bottom, #e6e6e4 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e4', endColorstr='#ffffff',GradientType=0 );
}
.servicos h1 {
    color: #d55532;
    font-weight: 900;
}
.servicos h3 {
    color: #676767;
}
.servicos .card-body {
    padding: 0;
}
.servicos .card-body h5 {
    background-color: #d55532;
    color: #fff;
    margin: 0;
    padding: 6px 0;
    min-height: 59px;
}
.whatsaap {
    background-color: #d55532;
    padding: 11px 10px;
    font-size: 15px;
    width: 223px;
    z-index: 1000;
    position: fixed;
    top: 200px;
    cursor: pointer;
}
.whatsaap span {
    color: #fff !important;
}
.whatsaap a,
.whatsaap span {
    color: #fff;
}
.whatsaap a:hover,
.whatsaap span:hover {
    color: #fff;
}
.clientes-atendidos h2 {
    color: #d55532;
    font-weight: 900;
}
.footer .contato {
    background-color: #e6e6e4;
}
.footer .contato h2 {
    color: #d55532;
    font-weight: 900;
}
.footer .contato h6 {
    color: #676767;
}
.footer .contato .form-control {
    border: 1px solid #737373;
    border-radius: 0px;
}
.footer .contato .btn-enviar {
    background-color: #293a58;
    color: #fff;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px;
}
.contato-sec {
    background-color: #e6e6e4;
    position: relative;
    width: 100%;
}
.contato-footer {
    background-color: #d55532;
    border-radius: 25px 25px 0px 0px;
}
.contato-footer .solicite {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px;
}
.contato-footer a {
    color: #fff;
}
.contato-footer a:hover {
    color: #fff;
}
.contato-footer .telefone {
    color: #fff;
    font-weight: 900;
}
.contato-footer .telefone span {
    font-size: 10px !important;
    color: #fff;
    font-weight: 100;
}
.qube {
    background-color: #2e4160;
}
.qube a,
.qube span {
    color: #fff;
}
.qube a:hover,
.qube span:hover {
    color: #fff;
}
.qube a {
    font-size: 11px;
}
@media (max-width: 576px) {
    h1,
    h2,
    h3,
    h4 {
        font-size: 18px !important;
    }
    .menu {
        position: relative;
    }
    .sobre {
        background-image: none;
    }
    .contato-footer {
        z-index: 3;
    }
    .contato-footer .solicite {
        font-size: 15px;
    }
    .contato-footer a {
        font-size: 12px;
    }
    .whatsaap {
        background-color: #d55532;
        padding: 11px 10px;
        font-size: 15px;
        width: 100%;
        z-index: 1000;
        position: fixed;
        cursor: pointer;
        bottom: 0;
        top: auto;
    }
}
@media (max-width: 992px) {
    .contato-top-home {
        display: none;
    }
}
@media (max-width: 1200px) {
    .menu ul li a {
        font-size: 12px;
    }
    .menu .logo {
        width: 100px !important;
    }
    .sobre {
        background-image: none;
    }
}

#whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 1000;
  }
  
  #whatsapp-btn button:focus {
    outline: none;
  }
  
  #whatsapp-btn button {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s ease;
    animation: pulse 2s infinite;
    padding: 0;
  }
  
  #whatsapp-btn span {
      position: absolute;
      right: -16px;
      width: 203px;
      margin-top: 10px;
      background-color: #919191;
      height: 30px;
      color: #FFF;
      padding: 10px;
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 10px;
      z-index: -1;
  
  }
  
  #whatsapp-btn .fa-whatsapp {
    font-size: 2em;
  }
  
  #wpp-link-btn {
    line-height: 0.5rem;
  }
  
  #whatsapp-btn .box-option {
    display: none;
    background-color: #eee5de;
    width: 220px;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    border-radius: 19px;
    border: 1px solid #d2ccc5;
    font-size: 13px;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #25d366;
      box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }

/*# sourceMappingURL=custom.css.map */
