/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

/*estilos generales*/
html, body{opacity:0; font-family: 'Raleway', sans-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-size: 14px
}
#ocultosuccess,#ocultosuccess2{
  font-size: 16px; color:#000; font-weight: 600
}

/*Header*/
header{
  width:100%; padding-left: 60px; padding-right: 60px; padding-top: 38px; position: fixed; left: 0; top: 0; z-index: 1000; 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 .logo{
  width: 208px; display: block;
}
header .logo.dos{display: none}
header ul{
  padding-left: 0px; text-align: right; margin-bottom: 21px; margin-top: 18px
}
header ul li{
  list-style-type: none; display: inline-block; margin-left: 22px; margin-right: 22px
}
header ul li:first-child{margin-left: 0px}
header ul li:last-child{margin-right: 0px}
header ul li a{
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1.4px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
header ul li a:hover,header ul li a:focus{
  text-decoration: none; color:#fff
}
header ul li a b{font-size: 18px; font-weight: 500; position: relative; z-index: 1}
header ul li a .span{
  width: 100%; height: 8px; background-color: rgba(92,184,170,0.20); display: block; position: absolute; bottom:1px; 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 ul li a:hover .span,header ul li a:focus .span,header ul li a.active .span{
  opacity: 1
}
header ion-icon{
  color:#d3d7da; font-size: 16px
}
header .icon{
  color:#d3d7da; font-size: 12px
}
header .circle{
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header .circle.dos{
  margin-left: 12px
}
header .circle a{position: static;}
header.dos{
  background: #fff; padding-bottom: 0px
}
header.dos ul li a:hover, header.dos ul li a:focus, header.dos ul li a.active {
  text-decoration: none;
  color: #225d67;
}
header.dos ion-icon{
  color:#fff
}
header.dos ul li a{
  color: #225d67;
}
header.dos .logo.uno{
  display: none
}
header.dos .logo.dos{
  display: block;
}
header.dos .circle{
  background-color: #5cb8aa;
}
header.dos .icon{
  color:#fff;
}
header .botones-flotantes{
  width: 170px;
  height: 25px;
  background: rgba(92,184,170,0.20);
  border: none;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -18px;
  right: 15px
}
header .botones-flotantes a,header .botones-flotantes a:hover,header .botones-flotantes a:focus{color:#fff; text-decoration: none}
header .botones-flotantes.gris{
  background: #777777; right: 395px
}
header .botones-flotantes.dos{
  right: 205px
}
.botones-flotantes{
  width: 170px;
  height: 25px;
  background: rgba(92,184,170,0.20);
  border: none;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
}
.botones-flotantes.gris{
  background: #777777;
}

/*Footer*/
footer{
  background-color: #225d67; padding-top: 70px; padding-bottom: 70px; padding-left: 60px; padding-right: 60px
}
footer .logo{
  width: 210px; margin-bottom: 113px
}
footer p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.4px;
  text-align: left;
  color: #5cb8aa;
  margin-bottom: 0px
}
footer p a,footer p a:hover,footer p a:focus{
  color: #5cb8aa; text-decoration: none;
}
footer p b{font-size: 17px; display: block; margin-bottom: 15px}
footer table{width: 100%}
footer table tr td:nth-child(1){
  text-align: right;
}
footer table tr td:nth-child(1) p{text-align: right;}
footer table tr{vertical-align: top;}
footer h3{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.77;
  letter-spacing: normal;
  text-align: left;
  color: #5cb8aa;
  margin: 0px
}
footer ion-icon{
  color:#5cb8aa; font-size: 25px; margin-top: 3px
}
footer .uno{margin-left: 10px; margin-right: 5px}

/*Inicio*/
.inicio-1{height:auto; position: relative;}
.inicio-1 .ms-skin-default .ms-nav-next, .inicio-1 .ms-skin-default .ms-nav-next .ms-skin-default .ms-nav-prev {
    width: 14px;
    background: none;
    background-position: inherit;
    height: 8px;
    cursor: pointer;
    top: 50%;
    left: 75px;
    position: absolute;
    z-index: 110;
}
.inicio-1 .ms-skin-default .ms-nav-next {
	background: url(../img/arrow-right.svg);
    right: 35px;
    left: auto;
    background-position: inherit;
    margin-top: -70px;
}
.inicio-1 .ms-skin-default .ms-nav-prev {
	background: url(../img/arrow-left.svg);
	 margin-top: 60px;
	 width: 14px;
	 height: 8px;
	 left: auto;
   right: 35px
}
.inicio-1 .ms-skin-default .ms-bullet {
    background: url(../img/bullet.svg);
    width: 10px;
    height: 10px;
    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: 10px;
    height: 10px;
    opacity: 1;
    bottom: 0
}
.inicio-1 .ms-bullets.ms-dir-v{
  right: 30px !important
}
.inicio-1 .info{
  z-index: 10;
  width:auto;
  max-width: 100%;
}
.inicio-1 .info h1{
  width: 850px;
  font-size: 90px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 4.5px;
  text-align: left;
  color: #ffffff;
  margin: 0px;
}
.inicio-1 .info h1 b{
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 2px;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  margin-top: 8px
}
.inicio-1 .ms-bullets.ms-dir-h .ms-bullets-count{
  right: inherit !important; text-align: center;
}
.inicio-1 .boton-cotiza{
  width: 180px;
  height: 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: 10;
  margin: auto;
}
.inicio-1 .recuadro{
  width: 190px;
  height: 100px;
  background-color:rgba(92,184,170,0.70);
  padding-top: 15px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 10
}
.inicio-1 .recuadro b{
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.inicio-1 .recuadro b span{
  font-size: 40px
}
.inicio-2{
  padding-top: 25px;
  padding-bottom: 100px;
  padding-left: 15px;
  background: rgba(92,184,170,0.20);
  padding-right: 60px
}


.inicio-video {
  padding-top: 25px;
  padding-bottom: 25px
}

.video-centro {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.inicio-2 .shape-unica{
  width: 56px; 
  margin-bottom: 50px;
  margin-left: 160px;
}
.inicio-2 .p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 50px
}
.inicio-2 .p b{
  font-weight: 600;
}
.inicio-2 button{
  width: 250px;
  height: 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.inicio-2 .img-base{display:block}
.inicio-3{
  padding-top: 100px; padding-bottom: 100px; position: relative;
}
.inicio-3 h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.62;
  letter-spacing: 4.5px;
  text-align: center;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 53px
}
.inicio-3 h1 b{
  position: relative; font-weight: 500;
}
.inicio-3 h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.inicio-3 p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: center;
  color: #5c4253;
  margin-bottom: 50px
}
.inicio-3 p b{
  font-weight: 600
}
.inicio-3 .item{
  background: #fff;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 49px
}
.inicio-3 .item .info{
  padding: 50px
}
.inicio-3 .item .info h2{
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: center;
  color: #225d67;
  margin: 0px
}
.inicio-3 .item .info span{
  font-weight: 300;
}
.inicio-3 .contiene-boton{
  text-align: center;
}
.inicio-3 .contiene-boton button{
  width: 226px;
  height: 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.inicio-3 .fondo-verde{
  width: 100%; height: 609px; background: rgba(92,184,170,0.20); position: absolute; left: 0; top: 0
}
.inicio-3 .equipo{padding-left: 50px; padding-right: 50px}
.inicio-4{
  padding-top: 100px; padding-bottom: 100px; position: relative;
}
.inicio-4 h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.62;
  letter-spacing: 4.5px;
  text-align: center;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 53px
}
.inicio-4 h1 b{
  position: relative; font-weight: 500;
}
.inicio-4 h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.inicio-4 .item .info{
  border:1px solid #efecd5; border-top: none; padding-left: 25px; padding-right: 25px
}
.inicio-4 .item .img{
  position: relative;
}
.inicio-4 .item .fecha{
  width: 170px;
  height: 35px;
  background-color: #5cb8aa;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}
.inicio-4 .item .info h2{
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 0.9px;
  text-align: left;
  color: #225d67;
  padding-top: 37px;
  margin-top: 0px;
  margin-bottom: 32px
}
.inicio-4 .item .info .p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  padding-bottom: 39px
}
.inicio-4 .contiene-boton{
  text-align: center; margin-top: 50px
}
.inicio-4 .contiene-boton button{
  width: 226px;
  height: 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.inicio-4 .fondo-crema{
  width: 100%; height: 471px; background: rgba(239,236,213,0.50); position: absolute; left: 0; top: 0
}
.inicio-4 .item .divisor{
  height: 1px; background: #efecd5; margin-bottom: 26px
}
.inicio-4 .item .info button{
  width: 132.5px;
  height: 40px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #5cb8aa;
  background: #fff;
  border:2px solid #5cb8aa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  z-index: 10
}
.inicio-5{
  padding-left: 15px; padding-right: 60px; background-color: #fff ; background-size: cover; padding-top: 60px; padding-bottom: 60px
}
.mapa{height: 568px; width: 100%}
.mapa #maps{width: 100%; height: 100%}
.inicio-5 h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.62;
  letter-spacing: 4.5px;
  text-align: center;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 50px
}
.inicio-5 h1 b{
  position: relative; font-weight: 500;
}
.inicio-5 h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.inicio-5 p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #225d67;
  margin-bottom: 20px
}
.inicio-5 input{
  height: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: left;
  color: #225d67;
  border:none;
  background: none;
  border-bottom: 1px solid #225d67;
  margin-bottom: 20px
}
.inicio-5 textarea{
  height: 70px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: left;
  color: #225d67;
  border:none;
  background: none;
  border-bottom: 1px solid #225d67;
  margin-bottom: 35px
}
.inicio-5 *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #225d67 !important;
	opacity:1;
}
.inicio-5 *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #225d67 !important;
	opacity:1;
}
.inicio-5 *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #225d67 !important;
	opacity:1;
}
.inicio-5 *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #225d67 !important;
	opacity:1;
}
.inicio-5 .dos{
  padding-right: 70px
}
.inicio-5 h3{
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.7px;
  text-align: left;
  color: #225d67;
  margin: 0px
}
.inicio-5 h3 a,.inicio-5 h3 a:hover,.inicio-5 h3 a:focus{
  color: #225d67; text-decoration: underline;
}
.inicio-5 table button{
  width: 125px;
  height: 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.inicio-5 table{width: 100%}
.inicio-5 table tr td:nth-child(2){
  text-align: right;
}

/*Proyecto*/
.portada{
  background-image:url('../img/portada.jpg'); background-size: cover; height: 120px; position: relative; margin-top: 98px
}
.portada h5{
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: 3.5px;
  text-align: center;
  color: #5cb8aa;
  margin: 0px;
  padding-top: 40px
}
.inicio-3.proyecto .item .foto{
  width: 231px;
}
.inicio-3.proyecto .item{margin-bottom: 0px}
/* The controlsy */
.carousel-control {
	left:auto;
  height: 8px;
	width: 14px;
  background: none repeat scroll 0 0 #222222;
  border: none;
  border-radius: 0px;
  margin-top:0px;
  right: 0px
}
.carousel-control.right {
  right: 0px;
}
/* The indicators */
.carousel-indicators {
    right: 3px;
    top: 0;
    bottom: auto;
    margin-right: 0px;
    left: auto;
    width: 10px;
    text-align: right;
    bottom: 0;
    margin: auto;
    height: 60px
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
.carousel-control.left{
  width: 14px;
  background: none;
  background-position: inherit;
  height: 8px;
  cursor: pointer;
  background: url(../img/arrow-green-left.svg);
  box-shadow: none;
  border:none;
  border-radius: 0px;
  opacity: 1;
  top: 20%
}
.carousel-control.right{
  width: 14px;
  background: none;
  background-position: inherit;
  height: 8px;
  cursor: pointer;
  background: url(../img/arrow-green-right.svg);
  box-shadow: none;
  border:none;
  border-radius: 0px;
  opacity: 1;
  bottom: 20%;
  top: inherit;
}
.carousel-indicators li{
  border:1px solid #5cb8aa; background: #fff; margin: 0px; margin-top:5px; margin-bottom: 5px
}
.carousel-indicators li.active{
  background: #5cb8aa; width: 10px; height: 10px; margin-top:5px; margin-bottom: 5px
}
.inicio-3.proyecto .item table h2{
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.2px;
  text-align: left;
  color: #225d67;
  margin-bottom: 17px;
  margin-top: 0px
}
.inicio-3.proyecto .item table h2 span{
  font-weight: 300;
}
.inicio-3.proyecto .item table p{
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 0px
}
.inicio-3.proyecto .item table{width: 100%}
.inicio-3.proyecto .item table td:nth-child(2){
  background: rgba(239,236,213,0.50); padding-top: 42px; padding-bottom: 42px; padding-left: 30px; padding-right: 30px
}
.inicio-3.proyecto .carousel{padding-left: 50px; padding-right: 50px}
.proyecto-2{
  background: rgba(92,184,170,0.20); padding-top: 100px; padding-left: 60px; padding-right: 60px
}
.proyecto-2 h1{
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: 1.5px;
  text-align: center;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 50px
}
.proyecto-2 p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: center;
  color: #5c4253;
  margin-bottom: 50px
}
.proyecto-2 .inicio-3{
  height: auto;
}
.proyecto-3{
  padding-top: 100px; padding-left: 60px; padding-right: 60px
}
.proyecto-3 h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.62;
  letter-spacing: 4.5px;
  text-align: center;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 63px
}
.proyecto-3 h1 b{
  position: relative; font-weight: 500;
}
.proyecto-3 h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.proyecto-3 .contiene-botones{
  text-align: center; margin-bottom: 50px
}
.proyecto-3 .contiene-botones .botones{display: inline-block; background: rgba(34,93,103,0.05); padding: 20px}
.proyecto-3 .contiene-botones .botones button{
  width: 226px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #225d67;
  border:none;
  background: none;
  border-right:1px solid rgba(34,93,103,0.21);
  float: left;
}
.proyecto-3 .contiene-botones .botones button.active{
  background-color: #5cb8aa; border-right:none
}
.proyecto-3 .contiene-botones .botones button:last-child{
  border-right: 0px
}
.proyecto-3 .pantalla{
  display: none
}
.proyecto-3 .pantalla.active{
  display: block
}
.proyecto-3 .pantalla .fondo{
  background: rgba(239,236,213,0.50); padding-top: 122px; padding-bottom: 122px; padding-left: 45px; padding-right: 45px
}
.proyecto-3 .pantalla .fondo.green{
  background: rgba(92,184,170,0.20);
}
.proyecto-3 .pantalla h2{
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.8px;
  text-align: left;
  color: #5cb8aa;
  margin-top: 0px;
  margin-bottom: 30px
}
.proyecto-3 .pantalla h3{
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-top: 0px;
  margin-bottom: 30px
}
.proyecto-3 .pantalla p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 0px
}
.proyecto-4{
  background: rgba(236,236,236,0.70); padding-top: 60px; padding-bottom: 99px; padding-left: 60px; padding-right: 60px; margin-top: 100px
}
.proyecto-4 h1{
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 4.5px;
  text-align: left;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 63px
}
.proyecto-4 h1 b{
  position: relative; font-weight: 500;
}
.proyecto-4 h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.proyecto-4 p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 0px
}
.proyecto-4 .divisor{height: 50px}
.proyecto-3 ul{margin-bottom: 0px; padding-left: 18px;}
.proyecto-3 ul li{
  font-size: 15px;
}
.proyecto-3 ul li span{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 0px
}

