@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: inherit;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
ul li {
  float: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.

 ,
input[type="checkbox"]
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; /* 2 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: middle; /* 2 */
}

/* _Mixins */
/* Responsive */
@font-face {
  font-family: "Avenir Next Regular";
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Bold";
  src: url("../fonts/AvenirNext-Bold.eot");
  src: url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Bold.woff2") format("woff2"), url("../fonts/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold.ttf") format("truetype"), url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Medium";
  src: url("../fonts/AvenirNext-Medium.eot");
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next DemiBold";
  src: url("../fonts/AvenirNext-DemiBold.eot");
  src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Avenir Next Regular";
  color: #656565;
  line-height: 1.2;
}
body .wrapper {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next Medium";
  line-height: 1.2;
  color: #237C3C;
}

p {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Avenir Next Regular";
  line-height: 1;
  color: #656565;
  margin-bottom: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  p {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  p {
    font-size: 28px;
  }
}
p.copyright-legal {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 0;
}

.title-section {
  text-align: center;
  font-family: "Avenir Next Medium";
  color: #237C3C;
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .title-section {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .title-section {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .title-section {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .title-section {
    font-size: 38px;
  }
}
.title-section.title-white {
  color: #fff;
}

.section {
  padding: 7% 0;
}
@media (min-width: 1280px) {
  .section {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: 70px 0;
  }
}
.section .cont-section {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .section .cont-section {
    width: 80%;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
    display: block;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    display: none;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
    display: block;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    display: none;
  }
}
.gracias {
  background-image: url(../images/banner-principal.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.gracias:before {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.168627451);
  width: 100%;
  height: 100%;
}

.wp-gracias {
  position: fixed;
  width: 100%;
  height: 100%;
}

.cont-gracias {
  position: absolute;
  width: 90%;
  max-width: 550px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 6% 2%;
  background-color: rgba(35, 124, 60, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px #237c3c;
          box-shadow: 0 0 30px #237c3c;
}

.cont-gracias .title-section {
  color: #fff;
  margin-bottom: 30px;
}

.cont-gracias .title-section strong {
  font-family: "Avenir Next Bold";
}

.cont-gracias p {
  color: #fff;
}

img.logo-vista-verde-gracias {
  width: 80%;
  max-width: 280px;
  margin: 0 auto 10%;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  bottom: 2%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media (min-width: 1600px) {
  .slick-prev,
  .slick-next {
    height: 60px;
    width: 60px;
    right: 16%;
    bottom: 2.5%;
  }
}
@media (min-width: 1400px) {
  .slick-prev,
  .slick-next {
    right: 16.7%;
  }
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  border-radius: 28px 0 0 0;
}
.slick-prev:before {
  content: "";
  background-image: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
}
[dir=rtl] .slick-prev:before {
  content: "→";
  background-image: url("../images/arrow-left.png");
}

.slick-next {
  bottom: 11%;
  right: -30px;
  border-radius: 0 28px 0 0;
}
.slick-next:before {
  content: "";
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
}
[dir=rtl] .slick-next:before {
  content: "→";
  background-image: url("../images/arrow-left.png");
}

/* Dots */
.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: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@media (max-width: 991.98px) {
  .slider-home .slick-list {
    min-height: 92vh;
  }
}
@media (max-width: 991.98px) {
  .slider-home .slick-list .slide--has-caption {
    bottom: -80px;
  }
}
@media (max-width: 991.98px) {
  .slider-home .slick-list .slide--has-caption .slide__count {
    background-color: transparent;
  }
}

.slide {
  position: relative;
}
.slide__caption {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 10%;
  min-height: 80px;
  right: 265px;
  position: absolute;
  width: 810px;
  z-index: 2;
  padding: 1.25em;
}
@media (max-width: 1600px) {
  .slide__caption {
    right: 15%;
    width: 80%;
    max-width: 810px;
  }
}
@media (max-width: 1200px) {
  .slide__caption {
    right: 16%;
  }
}
@media (max-width: 991.98px) {
  .slide__caption {
    bottom: 0;
    min-height: 80px;
    position: absolute;
    width: 94%;
    right: inherit;
    height: auto;
    min-height: 7rem;
    left: 0;
    z-index: 0;
  }
}
@media (max-width: 500px) {
  .slide__caption {
    padding-right: 50px;
  }
}
.slide__title {
  font-size: 2.875em;
  color: white;
  font-family: "FreeSansRegular";
}
@media (max-width: 1600px) {
  .slide__title {
    font-size: 2.225em;
  }
}
.slide__description {
  font-size: 1.625em;
  font-family: "FreeSansRegular";
  color: white;
  width: 80%;
  padding-top: 0.625em;
}
@media (max-width: 1600px) {
  .slide__description {
    font-size: 1.225em;
  }
}
@media (max-width: 1200px) {
  .slide__description {
    font-size: 1.725em;
  }
}
.slide__count {
  background-color: rgba(72, 72, 72, 0.5);
  position: absolute;
  right: 185px;
  bottom: 58px;
}
.slide__count .slide__step {
  color: transparent;
}
.slide__count li {
  display: none;
  font-size: 1.2em;
  color: white;
  font-family: "HelveticaNeueLight";
  text-align: center;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.slide__count li.slick-active {
  display: block;
}
@media (max-width: 991.98px) {
  .slide__step {
    font-size: 4.5em;
    color: black;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 10px;
  }
  .slick-prev,
  .slick-next {
    width: 48px;
    height: 48px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .slick-next {
    bottom: 24px;
    right: -30px;
  }
  .slick-prev {
    bottom: -23px;
    left: -30px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 9px;
  }
  .slide__title {
    font-size: 20px;
  }
}
#banner-principal {
  background-image: url(../images/banner-principal.jpg);
  background-position: center 85%;
  display: block;
  position: relative;
  height: 60em;
}
@media (min-width: 768px) {
  #banner-principal {
    height: 45em;
  }
}
@media (min-width: 768px) {
  #banner-principal .cont-banner {
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#banner-principal .wp-logo {
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  #banner-principal .wp-logo {
    position: relative;
    top: auto;
    left: auto;
    max-width: 340px;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 30px;
  }
}
#banner-principal .wp-txt-banner {
  position: absolute;
  bottom: 5%;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: rgba(35, 124, 60, 0.8);
  padding: 15px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  #banner-principal .wp-txt-banner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
#banner-principal .wp-txt-banner .title-banner {
  font-family: "Avenir Next Bold";
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #banner-principal .wp-txt-banner .title-banner {
    font-family: "Avenir Next Medium";
  }
}
@media (min-width: 1400px) {
  #banner-principal .wp-txt-banner .title-banner {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  #banner-principal .wp-txt-banner .title-banner {
    font-size: 40px;
  }
}
#banner-principal .wp-txt-banner .subtitle-banner {
  font-family: "Avenir Next DemiBold";
  font-size: 20px;
  color: #fff;
}
@media (min-width: 1280px) {
  #banner-principal .wp-txt-banner .subtitle-banner {
    font-size: 22px;
  }
}

#planos .wp-slider {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0;
}
#planos .wp-slider .hidden {
  display: none;
}
#planos .wp-slider .item-plano {
  padding: 7px;
}
#planos .wp-slider .item-plano .wp-item-plano {
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
}
#planos .wp-slider .item-plano .wp-item-plano .img-plano-small {
  width: 80%;
  margin: 10px auto;
}
#planos .wp-slider .item-plano .title-slider {
  color: #237C3C;
  font-family: "Avenir Next DemiBold";
  font-size: 20px;
  margin-bottom: 7px;
  text-align: center;
}
#planos .wp-slider .item-plano .des-plano-slider {
  text-align: center;
  padding-top: 20px;
}
#planos .wp-slider .item-plano .des-plano-slider .subtitle-slider {
  color: #656565;
  font-family: "Avenir Next Regular";
  font-size: 16px;
  margin-bottom: 4px;
}
#planos .wp-slider .item-plano .des-plano-slider .copyright-slider {
  color: #656565;
  font-size: 14px;
}
#planos .modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #F7F7F7;
  border-radius: 0px;
}
#planos .modal.modal-active {
  display: block;
}
#planos .modal .wp-modal {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #planos .modal .wp-modal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#planos .modal .wp-modal .close-modal {
  color: #237C3C;
  font-family: "Avenir Next Medium";
  font-size: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  #planos .modal .wp-modal .cont-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#planos .modal .wp-modal .wp-img-plano {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
}
@media (min-width: 768px) {
  #planos .modal .wp-modal .wp-img-plano {
    width: 60%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  #planos .modal .wp-modal .wp-img-plano {
    width: 70%;
  }
}
#planos .modal .wp-modal .wp-img-plano img {
  width: 90%;
}
@media (min-width: 768px) {
  #planos .modal .wp-modal .wp-img-plano img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #planos .modal .wp-modal .wp-info-plano {
    width: 40%;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  #planos .modal .wp-modal .wp-info-plano {
    width: 30%;
  }
}
#planos .modal .wp-modal .wp-info-plano .title-info {
  font-family: "Avenir Next Bold";
  font-size: 20px;
  margin: 12px 0 0;
}
#planos .modal .wp-modal .wp-info-plano .subtitle-info {
  color: #237C3C;
  font-size: 12px;
  margin-bottom: 20px;
}
#planos .modal .wp-modal .wp-info-plano .txt-info {
  color: #1D1D1B;
  font-family: "Avenir Next Medium";
  font-size: 14px;
}
#planos .modal .wp-modal .wp-info-plano .txt-area-modal {
  font-family: "Avenir Next Bold";
  font-size: 30px;
}
#planos .modal .wp-modal .wp-info-plano .cont-img-small {
  width: 80%;
  max-width: 150px;
}

