@charset "UTF-8";
.zopim {
  display: none; }

body {
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s; }

/*.bx-viewport    { margin-top:-16px}*/
.clear {
  clear: both; }

p,
h1 {
  padding: 0;
  margin: 0; }

main#main {
  padding-top: 130px; }

/* --- Header ----------------------------------- */
.fijo {
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 7px 4px rgba(62, 62, 62, 0.3);
          box-shadow: 0 0 7px 4px rgba(62, 62, 62, 0.3); }

header {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: auto;
  background: #fff; }
  header .cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1250px;
    padding: 35px 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.logo {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s; }

.logo img {
  width: 215px;
  -webkit-transition: .3s;
  transition: .3s; }

nav a {
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #333; }
  nav a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #5a8124; }
  nav a.selected {
    color: #59a80f !important; }
  nav a span {
    margin-left: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #00909f; }

nav .main-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none; }
  nav .main-menu li {
    position: relative;
    display: inline-block;
    padding: 15px 0; }
  nav .main-menu .submenu {
    position: absolute;
    left: 50%;
    display: none;
    padding: 33px 20px 20px 20px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    background-image: url(sitio/submenu-bg.svg);
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 25px; }
    nav .main-menu .submenu li {
      display: block;
      padding: 15px;
      overflow: hidden;
      white-space: nowrap; }
      nav .main-menu .submenu li a {
        padding: 0; }
  nav .main-menu .submenu-bg {
    position: fixed;
    top: 118px;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 40px;
    border-bottom: 3px solid #59a80f;
    background: #fff; }
  nav .main-menu .has-submenu:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.bx-viewport {
  background: transparent !important; }
  .bx-viewport ul {
    padding: 0;
    margin: 0; }

/*.bxslider img { min-height:350px }*/
.col2 .bx-controls-direction {
  display: none; }

.cont p a {
  text-decoration: none;
  color: #00909f; }

.cont p a:hover {
  text-decoration: underline;
  color: #154168; }

#menuDesplegable {
  position: absolute;
  right: 0;
  z-index: 999;
  display: none;
  width: auto; }

#menuDesplegable .treslineas {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  background: url(sitio/icono-lineas-responsive2.png) no-repeat; }

#menuDesplegable ul,
ol {
  right: 0;
  list-style: none; }

#menuDesplegable .nav li a {
  display: block;
  padding: 10px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff; }

#menuDesplegable .nav li ul {
  position: absolute;
  display: none;
  min-width: 140px;
  padding: 12px;
  margin-top: 14px;
  background: rgba(0, 0, 0, 0.7); }

#menuDesplegable .nav li:hover > ul {
  display: block;
  -webkit-transition: .3s;
  transition: .3s; }

#menuDesplegable .nav li ul li {
  position: relative; }

#menuDesplegable .nav li ul li ul {
  top: 0;
  right: -140px; }

/* --- Generales ------------------------------- */
.container {
  width: 100%;
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* --- Sección interna ------------------------- */
/*header          { width:100%; height:auto; position: absolute; z-index: 20; top:0}
header .cont    { width:1150px; height: 116px; margin:0 auto; position: relative;}*/
/*

.interna .cont .logo .logoClaro {
    display: none;
}
.interna .cont .logo .logoOscuro {
    display: block;
}
.interna .fijo .cont .logo .logoClaro {
    display: block;
}
.interna .fijo .cont .logo .logoOscuro {
    display: none;
}

*/
/*.interna .fijo .logo {
    top: 11px;

    width: 80px;

    transition: .3s;
}
.interna .fijo nav {
    top: 28px;
}

.interna nav {
    top: 55px;
}
.interna nav a {
    color: #d7fb90;
}
.interna nav a:hover {
    color: #fff;
}
.interna nav span {
    color: #97a6b1;
}


.interna .fijo nav a:hover {
    color: #154168;
}

*/
.interna header {
  border-bottom: 4px solid #59a80f; }

.interna #menuDesplegable .treslineas {
  background: url(sitio/icono-lineas-responsive2.png) no-repeat; }

.interna #menuDesplegable .nav li a {
  color: #59a80f !important; }

.interna #menuDesplegable .nav li ul {
  background: rgba(255, 255, 255, 0.95); }

