/* Global */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #777;
  background: #ececec;
}
.container {
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.inner-container {
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  border: none;
  transition: .25s;
}
strong {
  font-weight: 600;
}
img, .block {
  display: block;
}
button {
  transition: .25s;
}
section {
  background: #fff;
}
section p a {
  text-decoration: underline;
  font-weight: 700;
}
section p a:hover {
  text-decoration: none;
}
.img {
  position: relative;
}
.img img {
  max-width: 100%;
}
/* Styles */
#header {
  background: #fcfcfc;
}
#logo {
  margin: 10px;
  float: left;
}
#logo img {
  max-height: 100%;
}
#nav {
  float: right;
}
#nav ul {
  overflow: hidden;
  margin: 25px auto;
}
#nav ul li {
  float: left;
}
#nav ul li + li {
  margin-left: 30px;
}
#nav a {
  font-size: 16px;
  display: block;
  color: #003e83;
  line-height: 30px;
}
#nav a:hover, #nav a.active {
  color: #8cc1ce;
}
#nav .fa {
  font-size: 1.5em;
}

#breadcrumb {
  background: #003e83;
  padding: 20px 0;
  color: #fff;
}
#breadcrumb h2 {
  font-size: 21px;
  line-height: 1.5;
  color: #8cc1ce;
  font-weight: 600;
}
#breadcrumb p {
  line-height: 1.25;
  font-size: 17px;
}

#content {
  padding: 20px 0;
  color: #222;
}
#content h1 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 700;
}
#content h1:after {
  position: relative;
  top: 12px;
  content: "";
  display: block;
  height: 3px;
  width: 10%;
  background: #8cc1ce;
}
#content p {
  margin: 0 0 20px;
  line-height: 1.5;
}
.listings {
  display: flex;
  margin: -10px !important;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.listings li {
  width: 33.33333333%;
  padding: 10px !important;
  float: none;
  box-sizing: border-box;
  margin: 0 !important;
  background: transparent;
  min-height: initial !important;
}
.listing {
  background: #eee;
  box-sizing: border-box;
  height: 100%;
}
#slider {
  position: relative;
  color: #fff;
  text-align: center;
  background: #ececec;
  margin: auto;
}
#slider img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  margin: auto !important;
}
#slider .caption {
  background: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
#slider .caption span {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 700;
}
#slider .caption span small {
  font-size: .5em;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
#slider a:hover {
  opacity: .7;
}
#slider p {
  font-size: 13px;
  margin-top: 20px;
}
#slider li {
  background: #fff;
  max-height: 480px;
  position: relative;
}
#slider .inner-container {
  position: relative;
}
#slider .inner-container::before {
  content: '';
  display: block;
  padding-top: 40%;
}
.main {
  text-align: center;
  padding: 45px 0;
  line-height: 1.25;
  color: #212121;
}
.main h1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin: auto;
}
.main p {
  margin-top: 10px;
  font-size: 16px;
}
.main .container {
  max-width: 576px;
}
#welcome {
  text-align: center;
  color: #777;
  background: #fff;
}
#welcome .container {
  padding: 60px 0;
}
#welcome h1 {
  margin: 0 0 20px;
  font-weight: 700;
  color: #212121;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 28px;
}
#welcome h1:after, #testimonials h2:after {
  position: relative;
  margin: 0 auto;
  top: 8px;
  content: "";
  display: block;
  height: 3px;
  width: 5%;
  background: #8cc1ce;
}
#welcome p {
  font-size: 18px;
  line-height: 1.5;
}

#search-home {
  background: #222;
  color: #fff;
  padding: 30px 0;
  line-height: 1.5;
}
#search-home h2 {
  font-size: 21px;
  font-weight: 700;
}
#search-home p {
  margin: 0 auto 20px;
}
#search-home .row {
  float: left;
  width: 18%;
  margin: 0 2% 20px 0;
}
label {
  display: block;
}
#results label {
  margin: 20px auto 10px;
}
select, input, option, textarea {
  display: block;
  width: 100%;
  padding: 5px 0;
  border: none;
  color: #777;
  line-height: 2;
  background: #ececec;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#search-home select {
  text-indent: 5px;
}
input {
  padding: 7px 0;
}
textarea {
  padding: 6px;
  box-sizing: border-box;
}
input:focus, textarea:focus {
  background: #ccc;
}
input, option {
  text-indent: 10px;
}
button {
  position: relative;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 21px;
  background: #003e83;
  float: right;
  margin: 23px auto 0;
  cursor: pointer;
}
button:hover {
  background: #8cc1ce;
}

