﻿html {
  font-size: 17px; }

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;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #4d4d4d;
  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: #4d4d4d; }

span.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 {
  /* UL das Langs */
  /* Fim Header */ }
  header #social {
    position: relative;
    color: white; }
    header #social span {
      font-size: .8em; }
    header #social a {
      color: white;
      margin-left: 5px;
      text-decoration: none; }
      header #social a:hover {
        color: gray; }
  header .barraInicial {
    padding: 14px 0 5px 0;
    float: right;
    /*line-height: .8em;*/
    font-size: 1.5em; }
  header ul#lang {
    display: inline-block;
    padding-left: 0;
    margin: 5px 20px 5px 20px;
    font-size: .6em; }
    header ul#lang li {
      display: inline; }
      header ul#lang li a {
        margin: 0; }
  header #menuBar {
    /*background-color: #303030;*/
    position: relative;
    z-index: 1032; }

.degradEscuroVertical {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,808080+27,4d4d4d+70,000000+100 */
  background: gray;
  /* Old browsers */
  background: -moz-linear-gradient(top, gray 0%, gray 27%, #4d4d4d 70%, #1a1a1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, gray 0%, gray 27%, #4d4d4d 70%, #1a1a1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, gray 0%, gray 27%, #4d4d4d 70%, #1a1a1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='gray', endColorstr='#1a1a1a',GradientType=0 );
  /* IE6-9 */ }

.degradEscuroHorizontal {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,808080+27,4d4d4d+70,000000+100 */
  background: gray;
  /* Old browsers */
  background: -moz-linear-gradient(left, gray 0%, gray 27%, #4d4d4d 70%, #1a1a1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, gray 0%, gray 27%, #4d4d4d 70%, #1a1a1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, gray 0%, gray 27%, #4d4d4d 70%, #1a1a1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='gray', endColorstr='#1a1a1a',GradientType=1 );
  /* IE6-9 */ }

.degradClaroHorizontal {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,808080+27,4d4d4d+70,000000+100 */
  background: rgba(128, 128, 128, 0.12);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(128, 128, 128, 0.12) 0%, rgba(128, 128, 128, 0.12) 27%, rgba(77, 77, 77, 0.12) 70%, rgba(26, 26, 26, 0.12) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(128, 128, 128, 0.12) 0%, rgba(128, 128, 128, 0.12) 27%, rgba(77, 77, 77, 0.12) 70%, rgba(26, 26, 26, 0.12) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(128, 128, 128, 0.12) 0%, rgba(128, 128, 128, 0.12) 27%, rgba(77, 77, 77, 0.12) 70%, rgba(26, 26, 26, 0.12) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(128, 128, 128, 0.12)', endColorstr='rgba(26, 26, 26, 0.12)',GradientType=1 );
  /* IE6-9 */ }

footer {
  font-size: .9em; }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 120px;
    font-weight: 300;
    color: white; }
    footer .footerData a {
      color: white; }
      footer .footerData a:hover {
        color: gray; }
    footer .footerData .col-sm-3 {
      padding: 0; }
    footer .footerData .footerBlock {
      padding-right: 5px;
      padding-bottom: 20px;
      font-size: .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 {
    color: white;
    padding-bottom: 20px;
    font-size: .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: 5px; }

.navbar-brand > img {
  top: 8px;
  position: relative; }

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

.navbar-default {
  /*background-color: #ffffff;*/
  background-color: rgba(255, 255, 255, 0);
  border: none;
  /*margin-bottom: 50px;*/ }
  .navbar-default .navbar-toggle {
    /*margin-top: 45px;*/
    margin-top: 18px;
    margin-bottom: 16px; }
  .navbar-default .navbar-nav > li {
    padding-left: 25px; }

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

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

/* 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;
  /*font-weight: 400;*/
  position: relative;
  background-color: transparent; }
  @media (max-width: 991px) {
    .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 {
      text-decoration: underline; } }

@media (min-width: 992px) {
  .navbar-default .navbar-nav > .active > a:after,
  .navbar-default .navbar-nav > .active > a:hover:after,
  .navbar-default .navbar-nav > .active > a:focus:after,
  .navbar-default .navbar-nav > li > a:hover:after,
  .navbar-default .navbar-nav > li > a:focus:after,
  .navbar-default .navbar-nav > li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px 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-toggle {
  padding: 10px 10px; }

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

/* ------------------------------------------------------------------------------------------ */
section#first {
  position: relative;
  padding-top: 40px;
  /*padding-bottom: 60px;*/ }
  @media (min-width: 1700px) {
    section#first {
      padding-bottom: 9%; } }
  section#first .imgWrap {
    position: relative; }
    section#first .imgWrap .imgMain {
      position: relative;
      margin-top: -40px;
      width: 100%; }
      @media (min-width: 1200px) {
        section#first .imgWrap .imgMain {
          position: absolute; } }
    section#first .imgWrap .whiteBoxExtra {
      position: relative;
      max-width: 430px;
      margin: -210px auto 190px auto;
      background-color: rgba(255, 255, 255, 0.7);
      font-size: 1.3em;
      padding: 15px 8px 15px 8px;
      text-align: center;
      color: black;
      text-shadow: 5px 5px 10px #000000; }
      section#first .imgWrap .whiteBoxExtra strong {
        font-weight: 700; }
      @media (min-width: 768px) {
        section#first .imgWrap .whiteBoxExtra {
          margin: -340px auto 190px auto;
          font-size: 2.3em;
          line-height: 1.1em;
          padding: 40px; } }
      @media (min-width: 992px) {
        section#first .imgWrap .whiteBoxExtra {
          margin: -454px auto 290px auto; } }
  section#first .mainBlock {
    position: relative;
    margin-top: 1px; }
    @media (min-width: 1200px) {
      section#first .mainBlock {
        margin-top: -40px; } }
  section#first .whiteBoxWrapper {
    position: relative;
    clear: both;
    margin-top: 3%;
    /*overflow: hidden;*/ }
    section#first .whiteBoxWrapper .whiteBox {
      position: absolute;
      bottom: -49px;
      margin-left: 30px;
      background-color: rgba(128, 128, 128, 0.2);
      width: 100%;
      padding: 40px;
      /*font-weight: 600;*/
      font-size: 2.3em;
      line-height: 1.1em;
      color: black;
      text-shadow: 5px 5px 10px #000000; }
      @media (min-width: 1200px) {
        section#first .whiteBoxWrapper .whiteBox {
          background-color: rgba(255, 255, 255, 0.7); } }
  section#first .blackBoxWrapper {
    clear: both;
    margin-top: 3%; }
    section#first .blackBoxWrapper .blackBox {
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 40px 40px 20px 40px;
      /*&:before {
                content: "";
                border-bottom: 40px solid rgba(0,0,0,.7);
                position: absolute;
                left: 15px;
                border-left: 374px solid transparent;
                top: -29px;

                @media (min-width: 768px) {
                    border-left: 457px solid transparent;
                }

                @media (min-width: 992px) {
                    border-left: 375px solid transparent;
                    top: -29px;
                }

                @media (min-width: 1200px) {
                    border: none;
                }
            }*/ }
      @media (min-width: 1200px) {
        section#first .blackBoxWrapper .blackBox:after {
          content: "";
          border-top: 54px solid rgba(0, 0, 0, 0.7);
          border-right: 457px solid transparent;
          bottom: -54px;
          position: absolute;
          left: 15px;
          /*@media (min-width: 768px) {
                        border-right: 457px solid transparent;
                    }

                    @media (min-width: 992px) {
                        border-right: 374px solid transparent;
                        bottom: -54px;
                    }

                    @media (min-width: 1200px) {
                        border-right: 457px solid transparent;
                        bottom: -54px;
                    }*/ } }
      section#first .blackBoxWrapper .blackBox .iconContacto {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px; }
        section#first .blackBoxWrapper .blackBox .iconContacto .fa-phone-volume {
          color: black; }
      section#first .blackBoxWrapper .blackBox .topic {
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1em;
        margin-bottom: 20px; }
      section#first .blackBoxWrapper .blackBox .subTopic {
        font-weight: 300;
        font-size: 1em;
        line-height: 1.1em;
        margin-bottom: 40px; }
      section#first .blackBoxWrapper .blackBox .formLiguem input {
        width: 100%;
        /*margin-bottom: 10px;*/
        color: #1a1a1a;
        padding: 3px 10px 3px 10px; }
      section#first .blackBoxWrapper .blackBox .formLiguem button {
        width: 100%;
        text-align: center;
        color: white;
        padding: 8px 10px 8px 10px;
        border: none;
        font-size: 1.1em; }
      section#first .blackBoxWrapper .blackBox .formLiguem input, section#first .blackBoxWrapper .blackBox .formLiguem textarea, section#first .blackBoxWrapper .blackBox .formLiguem button {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
      section#first .blackBoxWrapper .blackBox .bottomBlock {
        margin-top: 80px;
        width: 265px;
        text-align: center;
        margin: 40px auto auto auto; }
        @media (min-width: 501px) {
          section#first .blackBoxWrapper .blackBox .bottomBlock {
            width: 380px; } }
        @media (min-width: 768px) {
          section#first .blackBoxWrapper .blackBox .bottomBlock {
            width: 265px; } }
        @media (min-width: 992px) {
          section#first .blackBoxWrapper .blackBox .bottomBlock {
            width: 380px; } }
        @media (min-width: 1200px) {
          section#first .blackBoxWrapper .blackBox .bottomBlock {
            margin: 76px auto auto auto; } }
        section#first .blackBoxWrapper .blackBox .bottomBlock .iconTel {
          float: left;
          margin: 0 15px 25px 0; }
          @media (max-width: 500px) {
            section#first .blackBoxWrapper .blackBox .bottomBlock .iconTel {
              display: none; } }
        section#first .blackBoxWrapper .blackBox .bottomBlock .protImpor {
          font-size: 1.2em;
          font-weight: 300; }
        section#first .blackBoxWrapper .blackBox .bottomBlock .numeroTel {
          font-weight: 700;
          font-size: 2.55em;
          line-height: 1em;
          /*margin-bottom: 20px;*/ }
          section#first .blackBoxWrapper .blackBox .bottomBlock .numeroTel a {
            color: white; }
            section#first .blackBoxWrapper .blackBox .bottomBlock .numeroTel a:hover {
              color: gray; }
        section#first .blackBoxWrapper .blackBox .bottomBlock .ligueSemComp {
          font-size: 1.25em;
          font-weight: 600; }
  section#first .blackExtraBoxWrapper {
    margin-top: 100px;
    /*clear: both;*/
    /*overflow: hidden;*/
    position: relative; }
    section#first .blackExtraBoxWrapper .blackExtraBox {
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 40px 40px 20px 40px;
      font-size: 2.35em;
      line-height: 1.2em; }
      section#first .blackExtraBoxWrapper .blackExtraBox .desconto {
        font-weight: 700;
        font-size: 1.6em;
        margin-bottom: 10px; }
      section#first .blackExtraBoxWrapper .blackExtraBox .validade {
        font-size: 0.5em;
        margin-top: 15px; }
      section#first .blackExtraBoxWrapper .blackExtraBox img {
        margin-top: -40px; }
      @media (min-width: 1200px) {
        section#first .blackExtraBoxWrapper .blackExtraBox:before {
          content: "";
          border-bottom: 54px solid rgba(0, 0, 0, 0.7);
          border-left: 458px solid transparent;
          top: -54px;
          position: absolute;
          left: 0; } }
      @media (min-width: 1200px) {
        section#first .blackExtraBoxWrapper .blackExtraBox:after {
          content: "";
          border-top: 54px solid rgba(0, 0, 0, 0.7);
          border-right: 457px solid transparent;
          bottom: -54px;
          position: absolute;
          left: 0; } }
  section#first .blackExtraBoxWrapper2 {
    margin-top: -3px;
    /*clear: both;*/
    /*overflow: hidden;*/
    position: relative; }
    section#first .blackExtraBoxWrapper2 .blackExtraBox2 {
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 40px 40px 20px 40px;
      font-size: 2.15em;
      line-height: 1.1em; }
      @media (min-width: 768px) {
        section#first .blackExtraBoxWrapper2 .blackExtraBox2 {
          font-size: 2.35em;
          line-height: 1.2em; } }
      section#first .blackExtraBoxWrapper2 .blackExtraBox2 .desconto {
        font-weight: 700;
        font-size: 1.6em;
        margin-bottom: 10px; }
      section#first .blackExtraBoxWrapper2 .blackExtraBox2 .validade {
        font-size: 0.5em;
        margin-top: 15px; }
      section#first .blackExtraBoxWrapper2 .blackExtraBox2 img {
        margin-top: -15px; }

