/*// MSIE: Required for IEMobile.*/
  @-ms-viewport {
    width: device-width;
  }

/*// MSIE: Prevents scrollbar from overlapping content.*/
  body {
    -ms-overflow-style: scrollbar;
  }

  html, body {
				min-width: 320px;
        margin: 0px;
	}

  /* Type */
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-sketch-regular - latin */
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Sketch Regular'), local('CabinSketch-Regular'),
       url('../fonts/cabin-sketch-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cabin-sketch-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-sketch-700 - latin */
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Sketch Bold'), local('CabinSketch-Bold'),
       url('../fonts/cabin-sketch-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cabin-sketch-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

div.palette {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-bottom: solid 2px white;
  border-right: solid 1px white;
}

.bg {
  background-color: #242943;
}

.bg-alt {
  background-color: #2a2f4a;
}

.bg-alt-desat {
  background-color: #303345;
}

.highlight {
  background-color: #9bf1ff;
}

.highlight-desat {
  background-color: #bad9de;
}

.accent1 {
  background-color: #6fc3df;
}

.accent2 {
  background-color: #8d82c4;
}

.accent3 {
  background-color: #ec8d81;
}

.accent4 {
  background-color: #e7b788;
}

.accent5 {
  background-color: #8ea9e8;
}

.accent6 {
  background-color: #87c5a4;
}

.accent7 {
  background-color: #C56C96;
}

.accent8 {
  background-color: #E7CA88;
}

.accent9 {
  background-color: #81E3E3;
}

:root {
  --palette-bg:					#242943; /* azul marinho escuro */
  --palette-bg-alt:				#2a2f4a; /* tb azul marinho escuro */
  --palette-bg-alt-desat:				#303345; /* azul marinho mais escuro */
  --palette-fg:					#ffffff;
  --palette-fg-bold:			#ffffff,
  --palette-fg-light:			rgba(244,244,255,0.2);
  --palette-border:				rgba(212,212,255,0.1);
  --palette-border-bg:			rgba(212,212,255,0.035);
  --palette-highlight:			#9bf1ff; /* azul bebe claro */
  --palette-highlight-desat: #bad9de; /* azul acinzentado claro */
  --palette-accent1:			#6fc3df; /* azul céu opaco */
  --palette-accent1-desat:			#8fb1bc; /*  */
  --palette-accent2:			#8d82c4; /* roxo forte */
  --palette-accent3:			#ec8d81; /* laranja forte */
  --palette-accent4:			#e7b788; /* laranja médio-fraco */
  --palette-accent5:			#8ea9e8; /* roxo fraco */
  --palette-accent6:			#87c5a4; /* verde */
  --palette-accent7:			#C56C96; /* vermelho opaco */
  --palette-accent8:			#E7CA88; /* laranja fraco */
  --palette-accent9:			#81E3E3; /* azul água claro */

  --font-family:				('Source Sans Pro', Helvetica, sans-serif);
  --font-family-fixed:		('Courier New', monospace);
  --font-weight:				300;
  --font-weight-bold:		600;
  --font-letter-spacing:		0.025em;
  --font-letter-spacing-alt:	0.25em;

  --size-border-radius:		4px;
	--size-element-height:		2.75em;
	--size-element-margin:		2em;
	--size-inner:				65em;

}

body, input, select, textarea {
		color: #ffffff;
		font-family: 'Source Sans Pro', Helvetica, sans-serif;
		font-size: 17pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.65;
}

#main {
  background-color: #2a2f4a;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 360px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}


	a {
		color: inherit;
		text-decoration: none;
    font-family: 'Raleway', sans-serif;
	}

  a:hover {
    border-bottom-color: transparent;
    color: #9bf1ff !important;
  }

	strong, b {
		color: #ffffff;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		line-height: 1.65;
		margin: 0 0 (2em * 0.5) 0;

		a {
			color: inherit;
			border-bottom: 0;
		}
	}

	h1 {
		font-size: 1.75em;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.35em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {
		h1 {
			font-size: 1.5em;
		}

		h2 {
			font-size: 1.25em;
		}

		h3 {
			font-size: 1.1em;
		}
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Header */
#header ul {
  list-style: none;
  text-align: right;
  display: block;
  padding-right: 20px;
}

#header ul li {
  width: 20%;
  display: inline-block;
  text-align: center;
}

#header ul li a {
  cursor: pointer;
}

.logo {
	font-family: 'Cabin Sketch';
  font-size: 1.5em;
  float: left;
  margin-left: 10px;
}

.btn__header {
  font-size: 1.7rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn__pricing {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none!important;
  }
}

  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #242943;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media screen and (min-width: 768px) {
    .hero {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      min-height: 80vh;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .article-hero {
      min-height: 40vh;
    }
  }

  .hero__textblock {
    padding: 0 0.5rem;
  }
  @media screen and (min-width: 768px) {
    .hero__textblock {
      margin-left: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 80vh;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .article-hero__textblock {
      min-height: 40vh;
    }
  }

  .hero__textblock__header {
    color: rgba(255, 255, 255, 0.99);
  }
  @media screen and (min-width: 768px) {
    .hero__textblock__header {
      font-size: 3.1rem;
    }
  }

  .hero__textblock__subheader {
    color: rgba(255, 255, 255, 0.87);
    font-weight: 300;
  }
  @media screen and (min-width: 768px) {
    .hero__textblock__subheader {
      font-size: 1.984rem;
    }
  }
  @media screen and (min-width: 768px) {
    .hero__textblock__subheader {
      font-weight: 500;
    }
  }

  .hero__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media screen and (min-width: 768px) {
    .hero__image-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .hero__image {
    padding: 1rem;
    max-width: 50vw;
  }
  @media screen and (min-width: 768px) {
    .hero__image {
      max-height: 80vh;
      padding: 1rem 0rem;
    }
  }

  .social-proof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(141, 130, 196, 0.2);
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }

  .social-proof__holder {
    background-color: #2a2f4a;
    opacity: 0.9;
    padding: 1rem;
    color: #6fc3df;
  }
  @media screen and (min-width: 768px) {
    .social-proof__holder {
      width: 40vw;
      margin: 4rem;
      padding: 3rem;
      opacity: 1;
    }
  }

  .social-proof__quote {
    font-size: 1.5rem;
  }
  @media screen and (min-width: 768px) {
    .social-proof__quote {
      font-size: 1.86rem;
    }
  }

  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0;
  }

  .cta__text {
    padding: 0 1rem;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .cta__text {
      font-size: 2.48rem;
      width: 50%;
    }
  }

  .btn__cta {
    font-size: 2.5rem;
    margin: 1rem;
  }

  .btn__cta__smaller {
    font-size: 1.4rem!important;
  }

  @media screen and (min-width: 768px) {
    .btn__cta {
      font-size: 3.1rem;
    }

    .btn__cta__smaller {
      font-size: 2rem;
    }
  }

  .btn {
    position: relative;
    display: block;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 0 1.3rem;
    background-color: #C56C96;
    color: rgba(255, 255, 255, 0.99);
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  @media screen and (min-width: 768px) {
    .btn:hover, .btn:focus {
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    }
  }

  .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.019em;
    font-weight: 300;
    background: -webkit-gradient(linear, left top, right top, from(#242943), to(#2a2f4a));
    background: linear-gradient(to right, #242943 0%, #2a2f4a 100%);
    color: rgba(255, 255, 255, 0.99);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0;
  }

  .features__feature-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding: 2rem 1rem 0 1rem;
  }
  @media screen and (min-width: 768px) {
    .features__feature-overview {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 2rem;
    }
  }

  .features__feature-overview__header {
    font-weight: 400;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    font-size: 1.6rem;
  }
  @media screen and (min-width: 768px) {
    .features__feature-overview__header {
      font-size: 1.984rem;
    }
  }
  @media screen and (min-width: 768px) {
    .features__feature-overview__header {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1 1;
      border-right: 1px solid #8d82c4;
      padding-right: 5.5rem;
      text-align: right;
    }
  }

  .features__feature-overview__image {
    padding: 0;
    width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
    border-width: 0.5rem;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 1rem;
  }
  @media screen and (min-width: 768px) {
    .features__feature-overview__image {
      width: 50vw;
      border-width: 1rem;
      margin: auto;
    }
  }

  .features__feature-overview__copy {
    border-bottom: 1px solid #8d82c4;
    padding: 1rem 0;
  }
  @media screen and (min-width: 768px) {
    .features__feature-overview__copy {
      padding: 0 0 0 5.5rem;
      border-bottom: none;
      width: 50vw
    }
  }

  .features__feature-overview__copy__header {

  }
  @media screen and (min-width: 768px) {
    .features__feature-overview__copy__header {

    }
  }

  .features > :last-of-type > .features__feature-overview__copy {
    border-bottom: none;
  }

  .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 0;
    position: relative;
  }

  .pricing:before {
    content: "";
    position: absolute;
    left: 25%;
    top: 0;
    height: 1px;
    width: 50%;
    border-top: solid 1px #8d82c4;
  }

  .pricing__header h3 {
    text-align: center;
  }

  .pricing__plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-around;
  }

  @media screen and (max-width: 736px) {
    .pricing__plans {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .pricing__plans .plan-header {
    font-family: 'Raleway';
    font-size: 1.5em;
  }

  .pricing__plans ul {
    list-style: none;
    padding: 2rem;
  }

  .pricing__plans li {
    border-bottom: solid 1px white;
  }

  .pricing__plans li.repeated {
    color: #b3c1d6;
  }

  .pricing__plans__curious, .pricing__plans__you, .pricing__plans__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-basis: 30%;
    padding: 1rem;
  }

  .btn__pricing {
    font-size: 1.7rem;
    width: 40%;
    margin: 1rem auto;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .btn__pricing {
      font-size: 2rem;
    }
  }

  .pricing__plans__curious {
    background-color: #8d82c4;
  }

  .pricing__plans__you {
    background-color: rgba(141, 130, 196, 0.6);
  }

  .pricing__plans__company {
    background-color: rgba(141, 130, 196, 0.3);
  }

  .mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 1rem 1rem 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission__statement, .mission__statement .logo {
    font-size: 1.1rem;
  }
  @media screen and (min-width: 768px) {
    .mission__statement {
      font-size: 1.364rem;
    }
  }
  @media screen and (min-width: 768px) {
    .mission__statement {
      width: 75vw;
      max-width: 800px;
    }
  }

  .copyright {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .copyright li {
    display: inline-block;
  }

  article {
    max-width: 1000px;
    margin: auto auto 4em;
    padding: 1em 2em;
  }

  article section.article-cta {
    border: solid 1px #eee;
    border-radius: 1em;
    background-color: rgba(212,212,255,0.035);
    padding: 1em 2em;
  }

  article p {
    font-size: 1.25em;
  }

  article .btn {
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-size: 1.6em;
  }

  .logo-text {
    font-family: 'Cabin Sketch';
  }
