.local .local-bg-info
{
	-webkit-transition: height 0.4s; /* For Safari 3.1 to 6.0 */
    transition: height 0.4s;
	background:#32abc5; width: 100%; bottom:0; height: 70px; position: absolute; z-index: 100;
}
.local:hover .local-bg-info{
	background: rgba(12, 75, 125, 0.8);
	width: 100%; height: 300px;
}

.local-zoom-icon{
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
position: absolute; margin:47% 45%; font-size: 12px; text-transform: uppercase; font-weight: 600; opacity: 0; z-index: 200;
}
.local:hover .local-zoom-icon{ margin:45% 45%; opacity: 1;}

.local-content-h2{
	width: 100%;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
	position: absolute; z-index: 150; bottom:0; padding: 10px 20px; text-transform: uppercase;
}
.local:hover .local-content-h2{
	bottom:20px;
}



.local-content{float: left; margin-right: 0px;}
.local-content-title{
  display: table;
  width: 100%;
  min-height: 60px !important;
  height: 60px !important; /*estava 80*/
  border-top:1px solid #0c4b7d; /*border-bottom:1px solid #0c4b7d;*/ padding:5px 0; 
  text-transform: uppercase !important;
  font-size:12px; 
  margin-top:10px;
}

.locais-a-visitar>li>a {
    position: relative;
    display: block;
    padding: 10px 8px; border-radius: 0 !important;
    font-weight: 600;
    border-right:2px solid #ffffff !important;
    color:#ffffff !important;
}

.locais-a-visitar>li.active>a, .locais-a-visitar>li.active>a:focus, .locais-a-visitar>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #32abc5;
    border-right:2px solid #ffffff !important;
    border-bottom-color: transparent;
}

.locais-a-visitar>li.active:after {
    content: '';
    position: absolute;
    left: 63px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #32ABC5;
    clear: both;
}




