* {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  font-family: 'Open', 'Roboto', 'Arial', 'Calibri', sans-serif;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
*::-moz-selection {
  background: #470714;
  color: #fff;
}
*::-webkit-selection {
  background: #470714;
  color: #fff;
}
*::selection {
  background: #470714;
  color: #fff;
}
body {
  background: #f4f4f4;
}
select {
  appearance: menulist;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  -ms-appearance: menulist;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
/*===================================
=            Pseudo-class            =
===================================*/
nav {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 99;
  max-width: 1920px;
}
nav .maxRow {
  height: 60px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  overflow: initial;
}
nav .maxRow .container {
  overflow: initial;
}
nav .brand {
  display: block;
  float: left;
  height: 60px;
  width: 180px;
}
nav .brand a,
nav .brand img {
  display: block;
  height: 60px;
  width: 180px;
}
nav .contentNav {
  width: expression(100% -  180px);
  width: -ms-calc(100% -  180px);
  width: -webkit-calc(100% -  180px);
  width: -moz-calc(100% -  180px);
  width: -o-calc(100% -  180px);
  width: calc(100% -  180px);
  height: 60px;
  display: block;
  float: left;
}
nav .auxMenu {
  display: inline-block;
  float: right;
  position: relative;
  top: 20px;
}
nav .auxMenu .menu {
  display: block;
  float: left;
}
nav .auxMenu .menu li {
  display: block;
  float: left;
  margin-right: 30px;
}
nav .auxMenu .menu li a {
  cursor: pointer;
  height: 38px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  background: #840c1d;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
nav .auxMenu .menu li a:hover {
  background: #470714;
}
nav .auxMenu .menuSocial {
  display: block;
  float: left;
}
nav .auxMenu .menuSocial li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  display: block;
  float: left;
  margin-right: 15px;
}
nav .auxMenu .menuSocial li:last-of-type {
  margin-right: 0;
}
nav .auxMenu .menuSocial li:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
nav .auxMenu .menuSocial li a {
  display: block;
  height: 38px;
  line-height: 38px;
}
nav .auxMenu .menuSocial li a img {
  display: inline-block;
  vertical-align: middle;
}
nav .hamburguer {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  display: none;
  float: left;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
nav .hamburguer .icon {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  position: relative;
  width: 24px;
}
nav .hamburguer .icon span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  width: 100%;
}
nav .hamburguer .icon span.bar-3 {
  margin-bottom: 0;
}
nav .hamburguer.active .icon span {
  position: absolute;
}
nav .hamburguer.active .icon span.bar-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 15px;
}
nav .hamburguer.active .icon span.bar-2 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 15px;
}
nav .hamburguer.active .icon span.bar-3 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 15px;
}
nav .maskMenu {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #470714;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
}
nav .maskMenu.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
header {
  padding-top: 100px;
  width: 100%;
  display: table;
  height: 100vh;
  max-height: 1080px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-image: url('../../img/content/coverHeader.jpg');
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
header:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 1920px;
  border-color: transparent transparent #f4f4f4 transparent;
}
header .contentHeader {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 20%;
  position: relative;
  z-index: 1;
}
header .container {
  max-width: 600px;
}
header .hgroup {
  display: block;
}
header h2 {
  display: block;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  header h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
header h3 {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0;
  color: #fff;
  font-weight: 400;
}
header h3 strong {
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  header h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
header a {
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 46px;
  margin: 0 auto;
  max-width: 260px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
header a:hover {
  background: #fff;
  color: #7d0b1d;
}
#imoveis {
  margin-top: -220px;
  position: relative;
  z-index: 2;
}
@media screen and (max-height: 760px) {
  #imoveis {
    margin-top: -100px;
  }
}
#imoveis .container {
  padding: 0;
  overflow: initial;
}
#imoveis ul {
  display: block;
}
#imoveis ul > li {
  width: 25%;
  display: block;
  float: left;
  padding: 15px;
}
#imoveis ul > li:nth-child(1n + 1) {
  clear: none;
}
#imoveis ul > li:nth-child(4n + 1) {
  clear: left;
}
@media only screen and (max-width: 1030px) {
  #imoveis ul > li {
    width: 33%;
    display: block;
    float: left;
    padding: 10px;
  }
  #imoveis ul > li:nth-child(1n + 1) {
    clear: none;
  }
  #imoveis ul > li:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 700px) {
  #imoveis ul > li {
    width: 50%;
    display: block;
    float: left;
  }
  #imoveis ul > li:nth-child(1n + 1) {
    clear: none;
  }
  #imoveis ul > li:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 550px) {
  #imoveis ul > li {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
    float: none !important;
  }
}
#imoveis ul .cardImovel {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  display: block;
  width: 100%;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#imoveis ul .cardImovel figure {
  display: block;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#imoveis ul .cardImovel figure > img {
  display: block;
  height: 280px;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#imoveis ul .cardImovel figure figcaption {
  width: expression(100% -  -2px);
  width: -ms-calc(100% -  -2px);
  width: -webkit-calc(100% -  -2px);
  width: -moz-calc(100% -  -2px);
  width: -o-calc(100% -  -2px);
  width: calc(100% -  -2px);
  background: rgba(0, 0, 0, 0.8);
  display: table;
  height: 280px;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