section#mainSolucoesCasas .topicoEsquerda {
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 25px; }

section#mainSolucoesCasas .imgEsquerdaWrap {
  position: relative;
  margin-bottom: 20px; }
  section#mainSolucoesCasas .imgEsquerdaWrap .imagemEsquerda {
    padding-right: 15px; }
    section#mainSolucoesCasas .imgEsquerdaWrap .imagemEsquerda img {
      width: 100%; }
  section#mainSolucoesCasas .imgEsquerdaWrap .barraVertical {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    box-shadow: 5px 5px 10px #000000;
    background-color: gray; }

section#mainSolucoesCasas .textoWrapper {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    section#mainSolucoesCasas .textoWrapper .textoDireita {
      position: absolute;
      bottom: 10%; } }

section#mainSolucoesEmpresas {
  /*background-color: $corCinza;*/ }
  section#mainSolucoesEmpresas .topicoDireita {
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-align: right; }
  section#mainSolucoesEmpresas .imgDireitaWrap {
    position: relative;
    margin-bottom: 20px; }
    section#mainSolucoesEmpresas .imgDireitaWrap .imagemDireita {
      padding-left: 15px; }
      section#mainSolucoesEmpresas .imgDireitaWrap .imagemDireita img {
        width: 100%; }
    section#mainSolucoesEmpresas .imgDireitaWrap .barraVertical {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      height: 100%;
      box-shadow: 5px 5px 10px #000000;
      background-color: gray; }
  section#mainSolucoesEmpresas .textoWrapper {
    margin-bottom: 20px; }
    section#mainSolucoesEmpresas .textoWrapper .textoDireita {
      text-align: right; }
      @media (min-width: 768px) {
        section#mainSolucoesEmpresas .textoWrapper .textoDireita {
          margin-right: 15px;
          position: absolute;
          bottom: 10%; } }

