﻿html {
  font-size: 17px;
  min-width: 360px; }

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

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

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}*/
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #5c5c5c;
  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: #5c5c5c; }

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

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

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

#loginPartial {
  padding: 3px; }

header {
  /* /#social */ }
  header #social {
    position: relative;
    color: white;
    background-color: #72c3d6; }
    header #social span {
      font-size: .8em; }
    header #social a {
      color: white;
      margin-left: 5px;
      text-decoration: none; }
      header #social a:hover {
        color: #5c5c5c; }
    header #social .barraInicial {
      padding: 10px 0px 2px 0;
      font-size: .9em;
      /* UL das Langs */ }
      header #social .barraInicial .barraEsq {
        float: left; }
      header #social .barraInicial .barraDir {
        float: right; }
        header #social .barraInicial .barraDir ul#lang {
          display: inline-block;
          padding-right: 10px; }
          header #social .barraInicial .barraDir ul#lang li {
            display: inline;
            margin-left: 3px;
            margin-right: 3px; }
            header #social .barraInicial .barraDir ul#lang li a {
              margin: 0;
              /*font-size: 1.2em;*/ }
        header #social .barraInicial .barraDir .svgImage {
          width: 21px;
          height: 21px;
          vertical-align: text-top; }
          header #social .barraInicial .barraDir .svgImage path, header #social .barraInicial .barraDir .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 .barraDir .svgImage:hover path {
            fill: #5c5c5c; }
          header #social .barraInicial .barraDir .svgImage:hover circle {
            stroke: #5c5c5c; }
  header #menuBar {
    /*background-color: #303030;*/
    position: relative;
    z-index: 1032; }

/* Fim Header */
footer {
  font-size: .9em; }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 120px;
    font-weight: 400;
    color: white;
    background-color: dimgray; }
    footer .footerData a {
      color: white; }
      footer .footerData a:hover {
        color: #f0f0f0; }
    footer .footerData .col-sm-3 {
      padding: 0; }
    footer .footerData .footerBlock {
      padding-right: 5px;
      padding-bottom: 20px;
      font-size: 1em;
      text-align: center; }
      @media (min-width: 768px) {
        footer .footerData .footerBlock {
          margin-bottom: 0;
          text-align: left; } }
      footer .footerData .footerBlock .svgImage {
        width: 40px;
        height: 40px;
        vertical-align: text-top; }
        footer .footerData .footerBlock .svgImage path, footer .footerData .footerBlock .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; }
        footer .footerData .footerBlock .svgImage:hover path {
          fill: #bdbdbd; }
        footer .footerData .footerBlock .svgImage:hover circle {
          stroke: #bdbdbd; }
      footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
        display: table;
        margin: 0 auto;
        position: relative; }
        footer .footerData .footerBlock .footerBlock1 div, footer .footerData .footerBlock .footerBlock2 div, footer .footerData .footerBlock .footerBlock3 div {
          font-weight: 700;
          margin-bottom: 10px; }
        footer .footerData .footerBlock .footerBlock1 span, footer .footerData .footerBlock .footerBlock2 span, footer .footerData .footerBlock .footerBlock3 span {
          font-size: .8em; }
      @media (min-width: 768px) {
        footer .footerData .footerBlock .footerBlock3 {
          text-align: right;
          margin: 0;
          width: 100%; } }
  footer .footerLine {
    font-size: .9em;
    background-color: #5c5c5c;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white; }
    footer .footerLine a {
      color: white;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      footer .footerLine a:hover {
        color: #bdbdbd; }
    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: 0;
  height: 100%; }
  .navbar-brand > img {
    /*top: -63px;*/
    width: 200px;
    height: 120px;
    position: relative; }

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar-default {
      margin-bottom: 15px; } }
  .navbar-default .navbar-nav {
    position: relative;
    top: 0;
    right: 10px;
    clear: right; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-around; } }
    .navbar-default .navbar-nav > li {
      /*margin-left: 5px;
            margin-right: 5px;*/
      /* Items */ }
      @media (min-width: 768px) {
        .navbar-default .navbar-nav > li {
          margin-top: 83px; }
          .navbar-default .navbar-nav > li.hidden-xs {
            margin-top: 0; } }
      .navbar-default .navbar-nav > li > a {
        color: #5c5c5c;
        /*background-color: $corCinzaClaro;*/
        font-size: 1.1em;
        padding: 10px 10px 5px 10px; }
        @media (min-width: 768px) {
          .navbar-default .navbar-nav > li > a {
            padding: 10px 10px 15px 10px; }
            .navbar-default .navbar-nav > li > a.navbar-brand {
              padding: 10px 5px 0px 5px;
              height: 100%; } }
        @media (min-width: 992px) {
          .navbar-default .navbar-nav > li > a.navbar-brand {
            margin: 0 120px; } }
  .navbar-default .navbar-toggle {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 10px;
    margin-top: 65px;
    margin-bottom: 20px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: rgba(114, 195, 214, 0.4);
      border-color: rgba(114, 195, 214, 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: black;
  font-weight: 400;
  position: relative;
  background-color: transparent; }

#navbar.in, #navbar.collapsing {
  background-color: white;
  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; }

.slideWrapper {
  position: relative;
  text-align: center; }
  .slideWrapper .contentWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slideWrapper .contentWrapper .contentStuff {
      display: none; }
      @media (min-width: 768px) {
        .slideWrapper .contentWrapper .contentStuff {
          display: block; } }
      .slideWrapper .contentWrapper .contentStuff .frase {
        color: white;
        font-size: 2.3em;
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5), -1px 0px 5px rgba(0, 0, 0, 0.5);
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 15%; }
        @media (min-width: 992px) {
          .slideWrapper .contentWrapper .contentStuff .frase {
            font-size: 4.3em; } }
      .slideWrapper .contentWrapper .contentStuff .botaoWrapper .botaoAzulComSeta {
        display: inline-block; }
        .slideWrapper .contentWrapper .contentStuff .botaoWrapper .botaoAzulComSeta:hover .letrasEsq {
          background-color: #4ab2cb; }
        .slideWrapper .contentWrapper .contentStuff .botaoWrapper .botaoAzulComSeta:hover .setaDir {
          color: #4ab2cb; }
        .slideWrapper .contentWrapper .contentStuff .botaoWrapper .botaoAzulComSeta .letrasEsq {
          -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;
          background-color: #72c3d6;
          color: white;
          font-size: .8em;
          font-weight: 700;
          padding: 10px 20px; }
        .slideWrapper .contentWrapper .contentStuff .botaoWrapper .botaoAzulComSeta .setaDir {
          -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;
          float: right;
          width: 40px;
          background-color: white;
          color: #72c3d6;
          font-size: 1.7em;
          line-height: 39.5px; }

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

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

section#backofficeMenu {
  padding-top: 50px;
  /*padding-bottom: 50px;*/ }
  section#backofficeMenu form#uploadFicheiros {
    background-color: rgba(189, 189, 189, 0.1);
    padding: 15px;
    border-radius: 10px;
    border: dashed 1px darkgray; }

