p, h1, h2, h3, h4, h5, h6 {
  color: #353942;
}

body {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .navbar {
  background-color: #f0f5f6;
}

body .navbar div .navbar-brand img {
  width: 150px;
  height: auto;
}

body .navbar div div .navbar-nav .nav-item.active {
  font-weight: bold;
}

body .navbar div div .navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
  color: #97b0cc;
}

body .navbar div div .navbar-nav .nav-item .nav-link {
  font-variant: small-caps;
  font-size: .95em;
  font-weight: 600;
  padding-right: .8rem;
  padding-left: .8rem;
  text-transform: lowercase;
}

body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: .9em;
  padding: .65rem 1.5rem;
}

body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item span {
  margin-right: -24px;
  float: right;
}

body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item span img {
  width: 30px;
  vertical-align: top;
}

body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1d57b7;
  font-weight: 500;
}

body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item.important-product {
  font-weight: bold;
  color: #1d57b7;
  white-space: inherit !important;
}

body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, body .navbar div div .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #1d57b7;
}

body .navbar div div .navbar-nav .ask-demo a {
  background-color: #1d57b7;
  text-transform: capitalize !important;
  border-radius: 4px;
  color: white;
  font-size: .9em;
  font-variant: normal !important;
  padding: 10px 0;
  margin-left: 10px;
  width: 160px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px #0a2f6d;
  -moz-box-shadow: 0px 1px 0px 0px #0a2f6d;
  box-shadow: 0px 1px 0px 0px #0a2f6d;
}

body .navbar div div .navbar-nav .ask-demo a:hover {
  color: white;
  background-color: #2c83e6;
}

body .navbar-transparent {
  background-color: transparent !important;
}

body .navbar-transparent div .navbar-brand img {
  width: 150px;
  height: auto;
}

body .navbar-transparent div div .navbar-nav .nav-item.active {
  font-weight: bold;
}

body .navbar-transparent div div .navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
  color: #fff;
}

body .navbar-transparent div div .navbar-nav .nav-item .nav-link {
  font-variant: small-caps;
  font-size: .95em;
  font-weight: 600;
  color: #fff;
  padding-right: .8rem;
  padding-left: .8rem;
  text-transform: lowercase;
}

body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: .9em;
  padding: .65rem 1.5rem;
}

body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item span {
  margin-right: -24px;
  float: right;
}

body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item span img {
  width: 30px;
  vertical-align: top;
}

body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1d57b7;
  font-weight: 500;
}

body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item.important-product {
  font-weight: bold;
  color: #1d57b7;
}

body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, body .navbar-transparent div div .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #1d57b7;
}

body .navbar-transparent div div .navbar-nav .ask-demo a {
  background-color: #1d57b7;
  text-transform: capitalize !important;
  border-radius: 4px;
  color: white;
  font-size: .9em;
  font-variant: normal !important;
  padding: 10px 0;
  margin-left: 10px;
  width: 160px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px #0a2f6d;
  -moz-box-shadow: 0px 1px 0px 0px #0a2f6d;
  box-shadow: 0px 1px 0px 0px #0a2f6d;
}

body .navbar-transparent div div .navbar-nav .ask-demo a:hover {
  color: white;
  background-color: #2c83e6;
}

body #creat-workflow {
  background-color: #e8f0fa;
  padding: 70px 0 50px;
}

body #creat-workflow div div div .creat-workflow-header {
  font-size: 1.9em;
}

body #creat-workflow div div div a {
  display: block;
  text-align: center;
  padding: 5px;
}

body #creat-workflow div div div a .svg-workflow-icon {
  opacity: .8;
  transform: scale(0.9);
}

body #creat-workflow div div div a .svg-workflow-icon .svg-chatbot-bck {
  fill: rgba(153, 179, 221, 0.5);
}

body #creat-workflow div div div a:hover {
  text-decoration: none;
}

body #creat-workflow div div div a h4 {
  font-variant: small-caps;
  color: black;
  font-size: 1.3em;
  line-height: 2em;
}

body #creat-workflow div div div a span {
  opacity: 0;
  display: block;
  background-color: white;
  font-weight: bold;
  font-size: .5em;
  color: black;
  border-radius: 15px;
  padding: 2px 5px;
  font-style: italic;
}

body #from-blog {
  margin: 50px 0;
}

body #from-blog div div div .from-blog-header {
  font-size: 2.5em;
}

body #from-blog div div .card-deck .card .card-body .card-title {
  color: #1d57b7;
  font-variant: small-caps;
  font-size: 1.2em;
}

body #testimonials {
  padding: 100px 0;
  background-color: #253663;
  color: white;
}

body #testimonials div div div #testimonialsCarousel .carousel-inner .carousel-item h4 {
  line-height: 1.5em;
  color: white;
}