section#mainNossosServicos {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: gray; }
  section#mainNossosServicos .topicoCentro {
    font-size: 1.9em;
    font-weight: 300;
    color: white;
    /*line-height: 1.2em;*/
    margin-bottom: 50px;
    text-align: center; }
  @media (min-width: 768px) {
    section#mainNossosServicos .padLeft0 {
      padding-left: 0; } }
  @media (min-width: 768px) {
    section#mainNossosServicos .padRight0 {
      padding-right: 0; } }
  section#mainNossosServicos .servicoBlock {
    clear: both;
    margin-bottom: 50px; }
    section#mainNossosServicos .servicoBlock .imageServico {
      margin-bottom: 20px; }
      section#mainNossosServicos .servicoBlock .imageServico img {
        width: 100%;
        -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#mainNossosServicos .servicoBlock .imageServico:hover img {
        -ms-transform: scale(1.05, 1.05);
        /* IE 9 */
        -webkit-transform: scale(1.05, 1.05);
        /* Safari */
        transform: scale(1.05, 1.05);
        /* Standard syntax */ }
    section#mainNossosServicos .servicoBlock .nome {
      color: white;
      font-size: .9em;
      text-transform: uppercase;
      font-weight: 600; }
      @media (min-width: 768px) {
        section#mainNossosServicos .servicoBlock .nome {
          font-size: 1.3em; } }
      section#mainNossosServicos .servicoBlock .nome.margemLeft {
        /*@media (min-width: 768px) {*/
        margin-left: 15%;
        /*}*/ }