/*Casa club*/
.proyecto-2.casa-club{
  background: #fff; padding-top: 80px
}
.proyecto-2.casa-club ul{
  padding-left: 0px; margin-bottom: 50px
}
.proyecto-2.casa-club ul li{
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  position: relative;
  padding-left: 20px;
  list-style-type: none
}
.proyecto-2.casa-club ul li span{
  position: absolute; left: 0; top: 0
}
.proyecto-2.casa-club p{
  text-align: left;
}
.proyecto-3.casa-club{
  background: rgba(239,236,213,0.50); padding-bottom: 100px
}
.proyecto-3.casa-club .contiene-botones .botones{
  background: #fff
}
.proyecto-3.casa-club .pantalla h2 span{
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5cb8aa;
}
.proyecto-3.casa-club .contiene-logo{
  text-align: right; margin-top: 50px
}
.proyecto-3.casa-club .contiene-logo img{
  width: 160px
}
.proyecto-3.casa-club .fondo{background: #fff}

/*Master plan*/
.proyecto-2.casa-club.master-plan{text-align: center;}
.proyecto-2.casa-club.master-plan p{
  margin-bottom: 50px; text-align: center;
}
.proyecto-2.casa-club.master-plan .linea{
  height: 1px; background:#5cb8aa; margin-bottom: 50px; width: 473px; display: inline-block; max-width: 100%
}
.proyecto-2.casa-club.master-plan ul{padding-left: 0px; margin-bottom: 245px}
.proyecto-2.casa-club.master-plan ul li{
  list-style-type: none;
  display: inline-block;
  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-left: 15px;
  margin-right: 15px
}
.proyecto-2.casa-club.master-plan ul li:first-child{margin-left: 0px}
.proyecto-2.casa-club.master-plan ul li:last-child{margin-right: 0px}
.proyecto-2.casa-club.master-plan ul li img{
  width: 21px; margin-right: 10px
}
.master-plan-2{
  background: rgba(92,184,170,0.20); padding-left: 40px; padding-right: 40px
}
.master-plan-2 .contiene-master-plan{top: -355px; position: relative; margin-bottom: -300px}
#modalCotizar{z-index: 5000}
#modalCotizar .modal-dialog{width: 735px}
#modalCotizar .modal-content{border-radius: 0px}
#modalCotizar .modal-content .contenido{
  padding-left: 60px; padding-right: 60px; padding-top: 40px; padding-bottom: 40px
}
#modalCotizar .modal-content .contenido .close-modal{
  width: 45px; position: absolute; top: 10px; right: 10px; cursor: pointer;
}
#modalCotizar .modal-content .contenido h1{
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: 1.5px;
  text-align: left;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 30px
}
#modalCotizar .modal-content .contenido p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 3px
}
#modalCotizar .modal-content .contenido p b{font-weight: 600}
#modalCotizar .modal-content .contenido .imprime-lote{text-align: center;}
#modalCotizar .modal-content .contenido .imprime-lote img{max-width: 100%}
#modalCotizar .modal-content .contenido h2{
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 0.9px;
  text-align: left;
  color: #225d67;
  margin-top: 30px;
  margin-bottom: 12px
}
#modalCotizar .modal-content .contenido input{
  height: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: left;
  color: #5c4253;
  border:none;
  border-bottom: 2px solid rgba(92, 66, 83, 0.5);
  margin-bottom: 3px
}
#modalCotizar .modal-content .contenido *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #5c4253 !important;
	opacity:1;
}
#modalCotizar .modal-content .contenido *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #5c4253 !important;
	opacity:1;
}
#modalCotizar .modal-content .contenido *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #5c4253 !important;
	opacity:1;
}
#modalCotizar .modal-content .contenido *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #5c4253 !important;
	opacity:1;
}
#modalCotizar input[type="checkbox"]{display: none}
#modalCotizar input[type="checkbox"] + label span{display: inline-block; width: 20px; height: 20px; background: url(../img/item-2.svg) left top no-repeat; vertical-align: middle; cursor:pointer; margin-right:5px; position:relative; bottom:1px}
#modalCotizar input[type="checkbox"]:checked + label span{background: url(../img/item-check-2.svg) left top no-repeat}
#modalCotizar .modal-content .contenido h3{
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.7px;
  text-align: center;
  color: #5c4253;
  margin-top: 17px;
  margin-bottom: 20px
}
#modalCotizar .modal-content .contenido h3 a,#modalCotizar .modal-content .contenido h3 a:hover, #modalCotizar .modal-content .contenido h3 a:focus{text-decoration: underline; color: #5c4253;}
#modalCotizar #contact-form{text-align: center;}
#modalCotizar .modal-content .contenido .enviar{
  width: 125px;
  height: 40px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.master-plan-2 svg{
  background: url('../img/masterPlanAux.svg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}

/*Blog*/
.inicio-4.blog{padding-top: 29px; padding-bottom: 50px}
.inicio-4.blog .item{
  margin-top: 71px
}
.inicio-4.blog .paginador{text-align: center; margin-top: 70px}
.inicio-4.blog .paginador ul{
  padding-left: 0px; margin-bottom: 0px
}
.inicio-4.blog .paginador li{list-style-type: none; display: inline-block; vertical-align: top; margin-left: 5px; margin-right: 5px}
.inicio-4.blog .paginador li a{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #225d67;
}
.inicio-4.blog .paginador li a:hover,.inicio-4.blog .paginador ul li a:focus{
  color: #225d67; text-decoration: none
}
.inicio-4.blog .paginador li a.active{
  text-decoration: underline;
}
.inicio-4.blog .paginador li ion-icon{
  color: #225d67; font-size: 20px; vertical-align: middle;
}
.inicio-4.blog .paginador li.anterior{
  margin-right: 30px
}
.inicio-4.blog .paginador li.siguiente{
  margin-left: 30px
}
.contiene-suscribete{
  padding-left: 60px; padding-right: 60px
}
.suscribete{
  padding-top: 41px; padding-bottom: 41px; background: rgba(92,184,170,0.20); margin-bottom: 50px
}
.suscribete h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.62;
  letter-spacing: 4.5px;
  text-align: center;
  color: #225d67;
  margin-top: 39px;
  margin-bottom: 53px
}
.suscribete h1 b{
  position: relative; font-weight: 500;
}
.suscribete h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.suscribete p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 15px
}
.suscribete input{
  height: 30px;
  width: 255px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: left;
  color: #5c4253;
  border:none;
  border-bottom: 2px solid rgba(92, 66, 83, 0.5);
  margin-bottom:0px;
  margin-right: 30px;
  background: none;
  max-width: 100%
}
.suscribete *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #5c4253 !important;
	opacity:1;
}
.suscribete *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #5c4253 !important;
	opacity:1;
}
.suscribete *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #5c4253 !important;
	opacity:1;
}
.suscribete *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #5c4253 !important;
	opacity:1;
}
.suscribete input[type="checkbox"]{display: none}
.suscribete input[type="checkbox"] + label span{display: inline-block; width: 20px; height: 20px; background: url(../img/item-2.svg) left top no-repeat; vertical-align: middle; cursor:pointer; margin-right:5px; position:relative; bottom:1px}
.suscribete input[type="checkbox"]:checked + label span{background: url(../img/item-check-2.svg) left top no-repeat}
.suscribete button{
  width: 125px;
  height: 40px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border:none;
  background-color: #225d67;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.suscribete h3{
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.7px;
  text-align: left;
  color: #5c4253;
  margin-top: 25px;
  margin-bottom: 0px
}
.suscribete h3 a, .suscribete h3 a:hover, .suscribete h3 a:focus{
  color: #5c4253; text-decoration: underline;
}
.detalle-blog{padding-left: 60px; padding-right: 60px; padding-top: 79px; position: relative;}
.detalle-blog .sobre-fondo{
  position: absolute;
  height: 801px;
  opacity: 0.5;
  background-color: #efecd5;
  width: 100%;
  left: 0;
  top: 332px
}
.detalle-blog .info{background: #fff; padding-left: 60px; padding-right: 60px}
.detalle-blog table{width: 100%}
.detalle-blog table tr td{
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.7px;
  text-align: center;
  color: #777777;
}
.detalle-blog table tr td .b-compartir{
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.7px;
  text-align: left;
  color: #777777;
  margin-right: 40px;
  position: relative;
  bottom: 2px
}
.detalle-blog .at-resp-share-element .at-share-btn .at-label{
  color: #777777 !important;
  padding-right: 0px !important;
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.92 !important;
  letter-spacing: 0.7px !important;
  text-align: center !important;
  color: #777777 !important;
  font-family: 'Raleway', sans-serif !important;
}
.detalle-blog .at-resp-share-element .at-share-btn .at-icon-wrapper{
  display: none
}
.detalle-blog .at-style-responsive .at-share-btn {
    padding: 5px;
    background-color: #fff !important;
    text-align: center;
    width: 90px;
}
.detalle-blog .addthis_inline_share_toolbox_enc9{
  display: inline-block; vertical-align: middle;
}
.detalle-blog .img{position: relative; margin-left: -60px; margin-right: -60px}
.detalle-blog .img span{
  width: 140px;
  height: 35px;
  background-color: #5cb8aa;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.detalle-blog h1{
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: 1.5px;
  text-align: center;
  color: #225d67;
  margin-top: 50px;
  margin-bottom: 50px
}
.detalle-blog .divisor{
  height: 1px; background: #efecd5; margin-bottom: 50px; margin-top: 10px
}
.detalle-blog .p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 80px
}
.detalle-blog .controles{text-align: center; margin-bottom: 100px}
.detalle-blog .controles .anterior,.detalle-blog .controles .siguiente{
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #225d67;
}
.detalle-blog .controles .anterior:hover,.detalle-blog .controles .siguiente:hover{
  color: #225d67; text-decoration: none
}
.detalle-blog .todas{
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: center;
  color: #777777;
  text-decoration: underline;
}
.detalle-blog .todas:hover, .detalle-blog .todas:focus{
  color: #777777;
  text-decoration: underline;
}
.detalle-blog .controles ion-icon{
  font-size: 23px; vertical-align: middle;
}
.detalle-blog .controles a{
  margin-left: 25px; margin-right: 25px
}
.detalle-blog .controles a:first-child{margin-left: 0px}
.detalle-blog .controles a:last-child{margin-right: 0px}

