/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO-Regular.eot');
    src: url('../fonts/MozaicGEO-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MozaicGEO-Regular.woff2') format('woff2'),
        url('../fonts/MozaicGEO-Regular.woff') format('woff'),
        url('../fonts/MozaicGEO-Regular.ttf') format('truetype'),
        url('../fonts/MozaicGEO-Regular.svg#MozaicGEO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Hubot Sans Expanded';
    src: url('../fonts/HubotSansExpanded-Medium.eot');
    src: url('../fonts/HubotSansExpanded-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HubotSansExpanded-Medium.woff2') format('woff2'),
        url('../fonts/HubotSansExpanded-Medium.woff') format('woff'),
        url('../fonts/HubotSansExpanded-Medium.ttf') format('truetype'),
        url('../fonts/HubotSansExpanded-Medium.svg#HubotSansExpanded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*estilos generales*/
html, body{opacity: 0; font-family: "DM Sans", sans-serif; font-optical-sizing: auto;}
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-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:1px solid #DB2629 !important}
.centrado {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  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
}
.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);
  }
}
.container-custom{
  padding-left: 7%; padding-right: 7%
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.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;
}
.relativeZ1{position: relative; z-index: 1}
.pngrendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.a-seccion{position: absolute; top: -70px; display: inline-block;}
.opacity0{opacity: 0}

/*Header*/
header{position: fixed; z-index: 1000; width: 100%; background: #fff; height: 115px; top: 0}
header .logo{margin-top: 28px}
header ul{padding-left: 0 !important; padding-right: 0; text-align: right; margin-bottom: 0; background: none; display: inline-block !important; margin-top: 0;}
header ul li{margin-left: 15px; margin-right: 15px; display: inline-block;}
header ul li:first-child{margin-left: 0}
header ul li:last-child{margin-right: 0}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 2.25px;
  text-align: left;
  color: #666666;
  background-color:transparent;
  border:none;
  border-bottom-color: transparent;
  text-align: center;
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 2.25px;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
    border:none;
    background-color:transparent;
    padding: 0;
    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: 15px;
}
.nav-tabs>li>a:hover {
    border-color: inherit;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
.affix {
  position: relative;
}
.a-seccion{
  position: absolute; top: -140px; 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: #666666;
    font-weight: 700;
    text-decoration: underline;
    background:none;
    border:none;
    border-bottom: none;
    border-radius: 0;
}
header .grupo-1{text-align: right; margin-bottom: 18px; padding-top: 30px; padding-right: 80px}
header .grupo-1 a.tel, header .grupo-1 a.mail{
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0.96px;
  color: #666666;
  font-weight: 600
}
header .grupo-1 a.mail{
  margin-left: 30px; margin-right: 30px;
}
header .grupo-1 a.instagram{margin-left: 27px; margin-right: 27px;}
header .grupo-1 a.tel svg, header .grupo-1 a.mail svg{margin-right: 5px}
.vodiapicker{
  display: none;
}
.overflowhidden{overflow: hidden;}

#a{
  padding-left: 0px; margin-top: 0;
}
#a img, .btn-select img{
  width: 23px;
}
#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
#a li:hover{
 background-color: #F4F3F3;
}
#a li img{
  margin: 5px;
}
#a li span, .btn-select li span{
  margin-left: 7px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: left;
  color: #7f8692;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  cursor: pointer;
}

