/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
     font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; 
}

hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; }

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.mt80 { margin-top:8em; }
.mt40 { margin-top:4em; }
.mt30 { margin-top:3em; }
.mt20 { margin-top:2em; }
.mt15 { margin-top:1.5em; }
.mt10 { margin-top:1em; }

.left { float:left;}

.bg-primary {
    background-color: #f9f9f1;
}

.bg-dark {
    color: #fff;
    background-color: #356cb3;
}

.font-color h1, .font-color h2, .font-color h3, .font-color h4 { color: #f9b11c;	}
.font-blue {color: #3a6eb7;}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}


.iphone-container {	
	position:absolute;
	z-index:100;
}

.iphone-container img {
    margin-left: 6px;
    margin-top: 10px;
    width: 100%;
}

.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;

}

.navbar-fixed-bottom, .navbar-fixed-top {
    background:#ffffff;
	-webkit-box-shadow: -1px 7px 13px -4px rgba(199,199,199,1);
-moz-box-shadow: -1px 7px 13px -4px rgba(199,199,199,1);
box-shadow: -1px 7px 13px -4px rgba(199,199,199,1);
}

.nav > li > a {
    display: block;
    padding: 26px 25px;
    position: relative;
}
a {
    color: #f9b01e;
    transition: all 0.35s ease 0s;
}




header {
    background: rgba(0, 0, 0, 0) url("../img/texture_bulp.png") repeat scroll 0 0;
    color: #7e7e7e;
    height: 700px;
    min-height: auto;
    position: relative;
    width: 100%;
}

header .header-content {
    position: relative;
    width: 100%;

}


header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #7e7e7e;
}


.header-content h4 {
	line-height:1.6em;
	
}

.header-content .logo img  {
	margin-top:0px;
	width:220px;
}

.header-content-inner .container {
	
	z-index:9;
	display:block;
}

.listaOk {
	list-style-type: square;
	font-size: 16px;	
	margin-left:-24px;
	color:#e5aa47;
}

.listaSidebySide {
	list-style-type: none;
	font-size: 16px;	
	margin-left:-24px;
	color:#e5aa47;

}

.listaSidebySide li{
	list-style-type: none;
	display:inline;	
	margin-right:26px;
	float:left;

}




.listaOk li {
	margin-bottom:10px;	
}

.desenho img {
	position:absolute;
	top:0;
	height:auto;
	left:0;
}

footer  {
    background-color: #e9ebe6;
    padding-bottom: 10px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.fapequeno {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.facebook .btn {
    background-color: #3b5998;
	color:#fff;
}

.instagram .btn{
    background-color: #3f729b;
	color:#fff;
}









@media(max-width:468px) {
	
	header {
    
    height: 1420px;
   
	}
   
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.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 {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.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 {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}