@charset "UTF-8";
/**
  Take a look to the readme.md file for more info.
**/
/**
  Vendor files
**/
/**
  Wired dependencies
**/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400");
/* line 23, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 36, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 98, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 132, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 239, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 255, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 259, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 353, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 407, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 515, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 559, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 570, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 575, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0;
}

/**
  Core files
**/
/**
  General variables
**/
/**
  Functions
**/
/**
  Mixins
**/
/* Parent needs to be relative or absolute */
/**
  Base elements
**/
/**
  General typography settings.
**/
/* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
html, body {
  font-size: 18px;
}

@media (min-width: 64rem) {
  /* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
  html, body {
    font-size: 16px;
  }
}

/* line 12, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.4em;
  font-weight: 400;
  color: #6D7784;
  word-break: none;
  hyphens: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 26, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
a {
  color: #FF4942;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}

/* line 31, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
a:hover, a:focus {
  outline: 0;
  color: #ff180f;
  text-decoration: underline;
}

/* line 39, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6, .headlines {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.3em;
  color: #293340;
}

/* line 46, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
.entry-title {
  margin-top: 0;
}

/* line 50, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h1 {
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 48rem) {
  /* line 50, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
  h1 {
    font-size: 2.4em;
  }
}

/* line 59, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h2 {
  font-size: 2em;
}

/* line 63, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h3 {
  font-size: 1.6em;
}

/* line 67, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h4 {
  font-size: 1.4em;
}

/* line 71, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h5 {
  font-size: 1.2em;
}

/* line 75, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
h6 {
  font-size: 1.1em;
}

/* line 79, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
.sub-head:before {
  display: none !important;
  content: none !important;
}

/* line 85, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_typography.scss */
#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6 {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
#header-utils {
  font-size: .7rem;
  background: #F9F9FA;
  padding: .8em 0;
  height: 1.9em;
}

/* line 7, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
#header-utils .menu--social {
  display: none;
}

@media (min-width: 64rem) {
  /* line 7, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  #header-utils .menu--social {
    display: block;
  }
}

/* line 14, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
#header-utils .menu--utility {
  margin-right: 0;
}

@media (min-width: 64rem) {
  /* line 14, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  #header-utils .menu--utility {
    margin-right: 2em;
  }
}

/* line 23, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] {
  padding: 1.25em 0;
  background: #fff;
}

/* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] .wrapped {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 64rem) {
  /* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  header[role="banner"] .wrapped {
    flex-wrap: nowrap;
  }
}

/* line 38, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] .site-branding {
  order: 2;
}

/* line 43, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] h1.site-title {
  margin: 0;
}

/* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] h1.site-title a {
  width: 80px;
  height: 35px;
  transition: width .2s, height .2s;
  background: url(../images/logo-alertaforestal-m.svg) center no-repeat;
  background-size: 100%;
  text-indent: -999em;
  overflow: hidden;
  display: block;
}

@media (min-width: 48rem) {
  /* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  header[role="banner"] h1.site-title a {
    width: 180px;
    height: 45px;
    background: url(../images/logo-alertaforestal.svg) center no-repeat;
    background-size: 100%;
  }
}

@media (min-width: 64rem) {
  /* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  header[role="banner"] h1.site-title a {
    width: 200px;
    height: 60px;
  }
}

@media (min-width: 70rem) {
  /* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  header[role="banner"] h1.site-title a {
    width: 250px;
    height: 60px;
  }
}

/* line 80, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] .support {
  order: 2;
}

@media (min-width: 64rem) {
  /* line 80, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  header[role="banner"] .support {
    order: 3;
  }
}

/* line 87, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] .support p {
  font-size: .65rem;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
}

/* line 94, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header[role="banner"] .support a {
  display: block;
  width: 160px;
  height: 27px;
  transition: width .2s, height .2s;
  background: url(../images/logo-fundacio-caixa.png) top left no-repeat;
  background-size: 100%;
  text-indent: -999em;
  overflow: hidden;
}

@media (min-width: 73rem) {
  /* line 94, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
  header[role="banner"] .support a {
    width: 220px;
    height: 40px;
  }
}

/* line 116, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_header.scss */
header.page-header h1.page-title {
  text-align: center;
  margin: 0 0 .85em;
}

