@charset "utf-8";
/* 	++++ Reset ++++
	++++ Preloader ++++
	++++ Home page ++++
	++++ Navigation Bootstrap ++++
	++++ Vimoe and galley hover ++++	
	++++ Team ++++	
	++++ Button Effect ++++
	++++ Schedule ++++	
	++++ Registration Form ++++	
	++++ Pricing ++++	
	++++ Sponsor ++++
	++++ Subscribe ++++
	++++ Contact ++++
	++++ Footer ++++
	*/

/****************************/
/** Reset **/
/****************************/	

/* Tipografias */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}


strong{
	font-weight:bold;
}
html{
	/*overflow:hidden;*/
	overflow: auto !important;
}
body {
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:1.5;
	overflow-x:hidden;
}

a:hover,a:active {
    outline: 0;
}

button:focus{
	border:none;
	outline:0;
}

ul {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
 	color: #fff;
    text-decoration: none;
    outline: none;
}

h1 {
	font-size: 2em;
	color: #FFFFFF;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

p {
	color: #363738;
    font-size: 1.1em;
    line-height: 1.5em;
   /* font-family: 'robotolight';*/ font-weight: 300;;
}

.bottom-spacing{
	margin-bottom:2.5%;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
	color: #555;
	font-style: italic;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #555;
	font-style: italic;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #555;
	font-style: italic;
}
.form-control::-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #555;
	font-style: italic;
}
.form-control*::-moz-placeholder {
	color: #555;
	font-style: italic;
}
select.form-control:required:invalid {
	color: #555;
	font-style: italic;
}
select.form-control option[value=""] {
	display: none;
}
select.form-control option{
	color: #FFF;
}
/****************************/
/** Preloader **/
/****************************/

.preloader {
	background: none repeat scroll 0 0 #101012;
	position: fixed;
	z-index: 110;
	height: 100%;
	width: 100%;
	overflow:hidden!important;
}

.status {
	background: url("../img/loading-kla.gif") no-repeat scroll center center #101012;
	float: none;
	height: 104px;
	/*left: calc(50% - 100px);*/
	margin: 0 auto;
	opacity: 1;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	top: calc(50% - 52px);
	width: 100%;
	z-index: 111;
}

.section-padding {
	padding-top: 4%;
	padding-bottom: 4%;
}

.section-padding#responsive{
	padding-bottom:0;
}

.event-download-social-link.section-padding{
	padding-top:0;
}

.nopadding {
	padding: 0;
}

.inner {
	padding-top: 28%;
}

hr {
	width: 8%;
	border: 1px solid #04061b;
	margin-top:18px;
	margin-bottom:25px;
}

#grid-gallery figcaption hr{
	margin-top:0px;
	margin-bottom:15px;
}

#field_1-button{
	display:block;
}
/****************************/
/** Home page **/
/****************************/

#sec_1 {
	position: relative;
	overflow: hidden;
}

.banner-topo .banner-img-mobile{ display:none; }

.home-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: transparent url("../../assets/img/slider/full-banner.jpg") no-repeat scroll center top / 120% auto;
}
.landing-text-pos, .home-bg {
    -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@-webkit-keyframes back_animation {
	0% {
	-webkit-transform: scale(1);
	}

	50% {
	-webkit-transform: scale(1.4);
	}

	100% {
	-webkit-transform: scale(1) ;
	}
}
@-moz-keyframes back_animation {
	0% {
	-moz-transform: scale(1);
	}

	50% {
	-moz-transform: scale(1.4);
	}

	100% {
	-moz-transform: scale(1) ;
	}
}
@-o-keyframes back_animation {
	0% {
	-o-transform: scale(1);
	}

	50% {
	-o-transform: scale(1.4);
	}

	100% {
	-o-transform: scale(1) ;
	}
}
@keyframes back_animation {
	0% {
	transform: scale(1);
	}

	50% {
	transform: scale(1.4);
	}

	100% {
	transform: scale(1) ;
	}
}

#title_hr {
	border: 1px solid #ffab00;
	margin: 1.8em auto 1.8em;
	width: 50px;
}

.landing-text-pos {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 2;
}

