@font-face {
  font-family: 'museo-sans-rounded';
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-100-webfont.eot');
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-100-webfont.eot?#iefix') format('embedded-opentype'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-100-webfont.woff2') format('woff2'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-100-webfont.woff') format('woff'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-100-webfont.svg#museo_sans_rounded100') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'museo-sans-rounded';
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-300-webfont.eot');
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-300-webfont.eot?#iefix') format('embedded-opentype'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-300-webfont.woff2') format('woff2'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-300-webfont.woff') format('woff'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-300-webfont.svg#museo_sans_rounded300') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'museo-sans-rounded';
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-500-webfont.eot');
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-500-webfont.eot?#iefix') format('embedded-opentype'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-500-webfont.woff2') format('woff2'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-500-webfont.woff') format('woff'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-500-webfont.svg#museo_sans_rounded500') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'museo-sans-rounded';
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-700-webfont.eot');
  src: url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-700-webfont.eot?#iefix') format('embedded-opentype'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-700-webfont.woff2') format('woff2'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-700-webfont.woff') format('woff'), url('http://d7mj4aqfscim2.cloudfront.net/proxy/fonts/museo/museosansrounded-700-webfont.svg#museo_sans_rounded700') format('svg');
  font-weight: 700;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  font: 500 15px "museo-sans-rounded", "Open Sans", sans-serif;
  color: #999999;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 52px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
  color: #ffffff;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  color: #6f6f6f;
  margin-bottom: 30px;
  margin-top: 0;
}

h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #6f6f6f;
}

.center {
  text-align: center;
}

.italics {
  font-style: oblique;
}

.section {
  padding: 80px 0;
}

