body {
  /*background-color: #83bbfa;*/
  background-color: #a5cdf9;
  font-family: 'Lato', sans-serif;
}

.main-wrapper {
  background-color: #FFF;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.header {
  border-bottom: 2px solid #0e437e;
  position: relative;
}

.header > .info-header {
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 16px;
  font-weight: bold;
}

.header > .info-header a {
  color: #F38F31;
}

.header > .info-header a:hover {
  text-decoration: none;
  color: #D76F0D;
}

.header > .info-header a i {
  color: #444;
  padding-right: 5px;
}

.slider {
  border-bottom: 2px solid #0e437e;
}

.slider .carousel-caption h1 {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}


.slider .carousel-caption h1 span {
  color: #f38e32;
}

.navbar {
  margin-top: 75px;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}

.navbar-default .navbar-nav > li {
  margin: 0 10px;
}

.navbar-default .navbar-nav > li > a {
  background-color: #83bbfa;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #a8cef9;
  color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #a8cef9;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
}

.busqueda-rapida {
  padding: 20px;
}

.busqueda-rapida h2 {
  margin-bottom: 30px;
}

.busqueda-rapida .form-group {
  padding: 0 5px;
}

.footer {
  padding: 10px;
}

.tabla-propiedades {
  font-weight: bold;
}

.tabla-propiedades i {
  color: #F28E30;
  padding-right: 5px;
  font-weight: normal;
}

.datos-contacto p {
  font-size: 16px;
}
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}