.landing-text-pos h1{

    font-size: 2.50em;
    font-family: 'robotobold';
	font-weight: 700;
    text-transform: uppercase;
	padding: 0 10%;
	line-height: 1.3em;
}

.landing-text-pos p{
	color: #ffffff;
    font-size: 2.13em;
    line-height: 1.5em;
    padding: 0 30%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'robotobold';
}

.learn-more-btn{
	background: none repeat scroll 0 0 rgba(27, 206, 124, 1);
    color: #363738;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 2.9em auto 0;
    padding: 15px;
    text-transform: uppercase;
    width: 200px;
}

.learn-more-btn2{
	background: none repeat scroll 0 0 rgba(27, 206, 124, 1);
    color: #363738;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0.1em auto 0;
    padding: 5px;
    text-transform: uppercase;
    width: 200px;
}

.align-center {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	clear: both;
	text-align: center;
	float: none;
}

/****************************/
/** Navigation Bootstrap **/
/****************************/

.scroll-header {
	background: none repeat scroll 0 0 rgba(4,6,27,0.9);
}

/* 
DATA ALTERAÇÃO: 04/12/2020
Aqui eu desabilito o menu fixo 
Para funcionar, tenho que alterar o código (position: absolute; -> position: fixed;), 
também preciso habilitar os códigos do arquivo INIT.JS na linha 151
*/
.header {
	width: 100%;
	position: absolute;
	z-index: 3;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0);
}

.scroll-header {
	background: none repeat scroll 0 0 rgba(4,6,27,0.9);
}

#example-navbar-collapse {
	float: right;
}

.navbar.navbar-default {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-family: robotolight;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 1em;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 1.15em;
	font-family: 'robotolight'; font-weight: 300;;
	text-transform: uppercase;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgb(46, 62, 79);
	border-top: 1px solid rgb(46, 62, 79);
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-top: 8px;
    padding: 9px 12px;
    position: relative;
}

.navbar-nav > li > a {
	padding-bottom: 27.55px;
	padding-top: 27.5px;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #ffab00;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: rgba(27, 206, 124, 0.5);
	background: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar-brand {
	height:100%;
}

#bs-navbar-collapse {
	float: right;
}

/******************************
/** Features **/
/*****************************/

.intro {
	background: #fff;
}

.about p{
	margin-bottom:0;
	/*font-family: 'robotolight';*/
	font-size: 1.1em;
	text-align: left;
}

