@import "../assets/fonts/merriweather/stylesheet.css";

@import "../assets/fonts/oswald/stylesheet.css";

@import "../assets/fonts/sourceSans/stylesheet.css";

@import "../assets/fonts/playfair/stylesheet.css";

@import "../assets/fonts/multiplan/multiplan.css";

section.vitrine .item .catalog .product .moreInfo .facelkobj.count {right: 30px}
section.vitrine .item .catalog .product .moreInfo .wait {opacity: 0.6;}

.facelkobj.count {display: none;}

p strong.p23{
  font-size:20px !important;
}
p strong.p17{
  font-size:16px !important;
}

.banner-text{
  margin: 7rem 0 0 0;
  padding: 0;
}

.banner-text a, .banner-text a:hover, .banner-text a:visited{
  color:#fff;
  padding: 0 0 3rem 0;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select>.btn {
  width: 100%;
  padding-right: 25px;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto!important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .btn:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
  outline: none!important;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  line-height: 1rem;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100,177,216,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  width:100%;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover{
  background-color: #f5f5f5;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.btn {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(204,204,204,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #ccc;
  border-top-color: rgba(204,204,204,0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
  display: block;
}

.bs-searchbox,.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.btn.btn-lg{
  padding: 1rem 5.7rem;
  font-size:1.4rem;
}
.btn.btn-md{
  padding: 1.2rem 5rem;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block!important;
  width: 100%;
  height: 100%!important;
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none!important;
}

input,select,button {
  outline: none!important;
}

input:focus,select:focus,button:focus,input:active,select:active,button:active {
  box-shadow: none!important;
  border-color: inherit!important;
  outline: none!important;
  -webkit-appearance: none;
  appearance: none;
}

.check{
  float: right;
  position: relative;
  -webkit-appearance: none;
  background: white;
  width: 2rem;
  height: 2rem;
  border: 1px solid #005d40;
}

.checked{
  -webkit-appearance: checkbox !important;
}

.check:visited, .check:focus, .check:active{
  -webkit-appearance: checkbox !important;
  appearance: checkbox;
}

.btn-group, .btn-group-vertical{
  margin-right: -4px;
}

.dropdown-menu>li>a{
  width: auto;
  display: inline-block;
}

.dropdown-menu>li>a:hover{
  background-color:#005d40;
  cursor: default;
}

/*
.facetapi-active{
  display:block !important;
}
*/

.hideLetter{
  display: none !important;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
/*
.facetapi-inactive{
  color:#fff !important;
  padding: 0 !important;
}
*/

.mb80{
  margin-bottom: 80px;
}

/*
li>a.facetapi-inactive:hover, li>a.facetapi-inactive:focus {
  color: #262626;
  text-decoration: none;
  background-color: #005d40;
}
*/

.bootstrap-select .btn:focus {
  outline: none!important;
}

html,body {transition:all 300ms ease;}

html {
  -webkit-text-shadow: rgba(0,0,0,0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased!important;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "sourcesans";
  padding-top: 7rem;
  font-weight: 400;
  text-align: center;
  height: 100%;
}

body.open {
  padding-top: 0!important;
  overflow: hidden;
}

body.open>header {
  opacity: 0;
}

.btn-group-justified .active{
  color:#848c94;
  font-weight: bold;
}

.contact-menu a{
  font-size: 20px;
  /*font-weight: 100 !important;*/
  text-transform: uppercase;
  /*margin-top: 50px;*/
  padding-bottom: 5px;
  /*color:#006747 !important;*/
  width: 100%;
}

.contact-menu.active a{
  color: #000 !important;
  font-weight: 400 !important;
  padding: 2.5rem 0;
}
.resultList{
  margin-top: 0 !important;
}
li.results{
  list-style: none;
}
.results h3{
  text-transform: uppercase;
  color: #006747;
  margin-top: 0;
}
.results .url{
  font-style: italic;
  color: #006747;
}
.results .url a:hover{
  text-decoration: underline !important;
}
@media (max-width:991px) {
  body {
    padding-top: 11.2rem;
  }

  body.open section:not(.menu):not(.practical-info) {
    visibility: hidden;
  }
  .results h3{
    margin-top: 30px;
  }
}

@media (min-width:992px) {
  body.open section:not(.menu),body.open footer {
    visibility: hidden;
    -webkit-transition: none!important;
    transition: none!important;
  }

  body.open section:not(.menu):before,body.open footer:before {
    -webkit-transition: none!important;
    transition: none!important;
  }
}

.font-merriweather {
  font-family: 'merriweather';
}

.font-oswald {
  font-family: 'oswald';
}

.font-sourcesans {
  font-family: 'sourcesans';
}

.font-playfair {
  font-family: 'playfair';
}

.font-extralight {
  font-weight: 100;
}

.font-light {
  font-weight: 200;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}
.text-gray{
  color:#848c94;
}
.text-lg{
  font-size:1.8rem;
  line-height: 3rem;
}
.text-village {
  color: #c9b67f!important;
}

.height100 {
  height: 100%;
}

.height50 {
  height: 50%;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.margin0 {
  margin: 0!important;
}

.m-bottom0 {
  margin-bottom: 0!important;
}

.m-top0 {
  margin-top: 0!important;
}

.m-left0 {
  margin-left: 0!important;
}

.m-right0 {
  margin-right: 0!important;
}

.padding0 {
  padding: 0!important;
}

.p-bottom0 {
  padding-bottom: 0;
}

.p-top0 {
  padding-top: 0;
}

.p-left0 {
  padding-left: 0;
}

.p-right0 {
  padding-right: 0;
}

.p-bottom2 {
  padding-bottom:2rem;
}

.p-top2 {
  padding-top:2rem;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #006747;
}

.bg-dark-blue {
  background-color: #24292e;
  color: #949da6;
}

.no-border {
  border: none;
}

.no-shadow {
  box-shadow: none;
}

.border-collapse {
  border-collapse: collapse;
}

.display-none {
  display: none;
}

.pointer-events {
  pointer-events: none;
}

.bordertop {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f2f4f6;
}

.clearingFixing {
  float: left;
  width: 100%;
}

.clipText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.clearBoth {
  clear: both;
}

.align-left{
  text-align: left;
}

.align-right{
  text-align: right;
}

a {
  color: #006747;
  text-decoration: none;
  display: block;
}

a:hover {
  color: #003424;
  text-decoration: none!important;
}

a:focus,a:active {
  color: inherit;
  text-decoration: none!important;
}

#activateMenu,#deactivateMenu {
  color: #006747;
}

#activateMenu a,#deactivateMenu a {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-transition: .15s;
  transition: .15s;
}

header nav ul.nav.navbar-right .mob-search, .form-991{
  display:none;
}

@media (max-width:991px) {

  header nav .logo {
    border-bottom:none!important;
  }

  header nav ul.nav.navbar-right li:nth-child(1), header nav ul.nav.navbar-right li:nth-child(2), header nav ul.nav.navbar-right li:nth-child(3){
    border-top:1px solid #e3e4e5;
  }

  #activateMenu a,#deactivateMenu a {
    position: relative;
    /*color: #fff;*/
    color:#006747;
    padding-left: 20%;
    padding-right: 0;
  }

  #activateMenu a i,#deactivateMenu a i{
    position: relative;
    font-size: 2rem;
    /*top:0;*/
    top:-5px;
  }

  /*#home #activateMenu a i, #home #deactivateMenu a i{
    top:-5px;
  }*/

  #activateMenu a i.icon-times,#deactivateMenu a i.icon-times{
    top:0;
  }

  #activateMenu a a,#deactivateMenu a a {
    padding-right: 15px!important;
    color: #006747;
  }

  header nav ul.nav.navbar-right .mob-search{
    position: absolute;
    /*top: -42px;*/
    top: -4.8rem;
    right: 0;
    cursor:pointer;
    text-align: center;
    z-index:999;
    display:table;
  }

  /*#home header nav ul.nav.navbar-right .mob-search{
    top: -4.8rem;
  }*/

  header nav ul.nav.navbar-right .mob-search.active{
    background:#006747; 
    top:-70px;
    padding:20px 0;
  }

  header nav ul.nav.navbar-right .mob-search.active i{
    background:#006747;
    color:#fff; 
  }

  header nav ul.nav.navbar-right .mob-search i{
    color:#006747;
    font-size: 2rem;
  }

  .form-991{
    display:none;    
  }

  .form-991 .form-control{
    height:5.5rem;
    background:#f2f2f2;
    color:#848c94;
    font-size:15px;
    font-style:italic;
    padding:10px;
    font-family: "sourcesans";
    border:none;    
  }

  .form-991.form-group span{
    top:inherit;
    bottom:-46px; 
  }

  .form-991.open{
    display:block;
    height:0;
    clear:both; 
  }

  .no-991 {
    display:none;
  }
}

@media (max-width:767px) {
  .form-991.open{
    position:relative;
    top:-56px;  
  }
}

@media (max-width:380px) {
  /*header nav ul.nav.navbar-right .mob-search{
    right: -16px;
  }*/

  .form-991 .form-control{
    padding:10px 20px;
  }

  .form-991.form-group span{
    margin-right:10px; 
  }
}

#activateMenu a {
  /*color: #fff;*/
}

@media (min-width:992px) {
  #activateMenu a {
    color: #006747;
  }

  #activateMenu:hover a {
    font-size: 1.1em;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:990px) and (orientation:portrait) {
  #activateMenu {
    width: 136px;
  }
}

p {
  margin: 0;
}

i {
  font-family: 'multiplan';
  font-style: normal;
}

h2.sectionTitle {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2.4rem;
  font-family: 'oswald';
  margin: 0;
}

@media (min-width:992px) {
  h2.sectionTitle {
    font-size: 4.8rem;
  }
}

a.sectionSubtitle {
  color: #006747;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  margin: 1rem 0;
  text-transform: uppercase;
  font-family: 'oswald';
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul.bullets {
  margin-left: 15px;
  text-align: left;
  list-style-type: disc;
  font-size: 1.5rem;
}

ul.bullets li {
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
}

ul.bullets li:last-child {
  margin-bottom: 0;
}

section {
  position: relative;
  padding: 7rem 0;
  clear: both;
  overflow: hidden;
}

@media (max-width:991px) {
  section {
    padding: 7rem 0;
  }
}

table {
  margin-bottom: 6rem;
}

table th {
  background: #006747;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 2rem 0;
  background-clip: padding-box;
}

table th:last-child {
  border: none;
}

table td {
  padding: 3.1rem;
  text-align: left;
  border: 1px solid #f2f4f6;
  font-size: 1.5rem;
}

@media (max-width:991px) {
  table thead {
    float: left;
  }

  table thead th {
    display: block;
  }
}

ol.numbered {
  text-align: left;
  list-style-type: none;
  counter-reset: ol-counter;
  font-size: 1.5rem;
}

ol.numbered li {
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
}

ol.numbered li:last-child {
  margin-bottom: 0;
}

ol.numbered li:before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  font-weight: bold;
  margin-right: 0.5rem;
}

.play {
  position: absolute;
  display: none;
  text-align: center;
  font-size: 1.2rem;
  padding-left: .4rem;
  padding-top: .7rem;
  left: 1rem;
  bottom: 1rem;
  line-height: 1;
  color: #FFF;
}

span.lapis {
  position: absolute;
  background-image: url('../assets/img/lapis.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 5%;
  left: 10%;
}

.productsContainer {
  position: relative;
  margin-top: 4rem;
}

.productsContainer p.sorry {
  font-size: 2rem;
  -webkit-transition: .1s;
  transition: .1s;
  opacity: 0;
  height: 0;
}

.productsContainer p.sorry.active {
  opacity: 1;
  height: auto;
}

.productsContainer .border {
  position: absolute;
  background: #fff;
}

.productsContainer .border.top {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}

.productsContainer .border.bottom {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.productsContainer .border.left {
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
}

.productsContainer .border.right {
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
}

.productList {
  position: relative;
  overflow: hidden;
}

/*
.productList .product {
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 20rem;
  text-align: center;
  border-right: 1px solid #e3e4e5;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  overflow: hidden;
  background-size: 45%;
  cursor: pointer;
}

@media (min-width:460px ){
  .productList .product {
    background-repeat: no-repeat;
    background-position: center 20%;
    height: 24rem !important;
    text-align: center;
    border-right: 1px solid #e3e4e5;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    overflow: hidden;
    background-size: 45%;
    cursor: pointer;
  }
}

@media (min-width:615px ){
  .productList .product {
    background-repeat: no-repeat;
    background-position: center 20%;
    height: 28rem !important;
    text-align: center;
    border-right: 1px solid #e3e4e5;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    overflow: hidden;
    background-size: 45%;
    cursor: pointer;
  }
}

.productList .product .info {
  position: absolute;
  bottom: 0rem;
  left: 0;
}

.productList .product .info * {
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.productList .product .info hr {
  margin: 2rem 15px 0rem;
}

.productList .product p {
  font-size: 1.4rem;
}

.productList .product p.store {
  font-size: 12px;
  text-transform: uppercase;
  color: #006747;
}

.productList .product p.price.sale {
  font-weight: 700;
  font-size: 1.4rem;
  color: #cc3434;
}

.productList .product p.price.sale span {
  color: #000;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: line-through;
  display: block;
}

@media (min-width:992px) {
  .productList .product p.price.sale span {
    display: inline;
  }
}

.productList .product.feature {
  height: 25rem;
  background-size: 70%;
  background-position: center;
}

.productList .product.feature .info {
  top: 30%;
  background-color: #006747;
  color: #fff;
  padding-top: 1.5rem;
  height: auto;
  padding-bottom: 1.5rem;
  bottom: auto;
  width: 41%;
}

.productList .product.feature .info p {
  font-size: 1.5rem;
  line-height: 1.3;
}

.productList .product.feature .info p.store {
  color: rgba(255,255,255,0.6);
  font-size: 1.2rem;
}

.productList .product.feature .info p.price {
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
  margin-top: 2.5rem;
}

.productList .product.feature .info p.price span {
  display: block;
}

.productList .product.feature .info p.price strong {
  font-size: 2.4rem;
}

.productList .product.feature .info.left {
  text-align: left;
}

.productList .product.feature .info.right {
  text-align: right;
  right: 0;
  left: auto;
}

.productList .product.feature hr {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  margin: 0;
}

@media (min-width:768px) {
  .productList .product {
    height: 30rem;
  }

  .productList .product.feature {
    height: 60rem;
  }

  .productList .product.feature:hover .info p.price {
    padding-bottom: 0;
  }
}

@media (min-width:992px) {
  .productList .product {
    height: 30rem;
  }

  .productList .product.feature {
    height: 60rem;
  }

  .productList .product.feature .info {
    top: 30%;
  }

  .productList .product.feature .info p {
    font-size: 2.2rem;
  }

  .productList .product.feature .info p.store {
    font-size: 1.5rem;
  }

  .productList .product.feature .info p.price {
    font-size: 1.6rem;
    margin-top: 1rem;
    padding-bottom: 0;
    color: rgba(255,255,255,0.6);
  }

  .productList .product.feature .info p.price strong {
    font-size: 2.4rem;
    color: #fff;
  }

  .productList .product:hover {
    background-position: center 2rem;
  }

  .productList .product:hover .info p{
    line-height:17px;
  }

  .productList .product:hover .info p.price {
    padding-bottom:49px;
  }

  .productList .product:hover .hover {
    visibility: visible;
  }

  .productList .product:hover .hover .row {
    bottom: 2rem;
  }

  .productList .product:hover hr {
    visibility: hidden;
  }

  .productList .product .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #006747;
    visibility: hidden;
    z-index: 1;
  }

  .productList .product .hover .row {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -2rem;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
  }

  .productList .product .hover .row a {
    margin: 0;
  }
}

@media (max-width:991px) {
  .productList .product .info hr {
    margin-top: 1rem;
  }
}
*/

.discountBannerLg{
  position: absolute;
  width: 9.8rem;
  height: 7rem;
  color: #fff;
  background-image: url(../assets/img/discountBannerLg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: 0;
  top: 2.5rem;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  padding-top: 2.2rem;
  z-index:1;
}

.preview {
  width: 100%;
}

.preview .mainImg {
  border: 1px solid #e3e4e5;
  position: relative;
}
.preview .mainImg {

}
.preview nav {
  overflow: hidden;
  border-right: 1px solid #e3e4e5;
}

.preview nav a {
  border-bottom: 1px solid #e3e4e5;
  border-left: 1px solid #e3e4e5;
  display: block;
  float: left;
  position: relative;
  padding: 0;
}

.preview nav a hr {
  display: none;
  width: 100%;
  margin: 0;
  position: absolute;
  border-color: #006747;
  border-width: 5px;
  bottom: 0;
  left: 0;
}

.preview nav a.active hr {
  display: block;
}

.preview nav a.active:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,103,71,0.4);
}

.productData p {
  color: #848c94;
  font-size: 1.4rem;
}

.productData p.item {
  color: #006747;
  font-size: 1.225rem;
  text-transform: uppercase;
}

.productData p.name {
  color: #000;
  text-transform: uppercase;
  font-size: 3.151rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.productData ul.custom {
  margin-top: 4.5rem;
}

.productData ul.custom p.option {
  font-family: 'oswald';
  text-transform: uppercase;
  font-size: 1.225rem;
  margin-bottom: 1.5rem;
}

.productData ul.custom>li {
  margin-bottom: 2.5rem;
}

.productData ul.custom .input-group {
  border: 1px solid #e3e4e5;
  width: 11rem;
}

.productData ul.custom .input-group .form-control {
  border-left: 1px solid #e3e4e5;
  border-right: 1px solid #e3e4e5;
  height: auto;
  background-color: #f2f4f6;
  color: #848c94;
  text-align: center;
}

.productData ul.custom .input-group .input-group-addon {
  cursor: pointer;
  background: #fff;
  color: #006747;
  font-weight: 600;
}

@media (max-width:991px) {
  .productData ul.custom {
    margin-top: 0;
  }

  .productData ul.custom li.amount {
    margin: 0;
    border: 1px solid #e3e4e5;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }

  .productData ul.custom li.amount p.option {
    float: left;
    width: 50%;
    padding: 0.8rem;
    margin: 0;
    color: #006747;
    line-height: 1;
    padding: 1.4rem 0 0 1rem;
  }

  .productData ul.custom li.amount .input-group {
    float: right;
    width: 50%;
    border-top: none;
    border-bottom: none;
    border-right: none;
  }

  .productData ul.custom li.amount .input-group * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .productData ul.custom .share {
    margin-top: 3.5rem;
  }

  .productData ul.custom .share li {
    width: 16%;
    margin: 0;
    text-align: right;
  }
}

.productData ul.opts li {
  display: inline;
}

.productData ul.opts li input[type=radio] {
  display: none;
}

.productData ul.opts li input[type=radio]:checked+label.content:after {
  color: #fff;
  background-color: #006747;
}

.productData ul.opts li input[type=radio]:checked+label:after {
  border: 2px solid #fff;
  margin-top: -2px;
  margin-left: -2px;
  box-sizing: content-box;
  color: transparent;
  box-shadow: 0 0 0 2px #848c94;
}

.productData ul.opts li input[type=radio]#blue+label:after {
  background-color: rgba(56,75,90,0.7);
}

.productData ul.opts li input[type=radio]#green+label:after {
  background-color: rgba(54,143,115,0.7);
}

.productData ul.opts li input[type=radio]#yellow+label:after {
  background-color: rgba(231,215,83,0.7);
}

.productData ul.opts li input[type=radio]#blue:checked+label:after {
  background-color: #384b5a;
}

.productData ul.opts li input[type=radio]#green:checked+label:after {
  background-color: #368f73;
}

.productData ul.opts li input[type=radio]#yellow:checked+label:after {
  background-color: #e7d753;
}

.productData ul.opts li:hover input[type=radio]#blue+label:after {
  background-color: #384b5a;
}

.productData ul.opts li:hover input[type=radio]#green+label:after {
  background-color: #368f73;
}

.productData ul.opts li:hover input[type=radio]#yellow+label:after {
  background-color: #e7d753;
}

.productData ul.opts li label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  margin-right: 1rem;
  position: relative;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}

.productData ul.opts li label.content:after {
  color: #006747;
}

.productData ul.opts li label:after {
  content: attr(for);
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 10px;
  background-color: #f2f4f6;
  color: transparent;
  border-radius: 50%;
  font-family: 'sourcesans';
  font-weight: 400;
}

.productData p.description {
  font-family: 'sourcesans';
  font-size:1.6rem;
  color:#848c94;
  font-weight:400;
  padding:0 0 2rem 0;
}

.productData .price {
  background-color: #f2f4f6;
  overflow: hidden;
  padding: 1.1rem 2rem;
  display: table;
  margin-bottom: 2rem;
}

.productData .price * {
  display: inline-block;
}
.productData .price .dmprice{
  font-size: 1.7rem;
  display: block;
  text-decoration: line-through;
}
.productData .price .actprice{
  color:#ea3033;
  font-size:2.5rem;
}
.productData .price p {
  font-size: 2.275rem;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}

.productData .aviso p {
  padding:0 0 2rem 0;
  font-weight:200;
  line-height:1.8rem;
}

.productData .store {
  display: table;
  border: 1px solid #e3e4e5;
}

.productData .store p {
  margin-top:1rem;
}

.productData .store a {
  margin-bottom:1rem;
}

.productData .store img {
  width: 10rem;
  margin: 3.8rem 1.5rem;
}

@media (max-width:991px) {
  .productData .store img {
    width: 8rem;
  }
}

.productData .store>div {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #e3e4e5;
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.productData .share {
  margin-top: 1.5rem;
}

.productData .share li {
  font-family: 'oswald';
  cursor: pointer;
  font-size: 1.25rem;
  display: inline-block;
  color: #006747;
  margin-right: 2rem;
}

.productData .share li .likes {
  display: block;
  margin-top: .5rem;
  float: left;
}

.productData .share li i {
  font-size: 2.3rem;
}

.productData .share li i.icon-thumbs-up {
  margin-left: 0.8rem;
}

@media (max-width:767px) {
  .productData select {
    -webkit-appearance: none;
    border: 1px solid #e3e4e5;
    color: #848c94;
    background: transparent;
    font-family: 'sourcesans';
    text-transform: capitalize;
    font-size: 1.2rem;
    height: 39px;
    padding-left: 1rem;
    margin-top: 1.5rem;
    border-radius: 0;
  }
}

@media (max-width:767px){
  .icon-play-o:before {
    content: "D";
    text-shadow: 0px 1px 8px #000000;
  }
}

button.lookdetails {
  background: transparent;
  border: none;
}

button.lookdetails i {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  color: #fff;
  display: block;
  background: rgba(0,0,0,0.5);
  font-size: 2rem;
  line-height: 5rem;
  margin: auto;
  cursor: pointer;
  margin-bottom: 1rem;
}

header nav {
  background-color: #fff;
  margin-top: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav .navbar-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  text-align: left;
  height: 8rem;
}

@media (max-width:991px) {
  header nav .navbar-header {
    margin: 0!important;
    height: 5.6rem;
    -webkit-transition: none;
    transition: none;
  }
}

.logotipo{
  margin: 0;
  padding: 0;
  height: 100%;
  float: left;
}

.logotipo a{
  height: 100%;
  width: 100%;
}

header nav .logo {
  background-image: url('../assets/img/header-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #e3e4e5;
}

.open header nav .logo {
  border-bottom:none;
}

@media (min-width:992px) {
  header nav .logo {
    background-size: 100%;
  }
}

@media (min-width:1200px) {
  header nav .logo {
    background-size: 80%;
  }
}

header nav ul.nav.navbar-right {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #e3e4e5;
}


@media (max-width:375px) {
  header nav .logo {
    /*background-size:50% auto !important;*/
    background-size:50% !important;
  }
}


@media (max-width:991px) {
  header nav ul.nav.navbar-right {
    height: 5.6rem;
    margin: 0;
    background-color: #fff;
  }

  header nav .navbar-header {
    /*background:#006747;*/
  }

  header nav .logo {
    background-size:50%;
  }
}

header nav ul.nav.navbar-right li {
  display: table;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #2a3a4a;
  box-shadow: -1px 0 0 0 #e3e4e5;
}

@media (max-width:991px) {
  header nav ul.nav.navbar-right li {
    font-size: 1.6rem;
    padding: 0;
    border-left: none;
    box-shadow: none;
  }

  header nav ul.nav.navbar-right li#activateMenu {
    position: absolute;
    top: -5.6rem;
    /*right: 0;*/
    left:-16px;
  }
}

header nav ul.nav.navbar-right li a {
  display: table-cell;
  vertical-align: middle;
  color: #848c94;
}

header nav ul.nav.navbar-right li a:hover {
  background-color: inherit;
  color: #006747;
}

@media (min-width:992px) {
  body#home>header .navbar-header {
    height: 12.2rem;
  }

  body#home>header .navbar-header .twitter-typeahead {
    padding-top: 4.4rem;
  }
}

@media (max-width:991px) {
  /*body#home>header .navbar-header {
    height: 7rem!important;
  }*/
  body>header .navbar-header {
    height: 7rem!important;
  }
}

header.menu nav {
  background-color: #006747;
  color: #fff;
}

@media (max-width:991px) {
  header.menu nav {
    position: relative;
  }
}

header.menu nav .languages {
  position: absolute;
  top: 2.7rem;
  left: calc(17%);
  opacity: 0;
}

header.menu nav .languages li a{
  color: #fff;
}

header.menu nav #deactivateMenu.visible-xs-block {
  position: absolute;
  right: 0;
  width: 5.6rem;
  height: 5.6rem;
  text-align: center;
  line-height: 5.6rem;
}

header.menu nav #deactivateMenu.visible-xs-block a {
  color: #fff;
  font-size: 2rem;
}

header.menu nav ul.nav.navbar-right li {
  text-transform: none;
  box-shadow: none;
}

header.menu nav ul.nav.navbar-right li:first-child {
  margin-right: 3rem;
}

header.menu nav ul.nav.navbar-right li i.icon-times {
  font-size: 1.4rem;
  padding: 0 6.5rem 0 5.5rem;
  color: #fff;
}

header.menu nav ul.nav.navbar-right li a.login {
  font-size: 1.6rem;
  color: #fff;
}

header.menu nav ul.nav.navbar-right li a.login i {
  margin-right: 0.9rem;
  font-size: 1.3rem;
}

header.menu nav ul.nav.navbar-right li a.login:hover {
  background-color: inherit;
}

header.menu nav ul.nav.navbar-right li .input-group {
  border: 1px solid #fff;
}

header.menu nav ul.nav.navbar-right li .form-inline {
  height: 100%;
  display: table;
}

header.menu nav ul.nav.navbar-right li .form-inline .form-group {
  display: table-cell;
}

header.menu nav ul.nav.navbar-right li .form-control,header.menu nav ul.nav.navbar-right li .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #fff;
}

header.menu nav ul.nav.navbar-right li .input-group-addon {
  color: #006747;
  padding: 4px 15px 0;
}

header.menu nav ul.nav.navbar-right li .form-control {
  line-height: 1.5;
  font-size: 1.4rem;
  height: 5rem;
  margin-right: 18.5rem;
}

.practical-info {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: left;
  border-top: 1px solid #e3e4e5;
}

@media (max-width:991px) {
  .practical-info>.container {
    width: 100%;
    padding: 0;
  }
}

.practical-info .container>div {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width:991px){
  .practical-info.contact-info .col-md-12{
    border-bottom:0px;
  }
}
.practical-info h3 {
  font-size: 1.8rem;
  padding-bottom: 3rem;
}

.practical-info p {
  color: #848c94;
  font-size: 1.6rem;
  line-height: 1.65;
}

.practical-info p.phone {
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width:991px) {
  .practical-info p.phone {
    display: block;
    padding: 1.2rem 0;
    border: 1px solid #2e353b;
    max-width: 75rem;
    margin: auto 15px;
    border-bottom: 0;
  }

  .practical-info p.phone:last-of-type {
    border-bottom: 1px solid #2e353b;
  }
}

.practical-info a {
  display: block;
  font-size: 1.6rem;
  color: #006747;
  padding-top: 2rem;
}

