.lilac {
  background-color: #8973CE;
}

.blue-gray {
  background-color: #B4B8DA;
}

.indigo {
  background-color: #6F7DCC;
}

.ceruleum {
  background-color: #07A8FF;
}

.black {
  background-color: #666666;
}

.gray {
  background-color: #A6A6A6;
}

.white {
  background-color: #f2f2f2;
}

.font-lilac {
  color: #8973CE;
}

.font-blue-gray {
  color: #B4B8DA;
}

.font-indigo {
  color: #6F7DCC;
}

.font-ceruleum {
  color: #07A8FF;
}

.font-black {
  color: #666666;
}

.font-gray {
  color: #A6A6A6;
}

.font-white {
  color: #f2f2f2;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #666666;
}

section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 136px;
}

a:hover {
  text-decoration: none;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  opacity: .6;
}

h1 {
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-size: 1rem;
}

h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  padding-bottom: 88px;
}

h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #8973CE;
}

a.entre-contato, a.border-button {
  border-radius: 30px;
  font-size: 17.5px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  width: 220px;
  height: 46px;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

a.entre-contato {
  background-color: #07A8FF;
  color: #f2f2f2;
}

a.border-button {
  background-color: transparent;
  border: 2px solid #A6A6A6;
  color: #666666;
}

a.entre-contato span, a.border-button span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.entre-contato:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.wrapper-line-block a {
  display: inline-block;
}

.trama {
  background-size: 1rem 1rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
}

.ghost {
  z-index: 1;
}

.trama {
  background-size: 1rem 1rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
}

p {
  font-family: 'Courier New', Courier, monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

/*MENU*/
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

#menu li {
  margin: 0 0 15px 0;
}

#menu li a {
  color: #f2f2f2;
  padding: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}

.navbar {
  position: fixed;
  z-index: 4;
  padding: 50px 0 0 50px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon img {
  width: 45px;
}

.navbar-toggler:hover {
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  opacity: .6;
}

.navbar.transparent.navbar-inverse .navbar-inner {
  border-width: 0px;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* HOME */
.logo {
  width: 370px;
  padding-bottom: 53px;
}

#home .wrapper-line-block {
  scroll-padding-top: 76px;
}

.arrow-down {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* HOME */
.ghost-home {
  height: 500px;
}

#home {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 0;
  height: 700px;
}

#home h1 {
  padding-bottom: 76px;
}

.wrapper-line-block a.entre-contato {
  margin-right: 40px;
}

/* NOSSO TRABALHO */
#nosso-trabalho {
  height: 720px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .row-nosso-trabalho {
    width: 100%;
  }
}

#nosso-trabalho h2 {
  top: 50px;
  left: 0;
  width: 100%;
  margin: 0;
  position: absolute;
}

.desktop {
  position: absolute;
  width: 90%;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile {
  position: absolute;
  bottom: 100px;
  left: 10px;
  width: 130px;
}

.xicara {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: 100px;
}

.desktop-video {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88%;
  border-radius: 10px;
  background-image: url("/img/logo.svg");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mobile-video {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 115px;
  border-radius: 10px;
  background-image: url("/img/logo.svg");
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.slick-prev, .slick-next {
  height: 10% !important;
  z-index: 2;
  background-color: #fff;
  position: absolute;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: fixed;
  /*opacity: 0;*/
  top: 45%;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  opacity: 0;
}

.slick-prev {
  /*desktop
    left:-3rem;*/
  left: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: left !important;
}

.slick-next {
  /*desktop
    right:-3rem;*/
  right: 15px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-position: right !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 0.7;
}

.slick-next, .slick-next:hover, .slick-next:focus {
  background: url("img/arrow.svg") no-repeat;
  content: '' !important;
  display: block;
  height: 15px;
  width: 25px;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  background: url("img/arrow.svg") no-repeat;
  content: '' !important;
  display: block;
  height: 15px;
  width: 25px;
  color: transparent;
}

.slick-prev::before, .slick-next::before {
  content: '';
}

/*  CONTATO */
#contato {
  padding-top: 158px;
  padding-bottom: 162px;
}

#contato h2 {
  padding-bottom: 110px;
}

/*  BREAKPOINT   */
@media (min-width: 999px) {
  #menu li {
    display: inline;
    margin: 0 0 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */