@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700|Asap|Fira+Sans:300,400,500,700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  border: 1px solid #3BA835;
  min-width: auto;
  width: 50px;
  height: 25px;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #FFF;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3BA835;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 15px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3BA835;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #FFF;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #FFF;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

:root {
  --light-green: #5ecd5e;
  --green: #3BA835;
  --dark: #4A4A49;
  --light: #A8A8A7;
  --gray: #7C7C7B;
  --font-regular: 'Fira';
  --font-bold: 'Fira';
}

html {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-user-select: inherit;
  user-select: inherit;
  -webkit-font-smoothing: inherit;
}

body {
  background-color: #fafafa;
  color: #7C7C7B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 1.42em;
  overflow-x: hidden;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 1366px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
}

#main-wrapper {
  float: left;
  width: 100%;
  display: inline-block;
  padding-top: 60px;
  opacity: 0;
  transform: translate(0px, -100px);
}

@media (min-width: 769px) {
  #main-wrapper {
    transform: translate(0px, -300px);
  }
}

@media (min-width: 1366px) {
  #main-wrapper {
    padding-top: 100px;
  }
}

#section-indicator {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translate(-45%, -50%) rotate(-90deg);
  font-size: 12px;
  text-align: center;
  color: #3BA835;
  left: 20px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

@media (min-width: 769px) {
  #section-indicator {
    display: inline-block;
  }
}

.bg-pattern {
  position: relative;
  z-index: 0;
}

.bg-pattern:before,
.bg-pattern:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  pointer-events: none;
}

.bg-pattern:before {
  background-image: url(../img/points_pattern.svg);
  background-size: 4px;
  background-color: black;
  mix-blend-mode: multiply;
  opacity: 0.35;
}

.bg-pattern:after {
  background-color: #000;
  opacity: 0.1;
}

button {
  text-transform: uppercase;
  background: #3BA835;
  color: #fff;
  height: 50px;
  min-width: 150px;
  text-align: center;
  font-weight: 600;
  outline: none;
  border: none;
}

button:hover {
  background: #FFF;
  color: #3BA835;
}

a.nav-btn,
button.nav-btn {
  background-color: transparent;
  outline: none;
  color: #3BA835;
  border: 1px solid #3BA835;
  width: 75px;
  height: 35px;
  font-size: 26px;
  line-height: 1.35em;
  font-weight: 100;
  position: relative;
  z-index: 1;
}

a.nav-btn:before,
button.nav-btn:before {
  content: "";
  background-color: #3BA835;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: 200ms ease;
  transition-property: transform;
}

a.nav-btn:hover,
button.nav-btn:hover {
  color: #fff;
  transform: scale(1, 1);
}

.swiper-button-prev,
.swiper-button-next {
  text-align: center;
  position: relative;
}

@media (min-width: 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 30px;
  }
}

@media (min-width: 1366px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 70px;
    height: 35px;
  }
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  background-color: #3BA835;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: 200ms ease;
  transition-property: transform;
}

.swiper-button-prev:hover:not(.swiper-button-disabled),
.swiper-button-next:hover:not(.swiper-button-disabled) {
  text-decoration: none;
}

.swiper-button-prev:hover:not(.swiper-button-disabled):before,
.swiper-button-next:hover:not(.swiper-button-disabled):before {
  transform: scale(1, 1);
}

.swiper-button-prev:before,
button.swiper-button-prev:before {
  transform-origin: right center;
}

fieldset,
.field {
  border: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

label {
  width: 100%;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #7C7C7B;
  margin: 10px 0px;
  padding: 10px;
  outline: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #7C7C7B;
}

textarea {
  width: 100%;
  border: 1px solid #7C7C7B;
  height: 100px;
  padding: 10px;
  resize: vertical;
  margin: 10px 0px;
}

button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none;
  border-color: #3BA835;
  box-shadow: 0px 0px 3px #3BA835;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 280px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row .no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row .no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[class^="col-"],
[class*=" col-"] {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 769px) {
  .col-ds-1 {
    width: 8.3333333333%;
  }

  .col-ds-2 {
    width: 16.6666666667%;
  }

  .col-ds-3 {
    width: 25%;
  }

  .col-ds-4 {
    width: 33.3333333333%;
  }

  .col-ds-5 {
    width: 41.6666666667%;
  }

  .col-ds-6 {
    width: 50%;
  }

  .col-ds-7 {
    width: 58.3333333333%;
  }

  .col-ds-8 {
    width: 66.6666666667%;
  }

  .col-ds-9 {
    width: 75%;
  }

  .col-ds-10 {
    width: 83.3333333333%;
  }

  .col-ds-11 {
    width: 91.6666666667%;
  }

  .col-ds-12 {
    width: 100%;
  }

  .offset-ds-0 {
    margin-left: 0%;
  }

  .offset-ds-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ds-2 {
    margin-left: 16.6666666667%;
  }

  .offset-ds-3 {
    margin-left: 25%;
  }

  .offset-ds-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ds-5 {
    margin-left: 41.6666666667%;
  }

  .offset-ds-6 {
    margin-left: 50%;
  }

  .offset-ds-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ds-8 {
    margin-left: 66.6666666667%;
  }

  .offset-ds-9 {
    margin-left: 75%;
  }

  .offset-ds-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ds-11 {
    margin-left: 91.6666666667%;
  }

  .offset-ds-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1366px) {
  .col-rt-1 {
    width: 8.3333333333%;
  }

  .col-rt-2 {
    width: 16.6666666667%;
  }

  .col-rt-3 {
    width: 25%;
  }

  .col-rt-4 {
    width: 33.3333333333%;
  }

  .col-rt-5 {
    width: 41.6666666667%;
  }

  .col-rt-6 {
    width: 50%;
  }

  .col-rt-7 {
    width: 58.3333333333%;
  }

  .col-rt-8 {
    width: 66.6666666667%;
  }

  .col-rt-9 {
    width: 75%;
  }

  .col-rt-10 {
    width: 83.3333333333%;
  }

  .col-rt-11 {
    width: 91.6666666667%;
  }

  .col-rt-12 {
    width: 100%;
  }

  .offset-rt-0 {
    margin-left: 0%;
  }

  .offset-rt-1 {
    margin-left: 8.3333333333%;
  }

  .offset-rt-2 {
    margin-left: 16.6666666667%;
  }

  .offset-rt-3 {
    margin-left: 25%;
  }

  .offset-rt-4 {
    margin-left: 33.3333333333%;
  }

  .offset-rt-5 {
    margin-left: 41.6666666667%;
  }

  .offset-rt-6 {
    margin-left: 50%;
  }

  .offset-rt-7 {
    margin-left: 58.3333333333%;
  }

  .offset-rt-8 {
    margin-left: 66.6666666667%;
  }

  .offset-rt-9 {
    margin-left: 75%;
  }

  .offset-rt-10 {
    margin-left: 83.3333333333%;
  }

  .offset-rt-11 {
    margin-left: 91.6666666667%;
  }

  .offset-rt-12 {
    margin-left: 100%;
  }
}

figure {
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
}

figure.green-circle:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAwIiB3aWR0aD0iNTAwIj48Y2lyY2xlIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY3g9IjI1MCIgY3k9IjI1MCIgcj0iMjQwIiBzdHJva2U9IiMzQkE4MzUiIGZpbGw9InRyYW5zcGFyZW50Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  z-index: 2;
}

figure.green-circle:after {
  content: "";
  mix-blend-mode: overlay;
  background-image: url(../img/points_pattern.svg);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  background-size: 4px;
  opacity: 0.5;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
.subtitle {
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 30px;
}

@media (min-width: 769px) {
  h1 {
    font-size: 56px;
  }
}

@media (min-width: 1366px) {
  h1 {
    font-size: 80px;
  }
}

.main-title,
h1.main-title {
  color: #3BA835;
  font-size: 35px;
  font-weight: 900;
  font-family: "Alegreya Sans";
}

@media (min-width: 769px) {
  .main-title,
  h1.main-title {
    font-size: 50px;
  }
}

@media (min-width: 1366px) {
  .main-title,
  h1.main-title {
    font-size: 70px;
  }
}

p,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  user-select: none;
}

p,
a,
ul,
li,
time {
  font-size: 14px;
  line-height: 1.5em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inview-item-text {
  opacity: 0;
  transform: translate(0px, -15px) scale(1, 0.5);
  transform-origin: top;
}

.inview-item {
  opacity: 0;
  transform: translate(0px, -30px) scale(0.995, 0.95);
  transform-origin: top center;
}

#preloader {
  background-color: #f0f0f0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#preloader #preloader-mask {
  background-color: #FFF;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  color: #fff;
  text-align: center;
  transform: translate(0, -100%);
}

#preloader img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 102;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.modal-open {
  overflow: hidden;
}

.modal-open:before {
  content: '';
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: fixed;
}

#modal_encuesta {
  z-index: 999999;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  overflow: auto;
}

#modal_encuesta .dialog {
  margin: 30px auto;
  width: 300px;
  height: 420px;
  border: 1px solid #3BA835;
  background: white;
  padding: 14px 21px;
}

@media (min-width: 769px) {
  #modal_encuesta .dialog {
    width: 737px;
    height: 664px;
    padding: 41px 91px 0;
  }
}

#modal_encuesta .dialog .titulo {
  font-weight: 500;
  font-size: 15px;
  color: #3BA835;
}

@media (min-width: 769px) {
  #modal_encuesta .dialog .titulo {
    font-size: 20px;
    line-height: 17px;
  }
}

#modal_encuesta .dialog .titulo_2 {
  margin-bottom: 11px;
}

@media (min-width: 769px) {
  #modal_encuesta .dialog .titulo_2 {
    margin-bottom: 32px;
  }
}

#modal_encuesta .dialog textarea {
  width: 100%;
  height: 167px;
  border: 1px solid #606060;
  resize: none;
  margin-top: 12px;
  margin-bottom: 9px;
}

@media (min-width: 769px) {
  #modal_encuesta .dialog textarea {
    height: 312px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

#modal_encuesta .dialog .estrellas {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  #modal_encuesta .dialog .estrellas {
    width: 256px;
    margin-bottom: 24px;
  }
}

#modal_encuesta .dialog .estrellas .estrella {
  width: 26px;
  height: 26px;
  background-image: url(/img/estrella.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

#modal_encuesta .dialog .estrellas .estrella.hover,
#modal_encuesta .dialog .estrellas .estrella.active {
  background-image: url(/img/estrella-active.svg);
}

#modal_encuesta .dialog .botonera {
  height: 100px;
  position: relative;
}

@media (min-width: 769px) {
  #modal_encuesta .dialog .botonera {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
}

#modal_encuesta .dialog .botonera #btn-enviar,
#modal_encuesta .dialog .botonera .btn-cancelar,
#modal_encuesta .dialog .botonera .btn-posponer {
  font-size: 16px;
  color: #fff;
  border: none;
  box-shadow: none;
  min-width: 116px;
  width: 116px;
  height: 43px;
  font-weight: 500;
  cursor: pointer;
}

#modal_encuesta .dialog .botonera #btn-enviar,
#modal_encuesta .dialog .botonera .btn-posponer {
  background-color: #3BA835;
}

#modal_encuesta .dialog .botonera #btn-enviar {
  position: absolute;
  left: 0;
  top: 0;
}

#modal_encuesta .dialog .botonera .btn-posponer {
  position: absolute;
  right: 0;
  top: 0;
}

#modal_encuesta .dialog .botonera .btn-cancelar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#modal_encuesta .dialog .botonera .btn-cancelar {
  background-color: #606060;
}