section#appActiva {
  background-color: #e6e6e6;
  background-image: url(/images/static/fundo_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 100px;
  padding-bottom: 380px; }
  section#appActiva .appActivaSeta {
    margin-bottom: 60px; }
    section#appActiva .appActivaSeta img {
      margin: 0 auto; }
  section#appActiva .appTexto {
    max-width: 350px;
    text-align: center;
    font-size: 1em;
    margin: 0 auto; }
  section#appActiva .appBotoes {
    margin-top: 80px;
    margin-bottom: 30px; }
    section#appActiva .appBotoes img {
      margin: 0 auto; }
  section#appActiva .appPhoneImage img {
    margin: 0 auto; }

/* ------------------------------------------------------------------------------------------ */
/* solucoes Casas */
@media (min-width: 1700px) {
  section#first.solucoesCasas {
    padding-bottom: 60px; } }

section#first.solucoesCasas .whiteBoxWrapper .whiteBox {
  position: relative;
  bottom: 5px;
  font-size: 3.5em;
  line-height: 1.1em; }
  @media (min-width: 1200px) {
    section#first.solucoesCasas .whiteBoxWrapper .whiteBox {
      background-color: rgba(255, 255, 255, 0.7); } }
  section#first.solucoesCasas .whiteBoxWrapper .whiteBox div {
    font-size: 0.5em;
    margin-top: 10px; }

section#first.solucoesCasas .whiteBoxExtra {
  margin: -210px auto 120px auto; }
  @media (min-width: 768px) {
    section#first.solucoesCasas .whiteBoxExtra {
      margin: -370px auto 100px auto; } }
  @media (min-width: 992px) {
    section#first.solucoesCasas .whiteBoxExtra {
      margin: -454px auto 170px auto; } }

@media (min-width: 768px) {
  section#first.solucoesCasas .blackBoxWrapper .blackBox .bottomBlock {
    width: 380px; } }

