a {
  color: #4bb144;
}
a:hover {
  color: #b43437;
}
body {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #333;
  background-image: url(../img/background.svg);
  background-repeat: repeat no-repeat;
  background-size: 600px;
}
h1,
h2,
h3,
h4 {
  color: #b43437;
}
h1 {
  font-size: 2em;
  line-height: 1.25;
}
h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}
h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.05;
  }
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  height: 80px;
  box-sizing: border-box;
  padding: 25px 0 20px 0;
  border-bottom: 3px solid #4bb144;
}
p {
  margin-bottom: 0.8em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}
h1 {
  font-size: 0 !important;
}
.block {
  width: 960px;
  height: 150px;
  margin: 0 auto;
}
.container-principal {
  background-color: #fff;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 38px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 38px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 38px 3px rgba(0, 0, 0, 0.15);
  z-index: 0;
  padding-top: 120px;
}
.container-principal .grid-16 {
  padding: 0 40px;
}
.logo-jif img {
  height: 30px;
}
.bloco-logo {
  margin-bottom: 40px;
}
h2.titulo {
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
}
.descricao {
  margin-bottom: 80px;
}
.descricao p {
  color: #b1b1b1;
  font-size: 1.3em;
}
.menu-header {
  text-align: right;
}
.menu-header ul li {
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
.menu-header ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  transition: all 0.2s;
  position: relative;
  color: #1f8f2b;
}
.menu-header .btn-topo {
  background-color: #b43437;
  color: #fff;
  padding: 16px 20px;
  font-weight: bold;
  outline: none;
  border: 2px solid #fff;
  transition: all 0.2s;
  letter-spacing: 0.1em;
}
.menu-header a.btn-topo:hover {
  border: 2px solid #fff;
  background-color: #b43437;
  color: #fff;
}
.menu-header span.icon-facebook2 {
  font-size: 1.3em;
  margin-left: 5px;
}
h2.subtitulo {
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
h2.subtitulo:after,
h2.subtitulo:before {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  margin: 10px auto 10px auto;
  background: #b43437;
}
h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
.icones .grid-4 {
  text-align: center;
  width: 180px;
}
.btn {
  display: inline-block;
  margin-top: 20px;
  border: 3px solid #b43437;
  padding: 10px 30px;
  color: #b43437;
  font-size: 0.8em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
  letter-spacing: 0.1em;
  position: relative;
}
.btn:hover {
  color: #fff;
  background-color: #b43437;
  border-color: #b43437;
}
.btn-first {
  border-color: #4bb144;
  background-color: #4bb144;
  color: #fff;
}
.block-center {
  text-align: center;
  z-index: 20;
}
.btn-negativo {
  border: 1px solid #fff;
  color: #fff;
}
.contato {
  background-color: #4bb144;
  color: #fff;
}
footer {
  padding: 40px 0;
  z-index: 30;
}
@media only screen and (max-width: 960px) {
  .introducao {
    padding-top: 80px;
  }
  .mobile-menu-btn {
    display: block;
    color: #1f8f2b;
    width: 36px;
    height: 36px;
    margin: 0 20px 0 0;
    border-top: 4px solid;
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
  }
  .mobile-menu-btn::after,
  .mobile-menu-btn::before {
    content: "";
    display: block;
    height: 4px;
    margin-top: 6px;
    background: currentColor;
    position: relative;
    transition: transform 0.2s ease;
  }
  .mobile-menu-btn.active {
    border-top-color: transparent;
  }
  .mobile-menu-btn.active::after {
    margin-top: 0;
    top: 2px;
    transform: rotate(45deg);
  }
  .mobile-menu-btn.active::before {
    margin-top: 0;
    top: 6px;
    transform: rotate(135deg);
  }
  .menu-header.mobile-menu {
    position: fixed;
    background: #fff;
    padding: 10px;
    top: 50px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(60px, 0px, 0px);
    transition: 0.3s;
  }
  .menu-header.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
  }
  .menu-header.mobile-menu li {
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #c1c1c1;
  }
  .menu-header.mobile-menu li a {
    display: block;
    width: 100%;
  }
}
/* Tela Smartphone */
@media only screen and (max-width: 767px) {
  img.responsive {
    width: 100%;
  }
  body {
    background-size: 400px;
  }
  .container-principal .grid-16 {
    padding: 0 20px;
  }
}
.logo-footer {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.locais ul {
  list-style: square;
  padding-left: 20px;
}
.centered {
  /* display: flex;
  justify-content: center;
  align-items: center;
  */
  text-align: center;
}
.icones img {
  width: auto !important;
}
.icones {
  margin-top: 20px;
}
.p-1 {
  padding: 10px;
}
.texto-longo {
  max-width: 620px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
}
.gap-20 {
  gap: 20px;
}
.animate-to-down {
  opacity: 0;
  transform: translate3d(0, -40px, 0);
  transition: 0.5s;
}
.active-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.grid {
  display: grid;
}
.grid-col-2 {
  grid-template-columns: auto auto;
}

.grid-col-2 img {
  justify-self: end;
}