#modal_encuesta.open {
  display: block;
}

.modal#search-modal {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translate(0px, 50px);
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  opacity: 0;
}

.modal#search-modal .content {
  max-width: 10200px;
  min-width: 300px;
  width: 60%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  min-height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal#search-modal .content button#close-searcher {
  position: absolute;
  right: 0;
  top: 0;
  min-width: auto;
  color: black;
  outline: none;
  border: none;
  padding: 15px 20px;
  background-color: transparent;
}

.modal#search-modal form {
  position: relative;
}

.modal#search-modal form input {
  margin: 0;
  border: 2px solid #3BA835;
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 38px;
  padding: 15px;
  height: 75px;
}

.modal#search-modal form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
  min-width: auto;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  padding: 0;
  z-index: 1;
  color: #7C7C7B;
  transition: color 200ms ease;
}

.modal#search-modal form button:hover {
  color: black;
}

nav#main-nav {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  nav#main-nav {
    width: 100%;
    height: calc(100vh - 60px);
    background-color: black;
    position: fixed;
    bottom: 0;
    top: 60px;
    display: none;
    justify-content: center;
    align-items: start;
    opacity: 0;
    transform: translate(0px, 100%);
    overflow: auto;
  }
}

@media (min-width: 769px) {
  nav#main-nav {
    display: block;
  }
}

nav#main-nav ul {
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 769px) {
  nav#main-nav ul {
    text-align: right;
    height: 100%;
    width: calc(100% - 140px);
    float: right;
  }
}

@media (min-width: 1200px) {
  nav#main-nav ul {
    width: 100%;
  }
}

nav#main-nav ul li {
  font-family: 'Alegreya Sans', sans-serif;
  display: inline-block;
  float: left;
  color: #fff;
}

@media (max-width: 768px) {
  nav#main-nav ul li {
    font-weight: 900;
    margin: 10px 0px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  nav#main-nav ul li {
    color: #7C7C7B;
    padding: 6px 8px 2px;
    font-weight: 900;
  }

  nav#main-nav ul li:after {
    content: "|";
    position: relative;
    left: 8px;
  }

  nav#main-nav ul li:last-child:after {
    content: "";
  }
}

@media (min-width: 1200px) {
  nav#main-nav ul li {
    padding: 18px 8px;
  }
}

@media (min-width: 1366px) {
  nav#main-nav ul li {
    font-size: 22px;
    padding: 32px 10px;
  }
}

nav#main-nav ul li a,
nav#main-nav ul li form {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  line-height: 1em;
  font-size: 16px;
}

@media (max-width: 768px) {
  nav#main-nav ul li a,
  nav#main-nav ul li form {
    text-transform: uppercase;
    font-size: 30px;
    padding: 0px 15px;
    width: 100%;
    line-height: 0.85em;
  }
}

@media (min-width: 1366px) {
  nav#main-nav ul li a,
  nav#main-nav ul li form {
    font-size: 17px;
  }
}

nav#main-nav ul li a {
  position: relative;
}

nav#main-nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scale(0, 1);
  transition: 200ms ease;
  transition-property: transform, opacity;
}

nav#main-nav ul li a:hover {
  color: #3BA835;
}

nav#main-nav ul li a:hover:after {
  transform: scale(1, 1);
}

nav#main-nav ul li#search-btn-container {
  text-align: center;
  margin-right: 10px;
  padding: 5px 5px;
  width: 60px;
  float: right;
  position: relative;
  display: none;
}

@media (min-width: 769px) {
  nav#main-nav ul li#search-btn-container {
    height: 32px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  nav#main-nav ul li#search-btn-container {
    height: 60px;
  }
}

@media (min-width: 1366px) {
  nav#main-nav ul li#search-btn-container {
    height: 100px;
  }
}

nav#main-nav ul li#search-btn-container button {
  min-width: auto;
  background-color: transparent;
  width: 100%;
  border: none;
  color: gray;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0px;
}

nav#main-nav ul li#search-mobile form {
  position: relative;
}

nav#main-nav ul li#search-mobile form input {
  width: 100%;
  margin: 0px;
  padding: 10px;
  outline: none;
  border-bottom: 1px solid #7C7C7B;
  background-color: transparent;
  border: 2px solid green;
  font-family: 'Alegreya Sans', sans-serif;
  display: inline-block;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

nav#main-nav ul li#search-mobile form button {
  position: absolute;
  right: 16px;
  top: 0px;
  min-width: auto;
  height: 58px;
  background-color: transparent;
  width: 56px;
  padding: 14px 0px;
  z-index: 1;
  border: none;
}

@media (min-width: 769px) {
  nav#main-nav ul li#search-mobile {
    display: none;
  }
}

nav.nav-slider-container .current-slide,
nav.nav-slider-container #current-slide,
nav#nav-slider-container .current-slide,
nav#nav-slider-container #current-slide {
  color: #FFF;
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 900;
}

#share-container {
  z-index: 10;
  text-align: center;
  position: absolute;
  right: 15px;
  top: -50px;
}

#share-container ul#share-networks {
  width: 220px;
  height: 210px;
  filter: drop-shadow(1px 6px 6px rgba(0, 0, 0, 0.1));
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 35px;
  margin-bottom: 30px;
  display: none;
  opacity: 0;
}

#share-container ul#share-networks:after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #FFF;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}

#share-container ul#share-networks li {
  margin: 0;
}

#share-container li {
  width: 100%;
  color: #000;
  font-weight: 100;
  border-top: 1px solid #d6d6d6;
}

#share-container li a {
  display: inline-block;
  width: 100%;
  padding: 15px;
}

#share-container li a:hover {
  background-color: #3BA835;
  color: #FFF;
}

#share-container li b {
  font-weight: 900;
}

#share-container button#share-button {
  color: #3BA835;
  width: 40px;
  height: 40px;
  min-width: auto;
  border: 1px solid #3BA835;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
  color: #3BA835;
  transition: all 200ms ease;
}

#share-container button#share-button .sr-only {
  background-color: currentColor;
  border-radius: 50%;
  clip: unset;
  width: 5px;
  height: 5px;
  left: 17px;
  top: 18px;
}

#share-container button#share-button:before,
#share-container button#share-button:after {
  content: "";
  background-color: currentColor;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  transition: all 150ms ease;
}

#share-container button#share-button:before {
  left: 7px;
}

#share-container button#share-button:after {
  right: 7px;
}

#share-container button#share-button:hover {
  background-color: #3BA835;
  color: #FFF;
}

#share-container button#share-button.open {
  transform: translate(-90px, 0px);
}

#share-container button#share-button.open .sr-only {
  background-color: transparent;
}

#share-container button#share-button.open:before,
#share-container button#share-button.open:after {
  top: 18px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
}

#share-container button#share-button.open:before {
  transform: rotate(45deg);
}

#share-container button#share-button.open:after {
  transform: rotate(-45deg);
}

footer#main-footer {
  border-top: 1px solid #A8A8A7;
  background-color: #252525;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

@media (min-width: 769px) {
  footer#main-footer {
    height: 60px;
  }
}

footer#main-footer .container {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (min-width: 769px) {
  footer#main-footer {
    height: 80px;
  }
}

@media (min-width: 1366px) {
  footer#main-footer {
    height: 100px;
  }
}

footer#main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media (max-width: 768px) {
  footer#main-footer ul {
    width: 100%;
    padding: 15px 0px;
  }
}

footer#main-footer ul li {
  display: inline-block;
  margin: 0;
  margin: 0 10px;
}

footer#main-footer ul a.to-network {
  border: 1px solid currentColor;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 5px;
  transition: color 200ms ease;
  color: #FFF;
}

@media (min-width: 769px) {
  footer#main-footer ul a.to-network {
    height: 30px;
    width: 30px;
  }
}

footer#main-footer ul a.to-network:hover {
  color: #3BA835;
  text-decoration: none;
}

@media (min-width: 1366px) {
  footer#main-footer ul a.to-network {
    height: 40px;
    width: 40px;
    padding: 10px;
  }
}

footer#main-footer ul#networks-container {
  float: left;
  position: relative;
}

footer#main-footer ul#networks-container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: #fff;
  left: 0;
  top: 20px;
}

@media (min-width: 769px) {
  footer#main-footer ul#networks-container:before {
    display: none;
  }
}

@media (max-width: 768px) {
  footer#main-footer ul#networks-container {
    width: 50%;
    float: right;
    display: inline-block;
  }

  footer#main-footer ul#networks-container li {
    width: 50%;
    display: block;
    text-align: center;
    margin: 0px 0px 15px 0px;
    float: left;
  }
}

footer#main-footer ul#orgs-list {
  float: right;
}

footer#main-footer ul#copyright-list {
  display: block;
}

@media (min-width: 769px) {
  footer#main-footer ul#copyright-list {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: calc(100% - 400px);
  }
}

footer#main-footer ul#copyright-list li,
footer#main-footer ul#copyright-list a {
  font-size: 12px;
  display: inline-block;
  position: relative;
  width: auto;
}

footer#main-footer ul#copyright-list a {
  padding: 0px 5px;
  color: #fff;
}

footer#main-footer ul#copyright-list li {
  color: #7C7C7B;
}

@media (min-width: 769px) {
  footer#main-footer ul#copyright-list li:after {
    content: "|";
    position: absolute;
    right: -10px;
    top: 0;
  }
}

footer#main-footer ul#copyright-list li:last-child:after {
  content: "";
}

header#main-header {
  width: 100%;
  height: 60px;
  position: fixed;
  background-color: #fff;
  z-index: 99;
}

@media (min-width: 1366px) {
  header#main-header {
    height: 100px;
  }
}

header#main-header a#to-home {
  padding: 0;
  height: 100%;
  display: inline-block;
}

header#main-header a#to-home img {
  width: auto;
  height: 100%;
  display: block;
}

header#main-header button#toggle-menu-btn {
  float: right;
  height: 100%;
  width: 70px;
  font-size: 20px;
  position: relative;
  min-width: auto;
  background: none;
  border: none;
}

@media (min-width: 769px) {
  header#main-header button#toggle-menu-btn {
    display: none;
  }
}

header#main-header button#toggle-menu-btn:before,
header#main-header button#toggle-menu-btn:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 3px;
  background-color: #000;
  transform: rotate(0deg) translate(-3px, -5px);
  left: 10px;
  top: 28px;
  transition: all 200ms ease;
}

header#main-header button#toggle-menu-btn:after {
  width: 25px;
  transform: rotate(0deg) translate(14px, 5px);
}

header#main-header button#toggle-menu-btn.active:before {
  transform: rotate(45deg) translate(0px, 0px);
}

header#main-header button#toggle-menu-btn.active:after {
  width: 42px;
  transform: rotate(-45deg) translate(0px, 0px);
}

@font-face {
  font-family: 'Icons';
  src: url("../fonts/icons.eot?ogocvu");
  src: url("../fonts/icons.eot?ogocvu#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?ogocvu") format("truetype"), url("../fonts/icons.woff?ogocvu") format("woff"), url("../fonts/icons.svg?ogocvu#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.download:before {
  content: "\e903";
}

.icon.next:before {
  content: "\e901";
}

.icon.prev:before {
  content: "\e902";
}

.icon.twitter:before {
  content: "\e900";
}

.icon.search:before {
  content: "\e986";
}

.icon.facebook:before {
  content: "\ea90";
}

.icon.instagram:before {
  content: "\ea92";
}

.icon.youtube:before {
  content: "\ea9d";
}

@media (min-width: 769px) {
  section#weare-section {
    height: calc(100vh - 60px);
  }
}

