n/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* @import url('responsive.css'); */

/* ini import fonts */
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayheavy';
    src: url('../fonts/raleway-heavy-webfont.woff2') format('woff2'),
         url('../fonts/raleway-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* end import fonts */
.banco {
  padding: 0 10px;
}
#calculadora-hipotecaria .form-control:focus + .form-control-placeholder, #calculadora-hipotecaria .form-control:valid + .form-control-placeholder {
    padding: 0 0 0px 3px !important;
}
#calculadora-hipotecaria .calcular {
  text-shadow: 1px 2px 4px #000000;
  width: 60%;
  background-color: #a5c017;
  font-size: 16px;
  border: solid 3px #657326;
  border-radius: 0px;
  color: #fff;
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
}
#calculadora-hipotecaria .form-group {
  width: 90%;
}
#calculadora-hipotecaria .dividendo {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}
#calculadora-hipotecaria p.cuota {
    margin-bottom: 0pt;
}
/* common */
.ribbon {
  width: 55px;
  height: 55px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  /* border: 5px solid #2980b9; */
}
.ribbon span {
  position: absolute;
  display: block;
  width: 120px;
  padding: 3px 0;
  background-color: #a5c017;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: normal 10px 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 12px;
  transform: rotate(45deg);
}

img.zoomplan {
  padding: 10px 80px;
}
/* Shrink wrap strategy 1 */
.easyzoom {
    float: left;
}
.easyzoom img {
    display: block;
}


/* Shrink wrap strategy 2 */
.easyzoom {
    display: inline-block;
}
.easyzoom img {
    vertical-align: bottom;
}