.botaoWrapper .botaoAzul {
  -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.1em;
  padding: 10px 15px;
  background-color: #72c3d6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #acd6ef; }
  .botaoWrapper .botaoAzul:hover {
    background-color: #bdbdbd; }

.botaoWrapper .botaoBranco {
  -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;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
  font-size: 1em;
  padding: 10px 25px; }
  .botaoWrapper .botaoBranco:hover {
    background-color: #f0f0f0; }

.titulo {
  text-align: center;
  font-size: 2.4em;
  font-weight: 400;
  color: #72c3d6;
  margin-bottom: 80px; }

section#mainDestaque {
  margin-top: 100px; }
  section#mainDestaque .imovelWrapper {
    margin-bottom: 50px; }
    section#mainDestaque .imovelWrapper .imageWrapper {
      position: relative; }
      section#mainDestaque .imovelWrapper .imageWrapper img {
        width: 100%; }
      section#mainDestaque .imovelWrapper .imageWrapper .imgInfo {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px 20px;
        font-size: 1.5em; }
        @media (min-width: 768px) and (max-width: 991px) {
          section#mainDestaque .imovelWrapper .imageWrapper .imgInfo {
            font-size: 1em; } }
        section#mainDestaque .imovelWrapper .imageWrapper .imgInfo .tipoImovel {
          float: left; }
        section#mainDestaque .imovelWrapper .imageWrapper .imgInfo .valorImovel {
          float: right; }
    section#mainDestaque .imovelWrapper .infoWrapper {
      padding: 20px 20px 25px 20px;
      background-color: #f0f0f0;
      color: #5c5c5c; }
      section#mainDestaque .imovelWrapper .infoWrapper .local {
        float: left;
        font-size: 1.2em; }
      section#mainDestaque .imovelWrapper .infoWrapper .tipo {
        float: right;
        font-weight: 700;
        font-size: 1.2em; }
      section#mainDestaque .imovelWrapper .infoWrapper hr {
        border-top: 1px solid #bdbdbd; }
      section#mainDestaque .imovelWrapper .infoWrapper .texto {
        color: #5c5c5c;
        font-weight: 300;
        margin-bottom: 35px; }
      section#mainDestaque .imovelWrapper .infoWrapper .botaoWrapper {
        text-align: left;
        margin-bottom: 0; }
  section#mainDestaque .botaoWrapper {
    text-align: center;
    margin-bottom: 50px; }

