a {
	color: #e60054;
}
a:hover {
	color: #e60054;
	text-decoration: underline;	
}

header {
	position: relative;
	width: 100%;
	z-index: 50;
}
.navbar-personalizada {
	background-color: #fff !important;
	height: 80px;
	border: none;
	border-radius: 0px;
	margin: 0px !important;
	z-index: 2;
}
.navbar-personalizada h1 {
	margin: 0px;
	padding: 0px;
}
.navbar-personalizada .navbar-nav li a {
	margin-top: 15px;
	padding: 15px !important;
	line-height: 20px !important;
	color: #000;
	box-sizing: border-box !important;
	background-color: #fff;
}
.navbar-personalizada .navbar-nav li a:hover {
	border-radius: 0px;
	background-color: #F5F5F5 !important; 
}
.navbar-personalizada button {
	margin: 13px !important;
	line-height: 15px !important;
}
.navbar-personalizada .fa-bars {
	font-size: 25pt;	
}


@media screen and  (max-width: 768px) {
	.navbar-personalizada .navbar-right {
		border: 1px solid #ccc;
		margin-top: 1px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	}
	.navbar-personalizada .navbar-nav li a {
		margin-top: 0px;
		border-top: 1px solid #ebebeb;
	}
}
@media screen and  (max-width: 991px) {
	.navbar-brand img {
		width: 155px;
		height: auto;
	}
}

#faixa_preta {
	border-top: 2px solid #e60054;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	line-height: 40px;
}
#faixa_preta a{
	color: #fff;
	text-decoration: none;
}
#faixa_preta a:hover {
	text-decoration: underline;
}
#conteudo {
}
.call_to_action {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #EDEDED;
	color: #000;
	text-align: center;
}
.call_title {
	display: block;
	font-size: 28pt;
}
.call_description {
	margin-top: 20px;
	display: block;
	font-size: 12pt;
}
.call_link {
	display: inline-block;
	margin-top: 20px;
	padding: 15px;
	background-color: #00e6c8;
	color: #fff;
	border-top: 1px solid #26FFE2;
	border-bottom: 1px solid #00A38E;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}
.call_link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00E6E2;
}
.titulo {
	text-align: center;
	background-image: url(../images/detalhe_titulo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
@media screen and  (max-width: 768px) {
	.titulo h2 {
		font-size: 26pt !important;

	}
	.titulo span {
		font-size: 12pt;
	}	
	.section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		display: block;
	}
}
.titulo h2 {
	font-size: 36pt;
	font-family: 'Raleway';
	color: #e60054;
	margin-bottom: 0px;	
}
.titulo span {
	font-size: 14pt;
}
.section {
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;
}
.section-red {
	background-color: #E60054;
	color: #fff;
}
.section-red h2 {
	color: #fff !important;
}
.section-red span {
	color: #000 !important;
}
.section-red .titulo {
	background-image:url(../images/detalhe_titulo_red.png) !important;
}
.bt_branco {
	display: inline-block;
	padding: 0px 15px 0px 15px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.bt_branco:hover {
	text-decoration: none;
	color: #fff;
	background-color: #393939;
}
#footer {
	border-top: 10px solid #d30059;
	background-color: #373737;
}
.cols_footer {
	margin-top: 30px;
	border-top: 5px solid #d30059;
	color: #fff;
	padding-top: 10px;
	height: 200px;
}
.cols_footer .col_title {
	font-size: 24pt;
	font-weight: bold;	
}
.col_content {
	margin-top: 15px;	
}
.col_content a {
	color: #fff;
	text-decoration: none;
}
.col_content a:hover {
	text-decoration: underline;
}
#copi {
	margin-top: 30px;
	border-top: 5px solid #d30059;
	line-height: 50px;
	color: #fff;

}
#icon-coruja {
	margin-top: 7px;
	float: right;
    width: 38px;
    height: 30px;
    opacity: 0.7;
    background-image: url(../images/coruja.png);
    background-position: left;
    -webkit-transition: width ease-in 0.5s;
    -moz-transition: width ease-in 0.5s;
    -o-transition: width ease-in 0.5s;
    transition: width ease-in 0.5s;
}
#icon-coruja:hover {
	width: 87px;
    opacity: 1;
}
.breadcrumb {
	margin-top: 30px;
	border-radius: 0px !important;
}
.titulo-simples-1 {
	font-size: 36pt;
	font-weight: bold;	
}
.titulo-simples-3 {
	font-size: 24pt;
	font-weight: bold;
}
.item {
	display: block;
	width: 100%;
	padding-top: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	transition: .3s;
	margin-top: 30px;
	padding-bottom: 15px;
	color: #000;
}
.item:hover {
	text-decoration: none;	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	color: #000;
}
.item .nome_item {
	display: block;
	padding: 15px 15px 5px 15px;
	font-weight: bold;
}
.item .descricao_item {
	display: block;
	padding: 0px 15px 15px 15px;
	height: 100px;
}
.item button {
	display: block;
	border: none;
	background-color: #5a5a5a;
	line-height: 40px;
	color: #fff;
	width: calc(100% - 30px);
	transition: .3s;
	margin: 0px 15px 0px 15px;
}
.item button:hover {
	background-color: #000;	
}
.alert {
	border-radius: 0px !important;
}
#produtos_destaque {
	padding-left: 0px;
	padding-right: 0px;
}
@media screen and (max-width: 480px) {
		.col-xs-6 {
			padding-left: 10px;
			padding-right: 10px;
		}
		.produtos {
			font-size: 9pt;
		}
}