body, html {
  height: 100%;
}
.verde {
  background-color: rgba(165, 192, 23, 0.7) !important;
}
.inputRadio {
  top: 10px;
}
.label-medium {
  vertical-align: super;
  font-size: medium;
  background-color: #B3B3B3 !important;
}
.label-medium:hover {
  background-color: #75B51D !important;
  color: #000;
}
.label-verde {
  vertical-align: super;
  font-size: medium;
  background-color: #75B51D !important;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
div.call {

    /* position: -webkit-sticky; */ /* Safari */
    position: fixed;
    bottom: 30%;
    left: 20px;
    height: 40px;
    width: 250px;
    text-align: center;
    background-color: #75B51D;
    padding-top: 3px;
    border-top: 2px solid #E7E3E4;
    border-left: 2px solid #E7E3E4;
    border-right: 2px solid #E7E3E4;
    border-bottom: 2px solid #E7E3E4;
    border-radius: 10px;
    z-index: 900;
}
div.call:hover {
  -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  background-color: #a5c017;
}
.call a { font-family: 'ralewayheavy', Arial, Helvetica, Verdana; color: #fff; }
.call a:hover { transition: color 0.9s ease; color: #fff; text-decoration: none; }

img.img-call{
  width: 35px;
}

div.sticky {

    /* position: -webkit-sticky; */ /* Safari */
    position: fixed;
    bottom: 0;
    left: 20px;
    height: 40px;
    width: 260px;
    background-color: #75B51D;
    border-top: 2px solid #E7E3E4;
    border-left: 2px solid #E7E3E4;
    border-right: 2px solid #E7E3E4;
    
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.sticky:hover {
  -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  background-color: #a5c017;
}
div.sticky a{
  color: #fff;
}
/* ini menu */
#mimenu .menu { display: block; }
#mimenu .vermas { background-color: rgba(0, 0, 0, 0.8) !important; width: 100%; padding: 3px 0 1px 0; display: none; }
#mimenu .vermas a { color: #fff !important; border-bottom: 3px solid #a5c017; padding-bottom: 13px; }
#mimenu #topmenu { border-top: solid 5px #000; font-family: 'ralewayregular', Arial, Helvetica, Verdana; background-color: rgba(0, 0, 0, 0.8) ; padding: 0px !important; }
#mimenu #topmenu .nav > li > a { color: #fff !important; }
#mimenu #topmenu .navbar { margin-bottom: 0px !important; }
#mimenu .nav>li>a:focus, #mimenu .nav>li>a:hover { background-color: transparent; color: #a5c017 !important; }
#mimenu .nextmenu { background-color: rgba(0, 0, 0, 0.5) !important; }
#mimenu #submenu { background-color: transparent; margin-bottom: 0px; }
#mimenu #submenu ul > li { width: auto; color: #a5c017 !important; }
#mimenu #submenu ul > li > a { /* margin-left: 30px; margin-right: 30px; */ margin-left: 10px; margin-right: 10px; color: #a5c017 !important; }
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-section {
  min-height: 100%;
  height: 100%;
  border: solid 1px red;
  position: relative;
  padding: 2em 0;
}
/*
.active > a {
    color: #a5c017 !important;
    text-decoration: underline;
    font-weight: bold;
    background: none;
}
.navbar {
  border: solid 1px red;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
*/


.collapsing {
  /* display:none; */
}

/* end menu */



/* ini estilos generales */
.green { color: #A5C017; }
.wrap { 
  max-width: 2000px;
  margin: 0 auto;
}
.regular { 
  font-family: 'ralewayregular', Arial, Helvetica, Verdana; 
}
.light {
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
}
.medium {
  font-family: 'ralewaymedium', Arial, Helvetica, Verdana;
}
.bold {
  font-family: 'ralewayheavy', Arial, Helvetica, Verdana;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.boton a, .boton a:hover, .boton a:-webkit-any-link{
  text-decoration: none !important;
  color: #fff !important;
}
.boton {
  padding: 6pt 10pt;
  background-color: #444;
  color: #fff; 
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
  text-align: center;
  font-size: 10pt;
}
.raya {
  background-color: #a5c017;
  height: 4px;
  width: 30%; 
}
.vive {
  padding: 30px 0px;
  font-size: 46px;
  letter-spacing: 1px; 
}
.vivechico {
  font-size: 40px;
  letter-spacing: 1px; 
}
.vertical-align {
    display: flex;
    align-items: center;
}
/* end estilos generales */


/* ini presentacion */
.cd-intro {
  position: relative;
  height: 100vh;
  width: 100%;
  /* vertically align its content */
  display: table;
  overflow: hidden;
}

.cd-intro-content {
  /* vertically align inside its parent */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-intro-content .action-wrapper {
  display: inline-block;
}
.cd-intro-content .action-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.cd-intro-content .action-wrapper > * {
  /* float: left; */
}
.cd-btn {
  display: inline-block;
  padding: 0.5em 2.5em 0.8em 2.5em;
  font-size: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #202e4a;
  margin-right: 1.5em;
}
.cd-btn:nth-of-type(2) {
  margin-right: 0;
}

/* -------------------------------- 

Video 

-------------------------------- */

.cd-intro.video {
  display: block;
}

.video.cd-intro-content {
  display: block;
  height: 100%;
  position: relative;
}
.video.cd-intro-content * {
  opacity: 1;
}
.video.cd-intro-content p.playa, .video.cd-intro-content .action-wrapper {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video.cd-intro-content p.playa {
    top: 40px;
    left: 100px;
    margin: 0;
    color: #fff;
    min-width: 10%;
    text-align: left;
    height: 50px;
    padding: 2px 10px;
    border-left: 3px solid #fff;
}
.video.cd-intro-content h1 {
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    font-size: 30px;
    letter-spacing: 1px;
}
.video.cd-intro-content .action-wrapper {
    bottom: 50px;
    min-width: 100%;
}
.video.cd-intro-content .cd-btn {
  background-color: rgba(4, 4, 4, 0.8);
}
.video.cd-intro-content .cd-btn:hover {
  color: #a5c017 !important;
}
@media only screen and (min-width: 768px) {
  
  .video.cd-intro-content h1 {
    font-size: 30px;
  }
  .video.cd-intro-content .action-wrapper {
    bottom: 20px;
  }
}

.cd-bg-video-wrapper {
  /* background cover video */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/presentacion/poster.jpg) no-repeat center center;
  background-size: cover;
}
.cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
}
.cd-bg-video-wrapper::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.mobile { display: block; }

@media only screen and (min-width: 768px) {
  .cd-bg-video-wrapper::after {
    content: 'desktop';
  }
}
/* end presentacion */

/*
.navbar {
    background-color: rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 0px !important;
    border-radius: 0px;
    font-family: Raleway;
    letter-spacing: 1px;
}
.active > a {
    color: #a5c017 !important;
    text-decoration: underline;
    font-weight: bold;
}
.navbar a {
    color: #fff;
}


.bars {
    display: block;
    width: 20px;
    height: 3px;    
    background-color: #fff;
    box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
}
.sub {
    display: none; 
    height: 50px;
    padding: 0px 10px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.sub ul {
    margin-bottom: 0;
}
.sub a {
    color: #a5c017 !important;
    text-transform: uppercase;
    font-size: 12px;
}
.sub a:hover {
    text-decoration: none;
    opacity: 1;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
*/

ul.thumbnails { 
    margin-bottom: 0px;
}

.galeria {
  margin-bottom: 20px;
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  
}

.middle {
    transition: .5s ease;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    /* transform: translate(-50%, -50%); */
    /* -ms-transform: translate(-50%, -50%); */
    border: solid 5px #707070;
}
.middle:hover {
    opacity: 0.3;
    border: solid 5px #fff;
}


.galeria-casa {
  margin-bottom: 15px;
}
/*
.galeria .middle {
  opacity: 0.3;
}



.galeria-casa {
  padding-top: 80px;
  padding-bottom: 60px;
}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
}

.pager li>a, .pager li>span {
  border-radius: 0px;
  border: none;
  background-color: none;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff !important;
}
/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}


li { list-style-type:none;}


/* ini home */
#home .row {
    position: relative;
}
#home .abajo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.row {
    position: relative;
}
.padding200 {
  margin-top: 200px;
}
.padding120 {
  margin-top: 120px;
}
.padding60 {
  margin-top: 60px;
}
.padding40 {
  margin-top: 40px;
}
.padding20 {
  margin-top: 20px;
}
.buttonBox {
    position: absolute;
    bottom:0;
    right:0;
}
#home .fb {
  font-size: 12px;
  color: #999999;
}
#home .fb img {
  margin: 0px 10px;
}
#home .in {
  font-size: 12px;
  color: #999999;
}
#home .in img {
  margin: 0px 10px 0px 20px;
}
#home .slide {
  position: relative;
}
.blur {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  overflow: hidden;
}
.blur:hover {
  -webkit-filter: blur(2px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(2px);
}


#home .cotizar-der {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 20%;
  height: auto;
}
#home .slide .icono {
    margin-bottom: 10px;
}
#home .slide .accion {
  width: 80%;
  margin: 0 auto;
}
#home .cotizar-izq {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 20%;
  height: auto;
}

