@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: #00a6ff;
    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;
}

      .class_dia{
        border: 2px solid #53d5ff;
        background-color: #ebfaff;
        border-radius: 7px;
        padding-top: 2px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 31px;
        margin-bottom: 40px;
        height: 275px;
      }
      .class_nor{
        border: 1px solid #ccc;
        border-radius: 7px;
        padding-top: 2px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 31px;
        margin-bottom: 40px;
        height: 275px;
      }


body {	
	font-family: 'Roboto', sans-serif;
}

  .title-cat {
    background-color: #bd53d1;
    width: 100%;
    height: 32px;
    color: #fff;
    padding: 7px 7px 7px 7px;
    border-radius: 2px;
}

  .title-img {
    float: left;
    margin-top: -3px;
  }

  .title-text {
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 30px;
  }

  .category-div {
    width: 100%;
    padding: 7px 7px 7px 7px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
    padding-top: 18px;
  }

  .category-icon-nome {
    float: left;
  }

  .category-nome {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
  }

  .category-icon-phone {
    float: left;
    margin-left: 22px;
    margin-top: 2px;
  }

  .category-phone {
    float: left;
    margin-top: 4px;
    margin-left: 6px;
  }

  .category-map {
    float: left;
    margin-top: 4px;
    margin-left: 3px;
  }

  .category-icon-map {
    float: left;
    margin-left: 22px;
    margin-top: 2px;
  }

  .category-ligar {
    float: right;
    padding: 2px 6px 2px 6px;
    background-color: #cd53e4;
    color: #fff;
    margin-top: -1px;
    border-radius: 3px;
  }


  .pgcss {
  	margin-top:50px;
  }
@media (max-width: 1201px) AND (max-width: 2000px){

}

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

  

}

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

}

@media (min-width: 995px) and (max-width: 1199px) {

  .col-xs-5 {
    height:240px;
  }

}

@media (min-width: 541px) and (max-width: 599px) {
  
  .col-xs-5 {
    height:225px;
  }

}


@media (min-width: 500px) and (max-width: 540px) {
  
  .col-xs-5 {
    width: 100%;
    margin-left: 0px;
    height:405px;
  }

}

@media (min-width: 361px) and (max-width: 499px) {
  
  .col-xs-5 {
    width: 100%;
    margin-left: 0px;
    height:370px;
  }

}

@media (min-width: 300px) and (max-width: 360px) {
  
  .col-xs-5 {
    width: 100%;
    margin-left: 0px;
    height:285px;
  }

}