@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("../font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.banner {
  width: 100%;
  margin-top: -4rem;
  overflow: hidden;
}
.banner .owl-theme {
  display: block;
}
header {
  height: auto;
}
header:after {
  display: block;
  content: " ";
  width: 100%;
  height: 4rem;
  background-image: url(../img/bg-slider.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}
header span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header span .btMenu {
  width: 10rem;
  height: 4rem;
  background: #00c46d;
  color: #fff;
  border-radius: 0.3rem;
  border: 0.5rem solid transparent;
  transition: 0.5s;
  font-size: 2.1rem;
  border-bottom-color: #009151;
  margin-right: 1rem;
}
header span .btMenu:hover {
  margin-top: 3px;
  background: #00c46d;
  color: #fff;
  border: 0.14rem solid #00c46d;
  border-bottom-color: #009151;
}
header span .btMenu:active {
  background: transparent;
  color: #00c46d;
}
header span .btMenu:before {
  content: "\f0c9";
  font-family: "FontAwesome";
}
header span a {
  margin: 1rem 0 1rem 1rem;
}
header nav {
  font-weight: 300;
  transition: 0.5s;
  display: none;
}
header nav a {
  font-size: 2.1rem;
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #a9a9a9;
  font-weight: 300;
}
header nav a:after {
  display: block;
  background: #e7e7e7;
  content: " ";
  height: 0.15rem;
  margin-top: 1rem;
}
header nav a:hover {
  background: #00c46d;
  color: #fff;
}
header nav a:last-child:before {
  content: "\f2be";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}
.fa-angle-left:before {
  content: "\f104";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-angle-right:before {
  content: "\f105";
}
.servico {
  font-size: 3.1rem;
  text-align: center;
  color: #a9a9a9;
  font-weight: 300;
  margin: 2rem 0;
}
.servico:after {
  display: block;
  content: "\f107";
  font-family: "fontAwesome";
  font-size: 2.1rem;
  background: #00c46d;
  width: 2rem;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
}
.tipo-servico {
  padding-top: 2rem;
}
.tipo-servico article {
  margin: 1rem;
}
.tipo-servico article h4 {
  color: #a9a9a9;
  font-size: 2.1rem;
  padding-left: 2rem;
  font-weight: 300;
}
.tipo-servico article h4:before {
  text-align: center;
  display: inline-block;
  content: "\f124";
  font-family: "fontAwesome";
  font-size: 1.8rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  border-radius: 50%;
  color: #fff;
  background: #00c46d;
  margin: 0 1rem 0 -1rem;
  font-weight: 300;
}
.row div figure {
  text-align: center;
  margin: 1rem 0;
  padding: 2rem 0;
}
.row div figure figcaption {
  color: #000;
  padding: 1rem 0;
  font-size: 2.1rem;
}
.row div figure img {
  border-radius: 50%;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-filter: opacity(0.75);
  filter: gray;
  -webkit-filter: grayscale(100%);
  image-rendering: auto;
  transition: 0.4s;
}
.row div figure img:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: opacity(1);
  filter: none;
  -webkit-filter: grayscale(0%);
  image-rendering: auto;
}
.row div figure:nth-child(odd) {
  background-image: url(../img/bg-mobile2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: skewY(-5deg);
}
.row div figure:nth-child(odd) figcaption,
.row div figure:nth-child(odd) img {
  color: #fff;
  transform: skewY(5deg);
}
.slogan {
  background: #eee;
  height: auto;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1rem auto;
}
.slogan p {
  padding: 0.5rem;
  font-size: 1.3rem;
  width: 90%;
  text-align: center;
}
.slogan p strong {
  font-weight: 300;
}
footer {
  border-top: 0.3rem solid #7bc175;
  background: #292c2f;
  min-height: 13rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
footer section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer address {
  margin: 2rem 0;
  width: 32rem;
}
footer address a {
  color: #fff;
  text-decoration: none;
}
footer address a:before {
  content: "\f0e0";
}
footer address span {
  display: inline;
}
footer nav {
  text-align: center;
}
footer nav a {
  display: inline-block;
  margin: 1rem auto;
  text-decoration: none;
  font-size: 1.3rem;
  color: #fff;
  padding: 1rem;
}
footer nav a:hover {
  border: 0.15rem solid #fff;
}
footer nav a:last-child:before {
  content: "\f2be";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
  color: #7bc175;
}
footer address {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  font-style: normal;
}
footer .sobre {
  width: 32rem;
  font-size: 1.3rem;
}
footer .sobre h4 {
  color: #fff;
  text-align: center;
  margin: 1rem 0;
}
footer .sobre p {
  color: #92999f;
}
footer .sobre a {
  background: #33383b;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
  display: block;
  margin: 1rem 1rem 1rem 0;
  transition: 0.5s;
}
footer .sobre a:hover {
  background: #324e97;
}
footer .sobre a:after {
  content: "\f09a";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 2.1rem;
  display: inline-block;
  text-align: center;
  line-height: 3.5rem;
  margin-left: 1.25rem;
}
.icone:before {
  background: #33383b;
  font-family: "FontAwesome";
  border-radius: 50%;
  font-size: 1.3rem;
  width: 3.1rem;
  height: 3.1rem;
  display: inline-block;
  text-align: center;
  line-height: 3.1rem;
  margin: 1rem 1rem 1rem 0;
  font-weight: normal;
  color: #fff;
}
.telefone:before {
  content: "\f095";
}
.endereco:before {
  content: "\f041";
}
.letreiro {
  background-color: #6a37c8;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.letreiro h1 {
  color: #fff;
  font-size: 7.2rem;
  font-weight: 400;
}
.bg-servico {
  background-image: url(../img/banner-servico.jpg);
}
.bg-contato {
  background-image: url(../img/banner-contato.jpg);
}
.box-msg {
  text-align: center;
  font-size: 2.1rem;
  padding: 1rem;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 600;
  margin-left: -2px;
  margin: 1rem;
}
.enviado {
  background: #00c46d;
}
.enviado:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin: 1rem 1rem 1rem 0;
}
.erro {
  background: #e74c3c;
}
.bg-endereco {
  background-image: url(../img/banner-endereco1.jpg);
}
.bg-endereco h1:before {
  content: " ";
  background-image: url(../img/header_icon.svg);
  background-size: 100% 100%;
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.caixa-contato {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  flex-direction: column;
  padding: 1rem;
  transition: 0.5rem;
}
.caixa-telefone {
  margin: 2rem 0;
  width: 30rem;
}
.caixa-telefone h4 {
  font-size: 2.1rem;
  color: #6a37c8;
  margin: 1rem 0;
}
.caixa-telefone p {
  font-size: 1.8rem;
}
.caixa-telefone h2 {
  font-size: 2.4rem;
  color: #e74c3c;
  margin: 1rem 0;
}
#contato {
  width: 35rem;
  border: 0.1rem solid #eee;
  padding: 2rem;
  -moz-box-shadow: 2px 2px 2px #eee;
  -webkit-box-shadow: 2px 2px 2px #eee;
  box-shadow: 2px 2px 2px #eee;
  border: 0.1rem solid #eee;
  -moz-border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  border-radius: 0.7rem;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#contato label {
  font-size: 2.1rem;
  margin: 0.5rem 0;
  color: #34495e;
}
#contato input,
#contato textarea {
  outline: 0 none;
  border-radius: 0.2rem;
}
#contato input #contato input:focus,
#contato textarea #contato input:focus,
#contato input #contato textarea:focus,
#contato textarea #contato textarea:focus {
  outline: 0 none;
}
#contato input[type="text"],
#contato input[type="tel"],
#contato input[type="email"],
#contato textarea {
  font-family: Arial, Verdana;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #b9bdc1;
  width: 300px;
  color: #a9a9a9;
  transition: 0.5s;
}
#contato input[type="text"]:focus,
#contato input[type="tel"]:focus,
#contato input[type="email"]:focus,
#contato textarea:focus {
  -moz-box-shadow: 0 0 2px #00c46d;
  -webkit-box-shadow: 0 0 2px #00c46d;
  box-shadow: 0 0 2px #00c46d;
  border: 0.5px solid #00c46d;
}
#contato span {
  margin: 1rem 0;
}
#contato span input[type="submit"],
#contato span input[type="reset"] {
  padding: 1rem;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  border: 0;
  border-radius: 0.4rem;
  color: #a9a9a9;
  transition: 0.3s;
  border: 0.1rem solid #eee;
  -moz-box-shadow: 2px 2px 2px #eee;
  -webkit-box-shadow: 2px 2px 2px #eee;
  box-shadow: 2px 2px 2px #eee;
  cursor: pointer;
}
#contato span input[type="submit"] {
  background: #fff;
}
#contato span input[type="submit"]:hover {
  background: #00c46d;
  color: #fff;
  box-shadow: 2px 2px 2px #00c46d;
  border: 0;
}
#contato span input[type="reset"] {
  background: #fff;
}
#contato span input[type="reset"]:hover {
  background: #e74c3c;
  color: #fff;
  box-shadow: 2px 2px 2px #e74c3c;
  border: 0;
}
@media screen and (min-width: 768px) {
  .caixa-contato {
    flex-direction: row;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .btMenu {
    display: none;
  }
  header div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  header span a {
    text-decoration: none;
  }
  header span a:after {
    font-size: 1.3rem;
    color: #227428;
    font-weight: 300;
    display: block;
    margin: 1rem 0;
  }
  header nav {
    font-weight: 300;
    transition: 0.5s;
    display: inline;
  }
  header nav a {
    border: 0;
    display: inline-block;
    margin: 1rem auto;
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
    padding: 1rem;
  }
  header nav a:after {
    display: block;
    max-height: 0.1px;
    content: "";
    margin: 0;
    padding: 0;
  }
  header nav a:hover {
    border: 0.15rem solid #7bc175;
    background: #fff;
    color: #7bc175;
  }
  header nav a:last-child:before {
    content: "\f2be";
    font-family: "FontAwesome";
    margin-right: 0.5rem;
    color: #7bc175;
  }
  .row {
    overflow: hidden;
    background-image: url(../img/bg-desktop2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
  }
  .row div {
    width: 120rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .row div figure img {
    margin-right: 2rem;
  }
  .row div figure img:last-child {
    margin-right: 0;
  }
  .row div figure figcaption {
    font-size: 2.1rem;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1rem;
    font-weight: 300;
    color: #fff;
  }
  .row div figure:nth-child(odd) {
    background: transparent;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 120rem;
    margin: 0 auto;
  }
  header div {
    width: 120rem;
  }
  footer span {
    margin: 0 auto;
    width: 120rem;
  }
  .slogan {
    width: 120rem;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -9999;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.grade {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.grade a {
  margin: 0.5rem;
}
.grade a img {
  border-radius: 0.5rem;
}
.gmap3 {
  margin: 2rem auto;
  padding: 1rem;
  width: 100%;
  height: 50rem;
}