/* end home */

/* ini casas */
#casas .detalle h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  
}
#casas .detalle .mts {
  font-size: 18px;
}
#casas .caracteristicas {
  color: #000;
  font-size: 18px;
  line-height: 20px;
}
#casas .financiamiento {
  margin-top: 50px;
  height: 70px;
}
#casas .largoplazo {
  margin-top: 20px;
  height: 70px;
}
#casas .listas br {
  line-height: 175%;
}
#casas .ver-plano {
  padding-bottom: 20px;
}
#casas .recomienda {
  border-top: solid 2px #CCCCCC;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
#casas .recomienda .fb-negro {
  padding-right: 10px;
}
#casas .recomienda p {
  padding-top: 3px;
}
#home .enviar {
  text-shadow: 1px 2px 4px #000000;
  margin-top: 10pt;
  width: 100%;
  background-color: #a5c017;
  padding: 5px 10px;
  font-size: 20px;
  border: solid 3px #657326;
  border-radius: 0px;
  color: #fff;
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
}
#home .enviar strong {
  font-family: 'ralewayheavy', Arial, Helvetica, Verdana;
}

#casas .enviar {
  text-shadow: 1px 2px 4px #000000;
  margin-top: 10pt;
  width: 100%;
  background-color: #a5c017;
  padding: 5px 10px;
  font-size: 20px;
  border: solid 3px #657326;
  border-radius: 0px;
  color: #fff;
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
}
#casas .enviar strong {
  font-family: 'ralewayheavy', Arial, Helvetica, Verdana;
}
#casas .galeria {
  padding-top: 40px;

}
/* end casas */

