﻿html {
  font-size: 17px;
  /*min-width: 380px;*/
}

body {
  font-family: "Hind", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}*/
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #333333;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none;
}

.alinks:hover {
  filter: Alpha(Opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #333333;
}

.has-error .help-block {
  font-size: 0.7em;
  color: red;
  margin: 0 15px 0 15px;
  background-color: white;
  padding: 0 5px 0 10px;
  border: #a94442 1px solid;
  border-top: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*.has-error .control-label {
    color: white;
}*/
/* ------------------------------------------------ */
/* MISC STUFF */
.botaoWrapper {
  white-space: nowrap;
}
.botaoWrapper .botaoX {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 6px 20px 3px 20px;
  /*font-size: .8em;*/
  border: none;
  text-wrap: none;
  display: inline-block;
}
.botaoWrapper .botaoX.botaoBranco {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.botaoWrapper .botaoX.botaoBranco:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.botaoWrapper .botaoX.botaoVerde {
  background-color: #2e9489;
  border: 1px solid #2e9489;
  color: white;
}
.botaoWrapper .botaoX.botaoVerde:hover {
  background-color: #989898;
  border: 1px solid rgba(152, 152, 152, 0.3);
}
.botaoWrapper .botaoX.botaoBrancoT {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid white;
  color: white;
}
.botaoWrapper .botaoX.botaoBrancoT:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

table#tlist thead tr th.sorting, table#tlist thead tr th.sorting_asc, table#tlist thead tr th.sorting_desc {
  background-color: rgb(200.25, 200.25, 200.25);
  border-right: solid 3px white;
}
table#tlist thead tr th.sorting_disabled {
  background-color: rgb(207.9, 207.9, 207.9);
  border-right: solid 3px white;
}

.preview img {
  max-width: 250px;
}

.has-float-label {
  margin-bottom: 15px;
}
.has-float-label .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: red;
  font-size: 0.6em;
}

div#loginSection {
  z-index: 1035;
  position: fixed;
  top: -10px;
}

#loginPartial {
  padding: 3px;
}

