@charset "UTF-8";
/* CSS Document */
@import url(/lib/fonts/topping_icn_v3.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #FFF;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* CSS Document */
/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
/* CSS Document */
/* paddings */
/* CSS Document */
/* cor de fundo da escolha de línguas */
/* cor do texto da escolha de línguas */
/* cor separador ícones em mobile */
/* CSS Document */
/* CSS Document */
p, li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}

em {
  font-style: italic;
  font-weight: 400i;
}

p {
  margin: 1.25em 0;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  color: #3dae2b;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

#main ul {
  padding-left: 20px;
}

#main ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 20px;
}

strong {
  font-weight: 500;
}

.headings, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.page_title {
  color: #3dae2b;
}

h1 {
  font-size: 1.7em;
  margin-bottom: 0.85em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 0.65em;
}

h4 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h5 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* CSS Document */
.clear {
  clear: both;
}

.cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cont_home {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.sCont {
  height: 100%;
  width: 100%;
}

.faux-shadow-top, section#topo:after {
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}

.faux-shadow-bottom, #topo_rotativo:before {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

a.bt_nav {
  background-color: #FFF;
  color: #32961A;
  font-size: .95em;
  padding: 0px 20px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  text-transform: lowercase;
  border: solid 1px #32961A;
}

a.bt_nav:hover {
  background-color: #32961A;
  transition: 0.2s;
  color: #FFF;
}

/* CSS Document */
section#topo {
  height: 46px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

section#topo:after {
  content: '';
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  height: 5px;
  z-index: 2;
  display: block;
}

section#topo .sCont #logo {
  height: 20px;
  width: 115px;
  position: absolute;
  left: 15px;
  top: 13px;
}

section#topo .sCont #logo svg {
  width: 115px;
  height: 20px;
}

section#topo .sCont #logo svg .logo_cls {
  fill: #3dae2b;
}

section#topo .sCont #menu {
  display: none;
}

section#topo .sCont #linguas {
  position: absolute;
  background-color: #F4F4F4;
  height: 46px;
  right: 0;
  top: 0;
  line-height: 46px;
  width: 40px;
  text-align: center;
}

section#topo .sCont #linguas a {
  color: #999;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

section#topo .sCont .menu_toggle {
  width: 25px;
  height: 16px;
  position: absolute;
  right: 55px;
  top: 15px;
  z-index: 1002;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

section#topo .sCont .menu_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #3dae2b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

section#topo .sCont .menu_toggle span:nth-child(1) {
  top: 0px;
}

section#topo .sCont .menu_toggle span:nth-child(2) {
  top: 7px;
}

section#topo .sCont .menu_toggle span:nth-child(3) {
  top: 14px;
}

section#topo .sCont .menu_toggle.open span {
  background-color: #3dae2b;
  left: 4px;
}

section#topo .sCont .menu_toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
}

section#topo .sCont .menu_toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

section#topo .sCont .menu_toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
}

#f-top {
  height: 46px;
  width: 100%;
}

#menu_mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-top: 46px;
  display: none;
  background-color: #32961A;
}

#menu_mobile.open {
  display: block;
}

#menu_mobile ul {
  padding: 0;
}

#menu_mobile a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 20px;
  border-bottom: solid 1px #FFF;
}

#menu_mobile a span {
  float: right;
}

#menu_mobile > ul li {
  list-style: none;
}

#menu_mobile > ul li > ul {
  display: none;
  background-color: #3dae2b;
}