/**
  Navigation
**/
/* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation {
  font-size: .825rem;
  display: none;
  width: 100%;
  order: 1;
  padding-bottom: 2em;
}

@media (min-width: 64rem) {
  /* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation {
    margin-top: 5px;
    display: block;
    padding-bottom: 0;
    font-size: 1rem;
    width: auto;
    order: 2;
  }
}

/* line 21, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 22, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
nav#site-navigation ul li {
  margin: 0;
  padding: 0;
}

/* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li {
  position: relative;
  display: block;
  height: auto;
  text-align: center;
  padding: 0 .2em;
}

@media (min-width: 64rem) {
  /* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul li {
    height: auto;
    text-align: left;
    display: inline-block;
    margin-right: .2em;
  }
}

/* line 39, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li.current-menu-item a {
  opacity: 1;
}

/* line 42, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li.current-menu-item .sub-menu a {
  opacity: 0.7;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li.current-menu-item .sub-menu a:hover {
  opacity: 1;
  color: #252525;
  text-decoration: none;
}

/* line 50, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li.current-menu-item .sub-menu .current_page_item a {
  opacity: 1;
}

/* line 55, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li a {
  opacity: 0.7;
  color: #252525;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  padding-right: .2em;
}

@media (min-width: 64rem) {
  /* line 55, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul li a {
    display: inline;
    height: auto;
    width: auto;
    line-height: normal;
    font-size: .8em;
  }
}

@media (min-width: 70rem) {
  /* line 55, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul li a {
    font-size: 1em;
  }
}

/* line 80, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul li a:hover {
  opacity: 1;
  color: #252525;
  text-decoration: none;
}

/* line 90, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul.sub-menu {
  display: none;
}

/* line 92, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul.sub-menu li a {
  font-size: 1em;
}

/* line 100, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  margin: 0 0 3px .3em;
  background: url(../images/arrow-down.svg) right center no-repeat;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 110, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul > li.menu-item-has-children > a:hover:after {
  background: url(../images/arrow-down-hover.svg) right center no-repeat;
}

/* line 118, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
nav#site-navigation ul > li.menu-item-has-children:hover > a:after {
  color: #343129;
  background: url(../images/arrow-down-hover.svg) right center no-repeat;
}

@media (min-width: 64rem) {
  /* line 124, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul > li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    position: absolute;
    z-index: 99;
    left: -1rem;
    width: 200px;
    background: #fff;
    padding: 0 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  /* line 135, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul > li.menu-item-has-children:hover ul.sub-menu li {
    display: block;
    margin: 1rem 0;
    line-height: 1.2em;
  }
  /* line 139, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul > li.menu-item-has-children:hover ul.sub-menu li a {
    color: #3f3f3f;
    font-weight: 500;
  }
  /* line 143, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  nav#site-navigation ul > li.menu-item-has-children:hover ul.sub-menu li a:hover {
    color: #343129;
  }
}

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 163, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.menu-toggle {
  order: 3;
  margin-top: 10px;
}

@media (min-width: 64rem) {
  /* line 163, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
  .menu-toggle {
    display: none;
  }
}

/* line 173, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0.55rem;
  overflow: visible;
}

/* line 189, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 193, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger:focus {
  outline: none;
}

/* line 199, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
}

/* line 206, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 211, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 216, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger-inner::before {
  top: -7px;
}

/* line 219, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger-inner::after {
  bottom: -7px;
}

/* line 224, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/*
 * Slider
 */
/* line 243, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

/* line 246, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

/* line 257, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

/* line 261, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

/* line 264, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
  opacity: 0;
}

/* line 268, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
/* line 274, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

/* line 276, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

/* line 283, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

/* line 286, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* line 289, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

/* line 293, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_nav.scss */
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
#pre-footer-banner {
  text-align: center;
  width: 94%;
  overflow: hidden;
  margin: 0 auto 1em;
}

/* line 9, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] {
  background: #343129;
  padding: 3em 0;
  color: #fff;
  font-size: .85em;
}

/* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] a {
  color: #fff;
}

/* line 20, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] .partners {
  font-weight: bold;
  text-align: center;
}

/* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */

footer[role="contentinfo"] .partners a {  
  display: inline-block;  
  text-indent: -999em;
  overflow: hidden;
}

footer[role="contentinfo"] .partners a.creaf {
  width: 100px;
  height: 40px;  
  background: url(../images/logo-creaf.png) top left no-repeat;
  background-size: 100%;
  margin-bottom:15px;  
}

footer[role="contentinfo"] .partners a.ctfc_logo {
  width: 150px;
  height: 50px;  
  background: url(../images/logo_ctfc_blanc.png) top left no-repeat;
  background-size: 100%;
}

footer[role="contentinfo"] .partners a.gencat_logo {
  width: 200px;
  height: 60px;  
  background: url(../images/logo_generalitat_catalunya.png) top left no-repeat;
  background-size: 100%;
}


@media (min-width: 64rem) {
  /* line 20, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
  footer[role="contentinfo"] .partners {
    width: 160px;
    text-align: left;
  }
  /* line 38, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
  footer[role="contentinfo"] .partners a {
    width: 131px;
    height: 49px;
  }
}

/* line 46, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] .partners p {
  margin-top: 0;
}

/* line 52, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] .legal-info {
  clear: both;
  text-align: center;
  padding-top: 3em;
  color: #999999;
}

/* line 57, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] .legal-info a {
  text-decoration: underline;
  color: #999999;
}

/* line 60, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
footer[role="contentinfo"] .legal-info a:hover {
  text-decoration: none;
}

@media (min-width: 64rem) {
  /* line 68, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_footer.scss */
  div#footer-menu-sections {
    display: flex;
    justify-content: space-between;
  }
}

/* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_sidebar.scss */
.has-sidebar #content #secondary {
  background: #fff;
  border-radius: 15px;
  padding: 2.2em;
}

/* line 7, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/base/_sidebar.scss */
.has-sidebar #content #secondary h3 {
  font-size: 1.2em;
}

/**
  Layout
**/
/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
html, body {
  height: 100%;
}

/* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
body {
  padding: 0;
  margin: 0;
  background: #F9F9FA;
}

/* line 11, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.wrapped {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* line 17, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 22, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
ul li {
  margin: 0;
  padding: 0;
}

/* line 23, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.module-text ul li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1em;
  margin-bottom: .6em;
}

/* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.module-text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  font-weight: bold;
  display: block;
  content: "•";
  color: #CAE6A3;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.post ul li {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: .3em;
}

/* line 49, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.post ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: bold;
  display: block;
  content: "•";
  color: #000000;
}

/* line 62, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.post ol li {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: .3em;
}

/* line 71, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
figure {
  margin: 0;
}

/* Default wordpress align text */
/* line 76, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 77, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 78, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 79, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.alignright {
  float: right;
}

/* line 80, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.alignleft {
  float: left;
}

/* line 81, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_base.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
.row--short {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
#page {
  display: flex;
  flex-flow: column;
  height: 100%;
}

/* line 12, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
#page #content {
  flex: 1 1 auto;
}

/* line 17, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
#no-builder-wrapper {
  display: table;
}

/* line 21, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
#no-builder-wrapper,
.themify_builder_content > .themify_builder_row {
  max-width: 80rem;
  margin: 0 auto;
  width: 94%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 48rem) {
  /* line 21, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
  #no-builder-wrapper,
  .themify_builder_content > .themify_builder_row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 64rem) {
  /* line 21, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
  #no-builder-wrapper,
  .themify_builder_content > .themify_builder_row {
    width: 96%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* line 40, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
#no-builder-wrapper.fullwidth,
.themify_builder_content > .themify_builder_row.fullwidth {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 45, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
#no-builder-wrapper.fullwidth_row_container,
.themify_builder_content > .themify_builder_row.fullwidth_row_container {
  max-width: 100%;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

/* line 53, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
.themify_builder_content > .themify_builder_row.fullwidth_row_container .row_inner_wrapper {
  max-width: 80rem;
  margin: 0 auto;
}

/* line 59, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
.has-builder.has-sidebar .themify_builder_content > .themify_builder_row {
  max-width: none;
  margin: 0;
  width: 100%;
}

/* line 65, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
.has-sidebar #content {
  height: auto;
}

@media (min-width: 48rem) {
  /* line 67, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
  .has-sidebar #content #primary {
    float: left;
    width: calc(100% - 30% - 30px);
  }
}

/* line 74, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
.has-sidebar #content #secondary {
  box-sizing: border-box;
  margin-top: 2em;
}

@media (min-width: 48rem) {
  /* line 74, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_layout.scss */
  .has-sidebar #content #secondary {
    margin-top: 0;
    float: right;
    width: 30%;
  }
}

/* line 4, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row .sub_column {
  margin-bottom: .5em;
  display: flex;
  flex-direction: column;
}

/* line 9, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row .sub_column h2 {
  margin-bottom: 0;
}

/* line 13, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row .sub_column h3 {
  font-size: 1.4em;
}

/* line 17, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row .sub_column .module-icon-item {
  display: block;
  margin: 0 auto -10px;
  width: 36px;
  height: 45px;
  background: url(../images/participate-pointer.png) left center no-repeat;
  font-family: "Roboto Slab", serif;
  font-size: 1.25em;
  color: #000000;
  text-align: center;
  padding: 12px 0 0 3px;
}

/* line 31, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row .sub_column .module-text p {
  margin-top: 0;
}

/* line 36, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row .sub_column:before {
  content: "";
  width: 140px;
  height: 120px;
  display: block;
  margin: 0 auto;
  background-size: 140px 120px !important;
}

/* line 49, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(1):before {
  background: url(../images/01-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 49, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(1):before {
    background: url(../images/01-step-join.png) no-repeat top left;
  }
}

/* line 58, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(2):before {
  background: url(../images/02-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 58, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(2):before {
    background: url(../images/02-step-join.png) no-repeat top left;
  }
}

/* line 67, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(3):before {
  background: url(../images/03-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 67, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(3):before {
    background: url(../images/03-step-join.png) no-repeat top left;
  }
}

/* line 76, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(4):before {
  background: url(../images/04-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 76, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(4):before {
    background: url(../images/04-step-join.png) no-repeat top left;
  }
}

/* line 85, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(5):before {
  background: url(../images/05-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 85, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(1) .sub_column:nth-of-type(5):before {
    background: url(../images/05-step-join.png) no-repeat top left;
  }
}

/* line 97, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(1):before {
  background: url(../images/06-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 97, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(1):before {
    background: url(../images/06-step-join.png) no-repeat top left;
  }
}

/* line 106, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(2):before {
  background: url(../images/07-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 106, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(2):before {
    background: url(../images/07-step-join.png) no-repeat top left;
  }
}

/* line 115, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(3):before {
  background: url(../images/08-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 115, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(3):before {
    background: url(../images/08-step-join.png) no-repeat top left;
  }
}

/* line 124, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
.instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(4):before {
  background: url(../images/09-step-join@2x.png) no-repeat top left;
}

@media (min-width: 48rem) {
  /* line 124, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alert-landing.scss */
  .instructions-to-participate--block .tb-column-inner .themify_builder_sub_row:nth-of-type(2) .sub_column:nth-of-type(4):before {
    background: url(../images/09-step-join.png) no-repeat top left;
  }
}

@media (min-width: 48rem) {
  /* line 3, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alerts-with-drones.scss */
  .list--block h3 {
    margin-top: -20px;
  }
}

/* line 9, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alerts-with-drones.scss */
.list--block ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .6em;
}

/* line 13, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alerts-with-drones.scss */
.list--block ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  font-weight: bold;
  display: block;
  content: "•";
  color: #CAE6A3;
}

/* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_alerts-with-drones.scss */
.how-to-participate--block .video_lightbox_anchor_image {
  width: 100%;
  max-width: 620px;
  height: auto;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block {
  box-sizing: border-box;
  border-radius: 18px;
}

/* line 6, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner h2 {
  margin: 0;
}

/* line 10, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner p {
  margin: 0;
}

@media (min-width: 1px) and (max-width: 600px) {
  /* line 14, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
  .contact--block .tb-column-inner .contact-name-info {
    column-count: auto !important;
    column-gap: normal !important;
    padding-right: 0 !important;
  }
  /* line 20, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
  .contact--block .tb-column-inner .contact-name-info p {
    text-align: center !important;
  }
  /* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
  .contact--block .tb-column-inner .contact-name-info ul {
    display: table;
    margin: 0 auto;
  }
  /* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
  .contact--block .tb-column-inner .contact-name-info ul li {
    font-size: 1em !important;
  }
}

/* line 34, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner .contact-name-info p {
  font-size: .85em;
}

/* line 36, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner .contact-name-info p strong {
  font-size: 1.25em !important;
  font-weight: 700;
}

/* line 42, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner .contact-name-info ul li {
  position: relative;
  color: #FF4942;
  font-size: 1.2em;
  margin-top: 1em;
  padding-top: 5px;
}

/* line 48, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner .contact-name-info ul li:before {
  box-sizing: border-box;
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  top: 0;
  left: -40px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 2px solid #FF4942;
  padding-top: 4px;
  text-align: center;
  content: "\f095";
  font-size: 16px;
}

@media (min-width: 1px) and (max-width: 600px) {
  /* line 48, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
  .contact--block .tb-column-inner .contact-name-info ul li:before {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    margin-right: 5px;
  }
}

/* line 74, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_contact.scss */
.contact--block .tb-column-inner .contact-name-info ul li:nth-child(2):before {
  content: "\f0e0";
  padding-top: 3px;
}

/* line 4, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container h2 {
  margin: 0;
  font-size: 2.35em;
}

/* line 10, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container .module-buttons.small .module-buttons-item {
  margin: 0 .4em .4em 0;
}

/* line 12, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container .module-buttons.small .module-buttons-item:last-child {
  margin: 0;
}

/* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container .module-buttons.small .module-buttons-item a {
  border: none;
  background: #D9DADA;
  width: auto;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

/* line 22, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container .module-buttons.small .module-buttons-item a span {
  font-size: 1rem;
  color: #4A4A4A;
}

/* line 26, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container .module-buttons.small .module-buttons-item a:hover {
  background: #bfc1c1;
}

/* line 33, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .themify_builder_content > .themify_builder_row.fullwidth_row_container .video_lightbox_anchor_image {
  width: 100%;
  max-width: 277px;
  height: auto;
}

/* line 41, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .alerts--block .builder_button {
  border-radius: 0;
  border: none;
  background: transparent;
  font-weight: bold;
  color: #FF4942;
}

/* line 48, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .alerts--block .builder_button:hover {
  color: #ff180f;
}

/* line 52, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_home.scss */
.home .alerts--block .builder_button i {
  margin-left: 10px;
  vertical-align: baseline;
  float: right;
}

/* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_404.scss */
.error404 .widget {
  width: 100%;
}

@media (min-width: 48rem) {
  /* line 4, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_404.scss */
  .error404 .widget.links {
    float: left;
    width: 40%;
  }
}

@media (min-width: 48rem) {
  /* line 11, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_404.scss */
  .error404 .widget.search {
    float: right;
    width: 40%;
  }
}

/* line 18, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_404.scss */
.error404 .widget p {
  font-weight: 500;
}

/* line 23, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_404.scss */
.error404 .links ul#links-404 {
  list-style: disc;
  padding-left: 1em;
}

/* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow {
  margin-bottom: 2.7em;
}

/* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow:last-child {
  margin-bottom: 0;
}

@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 10, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
  .team--block .module_subrow > div > div {
    margin-bottom: 3.2%;
  }
}

/* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow img {
  max-width: 220px;
  width: 220px;
  height: auto;
  margin: 0 auto;
}

/* line 23, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow .module-text h4 {
  font-family: "Roboto", sans-serif;
  margin: 1.2em 0 .4em 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 29, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow .module-text p {
  margin: .5em 0;
  color: #6D7784;
  font-size: .8em;
  line-height: 16px;
}

/* line 35, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow .module-text p strong {
  font-weight: 700 !important;
  color: #293340;
}

/* line 40, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow .module-text p:nth-of-type(2) {
  color: #293340;
  font-weight: 500;
}

/* line 45, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/layout/_team.scss */
.team--block .module_subrow .module-text p:last-child {
  font-weight: 400 !important;
}

