@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b1723f !important;
}
.bg-success {
  background-color: #fccda7 !important;
}
.bg-info {
  background-color: #7d512d !important;
}
.bg-warning {
  background-color: #bd9a7d !important;
}
.bg-danger {
  background-color: #fca45b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bd1622 !important;
  border-color: #bd1622 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c32f3a !important;
  border-color: #c32f3a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #794e2b !important;
  border-color: #794e2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4c4a !important;
  border-color: #4b4c4a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #252524 !important;
  border-color: #252524 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252524 !important;
  border-color: #252524 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7d512d !important;
  border-color: #7d512d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #452d19 !important;
  border-color: #452d19 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #452d19 !important;
  border-color: #452d19 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fccda7 !important;
  border-color: #fccda7 !important;
  color: #9f4a05 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #9f4a05 !important;
  background-color: #f9a35d !important;
  border-color: #f9a35d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9f4a05 !important;
  background-color: #f9a35d !important;
  border-color: #f9a35d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bd9a7d !important;
  border-color: #bd9a7d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9e7350 !important;
  border-color: #9e7350 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9e7350 !important;
  border-color: #9e7350 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fca45b !important;
  border-color: #fca45b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fb7a10 !important;
  border-color: #fb7a10 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb7a10 !important;
  border-color: #fb7a10 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #664224;
  color: #664224;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b1723f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1723f !important;
  border-color: #b1723f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #181818;
  color: #181818;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4b4c4a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4c4a !important;
  border-color: #4b4c4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #322012;
  color: #322012;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7d512d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7d512d !important;
  border-color: #7d512d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f99544;
  color: #f99544;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fccda7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9f4a05 !important;
  background-color: #fccda7 !important;
  border-color: #fccda7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8d6747;
  color: #8d6747;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #bd9a7d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bd9a7d !important;
  border-color: #bd9a7d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ed6e04;
  color: #ed6e04;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fca45b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fca45b !important;
  border-color: #fca45b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b1723f !important;
}
.text-secondary {
  color: #4b4c4a !important;
}
.text-success {
  color: #fccda7 !important;
}
.text-info {
  color: #7d512d !important;
}
.text-warning {
  color: #bd9a7d !important;
}
.text-danger {
  color: #fca45b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #664224 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f99544 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #322012 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8d6747 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed6e04 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7d512d;
}
.alert-warning {
  background-color: #bd9a7d;
}
.alert-danger {
  background-color: #fca45b;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1723f;
  border-color: #b1723f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b1723f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dab496;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c79063;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e8dcd2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #b1723f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1723f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1723f;
  border-bottom-color: #b1723f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b1723f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4b4c4a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rUcQk5I7bc {
  background-image: url("../img/persiana-horizontal-avermelhado.jpg");
}
.cid-rUcQk5I7bc .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-rUcQk5I7bc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rUcQk5I7bc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rUcQk5I7bc .animated-element,
.cid-rUcQk5I7bc .typed-cursor {
  color: #ffffff;
}
.cid-rUcQk5I7bc .animated-element {
  border-bottom: 5px solid #bd1622;
}
@media (max-width: 767px) {
  .cid-rUcQk5I7bc .typed-text {
    text-align: center;
  }
}
.cid-rUcSURSS25 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rUcSURSS25 H1 {
  color: #232323;
}
.cid-rUcSURSS25 .mbr-text,
.cid-rUcSURSS25 .mbr-section-btn {
  color: #767676;
}
.cid-rUcSURSS25 .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(101, 102, 99, 0.35);
  border-radius: 10px;
}
.cid-rUcSURSS25 .relative {
  position: relative;
}
.cid-rUcSURSS25 .card-img {
  width: 100%;
}
.cid-rUcSURSS25 H3 {
  color: #bd1622;
}
.cid-rUcW3PR9vE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rUcW3PR9vE .content {
    text-align: center;
  }
  .cid-rUcW3PR9vE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUcW3PR9vE .google-map {
  height: 50rem;
  width: 100%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-rUcW3PR9vE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUcW3PR9vE .google-map .gmnoprint {
  left: -1rem !important;
  top: -1rem !important;
}
.cid-rUcW3PR9vE .google-map .gm-style .place-card-large {
  margin: 1rem !important;
}
.cid-rUcW3PR9vE .google-map .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-rUcW3PR9vE .google-map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rUcW3PR9vE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUcW3PR9vE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUcW3PR9vE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-rUcW3PR9vE .google-map {
    width: 100%;
  }
  .cid-rUcW3PR9vE .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 820px) {
  .cid-rUcW3PR9vE .cell1 {
    display: none !important;
  }
}
.cid-rUcW3PR9vE .infobox1 {
  color: grey;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  margin: 28.8rem 5rem;
  max-width: 690px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 767px) {
  .cid-rUcW3PR9vE .infobox1 {
    margin: 10rem 2rem;
  }
}
.cid-rUcW3PR9vE .infobox1 .infobox-table .infobox-row .cell1 img {
  max-width: 100%;
}
.cid-rUcW3PR9vE .infobox1 .infobox-table .infobox-row .cell2 {
  padding: 41px 62px;
  width: 466px;
  background-color: black;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}
