/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

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

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

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

/*Header*/
header{
  position: fixed; padding-left: 0px; padding-right: 0px; width: 100%; left: 0; top: 0; z-index: 1000; padding-bottom: 0px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header .logo{
  width:168px; margin-top: 30px; 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{
  padding-left: 0px !important; border:none; border-radius: 0px; margin-bottom: 0px !important; text-align: right;
}
header ul li{
  list-style-type: none !important; display: inline-block !important; margin-left: 35px !important; background: none !important; border-radius: 0px !important; border:none !important;
}
header ul li:first-child{margin-left: 0px !important}
header ul li:last-child{margin-left: 22px !important}
header ul li a:hover,header ul li a:focus{
  color: #5a94a8;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #5a94a8;
  background-color:transparent;
  border:none;
  border-bottom-color: transparent;
  text-align: center;
}
.nav-tabs>li>a.active .marcador,.nav-tabs>li a:hover .marcador, .nav-tabs>li a:focus .marcador{
  opacity: 1
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #5a94a8;
    background-color:transparent;
    border:none;
    border-bottom-color: transparent;
    margin-right: 0px;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
}
.nav-tabs>li>a:hover {
    border-color: inherit;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
header li.redes{margin-top: 42px; padding-left: 25px}
header li.redes a{
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4b858e;
}
header li.redes a:hover,header li.redes a:focus{
  color: #4b858e; text-decoration: none
}
header .icon.uno{margin-left: 13px}
header .icon{
  font-size: 17px; color: #4b858e; margin-left: 5px; vertical-align: sub;
}
header .marcador{
  display: inline-block;
  width: 1px;
  height: 31px;
  background-color: #4B858E;
  opacity: 0;
  margin-bottom: 17px;
  transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.affix {
  position: relative;
}
header.dos{
  background-color: #fff;
  padding-bottom: 30px;
  border-bottom:1px solid #ECEAE4;
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header .list-group-item.active {
    z-index: 2;
    color: #4b858e;
    background:none;
    border:none;
}

/*Footer*/
footer{
  background-color: #003b4a; padding-top: 100px; padding-bottom: 32px;
}
footer p{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0
}
footer p a, footer p a:hover, footer p a:focus{
  color: #ffffff; text-decoration: none
}
footer .icon{
  font-size: 17px; color: #fff; margin-left: 5px; vertical-align: sub;
}
footer h6{
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 0.65px;
  text-align: left;
  color: #4b858e;
  position: relative;
  z-index: 1;
  margin-bottom: 0
}
footer h6 b{font-weight: 500;}
footer h6 a, footer h6 a:hover, footer h6 a:focus{
  color: #4b858e; text-decoration: none;
}
footer .dos{
  margin-top: 100px; position: relative;
}
footer .dos .linea{
  width: calc(100% - 30px); height: 1px; background: #5F99AF; position: absolute; bottom: 10px; left: 15px
}
footer h6.tres{text-align: right;}
footer h6 span{
  background-color: #003b4a; display: inline-block;
}
footer h6 span.s-uno{
  padding-right: 15px
}
footer h6 span.s-dos{
  padding-left: 15px
}
footer .leyenda{
  font-size: 14px; color:#fff; margin-top: 50px
}

/*Inicio*/
#inicio{
  width:100%;height:auto; position: relative; overflow: hidden; padding-top: 167px; padding-left: 90px; padding-right: 90px; padding-bottom: 42px
}
#inicio .bg{
  background-image:url('../img/M_Slide_Fondo.jpg');background-size:100%;-webkit-background-size:100%;-moz-background-size:100%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; transform: scale(1.6); transition:all 2s; -webkit-transition:all 2s; -moz-transition:all 2s; -o-transition:all 2s; -ms-transition:all 2s;
}
#inicio .bg.no-scale{transform: scale(1);}
#inicio .row{height: auto}
#inicio .contiene-img{position: relative; box-shadow: 0 30px 50px 0 rgba(10, 62, 83, 0.1); -moz-box-shadow: 0 30px 50px 0 rgba(10, 62, 83, 0.1); -webkit-box-shadow: 0 30px 50px 0 rgba(10, 62, 83, 0.1);}
#inicio .contiene-img p{
  font-family: 'Zilla Slab', serif;
  font-size: 50px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  left: 30px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%)
}
#inicio .contiene-img p span{
  font-size: 50px;
  font-style: italic;
}
#inicio .boton-cotiza{
  margin-top: 79px;
}
#inicio .boton-descargar-brochure{
}
#inicio .container{position: relative;}
#inicio .line{display: inline-block; width: 1px; height: 80px; background: #fff; margin-bottom: 20px}
.espacio{
  padding-bottom: 0px;
}
.espacio .shape{
  margin-bottom: 40px
}
.espacio h1{
  font-family: 'Zilla Slab', serif;
  font-size: 35px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 3.5px;
  text-align: center;
  color: #5a94a8;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px
}
.espacio p{
  font-family: 'Zilla Slab', serif;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.85px;
  text-align: center;
  color: #a39d8d;
  margin-bottom: 130px
}
.espacio .contiene-slider{padding-left: 89px; padding-right: 89px}
.inicio-1 .ms-skin-default .ms-nav-next, .inicio-1 .ms-skin-default .ms-nav-next .ms-skin-default .ms-nav-prev {
    width: 21px;
    background: none;
    background-position: inherit;
    height: 34px;
    cursor: pointer;
    top: 50%;
    left: 50px;
    margin-top: -15px;
    position: absolute;
    z-index: 110;
}
.inicio-1 .ms-skin-default .ms-nav-next {
	background: url(../img/arrow-right.png);
    right: 50px;
    left: auto;
    background-position: inherit;
}
.inicio-1 .ms-skin-default .ms-nav-prev {
	background: url(../img/arrow-left.png);
	 margin-top: -15px;
	 width: 21px;
	 height: 34px;
	 left: 50px
}
.inicio-1 .ms-skin-default .ms-bullet {
    width: 9px;
    height: 9px;
    background: transparent;
    border:1px solid #fff;
    margin: 5px !important;
    background-position: inherit;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    float: none;
    display: inline-block;
}
.inicio-1 .ms-skin-default .ms-bullet-selected {
    background-position: inherit;
    background: #fff;
    width: 9px;
    height: 9px;
    opacity: 1;
    border:1px solid #fff;
}
.inicio-1 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px !important;
    right: 0;
    width: 100% !important;
    left: 0;
    margin: auto;
}
.inicio-1 .ms-bullets.ms-dir-h .ms-bullets-count{
  right: inherit !important; text-align: center; padding-left: 0
}
.inicio-1 .ms-view{background: #fff}

/*Amenidades*/
#seccion-amenidades{padding-bottom: 130px}
#seccion-amenidades h1{
  margin-bottom: 140px
}
#seccion-amenidades ul{
  padding-left: 0; margin-bottom: 0
}
#seccion-amenidades ul li{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.85px;
  text-align: left;
  color: #beb7a6;
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 1px solid rgba(190,183,166,0.40);
}
#seccion-amenidades ul li span{
  color: #5a94a8;
}
#seccion-amenidades ul li:nth-child(1){padding-top: 0}