@media (max-width:991px) {
  .practical-info {
    text-align: center;
    background-color: #24292e;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .practical-info .container>div {
    border-bottom: 1px solid #2e353b;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #storeSummary .practical-info,
  #storeSummary .links,
  #storeSummary .intitutional 
  {
    position: relative;
    z-index:30;
  }
  .practical-info h3 {
    color: #fff;
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .practical-info a {
    text-transform: uppercase;
    font-family: 'oswald';
  }
}

footer.links {
  height: 31rem;
  position: relative;
  padding-top: 4.5rem;
}

@media (max-width:991px) {
  footer.links {
    height: auto;
    padding-top: 0;
  }
}

footer.links ul {
  font-size: 1.8rem;
  line-height: 4rem;
}

footer.links ul.socialFooter {
  text-align:center;
}

footer.links ul a {
  color: #949da6;
}

footer.links ul.categories {
  font-size: 3rem;
}

footer.links ul.categories a {
  color: #fff;
}

footer.links ul.categories li {
  margin-bottom: 1.7rem;
}

footer.links .contact {
  font-size: 1.6rem;
  border-top: none;
}

footer.links .contact a {
  color: #006747;
}

@media (max-width:991px) {
  footer.links .contact {
    text-align: center;
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  footer.links .contact label {
    color: #fff;
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 3rem;
  }

  footer.links .contact .social-network li {
    margin: 0!important;
  }
}

footer.links .contact li {
  display: inline-block;
}

footer.links ul.socialFooter li {
  display:block;
  float:left;
  max-width:26px;
  margin:0 10px;
}

footer.links ul.socialFooter li svg {
  width:100%;
  height:auto;
  display:block;
  position:absolute;
}

footer.links ul.socialFooter li path {
  fill:#006747;
}


footer.links .contact>div {
  margin-bottom: 3rem;
}

@media (max-width:991px) {
  
  footer.links .contact .social-network li {
    margin: 10px!important;
  }

  footer.links .contact>div {
    margin-bottom: 0;
    padding: 3.5rem 0;
  }

   footer.links ul.socialFooter li {
    display:inline-block;
    float:none;
    max-width:26px;
  }


}

footer.links .contact>div:last-child {
  margin-bottom: 0;
}

footer.links .contact label {
  letter-spacing: 0.1em;
  padding-bottom: 0;
  padding-left: 0;
}

footer.intitutional {
  line-height: 7.5rem;
  height: 7.5rem;
  position: relative;
  border-top: 1px solid #2e353b;
  font-size: 1.3rem;
  overflow: hidden;
}

footer.intitutional a {
  color: #848c94;
  display: inline-block;
}

@media (max-width:991px) {
  footer.intitutional {
    height: auto;
    line-height: inherit;
    border-top: 0;
    font-family: 'oswald';
    text-transform: uppercase;
  }

  footer.intitutional .container {
    width: 100%;
  }

  footer.intitutional .col-sm-12 {
    display: block;
    text-align: center;
    float: none;
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
  }

  footer.intitutional .col-sm-12.col-md-6 {
    padding: 0;
    border: 0;
  }

  footer.intitutional .col-sm-12.pull-right {
    float: none!important;
    padding: 3rem 0;
  }
}

footer.intitutional .termos {
  padding: 4rem 0;
  width: 100%;
  border-top: 1px solid #2e353b;
}

@media (max-width:767px) {
  footer.intitutional .termos {
    border-bottom: 1px solid #2e353b;
    padding: 3rem 0;
  }
}

@media (min-width:992px) {
  footer.intitutional .termos {
    margin-left: 2rem;
    padding: 0;
    border: none;
    width: auto;
  }
}

footer.intitutional a.logo {
  background-repeat: no-repeat;
  height: 7.5rem;
  padding: 0;
  margin-right: 15px;
  background-size: contain;
  background-position: left center;
}

@media (max-width:991px) {
  footer.intitutional a.logo {
    display: block;
    width: 100%;
    background-position: center;
    height: 3rem;
    float: none;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0;
    padding: 5.5rem 0;
    background-size: 15rem;
  }
}

footer.intitutional a.logo.bh-shopping {
  background-image: url('../assets/img/logo-fundo-verde.svg');
}

@media (max-width:991px) {
  footer.intitutional a.logo.bh-shopping {
    border-top: 1px solid #2e353b;
  }
}

footer.intitutional a.logo.multiplan {
  background-image: url('../assets/img/logo-multiplan-white.png');
  background-size: contain;
  background-position: right center;
  width: 12.7rem;
  margin-left: 1rem;
  float: right;
}

@media (max-width:991px) {
  footer.intitutional a.logo.multiplan {
    width: 100%;
    background-position: center;
    height: 5rem;
    float: none;
    background-size: 11rem;
    margin: 0;
    padding: 2.5rem 0;
  }
}

footer.intitutional .languages {
  overflow: hidden;
  margin-top: 3rem;
}

footer.intitutional .languages+div {
  padding: 0;
}

@media (max-width:991px) {
  footer.intitutional .languages {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 3rem 0;
  }

  footer.intitutional .languages li {
    float: none;
    padding-left: 2rem;
  }
}

.languages {
  display: inline-block;
  height: 100%;
}

.languages li {
  line-height: 1;
  color: #949da6;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  margin-right: 2.3rem;
  padding: 0;
  cursor: pointer;
  float: left;
  font-family: 'oswald';
  font-weight: 200;
}

.languages li:first-child {
  color: #006747;
  padding-left: 0;
}

.languages li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.languages li img {
  margin-right: 1rem;
  width: 2.3rem;
  vertical-align: bottom;
}

.languages i {
  margin-right: 1rem;
  font-size: 2rem;
}

@media (max-width:991px) {
  .languages {
    text-transform: uppercase;
    font-family: 'oswald';
    border-top: 1px solid #2e353b;
  }

  .languages i {
    display: none;
  }

  .languages li {
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.social-network {
  overflow: hidden;
  /*padding-top: 2rem;*/
  clear:left;
}

.social-network label {
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 3rem !important;
  margin-bottom: 0;
}

.social-network .social-footer{
  margin-top:3rem;
  padding-bottom: 1rem !important;
}

.social-network ul {
  display: block;
  text-align: center;
}

.social-network li {
  float: left;
  height: 4rem;
  font-size: 2.4rem;
  color: #006747;
}

@media (max-width:991px) {
  .social-network label {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .social-network li {
    text-align: center;
  }
}

p.cinemaBadge {
  display: inline-block;
  font-size: 1.2rem;
  color: #e3e4e5;
  border: 1px solid;
  padding: 0 .4rem;
  margin: 0 .3rem;
  border-radius: 2px;
}

p.cinemaBadge.dublado {
  border-color: #36996e;
}

p.cinemaBadge.nacional {
  border-color: #fff;
}

p.cinemaBadge.legendado {
  border-color: #367ac2;
}

p.cinemaBadge.imax {
  border-color: #da8354;
}

p.cinemaBadge.vip {
  border-color: #7f8183;
}

p.cinemaBadge.threeD {
  border-color: #da284e;
}

.cinemaAbout {
  padding-bottom: 0;
  background-color: #f2f4f6;
  padding: 5rem 0 7.5rem;
}

.cinemaAbout h4 {
  font-size: 1.925rem;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}

.cinemaAbout p {
  color: #848c94;
  font-size: 1.4rem;
}

.cinemaAbout .about p {
  margin-bottom: 2.5rem;
}

.cinemaAbout .about p:last-child {
  margin: 0;
}

.cinemaAbout .workingDays p:last-child {
  margin-top: 2rem;
}

@media (max-width:767px) {
  .cinemaAbout {
    background-color: #fff;
    padding: 4rem 0;
  }

  .cinemaAbout h4 {
    margin: 1rem 0;
  }
}

.listage p {
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #848c94;
}

.listage p.title {
  color: #000;
  font-size: 2.7rem;
  margin: 2.5rem 0 1rem;
  display: inline-block;
}

.listage p.title:hover {
  color: #006747;
}

@media (max-width:991px) {
  .listage p.title {
    font-size: 2.2rem;
    margin: 1rem 0 0.4rem;
  }
}

.listage .links {
  margin-top: 2rem;
}

.listage .links a {
  display: inline;
  margin-left: 1.4rem;
}

.listage .links a:first-child {
  margin-left: 0;
}

@media (max-width:991px) {
  .listage .links a {
    font-size: 1.6rem;
    display: block;
    margin: 0;
  }

  .listage .links a:first-child {
    margin-bottom: 1.1rem;
  }
}

.listage .links a i {
  font-size: 2rem;
  margin-right: 0.5rem;
}

.listage .links a i.icon-external-link {
  font-size: 1.7rem;
}

@media (max-width:991px) {
  .listage .links {
    margin-top: 0.8rem;
  }
}

.twoColumnsList li {
  padding-bottom: 6rem;
  padding-top: 0rem;
}

@media (max-width:991px) {
  .twoColumnsList li {
    padding-bottom: 4rem;
    margin-top: 2rem;
  }

  .twoColumnsList li:last-child hr {
    display: none!important;
  }
}

.twoColumnsList ul h2 {
  text-align: center;
  margin-bottom: 5.5rem;
}

.sidebar {
  border-right: 1px dotted #e3e4e5;
  padding-right: 3rem;
  /*position: absolute;*/
  top: 1px;
  width: 270px;
}

.sidebar.sidebar-fixed {
  /*top: 83px;
  width: 270px;*/
}

@media (max-width:991px) {
  .sidebar {
    border-right: none;
  }
}

@media (min-width:992px) {
  .sidebar .form-group {
    margin-bottom: 5rem;
  }
}

.sidebar h5 {
  font-size: 2.4rem;
  text-align: left;
}

.sidebar ul.category span {
  font-size: .8em;
}

.sidebar ul.category li {
  color: #848c94;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
}

.sidebar ul.category li:first-of-type {
  margin-top: 2.2rem;
}

.sidebar ul.category li.active {
  color: #006747;
  font-weight: 600;
}

.sidebar ul.category li.active:after {
  font-family: 'multiplan';
  content: 'g';
  font-size: 0.8rem;
  margin-left: 2rem;
}

.sidebar label {
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1rem;
  line-height: 1;
}

.sidebar label input[type='checkbox'] {
  float: right;
  position: relative;
  -webkit-appearance: none;
  background: white;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #005d40;
}

.sidebar label input[type='checkbox']:checked:after {
  font-family: 'multiplan';
  content: 'y';
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 1.5rem;
  color: #006747;
}

.establishment .accordion,
.sidebar .accordion,
.sidebar .accordionNew {
  margin-bottom: 3rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (max-width:1008px) {
  .establishment .accordion, .sidebar .accordion, .sidebar .accordionNew {
    overflow: auto;
  }
}
.establishment .accordion {
  padding:0;
  transition: none;
  height:0;
  margin:0 !important;
  max-height: inherit !important;
  transition: none;
  overflow:hidden !important;
}

.establishment .accordion > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.establishment .accordion p {
  font-size:1.6rem;
}

.sidebar .accordion.active,
.sidebar .accordionNew.active {
  max-height: 100rem;
  margin-top: 20px;
}

@media (max-width:991px) {
  .sidebar {
    position: relative;
    padding-right: 0;
    margin-left: -1.5rem;
    width: 100%;
  }

  .sidebar .btn {
    float: right;
  }
}

@media (max-width:767px) {
  .sidebar {
    width: 100%;
    margin: 0;
  }
}

.establishment {
  border: 1px solid #e3e4e5;
  min-height: 13.5rem;
  margin-bottom: 4rem;
  padding: 2.5rem 0.5rem;
  position: relative;
  overflow: hidden;
}

.establishment .lapis {
  top: 0.5rem;
  right: -4rem;
  left: inherit;
}

.establishment p {
  font-size: 1.5rem;
}

.establishment h4,
.establishment span{
  color: #2a3a4a;
  text-transform: uppercase;
}

.establishment .accordion p span {
  text-transform: capitalize !important;
}

.establishment .data{
  color: #848c94;
  /*clear:left;*/
}


.establishment a span{
  display: none;
}

.establishment .arrowUp{
  background: url('../assets/icons/arrow-up-small.png')bottom left no-repeat;
  cursor: pointer;
  min-height: 35px;
}

.establishment .arrowDown{
  background: url('../assets/icons/arrow-down-small.png')bottom left no-repeat;
  cursor: pointer;
  min-height: 35px;
}

.establishment .open{
  height: 100%;
}

.establishment .up{
  display: none;
}

.establishment p.name {
  display: inline;
  position: relative;
  font-size: 3rem;
}

.establishment a.go-to {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url('../assets/img/pixel-transparente.png');
}

.establishment .details {
  display: none;
}

.establishment figure {   
  float:left;   
  margin:0;   
  padding:0;    
  max-width:100px;   
}   
.establishment figure img {   
  width:100%;   
  height:100%;    
}   
.establishment .text {    
  float:left;   
  width:calc(100% - 110px);    
  padding:0 0 0 10px;   
}

.address-modal-show #endereco {
  opacity: 1;
  display: block;
}
/* Work Us */

.workUs .dataAccordion{
  position: absolute;
  top:1.5rem;
  right:0rem;
}
.workUs .dataAccordion a{

}
section.storeSummary.workUs .main .establishment:after{

}
/*
@media (max-width:992px) {
  section.storeSummary.workUs .arrowDown,
  section.storeSummary.workUs .arrowUp{
    display: none;
  }
  section.storeSummary.workUs .establishment.active .data.accordion{
    min-height:35rem;
    max-height: 45rem;
  }
  section.storeSummary.workUs .establishment.active .data>div,section.storeSummary.workUs .establishment.active .data{
    padding-left:0%;
  }
}*/



#endereco {
  position: fixed;
  background-color: rgba(0,0,0,0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

#endereco .bg-white {
  margin: 15vh 0;
  position: relative;
}

@media (max-height:900px) {
  #endereco .bg-white {
    margin: 50px 0;
  }
}

#endereco .container {
  padding: 90px 0;
}

#endereco.in {
  opacity: 1;
  display: block;
}

#endereco .modal-body {
  background: #fff;
  margin: 7rem 0 0 0;
  padding: 6rem 0;
}

#endereco .modal-body h2 {
  margin-bottom: 3rem;
}

#endereco .modal-body .input-group {
  border: 1px solid #e3e4e5;
  margin: 1rem 0;
}

#endereco i.icon-times {
  color: white;
  position: absolute;
  top: 6rem;
  right: 3rem;
  font-size: 3rem;
  background: #006747;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  cursor: pointer;
}

.trailerModal .modal-body {
  margin-top: 5rem;
  background: #000;
  text-align: center;
  padding: 8rem 0;
}

.trailerModal i.icon-times {
  color: white;
  position: absolute;
  top: 6rem;
  right: 6rem;
  font-size: 3rem;
  background: #006747;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  cursor: pointer;
}

.accordion button,
.accordionNew button {
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.accordion button:before,
.accordionNew button:before {
  content: 'h';
  font-family: 'multiplan';
  float: right;
  margin-right: 0.5rem;
}

.accordion button.collapsed:before,
.accordionNew button.collapsed:before {
  content: 'a';
}

.accordion [id^='heading'],
.accordionNew [id^='heading'] {
  border-top: 1px solid #e3e4e5;
}

.accordion [id^='heading']:last-of-type,
.accordionNew [id^='heading']:last-of-type {
  border-bottom: 1px solid #e3e4e5;
}

.accordion [id^='heading'] h4,
.accordionNew [id^='heading'] h4 {
  font-size: 1.5rem;
  padding: 0.7rem 0;
}


/* -----------------------------------------------
Banner secund�rio
----------------------------------------------- */

section.ad .container {
	color:#fff;
}

section.ad p {
	font-size:1.8rem;
	position:relative;
	z-index:1;
}

section.ad h3 {
	position:relative;
	z-index:1;
}

@media (max-width:991px) {
	section.ad .container {
		padding:5.5rem 0;
		height:285px;
	}
	section.ad p {
		margin-top:0;
	}
	section.ad h3 {
		margin-bottom:5.8rem;
		margin-top:0.5rem;
		font-size:3.6rem;
	}
}

@media (min-width:992px) {
	section.ad .container {
		padding:8rem 0;
		height:546px;
	}
	section.ad p {
		margin-top:12rem;
	}
	section.ad h3 {
		margin-bottom:12rem;
		margin-top:2rem;
		font-size:5.5rem;
	}
}

.youtubeplayer {
	width:100%;
	height:100%;
	margin-left:0px;
	z-index:5;
}

/* -----------------------------------------------
Fim Banner secund�rio
----------------------------------------------- */


html[data-useragent*='Trident/7.0'] .youtubeplayer,
html[data-useragent*='MSIE 10.0'] .youtubeplayer,
html[data-useragent*='MSIE 9.0'] .youtubeplayer{
  margin-left: 0;
}

.bgtransp{
  z-index: 1;
  background: url('../assets/img/bg-transp.png');
  position: absolute;
  width: 100%;
  height: 100%;
}

section.article.main {
  overflow: visible;
}

@media (max-width:767px) {
  section.article.main {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

section.article.main .mainImg {
  margin-bottom: 0rem;
  margin-top: -12rem;
  width: 100%;
}

@media (max-width:991px) {
  section.article.main .mainImg {
    margin-top: -9rem;
  }
}

section.article.main ol,section.article.main ul,section.article.main table {
  margin-bottom: 3.1rem;
}

section.article.main p {
  text-align: left;
  font-size: 1.575rem;
  margin-bottom: 3.1rem;
  line-height: 1.6;
}

section.article.main p.subtitle {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-top: 5rem;
}

section.article.main figure {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 3.2rem;
}

section.article.main .hero.article p {
  text-align: center;
}

section.article.main .articleCarousel {
  position: relative;
  margin-bottom: 6.2rem;
}

section.article.main .articleCarousel .controls {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: calc(-38px);
}
section.article.main.curriculo {
  padding-bottom: 0;
}

.form-inside{
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #292c2e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top:12rem;
  margin-top:8rem;
  height:60rem;
}
.form-inside:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
#contato.form-inside{
  position: relative;
  -webkit-transition: initial;
  transition: initial;
  -webkit-transition: initial;
  background-color: #292c2e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding:12rem 0 8rem;
  height:auto;
  margin: 0 0 6rem 0;
  z-index: 0;
}
@media (max-width:991px){
  #contato.form-inside{
    /*height: 70rem;*/
  }
}


#contato.form-inside.trabalhe {
  padding-top: 0rem;
  height:auto;
  margin-top: 5rem;
  background-color:#272727 !important;
}

#contato.form-inside.trabalhe .bggray {
  background-color:#272727 !important;
}

#contato.form-inside.trabalhe img.preloader {
  opacity:0;
  float:left;
  width:45px;
  margin:20px 0 0 15px;
  transition:all 400ms ease;
}

section.form-inside.trabalhe h2 {
  margin-bottom:4rem;
}

section.form-inside.trabalhe textarea {
  height:8rem;
}

section.form-inside.trabalhe span.counter {
  color:#fff;
  display:block;
  padding:3px 0 10px 0;
  text-align:left;
}

#contato.form-inside.trabalhe .form-control.small {
  height: 4rem;
  line-height:4rem;
}

#contato.form-inside.trabalhe .file {
  position:relative;
  height: 4rem;
  line-height:4rem;
  border:2px solid #fff;
  cursor:pointer;
}

#contato.form-inside.trabalhe .file.error {
  border:2px solid #fd4d61;
}

#contato.form-inside.trabalhe .file input {
  width:100%;
  display:block;
  position:absolute;
  z-index:1;
  top:0;
  opacity:0;
  cursor:pointer;
}

#contato.form-inside.trabalhe .file .label {
  position:absolute;
  z-index:0;
  width:100%;
  height: 3.8rem;
  line-height:4rem;
  left:0;
  top:0;
  padding:0;
  overflow:hidden;
}

#contato.form-inside.trabalhe .file .label span {
  display:block;
  float:left;
  width:calc(100% - 5rem);
  text-transform:uppercase;
  height: 4rem;
  text-align:left;
  padding:0 0 0 10px;
  text-transform:uppercase;
  font-size:1.2rem;
  overflow:hidden;
}

#contato.form-inside.trabalhe .file .label img {
  display:block;
  float:right;
}
#formcontact{
  overflow:hidden;
  display:block;
}
section.form-inside.trabalhe .select,
#formcontact .select {
  position:relative;
  width:100%;
  height:4rem;
  background:#fff;
  text-align:left;
}

section.form-inside.trabalhe .select input[type="text"],
#formcontact .select input[type="text"] {
  visibility:hidden;
  height:0px !important;
  padding:0 !important;
  margin:0 !important;
}

section.form-inside.trabalhe .select a.arrow,
#formcontact .select a.arrow {
  display:block;
  width:100%;
  height:3.8rem;
  line-height:3.8rem;
  padding:0 0 0 10px;
  top:0;
  color:#555
}

section.form-inside.trabalhe .select a.arrow.closed,
#formcontact .select a.arrow.closed {
  background:url(../assets/img/arrow-selec-form.png) no-repeat right -6px;
}
section.form-inside.trabalhe .select a.arrow.opened,
#formcontact .select a.arrow.opened {
  background:url(../assets/img/arrow-selec-form.png) no-repeat right -46px;
}

section.form-inside.trabalhe .select .options,
#formcontact .select .options {
  background:#fff;
  position:absolute;
  width:100%;
  z-index:1;
  box-shadow:3px 5px 5px rgba(0,0,0,0.3);
  height:0;
  overflow:auto;
}

section.form-inside.trabalhe .select .options ul li,
#formcontact .select .options ul li {
  background:rgba(0,0,0,0.05);
  transition:all 400ms ease;
  margin:1px 0 0 0;
  cursor:pointer;
}

section.form-inside.trabalhe .select .options ul li a,
#formcontact .select .options ul li a {
  padding:10px;
  display:block;
  width:100%;
  color:#000;
}

section.form-inside.trabalhe .select .options ul li:hover,
#formcontact .select .options ul li:hover {
  background:rgba(0,0,0,0.15);
}

section.form-inside.trabalhe .select .options ul li.marcado,
#formcontact .select .options ul li.marcado {
  background:#006747;
  color:#fff;
}

section.form-inside.trabalhe .select .options ul li.desmarcado,
section.form-inside.trabalhe .select .options ul li.marcado,
#formcontact .select .options ul li.desmarcado,
#formcontact .select .options ul li.marcado {
  padding:10px;
  position:relative;
}

section.form-inside.trabalhe .select .options ul li.desmarcado input,
section.form-inside.trabalhe .select .options ul li.marcado input,
#formcontact .select .options ul li.desmarcado input,
#formcontact .select .options ul li.marcado input {
  position:absolute;
  top: -10px;
  height:-10px;
  opacity:0;
}

section.form-inside.trabalhe .select .options ul li input[type="checkbox"],
#formcontact .select .options ul li input[type="checkbox"]{
  display:inline-block;
  width:13px;
  height:13px;
  vertical-align:middle;
  margin:0 5px 0 0;
}

section.form-inside.trabalhe .select .options ul li span,
#formcontact .select .options ul li span {
  position:relative;
  top:1px
}

section.form-inside.trabalhe .error input[type="text"],
section.form-inside.trabalhe .error input[type="email"],
section.form-inside.trabalhe .error textarea,
section.form-inside.trabalhe .select.error,
#formcontact .select.error {
  box-shadow:0 0 1px 1px #fd4d61;
}

#contato.form-inside.trabalhe .tooltip {
  background:#fd4d61;
  top:-20px;
  height:20px;
  opacity:0;
  display:none;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  line-height:22px;
  padding:0 15px;
  color:#fff;
  z-index:0;
  margin-left:-2px;
  transition:all 400ms ease;
}

#contato.form-inside.trabalhe .error .tooltip {
  opacity:1;
  display:block;
}


.tourVirtual .container {position: relative; z-index: 10;}
#contato.form-inside:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 0;
}

/*#horarios {padding:200px 0 0 0}*/

.form-news:before{
  /*   background-image: url('../assets/img/bg-news.png'); */
}
.form-contact:before{
  /* background-image: url('../assets/img/bg-contact.png'); */
}
.form-contact .sucess{
  font-size:1.8rem;
}
.form-contact h3{
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width:550px) {
  .errors .icon{
    margin-top:2rem;
  }
}
.form-news h3{
  font-size:2.4rem;
}
.rtecenter {
    text-align: center !important;
}
.rtejustify {
    text-align: justify !important;
}
.rteright {
    text-align: right !important;
}
.rteleft {
    text-align: left !important;
}
section.form-inside .form{
  margin-top:3.7em;
}
section.form-inside .input-group{
  margin-bottom:10px;
}
section.form-inside .spaceInput{
  margin-bottom:30px;
}
section.infoLocalMap.form-inside .input-group{
  background-color:#fff;
  position: relative;
}
section.form-inside .btnSend{
  margin:2.2rem 0;
}
section.form-inside h2{
  font-size:3.6rem;
}
section.form-inside p.msgInfo{
  padding-top:4rem;
}
section.article.main .video {
  margin-bottom: 3.2rem;
}
section.form-news p.text-lg{
  margin-bottom: 2rem;
}

#msgncontact div.msgInfo {
  text-align:center !important;
}

#msgncontact div.msgInfo p {
  text-align:center !important;
}

#msgncontact div.msgInfo a {
  float:none !important;
}

#msgncontact div.msgInfo .status {
  float:none;
  margin:0 0 0 25%;
  padding:3rem 0 2rem 0;
}

#msgncontact div.msgInfo .status .icon img {
  margin:5px 0 0 0;
  max-width:100%;
}

.underline{
  border-bottom: 4px solid #006747;
  color: #006747;
  width: 35% !important;
}

#msgncontact.curriculo .errors a {
  margin-left:-88px;
}

#msgncontact.curriculo .errors,
#msgncontact.curriculo .sucess {
  display:none;
}

#msgncontact.curriculo h3 {margin-top:10px; margin-bottom:15px;}
#msgncontact.curriculo ul {padding:0 0 0 17px}
#msgncontact.curriculo ul li {list-style-type:disc; line-height:1.5rem; padding:0 0 10px 0;}

@media (max-width:1200px) {
  .underline{
    width:100%!important;
  }
}
@media (max-width:992px) {



  #msgncontact div.msgInfo .status .icon img {
    margin:5px 0 10px 0;
    max-width:100%;
  }


  #msgncontact div.msgInfo a {
    margin-top: 1.5rem;
  }

}

@media (min-width:992px) {
  section.form-news .border-left-md{
    border-left:1px solid #848c94;
  }
}
@media (max-width:992px) {

  section.form-inside .form{
    margin-top:2.5rem;
  }
  section.form-news p.text-lg {
    margin-bottom: 1rem;
  }
  section.form-news .border-top-xs{
    border-top:1px solid #848c94;
  }
  section.form-inside{
    padding-top:6rem;
    height: auto;
    overflow: visible;
  }
}
section.form-news .bxNews{
  padding:2rem 0rem;
  margin-top:3rem;
}
section.privacyPolicy h3{
  font-size:2rem;
  margin-bottom: 2rem;
}
section.privacyPolicy p{
  color:#848c94;
}
section.privacyPolicy p a{
  display:inline-block;
}
#contact section.practical-info.contact-info{
  margin-top:10rem;
  background-color: #f2f4f6;
  border-top:0px;
  padding-top:3rem;
}
section.practical-info.contact-info .col-sm-10{
  border-bottom:0px;
  padding-top:0px;
}
section.practical-info.contact-info h3{
  font-size: 2.2rem;
}
@media (max-width:992px) {
  section.practical-info.contact-info h3{ 
    color:#333;
    margin-top:3rem !important;
  }
}
#horarios h4{
  font-size: 2.2rem;
  margin-bottom: 15px;
}
section.categoryFacilities{
  margin-top:0;
}
section.categoryFacilities .typeFacility{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width:100%;
  height:27rem;
}
section.categoryFacilities .typeFacility img {
  width:100%;
}
/*section.categoryFacilities .typeFacility.facAccessibility{
  background-image: url('../assets/img/accessibility.png');
}
section.categoryFacilities .typeFacility.facComfort{
  background-image: url('../assets/img/comfort.png');
}
section.categoryFacilities .typeFacility.facFamily{
  background-image: url('../assets/img/family.png');
}
section.categoryFacilities .typeFacility.facPracticality{
  background-image: url('../assets/img/practicality.png');
}*/

section.categoryFacilities .typeFacility a {
  display:block;
  width:100%;
  height:100%;
}


section.categoryFacilities .ltFacility li p{
  font-size:1.5rem;
}

section.categoryFacilities .ltFacility h3 a,
section.categoryFacilities .ltFacility li p a {
  color:#fff;
}

