﻿html {
  font-size: 17px; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #1c2d5A;
  -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;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #1c2d5A;
  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: #1c2d5A; }

.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 */
/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1c2d5A;
  border-radius: 7px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #284081; }

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 */
  /* Fim Header */ }
  header #social {
    position: relative;
    color: #1c2d5A;
    background-color: white; }
    header #social span {
      font-size: .8em; }
    header #social a {
      color: #1c2d5A;
      margin-left: 5px;
      text-decoration: none; }
      header #social a:hover {
        color: #000000; }
    header #social .barraInicial {
      padding: 14px 0 5px 0;
      float: right;
      font-size: 1.1em;
      /* UL das Langs */ }
      header #social .barraInicial a img {
        margin-left: 50px;
        margin-right: 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;*/
          font-size: .9em; }
          header #social .barraInicial ul#lang li a {
            margin: 0; }
  header #menuBar {
    background-color: #d02026;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
    background: #ee3647;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
    /* IE6-9 */
    position: relative;
    z-index: 1032;
    padding-top: 20px;
    padding-bottom: 25px; }

footer {
  font-size: .9em; }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 120px;
    font-weight: 300;
    color: black;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    /* IE6-9 */ }
    footer .footerData a {
      color: black;
      font-weight: 700; }
      footer .footerData a:hover {
        color: #1c2d5A; }
    footer .footerData .col-sm-3 {
      padding: 0; }
    footer .footerData .footerBlock {
      padding-right: 5px;
      padding-bottom: 20px;
      font-size: 1.2em;
      line-height: 1.2em;
      font-weight: 400; }
      @media (min-width: 768px) {
        footer .footerData .footerBlock {
          margin-bottom: 0; } }
      footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock3 {
        display: table;
        margin: 0 auto;
        width: 335px;
        position: relative; }
        @media (min-width: 768px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock3 {
            width: 335px; } }
        @media (min-width: 992px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock3 {
            width: 335px; } }
        @media (min-width: 1200px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock3 {
            width: 335px; } }
      footer .footerData .footerBlock .footerBlock3 {
        width: 100%;
        /*@media (min-width: 992px) {*/
        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 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    background-color: #1c2d5A;
    color: white; }
    footer .footerLine span {
      font-weight: 300; }
    footer .footerLine img {
      margin-left: 3px;
      width: 120px;
      vertical-align: text-bottom; }

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

.navbar-brand {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px; }

.navbar-brand > img {
  /*top: -63px;*/
  position: relative; }

.navbar-nav {
  position: relative;
  top: 0;
  right: 10px;
  clear: right; }
  @media (min-width: 768px) {
    .navbar-nav {
      position: relative;
      top: 15px;
      clear: right;
      right: 0;
      margin-bottom: 17px; } }

.navbar-default {
  /*background-color: rgba(255, 255, 255, 1);*/
  background-color: transparent;
  border: none;
  margin-bottom: 0; }
  .navbar-default .navbar-toggle {
    /*margin-top: 45px;*/
    margin-top: 35px;
    margin-bottom: 16px;
    padding: 10px 10px; }
  .navbar-default .navbar-nav > li {
    padding-left: 45px; }
    .navbar-default .navbar-nav > li:first-child {
      padding-left: 0; }
    @media (min-width: 992px) {
      .navbar-default .navbar-nav > li {
        padding-left: 100px; } }

#navbar.in, #navbar.collapsing {
  /*background-color: rgba(255, 255, 255, 1);*/
  margin-top: 25px;
  padding-right: 15px;
  text-align: right; }

/* Items */
.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 1em;
  font-weight: 300;
  padding: 25px 0 25px 20px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
      padding: 10px 10px 5px 10px; } }

/* 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: 300;
  position: relative;
  background-color: transparent; }

/*
@media (min-width: 997px) {

    .navbar-nav > li > a {
        font-size: 2rem;
    }
}
*/
/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/
.navbar-collapse {
  padding-right: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.4); }

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

.mapa iframe {
  pointer-events: none; }

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

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

.boTitulo {
  margin-top: 20px;
  margin-bottom: 8px;
  padding: 0; }