/*Wellnes club */
#seccion-wellnes-club{
  background-color: #edeae5; position: relative; padding-bottom: 115px
}
#seccion-wellnes-club .shape{margin-bottom: 24px}
#seccion-wellnes-club h1{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 4px;
  text-align: center;
  color: #5a94a8;
  margin-top: 0px;
  margin-bottom: 5px
}
#seccion-wellnes-club h2{
  font-family: 'Zilla Slab', serif;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 1.4px;
  text-align: center;
  color: #a39d8d;
  margin-top: 0px;
  margin-bottom: 50px
}
#seccion-wellnes-club ul{padding-left: 0px; margin-bottom: 0px}
#seccion-wellnes-club ul li{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.85px;
  text-align: left;
  color: #a39d8d;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  list-style-type: none
}
#seccion-wellnes-club ul li span{margin-right: -50px; display: inline-block;}
#seccion-wellnes-club .contiene-slider{
  margin-bottom: 55px; padding-left: 89px; padding-right: 89px
}
#seccion-wellnes-club ul li:nth-child(5){border:none}

/*Master plan*/
#seccion-masterplan{
  background-image:url('../img/fondo-master-plan.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-color: rgba(0,62,82,0.80); background-blend-mode: multiply; padding-bottom: 134px; text-align: center;
}
#seccion-masterplan .shape{
  margin-bottom: 29px
}
#seccion-masterplan h1{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 4px;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 29px
}
#seccion-masterplan p{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.85px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 29px
}
.contiene-master-plan svg{background-image:url('../img/Mistika_MasterPlan_Colores_WEBFinal_zoom.jpg');background-size:100%;-webkit-background-size:100%;-moz-background-size:100%;width:100%;height:auto;}
.contiene-master-plan svg text{pointer-events: none}
.popover{border-radius:3px; border: solid 1px #80b2ba; background-color: #f7fbfc;}
.content-title{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.75px;
  text-align: left;
  color: #5a94a8;
  margin-top: 0px;
  margin-bottom: 1px;
  padding-left: 25px;
  text-decoration: underline;
}
.content-text{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: left;
  color: #5a94a8;
  padding-left: 25px;
  margin-bottom: 0
}
.content-text span{
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.55px;
  text-align: left;
  color: #5a94a8;
}
.popover{width:162px}
.popover .arrow:after{
  border-top-color: #80b2ba;
}
.barra-verde{
  width: 13px;
  height: 72px;
  border: solid 2px #a39d8d;
  background-color: #ffffff;
  position:absolute;
  left:12px;
  top:15px
}
.barra-amarilla{width:14px;height:52px;background:#e8ae00;position:absolute;right:5px;top:4px}
.barra-roja{width:14px;height:52px;background:#af1118;position:absolute;right:5px;top:4px}
.label-success-cotizador:hover{cursor:pointer;fill:transparent}
.label-warning-cotizador:hover{fill:rgba(232,174,0,0.50);cursor:pointer}
.label-danger-cotizador:hover{fill:rgba(175,17,24,0.50);cursor:pointer}
.label-warning-cotizador.active{fill:rgba(232,174,0,0.50);cursor:pointer}
.label-danger-cotizador.active{fill:rgba(175,17,24,0.50);cursor:pointer}
.label-warning-cotizador{fill:rgba(232,174,0,0.50) !important;cursor:pointer}
.label-danger-cotizador{fill:rgba(175,17,24,0.50) !important;cursor:pointer}
.inicio-master-plan{padding-top: 159px; padding-bottom: 63px}
.inicio-master-plan h1{
  font-family: 'Zilla Slab', serif;
  font-size: 29px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.17;
  letter-spacing: 1.45px;
  text-align: left;
  color: #0b3c50;
  margin-top: 50px;
  margin-bottom: 20px
}
.inicio-master-plan h1 b{
  font-size: 55px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2.75px;
  text-align: left;
  color: #0b3c50;
}
.inicio-master-plan h1 b span{
  font-size: 35px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.75px;
  text-align: left;
  color: #0b3c50;
}
.inicio-master-plan p{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.85px;
  text-align: left;
  color: #5a94a8;
  margin-bottom: 21px
}
.inicio-master-plan .line{
  width: 1px; height: 196px; background: #BEB7A6; margin-bottom: 23px;
}
.inicio-master-plan ul{padding-left: 0px}
.inicio-master-plan ul li{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.75px;
  text-align: left;
  color: #a39d8d;
  list-style-type: none;
  margin-bottom: 26px
}
.inicio-master-plan ul li img{margin-right: 10px}
#modalCotizador{
  z-index: 5000
}
#modalCotizador .modal-dialog{
  width: 904px; max-width: 100%
}
#modalCotizador .modal-dialog .contenido{
  padding-left: 39px; padding-right: 0px; padding-top: 54px; padding-bottom: 0px; background: #fff
}
#modalCotizador .modal-dialog .contenido .parte-1{
  background: #fff; position: relative;
}
#modalCotizador .modal-dialog .cerrar-modal{
  position: absolute; right: 34px; top: 34px; cursor: pointer;
}
#modalCotizador .modal-dialog .contenido .pd75{
  padding-left: 111px
}
#modalCotizador .modal-dialog .contenido h2{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  color: #5f99af;
  margin-top: 0px;
  margin-bottom: 17px
}
#modalCotizador .modal-dialog .contenido span{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #003e52;
}
#modalCotizador .modal-dialog .contenido b{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #003e52;
}
#modalCotizador .modal-dialog .contenido{
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: left;
  color: #ffffff;
}
#modalCotizador .modal-dialog .contenido .divisor{height: 0px}
#modalCotizador .modal-dialog .contenido .linea-vertical{
  width: 1px;
  height: 179px;
  background-color: #666666;
  position: absolute;
  right: 0;
  top: 42px
}
#modalCotizador .modal-dialog .contenido span.cerrar{
  font-size: 12.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: absolute;
  right: 19px;
  top: 12px;
  text-transform: none;
  cursor: pointer;
}
#modalCotizador .modal-dialog .contenido span.cerrar b{
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-left: 9px;
  text-transform: none
}
#modalCotizador .modal-dialog .contenido .contiene-img{
  text-align: center; background-color: #fff; padding-top: 0px; padding-bottom: 50px
}
#modalCotizador .modal-dialog .contenido .contiene-img img{
  width: 200px;
}
#modalCotizador .modal-dialog .contenido .n{
  position: absolute; right: 34px; bottom: 17px
}
#modalCotizador .modal-dialog .contenido h3{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #777777;
  margin-top: 0px;
  margin-bottom: 35px
}
#modalCotizador .modal-dialog .contenido input[type="text"],#modalCotizador .modal-dialog .contenido input[type="email"]{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #a39d8d;
  height: 23px;
  border:none;
  width: 100%;
  border-bottom:1px solid #a39d8d;
  margin-bottom: 20px;
  background: none
}
#modalCotizador .modal-dialog .contenido .contiene-select{
  position: relative; margin-top: 25px
}
#modalCotizador .modal-dialog .contenido .contiene-select .icon{
  position: absolute; right: 0; top: 3px; width: 12px; pointer-events: none
}
#modalCotizador .modal-dialog .contenido select{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #a39d8d;
  height: 23px;
  border:none;
  width: 100%;
  border-bottom:1px solid #a39d8d;
  margin-bottom: 20px;
  background: none;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}