/*Ubicación*/
.inicio-2.ubicacion{
  padding-left: 60px; padding-bottom: 50px
}
.inicio-2.ubicacion h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.62;
  letter-spacing: 4.5px;
  text-align: left;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 53px
}
.inicio-2.ubicacion h1 b{
  position: relative; font-weight: 500;
}
.inicio-2.ubicacion h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.pdr45{padding-right: 45px}
.inicio-2.ubicacion .p{
  margin-bottom: 0px
}
.ubicacion-2{
  background: rgba(92,184,170,0.20); padding-left: 60px; padding-top: 50px; padding-bottom: 50px; padding-right: 60px
}
.ubicacion-2 p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
}
.ubicacion-2 .mapa{
  height: 568px;
}
.ubicacion-2 p .circle{
  width: 8px; height: 8px; border-radius: 50%; background: #5cb8aa; display: inline-block;
}
.ms-view{
  background: #fff !important
}

/*Contacto*/
input[type="checkbox"]{display: none}
input[type="checkbox"] + label span{display: inline-block; width: 20px; height: 20px; background: url(../img/item-2-B.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-top: 80px; padding-left: 60px; padding-right: 60px; padding-bottom: 100px
}
.contacto-1 h1{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 4.5px;
  text-align: left;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 53px
}
.contacto-1 h1 b{
  position: relative; font-weight: 500;
}
.contacto-1 h1 b span{
  background: rgba(92,184,170,0.20); height: 20px; display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0
}
.contacto-1 p{
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5c4253;
  margin-bottom: 28px
}
.contacto-1 input{
  height: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: left;
  color: #5c4253;
  border:none;
  border-bottom: 2px solid rgba(92, 66, 83, 0.5);
  margin-bottom: 8px
}
.contacto-1 *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #5c4253 !important;
	opacity:1;
}
.contacto-1 *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #5c4253 !important;
	opacity:1;
}
.contacto-1 *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #5c4253 !important;
	opacity:1;
}
.contacto-1 *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #5c4253 !important;
	opacity:1;
}
.contacto-1 input[type="checkbox"]{display: none}
.contacto-1 input[type="checkbox"] + label span{display: inline-block; width: 20px; height: 20px; background: url(../img/item-2.svg) left top no-repeat; vertical-align: middle; cursor:pointer; margin-right:5px; position:relative; bottom:1px}
.contacto-1 input[type="checkbox"]:checked + label span{background: url(../img/item-check-2.svg) left top no-repeat}
.contacto-1 h3{
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.7px;
  text-align: center;
  color: #5c4253;
  margin-top: 17px;
  margin-bottom: 20px
}
.contacto-1 h3 a,.contacto-1 h3 a:hover, .contacto-1 h3 a:focus{text-decoration: underline; color: #5c4253;}
.contacto-1{text-align: center;}
.contacto-1 .enviar{
  width: 125px;
  height: 40px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #225d67;
  border:none;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.contacto-1 h2{
  font-size: 45px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 4.5px;
  text-align: left;
  color: #225d67;
  margin-top: 0px;
  margin-bottom: 11px
}
.contacto-1 h4{
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-align: left;
  color: #5cb8aa;
  margin-top: 30px;
  margin-bottom: 30px
}
.contacto-1 .redes{
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.8px;
  text-align: left;
  color: #777777;
  text-decoration: underline;
  margin-right: 40px
}
.contacto-1 .redes:hover,.contacto-1 .redes:focus{
  color: #777777;
}
.wp{width: 15px; position: relative; left: 5px; bottom: 1px}

/* medias */
@media (max-width:767px)
{
  header {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 20px;
  }
  header .logo{width: 120px}
  header .abre-menu{
    width: 82px; margin-top: 0px
  }
  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: 20px}
  .botones-flotantes{width: 190px}
  /*.ms-bullets.ms-dir-v{
    top: inherit !important; bottom: 39.5px
  }
  .inicio-1 .ms-bullets.ms-dir-v {
    right: 15px !important;
  }*/
  .mapa {
    height: 472px;
  }
  #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: 120px}
  #modalMenu .contenido .cierra-menu{
    width: 74px; margin-top: 0px
  }
  #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: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #225d67;
    text-decoration: none
  }
  #modalMenu .contenido .contiene-menu ul li a:hover,#modalMenu .contenido .contiene-menu ul li a:focus{text-decoration: none; color: #225d67;}
  #modalMenu .contenido .siguenos{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #225d67;
    margin-bottom: 49px;
    margin-top: 49px
  }
  #modalMenu .contenido ion-icon{
    font-size: 25px; color:#49c5b1; margin-left: 3px; margin-right: 3px; vertical-align: middle;
  }
  .detalle-blog .at-resp-share-element.at-mobile .at4-share-count-container, .detalle-blog .at-resp-share-element.at-mobile .at-label {
    display: block;
  }
  #modalMenu .llamanos{text-align: center; padding-bottom: 49px}
  #modalMenu .llamanos button{
    width: 150px;
    height: 50px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #225d67;
    border: none;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
  }
  .inicio-1 .info {
    max-width: 80%;
  }
  .inicio-1 .info h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: 1.5px;
    text-align: left;
  }
  .inicio-1 .info h1 b {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-top: 8px;
  }
  .inicio-1 .recuadro {
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    z-index: 10;
  }
  .inicio-1 .boton-cotiza {
    bottom: 120px;
  }
  .inicio-2 {
    padding-top: 55px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .inicio-2 .p{text-align: center;}
  .inicio-2 .img-base{margin-top: 50px}
  .inicio-3 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
  .inicio-3 h1{font-size: 35px; line-height: 1.2;}
  .inicio-3 h1 b{display: inline-block;}
  .inicio-3 .equipo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inicio-4 h1 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 3.5px;
    margin-bottom: 50px;
  }
  .inicio-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inicio-4 .item{margin-bottom: 80px}
  .inicio-4 .contiene-boton {
    margin-top: 0px;
  }
  .titulo-ubicacion{
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 3.5px;
    margin-bottom: 50px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #225d67;
    margin-top: 0px;
    margin-bottom: 50px
  }
  .titulo-ubicacion b {
    position: relative;
    font-weight: 500;
  }
  .titulo-ubicacion b span {
    background: rgba(92,184,170,0.20);
    height: 20px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .inicio-5 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inicio-5 h1{font-size: 35px; margin-top: 50px; text-align: center;}
  .inicio-5 .dos {
    padding-right: 15px;
  }
  .inicio-5 p{text-align: center;}
  .inicio-5 table, .inicio-5 table tbody, .inicio-5 table tr, .inicio-5 table td{
    display: block; text-align: center; width: 100%
  }
  .inicio-5 table tr td:nth-child(2) {
    text-align: center;
    padding-top: 37px;
  }
  footer {
    background-color: #225d67;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  footer p{text-align: center;}
  footer table tr td:nth-child(1) p {
    text-align: center;
    margin-top: 30px;
  }
  footer table tr td:nth-child(1) {
    text-align: center;
  }
  footer .logo {
    width: 210px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  footer h3{text-align: center;}
  footer p b {
    margin-bottom: 8px;
  }
  .portada{margin-top: 58px;}
  .proyecto-2.casa-club {
    padding-top: 50px;
  }
  .proyecto-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .proyecto-2.casa-club ul.uno{margin-bottom: 0px}
  .proyecto-3.casa-club {
    padding-bottom: 50px;
  }
  .proyecto-3 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .proyecto-3 .contiene-botones .botones button{border-right: none}
  .proyecto-3 .pantalla .fondo {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .proyecto-3 .pantalla h2{font-size: 30px; text-align: center;}
  .inicio-3 h1{margin-bottom: 50px}
  .inicio-3.proyecto .item table, .inicio-3.proyecto .item table tbody, .inicio-3.proyecto .item table tr, .inicio-3.proyecto .item table td{display: block; width: 100%; text-align: center;}
  .inicio-3.proyecto .carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inicio-3.proyecto .item .foto {
    width: 100%;
  }
  .inicio-3.proyecto .item table td:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 30px;
  }
  .inicio-3.proyecto .item table p{font-size: 13px; text-align: center;}
  .carousel-indicators {
    right: 0;
    top: inherit;
    bottom: auto;
    margin-right: 0px;
    left: auto;
    width: 100%;
    text-align: center;
    bottom: -40px;
    margin: auto;
    height: auto;
  }
  .carousel-control.left {
    width: 14px;
    background: none;
    background-position: inherit;
    height: 8px;
    cursor: pointer;
    background: url(../img/arrow-green-left.svg);
    box-shadow: none;
    border: none;
    border-radius: 0px;
    opacity: 1;
    top: inherit;
    left: 15%;
    right: inherit;
    bottom: -28px;
    transform: rotate(-90deg);
    z-index: 100
  }
  .carousel-control.right {
    width: 14px;
    background: none;
    background-position: inherit;
    height: 8px;
    cursor: pointer;
    background: url(../img/arrow-green-left.svg);
    box-shadow: none;
    border: none;
    border-radius: 0px;
    opacity: 1;
    top: inherit;
    right: 15%;
    left: inherit;
    bottom: -28px;
    transform: rotate(90deg);
    z-index: 100
  }
  .proyecto-2{padding-top: 50px}
  .proyecto-3 h1{font-size: 35px; margin-bottom: 50px}
  .proyecto-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
  .inicio-3.proyecto .item table h2{text-align: center;}
  .proyecto-3 .pantalla h3{text-align: center;}
  .proyecto-3 .pantalla p{text-align: center;}
  .proyecto-4 h1{font-size: 35px; text-align: center; margin-bottom: 50px}
  .proyecto-4 p{text-align: center;}
  .proyecto-4 .item.img{margin-top: 50px}
  .master-plan-2 .contiene-master-plan {
    top: inherit;
    position: relative;
    margin-bottom: inherit;
  }
  .master-plan-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .proyecto-2.casa-club.master-plan ul {
    padding-left: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
  .proyecto-2.casa-club.master-plan ul li{margin-left: 5px; margin-right: 5px; font-size: 11px; padding-left: 0px;}
  .proyecto-2.casa-club.master-plan ul li img {
    width: 15px;
    margin-right: 5px;
  }
  #modalCotizar .modal-content .contenido {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #modalCotizar .modal-dialog {
    width: 90%;
    margin-left: 5%;
  }
  #modalCotizar .modal-content .contenido h1{font-size: 20px}
  #modalCotizar form{text-align: center;}
  .inicio-4.blog{padding-top: 0px; margin-top: -20px}
  .inicio-4.blog .paginador{margin-top: 0px}
  .contiene-suscribete {
    padding-left: 15px;
    padding-right: 15px;
  }
  .suscribete h1 {
    font-size: 35px;
    margin-top: 9px;
    margin-bottom: 50px;
  }
  .suscribete{padding-left: 15px; padding-right: 15px}
  .suscribete form{text-align: center;}
  .suscribete button{margin-top: 30px}
  .suscribete h3{font-size: 12px}
  .detalle-blog {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    position: relative;
  }
  .detalle-blog .info {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  .detalle-blog .img {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .detalle-blog .p{margin-bottom: 50px}
  .detalle-blog .controles{margin-bottom: 50px; margin-left: -30px; margin-right: -30px;}
  .detalle-blog .controles a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .detalle-blog .controles .anterior, .detalle-blog .controles .siguiente{font-size: 12px}
  .detalle-blog .todas{font-size: 12px}
  .inicio-2.ubicacion {
    padding-left: 15px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .inicio-2.ubicacion h1 {
    font-size: 35px;
    letter-spacing: 2.2px;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
  .pdr45 {
    padding-right: 15px;
  }
  .ubicacion-2 {
    padding-left: 15px;
    padding-top: 40px;
    padding-right: 15px;
  }
  .ubicacion-2 p{margin-bottom: 45px}
  .contacto-1 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .contacto-1 h1{text-align: center; font-size: 35px; letter-spacing: 2.2; margin-bottom: 50px}
  .contacto-1 h2 {
    font-size: 25px;
    letter-spacing: 3.5px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 11px;
  }
  .contacto-1 h4 {
    font-size: 13px;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contacto-1 .redes{margin-left: 20px; margin-right: 20px}
  #txt-center-c{text-align: center;}
  .contacto-1 p{text-align: center;}
  .contacto-1 h3{text-align: center;}
  #modalCotizar .modal-content .contenido h2{margin-top: 0px}
}

@media (min-width:768px) and (max-width:991px)
{
  .detalle-blog .at-resp-share-element.at-mobile .at4-share-count-container, .detalle-blog .at-resp-share-element.at-mobile .at-label {
    display: block;
  }
  header ul li a {
    font-size: 11px;
    letter-spacing: 1px;
  }
  header .logo{width: 140px}
  header ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  header{padding-left: 30px; padding-right: 30px}
  .inicio-1 .info h1{max-width: 100%; width: 600px; font-size: 60px}
  .inicio-2 .img-base{display: none;}
  .inicio-2{padding-right: 30px}
  .inicio-3 .item .info {
    padding: 20px;
  }
  .inicio-3 .item .info h2{
    font-size: 12px
  }
  .inicio-3 .fondo-verde{
    height: 457px;
  }
  .inicio-4 .fondo-crema{height: 360px}
  .inicio-5 .dos {
    padding-right: 15px;
  }
  .inicio-5{padding-right: 30px}
  .proyecto-3 .contiene-botones .botones button {
    width: 120px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
  }
  .proyecto-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .proyecto-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .proyecto-4 .img-base{display: none}
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer p b{font-size: 14px}
  footer p{font-size: 13px}
  .proyecto-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .proyecto-3 .pantalla h2{font-size: 30px}
  .proyecto-3 .pantalla .fondo {
    padding-left: 22px;
    padding-right: 22px;
  }
  .master-plan-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .suscribete h1{font-size: 30px}
  .contiene-suscribete {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inicio-2.ubicacion {
    padding-left: 30px;
  }
  .contacto-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacto-1 h2{font-size: 30px}
  .contacto-1 h4{font-size: 14px}
}

@media (min-width:992px) and (max-width:1199px)
{
  header ul li a{
    font-size: 12px
  }
  header ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  header{
    padding-left: 50px; padding-right: 50px
  }
  .inicio-3 .item .info {
    padding: 30px;
  }
  .inicio-5 .dos {
    padding-right: 30px;
  }
  .proyecto-3 .contiene-botones .botones button{width: 195px}
  .proyecto-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .master-plan-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contacto-1 h2{
    font-size: 30px
  }
  .contacto-1 h4{font-size: 14px}
  .inicio-5{padding-right: 50px}
}

@media (min-width:768px){

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

}
@media (min-width:1200px){
  .proyecto-3 .pantalla .fondo{min-height: 580px}
  #c-slide-inicio{height: auto !important;}
}

.wrapper {
    text-align: center;
}

.brochure {
    position: initial;
    top: 50%;
}