#featured, #results {
  padding: 30px 0;
}
#featured h2 {
  font-size: 18px;
  color: #212121;
  margin: 0 auto 20px;
  font-weight: 700;
  text-align: center;
}
.listings li {
  float: left;
  width: 23.5%;
  min-height: initial !important;
}
#results .listings li {
  width: 31%;
  margin: 0 2% 20px 0;
}
#results .listings li + li {
  margin: 0 2% 20px 0;
}
.listings li + li {
  margin: 0 0 0 2%;
}
.listings .img {
  background: #000;
  position: relative;
}
.listings .img::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.listings img {
  transition: .25s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listings .img:hover img {
  opacity: .5;
}
.listings .operation {
  background: #0097d6;
  position: absolute;
  top: 15px;
  font-size: 9px;
  color: #fff;
  text-shadow: 0 1x 0 rgba(0, 0, 0, .3);
  padding: 6px 10px;
  text-transform: uppercase;
}
.listings .view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 64px;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0,0.35);
  background: #000;
  color: #fff;
  opacity: 0;
}
.listings .view:hover {
  color: #000;
  background: #fff;
}
.listings .img:hover .view {
  opacity: 1;
}
.listings li .inner-container {
  color: #252525;
  padding: 20px;
}
.listings .title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 auto 10px;
  display: block;
}
.listings .title:hover {
  opacity: .85;
}
.listings .location {
  color: #777;
  font-size: 14px;
  min-height: 28px;
  line-height: 1.25;
}
.listings .price {
  font-weight: 700;
  color: #003e83;
  line-height: 3;
  font-size: 18px;
}
#brokerage {
  padding: 40px 0;
  background: #003e83;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
#brokerage h2 {
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 28px;
}
#brokerage p {
  margin: 0 auto 20px;
  font-size: 18px;
}

#testimonials {
  padding: 60px 0;
  text-align: center;
}
#testimonials h2 {
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
}
#testimonials p {
  font-size: 18px;
}
#testimonials ul {
  padding: 60px 0 0;
}
#testimonials li {
  float: left;
  width: 49%;
}
#testimonials li + li {
  margin: 0 0 0 2%;
}
#testimonials .inner-container {
  color: #212121;
  margin: 10px;
  padding: 30px 20px 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  background: url('../img/quote.png') top left no-repeat #fff;
}
#testimonials .inner-container p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 auto 20px;
}
#testimonials p.name {
  font-weight: 800;
  text-transform: uppercase;
  color: #212121;
  font-size: 12px;
}
#testimonials .name:after {
  position: relative;
  margin: 4px auto 0;
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #212121;
}
#testimonials img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 13px auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
#widgets {
  padding: 20px 0;
  border-top: 10px solid #444;
  background: #222;
  color: #777;
}
#widgets .container > ul > li {
  float: left;
  width: 32%;
}
#widgets .container > ul > li + li {
  margin: 0 0 0 2%;
}
#widgets h2 {
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 30px;
  font-weight: 700;
}
#widgets h2:after {
  position: relative;
  top: 12px;
  content: "";
  display: block;
  height: 3px;
  width: 25%;
  background: #8cc1ce;
}
#mailto {
  margin: 10px auto 0;
  color: #8cc1ce;
  display: inline-block;
}
#mailto:hover {
  color: #fff;
}
iframe {
  width: 100%;
  max-width: 600px;
}
#footer {
  background: #000;
  color: #777;
}
#footer .container {
  padding: 30px 0 45px;
}
#copyright {
  float: right;
}
#copyright a {
  color: #8cc1ce;
}
#footer a:hover {
  color: #fff;
}
#sub li {
}
#sub li + li {
  margin: 10px 0 0;
}
#sub a:hover {
  color: #fff;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.slicknav_menu {
  display: none;
  float: right;
}
#contactos {
  width: 50%;
  margin: 30px 0 0;
}
#contactos .row {
  clear: both;
  margin: 10px auto 0;
}

