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

body {
  font-family: "Roboto", 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;
}*/
section#software .softwareOutWrapper .softwareWrapper, section#servicos .servicoBlock, section#mainParcerias .parceriasWrapper .parceriaNome, section#mainServicos .servicoWrapper .servicoContentWrapper .servicoContent, .titulo, .slideWrapper .contentWrapper .content .botaoWrapper {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  /* @extend %slab; */
}

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: white;
  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: white;
}

.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 */
table#tlist thead tr th.sorting, table#tlist thead tr th.sorting_asc, table#tlist thead tr th.sorting_desc {
  background-color: white;
  border-right: solid 3px white;
}
table#tlist thead tr th.sorting_disabled {
  background-color: white;
  border-right: solid 3px white;
}

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

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

#loginPartial {
  padding: 3px;
}

header {
  /* /#social */
}
header #social {
  position: relative;
  color: white;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,ffffff+25,ff931e+50,ff931e+53,ff931e+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 53%, rgb(255, 147, 30) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 53%, rgb(255, 147, 30) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 53%, rgb(255, 147, 30) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ff931e",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 992px) {
  header #social {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ff931e+50,ff931e+50,ff931e+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ff931e",GradientType=1 ); /* IE6-9 */
  }
}
header #social span {
  font-size: 0.8em;
}
header #social a {
  color: white;
  margin-left: 5px;
  text-decoration: none;
}
header #social a:hover {
  color: #000000;
}
header #social .barraInicial {
  /*padding: 14px 0 5px 0;*/
  float: right;
  line-height: 0.8em;
  font-size: 0.9em;
  /* UL das Langs */
}
header #social .barraInicial .newsL {
  background-color: white;
  color: #ff931e;
  display: inline-block;
  padding: 10px 30px 11px 30px;
  margin: -1px 10px 0 0;
  text-align: right;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}
@media (min-width: 992px) {
  header #social .barraInicial .newsL {
    padding: 10px 30px 11px 110px;
  }
}
header #social .barraInicial .newsL input {
  border: 1px solid #ff931e;
  padding: 3px 10px 4px 10px;
}
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;
  font-size: 1.2em;
}
header #social .barraInicial .svgImage {
  width: 25px;
  height: 25px;
  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;
  padding: 25px 0 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,ffffff+25,ff931e+50,ff931e+53,ff931e+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 53%, rgb(255, 147, 30) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 53%, rgb(255, 147, 30) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 50%, rgb(255, 147, 30) 53%, rgb(255, 147, 30) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ff931e",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 992px) {
  header #menuBar {
    padding: 40px 0 40px 0;
  }
}

/* Fim Header */
footer {
  font-size: 0.9em;
}
footer .footerData {
  padding-top: 30px;
  padding-bottom: 30px;
  /*font-weight: 300;*/
  color: black;
  background-color: #d7d7d7;
}
footer .footerData a {
  color: black;
}
footer .footerData a:hover {
  color: black;
  text-decoration: underline;
}
footer .footerData .col-sm-3 {
  padding: 0;
}
footer .footerData .footerBlock {
  padding-right: 5px;
  /*padding-bottom: 20px;*/
  font-size: 0.9em;
}
@media (min-width: 768px) {
  footer .footerData .footerBlock {
    margin-bottom: 0;
  }
}
footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
  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, footer .footerData .footerBlock .footerBlock4 {
    width: 200px;
  }
}
@media (min-width: 992px) {
  footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
    width: 150px;
  }
}
@media (min-width: 992px) {
  footer .footerData .footerBlock .footerBlock4 {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer .footerData .footerBlock .borderLeft {
    border-left: white 1px dotted;
    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;
}
footer .footerLine img {
  margin-left: 3px;
  width: 95px;
  vertical-align: text-bottom;
}

/* /misc stuff */
/* ------------------------------------------------ */
/* NAVBAR default CUSTOM STYLES */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar-brand {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.navbar-brand > img {
  top: -23px;
  position: relative;
}

.navbar-nav {
  position: relative;
  top: 0;
  right: 10px;
  clear: right;
  background-color: #ff931e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /*@media (min-width: 768px) {*/
}
@media (min-width: 992px) {
  .navbar-nav {
    position: relative;
    top: 0;
    clear: right;
    right: 0;
  }
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li {
  padding-left: 18px;
  /* Items */
}
.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 1em;
  padding: 5px 10px 10px 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px 0 15px 20px;
  }
}
.navbar-default .navbar-toggle {
  padding: 10px 10px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Items activos/selecionados */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active a {
  color: white;
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  background-color: transparent;
}

#navbar.in, #navbar.collapsing {
  background-color: rgba(255, 255, 255, 0);
  padding-right: 15px;
  text-align: right;
}

.navbar-collapse {
  padding-right: 0;
}

/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/
/* /navbar */
/* ------------------------------------------------ */
.menuStick-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1031;
  right: 0;
  left: 0;
}

.mapa iframe {
  pointer-events: none;
}

.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;*/
}