@media (min-width: 991px) {
  #descripcion.section {
    padding: 0;
  }
}
#descripcion .cont-des .title-section {
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
}
@media (min-width: 991px) {
  #descripcion .cont-des .title-section {
    margin: 0 auto 70px;
  }
}
@media (min-width: 991px) {
  #descripcion .cont-des .title-section.txt-destacado {
    margin: 120px auto 70px;
  }
}
#descripcion .cont-des .title-section strong {
  font-family: "Avenir Next Bold";
}
#descripcion .cont-des .wp-col-des {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #descripcion .cont-des .wp-col-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  #descripcion .cont-des .wp-col-des .wp-img-des {
    width: 55%;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  #descripcion .cont-des .wp-col-des .wp-img-des {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #descripcion .cont-des .wp-col-des .wp-img-des img {
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
}
#descripcion .cont-des .wp-col-des .wp-txt-des {
  padding: 30px 30px 0;
}
@media (min-width: 768px) {
  #descripcion .cont-des .wp-col-des .wp-txt-des {
    width: 40%;
    padding: 0 7% 0 2%;
  }
}
@media (min-width: 1280px) {
  #descripcion .cont-des .wp-col-des .wp-txt-des {
    width: 45%;
    padding: 0 5% 0 2%;
  }
}
#descripcion .cont-des .wp-col-des .wp-txt-des p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #descripcion .cont-des .wp-col-des .wp-txt-des p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  #descripcion .cont-des .wp-col-des .wp-txt-des p {
    margin-bottom: 50px;
  }
}
#descripcion .cont-des .list {
  margin: 15px 0;
}
#descripcion .cont-des .list li {
  font-family: "Avenir Next Medium";
  font-size: 16px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #descripcion .cont-des .list li {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  #descripcion .cont-des .list li {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  #descripcion .cont-des .list li {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  #descripcion .cont-des .list li {
    font-size: 28px;
  }
}