#menu_mobile > ul li > ul a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  #f-top {
    display: none;
  }
  .menu_toggle {
    display: none;
  }
  section#topo {
    position: relative;
    height: 72px;
    z-index: 6;
  }
  section#topo .sCont {
    position: relative;
  }
  section#topo .sCont #logo {
    height: 36px;
    width: 212px;
    position: absolute;
    left: 18px;
    top: 18px;
  }
  section#topo .sCont #logo svg {
    width: 212px;
    height: 36px;
  }
  section#topo .sCont #menu {
    position: absolute;
    right: 65px;
    top: 0px;
    width: 350px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    height: 72px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    z-index: 5;
  }
  section#topo .sCont #menu > li {
    color: #999;
    line-height: 72px;
    position: relative;
  }
  section#topo .sCont #menu > li a {
    text-decoration: none;
    color: inherit;
    font-size: 15px;
  }
  section#topo .sCont #menu > li a:hover {
    color: #3dae2b;
  }
  section#topo .sCont #menu > li.on > a {
    color: #3dae2b;
  }
  section#topo .sCont #menu > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    display: none;
    background-color: #3dae2b;
    width: 250%;
  }
  section#topo .sCont #menu > li > ul:before {
    position: absolute;
    bottom: 100%;
    left: 20%;
    content: "";
    z-index: 100002;
    background-image: url(/public/icon_seta2.svg);
    width: 12px;
    height: 6px;
    margin-bottom: 0px;
  }
  section#topo .sCont #menu > li > ul li {
    display: block;
    text-align: left;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    line-height: 2.5em;
  }
  section#topo .sCont #menu > li > ul li a {
    padding: 0 20px;
    height: auto;
    white-space: nowrap;
    color: #FFF;
    font-size: .85em;
    display: block;
  }
  section#topo .sCont #menu > li > ul li a:hover {
    background-color: #FFF;
  }
  section#topo .sCont #menu > li > ul li:last-child {
    border-bottom: none;
  }
  section#topo .sCont #linguas {
    height: 72px;
    line-height: 72px;
    text-align: center;
  }
  section#topo .sCont #linguas a {
    color: #999;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  section#topo .sCont {
    height: 120px;
    padding: 20px 0;
  }
  section#topo .sCont #menu {
    width: 400px;
    font-size: 17px;
  }
  section#topo .sCont #menu > li a {
    font-size: 17px;
  }
  section#topo .sCont #menu > li > ul li a {
    font-size: 14px;
  }
  section#topo .sCont #linguas {
    font-size: 16px;
  }
}

/* CSS Document */
/*
display: flex;
justify-content: space-between;
*/
#topo_rotativo {
  position: relative;
  height: 90vw;
  z-index: 1;
}

#topo_rotativo:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 5px;
  z-index: 2000;
  display: block;
}

#topo_rotativo #slider {
  height: 100%;
  width: 100%;
  display: none;
}

#topo_rotativo #slider:first-child {
  display: block;
}

#topo_rotativo #slider .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#topo_rotativo #slider .slide .slide-ph {
  width: 100%;
  height: 90vw;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-delay: 2s;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: relative;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide {
  height: 90vw;
  width: 100%;
  position: absolute;
  padding: 50px;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 26px;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide .title span {
  font-size: .75em;
  display: block;
  margin-bottom: 5px;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide .text, #topo_rotativo #slider .slide .slide-ph .inner_slide .text p {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  color: #FFF;
  line-height: 1.2;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide a {
  color: #FFF;
  text-decoration: none;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide .bt {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 100px;
  height: 30px;
  line-height: 27px;
  border: solid 1px #FFF;
  padding: 0 10px;
  width: 30%;
  font-size: 15px;
  cursor: pointer;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#topo_rotativo #slider .slide .slide-ph .inner_slide .bt:hover {
  background-color: #fff;
  color: #333;
  text-shadow: none;
}

#topo_rotativo #slider .slide .slide-ph .inner_slide .bt span {
  float: right;
  font-size: 1.5em;
}

#topo_rotativo #slider .slide .slide-ph.visible {
  opacity: 1;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#topo_rotativo #slider .slide .slide-ph #paginacao {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  height: 1em;
  width: 100%;
  padding: 0 20px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
}

#topo_rotativo #slider .slide .slide-ph #paginacao .pager {
  cursor: pointer;
  width: 16px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

#icon-ph li.icons {
  background-repeat: no-repeat;
  height: 90px;
  line-height: 50px;
  border-bottom: solid 1px #C6C6C6;
  padding: 20px 20px;
  color: #3dae2b;
  cursor: pointer;
}

