.PguiasBox { float: left;  margin-bottom: 20px; box-shadow: 0 .5rem 1rem rgba(0,0,0,.3); background: #fff; border: 3px solid #0191b4; }
.PguiasBox:hover { box-shadow: 0 .5rem 1rem rgba(0,0,0,.2) }
.PguiasImg { float: left; height: auto; background: #fff; overflow: hidden; width: 29%; margin: 0 1% 0 0; }
.PguiasImg img { height: auto; width: 100%; height: auto; margin: 0; }
.PguiasTit { float: left; width: 70%; margin: 5px auto 0 auto; display: block; overflow: hidden; font-size: 30px; }
.PguiasTit p { font-size: 16px;  text-align: left; line-height: 20px; color: rgba(7,23,29,0.8); }

.Pguias a:hover, .PguiasTit a:focus { text-decoration: none; }

.btn-consulta, .btn-consulta:visited { border-radius: 50px; padding: 10px 20px; background: gold; color: #fff; margin: 10px auto; display: inline-block; letter-spacing: 2px; cursor: pointer; }
.btn-consulta:hover, .btn-consulta:focus { background: goldenrod; color: #fff; text-decoration: none; }


@media (min-width: 576px) {
.PguiasBox { display: inline-block; margin-bottom: 30px; }
.PguiasImg { height: 120px; overflow: hidden; width: 100%; display: block;}
.PguiasImg img { max-height: 200px; height: 200px; width: 100%; height: auto; margin: 0; }
.PguiasTit { width: 90%; margin: 0 5%; float: left; font-size: 30px;  height: 64px;}
}
 
