@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: #f400e6;
    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:10px;
	padding-bottom:10px;
}
.titulo_pagina {
	margin-top:20px;
	margin-bottom:20px;
}

.input_busca {
  margin-bottom: 20px;
  padding-bottom:20px;
}
.mzero {
 padding: 0px;
}
.bright {
	border-right: 2px solid #cc0099;
	padding-bottom: 10px;
}
.cob_data {
  padding: 3px 2px 2px 7px;
  background-color: #f400e6;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  width: 85px;
  float: left;
  margin-right: 20px;
}
.cont_fotos {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #7f7f7f;
}
.n_fotos {
	font-size: 12px;
	color: #f400e6;
	margin-left: 2px;
}
.dt_cobertura h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  border-left: 3px solid #f400e6;
  padding-left: 11px;
}
.sub_cobertura {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
  padding-left: 14px;
}
.img_cobertura {
  margin-bottom: 20px;
}
.l_cobertura {
	margin-left: 20px;
}

@media (max-width: 1201px) AND (max-width: 2000px){

}

@media (min-width: 1000px) AND (max-width: 1200px) {

}

@media (min-width: 770px) AND (max-width: 999px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 600px) {
.l_cobertura {
	margin-left: 0px;
}
.dt_cobertura {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 10px;
  border-left: 3px solid #f400e6;
  padding-left: 11px;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub_cobertura {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
  padding-left: 14px;
  white-space: nowrap; 
  width: 90%; 
  overflow: hidden;
  text-overflow: ellipsis;
}
}