/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css?family=Krub:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:400,500,600,700,800');

/*estilos generales*/
html, body{opacity:0; font-family: 'Abhaya Libre', serif;}
html{position:relative; min-height:100%}
body{margin-bottom:0px;}
.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{margin-left: 0px; margin-right: 0px}
.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-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;
}
.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-error2{
  color:#DB2629; font-family: 'Krub', sans-serif; font-size: 14px
}
#ocultosuccess,#ocultosuccess2{
  font-family: 'Krub', sans-serif; font-size: 16px; color:#000; font-weight: 600
}

.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; left: 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);
  }
}

/*Header*/
header{
  width:100%; padding-left: 60px; padding-right: 60px; padding-top: 31px; position: fixed; left: 0; top: 0; z-index: 1000
}
header .logo{
  width: 105px; display: block;
}
header .logo.dos{display: none}
header ul{
  padding-left: 0px; text-align: center; margin-bottom: 0px
}
header ul li{
  list-style-type: none; display: inline-block; margin-left: 20px; margin-right: 20px
}
header ul li:first-child{margin-left: 0px}
header ul li:last-child{margin-right: 0px}
header ul li a{
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 6px;
  text-decoration: none;
}
header ul li a:hover,header ul li a:focus,header ul li a.active{
  border-bottom:2px solid #fff; text-decoration: none; color:#fff
}
header .redes{
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'Krub', sans-serif;
}
header .redes ion-icon{
  color:#fff; font-size: 25px
}
header .redes .uno{margin-left: 10px; margin-right: 5px}
header .redes span{
  position: relative; bottom: 7px
}
header.dos{
  background: #fff; padding-bottom: 31px
}
header.dos ul li a:hover, header.dos ul li a:focus, header.dos ul li a.active {
  border-bottom: 2px solid #ce0e2d;
  text-decoration: none;
  color: #5d514e;
}
header.dos .redes{
  color: #5d514e;
}
header.dos .redes ion-icon{
  color:#ce0e2d
}
header.dos ul li a{
  color: #5d514e;
}
header.dos .logo.uno{
  display: none
}
header.dos .logo.dos{
  display: block;
}

/*Footer*/
footer{
  background-color: #5d514e; padding-top: 70px; padding-bottom: 70px; padding-left: 60px; padding-right: 60px
}
footer .logo{
  width: 105px; margin-bottom: 50px
}
footer p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px
}
footer p a,footer p a:hover,footer p a:focus{
  color: #ffffff; text-decoration: none;
}
footer table{width: 100%}
footer table tr td:nth-child(2){
  width: 93px
}
footer table tr{vertical-align: top;}
footer h3{
  font-family: 'Krub', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.77;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0px
}
footer ion-icon{
  color:#fff; font-size: 25px; margin-top: 3px
}
footer .uno{margin-left: 10px; margin-right: 5px}