.abajo {
  border-bottom: 2px solid #a5c017;
}

/* ini terrenos */
#terrenos {
  padding-bottom: 30pt;
}
#terrenos .informacion {
  padding-top: 15pt;
  padding-bottom: 10pt;
}
#terrenos .informacion span{
  
}
#terrenos .informacion h1{
  margin-top: 0px;

}
#terrenos .plan {
  position: relative;
  margin-bottom: 50pt;
}
#terrenos #urbanizacion .info {
  padding-left: 30px;
  padding-right: 30px;
}
#terrenos .urbanizacion h1 {
  padding-bottom: 20px;
}
#terrenos .urbanizacion p {
  font-size: 11pt !important;
}
#terrenos .accion {
  border-top: solid 1px #fff ;
  position: absolute;
  bottom: 70px;
  right: 10px;
  width: 330px;
  height: 60px;
}
#terrenos .recomienda {

}
#terrenos .recomienda .fb-negro {
  float: left;
  margin-right: 15pt;
  margin-left: 15pt;
}
#terrenos .enviar {
  text-shadow: 1px 2px 4px #000000;
  margin-top: 10pt;
  width: 100%;
  background-color: #a5c017;
  padding: 5px 10px;
  font-size: 20px;
  border: solid 3px #657326;
  border-radius: 0px;
  color: #fff;
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
}
#terrenos .enviar strong {
  font-family: 'ralewayheavy', Arial, Helvetica, Verdana;
}
#terrenos .filete {
  width: 100%;
  height: 2px;
  background-color: #828081;
  margin: 10px 0px;
}
#terrenos .formas {
  padding-top: 30pt;
  padding-bottom: 30pt;

}
#terrenos h1.alianzas {
  font-size: 22px;
}
/* end terrenos */



/* ini ubicacion */
#ubicacion {
  margin-bottom: 40pt;
}
#ubicacion .informacion {
  padding-top: 15pt;
  padding-bottom: 10pt;
}
#ubicacion .informacion span{
  
}
#ubicacion .informacion h1{
  margin-top: 0px;

}
#ubicacion p {
  font-size: 11pt;
}
#ubicacion .como {
  margin-top: 30pt;
}


/* end ubicacion*/

/* ini atractivos */
#atractivos .flexbox-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  visibility: hidden;
}
#atractivos .flexbox-slider .flexbox-slide {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  visibility: visible;
}

/*
#atractivos .flexbox-slider .flexbox-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
}
*/
#atractivos .flexbox-slider .flexbox-slide .titulo {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
#atractivos .flexbox-slider .flexbox-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#titulo-01 img.vertical {
  width: 73px !important;
  max-width: 73px;
}
#atractivos .flexbox-slider .flexbox-slide .text-block {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 80%;
  padding: 20px;
  color: #fff;
  z-index: 4;
  display: none;
  
}
#atractivos .flexbox-slider .flexbox-slide .title-block {
  position: absolute;
  left: 60px;
  top: 200px;
  max-width: 80%;
  min-width: 220px;
  padding: 20px;
  color: #fff;
  z-index: 4;
  display: none;
}
#atractivos .flexbox-slider .flexbox-slide .text-block p {
  font-size: 14px !important;
  text-shadow: 1px 2px 4px #000000;
}