#amenidades {
  background-image: url(../images/bg-zonas-sociales.jpeg);
  background-position: center center;
  background-size: cover;
  padding-bottom: 140%;
}
@media (min-width: 600px) {
  #amenidades {
    padding-bottom: 85%;
  }
}
@media (min-width: 768px) {
  #amenidades {
    padding-bottom: 45%;
  }
}
@media (min-width: 1400px) {
  #amenidades {
    padding-bottom: 35%;
  }
}
@media (min-width: 1600px) {
  #amenidades {
    padding-bottom: 30%;
  }
}
#amenidades .title-section {
  margin-bottom: 80px;
  margin-top: 40px;
}
#amenidades .title-section.title-sociales {
  margin-bottom: 50px;
}
#amenidades .box-amenidades {
  text-align: center;
  display: block;
  width: 90%;
  margin: 0 auto;
}
#amenidades .box-amenidades .list-amenidades {
  display: block;
  text-align: center;
}
#amenidades .box-amenidades .list-amenidades .item-amenidades {
  width: 45%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0 5px;
}
@media (min-width: 768px) {
  #amenidades .box-amenidades .list-amenidades .item-amenidades {
    width: 22%;
  }
}
#amenidades .box-amenidades .list-amenidades .item-amenidades img {
  margin: 0 auto;
  width: 100%;
  max-width: 140px;
}
@media (min-width: 991px) {
  #amenidades .box-amenidades .list-amenidades .item-amenidades img {
    max-width: 160px;
  }
}
@media (min-width: 1400px) {
  #amenidades .box-amenidades .list-amenidades .item-amenidades img {
    max-width: 180px;
  }
}
#amenidades .box-amenidades .list-amenidades .item-amenidades .txt-amenidades {
  text-align: center;
  color: #fff;
  margin: 15px 0 0;
  font-family: "Avenir Next Medium";
  font-size: 18px;
}
#amenidades .box-sociales {
  float: left;
  width: 100%;
  margin: 20% auto;
}
@media (min-width: 600px) {
  #amenidades .box-sociales {
    margin: 8% auto;
  }
}
@media (min-width: 768px) {
  #amenidades .box-sociales {
    margin: 5% auto;
  }
}
#amenidades .box-sociales .cont-sociales {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 5%;
}
@media (min-width: 1280px) {
  #amenidades .box-sociales .cont-sociales {
    padding: 4% 12% 2%;
  }
}
#amenidades .box-sociales .cont-sociales .list-sociales {
  text-align: center;
}
#amenidades .box-sociales .cont-sociales .list-sociales .item-sociales {
  width: 45%;
  max-width: 180px;
  margin: 0 2% 7%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  #amenidades .box-sociales .cont-sociales .list-sociales .item-sociales {
    width: 20%;
  }
}
#amenidades .box-sociales .cont-sociales .list-sociales .item-sociales img {
  width: 80%;
  max-width: 100px;
  margin: 0 auto 15px;
}
#amenidades .box-sociales .cont-sociales .list-sociales .item-sociales .txt-sociales {
  color: #237C3C;
  font-family: "Avenir Next Medium";
  width: 90%;
  text-align: center;
}

