@charset "utf-8";
/* CSS Document */


.box-conteudo{
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	background-color: #584a2a;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;	
    padding-left: 10px;
    padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 20px;
	background-image: url(../img/ramosP.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index: 0;	
}

.box-conteudo p{
    font-size: 12px;
	text-align: justify;
	line-height: 24px;
	margin-right: 20px;
	color: #e4e0cd !important;	
}

.box-conteudo h2{
	color: #b6ae88;
	font-size: 14px;
	text-shadow:2px 2px #1d1d1d;	
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 70px;
    padding-top: 50px;
	background-image: url(../img/ramosPTop.png);
	background-repeat:no-repeat;
	background-position:left bottom;		
}

.box-conteudo hr{
    box-shadow: 1px 2px 3px #2F2F2F;
    margin-left: 0;
	margin-top: 5px;
}

.box-conteudo .galeria-images{
	margin-left: 0;
	margin-right: 0;
}

.box-conteudo .thumb-capa{
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.thumb-capa .thumb-box-capa {
    margin-bottom: 30px;
    text-align: center;
	word-wrap: break-word;	
}

.thumb-box-capa .thumb-capa-transparent{
    background: transparent;
    border: none;
	border-radius: none;
    box-shadow: none;
    padding: 0;
}

.thumb-box-capa .thumb-capa-transparent img{
	border: 1px solid #B6AE88;
	box-shadow: 1px 1px 3px #000000;	
	border-radius: 0;
}

.thumb-box-capa a.thumb-capa-transparent{
	text-decoration: none;
}

.thumb-box-capa .thumb-capa-transparent h3{
	color: #ede9d3;
	font-weight: normal;
	font-size: 12px;	
    margin-top: 5px;
}

.thumb-box-capa .thumb-capa-transparent h3:hover{
	color: #ccc;
}

/* BREADCRUMB */

.breadcrumb-projetos{
	background-color: transparent;
	border-radius: 0;
	text-align: left;
}

.breadcrumb-projetos > .active{
	color: #cccccc;
}

.breadcrumb-projetos a:hover, a:focus{
	color: #ede9d3;
}

/*PROJETO */

.img-projeto{
	float: left;
}

.img-projeto a,
.img-thumb a{	
	background-color: transparent;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.img-projeto img,
.img-thumb img{
	border: 1px solid #B6AE88;
	box-shadow: 1px 1px 3px #000000;	
}


.titulo-carousel{
	background-color: #261d0e;
    opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */	
	border-color: #856e3c;
	left: 0;
	right: 0;
	padding: 5px;
	top: 0;
	height: 40px;
	z-index: 1;
	position: absolute;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);		
}

	
.titulo-carousel a{
	background-image: url(../img/ramosPortfolio.png);
	background-repeat:no-repeat;
	background-position:left bottom;	
	float: left;
	font-size: 11px;
    padding-left: 70px;
    padding-top: 50px;	
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-top: 10px;
	text-decoration: none;
}

.titulo-carousel a:hover,
.titulo-carousel a:focus{
	color: #ccc;
}
	
.titulo-carousel h3{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;	
	text-align: center;	
	text-shadow: 2px 2px 2px #000;	
}