@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900);


/* 
    Created on : 2 Sep, 2015, 12:33:55 AM
    Author     : Vijayan PP
*/
html
{
    -webkit-font-smoothing:antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}


body {
	color: #f3e4d6;
	font: normal 16px 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}

/*-------------------------------------General-----------------------------------------------------------------------------*/

a {
	color: #ee7f01;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	color: #ee7f01;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {font-size: 38px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p.lead {
	font-size: 21px;
}
p{
	margin-bottom: 18px;
       
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}


/*-----------------------------------------Colors--------------------------------------------------*/
.orange{
	color:#ee7f01;
}
.orange2{
	color:#f5a74e;
}
.azul{
	color:#3fa9f5;
}
.bege{
	color:#e4b386;
}
.bege2{
	color:#eccfb4;
}
.vermelho{
	color:#b2362a;
}

.bgorange
{
    background:#ee7f01;
}
.bgbege{
	background:#d59961;
}

/*-----------------------------------------Section--------------------------------------------------*/
.section {
	padding: 50px 0;
}
.active-section {
	top: 80px;
}
.navbar.active-section {
	top: 0 !important;
}

/*-----------------------------------------------------Button--------------------------------------*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 300;
	text-decoration: underline;
}
.btn-primary
{
    background-color:#ee7f01;
    border-color:#ee7f01;
}
.btn-queroir
{
    background-color:#d59961;
    border-color:#d59961;
	padding:25px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	min-height:60px;
	width:100%;
}
.btn, .label {
	font-weight: 300;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	    background-color:#ee7f01;
    border-color:#ee7f01;
	padding:15px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
	background-color: #ee7f01;
	border-color: #ee7f01;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c0392b; 
	border-color: #c0392b; 
}



/*---------------------------------------------------Header---------------------------------------------------------------------*/
.header {
	box-shadow: 0 0 7px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.05);
        -ms-box-shadow: 0 0 7px rgba(0,0,0,.05);
        -o-box-shadow: 0 0 7px rgba(0,0,0,.05);
        background:#000;
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        z-index:9999;
        
}
/*---------------------------------------------------PRELOADER---------------------------------------------------------------------*/
.preloader
{
 width:100%;
height:100%;
position:fixed;
left:0;
top:0;
bottom:0;
right:0;
z-index:999999;
background:#fff url('../image/loader2.gif') no-repeat center center;
}

/*--------------------------------------------------Background--------------------------------------------------------------------------------------------------------*/

.backgroundcover {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  background:#605f5e;
  background: url('../image/image-back.jpg') center center no-repeat; 
  background-size: cover;
  z-index: -107;
}
.backgroundcover2 {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  background:#605f5e;
  background: url('../image/image-back2.jpg') center center no-repeat; 
  background-size: cover;
  z-index: -107;
}

/*-------------------------------------------------Navbar------------------------------------------------------------------------------------------------------------------------*/
.navbar-inverse .navbar-brand {
	padding: 20px 15px;
	margin-right: 30px;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #336633;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, .9);
	
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	padding: 20px 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: inherit;
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #3498db;
}
.header-button {
	margin-left: 15px;
}
.navbar-brand
{
    color:#fff;
    padding-top:10px;
    font-size:15px;
}
.nav a
{
    color:#565454;
	font-weight:normal;
}
.nav a:hover
{
    color:#ee7f01;
    background:#000;
}
/*----------------------------------------------------Main-------------------------------------------------------	*/
.main {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	margin-top: 80px;
	min-height: 500px;
	
}
.main > .container
{
    padding:100px 0px;
}
.main.lp-element {
	padding: 10px 50px;
}
.main h1 {
	font-size: 36px;
	padding-top:50px;
}
.main h1 span {
	font-weight:bold;	
}
.main p {
	font-size: 18px;
	padding-top:20px;
}
.main p.lead {
	font-size: 1.8em;
}
.blackdiv
{
    background:#000;
    padding:15px;
    margin-bottom:10px;
    border-top-left-radius: 7px;
   -webkit-border-top-left-radius: 7px;
   -moz-border-top-left-radius:7px;
   -ms-border-top-left-radius:7px;
}