section#mainNegocio .imageWrapper {
  position: relative; }
  section#mainNegocio .imageWrapper img {
    width: 100%; }
  section#mainNegocio .imageWrapper .contentWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    section#mainNegocio .imageWrapper .contentWrapper .contentBlock {
      text-align: center; }
      section#mainNegocio .imageWrapper .contentWrapper .contentBlock .frase1 {
        font-size: 1.25em;
        color: white;
        font-weight: 700;
        margin-bottom: 20px; }
      section#mainNegocio .imageWrapper .contentWrapper .contentBlock .frase2 {
        font-size: 1.9em;
        color: #72c3d6;
        font-weight: 300;
        margin-bottom: 50px;
        display: none; }
      @media (min-width: 768px) {
        section#mainNegocio .imageWrapper .contentWrapper .contentBlock .frase1 {
          font-size: 2.95em; }
        section#mainNegocio .imageWrapper .contentWrapper .contentBlock .frase2 {
          font-size: 1.9em;
          margin-bottom: 50px;
          display: block; } }
      section#mainNegocio .imageWrapper .contentWrapper .contentBlock .botaoWrapper {
        text-align: center; }

section#mainNegocio .fraseWrapper {
  text-align: center;
  font-size: 2.3em;
  color: #72c3d6;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #72c3d6;
  border-bottom: 2px solid #72c3d6;
  margin-top: 80px;
  margin-bottom: 20px; }

section#quemSomos {
  margin-top: 100px; }
  section#quemSomos .texto {
    color: #bdbdbd;
    margin-bottom: 80px; }
  section#quemSomos .imageWrapper {
    text-align: center; }
    section#quemSomos .imageWrapper img {
      display: inline-block;
      max-width: 100%; }

section#negocios {
  margin-top: 100px;
  padding-bottom: 0; }
  section#negocios .titulo {
    margin-bottom: 20px; }
  section#negocios .subTitulo {
    color: #bdbdbd;
    margin-bottom: 80px;
    font-size: 1.3em;
    text-align: center; }
  section#negocios .negociosWrapper {
    background-color: #f0f0f0; }
    @media (min-width: 992px) {
      section#negocios .negociosWrapper {
        display: flex;
        /*flex-wrap: wrap;*/ } }
    section#negocios .negociosWrapper .textoWrapper {
      flex: 0 50%;
      display: flex;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 40px; }
      section#negocios .negociosWrapper .textoWrapper .texto {
        font-weight: 300;
        padding-left: 15%;
        padding-right: 15%; }
        @media (min-width: 992px) {
          section#negocios .negociosWrapper .textoWrapper .texto {
            padding-left: 12%;
            padding-right: 30px; } }
        @media (min-width: 1200px) {
          section#negocios .negociosWrapper .textoWrapper .texto {
            padding-left: 15%; } }
    section#negocios .negociosWrapper .imageWrapper {
      flex: 0 50%; }
      section#negocios .negociosWrapper .imageWrapper img {
        width: 100%; }

section#contactos {
  margin-top: 100px;
  padding-bottom: 0; }
  section#contactos .moradaTexto {
    color: #5c5c5c;
    font-size: .9em; }
    section#contactos .moradaTexto div {
      font-weight: 700;
      margin-bottom: 10px; }
    section#contactos .moradaTexto span {
      font-size: .8em; }
    section#contactos .moradaTexto a {
      color: #5c5c5c; }
      section#contactos .moradaTexto a:hover {
        color: black; }
    section#contactos .moradaTexto .svgImage {
      width: 40px;
      height: 40px; }
      section#contactos .moradaTexto .svgImage path, section#contactos .moradaTexto .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; }
      section#contactos .moradaTexto .svgImage path {
        fill: #5c5c5c; }
      section#contactos .moradaTexto .svgImage circle {
        stroke: #5c5c5c; }
      section#contactos .moradaTexto .svgImage:hover path {
        fill: black; }
      section#contactos .moradaTexto .svgImage:hover circle {
        stroke: black; }
  section#contactos .formulario .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  section#contactos .formulario .botaoWrapper {
    text-align: right; }
    section#contactos .formulario .botaoWrapper .botaoAzul {
      padding: 5px 30px; }