.wp-zonas-sociales {
  background-color: rgba(224, 220, 220, 0.8);
  padding: 40px;
  margin-bottom: 120px;
  border-radius: 7px;
}
.wp-zonas-sociales .slider-social {
  margin-bottom: 0;
}
.wp-zonas-sociales .slider-social .item-social {
  padding: 10px;
  border-radius: 7px;
}
.wp-zonas-sociales .slider-social .item-social img {
  border-radius: 10px;
  border: 7px solid #fff;
}

#registro {
  background-image: url(../images/imagen.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 0;
}
#registro .cont-section:before {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
#registro .cont-section .box-form-registro {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15% 10%;
  border-radius: 30px 30px 0 0;
}
@media (min-width: 600px) {
  #registro .cont-section .box-form-registro {
    padding: 5% 10%;
  }
}
#registro .cont-section .box-form-registro .wp-form {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #registro .cont-section .box-form-registro .wp-form {
    margin-top: 40px;
    width: 100%;
    max-width: 1200px;
  }
}
#registro .cont-section .box-form-registro .wp-form .form-group {
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 600px) {
  #registro .cont-section .box-form-registro .wp-form .form-group {
    padding: 4px 20px;
  }
}
@media (min-width: 1280px) {
  #registro .cont-section .box-form-registro .wp-form .form-group {
    padding: 10px 20px 5px;
  }
}
#registro .cont-section .box-form-registro .wp-form .form-group.btn-enviar {
  text-align: center;
}
#registro .cont-section .box-form-registro .wp-form .form-group.btn-enviar .btn-registro {
  background-color: #237C3C;
  color: #fff;
  padding: 10px 20px;
  border-radius: 7px;
  font-family: "Avenir Next Bold";
  font-size: 18px;
}
#registro .cont-section .box-form-registro .wp-form .form-group .form-group.terminos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.375rem 0.75rem;
}
#registro .cont-section .box-form-registro .wp-form .form-group .form-group.terminos label {
  font-size: 16px;
  width: 90%;
  padding-left: 10px;
}
#registro .cont-section .box-form-registro .wp-form .form-group .form-group.terminos input {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  width: 15px;
  height: 15px;
  display: block;
}

