@font-face {
  font-family: 'Saira';
  src: url("../font/SairaExtraCondensed-Light.eot?#iefix") format("embedded-opentype") url("../font/SairaExtraCondensed-Light.woff") format("woff") url("../font/SairaExtraCondensed-Light.ttf") format("truetype") url("../font/SairaExtraCondensed-Light.svg#SairaExtraCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Saira';
  src: url("../font/SairaExtraCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../font/SairaExtraCondensed-Regular.woff") format("woff"), url("../font/SairaExtraCondensed-Regular.ttf") format("truetype"), url("../font/SairaExtraCondensed-Regular.svg#SairaExtraCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Saira';
  src: url("../font/SairaExtraCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/SairaExtraCondensed-SemiBold.woff") format("woff"), url("../font/SairaExtraCondensed-SemiBold.ttf") format("truetype"), url("../font/SairaExtraCondensed-SemiBold.svg#SairaExtraCondensed-SemiBold") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Saira';
  src: url("../font/SairaExtraCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../font/SairaExtraCondensed-Bold.woff") format("woff"), url("../font/SairaExtraCondensed-Bold.ttf") format("truetype"), url("../font/SairaExtraCondensed-Bold.svg#SairaExtraCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.hero-landing {
  width: 100%;
  background: url(../images/landing/hero-landing.jpg) no-repeat center center #cdc8c4;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center; }

.subtitle-landing {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px; }
  @media screen and (min-width: 734px) {
    .subtitle-landing {
      margin-bottom: 1.25rem; } }

.title-landing {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3.125rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px; }
  @media screen and (min-width: 734px) {
    .title-landing {
      margin-bottom: 4.375rem;
      font-size: 4.375rem; } }

.list-button {
  clear: both; }
  .list-button a {
    display: inline-block;
    margin: 0 0.625rem 0.625rem;
    border-width: 0.125rem;
    border-style: solid;
    width: 100%;
    max-width: 12.5rem;
    height: 2.5rem;
    line-height: 2.25rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none; }
    @media screen and (min-width: 734px) {
      .list-button a {
        margin: 0 0.625rem;
        max-width: 12.5rem;
        height: 3.125rem;
        line-height: 2.875rem;
        font-size: 1.25rem; } }
  .list-button a.btn-white {
    border-color: #ffffff; }
  .list-button a.btn-brown {
    border-color: #a7a286; }
  .list-button a.btn-black {
    border-color: #333132;
    background-color: #333132; }

.manifesto {
  width: 100%;
  height: auto;
  background-color: #333132;
  padding: 3.75rem 0; }
  @media screen and (min-width: 734px) {
    .manifesto {
      padding: 6.25rem 0; } }

.bruno-simoes {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 3.75rem 0; }
  @media screen and (min-width: 734px) {
    .bruno-simoes {
      padding: 6.25rem 0; } }

.section-landing {
  overflow: hidden; }
  .section-landing:before, .section-landing:after {
    content: " ";
    display: table; }
  .section-landing:after {
    clear: both; }

.container-landing {
  position: relative;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem; }
  .container-landing:before, .container-landing:after {
    content: " ";
    display: table; }
  .container-landing:after {
    clear: both; }
  @media screen and (min-width: 734px) {
    .container-landing {
      width: 44rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 1024px) {
    .container-landing {
      width: 60.625rem; } }
  .container-landing.container-black .title-container,
  .container-landing.container-black .subtitle-container,
  .container-landing.container-black .paragraph-container {
    color: #ffffff; }
  .container-landing.container-white .title-container,
  .container-landing.container-white .subtitle-container,
  .container-landing.container-white .paragraph-container {
    color: #333132; }
  .container-landing.container-white .title-container,
  .container-landing.container-white .subtitle-container {
    text-align: right; }
    @media screen and (min-width: 734px) {
      .container-landing.container-white .title-container,
      .container-landing.container-white .subtitle-container {
        padding-right: 105px; } }
  .container-landing .left-col {
    position: relative;
    z-index: 1;
    width: 100%; }
    @media screen and (min-width: 734px) {
      .container-landing .left-col {
        float: left;
        width: 280px; } }
  .container-landing .title-container {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 4.375rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px; }
  .container-landing .subtitle-container {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px; }
  .container-landing .right-col {
    position: relative;
    z-index: 1;
    width: 100%; }
    @media screen and (min-width: 734px) {
      .container-landing .right-col {
        float: right;
        width: calc(100% - 280px); } }
  .container-landing p.paragraph-container {
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.6; }
  .container-landing .simple-mouse {
    clear: both;
    display: block;
    background: url("../images/landing/sprite-landing.png") no-repeat -58px -38px;
    width: 20px;
    height: 30px;
    margin: 0 auto; }
  .container-landing .image-1 {
    display: none;
    position: absolute;
    top: -206px;
    left: -468px;
    z-index: 1; }
    @media screen and (min-width: 734px) {
      .container-landing .image-1 {
        display: block; } }
  .container-landing .image-2 {
    display: none;
    position: absolute;
    top: 165px;
    left: -289px;
    z-index: 0; }
    @media screen and (min-width: 734px) {
      .container-landing .image-2 {
        display: block; } }
  .container-landing .carousel {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 734px) {
      .container-landing .carousel {
        width: 460px; } }
    @media screen and (min-width: 1250px) {
      .container-landing .carousel {
        position: absolute;
        top: 0;
        right: -470px;
        z-index: 1; } }
    .container-landing .carousel .owl-dots .owl-dot span,
    .container-landing .carousel .owl-dots .owl-dot span {
      background-color: #a7a286; }
    .container-landing .carousel .owl-dots .owl-dot.active span,
    .container-landing .carousel .owl-dots .owl-dot:hover span {
      background-color: #333132; }

.empreendedores {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: calc(100vh - 60px);
  background: url(../images/landing/empreendedores.jpg) no-repeat center center #cdc8c4;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center; }
  @media screen and (min-width: 734px) {
    .empreendedores {
      min-height: 46.875rem; } }
  .empreendedores p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px; }
  .empreendedores h2 {
    margin-top: 0;
    margin-bottom: 4.375rem;
    font-size: 4.375rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px; }
  .empreendedores .arrow-bottom {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -15px;
    clear: both;
    display: block;
    background: url("../images/landing/sprite-landing.png") no-repeat -49px -1px;
    width: 29px;
    height: 29px; }

.thumbs-footer {
  position: relative;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem; }
  .thumbs-footer:before, .thumbs-footer:after {
    content: " ";
    display: table; }
  .thumbs-footer:after {
    clear: both; }
  @media screen and (min-width: 734px) {
    .thumbs-footer {
      margin-bottom: 6.25rem; } }
  @media screen and (min-width: 734px) {
    .thumbs-footer {
      width: 44rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 1024px) {
    .thumbs-footer {
      width: 60.625rem; } }
  @media screen and (min-width: 1250px) {
    .thumbs-footer {
      width: 73.125rem; } }
  @media screen and (min-width: 1510px) {
    .thumbs-footer {
      width: 85.375rem; } }

.thumbs-footer__left {
  position: relative;
  display: block;
  clear: both;
  margin: 0 auto 2.5rem; }
  @media screen and (min-width: 734px) {
    .thumbs-footer__left {
      clear: none;
      float: left;
      margin: auto; } }
  .thumbs-footer__left img {
    display: block;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 734px) {
      .thumbs-footer__left img {
        width: auto; } }
  .thumbs-footer__left .name {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 1.0625rem;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2; }

.thumbs-footer__right {
  position: relative;
  clear: both;
  margin: 0 auto 2.5rem; }
  @media screen and (min-width: 734px) {
    .thumbs-footer__right {
      clear: none;
      float: right;
      margin: auto; } }
  .thumbs-footer__right img {
    display: block;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 734px) {
      .thumbs-footer__right img {
        width: auto; } }
  .thumbs-footer__right .arrow {
    display: block;
    position: absolute;
    right: 56px;
    top: 50%;
    margin-top: -14px;
    background: url("../images/landing/sprite-landing.png") no-repeat -4px -79px;
    width: 15px;
    height: 28px; }

.wrap-carousel-footer {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 734px) {
    .wrap-carousel-footer {
      margin-bottom: 0; } }
  .wrap-carousel-footer .our-store {
    display: block;
    z-index: 2;
    width: 105px;
    margin: 0 auto 2.5rem;
    text-align: center; }
    @media screen and (min-width: 734px) {
      .wrap-carousel-footer .our-store {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        margin-top: -80px;
        margin-left: -52px; } }
    .wrap-carousel-footer .our-store p {
      margin: 0 0 10px;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #333132;
      font-weight: 600;
      letter-spacing: 2px; }
      @media screen and (min-width: 734px) {
        .wrap-carousel-footer .our-store p {
          color: #ffffff;
          margin: 0 0 20px; } }
    .wrap-carousel-footer .our-store h2 {
      margin: 0;
      font-size: 4.375rem;
      text-transform: uppercase;
      color: #333132;
      font-weight: 600;
      letter-spacing: 2px; }
      @media screen and (min-width: 734px) {
        .wrap-carousel-footer .our-store h2 {
          color: #ffffff; } }

.carousel-footer {
  position: relative;
  display: block;
  width: 100%; }
  .carousel-footer.owl-theme .owl-nav {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin: -40px 0 0;
    width: 100%;
    height: 0; }
    @media screen and (min-width: 1024px) {
      .carousel-footer.owl-theme .owl-nav {
        display: block; } }
    .carousel-footer.owl-theme .owl-nav .disabled {
      display: none; }
    .carousel-footer.owl-theme .owl-nav button.owl-next,
    .carousel-footer.owl-theme .owl-nav button.owl-prev {
      width: 340px;
      height: 130px;
      background-color: #ffffff;
      border: 0;
      border-radius: 0;
      margin: 0;
      padding: 0;
      outline: none; }
      .carousel-footer.owl-theme .owl-nav button.owl-next .img,
      .carousel-footer.owl-theme .owl-nav button.owl-prev .img {
        display: block;
        float: left;
        width: 60%;
        height: 100%;
        background: url(../images/landing/empreendedores.jpg) no-repeat left top #cdc8c4;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center; }
      .carousel-footer.owl-theme .owl-nav button.owl-next span,
      .carousel-footer.owl-theme .owl-nav button.owl-prev span {
        display: block;
        float: left;
        width: 40%;
        height: 100%;
        color: transparent; }
    .carousel-footer.owl-theme .owl-nav button.owl-prev {
      float: left;
      -webkit-transform: translateX(-204px);
      -ms-transform: translateX(-204px);
      transform: translateX(-204px);
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .carousel-footer.owl-theme .owl-nav button.owl-prev:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .carousel-footer.owl-theme .owl-nav button.owl-prev span:after {
        display: block;
        content: "";
        background: url("../images/landing/sprite-landing.png") no-repeat -3px -40px;
        width: 15px;
        height: 28px;
        margin: 35px auto; }
    .carousel-footer.owl-theme .owl-nav button.owl-next {
      float: right;
      -webkit-transform: translateX(204px);
      -ms-transform: translateX(204px);
      transform: translateX(204px);
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .carousel-footer.owl-theme .owl-nav button.owl-next:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .carousel-footer.owl-theme .owl-nav button.owl-next span:after {
        display: block;
        content: "";
        background: url("../images/landing/sprite-landing.png") no-repeat -34px -40px;
        width: 15px;
        height: 28px;
        margin: 35px auto; }
  .carousel-footer.owl-theme .owl-dots {
    display: block;
    width: 100%; }
    @media screen and (min-width: 734px) {
      .carousel-footer.owl-theme .owl-dots {
        color: #ffffff;
        position: absolute;
        bottom: 100px;
        height: 0; } }
  .carousel-footer.owl-theme .owl-dots .owl-dot span,
  .carousel-footer.owl-theme .owl-dots .owl-dot span {
    background-color: #333132; }
    @media screen and (min-width: 734px) {
      .carousel-footer.owl-theme .owl-dots .owl-dot span,
      .carousel-footer.owl-theme .owl-dots .owl-dot span {
        background-color: #ffffff; } }
  .carousel-footer.owl-theme .owl-dots .owl-dot.active span,
  .carousel-footer.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #a7a286; }

.footer-landing {
  margin-bottom: 2.5rem;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .footer-landing {
      text-align: left; } }
  .footer-landing address.address {
    display: block; }
    @media screen and (min-width: 1024px) {
      .footer-landing address.address {
        float: left; } }
    .footer-landing address.address i {
      display: inline-block;
      vertical-align: middle;
      background: url("../images/landing/sprite-landing.png") no-repeat 0 0;
      width: 13px;
      height: 21px;
      margin: 15px; }
    .footer-landing address.address p {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      color: #333132;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 1.2;
      font-style: normal; }
      @media screen and (min-width: 734px) {
        .footer-landing address.address p {
          margin-right: 40px; } }
  .footer-landing .hour {
    display: block;
    text-transform: uppercase;
    color: #333132;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2; }
    @media screen and (min-width: 1024px) {
      .footer-landing .hour {
        float: right; } }
    .footer-landing .hour i {
      display: inline-block;
      vertical-align: middle;
      background: url("../images/landing/sprite-landing.png") no-repeat -21px -1px;
      width: 20px;
      height: 20px;
      margin: 15px; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.header {
  display: block;
  width: 100%;
  height: 5rem; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }

.header__logo {
  display: block;
  float: left;
  margin-top: 0.9375rem;
  margin-left: 2.5rem;
  width: 140px;
  height: 60px; }
  .header__logo .image {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-position: 0 0;
    -webkit-background-size: 125px 125px;
            background-size: 70px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjg2LjMyIDIxOS42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODYuMzIgMjE5LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjgyNzI3O30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjMuMTYsMTYxLjk2YzAtMC4xNSwwLTAuMywwLTAuNDVjMy42Mi0xLjI5LDYuMjYtMy41Miw3LjkyLTYuN2MxLjY2LTMuMTgsMi40OS03LjQyLDIuNDktMTIuNzEKCQkJYzAtNi4zNS0xLjIzLTExLjA2LTMuNjgtMTQuMTVjLTIuNDUtMy4wOC02LjY2LTQuMzItMTIuNjEtMy42NmMtNS43NywwLjY0LTExLjUzLDEuMzItMTcuMjgsMi4wNWMwLDI1Ljk5LDAsNTEuOTksMCw3Ny45OAoJCQljNS42MS0wLjcxLDExLjIyLTEuMzcsMTYuODMtMmM2LjcxLTAuNzUsMTEuMjctMy4wMywxMy42OS02Ljk0YzIuNDEtMy45LDMuNjItOS4wMiwzLjYyLTE1LjM3YzAtNS4zNy0wLjc1LTkuNi0yLjI2LTEyLjcKCQkJQzMwLjM3LDE2NC4yMSwyNy40NiwxNjIuNDIsMjMuMTYsMTYxLjk2eiBNNi4yMSwxMzEuMzVjMy4zNS0wLjQsNi43LTAuNzksMTAuMDYtMS4xN2M0LjM3LTAuNDksNy4zMywwLjMyLDguODgsMi4zOQoJCQljMS41NSwyLjA3LDIuMzIsNS44NywyLjMyLDExLjM4YzAsNC45OS0wLjk2LDguODEtMi44OCwxMS40NmMtMS45MiwyLjY2LTQuNjksNC4xOC04LjMxLDQuNThjLTMuMzUsMC4zNy02LjcxLDAuNzYtMTAuMDYsMS4xNwoJCQlDNi4yMSwxNTEuMjIsNi4yMSwxNDEuMjksNi4yMSwxMzEuMzV6IE0yNS40MywxOTIuMWMtMS42NiwyLjUyLTQuNjgsNC05LjA1LDQuNDljLTMuMzksMC4zOC02Ljc4LDAuNzctMTAuMTcsMS4xOAoJCQljMC0xMC4yOCwwLTIwLjU1LDAtMzAuODNjMy4zOS0wLjQxLDYuNzgtMC44LDEwLjE3LTEuMThjNC4xNC0wLjQ2LDcuMSwwLjQsOC44OCwyLjU2YzEuNzcsMi4xNiwyLjY2LDYsMi42NiwxMS41MQoJCQlDMjcuOTEsMTg1LjUsMjcuMDgsMTg5LjU5LDI1LjQzLDE5Mi4xeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01OCwxNDMuMzNjLTIuMjEsMC4xNy00LjQyLDAuMzQtNi42NCwwLjUyYy00LjAyLDE4LjktOC4wNCwzNy44My0xMi4wNiw1Ni43N2MxLjg3LTAuMTcsMy43NC0wLjM0LDUuNjEtMC41CgkJCWMxLjExLTUuNDQsMi4yMi0xMC44NywzLjMzLTE2LjMxYzQuMjQtMC4zNSw4LjQ3LTAuNjgsMTIuNzEtMC45OWMxLjE0LDUuMjYsMi4yOCwxMC41MiwzLjQxLDE1Ljc5YzEuOS0wLjEzLDMuOC0wLjI2LDUuNy0wLjM4CgkJCWMtMy45OS0xOC4xNy03Ljk4LTM2LjMyLTExLjk3LTU0LjQ1QzU4LjA2LDE0My42Myw1OC4wMywxNDMuNDgsNTgsMTQzLjMzeiBNNjAsMTc3Ljc4Yy0zLjYsMC4yNi03LjIsMC41NC0xMC44LDAuODQKCQkJYzEuOC04Ljc0LDMuNi0xNy40OCw1LjQtMjYuMjFDNTYuNCwxNjAuODYsNTguMiwxNjkuMzIsNjAsMTc3Ljc4eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05OC44NiwxNjcuNjljMC43My0yLjUsMS4xLTUuODgsMS4xLTEwLjA0YzAtMy42MS0wLjIyLTYuNTctMC42NS04Ljc3Yy0wLjQ1LTIuMy0xLjU0LTQuMTctMy4yNS01LjU1CgkJCWMtMS43Mi0xLjM5LTQuMzQtMi4wMi03LjgtMS44NWMtNC40NSwwLjIxLTguOTEsMC40NS0xMy4zNiwwLjcyYzAsMTguNTgsMCwzNy4xNiwwLDU1LjczYzEuODQtMC4xMSwzLjY4LTAuMjIsNS41MS0wLjMyCgkJCWMwLTcuNDgsMC0xNC45NywwLTIyLjQ1YzIuODktMC4xNiw1Ljc5LTAuMzEsOC42OC0wLjQ0YzIsNy4yNSw0LDE0LjUsNiwyMS43NmMwLjA0LDAuMTQsMC4wOCwwLjI4LDAuMTIsMC40MgoJCQljMS45My0wLjA4LDMuODctMC4xNiw1LjgtMC4yM2MtMi4yMi03LjgzLTQuNDQtMTUuNjYtNi42Ni0yMy40N0M5Ni42MywxNzIsOTguMTQsMTcwLjE1LDk4Ljg2LDE2Ny42OXogTTgwLjQxLDE0Ny4wNwoJCQljMi40Ni0wLjE0LDQuOTEtMC4yNiw3LjM3LTAuMzhjMi4wMi0wLjEsMy41LDAuMjMsNC4zOSwwLjk2YzAuOSwwLjc0LDEuNDksMS44NiwxLjc2LDMuMzJjMC4yOCwxLjU3LDAuNDMsMy44OSwwLjQzLDYuOQoJCQljMCwyLjk2LTAuMTQsNS4yOC0wLjQzLDYuOWMtMC4yNywxLjUxLTAuODYsMi42OS0xLjc2LDMuNTFjLTAuODksMC44Mi0yLjM3LDEuMjgtNC4zOSwxLjM3Yy0yLjQ2LDAuMTItNC45MSwwLjI1LTcuMzcsMC4zOAoJCQlDODAuNDEsMTYyLjM5LDgwLjQxLDE1NC43Myw4MC40MSwxNDcuMDd6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzMy4wNCwxNTUuNjljMC0wLjE1LDAtMC4zLDAtMC40NWMzLjYzLTAuOTQsNi4yOC0yLjkxLDcuOTUtNS45NGMxLjY2LTMuMDIsMi41LTcuMTgsMi41LTEyLjQ3CgkJCWMwLTYuMzUtMS4yMy0xMS4xOC0zLjY5LTE0LjVjLTIuNDYtMy4zMi02LjY4LTQuOTYtMTIuNjYtNC44OGMtNS43OSwwLjA4LTExLjU4LDAuMjEtMTcuMzcsMC4zOGMwLDI1Ljk5LDAsNTEuOTksMCw3Ny45OAoJCQljNS42NC0wLjE2LDExLjI4LTAuMjksMTYuOTItMC4zN2M2Ljc0LTAuMSwxMS4zMi0xLjk0LDEzLjc0LTUuNjFjMi40Mi0zLjY3LDMuNjMtOC42NywzLjYzLTE1LjAyYzAtNS4zNy0wLjc2LTkuNjctMi4yNy0xMi45MgoJCQlDMTQwLjI3LDE1OC42MywxMzcuMzYsMTU2LjU2LDEzMy4wNCwxNTUuNjl6IE0xMTYuMDEsMTIzLjQzYzMuMzctMC4wOCw2Ljc0LTAuMTUsMTAuMTEtMC4yYzQuMzktMC4wNiw3LjM2LDEuMDMsOC45MiwzLjI1CgkJCWMxLjU1LDIuMjIsMi4zMyw2LjA5LDIuMzMsMTEuNmMwLDQuOTktMC45Nyw4LjcxLTIuODksMTEuMThjLTEuOTMsMi40Ny00LjcyLDMuNzItOC4zNSwzLjc4Yy0zLjM3LDAuMDUtNi43NCwwLjEyLTEwLjExLDAuMgoJCQlDMTE2LjAxLDE0My4zMSwxMTYuMDEsMTMzLjM3LDExNi4wMSwxMjMuNDN6IE0xMzUuMzIsMTg2LjA1Yy0xLjY3LDIuMzUtNC43LDMuNTUtOS4wOSwzLjYxYy0zLjQxLDAuMDUtNi44MSwwLjEyLTEwLjIyLDAuMgoJCQljMC0xMC4yOCwwLTIwLjU1LDAtMzAuODNjMy40MS0wLjA4LDYuODEtMC4xNSwxMC4yMi0wLjJjNC4xNi0wLjA2LDcuMTMsMS4wOSw4LjkyLDMuNDJjMS43OCwyLjMzLDIuNjcsNi4yNiwyLjY3LDExLjc3CgkJCUMxMzcuODEsMTc5LjY4LDEzNi45OCwxODMuNjksMTM1LjMyLDE4Ni4wNXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUyLjgsMTk1LjkzYzcuMjIsMC4wNiwxNC40NCwwLjE5LDIxLjY2LDAuMzljMC0xLjczLDAtMy40NiwwLTUuMTljLTUuMzUtMC4xNS0xMC43LTAuMjYtMTYuMDYtMC4zMwoJCQljMC02Ljc5LDAtMTMuNTcsMC0yMC4zNmM0LjY5LDAuMDYsOS4zOCwwLjE1LDE0LjA3LDAuMjdjMC0xLjc2LDAtMy41MSwwLTUuMjdjLTQuNjktMC4xMi05LjM4LTAuMjEtMTQuMDctMC4yNwoJCQljMC02LjU3LDAtMTMuMTUsMC0xOS43MmM1LjM1LDAuMDcsMTAuNywwLjE4LDE2LjA2LDAuMzNjMC0xLjczLDAtMy40NiwwLTUuMTljLTcuMjItMC4yLTE0LjQ0LTAuMzMtMjEuNjYtMC4zOQoJCQlDMTUyLjgsMTU4Ljc3LDE1Mi44LDE3Ny4zNSwxNTIuOCwxOTUuOTN6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5NS41NiwxNDEuMzZjLTIuMjEtMC4xLTQuNDMtMC4yLTYuNjUtMC4yOWMtNC4wMywxOC40Mi04LjA2LDM2Ljg1LTEyLjA5LDU1LjMxCgkJCWMxLjg4LDAuMDYsMy43NSwwLjEyLDUuNjMsMC4xOGMxLjExLTUuMywyLjIyLTEwLjYxLDMuMzQtMTUuOTFjNC4yNSwwLjE2LDguNDksMC4zNCwxMi43MywwLjU1YzEuMTQsNS40LDIuMjgsMTAuOCwzLjQxLDE2LjIKCQkJYzEuOSwwLjEsMy44LDAuMiw1LjcsMC4zMWMtMy45OS0xOC42NS03Ljk5LTM3LjI4LTExLjk4LTU1LjlDMTk1LjYyLDE0MS42NiwxOTUuNTksMTQxLjUxLDE5NS41NiwxNDEuMzZ6IE0xOTcuNTYsMTc2LjA0CgkJCWMtMy42MS0wLjE3LTcuMjEtMC4zMy0xMC44Mi0wLjQ2YzEuOC04LjUyLDMuNjEtMTcuMDQsNS40MS0yNS41NkMxOTMuOTYsMTU4LjY5LDE5NS43NiwxNjcuMzYsMTk3LjU2LDE3Ni4wNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjM2LjQsMTcwLjY0YzAuNzMtMi40MSwxLjA5LTUuNzUsMS4wOS05LjkxYzAtMy42Mi0wLjIyLTYuNTktMC42NS04Ljg1Yy0wLjQ1LTIuMzUtMS41NC00LjM1LTMuMjQtNS45NAoJCQljLTEuNzEtMS42LTQuMzMtMi41NC03Ljc5LTIuNzljLTQuNDUtMC4zMi04LjktMC42Mi0xMy4zNS0wLjg5YzAsMTguNTgsMCwzNy4xNiwwLDU1LjczYzEuODQsMC4xMSwzLjY4LDAuMjMsNS41MSwwLjM1CgkJCWMwLTcuNDgsMC0xNC45NywwLTIyLjQ1YzIuODksMC4xOSw1Ljc4LDAuMzksOC42NywwLjZjMiw3LjQ5LDQsMTQuOTksNS45OSwyMi40OWMwLjA0LDAuMTQsMC4wOCwwLjI5LDAuMTIsMC40MwoJCQljMS45MywwLjE1LDMuODYsMC4zMSw1Ljc5LDAuNDdjLTIuMjItOC4xLTQuNDQtMTYuMTktNi42NS0yNC4yOEMyMzQuMTcsMTc0LjY4LDIzNS42OSwxNzMuMDIsMjM2LjQsMTcwLjY0eiBNMjE3Ljk4LDE0Ny44CgkJCWMyLjQ1LDAuMTYsNC45MSwwLjMzLDcuMzYsMC41MWMyLjAyLDAuMTUsMy40OSwwLjY1LDQuMzgsMS40OWMwLjksMC44NSwxLjQ5LDIuMDQsMS43NiwzLjUzYzAuMjgsMS42LDAuNDMsMy45NCwwLjQzLDYuOTUKCQkJYzAsMi45Ni0wLjE0LDUuMjctMC40Myw2Ljg1Yy0wLjI3LDEuNDgtMC44NiwyLjU5LTEuNzYsMy4zYy0wLjg5LDAuNzEtMi4zNywwLjk5LTQuMzgsMC44NGMtMi40NS0wLjE4LTQuOTEtMC4zNS03LjM2LTAuNTEKCQkJQzIxNy45OCwxNjMuMTEsMjE3Ljk4LDE1NS40NiwyMTcuOTgsMTQ3Ljh6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0NC45OSwyMDAuNDNjMS44MywwLjE2LDMuNjcsMC4zMyw1LjUsMC41MWMwLTE4LjU4LDAtMzcuMTYsMC01NS43M2MtMS44My0wLjE3LTMuNjctMC4zNC01LjUtMC41MQoJCQlDMjQ0Ljk5LDE2My4yOCwyNDQuOTksMTgxLjg2LDI0NC45OSwyMDAuNDN6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3NC4zOSwxNDguMTdjLTAuMDMtMC4xNS0wLjA2LTAuMzEtMC4xLTAuNDZjLTIuMjEtMC4yNS00LjQxLTAuNS02LjYyLTAuNzUKCQkJYy00LjAxLDE4LjE0LTguMDMsMzYuMy0xMi4wNCw1NC40OGMxLjg3LDAuMTksMy43NCwwLjM3LDUuNjEsMC41N2MxLjExLTUuMjMsMi4yMi0xMC40NSwzLjMyLTE1LjY4CgkJCWM0LjIzLDAuNDUsOC40NiwwLjkzLDEyLjY4LDEuNDNjMS4xMyw1LjQ4LDIuMjcsMTAuOTUsMy40LDE2LjQzYzEuODksMC4yMywzLjc4LDAuNDYsNS42OCwwLjcKCQkJQzI4Mi4zNSwxODUuOTYsMjc4LjM3LDE2Ny4wNSwyNzQuMzksMTQ4LjE3eiBNMjc2LjI5LDE4Mi41M2MtMy41OS0wLjQyLTcuMTgtMC44My0xMC43OC0xLjIxYzEuOC04LjQsMy41OS0xNi44LDUuMzktMjUuMTkKCQkJQzI3Mi43LDE2NC45MywyNzQuNSwxNzMuNzMsMjc2LjI5LDE4Mi41M3oiLz4KCTwvZz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yODYuMzIsMjE5LjZjLTk1LjA2LTEyLjAxLTE5MS4yNi0xMi4wMS0yODYuMzIsMGMwLTEuNTksMC0zLjE4LDAtNC43N2M5NS4wNi0xMi4wMSwxOTEuMjYtMTIuMDEsMjg2LjMyLDAKCQlDMjg2LjMyLDIxNi40MiwyODYuMzIsMjE4LjAxLDI4Ni4zMiwyMTkuNnoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDEuMDEsMTMxYy0yMC41OSwwLjc2LTQxLjE3LDIuMDgtNjEuNzEsMy45NWMwLTEuNTksMC0zLjE4LDAtNC43N2MyMC41NC0xLjg4LDQxLjExLTMuMTksNjEuNzEtMy45NQoJCUMxMDEuMDEsMTI3LjgyLDEwMS4wMSwxMjkuNDEsMTAxLjAxLDEzMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yODYuMzIsMTM5LjIzYy00NC4zNC01LjYtODguOTItOC41OS0xMzMuNTItOC45N2MwLTEuNTksMC0zLjE4LDAtNC43N2M0NC42LDAuMzgsODkuMTksMy4zNywxMzMuNTIsOC45NwoJCUMyODYuMzIsMTM2LjA0LDI4Ni4zMiwxMzcuNjQsMjg2LjMyLDEzOS4yM3oiLz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjEuNzUsOS4yOGMwLDAtNi4yMiw2LjA3LTkuMTMsOC41N2MtMC4zNiwwLjMxLTAuMTIsMC44OCwwLjM1LDAuODRjMi44OC0wLjI4LDExLjg3LDAuNDUsMjAuMTksMS40CgkJYzAuMzEsMC4wNCwwLjU1LDAuMjgsMC41NSwwLjZjMCwwLjM0LTAuMjgsMC42Mi0wLjYyLDAuNjJsMCwwYy05LjE1LDAuMjYtMjkuMTIsMC4zOC0yOS44NywzLjVjLTAuODQsMy41LDkuNTEsMy43LDEyLjk4LDMuNzMKCQljMC4yOCwwLjAyLDAuMzMtMC42MSwwLjMzLTAuNjFsMC4yNS0xLjk5YzAsMCwyNy45My0xLjM3LDI4LjMxLDAuNzVjMC4wMiwwLjExLDAuMDYsMC4xOCwwLjA5LDAuMjdjMC4wNCwxLjI5LDAuODIsMi40NCwxLjk5LDIuOTYKCQlsNC42NCwyLjA3YzAuMDQsMC4wMiwwLjA3LDAuMDQsMC4xMSwwLjA1bDMuNDUsMS42NWMwLjU3LDAuMTQsMC43NSwxLjQyLDAuMzEsMS44bC0xMS4wNy0yLjQ3Yy0wLjc4LTAuMTUtMS40OS0wLjM5LTEuOS0xLjA3CgkJYy0wLjA2LTAuMS0wLjExLTAuMi0wLjE2LTAuMzFjLTAuMTgtMC40MS0wLjU2LTAuNjMtMS4wMS0wLjYzaC0xLjY3bDAsMGMtMC4xMiwwLTAuMjYsMC4xLTAuMjYsMC4yM2MwLDAuMTQsMC4wNiwwLjE3LDAuMDYsMC4xNwoJCWMxLjQ2LDEuMDYsMi41OCwyLjU5LDMuMDgsNC40MmMwLjEsMC4zNywwLjM5LDAuNjYsMC43NywwLjcybDUuOSwxYzAuNzgsMC4xMywxLjM3LDAuNzksMS40LDEuNThjMC4xLDIuNjUsMC4wMiw3LjExLTMuMjksOS4xCgkJYzAsMC0zLjE5LDEuNjItMy43NSw2LjU2Yy0wLjE0LDEuMjEtMC4zOSwyLjg1LTAuNjcsMy40N2MtMC40NCwwLjk1LTEuNDcsMS40OC0yLjUxLDEuMzJjMCwwLTQuNTYsMC4wMS03LjA3LTEuODUKCQljMS41LTAuMjgsNi41LDAuODcsNy44Ny0yLjE5Yy0xLjksMC43NC01LjE3LDAuMDYtNi44My0wLjUyYy0xLjQ3LTAuNTEtMy40My0xLjY4LTMuOTgtMy4zOWMtMC4wMS0wLjA0LTAuMDMtMC4wNy0wLjAzLTAuMTEKCQlsLTAuMDEsMC4wMWMtMC4xLTAuNDEtMC4xMy0wLjc1LTAuMTEtMS4xMmMwLjA1LTAuNzYsMC41LTEuNDUsMS4xMy0xLjg4bDEuNjYtMS4xM2MwLjQtMC4yMywwLjQxLTAuNjgsMC4wNC0wLjg1CgkJYy0xLjg3LTAuODUtMi43NS0yLjY1LTMuMTgtMy42Yy0wLjA3LTAuMTYsMC4wNC0wLjMsMC4xNy0wLjMzYzEuMjEsMS4zOSwyLjk0LDIuMjgsNC44OCwyLjI4YzMuNjUsMCw2LjYxLTMuMDksNi42MS02LjkKCQljMC0zLjgxLTIuOTYtNi45LTYuNjEtNi45Yy0xLjkyLDAtMy42NCwwLjg3LTQuODQsMi4yNGwtNi41Mi0wLjAyYy0wLjYyLTAuNTgtMS4yMy0wLjk3LTEuNzctMS4yNWMtMC4wNS0wLjAzLTAuMTEtMC4wNS0wLjE4LTAuMDUKCQljLTAuMjMsMC0wLjQ0LDAuMTgtMC40NCwwLjQxYzAsMC0wLjAyLDAuMTksMC4xMSwwLjMxYzAuMTUsMC4xNiwwLjMxLDAuMywwLjQ0LDAuNDdjMC4xMywwLjE1LDAuMjQsMC4zMywwLjM2LDAuNQoJCWMwLjA2LDAuMDksMC4xMywwLjE3LDAuMTgsMC4yNmMwLjIsMC4zMywwLjM3LDAuNywwLjUyLDEuMWMwLjA2LDAuMTYsMC4xMSwwLjM0LDAuMTYsMC41MWMwLjA1LDAuMTYsMC4wOSwwLjMxLDAuMTMsMC40OAoJCWMwLjA5LDAuMzYsMC4xNSwwLjc0LDAuMTksMS4xMmMwLjA5LDAuMzQsMC41NiwwLjQxLDAuNzIsMC4wN2MwLDAsMC44NS0yLjc0LDMuMDYtMS45MWMxLjk2LDAuNzMsMC45Niw0Ljk2LDAuNDgsNi43NgoJCWMtMC4xLDAuMzksMC4wMiwwLjgsMC4zLDEuMDljMC42MywwLjY1LDEuNjEsMS45NC0wLjc4LDIuMjdjLTEuODcsMC4yNS0zLjUzLDEuMDctNC4zMiwyLjE4Yy0wLjQ1LDAuNjMtMC4zOSwxLjY3LDAuMSwyLjI3CgkJYzAuMzYsMC40MywwLjczLDAuOTksMC43MywxLjk4YzAsMC4wMiwwLDAuMDMsMCwwLjA1Yy0wLjAxLDEuNTktMS4xLDIuOTgtMi42MSwzLjQ2Yy0xLjY3LDAuNTQtNC4zNCwxLjE0LTYuMjIsMC4zNgoJCWMwLDAuOTQsMS4zNiwyLjM1LDQuNzYsMi4zNWw2Ljk2LTAuNDNjMC41OC0wLjA0LDQuMjMtMC4yOSw0LjM0LDAuOTRjMC4wNSwwLjU1LDAuMDgsMS4xMSwwLjA4LDEuMTFoLTUuODgKCQljMCwwLTIuMDUtMC4wMy0yLjA1LDIuNDZjMCwwLDAuNi0wLjA2LDEuMzgtMC4wMWMwLjE4LDAsMC4zMywwLjAxLDAuNSwwLjAxYzAuMTQsMCwwLjI5LDAsMC40NCwwLjAxYzAuMjksMCwwLjU5LDAuMDEsMC44NiwwLjAyCgkJYzIuNjMsMC4wNiw2LjI2LDAuMjUsOC40NywwLjg0YzAsMCwwLjI3LDQuOTQtNi4zNSw0Ljk0bC0yLjYxLTMuMTFjLTAuMzEtMC4zNi0wLjg4LTAuMzMtMS4xNCwwLjA3bC0xLjksMi45MQoJCWMtMi42NCwwLTQuNDEtMS42My01LjUzLTIuNzhjLTAuMTktMC4yLTAuNTItMC4wMi0wLjQ2LDAuMjVjMC45NSw0LjI5LDUuNjIsMTkuOTMsMTguNywxMy4zMmM0LjExLTIuMDgsOC4yOS01LjkyLDEwLjUzLTguMTUKCQljMS4xMi0xLjEyLDIuNzktMS42LDQuMjgtMS4wNWwxMi4wOCw0LjcyYzAuNzksMC4zMSwxLjI4LDEuMTIsMS4xNywxLjk3bC0yLjgzLDIyLjYzYzEwLjUzLTQuNzQsMTkuNTEtMTIuMzIsMjUuOTEtMjEuOAoJCWMtNS4zMS0yLjY0LTExLjMzLTUuMTctMTYuNy03LjJjLTcuMTQtMi42OS0xMy44LTguNTYtMTMuNzctMTYuMjFjMCwwLDAuMDEtMC4wMSwwLjAxLTAuMDFjMC43Ny0wLjAzLDEuNTktMC4zNiwyLjMtMS4zMQoJCWMyLjE4LTIuODksOC40NC0xMi4yOCw1LjQzLTE1LjM0Yy0xLjE3LTEuMi00LjgyLTAuNzMtNC44Mi0wLjczYzAsMCwwLjgtMS42NCw0LjU2LTEuNDdjMC4xOCwwLjAxLDAuMzUtMC4wMywwLjUxLTAuMDhoMAoJCWMwLjA0LTAuMDEsMC4wOS0wLjAyLDAuMTMtMC4wM2MwLjI4LTAuMDQsMC41NS0wLjE3LDAuNzItMC40M2M3LjAxLTEwLjIyLDEuMjUtMTguMTksMS4yNS0xOC4xOWMtMS4zNy0xLjQ5LTEuMjQtNC4wNy0xLjI0LTQuMDcKCQljMC40My01LjI4LTcuMzItMTAuNzMtMjEuMTYtMTEuODVDMTMwLjAzLTEuMDQsMTIxLjc1LDkuMjgsMTIxLjc1LDkuMjh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE3LjE4LDQ0LjIyYzIuOTYsMCw1LjM2LTIuNzUsNS4zNi02LjEzYzAtMy4zOS0yLjQtNi4xMy01LjM2LTYuMTNjLTIuOTYsMC01LjM2LDIuNzUtNS4zNiw2LjEzCgkJQzExMS44Miw0MS40NywxMTQuMjIsNDQuMjIsMTE3LjE4LDQ0LjIyeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExNS4wMywzMS42NmMwLjEzLTAuMDQsMC4yMi0wLjE2LDAuMjItMC4yOWMwLTAuMTctMC4xNC0wLjI3LTAuMzEtMC4yN2gtNC40M2MtMC4xNywwLTAuMzEsMC4xLTAuMzEsMC4yNwoJCXYwLjYxYzAsMC4xNywwLjE0LDAuMzEsMC4zMSwwLjMxaDAuNjVjMC4xMywwLDAuMjUsMC4wOSwwLjI5LDAuMjFsMC4xMywwLjRjMC4xNSwwLjQ4LDAuNzYsMC42MywxLjExLDAuMjcKCQlDMTEzLjIxLDMyLjYzLDExNCwzMS45OSwxMTUuMDMsMzEuNjZ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTI1Ljk3LDEwMy40OWwtNS42My0xMC41NmMtMC4wNS0wLjA5LDAuMDMtMC4xOSwwLjEzLTAuMTdsMTMuODYsMy4wMmMwLjAzLDAuMDQsMC4wNiwwLjA3LDAuMDksMC4xMXY4LjMKCQljMC4zNCwwLjAxLDAuNjgsMC4wMywxLjAzLDAuMDNjMy40OCwwLDYuODgtMC4zLDEwLjItMC44NWwxLjk2LTkuNTJjMC4wMS0wLjAyLDAuMDItMC4wNCwwLjAzLTAuMDZsNi42NS03LjM0CgkJYzAuMDEtMC4wMiwwLjAyLTAuMDQsMC4wMy0wLjA2bDAuNy0zLjY4bC0xNi42Nyw1Ljc3Yy0wLjA0LTAuMDEtMC4wOC0wLjAyLTAuMTItMC4wM2wtMi43OC0yLjg4bC02LjEyLDMuNTdjLTAuMDQsMC0wLjA4LDAtMC4xMiwwCgkJbC0xMS43Ny03LjkyYy0wLjA0LDAtMC4wNy0wLjAxLTAuMTEtMC4wMWwtMTIuNDcsNS42Yy0yLjQyLDEuMzItNC4wOSwzLjQ3LTUuMiw1Ljk2QzEwNy4zMiw5OC4yMywxMTYuMjcsMTAyLDEyNS45NywxMDMuNDl6Ii8+CjwvZz4KPC9zdmc+"); 
  }

.header__menu {
  display: none;
  float: right;
  margin-top: 1.875rem;
  margin-right: 2.5rem;
  text-align: right; }
  @media screen and (min-width: 734px) {
    .header__menu {
      display: block; } }

.header__menu__link {
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 1.875rem;
  color: #333132;
  font-family: 'Saira', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600; }

.header__menu__link---button {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  border: 0.125rem solid #a7a286;
  padding: 0.625rem 2.75rem;
  color: #a7a286; }
  .header__menu__link---button:hover {
    background: #a7a286;
    border: 0.125rem solid #a7a286;
    color: #333133; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100vh - 120px);
  background-color: #333132;
  padding: 0; }
  @media screen and (min-width: 734px) {
    .hero {
      height: 45rem; }
      .hero.hero--email {
        height: calc(100vh - 80px); } }

.hero--email {
  background-color: #c7c1bd; }
  @media screen and (min-width: 734px) {
    .hero--email {
      background: url(../images/hero-email.jpg) no-repeat center center #c7c1bd;
      -webkit-background-size: cover;
              background-size: cover; } }

.infos {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center; }
  .infos:before, .infos:after {
    content: " ";
    display: table; }
  .infos:after {
    clear: both; }
  .infos h1 {
    margin-top: 2.5rem;
    margin-bottom: 0.625rem;
    padding: 0 3%;
    font-size: 5rem;
    line-height: 5rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700; }
    @media screen and (min-width: 734px) {
      .infos h1 {
        padding: 0;
        margin-top: 6.25rem;
        margin-bottom: 2.5rem;
        font-size: 8.125rem; 
        line-height: 8.125rem;} }
    @media screen and (min-width: 1024px) {
      .infos h1 {
        font-size: 14.375rem; 
        line-height: 14.375rem;} }
    .infos h1.agendamento {
      font-size: 3.75rem; }
      @media screen and (min-width: 734px) {
        .infos h1.agendamento {
          font-size: 8.125rem; } }
      @media screen and (min-width: 1024px) {
        .infos h1.agendamento {
          font-size: 12.5rem; } }
  .infos .agendamentoBarbearia {
    margin-top: -0.4em; }
  .infos p {
    margin-bottom: 2.5rem;
    padding: 0 3%;
    text-transform: none;
    color: #ffffff;
    font-size: 1.0625rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-transform: uppercase; }
    @media screen and (min-width: 734px) {
      .infos p {
        margin-bottom: 6.25rem;
        padding: 0;
        font-size: 1.25rem; } }
  .infos .arrow-down {
    margin-bottom: 3.75rem; }
    .infos .arrow-down span {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: relative;
      border-color: #a7a286;
      top: -10px; }
      .infos .arrow-down span:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 8px;
        width: 11px;
        height: 11px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border-left: 2px solid #a7a286;
        border-bottom: 2px solid #a7a286;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        z-index: 1; }
      .infos .arrow-down span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        border: 2px solid #a7a286;
        border-radius: 20px;
        background: transparent; }
      .infos .arrow-down span:hover:before {
        border-left: 2px solid #FFF;
        border-bottom: 2px solid #FFF; }
      .infos .arrow-down span:hover:after {
        border: 2px solid #FFF; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--double {
  text-align: center;
  margin-bottom: 5.625rem; }

.input--double__label {
  display: block;
  width: 100%; }
  .input--double__label label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 4.6875rem;
    margin-bottom: 0.625rem;
    margin-right: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: none;
    color: #333132;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 734px) {
      .input--double__label label {
        max-width: 8.75rem; } }
    .input--double__label label span.obs {
      margin-top: 0.3125rem;
      display: block;
      color: #a7a286;
      font-size: 0.75rem;
      letter-spacing: 1px;
      font-weight: 400;
      text-transform: none; }

.input--double__wrap label {
  display: inline-block; }

.input--double__wrap input.input__input {
  max-width: 4.6875rem; }
  @media screen and (min-width: 734px) {
    .input--double__wrap input.input__input {
      max-width: 8.75rem; } }
  .input--double__wrap input.input__input:first-child {
    margin-right: 1.25rem; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--images__wrap {
  text-align: center; }
  .input--images__wrap.wrap-4 {
    width: 34.375rem;
    margin: 0 auto; }
  .input--images__wrap.wrap-7 {
    width: 56.25rem;
    margin: 0 auto; }
  .input--images__wrap label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 10rem;
    height: 15rem;
    border: 0.0625rem solid #a7a286;
    margin-right: 0.625rem;
    margin-bottom: 1.875rem;
    padding-top: 0.625rem;
    text-align: center;
    color: #333132;
    background-color: transparent;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1px;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .input--images__wrap label:hover {
      border-color: #a7a286; }
    .input--images__wrap label.fake-choosed {
      color: #ffffff;
      background-color: #a7a286; }
    .input--images__wrap label .img {
      display: block;
      width: 100%;
      margin-bottom: 0.625rem;
      cursor: pointer; }
      .input--images__wrap label .img img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    .input--images__wrap label .checked {
      display: block;
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50%;
      background-color: #a7a286;
      opacity: 0;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .input--images__wrap label .checked:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 1.125rem;
        height: 1.125rem;
        margin: auto;
        background: url(../images/check.png) no-repeat center center transparent; }
    .input--images__wrap label.fake-choosed .checked {
      background-color: #ffffff; }
      .input--images__wrap label.fake-choosed .checked:before {
        background: url(../images/check-colored.png) no-repeat center center transparent; }
  .input--images__wrap.combination label {
    height: 16.0625rem;
    border-bottom: 0.0625rem solid #a7a286; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--icons__wrap {
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .input--icons__wrap {
      width: 42.5rem; } }
  .input--icons__wrap label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 10rem;
    height: 15rem;
    border: 0.0625rem solid transparent;
    margin-right: 0.625rem;
    margin-bottom: 1.875rem;
    padding-top: 0.625rem;
    text-align: center;
    color: #333132;
    background-color: transparent;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1px;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .input--icons__wrap label:hover {
      border-color: #a7a286; }
    .input--icons__wrap label .img {
      position: relative;
      display: block;
      width: 100%;
      height: 12.5rem;
      padding: 0.625rem;
      border: 0.0625rem solid transparent;
      cursor: pointer;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .input--icons__wrap label .img__icon {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: url(../images/sprite-ocasiao.png) no-repeat 0 0 transparent;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .input--icons__wrap label .img__icon.icon__camisetas {
        background-position: 0 0;
        width: 54px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__camisas {
        background-position: -63px 0;
        width: 52px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__polos {
        background-position: -123px 0;
        width: 60px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__sueteres {
        background-position: -192px 0;
        width: 51px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__casacos {
        background-position: -255px 0;
        width: 46px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__blasers {
        background-position: -314px 0;
        width: 53px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__calcas {
        background-position: -380px 0;
        width: 29px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__bermudas {
        background-position: -423px -9px;
        width: 41px;
        height: 32px; }
      .input--icons__wrap label .img__icon.icon__cuecas {
        background-position: -478px -10px;
        width: 41px;
        height: 28px; }
      .input--icons__wrap label .img__icon.icon__meias {
        background-position: -529px 0;
        width: 44px;
        height: 50px; }
      .input--icons__wrap label .img__icon.icon__calcados {
        background-position: -583px -8px;
        width: 51px;
        height: 29px; }
    .input--icons__wrap label .icon__checked {
      display: block;
      position: absolute;
      top: 0;
      right: 0.4375rem;
      width: 1.125rem;
      height: 1.125rem;
      margin: auto;
      background: url(../images/check.png) no-repeat center center transparent;
      opacity: 0;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .input--icons__wrap input[type=checkbox]:checked + label {
    background-color: #a7a286;
    color: #ffffff; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__checked {
      opacity: 1; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__camisetas {
      background-position: 0 -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__camisas {
      background-position: -63px -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__polos {
      background-position: -123px -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__sueteres {
      background-position: -192px -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__casacos {
      background-position: -255px -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__blasers {
      background-position: -314px -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__calcas {
      background-position: -380px -60px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__bermudas {
      background-position: -423px -69px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__cuecas {
      background-position: -478px -70px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__meias {
      background-position: -529px -59px; }
    .input--icons__wrap input[type=checkbox]:checked + label .icon__calcados {
      background-position: -583px -69px; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--textures__wrap {
  text-align: center;
  max-width: 40.5rem;
  margin: 0 auto; }
  .input--textures__wrap label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0.625rem 1.25rem 1.875rem;
    text-align: center;
    color: #333132;
    background-color: transparent;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .input--textures__wrap label .img {
      position: relative;
      display: block;
      width: 7.625rem;
      height: 7.625rem;
      padding: 0.625rem;
      margin: 0 auto 0.625rem;
      border-radius: 50%;
      border: 0.0625rem solid transparent;
      cursor: pointer;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .input--textures__wrap label .img:hover {
        border-color: #a7a286; }
    .input--textures__wrap label .img__texture {
      display: block;
      width: 6.25rem;
      height: 6.25rem;
      background: url(../images/sprite-ocasiao.png) no-repeat 0 0 transparent;
      cursor: pointer; }
      .input--textures__wrap label .img__texture.texture__white {
        background-position: -1px -122px; }
      .input--textures__wrap label .img__texture.texture__grey {
        background-position: -107px -122px; }
      .input--textures__wrap label .img__texture.texture__dark-grey {
        background-position: -214px -122px; }
      .input--textures__wrap label .img__texture.texture__black {
        background-position: -320px -122px; }
      .input--textures__wrap label .img__texture.texture__green {
        background-position: -427px -122px; }
      .input--textures__wrap label .img__texture.texture__blue {
        background-position: -533px -122px; }
      .input--textures__wrap label .img__texture.texture__red {
        background-position: -107px -237px; }
      .input--textures__wrap label .img__texture.texture__lilac {
        background-position: -1px -237px; }
      .input--textures__wrap label .img__texture.texture__blue-white {
        background-position: -214px -237px; }
      .input--textures__wrap label .img__texture.texture__blue-red {
        background-position: -320px -237px; }
      .input--textures__wrap label .img__texture.texture__lilac-white {
        background-position: -427px -237px; }
      .input--textures__wrap label .img__texture.texture__red-white {
        background-position: -533px -237px; }
    .input--textures__wrap label .checked {
      display: block;
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50%;
      background-color: #a7a286;
      opacity: 0;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .input--textures__wrap label .checked:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 1.125rem;
        height: 1.125rem;
        margin: auto;
        background: url(../images/check.png) no-repeat center center transparent; }
  .input--textures__wrap input[type=checkbox]:checked + label .img {
    border-color: #a7a286; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--list__wrap {
  text-align: center; }
  .input--list__wrap.wrap-4 {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .input--list__wrap.wrap-4 {
        width: 34.375rem; } }
  .input--list__wrap.wrap-7 {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .input--list__wrap.wrap-7 {
        width: 56.25rem; } }
  .input--list__wrap label {
    display: inline-block;
    min-width: 7.5rem;
    margin: 0 0.375rem 0.625rem;
    padding: 1rem 0.625rem;
    text-align: center;
    color: #a7a286;
    background-color: transparent;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1.2px;
    font-weight: 300;
    border: 0.0625rem solid #a7a286;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .input--list__wrap label:hover {
      color: #a7a286;
      background-color: #333132;
      border: 0.0625rem solid #333132; }
  .input--list__wrap input[type=checkbox]:checked + label {
    color: #a7a286;
    background-color: #333132;
    border: 0.0625rem solid #333132 !important; }
  .input--list__wrap .radioChecked {
    color: #fff;
    background-color: #a7a286;
    border: 0.0625rem solid #a7a286 !important; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--range {
  width: 31.25rem; }
  .input--range > label {
    text-align: center; }
  .input--range input[type="range"] {
    display: block;
    margin: 0 auto 0.625rem;
    width: 100%;
    max-width: none; }

.input__label__range {
  display: block;
  width: 100%;
  margin-left: -7%;
  white-space: nowrap;
  text-align: center; }
  .input__label__range label {
    display: inline-block;
    width: 20%;
    margin-right: 27%;
    font-size: 1rem;
    white-space: normal;
    color: #a7a286; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.input--triple {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .input--triple:before, .input--triple:after {
    content: " ";
    display: table; }
  .input--triple:after {
    clear: both; }
  @media screen and (min-width: 734px) {
    .input--triple {
      width: 25rem; } }
  .input--triple label {
    display: block;
    margin-bottom: 1.5625rem;
    color: #333132;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }

.input--triple__wrap {
  display: block;
  width: 100%; }
  @media screen and (min-width: 734px) {
    .input--triple__wrap {
      width: 180%;
      margin-left: -32%; } }
  .input--triple__wrap .options {
    display: block;
    margin: 0 auto 5.625rem;
    width: 197px; }
    .input--triple__wrap .options:before, .input--triple__wrap .options:after {
      content: " ";
      display: table; }
    .input--triple__wrap .options:after {
      clear: both; }
    @media screen and (min-width: 734px) {
      .input--triple__wrap .options {
        float: left;
        width: 33.333333333%;
        padding-right: 6%; } }
    .input--triple__wrap .options .options__title p {
      display: block;
      font-size: 1rem;
      letter-spacing: 1px;
      font-weight: 400;
      color: #333132;
      text-align: left;
      text-transform: none; }
      .input--triple__wrap .options .options__title p span.obs {
        margin-top: 0.3125rem;
        display: block;
        font-size: 0.875rem;
        text-transform: none;
        color: #a7a286;
        font-weight: 400;
        letter-spacing: 1px; }
    .input--triple__wrap .options .options__choose {
      display: block;
      clear: both; }
      .input--triple__wrap .options .options__choose .icon {
        display: block;
        float: left;
        width: 25%;
        height: 2.5rem;
        background-color: transparent; }
      .input--triple__wrap .options .options__choose .options__list {
        display: block;
        float: left;
        width: 75%; }
        .input--triple__wrap .options .options__choose .options__list label {
          font-size: 0.75rem;
          display: inline-block;
          width: 1.75rem;
          height: 1.75rem;
          margin-right: 0.3125rem;
          margin-bottom: 0.5rem;
          border: 0.0625rem solid #a7a286;
          text-align: center;
          line-height: 1.625rem;
          color: #a7a286;
          background-color: transparent;
          text-transform: uppercase;
          cursor: pointer;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .input--triple__wrap .options .options__choose .options__list label:hover {
            color: #a7a286;
            background-color: #333132;
            border: 0.0625rem solid #333132; }
        .input--triple__wrap .options .options__choose .options__list input[type="radio"] {
          display: inline-block;
          width: 0rem;
          height: 0rem;
          visibility: hidden;
          display: none; }
          .input--triple__wrap .options .options__choose .options__list input[type="radio"]:checked + label {
            color: #a7a286;
            background-color: #333132;
            border: 0.0625rem solid #333132; }

.zabuto_calendar .table tr.calendar-dow td {
  color: rgba(167, 162, 134, 0.7);
  font-size: 14px; }
  .zabuto_calendar .table tr.calendar-dow td .day {
    color: rgba(167, 162, 134, 0.7);
    border: 1px solid #fff;
    background: transparent;
    cursor: not-allowed; }
    .zabuto_calendar .table tr.calendar-dow td .day:hover {
      border: 1px solid #FFF;
      color: rgba(167, 162, 134, 0.7);
      cursor: not-allowed; }
    .zabuto_calendar .table tr.calendar-dow td .day.today {
      border: none;
      color: rgba(51, 49, 50, 0.6); }
      .zabuto_calendar .table tr.calendar-dow td .day.today:hover {
        border: none;
        color: rgba(51, 49, 50, 0.6); }
      .zabuto_calendar .table tr.calendar-dow td .day.today .badge-today {
        color: rgba(51, 49, 50, 0.6);
        background: rgba(167, 162, 134, 0.6);
        border: none; }
  .zabuto_calendar .table tr.calendar-dow td.event {
    color: #333132; }
    .zabuto_calendar .table tr.calendar-dow td.event .day {
      color: #333132;
      cursor: pointer; }
      .zabuto_calendar .table tr.calendar-dow td.event .day:hover {
        border: 1px solid #a7a286;
        color: #a7a286; }
      .zabuto_calendar .table tr.calendar-dow td.event .day.today {
        border: 1px solid #a7a286;
        color: #a7a286; }
        .zabuto_calendar .table tr.calendar-dow td.event .day.today:hover {
          border: 1px solid #a7a286;
          color: #a7a286; }
        .zabuto_calendar .table tr.calendar-dow td.event .day.today .badge-today {
          color: #333132;
          background: #a7a286; }
    .zabuto_calendar .table tr.calendar-dow td.event.choosed .day {
      color: #a7a286;
      background: #333132;
      border: 1px solid #a7a286; }
      .zabuto_calendar .table tr.calendar-dow td.event.choosed .day:hover {
        border: 1px solid #a7a286;
        background: #333132;
        color: #a7a286; }
      .zabuto_calendar .table tr.calendar-dow td.event.choosed .day.today {
        border: 1px solid #a7a286;
        background: #333132;
        color: #a7a286; }
        .zabuto_calendar .table tr.calendar-dow td.event.choosed .day.today:hover {
          background: #333132;
          border: 1px solid #a7a286;
          color: #a7a286; }
        .zabuto_calendar .table tr.calendar-dow td.event.choosed .day.today .badge-today {
          color: #a7a286;
          background: #333132; }

.zabuto_calendar .badge-today, .zabuto_calendar .legend span.badge-today {
  background: #a7a286;
  border: solid 1px #a7a286;
  color: #333132; }
  .zabuto_calendar .badge-today:hover, .zabuto_calendar .legend span.badge-today:hover {
    border: solid 1px #a7a286; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.next-step {
  display: block;
  width: 15.625rem;
  height: 6.25rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none; }
  @media screen and (min-width: 734px) {
    .next-step {
      width: 25rem; } }
  .next-step .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    width: 11.4375rem;
    height: 100%;
    background-color: #333132;
    text-align: center; }
    @media screen and (min-width: 734px) {
      .next-step .left {
        width: 18.75rem; } }
  .next-step p {
    color: #a7a286;
    font-size: 0.875rem;
    text-transform: none;
    margin: 0 0 0.3125rem;
    letter-spacing: 1px; }
  .next-step h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.875rem;
    text-transform: uppercase; }
    @media screen and (min-width: 734px) {
      .next-step h3 {
        font-size: 2.5rem;
        line-height: 1.875rem; } }
  .next-step .right {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    float: left;
    width: 4.1875rem;
    height: 100%;
    background-color: #242223; }
    @media screen and (min-width: 734px) {
      .next-step .right {
        width: 6.25rem; } }
    .next-step .right .arrow-right {
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      position: absolute;
      top: 45px;
      left: 30px; }
      .next-step .right .arrow-right span {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        border-color: #a7a286;
        top: -10px; }
        .next-step .right .arrow-right span:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 8px;
          width: 11px;
          height: 11px;
          -webkit-transform: rotate(230deg);
              -ms-transform: rotate(230deg);
                  transform: rotate(230deg);
          border-left: 2px solid #a7a286;
          border-bottom: 2px solid #a7a286;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          z-index: 1; }
        .next-step .right .arrow-right span:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          border: 2px solid #a7a286;
          border-radius: 20px;
          background: transparent; }
  .next-step:hover .right {
    background-color: #333132; }
    .next-step:hover .right .arrow-right {
      left: 50px; }

object {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }


.rsv-loader {
  display: none;
  position: absolute;
  right: -10px;
  top: 15px;
  margin-left: -27.5px;
  margin-top: 0; }
  .rsv-loader .square {
    background: #cccccc;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation: fx 700ms cubic-bezier(0, 0, 0.1, 1) infinite 0ms;
            animation: fx 700ms cubic-bezier(0, 0, 0.1, 1) infinite 0ms; }
    .rsv-loader .square:nth-child(2) {
      -webkit-animation: fx 700ms cubic-bezier(0, 0, 0.1, 1) infinite 140ms;
              animation: fx 700ms cubic-bezier(0, 0, 0.1, 1) infinite 140ms; }
    .rsv-loader .square:nth-child(3) {
      -webkit-animation: fx 700ms cubic-bezier(0, 0, 0.1, 1) infinite 210ms;
              animation: fx 700ms cubic-bezier(0, 0, 0.1, 1) infinite 210ms; }
.steps {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  background-color: #a7a286;
  text-align: center; }

.steps__item {
  margin: 0 0.625rem;
  font-size: 0.9375rem;
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }
  @media screen and (min-width: 734px) {
    .steps__item {
      margin: 0 1.875rem; } }
  .steps__item.done {
    text-decoration: line-through; }

#pageCadastroSucesso .hero {
  height: calc(100vh - 180px); }
  @media screen and (min-width: 734px) {
    #pageCadastroSucesso .hero {
      height: 16.25rem; } }
  #pageCadastroSucesso .hero .infos h1 {
    margin: 0;
    padding: 0;
    font-size: 1.875rem; }
    @media screen and (min-width: 734px) {
      #pageCadastroSucesso .hero .infos h1 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1024px) {
      #pageCadastroSucesso .hero .infos h1 {
        font-size: 3.75rem; } }

#pageCadastroSucesso .result__list__button {
  margin: 40px 0; }

button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input__error {
  display: none;
  margin-top: 0.625rem;
  height: 0;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15b67;
  text-align: center; }

.container {
  position: relative;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 734px) {
    .container {
      width: 44rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 1024px) {
    .container {
      width: 60.625rem; } }
  @media screen and (min-width: 1250px) {
    .container {
      width: 73.125rem; } }
  @media screen and (min-width: 1510px) {
    .container {
      width: 85.375rem; } }

h1, h2, h3, h4, h5, h6, p, a, span, label, input, button, select {
  font-family: "Saira", sans-serif; }

.form-step {
  display: none; }

.your-email {
  width: 100%;
  padding: 0 1.25rem;
  color: #fff;
  text-align: center; }
  .your-email:before, .your-email:after {
    content: " ";
    display: table; }
  .your-email:after {
    clear: both; }
  @media screen and (min-width: 734px) {
    .your-email {
      width: 34.0625rem;
      margin: 0 auto;
      padding: 0; } }
  .your-email h1 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-size: 6.25rem;
    text-transform: uppercase;
    color: #333132;
    font-weight: 700; }
    @media screen and (min-width: 734px) {
      .your-email h1 {
        margin-top: 0;
        margin-bottom: 2.5rem;
        font-size: 14.375rem; } }
  .your-email p {
    margin-bottom: 1.25rem;
    color: #333132;
    font-size: 1.0625rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.075rem;
    text-transform: uppercase; }
    @media screen and (min-width: 734px) {
      .your-email p {
        margin-bottom: 2.5rem;
        font-size: 1.25rem; } }

.your-email__input {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem; }
  .your-email__input:before, .your-email__input:after {
    content: " ";
    display: table; }
  .your-email__input:after {
    clear: both; }
  .your-email__input input {
    display: block;
    float: left;
    width: 63%;
    padding: 0 2%;
    height: 2.5rem;
    border: 1px solid #a7a286;
    background-color: transparent;
    color: #333132;
    font-size: 1rem; }
    @media screen and (min-width: 734px) {
      .your-email__input input {
        height: 3.125rem; } }
    .your-email__input input:focus {
      outline: none; }
    .your-email__input input::-webkit-input-placeholder {
      color: #333132; }
    .your-email__input input::-moz-placeholder {
      color: #333132; }
    .your-email__input input:-ms-input-placeholder {
      color: #333132; }
    .your-email__input input:-moz-placeholder {
      color: #333132; }
  .your-email__input button {
    display: block;
    float: left;
    width: 35%;
    height: 2.5rem;
    margin-left: 2%;
    background-color: #333132;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (min-width: 734px) {
      .your-email__input button {
        height: 3.125rem;
        font-size: 1.25rem; } }

.alert-email {
  display: none;
  color: #f15b67;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-transform: uppercase; }

.section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 4.375rem 0; }
  @media screen and (min-width: 734px) {
    .section {
      padding: 8.75rem 0; } }

.input {
  display: block;
  width: 100%;
  margin: 0 auto 5.625rem;
  text-align: center; }
  @media screen and (min-width: 734px) {
    .input {
      width: 25rem; } }
  .input.middle {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .input.middle {
        width: 31.25rem; } }

.input__question {
  display: block;
  margin-bottom: 1.25rem;
  color: #333132;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 734px) {
    .input__question {
      font-size: 1.25rem; } }
  .input__question span.obs {
    margin-top: 0.3125rem;
    display: block;
    color: #a7a286;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: none; }

.input__wrap {
  display: block;
  width: 100%;
  position: relative; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select:focus,
textarea {
  font-size: 16px;
}

.input__input {
  display: inline-block;
  vertical-align: top;
  height: 3.125rem;
  width: 100%;
  max-width: calc(100% - 110px);
  margin-right: 1.25rem;
  padding-left: 0.625rem;
  border: 0.0625rem solid rgba(167, 162, 134, 0.4);
  outline: none;
  background-color: transparent;
  color: #333132;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center; }

  @media screen and (min-width: 734px) {
    .input__input {
      max-width: 18.75rem; } }
  .input__input[type=date] {
    max-width: 9.375rem; }
    @media screen and (min-width: 734px) {
      .input__input[type=date] {
        max-width: 12.5rem; } }
  .input__input:focus {
    outline: none;
    border: 0.0625rem solid #a7a286; }
    .input__input:focus + button.input__btn {
      display: inline-block; }
  .input__input::-webkit-input-placeholder {
    color: #a7a286; }
  .input__input::-moz-placeholder {
    color: #a7a286; }
  .input__input:-ms-input-placeholder {
    color: #a7a286; }
  .input__input:-moz-placeholder {
    color: #a7a286; }

.input__select {
  display: inline-block;
  vertical-align: top;
  height: 3.125rem;
  width: 100%;
  max-width: 9.375rem;
  margin-right: 1.25rem;
  padding-left: 0.625rem;
  border: 0.0625rem solid rgba(167, 162, 134, 0.4);
  outline: none;
  background-color: transparent;
  color: #a7a286;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  background: url(../images/bg-select.png) no-repeat right center; }
  @media screen and (min-width: 734px) {
    .input__select {
      max-width: 18.75rem; } }
  .input__select:focus {
    outline: none;
    border: 0.0625rem solid #a7a286; }
    .input__select:focus + button.input__btn {
      display: inline-block; }
  .input__select::-webkit-input-placeholder {
    color: #a7a286; }
  .input__select::-moz-placeholder {
    color: #a7a286; }
  .input__select:-ms-input-placeholder {
    color: #a7a286; }
  .input__select:-moz-placeholder {
    color: #a7a286; }

.input__error {
  display: none;
  margin-top: 0.625rem;
  height: 0;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15b67;
  text-align: center; }

button.input__btn {
  display: none;
  vertical-align: top;
  width: 4.375rem;
  height: 3.125rem;
  border: none;
  background-color: #a7a286;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase; }

.checkboxes {
  padding-top: 1.25rem; }
  .checkboxes .check {
    font-size: 13px;
    color: #000;
    margin-top: 20px;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark x aspect */
    /* checked mark aspect changes */
    /* checked mark aspect x changes */ }
    .checkboxes .check label {
      display: inline-block;
      font-size: .875rem;
      letter-spacing: 1px;
      color: #333132;
      text-transform: none;
      font-weight: 400; }
    .checkboxes .check input[type="checkbox"]:not(:checked),
    .checkboxes .check input[type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .checkboxes .check input[type="checkbox"]:not(:checked) + label,
    .checkboxes .check input[type="checkbox"]:checked + label {
      position: relative;
      margin-left: 0;
      padding-left: 25px;
      padding-top: 2px;
      cursor: pointer; }
    .checkboxes .check input[type="checkbox"]:not(:checked) + label:before,
    .checkboxes .check input[type="checkbox"]:checked + label:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #a7a286;
      border-radius: 0.25rem;
      background: #a7a286; }
    .checkboxes .check input[type="checkbox"] + label:after,
    .checkboxes .check input[type="checkbox"]:checked + label:after {
      content: " ";
      position: absolute;
      left: 4px;
      top: 4px;
      width: 10px;
      height: 7px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-left: 2px solid #FFF;
      border-bottom: 2px solid #FFF;
      opacity: 0;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .checkboxes .check input[type="checkbox"].mark-x + label:after,
    .checkboxes .check input[type="checkbox"].mark-x:checked + label:after {
      content: "x";
      position: absolute;
      top: 2px;
      left: 4px;
      font-size: 16px;
      color: #FFF;
      border-left: none;
      border-bottom: none;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .checkboxes .check input[type="checkbox"] + label:after {
      opacity: 0; }
    .checkboxes .check input[type="checkbox"]:checked + label:after {
      opacity: 1; }
    .checkboxes .check input[type="checkbox"].mark-x + label:after {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .checkboxes .check input[type="checkbox"].mark-x:checked + label:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.simple-checkbox {
  display: block;
  padding-top: 1.25rem;
  text-align: center; }
  .simple-checkbox input[type="checkbox"] {
    display: inline-block;
    width: auto;
    max-width: auto;
    height: auto;
    margin-right: 0.625rem; }
  .simple-checkbox label {
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #333132;
    text-transform: none;
    font-weight: 400; }

.input--large {
  display: block;
  margin: 0 auto 5rem;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .input--large {
      width: 59.375rem; } }
  .input--large .input__selectall {
    margin-bottom: 1.25rem;
    color: #333132;
    font-size: 1rem;
    text-align: center; }
    @media screen and (min-width: 734px) {
      .input--large .input__selectall {
        font-size: 0.875rem; } }
    .input--large .input__selectall input[type=checkbox] {
      display: inline-block;
      width: 1rem;
      height: 1rem;
      visibility: visible;
      vertical-align: middle; }
      @media screen and (min-width: 734px) {
        .input--large .input__selectall input[type=checkbox] {
          width: 1.25rem;
          height: 1.25rem; } }
  .input--large input[type=checkbox],
  .input--large input[type=radio] {
    display: none;
    width: 0rem;
    height: 0rem;
    visibility: hidden; }
    .input--large input[type=checkbox]:checked + label,
    .input--large input[type=radio]:checked + label {
      border-color: #a7a286; }
      .input--large input[type=checkbox]:checked + label .checked,
      .input--large input[type=radio]:checked + label .checked {
        opacity: 1; }

.input--bool {
  margin-bottom: 5.625rem;
  text-align: center; }
  .input--bool .img {
    display: block;
    width: 100%;
    margin-bottom: 0.625rem;
    cursor: pointer; }
    .input--bool .img img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .input--bool .input--bool__wrap {
    display: block;
    clear: both; }
  .input--bool .input--bool__label {
    display: inline-block;
    width: 5rem;
    margin: 0 0.375rem 0.625rem;
    text-align: center;
    color: #a7a286;
    background-color: transparent;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 300;
    border: 0.0625rem solid #a7a286;
    padding: 0.8125rem 0;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .input--bool .input--bool__label:hover {
      color: #a7a286;
      background-color: #333132;
      border: 0.0625rem solid #333132; }
  .input--bool input[type=radio] {
    display: none;
    width: 0rem;
    height: 0rem;
    visibility: hidden; }
    .input--bool input[type=radio]:checked + label {
      background-color: #333132;
      border: 0.0625rem solid #333132 !important; }

.after-load {
  height: 0;
  overflow: hidden; }
  .after-load.active {
    height: auto; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 80px; }

.spinner:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite; }

.calendar {
  width: 16.4375rem;
  margin: 0 auto 3.75rem; }
  .calendar .prev-calendar,
  .calendar .next-calendar {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: url(../images/sprite-ocasiao.png) no-repeat 0 0 transparent;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .calendar .prev-calendar:hover,
    .calendar .next-calendar:hover {
      background-color: #a7a286; }
  .calendar .prev-calendar {
    background-position: -649px -7px; }
    .calendar .prev-calendar:hover {
      background-position: -649px -40px; }
  .calendar .next-calendar {
    background-position: -677px -7px; }
    .calendar .next-calendar:hover {
      background-position: -677px -40px; }

.calendar-hour-not-found {
  margin: 0 auto 3.75rem;
  color: #f15b67;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  background: white;
  height: 60px;
  display: none; }

.locations__item {
  display: none;
  width: 100%;
  max-width: 25rem;
  text-align: center;
  margin: 0 auto 2.5rem; }
  .locations__item.leblon {
    display: block; }

p.locations__item__name {
  color: #333132;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

p.locations__item__address {
  color: #a7a286;
  font-size: 0.875rem;
  letter-spacing: 1px; }

p.locations__item__contact {
  color: #a7a286;
  font-size: 0.875rem;
  letter-spacing: 1px; }

.result__schedule {
  width: 100%;
  margin: 0 auto 3.75rem; }
  @media screen and (min-width: 734px) {
    .result__schedule {
      width: 26.25rem;
      margin: 0 auto 5rem; } }

.result__day {
  display: block;
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 6%;
  text-transform: uppercase;
  color: #333132;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  border: 0.0625rem solid #a7a286;
  text-align: center; }
  .result__day i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/landing/sprite-landing.png") no-repeat -27px -81px;
    width: 19px;
    height: 20px;
    margin: 15px 15px 15px 0; }

.result__hour {
  display: block;
  float: left;
  width: 47%;
  text-transform: uppercase;
  color: #333132;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  border: 0.0625rem solid #a7a286;
  text-align: center; }
  .result__hour i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/landing/sprite-landing.png") no-repeat -21px -1px;
    width: 20px;
    height: 20px;
    margin: 15px 15px 15px 0; }

.result__location {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 6%;
  text-transform: uppercase;
  color: #333132;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  border: 0.0625rem solid #a7a286;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .result__location {
      float: right; } }
  .result__location i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/landing/sprite-landing.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    margin: 15px 15px 15px 0; }

.result__locations {
  clear: both; }

.result__locations__item {
  width: 100%;
  max-width: 25rem;
  text-align: center;
  margin: 0 auto 2.5rem; }

p.result__locations__item__address {
  color: #a7a286;
  font-size: 0.875rem;
  letter-spacing: 1px; }

p.result__locations__item__contact {
  color: #a7a286;
  font-size: 0.875rem;
  letter-spacing: 1px; }

ul.result__list {
  width: 100%;
  margin: 0 auto 3.75rem;
  padding: 0; }
  @media screen and (min-width: 734px) {
    ul.result__list {
      width: 37.5rem;
      margin: 0 auto 5rem; } }

.result__list__title {
  text-align: center;
  font-weight: 500; }

li.result__list__item {
  display: block;
  clear: both;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase; }
  li.result__list__item:before, li.result__list__item:after {
    content: " ";
    display: table; }
  li.result__list__item:after {
    clear: both; }
  @media screen and (min-width: 734px) {
    li.result__list__item {
      font-size: 1rem; } }
  li.result__list__item span {
    display: block;
    float: left; }
  li.result__list__item .day {
    width: 25%; }
  li.result__list__item .hour {
    width: 10%; }
  li.result__list__item .location {
    width: 35%; }
  li.result__list__item .status {
    width: 30%; }
    li.result__list__item .status.in-progress {
      color: #a7a286; }

.result__list__button {
  clear: both;
  text-align: center; }
  .result__list__button a {
    display: inline-block;
    margin: 0 0.625rem 0.625rem;
    border-width: 0.125rem;
    border-style: solid;
    width: 100%;
    max-width: 15.625rem;
    height: 2.5rem;
    line-height: 2.25rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center; }
    @media screen and (min-width: 734px) {
      .result__list__button a {
        margin: 0 0.625rem;
        height: 3.125rem;
        line-height: 2.875rem;
        font-size: 1.25rem; } }
  .result__list__button .btn-black {
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #333132;
    background-color: #333132;
    color: #ffffff; }
    .result__list__button .btn-black:hover {
      border-color: #333132;
      background-color: #ffffff;
      color: #333132; }
    .result__list__button .btn-black.-to-bege:hover {
      background: #a7a286;
      border: 0.125rem solid #a7a286;
      color: #333133; }
    .result__list__button .btn-black.-to-bege-outline:hover {
      background: #FFF;
      border: 0.125rem solid #a7a286;
      color: #333133; }
  .result__list__button .btn-primary {
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #a7a286;
    background-color: #a7a286;
    color: #333133; }
  .result__list__button .btn-white {
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #333132;
    background-color: #ffffff;
    color: #333132; }
    .result__list__button .btn-white:hover {
      border-color: #333132;
      background-color: #333132;
      color: #ffffff; }
    .result__list__button .btn-white.-to-bege-outline:hover {
      background: #FFF;
      border: 0.125rem solid #a7a286;
      color: #333133; }
