.footer-area .footer-bottom {
    border-top: 0px solid #1f2024;
    padding-bottom: 10px;
    padding-top: 10px;
}

.border-btn3 {
    font-size: 18px;
    font-weight: 600;
    border: 0px solid #fff;
    color: #fff;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 14px 43px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: left !important;
    font-size: 20px
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-section {
    padding: 80px 0 80px;
}

.pricing-area .properties__card {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 0px solid rgba(255, 255, 255, 0.2);
    padding: 36px 24px 25px 24px;
}

.slider-height {
     height: 500px;
}
.slider-height2 {
    height: 250px;
    background-size: cover;
}

ul.defesa {
    margin: 20px 10px;
}
ul.defesa li{
    list-style-type: circle;
    color: #fff;
    font-size: 20px;
}

.big{
    font-size: 2em;
}
.white{
    color: #fff !important;
}

.ver{
    color: yellow;
}

.bgvazio{
    background-color: #000;
}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}