header {
  position: relative;
  /* /#social */
}
header #social {
  position: relative;
  z-index: 1;
  color: white;
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
header #social span {
  font-size: 0.8em;
}
header #social a {
  color: #3c3c3c;
  margin-left: 5px;
  text-decoration: none;
}
header #social a:hover {
  color: #333333;
}
header #social .barraInicial {
  padding: 15px 0 0 0;
  float: right;
  /*line-height: .6em;
  font-size: .6em;*/
  /* UL das Langs */
}
header #social .barraInicial ul#lang {
  display: inline-block;
  padding-left: 0;
  margin-top: 5px;
}
header #social .barraInicial ul#lang li {
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
}
header #social .barraInicial ul#lang li a {
  margin: 0;
}
header #social .barraInicial .svgImage {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
header #social .barraInicial .svgImage path, header #social .barraInicial .svgImage circle {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header #social .barraInicial .svgImage:hover path {
  fill: black;
}
header #social .barraInicial .svgImage:hover circle {
  stroke: black;
}
header #menuBar {
  /*background-color: #303030;*/
  position: relative;
  z-index: 1032;
  /* /navbarWrapper */
  /* Items activos/selecionados */
}
header #menuBar .navbarWrapper {
  width: 100%;
  /* /#menu */
}
header #menuBar .navbarWrapper #menu {
  /* /navbar-default */
}
header #menuBar .navbarWrapper #menu.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  /* /navbar-header */
}
@media (min-width: 768px) {
  header #menuBar .navbarWrapper #menu.navbar-default {
    margin-bottom: 36px;
  }
}
header #menuBar .navbarWrapper #menu.navbar-default .navbar-header {
  text-align: center;
}
header #menuBar .navbarWrapper #menu.navbar-default .navbar-header .navbar-brand {
  padding: 0;
}
header #menuBar .navbarWrapper #menu.navbar-default .navbar-header .navbar-brand > img {
  position: relative;
  width: 182px;
  height: 64px;
}
header #menuBar .navbarWrapper #menu.navbar-default .navbar-header .navbar-toggle {
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: auto;
  float: right;
}
header #menuBar .navbarWrapper #menu.navbar-default .navbar-header .navbar-toggle:hover, header #menuBar .navbarWrapper #menu.navbar-default .navbar-header .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.4);
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar.navbar-collapse {
  padding-right: 0;
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar.in, header #menuBar .navbarWrapper #menu.navbar-default #navbar.collapsing {
  background-color: rgba(0, 0, 0, 0.7);
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav {
  position: relative;
  top: 0;
  right: 5px;
  clear: right;
}
@media (min-width: 768px) {
  header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav {
    position: relative;
    top: 20px;
    clear: right;
    right: 0;
    float: right;
  }
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li {
  /*padding-left: 5px;

  @media (min-width: 1200px) {
      padding-left: 18px;
  }*/
  /* Items */
}
@media (min-width: 768px) {
  header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li {
    border-left: solid 1px #989898;
  }
  header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li:first-child {
    border-left: none;
  }
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li:last-child > a {
  padding-right: 0;
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > a {
  color: #333333;
  font-size: 1em;
  /*text-transform: uppercase;*/
  padding: 10px 10px 5px 10px;
}
@media (min-width: 768px) {
  header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > a {
    padding: 5px 20px 5px 20px;
  }
}
@media (min-width: 1200px) {
  header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > a {
    font-size: 1em;
  }
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > a.active {
  color: black;
  background-color: transparent;
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li.open > a,
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li.open > a:hover,
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li.open > a:focus {
  color: black;
  background-color: transparent;
  text-align: center;
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.2em;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media (min-width: 768px) {
  header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > .dropdown-menu {
    text-align: left;
  }
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > .dropdown-menu > li:hover > a, header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > .dropdown-menu > li:focus > a, header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > .dropdown-menu > li.active > a {
  color: black;
  background-color: transparent;
}
header #menuBar .navbarWrapper #menu.navbar-default #navbar .navbar-nav > li > .dropdown-menu > li > a {
  padding: 3px 20px;
  font-weight: 700;
  color: white;
}
header #menuBar .navbar-default .navbar-nav > .active > a,
header #menuBar .navbar-default .navbar-nav > .active > a:hover,
header #menuBar .navbar-default .navbar-nav > .active > a:focus,
header #menuBar .navbar-default .navbar-nav > li > a:hover,
header #menuBar .navbar-default .navbar-nav > li > a:focus,
header #menuBar .navbar-default .navbar-nav > li.active a {
  color: black !important;
  position: relative;
  background-color: transparent;
}

/* Fim Header */
footer {
  font-size: 0.9em;
}
footer .footerLogos {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .footerData {
  padding-top: 60px;
  padding-bottom: 120px;
  font-weight: 300;
  color: white;
  background-color: #333333;
}
footer .footerData a {
  color: white;
}
footer .footerData a:hover {
  color: #989898;
}
footer .footerData .col-sm-6,
footer .footerData .col-md-4 {
  padding: 0;
}
footer .footerData .footerBlock {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footerData .footerBlock {
    text-align: left;
    margin-bottom: 0;
  }
}
footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
  display: table;
  margin: 0 auto;
  width: 200px;
  position: relative;
}
@media (min-width: 768px) {
  footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
    width: 200px;
  }
}
@media (min-width: 992px) {
  footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
    width: 180px;
  }
}
footer .footerData .footerBlock .footerBlock1 .linhaFooter, footer .footerData .footerBlock .footerBlock2 .linhaFooter, footer .footerData .footerBlock .footerBlock3 .linhaFooter {
  width: 45px;
  height: 2px;
  background-color: #2e9489;
  margin-bottom: 15px;
  display: inline-block;
}
footer .footerData .footerBlock .footerBlock1 .titulo, footer .footerData .footerBlock .footerBlock2 .titulo, footer .footerData .footerBlock .footerBlock3 .titulo {
  color: #2e9489;
  margin-bottom: 10px;
}
footer .footerData .footerBlock .footerBlock1 .texto, footer .footerData .footerBlock .footerBlock2 .texto, footer .footerData .footerBlock .footerBlock3 .texto {
  color: white;
}
footer .footerData .footerBlock .footerBlock1 .texto a, footer .footerData .footerBlock .footerBlock2 .texto a, footer .footerData .footerBlock .footerBlock3 .texto a {
  color: white;
}
footer .footerData .footerBlock .footerBlock1 .texto a:hover, footer .footerData .footerBlock .footerBlock2 .texto a:hover, footer .footerData .footerBlock .footerBlock3 .texto a:hover {
  color: #989898;
}
footer .footerData .footerBlock .footerBlock3 .svgImage {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
footer .footerData .footerBlock .footerBlock3 .svgImage path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: white;
}
footer .footerData .footerBlock .footerBlock3 .svgImage circle {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  stroke: white;
}
footer .footerData .footerBlock .footerBlock3 .svgImage:hover path {
  fill: #989898;
}
footer .footerData .footerBlock .footerBlock3 .svgImage:hover circle {
  stroke: #989898;
}
@media (min-width: 768px) {
  footer .footerData .footerBlock .borderLeft {
    border-left: #989898 2px solid;
    position: absolute;
    top: 0;
    height: 150px;
  }
}
@media (min-width: 992px) {
  footer .footerData .footerBlock .borderLeft {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  footer .footerData .footerBlock .borderLeft {
    height: 160px;
  }
}
footer .footerLine {
  font-size: 0.8em;
  background-color: #3c3c3c;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  footer .footerLine .pull-left, footer .footerLine .pull-right {
    width: 100%;
    text-align: center;
  }
}
footer .footerLine img {
  margin-left: 3px;
  width: 95px;
  vertical-align: text-top;
}
footer .footerLine a {
  color: white;
}
footer .footerLine a:hover {
  color: #989898;
}
footer .footerLine.padBottom {
  padding-bottom: 77px;
}

.pt2020 {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: center;
}
.pt2020 img {
  display: inline-block;
}

/* /misc stuff */
/* ------------------------------------------------ */
.menuStick-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1031;
  right: 0;
  left: 0;
}

.mapa iframe {
  pointer-events: none;
}

.slideWrapper {
  position: relative;
  text-align: center;
}
.slideWrapper .slideContentWrapper {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
}
.slideWrapper .slideContentWrapper .slideContent .textBlock {
  color: white;
  font-size: 2em;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .slideWrapper .slideContentWrapper .slideContent .textBlock {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .slideWrapper .slideContentWrapper .slideContent .textBlock {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  .slideWrapper .slideContentWrapper .slideContent .textBlock {
    font-size: 5em;
  }
}
.slideWrapper .slideContentWrapper .slideContent .textBlock .normalText {
  padding: 5px 10px 5px 10px;
}
.slideWrapper .slideContentWrapper .slideContent .textBlock .backBoldText {
  background-color: rgba(46, 148, 137, 0.7);
  font-weight: 700;
  padding: 5px 10px 0 10px;
}
.slideWrapper .slideContentWrapper .slideContent .botaoWrapper .botaoX {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

.mapaWrapper {
  position: relative;
  clear: both;
  overflow: hidden;
}
.mapaWrapper .embed-responsive-16by9 {
  padding-bottom: 30.25%;
}

/* VARIAS SECTIONS */
section {
  /*padding-top: 107px;*/
  padding-bottom: 60px;
}

section#backofficeMenu {
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

section#contadores {
  background-color: #2e9489;
  padding-top: 50px;
  padding-bottom: 30px;
}
section#contadores .contadoresWrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section#contadores .contadoresWrapper .itemContador {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
section#contadores .contadoresWrapper .itemContador .numero {
  font-size: 2.3em;
  /*margin-bottom: 5px;*/
  line-height: 0.8em;
  font-weight: 700;
}
section#contadores .contadoresWrapper .itemContador .barraSep {
  width: 55px;
  height: 2px;
  display: inline-block;
  background-color: rgb(91.7422680412, 204.2577319588, 192.1237113402);
  margin-bottom: 5px;
  opacity: 0.5;
}
section#contadores .contadoresWrapper .itemContador .descricao {
  font-size: 1.2em;
  line-height: 1.1em;
}

.linhaLaranja {
  width: 90px;
  height: 2px;
  background-color: #ee7b23;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

section#mainDestaques {
  margin-top: 30px;
}
section#mainDestaques .mainDestaquesWrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#mainDestaques .mainDestaquesWrapper .imageWrapper img {
  width: 100%;
}
section#mainDestaques .mainDestaquesWrapper .mainDestaquesTextWrapper .tituloDestaques {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
}
section#mainDestaques .mainDestaquesWrapper .mainDestaquesTextWrapper .textoPeqDestaques {
  color: #3c3c3c;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.frasePara {
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #989898;
  display: none;
}
@media (min-width: 768px) {
  .frasePara {
    display: block;
    height: 274px;
  }
}
@media (min-width: 992px) {
  .frasePara {
    height: 385px;
  }
}
@media (min-width: 1200px) {
  .frasePara {
    height: 460px;
  }
}
.frasePara img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: auto;
}
.frasePara .textContentWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frasePara .textContentWrapper .textContent {
  color: white;
  position: relative;
  padding-left: 90px;
  overflow: hidden;
}
.frasePara .textContentWrapper .textContent img {
  position: absolute;
}
.frasePara .textContentWrapper .textContent .textBig {
  font-size: 2.7em;
  font-weight: 700;
}
@media (min-width: 992px) {
  .frasePara .textContentWrapper .textContent .textBig {
    font-size: 3.7em;
  }
}
.frasePara .textContentWrapper .textContent .textLine {
  width: 100%;
  font-size: 2em;
}
.frasePara .textContentWrapper .textContent .textLine:after {
  background-color: #ee7b23;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 0.5em;
  margin-right: -80%;
}
.frasePara .textContentWrapper .textContent .textLine .text {
  padding: 0;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.frasePara .textContentWrapper .textContent .textLine .line {
  border-bottom: 2px solid #ee7b23;
  line-height: 0.1em;
  width: 100%;
  float: left;
}

section#mainServicos {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#mainServicos .titulo {
  color: black;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
section#mainServicos .mainServicoWrapper {
  text-align: center;
}
@media (max-width: 767px) {
  section#mainServicos .mainServicoWrapper.mBottom {
    margin-bottom: 40px;
  }
}
section#mainServicos .mainServicoWrapper:hover .imgWrapper .svgImage .st0 {
  fill: #989898;
}
section#mainServicos .mainServicoWrapper .imgWrapper {
  display: inline-block;
}
section#mainServicos .mainServicoWrapper .imgWrapper .svgImage {
  width: 200px;
  height: 200px;
}
section#mainServicos .mainServicoWrapper .imgWrapper .svgImage .st0 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #2e9489;
}
section#mainServicos .mainServicoWrapper .linhaVertical {
  width: 2px;
  height: 30px;
  background-color: #989898;
  display: inline-block;
}
section#mainServicos .mainServicoWrapper .nomeServico {
  display: inline-block;
  font-size: 1.6em;
}