/*Inicio*/
.inicio-1{height: 630px}
.inicio-1 .ms-skin-default .ms-nav-next, .inicio-1 .ms-skin-default .ms-nav-next .ms-skin-default .ms-nav-prev {
    width: 10px;
    background: none;
    background-position: inherit;
    height: 17.6px;
    cursor: pointer;
    top: 50%;
    left: 75px;
    margin-top: -8.8px;
    position: absolute;
    z-index: 110;
}
.inicio-1 .ms-skin-default .ms-nav-next {
	background: url(../img/arrow-right.svg);
    right: 75px;
    left: auto;
    background-position: inherit;
}
.inicio-1 .ms-skin-default .ms-nav-prev {
	background: url(../img/arrow-left.svg);
	 margin-top: -8.8px;
	 width: 10px;
	 height: 17.6px;
	 left: 75px
}
.inicio-1 .ms-skin-default .ms-bullet {
    background: url(../img/bullet.svg);
    width: 12px;
    height: 12px;
    margin: 7.5px !important;
    background-position: inherit;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    float: none;
    display: block;
    bottom: 0
}
.inicio-1 .ms-skin-default .ms-bullet-selected {
    background: url(../img/bullet-active.svg);
    background-position: inherit;
    border:none;
    width: 12px;
    height: 12px;
    opacity: 1;
    bottom: 0
}
.inicio-1 .ms-bullets.ms-dir-v{
  right: 30px !important
}
.inicio-1 .info{
  z-index: 10;
  width: 615px;
  max-width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 87px;
  margin: auto;
}
.inicio-1 .ms-bullets.ms-dir-h .ms-bullets-count{
  right: inherit !important; text-align: center;
}
.inicio-1 .info h1{
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 17px
}
.inicio-1 .info button{
  width: 160px;
  height: 50px;
  border-radius: 0px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ce0e2d;
  border:none;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.inicio-2{
  padding-top: 100px; padding-left: 60px; padding-right: 60px; padding-bottom: 100px
}
.inicio-2 .logo{
  width: 208px; max-width: 100%
}
.inicio-2 h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-top: 0px;
  margin-bottom: 25px
}
.inicio-2 p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 25px
}
.inicio-2 p b{
  font-weight: bold;
  font-style: italic;
}
.inicio-2 button{
  width: 230px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  border:none;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.inicio-3{
  background: url(../img/EC_Textura_Fondo.jpg); background-size: cover; padding-top: 100px; padding-bottom: 100px; padding-left: 60px; padding-right: 60px
}
.inicio-3 .derecha{
  padding-top: 50px
}
.inicio-3 .derecha .info h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-top: 0px;
  margin-bottom: 30px
}
.inicio-3 .derecha .info .p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 18px
}
.inicio-3 .derecha .info table{width: 100%}
.inicio-3 .derecha .info table td{
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: -0.2px;
  text-align: left;
  color: #5d514e;
  border-bottom: solid 1px #edd3be;
  padding-bottom: 12px;
  padding-top: 12px;
}
.inicio-3 .derecha .info table td.divisor{
  border:none;
}
.inicio-3 .derecha .info table tr td:nth-child(1){
  width: 45%;
}
.inicio-3 .derecha .info table tr td:nth-child(2){
  width: 10%;
}
.inicio-3 .derecha .info table tr td:nth-child(3){
  width: 45%;
}
.inicio-3 .derecha .info table tr{vertical-align: top;}
.inicio-3 .derecha .info{
  padding-top: 45px; padding-bottom: 45px; padding-left: 60px; padding-right: 60px; background: #fff; margin-left:-100px; box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.05); -webkit-box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.05); -moz-box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.05);
}
.inicio-3 .derecha .contiene-boton{
  text-align: right;
}
.inicio-3 .derecha .contiene-boton button{
  width: 210px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none
}
.inicio-3 .ms-skin-default .ms-nav-next, .inicio-3 .ms-skin-default .ms-nav-next .ms-skin-default .ms-nav-prev {
    width: 8.58px;
    background: none;
    background-position: inherit;
    height: 15px;
    cursor: pointer;
    top: 50%;
    left: 75px;
    margin-top: -8.8px;
    position: absolute;
    z-index: 110;
}
.inicio-3 .ms-skin-default .ms-nav-next {
	background: url(../img/arrow-right.svg);
    right: 30%;
    left: auto;
    background-position: inherit;
    top: inherit;
    bottom: 45px;
}
.inicio-3 .ms-skin-default .ms-nav-prev {
  background: url(../img/arrow-left.svg);
    margin-top: inherit;
    width: 8.58px;
    height: 15px;
    left: 30%;
    top: inherit;
    bottom: 45px;
}
.inicio-3 .ms-skin-default .ms-bullet {
    background: url(../img/bullet-2.svg);
    width: 15px;
    height: 15px;
    margin: 5px !important;
    background-position: inherit;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    float: none;
    display: inline-block;
    bottom: 0
}
.inicio-3 .ms-skin-default .ms-bullet-selected {
    background: url(../img/bullet-2-active.svg);
    background-position: inherit;
    border:none;
    width: 15px;
    height: 15px;
    opacity: 1;
    bottom: 0
}
.inicio-3 .ms-bullets.ms-dir-h .ms-bullets-count{
  right: inherit !important; text-align: center;
}
.inicio-3 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 40px !important;
    right: inherit;
    width: 100% !important;
}
.inicio-4{
  padding-left: 60px; padding-right: 60px; padding-top: 100px; padding-bottom: 100px
}
.inicio-4 .item .contiene-img{
  position: relative;
}
.inicio-4 .item .fecha{
  font-family: 'Krub', sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.09;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #edd3be;
  position: absolute;
  left: 0;
  bottom: 0
}
.inicio-4 h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-top: 0px;
  margin-bottom: 49px
}
.inicio-4 .item{
  background-color: #f9f9f7;
}
.inicio-4 .item .info{
  background-color: #f9f9f7; padding-left: 25px; padding-right: 25px; padding-top: 30px; padding-bottom: 40px
}
.inicio-4 .item .info h2{
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #734621;
  margin-top: 0px;
  margin-bottom: 20px
}
.inicio-4 .item .info .p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 31px
}
.inicio-4 .item .info button{
  font-family: 'Krub', sans-serif;
  width: 141px;
  height: 35px;
  border: solid 1px #734621;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: center;
  color: #734621;
  background: none
}
.inicio-4 .item .info .contiene-boton{
  text-align: center;
}
.inicio-4 .contiene-ver-mas{
  text-align: center; margin-top: 40px
}
.inicio-4 .contiene-ver-mas button{
  width: 200px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none
}
.inicio-4.blog .item{margin-bottom: 30px}
.inicio-5{
  background: url(../img/EC_Textura_Fondo.jpg); background-size: cover; padding-top: 100px; padding-bottom: 100px; padding-left: 60px; padding-right: 60px
}
.mapa{height: 633px; width: 100%}
.mapa #maps{width: 100%; height: 100%}
.inicio-5 .info{
  padding-top: 58px; padding-bottom: 58px; padding-left: 85px; padding-right: 85px; background: #fff; box-shadow: 10px 20px 10px 0 rgba(0, 0, 0, 0.05); -webkit-box-shadow: 10px 20px 10px 0 rgba(0, 0, 0, 0.05); -moz-box-shadow: 10px 20px 10px 0 rgba(0, 0, 0, 0.05);
}
.inicio-5 .info h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-top: 0px;
  margin-bottom: 30px
}
.inicio-5 .info p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 30px
}
.inicio-5 .info input{
  height: 24px;
  width: 100%;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  border:none;
  border-bottom: solid 1px #beaca0;
  margin-bottom: 25px
}
.inicio-5 .info textarea{
  height: 64px;
  width: 100%;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  border:none;
  border-bottom: solid 1px #beaca0;
  margin-bottom: 30px
}
.inicio-5 .info *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #beaca0 !important;
	opacity:1;
}
.inicio-5 .info *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #beaca0 !important;
	opacity:1;
}
.inicio-5 .info *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #beaca0 !important;
	opacity:1;
}
.inicio-5 .info *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #beaca0 !important;
	opacity:1;
}
.inicio-5 h3{
  font-family: 'Krub', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.77;
  letter-spacing: normal;
  text-align: left;
  color: #beaca0;
  margin-bottom: 0px;
  margin-top: 10px
}
.inicio-5 h3 a,.inicio-5 h3 a:hover, .inicio-5 h3 a:focus{
  text-decoration: underline; color: #beaca0;
}
.inicio-5 .enviar{
  width: 125px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none
}
.inicio-5 table{width: 100%}
.inicio-5 table tr td:nth-child(2){
  text-align: right;
}
.inicio-5 .contiene-info{
  padding-top: 43px; padding-bottom: 43px
}
.inicio-5 .contiene-info .info{margin-right: -100px}