h1.arrow {
	color: #363738;
	font-size: 2.7em;
	font-family: 'robotothin';
	font-weight: 100;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.features-wrapper {
	padding: 110px 0px 110px 0px;
}

.icon {
	display: block;
	color: #ffab00;
	font-size: 3.95em;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 0px auto 10px;
	font-family: 'robotothin';
	font-weight: 100;
	min-height: 130px;
}


.icon span{
	display: block;
	margin: -30px 0px 0px 30px;
}

.features .row {
	margin: 0px;
}

.features p {
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
}

.features h2 {
	color: #1bce7c;
	font-size: 1.2em;
    font-weight: 600;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0.83em 0;
}

.features {
	background: #04061b;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
}

.grid figure section {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure section::before,
.grid figure figcaption::after {
	pointer-events: none;
}

/****************************/
/** Vimoe and galley hover **/
/****************************/

figure.vimeo-video{
	background: url("../img/video.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}


.block-hover {
	
	background: url("../img/gallery/gallery.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	height: 392px;
	-webkit-transition: background .2s ;
	-moz-transition: background .2s ;
	-o-transition: background .2s ;
	-ms-transition: background .2s;
	transition: background .2s ;
}

.block-hover img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

/*.block-hover:hover {
	background:none repeat scroll 0 0 #ffab00 !important;
	-webkit-transition: all .6s ;
	-moz-transition: all .6s ;
	-o-transition: all .6s ;
	-ms-transition: all .6s;
	transition: all .6s ;

}*/
.block-hover:hover span {
	opacity:1;
	text-align: center;
    width: 100%;
    font-family: 'robotolight';
}
.block-hover a {
	display: block;
	height: 81px;
	left: calc(50% - 55px);
	position: absolute;
	top: calc(50% - 40.5px);
	width: 110px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.block-hover span {
	color: #fff;
    font-size: 1.5em;
    left: 0;
	opacity: 0;
	position: absolute;
	top: 35%;
	text-transform: uppercase;
}

.block-hover:hover img {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.grid-gal figure.3d-gallery{
	background: url("../assets/img/gallery/gallery.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
}

.grid-gal figure.inline-video{
	background: url("../img/video.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	cursor: pointer;
}

/*******************************/
/** Team **/
/*******************************/
.md-close{
	position: absolute;
    right: 10px;
    top: 10px;
}
.team {
	background-color: #04061b;
}

.speakers-wrap {
	padding: 4% 0px 0px 0px;
}

ul.social-buttons {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul.social-buttons li {
	display: inline-block;
	margin-right: 4px;
}

ul.social-buttons li:last-child {
	margin-right: 0;
}

.social-btn {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: transparent;
	display: inline-block;
	color: #fff;
	line-height: 46px;
	text-align: center;
}

.social-btn i{
	font-size:1.9em;
	line-height:inherit;
}

.social-btn:hover,
.social-btn:focus {
	background: transparent;
	color: #ffab00;
}

blockquote {
    margin: 0.5em 20px;
    margin-left: 0;
}

blockquote p{
	font-size: 0.8em;
    line-height: 1.5em;
}

.social {
	margin-top: 25px;
}

.team p {
	color: #fff;
}

.team h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0.7em 0px;
	text-transform: uppercase;
	font-family: 'robotolight';
}

.team h1 {
	color: #ffffff;
}
.team .md-content{
	padding:0;
}
.sp-name {
	text-align: center;
}

.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

.sp-dsc blockquote p {
	margin: 0;
	color: #5f6061;
}

.sp-dsc blockquote {
	border-left-color: #1bce7c;
}

div.avatar {
	margin: 0 auto;
}

.avatar {
	background-image: url('../img/team/team-01.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.folio {
	max-width: 500px;
	height: auto;
	text-align: center;
	padding:30px;

}

.tnc-folio{
	height: auto;
	text-align: center;
}

.sp-name {
	border-bottom: solid 1px rgba(33, 39, 57, 0.15);
	margin-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	color: #1bce7c;
}

.sp-dsc {
	border-bottom: solid 1px rgba(33, 39, 57, 0.15);
	margin-top: 20px;
	text-align: left;
	padding: 0px 0px 30px;
	font-size: 0.9em;
	color: 939393;
}

.md-content .sp-social ul {
	text-align:center;
}


.sp-social ul li {
	display: inline-block;
}

/**********************/
/** Button Effect */
/*********************/

.btn-effect {
	background: none repeat scroll 0 0 #ffab00;
	border: medium none;
	color: #fff;
	letter-spacing: 0.2em;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:1;
	cursor:pointer;
	position:relative;

}

.pricing-wrap .btn-effect{
	background: none repeat scroll 0 0 #fff;
}
.btn-effect:after {
	background: none repeat scroll 0 0 #000;
	height: 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index:-1;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn-effect:hover:after, 
.btn-effect:active:after {
	height: 100%;
}

#get_directions.btn-effect {
	background: none repeat scroll 0 0 #ffab00;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 230px;
    z-index: 1;

}

#get_directions.btn-effect:after {
	background: none repeat scroll 0 0 #000;
	height: 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index:-1;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#get_directions.btn-effect:hover:after,
#get_directions.btn-effect:active:after {
	height: 100%;
}

#get_directions.btn-effect i{
	display:none;
	font-size:1.75em;
}

#get_directions.btn-effect:hover span{
	display:none;
}

#get_directions.btn-effect:hover i{
	display:block;
}


#responsive {
	background-color: #ffffff;
}

/********************************/
/** Schedule **/
/********************************/

.name {
    text-transform: none;
    font-weight: 500;
    margin-right: 5px;
	
}

.speaker-designaition{
	cursor: pointer;
    font-family: 'robotolight'; font-weight: 300;;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: none;
}
.a-name {
	color: #212739;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 6px;
	font-weight: 500;
}

.day {
    color: #1bce7c;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.accordion {
	overflow: hidden;
	margin: 34px auto 0px auto;
}

.accordion .item .heading {
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;
}

.accordion .item .heading .e-title {
	background: url("../img/arrow.png") no-repeat scroll right 0 top -80px rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(33, 39, 57, 0.15);
    box-sizing: border-box;
    color: #212739;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 0.9em;
    font-family: 'robotolight'; font-weight: 300;;
    letter-spacing: 0.1em;
    padding: 15px 15px 15px 0px;
    text-align: left;
    text-transform: uppercase;
}


.accordion .item .heading .time {
	border-top: 4px solid rgba(33, 39, 57, 0.15);
    box-sizing: border-box;
    color: #ffab00;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 500;
    padding: 15px 0;
    text-align: left;
}

.accordion .item .col-md-12 {
	padding: 0px;
}

.accordion .item.open .heading,.accordion .item:last-child .heading {
	border: 0;
}

.accordion .item.open .time {
	color: #ffab00;
}

.accordion .item.open .heading .e-title {
	background-position: right 0px top 10px;
}

.accordion .item .content {
	color: #5f6061;
    display: none;
    font-size: 0.8em;
    line-height: 25px;
    text-align: left;
}

.details {
	padding: 20px 0px 20px 0px;
	border-top: dotted 1px #ffab00;
}

.venue {
	padding: 20px 0px 20px 0px;
}

.d-sch {
    background: url("../img/dicn.png") no-repeat scroll right 30px top 20px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 25px 80px;
    text-transform: uppercase;
    width: 50%;
}

.fb {
    background: url("../img/fbicn.png") no-repeat scroll left 30px top 18px rgba(0, 0, 0, 0);
    border-left: 1px solid #c8c8c8;
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 25px 80px;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
}

.d-sch:hover{
	color: #ffab00;
}
.fb:hover{
	color: #ffab00;
}

.accordion .item.open .e-title {
    color: #ffab00;
}

.container-schedule {
	position: relative;
	width: 100%;
	padding: 0px;
}
/****************************/
/** Registration Form **/
/****************************/
.swag {
	background: url('../img/backgrounds/bg-input.jpg') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.swag h1 {
	color: #fff;
	font-family: 'robotolight';
	font-size: 50px;
}

.swag h1 span {
	display: block;
	font-size: 25px;
	margin-top: 20px;
}

.down-arrow-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: rgba(27, 217, 130, 0.4);
	display: inline-block;
	margin: 10px auto 20px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.down-arrow-btn:hover, .down-arrow-btn:focus {
	color: #fff;
	background: rgba(27, 217, 130, 1);
}

.nl-form {
	width: 100%;
	margin: 6% auto;
	font-size: 2.5em;
	color: #ffffff;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 1px;
}

.nl-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nl-form input,
.nl-form select, 
.nl-form button {
	border: none;
	background: transparent;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nl-form input:focus {
	outline: none;
}

.nl-field-toggle, .nl-form input, .nl-form select {
	line-height: inherit;
	display: inline-block;
	color: #ffab00;
	cursor: pointer;
	border-bottom: 1px dashed #567a69;
}

.nl-form .nl-field-go {
	position: absolute;
	right: 0;
	top: calc(29%);
	height: 100%;
	cursor: pointer;
	width: 1.8em;
	text-align: center;
	color: transparent;
}

.nl-field-go:before {
	content: "Enter";
	font-size: 55%;
	color: #fff;
	width: 100%;
	display: block;
}

.nl-form .nl-submit {
	 background: none repeat scroll 0 0 #ffab00;
    color: #fff;
    cursor: pointer;
    font-size: 0.4em;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 12px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}

.no-touch .nl-form .nl-submit:hover, .no-touch .nl-form .nl-submit:active {
	background: rgba(27, 206, 124, 0.40);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	color: #fff;
}

.no-touch .nl-form .nl-submit:hover:before {
	background: #58a199;
}

.nl-field {
	display: inline-block;
	position: relative;
}

.nl-field.nl-field-open {
	z-index: 10000;
}

.nl-field ul {
	position: absolute;
	visibility: hidden;
	background: #212639;
	left: -0.5em;
	top: 150%;
	font-size: 70%;
	opacity: 0;
	-webkit-transform: translateY(-40%) scale(0.9);
	-moz-transform: translateY(-40%) scale(0.9);
	transform: translateY(-40%) scale(0.9);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
	color: #fff;
	position: relative;
}

.nl-dd ul li {
	padding: 0 1em 0 1em;
	cursor: pointer;
	white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
	color: rgb(27, 206, 124);
    opacity: 0.6;
}

.no-touch .nl-dd ul li:hover {
	background: rgba(0,0,0,0.05);
}

.no-touch .nl-dd ul li:hover:active {
	color: #478982;
}
/* submit button */
.nl-submit-wrap {
	margin: 1em auto 0;
}

.nl-dd ul li.nl-dd-checked:before, .nl-submit:before, .nl-field-go:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	color: #1bce7c;
}

.nl-ti-text ul {
	min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
	width: 100%;
	padding: 0.2em 2em 0.2em 0.5em;
	border-bottom: none;
	color: #fff;
	font-size:0.9em;
}


.nl-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.nl-ti-text ul li.nl-ti-example {
	font-size: 50%;
	padding: 0.4em 1em;
	color: #fff;
	border-top: 1px dashed rgba(46,62,79,1);
}

.nl-ti-text ul li.nl-ti-example em {
	color: #fff;
}

a {
	color: #212639;
	text-decoration: none;
}

.tc {

	margin-bottom: 6%;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 830px;
	min-width: 720px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */



.md-content {
	color: #212639;
	background: #ffffff;
	position: relative;
	margin: 0 auto;
	padding:25px !important;
}

.md-content h3 {
	margin: 0;
	text-align: center;
	color: #1bce7c;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	font-weight:700;

}
.modal-dialog {
	width: 750px;
}
.modal-content {
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;

}
.md-content > div , .modal-content div{

	margin: 0;
	font-family: 'robotolight'; font-weight: 300;;
	font-size: 1.15em;
	text-align: center;
}

.md-content > div h2, .md-content > div p,
.modal-content > div h2, .modal-content > div p{
	color: #04061b;
}

.md-content > div ul {
	margin-top: 30px;
    padding: 0 20px;
}

.md-content > div ul li {
	list-style-type: disc;
    padding-left: 15px;
}

.disclaimer{
	margin:0;
	
}
.padding-none{
	padding:0;
}
.disclaim-border{
	border:none;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 1em;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.md-trigger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #ffab00;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 1em;

}

.md-trigger:hover {
	color: rgba(255, 255, 255, 1);
}

.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
    padding: 35px;
}
/**************************/
/** Pricing **/
/**************************/
.pricing-wrap {
	margin-top: 38px;
}

#portfolio {
	background-color: #ffffff;
}

.planContainer {
	background-color: #F3F5F8;
	margin-top: 10px;
}

.planContainer .title h2 {
	background-color: #212739;
    color: #ffffff;
    font-size: 3em;
    font-weight: 600;
    margin: 0;
    padding: 0.6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #ffab00;
	color: #212639;
}

.planContainer .price p {
	background: none repeat scroll 0 0 #2a3049;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    height: 2.6em;
    letter-spacing: 3px;
    line-height: 2.6em;
    margin: 0 0 1em;
    text-transform: uppercase;
}

.planContainer .price p.bestPlanPrice {
	background: #1ee68a;
	color: #212639;
}

.planContainer .options {
	margin-top: 30px;
}

.planContainer .options li {

	color: #212639;
	line-height: 2;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #212739;
	font-weight: 700;
	line-height: 2.6em;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
	color: #212639;
	background: #ffab00;

}

ul.planContainer li.title {
	margin-bottom: 0px;
}

.effects {
	padding-left: 15px;
}

.effects .img {
	position: relative;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.effects .img:nth-child(n) {
	margin-right: 5px;
}

.effects .img:first-child {
	margin-left: -15px;
}

.effects .img:last-child {
	margin-right: 0;
}

.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.27);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.overlay:hover{
	opacity: 0 !important;
}

.overlay button.btn.btn-info.btn-lg {
    background: transparent;
    border: none !important;
    font-family: 'robotobold';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25%;
}

a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}

a.close-overlay.hidden {
	display: none;
}

button.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 28%;
	left: 0;
	width:100%;
}

.overlay-effect .img i {
	font-size: 30px;
}

.overlay-effect .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.overlay-effect .overlay a.expand {
	left: 0;
	right: 0;
	bottom: 47%;
	margin: 0 auto -30px auto;
}

.overlay-effect .img.hover .overlay {
	height: 100%;
	opacity: 1;
}

.img img {
	/*width: -webkit-calc(100% + 40px) !important;
	width: calc(100% + 40px) !important;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	-ms-transform: translate3d(-40px, 0, 0);*/
}

.img:hover img {
	/*-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(-40px, 0, 0);*/
}

.designs {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
}

ul.slides li {
	margin-bottom: 15px;
}

/******************************/
/** Sponsor **/
/*****************************/
.ignite-cta {
	background-color: #fff;
}

.ignite-btn {
	display: inline-block;
	padding: 25px 40px;
	color: #fff;
	border: solid 1px #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.ignite-btn:hover, .ignite-btn:focus {
	color: #3dc9b3;
	border: solid 1px #3dc9b3;
}

.sponsor {
	margin-top: 60px;
}

#slider1_container{
	margin:0 auto;
	position: relative;
	top: 0px; 
	left: 0px;
	width: 980px;
	height: 56px;
	overflow: hidden;
	margin:3% auto 0%;
}

.inner_carousal{
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px; 
	width: 980px;
	height: 100px; 
	overflow: hidden;
}

ul.planContainer:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

ul.planContainer {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.planContainer .button a {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.planContainer .button a:hover {
	background: #212739;
	color: #fff;
}

.planContainer a.bestPlanButton:hover {
	background: #1BCE7C;
	color: #fff;
}

/*************************/
/** Subscribe **/
/*************************/

.fa-spin,.fa-check-circle,.fa-exclamation-circle,.fa-spinner {
	display: none;
}
.subscribe {
	background: none repeat fixed 0 0 / cover rgba(0, 0, 0, 0.6);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0 70px;
	position:relative;
}

.subscribe h1 {
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.subscribe h1 span {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 1px;
}

.input-group {
    display: table !important;
}

.form-control.email-add {
    border: medium none;
    border-radius: 0;
    height: 51px;
    text-align: center;
    width: 100%;
	background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid rgb(255, 255, 255);
    box-shadow: none;
	color:#fff;
}

.subscribe-overlay{
	
    background: url("../img/macbook.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.subscribe button {

	background: none;
    border: medium none;
    border-radius: 0;
    color: #1bce7c;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 6px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 67px;
	position:relative;

}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.subscribe button:hover {

	background:none;
	border: none;
	color: #1bce7c;

}

.subscribe button:focus{
	outline:0 none;
	border:0 none;
	background:none;
	color: #1bce7c;
}

.subscribe button span {
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
	left:0;
    width: 100%;
	 -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}


.subscribe button:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
    }

.subscribe button:hover i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
    }
	
.subscribe button i{
	font-size:1.5em;
	font-size: 1.5em;
    position: absolute;
    top: 0;
	left: 14px;
	 -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
    
	
}
.notify-success #message {
    color: #1bce7c;
    font-size: 1.1em;
    margin-top: 10px;
	text-transform:capitalize;

    }
	
.error #message{

	color: #EC7406;
	font-size: 1.1em;
    margin-top: 10px;
	text-transform:capitalize;

	
}

/********************************/
/** Contact **/
/********************************/

#contact p {
	color: #ffffff;
}

#contact p a {
	color: #ffffff;
}