@media (max-width:992px) {
  section.form-inside.categoryFacilities{
    padding-top:4rem;
  }
  section.categoryFacilities .typeFacility{
    width: 14rem;
    height: 14rem;
    margin:auto;
  }
  section.categoryFacilities .ltFacility li{
    min-height: 27rem;
    width: 36rem;   
  }
  section.categoryFacilities .ltFacility li p{
    font-size:1.5rem;
  }
}
@media (max-width:765px) {
  section.form-inside.categoryFacilities{
    padding-top:1rem;
  }
  section.categoryFacilities .typeFacility{
    width: 14rem;
    height: 14rem;
    margin:auto;
  }
  section.categoryFacilities .ltFacility li{
    min-height: 27rem;
    width: 35rem;   
  }
  section.categoryFacilities .ltFacility li p{
    font-size:1.4rem;
  }
}
@media (max-width:745px) {
  section.form-inside.categoryFacilities{
    padding-top:1rem;
  }
  section.categoryFacilities .typeFacility{
    display: none;
  }
  section.categoryFacilities .ltFacility li{
    min-height: 8rem;
    width: 100%;
    border-bottom:1px solid #848c94;
    padding:1rem 0 2rem 0;
  }
  section.categoryFacilities .ltFacility li:last-child{
    border:none;
  }
  section.categoryFacilities .ltFacility li p{
    font-size:1.7rem;
  }
}
section.facilities{
  margin-bottom:2rem;
}
section.facilities .sectionTitle{
  margin-bottom:5rem;
}
section.facilities h3{
  font-size: 2rem;
  line-height: 4.5rem;
}
section.facilities p{
  font-size:1.575rem;
  line-height: 1.8;
}
section.facilities p a{
  display: inline-block;
  text-decoration: underline;
}
section.hero.bg-innerpage{
  height:33rem;
  padding-top:10rem;
}
section.innerPageInfo {
  padding-top:0;
}
section.innerPageInfo h3{
  font-size: 2rem;
  line-height: 4.5rem;
}

section.innerPageIntro {
  padding:100px 0 0 0;
}

section.innerPageShopping {
  padding:0;
}

section.innerPageShopping h3 {
  font-size: 3.8rem;
  font-weight:200;
  padding:0 0 2rem 0;
}

section.innerPageShopping p {
  text-align:center !important;
  padding:10px 0 !important;
}

section.innerPageShopping p a {
  display:inline-block;
  padding:0 40px;
  height:46px;
  line-height:46px;
  border:2px solid #000;
  color:#000;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
  margin:0 0 140px 0;
}
section.innerPageShopping .btn-green{
  margin-bottom: 2rem;
}

section.not-found p{
  color:#848c94;
  font-size:2.1rem;
  margin-top:4rem;
}
section.infoLocalShopping h2{
  font-size:3.9rem;
  margin-bottom: 3rem;
}
section.infoLocalMap,
section.infoLocalMap.infoLocalMapPt{
  height: auto;
}
.bggray {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    opacity: 0.4; 
    top:0; 
    background-size:cover;
}
.bgrevista {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    opacity: 0.7; 
    top:0; 
    background-size:cover;
    margin: 0 0 0 -15px;
}
.bggreen {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    opacity: 0.4; 
    top:0; 
    background-size:cover;
}
section.infoLocalMap .form-group{
  margin-bottom: 5rem;
}
section.infoLocalMap.article.main p{
  text-align: center;
  margin-bottom: 9.8rem;
}
section.infoLocalMap.article.main h2.sectionTitle{
  margin-bottom:3rem;
}
section.infoLocalMap #mapa {
  height: 58rem;
}
section.infoLocalMap label{
  font-weight: normal;
}

section.infoLocalTransports .bus {
  padding:0 0 2rem 0;
}

section.infoLocalTransports .ltTransport li{
  line-height: 2.0rem;
  font-size:1.575rem;
  float:left;
  width:34%;
  margin:0 13% 0 0; 
  padding:0.7rem 0;
}
@media (max-width:670px) {
  section.infoLocalTransports .ltTransport li.col-xs-12{
    width:100%;
  }
}

section.infoLocalMap .getLocation{
  background-image: url('../assets/img/ico-pin.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  float: right;
  margin-right: 6px;
  margin-top: 4px;
}
section.infoContactTourist a{
  padding-top:0;

}
section.infoLocalMap #map-canvas{
  display: block;
  height: 60rem;
}
section.infoLocalMap .mapRouter table{
  width:100%;
  clear:left;
}
section.infoLocalMap .mapRouter table.adp-directions{
  background-color:#fff;
}
section.infoLocalMap .mapRouter .adp-summary{
  background-color:#fff;
}
section.infoLocalMap #directions-panel{
  border:1px solid #cdcdcd;
  background-color:#fff;
}
section.infoLocalMap table#adp-placemark,section.infoLocalMap .adp-directions{
  margin-bottom:0;
}
section.infoLocalMap table#adp-placemark td,section.infoLocalMap table.adp-placemark td{
  padding:1rem;
}

section.infoLocalMap .controls{
  margin: 0;
  padding: 0 1rem;
  outline: 0;
  border: 0;
  list-style-type: none;
  list-style: none; 
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333333;
  height:4rem;
}


@media (max-width:991px) {
  .practical-info .container .col-xs-12 {
    border-bottom: 1px solid #2e353b;
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
  }

}
@media (max-width:991px) {
  .practical-info.contact-info .container .col-xs-12{
    border-bottom: 0px;
    padding-top:0px;
  }
}
section.article.main .video .embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  background-image: url('../assets/img/article-video.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}

section.article.main .video .embed p.description {
  color: #fff;
  font-size: 1.925rem;
  margin-left: 3rem;
}

section.article.main .video .embed .play {
  top: 50%;
  left: 50%;
  line-height: 1em;
  cursor: pointer;
  padding: 0;
  font-size: 6.5rem;
  margin-left: -30px;
  margin-top: -39px;
}

@media (min-width:992px) {
  section.article.main .video .embed .play {
    font-size: 10rem;
    margin-top: -60px;
    margin-left: -50px;
  }
}

section.article.main .video .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

section.article.main .social-network label {
  text-align: center;
  margin-bottom: 1.5rem;
}

section.article.main .social-network ul {
  text-align: center;
}

section.article.main .social-network li {
  float: none;
  display: inline-block;
  text-align: center;
  margin-left: 2.5rem;
}

section.article.main .social-network li:first-child {
  margin-left: 0rem;
}

section.article.main .container.table {
  white-space: nowrap;
}

section.article.main .container.table {
  white-space: nowrap;
}

section.infoComplex h2{
  font-size:3.9rem;
  margin-bottom: 3rem;
}

section.infoComplex p {
  color:#333;
  font-size: 1.575rem;
  line-height: 1.8;

}

section.infoComplex small {
  color:#848c94;
  font-size:1.3rem;
  display: block;
  text-align: left;
  font-style: italic;
}

section.tourVirtual {
  background-color:#008d61;
  height: 250px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  position: relative;
}

section.tourVirtual h2{
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

section.tourVirtual a {
  font-family: "sourcesans";
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 35px;
  color: #fff;
  border: 2px solid #fff;

}

section.tourVirtual .container a{
  padding:0 2rem;
}

section.timeline h2{
  font-size:4.8rem;
  font-weight:200;
  margin-bottom: 5rem;
}

section.timeline ul {
  padding: 60px 0;
  background: 
    url('../assets/img/bg-square-timeline.jpg') no-repeat center top,
    url('../assets/img/bg-square-timeline.jpg') no-repeat center bottom,
    url('../assets/img/bg-linha-data-timeline.jpg') repeat-y center top;
}

section.timeline ul li {
  clear: both;
  padding: 27px 0;
  position: relative;
  margin-top: 120px;
  -webkit-transition: all 800ms ease-in;
  -moz-transition: all 800ms ease-in;
  -ms-transition: all 800ms ease-in;
  -o-transition: all 800ms ease-in;
  transition: all 800ms ease-in;
}
section.timeline ul li.show {
  margin-top: 0;
}

section.timeline ul li strong {
  display: block;
  text-transform: uppercase;
  font-family: 'oswald';
  font-size: 2rem;
  /*padding: 0 0 30px 0;*/
  font-weight: 400;
  /*min-height: 6rem;*/
}
section.timeline ul li p {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  padding: 30px 0 15px;
}

section.timeline ul li .year {
  position: relative;
  height: 9px;
  width: 100%;
  top: 62px;
}

@media(min-width: 992px){
  section.timeline ul li .year {
    position: absolute;
  }
}

section.timeline ul li div.year span {
  display: block;
  border: 2px solid #000;
  height: 42px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  position: absolute;
  top: -14px;
  background: #fff;
  font-size: 3rem;
  font-weight: 300;
}

section.timeline ul li div.wrapContent {
  opacity: 0;
}

section.timeline ul li div.img img {width: 100% !important; height: auto !important}

section.timeline ul li.left {float: left;}
section.timeline ul li.left div.wrapContent {text-align: right; float:left;}
section.timeline ul li.left div.year {
  background: 
    url('../assets/img/bg-square-data-timeline.jpg') no-repeat left center,
    url('../assets/img/bg-linha-data-timeline.jpg') repeat-x left center;
}
section.timeline ul li.left div.year span {right: -60px;}

section.timeline ul li.right {float: right;}
section.timeline ul li.right div.wrapContent {text-align: left; float:right;}
section.timeline ul li.right div.year {
  background: 
    url('../assets/img/bg-square-data-timeline.jpg') no-repeat right center,
    url('../assets/img/bg-linha-data-timeline.jpg') repeat-x left center;
}
section.timeline ul li.right div.year span {left: -60px;}

section.timeline ul li.clear {clear: both;}

@media (max-width:767px) {

  section.timeline ul {background:none;}

  section.timeline ul li.left div.wrapContent {text-align: left; float:left;}
  section.timeline ul li.right div.wrapContent {text-align: left; float:left;}

  section.timeline ul li.left div.year {
    background: 
      url('../assets/img/bg-square-data-timeline.jpg') no-repeat left center,
      url('../assets/img/bg-linha-data-timeline.jpg') repeat-x left center;
  }
  section.timeline ul li.right div.year {
    background: 
      url('../assets/img/bg-square-data-timeline.jpg') no-repeat left center,
      url('../assets/img/bg-linha-data-timeline.jpg') repeat-x left center;
  }

  section.timeline ul li.left div.year span {right: 0;}
  section.timeline ul li.right div.year span {right: 0; left:inherit;}

  section.timeline ul li div.year {top: 72px !important;position:absolute;}

  section.timeline ul li strong {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
    min-width: 55rem;
  }

  /* 
   section.timeline ul li.left div.year span {right: 0 !important;}
   section.timeline ul li.right div.year span {left: 0 !important;}
 
   section.timeline ul li div.year {top: 72px !important;}
   
   section.timeline ul li div.wrapContent {text-align:left;}
 
   section.timeline ul li div.year {
     background: 
       url('../assets/img/bg-square-data-timeline.jpg') no-repeat left center,
       url('../assets/img/bg-linha-data-timeline.jpg') repeat-x left center;
   }
   
   section.timeline ul li div.year span {right: 0;}
 
   section.timeline ul li strong {
     font-size: 1.6rem;
     padding: 0 0 60px 0;
   }
 
   section.timeline ul li.right {float: left;}
  */

}

@media(max-width:480px){
  section.timeline ul li strong {
    min-width: 17rem;
  }
}

@media(max-width:992px){
  .align-timeline{
    margin-top: 5rem;
  }

  .timeline-title{
    position: relative;
    bottom: 0;
  }

  .timeline-text{
    margin: 3rem 0 0 0;
  }

  .timeline-title strong{
    position: absolute;
    bottom: 0;
    min-width: 27rem;
  }
  section.timeline ul li p{
    padding:0 0 15px;
  }
}

@media(min-width: 992px){
  .align-timeline{
    margin-top: 3rem;
  }

  .timeline-title{
    position: relative;
    bottom: 0;
  }

  .timeline-text{
    margin: 3rem 0 0 0;
  }

  .timeline-title strong{
    position: absolute;
    bottom: 0;
    min-width: 47rem;
  }
  section.timeline ul li p{
    padding:0 0 15px;
  }
}

@media only screen and (min-width:992px) and (max-width: 1200px){
  .timeline-title strong{
    min-width: 36rem !important;
  }
}

@media only screen and (min-width:1021px) and (max-width: 1280px){
  .timeline-title strong{
    min-width: 45rem;
  }
}

@media (min-width:992px) {
  section.article.main .mainImg {
    margin-bottom: 4.6rem;
    margin-top: -17rem;
  }

  section.article.main p {
    line-height: 1.8;
  }

  section.article.main p.subtitle {
    font-weight: 700;
  }

  section.article.main .social-network label {
    margin-bottom: 3rem;
  }

  section.article.main .container.table {
    white-space: normal;
  }
}

@media (max-width:992px) {
  section.article.main .mobile-vt-container {
    box-shadow: inset -15px 0 20px -8px rgba(0,0,0,0.2);
  }

  .establishment .mobile-padding{
    padding:0;
  }
  .establishment .data{
    clear:left;
    margin-bottom: 2rem;
  }

  section.article.main .mobile-vt {
    position: relative;
    margin-bottom: 1px;
  }

  section.article.main .mobile-vt thead {
    display: block;
    width: 35%;
    background-color: #003424;
  }

  section.article.main .mobile-vt thead tr {
    display: block;
  }

  section.article.main .mobile-vt thead th {
    font-size: 1.5rem;
  }

  section.article.main .mobile-vt thead th:last-child {
    border-bottom: 1px solid #003424;
  }

  section.article.main .mobile-vt tbody {
    position: absolute;
    top: 0;
    left: 0;
    right: -15px;
    margin-left: 35%;
    padding-right: 15px;
    width: 65%;
    overflow: auto;
    box-sizing: content-box;
  }

  section.article.main .mobile-vt tbody td {
    padding: 1rem;
    font-size: 1.375rem;
    white-space: normal;
    min-width: 180px;
    max-height: 61px;
    color: #667581;
    border-color: #d5d5d5;
  }
}

section.article.main .article-share-links {
  float: none;
  margin: 0 auto;
}

section.article.main .article-share-links .share-icons-list {
  margin-bottom: 0;
}

section.cinema {
  background-color: #24292e;
  color: #fff;
}

@media (max-width:767px) {
  section.cinema {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

/* Inicio Catologo Cinema - Home */
section.cinema .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/img/cinema-session-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  opacity: .2;
  z-index: 0;
  pointer-events: none;
}

section.cinema h2 {
  margin-bottom: 7rem;
  font-weight: 200;
}

@media (max-width:991px) {
  section.cinema h2 {
    margin-bottom: 4rem;
  }
}


section.cinema .moviesContainer {
  overflow: hidden;
}

section.cinema .moviesContainer>ul {
  position: relative;
  white-space: nowrap;
}

section.cinema .moviesContainer>ul>li {
  white-space: normal;
}

@media (max-width:991px) {
  section.cinema .movie-info h5 {
    font-size: 2.5rem;
    margin-top: 0;
  }
}
section.cinema .image {
  position: relative;
  display: inline-block;
}

section.cinema .image a.trailer {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding-left: .4rem;
  padding-top: .7rem;
  left: 1rem;
  bottom: 1rem;
  line-height: 1;
  color: #FFF;
  font-size: 4rem;
  cursor: pointer;
}

section.cinema img {
  float: left;
  margin: 0 1.6rem;
  cursor: pointer;
}

@media (max-width:991px) {
  section.cinema img {
    float: none;
    margin: 0 auto;
    height: 19rem;
  }
}

section.cinema>a {
  margin-top: 7rem;
}

@media (max-width:767px) {
  section.cinema>a {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

@media (max-width:991px) {
  section.cinema .btn {
    border: none;
    color: #006747;
    margin-top: 0;
  }
}

section.cinema .details {
  width: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0rem 5rem 0 3.4rem;
}

@media (max-width:991px) {
  section.cinema .details {
    padding: 3rem 0 0;
    width: 70%;
    margin: 2rem auto;
  }
}

@media (min-width:992px) {
  section.cinema .details {
    display: none;
  }
}

@media (max-width:767px) {
  section.cinema .details {
    padding: 0;
    width: 90%;
    margin: 2rem auto;
  }
}

section.cinema .movie-info {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background-clip: padding-box;
  clear: both;
  overflow: hidden;
}

section.cinema .movie-info p {
  font-size: 1.6rem;
}

section.cinema .movie-info p.closeMovie {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

section.cinema .movie-info p.closeMovie:after {
  font-family: multiplan;
  content: "g";
  font-size: 10px;
  padding-left: 1.3rem;
}


section.cinema .movie-info p.plot {
  color: #e3e4e5;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.cinema .movie-info h5 {
  font-size: 2.5rem;
  margin: 1rem 0;
  line-height: 1.25;
  margin-bottom: 2rem;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.cinema .movie-info a {
  font-size: 1.4rem;
  margin: 1rem .8rem;
  color:#00cd8d;
}

@media (min-width:480px) {
  section.cinema .movie-info a {
    font-size: 1.6rem;
  }
}

section.cinema .movie-info i {
  font-size: 1.3rem;
  margin-right: .3rem;
}

@media (max-width:767px) {
  section.cinema .movie-info {
    border: none;
  }
}

section.cinema .sessions-info>p span {
  font-size: 1.5rem;
}

section.cinema .sessions-info>p span:before {
  font-family: FontAwesome;
  content: "\f017";
  padding: 0 0.3rem;
}

section.cinema .sessions-info a {
  font-size: 1.6rem;
  color: #00cd8d;
  margin-top: 1rem;
}

section.cinema .sessions-info .right {
  float: right;
}

section.cinema .sessions-info ul {
  display: table;
}

section.cinema .sessions-info ul li {
  display: table-cell;
  position: relative;
  width:25%;
}

section.cinema li.session {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.1);
  vertical-align: top;
  padding: 1rem;
  text-align: center;
  position:relative;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.cinema li.session .comprar {
  padding: 1.5rem 0.6rem;
  border: 1px solid rgba(255,255,255,0);
  position:relative;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.cinema li.session:hover {
  background:#006747
}

section.cinema li.session:hover .comprar {
  border: 1px solid rgba(255,255,255,1);
  text-align: center;
}

section.cinema li.session .third {
  bottom: 1.5rem;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform:uppercase;
  font-weight:700;
  opacity:0;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.cinema li.session:hover .third {
  opacity:1;
}

section.cinema li.session .secondary {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

section.cinema li.session:hover .secondary {
  opacity:0;
}

section.cinema .sessions-info a.fancybox-pop {
  padding:0 !important;
  margin:0 !important;
  color:#fff;
}
/*
section.cinema .sessions-info a.fancybox-pop {
  position:absolute;
  z-index:2;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
}
*/

.fancy-ingresso{
  font-size: 16px;
}



/*
section.cinema li.session>a:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
*/

section.cinema li.session:last-child {
  margin-right: 0rem;
}

section.cinema li.session p.main {
  display: block;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 0.7rem;
}

section.cinema li.session .secondary {
  text-align: center;
}

section.cinema li.movie {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  min-height: 46rem;
  /*-webkit-transition: margin .3s linear,width .4s linear;*/
  transition:all 600ms ease;
}


@media (max-width:991px) {
  section.cinema li.movie {
    margin: 0 2rem;
    min-height: 0;
  }
}

@media (min-width:992px) {
  section.cinema li.movie .visible-md {
    display: block!important;
  }
}

section.cinema li.movie .movie-links li {
  float: left;
  margin-right: 2.4rem;
}

section.cinema li.movie .movie-links li:last-child {
  margin-right: 0;
}

section.cinema li.movie .movie-links li a {
  color: white;
  cursor: pointer;
}

section.cinema li.movie .movie-links li .detalhes-link span {
  position: relative;
}

section.cinema li.movie .movie-links li i {
  position: relative;
  margin-right: 5px;
}

section.cinema li.movie .movie-links li i.icon-plus {
  font-size: 10px;
}

section.cinema li.movie .room {
  opacity: 0.7;
}

@media (min-width:768px) {
  section.cinema li.movie.detailed {
    position: relative;
    width: 90rem;
    margin: 0 10rem;
    min-height: 46rem;

  }

  section.cinema li.movie.detailed .details {
    display: block;
    opacity: 1;
    width: 75%;
    margin-left: 280px;
    position: absolute;
    top: 0;
    left: 0;
    transition:all 600ms ease;
  }
}

@media (max-width:991px) {
  section.cinema li.movie.mobile-detailed {
    z-index: 1;
  }

  section.cinema li.movie.mobile-detailed .details {
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }

  section.cinema li.movie.mobile-detailed .movie-info {
    border-bottom: none;
  }

  section.cinema li.movie.mobile-detailed .more.text-left {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
}
section.cinema .sessions-info {
  position: relative;
  padding-top: 2rem;
}

section.cinema .sessions-info>p {
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0 1.1rem;
}


.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

/*/ Fim Catalogo Cinema - Home */


section.cinemaCatalog {
  padding-top: 4rem;
  float: left;
  width: 100%;
}

section.cinemaCatalog h2 {
  margin-bottom: 4rem;
}

@media (min-width:768px) {
  section.cinemaCatalog {
    padding-top: 0;
  }
}

section.cinemaCatalog li.movie {

  width: 100%;
  overflow: hidden;
  position: relative;
}

section.cinemaCatalog li.movie {
  content: "";
  top: 0;
  left: 0;
  position: relative;
  z-index:1;
}
section.cinemaCatalog li.movie .contentMovie{
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index:0;
  width: 100%;
  height: 100%;
  position:absolute;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;

}
section.cinemaCatalog li.movie{
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
section.cinemaCatalog li.movie:hover {
  background-color: #24292e;

}
section.cinemaCatalog li.movie:hover .contentMovie{
  opacity: 0.2;

}
section.cinemaCatalog li.movie .container{
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}
section.cinemaCatalog li.movie:first-child {
  margin-top: 0;
}

section.cinemaCatalog li.movie:last-child {
  margin-bottom: 0;
}

section.cinemaCatalog li.movie p {
  color: #848c94;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

section.cinemaCatalog li.movie p.cinemaBadge {
  color: #848c94;
  font-size: 1rem;
  margin: 0 0.1rem;
}

section.cinemaCatalog li.movie h5 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #2a3a49;
  margin-bottom: 4rem;
  display: inline-block;
}

section.cinemaCatalog li.movie h5:hover {
  color: #006747;
}

section.cinemaCatalog li.movie ul.links {
  margin: 1rem 0 3rem;
  font-size: 1.6rem;
}

section.cinemaCatalog li.movie ul.links li {
  display: inline-block;
  margin: 0 1.5rem;
}

section.cinemaCatalog li.movie ul.links li:first-child {
  margin-left: 0;
}

section.cinemaCatalog li.movie ul.links li:last-child {
  margin-right: 0;
}

section.cinemaCatalog li.movie ul.links li i {
  margin-right: 0.5rem;
  top: 3px;
  position: relative;
}

section.cinemaCatalog li.movie ul.links li i.icon-plus {
  font-size: 1.2rem;
  top: 0;
}

@media (max-width:767px) {
  section.cinemaCatalog li.movie ul.links {
    margin: 1rem 0 0;
    text-align: center;
  }

  section.cinemaCatalog li.movie ul.links li {
    margin: 0 0.5rem;
  }

  section.cinemaCatalog li.movie ul.links li i {
    margin-right: 0.1rem;
  }
}

section.cinemaCatalog li.movie ul.schedule {
  border-bottom: 1px solid #e3e4e5;
  padding: 1.5rem 0 1rem;
  overflow: hidden;
}

section.cinemaCatalog li.movie ul.schedule:last-child {
  border: none;
}

section.cinemaCatalog li.movie ul.schedule li.time {
  display: inline;
  font-size: 1.75rem;
  color: #006747;
  letter-spacing: 0.05em;
  margin: 0 1.6rem 0 0;
}

section.cinemaCatalog li.movie ul.schedule li.time a {
  display: inline;
}

section.cinemaCatalog li.movie ul.schedule li.time:first-of-type {
  margin-left: 0;
}

section.cinemaCatalog li.movie ul.schedule li.time:last-of-type {
  margin-right: 0;
}

section.cinemaCatalog li.movie ul.schedule div.sala {
  margin: 0 0 0 5px;
  top:2px;
  position: relative;
  opacity:0;
  display:inline-block;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.cinemaCatalog li.movie ul.schedule:hover div.sala {
  opacity:1
}
section.cinemaCatalog li.movie:hover .times{
  color: #848c94;
}
@media (min-width:992px) {
  section.cinemaCatalog li.movie:hover {
    color: #848c94;
  }

  section.cinemaCatalog li.movie:hover a {
    color: #fff;
  }

  section.cinemaCatalog li.movie:hover a:hover {
    color: #848c94;
  }

  section.cinemaCatalog li.movie:hover h5 {
    color: #fff;
  }

  section.cinemaCatalog li.movie:hover h5:hover {
    color: #848c94;
  }

  section.cinemaCatalog li.movie:hover:before {
    opacity: 1;
  }

  section.cinemaCatalog li.movie:hover ul.schedule {
    background-clip: padding-box;
    border-color: rgba(127,129,131,0.22);
  }

  section.cinemaCatalog li.movie:hover ul.schedule li {
    display: inline;
  }

  section.cinemaCatalog li.movie:hover ul.schedule li a {
    color: #fff;
  }

  section.cinemaCatalog li.movie:hover ul.schedule li a:hover {
    color: #848c94!important;
  }
}

@media (max-width:767px) {
  section.cinemaCatalog li.movie {
    text-align: center;
    padding: 3.5rem 0;
  }

  section.cinemaCatalog li.movie .row.visible-xs-block {
    position: relative;
  }

  section.cinemaCatalog li.movie h5 {
    margin: 0.5rem auto 2.2rem;
    font-size: 2.4rem;
  }

  section.cinemaCatalog li.movie p.font-light {
    margin-top: 2rem;
  }

  section.cinemaCatalog li.movie .play {
    left: 25%;
    font-size: 6rem;
    bottom: 0;
    padding: 0;
  }
}

section.cinemaSoon {
  position:relative;
}

section.cinemaSoon:not(.magazine) ul {
  margin-top: 5rem;
}

section.cinemaSoon:not(.magazine) li p.title {
  font-size: 1.925rem;
  letter-spacing: 0.05em;
  margin: 0.8rem 0 1.2rem;
  cursor: pointer;
}

section.cinemaSoon:not(.magazine) li p.title:hover {
  color: #006747;
}

section.cinemaSoon:not(.magazine) li a.img {
  margin-bottom: 2.1rem;
}

section.cinemaSoon:not(.magazine) li a.img:hover~p.title {
  color: #006747;
}

section.cinemaSoon:not(.magazine) li:not(.img) {
  font-size: 1.6rem;
}

section.cinemaSoon:not(.magazine) li:not(.img) i {
  vertical-align: text-bottom;
}

section.cinemaSoon ul.slick-slider {
  position:static !important;
}

section.cinemaSoon button {
  display:block;
  position:absolute;
  background-color:rgba(0,0,0,0.15);
  background-image:url('../assets/img/arrows.png');
  z-index:1;
  border:0;
  top: 40%;
  height: 70px;
  font-size: 1.3rem;
  padding: 2rem 1rem;
  opacity: 1;
  width: 50px;
  text-shadow: none;
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent:-99999px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

section.cinemaSoon button.slick-prev {
  left:0;
  background-position:left center;
}

section.cinemaSoon button.slick-next {
  right:13px;
  background-position:right center;
}

section.cinemaSoon button:hover {
  background-color:#006747
}

/* TEATRO */

section.teatroCatalog ul {float:none; margin:0 auto;}

section.teatroCatalog li.list {padding:0 0 7rem 0}
section.teatroCatalog li.list div.category {text-transform:uppercase; color:#848c94; font-size:1.4rem; font-family:'oswald'; font-weight:300;}
section.teatroCatalog li.list div.title {text-transform:uppercase; font-size:2.8rem; font-family:'oswald'; font-weight:400; padding:5px 0 3rem 0}
section.teatroCatalog li.list div.title a {color:#2a3a49;}
section.teatroCatalog li.list img {width:100%; height:auto;}
section.teatroCatalog li.list p.description {font-size:1.4rem; color:#848c94; padding:0 0 15px 0; font-family:"sourcesans"}

section.teatroCatalog li.actions {display:inline-block; margin:0 35px 0 0}
section.teatroCatalog li.actions a {font-size:1.6rem; line-height:1.42857rem; font-weight:400; font-family:"sourcesans"; display:block;}
section.teatroCatalog li.actions a i {margin-right:0.5rem; position:relative;}
section.teatroCatalog li.actions a i.icon-usd {top:3px;}
section.teatroCatalog li.actions a i.icon-plus {font-size:1.2rem;}

section.teatroCatalog li.list div.details {padding:20px 0 0 0;}
section.teatroCatalog li.list div.details p {font-size:14px; font-family:"sourcesans"}
section.teatroCatalog li.list div.details p strong {font-family:'oswald'; font-size:20px; color:#2a3a4a; font-weight:400}

section.teatroCatalog li.actions a {color:#006747;}

@media (max-width:992px) {

  section.teatroCatalog {margin:0; padding:0}

}
@media (max-width:680px) {

  section.teatroCatalog {margin:7rem 0 0 0; padding:0}
  section.teatroCatalog li.list div.title {font-size:2.4rem; padding:5px 0 2rem 0}
  section.teatroCatalog li.list p.description {padding-top:20px}

}

/* GASTRONOMIA */

section.gastronomy {
  background-color: #fff;
}

section.gastronomy .container {
  position: relative;
  overflow: hidden;
}

section.gastronomy p {
  font-size: 1.5rem;
}

section.gastronomy ul {
  margin-top: 3.5rem;
  overflow: hidden;
}

section.gastronomy li {
  position: relative;
  margin-left: 0;
}

section.gastronomy li a {
  color: #000;
}

section.gastronomy li a h5 {
  font-size: 2.4rem;
}

@media (max-width:767px) {
  section.gastronomy li a h5 {
    font-size: 2rem;
  }
}

section.gastronomy li a:first-child {
  position: relative;
  margin: 3.6rem auto;
  border-radius: 50%;
}

section.gastronomy li a:first-child img {
  width: 100%;
  border-radius:100%;
}

section.gastronomy li .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 42% 0;
  color: #fff;
  border-radius: 50%;
  z-index:1;
}

section.gastronomy li:hover .hover {

  background-color: rgba(0,103,71,0.9);
  opacity: 1;

  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-transition: .15s;
  transition: .15s;
}

section.gastronomy li a:first-child span {
  color: white;
  position: absolute;
  text-transform: uppercase;
  border: 2px solid #fff;
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  opacity: 0;
  z-index: 2;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-transition: .15s;
  transition: .15s;
}

@media (min-width:1200px) {
  section.gastronomy li:hover~a {
    color: #006747;
  }

  section.gastronomy li:hover a {
    color: #006747;
  }

  section.gastronomy li:hover a:first-child:after {
    opacity: 1;
  }

  section.gastronomy li:hover a span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1.0;
  }
}


.carrossel-lojas ul.slick-dots{
  display: none !important;
}

section.gastronomy #gastronomySwiper {
  position: absolute;
  z-index: 5;
}

section.happenings .happening>a {
  margin: 1.5rem 0 0;
}

.dicas-conteudo img {
  max-width:100%;
  height:auto !important;
}

.dicas-conteudo a{
  display: initial;
}

section.equipemedica h2 {
  padding-bottom:35px;
}

section.equipemedica li {
  list-style-type:none;
}

section.equipemedica li a {
  display:block;
  padding:0 10px;
}

section.equipemedica li img {
  width:100%;
  height:auto !important;
}

section.equipemedica li h3 {
  font-size:2rem;
  color:#000;
  text-align:left;
}


section.equipemedica li p {
  color:#333;
  text-align:left;
}

@media (max-width:1024px){
  section.equipemedica li h3 {
    font-size:1.5rem;
  }
}

section.equipemedica .carousel-control.left,
section.equipemedica .carousel-control.right {top:9rem}

@media (max-width:382px){
  section.happenings .happening p.title, section.facilities .itemFacility p.title,section.happenings .happening>a, section.happenings p{
    margin-left:0.5rem;
    margin-right:0.5rem;
  }
}
section.happenings .happening a.pic:hover~a.title p.title {
  color: #006747;
}

section.happenings .happening p.title,section.facilities .itemFacility p.title {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  color: #000;
}


section.happenings .happening p.title:hover {
  color: #006747;
}

section.happenings .happening .social li {
  font-size: 2rem;
  width: 25%;
  display: inline-block;
}

section.happenings .controls {
  position: absolute;
  top: 7.5rem;
  width: 100%;
}

@media (min-width:992px) {
  section.happenings .controls {
    top: 40%;
  }
}

section.happenings .sectionSubtitle {
  display: inline-block;
  margin-bottom: 4rem;
  padding: 0 1.5rem;
  border-right: 1px solid #e3e4e5;
}

section.happenings .sectionSubtitle:first-child {
  /*border-right: 1px solid #e3e4e5;*/
}

section.happenings .sectionSubtitle:last-child {
  border: none;
}


@media (min-width:992px) {
  section.happenings .sectionSubtitle {
    margin-bottom: 6rem;
  }
}

section.happenings .social-network li {
  margin-right: 1rem;
}

section.hero {
  position: relative;
  padding: 7rem 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #008d61;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}

section.hero.ajustePadding{
  padding:20px 0;
}

section.hero.centromedico {
  background:#008d61 !important;
}
section.hero.centromedico h1 {
  color:#fff !important;
}

@media (max-width:991px) {
  section.hero {
    margin-top:84px;
    padding: 4rem 0;
  }
}

@media (max-width:767px) {
  section.hero {
    margin-top:0;
    padding: 2rem 0;
  }
}

section.hero p,section.hero h3,section.hero a {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

section.hero .strip {
  height: 4rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 1;
}

section.hero .strip a img {
  height: 20px;
  margin-top: 10px;
}

@media (max-width:991px) {
  section.hero .strip a img {
    height: 17px;
    margin-top: 13px;
    margin-right: -5px;
  }
}

section.hero h1 {
  color: #fff;
  text-align: left;
  font-size: 5.2rem;
  letter-spacing: 0.03em;
}
section.hero h1 span{
  /*display: block;*/
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 2.7rem;
}

div.iconPisos {
  clear:both;
  float:left;
  font-family:'oswald';
  text-transform:uppercase;
  padding:10px 0 0 0;
}

div.iconPisos img {margin:0 10px 0 0; vertical-align:middle;}


@media (max-width:991px) {
  section.hero h1 {
    font-size: 3rem;
  }
}

section.hero .btn {
  /*margin: 3rem 0;*/
  padding: 1.5rem 3rem;
}
section.hero.ajustePadding h1{margin-bottom: 0;}
section.hero.ajustePadding .btn{
  margin-top: 20px;
}


@media (max-width:768px){
  section.hero.ajustePadding .btn{
    margin-top: 7px;
  }
}


@media (max-width:991px) {
  section.hero .hero-button {
    position: absolute;
    top: 3rem;
    right: 2rem;
    padding: .6rem 1rem;
  }

  section.hero .hero-button i {
    margin: 0;
    font-size: 1.4rem;
  }
}

section.hero>i {
  position: absolute;
  top: 3rem;
  right: 3rem;
  background: #006747;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  line-height: 5rem;
  visibility: hidden;
  z-index: 2;
}

section.hero .balloon {
  position: absolute;
  top: 5rem;
  left: 56rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

section.hero .balloon:hover {
  opacity: 1;
}

section.hero svg {
  position: absolute;
  left: 56.2rem;
  top: 5.4rem;
  z-index: 2;
}

section.hero.home {
  background: url('../assets/img/loading.gif') center center no-repeat;
  background-size: 50px 50px !important;
  position: relative;
  padding: 0;
  margin: 0;
  height: 700px;
}

section.hero.home .swiper-slide {
  height: 700px;
  color: #fff;
  width: 100%;
  background-size: auto 100%;
  background-position: center center;
  white-space: normal;
  position: relative;
  background-repeat:no-repeat;
}

section.hero.home .swiper-slide .lazy{
  height: 700px;
  color: #fff;
  width: 100%;
  background-size: auto 100%;
  background-position: center center;
  white-space: normal;
  position: relative;
  background-repeat:no-repeat;
}

section.hero.home .swiper-slide.centro .banner-text {
  text-align:center;
  float:none;
  width:100%;
}

section.hero.home div.swiper-slide.direita a.btn-default,
section.hero.home div.swiper-slide.esquerda a.btn-default,
section.hero.home div.swiper-slide.centro a.btn-default {
  position:relative;
}

.lkglob {display: block; position: absolute; width: 100%; height: 100%; top: 0; z-index: 2;}
section.hero.home .swiper-slide.centro .padding0 {margin: 0 auto; float: none; text-align: center;}
section.hero.home .swiper-slide.direita .padding0 {float: right; text-align: right;}
section.hero.home .swiper-slide.esquerda .padding0 {float: left; text-align: left;}


section.hero.home .swiper-slide.mothers {
  background-image: url('../assets/img/home-hero-maes.jpg');
  background-position: center right;
}

section.hero.home .swiper-slide.terracota {
  background-image: url('../assets/img/home-hero-china.jpg');
}



.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide img{
  opacity:0;
}
.swiper-slide .container{
  padding-top:7.5rem;
}
.swiper-pagination{
  bottom:0;
  top:9px;
  left:50%;
  transform:translateX(-50%) !important;
}

.swiper-pagination span{
  border-radius: 0;
  border: none;
  background: #FFF;
  width: 5rem;
  height: 0.4rem;
  margin: 0 .5rem;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.swiper-pagination span.swiper-pagination-bullet-active{
  border: none;
  background: #006747;
  width: 5rem;
}
.strip > .container > a{
  float:right;
}

@media (max-width:1680px) {
  section.hero.home {
    height: 70rem;
  }
  section.hero.home .swiper-slide{
    height: 70rem;
  }
}

@media (max-width:1024px) {
  section.hero.home {
    height: 60rem;
  }
  section.hero.home .swiper-slide{
    height: 60rem;
  }
  section.hero.home .swiper-slide .height100{
    height:100%;
  }
}

@media (max-width:991px) {

  section.hero.home {
    position: relative;
    padding: 0;
    margin: 84px 0 0 0;
    background: url('../assets/img/loading.gif') center center no-repeat;
    background-size: 50px 50px !important;
  }

  section.hero.home .swiper-slide,
  section.hero.home .swiper-slide .lazy {
    text-align:center !important;
  }
  section.hero.home .swiper-slide .container{
    padding-top: 4rem;
  }

  section.hero.home .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.01);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0.01)),color-stop(100%,rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#000000',GradientType=0);
  }
  .swiper-pagination span{
    border-radius: 0;
    border: none;
    background: #FFF;
    width: 3rem;
    height: 0.4rem;
    margin: 0 .5rem;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  }
  .swiper-pagination span.swiper-pagination-bullet-active{
    border: none;
    background: #006747;
    width: 3rem;
  }
}
@media (max-width:740px) {

  section.hero.home {
    margin:0;
  }
}
@media(max-width:480px){
  .swiper-pagination{
    display:none;
  }
}

@media (max-width:420px) {
  section.hero.home {
    height: 29rem;
  }
  section.hero.home .swiper-slide {
    height: 29rem;
  }
}

section.hero.home h2 {
  font-size: 7rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 2rem;
}

section.hero.home div.swiper-slide a.btn-default {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  font-family: 'oswald';
  margin: 3rem 0 0 0;
  padding: 1.5rem 3rem;
  position:absolute;
}

section.hero.home div.swiper-slide a.btn-default:hover {
  background: #fff;
  color:#333
}

.btn-banner{
  z-index: 2;
}

@media (max-width:991px) {
  section.hero.home h2 {
    font-size: 2.5rem!important;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .banner-text {
    margin-top:8rem;
    padding: 0 40px;
    width:60%;
  }

  .banner-text a, .banner-text a:hover, .banner-text a.bloco {
     padding: 0 0 2rem 0;
  }

  
}


@media(min-width:1024px) and (max-width:1024px){
    
  .banner-text {
    margin-top:10rem;
    padding: 0 40px;
    width:60%;
  }

  section.hero.home div.swiper-slide a.btn-default {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    font-family: 'oswald';
    margin: 0;
    padding: 1.5rem 3rem;
    position: inherit;
  }
  section.hero.home p {
    font-size: 1.8rem;
    display: block;
  }

}

section.hero.home p {
  font-size: 1.8rem;
  display: block;
}

section.hero.home p.mall {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  margin: 0;
}


@media (max-width:991px) {
  section.hero.home p {
    font-size: 1.6rem;
  }

  section.hero.home div.swiper-slide a.btn-default{
    position: relative;
    margin: 0;
    padding: 1rem 1.5rem;
  }

  section.hero.home p.display-none {
    display: block;
  }

  section.hero.home p.mall {
    display: block;
    font-size: 1.8rem;
  }
}

@media (max-width:680px) {

  .banner-text {
    margin-top:6rem;
    padding: 0 40px;
    width:60%;
  }

}

@media (max-width:500px) {

  .banner-text {
    margin-top:3.6rem;
    padding: 0 40px;
    width:90%;
  }

}

@media (max-width:991px) {
  section.hero.home .btn {
    font-size: 1.8rem;
    margin-top: 3rem;
    border-width: 1px;
  }
}

section.hero.article {
  overflow: hidden;
  padding: 3.7rem 0 7rem;
  text-align: center;
  color: #fff;
}

section.hero.article img {
  margin: auto;
}

section.hero.article h1 {
  font-size: 3rem;
  margin: 1.8rem 0 1.5rem;
  text-align: center;
}

section.hero.article p {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

section.hero.article .subText p:first-child {
  margin-bottom: 0.5rem;
}

section.hero.article .row.img {
  margin-top: 1rem;
}

@media (min-width:992px) {
  section.hero.article {
    padding: 7rem 0 13.5rem;
  }

  section.hero.article p {
    font-size: 2rem;
  }

  section.hero.article h1 {
    font-size: 4.2rem;
    margin: 3rem 0 2.5rem;
  }

  section.hero.article .subText>p {
    display: inline;
  }


}

section.hero.expand {
  padding: 12rem 0;
  background-color: #f2f4f6;
}

section.hero.expand:before {
  opacity: 1;
}

section.hero.expand i {
  visibility: visible;
}

section.hero.expand p,section.hero.expand h1,section.hero.expand a {
  opacity: 0;
}

section.hero.expand svg a {
  opacity: 1;
}


section.hero.expand svg {
  cursor: pointer;
}

section.hero.expand svg:hover+.balloon {
  opacity: 1;
}

.padding-mobile{
  padding-top: 2rem;
}

section.justifiedList {
  padding-bottom: 0;
  width: 100%!important;
  background: #fff;
  z-index: 1;
  padding: 1rem 0 0;
  background-color: #fff;
}

section.justifiedList.mapFilter {
  padding:7rem 0 0 0;
  position:relative;
}

#PisoSelecao { background: #FFF; }

body#mapa .practical-info{
	display:none;
}

#Mapas { position: relative; left: 0; top: 0; /*height: 700px;*/ height:1400px; }
body.app section.mapa #Mapas { height:835px; }

/*.mapa-piso { position: absolute; width: 100%; height: 600px; }*/
.mapa-piso { position: absolute; width: 100%; height: 100%; }
.mapa-svg-wrap { width: 100%; height: 100%; position: relative;}


.wrap-controles {
  background:#006747;
  position:absolute;
  top:0;
  left:0;
  margin:10px;
  z-index:1;
  border-radius:10px;
  border:3px solid #fff;
  padding:5px 6px;
}
.wrap-controles button {
  width:26px;
  height:26px;
  display:inline-block;
  background:#fff;
  border-radius:5px;
  border:0;
  margin:0 2px;
  line-height:26px;
  font-weight:bold;
  font-size:24px;
  color:#006747;
}

.wrap-controles button.reset {
  background:#fff url('../assets/img/ico-pin-controles.png');
  text-indent:-99999px
}

section.justifiedList.mapaMenu {
  position:relative;
  z-index:2;
  padding:2rem 0 0 0;
  border-bottom:1px solid #e8e8e8;
}

@media(max-width:991px) and (min-width:768px){
  section.justifiedList.mapaMenu {
    padding:8rem 0 0 0;
  }
}

section.justifiedList.mapaMenu > .container{
	border:none;
}

div#mapa_wrap{
	opacity:0.25;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #MapaSVG{
		opacity:inherit;
	}
}

@supports (-ms-ime-align:auto) {
	#MapaSVG{
		opacity:inherit;
	}
}

div#mapa_wrap .wrap-controles {
  z-index:10;
  left:auto;
  background:#008D61;
  border:0;
  top:27px;
  right:90px;
  bottom:auto;
}


div#mapa_wrap .pisoNome{
	z-index:10;
	right:auto;
	left:20px;
	background:#008D61;
	border:0;
	bottom:auto;
    top:27px;
	position:absolute;
	padding:5px 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-transform:uppercase;
}

@media(max-width:992px){
	div#mapa_wrap .wrap-controles{
		top:7px;
		right:90px;
		bottom:auto;
		left:auto;
	}
	div#mapa_wrap .pisoNome{
		top:14px;
		bottom:auto;
	}
}


@media(max-width:768px){
	div#mapa_wrap .wrap-controles{
		right:53px;
	}
}

@media(max-width:414px){
	div#mapa_wrap .wrap-controles{
		right:auto;
		left:auto;
		bottom:auto;
	}
	div#mapa_wrap .pisoNome{
		top:60px;
		bottom:auto;
		right:auto;
		left:10px;
	}
}


div#mapa_wrap .wrap-controles button {
  color:#008D61;
}

#svg-pan-zoom-controls {
  display:none;
}

section.mapa {
  padding:0;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% 100%;
  background-color: #292c2e;
}

body#mapa section.mapa{
	background-color:#fff;
}

section.mapa #Mapas {padding:0; z-index:2;}
section.mapa #Mapas h3 {font-size: 4.8rem; font-family: "oswald"; text-transform: uppercase; font-weight: 200; color:#fff; padding:0 0 3rem 0}

section.mapa #Mapas .container{position:relative;}
section.mapa #Mapas div.wrap-controles{border:none;}
section.mapa #Mapas div.pisos {padding:0 0 2rem 0;position:absolute;z-index:2;left:148px;top:10px;}
section.mapa #Mapas div.pisos ul {text-align:center;}
section.mapa #Mapas div.pisos ul li {display:inline-block; margin:0 4px; float:none;background:#fff}
section.mapa #Mapas div.pisos ul li a:link,
section.mapa #Mapas div.pisos ul li a:focus,
section.mapa #Mapas div.pisos ul li a:visited {display:block; height:36px; line-height:32px; padding:0 30px; color:#006747; border:2px solid #006747; text-transform:uppercase; font-family: 'oswald'; font-size:13px;}
section.mapa #Mapas div.pisos ul li a.ativado {color:#fff; background:#006747; border:2px solid #006747;}

#lojasancora text{
	pointer-events:none;
}

/*@media(max-width:1024px){
  section.mapa #Mapas div.pisos ul li a,
  section.mapa #Mapas div.pisos ul li a:hover{color: #fff;border: 2px solid #fff; background:transparent;}
  section.mapa #Mapas div.pisos ul li a.ativado{color:#000; background:#fff; border:2px solid #fff;}
}*/

section.mapa #Mapas div.mostrar-mapa a{
	display:inline-block;
	height:36px;
	line-height:32px;
	padding:0 30px;
	color:#006747;
	border:2px solid #006747;
	text-transform:uppercase;
	font-family: 'oswald';
	font-size:13px;
	right:3rem;
	top:48px;
	position:absolute;
	z-index:9;
}

section.mapa #Mapas #closeHero{
	display:none;
	z-index:4;
	position:absolute;
	top:3rem;
	right:3rem;
	background:#006747;
	width:5rem;
	height:5rem;
	font-size:2rem;
	line-height:5rem;
	color:#fff;
	cursor:pointer;
}

.wraperMenuMap .slick-list.draggable{
	margin:0 35px;
}

@media(max-width:1230px){
	.wraperMenuMap  .carousel-control{
		height:6rem;
	}
	.wraperMenuMap .carousel-control.left{
		top:-1rem;
		background:#006747;
		left:-15px;
	}
	.wraperMenuMap .carousel-control.right{
		top:-1rem;
		background:#006747;
		right:-15px;
	}
}

@media(max-width:992px){
	.wraperMenuMap .carousel-control.left,
	.wraperMenuMap .carousel-control.right{
		top:-1.2rem;
	}
}

@media(max-width:768px){
	.wraperMenuMap .carousel-control.left,
	.wraperMenuMap .carousel-control.right{
		top:-0.7rem;
	}
	.wraperMenuMap  .carousel-control{
		height:5rem;
	}
}

section.mapa #Mapas svg {background:#FFF;}

@media(max-width:1024px){
	/*section.mapa #Mapas div.pisos ul li a:link,
	section.mapa #Mapas div.pisos ul li a:visited,
	section.mapa #Mapas div.pisos ul li a:hover{display:block; height:36px; line-height:32px; padding:0 30px; color:#fff; border:2px solid #fff; text-transform:uppercase; font-family: 'oswald'; font-size:13px; background: transparent;}
	section.mapa #Mapas div.pisos ul li a.ativado{display:block;height:36px; line-height:32px; padding:0 30px; color:#000; border:2px solid #fff; text-transform:uppercase; font-family: 'oswald'; font-size:13px; background: #fff;}*/
	section.mapa #Mapas div.pisos{left:130px;}
	section.mapa #Mapas div.pisos ul li{margin:0 2px;}
	section.mapa #Mapas div.pisos ul li a:link,
	section.mapa #Mapas div.pisos ul li a:focus,
	section.mapa #Mapas div.pisos ul li a:visited{padding:0 5px;}
}

@media(max-width:320px){
	section.mapa #Mapas div.pisos{left:122px;}
}



g#svg-pan-zoom-controls .svg-pan-zoom-control {
  fill:#41A386;
  fill-opacity: 1 !important;
}

g#svg-pan-zoom-controls .svg-pan-zoom-control path {
  fill:#fff;
}

