@charset "UTF-8";

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}

@-o-viewport {
  width: device-width;
  zoom: 1.0;
}

@viewport {
  width: device-width;
  zoom: 1.0;
}

::-moz-selection {
  background: #2aa6c2;
  text-shadow: none;
  color: #566066;
}

::selection {
  background: #2aa6c2;
  text-shadow: none;
  color: #566066;
}




figure {
  margin: 0;
}

a {
  color: #2aa6c2;
  text-decoration: none;
  transition: all .2s ease-out;
}




@media (min-width: 768px) {
  .o-row, .c-tab-nav {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .o-row--rtl {
    direction: rtl;
  }

  .o-col, .c-tab-nav__item {
    display: table-cell;
    vertical-align: top;
  }

  .o-col--sm {
    width: 38%;
  }

  .o-col--lg {
    width: 62%;
  }

  .o-row--v-middle .o-col, .o-row--v-middle .c-tab-nav__item {
    vertical-align: middle;
  }

  .o-grid-padded {
    margin-left: -35px;
    margin-right: -35px;
  }

  .o-grid-padded > .o-row, .o-grid-padded > .c-tab-nav {
    border-spacing: 35px 0;
  }

  .o-grid-padded--small {
    margin-left: -10px;
    margin-right: -10px;
  }

  .o-grid-padded--small > .o-row, .o-grid-padded--small > .c-tab-nav {
    border-spacing: 10px 0;
  }
}

.o-btn {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  line-height: 1.4;
  outline: 0;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-out;
}

.o-btn + .o-btn {
  margin-left: 30px;
}

.o-btn, .o-btn:hover, .o-btn:focus, .o-btn:active {
  text-decoration: none;
}

.o-btn--primary {
  background-color: transparent;
  border: 2px solid #566066;
  color: #566066;
}

.o-btn--primary:hover, .o-btn--primary:focus {
  border-color: #dcdcdc;
  color: #dcdcdc;
}

.o-btn--primary:active {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
  color: #fff;
}

.o-btn--primary-gray-bg {
  background-color: transparent;
  border: 2px solid #566066;
  color: #566066;
}

.o-btn--primary-gray-bg:hover, .o-btn--primary-gray-bg:focus {
  border-color: #fff;
  color: #fff;
}

.o-btn--primary-gray-bg:active {
  border-color: #fff;
  background-color: #fff;
  color: #dcdcdc;
}

.o-btn--secondary {
  background-color: #566066;
  border: 2px solid #566066;
  color: #fff;
}

.o-btn--secondary:hover, .o-btn--secondary:focus {
  color: #bfbfbf;
}

.o-btn--secondary:active {
  background-color: transparent;
  color: #566066;
}

.o-btn--list {
  letter-spacing: normal;
}

.o-btn--white {
  border: 2px solid #fff;
  color: #fff;
}

.o-btn--white:hover, .o-btn--white:focus {
  border-color: #dcdcdc;
  color: #dcdcdc;
}

.o-btn--white:active {
  border-color: #fff;
  background-color: #fff;
  color: #2aa6c2;
}

.o-btn--black {
  border: 2px solid #000;
  color: #000;
}

.o-btn--black:hover, .o-btn--black:focus, .o-btn--black:active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.o-btn--blue {
  border: 2px solid #2aa6c2;
  color: #2aa6c2;
}

.o-btn--blk {
  display: block;
  width: 100%;
}

.o-btn--wide {
  padding-left: 40px;
  padding-right: 40px;
}

.o-btn--small {
  font-size: 10px;
  letter-spacing: .05em;
  padding: 3px 20px;
}

.o-content-block {
  max-width: 1022px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

@media (min-width: 1550px) {
  .o-content-block {
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media (min-width: 2583px) {
  .o-content-block {
    padding-right: 1%;
    padding-left: 1%;
  }
}

.o-hr {
  display: block;
  border: 0;
  border-top: 1px solid #999;
  margin: 40px 0 20px;
}

.o-input {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 2;
  outline: 0;
  padding: .25em 1em;
}

.o-input--primary {
  height: 32px;
  background-color: transparent;
  border: 2px solid #566066;
  font-weight: 700;
}

.c-form-control--error .o-input--primary {
  border-color: #f22222;
  color: #f22222;
}

.o-input--secondary {
  height: 28px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.o-input--secondary::-webkit-input-placeholder {
  color: #fff;
}

.o-input--secondary:-moz-placeholder {
  color: #fff;
}

.o-input--secondary::-moz-placeholder {
  color: #fff;
}

.o-input--secondary:-ms-input-placeholder {
  color: #fff;
}

.c-form-control--error .o-input--secondary {
  border-color: #f22222;
  color: #f22222;
}

.o-input--textarea {
  height: 90px;
}

.o-go-top {
  display: inline-block;
  color: #566066;
  font-style: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
}

.o-go-top::before {
  content: url("../img/arrow-top.png");
  display: block;
  margin-bottom: 10px;
}

.o-checkbox {
  position: relative;
  margin-bottom: 9px;
}

.o-checkbox > input:not(:checked), .o-checkbox > input:checked {
  position: absolute;
  left: -9999px;
}

.o-checkbox > input:not(:checked) + label, .o-checkbox > input:checked + label {
  position: relative;
  padding-top: 1px;
  padding-left: 28px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  color: inherit;
}

.o-checkbox > input:not(:checked) + label:before, .o-checkbox > input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #d0d0d0;
  border-radius: 0;
}

.o-checkbox > input:not(:checked) + label:after, .o-checkbox > input:checked + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  top: 5px;
  left: 5px;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDE0NSA3LjgzIDYuODEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAxNDUgNy44MyA2LjgxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzM0QjhBQTt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNy42MSwxNDUuMTJjLTAuMjUtMC4xOS0wLjYxLTAuMTQtMC44LDAuMWwtMy45Miw1LjEybC0xLjg2LTIuMTJjLTAuMTktMC4yNS0wLjU1LTAuMy0wLjgtMC4xYy0wLjI1LDAuMTktMC4zLDAuNTUtMC4xMSwwLjhsMi4yOCwyLjZjMC4wNCwwLjA3LDAuMDksMC4xNCwwLjE1LDAuMTljMC4wMywwLjAyLDAuMDYsMC4wMywwLjA5LDAuMDRjMCwwLDAsMCwwLDBjMC4wNiwwLjAzLDAuMTEsMC4wNSwwLjE4LDAuMDZjMC4wMywwLjAxLDAuMDYsMC4wMSwwLjA5LDAuMDFjMC4wMywwLDAuMDYsMCwwLjA5LTAuMDFjMC4wNi0wLjAxLDAuMTItMC4wMywwLjE4LTAuMDZjMCwwLDAsMCwwLDBjMC4wMy0wLjAyLDAuMDYtMC4wMiwwLjA5LTAuMDRjMC4wNy0wLjA2LDAuMTItMC4xMywwLjE2LTAuMjFsNC4yOC01LjU4QzcuOSwxNDUuNjcsNy44NiwxNDUuMzEsNy42MSwxNDUuMTJ6Ii8+PC9zdmc+);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,transform .2s;
  transition: opacity .2s,transform .2s,-webkit-transform .2s;
}

.o-checkbox > input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.o-checkbox > input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.o-h1 {
  display: inline-block;
  margin-left: 20px;
}

.o-h2 {
  color: #566066;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 50px;
  text-align: left;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.o-h2--white {
  color: #fff;
  text-align: center;
}

.o-h2--size {
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  line-height: 35px;
}

.o-h3 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #566066;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.o-h3--white {
  color: #fff;
  text-align: left;
}

.o-h3--left {
  text-align: left;
}

.o-h4 {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.o-h5 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

.o-h5--location {
  text-align: center;
}

.o-h6 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: 0;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: 0;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: 0;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before, .fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before, .fancybox-button[disabled]::after {
  opacity: .3;
}

.fancybox-button--left::after, .fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after, .fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0;
}

.fancybox-button--play::before, .fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.c-main-title {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: .02em;
  margin-bottom: .7em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-main-title img {
    max-width: 90%;
  }
}

.c-main-subtitle {
  font-size: 22px;
  text-transform: uppercase;
  margin: 2em 0 1.5em;
}

.c-main-header {
  position: relative;
  z-index: 2;
  height: 55px;
  background-color: #2aa6c2;
}

@media screen and (min-width: 1024px) {
  .c-main-header {
    height: 79px;
  }
}

.c-main-header__logo {
  float: left;
  width: 180px;
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  .c-main-header__logo {
    margin-top: 26px;
  }
}

.c-main-header__mobile {
  position: relative;
  float: right;
  display: block;
  padding: 15px;
}

@media screen and (min-width: 1024px) {
  .c-main-header__mobile {
    display: none;
  }
}

.c-main-header--blog {
  background-color: #566066;
}

@media screen and (max-width: 1023px) {
  .c-nav-wrapper {
    display: none;
    clear: both;
  }
}

.c-user-nav {
  background-color: #f4f4f5;
}

@media (min-width: 1024px) {
  .c-user-nav {
    height: 24px;
    padding-right: 47px;
  }
}

.c-user-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  .c-user-nav__list {
    text-align: right;
  }
}

.c-user-nav__item {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .c-user-nav__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
  }

  .c-user-nav__item::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 1px;
    background-color: #2aa6c2;
  }
}

