@charset "UTF-8";
/* Compass */
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
/* 8. Visually hide an element */
/*9. */
/* Tools */
/* #83B047 #84AF47 */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* =Fonts
------------------- */
/* Chart Colors */
.f-color1 {
  color: red; }

.f-color2 {
  color: blue; }

/* Base */
/* ===========================
   Base
   =========================== */
* {
  margin: 0; }

body {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility;
  overflow: auto; }

a:active, a:hover, a:visited {
  outline: none;
  outline-width: 0;
  text-decoration: none; }

pre {
  font-size: 1.5rem; }

/* especificamos tama├▒os del sitio */
.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px; }

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1460px;
  width: 100%; }

.seccion {
  float: left;
  position: relative;
  width: 100%; }

/* limpiamos y acomodamos objetos */
.autopos {
  display: block;
  margin: 0 auto; }

.no-padding {
  padding: 0px; }

/* pantalla completa */
.fullwidth, .fullScreen, .fullScreen2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  /* min-height: 250px; */ }

/* animaciones */
.wow {
  opacity: 0;
  khtml-opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0); }

.visible {
  opacity: 1;
  khtml-opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.coverBg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.animations *, .animated {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }

/* pagina 404*/
.no-found {
  padding-top: 20px;
  text-align: center; }

.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
.mapsection {
  float: left;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin-top: -8px; }
  .mapsection .mapmobile {
    float: left;
    position: relative;
    width: 100%;
    min-height: 30px; }
  .mapsection #mapa {
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 718px;
    height: 702px;
    clear: both;
    margin: 0 1px;
    width: 100%; }
    @media screen and (max-width: 1600px) {
      .mapsection #mapa {
        height: 500px; } }
    @media screen and (max-width: 1024px) {
      .mapsection #mapa {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .mapsection #mapa {
        height: 320px; } }
    .mapsection #mapa #infoWindow {
      min-height: 20px;
      position: relative;
      width: 100%;
      display: inline-block;
      text-align: center;
      max-width: 370px; }
      .mapsection #mapa #infoWindow .infoImg {
        width: 200px;
        padding-top: 0; }
      .mapsection #mapa #infoWindow .infomap {
        width: 100%;
        min-height: 20px;
        text-align: center;
        padding: 0px; }
        .mapsection #mapa #infoWindow .infomap .maps-tit {
          font-size: 17px;
          margin-top: 0px;
          min-height: 2px;
          text-transform: uppercase;
          width: 100%; }
        .mapsection #mapa #infoWindow .infomap .maps-dir, .mapsection #mapa #infoWindow .infomap .maps-phone, .mapsection #mapa #infoWindow .infomap .maps-mail {
          font-size: 14px;
          color: #555555;
          margin-top: 5px;
          margin-bottom: 10px;
          min-height: 20px;
          width: 100%;
          font-weight: 400; }
        .mapsection #mapa #infoWindow .infomap .txtvergmap {
          color: #83b047;
          font-size: 11px; }
        .mapsection #mapa #infoWindow .infomap .c {
          padding-top: 200px;
          color: #83b047; }
  .mapsection .contmapimg {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 20px;
    border: 2px solid red;
    max-width: 10px; }

/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
/* theme slick-slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    padding: 7px; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus {
    outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #510d3c;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #510d3c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "\f104"; }
    [dir="rtl"] .slick-prev:before {
      content: "\f104"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "\f105"; }
    [dir="rtl"] .slick-next:before {
      content: "\f105"; }

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ÔÇó";
        width: 20px;
        height: 20px;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #000000;
        opacity: .25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000000;
      opacity: 1; }

/* -----------------------------time line -------------------------------------------*/
/* ---------------- *\
   GLOBAL VARIABLES
\* ---------------- */
/* 1 / sqrt(3) */
/* ------ *\
   MIXINS
\* ------ */
/* -------------- *\
   MAIN CONTAINER
\* -------------- */
.timeline-me-container {
  position: relative; }

.timeline-me-container.no-scroll .timeline-me-wrapper {
  overflow: hidden; }

.timeline-me-container.no-x-scroll .timeline-me-wrapper {
  overflow-x: hidden; }

.timeline-me-container.no-y-scroll .timeline-me-wrapper {
  overflow-y: hidden; }

.timeline-me-track {
  position: relative;
  overflow: hidden; }

.timeline-me-track:before {
  content: '';
  position: absolute;
  background: #bebebe;
  border-radius: 45px; }

.timeline-me-vertical .timeline-me-track:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 8px;
  margin-left: -4px; }

.timeline-me-horizontal .timeline-me-track {
  display: table; }

.timeline-me-horizontal .timeline-me-track:before {
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  margin-top: -2px; }

.timeline-me-leftscroll,
.timeline-me-rightscroll {
  width: 50px;
  position: absolute;
  z-index: 1001;
  top: 0;
  bottom: 0; }