.slideWrapperFixo {
  position: relative;
}
.slideWrapperFixo img {
  width: 100%;
}
.slideWrapperFixo .contentWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideWrapperFixo .contentWrapper .content {
  color: white;
  text-align: center;
}
.slideWrapperFixo .contentWrapper .content .titulo {
  font-size: 2em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .slideWrapperFixo .contentWrapper .content .titulo {
    font-size: 3.2em;
  }
}
.slideWrapperFixo .contentWrapper .content .subTitulo {
  font-size: 1.1em;
  font-weight: 500;
  display: none;
}
@media (min-width: 768px) {
  .slideWrapperFixo .contentWrapper .content .subTitulo {
    display: inline-block;
  }
}

section#quemSomos {
  margin-top: 80px;
}
section#quemSomos .titulo {
  font-size: 2.4em;
  color: black;
  font-weight: 500;
}
section#quemSomos .subTitulo {
  font-size: 1.1em;
  color: black;
  margin-bottom: 20px;
}
section#quemSomos .col3block {
  color: #3c3c3c;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  section#quemSomos .col3block {
    column-count: 3;
    column-gap: 40px;
  }
}
section#quemSomos .imageWrapper {
  margin-bottom: 60px;
}
section#quemSomos .imageWrapper img {
  width: 100%;
}

