
.search-form .search-col {
    margin-bottom: 10px !important;
}

.search-form label {
    margin-bottom: 10px !important;
    text-align: left;
}

input[name=codigo] {
    height: 44px;
    transition: all .3s linear;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 5px 0 rgba(0, 0, 0, .15);
}

input[name=codigo]:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

#slider h1 {
    text-align: center;
    min-height: 0px;
    min-width: 0px;
    line-height: 94px;
    border-width: 0px;
    margin: 0px 0px 20px;
    padding: 0px;
    letter-spacing: 2px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 6px #000000;
}

#slider h3 {
    text-align: center;
    min-height: 0px;
    min-width: 0px;
    line-height: 94px;
    border-width: 0px;
    margin: 0px 0px 20px;
    padding: 0px;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 6px #000000;
}

.pagination-bar {
    text-align: center;
}
.img-banco {
    padding-top: 15px;
    padding-bottom: 15px;
}
.img-banco img{
    box-shadow: 4px 4px 8px 3px #0000009e;
}
.img-banco img:hover{
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.property-feature {
    text-align: center;
}
.img-feature {
    margin: 10px;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    display: block;
    text-align: center;
}