#modalCotizador .modal-dialog .contenido textarea{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a39d8d;
  height: 23px;
  border:none;
  width: 100%;
  border-bottom:1px solid #a39d8d;
  margin-bottom: 20px;
  background: none
}
#modalCotizador .modal-dialog .contenido h4{
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 27px
}
#modalCotizador .modal-dialog .contenido h4 input{vertical-align: middle;}
#modalCotizador .modal-dialog .contenido h4 a,#modalCotizador .modal-dialog .contenido h4 a:hover,#modalCotizador .modal-dialog .contenido h4 a:focus{
  color: #666666; text-decoration: underline;
}
#modalCotizador .modal-dialog .contenido input[type="checkbox"] + label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/item-2.png) left top no-repeat;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
#modalCotizador .modal-dialog .contenido input[type="checkbox"]:checked + label span{background: url(../img/item-check.svg) left top no-repeat}
#modalCotizador .modal-dialog .contenido .contiene-boton{text-align: right;}
#modalCotizador .modal-dialog .contenido .contiene-boton button{
  width: 250px;
  height: 43px;
  border-radius: 5px;
  background-color: #222222;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  border:none
}
#modalCotizador .modal-dialog .contenido .parte-2{
  padding-left: 96px; padding-right: 96px
}
#modalCotizador *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #a39d8d !important;
	opacity:1;
}
#modalCotizador *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #a39d8d !important;
	opacity:1;
}
#modalCotizador *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #a39d8d !important;
	opacity:1;
}
#modalCotizador *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #a39d8d !important;
	opacity:1;
}
#modalCotizador .texto-precio{margin-top: 25px; margin-bottom: 63px}
#modalCotizador .modal-dialog .contenido .texto-precio span{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5f99af;
}
#modalCotizador .modal-dialog .contenido .texto-precio b{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5f99af;
}
#modalCotizador .nota{
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #777777;
}
#modalCotizador .bg{
  background-color: #f7fbfc; padding-left: 53px; padding-right: 53px; padding-top: 39px; padding-bottom: 83px
}
#modalCotizador .bg2{
  padding-left: 56px; padding-right: 92px; padding-top: 29px
}
#modalCotizador .g-recaptcha{
  transform: scale(0.7);
  transform-origin: 0 0;
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
.inicio-6{position: relative;}
.inicio-6 .shape{filter:brightness(0); margin-bottom: 25px}
.inicio-6 h1{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 4px;
  text-align: center;
  color: #5a94a8;
  margin-bottom: 70px;
  margin-top: 0px
}
.inicio-6{
  background-color: #f7fbfc; padding-top: 0px; padding-bottom: 130px; padding-left: 0px; padding-right: 0px
}
.pl375{padding-left: 37.5px}
.pr375{padding-right: 37.5px}
.inicio-6 .item .img{
  position: relative;
}
.inicio-6 .item .img .hover{
  position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 30; background: rgba(0,62,82,0.70); 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;
}
.inicio-6 .item .img:hover .hover{opacity: 1}
.inicio-6 .item .img .fecha{
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 20;
  border-top-right-radius: 0px
}
.inicio-6 .item .info .p{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.38px;
  text-align: center;
  color: #777777;
  margin-bottom: 45px
}
.inicio-6 .item .info .p .titulo{
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: center;
  color: #003b4a;
  display: block;
  margin-bottom: 30px
}
.inicio-6 .item .info{
  padding-left: 0px; padding-right: 0px; padding-top: 30px; padding-bottom: 0px
}
.inicio-6 .item .info .enlace{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #4b858e;
  padding-bottom: 10px;
  border-bottom:1px solid #5F99AF;
  display: inline-block;
}
.inicio-6 .item .info .enlace:hover,.inicio-6 .item .info .enlace:focus{text-decoration: none; color: #4b858e; }
.inicio-6 .contiene-ver-mas{
  text-align: center; margin-top: 73px; position: relative;
}
.inicio-6 .contiene-ver-mas .enlace{
  display: inline-block; background-color: #f7fbfc; padding-left: 12px; padding-right: 12px; position: relative; z-index: 1
}
.inicio-6 .contiene-ver-mas .linea{
  background: rgba(95,153,175,0.20); width: 100%; height: 1px; position: absolute; top: 22px; left: 0
}
.inicio-6 .contiene-ver-mas button{
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background-color: #2a7de1;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border:none
}
.pr7{padding-right: 7.5px}
.pl7{padding-left: 7.5px}

/*Contacto*/
.inicio-7{
  padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px
}
.inicio-7 h1{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 4px;
  text-align: center;
  color: #5a94a8;
  margin-top: 31px;
  margin-bottom: 60px
}
.inicio-7 .parrafo-1{
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4b858e;
  background: rgba(128,178,186,0.20);
  margin-bottom: 30px
}
.inicio-7 .parrafo-1 b{font-weight: 500}
.inicio-7 .mapa{
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.inicio-7 p{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.75px;
  text-align: left;
  color: #aaaaaa;
  margin-bottom: 10px
}
.inicio-7 input[type="text"],.inicio-7 input[type="email"]{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: left;
  color: #aaaaaa;
  border:none;
  background: none;
  padding-left: 0px;
  border-bottom: solid 1px #aaaaaa;
  width: 100%;
  height: 48px;
  margin-bottom: 0px
}
.inicio-7 textarea{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: left;
  color: #aaaaaa;
  border:none;
  background: none;
  padding-left: 0px;
  border-bottom: solid 1px #aaaaaa;
  width: 100%;
  height: 80px;
  margin-top: 12px;
  margin-bottom: 15px
}
.inicio-7 .h3{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #4b858e;
  margin-top: 0px;
  margin-bottom: 15px
}
.inicio-7 .h3 a, .inicio-7 .h3 a:hover, .inicio-7 .h3 a:focus{
  color: #4b858e; font-weight: 700; text-decoration: underline;
}
.inicio-7 *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #aaa !important;
	opacity:1;
}
.inicio-7 *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #aaa !important;
	opacity:1;
}
.inicio-7 *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #aaa !important;
	opacity:1;
}
.inicio-7 *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #aaa !important;
	opacity:1;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.inicio-7 .g-recaptcha{transform: scale(0.75); transform-origin: 0 0;}
