/* ==========================================================================
   Nuvem Lab - Diogo Souza - custom styles - @twidiogo
   ========================================================================== */

/************/
/* Padrões */
/**********/

/* google font */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700);
.f{
	font-family: 'Playfair Display SC', serif;
	}
.fe{
	letter-spacing:5px;	
	}	
.titc{
	text-align:center;
	}
p{ text-align:justify;}	
a {
  color: #193f2b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #193f2b;
  text-decoration: underline;
}
a.bt{
    float: left;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color: #423c40;
    background: url(../images/skin3/main_container_button_bg.png) top left repeat-x;
    margin: 4px 0 5px 0;
    cursor: pointer;	
	}
a.bt:hover{
    color:#f2f2f2;
    border-color: #5d8530;
    width: auto;
    height: auto;
    background-position: 0 -27px;
    cursor: pointer;
	text-decoration:none;	
	}
h2.tit-page{
	margin-bottom:0;
	margin-top:20px;
	font-size:22px;
	line-height:28px;
	text-align:center;
	}
#path{
	text-align:center;
	}	
.box-ml{	
	margin:0px 0 20px;
	padding:10px 0;
	}
.box-ml ul{	
	background:url(../images/skin3/sidebar_sub_navigation_bg.png);
	padding-bottom:10px;
	}
.box-ml ul li{
	text-shadow:none;
	border-bottom:1px solid #FFF;
	}
.box-ml ul li.nav-header{
	text-shadow:none;
	padding:10px 15px;
	background:#193F2B;	
	color:#FFF;
	font-size:18px;
	text-transform:none;
	}
.box-ml ul li a{
	text-shadow:none;
	margin:5px 0;
	padding:10px 5px;
	}
.box-ml ul li a:hover{
	background:#CCC;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}	
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	border-color:#666;
	box-shadow:#999 0 0 3px;	
	}
/***********/
/* Header */
/*********/
header{ background:#fff;}
#logo{
	text-align:center;
	}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;	
	background:none;
	border:0;
	box-shadow:none;
	}	
.navbar .nav > li {
    display: inline-block;
    float: none;
	}
.navbar .nav {
    display: block;
    float: none;
    left: none;
    margin: 0 auto;
    position: none;
	}
.navbar .nav > li > a{
	font-size:14px;
	}


/************/
/* Páginas */
/**********/

/*== Index ==*/
.carousel{ margin-bottom:0;}
.carousel .item{
	height:380px;
	}
.carousel .container {
    position: relative;
    z-index: 9;
	}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 0px;
  
  width: 36px;
  height: 36px;
  
  margin-top: -18px;
  
  font-size: none;
  font-weight: 100;
  line-height: none;
  color: none;
  text-align: center;
  background: #222222;
  border:none;
  border-radius:0;
  -webkit-border-radius: none;
     -moz-border-radius: none;
          border-radius: none;
  opacity: none;
  filter: none;
}
.carousel-control.right{ right:0;}
.carousel .left{ background-image:url(../images/skin3/slider_prev_btn.png);}
.carousel .right{ background-image:url(../images/skin3/slider_next_btn.png);}

.media-body{
	margin-bottom:0px;
	}
.media-body p{
	margin-bottom:5px;
	}
.media-body span{
	font-size:11px;
	}	
	
.mh1, .mh3{
	margin-top:50px;
	}

.module_header h4{
	font-size:16px;
	text-align:center;
	}	
	
.module_body img{
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}	
	
/*********************/
/* Áreas de Atuação */
/*******************/

.area{
	margin-bottom:100px;
	}


/***********************/
/* Artigos e Notícias */
/*********************/
.chamada{
	color:#666;
	font-size:16px;
	}


/************/
/* sidebar */
/**********/
.sidebar-box{
	background:#193F2B ;
	padding:10px;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	}
.sidebar-box a{
	color:#779F4A;
	}

/***********************************/
/* Ajustes no Designer Responsive */
/*********************************/

@media (max-width: 480px) {	
	.mh1, .mh2, .mh3{
		margin-top:10px;
		}	
	.slider{
		display:none;
		}	
	.module_body {
		text-align:center;
		}		
	.module_body img {
		width:278px;
		}		
	.separate_line{
		display:none;		
		}
	.pa{		
		padding:0 20px;
		} 
	.by{
		padding-top:20px;
		width:100%;
		text-align:center;
		}
	.area, .box-ml{
		margin-bottom:30px;
		}
	.path_transpatent_border{
		padding:0 10px;		
		}
	.path_transpatent_border	h2.tit-page	{
		font-size:16px;
		}	
	.shadow_bg{
		height:20px;
		}	
	}

/***********************************/
/* V 2.0 **************************/
/*********************************/

/* NOVA HOMEPAGE */
.v2home .area{
	border:0px !important;
	height: auto !important;
	padding:0px !important;
	}
.v2home .area a{
	color:#9abeab;
	display:block;
	height:auto;
	padding-top:10px!important;
	padding-bottom:10px !important;
	padding-right:10px !important;
	padding-left:10px !important;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow:0 -1px 0 #1d3125;	
	}	
.v2home .bg-areas{
	background:#133826 url("../images/grain.png") repeat scroll 0 0 !important;
	color:#fff;
	z-index:200;
	}