.botaoWrapper {
  display: inline-block;
}
.botaoWrapper .botaoPC {
  padding: 6px 20px;
  font-size: 0.9em;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0.9em;
  border: none;
}
.botaoWrapper .botaoPC.botaoLaranja {
  -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;
  background-color: #ff931e;
  color: white;
}
.botaoWrapper .botaoPC.botaoLaranja:hover {
  background-color: #d16c00;
  color: white !important;
}
.botaoWrapper .botaoPC.botaoVermelho {
  -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;
  background-color: #ff1d26;
  color: white;
}
.botaoWrapper .botaoPC.botaoVermelho:hover {
  background-color: #d00008;
  color: white !important;
}

.slideWrapper {
  position: relative;
}
.slideWrapper .contentWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slideWrapper .contentWrapper .content {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.slideWrapper .contentWrapper .content .botaoWrapper {
  font-size: 1.5em;
}
.slideWrapper .contentWrapper .content .botaoWrapper .botaoVermelho {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 20px 40px;
}

.titulo {
  font-size: 1.65em;
  color: #ff1d26;
  text-align: center;
  margin-bottom: 30px;
}

/* SETA MENUS P BAIXO */
.arrowMenu {
  z-index: 1050;
}
.arrowMenu.arrowParaBaixo {
  border: 20px solid red;
  border-bottom: none;
  border-color: #fff transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

section#mainServicos {
  margin-top: 100px;
}
section#mainServicos .servicoWrapper {
  position: relative;
  margin-bottom: 15px;
}
section#mainServicos .servicoWrapper img {
  width: 100%;
}
section#mainServicos .servicoWrapper:hover .servicoContentWrapper {
  background-color: rgba(255, 147, 30, 0.8);
  border: 2px transparent solid;
}
section#mainServicos .servicoWrapper:hover .servicoContentWrapper .servicoContent {
  opacity: 1;
}
section#mainServicos .servicoWrapper .servicoContentWrapper {
  -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;
  margin: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 2px rgba(255, 147, 30, 0.8) solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#mainServicos .servicoWrapper .servicoContentWrapper .servicoContent {
  opacity: 0;
  -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;
  display: inline-block;
  color: white;
  font-size: 1.6em;
}

section#mainParcerias .parceriasWrapper {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff931e+0,ff931e+75,ffffff+75,ffffff+100 */
  background: rgb(255, 147, 30); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 147, 30) 0%, rgb(255, 147, 30) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 147, 30) 0%, rgb(255, 147, 30) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 147, 30) 0%, rgb(255, 147, 30) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff931e", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
section#mainParcerias .parceriasWrapper.parceriasWrapperDireita {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,ff931e+25,ff931e+100 */
  background: rgb(255, 147, 30); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 25%, rgb(255, 147, 30) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 25%, rgb(255, 147, 30) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 25%, rgb(255, 147, 30) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ff931e",GradientType=1 ); /* IE6-9 */
}
section#mainParcerias .parceriasWrapper.parceriasWrapperDireita .arrowMenu.arrowParaBaixo {
  border-color: #cccccc transparent #cccccc transparent;
}
section#mainParcerias .parceriasWrapper .parceriaWrapper {
  position: relative;
  background-color: #ff931e;
  padding-top: 40px;
  padding-bottom: 15px;
}
section#mainParcerias .parceriasWrapper .parceriaWrapper .imgWrapper {
  position: relative;
  padding: 30px 30px 5px 30px;
}
section#mainParcerias .parceriasWrapper .parceriaWrapper .imgWrapper img {
  width: 100%;
}
section#mainParcerias .parceriasWrapper .parceriaWrapper .imgWrapper .parceriaContentWrapper {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  border: 2px rgba(255, 147, 30, 0.8) solid;
}
section#mainParcerias .parceriasWrapper .parceriaNome {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 1.6em;
  margin-top: 10px;
}
section#mainParcerias .barraCinzaWrapper img {
  width: 100%;
}
section#mainParcerias .barraCinzaWrapper .arrowMenu.arrowParaBaixo {
  border-color: #ff931e transparent #ff931e transparent;
}