.inicio-7 .enviar{margin-top: 7px; cursor: pointer;}
.inicio-7 .ver-google-maps{
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 5.38;
  letter-spacing: 0.65px;
  text-align: center;
  color: #4b858e;
  display: inline-block;
  margin-top: 10px
}
.inicio-7 .ver-google-maps:hover,.inicio-7 .ver-google-maps:focus{text-decoration: none; color: #4b858e; }
.inicio-7 .ver-google-maps span{
  text-decoration: underline;
}
.inicio-7 .contiene-mapa{
  text-align: right;
}

/*Suscribirse*/
.suscribirse{
  position: relative;
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: #eceae4;
}
.suscribirse .shape{
  position: absolute;
  left: 0;
  top: 0
}
.suscribirse h1{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 3.2px;
  text-align: center;
  color: #4b858e;
  margin-top: 0px;
  margin-bottom: 30px
}
.suscribirse input{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4b858e;
  border:none;
  background: none;
  padding-left: 0px;
  border-bottom: solid 1px #4b858e;
  width: 100%;
  height: 48px;
}

/*Noticias*/
.portada-noticias{
  background-image: url('../img/N_Noticias_Fondo.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: relative; height: 250px;
}
.portada-noticias h1{
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #2a7de1;
  position: absolute;
  bottom: 47px;
  width: 100%;
  left: 0;
}
.inicio-6.noticias{
  background: #fff; padding-top: 159px; padding-bottom: 130px
}
.inicio-6.noticias .item{margin-bottom: 100px}
.inicio-6.noticias .contiene-paginador{text-align: center; position: relative;}
.inicio-6.noticias .contiene-paginador .linea{
  width: 100%; height: 1px; position: absolute; left: 0; background: rgba(95,153,175,0.20); top: 43px
}
.inicio-6.noticias .paginador{
  margin-top: 20px; text-align: center; display: inline-block; padding-left: 52px; padding-right: 52px; background: #fff; position: relative; z-index: 1
}
.inicio-6.noticias .paginador ul{
  padding-left: 0px; text-align: center; margin-bottom: 0
}
.inicio-6.noticias .paginador li{
  list-style-type: none;
  display: inline-block;
  color:#5f99af;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px
}
.inicio-6.noticias .paginador li a, .inicio-6.noticias .paginador li a:hover, .inicio-6.noticias .paginador li a:focus{
  display: inline-block;
  width: 30px;
  height: 46px;
  background-color: #f7fbfc;
  padding-top: 13px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.65px;
  text-align: center;
  color: #5f99af;
  text-decoration: none;
  position: relative;
}
.inicio-6.noticias .paginador li a.active{
  background: none;
  border: solid 1px #5f99af;
  color:#5f99af;
}
.inicio-6.noticias .paginador li a.active::before{
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% - 4px);
  border: solid 1px #5f99af;
  left: -4px;
  top: 2px;
}
.inicio-6.noticias .paginador li ion-icon{
  position: relative; top: 2px
}
.inicio-6.noticias h1{
  margin-bottom: 40px
}

/*Detalle noticia*/
.margin-30{
  margin-bottom: 30px
}
.detalle-noticia{
  margin-top: 159px; padding-left: 0px; padding-right: 0px
}
.detalle-noticia h1{
  font-family: 'Zilla Slab', serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 4px;
  text-align: left;
  color: #5a94a8;
  margin-top: 0px;
  margin-bottom: 40px
}
.detalle-noticia .img-regresar{
  margin-top: 20px
}
.detalle-noticia .imagen{
  position: relative; margin-bottom: 20px
}
.detalle-noticia .fecha-compartir{
  margin-bottom: 31px
}
.detalle-noticia .fecha {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.26px;
  text-align: left;
  color: #b1b1b1;
}
.detalle-noticia .compartir{
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.26px;
  text-align: right;
  color: #b1b1b1;
}
.detalle-noticia .addthis_inline_share_toolbox_dj3k{display: inline-block; vertical-align: middle;}
.detalle-noticia .addthis_inline_share_toolbox_dj3k svg{
  fill: rgb(177, 177, 177) !important;
}
.detalle-noticia h2{
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-align: center;
  color: #003e52;
  margin-top: 0px;
  margin-bottom: 50px
}
.detalle-noticia .p{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.38px;
  text-align: center;
  color: #777777;
}
.detalle-noticia .ultimas-noticias{
  background-color: #f7f7f7; padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 25px
}
.detalle-noticia .ultimas-noticias h2{
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #2a7de1;
  margin-top: 0px;
  margin-bottom: 15px
}
.detalle-noticia .ultimas-noticias .nota{
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
}
.detalle-noticia .ultimas-noticias .nota a, .detalle-noticia .ultimas-noticias .nota a:hover, .detalle-noticia .ultimas-noticias .nota a:focus{
  font-weight: normal;
  color: #2a7de1;
  text-decoration: none
}
.detalle-noticia .ultimas-noticias .divisor{
  height: 1px; background: #707070; margin-top: 15.5px; margin-bottom: 15.5px
}
.detalle-noticia .controles{
  padding-top: 100px; padding-bottom: 100px; text-align: center;
}
.detalle-noticia .controles a.anterior{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #4b858e;
    padding-bottom: 10px;
    border-bottom: 1px solid #5F99AF;
    display: inline-block;
}
.detalle-noticia .controles .medio{margin-left: 100px; margin-right: 100px}
.detalle-noticia .controles a:hover, .detalle-noticia .controles a:focus{
  color: #4b858e; text-decoration: none
}
.detalle-noticia .regresar{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #2a7de1;
  display: block;
  margin-bottom: 74px
}
.detalle-noticia .regresar:hover, .detalle-noticia .regresar:focus, .detalle-noticia .regresar.active{
  color: #2a7de1; text-decoration: none
}

/*Modal registro*/
#modalRegistro{
  z-index: 5000
}
#modalRegistro .modal-content h2{
  font-family: 'Zilla Slab', serif;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  color: #5f99af;
  margin-top: 40px;
  margin-bottom: 30px
}
#modalRegistro .contiene-formulario{
  background-color: #fff; padding-top: 30px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px
}
#modalRegistro .icon{cursor: pointer; position: absolute; right: 34px; top: 34px}
#modalRegistro input[type="text"], #modalRegistro input[type="email"] {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #a39d8d;
  height: 23px;
  border: none;
  width: 100%;
  border-bottom: 1px solid #a39d8d;
  margin-bottom: 20px;
  background: none;
}
#modalRegistro *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #a39d8d !important;
	opacity:1;
}
#modalRegistro *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #a39d8d !important;
	opacity:1;
}
#modalRegistro *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #a39d8d !important;
	opacity:1;
}
#modalRegistro *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #a39d8d !important;
	opacity:1;
}
#modalRegistro h3{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #777777;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-top: 8px;
  margin-bottom: 0px
}
#modalRegistro h3 input{vertical-align: middle;}
#modalRegistro h3 a, #modalRegistro h3 a:hover, #modalRegistro h3 a:focus{
  color: #777; text-decoration: none
}
#modalRegistro .contiene-boton-enviar{
  text-align: right;
}