/*------------------------------------------------Features----------------------------------------------------------*/
.features {
	background-color: #FFF;
}
.features > .container
{
   padding:20px 0px;
}
.features h1 {
	text-transform: uppercase;
}
.features block-icon{
	text-align: center;
}
.lead {
	margin: 40px 0;
}
.block-icon {
	margin-bottom: 30px;
}
.block-icon span i {
	font-size: 60px;
	margin-bottom: 20px;
}
.padd30
{
    padding:30px;
}
.gap
{
    height:25px;
    width:100%;
}


/*-------------------------------------------------quero ir--------------------------------------------------------------*/
.queroir
{
    background:rgba(0,0,0,0.3);
    color:#fff;
	padding:30px;
	margin:0;
}
.queroir h1
{
    color:#d59961;
	padding-bottom:20px;
}
.queroir h2
{
    color:#ccc;
	font-size:24px;
	font-weight:bold;
}
.queroir h2 span
{
    color:#666666;
	font-size:18px;
	font-weight:normal;
}

.queroir > .container
{
    padding:30px 0px;
}

img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
        
/*-------------------------------------------------movimento--------------------------------------------------------------*/
.movimento
{
    background:#e6e6e6;
    color:#666666;
	padding:30px;
	margin:0;
}
.movimento h1
{
    color:#333333;
}
.movimento h2
{
    color:#333;
	font-size:36px;
	font-weight:bold;
	padding-top:20px;
}
.movimento h4
{
    color:#666;
	font-size:18px;
	font-weight:normal;
	margin-top:-10px;
}

.movimento h3
{
    color:#333;
	font-size:27px;
	font-weight:bold;
	padding:30px 0;
}

.movimento > .container
{
    padding:30px 0px;
}

img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}

/*-------------------------------------------------programacao--------------------------------------------------------------*/
.programacao
{
    background:#ebebeb;
    color:#999;
	text-align:center;
	padding:30px;
	margin:0;
}
.programacao h1
{
    color:#b2362a;
	font-size:32px;
}
.programacao h2
{
    color:#ee7f01;
	font-size:24px;
}
.programacao p
{
    color:#999;
	font-size:18px;
}
.programacao > .container
{
    padding:30px 0px;
}



/*-------------------------------------------------iniciativa--------------------------------------------------------------*/
.iniciativa
{
    background:#fff;
    color:#999;
	text-align:center;
	padding:30px;
	margin:0;
}
.iniciativa h1
{
    color:#999;
	font-size:24px;
}
.iniciativa img
{
    margin:30px 30px;
	height:60px;
	width:auto;
}
.iniciativa > .container
{
    padding:30px 0px;
}



/*-------------------------------------------------Product--------------------------------------------------------------*/
.product
{
    background:#ee7f01;
    color:#fff;
	padding:30px;
	margin:0;
}
.product h1
{
    color:#08273e;
}
.product a
{
    color:#fff;
}
.product a:hover
{
    color:#08273e;
}
.product h2
{
    color:#fff;
	font-size:36px;
	font-weight:bold;
	padding-top:20px;
}
.product h4
{
    color:#333;
	font-size:18px;
	font-weight:normal;
	margin-top:-10px;
}

.product h3
{
    color:#333;
	font-size:27px;
	font-weight:bold;
	padding:30px 0;
}
.product > .container
{
    padding:30px 0px;
}

img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
        
/*-------------------------------------------------Gallery--------------------------------------------------------------*/
.gallery
{
    background:#FFFFFF;
    color:#6d56b6;
    
}
.gallery h1
{
    color:#412863;
	padding-bottom:30px;
}
.gallery > .container
{
    padding:40px 0px;
}

.gallery img {
	width: 100%;
	height: auto;
}
.seila {
	width: 200px;
	height: 200px;
	background-color:#6d56b6;
	border-radius:100%;
	vertical-align: middle;
	line-height:200px;
	font-size:60px;
	font-weight:bold;
	color:#b6d4ea;
	text-align:center;
	margin:0 12%;
 }