@media (max-width: 767px) {
  .cid-rUcW3PR9vE .infobox1 .infobox-table .infobox-row .cell2 {
    padding: 10px 20px;
  }
}
.cid-rUcW3PR9vE .infobox1 .infobox-table .infobox-row .cell2 a {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: white;
  margin-bottom: 10px;
  margin-top: 1px;
  position: relative;
}
.cid-rUcW3PR9vE .infobox1 .infobox-table .infobox-row .cell2 a::before {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.cid-rUcW3PR9vE .infobox2 {
  display: none;
}
@media (max-width: 768px) {
  .cid-rUcW3PR9vE .infobox1 {
    display: none;
  }
  .cid-rUcW3PR9vE .infobox2 {
    display: block;
    color: grey;
    font-weight: 300;
    line-height: 1.7;
    margin: 12rem 5rem;
    max-width: 690px;
    position: relative;
    z-index: 9;
  }
  .cid-rUcW3PR9vE .infobox2 .infobox-table .infobox-row .cell1 img {
    max-width: 100%;
  }
  .cid-rUcW3PR9vE .infobox2 .infobox-table .infobox-row .cell2 {
    padding: 41px 62px;
    width: 466px;
    background-color: black;
    font-weight: 300 !important;
    line-height: 1.6 !important;
  }
  .cid-rUcW3PR9vE .infobox2 .infobox-table .infobox-row .cell2 a {
    background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: white;
    margin-bottom: 10px;
    margin-top: 1px;
    position: relative;
  }
  .cid-rUcW3PR9vE .infobox2 .infobox-table .infobox-row .cell2 a::before {
    background-color: currentColor;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .cid-rUcW3PR9vE .infobox2 {
    margin: 0rem 2rem;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .cid-rUcW3PR9vE .infobox2 .infobox-table .infobox-row .cell2 {
    padding: 10px 20px;
  }
}
.cid-rUcWa8jm6O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #09120d;
}
.cid-rUcWa8jm6O a:link {
  text-decoration: none;
}
.cid-rUcWa8jm6O .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rUcWa8jm6O .icon-transition span:hover {
  background-color: #bd1622;
}
.cid-rUcWa8jm6O .inner-text {
  line-height: 3em;
}
.cid-rUcWa8jm6O .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUcWa8jm6O .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUcWa8jm6O .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUcWa8jm6O .content-text,
.cid-rUcWa8jm6O .inner-text {
  color: #bd1622;
}
.cid-rUcR47i3HS .nav-item:focus,
.cid-rUcR47i3HS .nav-link:focus {
  outline: none;
}
.cid-rUcR47i3HS .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-rUcR47i3HS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUcR47i3HS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rUcR47i3HS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUcR47i3HS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUcR47i3HS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUcR47i3HS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  flex-direction: row !important;
}
.cid-rUcR47i3HS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUcR47i3HS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUcR47i3HS .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-rUcR47i3HS .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-rUcR47i3HS .navbar .navbar-collapse.show,
.cid-rUcR47i3HS .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-rUcR47i3HS .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-rUcR47i3HS .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-rUcR47i3HS .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-rUcR47i3HS .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-rUcR47i3HS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUcR47i3HS .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-rUcR47i3HS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUcR47i3HS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUcR47i3HS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUcR47i3HS .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-rUcR47i3HS .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-rUcR47i3HS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rUcR47i3HS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rUcR47i3HS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUcR47i3HS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUcR47i3HS .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUcR47i3HS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUcR47i3HS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUcR47i3HS .dropdown-item.active,
.cid-rUcR47i3HS .dropdown-item:active {
  background-color: transparent;
}
.cid-rUcR47i3HS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUcR47i3HS .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-rUcR47i3HS .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-rUcR47i3HS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-rUcR47i3HS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rUcR47i3HS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUcR47i3HS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUcR47i3HS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUcR47i3HS .navbar-buttons {
  text-align: inherit;
}
.cid-rUcR47i3HS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUcR47i3HS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bd1622;
}
.cid-rUcR47i3HS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUcR47i3HS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUcR47i3HS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUcR47i3HS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUcR47i3HS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUcR47i3HS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUcR47i3HS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUcR47i3HS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUcR47i3HS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUcR47i3HS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUcR47i3HS .icons-menu {
  text-align: inherit;
}
.cid-rUcR47i3HS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rUcR47i3HS .nav-link:hover,
.cid-rUcR47i3HS .dropdown-item:hover,
.cid-rUcR47i3HS .icons-menu .mbr-iconfont:hover {
  color: #bd1622 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUcR47i3HS .navbar {
    height: 77px;
  }
  .cid-rUcR47i3HS .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rUcR47i3HS .navbar-collapse .img-column {
    display: none;
  }
  .cid-rUcR47i3HS .icons-menu,
  .cid-rUcR47i3HS .navbar-buttons,
  .cid-rUcR47i3HS .contact-block,
  .cid-rUcR47i3HS .text-column {
    text-align: center !important;
  }
}
.cid-rUcR47i3HS .icons-menu,
.cid-rUcR47i3HS .navbar-buttons,
.cid-rUcR47i3HS .contact-block,
.cid-rUcR47i3HS .text-column {
  color: #4b4c4a;
}