#result .success{
    color: #1bce7c;
    font-size: 0.43em;
	text-transform:capitalize;
	position: absolute; 
	width: 100%;
	text-align: center;
	left: 0px;
	margin-top: 15px;

}

.success{
	color: #1bce7c;
	text-align: center;
	left: 0px;
	margin-top: 15px;
}

.enter-name,
.enter-email,
.invalid-email{
	color:#EC7406;
	font-size: 0.43em;
	text-transform:capitalize;
	position: absolute; 
	width: 100%;
	text-align: center;
	left: 0px;
	margin-top: 15px;
}

.up-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: rgba(27, 206, 124, 0.5);
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.up-btn:hover, up-btn:focus {
	color: #fff;
}

.contact-details {
	margin: 20px 0 30px;
}

.contact-details h2 span {
	color: #1bce7c;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-top: 15px;
    text-transform: uppercase;
}

.contact-wrap {
	background: #04061b url(../img/footer-textura.png) no-repeat bottom center;
	position: relative;
}

.contact-wrap h1 {
	color: #ffffff;
}

.dark-bg {
	background: #f3f5f8;
}

.light-bg {
	background-color: #fff;
}

.dark-box {
	background: #f3f5f8;
	-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
	-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
	box-shadow: 0px 3px 0px 0px #f0f2f4;
}

