.buttons-container{cursor:pointer}.week{overflow:hidden}.week.highlight{background:#efefef}.day{display:inline-block;float:left;width:14.28%;text-align:center;cursor:pointer;box-sizing:border-box}.day.disabled span{color:#aaa}.day.today span{font-weight:700}.months-container.hidden,.weeks-container.hidden{display:none}.months-wrapper{overflow:hidden}.months-wrapper .month{display:inline-block;float:left;width:25%;text-align:center;cursor:pointer}.months-wrapper .month.one-third{width:33.33%}.buttons-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee}.buttons-container .label-container{display:inline-block;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-weight:700}.year-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-size:inherit;font-weight:inherit;font-family:inherit;padding:5px 20px}.prev-button,.next-button{background:0 0;border:none;padding:10px}.week{margin:10px 0}.week.highlight{border-radius:5px}.weeks-wrapper.header{border-bottom:1px solid #eee}.week .day.header{font-weight:700;text-transform:uppercase;font-size:120%}.day span{display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;vertical-align:middle}.day.today span{position:relative;display:inline-block;font-size:110%}.week:not(.start-on-monday) .day:first-child,.week:not(.start-on-monday) .day:last-child{color:orange}.week:not(.start-on-monday) .day:first-child{color:red}.week.start-on-monday .day:nth-child(6),.week.start-on-monday .day:last-child{color:orange}.week.start-on-monday .day:last-child{color:red}.day.today span:after{content:"";position:absolute;bottom:7px;left:50%;transform:translateX(-50%);border-bottom:2px solid orange;width:10px;height:1px}.day.sunday span{color:#ff8a80}.week .day.highlight span{color:#2196f3}.week .day.selected span{background:#1565c0;color:#fff}.week .day[disabled=disabled] span{color:#aaa;cursor:not-allowed}.months-wrapper .month span{display:inline-block;padding:10px;text-transform:capitalize;margin-bottom:10px}.special-buttons{text-align:center;border-top:1px solid #eee;padding-top:10px}.today-button{margin:0 auto;background:0 0;border:none;padding:5px}.floating-wpp{position:fixed;bottom:15px;left:15px;font-size:14px;transition:bottom .2s}.floating-wpp .floating-wpp-button{position:relative;border-radius:50%;box-shadow:1px 1px 4px rgba(60,60,60,.4);transition:box-shadow .2s;cursor:pointer;overflow:hidden}.floating-wpp .floating-wpp-button img,.floating-wpp .floating-wpp-button svg{position:absolute;width:100%;height:auto;object-fit:cover;top:50%;left:50%;transform:translate3d(-50%,-50%,0);border-radius:50%}.floating-wpp:hover{bottom:17px}.floating-wpp:hover .floating-wpp-button{box-shadow:1px 2px 8px rgba(60,60,60,.4)}.floating-wpp .floating-wpp-popup{border-radius:6px;background-color:#E5DDD5;position:absolute;overflow:hidden;padding:0;box-shadow:1px 2px 8px rgba(60,60,60,.25);width:0;height:0;bottom:0;opacity:0;transition:bottom .1s ease-out,opacity .2s ease-out;transform-origin:bottom}.floating-wpp .floating-wpp-popup.active{padding:0 12px 12px;width:260px;height:auto;bottom:82px;opacity:1}.floating-wpp .floating-wpp-popup .floating-wpp-message{background-color:#fff;padding:8px;border-radius:0 5px 5px;box-shadow:1px 1px 1px rgba(0,0,0,.15);opacity:0;transition:opacity .2s}.floating-wpp .floating-wpp-popup.active .floating-wpp-message{opacity:1;transition-delay:.2s}.floating-wpp .floating-wpp-popup .floating-wpp-head{text-align:right;color:#fff;margin:0 -15px 10px;padding:6px 12px;display:flex;justify-content:space-between;cursor:pointer}.floating-wpp .floating-wpp-input-message{background-color:#fff;margin:10px -15px -15px;padding:0 15px;display:flex;align-items:center}.floating-wpp .floating-wpp-input-message textarea{border:1px solid #ccc;border-radius:4px;box-shadow:none;padding:8px;margin:10px 0;width:100%;max-width:100%;font-family:inherit;font-size:inherit;resize:none}.floating-wpp .floating-wpp-btn-send{margin-left:12px;font-size:0;cursor:pointer}
.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline :after,
.timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.timeline__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 2.5rem 0.625rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item:after {
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.timeline__item--left {
  left: 0;
}
.timeline__item--right {
  left: 50%;
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.timeline__item--right:after {
  left: -11px;
}
.timeline__item--right .timeline__content:before {
  border-bottom: 11px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 11px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content:after {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
  left: -10px;
}
.timeline__content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}
.timeline__content:after,
.timeline__content:before {
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content:before {
  border-bottom: 11px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 11px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -11px;
  z-index: 2;
}
.timeline__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}
.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev:before {
  background-image: url(/wp-content/plugins/b-timeline/public/assets/images/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next:before {
  background-image: url(/wp-content/plugins/b-timeline/public/assets/images/arrow-right.svg);
}
.timeline--mobile {
  padding: 0;
}
.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}

/* content position css  */
.content_vertical_start.timeline:not(.timeline--horizontal):before {
  left: calc(100% - 15px);
}
.content_vertical_start .timeline__item {
  width: calc(100% - 15px);
}
.content_vertical_end.timeline:not(.timeline--horizontal):before {
  left: 15px;
}
.content_vertical_end .timeline__item {
  width: calc(100% - 15px);
  left: 15px;
}
/* horizontal css start  */
.content_horizontal_start .timeline-divider {
  top: calc(100% - 15px) !important;
}
.content_horizontal_end .timeline-divider {
  top: 15px !important;
}
.content_horizontal_end .timeline__items {
  height: auto !important;
  margin-bottom: 20px;
}
.content_horizontal_start .timeline__items {
  align-items: end !important;
  margin-bottom: 15px !important;
  height: auto !important;
}

.content_horizontal_end .timeline__item {
  transform: matrix(1, 0, 0, 1, 0, 15) !important;
}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.cresta-whatsapp-chat-container-button.open,.cresta-whatsapp-chat-container.open{visibility:visible;pointer-events:all;opacity:1}.cresta-whatsapp-chat-box{width:60px;height:60px;display:block;position:fixed;bottom:15px;right:15px;cursor:pointer;text-align:center;line-height:60px;background:#25d366;border-radius:100%;box-shadow:1px 1px 4px 0 rgba(0,0,0,.3)}.cresta-whatsapp-chat-box svg#whatsapp-msng-icon{width:30px;height:30px;position:absolute;top:15px;left:15px;opacity:1;overflow:hidden;transition:opacity 160ms ease-in-out}.cresta-whatsapp-chat-box svg#close-icon{opacity:0;width:20px;height:20px;position:absolute;top:20px;left:20px;transition:opacity 160ms ease-in-out}.cresta-whatsapp-chat-box.open svg#whatsapp-msng-icon{opacity:0}.cresta-whatsapp-chat-box.open svg#close-icon{opacity:1}.cresta-whatsapp-chat-container{position:fixed;bottom:90px;right:15px;transform:translateY(50px);opacity:0;visibility:hidden;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);transition:transform 160ms ease-in-out,opacity 160ms ease-in-out,visibility 160ms ease-in-out}.cresta-whatsapp-chat-container iframe,.cresta-whatsapp-chat-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.cresta-whatsapp-chat-container.open{transform:translateY(0)}.cresta-whatsapp-chat-top-header{display:block;position:relative;width:300px;background:#25d366;color:#fff;text-align:center;padding:10px;font-size:14px;line-height:1;box-sizing:border-box;border-top-left-radius:5px;border-top-right-radius:5px}.cresta-whatsapp-inner{width:300px;height:280px;background:#fff;position:relative;box-sizing:border-box}.cresta-whatsapp-chat-button,.cresta-whatsapp-to-send .cresta-whatsapp-send{display:inline-block;background:#25d366;color:#fff;cursor:pointer;line-height:1}.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea{border:0!important;outline:0;resize:none;height:100%;width:100%;background:0 0!important;border-radius:0!important;color:#000;padding:20px 40px!important;box-sizing:border-box;transition:none}.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:focus,.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:hover{background:0 0!important;border-radius:0!important;border:0!important}.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea::-webkit-input-placeholder{color:#cfcfcf}.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea::-moz-placeholder{color:#cfcfcf}.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:-ms-input-placeholder{color:#cfcfcf}.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:-moz-placeholder{color:#cfcfcf}.cresta-whatsapp-to-send{border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box}.cresta-whatsapp-to-send .cresta-whatsapp-send{width:100%;border-radius:0 0 5px 5px;outline:0;box-shadow:none;border:0;text-decoration:none;padding:18px 0;text-align:center;margin:0;min-height:auto;font-size:inherit;font-family:inherit}.cresta-whatsapp-to-send #whatsapp-msng-icon-send{position:relative;display:inline-block;left:0;top:1px;transition:.2s ease-in-out}body.rtl .cresta-whatsapp-to-send #whatsapp-msng-icon-send{right:0;transform:rotate(180deg)}.cresta-whatsapp-to-send:active #whatsapp-msng-icon-send,.cresta-whatsapp-to-send:focus #whatsapp-msng-icon-send,.cresta-whatsapp-to-send:hover #whatsapp-msng-icon-send{left:7px}body.rtl .cresta-whatsapp-to-send:active #whatsapp-msng-icon-send,body.rtl .cresta-whatsapp-to-send:focus #whatsapp-msng-icon-send,body.rtl .cresta-whatsapp-to-send:hover #whatsapp-msng-icon-send{right:7px;left:inherit}.cresta-whatsapp-chat-button{position:relative;padding:10px 15px;border-radius:10px;font-size:14px;margin-bottom:10px;box-shadow:1px 1px 4px 0 rgba(0,0,0,.3)}.cresta-whatsapp-chat-button span{vertical-align:text-top}.cresta-whatsapp-chat-button svg#whatsapp-msng-icon-button{width:24px;height:24px;vertical-align:text-bottom}body.rtl .cresta-whatsapp-chat-button svg#whatsapp-msng-icon-button{margin-right:inherit;margin-left:6px}.cresta-whatsapp-chat-container-button{border-radius:10px;box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);position:absolute;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 160ms ease-in-out,visibility 160ms ease-in-out}.cresta-whatsapp-chat-container-button.top{top:-20px;left:50%;transform:translate(-50%,-100%)}.cresta-whatsapp-chat-container-button.bottom{bottom:-20px;left:50%;transform:translate(-50%,100%)}.cresta-whatsapp-chat-container-button.left{bottom:0;left:-20px;transform:translate(-100%,50%)}.cresta-whatsapp-chat-container-button.right{bottom:0;right:-20px;transform:translate(100%,50%)}.cresta-whatsapp-chat-overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:none}.cresta-whatsapp-chat-overlay.open{display:block}@media all and (max-width:769px){.cresta-whatsapp-chat-box.onDesktop,.cresta-whatsapp-chat-overlay{display:none!important}}@media all and (min-width:769px){.cresta-whatsapp-chat-box.onMobile{display:none!important}}@media all and (max-width:600px){.cresta-whatsapp-chat-box{width:45px;height:45px;line-height:45px}.cresta-whatsapp-chat-box svg#whatsapp-msng-icon{width:20px;height:20px}.cresta-whatsapp-chat-box svg#close-icon,.cresta-whatsapp-chat-box svg#whatsapp-msng-icon{top:13px;left:12px}}#banners .item img{border-radius:30px;width:100%}#banners .item .item-info P{color:#fff;display:block;font-size:18px;margin-bottom:15px}#sobre{background:#a87b4f;color:#fff}#sobre img{width:100%;border-radius:30px;box-shadow:4px 1px 5px #0c0c0c}#sobre a{background:#5f3712;color:#fff;text-decoration:none;text-transform:uppercase;transition:all .3s}#sobre a:hover{opacity:.7}#produtos h3{color:#5f3712;display:block;font-weight:600}#depoimentos h3{color:#5f3712;display:block;font-weight:600}.item-product{border-radius:10px;text-decoration:none;color:#fff}iframe{width:100%;height:400px}.owl-dots{bottom:0;padding:20px 0;position:absolute;text-align:center;width:100%;z-index:9}.owl-carousel{position:relative}.owl-dots{bottom:0;padding:20px 0;width:100%;z-index:9}.owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:0 0;border:1px solid #5f3712;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#5f3712}@media (min-width:320px){#banners{padding:0 0 30px}#banners .item img{border-radius:15px 15px 0 0;width:100%}#banners .item .item-info{background:#5f3712;border-radius:0 0 15px 15px;padding:20px;width:100%}#banners .item .item-info a{background:#a87b4f;border-radius:5px;color:#fff;display:inline-block;font-size:16px;padding:10px 25px;text-decoration:none;text-transform:uppercase;transition:all .3s}#banners .item .item-info a:hover{opacity:.7}#sobre{padding:30px 0}#sobre h1{display:block;font-size:20px;font-weight:300;margin:30px 0}#sobre h2{display:block;font-size:40px;font-weight:400;margin-bottom:30px}#sobre p{display:block;font-size:16px;margin-bottom:30px;text-transform:uppercase}#sobre a{border-radius:5px;color:#fff;display:inline-block;font-size:16px;padding:10px 30px}#produtos{padding-top:30px}#produtos h3{font-size:30px;margin-bottom:30px}#depoimentos{padding-top:30px}#depoimentos h3{font-size:30px;margin-bottom:30px}.item-product{display:flex;align-items:flex-end;background-size:cover;background-position:center;padding:0;text-align:left;margin-bottom:25px}.item-product h4{font-size:18px;display:block;margin:0;background:rgba(95,55,18);width:100%;padding:15px;border-radius:0 0 10px 10px}}@media (min-width:1200px){#banners{padding:0 40px 70px}#banners .item{position:relative}#banners .item .item-info{backdrop-filter:blur(10px);background:rgba(95,55,18,.2);border-radius:15px;box-shadow:0 4px 30px rgba(0,0,0,.1);bottom:50px;left:50px;max-width:550px;padding:20px;position:absolute}#banners .item .item-info a{background:#a87b4f;border-radius:5px;color:#fff;display:inline-block;font-size:16px;padding:10px 25px;text-decoration:none;text-transform:uppercase;transition:all .3s}#banners .item .item-info a:hover{opacity:.7}#sobre{padding:70px 40px}#sobre__info{padding-left:50px}#sobre h1{display:block;font-size:20px;font-weight:300;margin-bottom:30px}#sobre h2{display:block;font-size:80px;font-weight:400;margin-bottom:30px}#sobre p{display:block;font-size:18px;margin-bottom:30px;text-transform:uppercase}#sobre a{border-radius:5px;color:#fff;display:inline-block;font-size:16px;padding:10px 25px}#produtos{padding:70px 40px}#produtos h3{font-size:60px;margin-bottom:30px}#depoimentos{padding:30px 40px 70px}#depoimentos h3{font-size:60px;margin-bottom:30px}.item-product{background-size:cover;background-position:center;text-align:left}.item-product h4{font-size:18px}#page-produto{padding-bottom:70px}.item-depoimenth4{opacity:1 !important}.item-depoiment{width:450px;margin:0 auto;font-style:italic;opacity:.7}}