#icon-ph li.icons:first-child {
  display: none;
}

#icon-ph li.icons span {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

#icon-ph li.icons span svg {
  height: 50px;
  width: 50px;
}

#icon-ph li.icons span svg .cls-2 {
  fill: #3dae2b;
}

#icon-ph li.icons:hover {
  color: #FFF;
  background-color: #3dae2b;
}

#icon-ph li.icons:hover span svg .cls-1 {
  stroke: #FFF;
}

#icon-ph li.icons:hover span svg .cls-2 {
  fill: #FFF;
}

@keyframes bobble {
  0% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(0px);
  }
  48% {
    transform: translateY(10px);
  }
  51% {
    transform: translateY(0px);
  }
  54% {
    transform: translateY(10px);
  }
  57% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 768px) {
  #topo_rotativo {
    height: 50vw;
  }
  #topo_rotativo #slider {
    height: 100%;
    width: 100%;
    display: none;
  }
  #topo_rotativo #slider:first-child {
    display: block;
  }
  #topo_rotativo #slider .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  #topo_rotativo #slider .slide .slide-ph {
    width: 35.71429%;
    height: 50vw;
    opacity: 0;
  }
  #topo_rotativo #slider .slide .slide-ph.visible {
    opacity: 1;
  }
  #topo_rotativo #slider .slide .slide-ph .inner_slide {
    height: 50vw;
    width: 100%;
    position: absolute;
    padding: 50px;
  }
  #topo_rotativo #slider .slide .slide-ph .inner_slide .bt {
    width: 50%;
  }
  @keyframes appear {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #topo_rotativo #slider .slide .slide-ph #paginacao {
    width: 100%;
  }
  ul#icon-ph {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  ul#icon-ph li.icons {
    background-repeat: no-repeat;
    height: 80px;
    line-height: 1;
    border-top: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    border-right: solid 1px #C6C6C6;
    padding: 15px 0;
    color: #999;
    text-align: center;
    width: 14.29%;
    font-size: 12px;
    position: relative;
  }
  ul#icon-ph li.icons:first-child {
    display: block;
  }
  ul#icon-ph li.icons span {
    float: none;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px auto;
  }
  ul#icon-ph li.icons span svg {
    height: 35px;
    width: 35px;
  }
  ul#icon-ph li.icons span svg .cls-2 {
    fill: #999;
  }
  ul#icon-ph li.icons.on:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: "";
    z-index: 100002;
    background-image: url(/public/icon_seta.svg);
    width: 23px;
    height: 11px;
    margin-left: -11.5px;
  }
  ul#icon-ph li.icons:hover, ul#icon-ph li.icons.on {
    color: #FFF;
    background-color: #3dae2b;
    border-top: solid 1px #3dae2b;
    border-bottom: solid 1px #3dae2b;
    border-right: solid 1px #3dae2b;
  }
  ul#icon-ph li.icons:hover span svg .cls-1, ul#icon-ph li.icons.on span svg .cls-1 {
    stroke: #FFF;
  }
  ul#icon-ph li.icons:hover span svg .cls-2, ul#icon-ph li.icons.on span svg .cls-2 {
    fill: #FFF;
  }
}