section#servicosMenu {
  margin-top: 80px;
  padding-bottom: 0;
}
section#servicosMenu .servicosWrapper {
  margin-bottom: 80px;
}
section#servicosMenu .servicosWrapper .servicoWrapper {
  position: relative;
}
section#servicosMenu .servicosWrapper .servicoWrapper:hover .imgWrapper .svgImage .st0 {
  fill: #989898;
}
section#servicosMenu .servicosWrapper .servicoWrapper .imgWrapper {
  float: left;
  width: 200px;
  margin-right: 30px;
}
section#servicosMenu .servicosWrapper .servicoWrapper .imgWrapper .svgImage {
  width: 200px;
  height: 200px;
}
section#servicosMenu .servicosWrapper .servicoWrapper .imgWrapper .svgImage .st0 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #2e9489;
}
section#servicosMenu .servicosWrapper .servicoWrapper .textBlockWrapper .titulo {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.1em;
  color: black;
  margin-bottom: 15px;
}
section#servicosMenu .servicosWrapper .servicoWrapper .textBlockWrapper .texto {
  color: #3c3c3c;
  margin-bottom: 15px;
}
section#servicosMenu .servicosWrapper hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#servicosMenu .frasePara .textContentWrapper .textContent img {
  top: auto;
  bottom: 20px;
}