/* Mobirise adicional */

.cid-s4yjkv9Wd3 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s4yjkv9Wd3 .card {
  display: block;
}
.cid-s4yjkv9Wd3 .card .card-img {
  overflow: hidden;
}
.cid-s4yjkv9Wd3 .card .card-img img {
  transition: all .5s;
}
.cid-s4yjkv9Wd3 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-s4yjkv9Wd3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-s4yjkv9Wd3 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-s4yjkv9Wd3 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-s4yjkv9Wd3 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-s4yjkv9Wd3 .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-s4yjkv9Wd3 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s4yjkv9Wd3 .popup-btn .card-link {
  display: block !important;
}
.cid-s4yjkv9Wd3 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-s4yjkv9Wd3 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-s4yjkv9Wd3 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-s4yjkv9Wd3 .caption .card-title {
  padding-right: 2rem;
}
.cid-s4yjkv9Wd3 .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-s4yjkv9Wd3 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4yjkv9Wd3 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s4yjkv9Wd3 .main-title {
  color: #bd1622 !important;
}


.cid-s4yr4LZzbA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4yr4LZzbA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4yr4LZzbA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4yr4LZzbA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4yr4LZzbA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4yr4LZzbA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bd1622;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bd16228a, #bd1622ad);
}
.cid-s4yr4LZzbA .icon-focus {
  display: none;
}
.cid-s4yr4LZzbA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s4yr4LZzbA ul {
  font-size: 0;
}
.cid-s4yr4LZzbA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #bd1622 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s4yr4LZzbA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
}
.cid-s4yr4LZzbA .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #b1723f, #4b4c4a);
}
.cid-s4yr4LZzbA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s4yr4LZzbA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s4yr4LZzbA .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-s4yr4LZzbA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s4yr4LZzbA .btn:hover {
  background: transparent !important;
}
.cid-s4yr4LZzbA .btn:hover:before {
  background: transparent !important;
}
.cid-s4yr4LZzbA .btn:before {
  background-color: transparent !important;
}
.cid-s4yr4LZzbA .btn:focus {
  box-shadow: none;
}
.cid-s4yr4LZzbA .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #bd1622;
}
.cid-s4yr4LZzbA .mbr-gallery-item > div > span {
  color: #ffffff;
}




/* CSS Adicional */
.pagina {
  padding-top: 45px;
  background-color: #fff;
  min-height: calc(100vh - 32px);
  font-family: 'Roboto', sans-serif;
}

.pagina h1, .pagina h2, .pagina h3, .pagina h4, .pagina h5, .pagina h6 {
  color: #b1723f;
}

.pagina-content {
  padding: 0 15px;
}

#tabela_de_precos {
  background-image: url(http://artnobrepersianas.com.br/wp-content/themes/artnobre/assets/images/5036-1920x12800.jpeg);
}

#tabela_de_precos .container {
  min-height: calc(100vh - 77px);
  background-color: #fffcfcf0;
}

#tabela_de_precos .row, #tabela_de_precos .col-12 {
  min-height: calc(100vh - 77px);
}

#tabela_de_precos h1 {
  padding-top: 10%;
  color: #b1723f;
  text-align: center;
}

#tabela_de_precos .post-password-form {
  margin: auto;
  padding-top: 20px;
  width: fit-content;
  font-family: 'Roboto', sans-serif;
}

#tabela_de_precos .post-password-form p {
  font-size: 1.2rem;
  text-align: center;
}

#tabela_de_precos label {
  width: 100%;
  font-size: 1.2rem;
  display: inline-block;
}

#tabela_de_precos #pwbox-5 {
  line-height: 20px;
  width: calc(100% - 63px);
}

#tabela_de_precos input[type='submit'] {
  background-color: #bd1622;
  color: #fff;
  border: none;
  padding: 8px 20px;
  margin: 10px auto 0 auto;
  font-size: 1.2rem;
  display: block;
}

#tabela_de_precos h2, #tabela_de_precos h3, #tabela_de_precos h4, #tabela_de_precos h5, #tabela_de_precos h6 {
  color: #FFF !important;
    background: #bd1622;
    padding: 10px;
    margin-top: 60px;
}

#tabela_de_precos a {
  color: #fff;
  background-color: #4d4d4d;
  border: 2px solid #4d4d4d;
  padding: 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.3s;
}

#tabela_de_precos a:hover {
  color: #bd1622;
  background-color: #fff;
  border: 2px solid #bd1622;
}