.slick-track[data-v-e4caeaf8] {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track.slick-center[data-v-e4caeaf8] {
  margin-left: auto;
  margin-right: auto;
}

.slick-track[data-v-e4caeaf8]:after,
.slick-track[data-v-e4caeaf8]:before {
  display: table;
  content: "";
}

.slick-track[data-v-e4caeaf8]:after {
  clear: both;
}

.slick-loading .slick-track[data-v-e4caeaf8] {
  visibility: hidden;
}

.slick-slide[data-v-e4caeaf8] {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide[data-v-e4caeaf8] {
  float: right;
}

.slick-slide img[data-v-e4caeaf8] {
  display: block;
}

.slick-slide.slick-loading img[data-v-e4caeaf8] {
  display: none;
}

.slick-slide.dragging img[data-v-e4caeaf8] {
  pointer-events: none;
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
  display: block;
}

.slick-loading .slick-slide[data-v-e4caeaf8] {
  visibility: hidden;
}

.slick-vertical .slick-slide[data-v-e4caeaf8] {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden[data-v-21137603] {
  display: none;
}

.slick-slider[data-v-3d1a4f76] {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list[data-v-3d1a4f76] {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-list[data-v-3d1a4f76]:focus {
  outline: none;
}

.slick-list.dragging[data-v-3d1a4f76] {
  cursor: pointer;
  cursor: hand;
}

#lugado-chatbot {
  visibility: hidden;
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  z-index: 1010;
  border: none;
  display: inline-block;
}
@media (min-width: 768px) {
  #lugado-chatbot {
    visibility: hidden;
    right: 2rem;
    bottom: 2rem;
  }
}
#lugado-chatbot .lugado-head {
  cursor: pointer;
  position: relative;
  width: 86px;
  height: 86px;
  color: #0088f2;
  border: solid 16px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
#lugado-chatbot .lugado-head .lugado-ear {
  position: absolute;
  left: -16px;
  top: -24px;
  border: transparent solid 23px;
  border-left-color: currentColor;
  height: 46px;
  width: 0;
}
#lugado-chatbot .lugado-head .lugado-eyes {
  font-size: 0;
}
#lugado-chatbot .lugado-head .lugado-eyes .eye {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transition: none;
  transition: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#lugado-chatbot .lugado-head .lugado-eyes .eye::before,
#lugado-chatbot .lugado-head .lugado-eyes .eye::after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#lugado-chatbot .lugado-head .lugado-eyes .eye.left {
  margin-right: 7px;
}
#lugado-chatbot .lugado-head[mood="sleeping"] {
  -webkit-transform: rotateZ(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotateZ(-50deg);
  -webkit-animation: sleep 4s infinite;
  animation: sleep 4s infinite;
}
#lugado-chatbot .lugado-head[mood="sleeping"] .lugado-eyes .eye {
  -webkit-animation: none;
  animation: none;
  height: 4px;
}
#lugado-chatbot .lugado-head[mood="waking"] {
  -webkit-transform: rotateZ(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotateZ(-50deg);
}
#lugado-chatbot .lugado-head[mood="waking"] .eye {
  -webkit-animation: blink-eye 7s infinite;
  animation: blink-eye 7s infinite;
}
#lugado-chatbot .lugado-head[mood="waiting"] .eye {
  -webkit-animation: blink-eye 7s infinite 1s;
  animation: blink-eye 7s infinite 1s;
}
#lugado-chatbot .lugado-head[mood="loving"] .eye {
  background-color: transparent;
  -webkit-transform: rotateZ(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotateZ(-135deg);
  -webkit-animation: love 1s infinite;
  animation: love 1s infinite;
}
#lugado-chatbot .lugado-head[mood="loving"] .eye::before,
#lugado-chatbot .lugado-head[mood="loving"] .eye::after {
  background-color: currentColor;
}
#lugado-chatbot .lugado-head[mood="loving"] .eye::before {
  width: 60%;
  border-top-left-radius: 0;
}
#lugado-chatbot .lugado-head[mood="loving"] .eye::after {
  height: 60%;
}
#lugado-chatbot .lugado-head:hover {
  color: #006bbf;
}

@-webkit-keyframes blink-eye {
  0% {
    height: 15px;
  }
  5% {
    height: 5px;
  }
  10% {
    height: 15px;
  }
  15% {
    height: 5px;
  }
  20% {
    height: 15px;
  }
}

@keyframes blink-eye {
  0% {
    height: 15px;
  }
  5% {
    height: 5px;
  }
  10% {
    height: 15px;
  }
  15% {
    height: 5px;
  }
  20% {
    height: 15px;
  }
}

@-webkit-keyframes sleep {
  50% {
    -webkit-transform: rotateZ(-50deg) translate(3px, -3px);
    transform: rotateZ(-50deg) translate(3px, -3px);
  }
}

@keyframes sleep {
  50% {
    -webkit-transform: rotateZ(-50deg) translate(3px, -3px);
    transform: rotateZ(-50deg) translate(3px, -3px);
  }
}

@-webkit-keyframes love {
  50% {
    width: 18px;
    height: 18px;
  }
}

@keyframes love {
  50% {
    width: 18px;
    height: 18px;
  }
}

header .header-text {
  max-width: 520px;
}
header .header-text .header-title {
  line-height: 2.8rem;
  font-weight: 400;
  font-size: 2.1rem;
}
@media (min-width: 576px) {
  header .header-text .header-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
header .header-text .header-description {
  font-size: 1.1rem;
  color: #666666;
}
header .header-text .header-demo-text {
  font-size: 0.9rem;
}

header img {
  max-height: 425px;
}

section.about-us {
  background-image: url(../images/bg-about-us.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
section.about-us .bot-speech-box {
  max-width: 580px;
}
section.about-us .bot-speech-box .bot {
  padding: 0 70px;
  max-width: 325px;
}
@media (min-width: 576px) {
  section.about-us .bot-speech-box .bot {
    max-width: none;
  }
  section.about-us .bot-speech-box .bot img:first-child {
    margin-top: -55px;
  }
}

section.why-lugado {
  background-image: url(../images/bg-lugado.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

section.references {
  background-image: url(../images/bg-references.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
section.references p {
  font-size: 1.1rem;
}

section.blog .slick-slide {
  padding: 22px;
}

.slider-loading {
  overflow: hidden;
  position: relative;
  display: block;
}
.slider-loading > div {
  height: 0;
  overflow: hidden;
}
.slider-loading > div:first-child {
  height: auto;
}

#webchat {
    right: 160px;
    bottom: 10px;
    height: 600px;
    width: 500px;
    position: fixed;
    z-index: 998;
    background-color: #fff;
}

@media (max-width: 768px){
    #webchat{
        right:50px !important;
        width: 300px !important;
    }
}