/*Casa Club*/
.casa-club-2{
  padding-top: 100px; padding-bottom: 100px; padding-left: 60px; padding-right: 60px
}
.casa-club-2 .item.uno{
  padding-right: 50px; text-align: center; padding-top: 60px; padding-bottom: 60px
}
.casa-club-2 .shape{
  width: 50px; margin-bottom: 25px
}
.casa-club-2 h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 25px;
  margin-top: 0px
}
.casa-club-2 p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 0px
}
.inicio-3 .derecha.club .info table tr td:nth-child(1){
  width: 100%; text-align: center;
}
.inicio-3 .derecha.club .info{
  padding-bottom: 60px
}
.inicio-3 .derecha.club{
  padding-bottom: 50px
}

/*Cotizar*/
.cotizar-2{
  padding-top: 100px; padding-left: 60px; padding-right: 60px; padding-bottom: 100px; text-align: center;
}
.cotizar-2 h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 25px;
  margin-top: 0px
}
.cotizar-2 p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 35px
}
.cotizar-2 .divisor{
  width: 473px; display: inline-block; height: 1px; background: #EDD3BE; margin-bottom: 35px; max-width: 100%
}
.cotizar-2 ul{
  padding-left: 0px; text-align: center; margin-bottom: 0px
}
.cotizar-2 ul li{
  display: inline-block;
  list-style-type: none;
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-right: 50px
}
.cotizar-2 ul li:last-child{
  margin-right: 0px
}
.cotizar-2 ul li img{
  width: 21px; margin-right: 8px
}
.inicio-3.cotizar{
  padding-top: 70px; padding-bottom: 70px
}
.inicio-3.cotizar .norte{
  width: 63px; position: absolute; right: 99px; bottom: 121px
}
.mapi {
  background-image: url("../img/mapa-new_final.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90%;
  margin: 0 auto;
  display: block;
  max-width: 64em;
}
.lotes_caja {
    z-index: 9999;
}
#lotes_caja path:hover, #lotes_caja polygon:hover, #lotes_caja polyline:hover {
    cursor: pointer;
opacity: 0.5;
fill:#A99781;
}
.masterplan-container{
  padding-top: 100px; padding-bottom: 70px
}