@media screen and (min-width: 1024px) {
  #topo_rotativo {
    height: 40vw;
    max-height: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  #topo_rotativo #slider .slide .slide-ph {
    width: 35.71429%;
    height: 40vw;
    max-height: 500px;
    max-width: 400px;
  }
  #topo_rotativo #slider .slide .slide-ph .inner_slide {
    height: 40vw;
    width: 100%;
    position: absolute;
    max-height: 500px;
  }
  #topo_rotativo #slider .slide .slide-ph .inner_slide .bt {
    width: 40%;
    max-width: 160px;
  }
  ul#icon-ph {
    max-width: 100%;
    margin: 0 auto;
  }
  ul#icon-ph li.icons {
    background-repeat: no-repeat;
    height: 120px;
    line-height: 1;
    border-top: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    border-right: solid 1px #C6C6C6;
    padding: 30px 0;
    color: #999;
    text-align: center;
    width: 14.29%;
    font-size: 14px;
    position: relative;
  }
  ul#icon-ph li.icons:first-child {
    display: block;
    border-left: solid 1px #C6C6C6;
  }
  ul#icon-ph li.icons span {
    float: none;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 10px auto;
  }
  ul#icon-ph li.icons span svg {
    height: 45px;
    width: 45px;
  }
  ul#icon-ph li.icons span svg .cls-2 {
    fill: #999;
  }
  ul#icon-ph li.icons.on:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: "";
    z-index: 100002;
    background-image: url(/public/icon_seta.svg);
    width: 23px;
    height: 11px;
    margin-left: -11.5px;
  }
  ul#icon-ph li.icons:hover, ul#icon-ph li.icons.on {
    color: #FFF;
    background-color: #3dae2b;
    border-top: solid 1px #3dae2b;
    border-bottom: solid 1px #3dae2b;
    border-right: solid 1px #3dae2b;
  }
  ul#icon-ph li.icons:hover span svg .cls-1, ul#icon-ph li.icons.on span svg .cls-1 {
    stroke: #FFF;
  }
  ul#icon-ph li.icons:hover span svg .cls-2, ul#icon-ph li.icons.on span svg .cls-2 {
    fill: #FFF;
  }
}

#topo_estatico {
  width: 100%;
  height: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#topo_estatico:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 5px;
  z-index: 2;
  display: block;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

#topo_estatico .title {
  color: #FFF;
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  #topo_estatico {
    height: 150px;
  }
  #topo_estatico .title {
    height: 150px;
    line-height: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  #topo_estatico {
    height: 200px;
  }
  #topo_estatico .title {
    height: 200px;
    line-height: 200px;
  }
}

/* CSS Document */
section#servicos_lista {
  padding: 50px 0;
}

section#servicos_lista .intro_text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  color: #3dae2b;
}

section#servicos_lista ul {
  margin: 0;
  padding: 0;
}

section#servicos_lista ul li {
  display: block;
  border-top: solid 1px #C6C6C6;
  padding: 0;
  margin: 0;
  cursor: pointer;
  padding: 20px;
}

section#servicos_lista ul li:last-child {
  border-bottom: solid 1px #C6C6C6;
}

section#servicos_lista ul li span {
  float: left;
  width: 60px;
  height: 60px;
  left: 20px;
  top: 20px;
  z-index: 2;
}

section#servicos_lista ul li span svg {
  height: 50px;
  width: 50px;
}

section#servicos_lista ul li span svg .cls-2 {
  fill: #3dae2b;
}

section#servicos_lista ul li .text {
  margin-left: 80px;
  z-index: 1;
}

section#servicos_lista ul li .text p {
  margin: 10px 0 0 0;
  line-height: 1.2;
}

section#servicos_lista ul li .text p:first-child {
  margin-top: 0;
}

section#servicos_lista ul li .text p:first-child strong {
  font-size: 1.2em;
}

section#servicos_lista ul li .text p strong {
  font-weight: 700;
  color: #3dae2b;
}

section#servicos_lista ul li .text p:first-child {
  margin-bottom: 5px;
}

section#servicos_lista ul li:hover {
  background-color: #3dae2b;
}

section#servicos_lista ul li:hover .text p {
  color: #FFF;
}

section#servicos_lista ul li:hover .text p a {
  color: inherit !important;
  text-decoration: underline;
}

section#servicos_lista ul li:hover .text p strong {
  color: #FFF;
}

section#servicos_lista ul li:hover span svg .cls-2 {
  fill: #fff;
}

@media only screen and (min-width: 768px) {
  section#servicos_lista {
    padding: 50px 0;
  }
  section#servicos_lista .intro_text {
    padding-bottom: 50px;
    font-size: 1.4em;
  }
  section#servicos_lista ul li {
    width: 45%;
    float: left;
    border-top: none;
    margin: 0 2.5%;
  }
  section#servicos_lista ul li:last-child {
    border-bottom: none;
  }
}