g#svg-pan-zoom-controls .svg-pan-zoom-control-background {
  fill-opacity: 0 !important;
}

section.justifiedList.sticky {
  position: fixed;
  top: 7rem;
  left: 0;
  z-index: 3;
}

section.justifiedList.filtroo .facetapi-custom-links {text-align:center; }
section.justifiedList.filtroo .facetapi-custom-links li {display:inline-block;}
section.justifiedList.filtroo .facetapi-custom-links li div {width:inherit !important;}
section.justifiedList.filtroo .facetapi-custom-links li div a {border-bottom:3px solid #fff; padding:0 4rem 1rem 4rem; color: #006747; font-size:1.2rem !important; font-family: 'oswald'; letter-spacing:1px}
section.justifiedList.filtroo .facetapi-custom-links li div a strong {display:block; padding:0 1rem 0.5rem 1rem; font-size: 1.6rem; font-weight: 400; color: #006747; font-family: 'oswald';}
section.justifiedList.filtroo .facetapi-custom-links li div a span {color: #006747; font-size:1.2rem !important; font-family: 'oswald'; letter-spacing:1px}
section.justifiedList.filtroo .facetapi-custom-links li div a.ativoo {border-bottom:3px solid #006747;}

@media (max-width:991px) {
  section.mapa #Mapas {/*padding:4rem 0*/; height:900px;}

  section.justifiedList.sticky {
    top: 0;
  }
  
  section.justifiedList.sticky.mapaMenu{
	  top:auto;
  }
}

@media(max-width:1366px){
	section.mapa #Mapas{height:890px;}
	body.app section.mapa #Mapas{height:910px;}
}


@media(max-width:1024px){
	section.mapa #Mapas{height:900px;}
	body.app section.mapa #Mapas{height:768px;}
}

@media(max-width:1024px) and (orientation:portrait){
	body.app section.mapa #Mapas{height:1260px;}
}

@media(max-width:768px) and (orientation:portrait){
	body.app section.mapa #Mapas{height:965px;}
}

@media(max-width:767px){
	section.mapa #Mapas{height:550px;}
	body.app section.mapa #Mapas{height:675px;}
}


section.justifiedList .container {
  border-bottom: 1px solid #e3e4e5;
}

@media (max-width:767px) {
  section.justifiedList .container {
    width: 100%;
    overflow: auto;
  }
  section.hero .hero-button {
    position: absolute;
    top: 1rem;
    right: 2rem;
    padding: .6rem 1rem;
  }
}


@media (max-width:767px) {
  #contact section.justifiedList .btn-group {
    width: 100%;
  }
}

.dates {  display: table-cell;
          float: none;
          width: 1%;}

section.justifiedList .btn-group,section.justifiedList .btn-group *, .dates * {
  font-family: 'oswald';
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}

.wraperMenu {max-width:70%; margin:0 auto}
.wraperMenu2 {max-width:50%; margin:0 auto}
.wraperMenuMap {max-width:100%; margin:0 auto}

.wraperMenuMap .btn-group a.piso-item p{
	font-size:12px;
    color:#797979;
    text-transform:none;
    margin-top:2px;
	font-family:'sourcesans';
}

.wraperMenuMap .btn-group.btn-map-svg .btn-group{
	display:inline-block;
	float:none;
	width:auto;
	margin:0;
	border-bottom:5px solid #e8e8e8;
	padding:0 0 10px 0;
}

.wraperMenuMap .btn-group.btn-map-svg .btn-group.active{
	border-bottom:5px solid #006747 !important;
}

.wraperMenuMap .btn-group.btn-map-svg .btn-group a.piso-item {
    padding: 0 17px 0 17px;
	border-right:1px solid #e6e6e6;
}

.wraperMenuMap .btn-group.btn-map-svg .btn-group.active a.piso-item{
	color:#006747;
}

.wraperMenuMap .btn-group.btn-map-svg .btn-group:last-child a.piso-item{
	border:none;
}

.wraperMenuMap .carousel-control span{
	color:#fff;
}

@media (max-width:790px) {
  section.justifiedList .btn-group,section.justifiedList .btn-group *, .dates * {
    font-size: 1.6rem;
  }

  .wraperMenu, .wraperMenuMap {max-width:100%;}
  .wraperMenu2 {max-width:70%; margin:0 auto}
}

#contact section.justifiedList .btn-group.active,#contact section.justifiedList .btn-group *.active, .dates *.active {
  border-bottom: none;
}


section.justifiedList .btn-group.active,section.justifiedList .btn-group *.active, .dates *.active {
  border-bottom: 3px solid #006747 !important;
  color: #006747 !important;
}

section.justifiedList .btn-group.active span,section.justifiedList .btn-group *.active span, .dates *.active span {
  color: #006747;
}

section.justifiedList .btn-group.inactive,section.justifiedList .btn-group *.inactive, .dates *.inactive {
  color: #848c94;
}

section.justifiedList .btn-group span,section.justifiedList .btn-group * span, .justifiedList .dates * span {
  display: block;
  font-family: 'sourcesans';
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.2rem;
  padding-bottom: 1.2rem;
}
section.justifiedList .btn-group * span.weekDay {padding-bottom: 0.2rem;}
section.justifiedList .btn-group-justified > .date {
  display: table-cell;
  float: none;
  width: 1%;
}

section.justifiedList .btn-group-justified > .date.inactive,
section.justifiedList .btn-group-justified > .date.inactive span {
  cursor:default;
}


section.justifiedList.busca .btn-group-justified > .date {
  padding:0 0 1.5rem 0;
  border-bottom:3px solid #fff
}
section.justifiedList.busca .btn-group-justified > .date,
section.justifiedList.busca .btn-group-justified > .date span {
  font-size:1.3rem !important;
}
section.justifiedList.busca .btn-group-justified > .date strong {
  display:block;
}

section.justifiedList.busca .btn-group-justified {
  max-width:60%;
  display:inline-block;
}

section.justifiedList.busca .btn-group-justified > .date.ativoo {
  border-bottom:3px solid #006747;
  color:#006747;
}

.listaBusca {
  float:right;
}

@media (max-width: 992px){
  .listaBusca {
    float:none;
    clear:both;
    padding-top:40px;
  }


}

@media (max-width: 767px){
  section.justifiedList .btn-group-justified>.date {
    width: 7rem;
  }


}
section.justifiedList .date {
  margin-left: -1px;
}
section.justifiedList .date{
  position: relative;
  vertical-align: middle;
}
section.lookZoom {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1031;
  pointer-events: none;
  overflow-y: auto!important;
  overflow-x: hidden;
  padding-top: 3rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

section.lookZoom>.item {
  margin-top: 5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

section.lookZoom .item .description {
  padding: 4rem 0 0 8rem;
}

section.lookZoom.active {
  display: block;
  pointer-events: auto;
  opacity: 1;
  height: 100%;
}

section.lookZoom.active .container {
  position: relative;
}

section.lookZoom.active>.item {
  margin-top: 0rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}


@media (max-width: 991px){
  section.vitrine .item .catalog li.vitrine-product:first-of-type{
  //   margin-top:1rem !important;
  // }
}

section.lookZoom .model img.person {
  position: relative;
  top: 0;
  margin-top: 0;
  width: 100%;
}

.zoom-model{
  display:none;
}

section.lookZoom>i.icon-times {
  position: fixed;
  top: 5rem;
  right: 5rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  background-color: #006747;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  opacity: 1;
}


section.lookZoom .description,section.lookZoom .catalog {
  position: fixed;
  max-width: 30rem;
}

@media(max-width:991px){
  section.lookZoom .catalog{
    position: relative;
  }
}

section.menu {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1031;
  pointer-events: none;
  opacity: 0;
}

section.menu>header {
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

section.menu.open {
  position: fixed;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  height: 100%;
}


html[data-useragent*='MSIE 10.0'] section.menu,
html[data-useragent*='MSIE 9.0'] section.menu{
  display: none;
  filter: alpha(opacity=0);
}
html[data-useragent*='MSIE 10.0'] section.menu.open,
html[data-useragent*='MSIE 9.0'] section.menu.open{
  display: block;
  filter: alpha(opacity=100);
}

section.menu.open>header {
  opacity: 1;
}

section.menu.open>header .navbar-header {
  position: relative;
  top: 7px;
}

section.menu.open>header .navbar-header .languages {
  opacity: 1;
}

section.menu.open>.main {
  margin: 3rem 0;
  height: auto;
}

@media (min-width:992px) {
  section.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow:hidden;
    height:0
  }

  section.menu.open>.main {
    margin: 8rem auto 14rem;
    height: calc(100vh - 473px);
    overflow: visible;
  }
}
@media (max-width:992px) {
  
  section.menu.open {
    overflow: auto;
  }

  section.menu.open>.main {
    margin: 3.5rem auto 10rem;
  }
}
section.menu .small-menu li{
  display: inline-block;
  width:48%;
}

.footer-menu li{
  display: inline-block;
  width: 49%;
}
@media (max-width:991px) {
  section.menu .small-menu li {
    display: block;
    width:100%;
  }
}
section.mosaic {
  background-color: #f2f4f6;
}

section.mosaic .container {
  margin: 4rem auto;
}

@media (max-width:767px) {
  section.mosaic .container {
    margin: 0;
  }
}

section.mosaic .container>div {
  height: 45.4rem;
}

@media (max-width:767px) {
  section.mosaic .container>div {
    height: 22.6rem;
  }

  section.mosaic .container>div.col-xs-12 {
    height: 15rem;
  }
}

section.mosaic img {
  position: absolute;
  z-index: 1;
}

section.mosaic .iten {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #006747;
  border: 1px solid #f2f4f6;
  overflow: hidden;
}

section.mosaic .iten.height100 ul {
  position:relative; top:50%; transform:translateY(-50%);
}

section.mosaic .iten.zara {
  background-image: url("../assets/img/store-bg-zara.png");
}

section.mosaic .iten.zara a {
  background-image: url("../assets/img/store-zara.png");
}

@media (max-width:991px) {
  section.mosaic .iten.zara a {
    background-size: 50%;
  }
}

section.mosaic .iten.centauro a {
  background-image: url("../assets/img/store-centauro.png");
}

@media (max-width:991px) {
  section.mosaic .iten.centauro a {
    background-size: 80%;
  }
}

section.mosaic .iten.richards {
  background-image: url("../assets/img/store-bg-richards.png");
}

section.mosaic .iten.richards a {
  background-image: url("../assets/img/store-richards.png");
}

@media (max-width:991px) {
  section.mosaic .iten.richards a {
    background-size: 80%;
  }
}

section.mosaic .iten.northface {
  background-image: url("../assets/img/store-bg-northface.png");
}

section.mosaic .iten.northface a {
  background-image: url("../assets/img/store-northface.png");
}

@media (max-width:991px) {
  section.mosaic .iten.northface a {
    background-size: 50%;
  }
}

section.mosaic .iten.ohboy {
  background-image: url("../assets/img/store-bg-ohboy.png");
}

section.mosaic .iten.ohboy a {
  background-image: url("../assets/img/store-ohboy.png");
}

@media (min-width:1025px) {
  section.mosaic .iten:hover ul {
    margin-top: 0;
    position:relative; top:50%; transform:translateY(-50%);
    opacity: 1;
  }

  section.mosaic .iten:hover a {
    background-position: center 7.5rem;
    background-color: rgba(0,103,71,0.9);
  }

  section.mosaic .iten:hover a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  section.mosaic .iten:hover.height100 a {
    background-position: center 18rem;
  }

  section.mosaic .iten:hover.height100 ul {
    position:relative; top:50%; transform:translateY(-50%);
  }

  section.mosaic .iten:hover.zara a {
    background-position: center 8.5rem;
  }

  section.mosaic .iten:hover.richards a {
    background-position: center 8.2rem;
  }

  section.mosaic .iten:hover.centauro a {
    background-position: center 7.3rem;
  }

  section.mosaic .iten:hover.northface a {
    background-position: center 6.5rem;
  }
}

section.mosaic .iten a {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(0,103,71,0);
}


@media(min-width:1025px){
  section.mosaic .iten a:hover{
    background-color: #006747;
    background-image: none !important;
    background-position: center !important;
  }
}

section.mosaic .iten a:hover:before ul, section.mosaic .iten a:hover:before ul li{
  opacity: 2 !important;
}


.lojas-logo{
  top: -3rem;
  font-size: 2.5rem;
}
@media (max-width:500px) {
  section.mosaic .iten a{
    background-size: 75%;
  }
}

section.mosaic .iten a:before {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  border: 2px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

section.mosaic ul {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-top: 2rem;
  position:relative; top:50%; transform:translateY(-50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0 7rem;
  opacity: 0;
}

section.mosaic.lojas ul {
  padding: 3rem 0 0 0;
  line-height: 1.2;
}

@media (max-width:991px) {
  section.mosaic ul {
    display: none;
  }
}
#home section.mosaic ul li {
  width: 82.33%;
}
#home section.mosaic ul li:after{
  content: none;
}
section.mosaic ul li {
  width: 33.33%;
  display: inline-block;
  position: relative;
}

section.mosaic ul li:after {
  content: "-";
  position: absolute;
  right: 0;
}

section.mosaic ul li:last-child:after {
  content: "";
}

section#instagramMos.mosaic .large {
  height:398px;
} 

section#instagramMos.mosaic .thumbnail {
  width:50%;
  padding:0 2px 0 0;
  float:left;
  height:199px;
  margin:0;
}

@media (max-width:1024px) {
  section#instagramMos.mosaic .large {
    height:312px;
  } 

  section#instagramMos.mosaic .thumbnail {
    height:156px;
  }
  
  section#instagramMos.mosaic .container > div {
    height:27.4rem;
  }

  section#instagramMos.mosaic .carousel .carousel-control.right,
  section#instagramMos.mosaic .carousel .carousel-control.left {
    top:21rem;
  }

}