/*Modal Cotizar*/
#modalCotizar{z-index: 5000}
#modalCotizar .modal-dialog{
  width: 856px; max-width: 100%;
}
#modalCotizar .modal-dialog .contenido{
  background-color: #ffffff; padding: 20px
}
#modalCotizar .modal-dialog .contenido .bloque-1{
  background-color: #f9f9f7; padding-top: 38px; padding-bottom: 38px
}
#modalCotizar .modal-dialog .contenido .bloque-1 h1{
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-top: 0px;
  margin-bottom: 14px;
  padding-left: 100px
}
#modalCotizar .modal-dialog .contenido .bloque-1 p{
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 23px;
  padding-left: 100px
}
#modalCotizar .modal-dialog .contenido .bloque-1 h5{
  font-family: 'Krub', sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin: 0px
}
#modalCotizar .cerrar{
  width: 74px; position: absolute; right: 38px; top: 38px; cursor: pointer;
}
#modalCotizar .modal-dialog .contenido .bloque-2{
  padding-left: 100px; padding-right: 100px; padding-top: 40px
}
#modalCotizar .modal-dialog .contenido .bloque-2 p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 30px
}
#modalCotizar .modal-dialog .lote-svg{width: 60%; margin-top: 20px}
#modalCotizar .modal-dialog .contenido .divisor{
  background: #EDD3BE; height: 100%; width: 1px; position: absolute; right: 0px; top: 0px
}
#modalCotizar .primeros-campos{
  padding-left: 100px; padding-right: 30px
}
#modalCotizar .primeros-campos input, #modalCotizar .primeros-campos select, #modalCotizar .primeros-campos textarea{
  background: none
}
#modalCotizar input{
  height: 24.5px;
  width: 100%;
  border:none;
  border-bottom:1px solid #BEACA0;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 18px
}
#modalCotizar .contiene-select{position: relative;}
#modalCotizar .contiene-select .icon{position: absolute; right: 0; top: 5px; width: 12px; pointer-events: none}
#modalCotizar select{
  height: 24.5px;
  width: 100%;
  border:none;
  border-bottom:1px solid #BEACA0;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 18px;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}
#modalCotizar textarea{
  height: 64px;
  width: 100%;
  border:none;
  border-bottom:1px solid #BEACA0;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 18px
}
#modalCotizar *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #beaca0 !important;
	opacity:1;
}
#modalCotizar *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #beaca0 !important;
	opacity:1;
}
#modalCotizar *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #beaca0 !important;
	opacity:1;
}
#modalCotizar *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #beaca0 !important;
	opacity:1;
}
#modalCotizar h3{
  font-family: 'Krub', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: left;
  color: #beaca0;
  margin-top: -35px;
  margin-bottom: 0px
}
#modalCotizar h3 a, #modalCotizar h3 a:hover, #modalCotizar h3 a:focus{
  color: #beaca0; text-decoration: underline;
}
#modalCotizar .enviar{
  width: 125px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none;
  margin-top: 14px;
  margin-bottom: 23px
}