.timeline-me-leftscroll {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dd8dd), to(rgba(141, 216, 221, 0)));
  background-image: -webkit-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -moz-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -ms-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -o-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: linear-gradient(to right, #8dd8dd, rgba(141, 216, 221, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#8dd8dd', end-colourStr='rgba(141, 216, 221, 0)', gradientType='1'); }

.timeline-me-rightscroll {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(141, 216, 221, 0)), to(#8dd8dd));
  background-image: -webkit-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -moz-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -ms-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -o-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: linear-gradient(to right, rgba(141, 216, 221, 0), #8dd8dd);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(141, 216, 221, 0)', end-colourStr='#8dd8dd', gradientType='1'); }

.timeline-me-leftarrow,
.timeline-me-rightarrow {
  position: absolute;
  top: 50%;
  z-index: 1002;
  transform: translate(0, -50%); }

.timeline-me-leftarrow:after,
.timeline-me-rightarrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  transform: translate(0, -50%);
  border-style: solid; }

.timeline-me-leftarrow {
  left: 0; }

.timeline-me-leftarrow:after {
  left: 0;
  border-width: 11.54px 20px 11.54px 0;
  border-color: transparent #ffffff transparent transparent; }

.timeline-me-rightarrow {
  right: 0; }

.timeline-me-rightarrow:after {
  right: 0;
  border-width: 11.54px 0 11.54px 20px;
  border-color: transparent transparent transparent #ffffff; }

/* -------------------- *\
   GENERIC ITEM'S STYLE
\* -------------------- */
.timeline-me-horizontal {
  /*.timeline-me-label { bottom: - ($label-picto-total-size - $timeline-thickness) / 2; }*/ }

.timeline-me-horizontal .timeline-me-wrapper {
  overflow-x: scroll; }

.timeline-me-horizontal .timeline-me-item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

.timeline-me-horizontal .timeline-me-fix-height .timeline-me-label {
  height: 150px; }

.timeline-me-horizontal .timeline-me-fix-height .timeline-me-content {
  height: 300px; }

.timeline-me-horizontal .timeline-me-fix-width .timeline-me-label {
  width: 200px; }

.timeline-me-horizontal .timeline-me-fix-width .timeline-me-content {
  width: 400px; }

.timeline-me-vertical .timeline-me-item {
  padding-top: 5px;
  padding-bottom: 5px; }

.timeline-me-item,
.timeline-me-item:first-child {
  position: relative;
  margin: 20px 0px; }

.timeline-me-content {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.timeline-me-shortcontent,
.timeline-me-fullcontent {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  line-height: 20px;
  border-radius: 2px; }

.timeline-me-showmore {
  display: block; }

.timeline-me-showless {
  display: none; }

.timeline-me-hidden {
  position: relative;
  z-index: -1000; }

/* ----------------- *\
   MILESTONE ELEMENT
\* ----------------- */
.timeline-me-milestone {
  /* Specific for 'right' position item - default one */
  /* Specific for 'top' position item */
  /* Specific for 'left' position item */
  /* Specific for 'bottom' position item */ }

.timeline-me-milestone .timeline-me-label {
  position: relative;
  line-height: 36px; }

.timeline-me-milestone .timeline-me-label .timeline-me-picto {
  position: absolute;
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #555555;
  z-index: 100;
  text-align: center;
  overflow: hidden; }

.timeline-me-milestone.timeline-me-right, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) {
  width: 50%;
  margin-left: 50%; }

.timeline-me-milestone.timeline-me-right .timeline-me-label, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) .timeline-me-label {
  height: 36px;
  padding-left: 39px;
  margin-left: -18px; }

.timeline-me-milestone.timeline-me-right .timeline-me-label .timeline-me-picto, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0; }

.timeline-me-milestone.timeline-me-top {
  margin: auto;
  text-align: center; }

.timeline-me-milestone.timeline-me-top .timeline-me-label {
  padding-bottom: 39px; }

.timeline-me-milestone.timeline-me-top .timeline-me-label .timeline-me-picto {
  bottom: 0px;
  left: 50%;
  margin-left: -18px; }

.timeline-me-milestone.timeline-me-left {
  width: 50%;
  margin-right: 50%;
  text-align: right; }

.timeline-me-milestone.timeline-me-left .timeline-me-label {
  height: 36px;
  padding-right: 39px;
  margin-right: -18px; }

.timeline-me-milestone.timeline-me-left .timeline-me-label .timeline-me-picto {
  top: 0;
  right: 0px; }

.timeline-me-milestone.timeline-me-bottom {
  margin: auto;
  text-align: center; }

.timeline-me-milestone.timeline-me-bottom .timeline-me-label {
  padding-top: 39px; }

.timeline-me-milestone.timeline-me-bottom .timeline-me-label .timeline-me-picto {
  top: 0px;
  left: 50%;
  margin-left: -18px; }

.timeline-me-milestone .timeline-me-shortcontent {
  display: none; }

.timeline-me-horizontal .timeline-me-milestone.timeline-me-top .timeline-me-label-wrapper {
  padding-bottom: 36px; }

.timeline-me-horizontal .timeline-me-milestone.timeline-me-bottom .timeline-me-label-wrapper {
  padding-top: 36px; }

/* ----------------- *\
   SMALLITEM ELEMENT
\* ----------------- */
.timeline-me-smallitem {
  /* Specific for 'left' position item - default one */
  /* Specific for 'top' position item */
  /* Specific for 'right' position item */
  /* Specific for 'bottom' position item */ }

.timeline-me-smallitem .timeline-me-item-wrapper {
  position: relative; }

.timeline-me-smallitem .timeline-me-label {
  position: absolute;
  line-height: 36px; }

.timeline-me-smallitem .timeline-me-label .timeline-me-picto {
  position: absolute;
  box-sizing: content-box;
  height: 4px;
  width: 30px;
  margin-top: 13px;
  background-color: #ffffff;
  border-radius: 45px;
  border: 3px solid #bebebe;
  z-index: 100;
  text-align: center;
  overflow: hidden;
  background-color: #bebebe; }

.timeline-me-smallitem.timeline-me-left .timeline-me-label, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label {
  left: 50%;
  top: 0;
  margin-left: -18px;
  text-align: left;
  padding-left: 39px;
  color: #283673;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.timeline-me-smallitem.timeline-me-left .timeline-me-label .timeline-me-picto, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0px; }

.timeline-me-smallitem.timeline-me-left .timeline-me-content-container, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-content-container {
  width: 40%;
  margin-left: 10%;
  padding-right: 25px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-label {
  top: 50%;
  left: 0;
  margin-top: -18px;
  text-align: left;
  padding-top: 39px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-label .timeline-me-picto {
  top: 0px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-content-wrapper:not(.timeline-me-hidden) {
  margin-bottom: 50px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-fullcontent:before,
.timeline-me-smallitem.timeline-me-top .timeline-me-shortcontent:before {
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  bottom: -5px;
  left: 18px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-label {
  right: 50%;
  top: 0;
  margin-right: -18px;
  text-align: right;
  padding-right: 39px;
  color: #283673;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-label .timeline-me-picto {
  top: 0;
  right: 0px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-content-container {
  width: 40%;
  margin-left: 50%;
  padding-left: 25px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-label {
  bottom: 50%;
  left: 0;
  margin-bottom: -18px;
  text-align: left;
  padding-bottom: 39px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-label .timeline-me-picto {
  bottom: 0px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-content-wrapper:not(.timeline-me-hidden) {
  margin-top: 50px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-fullcontent:before,
.timeline-me-smallitem.timeline-me-bottom .timeline-me-shortcontent:before {
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  top: -5px;
  left: 18px; }

.timeline-me-smallitem .timeline-me-content-container {
  box-sizing: border-box; }

.timeline-me-smallitem .timeline-me-fullcontent,
.timeline-me-smallitem .timeline-me-shortcontent {
  padding: 10px;
  min-height: 18px;
  min-width: 18px; }

.timeline-me-smallitem .timeline-me-fullcontent:before,
.timeline-me-smallitem .timeline-me-shortcontent:before {
  content: '';
  position: absolute; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-shortcontent, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-shortcontent {
  display: none; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-fullcontent, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-fullcontent {
  display: block; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-showmore, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-showmore {
  display: none; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-showless, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-showless {
  display: block; }

.timeline-me-smallitem .timeline-me-shortcontent {
  display: inline-block; }

.timeline-me-smallitem .timeline-me-fullcontent {
  display: none; }

/* --------------- *\
   BIGITEM ELEMENT
\* --------------- */
.timeline-me-bigitem {
  /* to avoid "not clickable" effect on flipped element */ }

.timeline-me-bigitem .timeline-me-label {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 39px;
  line-height: 36px; }

.timeline-me-bigitem .timeline-me-label .timeline-me-picto {
  position: absolute;
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #555555;
  z-index: 100;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
  overflow: hidden; }

.timeline-me-bigitem .timeline-me-content-wrapper {
  position: relative;
  z-index: 1000; }

.timeline-me-bigitem .timeline-me-content-container {
  width: 80%;
  margin: auto; }

.timeline-me-bigitem .timeline-me-fullcontent,
.timeline-me-bigitem .timeline-me-shortcontent {
  padding: 20px; }

.timeline-me-bigitem .timeline-me-flipped .timeline-me-showmore, .timeline-me-bigitem.timeline-me-flipped .timeline-me-showmore {
  display: none; }

.timeline-me-bigitem .timeline-me-flipped .timeline-me-showless, .timeline-me-bigitem.timeline-me-flipped .timeline-me-showless {
  display: block; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper {
  display: table; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper .timeline-me-label-wrapper,
.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper .timeline-me-content-wrapper {
  display: table-cell;
  vertical-align: middle; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-label {
  margin-bottom: 0;
  bottom: 18px; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-content-container {
  width: 100%;
  margin: 0; }

/* --------------- *\
   BIGITEM 3D-FLIP
\* --------------- */
/* entire container, keeps perspective */
.timeline-me-bigitem {
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* flip the pane when hovered */
  /* Configure flip speed */
  /* Hide back of pane during flip */
  /* Front pane, placed above back */
  /* Back pane, initially hidden pane */ }

.timeline-me-bigitem.timeline-me-flipped .timeline-me-content-container {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.timeline-me-bigitem .timeline-me-content-container {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.timeline-me-bigitem .timeline-me-shortcontent, .timeline-me-bigitem .timeline-me-fullcontent {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.timeline-me-bigitem .timeline-me-shortcontent {
  z-index: 2;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.timeline-me-bigitem .timeline-me-fullcontent {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* -------------- *\
   COLLAPSED MODE
\* -------------- */
.timeline-me-collapsed .timeline-me-smallitem .timeline-me-content-wrapper,
.timeline-me-collapsed .timeline-me-bigitem .timeline-me-content-wrapper, .timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-content-wrapper, .timeline-me-collapsed.timeline-me-horizontal .timeline-me-bigitem .timeline-me-content-wrapper {
  display: none; }

.timeline-me-collapsed .timeline-me-smallitem .timeline-me-label,
.timeline-me-collapsed .timeline-me-bigitem .timeline-me-label {
  position: relative;
  margin: 0; }

.timeline-me-collapsed.timeline-me-vertical .timeline-me-bigitem .timeline-me-label {
  padding-bottom: 0;
  left: 50%;
  top: 0;
  margin-left: -18px;
  text-align: left;
  padding-left: 39px; }

.timeline-me-collapsed.timeline-me-vertical .timeline-me-bigitem .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0px;
  margin-left: 0; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-label {
  text-align: center; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-label .timeline-me-picto {
  left: 50%;
  margin-left: -18px; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem.timeline-me-top .timeline-me-label-wrapper {
  padding-top: 36px; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem.timeline-me-bottom .timeline-me-label-wrapper {
  padding-bottom: 36px; }

/* Layout */
	/* ==|====================
   Layout/Header
   ======================= */
.header {
  z-index: 9999;
  background-color: #4A4A4A; }
  .header .main-container {
    max-width: 1600px; }
    .header .main-container .navbar {
      margin-bottom: 5px; }
  .header .navbar-inverse {
    background: transparent;
    border: 0px;
    position: relative; }
    .header .navbar-inverse .redes {
      font-weight: bold;
      text-align: right;
      float: right;
      width: 50%;
      display: inline-block;
      position: relative;
      margin-top: 10px;
      margin-right: 3%;
      z-index: 10; }
      .header .navbar-inverse .redes .socialNet {
        padding-left: 18px; }
        .header .navbar-inverse .redes .socialNet .red {
          margin-right: 8px; }
          .header .navbar-inverse .redes .socialNet .red .fa {
            color: #fff;
            margin-top: -5px;
            margin-right: 6px; }
      .header .navbar-inverse .redes .tel {
        font-size: 25.42px;
        font-weight: 700;
        font-family: "PT Sans", sans-serif;
        color: #fff;
        margin-left: 3px;
        margin-right: 3px; }
    .header .navbar-inverse .navbar-nav {
      float: right;
      margin-right: 0;
      padding-top: 10px;
      font-family: "Hind", sans-serif; }
      .header .navbar-inverse .navbar-nav li.activePage {
        background-color: #88B04B; }
      .header .navbar-inverse .navbar-nav li {
        text-transform: uppercase;
        margin-left: 10px;
        margin-right: 10px; }
        .header .navbar-inverse .navbar-nav li a {
          color: white;
          font-weight: 500;
          padding: 10px 30px 5px;
          font-size: 24px; }
          .header .navbar-inverse .navbar-nav li a:hover {
            background-color: #88B04B; }
      .header .navbar-inverse .navbar-nav .miheader {
        float: right; }

/* logo */
.logo {
  display: inline-block;
  position: relative;
  float: left;
  max-width: 300px;
  width: 50%;
  max-height: 80px;
  margin-bottom: -30px; }
  @media screen and (min-width: 1280px) {
    .logo .img-responsive {
      margin-top: -33%; } }

.idioma {
  margin-top: 3px;
  margin-bottom: 3px;
  width: auto;
  float: left; }
  .idioma a {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    text-transform: uppercase; }

.navbar.menu {
  /* width:80%; */
  float: right;
  margin-bottom: 0px; }
  .navbar.menu .navbar-nav li {
    text-transform: uppercase; }
    .navbar.menu .navbar-nav li a {
      /* padding-top: 30px; */
      /*  padding-bottom: 25px; */
      padding: 30px 8px; }
      @media screen and (max-width: 1024px) {
        .navbar.menu .navbar-nav li a {
          padding: 30px 5px; } }
    .navbar.menu .navbar-nav li:hover {
      /* border-top:5px solid $naranja;
      background-color: none; */ }
    .navbar.menu .navbar-nav li .menu_links {
      background-color: transparent;
      font-weight: 400; }
      @media screen and (max-width: 1124px) {
        .navbar.menu .navbar-nav li .menu_links {
          font-size: 15px; } }
      @media screen and (max-width: 950px) {
        .navbar.menu .navbar-nav li .menu_links {
          font-size: 12px; } }
      .navbar.menu .navbar-nav li .menu_links.active, .navbar.menu .navbar-nav li .menu_links:hover, .navbar.menu .navbar-nav li .menu_links:focus {
        background-color: transparent;
        padding-top: 25px; }

@media screen and (max-width: 1600px) {
  .header .navbar-inverse .redes .socialNet {
    padding-left: 3.81px; }
    .header .navbar-inverse .redes .socialNet .red {
      margin-right: 5.7px; }
      .header .navbar-inverse .redes .socialNet .red .fa {
        margin-top: -3.55px;
        margin-right: 4.23px;
        font-size: 1.33em; }
  .header .navbar-inverse .redes .tel {
    font-size: 18.08px; }
  .header .navbar-inverse .navbar-nav li a {
    padding: 10px 30px 6px;
    font-size: 18px; }

  .leaf {
    padding-left: 40px;
    width: 360px;
    height: 222px; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .leaf {
    width: 28%;
    height: auto; }

  .header .navbar-inverse {
    margin-bottom: -8px; }
    .header .navbar-inverse .redes {
      float: right;
      width: 50%;
      margin-right: 30px;
      margin-top: 52px;
      text-align: right;
      padding-left: 10px; }
      .header .navbar-inverse .redes .tel {
        font-size: 16px; }
      .header .navbar-inverse .redes .socialNet .red {
        padding-left: 4px;
        margin-right: 4px; }
        .header .navbar-inverse .redes .socialNet .red .fa {
          margin: 0; }
    .header .navbar-inverse .navbar-collapse {
      margin: 0px;
      border: 0px;
      position: relative;
      z-index: 9999999; }
    .header .navbar-inverse .navbar-nav {
      border: 0px;
      margin: 0px;
      width: 70%; }
      .header .navbar-inverse .navbar-nav li {
        float: left;
        width: 20%;
        margin: 0;
        position: relative;
        margin-top: 15px; }
        .header .navbar-inverse .navbar-nav li a {
          padding: 10px 0 6px;
          font-size: 16px; }
      .header .navbar-inverse .navbar-nav .menu_links {
        height: 60px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        padding: 15px 10px 15px; }
    .header .navbar-inverse .logo {
      position: relative;
      z-index: 1;
      float: left;
      width: 50%;
      margin: 0 auto;
      padding: 0; }
      .header .navbar-inverse .logo .logoIMG {
        margin-top: -60px; } }
@media screen and (max-width: 767px) {
  .leaf {
    display: none !important; }

  .header .navbar-inverse .navbar-header .navbar-toggle {
    margin-bottom: 0;
    margin-top: 18px; }
  .header .navbar-inverse .redes {
    float: left;
    width: 70%;
    margin-right: 0;
    margin-top: 24px;
    text-align: left;
    padding-left: 10px; }
    .header .navbar-inverse .redes .tel {
      font-size: 14px; }
    .header .navbar-inverse .redes .socialNet {
      padding-left: 8px; }
      .header .navbar-inverse .redes .socialNet .red {
        margin-right: 4px; }
        .header .navbar-inverse .redes .socialNet .red .fa {
          margin: 0;
          font-size: 1em; }
  .header .navbar-inverse .navbar-collapse {
    margin: 0px;
    border: 0px;
    padding: 0px;
    box-shadow: 0px 0px 0px transparent; }
  .header .navbar-inverse .navbar-nav {
    border: 0px;
    margin: 0px; }
    .header .navbar-inverse .navbar-nav li {
      margin: 0;
      float: left;
      width: 100%;
      position: relative; }
    .header .navbar-inverse .navbar-nav .menu_links {
      height: 60px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      padding: 15px 10px 15px; }
  .header .navbar-inverse .logo {
    position: relative;
    z-index: 1;
    float: none;
    width: 50%;
    margin: 0 auto;
    padding: 0; }
    .header .navbar-inverse .logo .logoIMG {
      margin-top: -35px;
      padding-top: 0px;
      margin-bottom: -50px; } }
/* ==|====================
   Layout/Nav
   ======================= */
/* ==|======================
   Layout/Home
   ========================= */
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }
  .se-pre-con .loaderContainer {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    top: 50%;
    margin: 0 auto; }
    .se-pre-con .loaderContainer .fa {
      color: white;
      position: absolute;
      left: 0; }

/* ====================== */
/* ======================= */
#gallery.pswp {
  z-index: 9999; }

/* ======================= */
.seccionIndex {
  position: relative; }

.leaf {
  background-color: transparent;
  display: block;
  margin-top: -80px;
  z-index: 1000;
  position: absolute;
  padding-left: 55px;
  max-width: 400px;
  max-height: 312px; }

.carousel-fade .carousel-inner .item {
  -webkit-transition-duration: .85s;
  /* Safari */
  transition-duration: .85s;
  transition-property: opacity; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

.carousel img {
  min-width: 100%; }

.innerText {
  font-size: 80px; }

.slideBottom {
  position: absolute;
  display: block;
  width: 30%;
  right: 0%;
  top: 40.8%; }

.smallLeaf {
  position: absolute;
  max-width: 100%;
  left: 15px; }

.mainText {
  padding-bottom: 74px; }
  .mainText .textContainer {
    padding-top: 4.16%;
    padding-left: 10.94%;
    width: 60%; }
    .mainText .textContainer .desc {
      font-weight: 500;
      line-height: 140%;
      text-align: center;
      font-size: 34px;
      padding-bottom: 10px;
      color: #474747;
      border-bottom: 3px solid #88B04B; }

.staticBG {
  background-image: url(../img/background.png);
  background-attachment: fixed;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding: 1px 0 1px 0; }
  @media screen and (max-width: 1024px) {
    .staticBG {
      background-attachment: initial; } }
  .staticBG .textBox {
    margin: 28px 2.28%;
    padding: 30px;
    width: 95.36%;
    border: solid #fff;
    border-width: 8px; }
    .staticBG .textBox .text {
      color: #fff;
      text-shadow: 1px 0px 2px #000;
      font-family: 'otama.epregular'; }
      .staticBG .textBox .text .bigText {
        font-size: 173.4px; }
        .staticBG .textBox .text .bigText sup {
          font-size: 50px; }
      .staticBG .textBox .text .normalText {
        display: inline-block;
        padding-left: 25px;
        font-size: 82px;
        text-transform: capitalize; }

.amenity {
  margin-top: 70px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0px 15px; }
  .amenity .amText {
    font-weight: 700;
    text-align: center;
    font-size: 33.4px;
    color: #474747; }
  .amenity .amenities-cont {
    max-width: 100%;
    padding: 20px 8% 20px 8.9%;
    width: 100%;
    position: relative;
    z-index: 3; }
    .amenity .amenities-cont .amenities {
      position: relative;
      width: 100%; }
      .amenity .amenities-cont .amenities .slideElement {
        min-height: 1px;
        position: relative;
        width: 30px;
        margin: auto; }
        .amenity .amenities-cont .amenities .slideElement .insideElement {
          margin: 0 auto;
          margin-bottom: 30px;
          width: 200px;
          height: 200px;
          background: #4A4A4A;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
          .amenity .amenities-cont .amenities .slideElement .insideElement .amIMG {
            max-width: 100px;
            max-height: 100px;
            padding-top: 11%;
            position: relative;
            display: inline-block; }
          .amenity .amenities-cont .amenities .slideElement .insideElement .amDesc {
            padding-top: 3.5%;
            padding-right: 8px;
            padding-left: 8px;
            color: #84AF47;
            font-family: 'otama.epregular';
            font-size: 19px; }
    .amenity .amenities-cont .slick-prev {
      left: -4%;
      font-weight: 700; }
      .amenity .amenities-cont .slick-prev::before {
        font-family: "FontAwesome";
        font-size: 50px;
        line-height: 1;
        color: #84AF47;
        content: "\f104"; }
    .amenity .amenities-cont .slick-next {
      right: -4%;
      font-weight: 700; }
      .amenity .amenities-cont .slick-next::before {
        font-family: "FontAwesome";
        font-size: 50px;
        line-height: 1;
        color: #84AF47;
        content: "\f105"; }

.infoBG {
  padding-top: 30px;
  background-color: #474747;
  background-size: 100%;
  padding-bottom: 50px; }
  .infoBG .textContainer {
    position: relative; }
    .infoBG .textContainer .infoTitle {
      font-size: 42px;
      color: #84AF47;
      font-weight: 700;
      letter-spacing: 1.5px;
      line-height: 130%; }
    .infoBG .textContainer .infoDesc {
      font-weight: 300;
      letter-spacing: 1.5px;
      color: #fff;
      font-size: 28px;
      line-height: 178%; }

.btn-outline {
  margin-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  background: transparent;
  font-size: 28px;
  font-weight: 400;
  transition: all .5s;
  color: #84AF47;
  border: 1px solid #88B04B;
  box-shadow: none; }
  .btn-outline:hover {
    background: #88B04B;
    color: white; }

.leftLeaf {
  position: absolute;
  left: 0;
  margin-top: -223px;
  z-index: 2; }

.ubicacionCont {
  position: relative;
  display: inline-block;
  padding-top: 80px; }
  .ubicacionCont .ubTitle {
    font-size: 36px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .ubicacionCont .map {
    position: relative;
    display: inline-block;
    width: 100%; }

.rightLeaf {
  position: absolute;
  right: 0;
  z-index: 1000;
  margin-top: 45px; }

.smallLeaf2 {
  position: absolute;
  left: 50px;
  z-index: 1000;
  margin-top: -394px; }

.second-descrip_index {
  margin-top: 20px; }
  .second-descrip_index .textContainer {
    display: inline-block;
    max-width: 768px; }
  .second-descrip_index .desc {
    font-size: 23.8px;
    padding-bottom: 7px;
    border-bottom: 2px solid #88B04B;
    color: #474747;
    text-align: left;
    max-width: 95%;
    margin: auto; }

.section-gray {
  background-color: #474747; }
  .section-gray .infoBG {
    max-width: 768px;
    display: inline-block; }
  .section-gray .textContainer .infoDesc {
    font-size: 18px; }

@media screen and (max-width: 1600px) {
  .innerText {
    font-size: 57px; }

  .smallLeaf {
    width: 142.5px;
    height: 71.25%; }

  .mainText .textContainer .desc {
    font-size: 23.8px;
    padding-bottom: 7px;
    border-bottom: 2px solid #88B04B; }

  .staticBG .textBox .text {
    border-width: 6px; }
    .staticBG .textBox .text .bigText {
      font-size: 123.5px; }
      .staticBG .textBox .text .bigText sup {
        font-size: 35.72px; }
    .staticBG .textBox .text .normalText {
      font-size: 58.42px; }

  .amenity .amText {
    font-size: 24px; }
  .amenity .amenities-cont .amenities {
    margin: auto; }
    .amenity .amenities-cont .amenities .slideElement .insideElement {
      width: 145px;
      height: 145px; }
      .amenity .amenities-cont .amenities .slideElement .insideElement .amIMG {
        max-width: 71.25px;
        max-height: 71.25px; }
      .amenity .amenities-cont .amenities .slideElement .insideElement .amDesc {
        font-size: 13.5px; }
  .amenity .amenities-cont .slick-prev {
    left: -4%; }
  .amenity .amenities-cont .slick-next {
    right: -4%; }

  .infoBG .textContainer .infoTitle {
    font-size: 29.8px; }
  .infoBG .textContainer .infoDesc {
    text-align: left;
    font-size: 18px; }
  .infoBG .btn {
    clear: both; }

  .btn-outline {
    font-size: 19.9px; }

  .ubicacionCont {
    padding-top: 56.92px; }
    .ubicacionCont .ubTitle {
      font-size: 25.61px; }

  .leftLeaf {
    margin-top: -159px;
    height: 487px;
    width: 193px; }

  .rightLeaf {
    width: 149.4px;
    height: 562.8px; }

  .smallLeaf2 {
    width: 149.41px;
    height: 144.43px;
    margin-top: -280px; } }
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .innerText {
    font-size: 30px; }

  .smallLeaf {
    width: 80px;
    height: auto; }

  .mainText {
    padding-bottom: 30px; }
    .mainText .textContainer .desc {
      font-size: 16px; }

  .staticBG .textBox .text {
    border-width: 6px; }
    .staticBG .textBox .text .bigText {
      font-size: 80px; }
      .staticBG .textBox .text .bigText sup {
        font-size: 30px; }
    .staticBG .textBox .text .normalText {
      font-size: 34px; }

  .infoBG {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    .infoBG .textContainer .infoTitle {
      font-size: 24px; }
    .infoBG .textContainer .infoDesc {
      font-size: 16px; }

  .btn-outline {
    font-size: 16px; }

  .ubicacionCont {
    padding-top: 30px; }
    .ubicacionCont .ubTitle {
      font-size: 24px; }

  .leftLeaf {
    width: 100px;
    height: auto;
    margin-top: -80px; }

  .rightLeaf {
    width: 70px;
    height: auto; }

  .smallLeaf2 {
    width: 80px;
    height: auto;
    margin-top: -133px;
    left: 25px; } }
@media screen and (max-width: 870px) {
  .infoDesc {
    font-size: 12px;
    max-width: 88%;
    margin: auto; } }
@media screen and (max-width: 800px) {
  .slideBottom {
    top: 18%; }

  .infoDesc {
    font-size: 12px;
    max-width: 80%;
    margin: auto; } }
@media screen and (max-width: 767px) {
  .innerText {
    font-size: 30px; }

  .smallLeaf {
    width: 80px;
    height: auto;
    display: none; }

  .mainText {
    padding-bottom: 30px; }
    .mainText .textContainer {
      width: 90%;
      padding-top: 15%;
      margin: 0 auto;
      padding-left: 0; }
      .mainText .textContainer .desc {
        font-size: 15px; }

  .staticBG .textBox .text {
    border-width: 6px; }
    .staticBG .textBox .text .bigText {
      font-size: 60px; }
      .staticBG .textBox .text .bigText sup {
        font-size: 20px; }
    .staticBG .textBox .text .normalText {
      font-size: 29px; }

  .amenity .amText {
    font-size: 18px; }
  .amenity .amenities-cont .slick-prev {
    left: 0; }
  .amenity .amenities-cont .slick-next {
    right: 0; }
  .amenity .amenities-cont .slick-prev, .amenity .amenities-cont .slick-next {
    top: 40%; }

  .infoBG {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    .infoBG .textContainer .infoTitle {
      font-size: 18px; }
    .infoBG .textContainer .infoDesc {
      font-size: 12px;
      max-width: 70%;
      margin: auto; }

  .btn-outline {
    font-size: 12px; }

  .ubicacionCont {
    padding-top: 30px; }
    .ubicacionCont .ubTitle {
      font-size: 18px; }

  .leftLeaf {
    width: 0px;
    height: auto; }

  .rightLeaf {
    width: 0px;
    height: auto; }

  .smallLeaf2 {
    width: 0px;
    height: auto; }

  .slideBottom {
    display: none !important; } }
/* Layout departamentos */
.carouselIMGDep {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.sectionBG1 {
  background: #EBEBEB;
  width: 100%;
  display: inline-block;
  position: relative; }
  .sectionBG1 .dropdownDeppartments {
    display: none; }
  .sectionBG1 .pageTitle {
    padding-top: 60px;
    padding-bottom: 60px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #555555; }
  .sectionBG1 .OpcionTitle {
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #555555;
    text-align: left;
    padding-left: 30px; }
  .sectionBG1 .appartmentsInfo .appartmentTab {
    padding-left: 0; }
    .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs {
      list-style-type: none; }
      .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .currentAppartment {
        background: #88B04B !important;
        margin-right: 55px !important; }
        .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .currentAppartment .tabText {
          font-weight: 600 !important;
          color: white !important; }
      .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab {
        line-height: 110px;
        height: 110px;
        max-height: 110px;
        background: white;
        padding: 0px;
        margin-bottom: 10px;
        font-size: 27px;
        font-weight: 400;
        margin-right: 70px;
        transition: all .3s; }
        .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab a {
          outline: none; }
        .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab .tabText {
          display: inline-block;
          vertical-align: middle;
          line-height: normal;
          color: #515151;
          margin: 0;
          width: 75%; }
        .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab:hover {
          background: #88B04B;
          margin-right: 55px; }
          .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab:hover .tabText {
            font-weight: 600;
            color: white; }
  .sectionBG1 .appartmentsInfo .appartmentDetail {
    padding-right: 80px;
    text-align: left;
    letter-spacing: 0.2px;
    margin-left: 0px; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .btnSubtype {
      white-space: normal;
      background: white;
      color: #555555;
      text-align: center;
      font-size: 24px;
      display: inline-flex;
      font-weight: 600;
      align-items: center;
      justify-content: center;
      border: 0;
      width: 115px;
      margin-left: 15px;
      margin-bottom: 15px;
      transition: all .3s; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .btnSubtype p {
        margin: 0; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .btnSubtype:hover {
        background: #88B04B;
        color: white; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .currentSubtype {
      background: #88B04B;
      color: white; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .appartmentTitle {
      display: none; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .desc {
      color: #555555;
      font-size: 33px; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .desc .surfaceArea {
        font-weight: 700;
        padding-left: 15px; }
        .sectionBG1 .appartmentsInfo .appartmentDetail .desc .surfaceArea .bracket {
          color: #88B04B; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .desc .descriptionAmen {
        font-weight: 400;
        list-style: none;
        font-size: 22px;
        padding: 0; }
        .sectionBG1 .appartmentsInfo .appartmentDetail .desc .descriptionAmen li {
          padding-left: 20px;
          margin: 0;
          text-indent: -1em; }
          .sectionBG1 .appartmentsInfo .appartmentDetail .desc .descriptionAmen li::before {
            content: "  ";
            color: #84AF47;
            font-size: 32px;
            font-weight: 700; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .fichaButton {
      width: 255px;
      height: 70px;
      margin-left: 85px;
      margin-top: 50px;
      margin-bottom: 60px; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .fichaButton .btnFicha {
        padding: 0px 25px 0px 25px;
        white-space: normal;
        background: #88B04B;
        text-align: center;
        font-size: 18px;
        display: flex;
        font-weight: 600;
        border: 0;
        align-items: center;
        width: 220px; }
        .sectionBG1 .appartmentsInfo .appartmentDetail .fichaButton .btnFicha .fa {
          float: left;
          line-height: 70px;
          max-height: 70px; }
  .sectionBG1 .appartmentsInfo .appartmentSlide {
    padding-right: 75px;
    padding-bottom: 155px; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .left {
      left: -12%; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .right {
      right: -9%; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control {
      background: none;
      opacity: 1; }
      .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control .glyphicon {
        color: #84AF47;
        position: absolute;
        top: 43%;
        z-index: 5;
        display: inline-block; }
        .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control .glyphicon .fa {
          font-size: 5em; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .piedefoto {
      padding-top: 15px;
      font-size: 24px; }
  .sectionBG1 .leafDepa {
    position: absolute;
    z-index: 1000;
    bottom: -30%; }

.sectionBG2 {
  width: 100%;
  display: inline-block;
  position: relative; }
  .sectionBG2 .projectProgress {
    padding-top: 25px;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #555555; }
  .sectionBG2 .date {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #88B04B; }
  .sectionBG2 .navDates {
    position: relative;
    margin-bottom: 0px;
    float: none;
    margin: 0 auto; }
    .sectionBG2 .navDates .navInnerContainer {
      margin: 0;
      padding: 0;
      overflow: hidden;
      background: white;
      border: 3px solid #88B04B;
      border-left: 0px;
      width: 100%;
      height: 50px;
      float: left;
      display: block;
      transition: all .5s;
      cursor: default; }
      .sectionBG2 .navDates .navInnerContainer:hover {
        background: #88B04B; }
        .sectionBG2 .navDates .navInnerContainer:hover .navInnerDate .finalDate {
          color: white; }
      .sectionBG2 .navDates .navInnerContainer:first-child {
        border: 3px solid #88B04B;
        border-left: 3px solid #88B04B; }
      .sectionBG2 .navDates .navInnerContainer .navInnerDate {
        line-height: 48px;
        max-height: 50px;
        text-transform: capitalize; }
        .sectionBG2 .navDates .navInnerContainer .navInnerDate .finalDate {
          display: inline-block;
          vertical-align: middle;
          line-height: normal;
          font-size: 24px;
          text-decoration: none;
          color: #88B04B;
          margin: 0; }
    .sectionBG2 .navDates .slick-prev {
      left: -5%; }
    .sectionBG2 .navDates .slick-next {
      right: -4.5%; }
    .sectionBG2 .navDates .slick-prev, .sectionBG2 .navDates .slick-next {
      top: 0%;
      z-index: 9999; }
      .sectionBG2 .navDates .slick-prev::before, .sectionBG2 .navDates .slick-next::before {
        font-size: 65px;
        color: #88B04B; }
  .sectionBG2 .navActiveContainer {
    background: #88B04B !important; }
    .sectionBG2 .navActiveContainer .navInnerDate .finalDate {
      color: white !important; }
  .sectionBG2 .progressImages {
    min-height: 367px; }
  .sectionBG2 .constructionSlider .carousel .left {
    left: -12%; }
  .sectionBG2 .constructionSlider .carousel .right {
    right: -9%; }
  .sectionBG2 .constructionSlider .carousel .carousel-control {
    background: none;
    opacity: 1; }
    .sectionBG2 .constructionSlider .carousel .carousel-control .glyphicon {
      color: #84AF47;
      position: absolute;
      top: -18%;
      z-index: 5;
      display: inline-block; }
      .sectionBG2 .constructionSlider .carousel .carousel-control .glyphicon .fa {
        font-size: 4em; }

@media screen and (max-width: 1600px) {
  .sectionBG1 .pageTitle {
    padding-top: 42.69px;
    padding-bottom: 42.69px;
    font-size: 25.61px; }
  .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .currentAppartment {
    margin-right: 39.13px !important; }
  .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab {
    line-height: 78.26px;
    height: 78.26px;
    max-height: 78.26px;
    margin-bottom: 7.11px;
    font-size: 18px;
    margin-right: 49.80px; }
    .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab:hover {
      margin-right: 39.13px; }
  .sectionBG1 .appartmentsInfo .appartmentDetail {
    padding-right: 0px; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .btnSubtype {
      font-size: 16px; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .desc {
      font-size: 22px; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .desc .descriptionAmen {
        font-size: 18px; }
        .sectionBG1 .appartmentsInfo .appartmentDetail .desc .descriptionAmen li::before {
          font-size: 22.77px; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .fichaButton {
      width: 175px;
      height: 49.8px;
      margin-left: 60.48px;
      margin-top: 35.58px;
      margin-bottom: 42.69px; }
      .sectionBG1 .appartmentsInfo .appartmentDetail .fichaButton .btnFicha {
        padding: 0px 15px; }
        .sectionBG1 .appartmentsInfo .appartmentDetail .fichaButton .btnFicha .fa {
          line-height: 49.8px;
          max-height: 49.8px; }
  .sectionBG1 .appartmentsInfo .appartmentSlide {
    padding-right: 53.36px;
    padding-bottom: 110.28px; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control .glyphicon .fa {
      font-size: 3.5em; }
  .sectionBG1 .leafDepa {
    width: 112.41px;
    height: 242.62px; }

  .sectionBG2 .main-container {
    width: 90%; }
  .sectionBG2 .projectProgress {
    padding-top: 17.78px;
    padding-bottom: 24.9px;
    font-size: 25.61px; }
  .sectionBG2 .date {
    font-size: 28px; }
  .sectionBG2 .navDates .navInnerContainer {
    border: 2px solid #88B04B;
    border-left: 0px;
    height: 40px; }
    .sectionBG2 .navDates .navInnerContainer:first-child {
      border: 2px solid #88B04B;
      border-left: 2px solid #88B04B; }
    .sectionBG2 .navDates .navInnerContainer .navInnerDate {
      line-height: 40px;
      max-height: 40px; }
      .sectionBG2 .navDates .navInnerContainer .navInnerDate .finalDate {
        font-size: 18px;
        vertical-align: initial; }
  .sectionBG2 .navDates .slick-prev, .sectionBG2 .navDates .slick-next {
    top: 5px; }
    .sectionBG2 .navDates .slick-prev::before, .sectionBG2 .navDates .slick-next::before {
      font-size: 46px;
      color: #88B04B; } }
@media screen and (max-width: 1100px) {
  .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-inner {
    width: 90%;
    margin: 0 auto; }
  .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control {
    top: 0; }
  .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .left {
    left: -5%; }
  .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .right {
    right: -5%; } }
@media screen and (max-width: 1080px) {
  .sectionBG2 .navDates .navInnerContainer:hover {
    background: transparent; }
    .sectionBG2 .navDates .navInnerContainer:hover .navInnerDate .finalDate {
      color: #88B04B; } }
@media screen and (max-width: 767px) {
  .sectionBG1 .OpcionTitle {
    text-align: center;
    padding-left: 0px; } }
@media screen and (max-width: 650px) {
  .sectionBG1 .OpcionTitle {
    display: none; }
  .sectionBG1 .dropdownDeppartments {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #555555;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 42.69px;
    padding-top: 10px;
    font-size: 22px;
    transition: all 1s ease;
    border-bottom: 3px solid white; }
  .sectionBG1 .openedDropdownMenu {
    transition: all 1s ease;
    border-bottom: 3px solid #88B04B;
    box-shadow: 4px 4px 4px grey; }
  .sectionBG1 .pageTitle {
    display: none; }
  .sectionBG1 .leafDepa {
    display: none; }
  .sectionBG1 .appartmentsInfo .appartmentTab {
    width: 100%;
    display: none;
    z-index: 99;
    position: absolute;
    padding-right: 0; }
    .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs {
      width: 100%;
      margin: 0 auto; }
      .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab {
        width: 75%;
        margin: 0 auto;
        box-shadow: 4px 4px 4px grey; }
        .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .tab:hover {
          margin: 0 auto; }
      .sectionBG1 .appartmentsInfo .appartmentTab .appaTabs .currentAppartment {
        margin: 0 auto !important; }
  .sectionBG1 .appartmentsInfo .appartmentDetail {
    display: inline-block;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-right: 10px; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .appartmentTitle {
      display: inline-block;
      position: relative;
      text-align: center;
      width: 100%;
      padding-bottom: 20px;
      margin-top: 20px;
      font-size: 18px; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .pageTitle {
      padding-top: 0; }
    .sectionBG1 .appartmentsInfo .appartmentDetail .desc {
      font-size: 19px; }
  .sectionBG1 .appartmentsInfo .appartmentSlide {
    padding-right: 20px; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-inner {
      width: 100%; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control {
      top: 0; }
      .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .carousel-control .glyphicon .fa {
        font-size: 1em;
        transition: all 1s; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .left {
      left: -10%; }
    .sectionBG1 .appartmentsInfo .appartmentSlide .carousel .right {
      right: -7%; }

  .sectionBG2 .date {
    width: 100%;
    text-align: center; }
  .sectionBG2 .navDates .navInnerContainer {
    border: 2px solid #88B04B;
    margin-bottom: 20px; }
  .sectionBG2 .navDates .slick-slider {
    margin-bottom: 0; }
  .sectionBG2 .navDates .slick-next, .sectionBG2 .navDates .slick-prev {
    top: 7px; }
  .sectionBG2 .navDates .slick-next {
    right: -10%; }
  .sectionBG2 .navDates .slick-prev {
    left: -10%; } }
/* ======================
   Layout/vistas360
   ======================= */
.descVista {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  color: #555555; }
  @media screen and (max-width: 1600px) {
    .descVista {
      font-size: 25px; } }

.item_vista360 {
  background: none;
  height: 330px;
  margin-top: 25px;
  padding: 15px; }
  .item_vista360 .textBox {
    margin: 0px;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    width: 100%; }
  .item_vista360 .text {
    display: inline-block; }
    .item_vista360 .text .normalText {
      font-size: 40px !important;
      text-transform: uppercase !important;
      padding: 0px;
      width: 100%; }
  .item_vista360:last-child {
    float: none;
    display: inline-block; }

.index-item {
  width: 100%;
  float: left; }

.mascara-360 {
  background: #474747;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%; }

.btn-container360 {
  width: auto;
  display: inline-block; }

.btn-360 {
  background: #88B04B;
  width: 180px;
  height: 50px;
  margin-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .btn-360:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF; }

.static_item {
  background-size: 100%;
  background-position: center;
  height: 100%;
  padding: 20px;
  position: relative; }

.vistas iframe.videos {
  width: 100%;
  height: 600px;
  margin: auto;
  max-width: 1250px; }

@media screen and (max-width: 1100px) {
  .vistas iframe.videos {
    width: 75%;
    height: 400px; } }
@media screen and (max-width: 800px) {
  .vistas iframe.videos {
    width: 80%;
    height: 310px; } }
@media screen and (max-width: 500px) {
  .vistas iframe.videos {
    width: 85%;
    height: 280px; } }
/* ==|====================
   Layout/Contacto
   ======================= */
.contactHeadLeaf {
  position: absolute;
  z-index: 9999; }

.contactStaticBG {
  width: 100%;
  background-image: url(../img/contactoIMG.png);
  background-attachment: initial;
  background-size: contain;
  background-position: right;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1024px) {
    .contactStaticBG {
      background-attachment: initial; } }

.imgcont {
  display: none;
  padding: 0px;
  max-height: 100%;
  visibility: hidden; }

.contactocont {
  background: #EBEBEB;
  position: relative;
  display: inline-block;
  padding: 0px;
  padding-top: 30px; }
  .contactocont .conTitle {
    font-size: 40px;
    font-weight: 700;
    color: #4A4A4A;
    padding-bottom: 34px;
    padding-top: 30px;
    line-height: 1; }
  .contactocont .contText {
    font-size: 24px;
    font-weight: 500;
    color: #88B04B;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 140%; }
  .contactocont .contDir {
    font-size: 24px;
    font-weight: 500;
    color: #515151;
    padding-bottom: 10px;
    line-height: 140%; }
  .contactocont .contform {
    background: #88B04B;
    align-content: center;
    padding-top: 4%; }
    .contactocont .contform #form {
      padding-top: 22px;
      padding-bottom: 22px; }
    .contactocont .contform .formLeaf {
      position: absolute;
      padding: 0px;
      left: 2%;
      bottom: 2.5%;
      transform: rotate(35deg);
      max-height: 100%;
      max-width: 25%; }
    .contactocont .contform .btnBox {
      width: 35%;
      display: inline-block;
      position: relative;
      margin: auto; }
      .contactocont .contform .btnBox .btn-sendC {
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 35px;
        font-size: 26px;
        font-weight: 500;
        color: #EBEBEB;
        transition: all .5s;
        background: #515151;
        border-color: #515151; }
        .contactocont .contform .btnBox .btn-sendC:hover {
          background: #303030;
          border-color: #303030; }
    .contactocont .contform .formBlock {
      position: relative;
      width: 42%;
      display: inline-block; }
      .contactocont .contform .formBlock .formField {
        margin-bottom: 30px;
        width: 85%;
        padding-bottom: 9px;
        padding-top: 9px;
        font-size: 24px;
        font-weight: 500;
        color: black; }
        .contactocont .contform .formBlock .formField::-webkit-input-placeholder {
          opacity: .7;
          padding-left: 5px;
          color: #555555; }
        .contactocont .contform .formBlock .formField:-moz-placeholder {
          opacity: .7;
          padding-left: 5px;
          color: #555555; }
        .contactocont .contform .formBlock .formField::-moz-placeholder {
          opacity: .7;
          padding-left: 5px;
          color: #555555; }
        .contactocont .contform .formBlock .formField:-ms-input-placeholder {
          opacity: .7;
          padding-left: 5px;
          color: #555555; }
      .contactocont .contform .formBlock .form-error {
        width: 100%;
        left: 0;
        text-align: center;
        position: absolute;
        display: inline-block;
        top: 60px;
        font-size: 17px;
        color: black; }
    .contactocont .contform .captcha {
      position: relative;
      align-content: center;
      margin-top: -25px;
      padding: 0px;
      width: 100%;
      position: relative;
      display: inline-block; }
      .contactocont .contform .captcha .cf {
        margin: 0 auto; }

/* Responsive for medium screens */
@media screen and (max-width: 1600px) {
  .contactHeadLeaf {
    position: absolute;
    z-index: 9999;
    width: 120px;
    height: auto; }

  .contactocont {
    padding-top: 21.35px; }
    .contactocont .conTitle {
      font-size: 28.5px;
      padding-bottom: 24px;
      padding-top: 21.35px; }
    .contactocont .contText {
      font-size: 17px; }
    .contactocont .contDir {
      font-size: 17px;
      padding-bottom: 7.1px; }
    .contactocont .contform #form {
      padding-top: 15.65px;
      padding-bottom: 15.65px; }
    .contactocont .contform .formBlock {
      margin-bottom: 10px; }
      .contactocont .contform .formBlock .formField {
        margin-bottom: 14.25px;
        padding-bottom: 6.9px;
        padding-top: 6.9px;
        font-size: 17px; }
      .contactocont .contform .formBlock .form-error {
        top: 50px; } }
/* Responsive for mobile and tablet screens */
@media screen and (max-width: 1100px) {
  .imgcont, .contactocont {
    width: 100%; }

  .imgcont {
    background: url(../img/contacto.png);
    width: 100%;
    background-attachment: initial;
    background-size: cover;
    position: relative;
    height: 500px;
    display: inline-block;
    background-repeat: no-repeat; }
    .imgcont .img-responsive {
      visibility: initial; }

  .contactocont .contform .formBlock {
    width: 100%; }
    .contactocont .contform .formBlock .formField {
      width: 40%; } }
@media screen and (max-width: 1023px) {
  .contactHeadLeaf {
    display: none; }

  .formLeaf {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .contactocont .contDir {
    padding-left: 10px;
    padding-right: 10px; }

  .imgcont {
    height: auto;
    background-position: right; }

  .contactocont .contform .formBlock .formField {
    width: 65%; } }
/* ==|====================
   Layout/Footer
   ======================= */
footer {
  background-color: white;
  min-height: 25px;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  margin-top: -8px; }
  footer .location {
    padding-top: 120px;
    width: 35.83%;
    position: relative;
    float: left;
    background: #88B04B;
    color: white;
    padding-bottom: 226px;
    display: flex;
    justify-content: center; }
    footer .location .red {
      margin: 30px; }
      footer .location .red .fa {
        color: white;
        padding-top: 4px;
        border: 2px solid #cfe0b8;
        border-radius: 18%;
        width: 55px;
        height: 55px; }
    footer .location .locationText {
      font-size: 26px;
      font-weight: 500;
      margin-top: 23px;
      text-align: justify;
      height: 150px; }
  footer .contacto {
    width: 64.17%;
    float: right; }
    footer .contacto .datosContacto {
      background: #4A4A4A;
      padding-top: 76px;
      padding-bottom: 76px;
      font-weight: 700;
      line-height: 1.05;
      color: white; }
      footer .contacto .datosContacto .cTitulo {
        font-size: 39.51px; }
      footer .contacto .datosContacto .tel {
        font-size: 55.81px;
        color: #88B04B; }
      footer .contacto .datosContacto .mail {
        font-size: 36.81px;
        margin-bottom: 0; }
    footer .contacto .contactoForma {
      padding-top: 31px;
      padding-bottom: 2px;
      background: #EBEBEB; }
      footer .contacto .contactoForma .formText {
        margin-bottom: 20px;
        color: #4A4A4A;
        font-size: 29px;
        font-weight: 600; }
      footer .contacto .contactoForma .btnBox {
        width: 33%;
        display: inline-block;
        position: relative;
        margin: auto; }
        footer .contacto .contactoForma .btnBox .btn-sendC {
          margin-top: 40px;
          padding-left: 40px;
          padding-right: 40px;
          margin-bottom: 35px;
          font-size: 26px;
          font-weight: 500;
          color: #EBEBEB;
          transition: all .5s;
          background: #515151;
          border-color: #515151; }
          footer .contacto .contactoForma .btnBox .btn-sendC:hover {
            background: #303030;
            border-color: #303030; }
      footer .contacto .contactoForma .formBlock {
        position: relative;
        display: inline-block;
        margin-right: -25px;
        width: 33%; }
        footer .contacto .contactoForma .formBlock .formField {
          width: 85%;
          padding-bottom: 9px;
          padding-top: 9px;
          font-size: 24px;
          font-weight: 500;
          color: black; }
          footer .contacto .contactoForma .formBlock .formField::-webkit-input-placeholder {
            opacity: .7;
            padding-left: 5px;
            color: #555555; }
          footer .contacto .contactoForma .formBlock .formField:-moz-placeholder {
            opacity: .7;
            padding-left: 5px;
            color: #555555; }
          footer .contacto .contactoForma .formBlock .formField::-moz-placeholder {
            opacity: .7;
            padding-left: 5px;
            color: #555555; }
          footer .contacto .contactoForma .formBlock .formField:-ms-input-placeholder {
            opacity: .7;
            padding-left: 5px;
            color: #555555; }
        footer .contacto .contactoForma .formBlock .form-error {
          width: 100%;
          left: 0;
          text-align: center;
          position: absolute;
          display: inline-block;
          top: 63px;
          font-size: 19px;
          color: #88B04B; }
      footer .contacto .contactoForma .captcha {
        height: 10px;
        margin-left: 3%;
        width: 0%;
        float: left;
        padding-top: 35px;
        position: relative;
        display: inline-block; }
  footer .footerLeaf {
    position: absolute;
    margin-top: -260px;
    left: 25px;
    width: 14%; }

.footerEnd {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif; }
  .footerEnd .end {
    width: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    color: #565656; }
    .footerEnd .end .privacy {
      display: inline-block;
      position: relative;
      margin-top: 0px; }
      @media screen and (max-width: 800px) {
        .footerEnd .end .privacy {
          width: 100%; } }
    .footerEnd .end .politica {
      text-decoration: none;
      color: #565656; }
  .footerEnd .ferallBranding {
    width: 50%;
    display: inline-block;
    right: 20px;
    float: right;
    position: absolute; }
    @media screen and (max-width: 800px) {
      .footerEnd .ferallBranding {
        width: 100%;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        right: 0;
        top: 5px; } }
    .footerEnd .ferallBranding .ferall {
      float: right; }

@media screen and (max-width: 1600px) {
  footer .location {
    padding-top: 96.05px;
    padding-bottom: 155px; }
    footer .location .red .fa {
      font-size: 2em;
      padding-top: 4px;
      border: 1px solid #cfe0b8;
      width: 39.13px;
      height: 39.13px; }
    footer .location .locationText {
      font-size: 16px;
      margin-top: 16.36px; }
  footer .contacto .datosContacto {
    padding-top: 51.88px;
    padding-bottom: 51.87px; }
    footer .contacto .datosContacto .cTitulo {
      font-size: 28.11px; }
    footer .contacto .datosContacto .tel {
      font-size: 39.71px; }
    footer .contacto .datosContacto .mail {
      font-size: 26.19px; }
  footer .contacto .contactoForma {
    padding-top: 28.46px; }
    footer .contacto .contactoForma .formText {
      margin-bottom: 14.23px;
      font-size: 20.63px; }
    footer .contacto .contactoForma .btnBox .btn-sendC {
      margin-top: 28.46px;
      margin-bottom: 18.5px;
      padding-left: 28.46px;
      padding-right: 28.46px;
      font-size: 18.5px; }
    footer .contacto .contactoForma .formBlock {
      position: relative;
      display: inline-block; }
      footer .contacto .contactoForma .formBlock .formField {
        padding-bottom: 6.9px;
        padding-top: 6.9px;
        margin-right: 8.54px;
        font-size: 17.07px; }
      footer .contacto .contactoForma .formBlock .form-error {
        position: absolute;
        display: inline-block;
        top: 45px;
        font-size: 14px;
        color: #88B04B; }
    footer .contacto .contactoForma .captcha {
      padding-top: 20px; }
      footer .contacto .contactoForma .captcha .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; }
  footer .footerLeaf {
    margin-top: -147.28px;
    left: 32.02px; }

  .footerEnd {
    margin-top: 5.69px;
    margin-bottom: 5.69px; }
    .footerEnd .end {
      font-size: 17px; } }
@media screen and (max-width: 1100px) {
  footer .location, footer .contacto {
    width: 100%; }
  footer .location {
    padding-top: 40px;
    padding-bottom: 40px; }
  footer .contacto .footerLeaf {
    display: none; }
  footer .contacto .contactoForma .captcha {
    margin-left: 8%; }

  footer .location .red {
    width: 10%; }
  footer .location .locationText {
    width: 40%;
    height: auto; } }
@media screen and (max-width: 768px) {
  footer .location .locationText {
    font-size: 14px; } }
@media screen and (max-width: 699px) {
  footer .location, footer .contacto {
    width: 100%; }
  footer .location {
    padding-top: 30px;
    padding-bottom: 30px; }
    footer .location .locationText {
      font-size: 12px;
      margin-top: 25px;
      width: 50%; }
  footer .contacto .footerLeaf {
    display: none; }
  footer .contacto .datosContacto {
    padding-top: 50px;
    padding-bottom: 40px; }
    footer .contacto .datosContacto .cTitulo {
      font-size: 16px; }
    footer .contacto .datosContacto .tel {
      font-size: 22px; }
    footer .contacto .datosContacto .mail {
      font-size: 15px; }
  footer .contacto .contactoForma {
    padding-bottom: 5%; }
    footer .contacto .contactoForma .formText {
      font-size: 16px; }
    footer .contacto .contactoForma .formBlock {
      position: relative;
      display: inline-block;
      width: 90%;
      margin-bottom: 10px; }
      footer .contacto .contactoForma .formBlock .formField {
        width: 75%;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 500;
        color: black; }
      footer .contacto .contactoForma .formBlock .form-error {
        position: absolute;
        display: inline-block;
        left: 0;
        width: 100%;
        font-size: 12px;
        top: 80%;
        color: black; }
    footer .contacto .contactoForma .captcha {
      height: initial;
      margin-left: 0;
      width: 100%;
      position: relative;
      display: inline-block; }
      footer .contacto .contactoForma .captcha .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; }
    footer .contacto .contactoForma .btnBox .btn-sendC {
      font-size: 16px;
      margin-top: 8%; }
  footer .footerEnd .end {
    font-size: 13px; } }
@media screen and (max-width: 480px) {
  footer .location {
    display: inline-block; }

  footer .location .locationText {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center; }

  footer .location .red {
    width: 100%;
    margin: 5px; } }
/*Quita efecto*/
@media only screen and (max-width: 1024px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }
.header_landing {
  background: #4a4a4a;
  height: 150px;
  display: inline-block;
  position: relative; }
  .header_landing .navbar-inverse {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header_landing .navbar-inverse .logo-landing {
      display: inline-block;
      position: relative;
      max-width: 300px;
      width: 50%;
      max-height: 80px; }
      .header_landing .navbar-inverse .logo-landing .img-responsive {
        margin-top: -25%; }

.landing-fondo {
  background: #4a4a4a; }
  .landing-fondo .main-container {
    overflow: hidden; }
  .landing-fondo .titulo {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 36px;
    margin-bottom: 0px; }
  .landing-fondo .contactocont {
    background: #4a4a4a;
    position: relative;
    display: inline-block;
    padding: 0px;
    padding-top: 30px; }
    .landing-fondo .contactocont .conTitle {
      font-size: 40px;
      font-weight: 700;
      color: #4A4A4A;
      padding-bottom: 34px;
      padding-top: 30px;
      line-height: 1; }
    .landing-fondo .contactocont .conTitle {
      font-size: 40px;
      font-weight: 700;
      color: #80bd01;
      padding-bottom: 0px;
      padding-top: 30px;
      line-height: 1; }
    .landing-fondo .contactocont .conText {
      font-size: 28px;
      font-weight: 700;
      color: #ffffff;
      padding-bottom: 0px;
      padding-top: 10px;
      line-height: 1; }
    .landing-fondo .contactocont .contform {
      background: #4a4a4a;
      align-content: center;
      padding-top: 0%; }
      .landing-fondo .contactocont .contform .captcha .cf {
        display: flex;
        justify-content: center; }
    .landing-fondo .contactocont .contform #form {
      padding-top: 0px;
      padding-bottom: 0px; }
    .landing-fondo .contactocont .contform .btnBox .btn-sendC {
      margin-top: 0px;
      padding-left: 40px;
      padding-right: 40px;
      margin-bottom: 20px;
      font-size: 26px;
      font-weight: 500;
      color: #EBEBEB;
      transition: all .5s;
      background: #85b245;
      border-color: #85b245; }
    .landing-fondo .contactocont .contform .btnBox .btn-sendC:hover {
      background: #303030;
      border-color: #85b245; }
    .landing-fondo .contactocont .contform .formBlock {
      position: relative;
      width: 50%;
      display: inline-block; }
      .landing-fondo .contactocont .contform .formBlock .formField {
        margin-bottom: 10px;
        width: 100%;
        padding-bottom: 0px;
        padding-top: 9px;
        font-size: 24px;
        font-weight: 500;
        color: black; }
  .landing-fondo .depa-img {
    display: none; }

.fondo-verde {
  background: #84af47; }

.fondo-gris {
  background: #ebebeb; }
  .fondo-gris .seg {
    margin-top: 35px;
    margin-bottom: 35px;
    display: inline-block;
    position: relative;
    padding: 0px; }
    .fondo-gris .seg img {
      display: inline-block; }

.leftleaflanding {
  position: absolute;
  left: 0;
  margin-top: -150px;
  z-index: 2; }

.imgccr {
  position: absolute;
  right: 0;
  z-index: 9;
  margin-top: 75px;
  max-width: 950px; }

.rightleaflanding {
  position: absolute;
  right: 0;
  z-index: 1000;
  margin-top: -150px; }

.footer-landing .footerLeaf {
  position: absolute;
  margin-top: -150px;
  left: 20px;
  width: 8%; }
  .footer-landing .footerLeaf img {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }

@media screen and (max-width: 1600px) {
  .imgccr {
    max-width: 850px;
    margin-top: 160px; }

  .fondo-gris .seg {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media screen and (max-width: 1440px) {
  .fondo-gris .seg {
    margin-bottom: 33px;
    margin-top: 33px;
    display: inline-block;
    position: relative;
    padding: 0px 15px; }

  .footer-landing .footerLeaf {
    position: absolute;
    margin-top: -130px;
    left: -5px;
    width: 10%; } }
@media screen and (max-width: 1360px) {
  .imgccr {
    max-width: 800px;
    margin-top: 185px; } }
@media screen and (max-width: 1280px) {
  .imgccr {
    max-width: 700px;
    margin-top: 240px; }

  .fondo-gris .seg {
    margin-bottom: 40px;
    margin-top: 35px;
    display: inline-block;
    position: relative;
    padding: 0px 15px; } }
@media screen and (max-width: 1180px) {
  .fondo-gris .seg {
    margin-bottom: 40px;
    margin-top: 45px;
    height: 200px;
    padding: 0px 15px; }

  .footer-landing .footerLeaf {
    position: absolute;
    margin-top: -100px;
    left: -5px;
    width: 10%; } }
@media screen and (max-width: 1100px) {
  .imgccr {
    visibility: hidden; }

  .landing-fondo .titulo {
    font-size: 30px;
    max-width: 400px;
    display: inline-block; } }
@media screen and (max-width: 1080px) {
  .fondo-gris .seg {
    margin-bottom: 20px;
    margin-top: 60px;
    height: 200px; } }
@media screen and (max-width: 980px) {
  .fondo-gris .seg {
    margin-bottom: 50px;
    margin-top: 30px;
    height: 250px; }

  .footer-landing .footerLeaf {
    display: none; } }
@media screen and (max-width: 800px) {
  .rightleaflanding {
    max-width: 180px; }

  .leftleaflanding {
    max-width: 180px; } }
@media screen and (max-width: 600px) {
  .landing-fondo .titulo {
    font-size: 20px;
    max-width: 250px; }

  .landing-fondo .contactocont .contform .formBlock {
    width: 80%; }

  .landing-fondo .contactocont .contform .formBlock .formField {
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  .rightleaflanding {
    max-width: 100px; }

  .leftleaflanding {
    max-width: 100px; }

  .landing-fondo .titulo {
    font-size: 16px; }
  .landing-fondo .contactocont {
    padding-top: 10px; }
    .landing-fondo .contactocont .conTitle {
      font-size: 30px;
      padding-top: 0px; }
    .landing-fondo .contactocont .conText {
      font-size: 16px;
      margin-top: 5px; }

  .header_landing {
    height: 100px; }

  .fondo-gris .seg {
    margin-top: 10px;
    margin-bottom: 10px; }

  .amenidades-landing .amenity .amenities-cont .slick-next::before {
    color: #ffffff;
    font-size: 36px; }

  .amenidades-landing .amenity .amenities-cont .slick-prev::before {
    color: #ffffff;
    font-size: 36px; }

  .amenidades-landing .amenity {
    margin-top: 20px; }

  .footer-landing .end .privacy {
    font-size: 12px; }
    .footer-landing .end .privacy span {
      font-size: 12px; }

  .contactocont .contform .btnBox {
    width: 40%; }

  .fondo-gris .seg {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px; } }
@media screen and (max-width: 360px) {
  .header_landing .navbar-inverse .logo-landing {
    width: 60%; }

  .landing-fondo .contactocont .contform .btnBox .btn-sendC {
    font-size: 12px; }

  .landing-fondo .captha .cf {
    display: inline-block; } }
@media screen and (max-width: 320px) {
  .header_landing .navbar-inverse .logo-landing {
    width: 80%; }

  .header_landing .navbar-inverse .logo-landing .img-responsive {
    margin-top: -35%; } }
flex-item {
  display: flex;
  /* nested flex container */
  flex-direction: column;
  /* vertical alignment of flex items */
  justify-content: center;
  /* center flex items vertically */
  align-items: center;
  /* center flex items horizontally */ }

/* ======================
   Layout/Conocenos
   ======================= */
.tit_conocenos {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  color: #474747;
  margin-top: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.contenedor_calidad_vida {
  position: relative;
  display: inline-block; }
  .contenedor_calidad_vida .titulo_conocenos {
    width: 100%;
    font-size: 60px;
    font-family: 'otama.epregular';
    position: absolute;
    z-index: 2;
    color: #FFF;
    top: 38%;
    left: 6.5%;
    line-height: 1.2;
    max-width: 550px; }
  .contenedor_calidad_vida .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.flex-container {
  display: flex;
  /* primary flex container */ }
  .flex-container .caja_campira {
    width: 37.6%;
    position: relative;
    display: flex;
    float: left;
    background: #88B04B;
    color: white; }
    .flex-container .caja_campira .textBoxCampira {
      width: 85%; }
      .flex-container .caja_campira .textBoxCampira .img-campira {
        width: 250px;
        margin-left: -54%;
        margin-top: 20%; }
      .flex-container .caja_campira .textBoxCampira .text_campira {
        font-size: 24px;
        text-align: justify;
        letter-spacing: 1.3px;
        line-height: 1.6;
        padding-top: 7%; }

.caja_campira_imag1, .caja_campira_imag3 {
  margin-left: 1.8%; }

.imgUs {
  margin: 0 auto; }

.caja_campira_imag1 {
  width: 27.81%;
  position: relative;
  padding: 0; }
  .caja_campira_imag1 #campira_img2 {
    position: relative;
    margin-top: 14.6%; }

.caja_campira_imag3 {
  width: 27.81%;
  position: relative;
  padding: 0;
  padding-right: 4px; }

#img_hojas {
  position: absolute;
  top: 87%;
  left: 0%; }

.amenityConocenos {
  margin-top: 70px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0px 15px; }
  .amenityConocenos .amTextCon {
    font-weight: 700;
    text-align: center;
    font-size: 33.4px;
    color: #474747; }
  .amenityConocenos .maxWidthContainer {
    max-width: 1700px;
    margin: 0 auto; }
  .amenityConocenos .amenities-cont-con {
    max-width: 100%;
    padding: 30px 5% 40px 10%;
    width: 100%;
    position: relative; }
    .amenityConocenos .amenities-cont-con .amMainContainer:last-child:nth-child(odd) {
      display: inline-block; }
    .amenityConocenos .amenities-cont-con .insideElementCon {
      margin: 20px;
      margin-bottom: 75px;
      width: 200px;
      height: 200px;
      background: #4A4A4A;
      box-shadow: 0px 20px 55px -20px #424242;
      display: inline-block;
      float: left;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .amenityConocenos .amenities-cont-con .insideElementCon .amIMGcon {
        max-width: 100px;
        max-height: 100px;
        padding-top: 11%;
        position: relative;
        display: inline-block; }
      .amenityConocenos .amenities-cont-con .insideElementCon .amDescCon {
        padding-top: 3.5%;
        padding-right: 8px;
        padding-left: 8px;
        color: #84AF47;
        font-family: 'otama.epregular';
        font-size: 19px; }
    .amenityConocenos .amenities-cont-con .descLargaCont {
      width: 57%;
      float: left;
      display: flex;
      align-items: center;
      height: 200px; }
      @media screen and (min-width: 1601px) {
        .amenityConocenos .amenities-cont-con .descLargaCont {
          margin-top: 20px; } }
      .amenityConocenos .amenities-cont-con .descLargaCont .amDescLargaCon {
        text-align: left;
        font-size: 24px;
        font-weight: 600;
        margin: 20px;
        color: #474747; }

#hojas_amenities {
  position: absolute;
  right: 0%;
  bottom: 43%; }

.staticBGCon {
  background-image: url(../img/backgroundConocenos.jpg);
  background-attachment: fixed;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding: 20px; }
  @media screen and (max-width: 1024px) {
    .staticBGCon {
      background-attachment: initial; } }
  .staticBGCon .textBoxCon {
    padding: 10px 30px 30px 30px;
    width: 100%;
    border: 8px solid #fff;
    display: inline-block; }
    .staticBGCon .textBoxCon #btnVerMas {
      font-family: "Hind", sans-serif;
      font-weight: regular;
      margin-left: 10%;
      text-transform: capitalize; }
    .staticBGCon .textBoxCon .cont-txt-depas {
      max-width: 768px;
      float: left;
      padding-left: 30px; }
    .staticBGCon .textBoxCon .textCon {
      color: #fff;
      text-shadow: 1px 0px 2px #000;
      font-family: 'otama.epregular'; }
      .staticBGCon .textBoxCon .textCon .bigTextCon {
        font-size: 130px;
        margin-left: 0%; }
      .staticBGCon .textBoxCon .textCon .normalTextCon {
        font-size: 90px; }
  .staticBGCon .deptos_campira {
    width: 45.5%;
    position: absolute;
    top: -30px;
    right: 0%; }

.progressImages .slick-arrow {
  height: 50px;
  width: 50px; }
  .progressImages .slick-arrow::before {
    opacity: 1;
    filter: alpha(opacity=100); }
.progressImages .slick-arrow.slick-disabled::before {
  opacity: 0;
  filter: alpha(opacity=0); }
.progressImages .slick-prev {
  left: -50px; }
  .progressImages .slick-prev::before {
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 1;
    color: #84AF47;
    content: "\f104"; }
.progressImages .slick-next {
  right: -50px; }
  .progressImages .slick-next::before {
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 1;
    color: #84AF47;
    content: "\f105"; }

.usLastSection {
  margin-top: 175px;
  width: 100%;
  float: left;
  position: relative; }
  .usLastSection .caja_img_zona {
    display: inline-block; }
  .usLastSection .caja_zona_campira {
    width: 37.65%;
    position: relative;
    display: inline-block;
    float: right;
    background: #DCDCDC;
    color: #000;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 0; }
    .usLastSection .caja_zona_campira .tit_zona_campira {
      color: #555555;
      width: 85%;
      float: left;
      font-family: 'otama.epregular';
      font-size: 45px;
      text-align: left;
      line-height: 1.2;
      padding-bottom: 11px;
      margin-bottom: 23px;
      margin-top: 45px;
      padding-left: 45px; }
    .usLastSection .caja_zona_campira .text_zona_campira {
      width: 85%;
      float: left;
      position: relative;
      display: inline-block;
      text-align: justify;
      font-weight: 500;
      font-size: 24px;
      margin-left: 45px;
      line-height: 1.5;
      color: #474747; }
  .usLastSection .caja_img_zona .imgGridElement {
    margin-bottom: 30px;
    height: 340px; }
    .usLastSection .caja_img_zona .imgGridElement:nth-child(3), .usLastSection .caja_img_zona .imgGridElement:nth-child(4) {
      margin-bottom: 0 !important; }
      @media screen and (max-width: 1100px) {
        .usLastSection .caja_img_zona .imgGridElement:nth-child(3), .usLastSection .caja_img_zona .imgGridElement:nth-child(4) {
          display: none; } }

.developers {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .developers .contenedor_img_cresco img {
    width: 350px; }

.tit_desarrolladores {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  color: #474747;
  margin-top: 35px; }

.contenedor_cresco {
  padding-left: 3.2%; }
  .contenedor_cresco .text_desarrolladores {
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    font-size: 24px;
    line-height: 1.6; }

@media screen and (max-width: 1700px) {
  .usLastSection .caja_zona_campira {
    height: 670px; } }
@media screen and (max-width: 1600px) {
  .contenedor_calidad_vida .titulo_conocenos {
    font-size: 60.56px; }

  .caja_campira .textBoxCampira .img-campira {
    margin-left: -46%; }
  .caja_campira .textBoxCampira .text_campira {
    font-size: 20px;
    letter-spacing: 1.4px;
    line-height: 1.7; }

  .caja_campira_imag1 #campira_img2 {
    margin-top: 14.6%; }

  #img_hojas {
    width: 40%; }

  .amenityConocenos {
    margin-top: 70px;
    padding: 0px 15px; }
    .amenityConocenos .amTextCon {
      font-size: 24px; }
    .amenityConocenos .amenities-cont-con .insideElementCon {
      width: 145px;
      height: 145px; }
      .amenityConocenos .amenities-cont-con .insideElementCon .amIMGcon {
        max-width: 71.25px;
        max-height: 71.25px; }
      .amenityConocenos .amenities-cont-con .insideElementCon .amDescCon {
        font-size: 13.5px; }
    .amenityConocenos .amenities-cont-con .descLargaCont .amDescLargaCon {
      font-size: 18px; }

  #hojas_amenities {
    width: 17.5%; }

  .staticBGCon .textBoxCon .textCon {
    border-width: 6px; }
    .staticBGCon .textBoxCon .textCon .bigTextCon {
      font-size: 92.5px; }
    .staticBGCon .textBoxCon .textCon .normalTextCon {
      font-size: 64px; }

  .usLastSection {
    margin-top: 125px; }
    .usLastSection .caja_zona_campira {
      padding-right: 35.57px;
      padding-top: 18px;
      margin-bottom: 0;
      height: 642px; }
      .usLastSection .caja_zona_campira .tit_zona_campira {
        font-size: 32px;
        padding-top: 7px;
        margin-bottom: 10px;
        margin-top: 10px; }
      .usLastSection .caja_zona_campira .text_zona_campira {
        font-size: 20px; }
    .usLastSection .caja_img_zona .imgGridElement {
      margin-bottom: 21.35px; }

  .tit_desarrolladores {
    font-size: 25px; }

  .contenedor_cresco .text_desarrolladores {
    font-size: 17px; } }
@media screen and (max-width: 1400px) {
  .usLastSection .caja_zona_campira {
    height: 605px; } }
@media screen and (max-width: 1300px) {
  .usLastSection .caja_zona_campira {
    height: 585px; } }
@media screen and (max-width: 1200px) {
  .usLastSection .caja_zona_campira {
    height: 565px; } }
@media screen and (max-width: 1100px) {
  .contenedor_calidad_vida .titulo_conocenos {
    left: 23px;
    font-size: 42px; }

  .caja_campira {
    width: 61%; }
    .caja_campira .textBoxCampira {
      width: 90%; }
      .caja_campira .textBoxCampira .img-campira {
        margin-left: -53%;
        margin-bottom: 0%; }
      .caja_campira .textBoxCampira .text_campira {
        text-align: left;
        letter-spacing: 1.3px;
        line-height: 1.6;
        font-size: 20px; }

  .caja_campira_imag1 {
    width: 35%; }
    .caja_campira_imag1 #campira_img2 {
      margin-top: 6.6%; }

  .caja_campira_imag3 {
    display: none; }

  .amenityConocenos .amenities-cont-con {
    padding: 30px 2% 50px 4%; }
    .amenityConocenos .amenities-cont-con .insideElementCon {
      opacity: 1 !important; }

  .usLastSection {
    margin-top: 60px; }
    .usLastSection .caja_zona_campira {
      padding-top: 55px;
      padding-bottom: 65px;
      width: 94%;
      margin: 0 auto;
      height: 350px; }
      .usLastSection .caja_zona_campira .tit_zona_campira {
        text-align: left;
        margin: auto;
        margin-bottom: 2%;
        padding-left: 3%; }
      .usLastSection .caja_zona_campira .text_zona_campira {
        width: 100%;
        margin-left: 30px;
        padding-left: 0%;
        padding-right: 32px; }

  .contenedor_img_cresco {
    margin-left: 0; }

  .staticBGCon .textBoxCon {
    padding: 0;
    padding-bottom: 30px;
    border-width: 6px; }
    .staticBGCon .textBoxCon .textCon .bigTextCon {
      font-size: 75px; }
    .staticBGCon .textBoxCon .textCon .normalTextCon {
      font-size: 50px; }

  .img-campira {
    width: 200px;
    margin-bottom: 5%;
    margin-left: -43%; } }
@media screen and (max-width: 800px) {
  .contenedor_calidad_vida .titulo_conocenos {
    font-size: 38px;
    margin: auto;
    margin-left: -22px; }

  .caja_campira {
    padding-left: 3%; }
    .caja_campira .textBoxCampira {
      width: 98%;
      margin-top: 10%;
      margin-bottom: 10%;
      margin-left: 7%;
      margin-right: 9%; }
      .caja_campira .textBoxCampira .img-campira {
        width: 180px;
        margin-bottom: 1.5%;
        margin-left: -40%; }
      .caja_campira .textBoxCampira .text_campira {
        font-size: 17px;
        letter-spacing: 1.3px;
        line-height: 1.6;
        padding-left: 4%;
        padding-right: 3%; }

  .amenityConocenos .amenities-cont-con {
    padding: 30px 5% 50px 10%; }

  .contenedor_cresco .text_desarrolladores {
    font-size: 15px; }

  .staticBGCon .textBoxCon {
    margin: 2.28%;
    padding-bottom: 15px; }
    .staticBGCon .textBoxCon .textCon .bigTextCon {
      font-size: 75px; }
    .staticBGCon .textBoxCon .textCon .normalTextCon {
      font-size: 50px; }
  .staticBGCon .deptos_campira {
    width: 38.5%; }

  .usLastSection {
    margin-top: 25px; }
    .usLastSection .caja_zona_campira {
      padding-top: 60px;
      padding-bottom: 50px;
      width: 100%; }
      .usLastSection .caja_zona_campira .tit_zona_campira {
        margin: auto;
        text-align: left;
        margin-bottom: 2%;
        padding-left: 5%; }
      .usLastSection .caja_zona_campira .text_zona_campira {
        font-size: 17px;
        padding-left: 1%;
        text-align: justify;
        letter-spacing: 1.3px; } }
@media screen and (max-width: 500px) {
  #img_hojas, #hojas-amenity, #deptos_campira {
    display: none; }

  .contenedor_calidad_vida .titulo_conocenos {
    font-size: 31px;
    text-align: center;
    margin-top: -18px; }

  .caja_campira {
    padding: 20px 0px;
    width: 100%; }
    .caja_campira .textBoxCampira {
      width: 92%;
      margin-top: 2%;
      margin-bottom: 2%; }
      .caja_campira .textBoxCampira .img-campira {
        padding-left: 7px;
        padding-top: 4%; }
      .caja_campira .textBoxCampira .text_campira {
        padding-left: 3%;
        padding-right: 3%;
        font-size: 17px;
        text-align: left; }

  .caja_campira_imag1 {
    width: 100%;
    display: inline-block;
    position: relative;
    flex-direction: initial;
    margin-top: 15px; }
    .caja_campira_imag1 .imgUs {
      width: 47%;
      display: inline-block;
      position: relative; }
    .caja_campira_imag1 #campira_img2 {
      margin-right: 2%;
      margin-left: 2%;
      margin-top: 0; }

  .amenityConocenos .amenities-cont-con .slick-slider {
    margin-bottom: 0; }
  .amenityConocenos .amenities-cont-con .theFlex {
    width: 100%; }
  .amenityConocenos .amenities-cont-con .insideElementCon {
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    float: none; }
  .amenityConocenos .amenities-cont-con .descLargaCont {
    width: 100%;
    max-height: 110px; }
    .amenityConocenos .amenities-cont-con .descLargaCont .amDescLargaCon {
      margin: 20px 0;
      text-align: center;
      height: auto; }

  .staticBGCon .textBoxCon #btnVerMas {
    margin-left: 0; }
  .staticBGCon .textBoxCon .textCon .bigTextCon {
    font-size: 60px;
    margin-left: 0; }
  .staticBGCon .textBoxCon .textCon .normalTextCon {
    font-size: 37px; }

  .usLastSection {
    margin-top: 25px; }
    .usLastSection .caja_zona_campira {
      padding-top: 40px;
      padding-bottom: 40px;
      width: 100%;
      height: 400px; }
      .usLastSection .caja_zona_campira .tit_zona_campira {
        font-size: 28px;
        margin-left: -8px;
        text-align: left;
        margin-bottom: 2%; }
      .usLastSection .caja_zona_campira .text_zona_campira {
        font-size: 17px;
        padding-right: 0px;
        margin-left: 2px;
        text-align: left; }

  .developers {
    flex-wrap: wrap; }
    .developers .contenedor_cresco {
      margin-top: 24px; }
      .developers .contenedor_cresco .text_desarrolladores {
        font-size: 14px; }

  .img-campira {
    width: 200px;
    margin-bottom: 5%;
    margin-left: -50%; } }
@media screen and (max-width: 1024px) {
  #hojas_amenities, #img_hojas {
    display: none; } }
/*	================= 
	Layout/Ubicaci├│n 

    ================= */
.ubFirstCont {
  padding-top: 0 !important; }

.ubicacionCont {
  width: 100%; }
  .ubicacionCont .locLeftLeaf {
    position: absolute;
    left: 0;
    bottom: -60%;
    z-index: 9;
    width: 11%; }
  .ubicacionCont .locRightLeaf {
    position: absolute;
    right: 0;
    top: 89.5%;
    width: 10.5%;
    z-index: 2; }

.ubicacionClose {
  margin-top: 30px;
  padding-top: 0;
  margin-bottom: 90px; }
  .ubicacionClose .ubTitleClose {
    margin-bottom: 60px; }
  .ubicacionClose .ubProximityContainer {
    max-width: 80%;
    margin: 0 auto; }
  .ubicacionClose .proxSlick .proximityElement .proximityInside {
    width: 55.2%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center; }
  .ubicacionClose .proxSlick .proximityElement .proximityDesc {
    font-size: 29px;
    width: 60%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.25em;
    color: #88B04B; }

@media screen and (max-width: 1600px) {
  .ubicacionClose {
    margin-top: 21.35px;
    margin-bottom: 64.03px; }
    .ubicacionClose .ubTitleClose {
      margin-bottom: 42.7px; }
    .ubicacionClose .proxSlick .proximityElement .proximityDesc {
      font-size: 20.63px; } }
@media screen and (max-width: 600px) {
  .locRightLeaf, .locLeftLeaf {
    display: none; } }
/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */



/*# sourceMappingURL=style.css.map */