/* line 61, ../sass/_base.scss */
* {
  outline: 0 none !important;
}

/* line 64, ../sass/_base.scss */
html, body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Inconsolata", sans-serif;
  display: block;
}

/* line 72, ../sass/_base.scss */
body {
  height: 100%;
  overflow-x: hidden;
}

/* line 76, ../sass/_base.scss */
ul, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
}

/* line 77, ../sass/_base.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 78, ../sass/_base.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 79, ../sass/_base.scss */
div, input, input:focus, textarea, textarea:focus, select, select:focus {
  outline: 0 none;
}

/* line 80, ../sass/_base.scss */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

/* line 85, ../sass/_base.scss */
a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

/* line 91, ../sass/_base.scss */
.pageSize {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* line 94, ../sass/_base.scss */
.ajax-data {
  position: relative;
  float: left;
  display: block;
  min-height: 48px;
  width: 100%;
  z-index: 500;
  background: url("../img/loader-dark.gif") no-repeat center center;
}

/* line 104, ../sass/_base.scss */
.wrapper.withIScroll {
  height: 100%;
  width: 100%;
}
/* line 108, ../sass/_base.scss */
.wrapper.withIScroll .scroller {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 109, ../sass/_base.scss */
.wrapper.withIScroll .scroller ul {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 110, ../sass/_base.scss */
.wrapper.withIScroll .scroller li {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  float: left;
}
/* line 111, ../sass/_base.scss */
.wrapper.withIScroll .dragging {
  -webkit-user-drag: none !important;
}

/* line 116, ../sass/_base.scss */
section {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  height: auto;
}

/* line 120, ../sass/_base.scss */
h1, h2, h3, h4, h5, small, .geo-field {
  text-transform: none;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

/* line 127, ../sass/_base.scss */
.mb-1 {
  margin-bottom: 1px;
}

/* line 130, ../sass/_base.scss */
.mt-1 {
  margin-top: 1px;
}

/* line 133, ../sass/_base.scss */
.ml-1 {
  margin-left: 1px;
}

/* line 136, ../sass/_base.scss */
.mr-1 {
  margin-right: 1px;
}

/* line 140, ../sass/_base.scss */
.mt-21 {
  margin-top: 21px;
}

/* line 144, ../sass/_base.scss */
hr {
  margin-bottom: 20px;
}

/* line 150, ../sass/_base.scss */
.loadie {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffea00;
  width: 0;
  height: 4px;
  z-index: 999999;
  -webkit-transition: width 0.1s ease-out;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

/* line 165, ../sass/_base.scss */
.sign {
  position: absolute;
  bottom: 14px;
  right: 10%;
  z-index: 750;
  width: 45px;
  height: 11px;
  visibility: visible !important;
  opacity: 0.075;
  *filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=075)";
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 176, ../sass/_base.scss */
.sign .uzzye {
  width: 45px;
  height: 11px;
  background: url("../img/sign-color.png") no-repeat center center;
  background-size: contain;
}

/* line 183, ../sass/_base.scss */
.sign:hover {
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 189, ../sass/_base.scss */
.navbar .brand-img {
  max-height: 29px;
}

/* line 196, ../sass/_base.scss */
.preloader-it {
  background: none;
}

/* line 202, ../sass/_base.scss */
.error-frame {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: none;
  background: none;
  display: block;
}

/* line 213, ../sass/_base.scss */
.showOnLoad {
  opacity: 0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 219, ../sass/_base.scss */
.alinhamento {
  display: block;
  float: none;
  width: 80%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 219, ../sass/_base.scss */
  .alinhamento {
    width: 80%;
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  /* line 219, ../sass/_base.scss */
  .alinhamento {
    width: 90%;
    max-width: none;
  }
}

/* line 237, ../sass/_base.scss */
.invisible {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

/* line 246, ../sass/_base.scss */
.grayscale {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* line 251, ../sass/_base.scss */
.nofilter {
  filter: none;
  -webkit-filter: grayscale(0);
}

/* line 1, ../sass/_menu.scss */
nav {
  width: 100% !important;
  left: 0% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  box-sizing: border-box;
  background: url(../img/overlay.png) repeat-x bottom left;
  background-color: transparent;
  transition: background ease-out 250ms, box-shadow ease-out 250ms;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/_menu.scss */
  nav {
    position: fixed;
    right: 0px;
    text-align: right;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 21, ../sass/_menu.scss */
nav .navbar-brand {
  position: relative;
  top: 10px;
  left: 0%;
  z-index: 800;
  transition: top ease-out 250ms, background ease-out 250ms;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  /* line 21, ../sass/_menu.scss */
  nav .navbar-brand {
    left: 5%;
  }
}
/* line 32, ../sass/_menu.scss */
nav .navbar-brand img {
  transition: width ease-out 250ms, opacity ease-out 250ms;
  width: 148px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  /* line 32, ../sass/_menu.scss */
  nav .navbar-brand img {
    width: 108px;
  }
}
/* line 42, ../sass/_menu.scss */
nav .navbar-tagline {
  position: absolute;
  display: block;
  text-align: right;
  margin-left: auto;
  right: 5%;
  margin-right: 15px;
  top: 30px;
  z-index: 803;
  color: #ffea00;
  transition: top ease-out 250ms;
}
/* line 53, ../sass/_menu.scss */
nav .navbar-tagline a {
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/_menu.scss */
  nav .navbar-tagline {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/_menu.scss */
  nav .navbar-tagline {
    margin-right: 0px;
    top: 105px;
  }
}
/* line 66, ../sass/_menu.scss */
nav .navbar-nav {
  margin-top: 0px;
  transition: margin-top ease-out 250ms;
}
/* line 70, ../sass/_menu.scss */
nav .navbar-nav .nav-item .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 991px) {
  /* line 70, ../sass/_menu.scss */
  nav .navbar-nav .nav-item .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 70, ../sass/_menu.scss */
  nav .navbar-nav .nav-item .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 86, ../sass/_menu.scss */
nav .navbar-nav .nav-item:hover .nav-link {
  color: #a0a0a0;
}
/* line 89, ../sass/_menu.scss */
nav .navbar-nav .nav-item:hover .bullet {
  background: url(../img/menu.png) repeat-x center center;
}
/* line 94, ../sass/_menu.scss */
nav .navbar-nav .nav-item.active .nav-link {
  color: #a0a0a0;
}
/* line 97, ../sass/_menu.scss */
nav .navbar-nav .nav-item.active .bullet {
  background: url(../img/menu.png) repeat-x center center;
}
/* line 101, ../sass/_menu.scss */
nav .navbar-nav .nav-item .bullet {
  width: 100%;
  height: 5px;
  background: url(../img/blank.gif) repeat-x center center;
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 101, ../sass/_menu.scss */
  nav .navbar-nav .nav-item .bullet {
    background-repeat: no-repeat !important;
    background-position: right center !important;
  }
}
/* line 114, ../sass/_menu.scss */
nav.fixed {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 5px #666;
}
/* line 117, ../sass/_menu.scss */
nav.fixed .navbar-brand {
  top: 0px;
}
/* line 120, ../sass/_menu.scss */
nav.fixed .navbar-brand img {
  width: 50px;
}
/* line 125, ../sass/_menu.scss */
nav.fixed .navbar-tagline {
  top: 5px;
}
/* line 128, ../sass/_menu.scss */
nav.fixed .navbar-nav {
  margin-top: 20px;
}
/* line 133, ../sass/_menu.scss */
nav .navbar-collapse {
  z-index: 810;
}
@media screen and (max-width: 767px) {
  /* line 133, ../sass/_menu.scss */
  nav .navbar-collapse {
    margin-top: 50px;
    padding-right: 5%;
    padding-bottom: 200px;
  }
}

/* line 143, ../sass/_menu.scss */
.navbar-toggler {
  position: fixed;
  top: 40px;
  right: 5%;
  width: 32px;
  height: 32px;
  z-index: 801;
  box-sizing: border-box;
  padding: 0px;
}

/* line 157, ../sass/_menu.scss */
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 3px solid #ffea00;
  box-shadow: 0 0px #a0a0a0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -o-transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -o-transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -moz-transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -moz-transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
}

/* line 174, ../sass/_menu.scss */
.navbar-toggler:hover .burger-menu-piece {
  border-color: #f62c7d !important;
}

/* line 178, ../sass/_menu.scss */
.burger-menu-piece:nth-child(1) {
  top: 0;
}

/* line 181, ../sass/_menu.scss */
.burger-menu-piece:nth-child(2) {
  top: 9px;
  opacity: 1;
}

/* line 185, ../sass/_menu.scss */
.burger-menu-piece:nth-child(3) {
  top: 18px;
}

/* line 188, ../sass/_menu.scss */
.burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
  animation: burger-open-top 400ms ease-out forwards;
  /*box-shadow: 1px 1px $color1;*/
}

/* line 193, ../sass/_menu.scss */
.burger-menu-piece:nth-child(2) {
  opacity: 0;
}

/* line 196, ../sass/_menu.scss */
.burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
  animation: burger-open-bot 400ms ease-out forwards;
  /*box-shadow: -1px 1px $color1;*/
}

/* line 201, ../sass/_menu.scss */
.navbar-toggler.collapsed .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
  animation: burger-close-top 400ms ease-out forwards;
}

/* line 205, ../sass/_menu.scss */
.navbar-toggler.collapsed .burger-menu-piece:nth-child(2) {
  opacity: 1;
}

/* line 208, ../sass/_menu.scss */
.navbar-toggler.collapsed .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
  animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 9px, 0);
    transform: translate3d(0, 9px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 9px, 0);
    transform: translate3d(0, 9px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0deg);
    transform: translate3d(0, 9px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0deg);
    transform: translate3d(0, 9px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0deg);
    transform: translate3d(0, -9px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0deg);
    transform: translate3d(0, -9px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5, ../sass/main.scss */
body {
  color: #a0a0a0;
}

/* line 11, ../sass/main.scss */
.lax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* line 15, ../sass/main.scss */
.lax img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 23, ../sass/main.scss */
article.wide {
  min-height: 720px;
}

/* line 27, ../sass/main.scss */
.midnightHeader.gray {
  color: #a0a0a0;
}

/* line 30, ../sass/main.scss */
.midnightHeader.pink {
  color: #f62c7d;
}

/* line 40, ../sass/main.scss */
article.home {
  position: relative;
  background: url(../img/blank.gif) no-repeat top center;
  background-size: cover;
}
/* line 45, ../sass/main.scss */
article.home .frases {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-40%);
  color: #fff;
  font-size: 60pt;
  line-height: 100%;
  font-weight: 700;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  /* line 45, ../sass/main.scss */
  article.home .frases {
    font-size: 32pt;
  }
}
/* line 60, ../sass/main.scss */
article.home .frases .f {
  display: none;
  min-height: 350px;
  padding-left: 50px;
}
/* line 65, ../sass/main.scss */
article.home .frases .f span {
  border-bottom: .1em solid;
  animation: caret 1s steps(1) infinite;
  width: 20px;
  display: inline-block;
  height: .1em;
  animation: caret 1s steps(1) infinite;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
/* line 82, ../sass/main.scss */
article.home .busto {
  max-width: 50%;
  width: 608px;
  height: auto;
  pointer-events: none;
}
/* line 89, ../sass/main.scss */
article.home .flare {
  position: absolute;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  width: 626px;
  max-width: 50%;
  opacity: .5;
  pointer-events: none;
}
/* line 99, ../sass/main.scss */
article.home .flare.f1 {
  right: 0px;
  top: 10%;
}
/* line 103, ../sass/main.scss */
article.home .flare.f2 {
  left: 10%;
  bottom: 10%;
}
/* line 109, ../sass/main.scss */
article.home .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 345px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: cover;
}

/* line 121, ../sass/main.scss */
.text-box, .text-box * {
  line-height: 100%;
}
/* line 124, ../sass/main.scss */
.text-box h1, .text-box h2 {
  font-size: 36pt;
  font-weight: 700;
  color: #8c62ad;
  text-transform: lowercase;
}
/* line 130, ../sass/main.scss */
.text-box p {
  margin-top: 20px;
  line-height: 150%;
}

/* line 138, ../sass/main.scss */
article.sobre {
  position: relative;
}
/* line 141, ../sass/main.scss */
article.sobre .text-box {
  width: 50%;
  max-width: 380px;
  margin-top: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 141, ../sass/main.scss */
  article.sobre .text-box {
    width: 100%;
    margin: auto;
    margin-right: 0px;
  }
}
/* line 153, ../sass/main.scss */
article.sobre .fish {
  position: absolute;
  max-width: 50%;
  pointer-events: none;
}
/* line 158, ../sass/main.scss */
article.sobre .fish.f1 {
  top: -200px;
  left: 5%;
  z-index: 10;
  width: 163px;
  height: 95px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  /* line 158, ../sass/main.scss */
  article.sobre .fish.f1 {
    top: -100px;
  }
}
/* line 170, ../sass/main.scss */
article.sobre .fish.f2 {
  top: -130px;
  left: 55%;
  z-index: 11;
  width: 251px;
  height: 130px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  /* line 170, ../sass/main.scss */
  article.sobre .fish.f2 {
    top: -130px;
  }
}
/* line 182, ../sass/main.scss */
article.sobre .fish.f3 {
  top: -300px;
  left: 40%;
  z-index: 12;
  width: 369px;
  height: 170px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  /* line 182, ../sass/main.scss */
  article.sobre .fish.f3 {
    top: -150px;
  }
}
/* line 196, ../sass/main.scss */
article.sobre .leaf {
  pointer-events: none;
  max-width: 50%;
  width: 563px;
  height: auto;
  position: absolute;
  z-index: 10;
  left: -25%;
  bottom: -300px;
}
/* line 207, ../sass/main.scss */
article.sobre .flamingo {
  pointer-events: none;
  position: absolute;
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  /* line 207, ../sass/main.scss */
  article.sobre .flamingo {
    max-width: 20%;
  }
}
/* line 215, ../sass/main.scss */
article.sobre .flamingo.f1 {
  bottom: 0px;
  right: 20%;
  z-index: 11;
  width: 344px;
  height: 449px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  /* line 215, ../sass/main.scss */
  article.sobre .flamingo.f1 {
    right: 5%;
  }
}
/* line 227, ../sass/main.scss */
article.sobre .flamingo.f2 {
  bottom: 0px;
  right: 40%;
  z-index: 10;
  width: 234px;
  height: 332px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  /* line 227, ../sass/main.scss */
  article.sobre .flamingo.f2 {
    right: 25%;
  }
}

/* line 244, ../sass/main.scss */
article.servicos {
  z-index: 20;
  position: relative;
  background: url(../img/blank.gif) no-repeat top center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
}
/* line 252, ../sass/main.scss */
article.servicos .curly {
  position: relative;
  display: block;
  width: 328px;
  height: 52px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
  margin-top: 20px;
  pointer-events: none;
}
/* line 263, ../sass/main.scss */
article.servicos .swiper {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  overflow-y: visible;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  /* line 263, ../sass/main.scss */
  article.servicos .swiper {
    width: 90%;
    margin-left: 5%;
  }
}
/* line 275, ../sass/main.scss */
article.servicos .swiper .swiper-wrapper {
  z-index: 11;
}
/* line 280, ../sass/main.scss */
article.servicos .row {
  position: relative;
}
/* line 284, ../sass/main.scss */
article.servicos .swiper-control {
  position: absolute;
  right: 0px;
  bottom: 150px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  /* line 284, ../sass/main.scss */
  article.servicos .swiper-control {
    right: 5%;
  }
}
/* line 295, ../sass/main.scss */
article.servicos .swiper-prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/left.png) no-repeat center center;
  background-size: contain;
  transition: background ease-out 250ms;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
/* line 305, ../sass/main.scss */
article.servicos .swiper-prev:hover {
  background-image: url(../img/left-hover.png);
}
/* line 309, ../sass/main.scss */
article.servicos .swiper-next {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/right.png) no-repeat center center;
  background-size: contain;
  transition: background ease-out 250ms;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
/* line 319, ../sass/main.scss */
article.servicos .swiper-next:hover {
  background-image: url(../img/right-hover.png);
}
/* line 323, ../sass/main.scss */
article.servicos .swiper-nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 327, ../sass/main.scss */
article.servicos .swiper-nav span {
  background: #fff;
  margin: 0px 3px;
}
/* line 333, ../sass/main.scss */
article.servicos .card {
  margin: 0px;
  border: 1px solid #fff;
  background: none;
  border-radius: 10px;
}
/* line 338, ../sass/main.scss */
article.servicos .card .icon {
  text-align: center;
  margin-top: 25%;
}
/* line 342, ../sass/main.scss */
article.servicos .card h3 {
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
/* line 349, ../sass/main.scss */
article.servicos .card .content {
  pointer-events: none;
  border-radius: 10px;
  color: #000;
  background: #ffea00;
  padding: 20px;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  width: 101%;
  min-height: 101%;
  height: auto;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity ease-in-out 250ms;
  text-align: center;
}
/* line 366, ../sass/main.scss */
article.servicos .card .content h3 {
  color: #000;
  padding: 0px;
}
/* line 370, ../sass/main.scss */
article.servicos .card .content p {
  margin-top: 20px;
}
/* line 375, ../sass/main.scss */
article.servicos .card:hover .content {
  opacity: 1;
}
/* line 381, ../sass/main.scss */
article.servicos .text-box {
  width: 50%;
  max-width: 350px;
  margin-top: 50px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  /* line 381, ../sass/main.scss */
  article.servicos .text-box {
    width: 100%;
  }
}
/* line 390, ../sass/main.scss */
article.servicos .text-box h2 {
  color: #fff;
}
/* line 393, ../sass/main.scss */
article.servicos .text-box p {
  color: #fff;
}
/* line 398, ../sass/main.scss */
article.servicos .kiss {
  position: absolute;
  max-width: 50%;
  pointer-events: none;
}
/* line 403, ../sass/main.scss */
article.servicos .kiss.k1 {
  top: 100%;
  left: 5%;
  z-index: 10;
  width: 187px;
  height: 112px;
  margin-top: 200px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
/* line 413, ../sass/main.scss */
article.servicos .kiss.k2 {
  top: 100%;
  left: 40%;
  z-index: 11;
  width: 185px;
  height: 113px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
/* line 422, ../sass/main.scss */
article.servicos .kiss.k3 {
  top: 100%;
  left: 55%;
  z-index: 12;
  width: 303px;
  height: 155px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
}
/* line 433, ../sass/main.scss */
article.servicos .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 118px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: cover;
}

/* line 446, ../sass/main.scss */
article.portfolio {
  position: relative;
}
/* line 449, ../sass/main.scss */
article.portfolio .text-box {
  width: 50%;
  margin-top: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 449, ../sass/main.scss */
  article.portfolio .text-box {
    width: 100%;
    margin: auto;
    margin-right: 0px;
  }
}
/* line 458, ../sass/main.scss */
article.portfolio .text-box h2 {
  color: #f62c7d;
  font-size: 48pt;
}
/* line 462, ../sass/main.scss */
article.portfolio .text-box p {
  color: #f62c7d;
}
/* line 467, ../sass/main.scss */
article.portfolio .items {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  /* line 467, ../sass/main.scss */
  article.portfolio .items {
    padding-left: 0%;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
/* line 477, ../sass/main.scss */
article.portfolio .items .it {
  position: relative;
  box-sizing: border-box;
  padding: 0%;
  z-index: 9;
  box-shadow: none;
  transition: box-shadow ease-in-out 250ms;
}
/* line 485, ../sass/main.scss */
article.portfolio .items .it .linkFullDiv {
  z-index: 13;
}
/* line 488, ../sass/main.scss */
article.portfolio .items .it .img {
  background: url(../img/blank.gif) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
/* line 496, ../sass/main.scss */
article.portfolio .items .it .content {
  pointer-events: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  z-index: 11;
  opacity: 0;
  transition: opacity ease-in-out 250ms;
  text-align: center;
  padding-top: 25%;
}
/* line 513, ../sass/main.scss */
article.portfolio .items .it .content h3 {
  color: #fff;
  padding: 0px;
}
/* line 517, ../sass/main.scss */
article.portfolio .items .it .content p {
  color: #a0a0a0;
  margin-top: 20px;
}
/* line 522, ../sass/main.scss */
article.portfolio .items .it:hover {
  z-index: 10;
  box-shadow: 1px 1px 20px #333;
}
/* line 525, ../sass/main.scss */
article.portfolio .items .it:hover .content {
  opacity: 1;
}

/* line 535, ../sass/main.scss */
article.clientes {
  position: relative;
  margin-top: 50px;
}
/* line 539, ../sass/main.scss */
article.clientes .text-box {
  width: 100%;
  margin-top: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 539, ../sass/main.scss */
  article.clientes .text-box {
    width: 100%;
    margin: auto;
    margin-right: 0px;
  }
}
/* line 548, ../sass/main.scss */
article.clientes .text-box h2 {
  color: #8c62ad;
  background: url(../img/blank.gif) repeat-x center right;
  background-size: contain;
}
/* line 552, ../sass/main.scss */
article.clientes .text-box h2 span {
  padding: 20px;
  margin-left: -20px;
  background: #fff;
}
/* line 558, ../sass/main.scss */
article.clientes .text-box p {
  color: #8c62ad;
}
/* line 563, ../sass/main.scss */
article.clientes .items {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  /* line 563, ../sass/main.scss */
  article.clientes .items {
    padding-left: 0%;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
/* line 573, ../sass/main.scss */
article.clientes .items .it {
  position: relative;
  box-sizing: border-box;
  padding: 1%;
}
/* line 578, ../sass/main.scss */
article.clientes .items .it .linkFullDiv {
  z-index: 13;
}
/* line 581, ../sass/main.scss */
article.clientes .items .it .img {
  width: 98%;
  height: 98%;
  top: 1%;
  right: 1%;
  bottom: 1%;
  left: 1%;
  position: absolute;
  z-index: 10;
  background: #fafafa;
  border-radius: 10px;
  text-align: center;
  transition: filter ease-in-out 250ms, background ease-in-out 250ms;
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
/* line 599, ../sass/main.scss */
article.clientes .items .it .img img {
  max-width: 60%;
  max-height: 60%;
}
/* line 606, ../sass/main.scss */
article.clientes .items .it:hover .img {
  background: #fff;
  filter: none;
  -webkit-filter: grayscale(0);
}

/* line 618, ../sass/main.scss */
footer {
  background: url(../img/blank.gif) no-repeat top center;
  background-size: cover;
  margin-top: 150px;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
/* line 627, ../sass/main.scss */
footer .copyright {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 2;
  background: #111;
  color: #a0a0a0;
  padding: 10px;
  font-size: 10pt;
}
@media screen and (max-width: 767px) {
  /* line 627, ../sass/main.scss */
  footer .copyright {
    font-size: 8pt;
  }
  /* line 639, ../sass/main.scss */
  footer .copyright .sign {
    bottom: 11px;
  }
}
/* line 645, ../sass/main.scss */
footer .curly {
  position: absolute;
  display: block;
  width: 732px;
  height: 110px;
  background: url(../img/blank.gif) no-repeat center center;
  background-size: contain;
  margin-top: -150px;
  pointer-events: none;
  z-index: 10;
}
/* line 657, ../sass/main.scss */
footer .hand {
  position: absolute;
  max-width: 33%;
  width: 218px;
  height: auto;
  pointer-events: none;
  bottom: 100%;
  right: 10%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  /* line 657, ../sass/main.scss */
  footer .hand {
    bottom: 50%;
    right: 5%;
  }
}
/* line 672, ../sass/main.scss */
footer .bar {
  position: absolute;
  max-width: 33%;
  width: 218px;
  height: auto;
  pointer-events: none;
  bottom: 100%;
  right: 10%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  /* line 672, ../sass/main.scss */
  footer .bar {
    bottom: 50%;
    right: 5%;
  }
}
/* line 687, ../sass/main.scss */
footer .text-box {
  width: 100%;
  margin-top: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 687, ../sass/main.scss */
  footer .text-box {
    width: 100%;
    margin: auto;
    margin-right: 0px;
  }
}
/* line 696, ../sass/main.scss */
footer .text-box h2 {
  color: #f62c7d;
}
/* line 699, ../sass/main.scss */
footer .text-box p {
  color: #fff;
}
/* line 704, ../sass/main.scss */
footer a {
  color: #f62c7d;
}
/* line 706, ../sass/main.scss */
footer a.block {
  display: block;
  width: 100%;
}
/* line 712, ../sass/main.scss */
footer span.fb {
  position: relative;
  display: inline-block;
  background: url(../img/ico-fb.png) no-repeat center center;
  background-position: contain;
  width: 32px;
  height: 32px;
  transition: background ease-out 250ms;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 722, ../sass/main.scss */
footer span.fb:hover {
  background-image: url(../img/ico-fb-hover.png);
}
/* line 726, ../sass/main.scss */
footer span.ig {
  position: relative;
  display: inline-block;
  background: url(../img/ico-ig.png) no-repeat center center;
  background-position: contain;
  width: 32px;
  height: 32px;
  transition: background ease-out 250ms;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 736, ../sass/main.scss */
footer span.ig:hover {
  background-image: url(../img/ico-ig-hover.png);
}
/* line 741, ../sass/main.scss */
footer .form {
  margin-top: 50px;
}
/* line 743, ../sass/main.scss */
footer .form input, footer .form textarea {
  width: 100%;
  max-width: 420px;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  /* line 743, ../sass/main.scss */
  footer .form input, footer .form textarea {
    max-width: 100%;
  }
}
/* line 753, ../sass/main.scss */
footer .form textarea {
  height: 80px;
}
/* line 757, ../sass/main.scss */
footer .retornoPost {
  width: 100%;
  max-width: 420px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 757, ../sass/main.scss */
  footer .retornoPost {
    max-width: 100%;
  }
}
/* line 765, ../sass/main.scss */
footer .btn {
  color: #fff;
}
/* line 767, ../sass/main.scss */
footer .btn::after {
  content: ' ';
  margin-left: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/right.png) no-repeat center center;
  background-size: contain;
  transition: background ease-out 250ms;
}
/* line 778, ../sass/main.scss */
footer .btn:hover {
  color: #ffea00;
}
/* line 780, ../sass/main.scss */
footer .btn:hover::after {
  background-image: url(../img/right-hover.png);
}

/* line 789, ../sass/main.scss */
.fancybox-case .fancybox-content {
  padding: 0px;
  background: none;
  max-width: 1080px;
}
/* line 793, ../sass/main.scss */
.fancybox-case .fancybox-content article {
  text-align: center;
}
/* line 796, ../sass/main.scss */
.fancybox-case .fancybox-content article.header {
  background: #fff;
  padding: 20px;
}
/* line 800, ../sass/main.scss */
.fancybox-case .fancybox-content article.header h2 {
  font-size: 60pt;
  line-height: 100%;
  font-weight: 700;
  color: #8c62ad;
}
@media screen and (max-width: 767px) {
  /* line 800, ../sass/main.scss */
  .fancybox-case .fancybox-content article.header h2 {
    font-size: 32pt;
  }
}
/* line 809, ../sass/main.scss */
.fancybox-case .fancybox-content article.header p {
  font-size: 22pt;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  /* line 809, ../sass/main.scss */
  .fancybox-case .fancybox-content article.header p {
    font-size: 14pt;
  }
}
/* line 817, ../sass/main.scss */
.fancybox-case .fancybox-content article .img {
  width: 100%;
  max-width: 100%;
}

/* Animation */
/* line 825, ../sass/main.scss */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