#weare-info {
  float: right;
}

section.half-section,
section.we-are-organizations {
  background-color: #fff;
}

section.half-section h1,
section.half-section h2,
section.we-are-organizations h1,
section.we-are-organizations h2 {
  margin-top: 0;
  font-family: "Alegreya Sans";
}

section.half-section h1,
section.half-section strong,
section.we-are-organizations h1,
section.we-are-organizations strong {
  color: #3BA835;
}

section.half-section h2,
section.we-are-organizations h2 {
  color: #4A4A49;
}

section.half-section .content,
section.we-are-organizations .content {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 769px) {
  section.half-section .content,
  section.we-are-organizations .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

section.half-section figure,
section.we-are-organizations figure {
  margin: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 0;
  min-height: 400px;
}

section.half-section figure img,
section.we-are-organizations figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

section.half-section article,
section.we-are-organizations article {
  width: 80%;
  margin: 30px auto;
  text-align: left;
}

@media (min-width: 769px) {
  section.half-section article,
  section.we-are-organizations article {
    margin: 0 auto;
  }
}

section.half-section article ul,
section.we-are-organizations article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.half-section ul#orgs-list,
section.we-are-organizations ul#orgs-list {
  width: 80%;
  min-width: 280px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

section.half-section ul#orgs-list li,
section.we-are-organizations ul#orgs-list li {
  display: inline-block;
  margin: 0px 0px;
  width: 25%;
  position: relative;
  float: left;
  height: 80px;
}

@media (min-width: 769px) {
  section.half-section ul#orgs-list li,
  section.we-are-organizations ul#orgs-list li {
    height: 120px;
  }
}

section.half-section ul#orgs-list li img,
section.we-are-organizations ul#orgs-list li img {
  position: absolute;
  object-fit: contain;
  object-position: center;
  left: 10%;
  top: 0;
  display: inline-block;
  width: 80%;
  height: 100%;
}

section.half-section ul#orgs-list a,
section.we-are-organizations ul#orgs-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

section#privacy-section {
  height: auto;
  margin: 0 auto;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  float: none;
  width: 100%;
}

@media (min-width: 769px) {
  section#privacy-section {
    width: 60%;
    min-width: 300px;
  }
}

section#privacy-section article {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  width: 80%;
}

@media (min-width: 769px) {
  section#privacy-section article {
    width: 60%;
  }
}

section#privacy-section b,
section#privacy-section strong {
  color: #000;
}

section#privacy-section a {
  color: black;
  text-decoration: underline;
  font-weight: 600;
}

#search-module {
  position: relative;
}

@media (max-width: 768px) {
  #search-module {
    margin: 24px 30px 20px;
  }

  #search-module.hidden-xs {
    display: none;
  }
}

@media (min-width: 769px) {
  #search-module {
    margin-top: 27px;
    margin-bottom: 27px;
    margin-left: 30px;
    margin-right: 30px;
  }

  #search-module.hidden-sm {
    display: none;
  }
}

@media (min-width: 1200px) {
  #search-module {
    margin-left: auto;
    margin-right: auto;
    width: 420px;
  }
}

#search-module input {
  margin: 0;
  border: 2px solid #3BA835;
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  padding: 15px;
  height: 50px;
}

@media (min-width: 769px) {
  #search-module input {
    font-size: 20px;
    height: 60px;
  }
}

#search-module button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  min-width: auto;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  padding: 0;
  z-index: 1;
  color: #7C7C7B;
  transition: color 200ms ease;
  cursor: pointer;
}

@media (min-width: 769px) {
  #search-module button {
    width: 60px;
    height: 60px;
  }
}

#search-module button:hover {
  color: black;
}

ul.notes-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7C7C7B;
  width: 100%;
  float: left;
}

ul.notes-list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #A8A8A7;
  padding: 15px 0px;
}

ul.notes-list li figure {
  width: 35%;
  float: left;
  position: absolute;
  height: 100%;
}

ul.notes-list li figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

ul.notes-list li .note-type,
ul.notes-list li .note-article {
  margin: 0;
  float: right;
  width: 65%;
  padding: 0px 15px;
}

ul.notes-list li a {
  position: relative;
  display: inline-block;
  float: left;
}

ul.notes-list li .note-description {
  font-size: 0.85em;
  line-height: 1.35em;
}

ul.notes-list li .note-download,
ul.notes-list li .note-type {
  font-weight: 900;
  font-size: 12px;
}

ul.notes-list li .note-download {
  color: #3BA835;
  text-decoration: underline;
}

ul.notes-list li h3.note-title {
  color: #3BA835;
  text-transform: none;
  font-size: 14px;
  line-height: 1.3em;
}

ul.notes-list#principal-notes figure {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

ul.notes-list#principal-notes figure img {
  position: relative;
}

ul.notes-list#principal-notes .note-type,
ul.notes-list#principal-notes .note-article {
  width: 100%;
  padding: 0;
}

section#interior-section {
  height: auto;
}

section#interior-section figure#interior-cover {
  height: 50vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  border-bottom: 5px solid #3BA835;
  min-height: 350px;
}

section#interior-section figure#interior-cover img {
  filter: grayscale(1);
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

section#interior-section figure#interior-cover figcaption {
  min-width: 280px;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: inline-block;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 66%;
  margin: 0 auto;
  left: 50%;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Alegreya Sans';
  font-size: 30px;
  color: #3BA835;
}

section#interior-section figure#interior-cover figcaption::first-line {
  color: #FFF;
}

@media (min-width: 769px) {
  section#interior-section figure#interior-cover figcaption {
    font-size: 56px;
  }
}

@media (min-width: 1366px) {
  section#interior-section figure#interior-cover figcaption {
    font-size: 80px;
  }
}

section#interior-section figure#interior-cover figcaption.longtitle {
  font-size: 18px;
}

@media (min-width: 769px) {
  section#interior-section figure#interior-cover figcaption.longtitle {
    font-size: 40px;
  }
}

@media (min-width: 1366px) {
  section#interior-section figure#interior-cover figcaption.longtitle {
    font-size: 50px;
  }
}

section#interior-section time {
  color: #3BA835;
}

#note-container {
  background-color: #fff;
  width: 50%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
}

#note-container article {
  padding: 30px 15px 50px 15px;
  width: 80%;
  margin: 0 auto;
  word-break: break-word;
}

#opinion-section {
  height: auto;
  min-height: calc(100vh - 100px);
  /*
	.slider-indicator ,
	#slider-indicator {
		color: $green;
		font-size: 36px;
		font-weight: 900;
		padding-top: 50px;
		width: 100%;
		float: left;
	}
	.nav-slider-container ,
	#nav-slider-container {
		float: right;
	}
	.index-slider ,
	#index-slider {
		float: left;
		font-size: 26px;
		margin: 0;
	}
	*/
}

@media (min-width: 769px) {
  #opinion-section > div > .row {
    display: flex;
  }
}

#opinion-section .black-slider {
  background-color: #000;
  background-image: url(/img/medios_fondo.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

@media (min-width: 769px) {
  #opinion-section .black-slider {
    align-self: stretch !important;
  }
}

#opinion-section h1 {
  font-size: 32.55px;
  font-weight: bold;
  line-height: 12.6px;
  color: #3BA835;
  padding: 24px 30px 20px;
}

@media (min-width: 769px) {
  #opinion-section h1 {
    font-size: 51.58px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 40px 5px;
  }
}

@media (min-width: 1200px) {
  #opinion-section h1 {
    font-size: 51.58px;
  }
}

#opinion-section h1.visible-xs {
  display: none;
}

@media (min-width: 769px) {
  #opinion-section h1.visible-xs {
    display: block;
  }
}

#opinion-section h4 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  padding: 40px 30px 0;
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}

@media (min-width: 769px) {
  #opinion-section h4 {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  #opinion-section h4 {
    width: 420px;
    margin: 0 auto;
    padding: 0;
  }
}

#opinion-section h5 {
  font-size: 18.94px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: initial;
}

@media (min-width: 769px) {
  #opinion-section h5 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 40px;
  }
}

#opinion-section .line {
  width: 180px;
  height: 2px;
  background-color: #3BA835;
  margin: 0 30px 25px;
}

@media (min-width: 769px) {
  #opinion-section .line {
    width: calc(100% - 80px);
    margin: 0 40px 70px;
  }
}

@media (min-width: 1200px) {
  #opinion-section .line {
    width: 530px;
    width: calc(100% - ( (100% - 420px)/2) - 40px);
  }
}

#opinion-section .line.right {
  float: right;
  width: calc(100% - 60px);
}

@media (min-width: 769px) {
  #opinion-section .line.right {
    width: calc(100% - 80px);
    margin: 0 40px 34px;
  }
}

@media (min-width: 1200px) {
  #opinion-section .line.right {
    width: 420px;
    margin: 0 auto 34px;
    float: none;
  }
}

#opinion-section .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#opinion-section .swiper-pagination-bullet {
  background: #7c7c7b;
}

#opinion-section .swiper-pagination-bullet-active {
  background: #3BA835;
}

#opinion-section .black-slider .swiper-pagination-bullet {
  background: #fff;
}

#opinion-section .black-slider .swiper-pagination-bullet-active {
  background: #3BA835;
}

#opinion-section .slider {
  position: relative;
  width: 100%;
}

#opinion-section .slider .swiper-container {
  padding-bottom: 65px;
  width: 100%;
}

@media (min-width: 1200px) {
  #opinion-section .slider .swiper-container {
    padding-bottom: 50px;
  }
}

#opinion-section .slider .swiper-pagination {
  bottom: 4px;
}

@media (min-width: 1200px) {
  #opinion-section .slider .swiper-pagination {
    bottom: 4px;
  }
}

#opinion-section .slider .index-slider {
  position: absolute;
  bottom: 46px;
  left: 30px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#opinion-section .slider .index-slider span {
  font-size: 21px;
}

#opinion-section .slider .index-slider.green {
  color: #3BA835;
}

@media (min-width: 1200px) {
  #opinion-section .slider .index-slider.green {
    left: 0px;
  }
}

#opinion-section .slider nav.nav-slider-container {
  position: absolute;
  bottom: 46px;
  right: 30px;
  margin: 0;
  z-index: 3;
}

#opinion-section .slider .news ul.slide li a figure {
  width: 100%;
}

#opinion-section .slider .news ul.slide li a figure img {
  border: 1px solid #3BA835;
}

#opinion-section .slider .news ul.slide li a article h3 {
  font-size: 14.61px;
  line-height: 16.56px;
  color: #3BA835;
  margin-top: 0px;
  margin-bottom: 9px;
}

#opinion-section .slider .news ul.slide li a article p {
  font-size: 12.81px;
  line-height: 23.42px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 2px;
}

#opinion-section .slider .news ul.slide li a article .leer_mas {
  font-size: 15px;
  line-height: 17px;
  color: #3BA835;
  margin-bottom: 65px;
}

@media (min-width: 1200px) {
  #opinion-section .slider.blog {
    width: 420px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  #opinion-section .slider.blog nav.nav-slider-container {
    right: 0px;
  }
}

@media (min-width: 1200px) {
  #opinion-section .slider.blog ul.slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#opinion-section .slider.blog ul.slide li a figure {
  width: 120px;
  float: left;
}

#opinion-section .slider.blog ul.slide li a figure img {
  /*
								width: 122px;
								height: 122px;
								*/
}

#opinion-section .slider.blog ul.slide li a article {
  width: calc(100% - 130px);
  float: right;
}