.interna .bx-viewport {
  height: auto !important; }

.interna .bx-pager {
  display: none; }

.Encabezado .bx-controls-direction {
  display: none; }

.encabezado-slide {
  height: 200px;
  background-position: center;
  background-size: cover; }

.interna .adjuntos {
  margin-bottom: 30px;
  overflow: hidden; }

.interna .adjuntos .archivo {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 41px;
  margin: 0 0 15px 0;
  font: 800 14px/1 "Montserrat", sans-serif;
  text-decoration: none;
  letter-spacing: -.35px;
  color: #333;
  background-image: url(sitio/mapa-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px; }

.interna .adjuntos .archivo:hover {
  color: #59a80f; }

.interna .adjuntos .archivo img {
  display: none; }

/* --- Slider --------------------------------------- */
.bx-wrapper .bx-next {
  right: 20px !important; }
  .bx-wrapper .bx-next:hover {
    background-size: contain !important; }
.bx-wrapper .bx-prev {
  left: 20px !important; }
  .bx-wrapper .bx-prev:hover {
    background-size: contain !important; }
.bx-wrapper .bx-controls-direction a {
  width: 20px !important;
  height: 20px !important;
  margin-top: 0 !important;
  background-size: contain !important; }

.bx-wrapper .placaSlider {
  position: relative;
  /*osition: absolute;
  top: 90px;
  z-index: 15;
  width: 100%;
  height: auto;
  text-align: center;*/
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-position: center;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .bx-wrapper .placaSlider::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: " ";
    background: rgba(0, 0, 0, 0.25); }
  .bx-wrapper .placaSlider p {
    display: inline-block;
    max-width: 770px;
    padding: 0 10px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 51px;
    font-weight: 900;
    line-height: 59px;
    color: #fff; }
  .bx-wrapper .placaSlider span {
    display: block;
    max-width: 660px;
    margin: 30px auto 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.2px;
    text-transform: none;
    color: #fff; }
  .bx-wrapper .placaSlider a {
    display: inline-block;
    padding: 18px 25px;
    margin: 0 auto;
    margin-top: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 13px; }
    .bx-wrapper .placaSlider a:hover {
      border-color: #333;
      background-color: #333; }

/* --- Destacados ------------------------------------- */
.destacados {
  width: 100%;
  padding: 60px 0 100px 0 ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .destacados .destacados-wrapper {
    display: grid;
    padding: 0;
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr; }
  .destacados h1 {
    margin: 0 0 30px 0;
    font: 700 24px/1 "Montserrat", sans-serif;
    color: #333; }
  .destacados a.link {
    position: relative;
	margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    background-position: center !important;
    background-size: cover !important; }
    .destacados a.link .text-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .destacados a.link .titulo {
      padding: 0;
      margin: 0 0 15px 0;
      font: 700 28px/1 "Montserrat", sans-serif;
      text-align: center;
      text-decoration: none;
      letter-spacing: -.35px;
      color: #fff; }
    .destacados a.link small {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #fff; }
    .destacados a.link:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      content: " ";
      -webkit-transition: .3s all ease-out;
      transition: .3s all ease-out;
      background: #587835; }
    .destacados a.link button.ver-mas {
      padding: 15px 35px;
      margin: 35px 0 0 0;
      font: 600 14px/1 "Montserrat", sans-serif;
      cursor: pointer;
      letter-spacing: .7px;
      text-transform: uppercase;
      color: #fff;
      border: 2px solid #fff;
      border-radius: 10px;
      background: none; }
    .destacados a.link .bg-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      -webkit-transition: .3s all ease-out;
      transition: .3s all ease-out;
      opacity: .3;
      background-size: cover; }
    .destacados a.link:hover .bg-image {
      opacity: 1; }
    .destacados a.link:hover:before {
      oapcity: 0; }

.destacados a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #ccc !important; }

.destacados .empresaBoton {
  background-image: url("../imagenes/ICONO1.png"); }

.destacados .productosBoton {
  background-image: url("../imagenes/ICONO2.png"); }

.destacados .contactoBoton {
  background-image: url("../imagenes/ICONO3.png"); }

/* --- Estas buscando ---------------------------------- */
.estas-buscando {
  min-height: 200px;
  background-image: url("sitio/banner-estas-buscando-bg.jpg");
  background-position: center;
  background-size: contain; }
  .estas-buscando .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    padding: 25px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .estas-buscando .titulo {
    margin: 0 0 15px 0;
    font: 600 28px/1 "Montserrat", sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: -.35px;
    color: #fff; }
  .estas-buscando .link {
    display: inline-block;
    padding: 15px 35px;
    margin: 10px 0 0 0;
    font: 600 14px/1 "Montserrat", sans-serif;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background: none; }

/* --- Servicios ------------------------------------- */
.servicios {
  width: 100%;
  height: 647px;
  color: #fff;
  background: #195179; }

.servicios .cont {
  width: 1150px;
  margin: 0 auto; }

.servicios .cont h1 {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 80px 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff; }

.servicios .cont .col1 {
  display: block;
  float: left;
  width: 497px;
  margin-right: 156px; }

.servicios .cont .col2 {
  display: block;
  float: right;
  width: 497px; }

.servicios .cont .item {
  float: left;
  width: 100%;
  min-height: 110px;
  padding-top: 3px;
  padding-left: 60px;
  margin-right: 13px;
  margin-bottom: 15px;
  text-align: left;
  background-repeat: no-repeat; }

.servicios .cont .item h2 {
  float: left;
  width: 400px;
  margin: 0 0 9px 0;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .3px;
  color: #fff; }

.servicios .cont .item p {
  float: left;
  width: 400px;
  margin-left: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: -.3px;
  color: #c3fffe; }

.servicios .cont .item:hover h2,
.servicios .cont .item:hover p {
  color: #fff582; }

.servicios2 .contenedorServicios {
  text-align: center; }

.servicios2 .contenedorServicios h1 {
  display: inline-block;
  float: none;
  padding: 4px 10px;
  margin: 72px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d7fb90;
  background: #333; }

.servicios2 img {
  margin-top: -16px; }

.servicios2 .contenedorServicios p {
  max-width: 530px;
  padding: 30px;
  margin: 0 auto;
  font-family: "Work Sans", sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: -.5px;
  color: #fff; }

.servicios2 .bx-controls {
  display: none; }

.sliderServicios li img {
  min-height: 320px; }

/***** MODULO GENERICO AMPLIADO *****/
.ampliado {
  top: 69px;
  width: 100%;
  height: 600px;
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ampliado .cont {
  width: 1150px;
  margin: 0 auto; }

.ampliado .cont h1 {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 80px 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 41px;
  font-weight: 100;
  line-height: 46px;
  letter-spacing: -1.5px; }

.ampliado .cont .col1 {
  float: left;
  width: 45%; }

.ampliado .cont .col2 {
  float: right;
  width: 45%; }

.ampliado .cont img {
  max-width: 100%; }

.ampliado .cont p {
  display: block;
  float: left;
  max-width: 560px;
  margin-bottom: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.ampliado .cont h2 {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  font-family: "Gotham Bold";
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -.8px; }

.ampliado .cont span {
  display: block;
  float: left;
  max-width: 560px;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .5px; }

/* --- Productos ------------------------------------- */
.productos {
  width: 100%;
  height: auto;
  color: #0d141f;
  background-size: cover; }

.productos .cont,
.propiedades .wrapper {
  max-width: 1250px;
  padding: 100px 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.productos .cont .col3 {
  float: left;
  width: 100%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.productos .cont .col3 h1 {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333; }

.productos .cont .col3 p {
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #414141; }

.productos .cont .col4 {
  float: left;
  width: 100%; }

.productos .cont .col4 img {
  max-width: 100%; }

.productos .cont .col4 h1 {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 100px 0 50px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 35px;
  letter-spacing: -1.5px; }

.col4 .categorias-wrapper .titulo {
	padding: 0;
    
    margin-bottom: 15;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font: 800 16px/1 "Montserrat", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
	
}

.col4 .categorias-wrapper {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.productos .botonProducto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 15px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  border-bottom: 4px solid #59a80f;
  background-position: center !important;
  background-size: cover !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .productos .botonProducto .titulo {
    display: block;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff; }
  .productos .botonProducto small {
    margin: 8px 0 15px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff; }

.productos .botonProducto:nth-child(4n+0) {
  margin-right: 0; }

.propiedades .wrapper {
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr; }
  .propiedades .wrapper .single-propiedad {
    text-decoration: none; }
    .propiedades .wrapper .single-propiedad .image-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 66.6435%;
      background-color: #dcdcdc;
      background-position: center;
      background-size: cover; }
      .propiedades .wrapper .single-propiedad .image-wrapper .operacion {
        position: absolute;
        position: absolute;
        bottom: 20px;
        bottom: 20px;
        left: 20px;
        left: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 0 5px #333; }
    .propiedades .wrapper .single-propiedad .text-wrapper {
      padding: 15px;
      border: 1px solid #ccc;
      border-top: none; }
      .propiedades .wrapper .single-propiedad .text-wrapper .titulo {
        margin-top: 0;
        font-family: "Open sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.25;
        text-decoration: none;
        color: #333; }
      .propiedades .wrapper .single-propiedad .text-wrapper p {
        margin-top: 0;
        font-family: "Open sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        text-decoration: none;
        color: #333; }

/* --- Productos ------------------------------------- */
.contenido-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto; }
  .contenido-header img {
    height: auto;
    max-width: 100%;
    margin: 45px 0; }

.contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  padding: 90px 15px;
  margin: 0 auto;
  font-family: "Opens Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -.25px;
  color: #333; }
  .contenido .main-content {
    width: 55%;
    margin-right: 5%; }
    .contenido .main-content .col1,
    .contenido .main-content .col4 {
      margin-bottom: 30px; }
  .contenido p {
    margin: 0 0 25px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.25px;
    color: #333; }
  .contenido a {
    font-weight: bold;
    text-decoration: none;
    color: #59a80f; }
  .contenido h1 {
    padding: 0;
    margin: 25px 0;
    font: 800 30px/1 "Montserrat", sans-serif;
    text-decoration: none;
    letter-spacing: -.35px;
    color: #333; }
  .contenido h2 {
    padding: 0;
    margin: 0 0 15px 0;
    font: 800 18px/1 "Montserrat", sans-serif;
    letter-spacing: -.35px;
    color: #333; }
  .contenido .titulo-pagina-contenido {
    padding: 0;
    margin: 0 0 45px 0;
    font: 400 30px/1 "Open Sans", sans-serif;
    text-decoration: none;
    letter-spacing: -.35px;
    color: #333; }
  .contenido ol li {
    list-style: decimal; }
  .contenido ul li,
  .contenido ol li {
    font: 400 16px/28px "Open Sans", sans-serif; }
  .contenido .secciones_galeria_principal {
    margin: 30px 0 !important; }

.sidebar {
  width: 40%; }
  .sidebar .map-wrapper iframe {
    width: 100%; }
  .sidebar h3 {
    padding: 0;
    margin: 50px 0 15px 0;
    font: 800 18px/1 "Montserrat", sans-serif;
    text-decoration: none;
    letter-spacing: -.35px;
    color: #333; }
  .sidebar .sidebar-contact-form {
    padding: 25px;
    background: #e4e4e4;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
            box-shadow: 0 0 5px #9c9c9c; }
    .sidebar .sidebar-contact-form h3 {
      padding: 0 0 20px 0;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #ccc; }
    .sidebar .sidebar-contact-form .contact-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .sidebar .sidebar-contact-form .contact-form input,
      .sidebar .sidebar-contact-form .contact-form textarea {
        padding: 15px;
        margin: 0 0 20px 0;
        font: 400 14px/18px "Open sans", sans-serif;
        resize: none;
        border: 1px solid #ccc;
        border-radius: 4px; }
      .sidebar .sidebar-contact-form .contact-form button {
        padding: 15px 55px;
        margin: 00;
        font: 600 14px/1 "Montserrat", sans-serif;
        cursor: pointer;
        text-decoration: none;
        letter-spacing: .7px;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        border-radius: 10px;
        background: #59a80f; }

.bread-crumb {
  margin: 0 0 25px 0;
  font: 800 16px/1 "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #999; }
  
  .bread-crumb h1{
  margin: 0 0 25px 0;
  font: 800 16px/1 "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #999; }
  
  
  .bread-crumb a {
    padding: 0;
    margin: 0;
    font: 800 16px/1 "Montserrat", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #999; }
  .bread-crumb .divider {
    padding: 0 5px; }

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64%; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    height: 100%; }

.contenido img {
  height: auto;
  max-width: 100%; }

.contenido .bx-wrapper {
  margin-top: 0; }

/*.contenido .cont .col2 h1 { margin: 90px 0 35px 0;  width:100%; height:auto; font-family: 'Montserrat', sans-serif; font-size:38px; line-height: 35px; letter-spacing:-1.5px;display:block; font-weight: 100; float:left }*/
.boton {
  padding: 16px 23px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background: #00c7d9; }

.boton:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #000; }

/* --- Contacto ------------------------------------- */
.contacto {
  width: 100%;
  height: auto;
  color: #0d141f;
  background-size: cover; }
  .contacto .cont {
    max-width: 1250px;
    padding: 90px 15px 120px 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .contacto .cont .col-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .contacto .cont .col1 {
      width: 55%;
      margin-right: 5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .contacto .cont .col2 {
      width: 40%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .contacto .haeder-background {
    width: 100%;
    height: 230px;
    margin-bottom: 35px;
    background-image: url("sitio/contacto-header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .contacto h1 {
    display: block;
    padding: 0;
    margin: 0 0 30px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #333; }
  .contacto h2 {
    padding: 0;
    margin: 50px 0;
    font: 800 30px/1 "Montserrat", sans-serif;
    text-decoration: none;
    letter-spacing: -.35px;
    color: #333; }
  .contacto p {
    margin: 0 0 35px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.25px;
    color: #333; }
  .contacto .mensaje {
    margin-bottom: 35px;
    font: 400 21px/1.5 "Open sans", sans-serif; }
  .contacto .contact-form .flex-2 {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr; }
  .contacto .contact-form .contact-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacto .contact-form input {
    width: 100%;
    padding: 13px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    background: #fff; }
  .contacto .contact-form textarea {
    width: 100%;
    height: 163px;
    padding: 13px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    resize: none;
    color: #333;
    border: 1px solid #ccc;
    background: #fff; }
  .contacto .contact-form button {
    padding: 15px 55px;
    margin: 00;
    font: 600 14px/1 "Montserrat", sans-serif;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 10px;
    background: #59a80f; }
  .contacto .contact-form button:hover {
    cursor: pointer;
    background: #63b219; }
  .contacto .mapa {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .contacto .mapa iframe {
    width: 100% !important;
    height: 470px !important; }

.contacto .cont .col2 img {
  max-width: 100%; }

.contacto .errores {
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #eee0e0;
  background: #fff0f0; }

.contacto .errores h2 {
  font-size: 22px;
  color: #a00; }

.contacto .errores li {
  font-size: 13px; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

/* --- Footer ---------------------------------------- */
footer {
  margin-top: 25px;
  border-top: 1px solid #59a80f; }
  footer .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1250px;
    padding: 50px 15px 20px 15px;
    margin: 0 auto; }
    footer .cont .columna {
      width: 50%; }
  footer .datos {
    margin: 0 0 30px 0;
    font: 600 15px/1.7 "Montserrat", sans-serif;
    color: #59a80f; }
    footer .datos h3 {
      margin: 0 0 10px 0;
      font: 700 18px/1.5 "Montserrat", sans-serif;
      color: #59a80f; }
    footer .datos span {
      display: block;
      font: 600 15px/1.7 "Montserrat", sans-serif;
      color: #59a80f; }
    footer .datos .mail {
      font: 600 15px/1.7 "Montserrat", sans-serif;
      text-decoration: none;
      color: #59a80f; }

.firma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

footer img {
  max-width: 100%;
  text-align: right; }

footer p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase; }

footer .footer-menu a {
  display: block;
  padding: 6px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #888; }

footer .col2 a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #00909f; }

footer .col2 span {
  margin-left: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #fff; }

/***** MÓDULO FLOTANTE REDES SOCIALES *****/
.redesSociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .redesSociales .redes-titulo {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font: 600 16px/1.7 "Montserrat", sans-serif;
    color: #59a80f; }
  .redesSociales .botonRedes {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .redesSociales .red1 {
    background: url("sitio/social-fb.svg") no-repeat; }
  .redesSociales .red2 {
    background: url("sitio/social-twitter.svg") no-repeat; }
  .redesSociales .red3 {
    background: url("sitio/social-plus.svg") no-repeat; }
  .redesSociales .red4 {
    background: url("sitio/social-ig.svg") no-repeat; }
  .redesSociales .botonRedes:hover {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1; }

/********************************************************************** RESPONSIVE *****************************************************************/
@media only screen and (max-width: 1240px) {
  .productos .cont,
  .propiedades .wrapper {
    width: 850px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  /***** QUIENES SOMOS *****/
  .quienesSomos .cont h1 {
    margin: 50px 0 30px 0;
    font-size: 37px;
    line-height: 38px; }

  .quienesSomos {
    height: auto;
    padding: 30px 0 80px 0; }

  /***** MODULOS CO *****/
  .moduloCo p {
    padding: 0 7%;
    margin: 4% auto;
    font-size: 12px;
    line-height: 17px; }

  .moduloCo img {
    margin-top: 12%; }

  .moduloCo h1 {
    font-size: 38px; }

  /***** COWORK AMPLIADO *****/
  .coworkAmpliado .cont .col1 h1 {
    margin: 80px 0 40px 0;
    font-size: 38px;
    line-height: 38px; }

  .ampliado .cont h1 {
    margin: 50px 0 30px 0;
    font-size: 37px;
    line-height: 38px; }

  .ampliado .cont p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px; }

  .ampliado .cont h2 {
    font-size: 21px; }

  .ampliado .cont span {
    margin-bottom: 30px; }

  /***** FOOTER *****/
  .valores .cont h1 {
    text-align: center; } }
@media only screen and (max-width: 1024px) {
  .propiedades .wrapper,
  .productos .cont {
    width: 700px; }

  .productos .botonProducto:nth-child(3n+0) {
    margin-right: 21px !important; }

  .productos .botonProducto:nth-child(4n+0) {
    margin-right: 21px; }

  .ampliado .cont,
  header .cont,
  .quienesSomos .cont,
  .coworkAmpliado .cont,
  .colearnAmpliado .cont,
  .colabAmpliado .cont,
  .contacto .cont,
  footer .cont {
    width: 700px; }

  /***** MODULOS CO *****/
  .moduloCo {
    width: 100%;
    height: 300px; }

  .moduloCo img {
    margin-top: 7vw; }

  .moduloCo h1 {
    margin-top: 2%;
    font-size: 33px; }

  .moduloCo p {
    padding: 0 15%; }

  .moduloDesplegable h3.colab1,
  .moduloDesplegable h3.colearn1,
  .moduloDesplegable h3.cowork1 {
    position: initial; }

  .esconderResponsive {
    display: block;
    height: auto;
    padding-bottom: 20px; }

  .moduloDesplegable {
    display: none; }

  #menuDesplegable {
    display: block; }

  nav {
    display: none; }

  .destacados .destacados-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }

  .destacados a.link:before {
    padding-bottom: 33%; }

  .contenido {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contenido .main-content {
      width: 100%;
      margin: 0; }
    .contenido .sidebar {
      width: 100%; }

  .contact-form .contact-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-form .contact-footer-wrapper button {
      width: 100%;
      margin: 25px 0; }

  .propiedades .wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr; } }
@media only screen and (max-width: 785px) {
  main#main {
    padding-top: 90px; }

  .productos .cont {
    padding: 30px 15px; }

  .slick-next {
    right: 10px !important; }

  .slick-prev {
    left: 10px !important; }

  .productos .cont,
  .propiedades .wrapper {
    width: 100%; }

  .contenido {
    padding-top: 70px; }

  .contenido .cont .col1 {
    width: 100%; }

  .contenido .cont .col4 {
    width: 100%; }

  .contenido .cont .col2 {
    float: none;
    margin: 0 auto; }

  .contenido .cont .col2 {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-left: 45px; }

  .ampliado .cont,
  header .cont,
  .quienesSomos .cont,
  .coworkAmpliado .cont,
  .colearnAmpliado .cont,
  .colabAmpliado .cont,
  .contacto .cont,
  footer .cont {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  header .cont {
    padding: 20px 15px; }
    header .cont .logo img {
      width: 150px; }

  footer .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .cont .columna {
      width: 100%;
      margin-bottom: 25px; }
  footer .footer-menu a {
    text-align: left; }

  .destacados a.link:before {
    padding-bottom: 50%; }

  .bx-pager,
  .bx-controls-direction {
    display: none; }

  /***** QUIENES SOMOS *****/
  .quienesSomos .cont h1 {
    font-size: 33px; }

  /***** FOOTER *****/
  footer {
    height: auto;
    padding: 30px 0 0 0; }

  footer .cont .col1 img {
    display: block; }

  footer .cont .col1,
  footer .cont .col2,
  footer .cont .col3 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  /*- Contacto -----------------------------------------*/
  .contacto .cont .col-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacto .cont .col1,
  .contacto .cont .col2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px; }
  .contacto .cont .contact-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacto .cont .contact-footer-wrapper button {
      width: 100%;
      margin: 25px 0; }

  #menuDesplegable {
    right: 30px; }

  .destacados a {
    width: 100%; }

  .bx-wrapper .placaSlider p {
    font-size: 36px;
    line-height: 42px; }
  .bx-wrapper .placaSlider span {
    font-size: 21px;
    line-height: 28px; } }
@media only screen and (max-width: 550px) {
  /***** MODULOS CO *****/
  .moduloCo img {
    margin-top: 13vw; }

  .ampliado .cont h1 {
    margin: 40px 0 30px 0;
    font-size: 33px; }

  .ampliado .cont .col1,
  .ampliado .cont .col2 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .destacados a.link:before {
    padding-bottom: 100%; }

  /***** CONTACTO *****/
  .contacto .cont .col2,
  .contacto .cont .col3 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
@media only screen and (max-width: 365px) {
  .bx-pager.bx-default-pager {
    bottom: 15px; }

  /***** FOOTER *****/
  footer .cont .col1 p {
    width: 100%;
    margin-top: 15px;
    margin-left: 0; } }
.zopim {
  display: none !important; }

/*# sourceMappingURL=front.css.map */