@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);

@font-face {
	font-family: 'GothamRounded';
	src: url('../../assets/fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
	   url('../../assets/fonts/GothamRounded-Bold.otf')  format('opentype'),
	   url('../../assets/fonts/GothamRounded-Bold.woff') format('woff'),
	   url('../../assets/fonts/GothamRounded-Bold.ttf')  format('truetype'),
	   url('../../assets/fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'androgyneregular';
    src: url('../../assets/fonts/androgyne_tb.woff2') format('woff2'),
         url('../../assets/fonts/androgyne_tb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loveletters_scripregular';
    src: url('../../assets/fonts/lovelettersscrip-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/lovelettersscrip-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'proximanova-light';
	src: url('../../assets/fonts/proximanova-light.eot');
	src: url('../../assets/fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
		 url('../../assets/fonts/proximanova-light.woff2') format('woff2'),
		 url('../../assets/fonts/proximanova-light.woff') format('woff'),
		 url('../../assets/fonts/proximanova-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 
html,body {
	  height: 100%;
	  min-height: 100%;
}
body {
	background:#FFF;
	color:#3B3B3B;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.btn-lg {
	font-size: 20.5px;
	padding: 15px 23px;
}
.btn-video {
	border:2px solid #FFF;
	border-radius:100%;
	font-size:30px;
	padding:15px 25px;
	color:#FFF;
}
.btn-video:hover {
	color:#F16521;
	border:1px solid #F16521;
}
a, btn, button {
	outline:none !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
a {
	color:#FE5400;
}
.assista {
	background:#F16521;
	border-radius:3px;
	padding:4px;
}
.bgblack {
	background: #0C0C0C !important;
}
.btn-green,.btn-green:focus,.btn-green:visited {
	font-family:proximanova-light;
	color:#FFF
}
.btn-green {
	background:#4ABA58;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px
}
.btn-green:hover {
	color:#FFF;
	background:#449D44
}

.laranja {
	color:#FF6600 !important;	
}
.gothan {
	font-family: "GothamRounded";
}
.shadows {
    color: #D90000;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.8em;
}
.lovele {
	font-family: 'loveletters_scripregular';
}
.pt60 {
	font-size:60px;
	font-weight:bold;
}
span.arrow {
	background: transparent url(../../assets/images/arrows.png) no-repeat 0 0;
	width: 47px;
	height: 120px;
	display: inline-block;
	position: relative;
}

span.arrow.hl {
	background-position: -209px 0;
	width: 120px;
	height: 47px;
}

span.arrow.hlb {
	background-position: -209px -101px;
	width: 120px;
	height: 47px;
}
h1, h2, h3, h4, h5, h6 {
    color: #121214;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}
h2 {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 54px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1.6em;
	line-height: 1.5em;
}
.btn-warning, .btn-warning:focus {
	background:#EFAB4A;
	border-radius:3px;
	text-shadow: 0 1px #C97B06;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-brand {
    padding: 0px 15px;
    line-height: 30px;
	font-size:30px;
	font-family: 'androgyneregular', sans-serif;
	color:#F16521 !important;
	 text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.navbar-default {
	padding-top:30px;
	background: #0C0C0C;
	border:none;
	box-shadow:none;
}
.navbar-default .navbar-nav {
	font-size:13px;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li {
	padding:0px 5px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	border-radius:4px;
	padding:8px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{	
	background:#F16521;	
    color: #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background:#F16521;	
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-toggle {
	margin-top:-5px;
	border-color: #F16521;
	border-radius:0;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background:transparent;	
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F16521;
}

/* SLIDE HOME */
@media (max-width: 1024px) {
	.parallax {
		background-position: 0 0 !important;
		background-size: cover !important;
	}
}

.flex-align {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.parallax {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.carousel-content {
		margin-top:130px;
}
.carousel-indicators {
	bottom: 140px;
}
.carousel, .item, .active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100% !important;
	background-position:top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#netflex-slider {
	width:100%;
	height:100%;
}
#netflex-slider .btn-primary {
	background:#F16521;
	border:0;
	padding:10px 18px;
}
#netflex-slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
	background-color:#F16521;
    border-radius: 10px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	border:0;
}
#netflex-slider .carousel-indicators li:hover {
    background-color: #F8AC74;
}
#netflex-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #F8AC74;
}
#netflex-slider .objetos h1 {
	font-size:44px;
	font-family: 'Lato', sans-serif;
	color:#FFF;
}
#netflex-slider .objetos p {
	color:#FFF;
	font-size:18px;
	
}
#netflex-slider .objetos small {
	color:#FFF;
}
#netflex-slider .objetos {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom:0;
	opacity:0;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#netflex-slider .active .container {
	opacity:1;
}
#netflex-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#netflex-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#netflex-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#netflex-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
/* SECTION HOME */
.home-intro {
    padding: 15px 0;
    background: #0C0C0C;
    border-top: 4px solid #111;
	width:100%;
	position:absolute;
	z-index:2;
	bottom:0;	
}
.home-intro p{
	color: #FFF;
	font-size: 1.4em;
	font-weight: 300;
}
.home-intro span {
	color: #F16522;
	font-family: 'androgyneregular', sans-serif;
	font-size: 1.2em;
}
.home-intro a {
	color:#FFF;
}
.icon-freature {
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 35px;
	background:#F16522;

}
.slideBanners {
	position:relative;
	width:100%;
	height:590px;
	margin:0 auto;
}
.slideBanners div {position:absolute;text-align:center;height:100%;}
/* SECTION CLIENTE */
.features p {
	padding:0;
	margin:0;
	color:#FFF;
}
.features .text1 {
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
}
.features .text2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
/* */
#entre-contato {
	color:#FFF;
}
#entre-contato .btn{
	padding:15px 10px;
	border-radius:8px;	
	font-size:22px;
	border:none;
}
#entre-contato .btn-warning:hover {
	background:#3C3C3C;
}
.title-contact {
	font-size:16px; font-weight:bold;
}
.icone {
	font-size:70px;
}
ul.flickr-feed {
	list-style: none;
	margin: 0px 0;
	padding: 0;
}
ul.flickr-feed li {
	display: inline-block;
	margin: 0px 10px -10px 0px !important;
	padding: 0;
}

label {
	font-size:12px;
	color:#B5B5B5;
	text-transform:uppercase;
}
.has-feedback i {
	color:#B2B2B2;
}
.has-feedback .form-control {
    padding-left: 30px;
}
.form-control-feedback {
	left:0;
	top:12px;
}
.form-control {
	border:1px solid #D9D9D9;
	border-radius:6px;
	height:40px;
	color:#B2B2B2;
}
.form-control:focus {
	box-shadow:none;
}
.planos_box {
    background-color: #F1F1F1;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}
.destaque {
    background-color: #fff4e4 !important;

}
.planos_box .titulo {
	font-size:15px
}
.planos_box h2{
	margin: -10px;
	font-size: 32px;
	font-weight:bold;
}
.planos_box h3{
    margin: 20px;
    margin-right: 1px;
    font-size: 49px;
}
.planos_box .btn-green {
	padding:8px 15px;
	font-size:20px;
}
.preco{
    margin-left: 80px !important;
}
.planos_box .reais, .planos_box h3{
	display: inline-block;
	margin-left: 0px;
	margin-top: 20px;
}
.reais{
    position: relative;
    top: -10px;
    color: #666666;
}
.preco_small{
    line-height: 16px;
}
.preco_ideal_para{
    font-size: 12px;
}
.recursos{
    font-size: 12px;
}

/*FOOTER */

footer {
	background: #121214;
	border-top: 4px solid #1F1F1F;
	font-size: 0.9em;
	padding: 20px 0 0;
	position: relative;
	color:#8A8A8A;
}
footer div.container div.row > div {
	margin-bottom: 25px;
}

footer div.container input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer div.social-icons li:hover {
	background-color: transparent;
}

footer div.twitter a.time {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

footer div.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact i {
	float: left;
	margin: 4px 5px 0px 0;
}

footer ul.contact p {
	margin-bottom: 10px;
}

footer a.logo {
	display: block;
}

footer form {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer a {
	color: #FFF !important;
}

footer a:hover {
	color: #CCC;
}

footer h4 {
	font-size: 1.8em;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000;
}

.footer-copyright {
	background: #0C0C0C;
	border-top: 4px solid #111;
	margin-top: 2px;
	padding: 30px 0 10px;
}

.footer-copyright nav {
	float: right;
}

.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

.footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

footer div.alert a {
	color: #222 !important;
}

footer div.alert a:hover {
	color: #666 !important;
}
#internas {
	background-size:cover;
	background-position:top center;
	height:400px;
}
#internas .titulos-internas {
	top:250px; position:absolute;
}
#internas .titulos-internas h1 {
	color:#FFF; font-size:70px;
	font-family: 'androgyneregular', sans-serif;
}
/* CUSTOMS */
.error-form {
	border-color:#A94442;
}
.sep-top-h {padding-top:16.9em;}
.sep-bot-l {padding-bottom:10em;}
.sep-top-xs {padding-top: 1.5em;}
.sep-top-sm {padding-top: 2.2em;}
.sep-top-md {padding-top: 3em;}
.sep-top-lg {padding-top: 4.3em;}
.sep-top-1x {padding-top: 5.3em;}
.sep-top-2x {padding-top: 6.5em;}
.sep-top-3x {padding-top: 9.4em;}
.sep-top-4x {padding-top: 11.5em;}
.sep-top-5x {padding-top: 16em;}
.sep-bottom-xs {padding-bottom: 1.5em;}
.sep-bottom-sm {padding-bottom: 2.2em;}
.sep-bottom-md {padding-bottom: 3em;}
.sep-bottom-lg {padding-bottom: 4.3em;}
.sep-bottom-2x {padding-bottom: 6.5em;}
.sep-bottom-3x {padding-bottom: 9.4em;}
.sep-bottom-4x {padding-bottom: 11.5em;}
.sep-bottom-5x {padding-bottom: 16em;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.fsize29{font-size:29px !important;}
.color-green{color: darkgreen;}
.ml95{margin-left:95px !important;}

.invalid{
	border:1px solid #D90000 !important;
}
.invalidMail{
	border:1px solid #F90!important;
}

.field-error{border:1px solid #FF0000;}

p.alert-error{color:#FF0000;font-size:16px;font-weight:bold;}
p.alert-success{color:#265a88;font-size:16px;font-weight:bold;}