body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color:  #333;
}

#top-bar {
    color: #fff;
    text-align: center;
    font-size: 17px;
}

#top-bar a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.results {
    display: none;
}

.results p {
    margin-bottom: 0;
    font-size: 18px !important;
}

.main-cta {
    line-height: 1.33;
    border: 3px solid #fff;
    white-space: normal;
    font-size: 30px;
    padding: 20px 30px;
    color: #fff;
    background: transparent;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}

header#intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

header {
    position: relative;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.navbar.fixed-top {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.65);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 300;
    font-size: 19px;
}

.navbar-dark .navbar-nav .nav-link.nav-link-bold {
    font-weight: 600;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; /* Asegura que esté detrás del overlay */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cambia el 0.5 para ajustar la opacidad */
    z-index: -1; /* Asegura que esté detrás del contenido pero sobre el video */
}

.listing-hero {
    position: relative;
    overflow: hidden;
}

.listing-hero-content {
    color: #fff;
    margin-top: 20px !important
}

.listing-hero-content h1 {
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}

.listing-hero-content p {
    font-size: 26px;
}

.property-section {
    padding: 87px 20px 87px 20px;
}

.price-tag {
    background: #048dc7;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-family: 'Merriweather', serif;
}

.listing-feature-desc {
    font-size: 22px;
    font-weight: 700;
}

.listing-feature-name {
    color: #666;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}

.listing-features-container .listing-features-container-item {
    border-left: 1px solid rgba(51,51,51,0.5);
}

.listing-features-container.style-two .listing-feature-desc  {
    font-size: 32px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
}

.listing-features-container .listing-features-container-item:last-child {
    border-right: 1px solid rgba(51,51,51,0.5);
}

.contact .widgets .contact-details {
    display: block;
}

.contact .widgets a {
    color: inherit;
    text-decoration: none;
}

.contact .widgets a i {
    font-size: 42px;
}

footer {
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.no-gutters {
    padding: 0!important
}

.company-info,
.form {
    padding: 25px;
}

.contact-form {
    padding: 50px;
    padding-top: 0;
    max-width: 555px;
    margin: 0 auto;
}

.form h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
}

.form h2 {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

.form .form-control {
    font-size: 16px;
    color: #000;
    min-height: 35px;
    line-height: 35px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

@media all and (max-width:  991px) {
    .navbar {
        background: rgba(0,0,0,.65);
    }

    .listing-features-container .listing-features-container-item {
        border-right: 1px solid rgba(51,51,51,0.5);
        margin-bottom: 20px;
    }

    .listing-features-container.style-two .listing-feature-desc  {
        font-size: 26px;
    }

    .listing-features-container .listing-features-container-item {
        border-width: 3px;
    }
}

@media all and (max-width: 767px) {
    .form h3,
    .form h2{
        text-align: center;
    }
}