a{
  text-decoration: none !important;
  color:inherit;
}

body.menu-active .topo .mbl-controls .btn-responsivo .bar{
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg)
}

body.menu-active .topo .mbl-controls .btn-responsivo .bar:before{
  top:0;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

body.menu-active .topo .mbl-controls .btn-responsivo .bar:after{
  bottom:0;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

/*TOPO*/
.topo{
}

.topo .menu-topo{
  list-style-type:none;
  margin-bottom:0;
  padding-left:0;
  color:#191919;
  font-size:16px;
  font-family:'worksans-bold';
}

.topo .topo-contato{
  font-family:'montserrat-medium';
  font-size:15px;
  color:#007bff;
}

.titulo-molas-efeito span{
  position:relative;
}

.titulo-molas-efeito span:before{
  content: '';
  display: block;
  width: 80px;
  height: 220px;
  background-image: url(../images/efeito-mola.gif);
  transform-origin:center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: rotate(180deg);
}

.titulo-molas-efeito-center span:before{
  margin-left:auto;
  margin-right:auto;
}

@media(min-width:992px){
  .titulo-molas-efeito span:before{
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
  }
  .titulo-molas-efeito-center span:before{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:calc(100% + 74px);
    top:-99px;
  }
}

.progress{
  border: 1px solid #CCC;
  min-height: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 13px;
}

.progress .bar{
  position: absolute;
  width: 100%;
  max-width: var(--percentage, 0%);
  height: 100%;
  border-radius: 10px;
  background: red;
  transition: all 0.3s linear;
}

.progress .bar:before{
  content:'';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: -5px;
  top: -5px;
  background: red;
  position: absolute;
  box-shadow: 0 0 0 4px rgba(255,0,0, 0.4);
}

.carousel-indicators li{
	width: 23px;
	height: 23px;
	border: 1px solid #ffffff;
	background-color: transparent;
}
.carousel-indicators{
	display: block;
	position: absolute;
	top: 50%; bottom: 0;
	left: inherit; right: 20%;
	margin: auto;
}
.carousel-indicators .active{
	background-color: transparent;
	margin-bottom: 40px;
}
.carousel-indicators .active:before{
	background-color: #ffffff;
	content:'';
	position: absolute;
	width: 11px;
	height: 11px;
	left: 5px;
	top: 5px;
}.carousel-indicators .active:after{
	background-color: #ffffff;
	content:'';
	position: absolute;
	width: 1px;
	height: 22px;
	left: calc(50% - 1px);
	top: 30px;
}

.botao{
  perspective: 2px;
  display: inline-block;
}

.botao:hover:before{
  content:'';
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  z-index: -1;
  border: 1px solid currentcolor
}


.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

main img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
main a {
  color: inherit;
}

#app {
  position: relative;
  overflow: hidden;
}

lazy-image {
  background-color: transparent;
}

@font-face {
  font-family: "worksans";
  src: url("../fonts/worksans/WorkSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "worksans-medium";
  src: url("../fonts/worksans/WorkSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "worksans-bold";
  src: url("../fonts/worksans/WorkSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "worksans-extrabold";
  src: url("../fonts/worksans/WorkSans-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserrat-medium";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoblack";
  src: url("../fonts/lato_black/lato-black-webfont.eot");
  src: url("../fonts/lato_black/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato_black/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato_black/lato-black-webfont.woff") format("woff"), url("../fonts/lato_black/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato_black/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato_regular/lato-regular-webfont.eot");
  src: url("../fonts/lato_regular/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato_regular/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato_regular/lato-regular-webfont.woff") format("woff"), url("../fonts/lato_regular/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato_regular/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin/montserrat-thin-webfont.eot");
  src: url("../fonts/montserrat-thin/montserrat-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-thin/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/montserrat-thin/montserrat-thin-webfont.woff") format("woff"), url("../fonts/montserrat-thin/montserrat-thin-webfont.ttf") format("truetype"), url("../fonts/montserrat-thin/montserrat-thin-webfont.svg#montserratthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo700";
  src: url("../fonts/museo_700/museo700-regular-webfont.eot");
  src: url("../fonts/museo_700/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_700/museo700-regular-webfont.woff2") format("woff2"), url("../fonts/museo_700/museo700-regular-webfont.woff") format("woff"), url("../fonts/museo_700/museo700-regular-webfont.ttf") format("truetype"), url("../fonts/museo_700/museo700-regular-webfont.svg#museo700") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OFFISFW";
  src: url("../fonts/officina-serif-itc/OFFISFW.eot");
  src: url("../fonts/officina-serif-itc/OFFISFW.eot") format("embedded-opentype"), url("../fonts/officina-serif-itc/OFFISFW.woff2") format("woff2"), url("../fonts/officina-serif-itc/OFFISFW.woff") format("woff"), url("../fonts/officina-serif-itc/OFFISFW.ttf") format("truetype"), url("../fonts/officina-serif-itc/OFFISFW.svg#OFFISFW") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OFFISFB";
  src: url("../fonts/officina-serif-itc-bold/OFFISFB.eot");
  src: url("../fonts/officina-serif-itc-bold/OFFISFB.eot") format("embedded-opentype"), url("../fonts/officina-serif-itc-bold/OFFISFB.woff2") format("woff2"), url("../fonts/officina-serif-itc-bold/OFFISFB.woff") format("woff"), url("../fonts/officina-serif-itc-bold/OFFISFB.ttf") format("truetype"), url("../fonts/officina-serif-itc-bold/OFFISFB.svg#OFFISFB") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto_regular/roboto-regular-webfont.eot");
  src: url("../fonts/roboto_regular/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_regular/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto_regular/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto_regular/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto_regular/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src: url("../fonts/roboto_black/roboto-black-webfont.eot");
  src: url("../fonts/roboto_black/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_black/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto_black/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto_black/roboto-black-webfont.ttf") format("truetype"), url("../fonts/roboto_black/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
.page-header {
  font-family: "Roboto", sans-serif;
  background: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.page-header .breadcrumb {
  padding: 0 30px 15px 30px;
  min-width: 250px;
  max-width: 100%;
  background: none;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-header .breadcrumb span {
  color: #888;
  cursor: default;
}
.page-header .breadcrumb:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 5px;
  width: 60px;
  background: #002178;
}
.page-header .breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.page-header h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.page-header .detail {
  border: 1px solid currentcolor;
  border-top: none !important;
}
.page-header .subtitle {
  font-size: 20px;
}
.page-header .detail-title {
  width: 40px;
  height: 3px;
  position: relative;
  font-size: 20px;
}
.page-header .detail-title:before, .page-header .detail-title:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% - 2px);
  height: 100%;
}
.page-header .detail-title:before {
  left: 0;
  background: #FFF;
}
.page-header .detail-title:after {
  right: 0;
  background: #FF002E;
}

svg.detail-titles {
  display: inline-block;
  vertical-align: middle;
  border: none;
}
svg.detail-titles use {
  fill: currentcolor;
}

.paginacao {
  margin-bottom: 60px;
  text-align: center;
  color: #333;
}
.paginacao > * {
  display: inline-block;
  padding: 0.3em 0.6em;
  border: 2px solid #333;
}
.paginacao > * + * {
  margin-left: 0.3em;
}
.paginacao .active {
  background: #333;
  color: #FFF;
}
.paginacao a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.md-form {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.md-form > label {
  margin: 0;
  padding: 0.375rem 0.75rem;
  position: absolute;
}
@media (max-width: 575px) {
  .md-form > label {
    top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .md-form > label {
    top: 1.5rem;
    transition: all 0.3s linear;
  }
}
.md-form .form-control, .md-form .select-custom input[name=filtro], .select-custom .md-form input[name=filtro] {
  border-radius: 0;
}
.md-form .form-control.form-control-lg ~ label, .md-form .select-custom input.form-control-lg[name=filtro] ~ label, .select-custom .md-form input.form-control-lg[name=filtro] ~ label {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.md-form .form-control.form-control-sm ~ label, .md-form .select-custom input.form-control-sm[name=filtro] ~ label, .select-custom .md-form input.form-control-sm[name=filtro] ~ label {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.md-form .hover-eff {
  width: 0;
  height: 2px;
  background: green;
  transition: width 0.3s linear;
}
.md-form .form-control:focus ~ .hover-eff, .md-form .select-custom input[name=filtro]:focus ~ .hover-eff, .select-custom .md-form input[name=filtro]:focus ~ .hover-eff, .md-form.active .hover-eff {
  width: 100%;
}
.md-form.has-success .hover-eff {
  background: materialColor("green", "green");
}
.md-form.has-success label {
  color: materialColor("green", "darken-2") !important;
}
.md-form.has-error .hover-eff {
  background: materialColor("red", "red");
}
.md-form.has-error label {
  color: materialColor("red", "red") !important;
}
.md-form.has-warning .hover-eff {
  background: materialColor("orange", "darken-2");
}
.md-form.has-warning label {
  color: materialColor("orange", "darken-2") !important;
}
@media (min-width: 768px) {
  .md-form.active > label,
.md-form.active .form-control-lg ~ label,
.md-form.active .form-control-sm ~ label {
    top: 0;
    padding-top: 0;
    font-size: 0.8rem;
  }
}

textarea.form-control {
  height: auto !important;
}

.select-custom {
  position: relative;
}
.select-custom output {
  display: block;
}
.select-custom .drop-options {
  background: #FFF;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 5;
}
.select-custom input[disabled] {
  background: #FFF;
}
.select-custom.open .drop-options {
  display: block;
}
.select-custom input[name=filtro] {
  margin-bottom: 10px;
}
.select-custom ul {
  list-style: none;
  padding-left: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 0;
  max-height: 120px;
  overflow: auto;
}
.select-custom ul label {
  padding: 0.5rem 0.75rem;
  display: block;
  margin-bottom: 0;
}
.select-custom ul label:hover {
  background: rgba(0, 0, 0, 0.1);
}
.select-custom ul input {
  position: absolute;
  display: none;
}
.select-custom ul input:checked ~ label {
  background: blue;
  color: #fff;
}

#alertas {
  position: fixed;
  right: 15px;
  top: 90px;
  width: 350px;
  max-width: calc(100% - 30px);
  z-index: 999;
}
#alertas .alert {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  animation: rubberBand 0.6s linear;
}
#alertas .alert.alert-success {
  background: materialColor("green", "darken-2");
  color: #FFF;
}
#alertas .alert.alert-danger {
  background: materialColor("red", "darken-2");
  color: #FFF;
}
#alertas .alert.alert-warning {
  background: materialColor("orange", "darken-2");
  color: #FFF;
}
#alertas .alert.alert-info {
  background: materialColor("blue", "darken-2");
  color: #FFF;
}
#alertas .media-body {
  align-self: center;
}
#alertas .icon-alerta {
  font-size: 2em;
  margin-right: 10px;
}

/*clientes*/
@media (min-width: 576px) and (max-width: 768px) {
  .clientes-e-parceiros .row.clientes > *:before {
    content: "";
    position: absolute;
    height: 90%;
  }
}
.clientes-e-parceiros .cliente {
  margin-bottom: 30px;
}
.clientes-e-parceiros .cliente .nome {
  text-align: center;
  margin-top: 15px;
}

#clientes-e-parceiros-mod-3 .cliente {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 12px solid rgba(0, 0, 0, 0.1);
}
#clientes-e-parceiros-mod-3 .cliente figure {
  margin-bottom: 10px;
}
#clientes-e-parceiros-mod-3 .cliente img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 10px;
}
#clientes-e-parceiros-mod-3 .cliente .nome {
  text-align: left;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 15px;
  font-family: "OFFISFB";
}
#clientes-e-parceiros-mod-3 .cliente .nome span {
  display: inline-block;
  position: relative;
}
#clientes-e-parceiros-mod-3 .cliente .nome span:before {
  content: "";
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 100%;
  margin-left: 30px;
  top: calc(50% - 1px);
  width: 100vw;
  position: absolute;
}
#clientes-e-parceiros-mod-3 .cliente .nome:after {
  content: "";
  background: currentcolor;
  opacity: 0.9;
  display: block;
  width: 2em;
  height: 4px;
  margin-top: 5px;
}
#clientes-e-parceiros-mod-3 .paginacao {
  display: flex;
  justify-content: center;
  color: #E40015;
}
#clientes-e-parceiros-mod-3 .paginacao > * {
  margin: 0;
  padding: 0.3em 0.9em;
}
#clientes-e-parceiros-mod-3 .paginacao > *:first-child {
  border-radius: 2em 0 0 2em;
  border-right-width: 0;
}
#clientes-e-parceiros-mod-3 .paginacao > *:first-child ~ * {
  border-left: none;
  border-right-width: 0;
}
#clientes-e-parceiros-mod-3 .paginacao > *:last-child {
  border-radius: 0 2em 2em 0;
  border-right-width: 2px !important;
}
#clientes-e-parceiros-mod-3 .paginacao > *:hover {
  color: #E40015;
}
#clientes-e-parceiros-mod-3 .paginacao .active {
  background: #E40015;
  border-color: #E40015;
  color: #FFF;
}