.light-box {
	-webkit-box-shadow: 0px -1px 0px 0px #1bce7c;
	-moz-box-shadow: 0px -1px 0px 0px #1bce7c;
	box-shadow: 0px -1px 0px 0px #1bce7c;
	padding: 20px 0;
}

.light-box:hover, .light-box:focus {
	-webkit-box-shadow: 0px 5px 0px 0px #1bce7c;
	-moz-box-shadow: 0px 5px 0px 0px #1bce7c;
	box-shadow: 0px 5px 0px 0px #1bce7c;
}

.box-hover {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.box-hover:hover, .box-hover:focus {
	transform: translate(0, -15px);
	-webkit-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
}
/************************************/
/** Footer **/
/************************************/

footer a {
	color: #a1a9b0;
}

footer {
	background-color: rgb(2, 3, 15);
    padding: 10px 0;
}

footer p {
	color: #fff;
}

ul.legals {
	list-style: none;
	color: #fff;
	line-height: 25px;
}

.legals  .md-trigger {
	padding-right:10px;
}

ul.legals li {
	display: inline-block;
}

ul.legals li::after {
	content: " |";
	margin-right:10px;
}

ul.legals li:last-child::after {
	content: "";
}

.legals {
	text-align: center;
}

.disclaimer p{
	color: #5f6061;
    font-size: 0.95em;
    line-height: 1.6em;
    margin-top: 30px;
}

#modal-10 li{
	margin-bottom:20px;
}

