hr {
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

nav ul.desktop {
  background-color: #F8F8F8;
  padding: 14px;
  border-top: #ddd 3px solid;
  border-bottom: #ddd 3px solid;
}

nav ul.desktop li {
  display: inline;
  padding: 14px 26px;
  background-color: #F8F8F8;
  text-transform: uppercase;
  color: #555;
  font-size: 1.05em;
  font-family: Arial;
  border-top: #ddd 3px solid;
  cursor: pointer;
}


nav ul.desktop li a {
  color: #555;
}
nav ul.desktop li a:hover {
  color: #F45849;
}
nav ul.desktop li:hover,
nav ul.desktop li.selected {
  border-top: #F45849 3px solid;
  color: #F45849;
  background-color: #eee;
}



nav ul.mobile {
  background-color: #F8F8F8;
  padding: 14px;
  border-top: #ddd 3px solid;
}

nav ul.mobile li a {
  color: #555;
}
nav ul.mobile li a:hover {
  color: #F45849;
}

nav ul.mobile li {
  padding: 14px 26px;
  background-color: #F8F8F8;
  text-transform: uppercase;
  color: #555;
  font-size: 1.05em;
  font-family: Arial;
  cursor: pointer;
  list-style-type: none;
}

nav ul.mobile li:hover,
nav ul.mobile li.selected {
  color: #F45849;
  background-color: #eee;
}

a, u {
    text-decoration: none;
}

.social {
  position: absolute;
  right: 40px;
  top: 90px;
}

.logo-header {
  margin-left: 40px;
}

.btn-menu {
  display: none;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 40px;
  cursor: pointer;
}

nav ul.mobile {
  display: none;
}

.search {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  min-height: 440px;
  margin-top: -13px;
}

.search.propiedades {
  background-image: url(../images/banner_propiedades.jpg);
}
.search.barcos {
  background-image: url(../images/banner_barcos.jpg);
}

.search .dialog {
  background-color: rgba(0,0,0,0.7);
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  right: 100px;
  margin-top: 40px;
}

.search .dialog #txtSearchMin {
  float: left;
  width:41%;
}
.search .dialog #txtSearchMax {
  float: right;
  width:41%;
}

.search .dialog a {
  background-color: #F4685B;
  padding: 7px 82px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 45px;
  text-decoration: none;
}

.search .dialog a img {

}

.search .dialog span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  color: #f5f5f5;
  line-height: 60px;
}

.page .dialog input, .page .dialog select {
      width: 150px;
    border: solid 1px #CCC;
}
.page .dialog select {
  width:200px;
}

#btnSearch2 {
  background-color: #06BFAF;
  line-height: 28px;
  padding: 0px 20px 0px 15px;
  border: 1px solid #028a7e;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2px;
  border-radius: 5px;
}

input, select {
  width: calc(100% - 16px);
  padding: 6px 10px;
  border-radius: 5px;
  border: none;
  margin: 7px 0px;
}

select {
  width: calc(100% + 3px);
}

footer {
  background-color: #333;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 70px 0px 50px 0px;
  font-size: 0.9em;
}