/*quem somos*/

@media (min-width: 992px) {
  #qm-somos-1 .title-sobre {
    width: 540px;
    max-width: 50%;
  }
}
#qm-somos-1 .tragetoria {
  background: #F6F6F6;
  padding: 60px 0;
  margin-top: 60px;
}
#qm-somos-1 .title-tragetoria {
  text-align: center;
  font-family: "OFFISFB";
  font-size: 50px;
}
@media (max-width: 575px) {
  #qm-somos-1 .title-tragetoria {
    font-size: 30px;
  }
}
#qm-somos-1 .title-tragetoria span {
  display: block;
  color: #2A2A2A;
  font-size: 20px;
  font-family: "OFFISFW";
}
#qm-somos-1 .title-tragetoria .icon {
  position: relative;
}
#qm-somos-1 .title-tragetoria .icon:before, #qm-somos-1 .title-tragetoria .icon:after {
  content: "";
  width: 85px;
  position: absolute;
  top: calc(50% - 0.5px);
  border-top: 1px dashed currentcolor;
}
#qm-somos-1 .title-tragetoria .icon:before {
  right: 100%;
  margin-right: 10px;
}
#qm-somos-1 .title-tragetoria .icon:after {
  left: 100%;
  margin-left: 10px;
}
#qm-somos-1 .trajeto {
  text-align: center;
}
#qm-somos-1 .trajeto-title {
  font-family: "OFFISFB";
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px;
}
#qm-somos-1 .trajeto-title:before, #qm-somos-1 .trajeto-title:after,
#qm-somos-1 .trajeto-title .detail:before,
#qm-somos-1 .trajeto-title .detail:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
}
#qm-somos-1 .trajeto-title:before, #qm-somos-1 .trajeto-title:after {
  left: 0;
}
#qm-somos-1 .trajeto-title .detail:before,
#qm-somos-1 .trajeto-title .detail:after {
  right: 0;
}
#qm-somos-1 .trajeto-title:before,
#qm-somos-1 .trajeto-title .detail:before {
  background: red;
  top: 0.3em;
}
#qm-somos-1 .trajeto-title:after,
#qm-somos-1 .trajeto-title .detail:after {
  background: currentcolor;
  bottom: 0.3em;
}
#qm-somos-1 .trajeto-content {
  color: #888888;
}
#qm-somos-1 .missao-visao-valores {
  text-align: center;
}
#qm-somos-1 .missao-visao-valores .block lazyimage,
#qm-somos-1 .missao-visao-valores .block .lazyimage {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
#qm-somos-1 .missao-visao-valores .block .title {
  margin-bottom: 10px;
  color: red;
  font-family: "OFFISFW";
  font-size: 20px;
}
#qm-somos-1 .missao-visao-valores .block .title span {
  font-family: "OFFISFB";
  font-size: 2em;
}

