.conteudos {
	position: relative;
}
.conteudos a {
}
.conteudos p {
}
.conteudos .btn-geral {
	color: #bbaa91;
	min-width: 130px;
	width: auto;
	float: right;
}
@media (max-width:480px) {
.conteudos .btn-geral {	
	display: none;
}
}
/* --- */
.conteudos h1 {
	color: #5e4e35;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;	
}
.conteudos h2 {
	color: #5e4e35;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.conteudos h3 {
	
}
.conteudos h4 {}
.conteudos h5 {}
.conteudos h6 {}
/* --- */
.conteudos .descricao {}
.conteudos .descricao iframe {
    width: 75%;
    height: 300px;
}

/* --- */
.conteudos .breadcrumb {
	background-color: transparent;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: dotted 1px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.conteudos .breadcrumb a {
	color: #bbaa91;
	font-weight: bold;
}

.addthis_inline_share_toolbox {
	
}
.addthis_inline_share_toolbox .at-share-btn {
	
}
.addthis_inline_share_toolbox .at-icon-wrapper {
    background-color: #bbaa91 !important;
    width: 30px !important;
    height: 30px !important;	
}
.addthis_inline_share_toolbox svg {
    fill: #fff !important;
    width: 20px !important;
    height: 20px !important;	
}

.paginas.produto .c-slideshow .carousel {
	width: 100%;
	height: auto;
}
.paginas.produto .c-slideshow .carousel .carousel-cell,
.paginas.produto .c-slideshow .carousel .carousel-cell img {
	width: 100%;
	height: auto;	
}
.paginas.produto .conteudos .btn-contacto {
	background-color: #bbaa91 !important;
	color: #fff !important;
	float: none;
	font-size: 16px;
	height: 42px;
	margin-bottom: 20px;
	display: block;
}
@media (min-width:767px) {
.modal.form-mobile {
	display: none !important;
}
}
@media (max-width:767px) {
.form_pedidocontacto label {
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
}
.form_pedidocontacto .btn-fechar {
	background-color: #ccc;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: none;
	float: right;
	padding: 12px 24px !important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal.form-mobile {
	padding-right: 0px !important;
}
.modal .form_pedidocontacto {
	padding: 0px;
}
.modal-dialog {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
}
.modal-dialog .modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-backdrop {
	background-color: #fff;
}
.modal-backdrop.in {
	background-color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 0px none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.modal-content .form-bts {
	margin-top: 20px;
}
}

.conteudos .caixa-destaque {
	color: #fff;
	background-color: #bbaa91;
	border: 2px solid #bbaa91;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
	margin-bottom: 10px;
	padding: 8px 15px;
}
.conteudos .caixa-destaque strong {
	
}

.empresa-listagem-imagens {
	margin-left: -5px;	
	margin-right: -5px;	
}
.empresa-listagem-imagens .col-md-6 {
	padding-left: 5px;	
	padding-right: 5px;	
	padding-bottom: 10px;	
}