section#servico1 {
  margin-top: 80px;
}
section#servico1 .titulo {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.1em;
  color: black;
  margin-bottom: 15px;
}
section#servico1 .texto {
  color: #3c3c3c;
  margin-bottom: 40px;
}
section#servico1 hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#servico1 .servicoWrapper {
  position: relative;
}
section#servico1 .servicoWrapper:hover .imgWrapper .svgImage .st0 {
  fill: #989898;
}
section#servico1 .servicoWrapper .imgWrapper {
  float: left;
  width: 200px;
  margin-right: 30px;
}
section#servico1 .servicoWrapper .imgWrapper .svgImage {
  width: 200px;
  height: 200px;
}
section#servico1 .servicoWrapper .imgWrapper .svgImage .st0 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #2e9489;
}
section#servico1 .servicoWrapper .textBlockWrapper .titulo {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.1em;
  color: black;
  margin-bottom: 15px;
}
section#servico1 .servicoWrapper .textBlockWrapper .texto {
  color: #3c3c3c;
  margin-bottom: 15px;
}

section#servico2 {
  margin-top: 80px;
}
section#servico2 .titulo {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.1em;
  color: black;
  margin-bottom: 15px;
}
section#servico2 .texto {
  color: #3c3c3c;
  margin-bottom: 40px;
}
section#servico2 .galeriaWrapper {
  margin-bottom: 50px;
}
section#servico2 .galeriaWrapper .galImageWrapper {
  position: relative;
  margin-bottom: 30px;
}
section#servico2 .galeriaWrapper .galImageWrapper:hover .galImageContentWrapper {
  opacity: 1;
}
section#servico2 .galeriaWrapper .galImageWrapper img {
  width: 100%;
}
section#servico2 .galeriaWrapper .galImageWrapper .galImageContentWrapper {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
section#servico2 hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#servico2 .servicoWrapper {
  position: relative;
}
section#servico2 .servicoWrapper:hover .imgWrapper .svgImage .st0 {
  fill: #989898;
}
section#servico2 .servicoWrapper .imgWrapper {
  float: left;
  width: 200px;
  margin-right: 30px;
}
section#servico2 .servicoWrapper .imgWrapper .svgImage {
  width: 200px;
  height: 200px;
}
section#servico2 .servicoWrapper .imgWrapper .svgImage .st0 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #2e9489;
}
section#servico2 .servicoWrapper .textBlockWrapper .titulo {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.1em;
  color: black;
  margin-bottom: 15px;
}
section#servico2 .servicoWrapper .textBlockWrapper .texto {
  color: #3c3c3c;
  margin-bottom: 15px;
}

section#categoriaList {
  margin-top: 80px;
}
section#categoriaList .itemsWrapper {
  margin-bottom: 10px;
}
section#categoriaList .itemsWrapper .itemWrapper {
  /*border: 1px solid #e9e9e9;*/
  margin-bottom: 50px;
  background-color: #ececec;
}
section#categoriaList .itemsWrapper .itemWrapper img {
  width: 100%;
}
section#categoriaList .itemsWrapper .itemWrapper .infoWrapper {
  border-top: 5px solid white;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 108px;
}
section#categoriaList .itemsWrapper .itemWrapper .infoWrapper .titulo {
  color: black;
  font-size: 1.3em;
  padding-right: 5px;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  section#categoriaList .itemsWrapper .itemWrapper .infoWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  section#categoriaList .itemsWrapper .itemWrapper .infoWrapper .titulo {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  section#categoriaList .itemsWrapper .itemWrapper .infoWrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  section#categoriaList .itemsWrapper .itemWrapper .infoWrapper .titulo {
    font-size: 1.6em;
  }
}

.goUp {
  display: inline-block;
  padding: 5px 8px 5px 8px;
  background-color: #2e9489;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
.goUp:hover {
  background-color: #989898;
}

.barraGrad {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ececec+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(236, 236, 236) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(236, 236, 236) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(236, 236, 236) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ececec",GradientType=0 ); /* IE6-9 */
  height: 50px;
}

.breadCrumb {
  margin-top: 15px;
  margin-bottom: 80px;
  color: #3c3c3c;
}
.breadCrumb strong {
  font-weight: 500;
}
.breadCrumb svg {
  margin-left: 5px;
  margin-right: 5px;
}

.voltarP {
  float: right;
}

.tituloP {
  font-size: 2.4em;
  color: black;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1em;
}

section#subCategoriaList .itemsWrapper {
  margin-bottom: 10px;
}
section#subCategoriaList .itemsWrapper .itemWrapper {
  border: 1px solid #e9e9e9;
  margin-bottom: 50px;
  background-color: #ececec;
}
section#subCategoriaList .itemsWrapper .itemWrapper img {
  width: 100%;
}
section#subCategoriaList .itemsWrapper .itemWrapper .infoWrapper {
  border-top: 5px solid white;
  padding-left: 5px;
  padding-right: 5px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#subCategoriaList .itemsWrapper .itemWrapper .infoWrapper .infoContent {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