/*produtos e serviços*/

#produtos-mod-3 .produto {
  max-width: 100%;
  width: 466px;
  text-align: center;
}
#produtos-mod-3 .produto a:hover {
  text-decoration: none;
  color: #000;
}
#produtos-mod-3 .produto a:hover .content:before,
#produtos-mod-3 .produto a:hover .content:after {
  opacity: 1;
}
#produtos-mod-3 .produto .content {
  position: relative;
}
#produtos-mod-3 .produto .content:before, #produtos-mod-3 .produto .content:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s linear;
}
#produtos-mod-3 .produto .content:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 1;
}
#produtos-mod-3 .produto .content:after {
  left: 16px;
  top: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 10px solid #FFC84D;
  z-index: 2;
  background: url("../images/efeito-produto-modelo-3.png") center center no-repeat;
}
#produtos-mod-3 .produto .foto {
  margin: 0;
}
#produtos-mod-3 .produto .nome {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
#produtos-mod-3 .produto .btn-area {
  padding: 10px;
}
#produtos-mod-3 .produto .btn {
  background: transparent;
  color: #000;
  border-color: #000;
  border-radius: 0;
  border-width: 2px;
}
#produtos-mod-3 .produto .btn:hover {
  background: #000;
  color: yellow;
}
@media (min-width: 992px) {
  #produtos-mod-3 .row-produtos {
    margin-left: -10px;
    margin-right: -10px;
  }
  #produtos-mod-3 .row-produtos .col-lg {
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#produtos-mod-3 .paginacao > * {
  color: #000;
}
#produtos-mod-3 .paginacao > *.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
#produtos-mod-3.detalhes {
  padding-bottom: 60px;
}
#produtos-mod-3.detalhes .page-header {
  margin-bottom: 30px;
}
#produtos-mod-3 .box {
  padding: 20px;
  margin-botom: 30px;
}
#produtos-mod-3 .box.box-white {
  background: #FFF;
}
#produtos-mod-3 .subtitle-produtos {
  font-family: "OFFISFB";
}
#produtos-mod-3 .midias-sociais {
  font-size: 20px;
}
#produtos-mod-3 .midias-sociais a {
  display: inline-block;
  margin: 0 0.5em;
}