.gallery h3 {
	font-size:36px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	color:#6d56b6;
	padding-top:20px;
}
.gallery h4 {
	font-size:27px;
	color:#6d56b6;
	padding-top:20px;
}
.gallery a {
	margin-bottom: 30px;
	display: block;
}
.gallery a:hover {
	opacity: .5;
}
.img-rounded
{
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -ms-border-radius:7px;
    -o-border-radius:7px;
    trasition:all 0.3px;
    -webkit-transition:all 0.5px;
    -moz-transition:all 0.5px;
    -ms-transition:all 0.5px;
}

.img-rounded:hover
{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}
/*---------------------------------------------------------ImpFeature---------------------------------------------------------------*/
.impFeature
{
    background:#ada49b;
	background: url('../image/image-back-inova.jpg') center center no-repeat;
	color:#ffffff;
	font-weight:300;
}
.impFeature h1{
	color:#b2362a;
}
.impFeature p{
	color:#463f39;
}
.impFeature p a{
	color:#b2362a;
}
.impFeature p a:hover{
	color:#547db1;
}
.impFeature
.impFeature>.container
{
    padding-top:40px;
    padding-bottom:0px;
}

/*---------------------------------------------------------Inscricao---------------------------------------------------------------*/
.inscricao
{
    background:#ee7f01;
    color:#fff;
}
.inscricao h1
{
    color:#08273e;
}
.inscricao a
{
    color:#fff;
}
.inscricao a:hover
{
    color:#08273e;
}
.inscricao > .container
{
    padding:30px 0px;
}

img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}

/*---------------------------------------------------------Inscricao---------------------------------------------------------------*/
.clippings
{
    background:#ffffff;
    color:#333333;
}
.clippings h1
{
    color:#08273e;
}
.clippings h2
{
	font-size:12px;
	text-transform:uppercase;
	padding-top:20px;
}
.clippings h3
{
	font-size:16px;
}
.clippings a
{
    color:#ee7f01;
	font-size:14px;
}
.clippings a:hover
{
    color:#333333;
}
.clippings .div
{
    background-color:#ebebeb;
	border-radius:20px;
	padding:20px;
}
.clippings > .container
{
    padding:30px 0px;
}

img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	
	
/*---------------------------------------------------------slider---------------------------------------------------------------*/

.slider >.container
{
    padding:30px 0px;;
}
.slider
{
    background:transparent;
 margin:0px;
    
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
   }

#owl-gallery {
    margin-top: 3.4rem;
}

.item {
    margin: 1rem;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.item a:hover {
    cursor: url(../image/cursor.png), auto;
}

.item a:hover img{
    opacity:0.8;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}


/*--------------------------------------------------------Footer--------------------------------------------------------------*/

.footer {
    padding-top:5.4rem;
    padding-bottom:6.5rem;
    background:#000;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
    color:3605d5d;
   
}

.footer h2, .footer p {
    color:white;
}
.footer .container
{
    padding-top:70px;
    padding-bottom:70px;
}


/* Newsletter Form */

#newsletter_form {
    margin-top:1.625rem;
    height: 3.25rem;
}

.subscribe-form {
    margin-left:auto;
    margin-right:auto;
    width:40rem;
    position: relative;
}

.subscribe-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:30rem;
    height: 3.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1rem;
	font-weight:600;
	font-style:normal;
    height:3.25rem;
    width:10rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}

#preview {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

/* Social icons */

#share {
    margin-top:3.25rem;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top:3.25rem;
}

#social_icons {
    text-align:center;
    margin-bottom:3.6rem;
}

#social_icons li {
    display:inline;
    padding-left:0.4rem;
    padding-right:0.4rem;
}

.subscribe-input,.subscribe-submit
{
    height:70px;
    font-size:0.9em
}

#social_icons li a
{
    font-size:2.5em;
    
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


.transparent-popup {
  position: relative;
  background: #none;
  padding: 50px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}


.white-popup img, .transparent-popup img{max-width:100%;}
.transparent-popup .mfp-close{color:#999!important;}


.wrapper         {width:80%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 100px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}