/*
#atractivos .flexbox-slider:hover .flexbox-slide:hover {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80%;
}
*/

#atractivos .flexbox-slider.activo .flexbox-slide.activo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80%;
}

#atractivos .flexbox-slider.flexbox-slider-1 .flexbox-slide .text-block {
  bottom: 60px;
}
/*
#atractivos .flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  bottom: 30px;

  display: none;
}
*/

#atractivos .flexbox-slider.flexbox-slider-1 .flexbox-slide .title-block {
  top: 200px;
}
/*
#atractivos .flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .title-block {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  top: 170px;
  
  display: none;
}
*/
#atractivos .vive {
  padding: 50px 0px;
}


/* bxslider */
.bx-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

/** THEME
===================================*/
.bxslider {
  top: -12px;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-viewport {
  background: #fff;
}

.bx-wrapper .bx-pager{
  display: none;
}

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -50px;  
  border-radius: 15px;
}

.bx-wrapper .bx-prev:before{
  content:'';
background: url(http://www.japonshop.com/css/img/flch-izq.gif) no-repeat center;  
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;  
  transform: translate(-50%, -50%);
}

.bx-wrapper .bx-next {
  right: -50px; 
  border-radius: 15px;  
}

.bx-wrapper .bx-next:before{
  content:'';
background: url(http://www.japonshop.com/css/img/flch-der.gif) no-repeat center; 
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;  
  transform: translate(-50%, -50%);
}

.bx-wrapper .bx-controls-direction a {  
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  outline: 0;
  width: 32px;
  height: 112px; 
  text-indent: -9999px;
  z-index: 9999;
  border: 1px solid #e6e6e6;
background: -webkit-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
background: -moz-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
background: -o-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
background: linear-gradient(#fcfcfc 0%, #ebebeb 100%);  
}

.bx-wrapper .bx-controls-direction a:hover{
  background: #ebebeb;
}

.bx-wrapper .bx-controls-direction a:hover:before{
  left:45%;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover:before{
  left:55%;
}


.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* end atractivos */

/* ini galeria */
/*
#galeria .row {
  padding-top: 15px;
}
*/
#galeria .next {
  width: 80%;
}
/* end galeria */

/* ini contacto */
#contacto p span {
  font-family: 'ralewayheavy', Arial, Helvetica, Verdana;
}
#contacto h1 {
  color: #a5c017;
  margin-bottom: 0px;
}
#contacto .como h1 {
  color: #333;
}
#contacto p {
  margin-bottom: 20pt;
}
#contacto form {
    padding-top: 20pt;
}
#contacto input {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
#contacto textarea {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
#contacto .error {
  border-bottom: solid 2px red !important;
}
#contacto .ok {
  border-bottom: solid 2px #108001 !important;
}
#contacto .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.8; 
  font-family: 'ralewayregular', Arial, Helvetica, Verdana; 
  font-size: 10pt;
  color: #000;
}
#contacto .form-group {
  width: 80%;
  position: relative;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