section#solucoesCasas {
  color: white;
  margin-top: -5px;
  /*padding-top: 200px;*/ }
  @media (min-width: 1200px) {
    section#solucoesCasas {
      padding-top: 200px; } }
  @media (min-width: 1460px) {
    section#solucoesCasas {
      padding-top: 23%; } }
  section#solucoesCasas .topico {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 50px; }
  section#solucoesCasas .subMenu {
    text-align: center;
    margin-bottom: 60px; }
    section#solucoesCasas .subMenu a {
      color: white; }
      section#solucoesCasas .subMenu a:hover {
        text-decoration: underline; }
  section#solucoesCasas .titulo {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 30px; }
  section#solucoesCasas .subTitulo {
    text-align: center;
    margin-bottom: 30px; }
  section#solucoesCasas .texto {
    text-align: center;
    margin-bottom: 50px; }

section#solucoesCasasAlarmes .imagemAlarmes {
  margin-top: 50px;
  margin-bottom: 60px; }

section#solucoesCasasAlarmes .topicoBlock {
  color: white;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 50px; }
  section#solucoesCasasAlarmes .topicoBlock .titulo {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600; }
  section#solucoesCasasAlarmes .topicoBlock .subTitulo {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300; }

section#solucoesCasasAlarmes .itemBlock {
  font-weight: 300;
  color: black;
  /*&:hover .itemImagem img,
        &:hover .itemBlockTexto .itemLigar .orcBotao {
            @include scale(1.05,1.05);
        }*/ }
  section#solucoesCasasAlarmes .itemBlock .itemImagem {
    margin-bottom: 30px; }
    section#solucoesCasasAlarmes .itemBlock .itemImagem img {
      margin: 0 auto;
      /*@include transition(all .2s linear)*/ }
  section#solucoesCasasAlarmes .itemBlock .separador {
    width: 100%;
    height: 3px;
    background-color: rgba(128, 128, 128, 0.5);
    box-shadow: 5px 5px 5px gray;
    margin-top: 60px;
    margin-bottom: 90px; }
  section#solucoesCasasAlarmes .itemBlock .itemBlockTexto {
    margin-top: 80px; }
    @media (min-width: 768px) and (max-width: 991px) {
      section#solucoesCasasAlarmes .itemBlock .itemBlockTexto {
        margin-top: 30px; } }
    section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemNome {
      font-weight: 700;
      font-size: 1.3em;
      margin-bottom: 20px;
      text-align: center; }
    section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemDescricao {
      text-align: center;
      margin-bottom: 40px; }
    section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemLigar {
      font-size: 1.6em;
      font-weight: 400;
      text-align: center;
      line-height: 2.6em; }
      section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemLigar .orcBotao {
        display: inline-block;
        padding: 0 40px 0 40px;
        color: white;
        font-weight: 400;
        border-radius: 15px;
        margin-right: 10px;
        /*@include transition(all .2s linear)*/ }
      section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemLigar img {
        display: inline-block;
        width: 65px; }
      section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemLigar a {
        color: black;
        font-weight: 700;
        font-size: 1.1em; }
        section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemLigar a:hover {
          color: #4d4d4d; }
      section#solucoesCasasAlarmes .itemBlock .itemBlockTexto .itemLigar span {
        white-space: nowrap; }

section#solCompCasas .titulo {
  font-size: 1.6em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 600; }

section#solCompCasas .subTitulo {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 300; }

section#solCompCasas .texto {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300; }

section#solCompCasas .casasAppActiva .appPhoneImage img {
  margin: 0 auto; }

section#solCompCasas .casasAppActiva .appBotoes {
  margin-bottom: 30px; }
  section#solCompCasas .casasAppActiva .appBotoes img {
    margin: 0 auto; }

section#servicosCasas {
  color: white; }
  section#servicosCasas .titulo {
    font-size: 1.8em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 600; }
  section#servicosCasas .subTitulo {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 300; }
  section#servicosCasas .servicosBlock .servicosImage {
    margin-bottom: 20px; }
    section#servicosCasas .servicosBlock .servicosImage img {
      margin: 0 auto; }
  section#servicosCasas .servicosBlock .servicosTitulo {
    font-size: 1.4em;
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      section#servicosCasas .servicosBlock .servicosTitulo {
        height: 84px; } }
    @media (min-width: 992px) {
      section#servicosCasas .servicosBlock .servicosTitulo {
        height: 53px; } }
  section#servicosCasas .servicosBlock .servicosTexto {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 300; }