/*Modal Descargar*/
#modalDescargar{z-index: 5000}
#modalDescargar .modal-dialog{
  width: 856px; max-width: 100%;
}
#modalDescargar .modal-dialog .contenido{
  background-color: #ffffff; padding: 20px
}
#modalDescargar .modal-dialog .contenido .bloque-1{
  background-color: #f9f9f7; padding-top: 38px; padding-bottom: 38px
}
#modalDescargar .modal-dialog .contenido .bloque-1 h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-top: 0px;
  margin-bottom: 24px
}
#modalDescargar .modal-dialog .contenido .bloque-1 p{
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 23px
}
#modalDescargar .modal-dialog .contenido .bloque-1 h5{
  font-family: 'Krub', sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin: 0px
}
#modalDescargar .cerrar{
  width: 74px; position: absolute; right: 38px; top: 38px; cursor: pointer;
}
#modalDescargar .modal-dialog .contenido .bloque-2{
  padding-left: 100px; padding-right: 100px; padding-top: 40px
}
#modalDescargar .modal-dialog .contenido .bloque-2 p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 30px
}
#modalDescargar .modal-dialog .lote-svg{width: 60%; margin-top: 20px}
#modalDescargar .modal-dialog .contenido .divisor{
  background: #EDD3BE; height: 100%; width: 1px; position: absolute; right: 0px; top: 0px
}
#modalDescargar input{
  height: 24.5px;
  width: 100%;
  border:none;
  border-bottom:1px solid #BEACA0;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 18px
}
#modalDescargar textarea{
  height: 64px;
  width: 100%;
  border:none;
  border-bottom:1px solid #BEACA0;
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #5d514e;
  margin-bottom: 18px
}
#modalDescargar *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #beaca0 !important;
	opacity:1;
}
#modalDescargar *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #beaca0 !important;
	opacity:1;
}
#modalDescargar *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #beaca0 !important;
	opacity:1;
}
#modalDescargar *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #beaca0 !important;
	opacity:1;
}
#modalDescargar h3{
  font-family: 'Krub', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: left;
  color: #beaca0;
  margin-top: -35px;
  margin-bottom: 0px
}
#modalDescargar h3 a, #modalDescargar h3 a:hover, #modalDescargar h3 a:focus{
  color: #beaca0; text-decoration: underline;
}
#modalDescargar .enviar{
  width: 125px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none;
  margin-top: 14px;
  margin-bottom: 23px
}
#modalDescargar table{width: 100%}
#modalDescargar table td:nth-child(2){
  text-align: right;
}

/*Detalle Blog*/
.detalle-blog-1.inicio-3{
  background: #fff; height: 436px; padding: 0px
}
.detalle-blog-1.inicio-3 .ms-bullets.ms-dir-h{
  bottom: 15px !important;
}
.detalle-blog-1.inicio-3 .ms-skin-default .ms-nav-next{
  bottom: 20px
}
.detalle-blog-1.inicio-3 .ms-skin-default .ms-nav-prev{
  bottom: 20px
}
.detalle-blog-1.inicio-3 .fecha{
  font-family: 'Krub', sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.09;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #edd3be;
  position: absolute;
  left: 0;
  bottom: 0;
}
.inicio-4.blog.detalle{
  padding-bottom: 0px
}
.detalle-blog-2{
  background: url(../img/EC_Textura_Fondo.jpg); background-size: cover; padding-left: 60px; padding-right: 60px
}
.detalle-blog-2 .contenido{
  background: #fff; padding-left: 8%; padding-right: 8%; padding-top: 40px; padding-bottom: 70px
}
.detalle-blog-2 .contenido h1{
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: -0.9px;
  text-align: center;
  color: #734621;
  margin-top: 0px;
  margin-bottom: 35px
}
.detalle-blog-2 .contenido .divisor{
  height: 2px; background: #edd3be; margin-bottom: 25px
}
.detalle-blog-2 .contenido .divisor.dos{
  margin-top: 20px; margin-bottom: 25px
}
.detalle-blog-2 .contenido table{width: 100%}
.detalle-blog-2 .contenido table tr td{
  text-align: center;
  font-family: 'Krub', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: center;
  color: #734621;
}
.detalle-blog-2 .contenido table tr td .b-compartir{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.87;
  letter-spacing: normal;
  text-align: center;
  color: #734621;
  margin-right: 10px;
  vertical-align: middle;
}
.detalle-blog-2 .contenido .at-resp-share-element .at-share-btn .at-label{
  font-family: 'Krub', sans-serif;
  color: #734621 !important;
  padding-right: 0px !important;
  margin: 0px !important
}
.detalle-blog-2 .contenido .at-resp-share-element .at-share-btn .at-icon-wrapper{
  display: none
}
.detalle-blog-2 .contenido .at-style-responsive .at-share-btn {
    padding: 5px; background-color: #f9f9f7 !important; text-align: center; width: 90px
}
.detalle-blog-2 .addthis_inline_share_toolbox_enc9{
  display: inline-block; vertical-align: middle;
}
.detalle-blog-2 .contenido .p{
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
}
.detalle-blog-2 .contenido .p b{
  font-weight: 700; font-size: 17px
}
.detalle-blog-2 .controles{
  margin-top: 41px; width: 100%; margin-bottom: 70px
}
.detalle-blog-2 .controles tr td:nth-child(1){
  text-align: left;
}
.detalle-blog-2 .controles tr td:nth-child(2){
  text-align: center;
}
.detalle-blog-2 .controles tr td:nth-child(3){
  text-align: right;
}
.detalle-blog-2 .controles tr td:nth-child(1) button,.detalle-blog-2 .controles tr td:nth-child(3) button{
  width: 141px;
  height: 35px;
  font-family: 'Krub', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: center;
  color: #734621;
  border:1px solid #734621;
  background: none
}
.detalle-blog-2 .controles tr td:nth-child(2) button{
  width: 190px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #beaca0;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none
}