.ui-select {
	display:block;
}
.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	display:inline;
}
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default{
	display:none;
}

/* Layout */
.clear{clear: both;}
.txtTransparent{color: transparent !important;}
.txt-left{text-align: left;}
.txt-center{text-align: center;}
.mgtop15{margin-top: 15px;}
.mgtop55{margin-top: 20px;}
.paddTop30{padding-top: 30px;}
.paddBot60{padding-bottom: 60px;}
.centraliza{float: none;margin: 0 auto;}
.amarelo{border-color: #ffab00 !important;}
/*.logos{visibility: hidden !important;}*/
.logos{margin-top: 30px;}
#slider_clientes .owl-pagination{display: none;}
ul.nav.navbar-nav{margin-top: 80px;}
.btsModulos{display:inline-block !important;width: 30% !important;margin: 1.2em 0.2% 0 !important;letter-spacing: normal !important;font-weight: 700 !important;background-color: #ffab00 !important;color: #000 !important;padding: 5px 5px !important;}
.btsModulos:hover{color:#fff !important;background: #04061b !important;}
.fundador {border-radius: 120px;}
.produto{margin: 40px 0;}
.produto .box-img-prod{margin-bottom: 25px;}
.produto p{font-family: 'robotolight';font-size: 1em;}
.fa.fa-search{background: url(../../assets/img/lupa.png) no-repeat center center;width: 55px;height: 55px;}
.fa.fa-search::before{content: '' !important;}
#swag h2{font-style: italic;font-size: 1.7em;padding-top: 60px;color: #fff;}
#swag h2 span{font-style: normal;font-size: 0.9em;display: block;width: 75%;text-align: right;}
.contact-details .input-group{display: block !important;}
.contact-details .form-control {border: medium none;border-radius: 0;height: 40px;text-align: left;width: 100%;background: none repeat scroll 0 0 #04061B;border: 1px solid rgb(255, 255, 255);box-shadow: none;color:#fff;margin-bottom: 10px;font-family: 'robotolight'}

.contact-details .box-30 {float: left; border: medium none;border-radius: 0;height: 40px;text-align: left;width: 30%; margin-right: 5%; background: none repeat scroll 0 0 #04061B;border: 1px solid rgb(255, 255, 255);box-shadow: none;color:#fff;margin-bottom: 10px;font-family: 'robotolight'}
.contact-details .box-65 {float: left; border: medium none;border-radius: 0;height: 40px;text-align: left;width: 65%;background: none repeat scroll 0 0 #04061B;border: 1px solid rgb(255, 255, 255);box-shadow: none;color:#fff;margin-bottom: 10px;font-family: 'robotolight'}

#field_1-button span.form-control, #field_2-button span.form-control, #field_3-button span.form-control, #field_4-button span.form-control{display: none;}
.btEnviar{margin-top: 0 !important;font-size: 1.1em !important;color:#04061B !important;letter-spacing: 0 !important;font-family:'robotolight';font-weight: 400 !important;padding: 10px !important;background: #ffaa00;border: none;}
.btEnviar:hover{background:none repeat scroll 0 0 #fff;color: #04061b !important;}
.logoRodape{padding-top: 50px;}
.logoRodape img{float: left;}
.logoRodape p{float: left;font-size: 1.2em !important;margin-left: 20px;}
.btsMRodape{display:inline-block !important;width: 32% !important;margin: 0.1em 0.2% 0 !important;letter-spacing: normal !important;font-weight: 700 !important;background-color: transparent !important;color: #fff !important;padding: 5px 5px !important;border: 2px solid #ffab00;}
.btsMRodape:hover{color:#fff !important;background-color: #ffab00 !important;}

.nn{display: none;}

/* Select personalizado */
.form-control.franquias{font-family:'robotolight';border: medium none;border-radius: 0;height: 40px;text-align: center;width: 40%;background: url(../../assets/img/select.png) no-repeat scroll 95% 50% #04061B;border: 1px solid rgb(255, 255, 255);box-shadow: none;color:#fff;margin-bottom: 10px;text-transform: uppercase;margin-right: auto;margin-left: auto;}
#field_1, #field_2, #field_3{background: url(../../assets/img/select.png) no-repeat scroll 95% 50% #04061B;}
.ui-select select {padding: 5px 8px;width: 130%;border: none;box-shadow: none;background-color: transparent;background-image: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.ui-select select:focus {outline: none;}
option.center{text-align: center !important;}

/* Franquias */
.owl-item .mix{margin: 0 1em !important;}

@media (max-width: 767px){
	.banner-topo .banner-img{ display:none; }
	.banner-topo .banner-img-mobile{ display:block; }

	/*html{overflow: auto !important;}*/
	ul.nav.navbar-nav{margin-top: 0 !important;}
	.home-bg{background-size: inherit !important;}
	#sec_1 {position: inherit !important; overflow: auto !important; min-height: 620px !important; background: #070b16;}
	.navbar-default .navbar-brand{margin-top: 0 !important;}
	.navbar-brand img{width: 45% !important;}
	.btsModulos{width: 100% !important;}
	/*.intro{padding: -9em !important;}*/
	.form-control.franquias{width: 100% !important;}
	.icon span{margin: 0 0 0 24px !important;}
	.md-modal .md-content .row img{max-width: 100% !important;}
	.btsMRodape{width: 95% !important;}
	.clientes ul li{margin-bottom: 10px;}
	.logoRodape{float: none; text-align: center;}
	.logoRodape img{float: none;margin: 0 auto;display: block;text-align: center;}
	.logoRodape p{font-size: 1em !important; width: 100%; margin-left: 0px;}
	.social-btn i{font-size: 1.9em !important;}
	.modal-dialog{width: 94% !important;}
	.modal-body img{max-width: 100%;}
	.about p{text-align: center !important;}
}

@media (max-width: 450px){
	#sec_1 { min-height: 720px !important;}
}