/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Light.eot');
    src: url('../fonts/Larken-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larken-Light.woff2') format('woff2'),
        url('../fonts/Larken-Light.woff') format('woff'),
        url('../fonts/Larken-Light.ttf') format('truetype'),
        url('../fonts/Larken-Light.svg#Larken-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Bold.eot');
    src: url('../fonts/Larken-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larken-Bold.woff2') format('woff2'),
        url('../fonts/Larken-Bold.woff') format('woff'),
        url('../fonts/Larken-Bold.ttf') format('truetype'),
        url('../fonts/Larken-Bold.svg#Larken-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*estilos generales*/
html, body{opacity:0; font-family: 'Sarabun', sans-serif;}
html{position:relative; min-height:100%}
body{margin-bottom:0px; position: relative;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.relativeZ1{position: relative; z-index: 1}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #fff;
}
.loader .logo{
  width: 300px;
}

/*Header*/
header{
  background: transparent; position: fixed; padding-left: 65px; padding-right: 65px; width: 100%; left: 0; top: 0; z-index: 1000; padding-bottom: 0px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; min-height: 119px
}
.nav{display: block; position: relative; z-index: 1}
header .logo{margin-top: 51px}
header ul{
  padding-left: 0px !important; border:none; border-radius: 0px; margin-bottom: 0px !important; text-align: center; display: block; margin-top: 54px
}
header ul li{
  list-style-type: none !important; display: inline-block !important; margin-left: 0 !important; margin-right: 38px !important; background: none !important; border-radius: 0px !important; border:none !important;
}
header ul li:first-child{margin-left: 0px !important}
header ul li:last-child{margin-right: 0px !important}
header ul li a:hover,header ul li a:focus{
  color: #fff;
}
.nav-tabs>li a.active,.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
  color: #F8EDE1;
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
  font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F8EDE1;
    background-color:transparent;
    border:none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-right: 0px;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
}
.nav-tabs>li>a:hover {

}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
}
.affix {
  position: relative;
}
header .redes{
  text-align: right; margin-top: 53px; margin-left: 0
}
header .redes .red{color: #F8EDE1;}
header .redes .red.dos{margin-right: 15px}
/*header.dos .nav>li>a{
  color: #505349;
}
header.dos .logo path{fill: #505349;}
header.dos .marcador{
  background: #505349
}
header.dos ul::before{
  filter: brightness(0);
}*/
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header ul li a span{
  height: 2px;
  width: 100%;
  background: #F8EDE1;
  display: inline-block;
  margin-top: 10px;
  opacity: 0;
  transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header .list-group-item.active {
    z-index: 2;
    color: #71D1A6;
    background:none;
    border:none;
}
header .list-group-item.active span,header .list-group-item:hover span{opacity: 1}
header.dos{
  background-image: url('../img/fondo-header_.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}

/*Footer*/

/*Inicio*/
.inicio-home{position: relative; padding-top: 118px; background-image: url('../img/fondo-home.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 100vh; padding-right: 0; padding-left: 0}
.inicio-home .c-slider{
  position: relative; height: 100%
}
.inicio-home .c-slider .imagen{
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1)); width: calc(100% - 170px); height: calc(100% - 98px); position: absolute; right: 0; top: 0; z-index: 1
}
.inicio-home .c-slider-principal .arrow.left{position: absolute; left: 0; top: 50%; margin-top: -25px; z-index: 1}
.inicio-home .c-slider-principal .arrow.right{position: absolute; right: 0; top: 50%; margin-top: -25px; z-index: 1}
.inicio-home .c-sliders-secundarios{padding-right: 30px}
.inicio-home .ms-view{background: none}
.inicio-home .ms-skin-default .ms-nav-next, .inicio-home .ms-skin-default .ms-nav-next .ms-skin-default .ms-nav-prev {
    width: 31px;
    background: none;
    background-position: inherit;
    height: 31px;
    cursor: pointer;
    top: 50%;
    left: 100px;
    margin-top: -15.5px;
    position: absolute;
    z-index: 110;
}
.inicio-home .ms-skin-default .ms-nav-next {
	background: url(../img/arrow-right.svg);
    right: 100px;
    left: auto;
    background-position: inherit;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.inicio-home .ms-skin-default .ms-nav-prev {
	background: url(../img/arrow-left.svg);
	 margin-top: -15.5px;
	 width: 31px;
	 height: 31px;
	 left: 100px;
}
.inicio-home .ms-skin-default .ms-bullet-selected {
    background-position: none;
    background: url('../img/bullet-active.svg') !important;
}
.inicio-home .ms-skin-default .ms-bullet {
    width: 12px;
    height: 12px;
    background: url('../img/bullet.svg');
    border:none;
    margin: 7px;
    background-position: none;
    border-radius: 0;
    display: inline-block;
    float: none
}
.inicio-home .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 59px;
    right: 0;
    width: 100% !important;
    left: 0px !important;
    text-align: right;
}
.inicio-home .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: 0 !important;
    padding-left: 0px;
    text-align: right;
    display: block;
    padding-right: 176px
}
.inicio-home .frase{
  position: absolute; left: 67px; bottom: 0; z-index: 2; height: 100%
}
.inicio-home .frase img{max-height: 100%}
.inicio-home .degradado{
  background: linear-gradient(90deg, #BF8C4B 0%, rgba(191, 140, 75, 0) 94.27%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  width: 400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.inicio-home .controles{
  position: absolute; z-index: 1; right: 170px; bottom: 98px
}
.inicio-home .controles img{cursor: pointer;}
.inicio-4{
  padding-top: 69px
}
.inicio-4 .titulo{
  font-family: 'Larken';
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 107px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BF8C4B;
  text-align: right;
  padding-right: 25px
}
.inicio-4 p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #683633;
  margin-bottom: 0;
  margin-right: -15px;
  margin-top: 24px
}
.inicio-4 .sobrepuesto{
  background-image: url('../img/fondo-conkal.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 620px; width: 100%; position: absolute; left: 0; top: 0
}
.inicio-4 .titulo-2{
  font-family: 'Larken';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BF8C4B;
  margin-bottom: 30px
}
.inicio-4 .contiene-slick{
  margin-top: 0
}
.inicio-4 .control.left{
  position: absolute; left: 10px; top: 50%; margin-top: -25px;
}
.inicio-4 .control.right{
  position: absolute; right: 10px; top: 50%; margin-top: -25px;
}
.inicio-4 .slick-next, .inicio-4 .slick-prev {
    display: none !important
}
.inicio-4 .contiene-slick {
    position: relative;
    z-index: 10;
}
.inicio-4 .item{width: 370px; padding-left: 10px; padding-right: 10px;}
.inicio-4 .slick-dots{text-align: center; bottom: -50px; padding-left: 0px; width: calc(100%)}
.inicio-4 .slick-dots li button:before{
  width: 12px;
  height: 12px;
  background: url('../img/bullet.svg');
  border:none;
  content:'';
  border-radius: 0
}
.inicio-4 .slick-dots li.slick-active button:before{
  background: url('../img/bullet-active.svg');
}
.inicio-4 .slick-dots li button{
  width: 12px; padding: 0
}
.inicio-4 .slick-dots li{
  width: 12px
}
.inicio-4 .imagen{
  height: 510px; position: relative; width: calc(100% - 105px); margin-top: 64px; margin-bottom: 55px
}
.inicio-4 .recuadro{
  width: 500px; position: absolute; right: -105px; background-image: url('../img/fondo-recuadro.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-left: 80px; padding-right: 80px; padding-top: 73px; padding-bottom: 53px
}
.inicio-4 .recuadro ul{
  padding-left: 0; margin-bottom: 0
}
.inicio-4 .recuadro ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #F8EDE1;
  margin-bottom: 20px
}
.inicio-4 .recuadro .shape{
  position: absolute;
  bottom: -50px;
  right: -50px;
}
.inicio-4 .bloque-2{
  padding-right: 65px; padding-left: 15px; padding-top: 71px
}
.inicio-4 .bloque-2 .patron{
  background-image: url('../img/patron-ubicacion.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: absolute; width: 100%; height: calc(100% + 222px); left: 0; bottom: 0;
}
.inicio-4 .bloque-2 .patron img{
  position: absolute; right: 0; top: 222px;
}
.inicio-4 .bloque-2 .c-map{position: relative; padding-bottom: 80px; padding-left: 75px}
.inicio-4 .bloque-2 .c-map button{
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  width: 236px;
  height: 45px;
  background: #683633;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8EDE1;
  border:none;
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 1
}
.inicio-4 .bloque-2 .c-map button img{vertical-align: baseline;}
.la-estancia{padding-bottom: 65px}
.la-estancia .bloque-1{padding-top: 136px}
.la-estancia .fondo-1{
  background-image: url('../img/fondo-la-estancia.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 100%; width: 100%; position: absolute; left: 0; top: 0
}
.la-estancia .left{
  position: absolute; left: 0; top: 50%; margin-top: -25px;
}
.la-estancia .right{
  position: absolute; right: 0; top: 50%; margin-top: -25px;
}
.la-estancia .slick-next, .la-estancia .slick-prev {
    display: none !important
}
.la-estancia .contiene-slick {
    position: relative;
    z-index: 10;
}
.la-estancia .item{width: 100%;}
.la-estancia .texto{
  position: absolute; left: 15px; top: -39px; z-index: 10
}
.la-estancia .recuadro-amarillo{
  background-image: url('../img/fondo-la-estancia-2.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 71px; padding-bottom: 71px; padding-left: 15px; padding-right: 15px; position: relative; text-align: center;
}
.la-estancia .recuadro-amarillo p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F8EDE1;
  margin-bottom: 0;
  width: 865px;
  max-width: 100%;
  display: inline-block;
}
.la-estancia .recuadro-amarillo .shape{
  position: absolute; left: 0; right: 0; top: -50px; margin: auto; z-index: 10
}
.la-estancia .slick-dots{text-align: right; bottom: 10px; padding-right: 15px; width: calc(100%)}
.la-estancia .slick-dotted.slick-slider{margin-bottom: 0}
.la-estancia .slick-dots li button:before{
  width: 12px;
  height: 12px;
  background: url('../img/bullet-2.svg');
  border:none;
  content:'';
  border-radius: 0
}
.la-estancia .slick-dots li.slick-active button:before{
  background: url('../img/bullet-active-2.svg');
}
.la-estancia .slick-dots li button{
  width: 12px; padding: 0
}
.la-estancia .slick-dots li{
  width: 12px
}
.la-estancia .bloque-2{
  margin-top: 50px
}
.la-estancia .bloque-2 .subtitulo{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #683633;
  margin-bottom: 20px;
}
.la-estancia .bloque-2 .subtitulo.oculto{opacity: 0}
.la-estancia .bloque-2 ul{padding-left: 0; margin-bottom: 0; display: inline-block; width: auto;}
.la-estancia .bloque-2 ul li{
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #683633;
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DBC6AF;
  padding-left: 17px;
  position: relative;
}
.la-estancia .bloque-2 ul li img{
  position: absolute; left: 0; top: 7px
}
.la-estancia .bloque-2 .linea{
  display: inline-block; background: #F8EDE1; width: 1px; height: calc(100% - 12px);
}
.casa-club{
  background-image: url('../img/fondo-casa-club.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.casa-club .c-slider{
  padding-top: 70px; padding-left: 65px; padding-right: 65px; position: relative;
}
.casa-club .sobrepuesto{
  background-image: url('../img/patron-casa-club.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 54.5%; width: 100%; position: absolute; left: 0; top: 0
}
.casa-club .texto{
  position: absolute; left: 120px; top: 0; z-index: 10
}
.casa-club .left{
  position: absolute; left: 0; top: 50%; margin-top: -25px;
}
.casa-club .right{
  position: absolute; right: 0; top: 50%; margin-top: -25px;
}
.casa-club .slick-next, .casa-club .slick-prev {
    display: none !important
}
.casa-club .contiene-slick {
    position: relative;
    z-index: 10;
}
.casa-club .item{width: 100%;}
.casa-club .slick-dots{text-align: left; bottom: -20px; padding-right: 0; width: calc(100%)}
.casa-club .slick-dotted.slick-slider{margin-bottom: 0}
.casa-club .slick-dots li button:before{
  width: 12px;
  height: 12px;
  background: url('../img/bullet-3.svg');
  border:none;
  content:'';
  border-radius: 0
}
.casa-club .slick-dots li.slick-active button:before{
  background: url('../img/bullet-active-3.svg');
}
.casa-club .slick-dots li button{
  width: 12px; padding: 0
}
.casa-club .slick-dots li{
  width: 12px
}
.casa-club p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #683633;
  margin-bottom: 40px
}
.casa-club .h1{
  font-family: 'Larken';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BF8C4B;
  margin-bottom: 40px
}
.casa-club .item{
  position: relative; margin-bottom: 30px
}
.casa-club .item img{width: 100%}
.casa-club .item .nombre{
  font-family: 'Larken';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F8EDE1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url('../img/fondo-boton.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.casa-club .segunda-parte{
  padding-left: 65px; padding-right: 65px; padding-top: 40px; padding-bottom: 70px; position: relative;
}
.fondo-rocoso{
  width: 356px; height: calc(100% - 40px); background-image: url('../img/fondo-rocoso.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: absolute; left: 0; bottom: 0
}
.parque-tematico{
  padding-top: 100px; padding-bottom: 274px; background-image: url('../img/fondo-parque-tematico.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.parque-tematico .titulo{
  font-family: 'Larken';
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 107px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F8EDE1;
  margin-bottom: 20px
}
.parque-tematico p{
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F8EDE1;
  margin-bottom: 80px;
  width: 816px;
  max-width: 100%
}
.parque-tematico .contiene-slick{
  margin-top: 0; position: relative; z-index: 1
}
.parque-tematico .control.left{
  position: absolute; left: 65px; top: 50%; margin-top: -25px;
}
.parque-tematico .control.right{
  position: absolute; right: 65px; top: 50%; margin-top: -25px;
}
.parque-tematico .slick-next, .parque-tematico .slick-prev {
    display: none !important
}
.parque-tematico .contiene-slick {
    position: relative;
    z-index: 10;
}
.parque-tematico .item{width: 407px; padding-left: 12px; padding-right: 12px;}
.parque-tematico .item .info-text{
  font-family: 'Larken';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8EDE1;
  padding-top: 25px
}
.parque-tematico .patron{
  background-image: url('../img/patron-parque-tematico.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; width: 606px; max-width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; margin: auto; mix-blend-mode: multiply;
}
.recuadro-master-plan{
  background-image: url('../img/fondo-master-plan.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 92px; padding-bottom: 92px; padding-left: 15px; padding-right: 15px; position: relative; bottom: 173px; box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
.recuadro-master-plan .texto{
  position: absolute; height: 100%; left: 122px; top: 0; z-index: 1
}
.recuadro-master-plan p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #F8EDE1;
  margin-bottom: 30px
}
.recuadro-master-plan button{
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  width: 210px;
  height: 45px;
  background: #683633;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8EDE1;
  border:none;
}
.recuadro-master-plan button img{vertical-align: baseline;}
.contacto{
  background-image: url('../img/fondo-casa-club.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: relative;
}
.contacto .c-contacto{
  bottom: 79px; position: relative;
}
.contacto .recuadro{
  background: rgba(244, 234, 224, 0.8);
  border: 1px solid #BF8C4B;
  padding: 10px;
  padding-bottom: 57px;
  text-align: center;
}
.contacto .recuadro .logo{
  margin-top: 55px;
  margin-bottom: 26px
}
.contacto .recuadro p{
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #BF8C4B;
  width: 339px;
  max-width: 100%;
  display: inline-block;
}
.contacto .h2{
  font-family: 'Larken';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BF8C4B;
  margin-bottom: 10px
}
.contacto table{width: 100%; margin-bottom: 46px}
.contacto table .titulo-2{
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #683633;
  margin-bottom: 14px
}
.contacto table ul{padding-left: 0; margin-bottom: 0;}
.contacto table ul li{
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #683633;
  padding-left: 20px;
  list-style-type: none;
}
.contacto table ul li a, .contacto table ul li a:hover, .contacto table ul li a:focus{
  color: #683633; text-decoration: none
}
.contacto table ul li img{position: absolute; left: 0; top: 8px}
.contacto table .redes i{
  color: #BF8C4B; font-size: 17px; margin-right: 10px
}
.contacto table tr td:nth-child(2){
  width: 120px
}
.contacto table tr{vertical-align: top;}
.contacto .parrafo{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #683633;
  margin-top: 4px;
  margin-bottom: 28px
}
.contacto input,.contacto textarea{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #BF8C4B;
  height: 30px;
  background: none;
  border:none;
  border-bottom: 1px solid #BF8C4B;
  border-radius: 0;
  padding-left: 0
}
.contacto textarea{height: 80px}
.contacto *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #BF8C4B !important;
	opacity:1;
}
.contacto *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #BF8C4B !important;
	opacity:1;
}
.contacto *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #BF8C4B !important;
	opacity:1;
}
.contacto *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #BF8C4B !important;
	opacity:1;
}
.contacto .c-boton{text-align: right;}
.contacto .c-boton button{
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  width: 132px;
  height: 45px;
  background: #683633;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8EDE1;
  border:none;
}
.contacto .g-recaptcha{
  transform: scale(0.96); transform-origin: 0 0
}
.contacto .columna-2{padding-left: 80px}
.contacto .patron{
  background-image: url('../img/patron-contacto.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; width: 45.5%; max-width: 100%; height: 100%; position: absolute; left: 0; top: 0; mix-blend-mode: multiply;
}
footer .suscribete{
  background-image: url('../img/fondo-la-estancia.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 100px; padding-bottom: 80px; position: relative; text-align: center;
}
footer .suscribete .borde{
  border: 1px solid #BF8C4B; width: calc(100% - 60px); height: calc(100% - 60px); position: absolute; left: 30px; top: 30px; z-index: 1; pointer-events: none;
}
footer .suscribete .titulo{
  font-family: 'Larken';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BF8C4B;
  margin-bottom: 20px
}
footer .suscribete input[type=text],footer .suscribete input[type=email]{
  height: 30px;
  width: 290px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #BF8C4B;
  border:none;
  background: none;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid #BF8C4B;
  margin-bottom: 24px
}
footer .suscribete *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #BF8C4B !important;
	opacity:1;
}
footer .suscribete *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #BF8C4B !important;
	opacity:1;
}
footer .suscribete *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #BF8C4B !important;
	opacity:1;
}
footer .suscribete *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #BF8C4B !important;
	opacity:1;
}
footer .suscribete .c-boton{text-align: right;}
footer .suscribete .c-boton button{
  width: 132px;
  height: 45px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  background: #BF8C4B;
  border-radius: 5px;
  border:none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8EDE1;
}
footer .suscribete .c-boton button img{vertical-align: baseline;}
footer .suscribete .c-captcha{text-align: left;}
footer .suscribete .g-recaptcha{
  transform: scale(0.7); transform-origin: 0 0
}
footer .suscribete form{
  display: inline-block;
}
footer .suscribete .pdr10{padding-right: 10px}
footer .suscribete .pdl10{padding-left: 10px}
footer .suscribete .small-borde-1{
  height: 30px; width: 1px; background: #BF8C4B; position: absolute; left: 0; right: 0; top: 0; margin: auto; z-index: 1
}
footer .suscribete .small-borde-2{
  height: 30px; width: 1px; background: #BF8C4B; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1
}
footer .suscribete .shape{
  height: 100%; background-image: url('../img/shape-suscribete.png'); background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; position: absolute; top: 0; left: 0; right: 0; margin: auto; background-position: center; background-repeat: no-repeat;
}
footer .segunda-parte{
  background-image: url('../img/fondo-footer.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 80px; padding-bottom: 28px
}
footer .segunda-parte h2{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #F8EDE1;
  margin-top: 0;
  margin-bottom: 22px
}
footer .segunda-parte ul{padding-left: 0; margin-bottom: 0}
footer .segunda-parte ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #F8EDE1;
  list-style-type: none;
  position: relative;
  padding-left: 20px
}
footer .segunda-parte ul li a, footer .segunda-parte ul li a:hover, footer .segunda-parte ul li a:focus{
  color: #F8EDE1; text-decoration: none
}
footer .segunda-parte ul li img{position: absolute; left: 0; top: 9px}
footer .segunda-parte ul.uno{column-count: 2}
footer .segunda-parte .divisor{
  margin-top: 70px; background: #F8EDE1; width: 100%; height: 1px; margin-bottom: 29px
}
footer .segunda-parte p{
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: 816px;
  max-width: 100%;
  margin-bottom: 38px;
  display: inline-block;
}
footer .segunda-parte h3{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 0
}
footer .segunda-parte h3 a, footer .segunda-parte h3 a:hover, footer .segunda-parte h3 a:focus{
  color: #FFFFFF; text-decoration: none
}
footer .segunda-parte .c-logo{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #F8EDE1;
  text-align: right;
}
footer .segunda-parte .c-logo img{
  margin-left: 15px
}
footer .last-row{align-items: end}

/*Master Plan*/
.master-plan{
  padding-top: 175px; padding-bottom: 67px; background-image: url('../img/fondo-casa-club.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.master-plan .texto{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #683633;
  margin-bottom: 44px
}
.master-plan .info ul{
  padding-left: 0; text-align: center; margin-bottom: 39px
}
.master-plan .info ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #683633;
  list-style-type: none;
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px
}
.master-plan .info ul li img{vertical-align: middle; margin-right: 11px}
.master-plan .texto-2{
  position: absolute; top: -55px; left: 15px
}
.master-plan .texto-3{
  position: absolute; left: 0; bottom: -266px
}
.contiene-master-plan svg{background-image:url('../img/LaEstancia_MasterPlan_WEB.png'); background-size:100%; -webkit-background-size:100%; -moz-background-size:100%; width:100%; height:auto;}
.popover{border-radius:3px; border: none; background-color: #fff; padding-left: 0; padding-right: 0; padding-top: 0; box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);}
.popover-body{padding-left: 0; padding-right: 0; padding-top: 0}
.content-title{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
  background-image: url('../img/fondo-encabezado-opover.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 6px;
  padding-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.content-text{
  text-align: center;
  color: #5a94a8;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px
}
.content-text .p-metros{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #683633;
}
.content-text .p-price{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #683633;
}
.content-text .p-disponibilidad{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #683633;
}
.popover{width:140px}
.popover .arrow:after{
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before{
  border-top-color: #fff
}
.barra-verde{
  width: 13px;
  height: 72px;
  border: solid 2px #a39d8d;
  background-color: #ffffff;
  position:absolute;
  left:12px;
  top:15px
}
.barra-amarilla{width:14px;height:52px;background:#e8ae00;position:absolute;right:5px;top:4px}
.barra-roja{width:14px;height:52px;background:#af1118;position:absolute;right:5px;top:4px}
.label-success-cotizador:hover{cursor:pointer;fill:transparent}
.label-warning-cotizador:hover{fill:rgba(232,174,0,0.50);cursor:pointer}
.label-danger-cotizador:hover{fill:rgba(175,17,24,0.50);cursor:pointer}
.label-warning-cotizador.active{fill:rgba(232,174,0,0.50);cursor:pointer}
.label-danger-cotizador.active{fill:rgba(175,17,24,0.50);cursor:pointer}
.label-warning-cotizador{fill:rgba(232,174,0,0.50) !important;cursor:pointer}
.label-danger-cotizador{fill:rgba(175,17,24,0.50) !important;cursor:pointer}
#modalCotizador{z-index: 9999}
#modalCotizador .modal-dialog{max-width: 100%; width: 815px;}
#modalCotizador .modal-content{
  border-radius: 0px;
}
#modalCotizador .cerrar-modal{
  position: absolute; right: 0; top: 0; cursor: pointer; z-index: 1
}
#modalCotizador .contenido{
  background-image: url('../img/fondo-modal.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 94px; padding-bottom: 48px; padding-left: 100px; padding-right: 100px; position: relative;
}
#modalCotizador .contenido .texto{position: absolute; left: -34px; top: 67px; z-index: 1}
#modalCotizador .contenido .patron{
  background-image: url('../img/patron-modal.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; width: 63px; height: 100%; position: absolute; left: 0; top: 0; mix-blend-mode: multiply;
}
#modalCotizador .contenido .bg span{
  font-family: 'Larken';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #F8EDE1;
}
#modalCotizador .contenido .bg b{
  font-family: 'Larken';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #F8EDE1;
  font-weight: 300
}
#modalCotizador .contenido input[type=text],#modalCotizador .contenido input[type=email], #modalCotizador .contenido select{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #F8EDE1;
  width: 100%;
  height: 40px;
  background: none;
  border:none;
  border-bottom:1px solid #F8EDE1;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  margin-bottom: 10px
}
#modalCotizador .contenido .contiene-select{
  position: relative; margin-top: 15px
}
#modalCotizador .contenido .contiene-select option{color:#000}
#modalCotizador .contenido .contiene-select img{position: absolute; right: 0; top: 20px; pointer-events: none}
#modalCotizador .contenido *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #F8EDE1 !important;
	opacity:1;
}
#modalCotizador .contenido *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #F8EDE1 !important;
	opacity:1;
}
#modalCotizador .contenido *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #F8EDE1 !important;
	opacity:1;
}
#modalCotizador .contenido *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #F8EDE1 !important;
	opacity:1;
}
#modalCotizador .contenido .texto-precio{
  font-family: 'Larken';
  background: linear-gradient(180deg, #D7A566 0%, rgba(191, 140, 75, 0) 100%);
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #F8EDE1;
  margin-top: 20px
}
#modalCotizador .contenido .texto-precio b{font-weight: 300}
#modalCotizador .contenido span{font-weight: bold;}
#modalCotizador .contenido .nota{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #F8EDE1;
}
#modalCotizador .contenido .texto-medio{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F8EDE1;
  margin-bottom: 20px;
  margin-top: 52px
}
#modalCotizador .contenido .c-captcha{margin-top: 10px}
#modalCotizador .contenido .g-recaptcha{
  transform: scale(0.8); transform-origin: 0 0
}
#modalCotizador .contenido h4{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: #F8EDE1;
  text-align: right;
  margin-top: 0;
  margin-bottom: 12px
}
#modalCotizador .contenido h4 input{vertical-align: sub;}
#modalCotizador .contenido h4 a, #modalCotizador .contenido h4 a:hover, #modalCotizador .contenido h4 a:focus{
  color: #F8EDE1; text-decoration: none
}
#modalCotizador .contenido .contiene-boton{text-align: right;}
#modalCotizador .contenido .contiene-boton button{
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  width: 132px;
  height: 45px;
  background: #683633;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8EDE1;
  border:none;
}
#modalCotizador .contenido .contiene-boton button img{vertical-align: baseline;}
#modalCotizador .contenido .shape{
  position: absolute; left: 0; right: 0; top: -30px; margin: auto; width: 60px;
}
#modalCotizador .contenido .contiene-img{text-align: center;}