/**
  Components
**/
/* line 3, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

/* line 22, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
div.module-accordion ul.ui.module-accordion li {
  margin: 0;
  padding: 0;
}

/* line 8, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion li {
  border-color: rgba(255, 73, 66, 0.3);
}

/* line 13, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .builder-accordion-active .accordion-title a:after {
  background: url(../images/icon-marker-minus.svg) right center no-repeat;
}

/* line 18, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-title {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  background: none;
  padding: 1rem 2rem 1rem 0;
}

@media (min-width: 64rem) {
  /* line 18, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
  div.module-accordion ul.ui.module-accordion .accordion-title {
    font-size: 2rem;
  }
}

/* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-title a {
  min-height: 35px;
  color: #4A4A4A;
  padding: 0;
}

/* line 32, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-title a:hover {
  text-decoration: none;
}

/* line 35, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-title a:after {
  right: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  transition: background .2s;
  display: block;
  background: url(../images/icon-marker.svg) right center no-repeat;
  content: "";
  width: 28px;
  height: 35px;
}

/* line 50, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-content {
  background: none;
  padding: 0;
  padding-bottom: 1rem;
  box-shadow: none;
}

/* line 56, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-content ul {
  padding: 0 0 1rem 2rem;
}

/* line 59, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_accordion.scss */
div.module-accordion ul.ui.module-accordion .accordion-content ul li {
  padding-bottom: 0.5rem;
  list-style: disc;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-transparent,
.module-buttons.btn-transparent .module-buttons-item a {
  background: transparent;
  color: #FF4942;
  display: inline-block;
  padding: .5rem 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #FF4942;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
a.btn-transparent:hover, a.btn-transparent:focus,
.module-buttons.btn-transparent .module-buttons-item a:hover,
.module-buttons.btn-transparent .module-buttons-item a:focus {
  background: rgba(26, 26, 26, 0);
  color: #ff7a75;
  border-color: #ff7a75;
}

/* line 4, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-transparent span,
.module-buttons.btn-transparent .module-buttons-item a span {
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
}

/* line 9, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-transparent:hover,
.module-buttons.btn-transparent .module-buttons-item a:hover {
  background: rgba(255, 73, 66, 0.1);
}

/* line 14, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-red,
.module-buttons.btn-red .module-buttons-item a {
  background: #FF4942;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
a.btn-red:hover, a.btn-red:focus,
.module-buttons.btn-red .module-buttons-item a:hover,
.module-buttons.btn-red .module-buttons-item a:focus {
  background: #ff7a75;
  color: white;
}

/* line 17, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-red span,
.module-buttons.btn-red .module-buttons-item a span {
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
}

/* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-transparent-white,
.module-buttons.btn-transparent-white .module-buttons-item a {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #fff;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
a.btn-transparent-white:hover, a.btn-transparent-white:focus,
.module-buttons.btn-transparent-white .module-buttons-item a:hover,
.module-buttons.btn-transparent-white .module-buttons-item a:focus {
  background: rgba(26, 26, 26, 0);
  color: white;
  border-color: white;
}

/* line 27, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-transparent-white span,
.module-buttons.btn-transparent-white .module-buttons-item a span {
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
}

/* line 32, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
a.btn-transparent-white:hover,
.module-buttons.btn-transparent-white .module-buttons-item a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 37, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
button.alm-load-more-btn {
  background: transparent;
  color: #FF4942;
  display: inline-block;
  padding: .5rem 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #FF4942;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
  line-height: normal;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
button.alm-load-more-btn:hover, button.alm-load-more-btn:focus {
  background: rgba(26, 26, 26, 0);
  color: #ff7a75;
  border-color: #ff7a75;
}

/* line 43, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
button.alm-load-more-btn:hover {
  background: rgba(255, 73, 66, 0.1);
}

/* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_buttons.scss */
button.alm-load-more-btn.loading:before {
  background-color: transparent;
}

/* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1em;
}

/* line 22, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
#header-utils ul li {
  margin: 0;
  padding: 0;
}

/* line 6, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils ul li {
  display: inline-block;
}

/* line 11, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils ul li.wpml-ls-current-language a, #header-utils ul li.current-menu-item a {
  border-bottom: 1px solid #6D7784;
}

/* line 16, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils ul li a {
  font-weight: 500;
  color: #6D7784;
}

/* line 19, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils ul li a:hover {
  text-decoration: none;
  color: #343129;
}

/* line 27, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils .menu--utils-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 32, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils .menu--utils-wrapper .menu--utility {
  margin-left: auto;
}

/* line 35, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
#header-utils .menu--utils-wrapper .menu--utility li {
  margin-left: 1em;
}

/* line 43, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 22, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/core/_mixins.scss */
div#footer-menu-sections ul li {
  margin: 0;
  padding: 0;
}

/* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer {
  text-align: center;
  display: none;
}

@media (min-width: 64rem) {
  /* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer {
    text-align: left;
    display: block;
  }
}

/* line 56, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li {
  line-height: 1.2em;
  margin-bottom: .5em;
}

@media (min-width: 64rem) {
  /* line 56, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer ul#footer-menu li {
    margin-bottom: 1em;
  }
}

/* line 63, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li a {
  font-size: 1em;
}

/* line 65, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li a[href="#"] {
  text-decoration: none;
  color: #fff;
  cursor: text;
}

/* line 73, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li ul.sub-menu li {
  width: 100%;
  min-height: 14px;
  height: auto;
}

/* line 77, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li ul.sub-menu li a {
  min-height: 14px;
  height: auto;
  display: block;
  line-height: 14px;
}

@media (min-width: 64rem) {
  /* line 77, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer ul#footer-menu li ul.sub-menu li a {
    height: auto;
    display: inline;
    line-height: normal;
  }
}

/* line 94, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li.menu-item-has-children {
  margin-top: 2em;
}

@media (min-width: 64rem) {
  /* line 94, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer ul#footer-menu li.menu-item-has-children {
    margin-top: 0;
  }
}

/* line 101, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
div#footer-menu-sections .menu--footer ul#footer-menu li.menu-item-has-children > a {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.2em;
}

@media (min-width: 64rem) {
  /* line 47, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer {
    width: calc(85% - 320px);
  }
  /* line 113, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer ul#footer-menu {
    display: flex;
    justify-content: space-around;
  }
  /* line 117, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav.scss */
  div#footer-menu-sections .menu--footer ul#footer-menu li.menu-item-has-children {
    width: 25%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

/* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li a {
  display: block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  background-color: #868686;
  border-radius: 3px;
  transition: opacity .3s;
}

/* line 17, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li a:hover {
  opacity: .8;
}

/* line 25, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li.icon-facebook a {
  background-image: url(../images/icon-facebook.png);
}

/* line 25, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li.icon-twitter a {
  background-image: url(../images/icon-twitter.png);
}

/* line 25, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li.icon-linkedin a {
  background-image: url(../images/icon-linkedin.png);
}

/* line 25, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li.icon-flickr a {
  background-image: url(../images/icon-flickr.png);
}

/* line 25, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li.icon-googleplus a {
  background-image: url(../images/icon-googleplus.png);
}

/* line 25, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
.menu--social li.icon-instagram a {
  background-image: url(../images/icon-instagram.png);
}

/* line 34, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
div#footer-menu-sections .menu--social {
  text-align: center;
  margin-top: 2em;
}

@media (min-width: 64rem) {
  /* line 34, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
  div#footer-menu-sections .menu--social {
    margin-top: 0;
    width: 160px;
    text-align: left;
  }
}

/* line 42, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
div#footer-menu-sections .menu--social p {
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 0;
}

/* line 48, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
div#footer-menu-sections .menu--social li {
  display: inline-block;
}

/* line 50, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--social.scss */
div#footer-menu-sections .menu--social li a {
  width: 26px;
  height: 26px;
}

/* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_nav--language.scss */
#header-utils .wpml-ls ul li {
  margin-right: 1em;
}

/* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .entry-header {
  margin-bottom: 2em;
}

/* line 4, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .entry-header h1 {
  margin-bottom: .5em;
}

/* line 10, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .entry-header .entry-meta .posted-on:before {
  font-family: "FontAwesome";
  font-size: 1em;
  content: '\2022\0020';
}

/* line 20, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .entry-content img {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 26, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .addtoany_share_save_container {
  margin: 2em 0;
}

/* line 28, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .addtoany_share_save_container .addtoany_header {
  font-weight: 500;
  margin-bottom: .1em;
}

/* line 33, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_news--detail.scss */
.single-post .addtoany_share_save_container .addtoany_list a:first-child {
  padding-left: 0;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.header--fullwidth {
  position: relative;
  height: 240px;
  background-position: right top !important;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .header--fullwidth {
    padding: 1em !important;
    display: table;
    height: auto;
  }
}

@media (min-width: 48rem) and (max-width: 64rem) {
  /* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .header--fullwidth.header--medium-size {
    height: 260px;
  }
}

@media (min-width: 64rem) {
  /* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .header--fullwidth.header--medium-size {
    height: 320px;
  }
}

/* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.header--fullwidth .row_inner_wrapper {
  max-width: 650px;
}

@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .header--fullwidth .row_inner_wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media (min-width: 48rem) {
  /* line 24, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .header--fullwidth .row_inner_wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/* line 32, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.header--fullwidth .row_inner_wrapper .fancy-heading {
  color: #fff;
  margin: 0;
}

/* line 36, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.header--fullwidth .row_inner_wrapper .module-text {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  margin: 0;
}

@media (min-width: 48rem) {
  /* line 36, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .header--fullwidth .row_inner_wrapper .module-text {
    font-size: 1.1em;
  }
}

/* line 45, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.header--fullwidth .row_inner_wrapper .module-text p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 53, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.header--fullwidth .module-buttons .module-buttons-item {
  display: block;
  margin-top: 1.1em;
}

/* line 61, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.home .header--fullwidth {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  /* line 61, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .home .header--fullwidth {
    height: 520px;
  }
}

@media (min-width: 64rem) {
  /* line 61, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .home .header--fullwidth {
    height: 550px;
  }
}

/* line 71, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.home .header--fullwidth h1 {
  font-size: 2.2em;
}

@media (min-width: 48rem) {
  /* line 71, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
  .home .header--fullwidth h1 {
    font-size: 2.65em;
  }
}

/* line 79, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_page--header.scss */
.home .header--fullwidth .btn-red.module-buttons .module-buttons-item:first-child a {
  padding: .7em 1.7em;
  font-size: 1.2em;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_paginator.scss */
.paginator {
  position: relative;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

/* line 7, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_paginator.scss */
.paginator a, .paginator span {
  margin: 0 5px;
  font-weight: 500;
}

/* line 12, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_paginator.scss */
.paginator a {
  text-decoration: none !important;
}

/* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_paginator.scss */
.paginator a:hover {
  text-decoration: underline !important;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_tag--list.scss */
.tag-list {
  overflow: hidden;
}

/* line 3, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_tag--list.scss */
.tag-list ul {
  padding: 0;
  display: inline;
}

/* line 6, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_tag--list.scss */
.tag-list ul li {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 10, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_tag--list.scss */
.tag-list ul li a {
  display: inline;
  font-size: .9em;
}

/* line 14, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_tag--list.scss */
.tag-list ul li:after {
  color: #FF4942;
  content: ",";
  margin: 0;
  padding: 0;
  margin-left: -3px;
}

/* line 21, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_tag--list.scss */
.tag-list ul li:last-child:after {
  content: "";
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 64rem) {
  /* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list {
    max-width: 1280px;
  }
}

/* line 8, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list .teaser-list-row {
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  display: table;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 20, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser {
  margin: 0 !important;
  overflow: hidden;
}

@media (min-width: 48rem) {
  /* line 20, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser {
    display: flex;
    justify-content: space-between;
  }
}

/* line 29, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .left {
  padding: 2.2em;
}

/* line 33, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .right {
  padding: 0 2.2em 2.2em;
}

@media (min-width: 48rem) {
  /* line 33, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser .right {
    padding: 2.2em;
    display: flex;
    flex: 1 1 0;
    align-self: auto;
    margin: 0;
  }
}

@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 43, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser .right .right-content {
    text-align: center;
  }
}

@media (min-width: 48rem) {
  /* line 43, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser .right .right-content {
    align-self: center;
    flex-flow: column;
  }
}

/* line 53, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .right.has-image {
  padding: 0 1.2rem 1.2rem;
  margin-top: -1.8em;
}

@media (min-width: 48rem) {
  /* line 53, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser .right.has-image {
    padding: 1.2rem;
    margin: 0;
  }
}

/* line 60, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .right.has-image .right-content {
  height: 205px;
  width: 310px;
  overflow: hidden;
}

@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 60, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser .right.has-image .right-content {
    width: 100%;
  }
}

/* line 67, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .right.has-image .right-content img {
  min-width: 250px;
  width: 100%;
  max-width: 310px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 67, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser .right.has-image .right-content img {
    margin-top: 1em;
  }
}

/* line 81, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser h3 {
  margin-top: 0;
  margin-bottom: .7em !important;
}

/* line 86, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser p {
  margin: 0;
}

/* line 90, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .info-links {
  margin-top: 1em;
}

/* line 92, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser .info-links a {
  font-size: 1em;
  font-weight: 500;
}

/* DOCUMENTS */
/* line 100, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.documents.results {
  position: relative;
}

/* line 103, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.documents.results .left .document-info-extra-text {
  margin-top: 1em;
  font-size: .84em;
  font-weight: 500;
}

/* line 111, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.documents.results .right .document-info-links a {
  max-width: 200px;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* PRESS */
@media (min-width: 48rem) {
  /* line 125, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser.documents.press .left {
    width: calc(100% - 370px);
  }
}

/* line 130, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.documents.press .left .press-extra-text {
  font-size: .85em;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 136, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.documents.press .left .document-info-links {
  margin-top: 1em;
}

/* line 138, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.documents.press .left .document-info-links a {
  font-weight: 500;
}

/* EVENTS */
@media (min-width: 48rem) {
  /* line 147, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser.events .left {
    min-height: 170px;
    width: calc(100% - 490px);
  }
}

/* line 153, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .left .event-info-organizer {
  font-size: .85em;
  font-weight: 500;
  margin: 10px 0;
}

/* line 160, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right {
  margin-left: 28px;
}

@media (min-width: 48rem) {
  /* line 160, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser.events .right {
    margin-left: 0;
  }
}

/* line 166, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content {
  text-align: left;
}

@media (min-width: 48rem) {
  /* line 166, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser.events .right .right-content {
    margin-left: 1.8em;
  }
}

/* line 171, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p {
  position: relative;
  display: block;
  color: #FF4942;
  font-family: "Roboto Slab", serif;
}

/* line 177, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p b {
  font-size: 1.20em;
  font-weight: bold;
}

/* line 182, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p.event-info-event-text-date:before, .teaser.events .right .right-content p.event-info-event-location:before {
  color: #ff938f;
  font-family: "FontAwesome";
  position: absolute;
  left: -25px;
  top: 10px;
  display: block;
}

/* line 191, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p.event-info-event-text-date:before {
  content: "\f017";
}

/* line 194, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p.event-info-event-location:before {
  content: "\f041";
}

/* line 198, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p.event-info-event-text-date {
  margin-bottom: 25px;
}

/* line 202, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.events .right .right-content p.event-info-event-address {
  font-family: "Roboto", sans-serif;
  color: #681613;
  font-weight: 500;
  font-size: .85em;
  max-height: 75px;
  overflow: hidden;
}

/* NEWS */
@media (min-width: 48rem) {
  /* line 217, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser.news .left {
    width: calc(100% - 370px);
  }
}

/* line 222, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser.news .left .news-info-categories {
  font-size: .85em;
  font-weight: 500;
  margin-bottom: 10px;
}

/* ALERTS */
/* line 231, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts {
  margin-top: 25px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 238, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts a {
  text-decoration: none;
  color: #000;
}

@media (min-width: 48rem) {
  /* line 231, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list-alerts {
    text-align: left;
  }
}

@media (min-width: 64rem) {
  /* line 231, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list-alerts {
    flex-wrap: nowrap;
  }
}

/* line 251, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row {
  width: 100%;
}

@media (min-width: 48rem) {
  /* line 251, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list-alerts .teaser-list-row {
    width: 49%;
  }
}

@media (min-width: 64rem) {
  /* line 251, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list-alerts .teaser-list-row {
    width: 24%;
  }
}

/* line 265, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts {
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 5px !important;
}

/* line 270, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left {
  order: 2;
  padding: 1.9em;
}

/* line 274, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
}

/* line 280, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 286, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level p {
  width: auto;
  font-weight: bold;
  font-size: .8em;
  color: #999;
}

/* line 292, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level p strong {
  color: #000000;
}

/* line 297, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level .level-bar {
  height: 15px;
  width: 102px;
  margin-top: 5px;
}

@media (min-width: 64rem) {
  /* line 297, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level .level-bar {
    margin-top: 3px;
  }
}

/* line 306, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level .level-bar.level-1 {
  background: url(../images/alert_level_1.png) left top no-repeat;
}

/* line 307, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level .level-bar.level-2 {
  background: url(../images/alert_level_2.png) left top no-repeat;
}

/* line 308, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level .level-bar.level-3 {
  background: url(../images/alert_level_3.png) left top no-repeat;
}

/* line 309, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .left .alert-level .level-bar.level-4 {
  background: url(../images/alert_level_4.png) left top no-repeat;
}

/* line 314, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .right {
  order: 1;
  padding: 0;
  flex: 0 1 auto;
}

/* line 319, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .right .right-content {
  width: 100%;
  height: 250px;
  align-self: auto;
  background-image: url(../images/default-img-alert@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 48rem) {
  /* line 319, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
  .teaser-list-alerts .teaser-list-row .teaser.alerts .right .right-content {
    background-image: url(../images/default-img-alert.png);
  }
}

/* line 334, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_teaser.scss */
.teaser-list-alerts .teaser-list-row .teaser.alerts .right .right-content img {
  display: none;
  top: auto;
  max-width: 400px;
  width: 100%;
  height: auto;
  transform: none;
  min-width: 0;
}

/* line 4, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--relatednewsandtags.scss */
.widget_relatednewsandtags .related-posts ul li {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}

/* line 7, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--relatednewsandtags.scss */
.widget_relatednewsandtags .related-posts ul li:first-child {
  padding-top: 0;
}

/* line 15, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--relatednewsandtags.scss */
.widget_relatednewsandtags .related-tags h3 {
  margin-top: 30px !important;
}

/* line 1, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--search.scss */
.widget_search {
  margin-bottom: 30px;
  clear: both;
}

/* line 5, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--search.scss */
.widget_search .screen-reader-text {
  display: none;
}

/* line 8, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--search.scss */
.widget_search label {
  display: block;
  float: left;
  width: calc(100% - 36px);
}

/* line 12, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--search.scss */
.widget_search label input {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 30px;
  padding: 5px 10px;
  outline: 0;
}

/* line 21, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--search.scss */
.widget_search .search-submit {
  width: 35px;
  height: 35px;
  font-size: 15px;
  background: #000000;
  border: none;
  color: #fff;
  font-family: "FontAwesome";
}

/* line 29, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/component/_widget--search.scss */
.widget_search .search-submit:hover {
  background: #666666;
}

/**
  Elements
**/
@media (min-width: 1rem) and (max-width: 48rem) {
  /* line 2, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper {
    width: 100%;
    right: -100%;
  }
  /* line 6, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper > div {
    width: calc(100% - 35px);
  }
}

/* line 12, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper #alertaforestal-map-filter-show-hide-button:after {
  font-family: "FontAwesome";
  content: '\f104';
  left: 50%;
  margin-left: -3px;
}

/* line 19, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper #alertaforestal-map-filter-show-hide-button:hover:after {
  color: #FF4942;
}

/* line 26, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper.on #alertaforestal-map-filter-show-hide-button:after {
  content: '\f105';
}

/* line 32, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper .element-wrapper {
  margin-top: 30px;
}

/* line 34, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper .element-wrapper:nth-of-type(1) {
  margin-top: 0;
}

/* line 39, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper label {
  overflow: hidden;
  clear: left;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* line 44, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper label span {
  font-weight: 500;
  font-size: 0.81em;
}

/* line 49, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper label.sub_label {
  color: #FF4942;
  font-size: 0.95em;
  margin-top: 0;
}

@media (min-width: 48rem) {
  /* line 49, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper label.sub_label {
    font-size: 0.85em;
  }
}

@media (min-width: 64rem) {
  /* line 49, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper label.sub_label {
    font-size: 0.95em;
  }
}

/* line 62, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input, .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper select {
  box-sizing: border-box;
  color: #FF4942;
  font-size: 0.95em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 30px;
  padding-left: 2%;
  outline: none;
}

@media (min-width: 48rem) {
  /* line 62, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input, .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper select {
    font-size: 0.85em;
  }
}

@media (min-width: 64rem) {
  /* line 62, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input, .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper select {
    font-size: 0.95em;
  }
}

/* line 78, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input[type="checkbox"], .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper select[type="checkbox"] {
  float: left;
  margin: 1px 5px 0 0;
  width: 18px;
  height: 18px;
  padding: 0;
  border: double 2px rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

/* line 88, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input[type="checkbox"]:checked, .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper select[type="checkbox"]:checked {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 90, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input[type="checkbox"]:checked:before, .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper select[type="checkbox"]:checked:before {
  font-family: "FontAwesome";
  content: "\f00c";
  width: 15px;
  height: 15px;
  display: block;
  color: #000000;
}

/* line 103, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input.alertaforestal-map-filter-observation_date:nth-of-type(2) {
  margin-top: 10px;
}

@media (min-width: 48rem) {
  /* line 102, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input.alertaforestal-map-filter-observation_date {
    margin-top: 0 !important;
    max-width: 49%;
    float: left;
  }
  /* line 110, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper input.alertaforestal-map-filter-observation_date:nth-of-type(2) {
    float: right;
  }
}

/* line 117, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-wrapper {
  order: 1;
}

/* line 121, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper,
.alertaforestal-map-content-wrapper #alertaforestal-map-wrapper {
  height: 385px !important;
}

@media (min-width: 48rem) {
  /* line 121, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper,
  .alertaforestal-map-content-wrapper #alertaforestal-map-wrapper {
    height: 555px !important;
  }
}

@media (min-width: 64rem) {
  /* line 121, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper,
  .alertaforestal-map-content-wrapper #alertaforestal-map-wrapper {
    height: 685px !important;
  }
}

@media (min-width: 70rem) {
  /* line 121, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
  .alertaforestal-map-content-wrapper #alertaforestal-map-filter-wrapper,
  .alertaforestal-map-content-wrapper #alertaforestal-map-wrapper {
    height: 785px !important;
  }
}

/* AUTOCOMPLETE */
/* line 140, /Users/xavi/Sites/alertaforestal.com/wp-content/themes/alertaforestal/src/scss/element/_map.scss */
.ui-state-hover, .ui-state-active, .ui-state-focus {
  background-color: #FF4942;
}