#left {
  float: left;
  width: 66.7%;
}
#left .inner-container {
  margin: 0 20px 0 0;
}
#left span {
  line-height: 1.25;
}
#right {
  float: right;
  width: 33.3%;
}
#right #contactos {
  width: auto;
  margin: 20px auto;
}
#results #left {
  margin: 0 auto 20px;
}
#content .price {
  color: #003e83;
  font-size: 24px;
  font-weight: 700;
}
#content .operation {
  background: #0097d6;
  position: absolute;
  top: 15px;
  font-size: 9px;
  color: #fff;
  text-shadow: 0 1x 0 rgba(0, 0, 0, .3);
  padding: 6px 10px;
  text-transform: uppercase;
}
#content .info {
  margin: 20px auto 0;
  line-height: 1.5;
}
#left h2 {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 8px;
  margin: 0 auto 20px;
  color: #212121;
  font-weight: 700;
  font-size: 14px;
}
ul.features {
  overflow: hidden;
}
.features li {
  float: left;
  width: 46%;
  margin: 0 2% 10px 0;
}
#right h2 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 30px;
  font-weight: 700;
}
#right h2:after {
  position: relative;
  top: 12px;
  content: "";
  display: block;
  height: 3px;
  width: 25%;
  background: #8cc1ce;
}
sup {
  display: inline-block;
  vertical-align: top;
  font-size: .75em;
}
#pager {
  overflow: hidden;
}
#pager a {
  float: left;
  margin: 10px 0 0;
  width: 25%;
  background: #ececec;
}
#pager a img {
  max-width: 100%;
  margin: auto;
}
#photos img {
  max-height: 440px;
  margin: auto;
}
#photos {
  background: #ececec;
}
#photos .bx-wrapper {
  margin: 0;
}
#kumanda {
  float: right;
  clear: both;
  margin: 30px auto 0;
}
#kumanda:hover {
  opacity: .5;
}
.fb-share-button {
  padding: 0 0 10px;
}
#nosotros {
  overflow: hidden
}
#nosotros li {
  float: left;
  width: 18%;
  margin: 0 0 0 2%;
}
#nosotros li:first-child {
  margin: 0;
}
#nosotros .inner-container {
  padding: 10px;
  border: 1px solid #ccc;
}
#nosotros a {
  display: block;
  height: 160px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden .contain {
  display: table;
  width: 100%;
  height: 80px;
}
.overflow-hidden p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 21px;
  color: #003E83;
}
/* Responsive */
@media screen and (max-width: 1200px) {
  .container {
    margin: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  #logo {
    height: 40px;
  }
  #nav ul {
    margin: 15px auto;
  }
}
@media screen and (max-width: 800px) {
  #nav {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #header {
    height: 60px;
  }
  #header .container {
    overflow: visible;
  }
  #slider .caption span {
    font-size: 36px;
  }
  #welcome .container, #testimonials, #testimonials ul, #footer .container {
    padding: 40px 0px;
  }
  #welcome h1, #testimonials h2, #brokerage h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  #welcome p, #testimonials p, #testimonials .inner-container p, #brokerage p {
    font-size: 18px;
    line-height: 1.25;
  }
  #search-home .row {
    width: 31%;
    margin: 0px 2% 20px 0px;
  }
  #widgets .container > ul > li {
    float: none;
    width: auto;
  }
  #widgets .container > ul > li + li {
    margin: 20px 0 0;
  }
  #widgets h2:after {
    width: 10%;
  }
  #copyright {
    float: none;
    margin: 10px auto 0;
  }
  #footer {
    text-align: center;
  }
  #contactos {
    width: auto;
  }
  #left, #right {
    float: none;
    width: auto;
  }
  #left .inner-container {
    margin: 0 auto 20px;
  }
  #kumanda {
    float: none;
    display: inline-block;
  }
}
b, strong {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #slider .caption span {
    font-size: 21px;
  }
  #slider p {
    margin: 0 auto 10px;
  }
  #welcome .container, #search-home, #featured, #results, #testimonials, #testimonials ul, #footer .container, #brokerage {
    padding: 20px 0px;
  }
  #welcome h1, #testimonials h2, #brokerage h2 {
    font-size: 20px;
  }
  #welcome p, #testimonials p, #testimonials .inner-container p, #brokerage p {
    font-size: 14px;
  }
  .row, #search-home .row {
    display: block;
    width: auto;
    float: none;
  }
  #results .listings li, .listings li, #testimonials li	, .features li {
    float: none;
    width: auto;
  }
  .listings img {
    max-height: initial;
  }
  .listings .title, .listings .location {
    min-height: initial;
  }
  .listings li + li, #testimonials li + li {
    margin: 10px 0 0;
  }
  #copyright a {
    display: block;
    padding: 20px 0 0;
  }
  #results #left {
    margin: auto;
  }
  #kumanda {
    margin: 0 auto 0;
  }
  .listings {
    display: block;
  }
  .listings li {
    width: auto;
    min-height: initial !important;
  }
  .main {
    padding: 30px 0;
  }
  .main h1 {
    font-size: 24px;
  }
  .main p {
    font-size: 14px;
  }
  #slider .inner-container::before {
    padding-top: 100%;
  }
  #slider .caption span small {
    font-size: 1em;
    margin: 10px auto;
  }
  #slider .caption p {
    font-size: 1.25em;
  }
}
.spacer {
  height: 30px;
}
.d-none {
  display: none;
}
#enviar {
  margin-bottom: 15px;
}
.alert {
  padding: 1em;
  color: #c00;
  border: 1px solid;
  text-align: center;
  margin-top: 15px;
  clear: both;
}