section#first {
  background-image: url("/images/static/photoBig.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  min-height: 1300px; }

.boxProcuraWrapper hr {
  border-top: 2px solid #1c2d5A; }

.boxProcuraWrapper a > .conheca {
  -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;
  background-color: #1c2d5A;
  font-weight: 700;
  font-size: 1em;
  padding: 18px 25px 18px 25px;
  display: inline-block;
  float: right; }
  .boxProcuraWrapper a > .conheca:hover {
    color: #999999; }

.boxProcuraWrapper .topico {
  font-size: 2.1em;
  color: #1c2d5A;
  font-weight: 700; }

.boxProcura {
  background-color: rgba(28, 45, 90, 0.6);
  min-height: 150px;
  padding: 50px 40px 50px 40px; }
  .boxProcura input, .boxProcura select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 18px 10px 15px;
    height: 45px;
    font-size: 1em; }
  .boxProcura .selectMagContainer {
    position: relative; }
    .boxProcura .selectMagContainer select {
      padding-right: 20px;
      -moz-appearance: window;
      -webkit-appearance: none; }
    .boxProcura .selectMagContainer svg.fa-search {
      position: absolute;
      right: 14px;
      top: 14px;
      color: #575756; }
    .boxProcura .selectMagContainer .separador {
      position: absolute;
      right: 40px;
      top: 10px;
      height: 28px;
      border-right: solid 1px #999999; }
  .boxProcura .blocoVermelho {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
    background: #ee3647;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
    /* IE6-9 */
    width: 32px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 2px; }
  .boxProcura .itemNome {
    display: inline-block;
    width: calc(100% - 55px);
    font-weight: 300;
    line-height: 1.2em;
    font-size: 0.96em;
    color: white; }
    .boxProcura .itemNome strong {
      font-weight: 400; }
  .boxProcura .formLine {
    margin-bottom: 8px; }
  .boxProcura .pr0 {
    padding-right: 0; }
  .boxProcura .checkbox label {
    color: white;
    width: 100%;
    padding-left: 0; }
    .boxProcura .checkbox label div {
      padding-left: 30px; }
  .boxProcura .checkbox label:after {
    content: '';
    display: table;
    clear: both; }
  .boxProcura .checkbox .megc {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.8em;
    height: 1.8em;
    float: left;
    margin-right: .5em;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .boxProcura .checkbox .megc .megc-icon {
    position: absolute;
    font-size: 1em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #575756; }
  .boxProcura .checkbox label input[type="checkbox"] {
    display: none; }
  .boxProcura .checkbox label input[type="checkbox"] ~ .megc > .megc-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in; }
  .boxProcura .checkbox label input[type="checkbox"]:checked ~ .megc > .megc-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  .boxProcura .checkbox label input[type="checkbox"]:disabled .megc {
    opacity: .5; }
  .boxProcura .pesquisarViaturas {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
    background: #ee3647;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
    /* IE6-9 */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 45px 15px 45px;
    color: white;
    float: right;
    border: none;
    margin-top: 15px; }

.boxBranca {
  margin-top: 25px;
  padding: 20px 35px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid white;
  text-align: center;
  color: white;
  font-size: 1.8em;
  font-weight: 700; }
  .boxBranca div {
    margin-bottom: 15px; }
  .boxBranca .botaoVerMais {
    display: inline-block;
    font-weight: 400;
    font-size: .55em;
    color: white;
    padding: 8px 12px;
    background-color: #1c2d5A; }

.breadCrumbs {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 1.3em;
  text-align: center; }
  .breadCrumbs strong {
    text-decoration: underline; }
  .breadCrumbs .sep {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }

.bootstrap-datetimepicker-widget {
  z-index: 1033; }

section#pesquisaResultados .viaturaListWrapper {
  border: 2px #e6e6e6 solid;
  margin-bottom: 40px; }
  section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListImagem {
    padding: 5px; }
    section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListImagem img {
      margin: 0 auto; }
  section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock {
    background-color: #dfe2e9;
    padding: 10px; }
    section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfoTitulo {
      font-size: 1em;
      font-weight: 700;
      position: relative;
      margin-bottom: 30px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfoTitulo {
          font-size: .9em; } }
      section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfoTitulo .titulo {
        line-height: 1em; }
      section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfoTitulo .valor {
        line-height: 1em;
        position: absolute;
        right: 0;
        top: 0; }
      section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfoTitulo .categoria {
        font-size: .65em;
        font-weight: 400;
        line-height: 1em; }
    section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo {
      margin-bottom: 30px; }
      section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo ul li {
          list-style-type: none;
          display: inline-block;
          white-space: nowrap;
          width: 100px;
          margin-bottom: 15px;
          font-size: 0.8em; }
          @media (min-width: 768px) {
            section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo ul li {
              width: 45%; } }
          @media (min-width: 998px) {
            section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo ul li {
              width: 32%; } }
          section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo ul li svg {
            font-size: 1.2em; }
          section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListInfo ul li span {
            font-size: .7em;
            color: black; }
    section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListBotoes {
      font-size: 1.1em; }
      section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListBotoes .infoBtn {
        float: left;
        padding: 10px;
        background-color: #1c2d5A;
        color: white; }
      section#pesquisaResultados .viaturaListWrapper .viaturaListBlock .viaturaListInfoBlock .viaturaListBotoes .escolherBtn {
        float: right;
        padding: 10px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
        background: #ee3647;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
        /* IE6-9 */
        color: white; }

section#infoCategoria {
  margin-top: 50px; }
  section#infoCategoria .infoBlockWrapper .infoBlock {
    background-color: #dfe2e9;
    padding: 20px; }
    section#infoCategoria .infoBlockWrapper .infoBlock .infoTitulo {
      font-size: 1.3em;
      font-weight: 700; }
    section#infoCategoria .infoBlockWrapper .infoBlock .categoria {
      font-size: .87em;
      font-weight: 400;
      line-height: 1em;
      margin-bottom: 40px; }
    section#infoCategoria .infoBlockWrapper .infoBlock .infoPreco div {
      float: left;
      font-size: 1.3em;
      font-weight: 700;
      margin-top: 7px; }
  section#infoCategoria .infoBlockWrapper hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #999999; }
  section#infoCategoria .infoBlockWrapper .viaturaListInfo {
    margin-bottom: 30px; }
    section#infoCategoria .infoBlockWrapper .viaturaListInfo ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      section#infoCategoria .infoBlockWrapper .viaturaListInfo ul li {
        list-style-type: none;
        display: inline-block;
        white-space: nowrap;
        width: 100px;
        margin-bottom: 15px;
        font-size: 0.8em; }
        @media (min-width: 768px) {
          section#infoCategoria .infoBlockWrapper .viaturaListInfo ul li {
            width: 45%; } }
        @media (min-width: 998px) {
          section#infoCategoria .infoBlockWrapper .viaturaListInfo ul li {
            width: 32%; } }
        section#infoCategoria .infoBlockWrapper .viaturaListInfo ul li svg {
          font-size: 1.2em; }
        section#infoCategoria .infoBlockWrapper .viaturaListInfo ul li span {
          font-size: .7em;
          color: black; }
  section#infoCategoria .escolherBtn {
    float: right;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
    background: #ee3647;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
    /* IE6-9 */
    color: white; }
  section#infoCategoria .detalhesBlockWrapper .detalhesImagem {
    border: 2px solid #e6e6e6;
    padding: 10px;
    position: relative; }
    @media (min-width: 768px) {
      section#infoCategoria .detalhesBlockWrapper .detalhesImagem {
        /*height: 363px;*/ } }
    @media (min-width: 998px) {
      section#infoCategoria .detalhesBlockWrapper .detalhesImagem {
        height: 409px; }
        section#infoCategoria .detalhesBlockWrapper .detalhesImagem img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    @media (min-width: 1200px) {
      section#infoCategoria .detalhesBlockWrapper .detalhesImagem {
        height: 363px; } }
  section#infoCategoria .detalhesBlockWrapper .detalhesTexto {
    margin-top: 40px;
    margin-bottom: 40px; }