@media only screen and (min-width: 1024px) {
  section#servicos_lista {
    padding: 80px 0;
  }
  section#servicos_lista .intro_text {
    padding-bottom: 80px;
    font-size: 1.5em;
  }
}

/* CSS Document */
section#servicos_detalhe {
  padding: 50px 20px;
}

section#servicos_detalhe .intro {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}

section#servicos_detalhe .intro:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 30px;
  height: 2px;
  background-color: #3dae2b;
}

section#servicos_detalhe .intro span {
  float: left;
  width: 60px;
  height: 60px;
}

section#servicos_detalhe .intro span svg {
  height: 50px;
  width: 50px;
}

section#servicos_detalhe .intro span svg .cls-2 {
  fill: #3dae2b;
}

section#servicos_detalhe .intro .text {
  margin-left: 75px;
  height: 60px;
  max-width: 600px;
}

section#servicos_detalhe .intro .text p {
  margin: 0;
  line-height: 60px;
  height: 60px;
}

section#servicos_detalhe .intro .text p:first-child {
  margin-bottom: 5px;
  font-size: 1.2em;
}

section#servicos_detalhe .intro .text p strong {
  color: #3dae2b;
  font-size: 1.2em;
}

section#servicos_detalhe .col-r {
  margin-top: 30px;
}

section#servicos_detalhe .col-r img {
  width: 100%;
  height: auto;
  display: block;
}

section#servicos_detalhe .fotos {
  margin: 50px 0;
  text-align: center;
}

section#servicos_detalhe .fotos .foto {
  display: inline-block;
  width: 33.33%;
}

section#servicos_detalhe .fotos .foto img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  section#servicos_detalhe {
    padding: 50px 30px;
  }
  section#servicos_detalhe .col-l {
    width: 55%;
    float: left;
    padding-right: 30px;
  }
  section#servicos_detalhe .col-r {
    margin-left: 55%;
    margin-top: 0;
  }
  section#servicos_detalhe .fotos {
    margin: 30px 0;
    text-align: center;
  }
  section#servicos_detalhe .fotos .foto {
    display: inline-block;
    width: 20%;
  }
}

@media only screen and (min-width: 1024px) {
  section#servicos_detalhe {
    padding: 80px 30px;
  }
}

/* CSS Document */
section#footer {
  height: 390px;
  background-color: #3dae2b;
}

section#footer nav {
  height: 360px;
  position: relative;
}

section#footer nav:after {
  content: '';
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 5px;
  z-index: 2;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}

section#footer nav:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 5px;
  z-index: 2;
  display: block;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

section#footer nav .sCont {
  padding: 30px 20px;
  position: relative;
}

section#footer nav .sCont .col1, section#footer nav .sCont .col2 {
  display: none;
}

section#footer nav .sCont .arrow {
  width: 35px;
  height: 17px;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 3;
}

section#footer nav .sCont p {
  color: #FFF;
  font-size: 14px;
}

section#footer nav .sCont p span {
  font-size: 1.25em;
  display: block;
  margin-bottom: 20px;
  border-bottom: solid 1px #FFF;
  padding-bottom: 3px;
}

section#footer nav .sCont .cols {
  margin-top: 30px;
  width: 75%;
}

section#footer nav .sCont .cols a {
  color: #FFF;
}

section#footer nav .sCont .col3 {
  margin-top: 0;
}

section#footer #copy {
  background-color: #000;
  text-align: center;
}