#opinion-section .slider.blog ul.slide li a article h3 {
  font-size: 14.61px;
  line-height: 16.56px;
  color: #3BA835;
  margin-top: 0px;
  margin-bottom: 9px;
}

#opinion-section .slider.blog ul.slide li a article p {
  font-size: 12.81px;
  line-height: 23.42px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 2px;
}

@media (min-width: 769px) {
  #opinion-section .slider.blog ul.slide li a article p {
    margin-bottom: 42px;
  }
}

#opinion-section .slider.blog ul.slide li a article .leer_mas {
  font-size: 15px;
  line-height: 17px;
  color: #3BA835;
  margin-bottom: 65px;
}

@media (min-width: 769px) {
  #opinion-section .slider.blog ul.slide li a article .leer_mas {
    display: none;
  }
}

#opinion-section .slider .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7C7C7B;
  width: 100%;
  float: left;
}

#opinion-section .slider .swiper-wrapper ul.slide {
  padding-left: 30px;
  padding-right: 30px;
}

#opinion-section .slider .swiper-wrapper ul.slide li {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0px;
}

@media (min-width: 1200px) {
  #opinion-section .slider .swiper-wrapper ul.slide li {
    width: 420px;
  }
}

#opinion-section .slider .swiper-wrapper ul.slide li a {
  width: 100%;
}

#opinion-section .slider .swiper-wrapper ul.slide li a figure {
  height: auto;
  position: relative;
  float: left;
}

#opinion-section .slider .swiper-wrapper ul.slide li a figure img {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  margin-bottom: 18px;
}

section#data-platform {
  background-color: #000;
  min-height: calc(100vh - 150px);
}

@media (min-width: 769px) {
  section#data-platform {
    min-height: 300px;
  }
}

section#data-platform h1 {
  color: #3BA835;
  display: inline-block;
  padding: 20px;
  margin: 0;
  border: 2px solid green;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.projects-section {
  position: relative;
  background-image: url("../img/onc_proyectos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.projects-section #projects-info-container {
  position: relative;
  z-index: 10;
  width: 90%;
  padding: 30px 0px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 769px) {
  section.projects-section #projects-info-container {
    text-align: left;
    padding: 0;
    width: 25%;
    min-width: 300px;
    left: 10%;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
  }
}

section.projects-section h1 {
  color: #FFF;
  margin: 0;
}

section.projects-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.projects-section ul.pdf-list {
  width: 70%;
  margin: 0 auto;
}

section.projects-section ul.pdf-list li {
  width: 100%;
  float: left;
}

section.projects-section ul.pdf-list span {
  display: block;
  font-weight: 100;
  text-decoration: underline;
}

section.projects-section .swiper-container {
  height: 100%;
  text-align: center;
}

section.projects-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

@media (min-width: 769px) {
  section.projects-section .swiper-slide {
    min-height: 500px;
  }
}

section.projects-section .swiper-slide a {
  display: inline-block;
  width: 300px;
  height: 300px;
  border: 2px solid #3BA835;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.projects-section .swiper-slide a.download-pdf {
  width: calc(100% - 4px);
  height: auto;
  border-radius: 0px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 900;
  color: white;
  margin: 10px 0px;
  padding: 15px 0px;
}

section.projects-section .swiper-slide a.download-pdf span {
  color: #3BA835;
  display: block;
  font-weight: 900;
  text-decoration: underline;
}

section.projects-section .swiper-slide h3 {
  line-height: 1.35em;
  text-transform: none;
  color: #3BA835;
  margin-bottom: 0;
  width: 100%;
}

section.projects-section .swiper-slide u {
  color: #3BA835;
  font-weight: 900;
}

section.projects-section.black-relation h3 {
  font-size: 24px;
  color: #FFF;
}

section.projects-section.black-relation p,
section.projects-section.black-relation u {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.35em;
}

section.projects-section.black-relation .slider-indicator .index-slider,
section.projects-section.black-relation .slider-indicator #index-slider,
section.projects-section.black-relation #slider-indicator .index-slider,
section.projects-section.black-relation #slider-indicator #index-slider {
  font-weight: 100;
  float: left;
  margin: 0;
}

section.projects-section.black-relation .slider-indicator .current-slide,
section.projects-section.black-relation .slider-indicator #current-slide,
section.projects-section.black-relation #slider-indicator .current-slide,
section.projects-section.black-relation #slider-indicator #current-slide {
  color: white;
  font-size: 36px;
  font-weight: 900;
}

section.projects-section.black-relation .slider-indicator .nav-slider-container,
section.projects-section.black-relation .slider-indicator #nav-slider-container,
section.projects-section.black-relation #slider-indicator .nav-slider-container,
section.projects-section.black-relation #slider-indicator #nav-slider-container {
  float: right;
}

section.projects-section.black-relation .swiper-container {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 100px;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .swiper-container {
    padding-top: 0;
  }
}

section.projects-section .publicaciones-slider .slider-indicator,
section.projects-section .publicaciones-slider #slider-indicator,
section.projects-section .reportes-slider .slider-indicator,
section.projects-section .reportes-slider #slider-indicator,
section.projects-section #dark-slider .slider-indicator,
section.projects-section #dark-slider #slider-indicator {
  position: absolute;
  z-index: 5;
  width: 80%;
  top: 0;
  padding: 30px;
  left: 10%;
}

section.projects-section .content {
  position: relative;
  z-index: 3;
}

section.projects-section .content p {
  font-weight: 900;
  color: white;
}

@media (max-width: 768px) {
  section.projects-section #index-slider,
  section.projects-section #nav-slider-container {
    display: none;
  }
}

section.projects-section .index-slider,
section.projects-section .nav-slider-container {
  /*
		@include mobile {
			display: none;
		}
		*/
}

#projects-info-container p {
  font-family: 'Fira Sans';
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.15em;
  color: #3BA835;
}

#black-block {
  background-color: #000;
}

#black-block strong {
  color: #3BA835;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15em;
  margin-top: 20px;
  display: inline-block;
}

@media (min-width: 769px) {
  #black-block {
    text-align: left;
  }
}

#black-block .info-container {
  margin: 50px auto;
}

#black-block .info-container p {
  margin-top: 0;
}

@media (min-width: 769px) {
  #black-block .info-container {
    margin: 0 auto;
  }
}

.info-container {
  padding: 15px;
  display: inline-block;
  width: 80%;
}

.info-container p {
  margin-top: 0;
}

#dark-slider {
  background-image: url("../img/onc_contacto.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #dark-slider .swiper-pagination {
    display: none;
  }
}

@media (min-width: 769px) {
  #dark-slider {
    padding-bottom: 0;
  }
}

.publicaciones-slider {
  padding-bottom: 50px;
  background-color: #fff;
}

.publicaciones-slider .swiper-pagination {
  /*
		@include mobile {
			display: none;
		}
		*/
}

@media (min-width: 769px) {
  .publicaciones-slider {
    padding-bottom: 0;
    background-image: url("../img/fondo_publicaciones.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .publicaciones-slider .swiper-container {
    padding-bottom: 50px;
  }
}

.reportes-slider {
  background-image: url("../img/fondo_publicaciones.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.reportes-slider .swiper-pagination {
  /*
		@include mobile {
			display: none;
		}
		*/
}

@media (min-width: 769px) {
  .reportes-slider {
    padding-bottom: 0;
    background: #fff;
  }
}

@media (max-width: 768px) {
  .reportes-slider .swiper-container {
    padding-bottom: 30px;
  }
}

.publicaciones-slider .cuerpo,
.reportes-slider .cuerpo {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 10%;
  width: 80%;
}

.publicaciones-slider .cuerpo .titulo,
.reportes-slider .cuerpo .titulo {
  padding-top: 85px;
  padding-bottom: 9px;
  font-size: 38.07px;
  line-height: 1;
  color: #3BA835;
  text-align: left;
  width: 100%;
  font-family: 'Fira Sans';
  font-weight: 900;
}

@media (min-width: 769px) {
  .publicaciones-slider .cuerpo .titulo,
  .reportes-slider .cuerpo .titulo {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .publicaciones-slider .cuerpo .titulo,
  .reportes-slider .cuerpo .titulo {
    font-size: 62px;
  }
}

.publicaciones-slider .cuerpo .descripcion,
.reportes-slider .cuerpo .descripcion {
  font-size: 12.63px;
  line-height: 17.83px;
  font-family: 'Fira Sans';
  font-weight: 400;
  text-align: left;
}

@media (min-width: 1200px) {
  .publicaciones-slider .cuerpo .descripcion,
  .reportes-slider .cuerpo .descripcion {
    font-size: 17px;
    line-height: 24px;
  }
}

.publicaciones-slider .cuerpo .descripcion {
  color: #7c7c7b;
}

@media (min-width: 769px) {
  .publicaciones-slider .cuerpo .descripcion {
    color: #fff;
  }
}

.publicaciones-slider .cuerpo .descripcion span {
  color: #3BA835;
}

.publicaciones-slider .swiper-container {
  padding-bottom: 145px;
}

@media (min-width: 769px) {
  .publicaciones-slider .swiper-container {
    padding-bottom: 70px;
  }
}

.publicaciones-slider .swiper-pagination-bullet {
  background: #7c7c7b;
}

@media (min-width: 769px) {
  .publicaciones-slider .swiper-pagination-bullet {
    background: #fff;
  }
}

.publicaciones-slider .swiper-pagination-bullet-active {
  background: #3BA835;
}

.reportes-slider .cuerpo .titulo {
  padding-top: 35px;
}

@media (min-width: 769px) {
  .reportes-slider .cuerpo .titulo {
    padding-top: 30px;
  }
}

.reportes-slider .cuerpo .descripcion {
  color: #fff;
}

@media (min-width: 769px) {
  .reportes-slider .cuerpo .descripcion {
    color: #7c7c7b;
  }
}

.reportes-slider .cuerpo .descripcion span {
  color: #3BA835;
}

.reportes-slider .cuerpo select {
  display: block;
  width: 185px;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid #3BA835;
  border-radius: 0px;
  float: right;
  background: transparent;
  color: #fff;
  /*
			-moz-appearance: none;
			-webkit-appearance: none;
			appearance: none;
			*/
  margin-top: 20px;
  position: relative;
}

@media (min-width: 769px) {
  .reportes-slider .cuerpo select {
    margin-top: 10px;
    color: #7c7c7b;
  }
}

@media (min-width: 1200px) {
  .reportes-slider .cuerpo select {
    margin-top: 0px;
  }
}

.reportes-slider .cuerpo select:after {
  content: 'X';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 33px;
  color: #3BA835;
}

.reportes-slider .swiper-container {
  padding-bottom: 145px;
}

@media (min-width: 769px) {
  .reportes-slider .swiper-container {
    padding-bottom: 70px;
  }
}

@media (min-width: 769px) {
  .reportes-slider .swiper-pagination-bullet {
    background: #7c7c7b;
  }

  .reportes-slider .swiper-pagination-bullet-active {
    background: #3BA835;
  }
}

section.projects-section.black-relation .publicaciones-slider .slider-indicator,
section.projects-section.black-relation .reportes-slider .slider-indicator {
  height: 60px;
  top: initial;
  bottom: 63px;
  padding: 0;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .slider-indicator,
  section.projects-section.black-relation .reportes-slider .slider-indicator {
    height: 38px;
    bottom: 35px;
  }
}

section.projects-section.black-relation .publicaciones-slider .swiper-container,
section.projects-section.black-relation .reportes-slider .swiper-container {
  height: 100%;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .swiper-slide a.download-pdf,
  section.projects-section.black-relation .reportes-slider .swiper-slide a.download-pdf {
    font-size: 11px;
    margin: 8px 0px;
    padding: 10px 0px;
  }
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .swiper-slide,
  section.projects-section.black-relation .reportes-slider .swiper-slide {
    min-height: 300px;
  }
}

section.projects-section.black-relation .publicaciones-slider .swiper-slide a.download-pdf {
  color: #7c7c7b;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .swiper-slide a.download-pdf {
    color: #fff;
  }
}

section.projects-section.black-relation .publicaciones-slider .index-slider {
  color: #7c7c7b;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .index-slider {
    color: #fff;
  }
}

section.projects-section.black-relation .publicaciones-slider .index-slider .current-slide {
  color: #7c7c7b;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .index-slider .current-slide {
    color: #fff;
  }
}