.c-user-nav__item:last-child::after {
  display: none;
}

.c-user-nav__link {
  display: block;
  line-height: 20px;
  padding: 0 1em;
}

@media screen and (max-width: 1023px) {
  .c-user-nav__link {
    padding: 15px 1.5em;
    border-bottom: 1px solid #dcdcdc;
  }
}

.c-user-nav__link--logout {
  color: #566066;
}

@media screen and (min-width: 1024px) {
  .c-user-nav__link.is-active {
    color: #566066;
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .c-main-nav {
    clear: none;
    float: right;
  }
}

.c-main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1023px) {
  .c-main-nav__item {
        background-color: #2aa6c2;
    float: left;
    position: relative;
    width: 100%;
  }
  .c-main-nav__link{
float: left;
    position: relative;
    width: 100%;
  }

  .c-main-header--blog .c-main-nav__item {
    background-color: #394044;
  }
}

@media (min-width: 1024px) {
  .c-main-nav__item {
    float: left;
  }
}

.c-main-nav__item--products .c-main-nav__link {
  position: relative;
}

.c-main-nav__item--products .c-main-nav__link::after {
  position: absolute;
  display: block;
  transition: all .2s ease-out;
}

@media (max-width: 1023px) {
  .c-main-nav__item--products .c-main-nav__link::after {
    content: url("../img/arrow-white-down.png");
    top: 50%;
    right: 20px;
    width: 17px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1023px) {
  .c-main-nav__item--products:hover .c-main-nav__link::after, .c-main-nav__item--products:active .c-main-nav__link::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 1024px) {
  .c-main-nav__item--products:hover .c-main-nav__link::after, .c-main-nav__item--products:active .c-main-nav__link::after {
    content: '';
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-main-nav__item--products:hover .c-main-nav-sub--products, .c-main-nav__item--products:active .c-main-nav-sub--products {
  max-height: 127px;
}

@media (max-width: 1023px) {
  .c-main-nav__item--products:hover .c-main-nav-sub--products, .c-main-nav__item--products:active .c-main-nav-sub--products {
    max-height: 384px;
    float:left;
    position:relative;
    width:100%;
  }
}

.c-main-nav__link {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-top: 0;
  letter-spacing: 1px;
  margin: 0;
  padding: 19px 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .c-main-nav__link {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 1.5em;
    position:relative;
    float:left;
    width:100%;
  }
}

.c-main-nav__link:hover, .c-main-nav__link:active, .c-main-nav__link.is-active {
  color: #566066;
}

.c-main-header--blog .c-main-nav__link:hover, .c-main-header--blog .c-main-nav__link:active, .c-main-header--blog .c-main-nav__link.is-active {
  color: #2aa6c2;
}

.c-main-nav__link--search {
  display: block;
  height: 55px;
  width: 55px;
  background: #f4f4f5 url("../img/seta.png") no-repeat center center;
  transition: none;
}

@media (max-width: 1023px) {
  .c-main-nav__link--search {
    width: 100%;
  }
}

.c-main-nav__link--search.is-active {
  background-image: url("../img/close.png");
}

@media screen and (min-width: 1024px) {
  .c-main-nav-sub {
    position: absolute;
    left: 0;
    top: 79px;
    width: 100%;
  }
}

.c-main-nav-sub__list {
  background: #fff;
  position: relative;
  height: auto;
  z-index: 999;
  clear: both;
  padding: 10px 0 10px 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-main-nav-sub__list {
    padding: 0;
  }
}

.c-main-nav-sub__item {
  vertical-align: middle;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .c-main-nav-sub__item {
    display: inline-block;
    width: 140px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .c-main-nav-sub__item:nth-last-child(2) {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .c-main-nav-sub__item {
    width: 165px;
  }
}

.c-main-nav-sub__item--btn {
  text-align: center;
}

.c-main-nav-sub__link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #bfbfbf;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-main-nav-sub__link {
    border-bottom: 1px solid #dcdcdc;
    letter-spacing: 1px;
    margin: 0;
    padding: 19px 1.5em 19px 3em;
    text-align: left;
  }
}

.c-main-nav-sub__link img {
  display: block;
  height: 55px;
  margin: 0 auto 10px;
  opacity: 1;
  transition: all .2s ease-out;
}

@media screen and (max-width: 1023px) {
  .c-main-nav-sub__link img {
    display: none;
  }
}

.c-main-nav-sub__link:hover {
  color: #566066;
}

.c-main-nav-sub__link:hover img {
  opacity: .5;
}

@media screen and (max-width: 1023px) {
  .c-main-nav-sub__btn {
    display: block;
    border: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 19px 1.5em 19px 3em;
    text-align: left;
  }
}

.c-main-nav-sub--products {
  transition: all .2s ease-out;
  max-height: 0;
  overflow: hidden;
}

.c-main-nav-sub--search {
  display: none;
  z-index: 99999;
  height: 55px;
  background-color: #fff;
  padding-top: 15px;
}

.c-search-form {
  margin: 0 auto;
  text-align: center;
}

.c-search-form__input {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 500px;
  margin-right: -30px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .c-search-form__input {
    width: 70%;
  }
}

.c-search-form__input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.c-search-form__input:-moz-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.c-search-form__input::-moz-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.c-search-form__input:-ms-input-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.c-search-form__btn {
  border: 0;
  background: 0;
  margin-top: -10px;
}

.c-about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-about h1, .c-about h2, .c-about h3, .c-about h4, .c-about h5, .c-about h6 {
  text-transform: uppercase;
}

.c-about h2 {
  margin: 1.8em 0 1.3em;
}

.c-about h3 {
  margin: 1.6em 0 1em;
}

.c-about h4 {
  margin: 1.4em 0 .8em;
}

.c-about h5 {
  margin: 1.2em 0 .6em;
}

.c-about h6 {
  margin: 1em 0 .4em;
}

.c-about-posts {
  background-color: #2aa6c2;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
}

.c-about-posts--secondary {
  background-color: #e0e0e0;
  color: #566066;
}

.c-about-posts__title {
  color: #fff;
  margin-bottom: 0;
}

.c-about-posts--secondary .c-about-posts__title {
  color: #566066;
}

.c-about-posts__headline {
  margin-bottom: 4em;
}

.c-about-posts__item {
  padding-bottom: 30px;
}

.c-about-posts__item * {
  color: #fff;
}

.c-about-posts--secondary .c-about-posts__item * {
  color: #566066;
}

.c-about-posts__item img {
  width: 100%;
}

.c-about-posts__item .c-about-posts__subtitle, .c-about-posts__item p {
  padding-right: 30px;
  padding-left: 30px;
}

.c-about-posts__link:hover .c-about-posts__subtitle {
  color: #566066;
}

.c-about-posts--secondary .c-about-posts__link:hover .c-about-posts__subtitle {
  color: #2aa6c2;
}

.c-about-posts__subtitle {
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: 2em;
  text-transform: uppercase;
}

.c-accordion__item {
  border-bottom: 1px solid #dcdcdc;
}

.c-accordion__item.is-active .c-accordion__header::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-accordion__header {
  position: relative;
  cursor: pointer;
  padding-bottom: .8em;
  padding-top: .8em;
}

.c-accordion__header::after {
  content: url("../img/select-arrow.png");
  position: absolute;
  right: 10px;
  top: 13px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

.c-accordion__number, .c-accordion__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.c-accordion__number {
  color: #2aa6c2;
  font-weight: 700;
  margin-right: 5px;
}

.c-accordion__title {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.c-accordion__content {
  display: none;
  padding-left: 1.2em;
}

.c-accordion__content p {
  margin-top: 0;
}

.c-architect-box {
  position: relative;
  min-height: 413px;
  background-image: url("../img/banner-espaco-profissional.png");
  background-size: cover;
  background-position: center center;
}

.c-architect-box__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 5%;
  padding-left: 5%;
}

@media (min-width: 1024px) {
  .c-architect-box__text {
    width: 500px;
    left: 200px;
    padding: 0;
  }
}

.c-architect-box__title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: .2em;
  text-transform: uppercase;
}

.c-architect-box p {
  margin-bottom: 1.5em;
}

.c-blog-card {
  position: relative;
  background-color: #2aa6c2;
}

@media (max-width: 767px) {
  .c-blog-card {
    text-align: center;
  }
}

.c-blog-card__title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .c-blog-card__title {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: calc(50% + 54px);
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .c-blog-card__title {
    left: calc(62% + 54px);
  }
}

.c-blog-card__title span {
  display: inline-block;
  background-color: #2aa6c2;
  padding-right: .5em;
  padding-left: .5em;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-blog-card__image {
    width: 55%;
  }
}

.c-blog-card__image img {
  width: 100%;
}

.c-blog-card__image::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-top: -11px;
}

@media (min-width: 768px) {
  .c-blog-card__image::after {
    position: absolute;
    top: 0;
    padding-top: 30px;
    margin-top: 0;
  }
}

.c-blog-card__text {
  padding: 60px 4.21875% 30px;
}

@media screen and (max-width: 767px) {
  .c-blog-card__text {
    padding: 30px 4.21875% 30px;
  }
}

.c-blog-card__text p {
  color: #fff;
  margin: 0;
}

.c-blog-card__subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.c-blog-card__btn {
  margin-top: 20px;
}

.c-carousel__item {
  position: relative;
  background-repeat: no-repeat;
  min-height: 565px;
}

.c-carousel__item--home {
  min-height: 480px;
  background-color: #f4f4f5;
  background-size: 100%;
  background-position: center top;
}

@media (min-width: 768px) {
  .c-carousel__item--home {
    min-height: 80vh;
    background-size: cover;
    background-position: right bottom;
  }
}

.c-carousel__item--product {
  min-height: 220px;
  background-color: white;
  background-size: auto 100%;
  background-position: center;
}

@media (min-width: 768px) {
  .c-carousel__item--product {
    background-size: cover;
    background-position: center;
    min-height: 80vh;
  }
}

@media (max-width: 767px) {
  .c-carousel__item .o-btn--white, .c-carousel__item .o-btn--black, .c-carousel__item .o-btn--blue {
    background-color: transparent;
    border: 2px solid #566066;
    color: #566066;
  }

  .c-carousel__item .o-btn--white:hover, .c-carousel__item .o-btn--white:focus, .c-carousel__item .o-btn--black:hover, .c-carousel__item .o-btn--black:focus, .c-carousel__item .o-btn--blue:hover, .c-carousel__item .o-btn--blue:focus {
    border-color: #dcdcdc;
    color: #dcdcdc;
  }

  .c-carousel__item .o-btn--white:active, .c-carousel__item .o-btn--black:active, .c-carousel__item .o-btn--blue:active {
    border-color: #dcdcdc;
    background-color: #dcdcdc;
    color: #fff;
  }
}

.c-carousel__title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.1;
  margin-bottom: .2em;
  text-transform: uppercase;
}

.c-carousel--blog .c-carousel__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.c-carousel__text {
  text-align: center;
  padding: calc(44.84375% + 20px) 5% 50px;
}

@media (min-width: 768px) {
  .c-carousel__text {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 50%;
    max-width: 400px;
    padding: calc(44.84375% + 20px) 5%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-carousel--blog .c-carousel__text {
  background-color: rgba(42, 166, 194, 0.9);
  padding: 60px 35px;
}

@media (min-width: 768px) {
  .c-carousel--blog .c-carousel__text {
    width: 405px;
  }
}

.c-carousel--blog .c-carousel__text p {
  color: #fff;
}

@media (min-width: 768px) {
  .c-carousel__text--blue, .c-carousel__text--blue .c-carousel__title {
    color: #2aa6c2;
  }

  .c-carousel__text--gray, .c-carousel__text--gray .c-carousel__title {
    color: #566066;
  }

  .c-carousel__text--white, .c-carousel__text--white .c-carousel__title {
    color: #fff;
  }

  .c-carousel__text--black, .c-carousel__text--black .c-carousel__title {
    color: #000;
  }
}

.c-carousel .slick-list {
  width: 100%;
}

.c-carousel .slick-dots {
  bottom: 8px;
}

.c-carousel .slick-dots li {
  height: 2px;
  width: 55px;
  background-color: #bfbfbf;
}

.c-carousel .slick-dots .slick-active {
  background-color: #2aa6c2;
}

.c-carousel-product {
  padding: 4em;
}

@media screen and (max-width: 831px) {
  .c-carousel-product {
    padding: 2em;
  }
}

.c-carousel-product__list {
  list-style-type: none;
  float: left;
  width: 320px;
}

.c-carousel-product__list a {
  color: #566066;
}

.c-carousel-product__list a:hover {
  color: #3f464a;
}

.c-carousel-product__list p {
  text-align: center;
  border-top: 1px solid #dcdcdc;
  width: 80%;
  padding-top: 15px;
  text-transform: none;
  margin: 0 auto;
  letter-spacing: 2px;
}

.c-carousel-product__list small {
  text-align: center;
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-carousel-product__list img {
  display: block;
  margin: 0 auto 40px;
  opacity: 1;
  transition: all .5s ease-out;
}

.c-carousel-product__list img:hover {
  opacity: .5;
}

.c-carousel-product .slick-slide img {
  max-height: 150px;
}

.c-carousel-product .slick-next {
  right: 25px;
}

.c-carousel-product .slick-prev {
  left: 25px;
}

.slick-next, .slick-prev {
  z-index: 3;
  height: 27px;
  width: 14px;
  opacity: 1.5;
  transition: .2s ease-out;
}

.slick-next::before, .slick-prev::before {
  content: "";
  display: block;
  width: 14px;
  height: 27px;
  background-repeat: no-repeat;
}

.slick-next:hover, .slick-prev:hover {
  opacity: 1;
}

.slick-next::before {
  background-image: url(../img/slick-right.png);
}

.slick-prev:before {
  background-image: url(../img/slick-left.png);
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots li button {
  display: block;
  width: 100%;
  margin-top: -9px;
}

.slick-dots li.slick-active button:before {
  display: none !important;
}

.slick-slide:focus {
  outline: 0;
}

.slick-dots li button:before {
  display: none !important;
}

.c-carousel-seal {
  list-style: none;
  position: absolute;
  top: 33px;
  left: 5%;
}

.c-carousel-seal__item + .c-carousel-seal__item {
  margin-top: 30px;
}

.c-catalog {
  background-color: #dcdcdc;
  padding: 140px 5%;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-catalog {
    background: #dcdcdc url("../img/magazine.png") 16px center no-repeat;
    text-align: left;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .c-catalog {
    background-size: 350px;
    padding-left: 400px;
  }
}

@media (min-width: 1200px) {
  .c-catalog {
    padding-left: 450px;
  }
}

.c-catalog p {
  margin: 0 0 1.5em;
}

.c-catalog__tit {
  font-size: 29px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .c-contact {
    display: table;
    width: 100%;
  }
}

.c-form__fieldset {
  margin-bottom: 1.5em;
}

.c-form__fieldset--no-margin {
  margin-top: -1.5em;
}

.c-form__legend {
  display: block;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: .3em;
  text-transform: uppercase;
}

.c-form__rules {
  display: block;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  font-size: 12px;
  font-style: italic;
  letter-spacing: .14em;
  margin-bottom: 20px;
  padding: .6em 0;
  text-align: center;
}

.c-form__rules--success {
  color: #00cc74;
  border-color: #00cc74;
}

.c-form__rules--error {
  color: #f22222;
  border-color: #f22222;
}

.c-form__loader {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

@media (max-width: 480px) {
  .c-form .o-btn {
    display: block;
    width: 100%;
  }

  .c-form .o-btn + .o-btn {
    margin: 20px 0 0;
  }
}

.c-form-control {
  margin-bottom: .5em;
}

.c-form-control__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: .2em;
  text-transform: uppercase;
}

.c-form-control__label span {
  font-weight: 400;
  text-transform: none;
}

.c-form-control__label--small {
  font-size: 10px;
}

.c-form-control__error {
  font-size: 12px;
}

.c-form-control--error {
  color: #f22222;
}

.c-form-select {
  position: relative;
  height: 32px;
  border: 2px solid #566066;
}

.c-form-select select {
  display: block;
  width: 100%;
  height: 28px;
  border: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: 700;
  padding: 0 .7em;
}

.c-form-select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 27px;
  width: 28px;
  background: #fff url("../img/select-arrow.png") no-repeat center;
  pointer-events: none;
}

.c-form-control--error .c-form-select {
  border-color: #f22222;
}

.c-form-select--gray-light::after {
  background-color: #f4f4f5;
}

.c-form-upload {
  position: relative;
  height: 32px;
  background-color: #566066;
  text-align: center;
}

.c-form-upload::before {
  display: inline-block;
  content: 'upload';
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-top: .4em;
  pointer-events: none;
  text-transform: uppercase;
}

.c-form-upload input {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 32px;
  width: 100%;
  opacity: 0;
}

.c-form-upload--filled {
  background-color: transparent;
  border: 2px solid #566066;
  color: #566066;
}

.c-form-upload--filled span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-form-upload--filled::before {
  display: none;
}

.c-filter-search {
  background-color: #f4f4f5;
  letter-spacing: .1em;
  text-align: center;
  padding: 30px 5%;
}

.c-filter-search__headline {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.c-filter-search__select {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 230px;
  border: 2px solid #bfbfbf;
}

@media (max-width: 600px) {
  .c-filter-search__select {
    width: 100%;
  }
}

.c-filter-search__select select {
  display: block;
  width: 100%;
  height: 28px;
  border: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  padding: 0 1em;
  text-transform: uppercase;
}

.c-filter-search__select select:disabled {
  opacity: .25;
}

.c-filter-search__select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 28px;
  width: 28px;
  background: #f4f4f5 url("../img/select-filter-arrow.png") no-repeat center;
  pointer-events: none;
}

.c-filter-search__select:last-child {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .c-filter-search__select:last-child {
    margin: 15px 0 0;
  }
}

.c-main-content {
  overflow: hidden;
}

.c-main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-main-section--banner {
  padding-top: 0;
}

.c-main-section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.c-main-section--no-padding-bottom {
  padding-bottom: 0;
}

.c-main-section--register {
  min-height: 52vh;
  background: url("../img/bg-cadastro.jpg");
  background-size: cover;
}

.c-main-section--product-lists {
  background-color: #f4f4f5;
}

.c-main-section--product-lists--empty {
  background: #f4f4f5 url("../img/bg-lista-vazia.png") no-repeat center bottom 50px;
  background-size: auto;
  padding-bottom: 300px;
  text-align: center;
}

@media print {
  .c-main-section--product-lists > * {
    display: none;
  }
}

@media print {
  .c-main-section--product-lists > *.c-product-lists {
    display: block;
  }
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  max-width: 380px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .c-modal {
    position: absolute;
    top: 55px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.c-modal__header {
  position: relative;
  min-height: 53px;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  padding: 15px 25px;
}

.c-modal__body {
  position: relative;
  padding: 25px;
}

.c-modal__title {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.c-modal__close {
  position: absolute;
  right: 15px;
  top: 20px;
  display: inline-block;
  width: 16px;
  height: 0;
  cursor: pointer;
  padding-top: 16px;
  overflow: hidden;
}

.c-modal__close::before, .c-modal__close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #bfbfbf;
}

.c-modal__close::before {
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}

.c-modal__close::after {
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.c-modal-message {
  display: none;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  padding: 25px 25px 50px;
  margin: 0 -25px 23px;
}

.c-modal-message__title {
  font-weight: 700;
  text-transform: uppercase;
}

.c-copyright > * {
  display: inline-block;
}

.c-copyright__text {
  float: left;
  color: #bfbfbf;
  font-size: 10px;
  padding-top: .5em;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.c-copyright__author {
  float: right;
}

.c-schedule {
  background-color: #2aa6c2;
  color: #fff;
  padding: 140px 0;
}

.c-schedule p {
  margin: 0 0 1.5em;
}

.c-schedule__tit {
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.c-section-banner {
  display: table;
  table-layout: fixed;
  height: 315px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media (min-width: 768px) {
  .c-section-banner {
    text-align: left;
  }
}

.c-section-banner__content {
  display: table-cell;
  vertical-align: middle;
}

.c-section-banner--about .c-section-banner__content {
  vertical-align: bottom;
}

.c-section-banner__title {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.c-section-banner--about .c-section-banner__title {
  color: #566066;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .c-section-banner--about {
    text-align: center;
  }
}

.c-section-banner--product {
  background-image: url("../img/banner-produtos.jpg");
}

.c-section-banner--schedule {
  background-image: url("../img/banner-agenda.jpg");
}

.c-section-banner--stores {
  background-image: url("../img/banner-onde-comprar.jpg");
}

.c-share {
  background-color: #f4f4f5;
}

.c-share__content {
  position: relative;
  max-width: 764px;
  margin: 0 auto;
}

.c-share__content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 130px;
  right: 90px;
  display: block;
  height: 0;
  border-top: 1px solid #4b545b;
}

@media (max-width: 1023px) {
  .c-share__content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-share__content::before {
    left: 170px;
    right: 130px;
  }
}

.c-share__title {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .06em;
  margin: 0;
  padding: 1.8em 0;
  text-transform: uppercase;
}

.c-share__list {
  float: right;
  list-style: none;
  margin: 0;
  padding-top: 22px;
}

.c-share__item {
  display: inline-block;
  vertical-align: top;
}

.c-share__item:first-child {
  margin-right: 3px;
}

.c-share__link {
  display: block;
  height: 35px;
  width: 35px;
  background-color: #4b545b;
  padding-top: 5px;
  text-align: center;
}

.c-share__link path {
  transition: all .2s;
}

.c-share__link:hover path {
  fill: #bfbfbf;
}

.c-share__link:active {
  background-color: #bfbfbf;
}

.c-share__link:active path {
  fill: #566066;
}

.c-social {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-social {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-top: 36px;
  }
}

.c-social__item {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  padding: 2px;
  margin-left: 5px;
}

.c-social__item a {
  display: block;
}

.c-social__item img {
  transition: .2s ease-out;
}

.c-social__item:hover img {
  opacity: .5;
}

.c-location {
  color: #fff;
}

.c-location__hr {
  border-top-color: #fff;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  .c-location__hr {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.c-location__title, .c-location__subtitle {
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.c-location__title {
  font-size: 18px;
}

.c-location__subtitle {
  font-size: 15px;
}

.c-location-list {
  list-style: none;
  margin: 0;
  padding-top: 10px;
  text-align: center;
}

.c-location-list__item {
  display: block;
  font-size: 11px;
  letter-spacing: .1em;
  padding-bottom: 10px;
}

.c-location-list__item span {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.c-location-list__item a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .c-location-list--inline .c-location-list__item {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  .c-location-list--inline .c-location-list__item + .c-location-list__item {
    margin-left: 3em;
  }
}

.c-more {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.c-more::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 17px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #566066;
}

.c-more__btn {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.c-more__btn::before, .c-more__btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 15px;
  background-color: #fff;
}

.c-more__btn::before {
  left: -17px;
}

.c-more__btn::after {
  right: -17px;
}

.c-product-resume {
  position: relative;
  min-height: 259px;
  background-color: #566066;
  color: #fff;
  padding: 2em 8.59375%;
}

@media (min-width: 768px) {
  .c-product-resume p {
    padding-right: 240px;
  }
}

@media (min-width: 1024px) {
  .c-product-resume p {
    max-width: 605px;
    padding-right: 0;
  }
}

.c-product-resume__intro {
  position: relative;
  min-height: 98px;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  .c-product-resume__intro {
    padding-right: 200px;
  }
}

.c-product-resume__title {
  color: #fff;
  margin-bottom: 0;
  text-transform: none;
}

.c-product-resume__subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
}

.c-product-tech {
  background-color: #fff;
  color: #566066;
  padding: 4em 8.59375%;
}

.c-product-tech__tech-info {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .c-product-tech__tech-info {
    width: 29.688972667295%;
    margin-bottom: 0;
  }
}

.c-product-tech__tech-info ul {
  list-style-position: outside;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.c-product-tech__tech-img {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .c-product-tech__tech-img {
    width: 20.73515551366635%;
    margin-bottom: 0;
  }
}

.c-product-tech__download {
  background-color: #566066;
  border-top: 1px solid #566066;
  border-left: 1px solid #566066;
  border-right: 1px solid #566066;
  color: #fff;
  margin-top: 30px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
}

.c-product-tech__download a {
  color: #fff;
}

.c-product-tech__item {
  border: 1px solid #566066;
  width: 100%;
  margin-bottom: -1px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-product-tech__item > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

@media (max-width: 1023px) {
  .c-product-tech__item > * {
    display: block;
    text-align: center;
  }
}

.c-product-tech__item--pad {
  padding: 0;
}

@media (min-width: 1024px) {
  .c-product-tech__item--pad {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.c-product-tech__description {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .c-product-tech__description {
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .c-product-tech__left {
    width: 25%;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .c-product-tech__center {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .c-product-tech__right {
    width: 35%;
    text-align: right;
  }
}

.c-product-tech__down {
  position: relative;
  padding: 10px 15px;
  text-align: left;
}

.c-product-tech__down + .c-product-tech__down {
  border-top: 1px solid #566066;
}

@media (min-width: 1024px) {
  .c-product-tech__down + .c-product-tech__down {
    border-top: 0;
  }
}

@media (min-width: 1024px) {
  .c-product-tech__down {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #566066;
  }

  .c-product-tech__down:last-child {
    border-right: 0;
  }
}

.c-product-tech__down a {
  display: block;
  color: #566066;
  text-decoration: underline;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54'%3E%3Cg fill='%2357B0E3' height='23' width='23' %3E%3Cpath d='M27 47c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v45c0 .55-.45 1-1 1z'/%3E%3Cpath d='M27 47c-.26 0-.5-.1-.7-.3l-16-16c-.4-.38-.4-1.02 0-1.4s1.02-.4 1.4 0l16 16c.4.38.4 1.02 0 1.4-.2.2-.44.3-.7.3z'/%3E%3Cpath d='M27 47c-.26 0-.5-.1-.7-.3-.4-.38-.4-1.02 0-1.4l16-16c.38-.4 1.02-.4 1.4 0s.4 1.02 0 1.4l-16 16c-.2.2-.44.3-.7.3zM43 54H11c-.55 0-1-.45-1-1s.45-1 1-1h32c.55 0 1 .45 1 1s-.45 1-1 1z'/%3E%3C/g%3E%3C/svg%3E") center right no-repeat;
}

.c-product-questions {
  position: relative;
  padding: 2em 8.59375%;
}

.c-product-questions .c-main-title > span {
  cursor: pointer;
}

.c-product-questions__hr {
  margin-top: 0;
}

.c-product-questions__view {
  float: right;
  cursor: pointer;
  padding-right: 7px;
}

.c-product-questions__content {
  display: none;
}

.c-product-questions-show {
  display: inline-block;
}

.c-product-questions-show--less {
  display: none;
}

.is-show-less .c-product-questions-show--less {
  display: inline-block;
}

.is-show-less .c-product-questions-show--more {
  display: none;
}

.c-product-power {
  margin: 20px auto 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-product-power {
    position: absolute;
    bottom: -98px;
    right: 0;
  }
}

.c-product-power__item {
  display: block;
  height: 98px;
  width: 50%;
  border: 1px solid #fff;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: .4;
  padding-top: .85em;
  text-align: center;
}

@media (max-width: 767px) {
  .c-product-power__item {
    font-size: 28px;
    line-height: .6;
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .c-product-power__item {
    float: none;
    width: 100%;
  }

  .c-product-power__item + .c-product-power__item {
    margin: -1px 0 0;
  }
}

.c-product-power__item:first-child {
  float: left;
}

.c-product-power__item:last-child {
  float: right;
}

@media (max-width: 767px) {
  .c-product-power__item:last-child {
    border-left: 0;
  }
}

.c-product-power__item small {
  font-size: 14px;
  font-weight: 400;
}

.c-product-tech-list {
  float: left;
}

.c-product-tech-list ul {
  list-style: none;
}

.c-product-tech-list li {
  font-size: 14px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .c-product-tech-list li {
    padding-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .c-product-tech-list li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }

  .c-product-tech-list li:nth-child(odd) {
    padding-right: 20px;
  }
}

.c-product-tech-list li::before {
  content: '•';
  display: inline-block;
  width: 15px;
  vertical-align: baseline;
  margin-left: -15px;
}

.c-tabs__content {
  display: none;
  padding-top: 40px;
}

.c-tab-nav__btn {
  position: relative;
  background-color: #f4f4f5;
  border: 2px solid #fff;
  color: #566066;
}

.c-tab-nav__btn.is-active {
  z-index: 1;
  background-color: #566066;
  border: 2px solid #fff;
  color: #fff;
}

.c-tab-nav__btn.is-active:hover, .c-tab-nav__btn.is-active:active {
  background-color: #566066;
  color: #fff;
}

.c-tab-nav__btn.is-active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-top-color: #566066;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-tab-subnav {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.c-tab-subnav__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-tab-subnav__link {
  display: block;
  color: #bfbfbf;
  padding: .8em 1em;
}

.c-tab-subnav__link.is-active {
  color: #2aa6c2;
}

.c-tab-subnav-content {
  display: none;
}

.c-main-footer {
  background-color: #566066;
  clear: both;
  position: relative;
  bottom: 0;
}

@media (max-width: 767px) {
  .c-main-footer {
    text-align: center;
  }
}

.c-main-footer__row {
  border-bottom: 1px solid #fff;
}

.c-main-footer__row:first-child {
  padding: 15px 8.4375% 10px;
}

@media (max-width: 767px) {
  .c-main-footer__row:first-child {
    padding-bottom: 0;
    padding-top: 1em;
  }
}

.c-main-footer__row--news {
  padding: 15px 8.4375%;
}

@media (max-width: 767px) {
  .c-main-footer__row--news {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}

.c-main-footer__row:last-child {
  border: 0;
  padding: .5em 3%;
}

@media (min-width: 768px) {
  .c-main-footer__row:last-child {
    padding: .5em 8.4375%;
  }
}

.c-footer-form {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-footer-form {
    display: table-cell;
    width: 80%;
  }
}

.c-footer-form__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-footer-form__title {
    text-align: center;
  }
}

.c-footer-form__input {
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-footer-form__input {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .c-footer-form__input {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .c-footer-form__input {
    width: 275px;
  }
}

.c-footer-form__btn {
  width: 100px;
  border: 2px solid #fff;
  padding: 4px 15px 4px 15px;
  cursor: pointer;
  background-color: #fff;
}

.c-footer-form__btn:hover, .c-footer-form__btn:focus {
  color: #bfbfbf;
}

.c-footer-form__btn:active {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-footer-form__btn {
    margin: 0 0 20px;
  }
}

.c-footer-form__message {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  margin-top: 10px;
  padding: 2px 15px;
  text-transform: uppercase;
}

.c-architect-banner {
  position: relative;
  height: calc(100vh - 55px);
  background-image: url("../img/banner-espaco-profissional.png");
  background-position: right center;
  background-size: cover;
}

.c-architect-banner__text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .c-architect-banner__text {
    background-color: rgba(42, 166, 194, 0.9);
    color: #fff;
    padding: 60px 35px;
  }
}

@media (min-width: 768px) {
  .c-architect-banner__text {
    left: 200px;
    width: 350px;
  }
}

.c-architect-banner__title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-bottom: .2em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-architect-banner__title {
    color: #fff;
  }
}

.c-architect-banner__arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  width: 40px;
  height: 20px;
  background: url("../img/arrow-blue-down.png") no-repeat center;
  margin-left: -20px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.c-architect-project {
  position: relative;
}

@media (max-width: 767px) {
  .c-architect-project {
    text-align: center;
  }
}

.c-architect-project__img {
  padding-right: 20px;
}

.c-architect-project__txt {
  vertical-align: middle;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .c-architect-project__txt {
    padding: 100px 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c-architect-project__txt {
    width: 63%;
  }
}

.c-architect-project__txt p {
  margin-bottom: 1.5em;
}

.c-architect-project__title {
  font-size: 24px;
  letter-spacing: .05em;
  margin-bottom: .2em;
  text-transform: uppercase;
}

.c-architect-project__btn + .c-architect-project__btn {
  margin-left: 5px;
}

@media (max-width: 480px) {
  .c-architect-project__btn {
    display: block;
  }

  .c-architect-project__btn + .c-architect-project__btn {
    margin: 20px 0 0;
  }
}

.c-architect-project__form {
  max-height: 0;
  overflow: hidden;
  margin-top: 30px;
  text-align: left;
  transition: max-height .5s ease-in-out;
}

.c-architect-project__form.is-active {
  max-height: 2000px;
}

.c-blog-nav {
  background-color: #f4f4f5;
}

.c-blog-nav__list {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.c-blog-nav__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.c-blog-nav__link {
  display: block;
  color: #566066;
  padding: 25px 15px;
}

.c-blog-nav__link.is-active {
  color: #2aa6c2;
}

.c-blog-posts {
  max-width: 764px;
  margin: 0 auto;
  padding-top: 70px;
}

@media (max-width: 1023px) {
  .c-blog-posts {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.c-blog-posts__item {
  position: relative;
  margin-bottom: 50px;
}

.c-blog-posts__image {
  position: relative;
  min-height: 90px;
  background-color: #2aa6c2;
}

@media (min-width: 768px) {
  .c-blog-posts__image {
    max-height: 432px;
    overflow: hidden;
  }
}

.c-blog-posts__date {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: rgba(42, 166, 194, 0.9);
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.1;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}

.c-blog-posts__date small {
  display: block;
  font-size: 15px;
  letter-spacing: .14em;
}

.c-blog-posts__date-detail {
  display: block;
  border-top: 1px solid #bfbfbf;
  font-size: 12px;
  letter-spacing: .1em;
  margin-top: 3em;
  padding-top: 1em;
}

.c-blog-posts__links {
  background-color: #bfbfbf;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.c-blog-posts__links a {
  color: #fff;
}

.c-blog-posts__category {
  display: block;
  background-color: #566066;
  padding: .8em 1.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .c-blog-posts__category {
    float: left;
  }
}

.c-blog-posts__tags {
  list-style: none;
  padding-right: 1.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .c-blog-posts__tags {
    float: right;
  }
}

.c-blog-posts__tag-item {
  display: inline-block;
  padding-right: .3em;
}

@media (min-width: 768px) {
  .c-blog-posts__tag-item {
    float: left;
    display: block;
  }
}

.c-blog-posts__tag-item:not(:first-child)::before {
  content: '-';
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.c-blog-posts__tag-item a {
  display: inline-block;
  vertical-align: middle;
  padding: .8em 0;
}

.c-blog-posts__text {
  padding: 30px 30px 0;
}

.c-blog-posts__text--post {
  padding: 30px 0 0;
}

.c-blog-posts__title a, .c-blog-posts__excerpt a {
  color: #566066;
}

.c-blog-posts__title {
  font-size: 22px;
  letter-spacing: .05em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.c-blog-posts__excerpt {
  margin: 0;
}

.c-blog-posts__btn {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 30px;
}

.c-blog-posts__btn::before, .c-blog-posts__btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 15px;
  background-color: #fff;
}

.c-blog-posts__btn::before {
  left: -17px;
}

.c-blog-posts__btn::after {
  right: -17px;
}

.c-blog-posts--detail {
  padding-top: 40px;
}

.c-blog-posts--event {
  padding-top: 0;
}

.c-post-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-post-gallery__title {
  background-color: #f4f4f5;
  color: #2aa6c2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  padding: .8em 1em;
  text-align: center;
  text-transform: uppercase;
}

.c-post-gallery .slick-dots li.slick-active button {
  background-color: #2aa6c2;
}

.c-post-gallery .slick-dots li button {
  border-radius: 50%;
  background: #dcdcdc;
  height: 15px;
  width: 15px;
}

.c-list-filter {
  background-color: #f4f4f5;
}

.c-list-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-list-filter-form__module:first-child {
  width: 83.3%;
}

.c-list-filter-form__action {
  display: inline-block;
  color: #566066;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-left: 2em;
  padding-top: 1.6em;
  text-decoration: underline;
  text-transform: uppercase;
}

.c-list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 602px;
  margin: 35px auto 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-list-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-list-actions__btn {
  height: 48px;
  border: 2px solid #566066;
  color: #566066;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 45px;
  text-decoration: underline;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-list-actions__btn + .c-list-actions__btn {
    margin-top: -2px;
  }
}

@media (min-width: 768px) {
  .c-list-actions__btn {
    width: 27.95%;
  }

  .c-list-actions__btn + .c-list-actions__btn {
    margin-left: -2px;
  }
}

.c-product-lists {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}

.c-product-lists__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
}

.c-product-lists__title + .c-product-lists-box {
  border-top: 1px solid #bfbfbf;
}

.c-product-lists-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-product-lists-card__info {
  padding-left: 15px;
}

.c-product-lists-card__title {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.c-product-lists-card__title a {
  text-decoration: none;
}

@media print {
  .c-product-lists-card__title a[href]::after {
    content: none !important;
  }
}

.c-product-lists-card__img {
  width: 92px;
}

.c-product-lists-card__date, .c-product-lists-card__label, .c-product-lists-card__specs {
  display: block;
}

.c-product-lists-card__date {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.c-product-lists-card__label {
  font-size: 12px;
}

.c-product-lists-card__specs {
  color: #bfbfbf;
  font-size: 10px;
  margin-top: 2px;
  text-transform: uppercase;
}

.c-product-lists-wrapper {
  overflow-x: auto;
}

.c-product-lists-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 630px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}

.c-product-lists-box:first-child {
  border-top: 1px solid #dcdcdc;
}

.c-product-lists-box__module:first-child {
  width: 70%;
}

.c-product-lists-box__module:last-child {
  width: 230px;
}

.c-product-lists-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-product-lists-actions__item {
  position: relative;
}

.c-product-lists-actions__item:first-child {
  padding-right: 28px;
}

.c-product-lists-actions__item:last-child {
  padding-left: 28px;
  border-left: 1px solid #bfbfbf;
}

@media print {
  .c-product-lists-actions__item:last-child {
    display: none;
  }
}

.c-product-lists-actions__btn {
  padding: 6px 20px;
}

.c-product-lists-actions__status {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  color: #bfbfbf;
  font-size: 10px;
  letter-spacing: .02em;
}

.c-sac {
  background-color: #f4f4f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .c-sac__col {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .c-sac__col {
    width: 52.10466439135381%;
    padding-right: 90px;
  }
}

.c-sac__title {
  margin: 0 0 20px;
}

.c-sac__subtitle {
  color: #2aa6c2;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  margin-top: 2em;
}

.c-sac__item {
  display: block;
  font-size: 14px;
  margin-bottom: .5em;
}

.c-sac__item::before {
  content: '•';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}

.c-sac__item--phone {
  font-weight: 700;
}

.c-faq {
  padding-bottom: 50px;
}

.c-form-box {
  max-width: 867px;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 5% 25px;
}

.c-form-box__control {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.c-form-box__fieldset {
  padding-top: 30px;
  padding-bottom: 50px;
}

.c-form-box__link {
  display: inline-block;
  vertical-align: middle;
  color: #566066;
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 5px;
}

.c-events {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-events__content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.c-events--past {
  background-color: #f4f4f5;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .c-events--past {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.c-event-restriction {
  display: block;
  color: #2aa6c2;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.c-events-list {
  margin-top: 50px;
  list-style: none;
}

@media (max-width: 1023px) {
  .c-events-list {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.c-events-list--carousel {
  padding-left: 0;
  padding-right: 0;
}

.c-events-list--carousel .slick-next {
  right: -50px;
}

.c-events-list--carousel .slick-next::before {
  background-image: url("../img/arrow-blue-right.png");
}

.c-events-list--carousel .slick-prev {
  left: -50px;
}

.c-events-list--carousel .slick-prev:before {
  background-image: url("../img/arrow-blue-left.png");
}

.c-events-list--carousel .slick-dots {
  bottom: -50px;
}

.c-events-list--carousel .slick-dots li.slick-active button {
  background-color: #2aa6c2;
}

.c-events-list--carousel .slick-dots li button {
  border-radius: 50%;
  background: #dcdcdc;
  height: 15px;
  width: 15px;
}

.c-events-list__item {
  border-left: 2px solid #2aa6c2;
  margin-bottom: 60px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .c-events-list__item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}

@media (min-width: 1024px) {
  .c-events-list__item {
    width: 33%;
    padding-right: 7%;
  }
}

.c-events-list--carousel .c-events-list__item {
  display: block;
  width: auto;
  margin: 0;
}

@media (min-width: 1024px) {
  .c-events-list--carousel .c-events-list__item {
    padding-right: 70px;
  }
}

.c-events-list__date {
  display: inline-block;
  background-color: #2aa6c2;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
}

.c-events-list__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
}

.c-event-card {
  background-color: #f4f4f5;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .c-event-card {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .c-event-card {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.c-event-card__date-col {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .c-event-card__date-col {
    width: 128px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .c-event-card__date-col--large {
    width: 220px;
  }
}

.c-event-card__date {
  display: inline-block;
  background-color: rgba(42, 166, 194, 0.9);
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.1;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}

.c-event-card__date small {
  display: block;
  font-size: 15px;
  letter-spacing: .14em;
}

.c-event-card__content {
  max-width: 764px;
  margin: 0 auto;
}

.c-event-description {
  font-size: 14px;
  margin-bottom: 5px;
}

.c-event-description > * {
  line-height: 1.5;
}

.c-event-description__term {
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .c-event-description__term {
    float: left;
    clear: left;
  }
}

.c-event-subscribe {
  background-color: #f4f4f5;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 25px 25px;
  margin: 0 -25px 25px;
}

.c-product-card__img {
  width: 27.87878787878788%;
}

.c-product-card__info {
  padding-left: 15px;
}

.c-product-card__title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.c-product-card__label, .c-product-card__specs {
  display: block;
  font-size: 10px;
}

.c-product-card__specs {
  margin-top: 2px;
  text-transform: uppercase;
}

.c-product-list {
  padding: 40px 5%;
  width: 100%;
  display: table;
}

@media (max-width: 831px) {
  .c-product-list {
    padding: 2em;
  }
}

.c-product-list--search-results {
  padding: 0;
}

.c-product-list__item {
  list-style-type: none;
  float: left;
  width: 25%;
  margin-bottom: 40px;
  height: 300px;
}

@media (max-width: 831px) {
  .c-product-list__item {
    float: none;
    width: 100%;
  }
}

.c-product-list__item a {
  color: #566066;
}

.c-product-list__item a:hover {
  color: #3f464a;
}

.c-product-list__item p {
  text-align: center;
  border-top: 1px solid #dcdcdc;
  width: 80%;
  padding-top: 15px;
  margin: 0 auto;
  color: #566066;
  letter-spacing: 2px;
}

.c-product-list__item small {
  text-align: center;
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
}

.c-product-list__item img {
  display: block;
  margin: 0 auto 40px;
  max-height: 200px;
  width: auto;
  opacity: 1;
  transition: all .2s ease-out;
}

.c-product-list__item img:hover {
  opacity: .5;
}

.c-product-gallery {
  list-style: none;
}

.c-product-gallery__item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dfe1e2;
  margin-right: 5px;
  margin-bottom: 10px;
}

.c-product-gallery__item img {
  display: block;
}

.c-product-gallery__item--video {
  position: relative;
}

.c-product-gallery__item--video::after {
  content: '';
  display: block;
  height: 31px;
  width: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 90 90'%3E%3Cpath d='M90 26.96c0-7.44-6.02-13.46-13.45-13.46h-63.1C6.02 13.5 0 19.52 0 26.96v36.08C0 70.47 6.02 76.5 13.45 76.5h63.1C83.98 76.5 90 70.47 90 63.04V26.96zM36 60.23v-33.9l25.7 16.95L36 60.23z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-search-results {
  padding-top: 50px;
}

.c-search-results-list {
  list-style: none;
}

.c-search-results-list__item {
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.c-search-results-list__item a {
  display: block;
  color: #566066;
  font-weight: 700;
  padding-bottom: .8em;
  padding-top: .8em;
}

.c-stores-map {
  height: 360px;
}

.c-stores-list {
  margin-top: 50px;
  list-style: none;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .c-stores-list {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.c-stores-list__item {
  display: inline-block;
  vertical-align: top;
  border-left: 2px solid #2aa6c2;
  margin-bottom: 60px;
  padding-left: 5px;
  padding-right: 7%;
}

@media (min-width: 768px) {
  .c-stores-list__item {
    width: 33%;
  }
}

.c-stores-list--infowindow .c-stores-list__item {
  width: auto;
  border-left: 0;
  margin: 0;
  padding: 20px;
}

.c-stores-list__title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
}

.c-stores-list__address {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.c-stores-list__link {
  font-size: 14px;
  letter-spacing: .1em;
}

.c-stores-list--infowindow {
  width: auto;
  margin: 0;
}

.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-margin-clear {
  margin: 0;
}

.u-hidden {
  display: none;
}

.u-uppercase {
  text-transform: uppercase;
}

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .c-main-header *, .c-main-nav, .c-main-footer, aside {
    display: none !important;
  }

  .c-logo {
    display: block !important;
  }

  .o-content-block {
    max-width: none;
    padding: 0;
  }

  body, article, main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.js-prevent-click-mobile{
  pointer-events: none;
}
.is-active-submenu .c-main-nav__link::after{
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
    -ms-transform: translateY(-50%) rotate(0deg) !important;
  transform: translateY(-50%) rotate(0deg) !important;
}

.menu-desktop{
  display: block;
}
.menu-mobile{
  display:none;
}

@media (max-width: 1023px){
  .c-main-nav-sub--products{
        transition: all .0s ease-out;
            max-height: initial;
  }
  .c-main-nav__list{
 position: relative;
    float: left;
    width: 100%;
  }
  .c-main-nav{
    position: relative;
    float: left;
    width: 100%;
  }

  .menu-desktop{
  display: none;
}
.menu-mobile{
     
  display: none;
    position: relative;
    float: left;
    width: 100%;
    overflow: visible;
   
}
.ios,
.ios * {
    
    cursor: pointer;
}
.fechada{
      height: 0px;
      overflow: hidden;
      
  }
  .mobile-click{
    display: block;
    width: 100%;
    float:left;
    position:relative;

  }
}