section#pesquisaExtras .extrasWrapper .extrasTitulo {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 20px; }

section#pesquisaExtras .extrasWrapper .extrasItem {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1em;
  color: #1c2d5A;
  background-color: #c6cad6;
  line-height: 2em; }
  section#pesquisaExtras .extrasWrapper .extrasItem div {
    float: right; }
    section#pesquisaExtras .extrasWrapper .extrasItem div input {
      width: 75px; }

section#pesquisaExtras .extrasInformacao .titulo {
  font-weight: 700;
  margin-bottom: 30px; }

section#pesquisaExtras .extrasInformacao .texto {
  column-count: 2;
  column-gap: 40px; }

section#pesquisaExtras .extrasBarraTotal {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: white;
  background-color: #626d8d;
  line-height: 2em;
  text-align: right; }
  section#pesquisaExtras .extrasBarraTotal .escolherBtn {
    margin-left: 40px;
    padding: 10px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
    background: #ee3647;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
    /* IE6-9 */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    font-size: .9em; }

section#pesquisaPagamento .pagamentoWrapper .pagamentoTitulo {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center; }

section#pesquisaPagamento .pagamentoWrapper .formulario {
  margin-bottom: 60px; }
  section#pesquisaPagamento .pagamentoWrapper .formulario .form-group {
    margin-bottom: 20px; }
    section#pesquisaPagamento .pagamentoWrapper .formulario .form-group input {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      /*background-color: #f2f2f2;*/
      padding: 20px;
      font-size: 1em; }

