@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/* bt buscar */

 #custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #f20067;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}


body {	
	font-family: 'Roboto', sans-serif;
}
.div-cob {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom: 1px solid #eeeeee;
}
.titulo_pagina {
	margin-top:20px;
	margin-bottom:20px;
}

.input_busca {
  margin-bottom: 20px;
  padding-bottom:20px;
}

.div-box{
	margin-right: 40px;
	margin-left: 10px;
	background: #FFF;
	border-radius: 0px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin-bottom: 55px;
	padding-bottom: 5px;
	border-left: 3px solid #f20067;
}

.div-box h3 {
	padding-left: 20px;
	color: #f20067;
}

.div-small {
	padding: 5px 10px 10px 10px;
	margin: 10px 10px 0 5px;
	font-size: 12px;
	color: #888888;
	text-align: justify;
    text-justify: inter-word;
}

.div-data {
	font-size: 10px;
	color: #aeaeae;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	border-top: 1px solid #bebebe;
	bottom: 0;
}

.div-icon {
	position: absolute;
	margin-left: 50px;
	font-size: 27px;
	z-index: 7;
	top: 7px;
	right: 0;
	margin-right: -20px;
	width: 45px;
	height: 45px;
	background-color: #f20067;
	color: #fff;
	padding-top: 4px;
}

@media (max-width: 767px) {
	
	.div-box{
		margin-left: 12px;
		margin-right: 30px;
		background: #FFF;
		border-radius: 0px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		margin-bottom: 55px;
		padding-bottom: 5px;
		border-left: 3px solid #f20067;
	}
}