section#quemSomos {
  margin-top: -6px;
}
section#quemSomos .quemSomosWrapper {
  background-color: #ff931e;
  color: white;
  padding: 60px 30px;
}
section#quemSomos .quemSomosWrapper .titulo {
  color: white;
  text-align: left;
}
section#quemSomos .quemSomosWrapper .texto {
  line-height: 1em;
  font-weight: 300;
}
section#quemSomos .oQueFazemosWrapper {
  padding: 60px 30px;
}
section#quemSomos .oQueFazemosWrapper .titulo {
  text-align: left;
}
section#quemSomos .oQueFazemosWrapper .texto {
  line-height: 1em;
  font-weight: 300;
}

section#servicos {
  margin-top: 100px;
}
section#servicos .titulo {
  text-align: left;
}
section#servicos .servicoBlock {
  background-color: #ff931e;
  color: white;
  padding: 30px 30px 30px 10px;
  font-size: 1.25em;
  margin-bottom: 30px;
}
section#servicos .servicoBlock ul li {
  margin-bottom: 15px;
}
section#servicos .imgWrapper {
  margin-bottom: 30px;
}
section#servicos .imgWrapper img {
  width: 100%;
}

section#software {
  margin-top: 100px;
}
section#software .titulo {
  text-align: left;
}
section#software .softwareOutWrapper {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff931e+0,ff931e+75,ffffff+75,ffffff+100 */
  background: rgb(255, 147, 30); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 147, 30) 0%, rgb(255, 147, 30) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 147, 30) 0%, rgb(255, 147, 30) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 147, 30) 0%, rgb(255, 147, 30) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff931e", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
section#software .softwareOutWrapper.softwareOutWrapperDireita {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,ff931e+25,ff931e+100 */
  background: rgb(255, 147, 30); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 25%, rgb(255, 147, 30) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 25%, rgb(255, 147, 30) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 147, 30) 25%, rgb(255, 147, 30) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ff931e",GradientType=1 ); /* IE6-9 */
  margin-bottom: 73px;
}
section#software .softwareOutWrapper .softwareWrapper {
  position: relative;
  background-color: #ff931e;
  padding: 20px;
  /*height: 93.15px;*/
  text-align: center;
  color: white;
  font-size: 1.2em;
}
@media (min-width: 768px) and (max-width: 991px) {
  section#software .softwareOutWrapper .softwareWrapper {
    font-size: 0.9em;
  }
}
section#software .softwareOutWrapper .softwareWrapper .softwareContent {
  padding: 10px;
  border: 2px solid white;
}
section#software .barraCinzaWrapper img {
  width: 100%;
}

section#parceiros {
  margin-top: 100px;
}
section#parceiros .titulo {
  text-align: left;
}
section#parceiros .parceirosBlock:last-child .barraLaranja {
  display: none;
}
section#parceiros .parceirosBlock .parceirosContentOut {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section#parceiros .parceirosBlock .parceirosContentOut .parceirosContent {
    position: absolute;
    bottom: 0;
  }
}
section#parceiros .parceirosBlock .parceirosContentOut .parceirosContent .titulo {
  margin-bottom: 3px;
}
section#parceiros .parceirosBlock .parceirosContentOut .parceirosContent .parceirosTexto {
  font-size: 0.9em;
  line-height: 1em;
}
section#parceiros .parceirosBlock .parceirosContentOut .parceirosContent .botaoWrapper {
  width: 100%;
  margin-top: 10px;
}
section#parceiros .parceirosBlock .parceirosContentOut .parceirosContent .botaoWrapper .botaoPC {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  section#parceiros .parceirosBlock .barraLaranja {
    height: 5px;
    background-color: #ff931e;
    width: 100%;
    margin-bottom: 40px;
  }
}

section#contactos {
  margin-top: -6px;
}
section#contactos .contactosWrapper {
  background-color: #ff931e;
  color: white;
  padding: 100px 30px 60px 30px;
}
section#contactos .contactosWrapper .titulo {
  color: white;
  text-align: left;
}
section#contactos .contactosWrapper .texto {
  line-height: 1em;
  font-weight: 300;
}
section#contactos .formularioWrapper {
  padding-top: 100px;
}
section#contactos .formularioWrapper .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
section#contactos .formularioWrapper .botaoWrapper {
  width: 100%;
}
section#contactos .formularioWrapper .botaoWrapper .botaoPC {
  width: 100%;
}
section#contactos .mapaWrapper {
  margin-top: 100px;
  background-color: #ff931e;
  padding: 40px 20px 40px 20px;
}