body #testimonials div div div .company-logo {
  margin-top: 50px;
  text-align: center;
}

body #testimonials div div div .company-logo .arrow-to-client {
  height: 1px;
  background-color: rgba(247, 248, 249, 0.2);
  max-width: 500px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

body #testimonials div div div .company-logo .arrow-to-client img {
  position: absolute;
  top: -1;
  left: 8%;
  transition: all 0.5s ease;
}

body #testimonials div div div .company-logo a {
  height: 20px;
}

body #testimonials div div div .company-logo a img {
  margin: 0 5px;
  height: 20px;
  opacity: .5;
}

body #testimonials div div div .company-logo a.active img {
  margin: 0 5px;
  height: 20px;
  opacity: 1;
}

body #team-member-testimonials {
  padding-top: 50px;
}

body #team-member-testimonials div div div .team-member-image-box img {
  display: block;
  margin: 0 auto;
}

body #team-member-testimonials div div div .team-member-quote-box div h2 {
  font-size: 2.6em;
}

body #team-member-testimonials div div div .team-member-quote-box div p {
  color: #1d57b7;
}

body #smarkio-in-real-time {
  background-color: #f7f8f9;
  padding: 50px 0;
  text-align: center;
}

body #smarkio-in-real-time div div h2 {
  text-align: center;
  width: 100%;
}

body #smarkio-in-real-time div div h4 {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  width: 100%;
}

body #smarkio-in-real-time div div div div img {
  width: 90px;
}

body #smarkio-in-real-time div div div div .what-counting {
  font-variant: small-caps;
  font-weight: 500;
}

body #smarkio-in-real-time div div div div .counting-number {
  background-color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 35px;
  padding: 5px 15px;
}

body #smarkio-in-real-time div div div div #counting-number1 {
  background-color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 35px;
  padding: 5px 15px;
}

body #smarkio-in-real-time div div div div #counting-number2 {
  background-color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 35px;
  padding: 5px 15px;
}

body #smarkio-in-real-time div div div div #counting-number3 {
  background-color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 35px;
  padding: 5px 15px;
}

body footer {
  background-color: white;
}

body footer .footer-top {
  padding: 50px 0;
}

body footer .footer-top div div .footer-box-content h4 {
  font-variant: small-caps;
  font-size: 15px;
}

body footer .footer-top div div .footer-box-content ul {
  list-style: none;
  padding-left: 0;
}

body footer .footer-top div div .footer-box-content ul li a {
  color: #5f6c73;
  font-size: 12px;
}

body footer .footer-top div div .footer-box-content ul li a .social-network {
  width: 15px;
  margin-right: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

body footer .footer-top div div .footer-box-content ul li a .social-network:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.6);
}

body footer .footer-middle {
  margin: 10px 0;
}

body footer .footer-middle .container div div a {
  font-size: 14px;
  margin-top: 0;
}

body footer .footer-middle .container div div p {
  font-size: 13px;
  margin-left: 10px;
  line-height: 2em;
}

body footer .footer-bottom {
  padding-bottom: 50px;
}

body footer .footer-bottom div div .cofinanciadores img {
  width: 80%;
}

body footer .footer-bottom div div .certified-partners img {
  height: 40px;
  margin-top: 13px;
  float: right;
}

.hide-me {
  display: none;
  visibility: hidden;
}

.round {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.primary-light-bck-color {
  background-color: #2c83e6;
}

.secondary-light-bck-color {
  background-color: #bec8d2;
}

.smk-primary-button {
  background-color: #2c83e6;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #0a2f6d;
  -moz-box-shadow: 0px 1px 0px 0px #0a2f6d;
  box-shadow: 0px 1px 0px 0px #0a2f6d;
}

@media (max-width: 576px) {
  .smk-primary-button {
    background-color: #2c83e6;
    width: 45%;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 0px 0px #0a2f6d;
    -moz-box-shadow: 0px 1px 0px 0px #0a2f6d;
    box-shadow: 0px 1px 0px 0px #0a2f6d;
  }
  .smk-secondary-button {
    background-color: #bec8d2;
    border-color: #bec8d2;
    width: 45%;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 0px 0px #737b82;
    -moz-box-shadow: 0px 1px 0px 0px #737b82;
    box-shadow: 0px 1px 0px 0px #737b82;
  }
}

.smk-primary-button-100 {
  background-color: #2c83e6;
  width: 100%px;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #0a2f6d;
  -moz-box-shadow: 0px 1px 0px 0px #0a2f6d;
  box-shadow: 0px 1px 0px 0px #0a2f6d;
}

.smk-secondary-button {
  background-color: #bec8d2;
  border-color: #bec8d2;
  width: 180px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #737b82;
  -moz-box-shadow: 0px 1px 0px 0px #737b82;
  box-shadow: 0px 1px 0px 0px #737b82;
}

.smk-secondary-button-100 {
  background-color: #bec8d2;
  border-color: #bec8d2;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #737b82;
  -moz-box-shadow: 0px 1px 0px 0px #737b82;
  box-shadow: 0px 1px 0px 0px #737b82;
}

.margin-top-50 {
  margin: 50px 0;
}

.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.jumbotron {
  padding: 8rem 2rem 6rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #3e5593;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d57b7+0,3e5593+77 */
  background: #1d57b7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1d57b7 0%, #3e5593 77%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1d57b7 0%, #3e5593 77%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1d57b7 0%, #3e5593 77%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d57b7', endColorstr='#3e5593',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.jumbotron div h1 {
  color: white;
  font-weight: bold;
  line-height: 1em;
}

.jumbotron div h3 {
  color: white;
  margin-top: 30px;
  color: #97b0cc;
  font-size: 20px;
  font-weight: 300;
}

.image-border-bottom-blue {
  border-bottom: 1px rgba(34, 123, 226, 0.4) solid;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.svg {
  width: 100% \9;
}

.close {
  color: #353942;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg {
    width: 100%;
  }
}

#cta-call-chatbot {
  position: fixed;
  bottom: 10px;
  right: -100px;
  cursor: pointer;
}

