@import "bootstrap.min.css";
@import "../js/fancybox/jquery.fancybox.css";
@import "owl.carousel2.css";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900);
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style-type: none;
  list-style: none;
  text-decoration: none;
  /*-webkit-backface-visibility: hidden; backface-visibility: hidden;*/
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: block !important;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
.clear {
  clear: both !important;
}
.anime,
.bx-pager a,
.mainHeader nav > ul > li > a,
.owl-page.active span,
.comodBlock a span,
.select_box .select li p,
.search .input ul a,
.mainHeader nav > ul > li > ul > li a {
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.fancybox-skin {
  background-color: #7b0527;
}
.paddingLeft0 {
  padding-left: 0;
}
.marginIncline {
  margin: -2.3em 0 !important;
}
.fixGraybox {
  padding: 40px 0 !important;
  margin: -112px 0 0 0 !important;
}
.tituloClaro {
  color: #311e12 !important;
}
.backNews {
  background: #f2f2f2 !important;
}
.linha1 {
  border-bottom: 1px solid #fff;
}
.linha2 {
  border-right: 1px solid #fff;
}
::-webkit-input-placeholder {
  color: #aeaeae;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #aeaeae;
  opacity: 1;
}
::-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aeaeae;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}
textarea {
  resize: none;
}
.norsts {
  padding: 80px 0;
  font-size: 1.5em;
}
.pager {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
.modalMsgForm {
  padding: 10px 20px;
  margin-bottom: 30px;
}
.search strong {
  display: block;
  font-size: 16px;
  padding: 15px 0 10px;
  text-transform: uppercase;
  color: #fff;
}
.search fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.search .form {
  background: #7b0527;
  padding: 0 20px 10px 20px;
  width: 240px;
  position: absolute;
  right: 0;
  margin: 0;
  display: none;
}
.search .form .easy-autocomplete-container ul {
  font-weight: 300;
  font-size: 12px;
  background: #fff;
}
.search .form .easy-autocomplete-container ul li .eac-item {
  color: #aeaeae;
  padding: 8px 10px;
  cursor: pointer;
}
.search .form .easy-autocomplete-container ul li .eac-item:hover {
  background: #7b0527;
  color: #fff;
}
.search .form form {
  margin: 0 0 11px 0;
}
.search input {
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.search input::-webkit-input-placeholder {
  color: #aeaeae;
}
.search input:-moz-placeholder {
  color: #aeaeae;
}
.search input::-moz-placeholder {
  color: #aeaeae;
}
.search input:-ms-input-placeholder {
  color: #aeaeae;
}
.search .input {
  background: #fff;
  padding: 10px 10px;
}
.search .input input {
  font-size: 11px;
  background: none;
}
.search .input {
  position: relative;
}
.search .input ul {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  display: none;
  opacity: 0;
  position: absolute;
  top: 36px !important;
  z-index: 22;
  height: auto !important;
  max-height: 260px;
  left: 0 !important;
  overflow: auto;
  background: #eeeeee;
  width: 100% !important;
}
.search .input ul.fade {
  opacity: 1;
}
.search .input ul a {
  color: #aeaeae;
  display: block;
  padding: 8px 10px;
  font-size: 11px;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.search .input ul a:hover {
  background: #bd4d50;
  color: #fff;
}
.search .input ul li {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  display: block;
}
@media (min-width: 992px) {
  .search:not(.filtroLojas) {
    display: block;
    height: 70px;
    background: #b02b2e;
    width: 51px;
    float: right;
  }
  .search:not(.filtroLojas) > a {
    color: #fff;
    font-size: 1.1em;
    display: block;
    text-align: center;
    line-height: 70px;
  }
}
@media (min-width: 1253px) {
  .search:not(.filtroLojas) {
    width: 80px;
    height: 70px;
  }
  .search:not(.filtroLojas) > a {
    font-size: 22px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .search {
    padding: 0 0 40px 0;
  }
  .search .form {
    display: none;
    margin: 0;
  }
  .search .form {
    width: 290px;
  }
}
.search.filtroLojas .select {
  text-align: left;
}
.search.filtroLojas .select {
  border: 1px solid #c1c1c1;
}
.search.filtroLojas div.select > span {
  font-size: 14px;
  height: 20px;
}
.search.filtroLojas .select_box .select > span i {
  top: 11px;
}
.search.filtroLojas .input input {
  font-size: 14px;
  color: #aeaeae;
}
.search.filtroLojas .input {
  border: 1px solid #c1c1c1;
}
.search.filtroLojas .input ul li {
  text-align: left !important;
}
.search.filtroLojas .lojas .row {
  position: relative;
}
.search.filtroLojas .lojas .row .posit {
  width: 100%;
}
.search.filtroLojas .input {
  margin-bottom: 15px;
}
.btrd {
  border: solid 2px #fff;
  box-shadow: 0px 0px 1px 1px #c3c3c3;
}
.btrd,
.input,
.select_box .select,
.search .input ul,
.select_box ul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 3px;
}
.bxslider,
.bxslider > li {
  height: 100%;
}
.owl-controls {
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 70px;
}
.bx-pager {
  text-align: center;
  position: absolute;
  bottom: 45px;
  z-index: 90;
  width: 100%;
  left: 0;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 7px;
}
.bx-pager a,
.owl-page span {
  display: block;
  cursor: pointer;
  line-height: 99px;
  width: 11px;
  height: 11px;
  background: transparent;
  text-indent: -999px;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bx-pager a.active {
  background: #fff;
}
.owl-buttons {
  float: right;
}
.owl-buttons * {
  color: #8a8a8a;
  font-size: 23px;
}
.owl-buttons .owl-prev {
  float: left;
  margin: 0 0 0 15px;
  display: block;
  cursor: pointer;
}
.owl-buttons .owl-next {
  float: right;
  margin: 0 0 0 15px;
  display: block;
  cursor: pointer;
}
.owl-pagination {
  position: absolute;
  right: 100px;
  top: 4px;
}
.owl-page {
  display: inline-block;
  margin: 5px;
}
.owl-page span {
  border-color: #8a8a8a;
}
.owl-page.active span {
  background: #847364;
  border-color: #847364;
}
.cinemaHeader h2:after {
  content: "";
  height: 2px;
  width: 98px;
  display: block;
  background-color: #e6d3cc;
  margin: 10px auto 20px auto;
}
.adp,
.adp table {
  width: 100% !important;
}
/* ---------------------------------------------------------------------------------
SET COLORS
--------------------------------------------------------------------------------- */
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1253px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body,
  html {
    height: 100%;
  }
  .master {
    position: relative;
    background: #fff;
  }
}
/* ---------------------------------------------------------------------------------
MAIN HEADER
--------------------------------------------------------------------------------- */
.mainHeader .barraTop {
  background-color: #004c65;
  color: #fff;
  height: 30px;
}
.mainHeader .barraTop .desenvolvimento {
  color: #fff;
  float: right;
}
.mainHeader .barraTop .desenvolvimento a {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  border-right: 1px solid #29667a;
  padding-right: 30px;
  margin-right: 30px;
}
.mainHeader .barraTop .desenvolvimento img {
  max-height: 20px;
  margin-right: 12px;
}
.mainHeader i.fa-search {
  margin: 10px 20px;
}
.mainHeader i.fa-times {
  color: #fff;
}
.mainHeader i.fa-bars {
  display: inline-block;
  font-size: 26px;
  /*height:25px; line-height:17px;*/
  text-align: center;
  width: 25px;
  vertical-align: middle;
  height: auto;
  line-height: auto;
}
.mainHeader .menuOpen {
  float: right;
  margin-left: 10px;
}
.mainHeader .menuOpen nav {
  padding: 0;
  width: 285px;
}
.mainHeader .menuOpen nav > ul > li {
  padding: 0;
}
.mainHeader .menuOpen nav > ul > li:hover a {
  color: #131312;
}
.mainHeader .menuOpen nav > ul > li a {
  font-size: 14px;
  color: #464646;
  display: block;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 600;
}
.mainHeader .menuOpen nav > ul > li a:hover {
  font-size: 14px;
  color: #464646;
}
.mainHeader .menuOpen nav::after {
  content: "";
  border-right: 1px solid #d6d1d0;
  float: right;
  height: 50px;
  margin-top: -60px;
  vertical-align: middle;
}
@media (max-width: 1281px) {
  .mainHeader .btnMenu span {
    display: none;
  }
}
@media (min-width: 992px) {
  .mainHeader {
    position: relative;
    z-index: 7000;
  }
  .mainHeader .fix {
    position: fixed;
    height: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .mainHeader .logo {
    display: block;
    float: left;
    padding: 5px;
    height: 100%;
  }
  .mainHeader .logo > img {
    height: 100%;
  }
  .mainHeader .menuBlock.opened .btnMenu {
    background-color: #7b0527;
  }
  .mainHeader .btnMenu {
    cursor: pointer;
    background-color: #7b0527;
    line-height: 64px;
    float: right;
    padding: 0 23px;
    color: #fff;
    height: 70px;
  }
  .mainHeader .btnMenu span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .mainHeader .menuCollapse {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: rgba(121, 4, 40, 0.98);
    margin-top: 70px;
  }
  .mainHeader .menuCollapse nav {
    float: right;
    padding: 35px;
    text-align: right;
    width: 1000px;
    height: 400px;
  }
  .mainHeader .menuCollapse nav .menu1,
  .mainHeader .menuCollapse nav .menu2,
  .mainHeader .menuCollapse nav .menu3 {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    width: calc(33% - 40px);
  }
  .mainHeader .menuCollapse nav ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mainHeader .menuCollapse nav ul > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    display: block;
    transition: all 400ms ease;
    padding-right: 5px;
  }
  .mainHeader .menuCollapse nav ul > li:not(.last) > a:hover {
    background-color: rgba(255, 255, 255, 0.11);
  }
  .mainHeader .menuCollapse nav ul li.last {
    border-bottom: none;
  }
  .mainHeader .menuCollapse nav .parent {
    border-bottom: 2px solid #fff;
    display: block;
    font-size: 18px;
    line-height: 45px;
  }
  .mainHeader .menuCollapse nav ul li ul li {
    height: 35px;
    border-bottom: none;
  }
  .mainHeader .menuCollapse nav ul li ul li a {
    color: #f2ffe2;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    transition: all 400ms ease;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .mainHeader .menuCollapse nav ul > li > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
    font-size: 15px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  .mainHeader .menuCollapse nav .logoArgo {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .mainHeader .mobilebt {
    display: none;
  }
  .mainHeader nav ul {
    margin: 0;
    padding: 0;
  }
  .mainHeader nav > ul > li {
    float: left;
    padding: 0 12px;
    line-height: 70px;
    position: relative;
  }
  .mainHeader nav > ul > li > a {
    text-transform: uppercase;
    color: #6b6b6b;
    font-size: 11px;
    position: relative;
  }
  .mainHeader nav > ul > li:hover a {
    color: #fff;
  }
  .mainHeader nav > ul > li span {
    display: none;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #7b0527;
    left: 0;
  }
  .mainHeader nav > ul > li > ul {
    position: absolute;
    background: #7b0527;
    display: none;
    z-index: 999;
    left: 0;
    min-width: 217px;
    overflow: hidden;
    right: 0;
    left: inherit;
    text-align: right;
  }
  .mainHeader nav > ul > li > ul > li {
    border-bottom: 2px solid #768d57;
  }
  .mainHeader nav > ul > li > ul > li a {
    padding: 10px 15px 11px 15px;
    line-height: normal;
    border-top: 1px solid #7b0527;
    margin: -1px;
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
  }
  .mainHeader nav > ul > li > ul > li a:hover {
    background: #768d57;
  }
  .mainHeader .blockMenu {
    float: right;
    position: static;
    height: auto !important;
    right: 0 !important;
    display: block !important;
  }
  .mainHeader nav {
    float: left;
    padding: 0 12px 0 0;
  }
  .mainHeader .search {
    display: block;
    background: transparent;
    float: right;
  }
  .mainHeader .opened {
    background: #7b0527;
  }
  .mainHeader .opened .search > .btsrfm {
    color: #fff;
  }
  .mainHeader .search > a {
    color: #464646;
    font-size: 1.1em;
    display: block;
    text-align: center;
    line-height: 70px;
  }
}
.mainHeader .m-menu {
  display: none;
}
.mainHeader i {
  display: inline-block;
  font-size: 26px;
  height: 25px;
  line-height: 17px;
  text-align: center;
  width: 25px;
}
.mainHeader .ar {
  color: #464646;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 47px;
  float: right;
  margin: 15px 0 0 0px;
  padding-top: 4px;
  height: 43px;
}
.mainHeader .ar i {
  color: #464646;
  margin-right: 30px;
  font-size: 26px;
}
.mainHeader .ar::after {
  content: "";
  border-right: 1px solid #d6d1d0;
  display: inline-block;
  height: 50px;
  margin-top: -14px;
  vertical-align: middle;
}
.mainHeader .sg {
  margin: 0 15px 0 0;
}
.mainHeader .sg p {
  color: #f1484d;
  display: inline;
}
@media (min-width: 1253px) {
  .mainHeader .logo > img {
    width: auto;
    height: 100%;
  }
  .mainHeader nav {
    padding: 0 20px 0 0;
  }
  .mainHeader nav > ul > li {
    padding: 0 14px;
    line-height: 70px;
  }
  .mainHeader nav > ul > li > a {
    font-size: 12px;
  }
  .mainHeader .search {
    float: right;
  }
  .mainHeader .search > a {
    font-size: 22px;
  }
}
@media (max-width: 1390px) {
  .mainHeader .sg {
    display: none;
  }
}
@media (max-width: 1253px) {
  .mainHeader .search {
    float: right;
    width: 70px;
  }
}
@media (max-width: 991px) {
  .mainHeader {
    position: relative;
    z-index: 7000;
  }
  .mainHeader i.fa-search {
    margin: 28px 24px 17px;
  }
  .mainHeader .fix {
    position: fixed;
    height: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .mainHeader .logo {
    display: block;
    float: left;
    padding: 5px;
    height: 100%;
  }
  .mainHeader .logo > img {
    height: 100%;
  }
  .mainHeader .menuBlock.opened .btnMenu {
    background-color: #7b0527;
  }
  .mainHeader .menuOpen {
    display: none;
  }
  .mainHeader .btnMenu {
    cursor: pointer;
    background-color: #7b0527;
    line-height: 70px;
    float: right;
    padding: 0 23px;
    color: #fff;
  }
  .mainHeader .menuCollapse {
    display: none;
    position: absolute;
    right: 0;
    background-color: rgba(121, 4, 40, 0.98);
    margin-top: 70px;
    height: 100vh;
    overflow: auto;
  }
  .mainHeader .menuCollapse nav {
    display: block;
    float: right;
    padding: 35px 0;
    text-align: right;
  }
  .mainHeader .menuCollapse nav .menu1,
  .mainHeader .menuCollapse nav .menu2,
  .mainHeader .menuCollapse nav .menu3 {
    vertical-align: top;
    width: 200px;
  }
  .mainHeader .menuCollapse nav ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mainHeader .menuCollapse nav ul > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 40px;
    transition: all 400ms ease;
    padding-right: 5px;
  }
  .mainHeader .menuCollapse nav ul > li:not(.last) > a:hover {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.11);
  }
  .mainHeader .menuCollapse nav ul li.last {
    border-bottom: none;
  }
  .mainHeader .menuCollapse nav .parent {
    border-bottom: 2px solid #fff;
    display: block;
    font-size: 18px;
    line-height: 45px;
  }
  .mainHeader .menuCollapse nav ul li ul li {
    height: 35px;
    border-bottom: none;
  }
  .mainHeader .menuCollapse nav ul li ul li a {
    color: #f2ffe2;
    font-size: 15px;
    line-height: 40px;
    padding-right: 10px;
    transition: all 400ms ease;
  }
  .mainHeader .menuCollapse nav ul > li > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
    font-size: 15px !important;
  }
  .mainHeader .menuCollapse nav .logoArgo {
    margin-top: 30px;
    margin-bottom: 73px;
  }
  .mainHeader .mobilebt {
    display: none;
  }
  .mainHeader nav ul {
    margin: 0;
    padding: 0;
  }
  .mainHeader nav > ul > li {
    float: left;
    padding: 0 12px;
    line-height: 70px;
    position: relative;
  }
  .mainHeader nav > ul > li > a {
    text-transform: uppercase;
    color: #6b6b6b;
    font-size: 11px;
    position: relative;
  }
  .mainHeader nav > ul > li:hover a {
    color: #fff;
  }
  .mainHeader nav > ul > li span {
    display: none;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #7b0527;
    left: 0;
  }
  .mainHeader nav > ul > li > ul {
    position: absolute;
    background: #7b0527;
    display: none;
    z-index: 999;
    left: 0;
    min-width: 217px;
    overflow: hidden;
  }
  .mainHeader nav > ul > li > ul > li {
    border-bottom: 2px solid #768d57;
  }
  .mainHeader nav > ul > li > ul > li a {
    padding: 10px 15px 11px 15px;
    line-height: normal;
    border-top: 1px solid #7b0527;
    margin: -1px;
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
  }
  .mainHeader nav > ul > li > ul > li a:hover {
    background: #768d57;
  }
  .mainHeader .blockMenu {
    float: right;
    position: static;
    height: auto !important;
    right: 0 !important;
    display: block !important;
  }
  .mainHeader nav {
    float: left;
    padding: 0 12px 0 0;
  }
  .mainHeader .search {
    display: block;
    background: transparent;
    float: right;
    width: 75px;
  }
  .mainHeader .opened {
    background: #7b0527;
  }
  .mainHeader .opened .search > .btsrfm {
    color: #fff;
  }
  .mainHeader .search > a {
    color: #464646;
    font-size: 1.1em;
    display: block;
    text-align: center;
    line-height: 70px;
  }
}
@media (max-width: 549px) {
  .mainHeader .ar {
    display: none;
  }
  .mainHeader .logo > img {
    height: auto;
    width: 160px;
    margin-top: 11px;
  }
}
@media (max-width: 480px) {
  .mainHeader .m-menu {
    display: block;
  }
}
/* ---------------------------------------------------------------------------------
PÁGINAS
--------------------------------------------------------------------------------- */
/* MAIN BANNER
------------------------------------------------ */
.mainBanner {
  position: relative;
  height: 44.3em;
  border-bottom: 3px solid #333333;
  z-index: 0;
}
.mainBanner ul {
  margin: 0;
  padding: 0;
}
.mainBanner .bx-controls-direction {
  display: none;
}
.mainBanner .bx-viewport,
.mainBanner .bx-wrapper {
  height: 663px !important;
  background: #f3f3f3;
}
.mainBanner .bx-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/preload2.gif) no-repeat center center;
}
.mainBanner .bxslider a,
.mainBanner .bxslider span {
  display: block;
  opacity: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}
.mainBanner .bxslider a img,
.mainBanner .bxslider span img {
  width: 0;
  height: 0;
}
.mainBanner img {
  display: block;
  opacity: 0 !important;
}
.mainBanner .bx-controls {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 70px;
}
.mainBanner .bx-pager {
  text-align: right;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainBanner .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 5px;
}
@media (max-width: 1280px){
  .mainBanner .bx-viewport,
  .mainBanner .bx-wrapper {
    height: 620px !important;
    background: #f3f3f3;
  }
}
@media (max-width: 1024px) {
  .mainBanner .bx-viewport,
  .mainBanner .bx-wrapper {
    height: 570px !important;
    background: #f3f3f3;
  }
}
@media (max-width: 768px) {
  .mainBanner .bx-viewport,
  .mainBanner .bx-wrapper {
    height: 495px !important;
    background: #f3f3f3;
  }
}
@media (max-width: 667px) {
  .mainBanner .bx-viewport,
  .mainBanner .bx-wrapper {
    height: 370px !important;
    background: #f3f3f3;
  }
}
@media (max-width: 568px) {
  .mainBanner .bx-viewport,
  .mainBanner .bx-wrapper {
    height: 370px !important;
    background: #f3f3f3;
  }
}
@media (max-width: 480px) {
  .mainBanner .bx-viewport {
    padding-top: 48px;
  }
  .mainBanner .bx-viewport,
  .mainBanner .bx-wrapper {
    height: 316px !important;
    background: #f3f3f3;
  }
    .mainBanner {
      height: 26.5em;
  }
}
.master.setController {
  padding-top: 0px;
}
/* COMPLEX
------------------------------------------------ */
.complex {
  text-align: center;
  margin: -5em 0 0 0;
  background: #790428;
  padding: 4em 0 5.5em 0;
}
.complex strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.complex h2 {
  display: block;
  font-size: 2.5em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 15px 0 0 0;
  font-weight: 300;
}
.complex p strong {
  display: inline;
  color: #fff;
}
.complex p {
  font-size: 1.1em;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.complex span {
  font-size: 16px;
  color: #fff;
}
.complex .div1 {
  margin: 5px 0 15px 0;
}
@media (max-width: 480px) {
  .complex {
    margin: -1em 0 0 0;
  }
}
.div1 {
  background: url(../images/mark1.png) no-repeat center center;
  height: 17px;
}
.div2 {
  background: url(../images/mark2.png) no-repeat center center;
  height: 17px;
}
.incline {
  width: 100%;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
}
.incline > div,
.owl-item,
.owl-controls {
  transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
}
/* NOTÍCIAS
------------------------------------------------ */
.noticias {
  padding: 65px 0 90px;
  position: relative;
  background: #e9e6df;
  margin-top: -12px;
}
.noticias h2 {
  display: block;
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.noticias img {
  display: block;
  width: 100%;
}
.noticias a * {
  display: block;
}
.noticias a:hover {
  text-decoration: none;
}
.noticias h3 {
  font-size: 1.1em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
}
.noticias .data {
  color: #4c4b4b;
  font-size: 13px;
  margin: -5px 0 11px;
}
.noticias p {
  font-size: 1em;
  color: #4c4b4b;
  overflow: hidden;
  max-height: 70px;
}
.noticias .linha_marc {
  position: relative;
  border-bottom: 6px solid #7b0527;
}
.noticias .ln {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #790428;
  height: 6px;
  display: block;
}
.noticias .div2 {
  margin: 11px 0 23px 0;
}
@media (max-width: 768px) {
  .noticias {
    padding: 34px 0 15px 0;
  }
  .noticias p {
    font-size: 1.1em;
  }
  .noticias a {
    margin-bottom: 40px;
    display: block;
  }
}
@media (max-width: 736px) {
  .noticias a {
    margin-bottom: 40px;
  }
}
.noticias .moreLink {
  margin: 40px 0 10px;
  text-align: center;
}
.noticias .moreLink a {
  text-align: center;
  background: #7EA135;
  max-width: 225px;
  display: inline-block;
  padding: 11px 30px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
}
/* CINEMA
------------------------------------------------ */
.cinemaHeader {
  text-align: center;
  margin: -20px 0 0 0;
  background: #0e0e0e;
  padding: 60px 0;
}
.cinemaHeader h2 {
  display: block;
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffe9b6;
}
.cinemaHeader p {
  font-size: 1.1em;
  color: #797979;
}
.cinemaHeader p strong {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.cinemaHeader .div2 {
  margin: 11px 0 15px 0;
}
@media (max-width: 768px) {
  .cinemaHeader p {
    font-size: 1.1em;
  }
}
.filme-lista {
  height: 520px;
  text-align: left;
  color: #333;
}
.filme-lista .preloader {
  background: #9A8C80 url(../images/preloader-cinema.gif) no-repeat center center;
}
.filme-lista .filme-lista-img {
  width: 100%;
  height: 384px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #f66569;
}
.filme-lista .filme-lista-img .gradiente {
  display: block;
  width: 100%;
  height: 495px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.filme-lista .filme-lista-img .gradiente .mid {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
}
.filme-lista .filme-lista-img .gradiente .mid:hover {
  background: rgba(0, 0, 0, 0.8);
}
.filme-lista .filme-lista-img .gradiente .mid .btnFilme {
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  z-index: 1;
  margin-top: 152px;
  left: 50%;
  transform: translateX(-50%);
  width: 209px;
}
.filme-lista .filme-lista-img .gradiente .mid:hover .btnFilme {
  opacity: 1;
}
.filme-lista .filme-lista-img .btnFilme a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  float: left;
}
.filme-lista .filme-lista-img .btnFilme a:nth-child(1) {
  background-color: #239be0;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.filme-lista .filme-lista-img .btnFilme a:nth-child(2) {
  background-color: #e76c19;
  color: #fff;
  padding: 20px 50px;
}
.filme-lista .filme-lista-img .linkFilmeHome {
  opacity: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.filme-lista .filme-lista-img .linkFilmeHome img {
  opacity: 0;
}
.filme-lista .filme-lista-title h3 {
  color: #333;
  padding: 5px 0;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
.filme-lista .filme-lista-time {
  font-size: 14px;
}
.filme-lista .filme-lista-time p {
  margin-bottom: 10px;
}
.filme-lista .filme-lista-age {
  color: #333;
  display: none;
}
@media (max-device-width: 1024px) {
  .filme-lista {
    height: 400px;
    margin-bottom: 20px;
  }
  .filme-lista .filme-lista-img {
    height: 300px;
  }
  .filme-lista .filme-lista-img .gradiente .mid .btnFilme {
    opacity: 1;
    width: 175px;
    margin-top: 209px;
    text-align: center;
  }
  .filme-lista .filme-lista-img .gradiente .mid .btnFilme .filmeInfo {
    padding: 5px;
    margin-right: 10px;
    width: 100%;
  }
  .filme-lista .filme-lista-img .gradiente .mid .btnFilme .filmeTrailer {
    padding: 5px;
    width: 100%;
  }
  .filme-lista .filme-lista-img .gradiente .mid strong {
    padding: 79px 20px 23px 20px;
  }
}
@media (max-device-width: 767px) {
  .filme-lista {
    height: 550px;
  }
  .filme-lista .filme-lista-img {
    height: 500px;
  }
  .filme-lista .filme-lista-img .gradiente .mid .btnFilme {
    width: 171px;
    margin-top: 410px;
  }
  .gradiente .mid .btnFilme a {
    width: 100%;
    text-align: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .gradiente .mid .btnFilme .filmeInfo {
    margin-top: 35px;
  }
}
.filmes {
  position: relative;
  z-index: 10;
  padding-bottom: 110px;
  background-color: #0e0e0e;
  /*
  */
}
.filmes .owl-item {
  background: #9A8C80 url(../images/preloader-cinema.gif) no-repeat center center;
  border-right: 4px solid #0e0e0e;
}
.filmes .owl-pagination {
  position: absolute;
  right: 50%;
  top: 4px;
  display: inline;
  text-align: center;
  transform: translateX(50%);
  margin-top: 5px;
}
.filmes .owl-pagination .owl-page span {
  border-color: #ffe9b6;
}
.filmes .owl-pagination .owl-page.active span {
  background-color: #ffe9b6;
  border-color: #ffe9b6;
}
.filmes .owl-buttons {
  float: inherit;
  text-align: center;
}
.filmes .owl-buttons * {
  color: #fff;
  font-size: 30px;
}
.filmes .owl-buttons .owl-next,
.filmes .owl-buttons .owl-prev {
  float: inherit;
  margin: 0;
  display: inline;
}
.filmes .linkFilmeHome {
  height: 100%;
}
.filmes .owl-controls {
  bottom: 32px;
}
.filmes .owl-wrapper-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -1px;
}
.filmes .cineLi .owl-item {
  float: left;
  position: relative;
  margin: -12px 0;
  height: 495px;
}
.filmes .owl-wrapper {
  position: relative;
}
.filmes .cineLi img {
  width: 100%;
  display: block;
}
.filmes .cineLi {
  background: #000;
}
.filmes .cineLi .overl {
  position: absolute;
  bottom: 6px;
}
.filmes .cineLi .gradiente {
  display: block;
  width: 100%;
  height: 483px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #0e0e0e 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.filmes .cineLi .gradiente .mid {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
}
.filmes .cineLi .gradiente .mid:hover {
  background: rgba(14, 14, 14, 0.8);
}
.filmes .cineLi .gradiente .mid strong {
  position: absolute;
  z-index: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  height: 139px;
  display: block;
  padding: 55px 30px 23px 30px;
  text-align: left;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
}
.filmes .cineLi .gradiente .mid .btnFilme {
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  z-index: 1;
  margin-left: 30px;
  bottom: 105px;
  width: 195px;
}
.filmes .cineLi .gradiente .mid:hover .btnFilme {
  opacity: 1;
}
.filmes .btnFilme a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  float: left;
}
.filmes .btnFilme a:nth-child(1) {
  background-color: #239be0;
  padding: 20px 20px;
  margin-bottom: 15px;
}
.filmes .btnFilme a:nth-child(2) {
  background-color: #e76c19;
  color: #fff;
  padding: 20px 40px;
}
.filmes .linkFilmeHome {
  opacity: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.filmes .linkFilmeHome img {
  opacity: 0;
}
@media (max-device-width: 1024px) {
  .filmes .cineLi .gradiente .mid .btnFilme {
    opacity: 1;
    margin-left: 20px;
  }
  .filmes .cineLi .gradiente .mid .btnFilme .filmeInfo {
    padding: 5px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
  }
  .filmes .cineLi .gradiente .mid .btnFilme .filmeTrailer {
    padding: 5px;
    width: 100%;
    text-align: center;
  }
  .filmes .cineLi .gradiente .mid strong {
    padding: 79px 20px 23px 20px;
  }
}
@media (max-width: 767px) {
  .filmes .cineLi .gradiente .mid .btnFilme {
    width: 171px;
    margin-bottom: 67px;
  }
}
.boxContCinema {
  background-color: #151515;
  max-width: 920px;
  padding: 15px;
  color: #747474;
  text-align: left;
  overflow: hidden!important;
  max-width: 1170px;
}
.boxContCinema .capa img {
  width: 100%;
  height: auto;
}
.boxContCinema .infFilmes {
  padding: 0 56px 0 0;
}
.boxContCinema .infFilmes h2 {
  font-size: 30px;
  color: #ffe9b6;
  margin-bottom: 20px;
  font-weight: 300;
}
.boxContCinema .infFilmes ul.info {
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.boxContCinema .infFilmes ul.info li {
  float: left;
  width: calc(25% - 10px);
  line-height: 18px;
  margin-right: 10px;
  font-size: 13px;
}
.boxContCinema .infFilmes ul.info li strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: block;
  padding: 0 0 5px 0;
}
.boxContCinema .infFilmes p {
  font-size: 13px;
  color: #747474;
  padding: 10px 0 0 0;
}
.boxContCinema .infFilmes p strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: block;
  padding: 0 0 5px 0;
}
.boxContCinema .infFilmes div.sinopse {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.boxContCinema .infFilmes div.sinopse p {
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.boxContCinema .infFilmes div.elenco p {
  padding: 10px 0 0px 0;
}
.boxContCinema .infFilmes div.horarios p:nth-child(2) {
  font-size: 13px;
  font-style: italic;
  padding-bottom: 0px;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.boxContCinema .infFilmes div.horarios p:nth-child(2) strong {
  display: inline;
  color: rgba(255, 255, 255, 0.6);
}
.boxContCinema .infFilmes a {
  padding: 0 20px;
  margin-top: 20px;
  height: 40px;
  line-height: 37px;
  background: #7b0527;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px #000;
}
@media (max-width: 992px) {
  .boxContCinema .infFilmes {
    padding: 0 28px 0 28px;
    width: 100%;
  }
  .boxContCinema .capa {
    display: none;
  }
}
.filmeInterna .boxContCinema {
  background-color: #fff;
  max-width: inherit;
  padding: 30px 0 60px 0;
}
.filmeInterna .boxContCinema h2 {
  color: #333;
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
}
.filmeInterna .boxContCinema p:empty {
  display: none;
}
.filmeInterna .boxContCinema p {
  color: #747474;
}
.filmeInterna .boxContCinema p strong {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  display: block;
  padding: 0 0 5px 0;
}
.filmeInterna .boxContCinema div.info {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.filmeInterna .boxContCinema div.info p {
  float: left;
  width: calc(25% - 10px);
  line-height: 18px;
  margin-right: 10px;
  font-size: 16px;
}
.filmeInterna .boxContCinema div.info p:nth-child(6) {
  float: none;
  padding: 30px 0 0 0;
  clear: both;
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.filmeInterna .boxContCinema div.sinopse {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 10px 0 30px 0;
}
.filmeInterna .boxContCinema div.sinopse p {
  font-size: 22px;
  line-height: 28px;
  color: #333;
}
.filmeInterna .boxContCinema a {
  margin-top: 40px;
}
@media (max-width: 414px) {
  .filmeInterna .boxContCinema div.info p {
    float: none;
    width: 100%;
  }
}
/* COMODIDADES
------------------------------------------------ */
.comod {
  text-align: center;
  margin: 0px 0 0px 0;
  padding: 60px 0;
  background: #7b0527;
}
.comod h2 {
  display: block;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.comod p {
  font-size: 18px;
  color: #ebc7d2;
  line-height: 30px;
  line-height: 22px;
}
.comod .div2 {
  margin: 5px 0 15px 0;
}
.comod .moreLink {
  height: 40px;
  margin-top: 35px;
}
.comod .moreLink a {
  font-size: 1em;
  font-weight: 700;
  padding: 10px 50px;
  color: #7b0527;
  background: #fff;
  border-radius: 3px;
  margin-top: 25px;
}
.page-node-122 .comodBlock {
  padding: 166px 0 35px;
}
.page-node-123 .comodBlock {
  padding: 167px 0 35px;
}
.page-node-127 .comodBlock {
  padding: 158px 0 35px;
}
.page-node-119 .comodBlock {
  padding: 215px 0 35px;
}
.page-node-557 .comodBlock {
  padding: 153px 0 35px;
}
.page-node-149 .comodBlock {
  padding: 154px 0 35px;
}
.comodBlock {
  background: #e9e6df;
  text-align: center;
  padding: 160px 0 35px;
  text-align: left;
}
.comodBlock i {
  font-size: 44px;
  display: inline-block;
  color: #7b0527;
  margin-bottom: 15px;
}
.comodBlock h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #4c4b4b;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 39px;
}
.comodBlock ul {
  padding-left: 0;
  margin: 15px 0;
}
.comodBlock ul li {
  font-size: 14px;
}
.comodBlock ul li:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
.comodBlock .imgico {
  display: block;
  width: 71px;
  height: 71px;
  background-image: url(../images/comod.png);
  background-size: auto;
  margin: 0 auto 30px auto;
}
.comodBlock .imgico.loc {
  background-position: -71px center;
}
.comodBlock .imgico.trb {
  background-position: -142px center;
}
.comodBlock p {
  font-size: 14px;
  color: #444444;
  margin: 15px 0 35px 0;
}
.comodBlock a span {
  font-size: 14px;
  text-transform: uppercase;
  background: #7b0527;
  text-align: center;
  display: block;
  padding: 12px 0;
  color: #fff;
  width: 155px;
  font-weight: 700;
}
.comodBlock a:hover span {
  background: #871e3e;
}
.comodBlock .hl {
  display: block;
  margin: 20px 0;
  font-size: 14px;
}
.comodBlock .hl strong {
  text-transform: uppercase;
}
.comodBlock .localizacao {
  padding-left: 0;
}
.comodBlock .Lojas {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}
.comodBlock .bistek {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.comodBlock .praca {
  border-right: 1px solid #fff;
  padding-left: 0;
  height: 110px;
}
@media (max-width: 1024px) {
  .comodBlock .localiza p {
    height: 48px;
  }
  .comodBlock .trabalhe p {
    height: 48px;
  }
}
.page-node-120 .comodBlock,
.page-node-115 .comodBlock,
.page-node-715 .comodBlock {
  padding: 200px 0 35px;
}
.page-node-120 .comodBlock {
  margin: 6px 0 0;
}
@media (max-width: 1024px) {
  .comodBlock .container {
    width: 100%;
  }
  .comodBlock .Lojas {
    padding-left: 0;
    border: none;
  }
  .comodBlock .bistek {
    padding-left: 0;
    border: none;
  }
  .comodBlock .praca {
    padding-left: 0;
    border: none;
    height: auto;
  }
  .comodBlock .smart {
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .comodBlock {
    text-align: center;
  }
  .comodBlock .container {
    width: 100%;
  }
  .comodBlock .Lojas {
    padding-left: 28px;
  }
  .comodBlock .bistek {
    padding-left: 28px;
  }
  .comodBlock .praca {
    padding-left: 28px;
    height: auto;
  }
  .comodBlock .smart {
    padding-left: 28px;
    height: 110px;
    margin-bottom: 50px;
  }
  .comodBlock a span {
    margin: 0 auto;
  }
  .comodBlock .trabalhe {
    margin-top: 40px;
  }
}
/*

@media(max-width:991px){
  .comodBlock{
    .localizacao{ margin: 30px;}
  }
}
@media(max-width:768px){
  .comodBlock{
    .container{width: 100%;}
    text-align: center;
    .localiza{width:100%; margin: 30px auto;}
    .trabalhe{width:100%; margin: 30px auto;}
    .funcionamento{
      width: 100%;
      .Lojas{width: 100%; border-bottom:none; border-right:none; padding-left: 28px;}
      .bistek{width: 100%; border-bottom:none; border-right:none;}
      .praca{width: 100%; border-right:none; padding-left: 28px;}
      .container{width: 100%;}
    }
    a{
      span{margin: 0 auto;}
    }
  }
}

/* IMAGEM SEPARADORA
------------------------------------------------ */
.garprop {
  overflow: hidden;
  margin-top: -1px;
}
.garprop .full {
  background: url(../images/home-park-europeu_01.jpg) no-repeat center center;
  background-size: cover !important;
  height: 660px;
  margin: -2.2em 0 0.6em;
}
.garprop .full a {
  height: 660px;
  width: 100%;
  display: inline-block;
}
.nsl {
  max-width: 900px;
  margin: 0 auto;
}
.nehm .div2 {
  margin: 11px 0 15px 0;
}
.nehm.grayBox p {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .garprop .full {
    max-height: 514px;
    margin: -2.2em 0 0.6em;
  }
}
@media (max-width: 414px) {
  .garprop .full {
    height: 370px;
  }
}
/* COMPRAS E SERVIÇOS
------------------------------------------------ */
.singleBanner {
  position: relative;
  z-index: 0;
  padding-top: 70px;
}
.singleBanner a {
  height: 635px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
}
@media (max-width: 1024px) {
  .singleBanner a {
    height: 42em;
  }
}
@media (max-width: 768px) {
  .singleBanner a {
    height: 37em;
  }
}
@media (max-width: 667px) {
  .singleBanner a {
    height: 33em;
  }
}
@media (max-width: 568px) {
  .singleBanner a {
    height: 30em;
  }
}
@media (max-width: 480px) {
  .singleBanner a {
    height: 21em;
  }
}
@media (max-width: 414px) {
  .singleBanner a {
    height: 19em;
  }
}
.singleBanner a img {
  display: none;
  width: 100%;
  height: auto;
}
/* lojas home
------------------------------- */
/* BOX CINZA DE CONTEÚDO
------------------------------------------------ */
.inclinefix {
  position: relative;
}
.inclinefix.ft {
  z-index: 2;
}
.inclinefix .incline {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -3em 0;
}
.page-node-557 .inclinefix .incline {
  margin: -5em 0;
}
.grayBox.inclinefix .incline {
  background: #e9e6df;
}
.lojas.inclinefix .incline {
  background: #fff;
  margin: 0;
}
.page-node-1 .lojas .grayBox {
  padding: 41px 0 55px 0;
}
.page-node-115 .grayBox {
  padding: 70px 0 8px;
}
.page-node-121 .grayBox {
  margin: -5em 0 25px 0px;
}
.page-node-117 .grayBox {
  padding: 70px 0 27px;
}
.grayBox {
  text-align: center;
  margin: -5em 0 0 0;
  padding: 70px 0 20px;
}
.grayBox strong {
  color: #b02b2e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  display: block;
}
.grayBox h2 {
  display: block;
  font-size: 2.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  margin: -2px auto 0 auto;
  max-width: 630px;
}
.grayBox h3 {
  font-size: 26px;
  color: #7b0527;
}
.grayBox h4 {
  font-size: 16px;
}
.grayBox p strong {
  display: inline;
  font-size: 14px;
}
.grayBox p {
  font-size: 14px;
  color: #4c4b4b;
  margin: 0;
  line-height: 1.7em;
}
.grayBox span {
  font-size: 13px;
  color: #b02b2e;
  text-transform: uppercase;
}
.grayBox .div1 {
  margin: 5px 0 15px 0;
}
@media (max-width: 768px) {
  .grayBox {
    padding: 65px 0 20px;
  }
}
.lojas .div2 {
  margin-bottom: 35px;
}
.withofPosition {
  position: relative;
}
.withofPosition .ofPosition {
  right: -12px;
  position: absolute;
  top: 25%;
  color: #152;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .withofPosition .ofPosition {
    display: none;
  }
}
.grayBox .filtroLojas.search {
  clear: both;
}
.grayBox .filtroLojas.search .form {
  display: block;
  position: relative;
  right: inherit;
  margin: 0 auto;
  width: 80%;
  float: none;
  padding-bottom: 0;
  background: none;
}
@media (max-width: 768px) {
  .grayBox .filtroLojas.search .form {
    width: 100%;
  }
}
/* BOX BRANCO DE CONTEÚDO
------------------------------------------------ */
.whiteBox {
  text-align: center;
  margin: 0;
  padding: 4.3em 0;
}
.whiteBox h2 {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin-bottom: 1.2em;
}
.whiteBox p {
  font-size: 14px;
  color: #808080;
  margin: 0;
  text-align: left;
  margin-bottom: 2em;
}
.whiteBox p strong {
  display: inline;
}
.whiteBox span {
  font-size: 13px;
  color: #b02b2e;
}
.whiteBox .incline {
  background: #fff;
}
.whiteBox.pdb {
  padding: 0 0 4.3em;
}
.whiteBox.pdb .incline {
  margin: 0em 0;
}
@media (max-width: 768px) {
  .whiteBox p {
    width: 100%;
    font-size: 14px;
  }
}
/* FORMULÁRIO
------------------------------------------------ */
form .formText {
  border: 1px solid #c1c1c1;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
form .formArea {
  border: 1px solid #c1c1c1;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  min-height: 300px;
}
form label {
  text-align: left;
  display: block;
  padding: 15px 0 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #7b7b7b;
}
form .formText.error,
form .formArea.error {
  background: rgba(254, 229, 226, 0.39);
  border-color: #fcaca5;
  color: #b50303;
}
form label[for='arquivo'] {
  padding-top: 0;
}
form .formText.error,
form .formArea.error {
  background: rgba(254, 229, 226, 0.39);
  border-color: #fcaca5;
  color: #b50303;
}
form .formText.spaceInput {
  margin-bottom: 30px;
}
form #edit-submitted-curriculo-upload-button {
  display: none;
}
form .qual {
  margin-top: 3px;
}
/* SEPARADOR
------------------------------------------------ */
.separator1 {
  background: url(../images/mark2.png) no-repeat center center;
  height: 17px;
  margin: 11px 0 23px 0;
}
/* AJUSTES
------------------------------------------------ */
.noIncline {
  margin-top: 0;
}
.nMB {
  margin-bottom: -5em;
}
.nMT {
  margin-top: -5em;
}
.noPadding {
  padding: 0;
}
.whiteSpace {
  background: #fff;
  padding: 4em 0;
}
.page-node-715 .whiteSpace {
  padding: 3em 0;
}
img.wfullPercent {
  width: 100%;
  height: auto;
  display: block;
}
.mb0Imp {
  margin-bottom: 0 !important;
}
.mb0Imp p.site {
  display: none;
}
@media (max-width: 767px) {
  .page-node-120 .whiteSpace {
    padding: 3em 0;
  }
  .page-node-120 .nMT {
    margin-top: 4em;
  }
}
/* CONTATO
------------------------------------------------ */
.contact .select {
  text-align: left;
  border: 1px solid #c1c1c1;
  background: #f1f1f1;
  padding: 10px 0;
  position: relative;
}
.contact div.select > span {
  font-size: 14px;
  height: 20px;
}
.contact .select_box .select > span i {
  top: 11px;
}
.contact .input input {
  font-size: 14px;
  color: #aeaeae;
}
.contact .input {
  border: 1px solid #c1c1c1;
}
.contact .input ul li {
  text-align: left !important;
}
.page-node-1 .modalMsgForm {
  display: none;
  margin-bottom: 0;
  padding: 10px;
}
.modalMsgForm {
  position: relative;
}
.modalMsgForm .errors {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 10px;
  padding: 20px;
  color: #a94442;
  text-align: left;
}
.modalMsgForm .errors ul li {
  display: block;
  font-size: 13px;
}
.select_box .slt {
  font-size: 10px;
  color: #000000;
  font-weight: 300;
  display: block;
}
.select_box .select {
  position: relative;
  background: #fff;
  padding: 10px 0;
}
.select_box .select ul {
  overflow: hidden;
  width: 100% !important;
  max-height: 260px;
  height: auto !important;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
.select_box .select span {
  font-size: 11px;
  height: 15px;
  display: block;
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  overflow: hidden;
  color: #aeaeae;
}
.select_box .select li p {
  color: #aeaeae;
  display: block;
  padding: 8px 10px;
  font-size: 11px;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.select_box .select li p:hover {
  background: #7b0527;
  color: #fff;
}
.select_box .select li {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  display: block;
  background: #fff;
}
.select_box .select > span i {
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
}
.select_box .select > .close i:after {
  content: '\f107';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.select_box .select > .open i:after {
  content: '\f106';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.select_box .wrapsl {
  padding: 10px 0 0 0;
  display: none;
  position: absolute;
  z-index: 22;
  height: auto !important;
  width: 100% !important;
  max-height: 260px;
}
.select_box .wrapsl ul {
  background: #fff;
}
.lojas .row {
  position: relative;
}
.sucess {
  font-size: 26px;
  padding: 20px 15px;
}
.ajaxBlockPreload {
  position: absolute;
}
/* LOJAS
------------------------------------------------ */
.lojas {
  padding: 3em 0 3em;
  position: relative;
}
.lojas .container.replace {
  min-height: 62px;
}
.lojas.pagerlist {
  padding-top: 7em;
  padding-bottom: 0;
}
.lojas .grayBox {
  padding: 41px 0 0 0;
}
.lojas .loja {
  height: 320px;
}
.lojas .loja .pre {
  min-height: 7em;
}
.lojas .loja:hover .hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lojas .loja .hover {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lojas .loja .hover {
  background: url("../images/bg-hover.png") top left repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lojas .loja .hover .maisInformacoes {
  position: absolute;
  bottom: 30px;
  right: 25px;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
}
.lojas .loja .hover .maisInformacoes .fa {
  margin-left: 5px;
  border: 3px solid #fff;
  padding: 5px 0 0 5px;
  color: #fff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  width: 26px;
  height: 26px;
  font-size: 12px;
}
.lojas .loja img {
  display: block;
  width: 100%;
}
.lojas .loja h3 {
  font-size: 1.1em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
}
.lojas .loja .data {
  color: #9f9f9f;
  font-size: 13px;
  margin: -5px 0 7px;
  display: block;
}
.lojas .loja p {
  font-size: 1em;
  color: #979696;
}
.lojas .loja .linha_marc {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.lojas p.vagas,
.lojas p.cargo {
  font-size: 0.9em;
  margin: 0;
}
.lojas p.vagas span,
.lojas p.cargo span {
  color: #000;
}
.lojas p.prod {
  font-size: 0.9em;
  margin: 0;
}
@media (max-width: 1024px) {
  .lojas .loja {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .lojas .loja {
    height: 535px;
  }
}
@media (max-width: 767px) {
  .lojas .loja {
    height: 510px;
  }
}
@media (max-width: 569px) {
  .lojas .loja {
    height: 444px;
  }
}
@media (max-width: 500px) {
  .lojas .loja {
    height: 360px;
  }
}
@media (max-width: 320px) {
  .lojas .loja {
    height: 310px;
  }
}
.lojas.descontos .loja {
  height: 260px;
  overflow: hidden;
}
.lojas.descontos .loja h3 {
  padding: 5px 0 0 0;
}
.lojas.descontos .loja h3 span {
  display: block;
  float: left;
}
.lojas.descontos .loja h3 span.desconto {
  font-size: 50px;
  line-height: 56px;
  width: 90px;
  height: 60px;
  text-align: center;
  color: #83A436;
}
.lojas.descontos .loja h3 span.desconto strong {
  font-size: 20px;
}
.lojas.descontos .loja h3 span.loja {
  width: calc(100% - 90px);
  position: relative;
  height: 60px;
}
.lojas.descontos .loja h3 span.loja strong {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 20px;
}
/* BOTÃO LOAD MORE
------------------------------------------------ */
.loadMore {
  margin: 0px 0 0 0;
}
.loadMore p {
  color: #9f9f9f;
  font-size: 0.9em;
  text-align: center;
  margin: 5px 0 0 0;
}
.loadMore a.loadMoreBtn {
  text-align: center;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  background: #7b0527;
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  font-weight: bolder;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 0px #323232;
  -moz-box-shadow: 0px 0px 1px 0px #323232;
  box-shadow: 0px 0px 1px 0px #323232;
}
.loadMore a.loadMoreBtn:hover {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #871e3e;
}
/* SLIDE IMAGENS CONHEÇA ITABOARAI
------------------------------------------------ */
.gallery {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.slideI {
  background: #fff;
}
.slideI .owl-item2 {
  float: left;
  position: relative;
}
.slideI img {
  width: 100%;
  display: block;
  opacity: 0.5;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slideI .owl-item2 {
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.slideI .overl {
  background: url("../images/bg-hover.png") top left repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slideI .center img {
  opacity: 1;
}
.slideI .center:hover .overl {
  opacity: 1;
}
.slideI .center {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.slideI .overl .ampliar {
  position: absolute;
  bottom: 60px;
  right: 25px;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
}
.slideI .overl .ampliar .fa {
  margin-left: 5px;
  border: 3px solid #fff;
  padding: 5px 0 0 5px;
  color: #fff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  width: 26px;
  height: 26px;
  font-size: 12px;
}
.slideI .overl strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  height: 100px;
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1em;
}
.slideI .mid {
  display: table;
  width: 99.7%;
}
.slideI .owl-item2,
.slideI .owl-controls {
  transform: skewY(0);
  -webkit-transform: skewY(0);
  -moz-transform: skewY(0);
  -o-transform: skewY(0);
  -ms-transform: skewY(0);
  padding: 0 1px;
}
.slideI .grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.slideI .bx-pager {
  text-align: center;
  position: absolute;
  bottom: 45px;
  z-index: 90;
  width: 100%;
  left: 0;
}
.slideI .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 7px;
}
.slideI .bx-pager a,
.slideI .owl-dot span {
  display: block;
  cursor: pointer;
  line-height: 99px;
  width: 11px;
  height: 11px;
  background: transparent;
  text-indent: -999px;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.slideI .bx-pager a.active {
  background: #fff;
}
.slideI .owl-nav {
  float: right;
  margin-top: -20px;
}
.slideI .owl-nav * {
  color: #8a8a8a;
  font-size: 23px;
}
.slideI .owl-nav .owl-prev {
  float: left;
  margin: 0 0 0 15px;
  display: block;
}
.slideI .owl-nav .owl-next {
  float: right;
  margin: 0 0 0 15px;
  display: block;
}
.slideI .owl-dots {
  position: absolute;
  right: 100px;
  top: -13px;
}
.slideI .owl-dots .owl-dot {
  display: block;
  float: left;
}
.slideI .owl-dots .owl-dot span {
  border-color: #8a8a8a;
  display: inline-block;
  margin: 5px;
}
.slideI .owl-dots .owl-dot.active span {
  background: #f66569;
  border-color: #f66569;
}
.bgControl {
  background: #fff;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  padding: 30px 0;
  overflow: hidden;
  margin-top: -33px;
}
.bgControl .mainBanner .bx-controls,
.bgControl .owl-controls {
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  bottom: 0;
  transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
}
.noGrayScale .slideI .owl-item2 {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*Sobre*/
.page-node-118 .setController .whiteBox {
  padding: 4.3em 0 2.3em 0;
}
.page-node-119 .setController .whiteBox {
  padding: 4.3em 0 0.3em 0;
}
.page-node-161 .setController .whiteBox {
  padding: 4.3em 0 1.3em 0;
}
.page-node-123 .setController .whiteBox {
  padding: 4.3em 0 5.5em 0;
}
.page-node-120 .setController .whiteBox {
  padding: 4.3em 0 0em 0;
}
.page-node-122 .setController .whiteBox {
  padding: 4.3em 0 3.0em 0;
}
.page-node-557 .setController .whiteBox {
  padding: 4.3em 0 7.3em 0;
}
.page-node-149 .setController .whiteBox {
  padding: 4.3em 0 5em 0;
}
/* PLANTAS
------------------------------------------------ */
.plantas {
  padding: 4em 0;
  position: relative;
  background: #fff;
}
.plantas img {
  display: block;
  width: 100%;
}
.plantas a * {
  display: block;
}
.plantas a:hover {
  text-decoration: none;
}
.plantas .linha_marc {
  position: relative;
}
.plantas .ln {
  position: relative;
  width: 100%;
  background: #f66569;
  height: 6px;
  display: block;
}
@media (max-width: 768px) {
  .plantas {
    padding: 0;
  }
  .plantas > div {
    margin-bottom: 30px;
  }
}
/* FICHA TÉCNICA
------------------------------------------------ */
.fichaTecnica {
  padding: 3em 0;
  position: relative;
  background: #fff;
}
.fichaTecnica .ficha > p {
  margin: 20px 0 0 0;
}
.fichaTecnica .ficha ul {
  padding: 0 0 0 20px;
}
.fichaTecnica .ficha ul li {
  list-style: disc;
  text-align: left;
  padding: 3px 0;
  color: #808080;
  font-size: 14px;
}
.fichaTecnica .boxConveniencia {
  background: #f1f1f1;
  padding: 20px;
}
.fichaTecnica .boxConveniencia h3 {
  color: #9e9e9e;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-size: 16px;
}
.fichaTecnica .boxConveniencia p {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  text-align: center;
}
.fichaTecnica .boxConveniencia p span {
  font-size: 14px;
  font-weight: bold;
  color: #f66569;
}
@media (max-width: 768px) {
  .fichaTecnica .boxConveniencia {
    clear: both;
    margin-top: 15px;
  }
}
/* CONVENIÊNCIAS
------------------------------------------------ */
.conveniencias .conveniencia {
  border-bottom: 6px solid #eaeaea;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2em;
  position: relative;
  min-height: 183px;
}
.conveniencias .conveniencia:hover {
  border-bottom: 6px solid #f66569;
}
.conveniencias .conveniencia img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.conveniencias .conveniencia:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.conveniencias .conveniencia h2 {
  font-size: 16px;
}
.conveniencias .conveniencia p {
  padding-left: 80px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.7em;
  margin: 0;
  min-height: 80px;
  padding-bottom: 25px;
}
.conveniencias .conveniencia p.ligthboxText {
  padding-left: 80px;
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1.7em;
  margin: 0;
  min-height: 60px;
  display: none;
}
.conveniencias .conveniencia .img {
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
}
.conveniencias .conveniencia .img img {
  display: block;
}
.conveniencias .conveniencia a.maisInformacoes:link,
.conveniencias .conveniencia a.maisInformacoes:visited {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
}
.conveniencias .conveniencia a.maisInformacoes .fa {
  margin-left: 5px;
  border: 3px solid #eaeaea;
  padding: 5px 0 0 1px;
  color: #eaeaea;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  width: 26px;
  height: 26px;
  font-size: 12px;
  text-align: center;
}
.conveniencias .conveniencia:hover a.maisInformacoes .fa {
  border: 3px solid #f66569;
  color: #f66569;
}
@media (max-width: 1024px) {
  .conveniencias {
    margin-top: 25px;
  }
  .conveniencias .conveniencia {
    min-height: 210px;
  }
}
@media (max-width: 767px) {
  .conveniencias .conveniencia {
    min-height: inherit;
    padding-bottom: 25px;
  }
}
/* BOLICHE
------------------------------------------------ */
.infoBoliche {
  margin-bottom: 2em;
}
.infoBoliche h4 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
}
.infoBoliche p {
  text-align: left;
  margin: 0;
}
/* CALENDÁRIO
------------------------------------------------ */
.calendarMonth {
  margin-bottom: 4em;
}
.calendarMonth h4 {
  display: block;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 1.2em;
}
.calendarMonth h4 span {
  font-size: 0.7em;
  color: #7e7b7b;
  font-weight: normal;
}
.calendarMonth .event {
  padding: 0;
  margin-bottom: 40px;
}
.calendarMonth .event .img img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 6px solid #f66569;
}
.calendarMonth .event h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
.calendarMonth .event p {
  text-align: left;
  margin-bottom: 1em;
}
.calendarMonth .event p.hour {
  color: #9f9f9f;
  font-size: 0.9em;
}
.calendarMonth .event p.description {
  font-size: 1em;
}
.calendarMonth .event p.prod {
  font-size: 0.9em;
  margin: 0;
}
.calendarMonth .event p.local {
  font-size: 0.9em;
  margin: 0;
}
.calendarMonth .event p.prod strong,
.calendarMonth .event p.local strong {
  color: #000;
}
/* eventos
------------------------------------------------ */
.tituloSectionEventos {
  margin-top: 46px;
  text-align: center;
}
.tituloSectionEventos h2 {
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: bold;
}
.tituloSectionEventos p {
  font-size: 1em;
  color: #4c4b4b;
  display: block;
  margin-bottom: 18px;
}
.tituloSectionEventos strong {
  font-size: 11px;
}
.eventos {
  padding: 0 0 50px;
  position: relative;
  background: #fff;
}
.eventos h3 {
  display: block;
  font-size: 1.17em;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align: left;
  line-height: 20px;
}
.eventos img {
  display: block;
  width: 100%;
}
.eventos a:hover {
  text-decoration: none;
}
.eventos .eventos li h2 a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
}
.eventos .data {
  color: #4c4b4b;
  font-size: 13px;
  margin: -5px 0 11px;
  display: block;
  padding-top: 5px;
}
.eventos p {
  font-size: 1em;
  color: #4c4b4b;
  display: block;
  margin-bottom: 40px;
}
.eventos .linha_marc {
  position: relative;
  border-bottom: 6px solid #ffd03f;
  display: block;
}
.eventos .linha_marc a {
  height: 200px;
  display: block;
}
.eventos .ln {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #790428;
  height: 6px;
  display: block;
}
.eventos .more-link {
  display: block;
  text-align: center;
}
.eventos .more-link a {
  text-align: center;
  background: #3775b4;
  height: 20px;
  padding: 6px 30px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .eventos p {
    font-size: 1.1em;
  }
}
/* PAGINA EVENTOS
-------------------------------------------------*/
.pagEventos {
  margin-top: 30px !important;
}
.pagEventos p span.date-display-single {
  color: #4c4b4b;
}
.page-node-127 .setController .whiteBox {
  padding: 4.3em 0 3.3em 0;
}
.field-name-field-regulamento a {
  color: #B8397D;
}
.setController {
  margin-bottom: -32px;
}
.setController .whiteBox {
  padding: 4.3em 0 8.3em 0;
}
.setController .inclinefix .incline-evento {
  height: 260px;
}
.setController .blocoTop {
  margin-top: 45px;
}
.setController .cinemaHeader h2 {
  margin-bottom: 25px;
}
.setController .pagEventos .evento-lista {
  height: 470px;
  margin-bottom: 10px;
}
.setController .pagEventos .evento-lista .linha_marc {
  position: relative;
  border-bottom: 6px solid #f6dfd7;
  display: block;
  margin-top: 30px;
}
.setController .pagEventos .evento-lista .evento-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  text-align: left;
  background-position: center center;
}
.setController .pagEventos .evento-lista h3 {
  text-align: left;
  color: #000;
  margin-top: 10px;
  line-height: 20px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .setController .pagEventos .evento-lista {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .setController .pagEventos .evento-lista {
    height: 450px;
  }
}
@media (max-width: 736px) {
  .setController .pagEventos .evento-lista {
    height: 790px;
  }
}
@media (max-width: 667px) {
  .setController .pagEventos .evento-lista {
    height: 710px;
  }
}
@media (max-width: 640px) {
  .setController .pagEventos .evento-lista {
    height: 710px;
  }
}
@media (max-width: 568px) {
  .setController .pagEventos .evento-lista {
    height: 610px;
  }
}
@media (max-width: 414px) {
  .setController .pagEventos .evento-lista {
    height: 440px;
  }
}
@media (max-width: 375px) {
  .setController .pagEventos .evento-lista {
    height: 420px;
  }
}
@media (max-width: 360px) {
  .setController .pagEventos .evento-lista {
    height: 420px;
  }
}
@media (max-width: 320px) {
  .setController .pagEventos .evento-lista {
    height: 370px;
  }
}
.setController .pagEventos h2 {
  margin-bottom: 0px;
}
.setController .pagEventos img {
  margin: 0 auto;
}
.setController .pagEventos .textEventos {
  padding-top: 30px;
}
.setController .pagEventos .textEventos p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
/* TRAÇAR ROTA
------------------------------------------------ */
.searchRote {
  padding: 0 0 5em 0;
  overflow: hidden;
}
.searchRote .formText {
  background: #f1f1f1;
}
.searchRote p.min {
  color: #808080;
  font-size: 0.9em;
  margin: 5px 0 0 0;
}
.searchRote .boxResult {
  background: #f1f1f1;
  padding: 10px;
  display: block;
  margin: 3em 0 0 0;
}
.searchRote .boxResult img {
  height: 470px;
}
.searchRote .boxResult iframe {
  width: 100%;
  height: 470px;
  display: block;
  border: none;
}
.searchRote #map {
  height: 500px;
  display: block;
  margin-top: 20px;
}
.searchRote #autocomplete {
  width: calc(100% - 40px);
  vertical-align: middle;
}
.searchRote .getLocation {
  width: 20px;
  background-color: transparent;
  font-size: 25px;
}
.searchRote input,
.searchRote button,
.searchRote select,
.searchRote textarea {
  vertical-align: middle;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .searchRote #map {
    height: 40vh;
  }
}
@media (max-width: 768px) {
  .searchRote #map {
    height: 30vh;
  }
}
/* LIGHTBOX HTML
------------------------------------------------ */
.hide {
  display: none;
}
.bb6 {
  max-width: 520px;
  border-bottom: 6px solid #f66569;
  padding: 20px;
}
.bb6 img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bb6 h2 {
  font-size: 1.0em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bb6 p {
  padding-left: 80px;
  display: block;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  min-height: 60px;
}
.bb6 .img {
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
}
.bb6 .img img {
  display: block;
  margin: 10px;
}
/* ALIMENTAÇÃO */
.lbAlimentacao {
  overflow: hidden;
  padding-bottom: 20px;
}
.lbAlimentacao .img {
  margin-bottom: 20px;
}
.lbAlimentacao .img img {
  width: 100%;
  height: auto;
}
.lbAlimentacao h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 28px;
  color: #000;
  margin-bottom: 20px;
}
.lbAlimentacao p {
  font-size: 0.9em;
  color: #9f9f9f;
  margin-bottom: 5px;
  font-weight: bold;
}
.lbAlimentacao p span {
  font-weight: normal;
}
/* TRABALHE CONOSCO */
.lbWorkUs {
  overflow: hidden;
  padding-bottom: 20px;
}
.lbWorkUs .img {
  margin-bottom: 20px;
}
.lbWorkUs .img img {
  width: 100%;
  height: auto;
}
.lbWorkUs h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 28px;
  color: #000;
  margin-bottom: 20px;
}
.lbWorkUs p {
  font-size: 0.9em;
  color: #9f9f9f;
  margin-bottom: 5px;
  font-weight: bold;
}
.lbWorkUs p span {
  font-weight: normal;
}
.contactTrabalhe h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
}
.contactTrabalhe p {
  text-align: center;
}
.contactTrabalhe p.info {
  font-size: 13px;
}
.contactTrabalhe p.red,
.contactTrabalhe p.red a:link,
.contactTrabalhe p.red a:visited {
  color: #b02b2e;
  font-size: 1em;
}
.contactTrabalhe form .input,
.contactTrabalhe form textarea {
  background: #fff;
  text-transform: inherit;
  font-size: 14px;
}
.contactTrabalhe form .validacao {
  width: 80px;
}
.contactTrabalhe form .submitBtn {
  background: #7b0527;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  width: 100%;
  margin-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
}
.contactTrabalhe form .submitBlc {
  float: right;
}
.contactTrabalhe form .submitBlc .submitBtn {
  margin-top: 41px;
}
/* CONTATO */
.contact h4 {
  text-align:center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
}
.contact p.info {
  font-size: 13px;
  text-align:center;
}
.contact p.red,
.contact p.red a:link,
.contact p.red a:visited {
  color: #b02b2e;
  font-size: 1em;
}
.contact form .input,
.contact form textarea {
  background: #fff;
  text-transform: inherit;
  font-size: 14px;
}
.contact form .validacao {
  width: 80px;
}
.contact form .submitBtn {
  background: #7b0527;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  width: 100%;
  margin-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
}
.contact form .submitBlc {
  float: right;
}
.contact form .submitBlc .submitBtn {
  margin-top: 41px;
}
.contact.newsletter form {
  padding-bottom: 65px;
}
.txcc {
  color: #808080;
  font-size: 0.9em;
  line-height: 1.7em;
  padding: 5em 0;
  text-align: left;
}
.txcc.cols {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .txcc.cols {
    column-count: 1;
  }
}
.txcc strong {
  color: #000;
  display: inline-block;
  padding: 0 0 0.5em 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
}
/* NOVIDADES */
.news {
  margin-bottom: 30px;
}
.news a:link,
.news a:visited {
  display: block;
  overflow: hidden;
  border-bottom: 6px solid #eaeaea;
  padding-bottom: 20px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.news a:hover {
  border-color: #f66569;
}
.news .img {
  padding-left: 0;
}
.news .img img {
  display: block;
  width: 100%;
  height: auto;
}
.news a h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}
.news a.showmore > div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0 0 0;
}
.news .showDescription {
  overflow: hidden;
}
.news p {
  text-align: left;
  margin-bottom: 1em;
}
.news p img {
  width: 100%;
  height: auto;
}
.news p.hour {
  color: #4c4b4b;
  font-size: 0.9em;
}
.news p.description {
  font-size: 1em;
}
.news p.local {
  font-size: 0.9em;
  margin: 0;
}
.news p.prod strong,
.news p.local strong {
  color: #000;
}
.news a:link .maisInformacoes,
.news a:visited .maisInformacoes {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #f6656a;
  font-size: 0.7em;
  text-transform: uppercase;
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news a:link .maisInformacoes .fa,
.news a:visited .maisInformacoes .fa {
  margin-left: 5px;
  border: 3px solid #f6656a;
  padding: 4px 0 0 1px;
  color: #f6656a;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  width: 26px;
  height: 26px;
  font-size: 12px;
}
.news a:hover .maisInformacoes {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mInfo {
  display: none;
}
.mapRouter {
  background: #fff;
}
#map-canvas {
  display: block;
  height: 500px;
  width: 100%;
}
.mapRouter table {
  width: 100%;
}
.rota fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.rota .input {
  height: 45px;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #f1f1f1;
  border: 1px solid #c1c1c1;
}
.rota .input input {
  line-height: 45px;
  width: 98%;
  padding: 0 1%;
  font-size: 14px;
}
.rota .input i {
  font-size: 35px;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #b02b2e;
}
.rota .helptx {
  font-size: 13px;
  color: #808080;
  display: block;
  text-align: left;
  padding: 5px 0 25px 0;
}
.rota .helptx i {
  color: #808080;
}
@media (max-width: 480px) {
  .bx-pager a {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .bx-pager a {
    width: 10px;
    height: 10px;
  }
}
/*----------------------------------------------------------------------------------
VITRINE
-------------------------------------------------------------------------------------*/
.vitrine {
  padding: 65px 0 10px;
  position: relative;
  background: #e9e6df;
}
.vitrine.pag {
  padding-top: 120px;
  background: none;
}
.vitrine h2 {
  display: block;
  font-size: 2.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
.vitrine .div2 {
  margin: 10px 0 35px 0;
}
.vitrine img {
  display: block;
  width: 100%;
}
.vitrine a * {
  display: block;
}
.vitrine .list-vitrine > div {
  display: block;
}
.vitrine h3 {
  font-size: 1.1em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
}
.vitrine .loja {
  color: #4c4b4b;
  font-size: 13px;
  margin: -5px 0 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.vitrine p {
  font-size: 13px;
  color: #c41425;
  font-weight: 700;
  text-align: left;
}
.vitrine p strong {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  display: inline;
}
.vitrine .linha_marc {
  position: relative;
}
.vitrine .ln {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #790428;
  height: 6px;
  display: block;
}
@media (max-width: 768px) {
  .vitrine p {
    font-size: 1.1em;
  }
}
.vitrine .moreLink {
  margin: 40px 0 10px;
  text-align: center;
}
.vitrine .moreLink div {
  text-align: center;
  background: #7b0527;
  height: 20px;
  padding: 6px 30px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
}
.vitrine .list-vitrine {
  margin-bottom: 45px;
}
/* ---------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------- */
.mainFooter {
  background: #201f1f;
  padding: 10px 0;
}
.mainFooter span:nth-child(2) {
  line-height: 16px;
}
.mainFooter .logoFooter {
  /*float: left; display: block;*/
}
.mainFooter .phone {
  max-width: 342px;
}
.mainFooter .phone p i {
  background: none;
  font-size: 26px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.mainFooter .phone p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 600;
}
.mainFooter .phone p strong {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-left: 5px;
}
.mainFooter * {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
.mainFooter .al {
  display: block;
  float: left;
  margin-right: 20px;
}
.mainFooter .ar {
  display: block;
  float: right;
}
.mainFooter a,
.mainFooter span span {
  color: #0ba3d2;
  font-weight: 700;
}
.mainFooter .sg {
  margin: 0 15px 0 0;
  float: left;
  line-height: 26px;
  margin-top: 2px;
}
.mainFooter .sg p {
  color: red;
  display: inline;
}
.mainFooter i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: red;
  display: inline-block;
  font-size: 15px;
  height: 25px;
  line-height: 17px;
  padding: 5px;
  text-align: center;
  width: 25px;
}
.mainFooter i.fa-facebook {
  background: #3b579d;
}
.mainFooter i.fa-twitter {
  background: #33bdfd;
}
.mainFooter i.fa-instagram {
  background: #a57d60;
}
@media (max-width: 1024px) {
  .mainFooter {
    padding-top: 25px;
  }
  .mainFooter .clearMidia {
    clear: both;
  }
  .mainFooter .al {
    display: block;
    float: none;
    margin-right: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .mainFooter .phone {
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .mainFooter .logofooter {
    display: block;
    margin-top: 20px;
  }
  .mainFooter .ar {
    margin: 25px 0;
    text-align: center;
  }
  .mainFooter .ar .sg {
    margin: 0;
    float: none;
  }
  .mainFooter .ar .clearMidia {
    clear: both;
    margin-bottom: 6px;
  }
  .mainFooter i {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: red;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .mainFooter .ar {
    text-align: center;
    float: none;
    margin: 30px 0 25px 0;
  }
}
.btnClose {
  position: fixed;
  width: 100%;
  height: 100vh;
}