#contacto #messages {
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 8pt !important;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding: 0 0 7px 3px !important;
}
#contacto .bg {
  margin-top: 10px;
  width: 300px;
  height: 28px;
  background-image: url(../img/contacto/contacto-flecha-new.png);
  margin: 0 auto;
}
#contacto .enviar {
  text-shadow: 1px 2px 4px #000000;
  margin-top: 35pt;
  width: 80%;
  background-color: #a5c017;
  font-size: 22px;
  border: solid 3px #657326;
  border-radius: 0px;
  color: #fff;
  font-family: 'ralewaylight', Arial, Helvetica, Verdana;
}
#contacto .enviar strong {
  font-family: 'ralewayheavy', Arial, Helvetica, Verdana;
}
#contacto .enviar img {
  margin-left: 10px;
  margin-bottom: -20px; 
}
#contacto .cuadro {
  margin: 0 auto;
  width: 80%;
  margin-top: 50px;
  border: solid 3px #CCCCCC;
  color: #000;
  padding-bottom: 20px;
}
#contacto .cuadro h1 {
  font-size: 25pt;
  color: #000;
  font-weight: normal;
  margin-bottom: 0px;
}
#contacto .cuadro .llamando {
  font-size: 18pt;
  margin-bottom: 0px;
}
#contacto .cuadro .phone {
  color: #B3B3B3;
  font-size: 28pt;
}
#contacto .celular {
    margin-top: -40px; 

}
#contacto .bg .fb {
    padding-top: -20px;
}
#contacto .social {
    margin-top: 40px;
    padding-top: 15px;
    margin-bottom: 20px;
}
#contacto .siguenos {
    font-size: 22pt;
}
/* end contacto */


/* ini footer */
.footer { padding-top: 20px; padding-bottom: 10px; background-color: #000; border-top: #A5C017 solid 4px; }
.footer .info { font-family: 'ralewayregular', Arial, Helvetica, Verdana;  font-size: 14px; color: #fff; letter-spacing: 0.5px; margin-top: 12pt; }
.footer .social { width: 220px; }
.footer .social img { margin-right: 8px; }
.footer .instagram { padding-top: 5pt; padding-bottom: 20px; }
.footer .social a { font-family: 'ralewayheavy', Arial, Helvetica, Verdana; color: #A5C017; size: 18px; letter-spacing: 0.5px; }
.footer .social a:hover { transition: color 0.9s ease; color: #15A504; text-decoration: none; }
/* end footer */



/* INI MENU FOOTER */
#modalInformativo { padding-top: 10px;padding-bottom: 0px; }
#modalInformativo .modal-header .close { margin-top: -2px; opacity: 1; }
#modalInformativo .modal-header {border-bottom: 0px; padding: 2px;}
#modalInformativo .modal-content { background-color: transparent !important;-webkit-box-shadow: none; box-shadow: none; border: none; max-width: 400px; }
#modalInformativo .modal-body { padding-top: 0px; }
#modalInformativo .modal-body img.img-responsive { margin-left: auto; margin-right: auto; }


.hablemos-whatsapp {
    width: 250px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    box-shadow: 0 1px 10px -2px gray;
    z-index: 9999;
}
.hablemos-whatsapp span {
    font-family: "proxima_novalight", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
}
.hablemos-whatsapp span strong {
    font-family: "proxima_novabold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
}
.hablemos-whatsapp-hover {
    width: 250px;
    height: 50px;
    overflow: visible;
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 9999;
}
.hablemos-whatsapp-hover .imgwrap {
    width: 60px;
    display: inline-block;
    position: absolute;
    left: 0px;
    background: #f5f5f5;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 1px 10px -2px gray;
    transition: all 0.4s ease-in-out;
}
.hablemos-whatsapp-hover span {
    font-family: "proxima_novalight", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    opacity: 0;
    position: absolute;
    left: 60px;
    top: 5px;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.1s;
}
.hablemos-whatsapp-hover span strong {
    font-family: "proxima_novabold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
}
.hablemos-whatsapp-hover:hover .imgwrap {
    width: 250px;
}
.hablemos-whatsapp-hover:hover span {
    opacity: 1;
}
#formWSP .modal-header { background-color: #75b41e; }
#formWSP h4 { font-weight: 400; color:#fff; text-align:center; }
#formWSP .modal-body { padding: 50px 80px; } 

.grecaptcha-badge {
    display: none;
}

.link-transbank {
  margin: 0 auto !important;
  width: 390px;
  height: 90px;
  background-image: url(../img/reserva-aqui-v3.png);
  
}
.link-transbank:hover {
   background-position: 390px -90px; 
}