@media (max-width:991px) {
  section#instagramMos.mosaic .large {
    height:240px;
  } 

  section#instagramMos.mosaic .thumbnail {
    height:120px;
  }
  
  section#instagramMos.mosaic .container > div {
    height:20.4rem;
  }

  section#instagramMos.mosaic .carousel .carousel-control.right,
  section#instagramMos.mosaic .carousel .carousel-control.left {
    top:16rem;
  }

}

@media (max-width:640px) {

  section#instagramMos.mosaic .container > div {
    height:24rem;
  }

  section#instagramMos.mosaic .carousel .carousel-control.right,
  section#instagramMos.mosaic .carousel .carousel-control.left {
    top:19rem;
  }
  
  section#instagramMos.mosaic .mobile {
    width:50%;
    height:auto;
    float:left;
  }

  section#instagramMos.mosaic .mobileMaior {
    width:100%;
    height:100px !important;
    float:none;
    clear:both;
  }

  section#instagramMos.mosaic .thumbnail {
    width:25%;
  }

  section#instagramMos.mosaic .mobile a {
    width:100%;
    height:100%;
  }

  section#instagramMos.mosaic .mobile a img {
    width:100%;
    height:auto;
  }

}

@media (max-width:380px) {

  section#instagramMos.mosaic .container > div {
    height:24rem;
  }

  section#instagramMos.mosaic .carousel .carousel-control.right,
  section#instagramMos.mosaic .carousel .carousel-control.left {
    top:24rem;
  }
  
  section#instagramMos.mosaic .mobile {
    width:100%;
    height:auto;
    float:none;
    clear:both;
  }

  section#instagramMos.mosaic .mobileMaior {
    width:100%;
    height:80px !important;
    float:none;
    clear:both;
  }

  section#instagramMos.mosaic .thumbnail {
    height:80px
  }

}


section.movieDetail {
  background-color: #e3e4e5;
  color: #848c94;
  padding: 4rem 0;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  line-height: 1.6em;
}

section.movieDetail.teatro {
  background:none;
  padding:4rem 0 0 0;
}

section.movieDetail label {
  display: none;
}

section.movieDetail p {
  font-size: 1.575rem;
}

section.movieDetail ul.data {
  font-size: 1.6rem;
  margin: 3.4rem 0 3rem;
}

section.movieDetail ul.data li {
  margin: 0.3rem 0;
}

section.movieDetail ul.data li:first-child {
  margin-top: 0;
}

section.movieDetail ul.data li:last-child {
  margin-bottom: 0;
}

section.movieDetail .social-network li {
  margin-right: 2.5rem;
}

section.movieDetail .social-network li:last-of-type {
  margin-right: 0;
}

section.movieDetail .comprarIngresso {
  clear:both;
  text-align:left;
  padding:0 0 2.7rem 0;
}
section.movieDetail .comprarIngresso a {
  display:inline-block;
  width:170px;
  padding:0 0 0 10px;
  height:50px;
  line-height:46px;
  border:2px solid #000;
  color:#000;
  font-size:0.8em;
  font-family:'Oswald';
  text-transform:uppercase;
  font-weight:400;
  background:url(../assets/img/bot-comprar-ingresso.png) no-repeat right center;
  transition:all 300ms ease;
}
section.movieDetail .comprarIngresso a:hover {
  background:#000 url(../assets/img/bot-comprar-ingresso-white.png) no-repeat right center;
  color:#fff;
}

@media (max-width:767px) {
  section.movieDetail {
    padding-bottom: 3rem;
  }

  section.movieDetail img {
    margin-top: 3.4rem;
  }

  section.movieDetail .social-network ul {
    width: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    text-align: center;
  }

  section.movieDetail .social-network label {
    display: block;
    margin-bottom: 1rem;
    padding-top: 3rem;
  }
}

section.movieTimes.teatro {
  padding:0 0 10rem 0;
}

section.movieTimes .containerMovie{
  border: 1px solid #e3e4e5;
}
section.movieTimes .containerMovie h2 {text-align: center; display: block; padding: 30px 0}
section.movieTimes ul {
  overflow: hidden;
  margin-bottom:-1px;
  margin-right:-1px;
}

section.movieTimes .movieTime {
  text-align: center;  
  padding: 3.5rem 0 4.6rem;
  border-right: 1px solid #e3e4e5;
  border-bottom:1px solid #e3e4e5;
}


section.movieTimes .movieTime > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url('../assets/img/pixel-transparente.png');
}

section.movieTimes .movieTime p.room {
  font-size: 1.3rem;
}

section.movieTimes.teatro .movieTime p.room {
  font-size: 1.6rem;
  text-transform:uppercase;
  font-family:'Oswald';
}

section.movieTimes.teatro .movieTime p.hour {
  font-size: 1.8rem;
  text-transform:uppercase;
  font-family:'Oswald';
}

section.movieTimes .movieTime p.time {
  font-size: 3.15rem;
  line-height: 1;
  margin: 1rem 0;
}

section.movieTimes.teatro .movieTime p.time {
  font-size: 4.15rem;
  line-height: 1;
  margin: 0.4rem 0;
}

section.movieTimes .movieTime p.cinemaBadge {
  color: #000;
  font-size: 1rem;
}

section.movieTimes .movieTime.inactive .dataHover {
  display: none;
}

section.movieTimes .movieTime.inactive .data {
  opacity: 0.2;
}

@media (max-width:991px) {
  section.movieTimes .movieTime {
    padding: 1rem 0;
  }

  section.movieTimes .movieTime p.time {
    margin: 0.5rem 0 1.3rem;
    font-size: 2.5rem;
  }
}