#imagens-produto .album {
  width: 100%;
  text-align: center;
  display: flex;
}
#imagens-produto .album img {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#imagens-produto .album .owl-ctrls {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
}
#imagens-produto .album .owl-ctrls:hover {
  text-decoration: none;
  color: #000;
  background: #ddd;
}
#imagens-produto .album .owl-carousel {
  margin: 0 10px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  #imagens-produto .image-g {
    margin-bottom: 15px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 576px) and (max-width: 768px) {
  .clientes-e-parceiros .row.clientes > *:before {
    content: "";
    position: absolute;
    height: 90%;
  }
}
.clientes-e-parceiros .cliente {
  margin-bottom: 30px;
}
.clientes-e-parceiros .cliente .nome {
  text-align: center;
  margin-top: 15px;
}


/* topo */

lazy-image{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: calc(var(--width, 0) * 1px);
  max-height: calc(var(--height, 0) * 1px);
  position: relative;
  overflow: hidden;
}

lazy-image:before{
  content:'';
  display: block;
  padding-bottom: calc((var(--height, 0) / var(--width, 0)) * 100%);
}

lazy-image:not(.loaded){
  background: #ddd;
}

lazy-image:not(.loaded):after{
  content: '';
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 5px solid #CCC;
  border-right-color: blue;
  animation: loadLazyImage 1s linear infinite;
}