#registro-exitoso {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.2);
}
#registro-exitoso .mod-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20%;
  border-radius: 7px;
}
#registro-exitoso .mod-dialog .close-dialog {
  font-family: "Avenir Next Medium";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #237C3C;
  font-size: 26px;
  color: #fff;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#registro-exitoso .mod-dialog #h2-registro {
  font-size: 30px;
  text-align: center;
  font-family: "Avenir Next Medium";
}

#ubicacion {
  background-image: url(../images/img-verde.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  #ubicacion {
    padding: 10px 0 80px;
  }
}
#ubicacion p {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  #ubicacion p {
    margin-bottom: 30px;
  }
}
#ubicacion p strong {
  font-family: "Avenir Next Bold";
}
#ubicacion .title-section {
  padding: 40px 0 25px;
}
@media (min-width: 768px) {
  #ubicacion .wp-ubicacion {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  #ubicacion .wp-ubicacion .img-ubicacion {
    width: 60%;
  }
}
#ubicacion .wp-ubicacion .des-ubicacion {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #ubicacion .wp-ubicacion .des-ubicacion {
    width: 40%;
    padding: 0 40px 0 0;
  }
}

.wp-whatsapp {
  position: fixed;
  z-index: 41;
  bottom: 10px;
  right: 10px;
  width: 70px;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wp-registro {
  position: fixed;
  right: -46px;
  top: 90px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 2;
}
.wp-registro .btn-registro {
  display: block;
  background-color: #237c3c;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0;
}

#footer .wp-logo {
  border-bottom: 1px solid #707070;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  #footer .wp-logo {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer .wp-logo .date {
  font-size: 12px;
}
@media (min-width: 768px) {
  #footer .wp-logo .date {
    border-bottom: 1px solid #707070;
    width: 78%;
    text-align: right;
  }
}
@media (min-width: 1400px) {
  #footer .wp-logo .date {
    width: 88%;
  }
}
#footer .wp-logo .logos {
  width: 90%;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  #footer .wp-logo .logos {
    width: 22%;
    margin-right: 2%;
  }
}
@media (min-width: 1400px) {
  #footer .wp-logo .logos {
    width: 12%;
  }
}
@media (min-width: 768px) {
  #footer .wp-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0;
  }
}
#footer .wp-legal .img-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #footer .wp-legal .img-legal {
    width: 22%;
    padding: 0;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media (min-width: 1400px) {
  #footer .wp-legal .img-legal {
    width: 12%;
  }
}
#footer .wp-legal .img-legal .logo-supperintendencia {
  width: 10%;
}
@media (min-width: 768px) {
  #footer .wp-legal .img-legal .logo-supperintendencia {
    width: 13%;
  }
}
#footer .wp-legal .img-legal .logo-supperintendencia img {
  width: 24px;
}
#footer .wp-legal .img-legal .logo-alianza {
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  #footer .wp-legal .img-legal .logo-alianza {
    width: 76%;
  }
}
#footer .wp-legal .img-legal .logo-alianza img {
  width: 140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .wp-legal .txt-legal {
    width: 80%;
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  #footer .wp-legal .txt-legal {
    width: 90%;
  }
}
#footer .wp-legal .txt-legal p {
  font-size: 9px;
  text-align: justify;
}
@media (min-width: 768px) {
  #footer .wp-legal .txt-legal p {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  #footer .wp-legal .txt-legal p {
    font-size: 13px;
  }
}

.active {
  display: block;
}

.hide {
  display: none;
}

.activelink {
  color: red;
}

a:hover {
  text-decoration: none;
}