@font-face {
  font-family: "Amble Light";
  src: url("../fonts/amble/light/amble-light.eot?") format("eot"), url("../fonts/amble/light/amble-light.woff") format("woff"), url("../fonts/amble/light/amble-light.ttf") format("truetype"), url("../fonts/amble/light/amble-light.svg#amble-light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Amble Bold";
  src: url("../fonts/amble/bold/amble-bold.eot?") format("eot"), url("../fonts/amble/bold/amble-bold.woff") format("woff"), url("../fonts/amble/bold/amble-bold.ttf") format("truetype"), url("../fonts/amble/bold/amble-bold.svg#amble-bold") format("svg");
  font-weight: normal;
  font-style: normal; }
.pdt100 {
  padding-top: 100px; }

body {
  font-family: "Amble Light";
  text-align: center;
  -webkit-font-smoothing: antialiased; }

#home {
  background: url("../img/bg-home.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 40px; }

/* Menu Mobile: */
#menu-mobile {
  position: fixed;
  color: #fff;
  z-index: 9999; }

#menu-mobile nav {
  background: rgba(148, 44, 46, 0.9);
  display: none;
  position: absolute;
  top: 62px;
  left: -40px; }

#menu-mobile ul {
  list-style: none; }

#menu-mobile nav > ul {
  padding: 0;
  margin: 0; }

#menu-mobile nav > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

#menu-mobile nav > ul > li > a {
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 10px 20px;
  color: #fff;
  width: 300px; }

/* logo */
#logo {
  padding-top: 20%;
  color: #fff;
  font-size: 22px; }

#logo img {
  max-width: 100%; }

#logo p {
  color: #fff; }

#logo hr {
  background: #fff;
  width: 90px;
  height: 2px;
  margin: 45px auto; }

#mouse {
  position: absolute;
  margin-left: -16px;
  bottom: 10%; }

/* */
h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Amble Bold"; }

p {
  font-size: 20px;
  color: #5b5b5f; }

.hr {
  background: #222222;
  width: 90px;
  height: 2px;
  margin: 45px auto; }

#seguranca-alimentar {
  padding: 100px 0; }

/* cuidado */
#cuidado {
  background: url("../img/bg-cuidado.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0; }

/* o que fazemos */
#o-que-fazemos {
  padding: 100px 0; }

@media (max-width: 1210px) {
  #o-que-fazemos ul {
    flex-direction: column; } }
#o-que-fazemos ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-evenly; }

#o-que-fazemos a {
  transition: all 0.3s;
  text-transform: uppercase;
  color: #222; }

#o-que-fazemos nav {
  margin-bottom: 40px; }

#o-que-fazemos a:hover {
  text-decoration: none;
  color: #942c2e; }

#o-que-fazemos figure {
  width: 270px;
  background: #942c2e;
  margin: 10px auto;
  display: block;
  position: relative;
  overflow: hidden; }

#o-que-fazemos figure img {
  transition: all 0.3s; }

#o-que-fazemos figure:hover img {
  opacity: 0.4;
  transform: scale(1.1); }

#o-que-fazemos figure:hover .text {
  opacity: 1;
  top: 50%; }

#o-que-fazemos figure .hr {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  top: 60%; }

#o-que-fazemos figure:hover .hr {
  opacity: 1;
  top: 50%; }

@media (max-width: 1210px) {
  .img-links {
    display: flex;
    flex-direction: column;
    justify-content: center; } }
.img-links {
  display: flex;
  justify-content: space-between; }

.text {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* transparencia */
#transparencia {
  background: url("../img/bg-transparencia.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0; }

/* sobre nos */
#sobre-nos {
  padding: 100px 0; }

#pessoas {
  margin-top: 50px;
  display: flex;
  justify-content: space-between; }

#pessoas figure {
  position: relative; }

@media (max-width: 1110px) {
  #pessoas {
    flex-direction: column; } }
figcaption {
  text-transform: uppercase; }

.nome1 {
  margin-top: -70px;
  font-size: 24px;
  font-family: "Amble Bold"; }

.nome2 {
  margin-top: -55px;
  font-size: 20px;
  font-family: "Amble Bold";
  color: #fff; }

.cargo1 {
  margin-top: -5px; }

.cargo2 {
  margin-top: -5px;
  color: #fff; }

.link-curriculo {
  fill: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px; }

.link-curriculo:hover #link {
  fill: #fff; }

/* onde atuamos */
#bg-onde-atuamos {
  background: url("../img/bg-onde-atuamos.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  height: 500px; }

#onde-atuamos {
  padding: 100px 0; }

#onde-atuamos-mobile {
  display: block; }

#onde-atuamos-mobile figure {
  height: 160px;
  margin-bottom: 50px; }

#onde-atuamos-mobile figure figcaption {
  padding: 10px; }

#onde-atuamos-mobile img {
  width: 150px; }

#onde-atuamos-pc img {
  width: 100px; }

@media (max-width: 1000px) {
  #onde-atuamos-pc {
    display: none; }

  #onde-atuamos-mobile {
    display: block; } }