.container {
  height: 100%;
  padding: 0 40px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.hero.section {
  background: #1caff6;
  background-image: url(../images/clouds.svg);
  background-image: url(../images/clouds.svg), -webkit-gradient(linear, left top, left bottom, from(#1caff6), to(#5CCDEC));
  background-image: url(../images/clouds.svg), -webkit-linear-gradient(top, #1caff6, #5CCDEC);
  background-image: url(../images/clouds.svg), -moz-linear-gradient(top, #1caff6, #5CCDEC);
  background-image: url(../images/clouds.svg), -ms-linear-gradient(top, #1caff6, #5CCDEC);
  background-image: url(../images/clouds.svg), -o-linear-gradient(top, #1caff6, #5CCDEC);
  background-image: url(../images/clouds.svg), linear-gradient(to bottom, #1caff6, #5CCDEC);
  background-repeat: no-repeat;
  height: 540px;
  padding: 60px 0 0 0;
}

.progress.section,
.tree.section {
  height: 530px;
  padding: 0;
}

.progress-contato.section,
.tree.section {
  height: 530px;
  padding: 0;
}

.progress.section .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.progress-contato.section .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.text {
  display: inline-block;
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
}

.text p {
  opacity: 0.8;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
  color: #6f6f6f;
}

.bots.section,
.footer.section {
  background: #f6f6f6;
  border-bottom: solid 1px #dfdfdf;
  border-top: solid 1px #dfdfdf;
  height: 550px;
}

.footer.section {
  height: 380px;
  padding: 60px 0 20px 0;
}

.footer.section h2 {
  font-weight: 500;
}

.footer.section p {
  color: #999999;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.footer.section ul {
  list-style: none;
  display: block;
  font-size: 17px;
  text-align: center;
  margin-top: 80px;
  padding: 0;
}

.footer.section li {
  display: inline-block;
  margin: 0 20px;
}

.footer.section a {
  color: #999999;
}

.footer-text {
  max-width: 600px;
  margin: 50px auto 0 auto;   
}

.new-bots {
  border-radius: 8px;
  border: solid 2px #faa918;
  display: block;
  color: #faa918;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 15px;
  width: 210px;
  margin: 0 auto 60px auto;
}

.col-3 {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  width: 33%;
}

.col-3 p {
  opacity: 0.8;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  color: #6f6f6f;
}

.image-container {
  display: inline-block;
  width: 49%
}

.subheader {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.topbar {
  background: #1caff6;
  color: #ffffff;
  height: 70px;
}

.outline-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 40px;
}

.topbar-btn {
  float: right;
  margin-top: 13px;
}

.outline-btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .25);
}

.texto-pequeno{
  font-size: 16px;
  font-weight: 100;
  line-height: 1.6;
  color: #717374;
}

.texto-medio {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;   
  color: #717374; 
}

.footer-adress {
  display: inline-block;
  float: none;
  border-left: solid;
  border-width: 3px;
  padding-left: 10px;
  border-color: #717374;
  text-align: left;
}


/* Images */

.chatbot-illustration {
  background-image: url(../images/pessoas-cidade.svg);
  background-size: 580px 400px;
  width: 580px;
  height: 400px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -2px;
  left: 0;
  right: 0;
}

.team-illustration {
  background-image: url(../images/equipe.svg);
  background-size: 580px 400px;
  width: 580px;
  height: 394px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -2px;
  left: 0;
  right: 0;
}

.phone-img {
  background-image: url(../images/servico-delivery-III.svg);
  background-size: 420px;
  width: 420px;
  height: 560px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 15%;
}

.contato-img {
  background-image: url(../images/contato.svg);
  background-size: 580px;
  background-repeat: no-repeat;
  width: 580px;
  height: 660px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 2px;
}

.bubble-tree {
  background-image: url(../images/off-line.gif);
  background-size: 455px 361px;
  background-repeat: no-repeat;
  width: 455px;
  height: 400px;
  display: inline-block;
  position: relative;
  top: 100px;
  left: 0;
  opacity: 1;
}

.bot-1 {
  background-image: url(../images/pessoa-pizzaria.svg);
  background-repeat: no-repeat;
  width: 185px;
  height: 220px;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
}

.bot-2 {
  background-image: url(../images/pessoa-distribuidora.svg);
  background-repeat: no-repeat;
  width: 185px;
  height: 220px;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
}

.bot-3 {
  background-image: url(../images/pessoa-fast-food.svg);
  background-repeat: no-repeat;
  width: 185px;
  height: 220px;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
}

.container-app {
  display: block;
}

.windows-app,
.linux-app,
.mac-app {
  width: 96px;
  height: 96px;
  display: inline-flex;
  text-indent: -10000px;
  background-size: 96px;
  margin: 40px 40px 50px 40px;
}

.windows-app {
  background-image: url(../images/windows8-96.png);
  background-repeat: no-repeat;  
}

.mac-app {
  background-image: url(../images/mac-96.png);
  background-repeat: no-repeat;
}

.linux-app {
  background-image: url(../images/linux-96.png);
  background-repeat: no-repeat;
}

.windows-app:hover,
.mac-app:hover,
.linux-app:hover {
  cursor: pointer;
  opacity: .8;
}

.logo {
  background-image: url(../images/logo-rino-cinza.svg);
  background-repeat: no-repeat;   
  vertical-align: middle;
  height: 96px;
  width: 96px;
  background-size: 96px;  
  float: none;
  display: inline-block;   
  text-indent: -2000px;
}

.logo-branco {
  display: inline-block;
  background-image: url(../images/logo-rino-branco.svg);
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
  background-size: 64px;  
  display: block;
  float: left;
  margin-top: 15px;
  text-indent: -1000px;
}

.lockup {
  float: left;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 9px 0 0 20px;
  padding: 12px 0 12px 20px;
  border-left: 1px solid #ffffff;
  vertical-align: middle;  
}

.header-logo a {
  text-decoration: none;
}

/* Animations */

.chat-bubble {
  position: absolute;
  right: calc(15% + 224px);
  bottom: 232px;
}

.chat-bubble .loading {
  position: absolute;
  z-index: 10;
  width: 67px;
  left: 0px;
  top: 0px;
}

.chat-bubble .loading .dot {
  height: 11px;
  width: 11px;
  border: 2px solid #f2f2f2;
  ;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 0 0 1px;
}

.chat-bubble .loading .dot:first-child {
  margin: 0;
}

.chat-bubble .loading .dot.one {
  -webkit-animation: cycleOne 1s ease-in-out infinite;
  -webkit-animation-direction: normal;
}

.chat-bubble .loading .dot.two {
  -webkit-animation: cycleTwo 1s ease-in-out infinite;
  -webkit-animation-direction: normal;
}

.chat-bubble .loading .dot.three {
  -webkit-animation: cycleThree 1s ease-in-out infinite;
  -webkit-animation-direction: normal;
}

@-webkit-keyframes cycleOne {
  0% {
    background: #cccccc;
  }
  33.333% {
    background: #969696;
  }
  66.6667% {
    background: #cccccc;
  }
  100% {
    background: r#cccccc;
  }
}

@-webkit-keyframes cycleTwo {
  0% {
    background: #cccccc;
  }
  33.333% {
    background: #cccccc;
  }
  66.6667% {
    background: #969696;
  }
  100% {
    background: #cccccc;
  }
}

@-webkit-keyframes cycleThree {
  0% {
    background: #cccccc;
  }
  33.333% {
    background: #cccccc;
  }
  66.6667% {
    background: #cccccc;
  }
  100% {
    background: #969696;
  }
}


/* Media queries*/

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 28px;
  }
  .progress.section,
  .tree.section,
  .bots.section,
  .footer.section {
    padding: 0;
    height: auto;
  }
  .container {
    height: auto;
    padding: 40px;
  }
  .topbar .container {
    height: 100%;
    padding: 0 40px;
    overflow: initial;
  }
  .section.hero .container {
    height: 100%;
    padding: 0 40px;
  }
  .text {
    padding: 0 20px;
  }
  .phone-img {
    height: 350px;
    background-size: 250px;
    width: 250px;
  }
  .progress-contato.section .text {
    display: block;
    margin-bottom: 200px;
    width: 100%;
  }
  .contato-img {
    height: 410px;
    background-size: 400px;
    width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: box;
  }
  .chat-bubble {
    bottom: 172px;
    right: calc(150% + 175px);
  }
  .chat-bubble .loading .dot {
    height: 8px;
    width: 8px;
    margin: 0;
  }
  .new-bots {
    margin: 0 auto 30px auto;
  }
  .col-3 {
    padding: 15px;
    vertical-align: top;
    width: 49%;
  }
  .col-3:last-child {
    width: 70%;
  }
  .bubble-tree {
    width: 300px;
    background-size: 300px;
    height: 238px;
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .container {
    padding: 40px 20px;
  }
  .topbar .container {
    padding: 0 20px;
  }
  .section.hero {
    height: 450px;
    padding: 0;
    background-position: bottom;
  }
  .section.hero .container {
    padding: 0 20px;
  }
  .text {
    padding: 0;
  }
  .header-logo {
    text-align: center;
  }
  .logo-branco {    
    background-size: 48px;
    height: 48px;
    width: 48px;
    margin-top: 30px;
    float: none;
    display: inline-block;
  }
  .lockup {
    margin: 10px 0 0 10px;
    padding: 8px 0 8px 10px;
    font-size: 22px;
    float: none;
    display: inline-block;
  }
  .white-app {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    max-width: 280px;
    color: #1caff6;
    z-index: 2;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
    text-shadow: -2px -2px 10px #1caff6;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 17px;
  }
  .subheader {
    font-size: 20px;
  }
  .chatbot-illustration {
    width: 250px;
    background-size: 250px;
    height: 280px;
  }
  .team-illustration {
    width: 250px;
    background-size: 250px;
    height: 322px; 
  }
  .progress.section .text {
    display: block;
    margin-bottom: 200px;
    width: 100%;
  }
  .progress-contato.section .text {
    display: block;
    margin-bottom: 200px;
    width: 100%;
  }
  .tree.section .text {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .phone-img {
    height: 230px;
    background-size: 170px;
    width: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contato-img {
    height: 410px;
    background-size: 400px;
    width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .chat-bubble {
    bottom: 109px;
    right: calc(50% + 36px);
  }
  .chat-bubble .loading .dot {
    height: 5px;
    width: 5px;
    margin: 0;
  }
  .footer.section li {
    margin: 10px 15px;
  }
  .bot-wrapper {
    margin: 0 -10px;
  }
  .col-3 {
    padding: 7px;
  }
  .col-3 p {
    font-size: 15px;
  }
  .bot {
    width: 100px;
    background-size: 100px;
    height: 120px;
    opacity: 1;
  }
  .image-container {
    width: 100%;
  }
  .bubble-tree {
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 700px) {
  .progress.section .container {
    min-height: 300px;
  }
  .bot,
  .bubble-tree {
    opacity: 0;
  }
  .bot.start {
    animation: bot-animate-1 ease .5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: bot-animate-1 ease .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: bot-animate-1 ease .5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: bot-animate-1 ease .5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: bot-animate-1 ease .5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -webkit-animation-delay: 400ms;
    /* Chrome, Safari, Opera */
    animation-delay: 400ms;
  }
  .bot-2.start {
    -webkit-animation-delay: 800ms;
    /* Chrome, Safari, Opera */
    animation-delay: 800ms;
  }
  .bot-3.start {
    -webkit-animation-delay: 1200ms;
    /* Chrome, Safari, Opera */
    animation-delay: 1200ms;
  }
  @keyframes bot-animate-1 {
    0% {
      opacity: 0;
      transform: translate(0px, 100px) rotate(-60deg);
    }
    100% {
      opacity: 1;
      transform: translate(0px, 0px) rotate(0deg);
    }
  }
  @-moz-keyframes bot-animate-1 {
    0% {
      opacity: 0;
      -moz-transform: translate(0px, 100px) rotate(-60deg);
    }
    100% {
      opacity: 1;
      -moz-transform: translate(0px, 0px) rotate(0deg);
    }
  }
  @-webkit-keyframes bot-animate-1 {
    0% {
      opacity: 0;
      -webkit-transform: translate(0px, 100px) rotate(-60deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
  }
  @-o-keyframes bot-animate-1 {
    0% {
      opacity: 0;
      -o-transform: translate(0px, 100px) rotate(-60deg);
    }
    100% {
      opacity: 1;
      -o-transform: translate(0px, 0px) rotate(0deg);
    }
  }
  @-ms-keyframes bot-animate-1 {
    0% {
      opacity: 0;
      -ms-transform: translate(0px, 100px) rotate(-60deg);
    }
    100% {
      opacity: 1;
      -ms-transform: translate(0px, 0px) rotate(0deg);
    }
  }
  .bubble-tree.start {
    animation: tree-animate ease-out .5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: tree-animate ease-out .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: tree-animate ease-out .5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: tree-animate ease-out .5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: tree-animate ease-out .5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    -webkit-animation-delay: 700ms;
    /* Chrome, Safari, Opera */
    animation-delay: 700ms;
  }
  @keyframes tree-animate {
    0% {
      opacity: 0;
      transform: translate(0px, 20px);
    }
    100% {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }
  @-moz-keyframes tree-animate {
    0% {
      opacity: 0;
      -moz-transform: translate(0px, 20px);
    }
    100% {
      opacity: 1;
      -moz-transform: translate(0px, 0px);
    }
  }
  @-webkit-keyframes tree-animate {
    0% {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
    }
  }
  @-o-keyframes tree-animate {
    0% {
      opacity: 0;
      -o-transform: translate(0px, 20px);
    }
    100% {
      opacity: 1;
      -o-transform: translate(0px, 0px);
    }
  }
  @-ms-keyframes tree-animate {
    0% {
      opacity: 0;
      -ms-transform: translate(0px, 20px);
    }
    100% {
      opacity: 1;
      -ms-transform: translate(0px, 0px);
    }
  }
}