body .hero {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: url("../images/background-dot.jpg");*/
  background-size: cover;
  height: 170vh;
  width: 100vw;
  margin-top: 105px;
}
body .hero:before {
  content: '';
  height: 100%;
  width: 100%;
  height: 170vh;
  width: 100vw;
  position: absolute;
}
body .hero h1 {
  position: relative;
  z-index: 1;
  font-family: 'Pacifico', cursive;
  color: red;
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  max-width: 25rem;
  margin: 30vh auto 0;
  /*-webkit-transition: 1s opacity ease-in-out;*/
}
body .content {
  position: absolute;
  z-index: 999;
  top: 80vh;
  background: #F6F6F6;
  height: 3000px;
  width: 100%;
  max-width: 100%;
  /*box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}
.hideme-fade{
	opacity: 0;
}
.color-333{
	color: #333 !important;
}
/* FONTS */
.light{
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
}
.regular{
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
.medium{
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #7d7d7d;
}
.semi-bold{
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}
.bold{
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}
h3{
  font-size: 44px !important;
  font-family: 'Dosis', sans-serif !important;
  font-weight: 700 !important;
  color: #386A89 !important;
}
header{
  width: 100%;
  height: 105px;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
}
header .menu{
  position: absolute;
  width: 320px;
  height: 105px;
  left: 0;
  padding: 39px 30px;
  z-index: 99;
}
header .menu img{
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  margin-top: -6px;
}
header .menu p{
  display: inline-block;
  color: #444;
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}
.lista-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.lista-menu>li{
	display: inline-block;
	padding: 0 10px;
}
.lista-menu>li:first-child{
	padding-left: 0;
}
.lista-menu>li>a{
	color: #444;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
header .logo{
  width: 200px;
  height: 105px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header .logo img{
  width: 200px;
  padding: 22px 20px;
}
header .pedirApresentacao{
  position: absolute;
  width: 348px;
  height: 105px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#539cbc+0,325d77+100 */
  background: #539cbc; /* Old browsers */
  background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */
  right: 0;
  padding: 38px 52px;
  cursor: pointer;
  -ms-transition:     all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}
header .pedirApresentacao img{
  display: inline-block;
  margin-right: 10px;
  width: 27px;
}
header .pedirApresentacao p{
  font-size: 17px;
  display: inline-block;
  color: #fff;
  -ms-transition:     all 0.1s ease-out;
  -moz-transition:    all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition:      all 0.1s ease-out;
  transition:         all 0.1s ease-out;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}
header .pedirApresentacao.pequeno{
	right: -230px;
}
header .pedirApresentacao.pequeno p{
  opacity: 0;
}
section .imagemFundo img{
  width: 100%;
  position: absolute;
}
.hero .descInicio{
  padding-top: 30vh;
}
.descInicio p{
  font-size: 25px;
}
header .slogan p{
  position: fixed;
  left: -46px;
  top: 240px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 17px;
}
.links-menu{
	padding-top:40vh;
}
.barra-vertical{
  width: 2px;
  height: 150px;
  background-color: #386A89;
  opacity: 0.5;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.barra-vertical .offset-100{
  width: 2px;
  height: 150px;
  background-color: #386A89;
  opacity: 0.5;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
.slogan p{
  font-size: 13px;
}
.content .apresentacao{
  margin: 50px;
  position: relative;
}
.content .apresentacao p{
  font-family: 'Raleway', sans-serif;
  color: #333;
  font-size: 15px;
}
.img-quem-somos{
	position: absolute;
	height: 100%;
	margin-left: calc(50vw - 50px - 350px);
    margin-left: -moz-calc(50vw - 50px - 350px);
	margin-left: -webkit-calc(50vw - 50px - 350px);
	margin-left: -o-calc(50vw - 50px - 350px);
}
.tituloSeparador{
  position: absolute;
}
.tituloSeparador h1{
  font-size: 170px;
  margin-bottom: -20px;
  margin-top: 0px;
  opacity: 0.1;
}
.tituloSeparador h2{
  font-size: 130px;
  margin-bottom: -20px;
  margin-top: 0px;
  opacity: 0.1;
}
.col-md-offset-6 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.content .apresentacao .container .col-sm-6 p{
  font-size: 18px;
  color: #7D7D7D;
}
.slick-list{
  padding: 0px 0px !important;
  margin-top: -50px;
}
.slick-track{
  width: 100%;
}
.content .funcionalidades{
  position: relative;
  width: 100%;
  height: 1200px;
  background-color: #fff;
  padding: 50px 0;
}
.content .funcionalidades .descricaoFuncionalidade p{
  height: 200px;
  font-size: 20px;
  padding: 50px 0 0 17px;
  font-family: 'Raleway', sans-serif;
}
.content .funcionalidades .tituloFuncionalidade{
  text-align: center;
  margin-top: 300px;
}
.content .funcionalidades .tituloFuncionalidade h1{
  text-align: center;
  font-size: 95px;
  margin-top: -15px;
}
.content .funcionalidades .tituloFuncionalidade h2{
  text-align: center;
  font-size: 45px;
}
.content .caracteristicas{
  position: relative;
  padding: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.animacao-mockup{
	display: inline-block;
	width: 429.71px;
	height: 600px;
}
.play-anim{
	background: url(../images/anima-min.png) no-repeat;
	-moz-animation: sign-anim 4s 0.2s steps(100) forwards;
	-o-animation: sign-anim 4s 0.2s steps(100) forwards;
	-webkit-animation: sign-anim 4s 0.2s steps(100) forwards;
	animation: sign-anim 4s 0.2s steps(100) forwards;
}
@-webkit-keyframes sign-anim {
  to {
    background-position: -42541.29px 0;
  }
}
@-moz-keyframes sign-anim {
  to {
    background-position: -42541.29px 0;
  }
}
@keyframes sign-anim {
  to {
    background-position: -42541.29px 0;
  }
}
.content .mobile{
  width: 100%;
  height: auto;
  padding: 50px;
  background-color: #f6f6f6;
}
.content .mobile .img-mobile{
  width: 100%;
  margin-top: 100px;
}
.content .mobile .mobileDescricao{
  margin-top: 0;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif;
}
.content .mobile .mobileDescricao img{
  width: 60px;
  margin-bottom: 20px;
}

/* LIST STYLE */

.menu__list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.menu__item {
  display: block;
  margin: 1em 0;
}

.menu__link {
  font-size: 1.05em;
  font-weight: bold;
  display: block;
  padding: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
  outline: none;
}

/* Individual styles */

/* Risco */

.menu--risco{
  width: 500px;
  height: 100px;
  position: absolute;
  right: 15px;
  margin-top: 30px;
}

.menu--risco .menu__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-align: center;
}

.menu--risco .menu__item::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0;
  width: 140%;
  height: 2px;
  background: #386A89;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.menu--risco .menu__item.menu__item--current::before {
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(45deg, 0, 1, 0) scale3d(1, 1, 1);
}

.menu--risco .menu__link {
  position: relative;
  color: #929292;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--risco .menu__link:hover,
.menu--risco .menu__link:focus {
  color: #386A89;
}

.menu--risco .menu__item.menu__item--current .menu__link {
  color: #333;
}

/* FINAL LIST STYLE */

.item.slick-slide{
  background-repeat: no-repeat;
  background-size: cover;
}
.caracteristicas .slick-track{
  padding: 90px 0px;
}
.caracteristicas .slick-track .slick-slide > div{
	height: 100%;
}
.caracteristicas .slick-track h1 {
  font-size: 35px;
  color: #fff;
  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
  margin: 0 !important;
}
.caracteristicas .slick-track p {
  font-size: 12px;
  color: #fff;
  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fundo.slick-slide {
  opacity: 0.5;
  z-index: 0;
}
.fundo.slick-slide.slick-current.slick-center {
    transform: scale(1.50);
    opacity: 1;
    z-index: 999;
    height: 310px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.separador{
  width: 16px;
  height: 2px;
  background-color: #444;
}
.branco{
  width: 100%;
  height: 200px;
  background-color: #fff;
  margin-top: -172px;
}
section .center{
  margin-top: 250px;
}
.pelicula{
  position: absolute;
  width: 100%;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#539cbc+0,325d77+100 */
  background: #539cbc; /* Old browsers */
  background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */  opacity: 0.5;
  z-index: 999;
}
.caracteristicas section .fundo{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#539cbc+0,325d77+100 */
  background: #539cbc; /* Old browsers */
  background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */
  padding: 40px;
  height: 310px;
}
footer{
  margin-top: 20px;
}
footer .row{
  padding: 50px;
}
footer .col-sm-4{
  padding: 60px;
}
footer .footer_bottom{
  width: 100%;
  height: 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#539cbc+0,325d77+100 */
  background: #539cbc; /* Old browsers */
  background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */  
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
}

.setaEsq{
  width: 50%;
  height: 100vh;
  position: absolute;
  float: left;
  left: 0;
  cursor: url(/assets/images/esq.png), auto;
  z-index: 999;
}
.setaDir{
  width: 50%;
  height: 100vh;
  top: 0;
  position: absolute;
  float: right;
  right: 0;
  cursor:url(/assets/images/dir.png), auto;
  z-index: 999;
}

.textos-rodape{
	font-size: 17px;
	color: #888;
	line-height: 27px;
}

/* The side navigation menu */
.sidenav {
    height: 100vh; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Stay on top */
    top: 0;
    left: 0;
    background: #539cbc;
	background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%);
	background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%);
	background: linear-gradient(to right, #539cbc 0%,#325d77 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 );
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    opacity: .95;
}

/* The navigation menu links */
.sidenav a {
    padding-left: 100px;
    text-decoration: none;
    font-size: 90px;
    line-height: 107px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .sidenav a:focus, .sidenav a:active{
	color: #fff;
	opacity: 1 !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	right: 35px;
	font-size: 0;
	padding-left: 0 !important;
	top: 0;
}

.open-menu{
	cursor: pointer;
}

.titulo-conteudo{
	font-size: 100px !important;
}

.container-conteudo{
	padding-top: 50px;
}

.titulo-area{
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	font-size: 35px;
	padding: 10px;
	cursor: pointer;
	color: #aaa;
	transition: .3s;
	white-space: nowrap;
}

.area-ativa{
	color: #333;
}

.titulo-area>span:last-child{
	font-weight: 300;
	padding: 0 30px;
	padding-left: 0;
	float: right;
}

.container-areas{
	padding: 50px 0;
	margin-top: 100px;
	border-right: 1px solid #000;
}

.titulo-area-detalhe, .area-detalhe{
	font-family: 'Dosis', sans-serif;
	padding-left: 40px;
}

.titulo-area-detalhe{
	font-weight: 700;
	font-size: 70px;
	padding-top: 150px;
}

.area-detalhe{
	padding-top: 30px;
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
}

.social-link, .social-link:hover, .social-link:active, .social-link:focus{
	color: #325d77;
	padding: 5px 10px;
	font-size: 30px;
	text-decoration: none;
}

.last-slide-next, .last-slide-prev{
	position: absolute;
	height: 310px;
	z-index: 99;
	top: 90px;
}

.last-slide-next{
	right: 0;
}

.last-slide-prev{
	left: 0;
}

.last-slide-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 50%;
    left: 25%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.last-slide-dots li {
    position: relative;
    width: 50px;
	height: 50px;
    padding: 0;
    cursor: pointer;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	float: left;
}

.last-slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    width: 16px;
    height: 2px;
    background-color: #444;
    padding: 0;
}

.last-slide-dots li::before {
    content: '';
	position: absolute;
	top: 0%;
	left: 0;
	width: 140%;
	height: 2px;
	background: #386A89;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
	-moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
	-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
	-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.last-slide-dots li.slick-active::before {
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(45deg, 0, 1, 0) scale3d(1, 1, 1);
}

/* MEDIA QUERIES */

/*
@media screen and (max-width: 1610px) {
  .container{
    width: 100% !important;
  }
  .caracteristicas .slick-track h1 {
    font-size: 21px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .tituloSeparador h1 {
    font-size: 150px;
    margin-bottom: -20px;
    margin-top: 0px;
  }
  .slick-list.draggable {
    margin-top: -100px;
  }
}

@media screen and (max-width: 1210px) {
  .tituloSeparador h1 {
    font-size: 120px;
    margin-bottom: -20px;
    margin-top: 0px;
  }
  .tituloSeparador h2 {
    font-size: 95px;
    margin-bottom: -20px;
    margin-top: 0px;
  }
  .content .mobile .mobileDescricao {
    margin-top: 180px;
  }
}

@media screen and (max-width: 1158px) {
  .caracteristicas .slick-track h1 {
    font-size: 16px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .caracteristicas .slick-track p {
    font-size: 11px;
    color: #fff;
  }
}

@media screen and (max-width: 1000px) {
  header .pedirApresentacao {
    width: 105px;
    margin-top: -105px;
  }
  header .pedirApresentacao p {
    display: none;
  }
  .tituloSeparador h1 {
    font-size: 75px;
    margin-bottom: -20px;
    margin-top: 0px;
  }
  .tituloSeparador h2 {
    font-size: 65px;
    margin-bottom: -20px;
    margin-top: 0px;
  }
  .caracteristicas .slick-track h1 {
    font-size: 16px;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .caracteristicas section .fundo {
    background: #539cbc;
    background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%);
    background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%);
    background: linear-gradient(to right, #539cbc 0%,#325d77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 );
    padding: 15px;
  }
}

@media screen and (max-width: 993px) {
  .hero .descInicio {
    padding-top: 300px;
    width: 70%;
    margin-left: 7%;
  }
  .content .mobile img {
    width: 30%;
    margin-top: 100px;
    margin-left: 35%;
  }
  .mobileDescricao {
    margin-top: -40px;
    width: 70%;
    margin-left: 7%;
  }
  .content .mobile .mobileDescricao img {
    width: 60px;
    margin-bottom: 20px;
    margin-left: 0%;
  }
  .content .mobile .mobileDescricao {
    margin-top: -40px;
  }
  .branco{
    display: none;
  }
}
*/

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.modal-backdrop {
    background: #539cbc; /* Old browsers */
	background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */
}

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    		box-shadow: none;
}

.modal-header{
	border-bottom: 0;
	padding: 30px 0;
	font-size: 30px;
	background: #539cbc; /* Old browsers */
	background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */
	color: #fff;
	text-align: justify;
}

#gridModalLabel{
	font-size: 25px;
}

::-webkit-input-placeholder {
	color: black !important;
	text-transform: uppercase;
	transition: opacity 250ms ease-in-out;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
:focus::-webkit-input-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	color: black !important;
	text-transform: uppercase;
	transition: opacity 250ms ease-in-out;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
:focus:-ms-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	color: black !important;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 250ms ease-in-out;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
:focus::-moz-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	color: black !important;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 250ms ease-in-out;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
:focus:-moz-placeholder {
	opacity: 1;
}

.form-control, .textCaptchaValidation{
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    		box-shadow: none;
}

.form-group textarea{
	height: 200px;
}

.form-control:focus, .textCaptchaValidation:focus{
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.submitbtn{
	background: #539cbc; /* Old browsers */
	background: -moz-linear-gradient(left, #539cbc 0%, #325d77 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #539cbc 0%,#325d77 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #539cbc 0%,#325d77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539cbc', endColorstr='#325d77',GradientType=1 ); /* IE6-9 */
	text-transform: uppercase;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	border: none;
	padding: 7px 50px;
	float: right;
	margin-left: 60px;
}

.vimage, .refreshCaptcha, .textCaptchaValidation{
	float: left;
}

.vimage, .refreshCaptcha img{
	height: 34px;
	width: auto !important;
}

.textCaptchaValidation{
	width: 100px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.topo-mobile{
	position: absolute;
	left: -350px;
	top: -450px;
	width: 40vw;
	overflow: hidden;
	height: 400px;
}

.fundo-mobile{
	position: absolute;
	left: -350px;
	width: 40vw;
	bottom: -175px;
	overflow: hidden;
	height: 300px;
}

.fundo-mobile img{
	position: absolute;
	bottom: -25px;
}

.img-quem-somos-mobile{
	display: none;
	width: 100%;
}

.frame-mobile{
	display: none;
}

.table > tbody > tr > td{
	border: 0 !important;
}

@media screen and (max-width: 1500px) {
	.tituloSeparador h2{
		font-size: 100px;
	}
	
	.tituloSeparador h1{
		font-size: 140px;
	}
	.caracteristicas .slick-track h1{
		font-size: 23px;
	}
	.titulo-area{
		font-size: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.tituloSeparador h2{
		font-size: 80px;
	}
	
	.tituloSeparador h1{
		font-size: 110px;
	}
	.caracteristicas .slick-track h1{
		font-size: 18px;
	}
	.titulo-area{
		font-size: 24px;
	}
}

@media screen and (max-width: 991px){
	.container{
		width: 100% !important;
	}
	.sidenav .closebtn{
		top: 0;
		left: 27px;
		font-size: 55px;
	}
	.sidenav a{
		font-size: 60px;
		line-height: 60px;
	}
	header .slogan p{
		left: -50px;
		top: 200px;
	}
	.descInicio p{
		padding-left: 60px;
		font-size: 20px;
	}
	header{
		height: 75px;
		z-index: 1000;
	}
	header .menu {
	    height: 80px;
	    width: auto;
	    z-index: 99;
	    padding: 25px 30px;
	}
	header .logo{
		text-align: center;
		height: 80px;
		width: auto;
	}
	header .logo img{
		width: 153px;
		padding: 15px 20px;
	}
	
	header .pedirApresentacao {
	    margin-top: -80px;
	    width: 275px;
		height: 75px;
		padding: 25px 25px;
	}
	
	header .pedirApresentacao img{
		height: 20px;
	}
	header .pequeno.pedirApresentacao img{
		float: left;
	}
	header .pedirApresentacao p{
		font-size: 15px;
	}
	header .menu img{
		width: 20px;
		margin-bottom: 3px;
	}
	.hero .descInicio{
		padding-top: 20vh;
	}
	header .pedirApresentacao.pequeno{
		right: -195px;
	}
	.tituloSeparador h2{
		font-size: 60px;
	}
	.tituloSeparador h1{
		font-size: 75px;
	}
	.barra-vertical{
		height: 100px;
	}
	.menu--risco{
		width: 400px;
	}
	.content .funcionalidades{
		height: 800px;
		overflow: hidden;
	}
	.content .funcionalidades .tituloFuncionalidade{
		margin-top: 20vh;
	}
	.content .funcionalidades .tituloFuncionalidade h1{
		font-size: 50px;
	}
	.content .funcionalidades .tituloFuncionalidade h2{
		font-size: 25px;
	}
	.content .funcionalidades .descricaoFuncionalidade p{
		font-size: 14px;
		height: 200px;
	}
	.caracteristicas section .fundo{
		padding: 20px;
		height: 250px !important;
	}
	.caracteristicas .slick-track .slick-slide>div{
		height: auto;
	}
	.caracteristicas .slick-track h1{
		padding: 50% 0 0 0;
		margin: 0;
		font-size: 20px;
		position: inherit;
		transform: none;
	}
	.titulo-conteudo{
		font-size: 75px !important;
	}
	.titulo-area{
		font-size: 20px;
	}
	.titulo-area-detalhe{
		font-size: 50px;
	}
	.titulo-area-detalhe, .area-detalhe{
		padding-left: 30px;
	}
	.area-detalhe{
		font-size: 20px;
		line-height: 26px;
	}
	.content .mobile .mobileDescricao{
	  margin-top: 50px; 
	}
	.content .mobile .img-mobile{
		margin-top: 0;
	}
	.caracteristicas .slick-track p{
		font-size: 10px;
		position: inherit;
	    margin-top: 40px;
	    transform: none;
	}
	.topo-mobile{
		left: -150px;
	}
	
	.fundo-mobile{
		left: -150px;
	}
}

@media screen and (max-width: 767px) {
  header{
	height: 50px;
	z-index: 1000;
  }
  header .menu {
    height: 50px;
    padding: 14px 12px;
    width: auto;
    z-index: 99;
  }
  header .menu p{
	font-size: 12px;
  }
  header .logo{
	text-align: center;
	height: 50px;
	width: auto;
  }
  header .logo img{
	width: 75px;
	margin-top: 11px;
	padding: 0;
  }
  
  header .pedirApresentacao{
	height: 50px;
	padding: 14px;
	text-align: center;
	width: 70px;
	margin-top: -51px;
  }
  
  header .pedirApresentacao img{
	width: 20px;
	margin-right: 0;
	float: none !important;
  }
  
  header .menu img{
	width: 15px;
	margin-top: -3px;
  }
  
  .container{
	  width: 100% !important;
  }
  
  .sidenav .closebtn{
	top: 30px;
	right: 9px;
  }
  
  .sidenav .closebtn img{
	width: 50px;
  }
  
  .sidenav a{
	padding-left: 40px;
	font-size: 30px;
	line-height: 40px;
  }
  header .pedirApresentacao.pequeno{
	right: 0;
  }
  
  header .pedirApresentacao p{
	display: none !important;
  }
  body .hero{
	margin-top: 50px;
  }
  
  .hero .descInicio{
	padding-top: 40px;
  }
  .descInicio p{
	font-size: 15px;
  }
  header .slogan p{
	display: none;
  }
  .img-quem-somos{
	display: none;
  }
  .titulo-quem-somos{
	font-size: 35px !important;
	text-align: center;
  }
  .img-quem-somos-mobile{
	display: block;
  }
  .content .apresentacao{
	margin: 20px 0;
  }
  .barra-vertical{
	height: 60px;
  }
  .tituloSeparador{
	display: none;
  }
  .col-md-offset-6{
	margin: 0 0 30px 0;
  }
  .content .funcionalidades{
	padding: 20px 0;
	height: 500px;
	overflow: hidden;
  }
  .content .funcionalidades .tituloFuncionalidade{
	margin-top: 0;
  }
  .content .funcionalidades .tituloFuncionalidade h2{
	font-size: 15px;
  }
  .content .funcionalidades .tituloFuncionalidade h1{
	font-size: 35px;
  }
  .content .funcionalidades .descricaoFuncionalidade p{
	width: auto;
	font-size: 14px;
	left: 0;
	bottom: auto;
	margin: 0;
	padding: 0 30px;
	height: 150px;
  }
  .animacao-mockup{
	  display: none;
  }
  .menu--risco .menu__item{
	width: 30px;
	height: 30px;
  }
  .menu--risco{
	width: auto;
	height: 63px;
	left: 39px;
	top: 120px;
  }
  .slick-list.draggable{
	margin-top: 0;
  }
  .fullscreen .item.slick-slide{
	height: 100vh !important;
  }
  .content .mobile{
	padding: 20px 15px;
  }
  .content .mobile img{
	width: 100%;
	margin: 20px 0;
  }
  .content .mobile .mobileDescricao img{
	display: none;
  }
  .frame-mobile{
	display: block !important;
	width: 100% !important;
  }
  .content .mobile .mobileDescricao{
	width: inherit;
	margin: 0;
  }
  .content .caracteristicas{
	padding: 20px 30px;
  }
  section .center{
	margin-top: 20px;
  }
  .caracteristicas .slick-track h1, .caracteristicas .slick-track p{
	padding: 0;
	margin: 0;
  }
  .caracteristicas .slick-track{
	padding: 0;
  }
  .fundo.slick-slide.slick-current.slick-center{
	transform: none;
	padding: 20px;
  }
  .last-slide-next, .last-slide-prev{
	display: none !important;
  }
  .last-slide-dots{
	width: 100%;
	left: inherit;
  }
  .last-slide-dots li{
	width: 30px;
	height: 30px;
  }
  footer .row{
	padding: 20px 15px;
  }
  .textos-rodape{
	font-size: 12px;
	line-height: 16px;
  }
  .social-link, .social-link:hover, .social-link:active, .social-link:focus{
	font-size: 15px;
  }
  .links-menu{
	padding-top: 20vh;
  }
  .titulo-conteudo{
	font-size: 30px !important;
  }
  .container-areas{
	margin-top: 0;
	padding: 20px 0;
  }
  .titulo-area{
	font-size: 10px;
  }
  .titulo-area > span{
	padding: 0px 5px;
  }
  .titulo-area-detalhe{
	padding-top: 25px;
	font-size: 15px;
  }
  .titulo-area-detalhe, .area-detalhe{
	padding-left: 15px;
  }
  .area-detalhe{
	font-size: 10px;
	line-height: 15px;
	padding-top: 20px;
  }
  .modal-dialog{
	width: calc(100vw - 20px);
    width: -moz-calc(100vw - 20px);
	width: -webkit-calc(100vw - 20px);
	width: -o-calc(100vw - 20px);
  }
  #gridModalLabel{
	font-size: 15px;
  }
  .form-group textarea{
	width: 100%;
  }
  .googlemaps{
	  width: 300px !important;
  }
  
  .table-responsive{
	  border: 0 !important;
  }
  
  .table > tbody > tr > td{
	  display: block;
	  padding: 40px 0 !important;
	  width: 100% !important;
  }
}

/*
@media screen and (min-width: 768px) and (max-width: 1555px) {
	.container{
		width: 100% !important;
	}
	.sidenav .closebtn{
		top: 0;
		left: 27px;
		font-size: 55px;
	}
	.sidenav a{
		font-size: 60px;
		line-height: 60px;
	}
	header .slogan p{
		left: -50px;
		top: 200px;
	}
	.descInicio p{
		padding-left: 60px;
		font-size: 20px;
	}
	header{
		height: 80px;
		z-index: 1000;
	}
	header .menu {
	    height: 80px;
	    width: auto;
	    z-index: 99;
	    padding: 25px 30px;
	}
	header .logo{
		text-align: center;
		height: 80px;
		width: auto;
	}
	header .logo img{
		width: 153px;
		padding: 15px 20px;
	}
	  
	header .pedirApresentacao{
		height: 80px;
		text-align: center;
		padding: 28px 30px;
		width: 260px;
	}
	header .pedirApresentacao img{
		height: 20px;
	}
	header .pequeno.pedirApresentacao img{
		float: left;
	}
	header .pedirApresentacao p{
		font-size: 15px;
	}
	header .menu img{
		width: 20px;
		margin-bottom: 3px;
	}
	.hero .descInicio{
		padding-top: 20vh;
	}
	header .pedirApresentacao.pequeno{
		right: -180px;
	}
	.tituloSeparador h2{
		font-size: 80px;
	}
	.tituloSeparador h1{
		font-size: 100px;
	}
	.barra-vertical{
		height: 100px;
	}
	.menu--risco{
		width: 400px;
	}
	.content .funcionalidades{
		height: 800px;
		overflow: hidden;
	}
	.content .funcionalidades .tituloFuncionalidade{
		margin-top: 20vh;
	}
	.content .funcionalidades .tituloFuncionalidade h1{
		font-size: 50px;
	}
	.content .funcionalidades .tituloFuncionalidade h2{
		font-size: 25px;
	}
	.content .funcionalidades .descricaoFuncionalidade p{
		font-size: 14px;
		height: 200px;
	}
	.caracteristicas section .fundo{
		padding: 20px;
		height: 250px !important;
	}
	.caracteristicas .slick-track h1{
		padding: 50% 0 0 0;
		margin: 0;
		font-size: 20px;
	}
	.titulo-conteudo{
		font-size: 75px !important;
	}
	.titulo-area{
		font-size: 25px;
	}
	.titulo-area-detalhe{
		font-size: 50px;
	}
	.titulo-area-detalhe, .area-detalhe{
		padding-left: 30px;
	}
	.area-detalhe{
		font-size: 20px;
		line-height: 26px;
	}
	.content .mobile .mobileDescricao{
	  margin-top: 50px; 
	}
	.content .mobile .img-mobile{
		margin-top: 0;
	}
	.caracteristicas .slick-track p{
		font-size: 10px;
	}
	.topo-mobile{
		left: -150px;
	}
	
	.fundo-mobile{
		left: -150px;
	}
}
*/

.menu-rodape a{
	color: #888;
	text-decoration: none !important;
}

.titulo-conteudo.comSubtitulo{
	line-height: 70px;
}

.subTituloConteudo{
	font-size: 50px;
}

#captcha{
	float: left;
	width: 50%;
}

.g-recaptcha {
	float: left;
    transform:scale(0.6);
    transform-origin:0 0;
}

.captchaSubmit{
	margin-top: 15px;
}