@media (min-width:992px) {
  section.movieTimes .movieTime:hover .dataHover {
    opacity: 1;
    padding: 3rem 0;
  }

  section.movieTimes .movieTime:hover .dataHover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  section.movieTimes .movieTime .dataHover {
    background-color: #006747;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3.5rem 0;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition: .15s;
    transition: .15s;
  }

  section.movieTimes .movieTime .dataHover p.cinemaBadge {
    color: #fff;
    margin-bottom: 0.7rem;
    background-clip: padding-box;
    border-color: rgba(255,255,255,0.5);
  }

  section.movieTimes .movieTime .dataHover p.time {
    margin: 0.3rem 0 0.4rem;
  }

  section.movieTimes .movieTime .dataHover:before {
    position: absolute;
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
    border: 2px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    -webkit-transition: .35s;
    transition: .35s;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:990px) and (orientation:landscape) {
  section.movieTimes .movieTime:hover .dataHover {
    opacity: 0;
  }

  section.movieTimes .movieTime:hover .dataHover:before {
    opacity: 0;
  }
}

section.newsletter {
  color: #fff;
  padding: 0;
}
.newsletter .btn.btnSend{
  border-color:#fff;
  color:#fff;
  margin-top:2rem;
  width:100%;
}

footer .newsletter .btn.btnSend{
  border-color:#fff;
  /*background:#fff;*/
  color:#fff;
  width:100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.newsletter .btn.btnSend:hover{
  background-color:#fff;
  border-color:#fff;
  color:#006747;
}

section.newsletter .container>div.bg-green {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

section.newsletter h5 {
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

section.newsletter p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 2rem 0 2.5rem;
}

@media (min-width:992px) {
  section.newsletter {
    padding-top: 0rem;
  }

  section.newsletter h5 {
    font-size: 1.925rem;
  }

  section.newsletter p {
    margin: 2rem 0 3.5rem;
  }

  section.newsletter .container>div.bg-green {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

section.productMosaic .loadmore {
  margin-top: 5rem;
}

.loading {display:none; padding:2rem 0 0 0}

.loading .btn {padding:1rem 7rem}

section.productMosaic .dropdown-menu li label {
  font-weight: 400;
  width: 100%;
  cursor: pointer;
}

section.productMosaic .dropdown-menu li input[type='checkbox'] {
  float: right;
  position: relative;
  -webkit-appearance: none!important;
  background: white;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #005d40;
}

section.productMosaic .search-form .submit {
  cursor: pointer;
  pointer-events: all;
}

@media (min-width:1200px) {
  section.productMosaic .search-form .submit {
    margin-right: .5rem;
    top: 1.8rem;
  }
}

@media (max-width:991px) {
  section.productMosaic .search-form .submit {
    top: .6rem;
  }
}

section.productMosaic .mobile-filters>a {
  float: right;
  padding: 1rem 1.8rem;
}

section.productMosaic .filters {
  text-align: right;
}

section.productMosaic .filters button.btn {
  padding: 2.2rem 1.2rem;
  font-size: 1.6rem;
  border-radius: 0!important;
}

@media (min-width:1200px) {
  section.productMosaic .filters button.btn {
    padding: 2.2rem 2.3rem;
  }
}

section.productMosaic .filters button.btn span {
  margin-left: 1rem;
}

section.productMosaic .filters button.btn:hover {
  background-color: inherit;
}

section.productMosaic .filters .btn-group.open,section.productMosaic .filters .btn-group.active {
  box-shadow: none;
  background-color: #006747;
}

section.productMosaic .filters .btn-group.open button,section.productMosaic .filters .btn-group.active button {
  border-color: #006747;
  background-color: #006747;
  color: #fff;
  box-shadow: none!important;
}

section.productMosaic .filters .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 23rem;
  background-color: #006747;
  border-radius: 0;
  box-shadow: none!important;
}

section.productMosaic .filters .dropdown-menu.last {
  left: auto;
  right: 0;
}

section.productMosaic .filters .dropdown-menu li {
  padding:0 2.5rem;
  font-size: 1.6rem;
  display: block;
  clear: both;
  line-height: 1.42857143;
  position:relative;
  height:60px;
  line-height:60px;
  color: rgba(255,255,255,0.6);
}

section.productMosaic .filters .dropdown-menu li input {
  display:none;
}

section.productMosaic .filters .dropdown-menu li:hover {
  background-color: #005d40;
}

section.productMosaic .filters .dropdown-menu li i {
  position: absolute;
  right: 2rem;
}

section.productMosaic .filters .dropdown-menu li a {
  display:block;
  position: absolute;
  left: 0;
  top: 0;
  padding:0 2.5rem !important;
  height: 100%;
  width: calc(100%);
  z-index:1;
  height:60px;
  line-height:60px;
  cursor:pointer !important;
  color:#fff;
  background:none !important
}

section.productMosaic .filters .dropdown-menu li a span {
  display:block;
  position:absolute;
  width:30px;
  height:30px;
  background:#fff;
  right:15px;
  top:15px;
  border:1px solid #005D40;
  overflow:hidden;
  cursor:pointer;
  line-height:75px;
}

section.productMosaic .filters .dropdown-menu li a span.checked::after {
  background: #fff;
  color: #006747;
  content: "y";
  font-family: "multiplan";
  font-size: 2.1rem;
  height: 0;
  left: 4px;
  position: absolute;
  top: -22px;
  width: 30px;
}


@media (max-width: 991px){
  section.productMosaic .llv-filter-mobile .filters .dropdown-menu {
    margin: -1px 0 0 0;
    border: 0;
    padding: 0rem 0 0 0;
    min-width: 23rem;
    background-color: #006747;
    border-radius: 0;
    box-shadow: none!important;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  section.productMosaic .accordioon.down{
    max-height: 100rem;
    margin-right: 3rem;
  }
  section.productMosaic .accordioon {
    padding-top: 1px;
    max-height: 0;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    float: right;
  }
  .overflow-visible{
    overflow: visible !important;
  }
  section.productMosaic .filters .dropdown-menu li{
    padding: 0 2.5rem;
    font-size: 1.6rem;
    display: block;
    clear: both;
    line-height: 1.42857143;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: rgba(255,255,255,0.6);
    background: inherit;
  }
}

@media (max-width: 480px){
  section.productMosaic .llv-filter-mobile .filters .dropdown-menu {
    margin: -1px 0 0 0;
    border: 0;
    padding: 0rem 0 0 0;
    min-width: 23rem;
    background-color: #006747;
    border-radius: 0;
    box-shadow: none!important;
    width: 100%;
    position: relative;
  }
  section.productMosaic .accordioon.down{
    max-height: 100rem;
    margin-right: 1rem;
  }
  section.productMosaic .accordioon {
    padding-top: 1px;
    max-height: 0;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    float: right;
  }
}

@media (max-width:767px) {
  section.productMosaic .filters .btn-group {
    display: block;
  }

  section.productMosaic .filters button.btn {
    display: block;
    width: 100%;
  }
}

section.productMosaic .badge {
  margin-right: 1rem;
}

section.productMosaic>.container {
  min-height: 50rem;
}

section.productMosaic>.container>.row {
  line-height: 6rem;
  color: #848c94;
  font-size: 1.6rem;
}

section.productMosaic>.container>.row p.searchResult>span {
  color: #000;
}

section.productMosaic .accordion,
section.productMosaic .accordionNew {
  padding-top: 1px;
  max-height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

section.productMosaic .accordion.down,
section.productMosaic .accordionNew.down {
  max-height: 100rem;
  margin-top: 3rem;
}

section.productMosaic label {
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1rem;
  line-height: 1;
}

section.productMosaic label input[type='checkbox'] {
  float: right;
  position: relative;
  -webkit-appearance: none;
  background: white;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #005d40;
}

section.productMosaic #searchProductList+span.clean {
  pointer-events: auto;
}

section.productMosaic #searchProductList+span.clean:before {
  content: 'g';
}

/*
@media (max-width:991px) {
  section.productMosaic .sort {
    display: none;
  }
}
*/

section.storeDetail .details img {
  margin-bottom: 3rem;
}

section.storeDetail .details p {
  margin-bottom: 2.5rem;
}

section.storeDetail .details p.title {
  margin-bottom: 1rem;
}

section.storeDetail .details .description p {   
  font-size:1.5rem;   
  color:#333333;    
}   
section.storeDetail .details .description ul {padding-bottom:25px;}   
section.storeDetail .details .description ul li a {font-weight:600; display:block; overflow:hidden; padding-left:15px; position:relative;}    
section.storeDetail .details .description ul li a:before {    
  content:" ";    
  position:absolute;    
  width:8px;    
  height:8px;   
  background:#006747;   
  left:-4px;    
  top:5px;    
  -moz-transform: rotate(45deg);    
  -webkit-transform: rotate(45deg);   
  -o-transform: rotate(45deg);    
  -ms-transform: rotate(45deg);   
  transform: rotate(45deg);   
}
section.storeDetail .lnkMapaLoja{text-transform:uppercase;font-family:'Oswald';font-size:12px;margin-bottom:8px;position:relative;display:block;padding-left:21px;line-height:14px;margin-bottom:18px;}
section.storeDetail .lnkMapaLoja:last-child{margin-bottom:25px;}
section.storeDetail .lnkMapaLoja:before{content:"b";font-size:18px;font-family:"multiplan";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;padding-right:4px;top:50%;position:absolute;transform:translateY(-50%);left:0;}

@media (max-width:991px) {
  section.storeDetail {
    padding-bottom: 0;
  }

  section.storeDetail .carousel {
    margin-bottom: 5rem;
  }

  section.storeDetail .details p {
    margin-bottom: 3.5rem;
  }

  section.storeDetail .details p.title {
    font-size: 2rem;
  }
}

section.storeSummary .introLista {
  padding:0 0 3rem 0;
}

section.storeSummary .introLista p {
  padding:0 0 3rem 0;
  font-size:1.8rem;
  color:#848c94;
}

section.storeSummary .main {
  position: relative;
}

section.storeSummary .main .A2Z {
  font-size: 1.6rem;
  padding: 0 0 1.5rem;
  background: #fff;
  z-index:3;
}

section.storeSummary .main .A2ZFix {
  z-index: 99;
  position: fixed;
  width:42%;
  margin-top:-29.5rem;
}

section.storeSummary .main .A2Z a {
  color: #848c94;
}
.btn-category{
  margin-left: 0.4rem;
}
/*
section.storeSummary .main .A2Z a.active {
  font-weight: 700;
}
*/

section.storeSummary .main .A2Z a.inactive {
  color: #e3e4e5;
  pointer-events: none;
}

section.storeSummary .main .A2Z.sticky {
  position: fixed;
  top: 7rem;
}

section.storeSummary .main .A2Z.top-fixed {
  position: fixed;
  bottom: initial;
  top: 0rem;
  right: 15px;
}

section.storeSummary .main .A2Z.bottom-fixed {
  position: fixed;
  bottom: 0;
  top: initial;
  right: 15px;
}

section.storeSummary .main .A2Z.bottom-container-fixed {
  top: initial;
  position: absolute;
  bottom: -70px;
  right: 0;
}

section.storeSummary.no-results .letter {
  display: none;
}

section.storeSummary .no-results-text {
  margin-top: 30px;
  font-size: 2rem;
}

section.storeSummary>.container {
  min-height: 550px;
  position: relative;
}

section.storeSummary .summary {
  margin-top: 4rem;
}

section.storeSummary .accordion.down,
section.storeSummary .accordionNew.down {
  margin-top: 20px;
  max-height: 100%;
}

section.storeSummary .desktopAccordion.down{
  font-size: 1.6rem;
  overflow: visible;
  padding: 0;
  clear: left;
}

section.storeSummary .letter {
  font-size: 6rem;
  position: absolute;
  color: #848c94;
  left: -4rem;
  line-height: 1;
}

section.storeSummary .filter{
  line-height: 2.2rem;
  font-size:1.5rem;
  padding:0.6rem 0;
}

section.storeSummary .filter a{
  color: #848c94;
}

section.storeSummary .filter.checkedDesk a{
  color: #006747;
}

section.storeSummary .filter.checkedDesk span:after {
  font-family: 'multiplan';
  content: 'g';
  font-size: 0.8rem;
  margin-left: 2rem;
}


.resultFalse{
  display: none;
}

.resultTrue{
  display: block;
}


section.storeSummary li.top {
  margin-bottom: 4rem;
  position: relative;
}

section.storeSummary li.top hr {
  border-color: #e3e4e5;
  border-style: dotted;
  position: absolute;
  top: 50%;
  width: 90%;
  z-index: 0;
}

section.storeSummary li.top a:after {
  font-family: 'multiplan';
  content: 'h';
  color: #006747;
  font-size: 1rem;
  display: inline;
  margin-left: 1rem;
}

@media (max-width:991px) {
  section.storeSummary .desktopAccordion.down.contentAccordion{
    margin-top:20px;
    position:relative;
    width:100%;
    background:#fff;
    height:0;
    opacity:0;
    overflow:hidden;
    z-index:10;
  }

  section.storeSummary .desktopAccordion.down.contentAccordion.open{
    height:auto;
     opacity:1;
  }
  section.storeSummary .main {
    padding: 0;
  }

  section.storeSummary .main .letter {
    visibility: hidden;
  }

  section.storeSummary .main .A2Z {
    position: absolute;
    right: -9px;
    top: 1rem;
    width: 30px;
    margin:0 !important;
    padding:0 !important;
    z-index:20;
    /*position: fixed;
    right: 1rem;
    top: 35rem;
    width: 30px;*/

  }

  section.storeSummary .main .A2Z a {
    font-family: 'oswald';
    display: block;
    text-align: center;
    width: inherit;
    font-size: 1.375rem;
  }

  section.storeSummary .main .A2Z a.active {
    color: #fff;
    background-color: #006747;
    font-weight: 400;
  }

  section.storeSummary .main .A2Z.sticky {
    top: .5rem;
    right: 15px;
  }

  section.storeSummary .main .summary {
    margin-top: 0;
    border-top: 1px dotted #c4c4c4;
    width: 90%;
    position:relative;
  }

  section.storeSummary .main .details {
    position: relative;
    z-index: 2;
  }

  section.storeSummary .main .establishment {
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    min-height: 0;
    padding: 1.5rem 0;
  }

  section.storeSummary .main .establishment .info {
    padding: 0;
  }

  section.storeSummary .main .establishment:not(.medicos) .name {
    font-family: 'sourcesans';
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
  }
  section.storeSummary.workUs .main .establishment.active .name{
    text-transform: uppercase;
    font-size:2.2rem;
    font-family: 'oswald';
  }

  section.storeSummary .main .establishment .name img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  section.storeSummary .main .establishment .category,section.storeSummary .main .establishment .address,section.storeSummary .main .establishment .phone {
    display: none;
  }

  section.storeSummary .main .establishment .categoria{
    display: none;
  }

  section.storeSummary .main .establishment:not(.medicos):after {
    content: 'a';
    display: block;
    font-family: 'multiplan';
    font-size: 1rem;
    position: absolute;
    top: 20px;
    right: 25px;
  }

  section.storeSummary .main .establishment.active .name {
    display: inline-block;
    margin: .5rem 0;
    font-family: 'oswald';
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  section.storeSummary .main .establishment.active .category,section.storeSummary .main .establishment.active .address,section.storeSummary .main .establishment.active .phone {
    display: block;
  }

  section.storeSummary .main .establishment.active .address,section.storeSummary .main .establishment.active .phone {
    padding: 0;
    margin-bottom: 1rem;
  }

  section.storeSummary .main .establishment.active .details {
    display: block;
  }

  section.storeSummary .main .establishment.active:after {
    content: 'h';
  }

  section.storeSummary .main .top {
    display: none;
  }
}

@media (max-width:680px) {

  section.storeSummary .main .A2Z {
    right: 0;
  }

  section.storeSummary .main .establishment .info {
    padding-right: 40px;
  }

}

section.tipsAndNews label {
  display: none;
}

section.tipsAndNews .form-control-feedback {
  color: #006747;
}

section.tipsAndNews .articles {
  position: relative;
  overflow: hidden;
}

section.tipsAndNews .articles span.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fff;
}

section.tipsAndNews .articles span.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #fff;
}

section.tipsAndNews .article {
  text-align: left;
  min-height: 0;
  position: relative;
  padding-top: 3rem;
  border-bottom: 1px solid #e3e4e5;
  border-right: 1px solid #e3e4e5;
}

section.tipsAndNews .article .icon-instagram {
  display: none;
}

section.tipsAndNews .article img {
  margin-bottom: 2.5rem;
  cursor: pointer;
}

section.tipsAndNews .article img:hover~a h5 {
  color: #006747;
}

section.tipsAndNews .article>a {
  color: inherit;
}

section.tipsAndNews .article>a h5 {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0rem 0 1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

section.tipsAndNews .article>a h5:hover {
  color: #006747;
}

section.tipsAndNews .article p {
  font-size: 1.4rem;
  color: #848c94;
}

section.tipsAndNews .article p.shopping {
  color: #000;
}

section.tipsAndNews .article p.date {
  font-size: 1.3rem;
}

section.tipsAndNews .article p.description {
  margin: 2.5rem 0 2rem;
}

@media (min-width:768px) {
  section.tipsAndNews .article {
    min-height: 51rem;
  }
}

@media (max-width:767px) {
  section.tipsAndNews .article {
    padding-left: 0;
    padding-right: 0;
  }

  section.tipsAndNews .article:nth-of-type(n+3) {
    display: block;
    width: 100%;
  }
}

section.tipsAndNews .loading {
  margin-top: 6rem;
  float: left;
  width: 100%;
  display:none;
}

section.tipsAndNews .loading .btn {
  margin: auto;
}

section.tipsAndNews ul.categories {
  margin-top: 5.2rem;
}

section.tipsAndNews ul.categories h5 {
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
}

section.tipsAndNews ul.categories li {
  margin: 0.9rem 0;
  font-size: 1.5rem;
  color: #848c94;
}

section.tipsAndNews .category li.filterr a span {
  font-size:1.6rem;
}

section.tipsAndNews .category li.filterr.ativoo {
  font-weight:600;
}

section.tipsAndNews .category li.filterr.ativoo span::after {
  content: "g";
  font-family: "multiplan";
  font-size: 0.8rem;
  margin-left: 2rem;
}

section.tipsAndNews .category li.filterr.inativoo a {
  color:#848c94;
}

@media (max-width:1199px) {
  section.tipsAndNews div.search {
    padding: 0;
  }
}

section.vitrine {
  padding-bottom: 0;
  overflow: hidden;
}

section.vitrine>.icon-times {
  opacity: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}

@media (min-width:768px) and (max-width:1199px) and (orientation:portrait) {
  section.vitrine {
    padding-bottom: 7rem;
  }
}

section.vitrine .slide {
  height: auto;
}

@media (max-width:992px) {
  section.vitrine .slide {
    height: auto;
  }
}
@media (max-width:320px) {
  section.vitrine .slide {
    height: 54rem;
  }
}
section.vitrine .item {
  height: 100%;
}

section.vitrine .item i {
  cursor: pointer;
}

section.vitrine .item .column-two img.title {
  display: none;
}

@media (min-width:991px) {
  section.vitrine .item .column-two img.title {
    display: block;
  }
}

section.vitrine .item.slide1 .container>img.title {
  width: 60%;
}

@media(max-width:991px){
  /*section.vitrine .item.slide1 .container>img.title,*/
  .zoom-model img{
    width: 100% !important;
    height: auto;
    display: block;
  }
}

section.vitrine .item.slide1 .column-one {
  display: none;
}

section.vitrine .item.slide1 .column-two {
  position: relative;
}

section.vitrine .item.slide1 .column-two img.person {
  margin-top: -5rem;
  position: relative;
  width: 100%;
}

section.vitrine .item.slide1 .column-two button.lookdetails {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -40px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

section.vitrine .item.slide1 .column-two button.lookdetails:hover {
  opacity: 1;
}

section.vitrine .item.slide1 .column-three {
  margin-top: -4rem;
}

section.vitrine .item.slide1 .column-three li:last-of-type a {
  font-size: 1.3rem;
}

@media (min-width:768px) and (max-width:1199px) and (orientation:portrait) {
  section.vitrine .item.slide1 .container>img.title {
    width: 40%;
  }

  section.vitrine .item.slide1 .column-two img.person {
    width: 60%;
    margin-top: -8rem;
  }

  section.vitrine .item.slide1 .column-three {
    margin-top: 0;
    margin-left: -5rem;
  }

  /*section.vitrine .item.slide1 .column-three li {
    display: block;
    width: 50%;
    float: left;
    min-height: 130px;
  }*/

  section.vitrine .item.slide1 .column-three li .author {
    margin-left: 1.5rem;
    margin-top: 3rem;
  }
}

section.vitrine .carousel-control{
  top:50% !important;
}

@media (min-width:992px) {
  section.vitrine .item.slide1 .column-one {
    display: block;
  }

  section.vitrine .item.slide1 .column-two img.person {
    margin-top: -14.5rem;
    width: 320px;
  }

  section.vitrine .item.slide1 .column-two img.person:hover+button {
    opacity: 1;
  }

  section.vitrine .item.slide1 .column-three {
    margin-top: 0;
  }
}

section.vitrine .item.slide2 .container>img.title {

  /*margin-top: 2rem;*/
  z-index: 2;
  position: relative;
}

section.vitrine .item.slide2 .column-one {
  margin-top: 6rem;
}

section.vitrine .item.slide2 .column-one ul {
  /*margin-left: 2rem;
  margin-right: -2rem;*/
}

section.vitrine .item.slide2 .column-two {
  position: relative;
}

section.vitrine .item.slide2 .column-two img.pencil {
  margin-top: -9rem;
  margin-left: -11.6rem;
  width: 80%;
  z-index: 1;
}

section.vitrine .item.slide2 .column-three {
  margin-top: 4rem;
  margin-left: 3rem;
}

@media (min-width:768px) and (max-width:1199px) and (orientation:portrait) {
  section.vitrine .item.slide2 .container>img.title {
    width: 51%;
  }
  section.hero .hero-button {
    position: absolute;
    top: 3rem;
    right: 2rem;
    padding: .6rem 1rem;
  }

  section.vitrine .item.slide2 .column-one {
    margin-top: 10.5rem;
  }

  section.vitrine .item.slide2 .column-one ul {
    margin-left: 4rem;
    width:60%;
    margin-top:0;
  }

  section.vitrine .item.slide2 .column-two img.pencil {
    width: 60%;
    margin-left: -18.5rem;
    margin-top: -15rem;
  }

  section.vitrine .item.slide2 .column-three {
    margin-top: 3.1rem;
  }

  section.vitrine .item.slide2 .column-three ul {
    width: 70%;
    margin: -1rem auto 0;
  }
}

@media (min-width:992px) {
  section.vitrine .item.slide2 .container>img.title {
    margin: 0 auto;
  }

  section.vitrine .item.slide2 .column-one,section.vitrine .item.slide2 .column-three {
    margin: 0;
  }

  section.vitrine .item.slide2 .column-two {
    margin: 0;
  }

  section.vitrine .item.slide2 .column-two img.title {
    /*width: 90%;*/
    display: block;
    margin: 0 auto 45px auto;
  }

  section.vitrine .item.slide2 .column-two img.pencil {
    margin: -1rem auto 0;
  }
}

section.vitrine .item .description {
  padding: 0 7rem;
  margin-bottom: 2rem;
}

section.vitrine .item .description h3 {
  font-size: 2rem;
  line-height: 1.4;
  padding: 0 4rem;
  margin: auto;
}

section.vitrine .item .description p {
  font-size: 1.5rem;
  margin-bottom: 1.9rem;
}

@media (min-width:992px) {
  section.vitrine .item .description {
    padding: 13rem 3rem 0 5rem;
  }

  section.vitrine .item .description h3 {
    font-size: 3.15rem;
    line-height: 1.3;
    letter-spacing: 0;
  }

  section.vitrine .item .description p {
    font-size: 1.487rem;
    line-height: 1.65;
    margin: 1.2rem 0 0.8rem;
    color: #848c94;
  }

  section.vitrine .item .description a {
    color: #006747;
    font-size: 1.4rem;
  }

  section.vitrine .item .description .width50 {
    display: block;
    border-right: 1px solid #e3e4e5;
    height: 3.1rem;
    margin: 0.8rem 0 2.1rem;
  }

  section.vitrine .item .description .author p.font-oswald {
    font-size: 1.75rem;
    color: #000;
    margin: 1.9rem 0 0rem;
  }

  section.vitrine .item .description .author p.font-merriweather {
    font-size: 1.3rem;
  }
}

section.vitrine .item .catalog li.vitrine-product{
  position: relative;
  text-align: center;
  margin: auto;
  z-index: 0;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

section.vitrine .item .catalog li.vitrine-product.widthauto,
section.vitrine .item .catalog li.vitrine-produto{
  position: relative;
  text-align: center;
  margin: auto;
  z-index: 0;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

html[data-useragent*='Trident/7.0'] ul,
html[data-useragent*='MSIE 10.0'] ul,
html[data-useragent*='MSIE 9.0'] ul{
  list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

@media(max-width:991px){
  section.vitrine .item .catalog li.vitrine-product,
  section.vitrine .item .catalog li.vitrine-produto{
    margin:5rem 0 4rem 0;
  }
}

section.vitrine .item .catalog li.vitrine-product:first-of-type{
  margin-top: 0;
}

section.vitrine .item .catalog li.vitrine-produto:first-of-type,
section.vitrine .item .catalog li.vitrine-product.widthauto:first-of-type {
  margin-top: 0;
}

@media(min-width:768px) and (max-width:916px){
  section.vitrine .item .catalog li.vitrine-produto:first-of-type, section.vitrine .item .catalog li.vitrine-product.widthauto:first-of-type {
    margin-top: -7rem !important;
}
}

section.vitrine .item .catalog li.vitrine-product:last-of-type {
  margin-bottom: 0;
}

section.vitrine .item .catalog li.vitrine-product .moreInfo {
  z-index:1
}

section.vitrine .item .catalog li.vitrine-product .sale {
  z-index:1
}


section.vitrine .item .catalog li.vitrine-product a,
section.vitrine .item .catalog li.vitrine-produto a {
  position:relative;
  z-index:0;
}

section.vitrine .item .catalog li.vitrine-product img,
section.vitrine .item .catalog li.vitrine-produto img {
  width: 70%;
  max-width: 180px;
}

@media (min-width:768px) and (max-width:991px){
  section.vitrine .item .catalog li.vitrine-produto img {
    width: 50%;
  }
  section.vitrine .item .catalog li.vitrine-produto:first-of-type{
    margin-top:3rem;
  }
}

.widthauto{width:auto !important;}

@media (min-width:992px) {
  section.vitrine .item .catalog li.vitrine-product img,
  section.vitrine .item .catalog li.vitrine-produto img {
    width: 70%;
    max-width: 210px;
  }
}

section.vitrine .item .catalog li.vitrine-product.hover {
  z-index: 1;
}

section.vitrine .item .catalog li.vitrine-product.hover .sale {
  opacity: 1;
  margin-left: 0;
}

section.vitrine .item .catalog li.vitrine-product.hover .sale p {
  visibility: visible;
}

section.vitrine .item .catalog li.vitrine-product.hover .moreInfo {
  visibility: visible;
}

section.vitrine .item .catalog li.vitrine-product.hover .product {
  background: #f7f7f7;
  box-shadow: 0 1px 2px rgba(0,0,0,0.13);
}

section.vitrine .item .catalog li.vitrine-product.hover img {
  opacity:0.4;
}



@media (max-width:1123px){

  section.vitrine .item .catalog .share ul {
    text-align: center;
    padding: 0rem 3.5rem !important;
    margin: 0;
  }

  section.vitrine .item.slide2 .column-one ul {
    margin-left: 2rem;
    margin-right: -2rem;
    margin-top: 0;
  }

  section.vitrine .item.slide2 .column-one, section.vitrine .item.slide2 .column-three {
    margin: 0;
  }

  section.vitrine .item.slide2 .column-two img.pencil{
    margin: -1rem auto 0 !important;
  }
}



@media (max-width:768px){
  section.vitrine .item.slide2 .column-two img.pencil{
    width: 53%;
    margin-top: -15rem;
    margin-left: -21.6rem;
  }
  section.vitrine .item.slide2 .container>img.title{
    width: 55%;
    margin-top: -1rem;
  }
  section.vitrine .item.slide2 .column-one{
    margin-top: 1.5rem;
    height: 100rem;
    width: 40%;
    margin-left: 5rem;
  }
  section.vitrine{
    height:87rem;
  }
  section.vitrine .item .catalog li.vitrine-product {
    margin: auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2){
  section.vitrine .item .catalog .product .moreInfo span {
    position: absolute;
  }
}

@media (max-width:991px){
  section.vitrine .item .catalog .product .moreInfo span {
    position: absolute;
  }

  section.vitrine .item .column-two img.title{
    margin:0 auto;
  }
  section.vitrine .item.slide2 .column-two img.pencil {
    margin-top: -1rem;
    margin-left: -0.6rem;
    width: 40%;
  }
  section.vitrine .item.slide2 .container>img.title{
    margin-left:10rem;
  }


  section.vitrine{
    overflow: visible;
    height: auto;
  }
  section.vitrine .item.slide2 .cont{
    width:47%;
  }
  /*section.vitrine .item.slide2 .container>img.title{
    width: 61%;
    margin-left: 32%!important;
    position: relative;
    z-index: 2;
    top: 2rem;
  }*/
  section.vitrine .item.slide2 .column-three{
    margin-left: 1rem;
    height: 100%;
    width: 40%;
  }
  section.vitrine .item.slide2 .column-one{
    margin-top: 0px;
    height: 100%;
    width: 40%;
    margin-left: 5rem;
    margin-bottom: 5rem;
  }

  section.vitrine .item .catalog li.vitrine-product{
    margin-bottom: 5rem;
  }
}

@media (max-width:480px){
  section.vitrine .item.slide2 .column-one{
    margin-top: 0px;
    height: 100%;
    width: 40%;
    margin-left: 3rem;
    margin-bottom: 5rem;
  }
}

@media (max-width:320px){
  section.vitrine {
    height:74rem;
  }
}

@media (max-width:700px){
  section.vitrine .item.slide2 .column-two img.pencil {
    margin-top: -12rem;
    margin-left: -21.6rem;
    width: 40%;
    z-index: 1;
  }
  section.vitrine .item.slide2 .container>img.title{
    margin-left:10rem;
  }
}
@media (max-width:375px){
  section.vitrine .item.slide2 .column-two img.pencil{
    margin-top: -1rem;
    margin-left: -0.6rem;
    width: 60%;
  }
  section.vitrine .item.slide2 .container>img.title{
    width: 55%;
    margin-top: -1rem;
  }
  section.vitrine .item.slide2 .column-one{
    height: auto;
    width: 40%;
    margin-left: 0;
    margin-top: -3rem;
  }
  section.vitrine .item.slide2 .column-three{
    margin-top: -3rem;
    margin-left: 3rem;
  }
  /*section.vitrine{
    min-height:75rem;
  }*/
}
section.vitrine .item .catalog .product {
  padding: 1.2rem 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width:992px) {
  section.vitrine .item .catalog .product {
    padding: 2rem 0;
  }
}

section.vitrine .item .catalog .product .moreInfo {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0rem;
  bottom: auto;
  text-align: left;
}

section.vitrine .item .catalog .product .moreInfo p {
  font-size: 1rem;
}

section.vitrine .item .catalog .product .moreInfo p.font-merriweather {
  color: #848c94;
}

section.vitrine .item .catalog .product .moreInfo p.font-oswald {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}

section.vitrine .item .catalog .product .moreInfo span {
  color: #006747;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

section.vitrine .item .catalog .product .moreInfo span i {
  margin-left: 1rem;
  font-size: 2rem;
  vertical-align: text-bottom;
}

section.vitrine .item .catalog .product .moreInfo span i[class^='icon-thumbs-up'] {
  margin-left: 0.2rem;
}

section.vitrine .item .catalog .product .moreInfo span i.icon-share {
  line-height: 1;
}

@media (min-width:992px) {
  section.vitrine .item .catalog .product .moreInfo {
    bottom: 1rem;
    left: 0rem;
    top: auto;
  }

  section.vitrine .item .catalog .product .moreInfo p.font-oswald {
    font-size: 1.575rem;
    width:75%;
  }

  section.vitrine .item .catalog .product .moreInfo p.font-merriweather {
    font-size: 1.225rem;
  }
}

section.vitrine .item .catalog .share {
  position: absolute;
  top: 0;
  text-align: right;
  padding: 1rem 0 2rem;
  background: #f7f7f7;
  box-shadow: 0 1px 2px rgba(0,0,0,0.13);
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

html[data-useragent*='MSIE 9.0'] section.vitrine .item .catalog .share{
  display: none;
}

section.vitrine .item .catalog .share p {
  font-size: 1.225rem;
  margin-top: 1.4rem;
  text-align: center;
  margin: 0;
}

section.vitrine .item .catalog .share p.font-oswald {
  margin: 0.5rem auto;
  font-size: 2rem;
  line-height: 1em;
  width: 100%;
}

section.vitrine .item .catalog .share ul {
  text-align: center;
  padding: 0rem 5.5rem;
  margin: 0;
}

section.vitrine .item .catalog .share li {
  display: inline-block;
  background-color: #2a3a4a;
  color: #fff;
  font-size: 2.2rem;
  width: 5rem;
  height: 5rem;
  margin: 0.65rem 0.7rem;
  padding: 0;
  border-radius: 5rem;
}

section.vitrine .item .catalog .share li i {
  color: #fff;
  line-height: 5rem;
}

section.vitrine .item .catalog .share i.icon-times {
  color: #006747;
  font-size: 1.5rem;
  position: relative;
  margin-right: 1.7rem;
  right: 5px;
  bottom: -1rem;
  text-align: right;
}

section.vitrine .item .catalog .flip .product {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

section.vitrine .item .catalog .flip .share {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}


html[data-useragent*='MSIE 9.0'] section.vitrine .item .catalog .flip .share{
  display: block;
  z-index: 10;
}

section.vitrine .item .catalog .sale {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0rem;
  line-height: 3rem;
  padding-left: 4rem;
  opacity: 1;
  margin-left: 5rem;
  pointer-events: none;
  width: 15rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: .3s;
  transition: .3s;
}

section.vitrine .item .catalog .sale p {
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  font-family: 'sourcesans';
}

section.vitrine .item .catalog .sale p.from {
  font-weight: 600;
  margin-top: 3px;
  font-size: 1rem;
  text-decoration: line-through;
}

section.vitrine .item .catalog .sale p.to {
  font-weight: 700;
  color: #cc3434;
  font-size: 1.2rem;
}

section.vitrine .item .catalog .sale .desc {
  position: absolute;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background-image: url(../assets/img/discount_banner.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 2px;
}

@media (max-width:991px) {
  section.vitrine .item .catalog .product{
    padding: 0;
  }

  section.vitrine .item .catalog .sale{
    position: inherit;
    left: 0;
    top: 0;
    bottom: 0rem;
    line-height: 3rem;
    padding-left: 0;
    margin-left: 0;
    pointer-events: none;
    width: 7rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: .3s;
    transition: .3s;
  }


  section.vitrine .item .catalog .sale .desc{
    position: absolute;
    width: 4rem;
    height: 4rem;
    color: #fff;
    background-image: url(../assets/img/discount_banner.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    padding-top: 3px;
    top: 0;
  }
  section.vitrine .item .catalog .product .moreInfo{
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    text-align: left;
  }
  section.vitrine .item .catalog li.vitrine-product.hover .sale{
    opacity: 1;
    margin-left: 0;
  }
  section.vitrine .item .catalog .sale p.from{
    font-weight: 600;
    margin-top: 3px;
    font-size: 1rem;
    text-decoration: line-through;
    margin-left: 5rem;
    width: 100%;
  }
  section.vitrine .item .catalog .sale p.to {
    font-weight: 700;
    color: #cc3434;
    font-size: 1.2rem;
    width: 100%;
    margin-left: 5rem;
  }
  section.vitrine .item .catalog .product .moreInfo p.font-oswald {
    letter-spacing: 0.04em;
    font-size: 1.5rem;
  }
  section.vitrine .item .catalog .product .moreInfo p {
    font-size: 1.2rem;
  }
  section.vitrine .item .catalog .sale p.to {
    font-size: 1.2rem;
  }
}

@media (min-width:992px) {
  section.vitrine .item .catalog .sale {
    opacity: 0;
    margin-left: 0;
    line-height: 4rem;
    padding-left: 5rem;
    top: 1rem;
    bottom: auto;
  }

  section.vitrine .item .catalog .sale:before {
    font-size: 1.4rem;
    font-weight: 700;
    width: 4rem;
    height: 4rem;
    bottom: auto;
    top: auto;
  }

  section.vitrine .item .catalog .sale p {
    width: auto;
    visibility: visible;
  }

  section.vitrine .item .catalog .sale p.from {
    font-size: 1.2rem;
  }

  section.vitrine .item .catalog .sale p.to {
    font-size: 1.6rem;
  }
}

section.vitrine .item .mosaic .col-md-10 {
  height: 30rem;
  position: relative;
  background: #eee;
  margin-top: 3rem;
}

@media (min-width:992px) {
  section.vitrine .item .mosaic .col-md-10 {
    position: absolute;
    height: 100%;
    margin-top: 0;
  }
}

section.vitrine .item .mosaic ul.related {
  padding: 0;
}

section.vitrine .item .mosaic ul.related img {
  width: 100%;
}

section.vitrine .item .mosaic ul.related li {
  position: relative;
  padding: 0;
}

section.vitrine .item .mosaic ul.related p {
  padding: 1rem 0;
  font-size: 2.1rem;
  line-height: 1.35;
}

section.vitrine .item .mosaic ul.related p i {
  display: block;
}

section.vitrine .item .mosaic ul.related p span {
  font-size: 1.3125rem;
  display: block;
}

@media (max-width:768px) {
  section.vitrine .item .mosaic ul.related p {
    margin-top: 4rem;
  }
}

section.vitrine .item .mosaic ul.related .product span:before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

@media (max-width:370px){
  section.mosaic .storesLojas .col-xs-6{

  }
  #home section.vitrine .slick-list{
    /* height:64rem;*/
  }

} 


@media (min-width:992px) {
  section.vitrine .item .mosaic .product span {
    position: absolute;
    background-color: rgba(0,103,71,0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    text-align: center;
    padding: 7rem 2rem 0;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    -webkit-transition: .35s;
    transition: .35s;
  }

  section.vitrine .item .mosaic .product span p.title {
    font-size: 4rem;
    margin-top: 2rem;
  }

  section.vitrine .item .mosaic .product span a {
    position: relative;
    z-index: 2;
    margin-top: 20rem;
  }

  section.vitrine .item .mosaic .product span.big {
    padding: 20rem 2rem 0;
  }

  section.vitrine .item .mosaic .product span:before {
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    -webkit-transition: .35s;
    transition: .35s;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  section.vitrine .item .mosaic .product:hover span {
    opacity: 1;
    padding: 6.2rem 5rem 0;
  }

  section.vitrine .item .mosaic .product:hover span.big {
    padding: 17rem 2rem 0;
  }

  section.vitrine .item .mosaic .product:hover span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width:991px) {
  section.vitrine .item .mosaic .product a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (max-width:991px) {
  .menu #menuSearch .icon-search.clean,
  .menu #menuSearchOpenned .icon-search.clean {
    pointer-events: auto;
    cursor: pointer;
  }

  .menu #menuSearch .icon-search.clean:before,
  .menu #menuSearchOpenned .icon-search.clean:before {
    content: 'g';
  }
}

@media (min-width:992px) {
  .menu #menuSearch .input-group,
  .menu #menuSearchOpenned .input-group {
    position: relative;
  }

  .menu #menuSearch .twitter-typeahead,
  .menu #menuSearchOpenned .twitter-typeahead {
    width: 100%;
    padding-top: initial;
  }

  .menu #menuSearch .secondary-typeahead,
  .menu #menuSearchOpenned .secondary-typeahead {
    width: 100%;
    height: 100%;
  }

  .menu #menuSearch .input-group-addon,
  .menu #menuSearchOpenned .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
  }

  .menu #menuSearch .input-group-addon i,
  .menu #menuSearchOpenned .input-group-addon i {
    position: relative;
    top: 8px;
  }

  .menu #menuSearch .tt-dropdown-menu,
  .menu #menuSearchOpenned .tt-dropdown-menu {
    width: calc(100% + 2px);
    margin-left: -1px;
  }

  .menu #menuSearch .tt-dropdown-menu .tt-suggestion:after,
  .menu #menuSearchOpenned .tt-dropdown-menu .tt-suggestion:after {
    display: none;
  }
}

.menu>header {
  opacity: 0;
}

.menu header nav ul.nav.navbar-right {
  border: none;
}

.menu .main {
  -webkit-transition: margin .5s ease-out;
  transition: margin .5s ease-out;
  height: calc(100vh - 342px);
  white-space: nowrap;
  margin-top: 10rem;
}

.menu .main:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}

.menu .main .row {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}


@media (min-height:630px) and (max-height:770px){
  .menu .container .row ul {
    text-align: center;
    font-size: 1.8rem !important;
    margin-bottom: 2.15rem;
  }
  .menu .container .row ul.big {
    font-size: 6rem !important;
  }
}

@media (max-width:991px){
  .menu .container .row ul.big {
    font-size: 2.7rem !important;
  }
}


.menu .container .row ul {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 2.15rem;
}

.menu .container .row ul a {
  line-height: 1.2;
  color: #fff;
}

.menu .container .row ul li {
  margin-bottom: 2.3rem;
}

.menu .container .row ul li:first-child {
  margin-top: 0;
}

.menu .container .row ul li:last-child {
  margin-bottom: 0;
}

.menu .form-group {
  margin: 3rem 0;
}

.menu .footer {
  background: #FFF;
  padding-top: 3.6rem;
  padding-bottom: 5rem;
  margin-top: 22px;
}

.menu .footer .practical-info {
  border: 0;
}

.menu .footer .practical-info .row div {
  padding: 0;
}

.menu .footer .contact p {
  font-size: 1.5rem;
  padding: 0;
  line-height: 2;
}

.menu .footer .contact .social-network {
  margin-bottom: 2.7rem;
  margin-top: 0;

}

.menu .footer .contact .social-network li {
  margin: 0;
  display: inline-block;
  float: none;
  width: 23%;
}

ul.socialHeader li {
  display:block !important;
  float:left !important;
  max-width:26px !important;
  margin:0 10px !important;
}

ul.socialHeader li a {
  display:block;
  height:40px;

 }

ul.socialHeader li svg {
  width:100%;
  height:auto;
  display:block;
  position:absolute;
}

ul.socialHeader li path {
  fill:#006747;
}


@media (min-width:768px) and (max-width:1199px) {
  .menu .footer .contact .menu-brand-logo {
    margin: 4px 0 0 5px;
  }
}

@media (min-width:992px) {
  .menu.big li {
    margin-bottom: 4rem;
  }

  .menu .container .row ul {
    text-align: left;
    margin-bottom: 0rem;
  }

  .menu .container .row ul.big {
    font-size: 6rem;
  }
}

body#article-two .hero {
  padding-bottom: 7rem;
}

@media (min-width:768px) {
  body#cinema .hero {
    margin-bottom: 7rem;
  }
}

body#cinema section.cinemaCatalog h2 {
  display:  block; padding: 60px 0; text-align: center; border: 1px solid #e3e4e5;
}

body#cinema section.cinemaSoon {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

body#entertainment .hero {
  margin-bottom: 0rem;
}

@media (min-width:992px) {
  body#entertainment .hero {
    margin-bottom: 6rem;
  }
}

body#entertainment .justifiedList .btn-group {
  margin: auto;
}

body#entertainment .justifiedList .btn-group-justified .btn-group a {
  padding: 2.5rem 0;
}