section.projects-section.black-relation .publicaciones-slider .swiper-container {
  padding-top: 200px;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .publicaciones-slider .swiper-container {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  section.projects-section.black-relation .publicaciones-slider .swiper-container {
    padding-top: 205px;
  }
}

@media (min-width: 769px) {
  section.projects-section.black-relation .reportes-slider .index-slider {
    color: #7c7c7b;
  }
}

@media (min-width: 769px) {
  section.projects-section.black-relation .reportes-slider .index-slider .current-slide {
    color: #7c7c7b;
  }
}

section.projects-section.black-relation .reportes-slider .swiper-container {
  padding-top: 220px;
}

@media (min-width: 769px) {
  section.projects-section.black-relation .reportes-slider .swiper-container {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  section.projects-section.black-relation .reportes-slider .swiper-container {
    padding-top: 205px;
  }
}

@media (min-width: 769px) {
  section.projects-section.black-relation .reportes-slider .swiper-slide a.download-pdf {
    color: #7c7c7b;
  }
}

.pdf-item {
  width: 100%;
}

.pdf-item a {
  padding: 10px;
}

a#to-prev-section {
  position: absolute;
  background-color: #3BA835;
  width: 30px;
  height: 30px;
  color: #fff;
  top: 15px;
  left: 15px;
  z-index: 9;
  padding: 4px;
  font-size: 18px;
  text-align: center;
}

@media (min-width: 769px) {
  a#to-prev-section {
    padding: 9px 0px;
    left: 10%;
    top: 15%;
    width: 40px;
    height: 40px;
  }
}

#sociedad-section {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 769px) {
  #sociedad-section #dark-slider.swiper-container {
    width: 50%;
  }
}

#sociedad-section a#to-prev-section {
  top: 0px;
}

@media (min-width: 769px) {
  #sociedad-section a#to-prev-section {
    left: 15px;
    height: 40px;
    padding: 0;
    top: 0;
    width: 40px;
    display: block;
    font-size: 30px;
  }
}

section.proyectos-section {
  position: relative;
  background-image: url("../img/onc_proyectos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.proyectos-section h1 {
  color: #FFF;
  margin: 0;
}

section.proyectos-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.proyectos-section ul.pdf-list {
  width: 70%;
  margin: 0 auto;
}

section.proyectos-section ul.pdf-list li {
  width: 100%;
  float: left;
}

section.proyectos-section ul.pdf-list span {
  display: block;
  font-weight: 100;
  text-decoration: underline;
}

section.proyectos-section .swiper-container {
  height: 100%;
  text-align: center;
}

section.proyectos-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  /*
		a {
			display: inline-block;
			width: 300px;
			height: 300px;
			border: 2px solid $light-green;
			border-radius: 50%;
			text-align: center;
			color: #FFF;
			display: flex;
			align-items: center;
			justify-content: center;
			&.download-pdf {
				width: 100%;
				height: auto;
				border-radius: 0px;
				text-transform: uppercase;
				display: inline-block;
				font-weight: 900;
				color: white;
				margin: 10px 0px;
				padding: 15px 0px;
				span {
					color: $green;
					display: block;
					font-weight: 900;
					text-decoration: underline;
				}
			}
		}
		*/
}

@media (min-width: 769px) {
  section.proyectos-section .swiper-slide {
    min-height: 500px;
  }
}

section.proyectos-section .swiper-slide h3 {
  line-height: 1.35em;
  text-transform: none;
  color: #3BA835;
  margin-bottom: 0;
  width: 100%;
}

section.proyectos-section .swiper-slide u {
  color: #3BA835;
  font-weight: 900;
}

section.proyectos-section.black-relation h3 {
  font-size: 24px;
  color: #FFF;
}

section.proyectos-section.black-relation p,
section.proyectos-section.black-relation u {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.35em;
}

section.proyectos-section.black-relation .slider-indicator .index-slider,
section.proyectos-section.black-relation .slider-indicator #index-slider,
section.proyectos-section.black-relation #slider-indicator .index-slider,
section.proyectos-section.black-relation #slider-indicator #index-slider {
  font-weight: 100;
  float: left;
  margin: 0;
}

section.proyectos-section.black-relation .slider-indicator .current-slide,
section.proyectos-section.black-relation .slider-indicator #current-slide,
section.proyectos-section.black-relation #slider-indicator .current-slide,
section.proyectos-section.black-relation #slider-indicator #current-slide {
  color: white;
  font-size: 36px;
  font-weight: 900;
}

section.proyectos-section.black-relation .slider-indicator .nav-slider-container,
section.proyectos-section.black-relation .slider-indicator #nav-slider-container,
section.proyectos-section.black-relation #slider-indicator .nav-slider-container,
section.proyectos-section.black-relation #slider-indicator #nav-slider-container {
  float: right;
}

section.proyectos-section.black-relation .swiper-container {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 100px;
}

@media (min-width: 769px) {
  section.proyectos-section.black-relation .swiper-container {
    padding-top: 0;
  }
}

section.proyectos-section .proyectos-slider-xs .slider-indicator,
section.proyectos-section .proyectos-slider-xs #slider-indicator,
section.proyectos-section .proyectos-slider-md .slider-indicator,
section.proyectos-section .proyectos-slider-md #slider-indicator,
section.proyectos-section #dark-slider .slider-indicator,
section.proyectos-section #dark-slider #slider-indicator {
  position: absolute;
  z-index: 5;
  width: 80%;
  top: 0;
  padding: 30px;
  left: 10%;
}

section.proyectos-section .content {
  position: relative;
  z-index: 3;
}

section.proyectos-section .content p {
  font-weight: 900;
  color: white;
}

@media (max-width: 768px) {
  section.proyectos-section #index-slider,
  section.proyectos-section #nav-slider-container {
    display: none;
  }
}

section.proyectos-section .index-slider,
section.proyectos-section .nav-slider-container {
  /*
		@include mobile {
			display: none;
		}
		*/
}

section.proyectos-section .proyectos-slider-xs {
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url("../img/fondo_proyectos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  section.proyectos-section .proyectos-slider-xs .swiper-container {
    padding-bottom: 50px;
  }
}

section.proyectos-section .proyectos-slider-xs .swiper-pagination {
  /*
			@include mobile {
				display: none;
			}
			*/
}

section.proyectos-section .proyectos-slider-md {
  padding-right: 15px;
  background-image: url("../img/fondo_publicaciones.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

section.proyectos-section .proyectos-slider-md .swiper-pagination {
  /*
			@include mobile {
				display: none;
			}
			*/
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md {
    padding-bottom: 0;
    background: #fff;
  }
}

@media (max-width: 768px) {
  section.proyectos-section .proyectos-slider-md .swiper-container {
    padding-bottom: 30px;
  }
}

section.proyectos-section .proyectos-slider-xs .cuerpo,
section.proyectos-section .proyectos-slider-md .cuerpo {
  z-index: 5;
  left: 10%;
  width: 80%;
  position: relative;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .cuerpo,
  section.proyectos-section .proyectos-slider-md .cuerpo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 56px;
    width: calc(100% - 112px);
    height: 105px;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .proyectos-slider-xs .cuerpo,
  section.proyectos-section .proyectos-slider-md .cuerpo {
    left: 72px;
    width: calc(100% - 144px);
    height: 175px;
  }
}

section.proyectos-section .proyectos-slider-xs .cuerpo .titulo,
section.proyectos-section .proyectos-slider-md .cuerpo .titulo {
  padding-top: 85px;
  padding-bottom: 9px;
  font-size: 38.07px;
  line-height: 1;
  color: #3BA835;
  text-align: left;
  width: 100%;
  font-family: 'Fira Sans';
  font-weight: 900;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .cuerpo .titulo,
  section.proyectos-section .proyectos-slider-md .cuerpo .titulo {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .proyectos-slider-xs .cuerpo .titulo,
  section.proyectos-section .proyectos-slider-md .cuerpo .titulo {
    font-size: 62px;
  }
}

section.proyectos-section .proyectos-slider-xs .cuerpo .descripcion,
section.proyectos-section .proyectos-slider-md .cuerpo .descripcion {
  /*font-size: 12.63px;*/
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Fira Sans';
  font-weight: 400;
  text-align: left;
  color: #fff;
}

@media (min-width: 1200px) {
  section.proyectos-section .proyectos-slider-xs .cuerpo .descripcion,
  section.proyectos-section .proyectos-slider-md .cuerpo .descripcion {
    font-size: 17px;
    line-height: 24px;
  }
}

section.proyectos-section .proyectos-slider-xs .cuerpo .descripcion span,
section.proyectos-section .proyectos-slider-md .cuerpo .descripcion span {
  color: #3BA835;
}

section.proyectos-section .proyectos-slider-xs .swiper-container {
  padding-bottom: 115px;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .swiper-container {
    padding-bottom: 70px;
  }
}

section.proyectos-section .proyectos-slider-xs .swiper-pagination-bullet {
  background: #7c7c7b;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .swiper-pagination-bullet {
    background: #fff;
  }
}

section.proyectos-section .proyectos-slider-xs .swiper-pagination-bullet-active {
  background: #3BA835;
}

section.proyectos-section .proyectos-slider-md .cuerpo .titulo {
  padding-top: 35px;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .cuerpo .titulo {
    padding-top: 30px;
  }
}

section.proyectos-section .proyectos-slider-md .cuerpo .descripcion {
  color: #fff;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .cuerpo .descripcion {
    color: #7c7c7b;
  }
}

section.proyectos-section .proyectos-slider-md .cuerpo .descripcion span {
  color: #3BA835;
}

section.proyectos-section .proyectos-slider-md .cuerpo select {
  display: block;
  width: 185px;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid #3BA835;
  border-radius: 0px;
  float: right;
  background: transparent;
  color: #fff;
  /*
				-moz-appearance: none;
				-webkit-appearance: none;
				appearance: none;
				*/
  margin-top: 20px;
  position: relative;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .cuerpo select {
    margin-top: 10px;
    color: #7c7c7b;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .proyectos-slider-md .cuerpo select {
    margin-top: 0px;
  }
}

section.proyectos-section .proyectos-slider-md .cuerpo select:after {
  content: 'X';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 33px;
  color: #3BA835;
}

section.proyectos-section .proyectos-slider-md .swiper-container {
  padding-bottom: 145px;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .swiper-container {
    padding-bottom: 70px;
  }
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .swiper-pagination-bullet {
    background: #7c7c7b;
  }

  section.proyectos-section .proyectos-slider-md .swiper-pagination-bullet-active {
    background: #3BA835;
  }
}

section.proyectos-section .proyectos-slider-xs,
section.proyectos-section .proyectos-slider-md {
  /*
		.swiper-slide a.download-pdf{
			@include desktop{
				font-size: 11px;
				margin: 8px 0px;
				padding: 10px 0px;
			}
		}
		*/
}

section.proyectos-section .proyectos-slider-xs .slider-indicator,
section.proyectos-section .proyectos-slider-md .slider-indicator {
  height: 60px;
  top: initial;
  bottom: 63px;
  padding: 0;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .slider-indicator,
  section.proyectos-section .proyectos-slider-md .slider-indicator {
    height: 38px;
    bottom: 35px;
  }
}

section.proyectos-section .proyectos-slider-xs .swiper-container,
section.proyectos-section .proyectos-slider-md .swiper-container {
  height: 100%;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .swiper-slide,
  section.proyectos-section .proyectos-slider-md .swiper-slide {
    min-height: 300px;
  }
}

section.proyectos-section .proyectos-slider-xs {
  /*
		.swiper-slide a.download-pdf{
			color: #7c7c7b;
			@include desktop{
				color: #fff;
			}
		}
		*/
}

section.proyectos-section .proyectos-slider-xs .index-slider {
  color: #7c7c7b;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .index-slider {
    color: #fff;
  }
}