/*Contacto*/
input[type="checkbox"]{display: none}
input[type="checkbox"] + label span{display: inline-block; width: 20px; height: 20px; background: url(../img/item.svg) left top no-repeat; vertical-align: middle; cursor:pointer; margin-right:5px; position:relative; bottom:1px}
input[type="checkbox"]:checked + label span{background: url(../img/item-check.svg) left top no-repeat}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.contacto-1{padding-left: 60px; padding-right: 60px; padding-top: 100px; padding-bottom: 100px}
.contacto-1 .shape{
  width: 50px; margin-bottom: 39px; margin-top: 62px
}
.contacto-1 h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 34px;
  margin-top: 0px
}
.contacto-1 p{
  font-family: 'Krub', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 0px
}

/*Aviso de privacidad*/
.aviso-privacidad h1{
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-top: 30px
}
.aviso-privacidad p{
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #5d514e;
  margin-bottom: 0px
}

/* medias */
@media (max-width:767px)
{
  .acciones {
    left: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  header {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 23px;
  }
  header .logo{width: 82px}
  header .abre-menu{
    width: 82px; margin-top: 4px
  }
  header .abre-menu.dos{display: none}
  header.dos .abre-menu.uno{
    display: none
  }
  header.dos .abre-menu.dos{
    display: inline-block;
  }
  header.dos{padding-bottom: 23px}
  .inicio-1 {
    height: auto;
  }
  .inicio-1 .info{
    width: 80%; bottom: 127px
  }
  .inicio-1 .info h1{font-size: 40px; line-height: 0.88; margin-bottom: 17px}
  .ms-bullets.ms-dir-v{
    top: inherit !important; bottom: 39.5px
  }
  .inicio-1 .ms-bullets.ms-dir-v {
    right: 15px !important;
  }
  .inicio-2 {
    padding-top: 79px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    text-align: center;
  }
  .inicio-2 .logo {
    width: 128px;
    margin-bottom: 50px;
  }
  .inicio-2 h1 {
    font-size: 35px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .inicio-2 p{text-align: center;}
  .inicio-3 {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inicio-3 #slide{padding-right: 0px !important; padding-left: 0px !important; height: 408px}
  .inicio-3 .derecha {
    padding-top: 40px;
  }
  .inicio-3 .derecha .info {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
  }
  .inicio-3 #txt{padding-left: 15px !important}
  .inicio-3 .derecha .info h1{text-align: center;}
  .inicio-3 .derecha .info .p{text-align: center;}
  .inicio-3 .derecha .info table,.inicio-3 .derecha .info table tbody, .inicio-3 .derecha .info table tr, .inicio-3 .derecha .info table td{display: block; width: 100%; text-align: center;}
  .inicio-3 .derecha .info table tr td:nth-child(1){
    width: 100%
  }
  .inicio-3 .derecha .info table tr td.divisor{display: none}
  .inicio-3 .derecha .info table tr td:nth-child(3){width: 100%}
  .inicio-3 .derecha .info table{padding-left: 30px; padding-right: 30px}
  .inicio-3 .derecha .contiene-boton {
    text-align: center;
    padding-top: 40px;
  }
  #slideInicio1.inicio-3 .ms-bullets.ms-dir-h .ms-bullets-count {
    text-align: center;
    right: inherit !important;
  }
  .inicio-4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .inicio-4 h1{text-align: center; margin-bottom: 30px; font-size: 33px}
  .inicio-4 .item .info{padding-left: 15px; padding-right: 15px}
  .inicio-4 .item{margin-bottom: 15px}
  h1.titulo-ubicacion{
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: center;
    color: #5d514e;
    margin-top: 0px;
    margin-bottom: 30px
  }
  .inicio-5 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mapa {
    height: 472px;
  }
  #col-map{padding-left: 0px !important; padding-right: 0px !important}
  .inicio-5 .contiene-info {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .inicio-5 .contiene-info .info {
    margin-right: 0px;
  }
  .inicio-5 .info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inicio-5 .info h1{text-align: center;}
  .inicio-5 .info p{text-align: center;}
  .inicio-5 table,.inicio-5 table tbody, .inicio-5 table tr, .inicio-5 table td{display: block; width: 100%}
  .inicio-5 table tr td:nth-child(2){
    padding-top: 30px; text-align: center;
  }
  .inicio-5 .info textarea{margin-bottom: 20px}
  .inicio-5 #contiene-form{padding-right: 15px !important}
  footer{text-align: center; padding-bottom: 45px}
  footer p{text-align: center; margin-bottom: 30px}
  footer table, footer table tbody, footer table tr, footer table td{
    text-align: center; width: 100%; display: block;
  }
  footer table td:nth-child(1){
    display: none;
  }
  footer table td:nth-child(2) p{
    display: inline-block; margin-bottom: 0px; vertical-align: middle;
  }
  footer table tr td:nth-child(2){width: 100%}
  footer table tr td:nth-child(2) ion-icon{vertical-align: middle;}
  footer .logo{margin-top: 40px; margin-bottom: 40px}
  footer h3{text-align: center;}
  #modalMenu{
    z-index: 5000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    width: 100%; margin: 0px
  }
  #modalMenu .modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
  }
  #modalMenu .contenido {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 23px;
  }
  #modalMenu .contenido .logo{width: 82px}
  #modalMenu .contenido .cierra-menu{
    width: 74px; margin-top: 4px
  }
  #modalMenu .contenido .divisor{
    background: #e2e2e2; height: 1px; margin-top: 23px; margin-bottom: 70px; margin-left: -15px; margin-right: -15px
  }
  #modalMenu .contenido .contiene-menu{
    padding-left: 77px; padding-right: 77px
  }
  #modalMenu .contenido .contiene-menu ul{padding-left: 0px}
  #modalMenu .contenido .contiene-menu ul li{
    margin-bottom: 20px; border-bottom:1px solid #e2e2e2; padding-bottom: 18px; text-align: center; list-style-type: none
  }
  #modalMenu .contenido .contiene-menu ul li a{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #5d514e;
    text-decoration: none
  }
  #modalMenu .contenido .contiene-menu ul li a:hover,#modalMenu .contenido .contiene-menu ul li a:focus{text-decoration: none; color: #5d514e;}
  #modalMenu .contenido .siguenos{
    font-family: 'Krub', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #5d514e;
    margin-bottom: 65px;
    margin-top: 49px
  }
  #modalMenu .contenido ion-icon{
    font-size: 25px; color:#ce0e2d; margin-left: 3px; margin-right: 3px; vertical-align: middle;
  }
  #modalMenu .textura{
    background-image: url('../img/EC_Textura_Fondo.jpg'); text-align: center; height: 94px; background-size: cover; margin-left: -15px; margin-right: -15px; margin-top: 25px
  }
  #modalMenu .textura button{
    width: 160px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ce0e2d;
    border:none;
    font-family: 'Krub', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    position: relative;
    bottom: 25px
  }
  .casa-club-2 {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .casa-club-2 .item.uno {
    padding-right: 0px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .casa-club-2 .item.img{
    height: 353px; margin-top: 75px; margin-left: -15px; margin-right: -15px
  }
  .inicio-3 #content-slide{
    height: 408px; padding-left: 0px !important
  }
  .inicio-3 #content-txt{
    padding-left: 15px !important
  }
  .inicio-3 .derecha.club {
    padding-bottom: 0px;
  }
  .cotizar-2 {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
    text-align: center;
  }
  .cotizar-2 h1{font-size: 35px}
  .cotizar-2 p{margin-bottom: 30px}
  .cotizar-2 ul li {
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px
  }
  .cotizar-2 ul {
    margin-left: -30px;
    margin-right: -30px;
  }
  .cotizar-2 ul li img{margin-right: 5px}
  .inicio-3.cotizar{padding-top: 0px; padding-bottom: 40px;}
  .masterplan-container {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .inicio-3.cotizar .norte {
    width: 30px;
    position: absolute;
    right: 8px;
    bottom: 48px;
  }
  #modalCotizar .modal-dialog{margin: 0px}
  #modalCotizar .modal-content{border:none}
  #modalCotizar .modal-dialog .contenido .bloque-1{padding-top: 66px; padding-left: 15px; padding-right: 15px}
  #modalCotizar .cerrar{top: 45px}
  #modalCotizar .modal-dialog .contenido .divisor {
    height: 1px;
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #modalCotizar .modal-dialog .contenido .bloque-2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }
  #modalCotizar h3{margin-top: 0px}
  #modalCotizar .modal-dialog .contenido .bloque-1 h1{font-size: 35px}
  .detalle-blog-1.inicio-3 {
    background: #fff;
    height: 186px;
    padding: 0px;
  }
  .detalle-blog-1.inicio-3 .ms-skin-default .ms-nav-next {
    bottom: 85px;
  }
  .detalle-blog-1.inicio-3 .ms-skin-default .ms-nav-prev {
    bottom: 85px;
  }
  .inicio-3 .ms-skin-default .ms-nav-next{
    right: 15px
  }
  .inicio-3 .ms-skin-default .ms-nav-prev{
    left: 15px
  }
  .inicio-3 .ms-bullets.ms-dir-h .ms-bullets-count{
    text-align:right; right: 9.5px !important
  }
  .detalle-blog-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detalle-blog-2 .contenido h1 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 17px;
  }
  .detalle-blog-2 .contenido {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 42px;
  }
  .detalle-blog-2 .at-resp-share-element.at-mobile .at4-share-count-container, .detalle-blog-2 .at-resp-share-element.at-mobile .at-label {
    display: block;
  }
  .detalle-blog-2 .contenido .divisor {
    margin-bottom: 15px;
  }
  .detalle-blog-2 .contenido .divisor.dos {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .detalle-blog-2 .contenido table tr td .b-compartir{
    margin-right: 0px; display: block; text-align: center; font-size: 11px; margin-bottom: 8px
  }
  .detalle-blog-2 .contenido .at-style-responsive .at-share-btn{width: 70px}
  .detalle-blog-2 .controles tr td:nth-child(1) button, .detalle-blog-2 .controles tr td:nth-child(3) button{
    width: 78px; font-size: 11px
  }
  .detalle-blog-2 .controles tr td:nth-child(2) button{width: 120px; font-size: 14px}
  .contacto-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .contacto-1 h1{font-size: 25px}
  .contacto-1 p{
    font-size: 15px; margin-bottom: 30px
  }
  #modalDescargar{
    z-index: 5000; padding-right: 0px !important
  }
  #modalDescargar .modal-dialog{margin: 0px}
  #modalDescargar .modal-content{border:none}
  #modalDescargar .modal-dialog .contenido .bloque-1{padding-top: 66px; padding-left: 15px; padding-right: 15px}
  #modalDescargar .cerrar {
    top: 15px;
    right: 15px;
  }
  #modalDescargar .modal-dialog .contenido .divisor {
    height: 1px;
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #modalDescargar .modal-dialog .contenido .bloque-2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }
  #modalDescargar h3{margin-top: 0px}
  #modalDescargar .modal-dialog .contenido .bloque-1 h1{font-size: 35px}
  #modalDescargar h1{font-size: 20px}
  #modalDescargar h3{font-size: 10px}
  #modalDescargar .enviar{width: 90px}
  .aviso-privacidad h1{font-size: 30px}
}

@media (min-width:768px) and (max-width:991px)
{
  .detalle-blog-2 .at-resp-share-element.at-mobile .at4-share-count-container, .detalle-blog-2 .at-resp-share-element.at-mobile .at-label {
    display: block;
  }
  header ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  header .redes{font-size: 12px}
  header ul li a{font-size: 17px}
  header{padding-left: 15px; padding-right: 15px}
  .inicio-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inicio-5 .info{padding-left: 15px; padding-right: 15px}
  .inicio-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inicio-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer p{font-size: 12px}
}

@media (min-width:992px) and (max-width:1199px)
{
  header ul li {
      margin-left: 10px;
      margin-right: 10px;
  }
  header ul li a{font-size: 18px}
  header .redes{font-size: 14px}
}

@media (min-width:768px){

}
@media (min-width:992px){
  .inicio-1{height: auto}

}
@media (min-width:1500px){
  .casa-club-2 .item.uno{
    padding-top: 100px; padding-bottom: 100px
  }
}
