html, body
{
	height:100%;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-size: cover;
  overflow:hidden;
}

::-webkit-scrollbar-track
{	
	background-color: #bacdf5;
}

::-webkit-scrollbar
{
	border-radius: 5px;
	width: 8px;
	background-color: #bacdf5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #8fbbec;
}


/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

.bold
{
	font-weight: 700;
}

.thin
{
	font-weight: 300;
}

/*Inicio Controle da transição transparente/branco*/
.lp-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}
.mdl-layout__header {
	transition: background 0.4s ease;
	overflow: visible;
	background: transparent;
}

.mdl-layout__header.is-casting-shadow {	
	transition: background 0.8s ease;
	background: #fff;
	color: #666;
}
.mdl-layout__header.is-casting-shadow .mdl-navigation__link 
{
	color: #666;
}
.mdl-layout__header .mdl-layout__drawer-button
{
	color:#666;
}
.mdl-layout__header .android-logo-image {
	visibility:hidden; 
	width: 0px;
	height:0px;
}
.mdl-layout__header.is-casting-shadow .android-logo-image {
	visibility:visible; 
	width: auto;
	height:auto;
}
.mdl-layout__header .android-logo-image_w {
	visibility:visible; 
	width: auto;
	height:auto;
}
.mdl-layout__header.is-casting-shadow .android-logo-image_w {
	visibility:hidden;
	width: 0px;
	height:0px;
}
.mdl-navigation__link {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
/*Inicio Controle da transição transparente/branco*/
.lp-chamada
{
	max-width:900px;
	width: 90%;
	margin-left:auto;
	margin-right: auto;
}
.lp-container-w
{
	width: 100%;
	background: #fff;
}
.lp-container-b
{
	width: 100%;
	background: #e9edf3;
}
.lp-section
{
	width: 90%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	line-height: 22px;	
}

.lp-tit
{
	font-size: 22px;
	font-weight: 400px;
	text-align:center;
}
.lp-sub-tit
{
	font-size: 16px;
	font-weight: 300px;
	text-align:center;
}
.lp-field
{
	width:100%;
}

.android-navigation-container {
	/* Simple hack to make the overflow happen to the left instead... */
	direction: rtl;
	-webkit-order: 1;
		-ms-flex-order: 1;
			order: 1;
	width: 500px;
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.2s cubic-bezier(0.4, 0, 0.2, 1);	
}

.android-navigation {
	/* ... and now make sure the content is actually LTR */
	direction: ltr;
	-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	width: 800px;
}
	
.android-drawer {
	border-right: none;
	background:#202334;
}

.android-drawer-separator {
	height: 1px;
	background-color: #fff;
	margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
	font-size: 14px;
	color: #757575;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
	color: #8bc34a;
}

.android-drawer .mdl-layout-title {
	position: relative;
	background:#202334;
	height: 160px;
}

.android-drawer .android-logo-image {
	position: absolute;
	bottom: 16px;	
}

.android-be-together-section {
	position: relative;
	height: 700px;
	width: auto;  
}

.logo-font {
	line-height: 1;
	color: #fff;
	font-weight: 500;
}

.android-slogan {
	font-size: 60px;
	padding-top: 160px;
	text-shadow: 1px 2px #172b3e;
	font-weight: 300;
}

.android-sub-slogan {
	font-size: 28px;
	padding-top: 24px;
	text-shadow: 1px 1px #172b3e;
}


.android-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.android-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.android-screen {
  text-align: center;
}

.android-screen .android-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.android-image-link {
  text-decoration: none;
}

.android-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

.android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
}


.android-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

.android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
}


.android-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

.android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
}

.android-tablet .android-link {
    display: block;
    z-index: 2;
}


.android-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.android-wear-section {
  position: relative;
  /*background: url('images/wear.png') center top no-repeat;*/
  background-size: cover;
  height: 800px;
}

.android-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.android-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .android-wear-band-text p {
    padding-top: 8px;
  }

.android-link {
  text-decoration: none;
  color: #8bc34a !important;
}

  .android-link:hover {
    color: #7cb342 !important;
  }

  .android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .android-alt-link:hover {
    color: #00bfa5 !important;
  }

  .android-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.android-customized-section {
  text-align: center;
}

.android-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .android-customized-section-text p {
    padding-top: 16px;
  }

.android-customized-section-image {
  /*background: url('images/devices.jpg') center top no-repeat;*/
  background-size: cover;
  height: 400px;
}

.android-more-section {
  padding: 80px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

  .android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.android-card-container {
}

  .android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .android-card-container .mdl-card__media img {
      width: 100%;
    }

  .android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.android-footer {
  background-color: #fafafa;
  position: relative;
}

  .android-footer a:hover {
    color: #8bc34a;
  }

  .android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.android-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 1200px) {
  .android-navigation-container {
    display: none;
  }

  .android-title {
    display: none !important;
  }

  .android-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.android-search-box.is-focused ~ .android-mobile-title,
  .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
    opacity: 0;
  }


  .android-be-together-section {
    height: 300px;
  }

  .android-slogan {
    font-size: 22px;
  }

  .android-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .android-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .android-create-character img {
    height: 12px;
  }

  .android-fab {
    display: none;
  }

  .android-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}

.btn-experiemente
{
	border: 2px solid #000;
	
	border-radius: 10px;
	padding: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-decoration:none;	
	background:transparent;
}

.btn-experiemente:hover
{
	border: 2px solid #fff;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;	
	background:#5cb75c;
}

.sec01
{
	background: #000;
	width:100%;
	position:fixed;
	bottom:0px;
	padding: 20px;
	text-align:center;
	opacity: 0.8;
    filter: alpha(opacity=80);
	color:#fff;
}




/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {bottom: 50px;}
    to {bottom: 5px;}
}

/* Standard syntax */
@keyframes example {
    from {bottom: 50px;opacity:0.1;}
    to {bottom: 5px;opacity:1;}
}

.arrow {
	position: fixed;
	bottom: 5px;
	left: 50%;
	margin-left:-20px;
	width: 90px;
	height: 50px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: 40px;
	background-position: bottom center ;
	background-repeat:no-repeat;
	color: #fff;
	text-decoration:none;
	z-index: -1;
}

.bounce {
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: 5;
}

.mdl-textfield__input {
    overflow: hidden;
}

.xdate-day {
    border-radius: 100%;
    padding: 4px;
    text-decoration: none;
    display: block;
    text-decoration: none;
    color: #333645;
}

.xdate-selected {
    border-radius: 100%;
    background: #2196f3;
    color: #fff;
    padding: 4px;
    text-decoration: none;
    display: block;
}