body {
	background: #ffffff;
}

header {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.header-inner {
	background: rgba(137,126,184,0.9);
	position: relative;
}

.header-fixed {
	position: fixed;
	top: 0;
	background: rgba(137,126,184,0.9);
	z-index: 20;
}

/* Ajustes e Padrões */

.btn {
	border-radius: 0;
	font-family: 'Montserrat', Arial, sans-serif;
}

.btn-lg {
	font-size: 17px;
}

.btn-default {
	background: rgba(136,125,184,0.5);
	color: #ffffff;
	border: 2px solid #ffffff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: rgba(136,125,184,0.8);
	outline: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: #897eb8;
	border: none;
}

.btn-primary {
	background: #897eb8;
	border: none;
	padding: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: rgba(136,125,184,0.8);
	outline: none;
}

.btn-info {
	background: none;
	border: 2px solid #76e0e4;
	padding: 0;
	color: #76e0e4;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #897eb8;
	outline: none;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.title-padrao {
	font-family: Signika, Arial, sans-serif;
	font-size: 32px;
	color: #897eb8;
	font-weight: 600;
	margin: 70px 0 20px 0;
}

.subtitle-padrao {
	font-family: Signika, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #8b8b8b;
	font-weight: 300;
	margin: 0 0 50px 0;
}

.modal-content {
	background: #ffffff;
	color: #897eb8;
	border-radius: 0;
	font-family: Signika, Arial, sans-serif;
	border: none;
}

.modal-header .close {
    color: #ffffff;
    opacity: 1;
}

.modal-content label {
	font-weight: normal;
}

.modal-header {
	background: #897eb8;
	color: #ffffff;
}

.modal-footer {
	background: #f4f4f4;
}

/* Navegação */

.navbar-toggle {
  border-color: #fff;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-brand {
	height: initial;
	margin-right: 150px;
}

.logo {
	max-height: 50px;
}

.navbar-nav {
	margin: 25px 0;
}

.navbar-nav>li {
	margin: 0 10px;
}

.navbar-nav>li>a {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #76e0e4;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav>li>a.active {
	background: none;
	color: #ffffff;
}

.navbar-nav>li:hover>a:after, .navbar-nav>li:focus>a:after, .navbar-nav>li:active>a:after, .navbar-nav>li>a.active:after {
  content: "";
  width: 40%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 30%;
}

.navbar-right>li {
	margin: 0;
}

.navbar-right>li>a {
	display: block;
	color: #ffffff;
	border: 1px solid #76e0e4;
	margin-left: 20px;
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.navbar-right>li>a:hover, .navbar-right>li>a:focus, .navbar-right>li>a:active {
	background: #76e0e4;
	color: #897eb8;
}

.navbar-right>li:hover>a:after, .navbar-right>li:focus>a:after, .navbar-right>li:active>a:after {
	height: 0;
}

/* Banner Home */

.banner-home {
	width: 100%;
	height: 600px;
}

.mask-banner-home {
	background: rgba(137,126,184,0.6);
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
}

.img-banner-home {
  height: 600px !important;
  max-width: initial !important;
}

.banner-home .carousel-caption {
	bottom: initial;
	top: 20%;
}

.banner-home .carousel-caption h1 {
  font-family: myriad_set_promedium, arial, sans-serif;
  font-size: 45px;
  text-shadow: none;
  margin: 0;
}

.banner-home .carousel-caption h3 {
  font-family: myriad_set_prothin, arial, sans-serif;
  font-size: 20px;
  text-shadow: none;
  margin: 10px 0 80px 0;
  line-height: 32px;
}

.banner-home .carousel-indicators {
	bottom: 0;
}

.banner-home .carousel-indicators li {
  margin: 0 3px;
  border: none;
  background-color: #ffffff;
}

.banner-home .carousel-indicators li.active {
	border: none;
	background: #5d5474;
	width: 10px;
	height: 10px;
}

.banner-home .btn-default {
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 40%;
	margin: 0 10px;
}

.banner-home .btn-default:hover {
	color: #ffffff;
	border-color: #ffffff;
}

/* Section Porque é preciso mensurar */

.box-mensurar {
	text-align: center;
	margin-bottom: 70px;
}

.text-mensurar {
	color: #8b8b8b;
	font-size: 15px;
	font-family: Signika, Arial, sans-serif;
	font-weight: 300;
	margin-top: 15px;
}

/* Section Por que Usar? */

.usar {
	position: relative;
}

.porque-usar {
	padding: 40px 0 0;
}

.bg-usar {
	background: url(../img/bg-usar.jpg);
	background-size: cover;
	height: 225px;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0.2;
}

.mask-bg-usar {
	background: #76e0e4;
	height: 225px;
	width: 100%;
}

.item-usar {
	text-align: center;
	margin-top: 50px;
}

.item-usar i {
	color: #897eb8;
	font-size: 50px;
}

.utilizando {
    height: 590px;
    position: relative;
}

.utilizando img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.text-usar {
    color: #8b8b8b;
    font-size: 18px;
    font-family: Signika, Arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
}


/* Section counter */

.counter {
	background: #897eb8;
	padding: 150px 0;
	color: #ffffff;
	font-family: Signika, Arial, sans-serif;
}

.item-counter {
	text-align: center;
	font-size: 60px;
	font-weight: 300;
}

.text-counter {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

/* Section Depoimentos */

.testimonial {
	position: relative;
}

.bg-testimonial {
	background: url(../img/bg-testimonial.jpg) center center;
	min-height: 550px;
}

.mask-bg-testimonial {
	background: rgba(137,126,184,0.8);
	min-height: 550px;
	width: 100%;
}

.wrap-testimonial {
	width: 100%;
	padding: 120px 0 0;
}

.logo-testimonial {
    max-width: 400px;
    margin: 0 auto 60px;
    float: none;
    text-align: center;
}

.img-testimonial {
	margin: 0 auto;
}

.testimonial .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
	font-family: myriad_set_prothin, arial, sans-serif;
    font-size: 18px;
    text-shadow: none;
    line-height: 30px;
}

.testimonial .owl-controls {
    position: absolute;
    top: -10px;
    width: 100%;
}

.testimonial .owl-prev {
	background: none !important;
	position: absolute;
	left: 30%;
	height: 50px;
    line-height: 50px;
    opacity: 1 !important;
    text-shadow: none;
    font-size: 15px !important;
}

.testimonial .owl-next {
	background: none !important;
	position: absolute;
	right: 30%;
	height: 50px;
    line-height: 50px;
    opacity: 1 !important;
    text-shadow: none;
    font-size: 15px !important;
}

.who-testimonial {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    margin-top: 35px;
}

.who-testimonial:before {
	content:"";
	width: 32px;
	height: 3px;
	background: #e8e8e8;
	margin: 0 auto 20px;
	display: block;
}

.item-who-testimonial {
	color: #76e0e4;
}

/* Section Cadastrar */

.cadastrar {
	background: url(../img/bg-cadastrar.png) no-repeat 130px bottom;
	padding: 20px 0 90px;
}

.title-cadastrar {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

.box-cadastrar {
	height: 60px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.cadastrar .btn-primary {
	line-height: 58px;
	font-family: Signika, Arial, sans-serif;
	font-size: 16px;
}

.input-cadastrar {
	padding: 0 20px;
	height: 40px;
	border: none;
	width: 100%;
	font-family: myriad_set_promedium, arial, sans-serif;
	font-size: 18px;
	border: 1px solid #eeeeee;
}

.input-cadastrar:focus, .input-cadastrar:hover, .input-cadastrar:active {
	outline: none;
}

.label-cadastrar {
    font-family: Signika, Arial, sans-serif;
    line-height: 40px;
    padding: 0;
    text-align: right;
    	font-size: 18px;
    font-weight: 400;
}

.cadastrar .form-group {
	margin-bottom: 5px;
}

.cadastrar .help-block {
	color: #d30000 !important;
}

.cadastrar .has-error .input-cadastrar {
	border-color: #d30000;
}

.cadastrar .has-error .label-cadastrar {
	color: #d30000;
}

.confirmacao-cadastro {
	font-family: Signika, Arial, sans-serif;
	margin: 70px auto 0;
	color: #00b835;
}

.confirmacao-cadastro .jumbotron {
	margin-bottom: 15px;
	background-color: #897eb8;
	color: #ffffff;
}

.confirmacao-cadastro .jumbotron i {
	margin-right: 5px;
}

.text-confirmacao-cadastro {
	font-weight: 600 !important;
	font-size: 28px !important;
}

.btn-voltar-home .btn-primary {
	padding: 10px 20px !important;
	font-size: 15px;
	margin-bottom: 60px;
	background: none;
	color: #897eb8;
	border: 2px solid #897eb8 !important;
}

.btn-voltar-home .btn-primary:hover {
	color: #ffffff;
	background: rgba(136,125,184,0.5);
	border: 2px solid rgba(136,125,184,0.5) !important;
}

/* Controle de Métricas */

.metrica {
	position: relative;
}

.mask-bg-metrica {
	background: #897eb8;
}

.bg-metrica {
	padding: 60px 0;
}

.bg-metrica:before {
	content:"";
	background: url(../img/bg-metrica.jpg) center center;
	background-size: cover;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.text-metrica {
	font-family: Signika, Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #ffffff;
	line-height: 50px;
}

.metrica .btn-info {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	line-height: 50px;
}

#modalLogIn .modal-footer .btn-default {
	background: #897eb8;
	border-color: #897eb8;
	color: #ffffff;
}

#modalLogIn .modal-footer .btn-default:hover {
	background: #ffffff;
	border-color: #897eb8;
	color: #897eb8;
}

.ps-email-ok {
	font-size: 20px;
	margin: 60px auto 70px;
}

.ps-email-ok i {
	margin-right: 5px;
}

/* Rodapé */

footer {
	background: #897eb8;
	padding: 70px 0 30px;
}

footer .logo {
	margin: 0 auto;
}

.redes-footer {
    list-style-type: none;
    padding-left: 0;
    float: right;
}

.redes-footer>li {
	float: left;
}

.redes-footer>li>a {
    display: block;
    color: #ffffff;
    border: 1px solid #76e0e4;
    margin-left: 20px;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.redes-footer>li>a:hover, .redes-footer>li>a:focus, .redes-footer>li>a:active {
	background: #76e0e4;
	color: #897eb8;
}

.redes-footer>li:hover>a:after, .redes-footer>li:focus>a:after, .redes-footer>li:active>a:after {
	height: 0;
}

.copyright {
	margin-top: 40px;
	text-align: center;
	color: #6d6398;
	font-family: Signika, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.copy-contato {
	margin-bottom: 15px;
}

.copy-contato a {
	color: #6d6398;
}

.copy-info {
	text-transform: uppercase;
}

/* Dispositivos pequenos - Celulares e Smartphones */
@media (max-width: 768px) {
	.title-padrao {
		font-size: 26px;
	}
	.subtitle-padrao {
		font-size: 16px;
	}
	.subtitle-padrao br {
		line-height: 30px;
	}
	.navbar-brand {
    margin-right: 0px;
	}
	.logo {
		max-height: 40px;
	}
	.navbar-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.navbar-collapse {
		background: rgba(137,126,184,0.9);
	}
	.navbar-nav>li {
		text-align: center;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav>li:hover>a:after, .navbar-nav>li:focus>a:after, .navbar-nav>li:active>a:after {
    width: 20%;
    left: 40%;
	}
	.navbar-right {
    display: table;
    margin: 0 auto 30px;
	}
	.navbar-right>li {
    display: table-cell;
	}
	.navbar-right>li>a {
    margin: 0 10px;
    padding: 0;
	}
	.bg-roxo {
		background: rgba(137,126,184,0.9);
	}
	.banner-home {
		position: relative;
		z-index: 0;
	}
	.banner-home .carousel-caption {
		width: 100%;
		top: 15%;
		left: 0;
		right: 0;
	}
	.banner-home .carousel-caption h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.banner-home .carousel-caption h3 {
		font-size: 16px;
		line-height: 20px;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.banner-home .carousel-caption h3 br {
		line-height: 40px;
	}
	.banner-home .btn-default {
		width: 80%;
	    margin: 5px 10px;
	    font-size: 14px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.utilizando img {
		max-width: 110%;
	}
	.counter {
		padding: 70px 0;
	}
	.box-counter {
		margin-bottom: 60px;
		padding: 0 25px;
	}
	.testimonial .owl-prev {
		left: 0;
	}
	.testimonial .owl-next {
		right: 0;
	}
	.wrap-testimonial {
		padding: 50px 0 0;
	}
	.testimonial .carousel-caption {
		font-size: 16px;
		line-height: 24px;
	}
	.logo-testimonial {
		margin: 0 auto 30px;	
	}
	.title-cadastrar {
	    font-size: 20px;
    	margin-bottom: 10px;
	}
	.cadastrar {
	   background-position: center bottom;
	}
	.label-cadastrar {
		padding: 15px 15px 0;
	}
	.text-metrica {
	    line-height: 25px;
	    text-align: center;
	    margin-bottom: 40px;
	}

	.redes-footer {
	    float: none;
	    margin: 40px auto 0;
	    display: table;
	}
	.redes-footer>li {
		float: none;
		display: table-cell;
	}
	.redes-footer>li>a {
		margin: 0 10px;
	}
	.logo-ideianoar {
		display: block;
		margin: 0 auto 40px;
		text-align: center;
	}
}