section#imoveisList {
  margin-top: 100px; }
  section#imoveisList .imovelWrapper {
    margin-bottom: 50px; }
    section#imoveisList .imovelWrapper .imageWrapper {
      position: relative; }
      section#imoveisList .imovelWrapper .imageWrapper img {
        width: 100%; }
      section#imoveisList .imovelWrapper .imageWrapper .imgInfo {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px 20px;
        font-size: 1.5em; }
        @media (min-width: 768px) and (max-width: 991px) {
          section#imoveisList .imovelWrapper .imageWrapper .imgInfo {
            font-size: 1em; } }
        section#imoveisList .imovelWrapper .imageWrapper .imgInfo .tipoImovel {
          float: left; }
        section#imoveisList .imovelWrapper .imageWrapper .imgInfo .valorImovel {
          float: right; }
    section#imoveisList .imovelWrapper .infoWrapper {
      padding: 20px 20px 25px 20px;
      background-color: #f0f0f0;
      color: #5c5c5c; }
      section#imoveisList .imovelWrapper .infoWrapper .local {
        float: left;
        font-size: 1.2em; }
      section#imoveisList .imovelWrapper .infoWrapper .tipo {
        float: right;
        font-weight: 700;
        font-size: 1.2em; }
      section#imoveisList .imovelWrapper .infoWrapper hr {
        border-top: 1px solid #bdbdbd; }
      section#imoveisList .imovelWrapper .infoWrapper .texto {
        color: #5c5c5c;
        font-weight: 300;
        margin-bottom: 35px; }
      section#imoveisList .imovelWrapper .infoWrapper .botaoWrapper {
        text-align: left;
        margin-bottom: 0; }

hr.hrEscuro {
  border-top: 1px solid #bdbdbd; }

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

section#imovel {
  margin-top: 30px;
  color: #5c5c5c; }
  section#imovel .voltarWrapper {
    text-align: right;
    font-size: .9em;
    margin-bottom: 80px; }
    section#imovel .voltarWrapper a {
      color: #bdbdbd; }
      section#imovel .voltarWrapper a:hover {
        color: #5c5c5c; }
  section#imovel .tituloWrapper .tituloVer {
    font-size: 2.4em;
    font-weight: 400;
    color: #72c3d6;
    float: left; }
  section#imovel .tituloWrapper .valor {
    font-size: 1.5em;
    line-height: 2.4em;
    font-weight: 400;
    color: #72c3d6;
    float: right; }
  section#imovel .subTituloWrapper {
    margin-bottom: 40px; }
    section#imovel .subTituloWrapper .local {
      float: left;
      font-size: 1.2em;
      font-weight: 400;
      color: #5c5c5c; }
    section#imovel .subTituloWrapper .tipo {
      float: right;
      font-size: 1.2em;
      font-weight: 700; }
  section#imovel .swiper-container .swiper-slide {
    -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;
    position: relative;
    overflow: hidden;
    opacity: .2; }
    section#imovel .swiper-container .swiper-slide.swiper-slide-active {
      opacity: 1; }
    section#imovel .swiper-container .swiper-slide .img-wrap .img img {
      width: 100%; }
  section#imovel .swiper-info {
    margin-top: 20px; }
    section#imovel .swiper-info .swiper-pagination {
      width: 60px;
      bottom: auto;
      margin-left: 8px; }
    section#imovel .swiper-info .navDir {
      /*display: inline-block;*/
      width: 75px;
      float: right;
      margin-top: 23px;
      position: relative; }
      section#imovel .swiper-info .navDir .swiper-button-prev, section#imovel .swiper-info .navDir .swiper-button-next {
        background-image: none;
        width: auto; }
  section#imovel .iconsInfoListWrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    section#imovel .iconsInfoListWrapper .iconInfoWrapper {
      padding: 7px 15px 7px 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      border-right: solid 1px #f0f0f0;
      text-align: center; }
      section#imovel .iconsInfoListWrapper .iconInfoWrapper:last-child {
        border-right: none; }
      section#imovel .iconsInfoListWrapper .iconInfoWrapper .iconImage {
        margin-bottom: 10px; }
        section#imovel .iconsInfoListWrapper .iconInfoWrapper .iconImage img {
          display: inline-block; }
      section#imovel .iconsInfoListWrapper .iconInfoWrapper .iconTexto {
        font-weight: 500;
        font-size: .7em;
        text-align: center;
        height: 34px;
        color: #5c5c5c; }
        section#imovel .iconsInfoListWrapper .iconInfoWrapper .iconTexto span {
          vertical-align: super;
          font-size: .6em; }
  section#imovel .descricaoWrapper {
    font-size: 1.2em;
    font-weight: 700;
    color: #72c3d6;
    margin-top: 40px;
    margin-bottom: 20px; }
  section#imovel .textoWrapper {
    color: #5c5c5c;
    font-weight: 300;
    margin-bottom: 40px; }