/* /solucoes Casas */
/* ------------------------------------------------------------------------------------------ */
/* solucoes Empresas */
@media (min-width: 768px) {
  section#first.solucoesEmpresas .blackBoxWrapper .blackBox .bottomBlock {
    width: 380px; } }

section#solucoesEmpresas {
  color: white;
  margin-top: -5px;
  /*padding-top: 200px;*/ }
  @media (min-width: 1200px) {
    section#solucoesEmpresas {
      padding-top: 200px; } }
  @media (min-width: 1460px) {
    section#solucoesEmpresas {
      padding-top: 23%; } }
  section#solucoesEmpresas .topico {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 50px; }
  section#solucoesEmpresas .subMenu {
    text-align: center;
    margin-bottom: 60px; }
    section#solucoesEmpresas .subMenu a {
      color: white; }
      section#solucoesEmpresas .subMenu a:hover {
        text-decoration: underline; }
  section#solucoesEmpresas .titulo {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 30px; }
  section#solucoesEmpresas .subTitulo {
    text-align: center;
    margin-bottom: 30px; }
  section#solucoesEmpresas .texto {
    text-align: center;
    margin-bottom: 50px; }

section#solucoesEmpresasAlarmes .imagemAlarmes {
  margin-top: 50px;
  margin-bottom: 60px; }

section#solucoesEmpresasAlarmes .topicoBlock {
  color: white;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 50px; }
  section#solucoesEmpresasAlarmes .topicoBlock .titulo {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600; }
  section#solucoesEmpresasAlarmes .topicoBlock .subTitulo {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300; }

section#solucoesEmpresasAlarmes .itemBlock {
  font-weight: 300;
  color: black; }
  section#solucoesEmpresasAlarmes .itemBlock .itemImagem {
    margin-bottom: 30px; }
    section#solucoesEmpresasAlarmes .itemBlock .itemImagem img {
      margin: 0 auto; }
  section#solucoesEmpresasAlarmes .itemBlock .separador {
    width: 100%;
    height: 3px;
    background-color: rgba(128, 128, 128, 0.5);
    box-shadow: 5px 5px 5px gray;
    margin-top: 60px;
    margin-bottom: 90px; }
  section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto {
    /*margin-top: 80px;*/ }
    @media (min-width: 991px) {
      section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto.blockCurto {
        margin-top: 80px; } }
    section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto img {
      margin-bottom: 10px; }
    section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemNome {
      font-weight: 700;
      font-size: 1.3em;
      margin-bottom: 20px;
      /*text-align: center;*/ }
    section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemDescricao {
      /*text-align: center;*/
      margin-bottom: 40px; }
      section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemDescricao ul {
        padding-left: 20px; }
    section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemLigar {
      font-size: 1.6em;
      font-weight: 400;
      /*text-align: center;*/
      line-height: 2.6em; }
      section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemLigar .orcBotao {
        display: inline-block;
        padding: 0 40px 0 40px;
        color: white;
        font-weight: 400;
        border-radius: 15px;
        margin-right: 10px; }
      section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemLigar img {
        display: inline-block;
        width: 65px; }
      section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemLigar a {
        color: black;
        font-weight: 700;
        font-size: 1.1em; }
        section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemLigar a:hover {
          color: #4d4d4d; }
      section#solucoesEmpresasAlarmes .itemBlock .itemBlockTexto .itemLigar span {
        white-space: nowrap; }

section#solucoesEmpresasAlarmes .topicoProdutosEmpresa {
  color: white;
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px #4d4d4d;
  /* 670px */ }
  section#solucoesEmpresasAlarmes .topicoProdutosEmpresa .titulo {
    padding: 35px 25px 10px 25px;
    font-size: 1.45em;
    margin-bottom: 10px;
    font-weight: 600; }
  @media (min-width: 768px) {
    section#solucoesEmpresasAlarmes .topicoProdutosEmpresa {
      background-image: url(/images/static/barraSetaDireita.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom right;
      height: 88px;
      box-shadow: none; }
      section#solucoesEmpresasAlarmes .topicoProdutosEmpresa .titulo {
        margin-top: -10px;
        padding: 27px 25px 10px 25px; } }
  @media (min-width: 992px) {
    section#solucoesEmpresasAlarmes .topicoProdutosEmpresa {
      height: 115px; }
      section#solucoesEmpresasAlarmes .topicoProdutosEmpresa .titulo {
        padding: 45px 25px 10px 40px; } }
  @media (min-width: 1200px) {
    section#solucoesEmpresasAlarmes .topicoProdutosEmpresa {
      height: 120px; }
      section#solucoesEmpresasAlarmes .topicoProdutosEmpresa .titulo {
        padding: 40px 25px 6px 40px; } }