section.proyectos-section .proyectos-slider-xs .index-slider .current-slide {
  color: #7c7c7b;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .index-slider .current-slide {
    color: #fff;
  }
}

section.proyectos-section .proyectos-slider-xs .swiper-container {
  padding-top: 30px;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-xs .swiper-container {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .proyectos-slider-xs .swiper-container {
    padding-top: 205px;
  }
}

section.proyectos-section .proyectos-slider-md {
  /*
		.swiper-slide a.download-pdf{
			@include desktop{
				color: #7c7c7b;
			}
		}
		*/
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .index-slider {
    color: #7c7c7b;
  }
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .index-slider .current-slide {
    color: #7c7c7b;
  }
}

section.proyectos-section .proyectos-slider-md .swiper-container {
  padding-top: 0px;
}

@media (min-width: 769px) {
  section.proyectos-section .proyectos-slider-md .swiper-container {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .proyectos-slider-md .swiper-container {
    /*padding-top: 205px;*/
  }
}

section.proyectos-section .pagina {
  width: 90vw;
  height: 78vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  /*justify-content: space-between;*/
  justify-content: space-around;
}

@media (min-width: 769px) {
  section.proyectos-section .pagina {
    width: 330px;
    height: 280px;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .pagina {
    width: 590px;
    height: 520px;
  }
}

section.proyectos-section .pagina .cuadro-item {
  display: block;
  position: relative;
  width: 40vw;
  height: 36vw;
  /*border: 1px solid #000;*/
}

@media (min-width: 769px) {
  section.proyectos-section .pagina .cuadro-item {
    width: 92px;
    height: 84px;
  }
}

@media (min-width: 1200px) {
  section.proyectos-section .pagina .cuadro-item {
    width: 172px;
    height: 155px;
  }
}

section.proyectos-section .pagina .cuadro-item a {
  display: block;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

section.proyectos-section .pagina .cuadro-item a span {
  color: #3BA835;
  font-family: 'Fira Sans';
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

section.proyectos-section a#to-prev-section {
  position: absolute;
  background-color: #3BA835;
  width: 30px;
  height: 30px;
  color: #fff;
  top: 15px;
  left: 15px;
  z-index: 9;
  padding: 4px;
  font-size: 18px;
  text-align: center;
}

@media (min-width: 769px) {
  section.proyectos-section a#to-prev-section {
    padding: 9px 0px;
    left: 10%;
    top: 15%;
    width: 40px;
    height: 40px;
    /*left: calc(5% + 20px);
			min-height: 700px;*/
  }
}

@media (min-width: 769px) {
  section.proyectos-section .hidden-md {
    display: none;
  }
}

@media (max-width: 768px) {
  section.proyectos-section .hidden-xs {
    display: none;
  }
}

#miembros {
  background: #fff;
  height: auto;
  min-height: calc(100vh - 100px);
  position: relative;
}

#miembros .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#miembros .cuadro-gris-fondo {
  background-color: #EEEEEE;
  position: absolute;
  left: 0;
  top: 50px;
  width: 1175px;
  height: 220px;
}

@media (min-width: 769px) {
  #miembros .cuadro-gris-fondo {
    height: 205px;
  }
}

#miembros .cuadro-gris {
  margin-top: 50px;
  height: 205px;
  margin-bottom: 30px;
}

#miembros .cuadro-gris h2 {
  font-size: 62px;
  font-family: 'Fira Sans';
  font-weight: 700;
  color: #3BA835;
  line-height: 1.2;
  padding: 15px 0 15px;
  margin: 0;
}

#miembros .cuadro-gris .texto {
  font-size: 21px;
  font-family: 'Fira Sans';
  color: #000;
  line-height: 1.2;
  max-width: 560px;
}

#miembros .cuadro-gris .texto span {
  color: #3BA835;
}

#miembros .area {
  font-size: 35px;
  color: #3BA835;
  font-family: 'Fira Sans';
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
  max-width: 675px;
}

@media (min-width: 769px) {
  #miembros .area {
    font-size: 45.25px;
  }
}

#miembros .foto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 769px) {
  #miembros .foto {
    width: 135px;
    height: 135px;
  }
}

#miembros figure {
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#miembros article {
  border: 2px solid #3BA835;
  padding: 15px 25px 20px 15px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  max-width: calc(100% - 170px);
}

@media (min-width: 769px) {
  #miembros article {
    margin-left: 35px;
    max-width: calc(100% - 270px);
  }
}

#miembros article .nombre {
  font-size: 21px;
  font-family: 'Fira Sans';
  font-weight: 700;
  color: #3BA835;
  line-height: 1.1;
}

@media (min-width: 769px) {
  #miembros article .nombre {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  #miembros article .nombre {
    font-size: 34px;
  }
}

#miembros article .cargo {
  font-size: 14px;
  font-family: 'Fira Sans';
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 769px) {
  #miembros article .cargo {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #miembros article .cargo {
    font-size: 18px;
  }
}

#miembros .slider {
  width: 100%;
  margin: 0 auto 0px;
  position: relative;
}

#miembros .slider.multiples {
  margin: 0 auto 56px;
}

@media (min-width: 1200px) {
  #miembros .slider {
    margin: 0 auto 30px;
    width: 90%;
  }

  #miembros .slider.multiples {
    margin: 0 auto 30px;
  }
}

#miembros .slider ul {
  padding-left: 0;
}

#miembros .slider ul li {
  list-style: none;
}

#miembros .slider .slide {
  width: 100%;
}

@media (min-width: 769px) {
  #miembros .slider .slide {
    display: flex;
  }
}

#miembros .slider .inview-item {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #miembros .slider .inview-item {
    width: 50%;
    margin-bottom: 0px;
  }
}

#miembros .slider .inview-item a {
  width: 100%;
}

#miembros .swiper-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #miembros .swiper-wrapper {
    margin-bottom: 50px;
  }
}

#miembros .slider-indicator {
  position: absolute;
  right: 0;
  bottom: -44px;
}

@media (min-width: 769px) {
  #miembros .slider-indicator {
    bottom: -8px;
  }
}

#miembros .swiper-pagination {
  bottom: 0px;
}

#miembros .swiper-pagination .swiper-pagination-bullet {
  background: #7C7C7B;
}

#miembros .swiper-pagination .swiper-pagination-bullet-active {
  background: #3BA835;
}

#incidencias {
  background: #fff;
  height: auto;
  min-height: calc(100vh - 100px);
  position: relative;
  line-height: 1.2;
}

#incidencias #cargando {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #incidencias #search-module {
    margin-bottom: 60px;
  }
}

#incidencias .banner {
  background-image: url("../img/fondo_incidencias.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 323px;
  display: block;
  padding-left: 60px;
  position: relative;
}

#incidencias .banner .line {
  width: 18px;
  height: 171px;
  position: absolute;
  top: 22px;
  left: 0;
  background-color: #3BA835;
}

#incidencias .banner .titulo {
  font-family: 'Fira Sans';
  font-weight: 700;
  color: #3BA835;
  font-size: 52px;
  padding-top: 40px;
  padding-bottom: 4px;
}

#incidencias .banner .cuerpo {
  font-family: 'Fira Sans';
  font-size: 17.65px;
  color: #fff;
  max-width: 525px;
}

#incidencias .banner .cuerpo span {
  color: #3BA835;
}

#incidencias .columna-derecha {
  padding-top: 25px;
  padding-right: 45px;
}

#incidencias .columna-derecha > div > div {
  padding-left: 37px;
}

#incidencias .columna-derecha .gris {
  background-color: #EDEDED;
}

#incidencias .columna-derecha .label_1 {
  font-family: 'Fira Sans';
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#incidencias .columna-derecha .label_1 span {
  color: #3BA835;
}

#incidencias .columna-derecha .btn_filtro {
  width: 65px;
  min-width: 65px;
  height: 23px;
  border: 2px solid #3BA835;
  background-color: #EDEDED;
  font-family: 'Fira Sans';
  font-weight: 700;
  color: #000000;
  margin-top: 19px;
  margin-bottom: 19px;
  text-transform: none;
  margin-right: 19px;
  font-size: 14px;
}

#incidencias .columna-derecha .label_2 {
  font-family: 'Fira Sans';
  font-weight: 700;
  color: #787878;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#incidencias .columna-derecha .label_2 span {
  color: #3BA835;
}

#incidencias .subfiltro {
  position: relative;
}

#incidencias .subfiltro .label {
  border-bottom: 3px solid #3BA835;
  margin-left: 15px;
  margin-right: 15px;
  color: #000000;
  font-size: 15px;
  font-family: 'Fira Sans';
  font-weight: 700;
  height: 44px;
}

@media (min-width: 769px) {
  #incidencias .subfiltro .label {
    height: 24px;
    margin-left: 45px;
    margin-right: 45px;
  }
}

#incidencias .subfiltro .btn_expandir {
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-arrow-down.svg");
  background-size: 100%;
  position: absolute;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  transition: .5s ease-in-out;
  top: 27px;
}

#incidencias .subfiltro .btn_expandir.active {
  transform: rotate(0.5turn);
}

@media (min-width: 769px) {
  #incidencias .subfiltro .btn_expandir {
    top: 8px;
    right: 45px;
  }
}

#incidencias .subfiltro_contenido {
  display: flex;
  width: 100%;
  max-height: 180px;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
  transition: 1s max-height;
  padding: 15px;
}

@media (min-width: 769px) {
  #incidencias .subfiltro_contenido {
    padding: 35px;
  }
}

#incidencias .subfiltro_contenido.expanded {
  max-height: 2000px;
}

#incidencias .subfiltro_contenido .articulos {
  flex-grow: 1;
  flex-shrink: 1;
  /* set value for the flex basis, the two properties above will evenly 
			divide the space. */
  flex-basis: 20px;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  overflow: hidden;
}

#incidencias .subfiltro_contenido .articulos a {
  position: relative;
}

#incidencias .subfiltro_contenido .articulos a:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 74px;
  background-color: #787878;
  transform: translateY(-50%);
  margin-right: 0px;
}

@media (min-width: 769px) {
  #incidencias .subfiltro_contenido .articulos a:after {
    margin-right: 4px;
  }
}

#incidencias .subfiltro_contenido .articulos .articulo {
  width: 130px;
  height: 140px;
  justify-content: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-items: center;
  padding-top: 33px;
}

@media (min-width: 769px) {
  #incidencias .subfiltro_contenido .articulos .articulo {
    width: 200px;
    height: 140px;
    padding-top: 33px;
  }
}

#incidencias .subfiltro_contenido .articulos .articulo .articulo__titulo {
  text-align: center;
  font-size: 9px;
  color: #81887F;
  width: 120px;
  line-height: 1.2;
}