lazy-image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s linear;
}

lazy-image:not(.loaded) img{
  opacity: 0;
}

@keyframes loadLazyImage{
  0%{
    transform: rotate(0deg)
  }
  
  100%{
    transform: rotate(359deg)
  }
}

.whatsapp{
  font-family: 'montserrat-medium';
  font-size: 15px;
}

.whatsapp-item{
  display: flex;
}

.topo .media-topo{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  line-height:1;
  -webkit-box-align:center;
  -ms-flex-align:center;
}

/*DO NETBOOK PRA CIMA*/
@media (min-width: 992px){

  .topo .nav-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-left:15px;
    padding-right:15px;
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;
  }

  .topo .nav-content .menu-topo{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    flex-grow:1;
    max-width:512px;
    margin-right:auto;
    margin-left:auto;
    padding-bottom:6px;
  }

  .topo .nav-content .menu-topo li a{
    display:inline-block;
    padding:50px 5px;
    position:relative;
  }

  .topo .nav-content .menu-topo li a:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:4px;
    background-color:#191919;
  }

  .topo .nav-content .menu-topo li.active a,
  .topo .nav-content .menu-topo li:hover  a{
    color:#40bf5c;
  }

  .topo .nav-content .menu-topo li.active a:before,
  .topo .nav-content .menu-topo li:hover  a:before{
    width:100%;
  }

  .main-navigation.nav-internas{
    display: flex;
    align-items: center;
  }

  .internas{
    padding: 50px 0;
  }

  .contato input,
  .contato textarea{
    width: 100%;
    margin-bottom: 15px;
  }

  .align-r{
    text-align: right;;
  }

  .contato .botao{
    background-color: #191919;
    font-family: 'worksans-bold';
    color: #ffffff;
    border: 0px;
    width: 200px;
    padding: 6px 0;

  }
  .carousel .controles{
    display: none;
  }
  .quemsomos .col-lg-7{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .quemsomos .col-lg-5{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .servicos .vrau .serv-txt{
    width: calc((695/1920) * 100%);
    margin-left: auto;
    text-align: right;
    padding: 70px 20px 30px 0px;
  }
  .servicos .vrau .serv-img{
    width: calc((851/1920) * 100%);
    margin-left: auto;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
/*INTERNAS*/
  .conteudo-internas.contatos-pag .botao-form{
    text-align: left;
  } 
  .conteudo-internas.produtos-detalhes .col-lg-7{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .conteudo-internas.produtos-detalhes .col-lg-5{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
/*FIM DE INTERNAS*/

}

/*RESPONSIVO*/
/*FIM DO NETBOOK PRA CIMA*/
/*
*/
/*
*/
/*NETBOOK*/
@media (min-width: 992px)  and (max-width: 1199px){

}
/*FIM DO NETBOOK*/
/*
*/
/*
*/
/*DO TABLET PRA BAIXO*/
@media (max-width: 991px){

  .topo-internas{
    margin-bottom:20px;
  }

  .titulo-molas-efeito span:before{
    margin-left:auto;
    margin-right:auto;
  }

  .topo .media-topo{
    margin-bottom:10px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .topo .bg-menu{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:700;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
  }

  .topo .mbl-controls{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    padding:7px 0 7px 15px;
    background-color:#FFF;
    box-shadow: 0 0 8px rgb(0,0,0,0.5);
  }

  .topo .mbl-controls .logo-mobile{
    max-width:210px;
    padding:10px 0;
    margin-bottom:0;
  }

  .topo .mbl-controls .btn-responsivo{
    border:none;
    box-shadow:none;
    background-color:transparent;
  }

  .topo .mbl-controls .btn-responsivo .bar{
    width:32px;
    display:inline-block;
    height:5px;
    background-color:#191919;
    position:relative;
  }

  .topo .mbl-controls .btn-responsivo .bar:before,
  .topo .mbl-controls .btn-responsivo .bar:after,
  .topo .mbl-controls .btn-responsivo .bar{
    transition:all 0.6s linear;
  }

  .topo .mbl-controls .btn-responsivo .bar:before,
  .topo .mbl-controls .btn-responsivo .bar:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background-color:inherit;
    position:absolute;
    left:0;
  }

  .topo .mbl-controls .btn-responsivo .bar:before{
    top:calc(100% + 6px);
  }

  .topo .mbl-controls .btn-responsivo .bar:after{
    bottom:calc(100% + 6px);
  }

  .topo .nav-content{
    position:fixed;
    top:0;
    left:-230px;
    width:230px;
    height:100%;
    background-color:#FFF;
    border-right:1px solid #333;
    transition:left 0.6s linear;
    overflow:auto;
    z-index:1000;
  }

  .topo .nav-content .logo-desktop{
    padding:30px;
    text-align:center;
  }

  .topo .nav-content .menu-topo{
    margin-bottom:30px;
  }

  .topo .nav-content .menu-topo li a{
    display:block;
    padding:10px 15px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
  }

  .topo .nav-content .menu-topo li:hover  a,
  .topo .nav-content .menu-topo li.active a{
    background-color:#000;
    border-color:#FFF;
    color:#FFF;
  }

  .carousel .carousel-indicators{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel .controles .carousel-control-next,
  .carousel .controles .carousel-control-prev{
    opacity: 0.5;
  }
  .carousel .controles .carousel-control-next:hover,
  .carousel .controles .carousel-control-prev:hover{
    opacity: 0.9;
  }
  .carousel .controles .carousel-control-next span,
  .carousel .controles .carousel-control-prev span{
    font-size: 40px;
    color: #000;
  }
  .especialista .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .especialista .container .botao{
    margin-top: 20px;
  }
  .especialista .container .botao .btn-conteudo{
    padding: 15px 20px;
  }
  .quemsomos{
    text-align: center;
    padding: 50px 0px 50px 0px;
  }
  .servicos{
    text-align: center;
  }
  .servicos .vrau-inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servicos .vrau .vrau-inner{
    width: 100%;
  }
  .servicos .vrau .vrau-inner .serv-txt{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 30px 20px;
  }
  .servicos .vrau .vrau-inner .serv-img{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .servicos .vrau .vrau-inner .serv-txt .servico-item .titulo-servico{
    padding-left: 25px;
  }
  .servicos .vrau .vrau-inner .serv-txt .servico-item .titulo-servico:after{
    left: 0;
    right: auto;
    border: none;
    width: 23px;
    height: 23px;
  }
  .orcamento .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .orcamento .botao{
    margin-top: 20px;
  }
  .orcamento .botao .btn-conteudo{
    padding: 15px 20px;
  }
  .rodape .menu-rdp{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rodape .menu-rdp li{
    padding: 10px 0px;
  }
  .rodape .boxcontatos{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .rodape .boxcontatos .telefone, 
  .rodape .boxcontatos .email,
  .rodape .boxcontatos .sociais-rdp{
    margin-bottom: 10px;
  }
  .rodape .mini-rodape{
    text-align: center;
  }
  .rodape .mini-rodape .gv8{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  .conteudo-internas.contatos-pag .atendimento{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .conteudo-internas.contatos-pag .img-contato{
    text-align: center;
    margin-top: 40px; 
  }
  .conteudo-internas.produtosdetalhes lazy-image img{
    margin-right: auto;
    margin-left: auto;
  }

  body.menu-active .topo .nav-content{
    left:0;
  }

}
/*FIM DO TABLET PRA BAIXO*/
/*
*/
/*
*/
/*TABLET*/
@media (min-width: 768px) and (max-width: 991px){

}
/*FIM DO TABLET*/
/*
*/
/*
*/
/*MOBILE DEITADO*/
@media (min-width: 576px) and (max-width: 767px){
  .titulosecao{
    font-size: 26px;
  }
  .quemsomos .titulosecao{
    font-size: 34px;
  }
  .conteudo-internas.produtos-pag .titulo-conteudo,
  .conteudo-internas.produtos-pag .subconteudo,
  .conteudo-internas.produtos-pag .cardprod .descprod,
  .conteudo-internas.produtos-pag .cardprod .botaoprod{
    text-align: center;
  }
}
/*FIM DO MOBILE DEITADO*/
/*
*/
/*
*/
/*MOBILE*/
@media (max-width: 575px){
  .titulosecao{
    font-size: 20px;
  }
  .botao .btn-conteudo{
    padding: 20px 40px;
  }
  .carousel .carousel-indicators{
    display: none;
  }
  .especialista .botao .btn-conteudo{
    font-size: 12px;
  }
  .quemsomos .titulosecao{
    font-size: 24px;
  }
  .quemsomos .botao .btn-conteudo{
    padding: 20px 40px;
  }
  .servicos .vrau .vrau-inner .titulosecao{
    font-size: 24px;
  }
  .servicos .vrau .vrau-inner .servico-item .titulo-servico{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .servicos .vrau .vrau-inner .serv-txt .servico-item .titulo-servico:after{
    width: 18px;
    height: 18px;
  }
  .servicos .vrau .botao .btn-conteudo{
    padding: 15px 30px;
  }
  .produtos .titulo-wrap .titulosecao{
    font-size: 24px;
  }
  .produtos .botao .btn-conteudo{
    padding: 15px 30px;
  }
  .conteudo-internas.produtos-pag .cardprod .botaoprod{
    text-align: center;
  }
}
/*FIM DO MOBILE*/

.icon.gv8 {
    width: 51px;
    height: 26px;
    background-position: 0 0px;
}

.icon.whats {
    width: 22px;
    height: 22px;
    background-position: 0 -27px;
}

.icon.seta-esquerda{
  width: 45px;
  height: 43px;
  background-position: 0 -49px;
}

.icon.seta-esquerda:hover{
  width: 45px;
  height: 43px;
  background-position: -46px -49px;
}

.icon.seta-direita{
  width: 45px;
  height: 43px;
  background-position: 0 -93px;
}

.icon.seta-direita:hover{
  width: 45px;
  height: 43px;
  background-position: -46px -93px;
}

.icon {
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.owl-nav{
  position: absolute;
  top: -70px;
  display: flex;
  right: 10px;
}

.owl-prev,
.owl-next{
  margin: 5px;
}

.rodape{
  background-color: #c31616;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
}

.segura-footer{
  padding: 30px 0px;
  justify-content: center;
}
.segura-footer .texto{
  margin: 0 auto;
}
.segura-footer .texto.alinha-itens{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.segura-footer .texto a{
  color: #ffffff;
  text-decoration: none;
}

.internas .titulo{
  font-size: 25px;
  font-family: 'worksans-medium';
}

.internas .texto{
  font-size: 14px;
  font-family: 'worksans';
  text-align: justify;
}

.internas .card{
  box-shadow: none;
  margin-bottom: 30px;
}

.card{
    border: 0 !important;
    padding: 10px;
    box-shadow: 7px 7px 7px 1px rgba(0, 0, 0, 0.2);
  }

 .card:hover:before{
 	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 100;
 }

 .card:hover:after{
 	content: ">";
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	font-family: 'worksans-bold';
 	color: #ffffff;
 	font-size: 20px;
    position: absolute;
    left: calc(50% - 37px);
    bottom: 0;
    height: 53px;
    width: 74px;
    background: #ff0000;
    z-index: 101;
 }

 .mgb-30{
  margin-bottom: 30px;
 }

  .card .texto{
    color: #5d5d5d;
    font-family: 'worksans';
    font-size: 14px;
    padding: 6px 0;
  }

  .card .titulo{
    font-family: 'worksans-bold';
    font-size: 15px;
    text-align: center;
    border-bottom: 4px solid #dddddd;
    padding: 6px 0;
  }

  .home .quem-somos{
    padding: 60px 0px 0px 0px;
  }

  .home .quem-somos .titulo{
    font-family: 'worksans-extrabold';
    font-size: 18px;
    color: #3db758;
    margin-bottom: 5px;
  }

  .mgb-20{margin-bottom: 20px;}
  .ai-fe{
  	align-items: flex-end;
  }
  .home .quem-somos .subtitulo{
    font-family: 'worksans-medium';
    font-size: 25px;
    color: #191919;
    line-height: 26px;
    margin-bottom: 40px;
    position: relative;
  }

  .home .quem-somos .subtitulo:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 65px;
    background: #40BF5C;
  }

  .home .quem-somos .texto{
    font-family: 'worksans';
    font-size: 14px;
    color: #696969;
  }

  .home .quem-somos .numeros{
  	display: flex;
  	justify-content: space-between;
  }

  .home .quem-somos .numeros .titulo{
  	font-family: 'worksans-bold';
  	font-size: 16px;
  	justify-content: space-between;
  	color: #000000;
  }

  .home .quem-somos .botao{
    font-family: 'worksans-bold';
    font-size: 14px;
    color: #FFFFFF;
    background: #202020;
    width: 220px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    padding: 18px 0px;
  }

  .home .produtos{
    background-image: url(../images/background-home-produtos.jpg);
    background-repeat: no-repeat;
    padding: 55px 0;
    background-size:cover;
  }

  .home .produtos .titulo{
    font-family: 'worksans-extrabold';
    font-size: 18px;
    color: #202020;
    margin-bottom: 5px;
  }

  .home .produtos .subtitulo{
    font-family: 'worksans-medium';
    font-size: 25px;
    color: #191919;
    line-height: 26px;
    margin-bottom: 40px;
    position: relative;
  }

  .home .produtos .subtitulo:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 65px;
    background: #202020;
  }

  .home .produtos .card{
    border: 0;
    padding: 15px;
     margin: 15px;
  }

  .home .produtos .card figure{
    margin-bottom: 0px;
  }

  .home .produtos .card .titulo{
    font-family: 'worksans-bold';
    font-size: 15px;
    color: #191919;
    border-bottom: 4px solid #dbdbdb;
    line-height: 15px
  }

  .home .produtos .card .texto{
    font-family: 'worksans';
    font-size: 14px;
    color: #5d5d5d;
    line-height: 14px;

  }

  .home .produtos .botao{
    font-family: 'worksans-bold';
    font-size: 14px;
    color: #FFFFFF;
    background: #202020;
    width: 220px;
    text-align: center;
    display: block;
    margin-top: 35px;
    padding: 18px 0px;
    margin: 35px auto;
  }

  .home .contato{
    padding: 50px;
  }

  .home .contato .titulo{
    font-family: 'worksans-extrabold';
    font-size: 22px;
    color: #3db758;
    margin-bottom: 24px;
    text-align: center
  }

  .home .contato .row .titulo{
    font-family: 'worksans-bold';
    font-size: 15px;
    color: #191919;
    text-align: right;
    margin-bottom: 0px;
  }

  .home .contato .row .texto{
    font-family: 'worksans';
    font-size: 15px;
    color: #494949;
    text-align: right;
    line-height: 16px;
    margin-bottom: 40px;
  }

  .home .contato .row .divisao{
    border-right: 5px solid #e4e4e4;
    font-family: 'worksans';
    font-size: 15px;
    color: #494949;
  }

  .home .contato input,
  .home .contato textarea{
    font-family: 'worksans';
    font-size: 14px;
    background-color: #ededed;
    padding: 10px 14px;
    width: 100%;
    border: 0px;
    margin-bottom: 5px;
  }

  .home .contato .row .botao{
    width: 220px;
    font-size: 14px;
    padding: 18px 0;
  }