.content {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.wrap-p-smk-o {
  z-index: 10000000 !important;
  cursor: pointer;
  margin: 0;
}

.content > div {
  background-color: transparent;
}

.cta {
  background-color: #1d57b7;
  width: 50px;
  color: #004990;
  font-weight: 300;
  font-size: 18px;
  transition: all .2s;
  transition-timing-function: ease-in-out;
  margin: 0 auto;
  color: #ffffff;
  /*	margin-bottom: 20px;*/
  margin-top: 2px;
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 25px;
  line-height: 2.5em;
  height: 50px;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  background: url(../img/chat-trigger.png) no-repeat 50%;
  background-size: contain;
}

.cta:after {
  content: "";
  position: absolute;
  top: -9px;
  bottom: 0;
  left: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: black;
  background: url(../img/new_message.png) no-repeat 50%;
  background-size: contain;
}

.cta:hover {
  background-color: #e21a2d;
  transform: translate(0, -2px);
}

body #smk-header {
  background-color: #f0f5f6;
  height: 100vh;
  padding-top: 50px;
}

body #smk-header div div svg {
  width: 100%;
}

body #smk-header div div div div div h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

body #smk-header div div div div div h4 {
  font-weight: 200;
  font-size: 1em;
  line-height: 1.5;
}

body #smk-header div div div div div a {
  margin-right: 10px;
  height: 20px;
}

body #smk-header div div div div div a img {
  height: 33px;
}

body #smk-header div div div div div a:hover {
  text-decoration: none;
  cursor: default;
}

body #smk-header div div div #smk-kio {
  height: 400px;
  margin-top: 20%;
}

body #smk-header div div div #smk-kio div div .chatbot-talk {
  position: relative;
  height: 250px;
}

body #smk-header div div div #smk-kio div div .chatbot-talk .talk-bubble {
  margin: 40px 0 0 0;
  display: inline-block;
  position: absolute;
  width: 60px;
  right: 0;
  height: auto;
  top: 100px;
  background-color: #1d57b7;
  opacity: 0;
}

body #smk-header div div div #smk-kio div div .chatbot-talk .talk-bubble .talktext {
  padding: 0.5em;
  text-align: left;
  line-height: 1em;
  color: white;
}

body #smk-header div div div #smk-kio div div .chatbot-talk .talk-bubble .talktext p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  color: white;
}

body #smk-man {
  padding-top: 30px;
  margin-bottom: -10px;
  position: relative;
}

body #smk-man .seize-the-moment {
  position: absolute;
  top: 0;
  width: 100%;
}

body #smk-man .user-feedback {
  width: 100%;
}

body #smk-man .user-feedback div div div h4 {
  line-height: 1.3em;
  font-weight: 200;
  margin-bottom: 30px;
}

body #automation {
  background-color: #f0f5f6;
}

body #smk-man {
  background-color: #f0f5f6;
}

.tri-right.border.right-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -60px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: transparent transparent transparent transparent;
}

.tri-right.right-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -10px;
  top: 0px;
  bottom: auto;
  border: 10px solid;
  border-color: #1d57b7 transparent transparent transparent;
}
.message-container-item{
  transform: scale(1.3);
}
.message-container-1{
    transform-origin: 1970px 550px;
}
.message-container-2{
    transform-origin: 1450px 1820px;
}
.message-container-3{
    transform-origin: -850px 3200px;
}
.message-container-4{
    transform-origin: 145% 60%;
}
.message-container-5{
    transform-origin: 112% 95%;
}