/* item list */
.b{
  display: none;
  width: 100%;
  max-width: 150px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  background: #f4f4f5;
}
header .arrow-caret{
  position: absolute;
  top: 11px;
  color: #7f8692;
  left: 68px;
  font-size: 12px;
  pointer-events: none
}
.open{
  display: show !important;
}
.btn-select{
  margin-top:0;
  width: 100%;
  max-width: 100%;
  height:30px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.btn-select:hover li{
  margin-left: 0px;
}
.btn-select:hover{
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.btn-select:focus{
   outline:none;
}
.lang-select{
  margin-left: 0; margin-top: 0; position: relative;
}
header .c-idiomas {
    display: inline-block; width: 80px; position: absolute; right: 0; top: 28px; z-index: 1
}
header ul#a{text-align: left !important; display: block !important;}

.inicio-1{position: relative; height: calc(100vh - 115px); margin-top: 115px}
.inicio-1 .opacity{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.30); z-index: 2}
.inicio-1 .img{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1}
.inicio-1 .info{width: 90%; z-index: 3; text-align: center; margin-top: 8%}
.inicio-1 .info h1{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0px;
  font-size: 44px;
  line-height: 67px;
  color:#fff;
  text-shadow: 2px 2px 9px #000000;
  margin-top: 0;
  margin-bottom: 40px;
}
.inicio-1 .info h1 span{
  color:#71B84C
}
.inicio-1 .info button{
  width: 170px;
  height: 51px;
  background: transparent linear-gradient(90deg, #80B45A 0%, #80B45A 1%, #5A883F 100%) 0% 0% no-repeat padding-box;
  border:none;
  text-align: center;
  letter-spacing: 1.25px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  filter: brightness(1.2);
}
.ubicacion-1{
  padding-top: 60px; padding-bottom: 60px;
}
.ubicacion-1 .subtitulo{
  text-align: left;
  letter-spacing: 2.25px;
  color: #98BD57;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 26px;
}
.ubicacion-1 .titulo{
  text-align: left;
  letter-spacing: 0px;
  color: #666666;
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
}
.ubicacion-1 .info{
  padding-top: 40px;
  width: 400px;
  max-width: 100%;
  text-align: left;
  letter-spacing: 0px;
  color: #666666;
}
.ubicacion-1 .info p{margin-bottom: 40px; text-align: justify;}
.ubicacion-1 .info button{
  width: 196px;
  height: 51px;
  background: transparent linear-gradient(90deg, #80B45A 0%, #80B45A 1%, #5A883F 100%) 0% 0% no-repeat padding-box;
  border:none;
  font-family: 'Mozaic GEO';
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.38px;
  color: #FFFFFF;
  filter: brightness(1.2);
}
.factores-diferenciales .info-1{
  background-image: url(../img/fondo-factores-diferenciales.jpg); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; padding-top: 82px; padding-bottom: 64px
}
.factores-diferenciales .info-1.tres{
  background-image: url(../img/fondo-progreso-hub-giros-diversos.jpg); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; padding-top: 82px; padding-bottom: 64px
}
.factores-diferenciales .info-1.tres .c-info-tres{
  padding-left: 35%; padding-top: 50px
}
.factores-diferenciales .info-1.tres .c-info-tres ul li{
  border:none; font-size: 18px; line-height: 26px; padding-top: 0; padding-bottom: 20px
}
.factores-diferenciales .info-1.tres .c-info-tres ul li svg{
  top:0
}
.factores-diferenciales .info-1.tres .c-nota-importante{text-align: right; padding-top: 40px;}
.factores-diferenciales .info-1.tres .c-nota-importante .nota{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #2E2E2E;
  font-size: 29px;
  line-height: 35px;
  display: inline-block;
}
.factores-diferenciales .info-1.tres .c-nota-importante .nota span{
  color: #4A8B2C; font-size: 34px; font-family: "Hubot Sans", sans-serif;
}
.factores-diferenciales .subtitulo{
  text-align: center;
  letter-spacing: 2.25px;
  color: #98BD57;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 19px;
}
.factores-diferenciales .titulo{
  text-align: center;
  letter-spacing: 0px;
  color: #666666;
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 40px;
}
.factores-diferenciales ul{
  padding-left: 0; margin-bottom: 0
}
.factores-diferenciales ul li{
  font-family: 'Mozaic GEO';
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #666666;
  list-style-type: none;
  padding-left: 36px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #71B84C;
}
.factores-diferenciales ul li:first-child{border-top: 1px solid #71B84C;}
.factores-diferenciales ul li svg{position: absolute; left: 0; top: 30px}
.factores-diferenciales .shape-1{position: absolute; right: 0; top: 0; bottom: 0; margin: auto;}
.factores-diferenciales .arrow-left{position: absolute; left: 15px; top: 0; bottom: 0; margin: auto;}
.factores-diferenciales .arrow-right{position: absolute; right: 15px; top: 0; bottom: 0; margin: auto;}
.ubicacion-3{background: #F4F5F4}
.ubicacion-3 .bg-1{
  background-image: url(../img/progreso-hub-ubicacion.jpg); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; position: relative;
}
.ubicacion-3 .bg-1 .shape{
  position: absolute; bottom: 97px; left: 0
}
.ubicacion-3 .bg-2{
  background-image: url(../img/fondo-ubicacion-degradado-2.png); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: right bottom; position: relative; padding-top: 119px; padding-bottom: 108px;
}
.ubicacion-3 .bg-2 .info{padding-left: 70px}
.ubicacion-3 .bg-2 .info .titulo{
  color: #fff;
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
}
.ubicacion-3 .bg-2 .info p{
  width: 443px;
  max-width: 100%;
  font-family: 'Mozaic GEO';
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 70px
}
.ubicacion-3 .bg-2 .info button{
  width: 205px;
  height: 51px;
  border: 1px solid #FFFFFF;
  background: none;
  font-family: 'Mozaic GEO';
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color:#fff;
  letter-spacing: 1.13px;
}
.equipamiento-servicios{
  background: #F4F5F4 0% 0% no-repeat padding-box; padding-top: 112px; padding-bottom: 48px;
}
.equipamiento-servicios .titulo{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0px;
  color: #042F35;
  margin-bottom: 50px;
}
.equipamiento-servicios .c-icon{
  height: 80px; position: relative;
}
.equipamiento-servicios .c-icon svg{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);}
.equipamiento-servicios .c-icon.last{text-align: center; padding-top: 15px}
.equipamiento-servicios .c-icon.last svg{position: relative; left: inherit; top: inherit; transform: none}
.equipamiento-servicios p{
  font-family: 'Mozaic GEO';
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  color: #606060;
  margin-bottom: 30px
}
.empresas{
    background-image: url(../img/fondo-empresas.jpg); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; padding-top: 59px; padding-bottom: 52px
}
.empresas .subtitulo{
  text-align: left;
  letter-spacing: 2.25px;
  color: #98BD57;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 26px;
}
.empresas .titulo{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  text-align: left;
  letter-spacing: 0px;
  color: #042F35;
  margin-bottom: 34px;
}
.empresas p{
  font-family: 'Mozaic GEO';
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #4D4D4D;
  width: 660px;
  max-width: 100%;
  margin-bottom: 80px
}
.empresas .item{
  padding-left: 7.5px; padding-right: 7.5px; width: 195px;
}
.empresas .item .c-img{
  height: 104px; position: relative; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #E1E1E1;
}
.empresas .contiene-slick{
  margin-bottom: 60px;
}
.empresas button.contactanos{
  width: 196px;
  height: 51px;
  background: transparent linear-gradient(90deg, #80B45A 0%, #80B45A 1%, #5A883F 100%) 0% 0% no-repeat padding-box;
  border: none;
  font-family: 'Mozaic GEO';
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.38px;
  color: #FFFFFF;
  filter: brightness(1.2);
}
.inicio-6.noticias{
  padding-top: 90px; padding-bottom: 90px;
}
.inicio-6.noticias .titulo{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0px;
  color: #042F35;
  margin-bottom: 75px;
}
.inicio-6.noticias .item-blog{
  background: #F6F6F6 0% 0% no-repeat padding-box; height: 100%; padding-bottom: 90px; position: relative;
}
.inicio-6.noticias .item-blog .info{padding-left: 15px; padding-right: 15px}
.inicio-6.noticias .item-blog .img{
  height: 250px; margin-bottom: 29px;
}
.inicio-6.noticias .item-blog .titulo-blog{
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  color: #383946;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.inicio-6.noticias .item-blog .descripcion-blog{
  text-align: left;
  letter-spacing: 0px;
  color: #606060;
  font-size: 12px;
  line-height: 17px;
}
.inicio-6.noticias .item-blog table{width: 100%; position: absolute; left: 0; bottom: 0;}
.inicio-6.noticias .item-blog table tr button{
  background: #71B84C 0% 0% no-repeat padding-box; width: 100%; height: 50px; text-align: center; letter-spacing: 0px; color: #fff; font-family: 'Hubot Sans Expanded'; font-optical-sizing: auto; font-weight: 500; border:none;
}
.inicio-6.noticias .item-blog table tr button svg{margin-left: 5px; vertical-align: middle; position: relative; bottom: 2px}
.inicio-6.noticias .item-blog table tr td:nth-child(1){text-align: center; width: 50%; border-top:1px solid #98A89B}
.inicio-6.noticias .item-blog table tr td:nth-child(1) .fecha{
  font-size: 10px; color:#000;
}
.inicio-6.noticias .item-blog table tr td:nth-child(1) .fecha svg{margin-right: 3px}
.inicio-6.noticias .item-blog table tr td:nth-child(2){width: 50%; border-top:1px solid #98A89B}
.inicio-6.noticias .ver-mas-notas{margin-top: 70px; text-align: center;}
.inicio-6.noticias .ver-mas-notas button{
  width: 196px;
  height: 51px;
  background: transparent linear-gradient(90deg, #80B45A 0%, #80B45A 1%, #5A883F 100%) 0% 0% no-repeat padding-box;
  border: none;
  font-family: 'Mozaic GEO';
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.38px;
  color: #FFFFFF;
  filter: brightness(1.2);
}
.seccion-master-plan .cabecera{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #F4F5F4;
  background-image: url(../img/fondo-shape-master-plan.png); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: top;
  padding-top: 24px;
  padding-bottom: 16px;
}
.seccion-master-plan .texto-selecciona{
  font-family: "Hubot Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  color:#fff;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.seccion-master-plan .texto-selecciona span{
  color:#71B84C
}
.seccion-master-plan .render-ilustrativo{
  font-size: 12px;
  color:#fff;
  line-height: normal;
  position: absolute;
  right: 10%;
  bottom: 30px
}

footer{
  position: relative; background: transparent linear-gradient(190deg, #14401E 0%, #000000 100%) 0% 0% no-repeat padding-box; padding-top: 60px; padding-bottom: 100px
}
footer .titulo-contacto{
  font-family: 'Hubot Sans Expanded';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 23px
}
footer .subtitulo{
  font-family: "Inter Tight", sans-serif; font-optical-sizing: auto; color: #FFFFFF; font-size: 12px; line-height: 14px; text-transform: uppercase; letter-spacing: 4px; margin-bottom: 36px;
}
footer .logo{
  margin-bottom: 56px
}
footer .redes{margin-bottom: 25px}
footer .redes svg{margin-right: 20px}
footer p, footer ul li{
  font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#fff; font-weight: 300; list-style-type: none
}
footer p a, footer p a:hover, footer p a:focus, footer li a, footer li a:hover, footer li a:focus, footer .correo, footer .correo:hover, footer .correo:focus{
  font-size: 13px; line-height: 24px; color:#fff;
}
footer p{margin-bottom: 30px}
footer ul.dos{margin-top: 68px; margin-bottom: 0}
footer input[type=text],footer input[type=email], footer textarea, footer select{
  background: #3E6246 0% 0% no-repeat padding-box; height: 40px; width: 100%; font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#fff; padding-left: 12px; margin-bottom: 10px; border:none
}
footer select{color:rgba(255,255,255,0.5)}
footer textarea{
  height: 104px
}
footer .c-broker{
  font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#fff; font-weight: 300; margin-top: 10px
}
footer .c-broker input{vertical-align: middle; margin-right: 5px}
footer .c-boton{text-align: right;}
footer .c-boton button{
  width: 108px;
  height: 39px;
  background: #71B84C 0% 0% no-repeat padding-box;
  border:none;
  font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#fff; font-weight: 300;
}
footer .c-boton button svg{margin-left: 5px; vertical-align: middle;}
.pdl5{padding-left: 5px}
.pdr5{padding-right: 5px}
footer *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #fff !important;
	opacity:0.50;
}
footer *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #fff !important;
	opacity:0.50;
}
footer *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #fff !important;
	opacity:0.50;
}
footer *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #fff !important;
	opacity:0.50;
}

#modalBrochure{z-index: 15000}
#modalBrochure .modal-dialog{}
#modalBrochure .contenido{position: relative;}
#modalBrochure .cerrar-modal{
  font-size: 25px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 11px;
  cursor: pointer;
}
#modalBrochure input[type=text],#modalBrochure input[type=email], #modalBrochure textarea, #modalBrochure select{
  background: #C7CFBC 0% 0% no-repeat padding-box; height: 40px; width: 100%; font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#000000; padding-left: 12px; margin-bottom: 10px; border:none
}
#modalBrochure select{color:rgba(0,0,0,0.5)}
#modalBrochure textarea{
  height: 104px
}
#modalBrochure .c-broker{
  font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#000000; font-weight: 300; margin-top: 10px
}
#modalBrochure .c-broker input{vertical-align: middle; margin-right: 5px}
#modalBrochure .c-boton{text-align: center; margin-top: 20px; margin-bottom: 30px}
#modalBrochure .c-boton button{
  width: 108px;
  height: 39px;
  background: #71B84C 0% 0% no-repeat padding-box;
  border:none;
  font-family: 'Mozaic GEO'; font-size: 13px; line-height: 24px; color:#fff; font-weight: 300;
}
#modalBrochure .c-boton button svg{margin-left: 5px; vertical-align: middle;}
#modalBrochure *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000 !important;
  opacity:0.50;
}
#modalBrochure *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000 !important;
  opacity:0.50;
}
#modalBrochure *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000 !important;
  opacity:0.50;
}
#modalBrochure *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000 !important;
  opacity:0.50;
}
#modalBrochure .titulo{
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 1.15px;
  color: #000000;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 30px;
  background: #C7CFBC 0% 0% no-repeat padding-box;
  margin-bottom: 37px;
}
#modalBrochure .titulo-cotizar{
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-size: 23px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 1.15px;
  color: #26391F;
  font-weight: 700;
  margin-bottom: 10px;
}
#modalBrochure p{
  color: #010203; font-size: 12px; line-height: 16px; margin-bottom: 20px
}
#modalBrochure form{padding-left: 15px; padding-right: 15px}
#modalBrochure h3{font-size: 12px; color:#000; text-align: center; margin-top: 20px; margin-bottom: 20px}
#modalBrochure h3 a, #modalBrochure h3 a:hover, #modalBrochure h3 a:focus{
  font-size: 12px; color:#000; text-decoration: underline;
}
#modalBrochure h3 input{vertical-align: text-top;}
#modalBrochure .g-recaptcha{display: inline-block;}