@media (min-width: 1000px) {
  #onde-atuamos-pc {
    display: table;
    margin-top: 40px;
    width: 100%;
    text-transform: uppercase; }

  #onde-atuamos-mobile {
    display: none; } }
/* clientes */
#alguns-clientes {
  background: #f4f4f4;
  padding: 100px 0; }

#clientes {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* compromisso */
#compromisso {
  background: url("../img/bg-compromisso.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0; }

/* motivo */
#motivo {
  padding: 100px 0; }

#motivo svg {
  height: 115px; }

#motivo .row {
  margin-top: 80px; }

#motivo h3 {
  font-size: 24px;
  font-family: "Amble Bold";
  padding: 50px 0 30px 0; }

#motivo .col-md-4 h3, #motivo .col-md-4 p, #motivo .col-md-4 svg {
  transition: all 0.3s; }

#motivo .col-md-4:hover h3, #motivo .col-md-4:hover p {
  color: #942c2e !important; }

#motivo .col-md-4:hover svg {
  fill: #942c2e !important; }

/* noticias */
#noticias {
  background: #e4e4e4;
  padding: 100px 0;
  text-align: left; }

#noticias ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 50px; }

#noticias li {
  margin-bottom: 30px; }

#noticias li:before {
  background-color: #942c2e;
  content: "";
  display: block;
  margin: 3px 5px 0 -23px;
  height: 15px;
  width: 15px;
  float: left; }

#noticias h1 {
  text-align: center; }

#noticias .tit {
  display: inline-block;
  line-height: 20px !important;
  font-size: 15px;
  font-family: "Amble Bold";
  text-transform: uppercase; }

#noticias p {
  font-size: 15px;
  margin: 0; }

#noticias a {
  color: #942c2e;
  text-align: right;
  display: block; }

.artigo {
  text-align: justify; }

.artigo h1 {
  text-align: center; }

#sidebar {
  text-align: left; }
  #sidebar ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0; }
  #sidebar li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1; }
  #sidebar a {
    color: #942C2E; }

.pesquisa {
  text-align: left;
  margin-bottom: 40px; }
  .pesquisa h3 {
    margin: 0;
    line-height: 23px; }
    .pesquisa h3 a {
      color: #942C2E;
      font-size: 20px;
      font-family: "Amble Bold";
      text-transform: uppercase; }
  .pesquisa p {
    margin: 0;
    line-height: 20px; }
    .pesquisa p a {
      color: #222;
      font-size: 16px; }

#galeria {
  padding: 100px 0; }
  #galeria ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #galeria ul li {
      display: inline-block;
      margin-right: 12px; }

#footer {
  background: #222;
  padding: 100px 0;
  font-weight: bold; }
  #footer p {
    color: #fff;
    font-size: 16px;
    margin-top: 55px; }
  #footer span {
    color: #ff0000; }

#atencao {
  background: url("../img/bg-atencao.jpg") center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0; }

#solicite-uma-visita {
  padding-top: 100px; }
  #solicite-uma-visita #info-visita {
    margin-top: 70px;
    text-align: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+50,e4e4e4+50 */
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f2f2f2 50%, #e4e4e4 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2f2f2 50%, #e4e4e4 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2f2f2 50%, #e4e4e4 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4', GradientType=1);
    /* IE6-9 */ }
    #solicite-uma-visita #info-visita #attento-logo-contato {
      margin-bottom: 40px; }
    #solicite-uma-visita #info-visita table {
      margin: auto; }
      #solicite-uma-visita #info-visita table tr td {
        padding-bottom: 0.5rem; }
        #solicite-uma-visita #info-visita table tr td a {
          color: #222; }
      #solicite-uma-visita #info-visita table tr td:first-child {
        text-align: center;
        padding-right: 10px; }
    #solicite-uma-visita #info-visita form {
      padding-left: 50px; }
      #solicite-uma-visita #info-visita form .wpcf7-form-control {
        background: none;
        border: none;
        width: 100%;
        line-height: 40px;
        margin: 30px 0 50px 0;
        border-bottom: 2px solid #afafaf; }
      #solicite-uma-visita #info-visita form .wpcf7-form-control:focus {
        outline: none; }
      #solicite-uma-visita #info-visita form .wpcf7-form-control::placeholder {
        color: #676767;
        font-size: 18px;
        font-style: italic; }
      #solicite-uma-visita #info-visita form .wpcf7-form-control:-ms-input-placeholder {
        color: #676767;
        font-size: 18px;
        font-style: italic; }
      #solicite-uma-visita #info-visita form .wpcf7-form-control::-ms-input-placeholder {
        color: #676767;
        font-size: 18px;
        font-style: italic; }
      #solicite-uma-visita #info-visita form .bt-enviar {
        border: 3px solid #222;
        margin-top: 15px;
        padding: 10px 40px;
        font-weight: bold;
        font-size: 24px;
        background: none;
        cursor: pointer; }
  #solicite-uma-visita .col-md-5 {
    background: #f2f2f2;
    padding: 40px 0; }
  #solicite-uma-visita .col-md-7 {
    background: #e4e4e4;
    padding: 40px 0; }

#mapa iframe {
  margin-bottom: -7px; }

@media (max-width: 600px) {
  #info-visita form {
    padding: 10px; } }

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