/*custom css*/
.descricao
{
	line-height: 35px;
	font-size: 1.1em;
}
.especificacoes li
{
	padding: 10px;
}
.especificacoes ul li:nth-child(even) {
	background-color: #54c9f3;
	color: #fff;
}
.especificacoes ul li:nth-child(odd) {
	background-color: #0895d0;
	color: #fff;
}
.descricao_aparelho
{
	font-size: 1.8em;
	padding-bottom: 15px;
}
.frete_button input
{
	float: left;
    border: 1px solid #ddd;
    height: 42px;
}

/*
.cl-blog-naz {
	margin-top: 0px;
}
*/

.buy_button .button-center
{
	width: 100%;
}
.buy_button .button-center > a 
{
	width: 100%;
	text-align: center;
	background-color: #0895d0;
	color: #fff !important; 
}
.buy_button .button-center > a:hover
{
	background-color: #0eb8ff !important;
}
.sub_price
{
	font-size: 1.2em;
	text-decoration: line-through;
	color: #0895d0;
}
.parcels
{
	color: #0895d0;
}
.price
{
	font-size: 2.8em;
	color: #0895d0;
}
.low-margin
{
	margin: 15px 0;
}
.no-margin
{
	margin: 0px;
}
.cl-blog-detail
{
	margin-left: 0px;
}
.cl-blog-name
{
	font-weight: bold;
	padding-left: 0px;
	font-size: 30px;
}
.cl-blog-text
{
	margin-left: 0px;
}
.cl-blog-read
{
	margin-left: 0px;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected
{
	    border: 5px solid rgba(8, 149, 208, 1) !important;
}
.tparrows
{
	background: rgba(8, 149, 208, 0.5) !important;
}
	.tparrows:hover
	{
		background: rgba(8, 149, 208, 1) !important;
	}
.noticias-footer .blog-name
{
	margin-top: 0px;
}
	.noticias-footer .row
	{
		padding-bottom: 15px;
	}
.prl-1
{
	background-image: none;
	background-color: #0895d0;
}
.padding-bottom-2x
{
	padding-bottom: 100px;
}
.padding-bottom
{
	padding-bottom: 50px;
}
.btn-simple:hover
{
	background-color: #0895d0;
	color: #fff !important;
}
.produtos img
{
	width: 100%;
}
.logo
{
	margin-top: 0px;
}
	.logo img
	{
		width: 175px;
	    padding: 10px 0;
	}
.hi-icon-effect .hi-icon
{
	position: relative;
    left: 50%;
    margin-left: -50px;	
}


.notfound {
    font-size: 75px;
    font-weight: 300;
    color: #0895d0;
}

.sucess {
    font-size: 65px;
    font-weight: 300;
    color: #0895d0;
}
.btn-blog-footer {
    border: 1px solid #fff;
    text-align: center;
    margin-top: 0px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: roboto;
}
.btn-blog-footer:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
    text-decoration: none;
}
.error{
	display: block;
	color: red;
}
#result{
	width: 100%;
    background: #7AC143;
    clear: both;
    position: relative;
    color: #fff;
    margin-bottom: 25px;
    border: 1px solid #fff;
    display: none;
    text-align: center;
}

#error{
	display: none;
    width: 100%;
    background: #ff0000;
    clear: both;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #fff;
}

@media screen and (max-width: 991px){
	.prl-1
	{
		background-image: none !important;
		background-color: #0895d0 !important;
	}
}