@media (max-width:767px) {
  body#entertainment .cinemaSoon {
    padding-bottom: 0;
  }
}

body#entertainment .cinemaSoon a.more {
  margin-top: 3rem;
}

body#entertainment .bowling h2 {
  margin-bottom: 5rem;
}

body#entertainment .bowling p.title {
  font-size: 2.4rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

body#entertainment .bowling a.btn {
  margin-top: 3rem;
}
body#entertainment .bowling .social{
  display:block;
  margin-bottom:3px;
}

body#entertainment .bowling .social a{
  display:inline-block;
  margin-right:16px;
}
body#entertainment .bowling .social h3{
  font-family:'oswald';
  display:block;
  font-size:15px;
}

body#movie section.hero {
  background-color: #24292e;
}

body#movie section.hero .contentMovie {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  background-size: cover;
}

@media (max-width:991px) {
  body#movie section.cinemaSoon {
    padding: 0;
  }

  body#movie section.cinemaAbout {
    padding-top: 3rem;
  }
}

@media (min-width:768px) {
  body#movie section.cinemaCatalog {
    padding-top: 4rem;
  }
}

body#product .carousel {
  margin: 1rem 0;
  border-top: 1px solid #e3e4e5;
  border-bottom: 1px solid #e3e4e5;
}

@media (min-width:768px) {
  body#product .carousel {
    border-left: 1px solid #e3e4e5;
    border-right: 1px solid #e3e4e5;
  }
}

body#product section.otherproducts {
  padding-top: 0;
}

body#product section.otherproducts h2 {
  margin-bottom: 3rem;
  padding-top:1rem;
}

.verTodas{
  margin-top:5rem;
}
body#results p.searchResult {
  display: block;
}

.result-width{
  width: auto !important;
}

.result-title{
  text-transform: uppercase;
  color: #006747;
  font-size: 25px;
}
.qtdItensFacet{
  display: initial !important;
  font-size: 1.75rem !important;
  font-family: 'oswald' !important;
  font-weight: 300 !important;
}
body#results section.justifiedList .btn-group {
  width: 8rem;
}

body#results .hero {
  margin-bottom: 7rem;
}

@media (max-width:991px) {
  body#results section.productMosaic .sort {
    display: block;
  }
}

body#shoppings .justifiedList a {
  color: #000;
}

body#shoppings .hero {
  margin-bottom: 4rem;
}

body#shoppings a.pic:hover+a p.title {
  color: #006747;
}

@media (max-width:991px) {
  body#shoppings section.clearingFixing {
    padding: 1rem 0 6rem;
  }
}

body#store section.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  /* background-image: url('../assets/img/store-hero-bg.png'); */
  background-position: 34rem -27rem;
  background-repeat: no-repeat;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-transition: .15s;
  transition: .15s;
}

body#store section.hero {
  padding:0 !important;
}


body#store:not(.deviceapp):not(.mapaVillagedeviceapp) svg text,
body#store:not(.deviceapp):not(.mapaVillagedeviceapp) svg #localizacao{
	display:none;
}

body#store section.hero .wrapMapInfo {
  position:relative;
  z-index:2;
  width:100%;
  padding:7rem 0;
  background: url('../assets/img/pixel-transparente.png');
}

@media (min-width:768px) and (max-width:1199px) {
  body#store section.hero:before {
    background-position: 20rem -27rem;
  }
}

@media (min-width:768px) and (max-width:1199px) and (orientation:portrait) {
  body#store section.hero:before {
    background-position: 26rem;
    background-size: 110%;
  }
}

body#store section.hero.expand:before {
  opacity: 1;
  z-index: 1;
}

@media (min-width:768px) and (max-width:1199px) {
  body#store section.hero .balloon {
    left: 42rem;
  }

  body#store section.hero.expand .balloon {
    opacity: 1;
  }
}

@media (min-width:768px) and (max-width:1199px) and (orientation:portrait) {
  body#store section.hero .balloon {
    left: 29.5rem;
    top: 2rem;
  }
}

@media (max-width:991px) {
  body#store section.hero h3 {
    margin: 0.5rem 0 0;
  }

  body#store section.hero p {
    font-size: 1.2rem;
  }

  body#store section.hero a {
    font-size: 1.2rem;
    margin: 0;
  }

  body#store section.hero:before {
    background-position: 0 -4rem;
    background-size: cover;
  }

  body#store section.hero.expand:before {
    background-position: 0 -4rem;
  }

  body#store section.hero .map-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .5rem 1rem;
  }

  body#store section.hero .map-link i {
    margin: 0;
    font-size: 1.4rem;
  }

  body#store section.hero #closeHero {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    top: 1rem;
    right: 1rem;
  }
}

@media (max-width:767px) {
  body#store section.happenings {
    padding-top: 0;
  }
}

body#storeSummary .hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
body#storeSummary .bgloja, .secCut.bgloja {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    opacity: 0.4; 
    top:0; 
    background-size:cover;
}
body#pageInside .hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../assets/img/bg-pagina-interna.png');
  background-size: cover;
}
body#storeSummary .sidebar .form-group .icon-search.clean {
  pointer-events: auto;
  cursor: pointer;
}

body#storeSummary .sidebar .form-group .icon-search.clean:before {
  content: 'g';
}

body#tipsAndNews section.tipsAndNews .social-network li {
  display: inline;
  float: left;
  margin-right: 1rem;
}

body#tipsAndNews section.tipsAndNews .social-network li h2 {
  font-size: 20px;
}

body#storeSummary .hero .btn-centromedico a {
  top:-10px;
  position:relative;
}

body#storeSummary .hero .btn-centromedico a.back {
  margin-top:10px;
  padding:1.5rem 5.9rem;
}

body#storeSummary .hero .btn-centromedico.medicos a.back {
  padding:1.5rem 4.5rem;
}

body#store section.hero .wrapMapInfo .linkZoomClinica {
  padding-top:30px;
}

body#store section.hero .wrapMapInfo .btn-centromedico.medico {
  padding-top:40px;
}

body#store section.hero .wrapMapInfo .linkZoomClinica a.map-link {
  padding:1.5rem 5.7rem;
  position:relative;
  z-index:0;
}

body#store section.hero .wrapMapInfo .linkZoomClinica a.back {
  margin-top:10px;
  position:relative;
  z-index:1;
  padding:1.5rem 4.5rem;
}
body#store section.hero.lojasClinicas .wrapMapInfo {
  padding:4.2rem 0;
}

body#storeSummary section.hero.lojasClinicas {
  padding:7rem 0 38px 0;
}

body#store section.hero.medicoInterna .wrapMapInfo {
  padding:6rem 0;
}


@media (max-width:992px) {
  body#store section.hero .wrapMapInfo .linkZoomClinica a.back {
    top:0.5rem;
  }
  body#storeSummary .hero .btn-centromedico {
    text-align:left;
  }
  body#storeSummary section.hero.lojasClinicas {
    padding:1.5rem 0 3rem 0;
  }
  body#storeSummary .hero .btn-centromedico a, body#storeSummary .hero .btn-centromedico a.back {
    padding-left:0;
    padding-right:0;
    width:240px;
    height:50px;
  }
  body#store section.hero.medicoInterna .wrapMapInfo {
    padding:2.5rem 0 5.5rem 0;
  }
  body#store section.hero.medicoInterna .wrapMapInfo a {
    height:50px;
    width:240px;
    padding:0;
    right:inherit;
    left:15px;
    line-height:50px;
  }
}

@media (max-width:767px) {
  body#tipsAndNews section.tipsAndNews {
    padding-top: 4rem;
  }
  body#storeSummary section.hero.lojasClinicas {
    padding:3rem 0;
  }
  body#store section.hero .wrapMapInfo .linkZoomClinica a {
    padding-left:0;
    padding-right:0;
    width:240px;
  }
}

@media (max-width : 680px){
  body#store section.hero.medicoInterna .wrapMapInfo {
    padding:3rem 0 5.5rem 0;
  }
}

@media (max-width : 480px){
  body#store section.hero .wrapMapInfo .linkZoomClinica a.map-link {
    padding:1.5rem 9rem;
    right:0;
  }
}




body#tipsAndNews .sidebar .icon-search.clean {
  pointer-events: auto;
  cursor: pointer;
}

body#tipsAndNews .sidebar .icon-search.clean:before,body#products .icon-search.clean:before {
  content: 'g';
}

.icon-search2::before {
  content: "k";
}

.input-group {
  border: 2px solid #fff;
}

.input-group input {
  border: none;
}

.input-group-addon {
  background-color: #006747;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
}

.form-group span {
  color: #006747;
  top: 1.6rem;
}

.form-group .tooltipError {
  position:absolute;
  width:100%;
  height:30px;
  line-height:30px; 
  text-align:center;
  background-color:#F26868;
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  font-size:12px;
  top: -32px;
  display:none;
}

.form-group .tooltipError.show {
  opacity:1;
}

#header-search .tooltipError {
  width:100%;
  height:30px;
  line-height:30px; 
  text-align:center;
  background-color:#F26868;
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  font-size:12px;
  top: -32px;
  display:none;
}

#header-search .tooltipError.show {
  opacity:1;
}

#menuPrincial .tooltipError {
  width:100%;
  height:30px;
  line-height:30px; 
  text-align:center;
  background-color:#F26868;
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  font-size:12px;
  top: 43px;
  display:none;
  
}

#menuPrincial .tooltipError.show {
  opacity:1;
}

.ui-autocomplete {
  background-color:#fff;
  border:1px solid #e3e4e5;
  width:240px;
}
.ui-autocomplete a {
  display:block;
  padding:10px 10px;
  color:#006747;
  font-size:12px;
  font-weight:600;
  line-height:16px;
  transition:all 300ms ease;
  cursor:pointer;
}

.ui-autocomplete a.ui-state-hover {
  background:#e3e4e5 !important;
}

@media (max-width:991px) {
  .form-group span {
    color: #006747;
    top: 0.3rem;
  }
}

.form-control {
  height: 6.5rem;
  outline: none;
  padding: 6px;
  box-shadow: none;
  border-radius: 0;
  appearance: none!important;
  -webkit-appearance: none!important;
}

.form-control.small {
  height: 3.5rem;
}
textarea{
  resize:none;
}

@media (max-width:991px) {
  .form-control {
    height: 3.9rem;
    box-shadow: none;
  }

  .form-control.has-feedback {
    padding-right: 30px;
  }
}

.carousel-indicators,.slick-dots {
  bottom: 0;
}

@media (max-width:991px) {

  .carousel-indicators button,.slick-dots button {
    width: 3rem!important;
    margin: 0 .3rem;
  }
}

.carousel-control {
  background-color: #006747;
  border: none;
  top: 45%;
  height: 5rem;
  font-size: 1.3rem;
  padding: 2rem 1rem;
  opacity: 1;
  width: auto;
  text-shadow: none;
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control.left {
  background-image: none;
  text-align: left;
  float: left;
  top:29rem;
}

.carousel-control.right {
  background-image: none;
  text-align: right;
  float: right;
  top:29rem;
}

.cinema .carousel-control {
    top:35rem;
  }

.mosaic .carousel .carousel-control.left{
  top:31rem;
}
.mosaic .carousel .carousel-control.right{
  top:31rem;
}

#slidePageStatic .carousel .carousel-control.left{
  top:31rem;
}
#slidePageStatic .carousel .carousel-control.right{
  top:31rem;
}


.informativo.clinicas {border-bottom:1px solid #e3e4e5; text-align:left; padding:30px 0 50px 0}
.informativo.clinicas h2 {font-weight:600; font-size:24px; line-height:34px; font-family: 'sourcesans';}
.informativo.clinicas p {font-weight:400; font-size:18px; line-height:24px; color:#848c94; font-family:'sourcesans'; padding:10px 0 30px 0;}
.informativo.clinicas a {height:40px; line-height:37px; padding:0 80px; border:2px solid #006747; color:#006747; font-size:13px; text-transform:uppercase; display:inline-block;}

.informativo.medicos {border-bottom:1px solid #e3e4e5; text-align:left; padding:50px 0 50px 0; clear:both;}
.informativo.medicos p {font-size:22px; line-height:30px; color:#848c94; padding:20px 0 30px 0;}
.informativo.medicos a {padding:0; height:45px; line-height:45px; width:250px;}

.importante.clinicas {padding:50px 0 0 0}
.importante.clinicas h2 {padding-bottom:45px;}
.importante.clinicas p {border:1px solid #333333; font-weight:400; font-size:18px; line-height:60px; color:#fff; height:60px; margin:0 15px; text-align:left; padding:0 20px;background:#333333;}
.importante.clinicas p span {display:inline-block; margin-right:8px;}
.importante.clinicas p svg {display:inline-block; width:30px; height:30px; vertical-align:middle; margin-right:10px;}
.importante.clinicas p svg path {fill:#fff;}
.importante.clinicas p span strong {font-family:'oswald'; font-weight:500; color:#fff; text-transform:uppercase; font-size:16px;}

.importante.medicos {padding:80px 0 0 0}

.happenings.clinicas {padding:50px 0; margin-bottom:50px; width:100%; overflow:hidden; border-bottom:1px solid #e3e4e5;}

#happening-carousel.carousel {overflow:hidden; height:370px;}
#happening-carousel.carousel .carousel-control.right,
#happening-carousel.carousel .carousel-control.left {top:18rem;}

#equipemedica-carousel.carousel .carousel-control.right,
#equipemedica-carousel.carousel .carousel-control.left {top:12rem;}

@media (max-width : 992px){
  #equipemedica-carousel.carousel .carousel-control.right,
  #equipemedica-carousel.carousel .carousel-control.left {top:8rem;}
}
@media (max-width : 680px){
  #equipemedica-carousel.carousel .carousel-control.right,
  #equipemedica-carousel.carousel .carousel-control.left {top:9rem;}
}
@media (max-width : 480px){
  #equipemedica-carousel.carousel .carousel-control.right,
  #equipemedica-carousel.carousel .carousel-control.left {top:18rem;}
}

/* LANDING PAGE CENTRO MÉDICO */

#centromedicoHome {text-align:left; padding:70px 0; position:relative; overflow:hidden;}
#centromedicoHome h2 {font-size:24px; line-height:35px; font-weight:700; color:#000}
#centromedicoHome p {font-size:19px; color:#777f87; line-height:30px; padding-bottom:30px; font-weight:300}
#centromedicoHome img {width:100% !important; height:auto !important;}

#centromedicoHome .text {padding-top:20px; padding-bottom:20px; overflow:hidden;}
#centromedicoHome .img {padding-top:10px; padding-bottom:20px}
#centromedicoHome .acesso {font-size:24px; font-weight:700; color:#008e60; line-height:35px; margin-bottom:20px}
#centromedicoHome .acesso i {display:inline-block; width:19px; height:27px; background:url(../assets/img/centro-medico-brs/pin.png) no-repeat center; margin-right:7px; vertical-align:baseline;}

#centromedicoHome .informacoes {border-top:1px solid #e3e4e5; padding-top:20px; padding-bottom:15px; position:relative;}

#centromedicoHome .actions {background:url(../assets/img/centro-medico-brs/bg-actions.png) repeat-y center top; z-index:10; width:100%; opacity:0; height:0; position:relative; transition:all 600ms ease;}
#centromedicoHome .actions div {position:relative; height:100%;}
#centromedicoHome .actions div a {display:block; font-family:'oswald'; font-size:25px; line-height:40px; text-align:center; color:#fff; position:relative; top:50%; transform:translateY(-50%); font-weight:700; padding:25px 0;}
#centromedicoHome .actions div a.mobile {display:none;}
#centromedicoHome .actions div.left {background:#006A51; padding:0;}
#centromedicoHome .actions div.right {float:right; background:#1C242A;padding:0;}

#centromedicoHome > .container {padding:0 0 80px 0; overflow:hidden;}
#centromedicoHome .infFotoMedical {background:rgba(0,0,0,0.6);overflow:hidden;position:absolute; width: calc(100% - 31px); bottom:0;}
#centromedicoHome .infFotoMedical p{color:#fff; padding:0; text-align:center; width:100%; font-size:17px;}

#centromedicoHome .linkMapa{padding:0px 45px;}
#centromedicoHome .verMapa p{font-family: 'Oswald'; text-transform:uppercase; text-align:center; font-size:16px; padding:0 0 1px 0;}
#centromedicoHome .verMapa img{width:auto !important; display:block; margin:0 auto;}
#centromedicoHome .verMapa hr{margin:0}
#centromedicoHome .verMapa a{text-transform:uppercase; text-align:center; font-family:'Oswald';margin:7px auto 45px auto;position:relative;width:inherit;text-align:center;width:118px;}
#centromedicoHome .verMapa a:before{content: "b"; font-size:18px; font-family:"multiplan"; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; speak:none; line-height:1; -webkit-font-smoothing:antialiased;padding-right:4px;position:absolute;top:50%;transform:translateY(-50%);left:1px;}
#centromedicoHome .verMapa i.icon-pin{font-size:18px;}

@media (max-width:992px){
	#centromedicoHome .linkMapa{padding:0;}
}

.happenings.centromedico {
  border:0;
   border-top:1px solid #e3e4e5;
}
.happenings.centromedico a.title {
  padding-top:10px;
}
.happenings.centromedico a.categoria {
  display:none;
}

@media (max-width:992px){
  /*#centromedicoHome .actions {background:none; overflow:hidden;}
  #centromedicoHome .actions div {margin-bottom:10px; float:none; clear:both;}*/
  #centromedicoHome .actions div a.desktop {display:none;}
  #centromedicoHome .actions div a.mobile {display:block;}
  #centromedicoHome .infFotoMedical p{color:#fff; padding:0; text-align:center; width:100%; font-size:15px;}
}
@media (max-width:991px){
  #centromedicoHome{padding:40px 0 70px 0}
}
@media (max-width:768px){
  #centromedicoHome{padding:20px 0 70px 0}
}
@media (max-width:680px){
  #centromedicoHome .actions div a {font-size:18px; font-weight:400; line-height:22px;}
  #centromedicoHome .infFotoMedical p{font-size:12px;line-height:15px; padding:5px 0}
}
@media (max-width:480px){
  #centromedicoHome .actions div a {font-size:14px; line-height:16px;}
}


@media (min-width:1024px) and (max-width:1024px){
	.hero.home .carousel-control {
		top:25rem;
	}
	
  .cinema .carousel-control {
    top:35rem;
  }

  #slidePageStatic .carousel .carousel-control.left{
    top:24rem;
  }
  #slidePageStatic .carousel .carousel-control.right{
    top:24rem;
  }

}


@media (min-width:1280px) {
  .hero.home .carousel-control.left {
    top:27rem;
  }

  .hero.home .carousel-control.right {
    top:27rem;
  }
  
}

#store-carousel .carousel-control.left {
  top:20rem;
}

#store-carousel .carousel-control.right {
  top:20rem;
}

@media (max-width:1024px){
  #happening-carousel.carousel .carousel-control.right,
  #happening-carousel.carousel .carousel-control.left {top:5rem;}
}

@media (min-width:992px) {
  .carousel-control {
    background: rgba(0,0,0,0.15);
    height: 7rem;
    font-size: 2rem;
    padding: 2.4rem 1.5rem;
  }
}

@media (max-width:992px) {

  #store-carousel .carousel-control.left {
    top:20rem;
  }

  #store-carousel .carousel-control.right {
    top:20rem;
  }

  #store-carousel-mobile .carousel-control.left {
    top:32rem;
  }

  #store-carousel-mobile .carousel-control.right {
    top:32rem;
  }

  .mosaic .carousel .carousel-control.left{
    top:31rem;
  }
  .mosaic .carousel .carousel-control.right{
    top:31rem;
  }

  .cinema .carousel-control {
    top:20rem !important;
  }

  #slidePageStatic .carousel .carousel-control.left{
    top:16rem;
  }
  #slidePageStatic .carousel .carousel-control.right{
    top:16rem;
  }

  .happenings.clinicas {padding:50px 0 0 0;}

  #happening-carousel.carousel .carousel-control.right,
  #happening-carousel.carousel .carousel-control.left {top:4rem;}

  .importante.clinicas p {line-height:22px; text-align:center; height:auto; padding:20px 20px;}
  .importante.clinicas p span {display:block; margin:0 0 10px 0;}
  .importante.clinicas p svg {margin-right:7px;}

}

@media (max-width:680px) {
  #store-carousel-mobile .carousel-control.left {
    top:20rem;
  }

  #store-carousel-mobile .carousel-control.right {
    top:20rem;
  }

  .mosaic .carousel .carousel-control.left{
    top:22rem;
  }
  .mosaic .carousel .carousel-control.right{
    top:22rem;
  }

  .cinema .carousel-control {
    top:20rem !important;
  }

  #slidePageStatic .carousel .carousel-control.left{
    top:14rem;
  }
  #slidePageStatic .carousel .carousel-control.right{
    top:14rem;
  }

}

@media (max-width:500px) {
  #home .carousel-control{
    top:13rem;
  }
  #cinema .carousel-control{
    top:20rem;
  }

  #store-carousel-mobile .carousel-control.left {
    top:10rem;
  }

  #store-carousel-mobile .carousel-control.right {
    top:10rem;
  }

  .mosaic .carousel .carousel-control.left{
    top:23rem !important;
  }
  .mosaic .carousel .carousel-control.right{
    top:23rem !important;
  }

  .cinema .carousel-control {
    top:20rem !important;
  }

  #slidePageStatic .carousel .carousel-control.left{
    top:5rem;
  }
  #slidePageStatic .carousel .carousel-control.right{
    top:5rem;
  }

  #happening-carousel.carousel {height:395px;}

}

section.productDetail .preview .controls:hover .carousel-control {
  background-color: #006747;
  color: #fff;
}

section.productDetail .preview .mainImg:hover~.controls .carousel-control {
  background-color: #006747;
  color: #fff;
}
section.productDetail .carousel-inner>.item{
  display: block;
}

section:not(.productDetail):hover .carousel-control {
  background-color: #006747;
  color: #fff;
}

.slick-dots {
  bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border-radius: 0;
  border: none;
  background: #FFF;
  width: 5rem;
  height: 0.4rem;
  margin: 0 .5rem;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  text-indent:-99999px;
}

.slick-dots li.slick-active button {
  border: none;
  background: #006747;
  width: 5rem;
  height: 0.4rem;
}

.hero.home .slick-dots li button {
  text-indent:-9999px;
}

.store-carousel .slick-dots li.slick-active button,
.store-carousel-mobile .slick-dots li.slick-active button {
  text-indent:-99999px;
}

.navbar {
  min-height: inherit;
}

@media (max-width:991px) {
  ol.carousel-indicators,.slick-dots {
    display: none;
  }
}

.bootstrap-select {
  margin: 1rem 0 1rem 1rem!important;
  outline: none;
}

.bootstrap-select button {
  border-radius: 0;
}

.bootstrap-select .open {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.bootstrap-select .selectpicker {
  padding: 1rem;
}

blockquote {
  font-size: 1.925rem;
  border-left: 0;
  border-top: 1px solid #e3e4e5;
  border-bottom: 1px solid #e3e4e5;
  padding: 2rem 0;
  margin: 3.3rem 0;
  font-weight: 600;
}

blockquote cite {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
}

blockquote cite:before {
  content: "- ";
}

@media (min-width:992px) {
  blockquote {
    margin: 4.5rem 0;
  }
}

figure {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3.1rem;
  overflow: hidden;
}

figure img {
  width: 100%;
}

figcaption,.videoCaption {
  margin: 0.8rem 0 0rem;
  padding-bottom: 0.8rem;
  color: #848c94;
  font-style: normal;
  text-align: left;
}

@media (min-width:992px) {
  figcaption,.videoCaption {
    font-style: italic;
    text-align: center;
    border-bottom: 1px solid #f2f4f6;
  }
}

.msg-textarea textarea{
  min-height: 13.7rem;
}

.hasff .msg-textarea textarea{
  min-height: 18.7rem;
}
.hascpf .msg-textarea textarea{
  min-height: 23.5rem;
}
@media (max-width:991px){
  .msg-textarea textarea{
    min-height: 10.5rem;
  }
}
.btn {
  border-radius: 0;
  padding: 1rem 3rem;
}

.btn.btn-default {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  font-family: 'oswald';
}

.btn.btn-default.btn-green {
  color: #006747;
  border-color: #006747;
}

.btn.btn-default.btn-green:hover {
  background-color: #006747;
  color: #fff;
}

.btn.btn-default.btn-green.carregando {
	color: #fff;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #006747;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    padding: 0;
	pointer-events:none;
}

.btn.btn-default.btn-green.carregando:hover{
	background:#fff;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width:991px) {
  .btn.btn-default {
    border-width: 1px;
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}

.btn.btn-default i {
  margin: 0 9px 0 -9px;
}

.btn.btn-default:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn-primary {
  padding: 1rem 3rem;
  background-color: #006747;
  color: #fff;
  font-family: 'oswald';
  text-transform: uppercase;
  border: none;
}

.btn-group .btn,.btn-group .btn-default {
  border: 1px solid #e3e4e5;
  color: #848c94;
  background: transparent;
  font-family: 'sourcesans';
  text-transform: capitalize;
}

.badges {
  margin: 2rem 0;
}

.badgeNoInput input {
  display:none;
}

@media (max-width:767px) {
  .badges {
    margin: 0;
  }
}

.badge {
  background-color: #006747;
  font-weight: 400;
  font-family: 'sourcesans';
  border-radius: 0;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.8rem 1rem;
}

.badge i {
  font-size: 0.8rem;
  height: 100%;
  margin-left: 1rem;
}

@media screen and (min-width:1231px) {
  .container {
    width: 123rem;
  }
}

#header-search {
  height: 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e3e4e5;
}

#header-search>form {
  position: relative;
}

#header-search input[type="text"] {
  font-size: 2rem;
  font-family: 'sourcesans';
  font-style: italic;
  border: none;
  outline: none;
  color: #848c94;
  padding: 0;
  margin-right: 3.4rem;
  width: 0;
  z-index: 1;
  -webkit-transition: width .4s cubic-bezier(0,.795,0,1);
  transition: width .4s cubic-bezier(0,.795,0,1);
}

#header-search i#isearch {
/*  display:none;*/
}

#header-search input[type="text"].open {
  width: 85%;
  z-index: 1;
  cursor: text;
  padding-right: 0;
}

#header-search i {
  font-size: 2rem;
  line-height: 1;
  color: #006747;
  z-index: 2;
  position: absolute;
  right: 1px;
  background-color: #fff;
  padding: 0 1rem 0 .2rem;
  top: 50%;
  margin-top: -1rem;
  cursor: pointer;
}

.twitter-typeahead {
  width: 100%!important;
  top: 0!important;
  height: 100%;
  padding-top: 1.7rem;
}