#imoveis ul .cardImovel figure figcaption ul {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 15px;
}
#imoveis ul .cardImovel figure figcaption ul li {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
}
#imoveis ul .cardImovel figure figcaption ul li:nth-child(1n + 1) {
  clear: none;
}
#imoveis ul .cardImovel figure figcaption ul li:nth-child(2n + 1) {
  clear: left;
}
#imoveis ul .cardImovel figure figcaption ul li img {
  width: auto;
  min-width: auto;
  max-width: auto;
  height: 18px;
  left: inherit;
  display: inline-block;
}
#imoveis ul .cardImovel figure figcaption ul li span {
  color: #fff;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  padding-left: 4px;
}
#imoveis ul .cardImovel figure .tour360 {
  position: absolute;
  width: 100%;
  height: 280px;
  background-image: url('../../img/content/TOUR-360.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
#imoveis ul .cardImovel .infosImovel {
  display: block;
  width: 100%;
  padding: 20px;
}
#imoveis ul .cardImovel .infosImovel .cardLocal {
  display: block;
  overflow: hidden;
  color: #9d9d9d;
  font-size: 14px;
}
#imoveis ul .cardImovel .infosImovel .cardLocal span {
  padding-left: 2px;
  position: relative;
  top: -2px;
}
#imoveis ul .cardImovel .infosImovel .cardDesc {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0 10px 0;
}
#imoveis ul .cardImovel .infosImovel .cardDesc h3 {
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  color: #7d0b1d;
}
#imoveis ul .cardImovel .infosImovel .cardDesc span {
  color: #9d9d9d;
  font-size: 14px;
  display: block;
  padding: 5px 0;
}
#imoveis ul .cardImovel .infosImovel .cardLinks {
  display: block;
  position: relative;
  padding: 20px 0 0 0;
}
#imoveis ul .cardImovel .infosImovel .cardLinks > a {
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: expression(100% -  50px);
  width: -ms-calc(100% -  50px);
  width: -webkit-calc(100% -  50px);
  width: -moz-calc(100% -  50px);
  width: -o-calc(100% -  50px);
  width: calc(100% -  50px);
  display: block;
  float: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  background: #7d0b1d;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#imoveis ul .cardImovel .infosImovel .cardLinks > a:hover {
  color: #7d0b1d;
  background: #f3f3f3;
}
#imoveis ul .cardImovel .infosImovel .cardLinks > span {
  display: block;
  height: 40px;
  cursor: pointer;
}
#imoveis ul .cardImovel .infosImovel .cardLinks > span img {
  float: right;
  position: relative;
  top: 15px;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 0px;
  padding: 10px 15px;
  background: #fff;
  max-width: 160px;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel span {
  display: block;
  cursor: pointer;
  height: 10px;
  margin-top: 10px;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel span img {
  float: right;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel li {
  display: block;
  width: 100%;
  padding: 0;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel li a {
  font-size: 12px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #9d9d9d;
  display: block;
  text-align: right;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel li a:hover {
  color: #7d0b1d;
}
#imoveis ul .cardImovel .infosImovel .cardLinks .menuImovel.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
#imoveis ul .cardImovel:hover figure figcaption {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  top: 0;
}
footer {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.modal {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -100;
  overflow: auto;
}
.modal.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 9999;
}
.modal .maskModal {
  position: fixed;
  width: 100%;
  height: 100px;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal .containerModal {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 2;
}
.modal .contentModal {
  background: #fff;
  width: 96%;
  max-width: 1400px;
  margin: 25px auto;
  position: relative;
  z-index: 2;
  top: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media only screen and (max-width: 550px) {
  .modal .contentModal {
    max-width: 360px;
  }
}
.modal .contentModal.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  position: relative;
  top: 0;
}
.modal .contentModal .boxContent {
  border: 1px solid #fff;
  overflow: hidden;
}
.modal .contentModal .boxContent .contentFrame {
  width: expression(100% -  340px);
  width: -ms-calc(100% -  340px);
  width: -webkit-calc(100% -  340px);
  width: -moz-calc(100% -  340px);
  width: -o-calc(100% -  340px);
  width: calc(100% -  340px);
  display: block;
  float: left;
  height: 600px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 940px) {
  .modal .contentModal .boxContent .contentFrame {
    width: expression(100% -  260px);
    width: -ms-calc(100% -  260px);
    width: -webkit-calc(100% -  260px);
    width: -moz-calc(100% -  260px);
    width: -o-calc(100% -  260px);
    width: calc(100% -  260px);
  }
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .contentFrame {
    width: 100%;
    height: 360px;
  }
}
.modal .contentModal .boxContent .contentFrame .infoContent {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.modal .contentModal .boxContent .contentFrame .infoContent.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.modal .contentModal .boxContent .contentFrame .infoContent iframe {
  width: 100%;
  height: 600px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .contentFrame .infoContent iframe {
    width: 100%;
    height: 360px;
  }
}
.modal .contentModal .boxContent .aboutTheFrame {
  display: block;
  float: left;
  width: 340px;
  height: 600px;
  overflow: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 940px) {
  .modal .contentModal .boxContent .aboutTheFrame {
    width: 260px;
  }
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame {
    width: 100%;
    height: auto;
  }
}
.modal .contentModal .boxContent .aboutTheFrame figure {
  display: block;
  width: 100%;
  max-height: 240px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #222;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame figure {
    width: 200px;
    height: auto;
    float: left;
  }
}
@media only screen and (max-width: 550px) {
  .modal .contentModal .boxContent .aboutTheFrame figure {
    width: 100%;
    height: 45px;
    background: #fff;
  }
}
.modal .contentModal .boxContent .aboutTheFrame figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 550px) {
  .modal .contentModal .boxContent .aboutTheFrame figure img {
    display: none;
  }
}
.modal .contentModal .boxContent .aboutTheFrame figure figcaption {
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  background: #7d0b1d;
  padding: 0 10px;
  display: block;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 940px) {
  .modal .contentModal .boxContent .aboutTheFrame figure figcaption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame figure figcaption {
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .modal .contentModal .boxContent .aboutTheFrame figure figcaption {
    left: 20px;
    line-height: 26px;
  }
}
.modal .contentModal .boxContent .aboutTheFrame .hImovel {
  padding: 20px 20px 10px 20px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame .hImovel {
    float: right;
    width: expression(100% -  200px);
    width: -ms-calc(100% -  200px);
    width: -webkit-calc(100% -  200px);
    width: -moz-calc(100% -  200px);
    width: -o-calc(100% -  200px);
    width: calc(100% -  200px);
  }
}
@media only screen and (max-width: 550px) {
  .modal .contentModal .boxContent .aboutTheFrame .hImovel {
    width: 100%;
  }
}
.modal .contentModal .boxContent .aboutTheFrame h3 {
  font-size: 26px;
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .modal .contentModal .boxContent .aboutTheFrame h3 {
    font-size: 22px;
  }
}
.modal .contentModal .boxContent .aboutTheFrame .cod {
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .modal .contentModal .boxContent .aboutTheFrame .cod {
    font-size: 14px;
  }
}
.modal .contentModal .boxContent .aboutTheFrame .local {
  display: block;
  overflow: hidden;
  padding: 10px 20px;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame .local {
    float: right;
    width: expression(100% -  200px);
    width: -ms-calc(100% -  200px);
    width: -webkit-calc(100% -  200px);
    width: -moz-calc(100% -  200px);
    width: -o-calc(100% -  200px);
    width: calc(100% -  200px);
    padding: 0 20px 5px 20px;
  }
}
@media only screen and (max-width: 550px) {
  .modal .contentModal .boxContent .aboutTheFrame .local {
    width: 100%;
  }
}
.modal .contentModal .boxContent .aboutTheFrame .local i {
  display: block;
  float: left;
  width: 20px;
  height: 30px;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame .local i {
    display: none;
  }
}
.modal .contentModal .boxContent .aboutTheFrame .local i img {
  width: 100%;
  display: block;
}
.modal .contentModal .boxContent .aboutTheFrame .local span {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 6px;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame .local span {
    font-size: 13px;
    line-height: 16px;
    padding-left: 0;
  }
}
.modal .contentModal .boxContent .aboutTheFrame ul {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .modal .contentModal .boxContent .aboutTheFrame ul {
    float: right;
    width: expression(100% -  200px);
    width: -ms-calc(100% -  200px);
    width: -webkit-calc(100% -  200px);
    width: -moz-calc(100% -  200px);
    width: -o-calc(100% -  200px);
    width: calc(100% -  200px);
  }
}
@media only screen and (max-width: 550px) {
  .modal .contentModal .boxContent .aboutTheFrame ul {
    width: 100%;
  }
}
.modal .contentModal .boxContent .aboutTheFrame ul li {
  display: block;
  margin-bottom: 5px;
}
.modal .contentModal .boxContent .aboutTheFrame ul li:last-of-type {
  margin-bottom: 0;
}
.modal .contentModal .boxContent .aboutTheFrame ul li a {
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.modal .contentModal .boxContent .aboutTheFrame ul li a:hover {
  border: 1px solid #7d0b1d;
  color: #fff;
  background: #7d0b1d;
}
.modal .contentModal .boxContent .aboutTheFrame ul li a:before {
  display: none;
  content: '';
  position: absolute;
  left: 15px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.modal .contentModal .boxContent .aboutTheFrame ul li a.active {
  border: 1px solid #7d0b1d;
  color: #fff;
  background: #7d0b1d;
}
.modal .contentModal .boxContent .aboutTheFrame ul li a.active:before {
  display: block;
}
.modal .contentModal .boxContent .aboutTheFrame ul li.goToSite a {
  font-weight: 400;
  text-transform: none;
  border: 0;
}
.modal .contentModal .boxContent .aboutTheFrame ul li.goToSite a:hover {
  color: #470714;
  text-decoration: underline;
  border: 0;
  background: #fff;
}
.modal .contentModal .closeModal {
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  background: #555;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 60px;
  width: 24px;
  z-index: 99;
}
.modal .contentModal .closeModal:hover {
  background: #666;
}
.modal .contentModal .closeModal.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  top: -12px;
}
footer {
  overflow: hidden;
  padding-top: 50px;
  clear: both;
  display: block;
}
footer .footerHero {
  display: block;
  overflow: hidden;
  padding: 50px 0 20px 0;
  background: #7d0b1d;
}
footer .footerMenu {
  width: 25%;
  display: block;
  float: left;
}
footer .footerMenu:nth-child(1n + 1) {
  clear: none;
}
footer .footerMenu:nth-child(4n + 1) {
  clear: left;
}
@media only screen and (max-width: 940px) {
  footer .footerMenu {
    width: 33%;
    display: block;
    float: left;
  }
  footer .footerMenu:nth-child(1n + 1) {
    clear: none;
  }
  footer .footerMenu:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 700px) {
  footer .footerMenu {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footerMenu a,
  footer .footerMenu h4,
  footer .footerMenu span {
    text-align: center !important;
  }
}
footer .footerMenu ul,
footer .footerMenu li,
footer .footerMenu a,
footer .footerMenu h4 {
  display: block;
  width: 100%;
}
footer .footerMenu h4,
footer .footerMenu h4 a {
  text-transform: uppercase;
  color: #470714;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
footer .footerMenu h4 a:hover {
  text-decoration: underline;
}
footer .footerMenu a {
  text-transform: uppercase;
  color: #fff;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 600;
}
footer .footerMenu a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 940px) {
  footer .footerMenu.footerMenuRight {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  footer .footerMenu.footerMenuRight {
    width: 100%;
    margin-bottom: 0;
  }
  footer .footerMenu.footerMenuRight a,
  footer .footerMenu.footerMenuRight span,
  footer .footerMenu.footerMenuRight h4 {
    text-align: center !important;
  }
}
footer .footerMenu.footerMenuRight a {
  text-align: right;
  font-size: 11px;
}
footer .footerMenu.footerMenuRight .copyright {
  display: block;
  margin-top: 50px;
  text-align: right;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
footer .footerMenu.footerMenuRight .copyright a {
  text-decoration: underline;
  font-size: 11px;
  display: inline-block;
}
footer .footerMenu.footerMenuRight .copyright a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  nav .contentNav {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    height: 100%;
    background: #7d0b1d;
    position: fixed;
    right: -300px;
    overflow-y: auto;
    top: 0;
    width: 100%;
    max-width: 280px;
    z-index: 70;
  }
  nav .contentNav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  nav .contentNav::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  nav .contentNav::-webkit-scrollbar-thumb {
    background: #7d0b1d;
    border: 0px none #ffffff;
    border-radius: 0px;
    height: 50px;
  }
  nav .contentNav::-webkit-scrollbar-track {
    background: #470714;
    border: 0px none #ffffff;
    border-radius: 0px;
    height: 50px;
  }
  nav .contentNav.active {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    right: 0;
  }
  nav .auxMenu {
    float: right;
    display: inline-block;
    padding: 100px 20px 20px 20px;
    top: 0;
  }
  nav .auxMenu .menu {
    display: block;
    clear: both;
  }
  nav .auxMenu .menu li {
    float: none;
    overflow: hidden;
    display: block;
    margin-right: 0;
    margin: 15px 0;
  }
  nav .auxMenu .menu li a {
    display: inline-block;
    text-align: right;
    float: right;
  }
  nav .auxMenu .menuSocial {
    float: right;
    display: block;
    clear: both;
    margin-top: 15px;
  }
  nav .auxMenu .innerMenu {
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    left: inherit;
    right: 0;
    float: right;
    clear: both;
  }
  nav .auxMenu .innerMenu.active {
    margin-top: 15px;
    max-height: 400px;
  }
  nav .auxMenu .innerMenu li {
    margin: 5px 0;
  }
  nav .auxMenu .innerMenu li a {
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    display: block;
    padding: 0;
  }
  nav .container {
    overflow: hidden;
    position: relative;
  }
  nav .hamburguer {
    display: block;
  }
}
.showElement {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.hideElement {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.overflowBlocked,
.oh {
  overflow: hidden;
}
.oh-x {
  overflow-x: hidden;
}
.oh-y {
  overflow-y: hidden;
}
.container,
.containerBig,
.maxRow {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.containerBig,
.container {
  padding: 0 15px;
}
.container {
  max-width: 1170px;
}
.containerBig {
  max-width: 1440px;
}
.maxRow {
  max-width: 1920px;
}
/*# sourceMappingURL=style.css.map */