/************************** PHOTO GALLERY ****************************/
#Gallery {
  margin-top: 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-item {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 14%;
}
.gallery-item a {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;

  max-height: 140px;
    max-width: 250px;
    margin: 5px;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
    border-radius: 3px;
}
.gallery-item a img {
  width: 100%;

  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.gallery-item a img:hover {
  filter: brightness(120%);
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.social a {
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.social a:hover {
  filter: brightness(120%);
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

@media only screen and (max-width:480px) {
    /* Smartphone view: 1 tile */
    .gallery-item {
        width: 100%;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width:650px) and (min-width:481px) {
    /* Tablet view: 2 tiles */
    .gallery-item {
        width: 100%;
        padding-bottom: 100%;
		text-align:justify;
    }
}

/*@media only screen and (max-width:920px) and (min-width:651px) {
    /* Small desktop / ipad view: 3 tiles */
 /*   .gallery-item {
        width: 50%;
        padding-bottom: 33.3%;
    }
}
*/
@media only screen and (max-width:1280px) and (min-width:651px) {
    /* Small desktop / ipad view: 3 tiles */
    .gallery-item {
        width: 33.33%;
        padding: 25%;
        padding-left: 15%;
        padding-right: 15%;
		text-align:justify;
    }
}
@media only screen and (max-width:1920px) and (min-width:1281px) {
    /* Medium desktop: 4 tiles */
    .gallery-item {
        width: 33.3%;
        padding-bottom: 17%;
        padding-left: 15%;
        padding-right: 15%;
		text-align:justify;
    }
}

.gallery {
        width: 100%;
        padding: 5%;
        border: 2px;
        text-align:center;

    }


/* Directly from:
http://photoswipe.com/latest/photoswipe.css
*/
body.ps-active
{
  -webkit-text-size-adjust: none;
}
body.ps-active *
{
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
body.ps-active *:focus
{
  outline: 0;
}


/* Document overlay */
div.ps-document-overlay
{
  background: #000;
}


/* Viewport */
div.ps-viewport
{
  background: #000;
  cursor: pointer;
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
  background: #000;
}


/* Slider */
div.ps-slider-item-loading
{
  background: url(http://abvichico.com/images/photoswipe/photoswipe-loader.gif) no-repeat center center;
}


/* Caption */
div.ps-caption
{
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
  border-bottom: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
  text-align: center;
}

div.ps-caption-bottom
{
  border-top: 1px solid #42403f;
  border-bottom: none;
}

div.ps-caption-content
{
  padding: 13px;
}

.nosotros_imagen {
  display: inline-block;
}
.nosotros_texto {
  display: inline-block;
    width: 50%;
    text-align:left;
}
.nosotros {
  text-align:center;
}

@media (max-width:1226px) {
.nosotros_texto {
    width:100%;
}
  .nosotros_imagen {
    display:none;
  }
}
/* Toolbar */
div.ps-toolbar
{
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
  border-top: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
  text-align: center;
  height: 44px;
  display: table;
  table-layout: fixed;
}

div.ps-toolbar-top
{
  border-bottom: 1px solid #42403f;
  border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
  cursor: pointer;
  display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
  width: 44px;
  height: 44px;
  margin: 0 auto 0;
  background-image: url(http://abvichico.com/images/photoswipe/photoswipe-icons.png);
  background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
  background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
  background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
  background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
  background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
  background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
  background-position: -88px 0;
}

/* Hi-res retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
  div.ps-toolbar div div.ps-toolbar-content
  {
    -webkit-background-size: 176px 88px;
    background-image: url(images/photoswipe-icons@2x.png);
  }
}









.property_structure td {
  width: 100px;
  background-color: #E4E4E4;
  padding: 15px 30px;
  text-align: center;
}
.property_structure table {
  margin-top: 20px;
}

.offer {
  font-size: 1.4em;
    color: #06BFAF;
    text-align: right;
    padding:0px 25px 15px 0px;
}


.cards {
  color: #999999;
  font-family: 'Josefin Sans', sans-serif;
  font-size:1.2em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

.cards div.card__content > div > a{
  color: #999999;
}
.cards img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.cards .card:hover img {
  filter: brightness(120%);
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.btn--block {
  display: block;
  width: 100%;
}
.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
.cards__item .card {
  width:100%;
}
@media (min-width: 40rem) {
  .cards__item {
    width: 100%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 30.3333%;
  }
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}
.card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}
.card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}







h1, h2 {
    color: #303D4F;
}
h1 {
  margin: 10px 0px;
  font-size: 2em;
}
h2 {
    font-size: 1.7em;
    margin: 0px;
}

h3 {
    color: #06BFAF;
}

.features li {
  display: inline-block;
  width: 300px;
}
.features-boat li {
  display: inline-block;
  width: 100%;
  margin:5px;
}

.break {
  display: inline-block;
  width: 100%; }
.space {
  display: inline-block;
  width:10%;
}

.page {
  background-color: #F6F6F6;
  font-family: 'Josefin Sans', sans-serif;
  font-size:1.3em;

  margin: -16px 80px;
  background-color: white;
  padding: 5px 30px;
  padding-bottom:40px;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    0px 12px 25px 0px rgba(50, 50, 50, 0.55);
box-shadow:         0px 12px 25px 0px rgba(50, 50, 50, 0.55);
}

.content {

    background: url("../images/bg.png");

}

.page_price {
  font-size: 1.7em;
    padding: 3px 10px;
    background-color: #fff;
    margin: 10px 2px;
    color: #06BFAF;
    border: 1px solid #ccc;
    font-weight: bold;
}

#iframeYoutube {
  width:853px;
  height:480px;
}

.show-mobile {
  display:none;
}
.show-desktop {
  display:block;
}
@media (max-width:1048px) {

#iframeYoutube {
  width:100%;
  height:320px;
}
}

@media (max-width:1024px) {

  .search {
    margin-top:0px;
  }
  .search .dialog {
    left: calc(50% - 150px);
  }

  nav ul.desktop {
    display: none;
  }

  .btn-menu {
    display: inherit;
  }
  .page {
    margin-top:10px;
  }
}


@media (max-width:768px) {
  .show-mobile {
    display:block;
  }
  .show-desktop {
    display:none;
  }
  .logo-header {
    text-align: center;
  }
  .social {
    position: relative;
    top: 0px;
    right: 0px;
    text-align: center;
  }

  .logo-header {
    margin-left:0px;
  }
  .logo-header img {
    max-width: 400px;
  }
  .btn-menu {
    margin-top: 0px;
    top: 128px;
  }
  .page {
    padding:10px;
  }
  .page {
    margin:0px;
  }

  .search .dialog {
        left: calc(44% - 150px);
  }
  #iframeYoutube {
    width: 100%;
  }
}

table tr {

}

@media (max-width:480px) {
  .gallery-item {
    padding: 200px 0px 0px 0px;
  }
}
@media (max-width:400px) {
  .logo-header img {
    max-width: 300px;
  }
  #iframeYoutube {
    height: 320px;
  }
  .btn-menu {
    margin-top: 0px;
    top: 94px;
  }

  footer {
    padding: 30px;
  }

}