.twitter-typeahead .tt-dropdown-menu {
  background-color: #fff;
  text-align: left;
  font-weight: 200;
  width: 100%;
  border: 1px solid #e3e4e5;
  cursor: pointer;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion {
  padding: 1rem;
  font-size: 1.6rem;
  position: relative;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:nth-of-type(1) p span:after {
  content: "Roupas";
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:nth-of-type(2) p span:after {
  content: "Lojas";
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:nth-of-type(3) p span:after {
  content: "Artigos";
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
  display: inline;
  margin-left: 0.5rem;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion p span:after {
  color: #006747;
  font-weight: 600;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:after {
  color: #848c94;
  display: block;
  position: absolute;
  top: 0.8em;
  right: 1em;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:nth-of-type(1):after {
  content: "107 resultados encontrados";
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:nth-of-type(2):after {
  content: "53 resultados encontrados";
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:nth-of-type(3):after {
  content: "2 resultados encontrados";
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion:hover {
  background-color: #f2f4f6;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion.no-results {
  cursor: default;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion.no-results:after {
  display: none;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion.no-results:hover {
  background-color: #fff;
}

.twitter-typeahead .tt-dropdown-menu .tt-highlight {
  font-weight: 600;
}

.twitter-typeahead .tt-dropdown-menu .tt-footer {
  width: 100%;
  background-color: #f2f4f6;
  border-top: 1px solid #e3e4e5;
  padding: 1rem;
  cursor: pointer;
  color: #848c94;
  font-size: 1.6rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).width100 {
  width: 100%;
  margin-left: 0!important;
  margin-right: 0!important;
}

.no-rel {
  position: static;
}

.remove-all {
  cursor: pointer;
}

@media (max-width:767px) {
  .remove-all {
    display: block;
    font-size: 1.4rem;
  }
}
@media (max-width:991px) {
  section.insideGallery{
    padding-bottom:2rem;
  }
}
#article-carousel .carousel-inner {
  overflow: visible;
}

#article-carousel .slick-dots {
  margin-bottom: 0;
  bottom: -3rem;
}

@media (max-width:991px) {
  .typeahead.form-control.search {
    position: absolute!important;
    top: 0;
    left: 0;
  }

  #menuSearch .tt-dropdown-menu,
  #menuSearchOpenned .tt-dropdown-menu {
    top: 37px!important;
    width: calc(100% - 2px)!important;
    margin-left: 1px;
  }

  #menuSearch .tt-dropdown-menu .tt-suggestion:after,
  #menuSearchOpenned .tt-dropdown-menu .tt-suggestion:after {
    display: none;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-50{
  margin-top: 50px;
}

@media (max-width:680px) {
  .mt-50 {margin-top:10px}
}

@media (max-width:991px) {
  body {
    padding-top: 0!important;
  }

  .navbar-fixed-top,.navbar-fixed-bottom {
    position: static!important;
  }
}

@media (max-width:1999px){
  .establishment,
  .letter{
    margin-left:30px;
  }
}

select:focus,select:active {
  box-shadow: initial!important;
  border-color: initial!important;
  outline: initial!important;
  -webkit-appearance: menulist-button!important;
  appearance: menulist-button!important;
}

@media (min-width:992px) {
  a.phone {
    color: #848c94;
    cursor: default;
    float: left;
    margin-right: 20px;
    padding-top: 0!important;
    padding-bottom: 8px!important;
  }
}

.clear {
  clear: both;
}

.pagination {display: none;}

section.cinema * {
  -webkit-transition: all .2s ease-out !important;
  transition: all .2s ease-out !important;
}


.revistaWrapper{
    margin: 0 !important;
    width: 100% !important;
}



/*
  Carousel Proximos filmes
*/
.cinemaSoon ul li{width:20%;}


/*
  Trailer mobile
 */
@media(max-width:767px){
  .videoWrapper{
    height: 28rem !important;
    margin-top: -4rem !important;
    width: 100% !important;
  }
  .fancybox-skin{
    padding: 0 !important;
  }
  a.fancybox-item.fancybox-close.icon-times{
    z-index: 20;
    width: 7%;
  }
}

@media (max-width:380px){
  .videoWrapper{
    margin-top: -5rem !important;
  }
  video{
    height:215px;
  }
  a.fancybox-item.fancybox-close.icon-times{
    height:2rem;
  }
}

footer.intitutional .termos {text-align:center; margin-left:15px; width:33.3333% !important; padding:5px 0 0 0}
footer.intitutional .termos ul li {display:inline-block; border-left:1px solid rgba(255,255,255,0.2); padding:0 20px; font-family: "sourcesans"; float:none; width:100%}
footer.intitutional .termos ul li:first-child {border:0;}
footer.intitutional .termos ul li a {text-transform:none; text-align:center; font-weight:600; font-size:1.3rem; line-height:1.6rem !important; display:block;}

@media (max-width:768px){
  
  footer.intitutional .termos {width:100% !important; text-align:center; border:0; margin:0; padding:20px 0}
  footer.intitutional .termos ul li {display:block; clear:both; border:0; padding:10px 0;}
  footer.intitutional .termos ul li a {text-decoration:none; color:#fff; text-align:center !important; display:block; font-size:1.5rem; line-height:2rem !important;}

  footer.intitutional .col-sm-12 .termos {text-decoration:none; color:#fff; text-align:center !important; display:block; font-size:1.5rem; line-height:2rem !important; font-family:"sourcesans"; text-transform:none;}

}

/* ----------------------------------------------------------------------------- 
VILLAGE
----------------------------------------------------------------------------- */

/* HOME */

body#home section.adMagazine .container {
    background-size:cover;
    padding-bottom: 9rem;
    padding-top: 9rem;
    position: relative;
    background-color: #292c2e;
}

body#home section.adMagazine p {
    margin-top: 0;
    line-height: 1.2;
    color:#fff;
    font-size:1.8rem;
}

body#home section.adMagazine p strong {
    display:block;
    padding-bottom:1.4rem;
}

body#home section.adMagazine h3 {
    letter-spacing: 0.0125em;
    margin-top: 0.7rem;
    font-size: 5rem;
    margin-bottom: 1.5rem;
    color:#fff;
    text-transform:uppercase;
    font-family: "oswald";
}

body#home section.adMagazine .headline > div {
    padding: 2rem 0 4rem
}

body#home section.adMagazine .headline > div p.font-playfair {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    color:#fff;
}

body#home section.adMagazine .headline > div hr {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0
}

body#home section.adMagazine a {
    display: inline;
    color: #fff;
    margin-right: 2.5rem;
    color:#fff;
} 

body#home section.adMagazine a:hover {
    color: #000;
}

@media (max-width: 767px) {
    
  body#home section.adMagazine h3 {
      font-size: 2.8rem;
      text-align: center
  }
  
  body#home section.adMagazine p {
      font-size: 1.4rem;
      margin-top: 2rem;
      text-align: center;
      padding-bottom:0;
  }

  body#home section.adMagazine a {
      display: block;
      text-align: center
  }
  
  body#home section.adMagazine a {
      font-size: 1.3rem
  }
  
  body#home section.adMagazine a.btn {
      font-size: 1.6rem;
      margin-right: 0
  }
  
  body#home section.adMagazine .col-xs-12 > .row {
      margin: 0
  }

}

/* MAGAZINE */

#magazineList ul {
    width: 100%!important
}
#magazineList li {
  margin-top: 5rem;
}
#magazineList li > img {
    cursor: pointer
}
#magazineList li > img:hover~.title {
    color: #c9b67f
}
#magazineList li span {
    font-weight: 900;
    color: #000;
    margin-top: 1rem;
    display:block;
    font-family: "oswald";
}
#magazineList li a.title:hover {
    color: #c9b67f
}
@media (max-width: 767px) {
    #magazineList {
        padding-top: 3rem
    }
    #magazineList li {
        margin-bottom: 3rem
    }
}

/* ----------------------------------------------------------------------------- 
DIAMMOND MALL
----------------------------------------------------------------------------- */
/* Blog */
.comentarios{color:#2a3a4a;text-align:left;font-size:20px;margin-top:3rem;}
.fb-comments{margin-left:-13px;}


/* ----------------------------------------------------------------------------- 
TERMOS E POL�TICA DE PROVACIDADE
----------------------------------------------------------------------------- */

ol.termos, ol.termos ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.termos > li, ol.termos ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.termos > li:before, ol.termos ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

ol.termos li ol > li {
  margin: 0;
}

ol.termos li ol > li:before, ol.termos ol li ol > li:before {
  content: counters(item, ".") " ";
}

ol.termos li ol.roman > li:before, ol.termos ol li ol.roman > li:before {
  content: counter(item, lower-roman) ") ";
}

.errorSect {display: block; padding: 120px 30px; text-align: center; font-size: 3.2rem; font-family: 'oswald'; font-weight: 400;}


.brsdiamaes .dmtxt {text-align: left; overflow: hidden !important;}
.brsdiamaes .dmtxt h3 {font-size: 24px; font-weight: 700; display: block; padding: 110px 0 25px 0;}
.brsdiamaes .dmtxt p {color: #848c94; font-size: 19px; font-weight: 300; line-height: 30px;}
.brsdiamaes section.form-inside input[type="submit"] {width: 100%;}
.brsdiamaes .dmimg {position: relative;}
.brsdiamaes .dmimg img {display:block; margin: 25px auto -1px auto; max-width: 552px; width: 90%;}
.brsdiamaes .dmreg {text-align: left; color: #fff;}
.brsdiamaes .dmreg a {color: #fff; text-decoration: underline}
.brsdiamaes .dmreg a:hover {text-decoration: none;}
.brsdiamaes .dmchk {width: 20px; height: 20px; background: #fff; display: block; position: absolute; margin: 0 10px 0 0; cursor: pointer}
.brsdiamaes .dmchk img {width: 85%; margin: 1px; visibility: hidden}
.brsdiamaes .checkwid.checkeddm img {visibility: visible;}
.brsdiamaes .checkwid {text-align: left; color: #fff; padding-top: 20px;}
.brsdiamaes .checkwid input {display:none}
.brsdiamaes label {margin-top: 2px; padding: 0 0 0 35px;}
.brsdiamaes .dmsoc {position: absolute; bottom: 0; width: 100%;padding: 0 0 10px 0;}
.brsdiamaes .dmsoc .alg {width: 90%; margin: 0 auto;}
.brsdiamaes .dmsoc a {display: inline-block; width: 26px; width: 26px; margin: 0 15px 0 0}
.brsdiamaes .dmsoc a path {
    fill: #006747;
}

/*
botoes brancos acerto
 */
.input-group-addon{
-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.input-group-addon:hover{
  background-color: #fff;
}


/*
    Alterações home vitrine
*/
.button-vitrine{
    height:50px;
    margin-top: 40px;
}

.lojasParkShopping{
    margin-top: 40px;
}

.logo-lapis{
  margin-bottom:5%;
}
.logo-lapis img {
    max-height: 100%;
  }
@media (min-device-width: 768px) and (max-device-width: 1024px){
  .produtos-lapis li:nth-child(3n){
    border-right: none;
  }
  .produtos-lapis li:nth-child(4) .produto-vermelho-link{
    border-bottom: none;
  }
}
@media (max-device-width:1024px){
  section.vitrine .item .catalog .sale{
    opacity: 1 !important;
  }
  .produtos-lapis .vitrine-product .product .sale .from, .produtos-lapis .vitrine-product .product .sale .to{
    opacity: 0;
  }
  .button-vitrine {margin-top: 20px;}
  section.vitrine .item .catalog li.vitrine-product, section.vitrine .item .catalog li.vitrine-produto{
    margin: 0px 0;
  }
  .vitrine-product{
    border-right: 1px solid #e3e4e5; 
    margin: 0px 0;
    padding: 5px;
  }
  
  a.produto-vermelho-link {
    border-bottom: 1px solid #e3e4e5;
    padding-bottom: 9px;
  }
  
  .produtos-lapis li:nth-child(5) .produto-vermelho-link{
    border-bottom: none;
  }
  .produtos-lapis li:nth-child(6) .produto-vermelho-link{
    border-bottom: none;
  }
  section.vitrine .item .catalog .produtos-lapis .sale{
    left:-5px;
  }
}


@media (max-width:768px){
  section.vitrine .item .catalog li.vitrine-product, section.vitrine .item .catalog li.vitrine-produto{
    margin: 0px 0;
  }
}

@media (max-width:767px){
  .produtos-lapis li:nth-child(2n){
    border-right: none;
  }
}

@media (max-width: 320px){
  section.vitrine {
      height: auto;
      overflow: visible;
  }
  section.vitrine .slide{
    height: auto;
    overflow: visible;
  }
}

@media (min-device-width: 768px) and (max-device-width: 991px){
	.produtos-lapis .vitrine-product {min-height: 195px;}
}

/*

pagina busca lapis vermelho

 */
.lapisVermelhoBusca.product > .sale{
  position: absolute;
    margin-left: -16px;
    line-height: 4rem;
    padding-left: 0rem;
    background-image: url(../assets/img/discount_banner2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 2rem;
    bottom: auto;
    width: 5em;
    height: 51px;
}

.lapisVermelhoBusca.product .sale .desc {
    position: relative;
    height: 4rem;
    color: #fff;
    left: -3px;
    bottom: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    padding-top: 0px;
    padding-left: 1px;
    line-height: 51px;
}

.lapisVermelhoBusca.product .btn-lapis-vermelho{
    padding: 10px 20px;
    font-size: 13px;
}

@media (max-width: 414px){
  .lapisVermelhoBusca.product > .sale{
    background-image: url(../assets/img/discount_banner2.png);
    background-size: 50px 36px;
  }
  .lapisVermelhoBusca.product .sale .desc {
    left: -11px;
    line-height: 39px;
  }
}

/* css conteudo cadastrado */

.article.main p a{
  display:inline;
}

/* --------------------------------------------------------------   
APP BOX DOWNLOAD    
-------------------------------------------------------------- */

#appBox { background:#24292e url(../assets/img/bg-appbox.png) repeat-x left center; }

#appBox .contentBox { width:100%; overflow:hidden; transition:all 400ms ease; position:relative; height:0; }

#appBox .contentBox a.content { overflow:hidden; display:block; width:calc(100% - 50px); position:relative; float:left; padding:10px 0 10px 10px; height:70px; }
#appBox .contentBox a.content img { float:left; width:50px; height:50px; }
#appBox .contentBox a.content p { float:left; width:calc(100% - 50px); padding-left:10px; color:#fff; font-family:"sourcesans"; font-size:15px; line-height:18px; font-weight:400; text-align:left; }
#appBox .contentBox a.content p strong { display:block; font-weight:700; font-size:18px; }

#appBox .contentBox a.closeBox { display:block; position:relative; width:50px; height:100%; float:right; background:url(../assets/img/bot-close-appbox.png) no-repeat center center; }

@media (max-width:480px){
  #appBox .contentBox a.content p { font-size:14px; line-height:17px; padding-top:0 }
  #appBox .contentBox a.content p strong { font-size:17px; }
  #appBox .contentBox a.closeBox { width:40px; }
}


/*
    classes para APP

*/

.mapaVillagedeviceapp,
.deviceapp{padding:0;}
.map-link.deviceapp{display:none}
body.app{padding-top:5rem;}
body.app .justifiedList.stickable.mapaMenu{padding:5px 0 0 0; top:0; position:fixed;}
body.app#mapa .justifiedList.stickable.mapaMenu{position:relative;}
body.app section.mapa {//height: 100%;}
/*body.app section.mapa #Mapas{height:700px;}*/
.swiper-container, .swiper-wrapper, .swiper-slide{padding:0; margin:0;}

body.noPadding{padding-top:0 !important;}



/* --------------------------------------------------------------   
LLV Novo
-------------------------------------------------------------- */

section.llv-banner{padding:0;}
.llv-banner{background:url('../assets/img/loading.gif') center center no-repeat;background-size:50px 50px !important;position:relative;padding:0;margin:0;}
.llv-banner .swiper-slide{height:460px;width: 100%;background-position: center center;white-space: normal;position: relative;background-repeat: no-repeat;}
.llv-banner .strip {height: 4rem;width: 100%;position:relative;background:#ffffff;z-index: 1;}
.llv-banner .swiper-pagination{left: 50%;top: 50%;transform: translate(-50%, -50%);}
.llv-banner .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}
.llv-banner .swiper-pagination span{border-radius:0;border:none;background:#c7c7c7;width:5rem;height:0.4rem;margin:0 .5rem;box-shadow:0 1px 0 rgba(0,0,0,0.1);}
.llv-banner .swiper-pagination span.swiper-pagination-bullet-active{border: none;background:#880a00;width: 5rem;}
.llv-banner .icon-arrow-left:before{content: "d";}
.llv-banner .icon-arrow-right:before{content: "e";}
.llv-banner .carousel-control{display:none;background:rgba(0, 0, 0, 0.15);border:none;top:50%;transform:translateY(-50%);height:60px;font-size:30px;padding:14px 17px 5px 11px;opacity:1;width:auto;text-shadow:none;position:absolute;z-index:10;cursor:pointer;background-image:none !important;}
.llv-banner:hover .carousel-control{background:#880a00 !important;}

.llv-banner .swiper-container .container{height:100%;position:relative;}
.llv-banner .chamada{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width:100%;}
.llv-banner .chamada.esquerda{left:0;transform: translateY(-50%);text-align:left;}
.llv-banner .chamada.direita{right:0;transform: translateY(-50%);text-align:right;left:initial;}
.llv-banner .chamada h1{color:#8c1309;font-size:120px;font-family:'oswald';text-transform:uppercase;font-weight:bold;}
.llv-banner .chamada h2{color:#000000;font-family:'sourcesans';font-size:71px;font-weight:200;}

@media (max-width:991px) {
	.llv-banner .swiper-slide{background-size: auto 100%;}
	.llv-banner .chamada{text-align: center !important;width: 100%;}
	.llv-banner .chamada h1{font-size:65px;}
	.llv-banner .chamada h2{font-size:45px;}
}


/* --------------------------------------------------------------   
Menu clean hotsites
-------------------------------------------------------------- */
.busca-main-menu {display:none !important;}

.mtp-hotsite {}
.mtp-hotsite header nav .logo {background-size: 70%;}
.mtp-hotsite #header-search form{display:none;}
.mtp-hotsite header nav ul.nav.navbar-right li {box-shadow:none;}
.mtp-hotsite header nav ul.nav.navbar-right li a{display:none;}
.mtp-hotsite header nav ul.nav.navbar-right li#activateMenu a{border-left:1px solid #e3e4e5;}
.mtp-hotsite header nav ul.nav.navbar-right li#activateMenu a, .mtp-hotsite header nav ul.nav.navbar-right li#deactivateMenu a{display: table-cell;}
.mtp-hotsite header nav ul.nav.navbar-right .mob-search {display:none;}

@media (max-width:991px) {
  .mtp-hotsite header nav ul.nav.navbar-right {height:0;}
  .mtp-hotsite #activateMenu a i, .mtp-hotsite #deactivateMenu a i {top:10px;}
  .mtp-hotsite section#header .busca {display:block!important;}
  .mtp-hotsite .busca-main-menu.visible-xs-block {display:block!important;}
}

@media (max-width:991px) {
  .mtp-hotsite header nav .logo{
    background-size:35% auto;
  }
}

@media only screen and (min-width:767px) and (max-width: 992px){
	.form-991.open{height:56px;}
	.form-991.form-group span{bottom: 10px;}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	header nav ul.nav.navbar-right .mob-search{right:120px}
}


/* ------------------------------------------------------------------------------
MENU DE LINKS RÁPIDOS COM ÍCONES
------------------------------------------------------------------------------- */

@media (max-width: 992px)
{
  header nav ul.nav.navbar-right {height:84px;}
  header nav ul.nav.navbar-right:before {content:" "; display:block; position:absolute; width:100%; height:1px; background:#e3e4e5; top:0;}
  
  header nav ul.nav.navbar-right li:not(#activateMenu):not(.mob-search) {height:84px;}
  header nav ul.nav.navbar-right li a {font-size:12px; font-weight:400; color:#848c94;}

  header nav ul.nav.navbar-right li#activateMenu {width:25%; top:-6.6rem}
    
  header nav ul.nav.navbar-right li.gastronomia {width:33.33%;}
  header nav ul.nav.navbar-right li.gastronomia a {padding:53px 0 0 0 !important; border:0; background:url(../assets/img/links-rapidos-icone-gastronomia-all.png) no-repeat center top 10px;}
  
  header nav ul.nav.navbar-right li.lazer {width:33.33%;}
  header nav ul.nav.navbar-right li.lazer a {padding:53px 0 0 0 !important; border:0; background:url(../assets/img/links-rapidos-icone-lazer-all.png) no-repeat center top 10px;}
  
  header nav ul.nav.navbar-right li.lojas {width:33.33%;}
  header nav ul.nav.navbar-right li.lojas a {padding:53px 0 0 0 !important; border:0; background:url(../assets/img/links-rapidos-icone-lojas-all.png) no-repeat center top 10px;}
  
  .form-991.open {top:71px; position:absolute; width:100%; height:85px; border-bottom:1px solid rgba(0,0,0,0.1)}
  .form-991 .form-control {height:84px;}
  .form-991.form-group span {bottom:inherit; margin-right:15px;}
}

/* ------------------------------------------------------------------------------
MENU DE LINKS RÁPIDOS COM ÍCONES - BRS REWRITE COM CENTRO MÉDICO
------------------------------------------------------------------------------- */

header.brs nav ul.nav.navbar-right li {width:20%;}
header.rbs nav ul.nav.navbar-right li {width:20%;}

@media (max-width: 1366px)
{
  header.brs nav ul.nav.navbar-right li {width:auto;}
  header.brs nav ul.nav.navbar-right li.gastronomia a {padding:0 20px !important;}
  header.brs nav ul.nav.navbar-right li.lojas a {padding:0 24px !important;}
  header.brs nav ul.nav.navbar-right li.lazer a {padding:0 24px !important;}
  header.brs nav ul.nav.navbar-right li.centro-medico a, header.brs nav ul.nav.navbar-right li.centromedico a {padding:0 20px !important;}
  header.brs nav ul.nav.navbar-right li#activateMenu a {padding:0 50px !important;}

  header.rbs nav ul.nav.navbar-right li {width:auto;}
  header.rbs nav ul.nav.navbar-right li.gastronomia a {padding:0 20px !important;}
  header.rbs nav ul.nav.navbar-right li.lojas a {padding:0 24px !important;}
  header.rbs nav ul.nav.navbar-right li.lazer a {padding:0 20px !important;}
  header.rbs nav ul.nav.navbar-right li.centro-medico a, header.rbs nav ul.nav.navbar-right li.centromedico a {padding:0 20px !important;}
  header.rbs nav ul.nav.navbar-right li#activateMenu a {padding:0 50px !important;}
}
@media (max-width: 1280px)
{
  header.brs nav ul.nav.navbar-right li.gastronomia a {padding:0 18px !important;}
  header.brs nav ul.nav.navbar-right li.lojas a {padding:0 24px !important;}
  header.brs nav ul.nav.navbar-right li.lazer a {padding:0 24px !important;}
  header.brs nav ul.nav.navbar-right li.centro-medico a, header.brs nav ul.nav.navbar-right li.centromedico a {padding:0 18px !important;}
  header.brs nav ul.nav.navbar-right li#activateMenu a {padding:0 40px !important;}

  header.rbs nav ul.nav.navbar-right li.gastronomia a {padding:0 18px !important;}
  header.rbs nav ul.nav.navbar-right li.lojas a {padding:0 24px !important;}
  header.rbs nav ul.nav.navbar-right li.lazer a {padding:0 24px !important;}
  header.rbs nav ul.nav.navbar-right li.centro-medico a, header.rbs nav ul.nav.navbar-right li.centromedico a {padding:0 18px !important;}
  header.rbs nav ul.nav.navbar-right li#activateMenu a {padding:0 40px !important;}
}
@media (max-width: 1024px)
{
  header.brs nav ul.nav.navbar-right li.gastronomia a {padding:0 16px !important;}
  header.brs nav ul.nav.navbar-right li.lojas a {padding:0 20px !important;}
  header.brs nav ul.nav.navbar-right li.lazer a {padding:0 20px !important;}
  header.brs nav ul.nav.navbar-right li.centro-medico a, header.brs nav ul.nav.navbar-right li.centromedico a {padding:0 16px !important;}
  header.brs nav ul.nav.navbar-right li#activateMenu a {padding:0 40px !important;}
  
  
  header.rbs nav ul.nav.navbar-right li.gastronomia a {padding:0 16px !important;}
  header.rbs nav ul.nav.navbar-right li.lojas a {padding:0 20px !important;}
  header.rbs nav ul.nav.navbar-right li.lazer a {padding:0 20px !important;}
  header.rbs nav ul.nav.navbar-right li.centro-medico a, header.rbs nav ul.nav.navbar-right li.centromedico a {padding:0 16px !important;}
  header.rbs nav ul.nav.navbar-right li#activateMenu a {padding:0 36px !important;}
}
@media (max-width: 1024px) and (min-width: 993px)
{
  header.brs #header-search input[type="text"] {font-size:14px; line-height:33px;}
  header.rbs #header-search input[type="text"] {font-size:14px; line-height:33px;}
}
@media (max-width: 992px)
{
  header.brs nav ul.nav.navbar-right li {width:25%;}
  header.brs nav ul.nav.navbar-right li a {padding:0 !important;}
  header.brs nav ul.nav.navbar-right li.centro-medico a, header.brs nav ul.nav.navbar-right li.centromedico a {border-top:1px solid #e3e4e5}

  header.rbs nav ul.nav.navbar-right li {width:25%;}
  header.rbs nav ul.nav.navbar-right li a {padding:0 !important;}
  header.rbs nav ul.nav.navbar-right li.centro-medico a, header.rbs nav ul.nav.navbar-right li.centromedico a {border-top:1px solid #e3e4e5}
}
@media (max-width: 992px)
{
  header.brs nav ul.nav.navbar-right {height:84px;}
  header.brs nav ul.nav.navbar-right:before {content:""; display:block; position:absolute; width:100%; height:1px; background:#e3e4e5; top:0;}
  header.brs nav ul.nav.navbar-right li:not(#activateMenu):not(.mob-search) {height:84px;}
  header.brs nav ul.nav.navbar-right li a {font-size:12px; font-weight:400; color:#848c94;}
  header.brs nav ul.nav.navbar-right li#activateMenu {width:25%; top:-6.6rem;}
  header.brs nav ul.nav.navbar-right li.gastronomia {width:26%;}
  header.brs nav ul.nav.navbar-right li.gastronomia a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-gastronomia-all.png') no-repeat center top 10px;}
  header.brs nav ul.nav.navbar-right li.lojas {width:21%;}
  header.brs nav ul.nav.navbar-right li.lojas a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-lojas-all.png') no-repeat center top 10px;}
  header.brs nav ul.nav.navbar-right li.lazer {width:23%;}
  header.brs nav ul.nav.navbar-right li.lazer a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-lazer-all.png') no-repeat center top 10px;}
  header.brs nav ul.nav.navbar-right li.centro-medico, header.brs nav ul.nav.navbar-right li.centromedico {width:28%;}
  header.brs nav ul.nav.navbar-right li.centro-medico a, header.brs nav ul.nav.navbar-right li.centromedico a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-centro-medico-all.png') no-repeat center top 10px; text-indent:0;}

  header.rbs nav ul.nav.navbar-right {height:84px;}
  header.rbs nav ul.nav.navbar-right:before {content:""; display:block; position:absolute; width:100%; height:1px; background:#e3e4e5; top:0;}
  header.rbs nav ul.nav.navbar-right li:not(#activateMenu):not(.mob-search) {height:84px;}
  header.rbs nav ul.nav.navbar-right li a {font-size:12px; font-weight:400; color:#848c94;}
  header.rbs nav ul.nav.navbar-right li#activateMenu {width:25%; top:-6.6rem}
  header.rbs nav ul.nav.navbar-right li.gastronomia {width:26%;}
  header.rbs nav ul.nav.navbar-right li.gastronomia a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-gastronomia-all.png') no-repeat center top 10px;}
  header.rbs nav ul.nav.navbar-right li.lojas {width:23%;}
  header.rbs nav ul.nav.navbar-right li.lojas a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-lojas-all.png') no-repeat center top 10px;}
  header.rbs nav ul.nav.navbar-right li.lazer {width:23%;}
  header.rbs nav ul.nav.navbar-right li.lazer a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-lazer-all.png') no-repeat center top 10px;}
  header.rbs nav ul.nav.navbar-right li.centro-medico, header.rbs nav ul.nav.navbar-right li.centromedico {width:28%;}
  header.rbs nav ul.nav.navbar-right li.centro-medico a, header.rbs nav ul.nav.navbar-right li.centromedico a {padding:53px 0 0 0 !important; border:0; background:url('../assets/img/links-rapidos-icone-centro-medico-all.png') no-repeat center top 10px; text-indent:0;}
}

.lazyBox .lazy {
    display: block;
    position:relative;
    width:100%;
}
.lazyBox.loading{
  display:block;
  padding:0 !important;
  position:relative;
  background:#fff !important;
}
.lazyBox.loading .lazy{
  background-color:#fff !important;
}
.lazyBox.loading:after {
    content: "";
    background-image:url('../assets/img/loading.gif');
    display:block;
    width:50px;
    height:50px;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
    position:absolute;
    padding:0;
    z-index:9999;
}
.carousel-control{
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
}
.carousel-control.swiper-button-disabled,
.carousel-control.slick-disabled{
  opacity:0.2;
  -moz-opacity:0.2;
  -webkit-opacity:0.2;
}

.ad .youtubeplayer{
  z-index: 99999;
  position: relative;
}

@media only screen and (max-width: 1500px), only screen and (max-device-width: 1500px){
  section.vitrine #vitrine .item.vtrni .bg-lapis{
    width:100%;
    left:0;
  }
}

section.vitrine .item.slide1 .product-list ul{
  padding-top:13rem;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px){
  section.vitrine .item.slide1 .product-list ul{
    padding-top:0;
  }
}