/*Modal Plan Maestro*/
#modalPlanMaestro{
  z-index: 5000
}
#modalPlanMaestro .modal-content h2{
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #2a7de1;
  margin-top: 0px;
  margin-bottom: 30px
}
#modalPlanMaestro .contiene-formulario{
  background-color: #eeeeee; padding-top: 30px; padding-left: 60px; padding-right: 60px; padding-bottom: 30px
}
#modalPlanMaestro .icon{font-size: 35px; color: #000; cursor: pointer; position: absolute; right: 53px; top: 29px}
#modalPlanMaestro .modal-dialog{width: 90%}
#modalPlanMaestro h5{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    margin-top: 0px
}
#modalPlanMaestro h5 span{
  color: #2a7de1;
}
#modalPlanMaestro .contiene-etapas img{
  max-width: 100%; margin-top: 45px;
}

/* medias SM para abajo*/
@media (max-width:767px)
{
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .menu-mobile{
    width:100%; position: fixed; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1000
  }
  .menu-mobile.dos{background: #fff; border-bottom:1px solid #ECEAE4;}
  .menu-mobile .logo,#modalMenu .logo{
    width: 120px
  }
  .menu-mobile .telefono,#modalMenu .telefono{
    margin-right: 20px
  }
  .menu-mobile .dos, #modalMenu .dos{padding-top: 5px}
  #modalMenu{
    z-index: 5000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background-color: #003e52; padding-top: 13px; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1
  }
  #modalMenu .menu-b{
    width:100%; position: absolute; bottom: 0; left: 0; padding-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 30px; z-index: 1
  }
  #modalMenu .menu-b .dos{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.83;
    letter-spacing: 0.3px;
    text-align: right;
    color: #ffffff;
  }
  #modalMenu .menu-b .icon{
    color: #fff; font-size: 21px; vertical-align: middle;
  }
  #modalMenu .menu-b .logo-idesco{width: 64px; margin-top: 22px;}
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    width: 203px;
    height: 50px;
    border-bottom:1px solid #5F99AF;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{text-decoration: none; color: #ffffff;}
  #modalRegistro{padding-right: 0px !important}
  #modalRegistro .contiene-formulario {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  #modalRegistro .modal-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #modalRegistro .icon {
    right: 15px;
    top: 25px;
  }
  #modalRegistro .contiene-boton-enviar {
    text-align: center;
    margin-top: 20px;
  }
  .openMasterPlan{
    margin-bottom: 30px
  }
  .shape-plan-top {
    width: 100px;
  }
  .shape-plan-bottom {
    width: 100px;
  }
  #modalPlanMaestro .modal-dialog {
    width: 90%; margin-left: 5%
  }
  #modalPlanMaestro {
    padding-right: 0px !important
  }
  #modalPlanMaestro .contiene-formulario {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  #modalPlanMaestro .contiene-etapas img {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 30px
  }
  #modalPlanMaestro .contiene-etapas{text-align: center;}
  #modalPlanMaestro .icon {
    right: 0px;
    top: 0px;
  }
  .inicio-master-plan .estatus{font-size: 12px}
  .inicio-master-plan .estatus span{margin-left: 10px}
  #modalCotizador .modal-dialog {
    width: 100%;
    max-width: 100%;
  }
  #modalCotizador .modal-dialog .contenido {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #modalCotizador .modal-dialog .contenido .pd75 {
    padding-left: 25px;
  }
  #modalCotizador .modal-dialog .contenido h2 {
    font-size: 30px;
    margin-bottom: 42px;
    margin-top: 55px
  }
  #modalCotizador .modal-dialog .contenido b {
    font-size: 13px;
    letter-spacing: 1.2px;
  }
  #modalCotizador .modal-dialog .contenido{font-size: 14px}
  #modalCotizador .modal-dialog .contenido .nota{margin-bottom: 0px}
  #modalCotizador .modal-dialog .contenido h3{margin-bottom: 30px; padding-bottom: 0px; text-align: center;}
  #modalCotizador .modal-dialog .contenido h4{margin-top: 0px; text-align: center;}
  #modalCotizador .modal-dialog .contenido .parte-1 .cerrar-modal {
    right: -10px;
    top: -10px;
  }
  #modalCotizador .modal-dialog .contenido .parte-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #modalCotizador .modal-dialog .contenido .contiene-boton{text-align: center; padding-bottom: 10px}
  #modalCotizador .g-recaptcha {
    transform: none;
    transform-origin: 0 0;
  }
  #inicio{height:auto; padding-top: 61.7px; padding-left: 0; padding-right: 0}
  #inicio .row {
    height: auto;
  }
  #inicio .contiene-img p{
    font-size: 30px;
    left: 0;
    right: 0;
    top:inherit;
    bottom: 30px;
    transform:none;
    -webkit-transform: none;
    -moz-transform:none;
    margin: auto;
  }
  #inicio .contiene-img p span{font-size: 33px}
  #inicio .botones{text-align: center; padding-bottom: 40px; margin-top: -60px; position: relative; z-index: 1}
  #inicio .botones .descargar-b{
    margin-bottom: 35px
  }
  #inicio .boton-descargar-brochure{display: none}
  .espacio h1{font-size: 30px; line-height: 1.23; letter-spacing: 3px}
  .espacio p{font-size: 15px; line-height: 1.2; letter-spacing: 0.75px; margin-bottom: 100px}
  .espacio .contiene-slider{padding-left: 0px; padding-right: 0px}
  #seccion-amenidades h1.dos{margin-bottom: 50px}
  #seccion-amenidades .img-alberca{margin-bottom: 50px}
  #seccion-amenidades ul li{font-size: 14px; line-height: 1.57}
  #seccion-amenidades ul{padding-left: 30px}
  #seccion-amenidades{padding-bottom: 100px}
  #seccion-wellnes-club h1{
    font-size: 33px; line-height: 1.36; letter-spacing: 2.31px;
  }
  #seccion-wellnes-club h2{font-size: 22px; line-height: normal; letter-spacing: 1.1px;}
  #seccion-wellnes-club .contiene-slider{
    padding-left: 0px; padding-right: 0px; margin-bottom: 37px
  }
  .inicio-1 .ms-skin-default .ms-nav-next{right: 30px}
  .inicio-1 .ms-skin-default .ms-nav-prev{left: 30px}
  #seccion-wellnes-club ul{padding-left: 30px}
  #seccion-wellnes-club ul li{font-size: 15px; letter-spacing: 0.75px}
  #seccion-wellnes-club{padding-bottom: 85px}
  #seccion-masterplan h1{font-size: 35px; letter-spacing: 2.45px}
  #seccion-masterplan p{
    font-size: 14px; letter-spacing: 0.7px; line-height: 1.57
  }
  #seccion-masterplan{padding-bottom: 100px}
  .inicio-6 h1{margin-bottom: 42px}
  .pr375 {
    padding-right: 15px;
  }
  .pl375 {
    padding-left: 15px;
  }
  .inicio-6 .item{margin-bottom: 60px}
  .inicio-6 .contiene-ver-mas{margin-top: 0}
  .inicio-6{padding-bottom: 100px}
  .inicio-7 h1{font-size: 35px; letter-spacing: 3.5px; margin-bottom: 78px}
  .inicio-7 .ver-google-maps{margin-top: 20px; font-size: 12px; letter-spacing: 0.6px; margin-bottom: 40px; text-align: center; display: block; line-height: normal;}
  .inicio-7 .parrafo-1{padding-left: 15px; padding-right: 15px; font-size: 14px; line-height: 1.43; text-align: center;}
  .inicio-7 p{
    font-size: 14px; line-height: 1.43
  }
  .inicio-7 .h3{text-align: center;}
  .inicio-7 .c-captcha{text-align: center;}
  .inicio-7 .g-recaptcha {
    transform: none;
  }
  #contiene-boton-contacto{text-align: center !important; padding-top: 30px; padding-bottom: 100px}
  .suscribirse{padding-top: 70px; padding-bottom: 70px; text-align: center;}
  .suscribirse h1{
    font-size: 35px;
    line-height: 1.14;
    letter-spacing: 2.8px;
  }
  .suscribirse input{text-align: center;}
  .suscribirse .btn-enviar{margin-top: 40px}
  footer{text-align: center;}
  footer .logo{margin-bottom: 30px}
  footer p{
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.35px;
    text-align: center;
    margin-bottom: 40px
  }
  footer .logo-idesco{
    margin-top: 20px
  }
  footer .dos{margin-top: 60px}
  footer .dos .linea{display: none}
  footer h6{
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: 0.55px;
    text-align: center;
  }
  footer h6.tres {
    text-align: center;
  }
  footer .line{
    background: #5F99AF; height: 1px; width: 100%; margin-bottom: 22px
  }
  footer .leyenda {
    margin-top: 20px;
  }
  .inicio-6.noticias{padding-top: 105px; padding-left: 15px; padding-right: 15px; padding-bottom: 100px}
  .inicio-6.noticias .item {
    margin-bottom: 60px;
  }
  .detalle-noticia{margin-top: 105px; padding-left: 15px; padding-right: 15px}
  .detalle-noticia .fecha-compartir span.dos{display: none}
  .detalle-noticia .at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 0px;
  }
  .detalle-noticia .at-style-responsive .at-share-btn {
    padding: 3px;
  }
  .detalle-noticia .controles .medio{display: none}
  .detalle-noticia .controles a.anterior{font-size: 12px; letter-spacing: 0.6px; margin-left: 15px; margin-right: 15px}
  .detalle-noticia .controles .medio-2{margin-top: 50px}
  .inicio-master-plan {
    padding-top: 25px;
    padding-bottom: 50px;
    text-align: center;
  }
  .inicio-master-plan .line {
    width: 1px;
    height: 80px;
    background: #BEB7A6;
    margin-bottom: 23px;
    display: inline-block;
  }
  .inicio-master-plan p{text-align: center;}
  .inicio-master-plan h1{text-align: center;}
  .inicio-master-plan ul{text-align: center;}
  .inicio-master-plan ul li{display: inline-block; font-size: 13px; text-align: center;}
  .inicio-master-plan ul li img {
    margin-right: 10px; margin-left: 10px
  }
  #modalCotizador .modal-dialog .cerrar-modal{right: 18px; top: 18px}
  #modalCotizador .bg {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 39px;
    padding-bottom: 39px;
  }
  #modalCotizador .bg{text-align: center;}
  #modalCotizador .texto-precio {
    margin-top: 10px;
    margin-bottom: 18px;
    text-align: center;
  }
  #modalCotizador .modal-dialog .contenido .nota{text-align: center;}
  #modalCotizador .bg2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 32px;
  }
  .inicio-7{overflow: hidden;}
  #seccion-amenidades{overflow: hidden;}
  .inicio-6.noticias.privacidad{
    padding-left: 30px; padding-right: 30px
  }
  .inicio-6.noticias.privacidad p{text-align: center;}
  .inicio-6.noticias.privacidad h1{text-align: center; display: block; width: 100%}
  #modalRegistro h3{text-align: center;}
  .mensaje-de-error, .mensaje-de-error-2{text-align: center;}
}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
  .menu-mobile{
    width:100%; position: fixed; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1000
  }
  .menu-mobile.dos{background: #fff; border-bottom:1px solid #ECEAE4;}
  .menu-mobile .logo,#modalMenu .logo{
    width: 120px
  }
  .menu-mobile .telefono,#modalMenu .telefono{
    margin-right: 20px
  }
  .menu-mobile .dos, #modalMenu .dos{padding-top: 5px}
  #modalMenu{
    z-index: 5000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background-color: #003e52; padding-top: 13px; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1
  }
  #modalMenu .menu-b{
    width:100%; position: absolute; bottom: 0; left: 0; padding-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 30px; z-index: 1
  }
  #modalMenu .menu-b .dos{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.83;
    letter-spacing: 0.3px;
    text-align: right;
    color: #ffffff;
  }
  #modalMenu .menu-b .icon{
    color: #fff; font-size: 21px; vertical-align: middle;
  }
  #modalMenu .menu-b .logo-idesco{width: 64px; margin-top: 22px;}
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    width: 203px;
    height: 50px;
    border-bottom:1px solid #5F99AF;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{text-decoration: none; color: #ffffff;}
  #inicio{min-height: 600px}
  .inicio-7 .ver-google-maps{display: block; text-align: center;}
  footer{text-align: center;}
  footer .logo{margin-bottom: 30px}
  footer p{
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.35px;
    text-align: center;
    margin-bottom: 40px
  }
  footer .logo-idesco{
    margin-top: 20px
  }
  footer .dos{margin-top: 60px}
  footer .dos .linea{display: none}
  footer h6{
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: 0.55px;
    text-align: center;
  }
  footer h6.tres {
    text-align: center;
  }
  footer .line{
    background: #5F99AF; height: 1px; width: 100%; margin-bottom: 22px
  }
  footer .leyenda {
    margin-top: 20px;
  }
  .detalle-noticia .controles .medio {
    margin-left: 40px;
    margin-right: 40px;
  }
  .inicio-master-plan{max-width: 100%}
  #modalCotizador .parte-1{padding-right: 39px}
  .inicio-7{overflow: hidden;}
  #seccion-amenidades{overflow: hidden;}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
header ul li{
  margin-left: 15px !important;
}
.nav>li>a{font-size: 11px}
header ul li:last-child {
    margin-left: 0px !important;
}
footer p{font-size: 11px}
#inicio .boton-cotiza{left: 20px;}
.inicio-6.noticias{padding-left: 15px; padding-right: 15px}
.detalle-noticia{padding-left: 15px; padding-right: 15px}
}

@media (min-width:768px){

}
@media (min-width:992px){

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

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

}
@media (min-width:768px) and (max-height:767px)
{
/*#inicio .contiene-img{
  background-image:url('../img/inicio.jpg'); border-radius: 3px; width:100%;height:calc(100vh - 260px); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover
}
#inicio .contiene-img img{display: none !important}*/
}
@media (max-width:360px){
  #modalCotizador .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