/* medias SM para abajo*/
@media (max-width:991px)
{
  header{display: none}
  .menu-mobile .contiene-logo{
    width: 150px;
    height: 50px;
    background: none;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .menu-mobile.dos{background: #fff}
  .menu-mobile.dos .contiene-logo{background: none; box-shadow: none}
  #modalMenu .contiene-logo{
    width: 150px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
  }
  #modalMenu .logo{width: 110px;}
  #modalMenu .cierra-menu{
    position: absolute; right: 0; top: 0
  }
  #modalMenu{
    z-index: 10000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background-image:url('../img/fondo-modal.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 13px; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 20px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    font-family: 'Larken';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F8EDE1;
    display: block;
    border:none
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{
    color: #F8EDE1;
    text-decoration: none;
  }
  #modalMenu .redes{margin-top: 20px}
  #modalMenu .red{
    font-size: 18px; color: #F8EDE1; margin-left: 7px; margin-right: 7px; vertical-align: middle;
  }
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999;
  }
  .menu-mobile .logo{width: 110px;}
  .menu-mobile .abre-menu{
    filter: brightness(0) invert(1); margin-top: 18px
  }
  .menu-mobile.dos{
    background-image:url('../img/fondo-header_.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 50px
  }
  .inicio-home .ms-bullets.ms-dir-h .ms-bullets-count{padding-left: 0; text-align: center; padding-right: 0}
  .inicio-home .precio{width: 60px}
  .inicio-home .c-slider-principal .arrow.left{
    top: inherit; margin-top: inherit; width: 25px; bottom: 15px; left: 15px;
  }
  .inicio-home .c-slider-principal .arrow.right{
    top: inherit; margin-top: inherit; width: 25px; bottom: 15px; left: 45px;
  }
  .inicio-4 .control.left{width: 25px; margin-top: -12.5px}
  .inicio-4 .control.right{width: 25px; margin-top: -12.5px}
  .inicio-4 .item{width: 100%; padding-left: 0; padding-right: 0}
  .inicio-home{padding-top: 50px}
  .inicio-home .c-slider .imagen{
    width: 100%;
    height: calc(100% - 50px);
  }
  .inicio-home .frase{left: 15px; top: 0; bottom: inherit;}
  .inicio-home .frase img{height: 200px}
  .inicio-home .controles{left: 15px; bottom: 50px}
  .inicio-home .ms-bullets.ms-dir-h{bottom: 15px}
  .inicio-4{padding-top: 50px}
  .inicio-4 .titulo{
    font-size: 50px;
    line-height: normal;
    text-align: right;
    padding-right: 25px
  }
  .inicio-4 p{font-size: 14px; text-align: center;}
  .inicio-4 .imagen{margin-top: 30px; height: 500px; width: 100%;}
  .inicio-4 .recuadro{
    width: 100%; right: 0; padding-left: 25px; padding-right: 10px; padding-top: 20px; padding-bottom: 10px
  }
  .inicio-4 .recuadro ul li{font-size: 14px; line-height: normal; margin-bottom: 15px}
  .inicio-4 .imagen .shape{width: 50px; position: absolute; left: 0; right: 0; bottom: -25px; margin: auto;}
  .inicio-4 .bloque-2{padding-right: 15px; padding-top: 50px}
  .inicio-4 .bloque-2 .c-map{padding-left: 0}
  .inicio-4 .bloque-2 .c-map button{bottom: 20px; height: 30px; width: 180px; font-size: 12px}
  .inicio-4 .bloque-2 .patron img{height: 200px}
  .la-estancia .bloque-1 {
    padding-top: 50px
  }
  .la-estancia .texto{width: 250px; top: -28px;}
  .la-estancia .recuadro-amarillo .shape{width: 50px; top: -25px}
  .la-estancia .recuadro-amarillo{padding-top: 40px; padding-bottom: 30px}
  .la-estancia .recuadro-amarillo p{font-size: 14px; line-height: normal;}
  .la-estancia .bloque-2 .subtitulo.oculto{display: none}
  .la-estancia .bloque-2 .subtitulo.tres{margin-top: 30px}
  .la-estancia{padding-bottom: 50px}
  .casa-club .c-slider{padding-left: 15px; padding-right: 15px; padding-top: 50px}
  .casa-club .slick-dots{text-align: center;}
  .casa-club .texto{height: 100px; left: 0; right: 0; top: 0; margin: auto;}
  .fondo-rocoso{width: 50px}
  .casa-club p{font-size: 14px; text-align: center; margin-bottom: 30px}
  .casa-club .h1{text-align: center; margin-bottom: 30px}
  .casa-club .item{margin-bottom: 20px}
  .casa-club .row.row-amenidades{
    margin-left: -50px !important; margin-right: -50px !important
  }
  .casa-club .item .nombre{font-size: 12px; padding-top: 8px; padding-bottom: 8px}
  .casa-club .segunda-parte{padding-bottom: 30px}
  .parque-tematico{padding-top: 50px; padding-bottom: 50px}
  .parque-tematico .titulo{font-size: 30px; line-height: normal;}
  .parque-tematico p{font-size: 14px; line-height: normal; margin-bottom: 50px}
  .parque-tematico .item{width: 100%}
  .parque-tematico .control.left{left: 30px}
  .parque-tematico .control.right{right: 30px}
  .parque-tematico .item .info-text{font-size: 20px; padding-top: 20px}
  .recuadro-master-plan{bottom: inherit; padding-top: 50px; padding-bottom: 50px;}
  .recuadro-master-plan p{font-size: 14px; line-height: normal; margin-bottom: 24px; padding-left: 50px}
  .recuadro-master-plan button{height: 30px; font-size: 12px; width: 150px; margin-left: 50px}
  .contacto .c-contacto{bottom: inherit; margin-top: 50px}
  .recuadro-master-plan .texto{
    height: 120px; left: 0; top: 0; bottom: 0; margin: auto;
  }
  .contacto{padding-top: 50px}
  .contacto .patron{width: 30%; display: none}
  .contacto .recuadro .logo{margin-top: 30px}
  .contacto .recuadro p{font-size: 14px; line-height: normal;}
  .contacto .recuadro{padding-bottom: 20px}
  .contacto .columna-2{padding-left: 15px; padding-top: 30px}
  .contacto .h2{font-size: 20px; text-align: center;}
  .contacto table .titulo-2{font-size: 14px; line-height: normal;}
  .contacto table{margin-bottom: 30px}
  .contacto .parrafo{font-size: 14px; line-height: normal; margin-bottom: 20px; text-align: center;}
  .contacto .c-boton{text-align: center; margin-bottom: 50px}
  .contacto .c-captcha{text-align: center;}
  .contacto .g-recaptcha{transform: none}
  footer .suscribete{padding-top: 50px; padding-bottom: 50px}
  footer .suscribete .titulo{font-size: 20px; line-height: normal; padding-left: 30px; padding-right: 30px}
  footer .suscribete .pdr10{padding-right: 35px; padding-left: 35px}
  footer .suscribete .pdl10{padding-left: 35px; padding-right: 35px;}
  footer .suscribete input[type=text], footer .suscribete input[type=email]{width: 100%}
  footer .suscribete .g-recaptcha{transform: none}
  footer .suscribete .c-captcha{text-align: center;}
  footer .suscribete .c-boton{text-align: center;}
  footer .suscribete .c-boton button{height: 30px; font-size: 12px; padding-left: 10px; padding-right: 10px}
  footer .suscribete .borde{width: calc(100% - 30px); left: 15px}
  footer .segunda-parte{padding-top: 50px; text-align: center;}
  footer .segunda-parte h2{font-size: 16px; margin-top: 30px}
  footer .segunda-parte ul li{text-align: left;}
  footer .segunda-parte .divisor{margin-top: 28px}
  footer .segunda-parte .c-logo{text-align: center; margin-top: 30px}
  footer .segunda-parte .c-logo img{width: 80px}
  .master-plan{padding-top: 100px}
  .master-plan .info ul li{font-size: 12px; margin-left: 7px; margin-right: 7px}
  .master-plan .info ul li img{margin-right: 3px; width: 15px}
  .master-plan .texto-3{height: 100px; bottom: -50px}
  .master-plan .texto-2{top: 50px; left: 0; height: 130px}
  #modalCotizador .contenido .shape{display: none}
  #modalCotizador .contenido .texto{width: 30px; left: 0}
  #modalCotizador .contenido{padding-top: 40px; padding-left: 30px; padding-right: 30px}
  #modalCotizador .contenido .patron{width: 40px}
  #modalCotizador .col-6{width: 100%; max-width: 100%; flex: none;}
  #modalCotizador .contenido .contiene-boton{text-align: center;}
  #modalCotizador .contenido h4{text-align: center; margin-top: 10px}
  #modalCotizador .contenido .c-captcha{text-align: center; margin-left: -30px; margin-right: -30px}
  #modalCotizador .contenido .g-recaptcha{transform: none}
}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{

}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
header ul li{margin-right: 15px !important}
.nav>li>a{font-size: 12px}
header{padding-left: 15px; padding-right: 15px}
header .redes{margin-left: -20px}
}

@media (max-width:767px){

}
@media (min-width:992px){
}
@media (min-width:768px) and (max-height:660px){

}
@media (min-width:768px) and (max-height:500px){

}
@media (min-width:768px) and (max-height:767px)
{

}
@media (max-width:360px){

}
@media (min-width:1600px){
}
@media (min-width:1200px) and (max-width:1249px)
{
header ul li{margin-right: 30px !important}
header .redes{margin-right: -20px}
}