section#footer #copy a {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  section#footer {
    height: 290px;
  }
  section#footer nav {
    height: 260px;
    position: relative;
  }
  section#footer nav .sCont {
    padding: 50px 30px;
    position: relative;
  }
  section#footer nav .sCont .cols {
    float: left;
    margin-top: 0;
  }
  section#footer nav .sCont .col2 {
    display: block;
    width: 25%;
  }
  section#footer nav .sCont .col3 {
    width: 30%;
    margin-left: 7.5%;
  }
  section#footer nav .sCont .col4 {
    width: 30%;
    margin-left: 7.5%;
  }
  section#footer nav .sCont .arrow {
    width: 35px;
    height: 17px;
    position: absolute;
    top: 0px;
    left: auto;
    right: 20%;
    z-index: 6;
  }
  section#footer nav .sCont p {
    color: #FFF;
  }
  section#footer nav .sCont .cols {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  section#footer {
    height: 290px;
  }
  section#footer nav {
    height: 260px;
    position: relative;
  }
  section#footer nav .sCont {
    padding: 50px 30px;
    position: relative;
  }
  section#footer nav .sCont .col1 {
    display: block;
    width: 22%;
    min-width: 200px;
    text-align: center;
  }
  section#footer nav .sCont .col1 svg {
    width: 200px;
    height: 96x;
  }
  section#footer nav .sCont .col2 {
    width: 16%;
    margin-left: 8%;
  }
  section#footer nav .sCont .col3 {
    width: 19%;
    margin-left: 8%;
  }
  section#footer nav .sCont .col4 {
    width: 19%;
    margin-left: 8%;
  }
  section#footer nav .sCont .arrow {
    right: 10%;
  }
  section#footer nav .sCont p span {
    font-size: 1.25em;
    display: block;
    margin-bottom: 20px;
    border-bottom: solid 1px #FFF;
  }
}

/* MODELOS */
/* CSS Document */
section#home {
  padding: 50px 20px;
}

@media only screen and (min-width: 768px) {
  section#home {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  section#home {
    padding: 80px 30px;
  }
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.link-to-google-maps {
  text-align: center;
  font-size: .8em;
}

.link-to-google-maps a {
  color: inherit;
}

section#contactos {
  padding: 50px 20px;
}

section#contactos .col-esq h2 {
  color: #3dae2b;
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
}

section#contactos .col-esq h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #3dae2b;
}

section#contactos .col-esq p {
  margin-top: 10px;
}

section#contactos .col-dir {
  margin-top: 50px;
}

section#contactos .col-dir #form-contactos {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

section#contactos .col-dir #form-contactos input, section#contactos .col-dir #form-contactos textarea {
  border: none;
  background-color: rgba(61, 174, 43, 0.2);
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 5px 0;
  font-size: .9em;
  padding: 5px;
}

section#contactos .col-dir #form-contactos input:first-child, section#contactos .col-dir #form-contactos textarea:first-child {
  margin-top: 0;
}

section#contactos .col-dir #form-contactos textarea {
  height: 150px;
}

section#contactos .col-dir #form-contactos .error {
  background-color: #C00;
  color: #FFF;
}

section#contactos .col-dir #form-contactos button {
  margin-top: 5px;
  border: none;
  background-color: #3dae2b;
  padding: 5px 10px;
  color: #FFF;
  width: 100px;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
}

section#contactos .col-dir #form-contactos button:hover {
  background-color: #32961A;
  transition: 0.2s;
}

section#contactos .col-dir #form-contactos button span {
  float: right;
}

@media only screen and (min-width: 768px) {
  .google-maps {
    position: relative;
    padding-bottom: 33%;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  section#contactos {
    padding: 50px 30px;
  }
  section#contactos .col-esq {
    width: 48%;
    float: left;
  }
  section#contactos .col-dir {
    width: 48%;
    float: right;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  section#contactos {
    padding: 80px 30px;
  }
}

/* CSS Document */
section#blank {
  padding: 50px 20px;
}

@media only screen and (min-width: 768px) {
  section#blank {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  section#blank {
    padding: 80px 30px;
  }
}

body, html {
  min-height: 100%;
  height: 100%;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: -390px;
}

#wrapper:after {
  content: "";
  display: block;
  height: 390px;
}

#wrapper #main {
  background-color: #FFF;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #wrapper {
    margin-bottom: -290px;
  }
  #wrapper #main {
    padding: 50px 0;
  }
  #wrapper:after {
    height: 290px;
  }
}

@media only screen and (min-width: 1024px) {
  #wrapper {
    margin-bottom: -290px;
  }
  #wrapper:after {
    height: 290px;
  }
}