section#solCompEmpresas .titulo {
  font-size: 1.6em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 600; }

section#solCompEmpresas .subTitulo {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 300; }

section#solCompEmpresas .texto {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300; }

section#solCompEmpresas .empresasAppActiva .appPhoneImage img {
  margin: 0 auto; }

section#solCompEmpresas .empresasAppActiva .appBotoes {
  margin-bottom: 30px; }
  section#solCompEmpresas .empresasAppActiva .appBotoes img {
    margin: 0 auto; }

section#servicosEmpresas {
  color: white; }
  section#servicosEmpresas .titulo {
    font-size: 1.8em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 600; }
  section#servicosEmpresas .subTitulo {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 300; }
  section#servicosEmpresas .servicosBlock .servicosImage {
    margin-bottom: 20px; }
    section#servicosEmpresas .servicosBlock .servicosImage img {
      margin: 0 auto; }
  section#servicosEmpresas .servicosBlock .servicosTitulo {
    font-size: 1.4em;
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
    /*@media (min-width: 768px) and (max-width: 991px) {
                height: 84px;
            }

            @media (min-width: 992px) {
                height: 70px;
            }*/ }
  section#servicosEmpresas .servicosBlock .servicosTexto {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 300; }

/* /solucoes Empresas */
/* ------------------------------------------------------------------------------------------ */
/* servicos */
@media (min-width: 1700px) {
  section#first.servicos {
    padding-bottom: 60px; } }

section#first.servicos .whiteBoxWrapper .whiteBox {
  position: relative;
  bottom: 5px;
  font-size: 3em;
  line-height: 1.1em;
  /*div {
                font-size: 0.5em;
                margin-top: 10px;
            }*/ }
  @media (min-width: 1200px) {
    section#first.servicos .whiteBoxWrapper .whiteBox {
      background-color: rgba(255, 255, 255, 0.7); } }

section#first.servicos .whiteBoxExtra {
  margin: -210px auto 120px auto; }
  @media (min-width: 768px) {
    section#first.servicos .whiteBoxExtra {
      margin: -370px auto 100px auto; } }
  @media (min-width: 992px) {
    section#first.servicos .whiteBoxExtra {
      margin: -454px auto 170px auto; } }

@media (min-width: 768px) {
  section#first.servicos .blackBoxWrapper .blackBox .bottomBlock {
    width: 380px; } }

section#servicos {
  /*padding-bottom: 120px;*/ }
  @media (min-width: 1200px) {
    section#servicos {
      padding-top: 200px; } }
  @media (min-width: 1460px) {
    section#servicos {
      padding-top: 23%; } }
  section#servicos .topicoCentro {
    font-size: 1.9em;
    font-weight: 300;
    /*color: white;*/
    /*line-height: 1.2em;*/
    margin-bottom: 50px;
    text-align: center; }
  section#servicos .servicoLineBlock {
    background-color: #e6e6e6;
    margin-bottom: 40px;
    overflow: hidden; }
    @media (min-width: 768px) {
      section#servicos .servicoLineBlock {
        height: 259px; } }
    @media (min-width: 992px) {
      section#servicos .servicoLineBlock {
        height: 338px; } }
    section#servicos .servicoLineBlock.servicoLineBlockBranco {
      background-color: white; }
    section#servicos .servicoLineBlock .imageServico {
      max-width: 430px;
      margin-bottom: 20px; }
      section#servicos .servicoLineBlock .imageServico.imageServicoDir {
        float: right;
        /*width: 100%;*/ }
        section#servicos .servicoLineBlock .imageServico.imageServicoDir img {
          /*float: right;*/ }
      @media (min-width: 768px) {
        section#servicos .servicoLineBlock .imageServico {
          margin-bottom: 0; } }
    section#servicos .servicoLineBlock .servicoBlockTexto {
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        section#servicos .servicoLineBlock .servicoBlockTexto {
          margin-top: 10px; } }
      @media (min-width: 992px) {
        section#servicos .servicoLineBlock .servicoBlockTexto {
          margin-top: 40px; } }
      section#servicos .servicoLineBlock .servicoBlockTexto .nome {
        /*color: white;*/
        font-size: .9em;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          section#servicos .servicoLineBlock .servicoBlockTexto .nome {
            font-size: 1.3em; } }
      section#servicos .servicoLineBlock .servicoBlockTexto .texto {
        margin-bottom: 15px;
        font-size: .9em; }
        @media (min-width: 768px) {
          section#servicos .servicoLineBlock .servicoBlockTexto .texto {
            font-size: .7em; } }
        @media (min-width: 992px) {
          section#servicos .servicoLineBlock .servicoBlockTexto .texto {
            font-size: .9em; } }
  @media (min-width: 768px) {
    section#servicos .padLeft0 {
      padding-left: 0; } }
  @media (min-width: 768px) {
    section#servicos .padRight0 {
      padding-right: 0; } }