.v2home .bg-areas .line{
	background:url(../images/line.png) repeat-x center center scroll;
	width:300px;
	margin:20px auto;	
	}
.v2home .bg-areas .line span{
	background:#133826 url("../images/grain.png") repeat scroll 0 0 !important;
	padding:0 10px;
	}
.v2home .area span{
	font-size:38px;
	}

@media (min-width:960px){	
/*.v2home .bg-areas{
	position:absolute;
	bottom:58px;
	width:100%;	
	}
.v2home #footer_wrapv2{
	position:fixed !important;
	bottom:0;
	width:100%;
	}*/
}

/* PÁGINAS INTERNAS: */
#v2 #main_container{
	padding-top:0px;
	background:#999 url(../images/new_business.png) repeat-y center center scroll !important;
	background-size:cover !important;
	position:relative !important;
	}
#v2 #main_container:before/*, .v2home:before*/{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: -moz-linear-gradient(left, rgba(51,51,51,0.5) 0%, rgba(0,0,0,0.02) 40%, rgba(0,0,0,0.02) 60%, rgba(51,51,51,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,0.5)), color-stop(40%,rgba(0,0,0,0.02)), color-stop(60%,rgba(0,0,0,0.02)), color-stop(100%,rgba(51,51,51,0.5)));
	background: -webkit-linear-gradient(left, rgba(51,51,51,0.5) 0%,rgba(0,0,0,0.02) 40%,rgba(0,0,0,0.02) 60%,rgba(51,51,51,0.5) 100%);
	background: -o-linear-gradient(left, rgba(51,51,51,0.5) 0%,rgba(0,0,0,0.02) 40%,rgba(0,0,0,0.02) 60%,rgba(51,51,51,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(51,51,51,0.5) 0%,rgba(0,0,0,0.02) 40%,rgba(0,0,0,0.02) 60%,rgba(51,51,51,0.5) 100%);
	background: linear-gradient(to right, rgba(51,51,51,0.5) 0%,rgba(0,0,0,0.02) 40%,rgba(0,0,0,0.02) 60%,rgba(51,51,51,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80333333', endColorstr='#80333333',GradientType=1 );
	}
.boxv2{
	background:#fff url(../images/marcadagua.jpg) no-repeat center center scroll;
	padding:40px 60px 100px;
	box-shadow:0 0 0;
/*	margin:50px 0;*/
	position:relative;
	}
.boxv2{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
.boxv2:before, .boxv2:after{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.boxv2:after{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
.boxv2 p{
	line-height:20px;
	}
.boxv2 h2{
	margin:40px 0 40px;
	}
.boxv2 h4{
	margin:30px 0;
	}
span.dropcaps{
  	float: left;
    font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
    font-size: 52px;
    font-weight: normal;
    line-height: 34px;
    margin-right: 3px;
    margin-top: 2px;
	}
.dt-sc-hr-image{
	background: url(../images/center_align_image.png) center center no-repeat;
	display: inline-block;
	width: 100%;
	height: 14px;
	margin-bottom:40px;
	}
#v2 .breadcrumb{
	background:url(../images/site-fullimg2.jpg) no-repeat center center scroll;
	background-size:cover !important;
	/*height:100px;*/
	color:#fff;
	margin-bottom:0px;
	border-radius:0px !important;
	position:relative;
	z-index:100;
	text-shadow:#000 0 1px -1px;
	}
/*
#v2 .im2{
	background:url(../images/site-img28.jpg) no-repeat center center scroll;
	}
#v2 .im3{
	background:url(../images/site-fullimg3.jpg) no-repeat center -500px scroll;
	}
#v2 .im4{
	background:url(../images/news.jpg) no-repeat center -600px scroll;
	}
#v2 .im5{
	background:url(../images/site-fullimg4.jpg) no-repeat center center scroll;
	color:#000 !important;
	}*/			
#v2 .breadcrumb h2{
	float:left;
	font-size:17.5px;
	margin:20px 0 20px 30px;
	}
#v2 .breadcrumb .path{	
	float:right;
	margin:25px 30px 0 0;
	}
#v2 .breadcrumb .path a{
	color:#fff;
	}
#v2 .breadcrumb{
	background:#133826 !important;
	color:#fff;
	background-image:none !important;
	}	
/* Áreas de atuação */	
#v2 .area{
	text-align:center;
	border:1px solid #ccc;
	padding:40px 20px 20px;
	margin-bottom:20px;
	height:300px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	}
#v2 .area span{
	font-size:48px;
	}
#v2 .area:hover, #v2 .area a:hover{
	background:#133826;
	color:#fff;
	text-decoration:none;
	}
#v2 .tx-c, #v2 .tx-c p{ text-align:center !important;}
#v2 .tx-l, #v2 .tx-l p{ text-align:left !important;}
/* navbar */
.navbar{
	margin-bottom:10px;
	}
/* Footer */
#v2 #footer_wrapv2{
	background:#595c58 url(../images/grain.png);	
	position:relative;
	z-index:9999;
	color:#ccc;
	}
#footer_wrapv2 #footer_content{
	padding:20px 0;
	font-size:11px;
	}
#footer_wrapv2 #footer_content .pa{
	padding:0 20px;
	}
#footer_wrapv2 #footer_content a{
	color:#a4a4a6;
	}
#footer_wrapv2 #footer_content a:hover{
	color:#fff;
	}