/* medias */
@media (max-width:991px){
  header{display: none}
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #modalMenu .cierra-menu{
    font-size: 35px; color:#182553; margin-top: 7px
  }
  #modalMenu{
    z-index: 11000; 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:#fff; padding-top: 0; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1; height: 50px; background: #fff
  }
  #modalMenu .menu-m .logo-modal{
    width: 150px; margin-top: 9px;
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 15px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    width: 152px;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 2.25px;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus,#modalMenu ul li a.active{
    font-weight: 700; text-decoration: none; color:#666666
  }
  #modalMenu .datos-contacto{margin-top: 30px; width: 100%}
  #modalMenu .datos-contacto a{
    font-size: 14px;
    font-weight: 700;
    color: #182553;
    font-style: normal;
    line-height: normal;
  }
  #modalMenu .datos-contacto a ion-icon{position: relative; bottom: 1px; margin-right: 3px; color:#ff5316; vertical-align: middle;}
  #modalMenu .datos-contacto a:hover,#modalMenu .datos-contacto a:focus{
    color: #182553; text-decoration: none;
  }
  #modalMenu .datos-contacto a.a-correo{margin-left: 12px}
  #modalMenu .redes{
    margin-top: 25px;
    margin-bottom: 40px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  #modalMenu .red{
    margin-left: 5px; margin-right: 5px; vertical-align: middle;
  }
  #modalMenu .red.dos{font-size: 17px}
  #modalMenu .red.uno{margin-left: 6px}
  #modalMenu .c-idiomas{text-align: center;}
  #modalMenu .c-idiomas a{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    text-align: center;
    color: #182553;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
  }
  #modalMenu .c-idiomas a:hover,#modalMenu .c-idiomas a:focus,#modalMenu .c-idiomas a.active{
    font-weight: bold;
  }
  #modalMenu .c-idiomas .separador{margin-left: 10px; margin-right: 10px}
  #modalMenu .redes svg{margin-left: 10px; margin-right: 10px}
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; background:#fff; height: 50px;
  }
  .menu-mobile .logo-modal{width: 150px; margin-top: 9px}
  .menu-mobile .abre-menu{
     margin-top: 7px; color:#182553; font-size: 35px
  }
  .menu-mobile.dos .abre-menu{}
  .inicio-1 {
      position: relative;
      height: calc(100vh - 50px);
      margin-top: 50px;
  }
  .inicio-1 .info h1{font-size: 30px; line-height: 45px; margin-bottom: 30px}
  .inicio-1 .info h1 br{display: none}
  .ubicacion-1 .subtitulo{font-size: 12px; margin-bottom: 20px; text-align: center;}
  .ubicacion-1 .titulo{font-size: 30px; line-height: 45px; text-align: center;}
  .ubicacion-1 .titulo br{display: none}
  .ubicacion-1 .info p{font-size: 14px; line-height: normal; text-align: center;}
  .ubicacion-1 .info{width: 100%; text-align: center; padding-top: 30px}
  .factores-diferenciales .subtitulo{font-size: 12px; margin-bottom: 20px; text-align: center;}
  .factores-diferenciales .titulo{font-size: 30px; line-height: 45px; text-align: center;}
  .factores-diferenciales .titulo br{display: none}
  .factores-diferenciales ul li{font-size: 16px; line-height: 22px;}
  .factores-diferenciales .arrow-right{top: inherit; width: 30px; bottom: -60px}
  .factores-diferenciales .arrow-left{top: inherit; width: 30px; bottom: -60px}
  .factores-diferenciales .info-1.tres .c-info-tres{padding-left: 0; padding-top: 0}
  .factores-diferenciales .info-1.tres .c-info-tres ul li{font-size: 16px; line-height: 22px;}
  .factores-diferenciales .info-1.tres .c-nota-importante .nota{font-size: 20px; line-height: 25px;}
  .factores-diferenciales .info-1.tres .c-nota-importante .nota br{display: none}
  .factores-diferenciales .info-1.tres .c-nota-importante .nota span{font-size: 22px}
  .factores-diferenciales .info-1.tres .c-nota-importante{padding-left: 20%}
  .ubicacion-3 .bg-1{height: 50vh}
  .ubicacion-3 .bg-1 .shape{bottom: 30px; width: 50px}
  .ubicacion-3 .bg-2{padding-top: 80px}
  .ubicacion-3 .bg-2 .info{padding-left: 0; text-align: center;}
  .ubicacion-3 .bg-2 .info .titulo{font-size: 30px; text-align: center; line-height: 45px}
  .ubicacion-3 .bg-2 .info p{font-size: 16px; line-height: 22px; text-align: center; margin-bottom: 30px}
  .equipamiento-servicios{padding-top: 80px}
  .equipamiento-servicios .titulo{font-size: 30px; line-height: 45px; text-align: center; margin-bottom: 30px}
  .equipamiento-servicios p{font-size: 16px; line-height: 22px}
  .seccion-master-plan .cabecera{font-size: 30px; line-height: 45px}
  .empresas .subtitulo{font-size: 12px; margin-bottom: 20px; text-align: center;}
  .empresas .titulo{font-size: 30px; line-height: 45px; text-align: center; margin-bottom: 30px}
  .empresas p{font-size: 16px; line-height: 22px; text-align: center; margin-bottom: 30px}
  .empresas .item{width: 100%; padding-left: 10%; padding-right: 10%}
  .empresas .slick-prev{left: 0}
  .empresas .slick-next{right: 0}
  .inicio-6.noticias .titulo{font-size: 30px; text-align: center; line-height: 45px; margin-bottom: 30px}
  .inicio-6.noticias .c-item-blog{padding-bottom: 30px}
  .inicio-6.noticias .ver-mas-notas{margin-top: 50px}
  footer .titulo-contacto{font-size: 30px}
  footer .subtitulo{font-size: 10px; letter-spacing: 3px}
  footer p, footer ul li{font-size: 11px; line-height: 20px}
  footer p a, footer p a:hover, footer p a:focus, footer li a, footer li a:hover, footer li a:focus, footer .correo, footer .correo:hover, footer .correo:focus{font-size: 11px; line-height: 20px}
  .pdr5 {
      padding-right: 15px !important;
  }
  .pdl5 {
      padding-left: 15px !important;
  }
  footer .c-form{padding-top: 50px}
  footer{padding-bottom: 30px}
  .inicio-6.noticias .titulo-blog{font-size: 25px !important}
  .recuadro-otras-notas .titulo-otras-notas{font-size: 30px !important}
  .info-otra-nota .titulo-otra-nota{font-size: 16px !important}
  .seccion-master-plan .titulo{font-size: 30px !important}
  .seccion-master-plan ul li{margin-left: 10px !important; margin-right: 10px !important}
  .seccion-master-plan ul li:first-child{margin-left: 0 !important;}
  .seccion-master-plan ul li:last-child {
      margin-right: 0 !important;
  }
  #modalCotizador .modal-dialog {
    min-width: 100% !important;
  }
  #modalCotizador p br{display: none}
  .seccion-master-plan .render-ilustrativo{font-size: 10px; bottom: 10px; right: 0; left: 0; margin: auto; text-align: center;}
}
@media (max-width:991px)
{

}

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

}

@media (min-width:992px) and (max-width:1199px)
{
  .nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 10px;
  }
  header ul li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }
  .inicio-1 .info{width: 100%}
  .inicio-1 .info h1{font-size: 40px}
  .factores-diferenciales .titulo br{display: none}
}

@media (min-width:768px){

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

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

}
@media (min-width:1200px) and (max-width:1299px)
{

}
@media (min-width:1300px) and (max-width:1450px)
{

}
@media (min-width:1200px) and (max-width:1499px)
{

}
@media (min-width:1500px) and (max-width:1679px)
{

}
@media (min-width:1680px) and (max-width:1920px)
{

}
@media (min-width:1200px) and (max-width:1449px){

}
@media (min-width:1200px) and (max-width:1249px){

}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}