section#servicosImagemFim {
  padding-bottom: 0; }

/* /servicos */
/* ------------------------------------------------------------------------------------------ */
/* quem Somos */
@media (min-width: 768px) {
  section#first.quemSomos .blackBoxWrapper .blackBox .bottomBlock {
    width: 380px; } }

section#quemSomos {
  /*padding-bottom: 120px;*/ }
  @media (min-width: 1200px) {
    section#quemSomos {
      padding-top: 200px; } }
  @media (min-width: 1460px) {
    section#quemSomos {
      padding-top: 23%; } }
  section#quemSomos .topicoCentro {
    font-size: 1.9em;
    font-weight: 300;
    /*color: white;*/
    /*line-height: 1.2em;*/
    margin-bottom: 50px;
    text-align: center; }
  section#quemSomos .texto {
    text-align: center; }

section#quemSomosSolucoesCasas .topicoEsquerda {
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 25px; }

section#quemSomosSolucoesCasas .imgEsquerdaWrap {
  position: relative;
  margin-bottom: 20px; }
  section#quemSomosSolucoesCasas .imgEsquerdaWrap .imagemEsquerda {
    padding-right: 15px; }
    section#quemSomosSolucoesCasas .imgEsquerdaWrap .imagemEsquerda img {
      width: 100%; }
  section#quemSomosSolucoesCasas .imgEsquerdaWrap .barraVertical {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    box-shadow: 5px 5px 10px #000000;
    background-color: gray; }

section#quemSomosSolucoesCasas .textoWrapper {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    section#quemSomosSolucoesCasas .textoWrapper .textoDireita {
      position: absolute;
      bottom: 10%; } }

section#quemSomosSolucoesEmpresas {
  /*background-color: $corCinza;*/ }
  section#quemSomosSolucoesEmpresas .topicoDireita {
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-align: right; }
  section#quemSomosSolucoesEmpresas .imgDireitaWrap {
    position: relative;
    margin-bottom: 20px; }
    section#quemSomosSolucoesEmpresas .imgDireitaWrap .imagemDireita {
      padding-left: 15px; }
      section#quemSomosSolucoesEmpresas .imgDireitaWrap .imagemDireita img {
        width: 100%; }
    section#quemSomosSolucoesEmpresas .imgDireitaWrap .barraVertical {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      height: 100%;
      box-shadow: 5px 5px 10px #000000;
      background-color: gray; }
  section#quemSomosSolucoesEmpresas .textoWrapper {
    margin-bottom: 20px; }
    section#quemSomosSolucoesEmpresas .textoWrapper .textoDireita {
      text-align: right; }
      @media (min-width: 992px) {
        section#quemSomosSolucoesEmpresas .textoWrapper .textoDireita {
          margin-right: 15px;
          position: absolute;
          bottom: 10%; } }

@media (min-width: 768px) {
  section#first.contactos .blackBoxWrapper .blackBox .bottomBlock {
    width: 380px; } }

section#contactos {
  padding-bottom: 0; }
  @media (min-width: 1200px) {
    section#contactos {
      padding-top: 200px; } }
  @media (min-width: 1460px) {
    section#contactos {
      padding-top: 23%; } }
  section#contactos .topicoCentro {
    font-size: 1.9em;
    font-weight: 300;
    /*color: white;*/
    /*line-height: 1.2em;*/
    margin-bottom: 50px;
    text-align: center; }
  section#contactos .texto {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      section#contactos .texto {
        text-align: left; } }
  section#contactos .mapaWrapper {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    height: 0; }
  section#contactos .mapaWrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }
  section#contactos input, section#contactos textarea, section#contactos button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

/* Iteracao */
.itemBlock .itemImagem img {
  -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; }

.itemBlock .itemBlockTexto .itemLigar .orcBotao {
  -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; }

.itemBlock:hover .itemImagem img,
.itemBlock:hover .itemBlockTexto .itemLigar .orcBotao {
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari */
  transform: scale(1.05, 1.05);
  /* Standard syntax */ }

