/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color:#434954;
  font-size: 18px;
  -webkit-font-smoothing:antialiased;
  text-rendering: optimizeLegibility;
  
}
hr {
  border-color: #f47f2f;
  border-width: 3px;
  max-width: 50px;
  margin:30px auto;
}
hr.light {
  border-color: white;
}

.space{
	clear: both;
	height:40px;
}

label {
font-size: 12px;
}

.modal-dialog.large {
	width: 70%;
	padding:20px;	
}

.modal-content{
	padding:20px;	
}

.wide_space{
	clear: both;
	height:60px;
}


a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #f47f2f;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height:1.3em;
}
p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.bg-primary {
  background-color: #f47f2f;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 40px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  border:none;
}

.logo {
	-webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
}

.navbar-default .navbar-header .navbar-brand {
  color: #f47f2f;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin:0;
  padding:10px;
}

.navbar-brand>h1 {
	display: inline-block;
	font-size:14px;
}


.navbar-brand>img {
	display: inline-block;
}


.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #f47f2f;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #f47f2f !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: #f5f7fc;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #f47f2f;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #f47f2f;
  }
}


.header {
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header_bg.jpg');
  background-position:center;
}

.header .row {
	padding:10px 0 40px 0;	
}

body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

.header h1 {
  font-size: 30px;
  margin-top:80px;
  line-height: 1.3em;
  color: white;
}
.header ul {
  margin: 40px 0 50px 0;
  color:#e3effe;
  font-size:17px;
  list-style:none;
  padding-left: 20px;
}


.conclusao_bg p {
  color:#e3effe;
}
.header li {
  margin-bottom: 16px;
}

.header li i{
  color: #47ce67;
  width:26px;
  height:26px;
  padding:3px;
  border: solid 1px #47ce67;
  border-radius:13px;
  margin-right:20px;
  
}

.header .small {
  color:#a1b4cb;
  font-size:14px;
  margin:20px 0 0 50px;
  }
  
  
.start_txt {
	font-size: 20px;
}

	
.funcionalidades_left li, .funcionalidades_right li  {
	background-color:#f5f7fc;
	padding:10px 20px;
	border-radius:6px;
	display:inline-block;
	margin-bottom:40px;
	position: relative;
	border: 2px solid #c2e1f5;
	font-weight:600;
	font-size:15px;
		
	
}

#funcionalidades i{
	font-size: 4px;	
	padding-right:8px;
	display:block;
}


.funcionalidades_left li:after, .funcionalidades_left li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.funcionalidades_left li:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 12px;
	margin-top: -12px;
}


.funcionalidades_left li:first-child, .funcionalidades_right li:first-child {
  margin-left: 40px;
}

.funcionalidades_left li:nth-child(even), .funcionalidades_right li:nth-child(even){
  margin-left: 60px;
}



.funcionalidades_right li:after, .funcionalidades_right li:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.funcionalidades_right li:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 12px;
	margin-top: -12px;
}





@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  
  
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  margin: 50px auto 0;
  
}
.service-box p{
  font-size:16px;
  margin-top:20px;
  
}


.blurb_icon{
	background-color:#f5f7fc;
	border-radius: 74px;
	width: 148px;
	height: 148px;
	margin: 0 auto;
	padding:10px 0;
	
}

.subtitle{
	font-weight: 600;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;	
}


.grey_frame {
		background-color:#f5f7fc;
		padding:40px;
		border-radius: 10px;
		display:inline-block;
		margin-bottom: 50px;
		
	
}

.grey_frame h2{
	font-size:26px;
	
}

.grey_frame hr{
	margin: 30px 0;	
}

.grey_frame ul{
	list-style-type: none;
	padding-left:10px;
	font-size:16px;
	font-weight:600;
	
}

.grey_frame li{
	margin-bottom:16px;
	
}

.grey_frame i{
	margin-right:10px;
	color:#f47f2f;
	
}



.img_left{
	margin:0 0 0 -340px	;
	border-radius: 12px;
	-webkit-box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.15);
box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.15);
}

.img_right{
	border-radius: 12px;
	-webkit-box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.15);
box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.15);
}


.conclusao_bg{
background: url(../img/footer_bg.jpg);
	webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-position:top;
  color:white;
  padding:120px 0;
	
}

.conclusao_bg h2{
	font-size:38px;
	
}

.circuito_bg{
	background: url(../img/circuito_bg.jpg)	;
	webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-position:top;
	
}


#solucao {
	padding-top:60px;	
	background: #fff;
  background: -moz-linear-gradient(top,  #f5f7fc 0%, #ffffff 67%);
  background: -webkit-linear-gradient(top,  #f5f7fc 0%,#ffffff 67%);
  background: linear-gradient(to bottom,  #f5f7fc 0%,#ffffff 67%);
	
}



@media (min-width: 992px) {
	

	
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}


@media (max-width: 980px) {

	.img_left, .img_right{
	margin: 0 auto;
	width:auto;
}

  .header {
  
  background-position:right;
}

	
}

	


@media (min-width: 768px) {
	
	
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #f47f2f;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #f47f2f;
  border-color: #f47f2f;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ff8e29;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f47f2f;
  border-color: #f47f2f;
}
.btn-primary .badge {
  color: #f47f2f;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
}
.btn-xl {
  padding: 20px 40px;
  font-size:26px;
}

.btn-xl .small{
  color: #ffd8be;
  font-weight:400;
  font-size:16px;
  margin:4px 0 0 0;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
p.error, p.validation-error{
  padding: 5px;
}

p.error{
  margin-top: 10px;
  color:#a94442;
}