@media (min-width: 769px) {
  #incidencias .subfiltro_contenido .articulos .articulo .articulo__titulo {
    width: 160px;
    font-size: 10px;
  }
}

#incidencias .subfiltro_contenido .articulos .articulo .articulo__icono img {
  height: 38px;
}

section#observatorios-section {
  height: auto;
  position: relative;
}

section#observatorios-section figure {
  position: relative;
  overflow: hidden;
  height: 400px;
}

@media (min-width: 769px) {
  section#observatorios-section figure {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 900px) {
  section#observatorios-section .content,
  section#observatorios-section figure {
    width: 100%;
  }
}

section#observatorios-section .content {
  padding-bottom: 30px;
  float: right;
}

section#observatorios-section img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section#observatorios-section article {
  width: 80%;
  margin: 0 auto;
}

section#observatorios-section strong,
section#observatorios-section a {
  color: #3BA835;
  font-weight: 900;
}

section#observatorios-section a {
  text-decoration: underline;
}

@media (min-width: 769px) {
  section#observatorios-section h1 {
    font-size: 60px;
  }
}

section#contact-section {
  background-image: url("../img/fondo_contacto.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: block;
}

@media (max-width: 768px) {
  section#contact-section .hidden-xs {
    display: none;
  }
}

@media (max-width: 768px) {
  section#contact-section button {
    margin: 0 auto;
    display: block;
  }
}

section#contact-section.atencion_victimas {
  background-image: url("../img/fondo_atencion_victimas.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#contact-section .content {
  z-index: 3;
}

@media (max-width: 768px) {
  section#contact-section {
    background-size: auto 360px;
    background-position: top center;
    padding-bottom: 50px;
  }

  section#contact-section:before,
  section#contact-section:after {
    height: 360px;
  }

  section#contact-section.atencion_victimas {
    background-size: auto 360px;
    background-position: top center;
  }
}

@media (min-width: 769px) {
  section#contact-section {
    display: flex;
    min-height: 750px;
  }
}

section#contact-section h1 {
  margin-top: 0;
  margin-bottom: 50px;
  width: 100%;
}

section#contact-section .form-container {
  position: relative;
}

section#contact-section .content-field {
  min-width: 260px;
  width: 80%;
  margin: 0 auto;
}

section#contact-section #contact-messages,
section#contact-section form {
  text-align: left;
  background-color: white;
  padding: 50px 0px;
  width: 100%;
}

@media (min-width: 769px) {
  section#contact-section #contact-messages,
  section#contact-section form {
    min-width: 360px;
    float: right;
    margin-right: 8%;
    width: 80%;
  }
}

section#contact-section #contact-messages p {
  font-weight: 900;
  text-align: center;
}

section#contact-section .actions {
  margin-top: 15px;
  text-align: right;
}

section#contact-section a {
  color: #3BA835;
}

section#contact-section article#victims-article {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  padding-top: 360px;
  color: #7C7C7B;
}

@media (min-width: 769px) {
  section#contact-section article#victims-article {
    color: #fff;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  section#contact-section article#victims-article br {
    display: inline-block;
  }
}

section#contact-section article#victims-article h2 {
  color: #3BA835;
  margin: 30px auto;
}

section#contact-section article#victims-article a,
section#contact-section article#victims-article p {
  font-size: 14px;
}

section#contact-section article#victims-article hr {
  width: 80%;
  margin: 30px auto;
  border: 2px solid #3BA835;
}

section#contact-section article#victims-article ul#contact-networks {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 1200px) {
  section#contact-section article#victims-article ul#contact-networks {
    width: 90%;
  }
}

section#contact-section article#victims-article ul#contact-networks li {
  float: left;
  width: 50%;
  margin: 15px 0px;
}

@media (min-width: 1200px) {
  section#contact-section article#victims-article ul#contact-networks li {
    width: 25%;
  }
}

section#contact-section article#victims-article ul#contact-networks li a {
  font-weight: 900;
  position: relative;
  text-decoration: none;
}

section#contact-section article#victims-article ul#contact-networks li a img,
section#contact-section article#victims-article ul#contact-networks li a div {
  display: inline-block;
  vertical-align: middle;
}

section#contact-section article#victims-article ul#contact-networks li a:before {
  border: 1px solid #3BA835;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

section#contact-section article#victims-article ul#contact-networks li a i.icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 9px;
  margin-right: 10px;
}

section#contact-section article#victims-article ul#contact-networks li a:hover:before {
  border-color: white;
}

#popup_contacto {
  position: fixed;
  top: calc( 50vh + 30px);
  left: 50vw;
  background-color: #fff;
  width: 300px;
  height: 296px;
  transform: translate(-50%, -50%);
  border: 1px solid #3BA835;
  padding-top: 42px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  z-index: 50;
  display: none;
  z-index: 999999;
}

#popup_contacto.open {
  display: block;
}

@media (min-width: 769px) {
  #popup_contacto {
    width: 736px;
    height: 332px;
    padding-top: 30px;
    padding-left: 105px;
    padding-right: 105px;
  }
}

#popup_contacto .titulo {
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  color: #606060;
}

@media (min-width: 769px) {
  #popup_contacto .titulo {
    font-size: 21px;
    line-height: 36px;
  }
}

#popup_contacto .subtitulo {
  padding-top: 23px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #3BA835;
}

@media (min-width: 769px) {
  #popup_contacto .subtitulo {
    padding-top: 35px;
    font-size: 21px;
    line-height: 36px;
  }
}

#popup_contacto button {
  cursor: pointer;
  bottom: 42px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 117px;
  height: 43px;
}

@media (min-width: 769px) {
  #popup_contacto button {
    bottom: 46px;
  }
}

section#search-section {
  height: auto;
  min-height: 100vh;
}

section#search-section article {
  color: #000;
  width: 90%;
}

@media (min-width: 769px) {
  section#search-section article {
    width: 80%;
    margin: 0 auto;
  }
}

section#search-section article h1 {
  margin-bottom: 0;
}

section#search-section article p.subtitle {
  font-size: 14px;
  margin-bottom: 50px;
}

section#search-section article strong {
  color: #7C7C7B;
}

section#search-section article a:hover {
  color: #3BA835;
}

section#search-section #container-results {
  background-color: white;
  padding: 15px;
  padding-bottom: 50px;
}

section#home-section {
  position: relative;
  text-align: center;
  color: #fff;
  float: left;
  min-height: 400px;
}

section#home-section h1 {
  margin: 0;
}

section#home-section a:hover {
  text-decoration: none;
}

section#home-section svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

section#home-section .main-title {
  padding: 0px;
  margin: 0;
  width: 75%;
  margin: 0 auto;
  min-width: 260px;
  color: #3BA835;
}

@media (max-width: 768px) {
  section#home-section .main-title {
    font-size: 30px;
  }
}

section#home-section .main-title::first-line {
  color: #FFF;
}

section#home-section .slider-indicator,
section#home-section #slider-indicator {
  position: absolute;
  z-index: 10;
  padding: 20px 10px;
  text-align: left;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  text-align: center;
  display: none;
}

@media (min-width: 769px) {
  section#home-section .slider-indicator,
  section#home-section #slider-indicator {
    display: block;
    text-align: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  section#home-section .slider-indicator .swiper-button-prev,
  section#home-section #slider-indicator .swiper-button-prev {
    float: left;
  }

  section#home-section .slider-indicator .swiper-button-next,
  section#home-section #slider-indicator .swiper-button-next {
    float: right;
  }
}

section#home-section .slider-indicator .swiper-button-prev,
section#home-section .slider-indicator .swiper-button-next,
section#home-section #slider-indicator .swiper-button-prev,
section#home-section #slider-indicator .swiper-button-next {
  pointer-events: all;
}

section#home-section .slider-indicator .index-slider,
section#home-section .slider-indicator #index-slider,
section#home-section #slider-indicator .index-slider,
section#home-section #slider-indicator #index-slider {
  font-size: 26px;
  font-weight: 100;
  color: #A8A8A7;
}

section#home-section .slider-indicator .current-slide,
section#home-section .slider-indicator #current-slide,
section#home-section #slider-indicator .current-slide,
section#home-section #slider-indicator #current-slide {
  font-size: 42px;
  color: #FFF;
}

section#home-section .swiper-container {
  width: 100%;
  height: 100%;
}

section#home-section .swiper-pagination {
  bottom: 10%;
}

section#home-section .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9e9e9e;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  section#home-section .swiper-slide {
    min-height: 600px;
  }
}

section#home-section .swiper-slide .content {
  padding: 0px 10px;
  z-index: 3;
  width: 100%;
  position: absolute;
  min-width: 300px;
}

section#home-section .swiper-slide .content p {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

#Layer_2,
#Layer_3 {
  transform: translate(411px, 166px);
  pointer-events: none;
}

#home-banner {
  background-color: #252525;
  width: 100%;
  float: left;
  min-height: 170px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 7px;
}

@media (min-width: 769px) {
  #home-banner {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}

#home-banner .boton {
  width: 223px;
  height: 82px;
  border: 1px solid #3BA835;
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: multiply;
  color: #fff;
  font-size: 19px;
  margin: 23px auto;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-weight: 500;
}

#home-banner .boton.boton_1 {
  background-color: rgba(0, 0, 0, 0.29);
  background-image: url(/img/home_btn_1.jpg);
}

#home-banner .boton.boton_2 {
  background-color: rgba(0, 0, 0, 0.32);
  background-image: url(/img/home_btn_2.jpg);
}

#home-banner .boton.boton_3 {
  background-color: rgba(0, 0, 0, 0.41);
  background-position: 50% 50%;
  background-image: url(/img/home_btn_3_sm.jpg);
}

@media (min-width: 769px) {
  #home-banner .boton {
    width: 350px;
    height: 107px;
    font-size: 25px;
    margin: 0px auto 15px;
  }

  #home-banner .boton.boton_1 {
    float: right;
  }

  #home-banner .boton.boton_2 {
    float: left;
  }

  #home-banner .boton.boton_3 {
    width: 730px;
    background-position: 50% 42%;
    background-color: rgba(0, 0, 0, 0.71);
    background-image: url(/img/home_btn_3.jpg);
  }

  #home-banner .boton .visible-xs-block {
    display: none;
  }
}

@media (min-width: 1200px) {
  #home-banner .boton {
    width: 435px;
    /*
			width: 294px;
			height: 107px;
			font-size: 25px;
			*/
  }

  #home-banner .boton.boton_3 {
    width: 900px;
  }
}

section.dark-section {
  background-color: #000;
}

#map-container {
  background-color: #fff;
}

@media (min-width: 769px) {
  #map-container:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    width: 33%;
    height: 100%;
    background-color: #fafafa;
  }
}

#map-svg-container {
  float: right;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}

#map-svg-container #map-instructions {
  display: inline;
  padding: 10px 30px;
  border: 1px solid #3BA835;
  text-transform: uppercase;
  color: #3BA835;
  font-weight: 900;
  font-size: 20px;
  display: none;
  left: 10%;
  position: absolute;
  margin-top: 30px;
}

@media (min-width: 769px) {
  #map-svg-container #map-instructions {
    display: inline;
  }
}

#map-svg-container polygon,
#map-svg-container polygon,
#map-svg-container rect,
#map-svg-container ellipse,
#map-svg-container polyline,
#map-svg-container path {
  stroke-miterlimit: 10;
  stroke-width: 2;
  stroke: #FFFFFF;
}

#map-svg-container .points {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  transform: translate(411px, 164px);
}