section#pesquisaPagamento .pagamentoWrapper .pagamentoTipo .boxAzulClaro {
  background-color: #c6cad6;
  padding: 20px;
  height: 225px; }
  section#pesquisaPagamento .pagamentoWrapper .pagamentoTipo .boxAzulClaro label {
    padding-left: 0;
    width: 100%; }
  section#pesquisaPagamento .pagamentoWrapper .pagamentoTipo .boxAzulClaro input {
    right: 15%; }

.extrasInformacao .titulo {
  font-weight: 700;
  margin-bottom: 30px; }

.extrasInformacao .texto {
  column-count: 2;
  column-gap: 40px; }

.extrasBarraTotal {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: white;
  background-color: #626d8d;
  line-height: 2em;
  text-align: right; }
  .extrasBarraTotal .escolherBtn {
    margin-left: 40px;
    padding: 10px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee3647+0,d02026+50,96241f+100 */
    background: #ee3647;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee3647 0%, #d02026 50%, #96241f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3647', endColorstr='#96241f',GradientType=1 );
    /* IE6-9 */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    font-size: .9em; }

section#imagemPequena {
  background-image: url("/images/static/photoSmall.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 720px;
  margin-bottom: 30px; }

section#quemSomos .titulo {
  font-size: 1.4em;
  font-weight: 700;
  color: #1c2d5A;
  margin-bottom: 40px; }

section#quemSomos .texto {
  font-size: 1.1em;
  line-height: 1.2em;
  color: black;
  margin-bottom: 30px;
  /*font-weight: 300;*/ }

section#quemSomos .imagem img {
  width: 100%; }

section#contactos .titulo {
  font-size: 1.4em;
  font-weight: 700;
  color: #1c2d5A;
  margin-bottom: 40px; }

section#contactos .morada {
  font-size: 1.1em;
  line-height: 1.2em;
  color: black;
  margin-bottom: 30px;
  /*font-weight: 300;*/ }

section#contactos .boxAzul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 35px;
  /*background-color: rgba(255, 255, 255, .3);*/
  border: 2px solid #1c2d5A;
  text-align: center;
  color: #1c2d5A;
  font-size: 1.8em;
  font-weight: 700; }
  section#contactos .boxAzul div {
    margin-bottom: 15px; }
  section#contactos .boxAzul .botaoVerMais {
    display: inline-block;
    font-weight: 400;
    font-size: .55em;
    color: white;
    padding: 8px 12px;
    background-color: #1c2d5A; }

section#contactos .formulario input, section#contactos .formulario textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 1em; }

section#contactos form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: white;
  background-color: #1c2d5A; }

section#contactos .mapa {
  margin-top: 40px; }
  section#contactos .mapa .embed-responsive-16by9 {
    padding-bottom: 30%; }