section#subCategoriaList .itemsWrapper .itemWrapper .infoWrapper .infoContent .tituloItem {
  color: black;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
  height: 41px;
  margin-bottom: 5px;
}

section#produtosList .itemsWrapper {
  margin-bottom: 10px;
}
section#produtosList .itemsWrapper .itemWrapper {
  margin-bottom: 50px;
}
section#produtosList .itemsWrapper .itemWrapper .infoWrapper {
  height: 125px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section#produtosList .itemsWrapper .itemWrapper .infoWrapper .infoContent {
  padding-top: 5px;
  padding-bottom: 5px;
}
section#produtosList .itemsWrapper .itemWrapper .infoWrapper .infoContent .tituloItem {
  color: black;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
  height: 41px;
  margin-bottom: 5px;
}

section#produtosVer .texto {
  margin-bottom: 50px;
}
section#produtosVer .itemsWrapper {
  margin-bottom: 10px;
}
section#produtosVer .itemsWrapper .itemWrapper {
  position: relative;
  margin-bottom: 30px;
}
section#produtosVer .itemsWrapper .itemWrapper:hover .itemContentWrapper {
  opacity: 1;
}
section#produtosVer .itemsWrapper .itemWrapper .itemContentWrapper {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#produtosVer .outrosProdutos {
  margin-top: 50px;
  border-top: 5px solid #2e9489;
  background-color: #ececec;
  padding-top: 50px;
  padding-bottom: 30px;
}
section#produtosVer .outrosProdutos .titulo {
  font-size: 1.5em;
  color: black;
  margin-bottom: 30px;
  font-weight: 500;
}
section#produtosVer .outrosProdutos .outrosProdWrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section#produtosVer .outrosProdutos .outrosProdWrapper .outrosProdItemWrapper {
  margin-right: 30px;
  margin-bottom: 30px;
}
section#produtosVer .outrosProdutos .outrosProdWrapper .outrosProdItemWrapper:hover .outrosProdItemContentWrapper .img .peliculaContent {
  opacity: 1;
}
section#produtosVer .outrosProdutos .outrosProdWrapper .outrosProdItemWrapper .outrosProdItemContentWrapper {
  width: 136px;
}
section#produtosVer .outrosProdutos .outrosProdWrapper .outrosProdItemWrapper .outrosProdItemContentWrapper .img {
  position: relative;
  margin-bottom: 20px;
}
section#produtosVer .outrosProdutos .outrosProdWrapper .outrosProdItemWrapper .outrosProdItemContentWrapper .img .peliculaContent {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#produtosVer .outrosProdutos .outrosProdWrapper .outrosProdItemWrapper .outrosProdItemContentWrapper .tit {
  text-align: center;
  font-size: 0.9em;
  height: 30px;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
}

section#contactos {
  margin-top: 80px;
}
section#contactos .moradaBlock {
  margin-bottom: 30px;
}
section#contactos .moradaBlock .titulo {
  color: #2e9489;
  margin-bottom: 10px;
}
section#contactos .moradaBlock .texto {
  color: #989898;
}
section#contactos .moradaBlock .texto a {
  color: #989898;
}
section#contactos .moradaBlock .texto a:hover {
  color: #3c3c3c;
}
section#contactos .moradaBlock .texto .svgImage {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
section#contactos .moradaBlock .texto .svgImage path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #989898;
}
section#contactos .moradaBlock .texto .svgImage circle {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  stroke: #989898;
}
section#contactos .moradaBlock .texto .svgImage:hover path {
  fill: #3c3c3c;
}
section#contactos .moradaBlock .texto .svgImage:hover circle {
  stroke: #3c3c3c;
}
section#contactos .formularioWrapper .botaoX, section#contactos .formularioWrapper .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

section#destaque {
  margin-top: 80px;
}
section#destaque .texto {
  margin-bottom: 50px;
}
section#destaque .imgWrapper {
  margin-bottom: 50px;
}
section#destaque .imgWrapper img {
  width: 100%;
}

.footerLogosWrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