#map-svg-container .points polygon,
#map-svg-container .points polygon,
#map-svg-container .points rect,
#map-svg-container .points ellipse,
#map-svg-container .points polyline,
#map-svg-container .points path {
  stroke: none;
}

#map-svg-container .st0 {
  fill: #00B000;
}

#map-svg-container .st1 {
  fill: #B4B4B4;
}

#map-svg-container .st2 {
  fill: #B1CC9A;
}

#map-svg-container .st3 {
  fill: #FF8555;
}

#map-svg-container .st4 {
  fill: #063D06;
}

#map-svg-container .st5 {
  fill: #063D06;
  stroke: none;
}

#map-svg-container .st6 {
  fill: #93FF00;
  stroke: none;
}

#map-svg-container .st7 {
  fill: #FEFF4D;
}

#map-container {
  height: auto;
  overflow: hidden;
  position: relative;
}

#map-container strong,
#map-container h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #3BA835;
}

#map-container h2.main-title {
  font-size: 40px;
}

#map-info {
  float: left;
}

#map-info hr {
  margin: 30px auto;
  border: none;
  border-top: 2px solid #3BA835;
}

#map-info article {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #map-info article {
    float: right;
  }
}

#acotaciones {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 10px;
}

@media (min-width: 769px) {
  #acotaciones {
    background-color: #fafafa;
    position: absolute;
    bottom: 60px;
    width: 85%;
    z-index: -1;
  }
}

#acotaciones li {
  width: 100%;
  text-indent: 20px;
  position: relative;
  font-weight: 900;
}

#acotaciones li.color-green {
  color: #3BA835;
}

#acotaciones li.color-yellow {
  color: #ffd409;
}

#acotaciones li.color-orange {
  color: #FF8555;
}

#acotaciones li i.icon {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: currentColor;
}

#acotaciones li i.icon.circle {
  left: 5px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

#acotaciones li i.icon.state {
  width: 15px;
  height: 1px;
}

#map-svg {
  width: 140%;
  position: relative;
  left: -20%;
}

#map-svg polygon,
#map-svg path,
#map-svg polyline {
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

#map-svg .observatories {
  cursor: pointer;
  transition: fill 200ms ease;
}

#map-svg .observatories:hover {
  fill: #55c9ff;
}

#map-svg .green-state {
  fill: #00B000;
}

#map-svg .st1 {
  fill: #B4B4B4;
}

#map-svg .green-light {
  fill: #B1CC9A;
}

#map-svg .orange-state {
  fill: #FF8555;
}

ul#states-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#states-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#states-list li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

ul#states-list li h4 {
  margin-top: 0;
}

@media (min-width: 769px) {
  ul#states-list li.state {
    display: none;
  }

  ul#states-list li.state.active {
    display: block;
  }
}

/*Font Weight
Thin 100
Extra-light 200
Light 300*
Regular 400*
Medium 500*
Semi-bold 600
Bold 700*
Extra-bold 800
Black 900
*/

#section_miembro {
  line-height: 1.2;
  padding-top: 56px;
  height: auto;
  min-height: calc(100vh - 100px);
  background-color: #fff;
  position: relative;
}

#section_miembro #to-prev-section {
  top: 0;
  left: 0;
}

#section_miembro .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#section_miembro .row::after {
  clear: both;
}

#section_miembro .row::after,
#section_miembro .row::before {
  display: table;
  content: " ";
}

@media (max-width: 768px) {
  #section_miembro .hidden-xs {
    display: none;
  }
}

#section_miembro .visible-xs {
  display: none;
}

@media (max-width: 768px) {
  #section_miembro .visible-xs {
    display: block;
  }
}

#section_miembro .fila_1 {
  padding-left: 15px;
  padding-right: 15px;
}

#section_miembro .columna_izquierda {
  position: relative;
}

#section_miembro .columna_derecha {
  position: relative;
}

@media (min-width: 769px) {
  #section_miembro .columna_derecha {
    background-color: #EFEFEF;
    padding: 30px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .columna_derecha {
    padding: 54px;
  }
}

#section_miembro .linea_1 {
  width: 10px;
  height: 364px;
  background-color: #3BA835;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  #section_miembro .linea_1 {
    display: none;
  }
}

@media (min-width: 769px) {
  #section_miembro .linea_2 {
    top: 100px;
    right: 15px;
    width: 10px;
    height: 364px;
    background-color: #3BA835;
    position: absolute;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  #section_miembro .linea_2 {
    top: 150px;
    width: 22px;
  }
}

@media (min-width: 769px) {
  #section_miembro .linea_3 {
    top: 30px;
    left: -15px;
    width: 10px;
    height: 130px;
    background-color: #3BA835;
    position: absolute;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  #section_miembro .linea_3 {
    top: 60px;
    width: 22px;
    height: 258px;
  }
}

#section_miembro .nombre {
  color: #3BA835;
  font-size: 32.62px;
  text-align: center;
  font-family: 'Fira Sans';
  font-weight: 700;
}

@media (min-width: 769px) {
  #section_miembro .nombre {
    padding-bottom: 13px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .nombre {
    font-size: 43.82px;
  }
}

#section_miembro .area {
  color: #3BA835;
  font-size: 17.21px;
  text-align: center;
  font-family: 'Fira Sans';
  font-weight: 700;
}

@media (min-width: 769px) {
  #section_miembro .area {
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .area {
    font-size: 23.12px;
  }
}

#section_miembro .foto {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
  margin: 21px auto 22px;
}

@media (min-width: 769px) {
  #section_miembro .foto {
    width: 165px;
    height: 165px;
    margin: 21px auto 31px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .foto {
    width: 195px;
    height: 195px;
  }
}

#section_miembro .link {
  width: 253px;
  height: 35px;
  border: 2px solid #3BA835;
  background-color: transparent;
  font-family: 'Fira Sans';
  font-weight: 400;
  color: #000000;
  font-size: 12.73px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
}

@media (min-width: 769px) {
  #section_miembro .link {
    margin: 0 auto 22px;
    width: 250px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .link {
    width: 340px;
    height: 46px;
    font-size: 17.11px;
  }
}

#section_miembro .twitter_logo {
  width: 15px;
  height: 15px;
  background-image: url("../img/twitter_logo.svg");
  background-size: 100%;
  display: inline-block;
  margin-right: 3px;
}

#section_miembro .sintesis_curricular {
  font-family: 'Fira Sans';
  font-weight: 400;
  color: #090909;
  font-size: 18px;
  line-height: 1.33;
}

@media (min-width: 769px) {
  #section_miembro .sintesis_curricular strong {
    color: #3BA835;
  }
}

#section_miembro .texto_secundario {
  height: auto;
  max-height: 10000px;
  transition: max-height 1s;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #section_miembro .texto_secundario.oculto {
    max-height: 460px;
    overflow: hidden;
  }
}

#section_miembro .mostrar_texto_secundario {
  width: 54px;
  height: 54px;
  background-image: url(../img/mostrar_texto_secundario.svg);
  background-size: 100% auto;
  position: relative;
  top: 0px;
  margin: 0 auto 10px;
  cursor: pointer;
  transition: transform 0.5s;
}

#section_miembro .mostrar_texto_secundario.girado {
  transform: rotate(180deg);
  transform-origin: center;
}

@media (min-width: 768px) {
  #section_miembro .mostrar_texto_secundario {
    display: none;
  }
}

@media (min-width: 769px) {
  #section_miembro .lineas_interes {
    margin-bottom: 40px;
  }
}

#section_miembro .lineas_interes .titulo {
  font-family: 'Fira Sans';
  font-weight: 700;
  font-size: 27.7px;
  color: #3BA835;
}

@media (min-width: 769px) {
  #section_miembro .lineas_interes .titulo {
    width: 250px;
    margin: 38px auto 0;
    font-size: 21px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .lineas_interes .titulo {
    width: 340px;
    font-size: 23.12px;
  }
}

#section_miembro .lineas_interes ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 769px) {
  #section_miembro .lineas_interes ul {
    width: 250px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  #section_miembro .lineas_interes ul {
    width: 340px;
  }
}

#section_miembro .lineas_interes ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3BA835;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: .45em;
  /* Also needed for space (tweak if needed) */
  margin-left: 0;
  /* Also needed for space (tweak if needed) */
}

#section_miembro .lineas_interes li {
  font-family: 'Fira Sans';
  font-weight: 400;
  font-size: 20.25px;
  color: #090909;
}

@media (min-width: 769px) {
  #section_miembro .lineas_interes li {
    font-size: 16.9px;
  }
}

#section_miembro .fila_2 > .row {
  padding-top: 87px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #000000;
  background-image: url(../img/fondo_miembro.jpg);
  background-size: cover;
  background-position: 00% 50%;
}

@media (min-width: 769px) {
  #section_miembro .fila_2 > .row {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    padding-right: 0px;
  }
}

@media (min-width: 769px) {
  #section_miembro .fila_2 .publicaciones_izquierda {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_izquierda {
    height: 640px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

#section_miembro .fila_2 .publicaciones_izquierda .titulo {
  font-size: 46px;
  color: #3BA835;
  font-family: 'Fira Sans';
  font-weight: 700;
  padding-bottom: 6px;
}

@media (min-width: 769px) {
  #section_miembro .fila_2 .publicaciones_izquierda .titulo {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_izquierda .titulo {
    font-size: 62px;
  }
}

#section_miembro .fila_2 .publicaciones_izquierda .descripcion {
  font-size: 12.63px;
  color: #fff;
  line-height: 1.4;
  font-family: 'Fira Sans';
  font-weight: 400;
  padding-bottom: 42px;
}

#section_miembro .fila_2 .publicaciones_izquierda .descripcion span {
  color: #3BA835;
}

@media (min-width: 769px) {
  #section_miembro .fila_2 .publicaciones_izquierda .descripcion {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_izquierda .descripcion {
    font-size: 21px;
  }
}

@media (min-width: 769px) {
  #section_miembro .fila_2 .publicaciones_derecha {
    background-color: #000000;
    background-image: url(../img/fondo_miembro.jpg);
    background-size: cover;
    background-position: 00% 50%;
    height: 340px;
    padding-top: 49px;
  }
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_derecha {
    height: 640px;
    padding-top: 130px;
  }
}

#section_miembro .fila_2 .publicaciones_derecha .publicaciones a {
  width: calc(100 - 60px);
  max-width: 356px;
  height: 58px;
  border: 2px solid #3BA835;
  background-color: transparent;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 34px;
  flex-direction: column;
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_derecha .publicaciones a {
    max-width: 560px;
    height: 80px;
    margin: 0 auto 65px;
  }
}

#section_miembro .fila_2 .publicaciones_derecha .publicaciones a .titulo {
  font-size: 10px;
  color: #fff;
  font-family: 'Fira Sans';
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_derecha .publicaciones a .titulo {
    font-size: 16.68px;
  }
}

#section_miembro .fila_2 .publicaciones_derecha .publicaciones a .lbl_descargar {
  font-size: 9.66px;
  color: #3BA835;
  font-family: 'Fira Sans';
  font-weight: 500;
  text-decoration: underline;
  line-height: 1;
}

@media (min-width: 1200px) {
  #section_miembro .fila_2 .publicaciones_derecha .publicaciones a .lbl_descargar {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  html {
    max-width: 100vw;
    overflow: auto;
  }
}

section {
  width: 100%;
  float: left;
}

@media (min-width: 769px) {
  section {
    height: calc(100vh - 140px);
    min-height: 600px;
  }
}

@media (min-width: 1366px) {
  section {
    height: calc(100vh - 100px);
  }
}