@charset "UTF-8";
/* dimensions
   ========================================================================== */
/* colors
   ========================================================================== */
/* fonts
   ========================================================================== */
/* border
   ========================================================================== */
/* line 3, ../../_assets/sass/base/_rosa.scss */
.icon-calendar,
.icon-clock,
.icon-comment,
.icon-email,
.icon-file-download,
.icon-file-folder,
.icon-font-size-minus,
.icon-font-size-plus,
.icon-phone,
.icon-print,
.content-loader {
  -webkit-filter: saturate(100%) hue-rotate(290deg);
  filter: saturate(100%) hue-rotate(290deg);
}

/* ==========================================================================
   grid functions
   ========================================================================== */
/* ==========================================================================
   placeholders
   ========================================================================== */
/* line 14, ../../_assets/sass/base/_utils.scss */
.clearfix, .row, .box-column, .box, .box-small .box-figure,
.box-small-divided .box-figure, .gallery-header, .gallery-item, .tab-nav, .breadcrumb, .post, .post-share, .event-header, .event-list-item {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *	`contenteditable` attribute is included anywhere else in the document.
   *	Otherwise it causes space to appear at the top and bottom of elements
   *	that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *	`:before` to contain the top-margins of child elements.
   */
}
/* line 32, ../../_assets/sass/base/_utils.scss */
.clearfix:before, .row:before, .box-column:before, .box:before, .box-small .box-figure:before,
.box-small-divided .box-figure:before, .gallery-header:before, .gallery-item:before, .tab-nav:before, .breadcrumb:before, .post:before, .post-share:before, .event-header:before, .event-list-item:before, .clearfix:after, .row:after, .box-column:after, .box:after, .box-small .box-figure:after,
.box-small-divided .box-figure:after, .gallery-header:after, .gallery-item:after, .tab-nav:after, .breadcrumb:after, .post:after, .post-share:after, .event-header:after, .event-list-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 38, ../../_assets/sass/base/_utils.scss */
.clearfix:after, .row:after, .box-column:after, .box:after, .box-small .box-figure:after,
.box-small-divided .box-figure:after, .gallery-header:after, .gallery-item:after, .tab-nav:after, .breadcrumb:after, .post:after, .post-share:after, .event-header:after, .event-list-item:after {
  clear: both;
}

/* ==========================================================================
   classes
   ========================================================================== */
/* line 50, ../../_assets/sass/base/_utils.scss */
.pull-left {
  float: left !important;
}

/* line 54, ../../_assets/sass/base/_utils.scss */
.pull-right {
  float: right !important;
}

/* line 58, ../../_assets/sass/base/_utils.scss */
.hide {
  display: none;
}

/* line 62, ../../_assets/sass/base/_utils.scss */
.rel {
  position: relative;
}

/* line 66, ../../_assets/sass/base/_utils.scss */
.abs {
  position: absolute;
}

/* line 70, ../../_assets/sass/base/_utils.scss */
.rounded {
  border-radius: 4px;
}

/* line 74, ../../_assets/sass/base/_utils.scss */
.js-opacity {
  opacity: 0;
}

/* line 78, ../../_assets/sass/base/_utils.scss */
.visible-lg {
  display: none;
}

/* line 82, ../../_assets/sass/base/_utils.scss */
.img-responsive {
  max-width: 100%;
  height: auto;
}

/* line 87, ../../_assets/sass/base/_utils.scss */
.print {
  display: none;
}

/* line 91, ../../_assets/sass/base/_utils.scss */
.no-print {
  display: block;
}

/* line 95, ../../_assets/sass/base/_utils.scss */
.center-main {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 655px) {
  /* line 101, ../../_assets/sass/base/_utils.scss */
  .center-main {
    width: 640px;
  }
}
@media screen and (min-width: 815px) {
  /* line 107, ../../_assets/sass/base/_utils.scss */
  .center-main {
    width: 800px;
  }
}
@media screen and (min-width: 975px) {
  /* line 113, ../../_assets/sass/base/_utils.scss */
  .center-main {
    width: 960px;
  }
}
@media screen and (min-width: 1235px) {
  /* line 119, ../../_assets/sass/base/_utils.scss */
  .center-main {
    width: 1220px;
  }
}
/* =============================================================================
   Desktop
   ========================================================================== */
@media screen and (min-width: 1235px) {
  /* line 128, ../../_assets/sass/base/_utils.scss */
  .visible-lg {
    display: block;
  }

  /* line 132, ../../_assets/sass/base/_utils.scss */
  .hide-lg {
    display: none;
  }
}
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../../_assets/sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../../_assets/sass/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../../_assets/sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../_assets/sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 72, ../../_assets/sass/base/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 85, ../../_assets/sass/base/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: inherit;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 97, ../../_assets/sass/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 109, ../../_assets/sass/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 117, ../../_assets/sass/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 132, ../../_assets/sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 137, ../../_assets/sass/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 142, ../../_assets/sass/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 147, ../../_assets/sass/base/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 152, ../../_assets/sass/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 157, ../../_assets/sass/base/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 166, ../../_assets/sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 174, ../../_assets/sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 179, ../../_assets/sass/base/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 187, ../../_assets/sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 196, ../../_assets/sass/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 206, ../../_assets/sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 215, ../../_assets/sass/base/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 224, ../../_assets/sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 237, ../../_assets/sass/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 247, ../../_assets/sass/base/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 255, ../../_assets/sass/base/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 265, ../../_assets/sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 273, ../../_assets/sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 281, ../../_assets/sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 285, ../../_assets/sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 297, ../../_assets/sass/base/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 304, ../../_assets/sass/base/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 312, ../../_assets/sass/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 322, ../../_assets/sass/base/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 337, ../../_assets/sass/base/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 346, ../../_assets/sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 358, ../../_assets/sass/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 370, ../../_assets/sass/base/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, ../../_assets/sass/base/_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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 390, ../../_assets/sass/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 404, ../../_assets/sass/base/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 419, ../../_assets/sass/base/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 431, ../../_assets/sass/base/_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. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 446, ../../_assets/sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 459, ../../_assets/sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 471, ../../_assets/sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 485, ../../_assets/sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 497, ../../_assets/sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 506, ../../_assets/sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 517, ../../_assets/sass/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 530, ../../_assets/sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 12, ../../_assets/sass/base/_basic.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../../_assets/sass/base/_basic.scss */
html,
button,
input,
select,
textarea {
  color: #444;
}

/* line 28, ../../_assets/sass/base/_basic.scss */
body {
  position: relative;
  left: 0;
  font-family: "Source Sans Pro", "Helvetiva", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 2em;
}

/* line 39, ../../_assets/sass/base/_basic.scss */
a {
  color: #123a46;
  text-decoration: none;
}
/* line 43, ../../_assets/sass/base/_basic.scss */
a:hover {
  text-decoration: underline;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 54, ../../_assets/sass/base/_basic.scss */
::-moz-selection {
  background: #eaaecf;
  text-shadow: none;
  color: #fff;
}

/* line 60, ../../_assets/sass/base/_basic.scss */
::selection {
  background: #eaaecf;
  text-shadow: none;
  color: #fff;
}

/*
 * A better looking default horizontal rule
 */
/* line 70, ../../_assets/sass/base/_basic.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 83, ../../_assets/sass/base/_basic.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 91, ../../_assets/sass/base/_basic.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 101, ../../_assets/sass/base/_basic.scss */
textarea {
  resize: vertical;
}

@media print {
  /* line 2, ../../_assets/sass/base/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 9, ../../_assets/sass/base/_print.scss */
  body {
    margin: 0;
    padding: 0;
    font-size: 12pt !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    line-height: 1.4em !important;
  }

  /* line 18, ../../_assets/sass/base/_print.scss */
  p {
    font-size: 12pt !important;
  }

  /* line 22, ../../_assets/sass/base/_print.scss */
  h1 {
    font-size: 24pt !important;
  }

  /* line 26, ../../_assets/sass/base/_print.scss */
  h2 {
    font-size: 18pt !important;
  }

  /* line 30, ../../_assets/sass/base/_print.scss */
  h3 {
    font-size: 14pt !important;
  }

  /* line 34, ../../_assets/sass/base/_print.scss */
  p {
    windows: 3;
    orphans: 3;
  }

  /* line 39, ../../_assets/sass/base/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 44, ../../_assets/sass/base/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 48, ../../_assets/sass/base/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 56, ../../_assets/sass/base/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 62, ../../_assets/sass/base/_print.scss */
  nav,
  footer,
  video,
  audio,
  object,
  embed {
    display: none;
  }

  /* line 71, ../../_assets/sass/base/_print.scss */
  img {
    max-width: 100%;
  }

  /* line 75, ../../_assets/sass/base/_print.scss */
  .no-print {
    display: none;
  }

  /* line 79, ../../_assets/sass/base/_print.scss */
  .print {
    display: block;
  }

  /* line 83, ../../_assets/sass/base/_print.scss */
  .post-image-wrapper {
    width: 50%;
  }

  /* line 87, ../../_assets/sass/base/_print.scss */
  .post {
    padding: 0 !important;
  }
}
/* ==========================================================================
   definindo o layout do sprite
   op├º├Áes:
	vertical
	horizontal
	diagonal
	smart
   ========================================================================== */
/* ==========================================================================
   importa as imagens da pasta de icon
   ========================================================================== */
/* line 288, icon/*.png */
.icon, .icon-arrow-left, .owl-controls .owl-prev:after, .icon-arrow-right, .owl-controls .owl-next:after, .icon-calendar, .icon-clock, .icon-close, .icon-comment, .icon-email, .icon-facebook, .icon-file-download, .icon-file-folder, .icon-flickr, .icon-font-size-minus, .icon-font-size-plus, .icon-instagram, .icon-menu, .icon-phone, .icon-picture, .box-imagens .box-figure-img-wrapper:after,
.box-imagem-do-dia .box-figure-img-wrapper:after, .icon-play, .box-videos .box-figure-img-wrapper:after, .icon-print, .icon-search, .icon-share-facebook-small, .icon-share-facebook, .icon-share-googleplus-small, .icon-share-googleplus, .icon-share-twitter-small, .icon-share-twitter, .icon-share-whatsapp-small, .icon-share-whatsapp, .icon-submenu, .icon-twitter, .icon-youtube {
  background-image: url('../img/icon.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-left, .owl-controls .owl-prev:after {
  background-position: 0 0;
  height: 18px;
  width: 11px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-right, .owl-controls .owl-next:after {
  background-position: -11px 0;
  height: 18px;
  width: 11px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-calendar {
  background-position: -22px 0;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-clock {
  background-position: -20px -54px;
  height: 15px;
  width: 16px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-close {
  background-position: 0 -396px;
  height: 30px;
  width: 30px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-comment {
  background-position: 0 -734px;
  height: 38px;
  width: 41px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-email {
  background-position: 0 -629px;
  height: 35px;
  width: 34px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-facebook {
  background-position: 0 -338px;
  height: 29px;
  width: 32px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-file-download {
  background-position: 0 -18px;
  height: 18px;
  width: 23px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-file-folder {
  background-position: 0 -36px;
  height: 18px;
  width: 23px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-flickr {
  background-position: 0 -309px;
  height: 29px;
  width: 32px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-font-size-minus {
  background-position: 0 -594px;
  height: 35px;
  width: 34px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-font-size-plus {
  background-position: 0 -664px;
  height: 35px;
  width: 34px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-instagram {
  background-position: 0 -251px;
  height: 29px;
  width: 32px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-menu {
  background-position: 0 -170px;
  height: 25px;
  width: 30px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone {
  background-position: 0 -223px;
  height: 28px;
  width: 28px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-picture, .box-imagens .box-figure-img-wrapper:after,
.box-imagem-do-dia .box-figure-img-wrapper:after {
  background-position: 0 -195px;
  height: 28px;
  width: 28px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-play, .box-videos .box-figure-img-wrapper:after {
  background-position: 0 -426px;
  height: 32px;
  width: 28px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-print {
  background-position: 0 -699px;
  height: 35px;
  width: 34px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-search {
  background-position: 0 -54px;
  height: 20px;
  width: 20px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-facebook-small {
  background-position: 0 -122px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-facebook {
  background-position: 0 -492px;
  height: 34px;
  width: 33px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-googleplus-small {
  background-position: 0 -146px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-googleplus {
  background-position: 0 -458px;
  height: 34px;
  width: 33px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-twitter-small {
  background-position: 0 -98px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-twitter {
  background-position: 0 -560px;
  height: 34px;
  width: 33px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-whatsapp-small {
  background-position: 0 -74px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-share-whatsapp {
  background-position: 0 -526px;
  height: 34px;
  width: 33px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-submenu {
  background-position: -23px -36px;
  height: 13px;
  width: 11px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-twitter {
  background-position: 0 -280px;
  height: 29px;
  width: 32px;
}

/* line 84, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-youtube {
  background-position: 0 -367px;
  height: 29px;
  width: 32px;
}

/* line 23, ../../_assets/sass/components/_sprites.scss */
.icon, .icon-arrow-left, .owl-controls .owl-prev:after, .icon-arrow-right, .owl-controls .owl-next:after, .icon-calendar, .icon-clock, .icon-close, .icon-comment, .icon-email, .icon-facebook, .icon-file-download, .icon-file-folder, .icon-flickr, .icon-font-size-minus, .icon-font-size-plus, .icon-instagram, .icon-menu, .icon-phone, .icon-picture, .box-imagens .box-figure-img-wrapper:after,
.box-imagem-do-dia .box-figure-img-wrapper:after, .icon-play, .box-videos .box-figure-img-wrapper:after, .icon-print, .icon-search, .icon-share-facebook-small, .icon-share-facebook, .icon-share-googleplus-small, .icon-share-googleplus, .icon-share-twitter-small, .icon-share-twitter, .icon-share-whatsapp-small, .icon-share-whatsapp, .icon-submenu, .icon-twitter, .icon-youtube {
  display: block;
}

/* line 33, ../../_assets/sass/components/_sprites.scss */
.box-videos:hover .box-figure-img-wrapper:before, .box-videos:focus .box-figure-img-wrapper:before, .box-videos:active .box-figure-img-wrapper:before,
.box-imagens:hover .box-figure-img-wrapper:before,
.box-imagens:focus .box-figure-img-wrapper:before,
.box-imagens:active .box-figure-img-wrapper:before,
.box-imagem-do-dia:hover .box-figure-img-wrapper:before,
.box-imagem-do-dia:focus .box-figure-img-wrapper:before,
.box-imagem-do-dia:active .box-figure-img-wrapper:before {
  background-color: #d55d9f !important;
}

/* line 39, ../../_assets/sass/components/_sprites.scss */
.nav-social-item {
  background-color: #DA71AB !important;
}
/* line 42, ../../_assets/sass/components/_sprites.scss */
.nav-social-item:hover {
  background-color: #cf4993 !important;
}

/* line 48, ../../_assets/sass/components/_sprites.scss */
.gallery-blue .gallery-wrapper {
  border-color: #DA71AB !important;
}
/* line 53, ../../_assets/sass/components/_sprites.scss */
.gallery-blue .gallery-wrapper .owl-prev,
.gallery-blue .gallery-wrapper .owl-next {
  background-color: #DA71AB !important;
}

/* line 60, ../../_assets/sass/components/_sprites.scss */
.box-bordered {
  border-color: #df85b7 !important;
}

/* line 2, ../../_assets/sass/components/_grid.scss */
.col-1-4 {
  float: left;
  width: 100%;
  margin: 1em auto;
}

/* line 2, ../../_assets/sass/components/_grid.scss */
.col-2-4 {
  float: left;
  width: 100%;
  margin: 1em auto;
}

/* line 2, ../../_assets/sass/components/_grid.scss */
.col-3-4 {
  float: left;
  width: 100%;
  margin: 1em auto;
}

/* line 2, ../../_assets/sass/components/_grid.scss */
.col-4-4 {
  float: left;
  width: 100%;
  margin: 1em auto;
}

@media screen and (min-width: 640px) {
  /* line 12, ../../_assets/sass/components/_grid.scss */
  .col-1-4 {
    float: left;
    width: 23.77049%;
    margin: 0.61475%;
  }
  /* line 17, ../../_assets/sass/components/_grid.scss */
  .box-column .col-1-4 {
    width: 22.54098%;
    margin: 1.22951%;
  }

  /* line 12, ../../_assets/sass/components/_grid.scss */
  .col-2-4 {
    float: left;
    width: 48.77049%;
    margin: 0.61475%;
  }
  /* line 17, ../../_assets/sass/components/_grid.scss */
  .box-column .col-2-4 {
    width: 47.54098%;
    margin: 1.22951%;
  }

  /* line 12, ../../_assets/sass/components/_grid.scss */
  .col-3-4 {
    float: left;
    width: 73.77049%;
    margin: 0.61475%;
  }
  /* line 17, ../../_assets/sass/components/_grid.scss */
  .box-column .col-3-4 {
    width: 72.54098%;
    margin: 1.22951%;
  }

  /* line 12, ../../_assets/sass/components/_grid.scss */
  .col-4-4 {
    float: left;
    width: 98.77049%;
    margin: 0.61475%;
  }
  /* line 17, ../../_assets/sass/components/_grid.scss */
  .box-column .col-4-4 {
    width: 97.54098%;
    margin: 1.22951%;
  }
}
/* line 1, ../../_assets/sass/components/_nav.scss */
.nav-menu {
  margin-top: 0;
  background-color: #DA71AB;
}
/* line 6, ../../_assets/sass/components/_nav.scss */
.nav-menu.sub {
  z-index: 2;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
/* line 16, ../../_assets/sass/components/_nav.scss */
.nav-menu.sub.is-open {
  left: 0;
}

/* line 23, ../../_assets/sass/components/_nav.scss */
.nav-menu-item:hover {
  background-color: #779fac;
}
/* line 27, ../../_assets/sass/components/_nav.scss */
.nav-menu-item a {
  overflow: hidden;
  position: relative;
}
/* line 32, ../../_assets/sass/components/_nav.scss */
.nav-menu-item .icon-submenu {
  position: absolute;
  top: 10px;
  right: 6px;
}
/* line 39, ../../_assets/sass/components/_nav.scss */
.nav-menu-item:last-child > a {
  border-bottom-color: transparent;
}

/* line 45, ../../_assets/sass/components/_nav.scss */
.nav-menu-link {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  color: #fff;
}
/* line 55, ../../_assets/sass/components/_nav.scss */
.nav-menu-link.nav-menu-close {
  background-color: #5b8795;
}

/* line 60, ../../_assets/sass/components/_nav.scss */
.nav-social-item {
  display: inline-block;
  padding: 6.5px 5px;
  background-color: #779fac;
  border-radius: 100%;
  text-indent: -9999px;
}
/* line 69, ../../_assets/sass/components/_nav.scss */
.nav-social-item:hover, .nav-social-item:focus {
  background-color: #DA71AB;
  outline: none;
}
/* line 76, ../../_assets/sass/components/_nav.scss */
.nav-social-item.facebook {
  background-color: #3b5998;
}
/* line 78, ../../_assets/sass/components/_nav.scss */
.nav-social-item.facebook:hover, .nav-social-item.facebook:focus {
  background-color: #4c70ba;
}
/* line 84, ../../_assets/sass/components/_nav.scss */
.nav-social-item.twitter {
  background-color: #00aced;
}
/* line 86, ../../_assets/sass/components/_nav.scss */
.nav-social-item.twitter:hover, .nav-social-item.twitter:focus {
  background-color: #21c2ff;
}
/* line 92, ../../_assets/sass/components/_nav.scss */
.nav-social-item.youtube {
  background-color: #bb0000;
}
/* line 94, ../../_assets/sass/components/_nav.scss */
.nav-social-item.youtube:hover, .nav-social-item.youtube:focus {
  background-color: #ee0000;
}
/* line 100, ../../_assets/sass/components/_nav.scss */
.nav-social-item.flickr {
  background-color: #ff0084;
}
/* line 102, ../../_assets/sass/components/_nav.scss */
.nav-social-item.flickr:hover, .nav-social-item.flickr:focus {
  background-color: #ff339d;
}

@media screen and (min-width: 410px) {
  /* line 110, ../../_assets/sass/components/_nav.scss */
  .nav-social-item {
    float: left;
    display: block;
    margin: 0 2px;
  }
}
@media screen and (min-width: 470px) {
  /* line 119, ../../_assets/sass/components/_nav.scss */
  .nav-social-item {
    margin: 1.5px 7.5px;
  }
}
@media screen and (min-width: 975px) {
  /* line 125, ../../_assets/sass/components/_nav.scss */
  .nav-menu {
    width: 100%;
    margin: 0;
    padding: 22px 0;
  }
  /* line 130, ../../_assets/sass/components/_nav.scss */
  .nav-menu.sub {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 294px;
    display: none;
    min-height: 100%;
    background-color: #DA71AB;
    border-radius: 0 27px 27px 0 !important;
    box-shadow: -4px 0 2px rgba(0, 0, 0, 0.1);
  }
  /* line 143, ../../_assets/sass/components/_nav.scss */
  .nav-menu.sub.is-open {
    left: 294px;
  }
  /* line 147, ../../_assets/sass/components/_nav.scss */
  .nav-menu.sub a {
    padding: 10px 0;
  }

  /* line 153, ../../_assets/sass/components/_nav.scss */
  .nav-menu-close {
    display: none;
  }

  /* line 157, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item {
    padding: 0 25px;
  }
  /* line 162, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item:focus > .nav-menu.sub, .nav-menu-item:hover > .nav-menu.sub {
    display: block;
    background-color: #779fac;
  }
  /* line 167, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item:focus > .nav-menu.sub > .nav-menu-item:hover, .nav-menu-item:hover > .nav-menu.sub > .nav-menu-item:hover {
    background-color: #5b8795;
  }
  /* line 171, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item:focus > .nav-menu.sub > .nav-menu-item > a, .nav-menu-item:hover > .nav-menu.sub > .nav-menu-item > a {
    padding: 10px;
  }
  /* line 175, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item:focus > .nav-menu.sub > .nav-menu-item .nav-menu, .nav-menu-item:hover > .nav-menu.sub > .nav-menu-item .nav-menu {
    background-color: #5b8795;
  }
  /* line 178, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item:focus > .nav-menu.sub > .nav-menu-item .nav-menu .nav-menu-item:hover, .nav-menu-item:hover > .nav-menu.sub > .nav-menu-item .nav-menu .nav-menu-item:hover {
    background-color: #486a75;
  }
  /* line 186, ../../_assets/sass/components/_nav.scss */
  .nav-menu-item:focus > a, .nav-menu-item:hover > a {
    border-bottom-color: transparent;
  }

  /* line 192, ../../_assets/sass/components/_nav.scss */
  .nav-menu-link {
    padding: 10px;
  }
  /* line 195, ../../_assets/sass/components/_nav.scss */
  .nav-menu-link:hover {
    text-decoration: none;
  }
}
/* line 1, ../../_assets/sass/components/_form.scss */
.form-group {
  position: relative;
  margin-bottom: 1.5em;
}

/* line 7, ../../_assets/sass/components/_form.scss */
label {
  display: block;
  margin-bottom: 3px;
  font-size: 1.29em;
  line-height: 1;
}
/* line 14, ../../_assets/sass/components/_form.scss */
label.sr-only {
  display: none;
}
/* line 18, ../../_assets/sass/components/_form.scss */
label .required {
  color: #f23;
}
/* line 22, ../../_assets/sass/components/_form.scss */
label.error {
  position: absolute;
  bottom: -20px;
  font-size: 1em;
  color: #f23;
}

/* line 31, ../../_assets/sass/components/_form.scss */
.form-control {
  width: 100%;
  padding: .4em 0 .4em .8em;
  border: 1px solid #d5d5d5;
  border-radius: .5em;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  font-size: 1.29em;
}
/* line 41, ../../_assets/sass/components/_form.scss */
.form-control:focus {
  border-color: #DA71AB;
  box-shadow: 0 0 8px rgba(218, 113, 171, 0.5);
  outline: none;
}

/* line 48, ../../_assets/sass/components/_form.scss */
.form-share {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0;
}

/* line 55, ../../_assets/sass/components/_form.scss */
.form-search {
  position: relative;
}

/* line 59, ../../_assets/sass/components/_form.scss */
.form-search-control {
  width: 100%;
  padding: 11px 15px;
  background-color: #DA71AB;
  border-radius: 47px;
  border: 0;
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
/* line 71, ../../_assets/sass/components/_form.scss */
.form-search-control:focus {
  background-color: #e599c3;
  outline: none;
}

/* line 77, ../../_assets/sass/components/_form.scss */
.form-search-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 14px 12px;
  background-color: #DA71AB;
  border: 0;
  border-radius: 100%;
}
/* line 88, ../../_assets/sass/components/_form.scss */
.form-search-button:hover {
  background-color: #d55d9f;
}

/* line 1, ../../_assets/sass/components/_buttons.scss */
.btn {
  padding: .5em 1em;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: .5em;
  font-size: 1.14em;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-image: none;
  background-color: #f0f0f0;
  cursor: pointer;
}
/* line 19, ../../_assets/sass/components/_buttons.scss */
.btn:focus, .btn:hover {
  background-color: #e3e3e3;
}

/* line 32, ../../_assets/sass/components/_buttons.scss */
.btn-default {
  background-color: #fff;
  border-color: #d9d9d9;
  color: #444;
}
/* line 49, ../../_assets/sass/components/_buttons.scss */
.btn-default:hover {
  background-color: #f2f2f2;
  border-color: #cccccc;
}

/* line 32, ../../_assets/sass/components/_buttons.scss */
.btn-primary {
  background-color: #DA71AB;
  border-color: #ca3587;
  color: #444;
}
/* line 49, ../../_assets/sass/components/_buttons.scss */
.btn-primary:hover {
  background-color: #d55d9f;
  border-color: #b62f7a;
}

/* line 32, ../../_assets/sass/components/_buttons.scss */
.btn-second {
  background-color: #779fac;
  border-color: #6794a2;
  color: #fff;
}
/* line 49, ../../_assets/sass/components/_buttons.scss */
.btn-second:hover {
  background-color: #6a96a4;
  border-color: #618f9e;
}

/* line 5, ../../_assets/sass/components/_box.scss */
.box-column {
  position: relative;
}

/* line 11, ../../_assets/sass/components/_box.scss */
.box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
/* line 24, ../../_assets/sass/components/_box.scss */
.box:hover {
  text-decoration: none;
}
/* line 28, ../../_assets/sass/components/_box.scss */
.box.is-loading {
  background: url(../img/loader-white.GIF) center center no-repeat;
}

/* line 33, ../../_assets/sass/components/_box.scss */
.box-bordered {
  padding: 4px;
  border: 1px solid #c6d7dc;
}
/* line 38, ../../_assets/sass/components/_box.scss */
.box-bordered:hover, .box-bordered:focus {
  border-color: #DA71AB;
  outline: none;
}
/* line 67, ../../_assets/sass/components/_box.scss */
.col-4-4 .box-bordered .box-title {
  font-size: 1.7em;
  font-weight: 700;
}
/* line 73, ../../_assets/sass/components/_box.scss */
.box-bordered.box-small {
  padding: 0;
}

/* line 83, ../../_assets/sass/components/_box.scss */
.col-4-4 .box-image-day .box-title,
.col-4-4 .box-newspaper .box-title,
.col-4-4 .box-newspaper-alt .box-title,
.col-4-4 .box-gradient .box-title {
  font-weight: 400;
}
/* line 89, ../../_assets/sass/components/_box.scss */
.col-4-4 .box-image-day .box-title {
  font-size: 1em;
}
/* line 95, ../../_assets/sass/components/_box.scss */
.col-4-4 .box-gradient .box-title {
  font-size: 1.3em;
}

/* line 104, ../../_assets/sass/components/_box.scss */
.box-small .box-title,
.box-small-divided .box-title {
  margin-bottom: 0;
}

/* line 113, ../../_assets/sass/components/_box.scss */
.box-small {
  display: table;
}
/* line 116, ../../_assets/sass/components/_box.scss */
.box-small .box-text {
  display: table-cell;
  padding: 0.9em;
  vertical-align: middle;
}

/* line 125, ../../_assets/sass/components/_box.scss */
.box-small-divided .box-text-wrapper,
.box-small-divided .box-figure-img-wrapper {
  float: left;
  width: 50%;
}

/* line 133, ../../_assets/sass/components/_box.scss */
.box-gradient {
  color: #fff;
}
/* line 143, ../../_assets/sass/components/_box.scss */
.box-gradient .box-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(87%, rgba(0, 0, 0, 0.8)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 87%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 87%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 87%, #000000 100%);
}
/* line 155, ../../_assets/sass/components/_box.scss */
.box-gradient .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 170, ../../_assets/sass/components/_box.scss */
.box-videos .box-figure-img-wrapper:before, .box-videos .box-figure-img-wrapper:after,
.box-imagens .box-figure-img-wrapper:before,
.box-imagens .box-figure-img-wrapper:after,
.box-imagem-do-dia .box-figure-img-wrapper:before,
.box-imagem-do-dia .box-figure-img-wrapper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
}
/* line 179, ../../_assets/sass/components/_box.scss */
.box-videos .box-figure-img-wrapper:before,
.box-imagens .box-figure-img-wrapper:before,
.box-imagem-do-dia .box-figure-img-wrapper:before {
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background-color: #DA71AB;
  border-radius: 100%;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
/* line 193, ../../_assets/sass/components/_box.scss */
.box-videos .box-figure-img-wrapper:after,
.box-imagens .box-figure-img-wrapper:after,
.box-imagem-do-dia .box-figure-img-wrapper:after {
  z-index: 2;
}
/* line 202, ../../_assets/sass/components/_box.scss */
.box-videos:hover .box-figure-img-wrapper:before, .box-videos:focus .box-figure-img-wrapper:before, .box-videos:active .box-figure-img-wrapper:before,
.box-imagens:hover .box-figure-img-wrapper:before,
.box-imagens:focus .box-figure-img-wrapper:before,
.box-imagens:active .box-figure-img-wrapper:before,
.box-imagem-do-dia:hover .box-figure-img-wrapper:before,
.box-imagem-do-dia:focus .box-figure-img-wrapper:before,
.box-imagem-do-dia:active .box-figure-img-wrapper:before {
  background-color: #779fac;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 212, ../../_assets/sass/components/_box.scss */
.box-videos .box-figure-img-wrapper:after {
  margin: -16px 0 0 -10px;
}

/* line 223, ../../_assets/sass/components/_box.scss */
.box-imagens .box-figure-img-wrapper:after,
.box-imagem-do-dia .box-figure-img-wrapper:after {
  margin: -14px 0 0 -14px;
}

/* line 232, ../../_assets/sass/components/_box.scss */
.box-agenda .tab-nav {
  margin-bottom: 4px;
}
/* line 236, ../../_assets/sass/components/_box.scss */
.box-agenda .tab-nav-item {
  width: 42%;
  margin: 0 4%;
}

/* line 248, ../../_assets/sass/components/_box.scss */
.box-image-day .box-text-wrapper {
  padding-bottom: 2px;
  background-color: #222;
}
/* line 254, ../../_assets/sass/components/_box.scss */
.box-image-day .box-title {
  font-size: 1em;
  letter-spacing: 0;
  color: #fff;
}
/* line 260, ../../_assets/sass/components/_box.scss */
.box-image-day .box-credit {
  color: #999;
}

/* line 265, ../../_assets/sass/components/_box.scss */
.box-figure {
  position: relative;
  height: 100%;
}

/* line 271, ../../_assets/sass/components/_box.scss */
.box-figure-img-wrapper {
  overflow: hidden;
  position: relative;
}
/* line 275, ../../_assets/sass/components/_box.scss */
.box-small .box-figure-img-wrapper, .box-gradient .box-figure-img-wrapper {
  height: 100%;
}

/* line 281, ../../_assets/sass/components/_box.scss */
.box-figure-img {
  width: 100%;
  height: auto;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -moz-transform-origin: 100% 0 0;
  -webkit-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
}
/* line 288, ../../_assets/sass/components/_box.scss */
.box:hover .box-figure-img, .box:active .box-figure-img {
  opacity: 0.9;
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 297, ../../_assets/sass/components/_box.scss */
.box-text {
  padding: 0 1em;
}

/* line 301, ../../_assets/sass/components/_box.scss */
.box-date {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 3px;
  background-color: #DA71AB;
  font-size: .9em;
  color: #fff;
}

/* line 315, ../../_assets/sass/components/_box.scss */
.box-indexing {
  display: inline-block;
  margin: 10px 0 0;
  border-bottom: 1px solid #DA71AB;
  font-size: .7em;
  font-weight: 700;
  text-transform: uppercase;
  color: #DA71AB;
}
/* line 326, ../../_assets/sass/components/_box.scss */
.box-gradient .box-indexing, .box-orange .box-indexing {
  border-color: #fff;
  color: #fff;
}
/* line 333, ../../_assets/sass/components/_box.scss */
.box-small .box-indexing {
  margin-top: 0;
}
/* line 337, ../../_assets/sass/components/_box.scss */
.box-text-wrapper .box-indexing {
  margin-top: 15px;
}

/* line 342, ../../_assets/sass/components/_box.scss */
.box-title {
  margin: 5px 0 15px;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.2;
}
/* line 350, ../../_assets/sass/components/_box.scss */
.box-title.bold {
  font-size: 1.7em;
  font-weight: 700;
}
/* line 355, ../../_assets/sass/components/_box.scss */
.box-blue .box-title {
  color: #fff;
}

/* line 360, ../../_assets/sass/components/_box.scss */
.box-credit {
  margin: 0 0 15px;
}
/* line 363, ../../_assets/sass/components/_box.scss */
.box-credit span {
  text-transform: uppercase;
}

/* line 368, ../../_assets/sass/components/_box.scss */
.box-banner {
  overflow: hidden;
}
/* line 371, ../../_assets/sass/components/_box.scss */
.box-banner.is-closed {
  height: 32px;
}
/* line 374, ../../_assets/sass/components/_box.scss */
.box-banner.is-closed .box-banner-open {
  display: block;
}
/* line 378, ../../_assets/sass/components/_box.scss */
.box-banner.is-closed .box-banner-img,
.box-banner.is-closed .box-banner-close {
  display: none;
}

/* line 385, ../../_assets/sass/components/_box.scss */
.box-banner-open {
  display: none;
  margin: 0 auto;
  padding: 0.3em 1em;
  border: none;
  border-radius: 10px;
  background: #DA71AB;
  font-size: 1.2em;
  color: #fff;
}

/* line 398, ../../_assets/sass/components/_box.scss */
.box-banner-close {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
  background: none;
  border: 0;
}

/* line 409, ../../_assets/sass/components/_box.scss */
.box-banner-img {
  max-width: 100%;
  height: auto;
}

/* line 414, ../../_assets/sass/components/_box.scss */
.box-newspaper-link {
  position: relative;
  margin-right: 10px;
  padding-left: 26px;
  font-size: 0.86em;
  font-weight: 700;
  text-transform: uppercase;
  color: #DA71AB;
}
/* line 425, ../../_assets/sass/components/_box.scss */
.box-newspaper-link span {
  text-decoration: underline;
}
/* line 429, ../../_assets/sass/components/_box.scss */
.box-newspaper-link .box-newspaper-icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 442, ../../_assets/sass/components/_box.scss */
.box-orange {
  background-color: #DA71AB;
}
/* line 445, ../../_assets/sass/components/_box.scss */
.box-orange:focus, .box-orange:hover {
  background-color: rgba(218, 113, 171, 0.9);
}

/* line 442, ../../_assets/sass/components/_box.scss */
.box-blue {
  background-color: #123a46;
}
/* line 445, ../../_assets/sass/components/_box.scss */
.box-blue:focus, .box-blue:hover {
  background-color: rgba(18, 58, 70, 0.9);
}

@media screen and (min-width: 655px) {
  /* line 453, ../../_assets/sass/components/_box.scss */
  .template-4 .box-column:first-child {
    height: 494px;
  }

  /* line 457, ../../_assets/sass/components/_box.scss */
  .template-1 .box-column:nth-child(2) {
    height: 495px;
  }

  /* line 461, ../../_assets/sass/components/_box.scss */
  .template-2 .box-column:first-child {
    height: 330px;
  }

  /* line 465, ../../_assets/sass/components/_box.scss */
  .template-3 .box-column:first-child {
    height: 326px;
  }

  /* line 469, ../../_assets/sass/components/_box.scss */
  .template-geral .box {
    height: 149px;
  }
}
@media screen and (min-width: 815px) {
  /* line 476, ../../_assets/sass/components/_box.scss */
  .template-4 .box-column:first-child {
    height: 616px;
  }

  /* line 480, ../../_assets/sass/components/_box.scss */
  .template-1 .box-column:nth-child(2) {
    height: 620px;
  }

  /* line 484, ../../_assets/sass/components/_box.scss */
  .template-2 .box-column:first-child {
    height: 411px;
  }

  /* line 488, ../../_assets/sass/components/_box.scss */
  .template-3 .box-column:first-child {
    height: 412px;
  }

  /* line 492, ../../_assets/sass/components/_box.scss */
  .template-geral .box {
    height: 185px;
  }
}
@media screen and (max-width: 975px) and (min-width: 655px) {
  /* line 499, ../../_assets/sass/components/_box.scss */
  .template-4 .box-column:first-child .col-1-4:nth-child(2),
  .template-4 .box-column:first-child .col-1-4:nth-child(3) {
    height: 30%;
  }

  /* line 506, ../../_assets/sass/components/_box.scss */
  .template-1 .box-column:nth-child(2) .col-2-4:first-child {
    height: 30.5%;
  }
  /* line 510, ../../_assets/sass/components/_box.scss */
  .template-1 .box-column:nth-child(2) .col-2-4:nth-child(3) {
    height: 63.1%;
  }

  /* line 516, ../../_assets/sass/components/_box.scss */
  .template-2 .box-column:first-child .col-2-4:nth-child(2),
  .template-2 .box-column:first-child .col-2-4:nth-child(3) {
    height: 45.24098%;
  }

  /* line 523, ../../_assets/sass/components/_box.scss */
  .template-3 .box-column:first-child .col-2-4:first-child {
    height: 45.6%;
  }
}
@media screen and (min-width: 975px) {
  /* line 531, ../../_assets/sass/components/_box.scss */
  .box-image-day .box-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* line 540, ../../_assets/sass/components/_box.scss */
  .template-1 .box-column:nth-child(2),
  .template-2 .box-column:first-child,
  .template-3 .box-column:first-child,
  .template-4 .box-column:first-child {
    height: auto;
  }
}
@media screen and (min-width: 975px) and (max-width: 1235px) {
  /* line 549, ../../_assets/sass/components/_box.scss */
  .box-column {
    float: left;
    width: 50%;
  }

  /* line 559, ../../_assets/sass/components/_box.scss */
  .template-1 .box .col-4-4,
  .template-2 .box .col-4-4,
  .template-3 .box .col-4-4,
  .template-4 .box .col-4-4 {
    min-height: 235px;
  }

  /* line 564, ../../_assets/sass/components/_box.scss */
  .box-small,
  .box-small-divided {
    height: 110px;
  }
  /* line 568, ../../_assets/sass/components/_box.scss */
  .template-geral .box-small, .template-geral
  .box-small-divided {
    height: 110px;
  }
  /* line 572, ../../_assets/sass/components/_box.scss */
  .header-box-president .box-small, .header-box-president
  .box-small-divided {
    height: auto;
  }
  /* line 576, ../../_assets/sass/components/_box.scss */
  .box-small .box-title,
  .box-small-divided .box-title {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  /* line 583, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:before, .box-small .box-title:after,
  .box-small-divided .box-title:before,
  .box-small-divided .box-title:after {
    background-color: inherit;
    position: absolute;
  }
  /* line 589, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:before,
  .box-small-divided .box-title:before {
    right: 0;
    content: '...';
  }
  /* line 594, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:after,
  .box-small-divided .box-title:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  /* line 603, ../../_assets/sass/components/_box.scss */
  .box-small .box-text {
    padding: 0 1em;
  }
  /* line 607, ../../_assets/sass/components/_box.scss */
  .box-small .box-title {
    max-height: 6em;
    -webkit-line-clamp: 5;
  }
  /* line 612, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:before {
    top: 6em;
  }

  /* line 619, ../../_assets/sass/components/_box.scss */
  .box-small-divided .box-title {
    max-height: 7.2em;
    -webkit-line-clamp: 6;
  }
  /* line 624, ../../_assets/sass/components/_box.scss */
  .box-small-divided .box-title:before {
    top: 7.2em;
  }

  /* line 631, ../../_assets/sass/components/_box.scss */
  .col-1-4 .box-small .box-title {
    max-height: 4.8em;
    -webkit-line-clamp: 4;
  }
  /* line 636, ../../_assets/sass/components/_box.scss */
  .col-1-4 .box-small .box-title:before {
    top: 3.6em;
  }

  /* line 642, ../../_assets/sass/components/_box.scss */
  .box-agenda {
    min-height: 235px;
  }
  /* line 645, ../../_assets/sass/components/_box.scss */
  .box-agenda .tab-nav-item {
    font-size: 1em;
  }

  /* line 652, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-figure-img-wrapper,
  .box-newspaper-alt .box-figure-img-wrapper {
    float: left;
  }
  /* line 656, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-text-wrapper,
  .box-newspaper-alt .box-text-wrapper {
    float: left;
  }

  /* line 662, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-figure-img-wrapper {
    width: 32%;
    margin: 0 1%;
  }
  /* line 667, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-indexing {
    margin: 6px 0 6px;
  }
  /* line 671, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-text-wrapper {
    width: 66%;
  }

  /* line 677, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-figure-img-wrapper {
    width: 44.4%;
  }
  /* line 681, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-indexing {
    margin: 7px 0 0;
  }
  /* line 686, ../../_assets/sass/components/_box.scss */
  .col-4-4 .box-newspaper-alt .box-title {
    margin: 5px 0 6px;
    font-size: 1.45em;
    font-weight: 700;
  }
  /* line 694, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-text-wrapper {
    width: 55.6%;
  }
  /* line 698, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-text {
    font-size: .9em;
    line-height: 1.2;
  }
  /* line 702, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-text p {
    margin: 0;
  }

  /* line 708, ../../_assets/sass/components/_box.scss */
  .box-text {
    padding: 0.5em;
  }

  /* line 712, ../../_assets/sass/components/_box.scss */
  .box-title {
    margin: 5px 0 0;
    font-size: 1.1em;
  }
  /* line 716, ../../_assets/sass/components/_box.scss */
  .box-title.bold {
    font-size: 1.3em;
  }

  /* line 722, ../../_assets/sass/components/_box.scss */
  .box-text-wrapper .box-indexing {
    margin-top: 0;
  }

  /* line 728, ../../_assets/sass/components/_box.scss */
  .template-2 .box-small-divided {
    margin-top: 0;
  }
}
@media screen and (min-width: 1235px) {
  /* line 735, ../../_assets/sass/components/_box.scss */
  .box-column {
    float: left;
    width: 50%;
  }

  /* line 745, ../../_assets/sass/components/_box.scss */
  .template-1 .col-4-4 .box,
  .template-2 .col-4-4 .box,
  .template-3 .col-4-4 .box {
    min-height: 299px;
  }

  /* line 751, ../../_assets/sass/components/_box.scss */
  .box-small,
  .box-small-divided {
    height: 142px;
  }
  /* line 755, ../../_assets/sass/components/_box.scss */
  .template-geral .box-small, .template-geral
  .box-small-divided {
    height: 142px;
  }

  /* line 761, ../../_assets/sass/components/_box.scss */
  .box-small .box-title {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 6em;
    -webkit-line-clamp: 5;
  }
  /* line 771, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:before, .box-small .box-title:after {
    background-color: inherit;
    position: absolute;
  }
  /* line 777, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:before {
    top: 6em;
    right: 0;
    content: '...';
  }
  /* line 783, ../../_assets/sass/components/_box.scss */
  .box-small .box-title:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  /* line 792, ../../_assets/sass/components/_box.scss */
  .col-1-4 .box-small .box-title {
    max-height: 6.8em;
    -webkit-line-clamp: 6;
  }
  /* line 797, ../../_assets/sass/components/_box.scss */
  .col-1-4 .box-small .box-title:before {
    top: 5.6em;
  }

  /* line 804, ../../_assets/sass/components/_box.scss */
  .box-small-divided .box-title {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 7.2em;
    -webkit-line-clamp: 6;
  }
  /* line 814, ../../_assets/sass/components/_box.scss */
  .box-small-divided .box-title:before, .box-small-divided .box-title:after {
    background-color: inherit;
    position: absolute;
  }
  /* line 820, ../../_assets/sass/components/_box.scss */
  .box-small-divided .box-title:before {
    top: 7.2em;
    right: 0;
    content: '...';
  }
  /* line 826, ../../_assets/sass/components/_box.scss */
  .box-small-divided .box-title:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  /* line 834, ../../_assets/sass/components/_box.scss */
  .box-agenda {
    min-height: 299px;
  }
  /* line 837, ../../_assets/sass/components/_box.scss */
  .box-agenda .tab-nav {
    margin: 1em 0 2em;
  }
  /* line 841, ../../_assets/sass/components/_box.scss */
  .box-agenda .tab-nav-item {
    width: 42%;
    margin: 0 4%;
  }

  /* line 849, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-figure-img-wrapper,
  .box-newspaper-alt .box-figure-img-wrapper {
    float: left;
  }
  /* line 853, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-text-wrapper,
  .box-newspaper-alt .box-text-wrapper {
    float: left;
  }

  /* line 859, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-figure-img-wrapper {
    width: 192px;
    margin: 0 5px;
  }
  /* line 864, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-indexing {
    margin: 6px 0 6px;
  }
  /* line 868, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-title {
    margin-top: 24px;
  }
  /* line 872, ../../_assets/sass/components/_box.scss */
  .box-newspaper .box-text-wrapper {
    width: 377px;
  }

  /* line 878, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-figure-img-wrapper {
    width: 330px;
  }
  /* line 882, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-indexing {
    margin: 7px 0 0;
  }
  /* line 887, ../../_assets/sass/components/_box.scss */
  .col-4-4 .box-newspaper-alt .box-title {
    margin: 5px 0 6px;
    font-size: 1.45em;
    font-weight: 700;
  }
  /* line 895, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-text-wrapper {
    width: 239px;
  }
  /* line 899, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-text {
    font-size: 1.1em;
    line-height: 1.2;
  }
  /* line 903, ../../_assets/sass/components/_box.scss */
  .box-newspaper-alt .box-text p {
    margin: 0;
  }
}
/* line 2, ../../_assets/sass/components/_slide.scss */
.header-slide .owl-pagination {
  position: absolute;
  top: 12.5px;
  left: 12.5px;
  height: 31px;
  padding: 3px;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 10px;
}
/* line 15, ../../_assets/sass/components/_slide.scss */
.header-slide .box {
  display: none;
}
/* line 18, ../../_assets/sass/components/_slide.scss */
.header-slide .box:first-child {
  display: block;
}

/* line 24, ../../_assets/sass/components/_slide.scss */
.owl-controls {
  text-align: center;
}
/* line 27, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-prev,
.owl-controls .owl-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #DA71AB;
  text-indent: -9999px;
}
/* line 39, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5.5px;
  content: " ";
}
/* line 50, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-prev {
  left: 0;
}
/* line 58, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-next {
  right: 0;
}
/* line 66, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  margin: 3.5px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
}
/* line 74, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 2px;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
/* line 88, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* line 100, ../../_assets/sass/components/_slide.scss */
.owl-controls .owl-page.active span {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 108, ../../_assets/sass/components/_slide.scss */
.owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}
/* line 113, ../../_assets/sass/components/_slide.scss */
.owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}

/* preloading images */
/* line 121, ../../_assets/sass/components/_slide.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/plugins/AjaxLoader.gif) no-repeat center center;
}

/* line 127, ../../_assets/sass/components/_slide.scss */
.image-day-container {
  max-width: 640px;
  margin: 0 auto;
}
/* line 131, ../../_assets/sass/components/_slide.scss */
.image-day-container .box-text-wrapper {
  margin: 0;
}

/* line 138, ../../_assets/sass/components/_slide.scss */
.image-day img,
.image-day-nav img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 145, ../../_assets/sass/components/_slide.scss */
.image-day .owl-controls,
.image-day-nav .owl-controls {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 152, ../../_assets/sass/components/_slide.scss */
.image-day .owl-controls .owl-prev,
.image-day .owl-controls .owl-next,
.image-day-nav .owl-controls .owl-prev,
.image-day-nav .owl-controls .owl-next {
  top: -128px;
  height: 128px;
  background-color: #bbddde;
}

/* line 162, ../../_assets/sass/components/_slide.scss */
.image-day-nav {
  position: relative;
}

/* line 166, ../../_assets/sass/components/_slide.scss */
.image-day-nav-item {
  display: block;
  padding: 2px 1px;
  opacity: .5;
}
/* line 172, ../../_assets/sass/components/_slide.scss */
.image-day-nav-item.active {
  opacity: 1;
  filter: grayscale(1);
}
/* line 177, ../../_assets/sass/components/_slide.scss */
.image-day-nav-item img {
  width: 100%;
  height: auto;
}

/* line 183, ../../_assets/sass/components/_slide.scss */
.gallery-wrapper {
  border-width: 3px 20px;
  border-style: solid;
  border-color: #e0e0e0;
}
/* line 188, ../../_assets/sass/components/_slide.scss */
.gallery-wrapper .owl-prev,
.gallery-wrapper .owl-next {
  background-color: #e0e0e0;
}
/* line 193, ../../_assets/sass/components/_slide.scss */
.gallery-wrapper .owl-prev {
  left: -20px;
}
/* line 197, ../../_assets/sass/components/_slide.scss */
.gallery-wrapper .owl-next {
  right: -20px;
}
/* line 201, ../../_assets/sass/components/_slide.scss */
.gallery-wrapper .owl-item {
  position: relative;
}
/* line 204, ../../_assets/sass/components/_slide.scss */
.gallery-wrapper .owl-item:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 500px;
  border-right: 1px solid #DA71AB;
  content: " ";
}
/* line 216, ../../_assets/sass/components/_slide.scss */
.gallery-orange .gallery-wrapper {
  border-color: #DA71AB;
}
/* line 219, ../../_assets/sass/components/_slide.scss */
.gallery-orange .gallery-wrapper .owl-prev,
.gallery-orange .gallery-wrapper .owl-next {
  background-color: #DA71AB;
}
/* line 225, ../../_assets/sass/components/_slide.scss */
.gallery-orange .gallery-wrapper .owl-item:after {
  border-color: #DA71AB;
}
/* line 231, ../../_assets/sass/components/_slide.scss */
.gallery-blue .gallery-wrapper {
  border-color: #bbddde;
}
/* line 234, ../../_assets/sass/components/_slide.scss */
.gallery-blue .gallery-wrapper .owl-prev,
.gallery-blue .gallery-wrapper .owl-next {
  background-color: #bbddde;
}
/* line 240, ../../_assets/sass/components/_slide.scss */
.gallery-blue .gallery-wrapper .owl-item:after {
  border-color: #bbddde;
}

/* line 247, ../../_assets/sass/components/_slide.scss */
.gallery-header {
  padding: 0 20px;
  background-color: #e0e0e0;
  border-bottom: 2px solid #fff;
  color: #444;
}
/* line 257, ../../_assets/sass/components/_slide.scss */
.gallery-orange .gallery-header {
  background-color: #DA71AB;
  color: #fff;
}
/* line 262, ../../_assets/sass/components/_slide.scss */
.gallery-blue .gallery-header {
  background-color: #bbddde;
  color: #fff;
}

/* line 268, ../../_assets/sass/components/_slide.scss */
.gallery-title {
  margin: 0;
  font-size: 2.57em;
  letter-spacing: -1px;
  line-height: 1.6;
}

/* line 276, ../../_assets/sass/components/_slide.scss */
.gallery-more-content {
  font-size: 1.71em;
  font-style: italic;
  line-height: 2.4;
}

/* line 282, ../../_assets/sass/components/_slide.scss */
.gallery {
  position: relative;
  background-color: #fff;
}

/* line 288, ../../_assets/sass/components/_slide.scss */
.gallery-item {
  position: relative;
  display: block;
  height: 100%;
  padding: 1em;
}
/* line 298, ../../_assets/sass/components/_slide.scss */
.gallery-item .box-title {
  font-size: 0.93em;
  letter-spacing: 0;
}
/* line 304, ../../_assets/sass/components/_slide.scss */
.gallery-item:hover .box-title {
  text-decoration: underline;
}

/* line 310, ../../_assets/sass/components/_slide.scss */
.gallery-item-img {
  float: left;
  width: 50%;
  height: auto;
  border: 1px solid #e0e0e0;
}
/* line 317, ../../_assets/sass/components/_slide.scss */
.gallery-orange .gallery-item-img {
  border-color: #DA71AB;
}
/* line 321, ../../_assets/sass/components/_slide.scss */
.gallery-blue .gallery-item-img {
  border-color: #bbddde;
}

/* line 326, ../../_assets/sass/components/_slide.scss */
.gallery-item-text {
  float: left;
  width: 50%;
  padding: 0 .5em;
}

/* line 1, ../../_assets/sass/components/_social.scss */
.social-box {
  overflow: hidden;
  width: 100%;
}
/* line 5, ../../_assets/sass/components/_social.scss */
.social-box.facebook {
  text-align: center;
}
/* line 9, ../../_assets/sass/components/_social.scss */
.social-box.twitter {
  max-width: 300px;
  margin: 0 auto;
}

/* line 17, ../../_assets/sass/components/_social.scss */
.fb_iframe_widget iframe {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

@media screen and (min-width: 655px) {
  /* line 28, ../../_assets/sass/components/_social.scss */
  .social-box {
    float: left;
    width: 289.5px;
    height: 290px;
  }
  /* line 34, ../../_assets/sass/components/_social.scss */
  .social-box:last-child {
    float: right;
  }
}
@media screen and (min-width: 1235px) {
  /* line 41, ../../_assets/sass/components/_social.scss */
  .social-box-container {
    width: 48.77049%;
    margin: 0.61475%;
  }
}
@media screen and (max-width: 1235px) {
  /* line 47, ../../_assets/sass/components/_social.scss */
  .social-box-container {
    width: 98.77049%;
    margin: 0.61475%;
  }
}
/* line 5, ../../_assets/sass/components/_tabs.scss */
.tab-nav-item {
  float: left;
  display: block;
  padding: 13px 5px;
  background-color: #b6ccd3;
  border-radius: 27px;
  font-size: 1.14em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
/* line 20, ../../_assets/sass/components/_tabs.scss */
.tab-nav-item:hover, .tab-nav-item.active {
  background-color: #DA71AB;
  text-decoration: none;
}

/* line 1, ../../_assets/sass/components/_breadcrumb.scss */
.breadcrumb {
  padding: 15px;
  background-color: #779fac;
  border-radius: 30px;
}
/* line 9, ../../_assets/sass/components/_breadcrumb.scss */
.breadcrumb a {
  float: left;
  display: block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #eee;
  line-height: 1;
  text-transform: uppercase;
  color: #eee;
}
/* line 22, ../../_assets/sass/components/_breadcrumb.scss */
.breadcrumb a:last-child {
  border-right: 0;
}

/* line 2, ../../_assets/sass/components/_calendar.scss */
.calendar-link:hover {
  text-decoration: none;
}

/* line 7, ../../_assets/sass/components/_calendar.scss */
.calendar-title {
  display: block;
  margin: 10px 0;
  padding: 13px 5px;
  background-color: #DA71AB;
  border-radius: 27px;
  font-size: 1.14em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

/* line 22, ../../_assets/sass/components/_calendar.scss */
.event-calendar {
  width: 100%;
  background-color: #fff;
}
/* line 27, ../../_assets/sass/components/_calendar.scss */
.event-calendar caption,
.event-calendar th {
  text-align: center;
}
/* line 32, ../../_assets/sass/components/_calendar.scss */
.event-calendar caption {
  padding: .4em;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  font-size: 1.2em;
  color: #779fac;
}
/* line 42, ../../_assets/sass/components/_calendar.scss */
.event-calendar thead {
  background-color: #779fac;
  color: #fff;
}
/* line 46, ../../_assets/sass/components/_calendar.scss */
.event-calendar thead th {
  border: 1px solid #779fac;
  font-weight: normal;
}
/* line 53, ../../_assets/sass/components/_calendar.scss */
.event-calendar th,
.event-calendar td a,
.event-calendar td span {
  padding: .3em;
}
/* line 59, ../../_assets/sass/components/_calendar.scss */
.event-calendar td {
  margin: 2px;
  border: 1px solid #e7e7e7;
  text-align: center;
}
/* line 66, ../../_assets/sass/components/_calendar.scss */
.event-calendar td a,
.event-calendar td span {
  display: block;
}
/* line 71, ../../_assets/sass/components/_calendar.scss */
.event-calendar td .highlight {
  background-color: #e7e7e7;
  color: #DA71AB;
}
/* line 78, ../../_assets/sass/components/_calendar.scss */
.box .event-calendar {
  margin: 0 auto;
}

@media screen and (min-width: 975px) and (max-width: 1235px) {
  /* line 84, ../../_assets/sass/components/_calendar.scss */
  .calendar-title {
    margin: 3px 0;
    padding: 5px;
  }
}
/* line 2, ../../_assets/sass/sections/_header.scss */
.header-main .form-search {
  float: right;
  width: 63%;
}

/* line 9, ../../_assets/sass/sections/_header.scss */
.header-top {
  margin: 10px 0;
}

/* line 13, ../../_assets/sass/sections/_header.scss */
.brand-link-container {
  text-align: center;
}

/* line 17, ../../_assets/sass/sections/_header.scss */
.brand-link {
  display: inline-block;
  margin: 0 5px;
}
/* line 21, ../../_assets/sass/sections/_header.scss */
.brand-link img {
  width: 100%;
  height: auto;
}
/* line 26, ../../_assets/sass/sections/_header.scss */
.brand-link.first {
  width: 80px;
}
/* line 30, ../../_assets/sass/sections/_header.scss */
.brand-link.last {
  width: 35px;
  margin-top: 30px;
}

/* line 36, ../../_assets/sass/sections/_header.scss */
.header-nav-social {
  margin: 10px 0;
  text-align: center;
}

/* line 42, ../../_assets/sass/sections/_header.scss */
.header-nav-container {
  float: left;
}

/* line 46, ../../_assets/sass/sections/_header.scss */
.header-nav-button {
  float: left;
  display: block;
  padding: 10px 22px;
  background-color: #DA71AB;
  border-radius: 47px;
  color: #fff;
}
/* line 57, ../../_assets/sass/sections/_header.scss */
.header-nav-button span {
  display: none;
}

/* line 62, ../../_assets/sass/sections/_header.scss */
.header-nav {
  z-index: 10;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #DA71AB;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
/* line 75, ../../_assets/sass/sections/_header.scss */
.menu-open .header-nav {
  left: 0;
}

/* line 80, ../../_assets/sass/sections/_header.scss */
.header-address {
  display: none;
}

/* line 84, ../../_assets/sass/sections/_header.scss */
.header-phone {
  display: none;
}

/* line 88, ../../_assets/sass/sections/_header.scss */
.header-box-president,
.header-slide-main-container {
  width: 98.77049%;
  margin: 0.61475%;
}

@media screen and (min-width: 410px) {
  /* line 94, ../../_assets/sass/sections/_header.scss */
  .brand-link-container {
    float: left;
  }

  /* line 98, ../../_assets/sass/sections/_header.scss */
  .brand-link {
    display: block;
    float: left;
  }

  /* line 103, ../../_assets/sass/sections/_header.scss */
  .header-nav-social {
    float: right;
    margin-top: 40px;
  }
}
@media screen and (min-width: 320px) {
  /* line 111, ../../_assets/sass/sections/_header.scss */
  .header-nav {
    left: -300px;
    width: 300px;
  }
}
@media screen and (min-width: 430px) {
  /* line 120, ../../_assets/sass/sections/_header.scss */
  .header-main .form-search {
    width: 80%;
  }
}
@media screen and (min-width: 540px) {
  /* line 127, ../../_assets/sass/sections/_header.scss */
  .brand-link {
    margin: 0;
  }
  /* line 128, ../../_assets/sass/sections/_header.scss */
  .brand-link img {
    width: auto;
  }
  /* line 134, ../../_assets/sass/sections/_header.scss */
  .brand-link.first {
    width: 132px;
  }
  /* line 138, ../../_assets/sass/sections/_header.scss */
  .brand-link.last {
    width: 58px;
    margin: 44px 0 0 20px;
  }

  /* line 144, ../../_assets/sass/sections/_header.scss */
  .header-nav-social {
    margin-top: 90px;
  }

  /* line 148, ../../_assets/sass/sections/_header.scss */
  .header-nav {
    left: -450px;
    width: 450px;
  }
}
@media screen and (min-width: 715px) {
  /* line 157, ../../_assets/sass/sections/_header.scss */
  .header-box-president,
  .header-slide-main-container {
    float: left;
    width: 48.77049%;
    margin: 0.61475%;
  }
}
@media screen and (min-width: 975px) {
  /* line 166, ../../_assets/sass/sections/_header.scss */
  .header-main {
    position: relative;
    padding-top: 27px;
  }
  /* line 171, ../../_assets/sass/sections/_header.scss */
  .header-main .form-search {
    float: left;
    width: 320px;
    margin: 0 0.61475%;
  }

  /* line 179, ../../_assets/sass/sections/_header.scss */
  .brand-link-container {
    position: absolute;
    top: 110px;
    left: 22.5px;
  }

  /* line 186, ../../_assets/sass/sections/_header.scss */
  .header-nav-social {
    position: absolute;
    right: 0;
    margin: 0;
  }

  /* line 193, ../../_assets/sass/sections/_header.scss */
  .header-top {
    height: 240px;
    margin-bottom: 0.61475%;
  }

  /* line 198, ../../_assets/sass/sections/_header.scss */
  .header-nav-container {
    z-index: 2;
    position: relative;
    width: 320px;
    margin: 0 0.61475%;
  }
  /* line 206, ../../_assets/sass/sections/_header.scss */
  .header-nav-container:hover .header-nav {
    display: block;
  }

  /* line 212, ../../_assets/sass/sections/_header.scss */
  .header-nav-button {
    width: 100%;
  }
  /* line 215, ../../_assets/sass/sections/_header.scss */
  .header-nav-button span,
  .header-nav-button .icon-menu {
    float: left;
    display: block;
  }
  /* line 222, ../../_assets/sass/sections/_header.scss */
  .header-nav-button span {
    margin-left: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
  }

  /* line 232, ../../_assets/sass/sections/_header.scss */
  .header-nav {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    width: 320px;
    background-color: transparent;
    border-top: 1px solid #fff;
  }
  /* line 243, ../../_assets/sass/sections/_header.scss */
  .header-nav .nav-menu {
    border-radius: 27px;
  }

  /* line 248, ../../_assets/sass/sections/_header.scss */
  .header-banner {
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 0;
    width: 610px;
    height: 155px;
    background: url(../img/banner-header.jpg) 0 0 no-repeat;
  }

  /* line 259, ../../_assets/sass/sections/_header.scss */
  .header-address {
    position: absolute;
    top: 255px;
    left: 260px;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1235px) {
  /* line 271, ../../_assets/sass/sections/_header.scss */
  .header-main .form-search {
    width: 290px;
  }
  /* line 276, ../../_assets/sass/sections/_header.scss */
  .header-main.with-shadow .header-top {
    box-shadow: 0 30px 50px rgba(119, 159, 172, 0.5);
  }
  /* line 279, ../../_assets/sass/sections/_header.scss */
  .header-main.with-shadow .header-top:before, .header-main.with-shadow .header-top:after {
    position: absolute;
    top: 0;
    width: 30px;
    height: 150px;
    background-color: #fff;
    content: " ";
  }
  /* line 291, ../../_assets/sass/sections/_header.scss */
  .header-main.with-shadow .header-top:before {
    left: -30px;
  }
  /* line 295, ../../_assets/sass/sections/_header.scss */
  .header-main.with-shadow .header-top:after {
    right: -30px;
  }
  /* line 301, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed {
    padding-top: 100px;
  }
  /* line 305, ../../_assets/sass/sections/_header.scss */
  .home .header-main.is-fixed {
    padding-top: 275px;
  }
  /* line 309, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-top {
    z-index: 60;
    position: fixed;
    top: 0;
    width: 1220px;
    height: 99px;
    margin: 0;
    padding: 27px 0 27px 147.5px;
    background-color: #fff;
  }
  /* line 322, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .brand-link-container {
    position: absolute;
    top: -26px;
    left: -35px;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  /* line 331, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-banner {
    display: none;
  }
  /* line 335, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-nav-social {
    right: 177px;
  }
  /* line 339, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-address {
    top: 75px;
    right: 0;
    left: auto;
  }
  /* line 345, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-phone {
    float: right;
    display: block;
    margin-top: 10px;
  }
  /* line 351, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-phone span,
  .header-main.is-fixed .header-phone .icon-phone {
    float: left;
  }
  /* line 356, ../../_assets/sass/sections/_header.scss */
  .header-main.is-fixed .header-phone span {
    display: block;
    margin-left: 12px;
    line-height: 28px;
    color: #DA71AB;
  }

  /* line 367, ../../_assets/sass/sections/_header.scss */
  .header-nav-social {
    right: 325px;
  }

  /* line 371, ../../_assets/sass/sections/_header.scss */
  .header-nav-container {
    width: 290px;
  }

  /* line 375, ../../_assets/sass/sections/_header.scss */
  .header-banner {
    right: 357px;
  }

  /* line 379, ../../_assets/sass/sections/_header.scss */
  .header-box-presidente-top {
    position: absolute;
    top: -275px;
    right: 0;
    height: 255px;
  }
}
/* line 1, ../../_assets/sass/sections/_content.scss */
.page-header {
  border-bottom: 2px solid #DA71AB;
}

/* line 5, ../../_assets/sass/sections/_content.scss */
.page-title {
  margin: 25px 0;
  font-size: 2.58em;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  color: #DA71AB;
}

/* line 15, ../../_assets/sass/sections/_content.scss */
.page-sub_title {
  margin: 10px 0;
  font-size: 1.58em;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  color: #DA71AB;
}

/* line 29, ../../_assets/sass/sections/_content.scss */
.post-share {
  margin-bottom: 35px;
  padding: 10px;
  background-color: #eee;
  border-radius: 8px;
  box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.1);
}

/* line 40, ../../_assets/sass/sections/_content.scss */
.post-share-icon {
  float: left;
  display: block;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
/* line 50, ../../_assets/sass/sections/_content.scss */
.post-share-icon.comment {
  float: right;
}
/* line 54, ../../_assets/sass/sections/_content.scss */
.post-share-icon:hover {
  opacity: .7;
  text-decoration: none;
}
/* line 60, ../../_assets/sass/sections/_content.scss */
.post-share-icon[disabled] {
  opacity: .4;
}
/* line 64, ../../_assets/sass/sections/_content.scss */
.post-share-icon .icon-comment {
  font-size: 1.29em;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  text-indent: 3px;
  color: #fff;
}
/* line 73, ../../_assets/sass/sections/_content.scss */
.post-share-icon span {
  margin: 0 auto;
}

/* line 78, ../../_assets/sass/sections/_content.scss */
.post-title {
  margin: 0 0 35px;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #174b5a;
}

/* line 88, ../../_assets/sass/sections/_content.scss */
.post-info {
  margin: 35px 0 15px 3px;
}
/* line 91, ../../_assets/sass/sections/_content.scss */
.post-info time,
.post-info span {
  text-transform: uppercase;
}

/* line 97, ../../_assets/sass/sections/_content.scss */
.post-content {
  font-size: 1.43em;
  line-height: 1.35;
}
/* line 101, ../../_assets/sass/sections/_content.scss */
.post-content > p {
  margin: .4em 0 1.8em;
}
/* line 105, ../../_assets/sass/sections/_content.scss */
.post-content a {
  color: #DA71AB;
}
/* line 109, ../../_assets/sass/sections/_content.scss */
.post-content img {
  max-width: 100%;
  height: auto;
}
/* line 114, ../../_assets/sass/sections/_content.scss */
.post-content .box-image-day {
  font-size: 14px;
}

/* line 120, ../../_assets/sass/sections/_content.scss */
.post-image-wrapper.pull-left {
  clear: left;
  margin: 0 25px 25px 0;
}
/* line 126, ../../_assets/sass/sections/_content.scss */
.post-image-wrapper.pull-right {
  clear: right;
  margin: 0 0 25px 25px;
}
/* line 132, ../../_assets/sass/sections/_content.scss */
.post-image-wrapper.pull-center {
  clear: both;
  width: 100%;
  text-align: center;
}
/* line 138, ../../_assets/sass/sections/_content.scss */
.post-image-wrapper.pull-center .post-image-figure {
  display: inline-block;
}

/* line 145, ../../_assets/sass/sections/_content.scss */
.post-image {
  position: relative;
  padding: 4px;
  border: 1px solid #bdd;
}

/* line 153, ../../_assets/sass/sections/_content.scss */
.post-image-legend,
.post-image-credit {
  font-size: .6em;
}

/* line 158, ../../_assets/sass/sections/_content.scss */
.post-image-legend {
  margin-top: .65em;
  text-align: left;
  color: #DA71AB;
}

/* line 165, ../../_assets/sass/sections/_content.scss */
.post-image-credit {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 5px 10px;
  background-color: #222;
  color: #fff;
}

/* line 176, ../../_assets/sass/sections/_content.scss */
.post-map-wrapper {
  width: 100%;
}

/* line 180, ../../_assets/sass/sections/_content.scss */
.wrapper-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
/* line 186, ../../_assets/sass/sections/_content.scss */
.wrapper-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 196, ../../_assets/sass/sections/_content.scss */
.audiojs * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 202, ../../_assets/sass/sections/_content.scss */
.post-charge {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 208, ../../_assets/sass/sections/_content.scss */
.post-charge img {
  max-width: 100%;
  height: auto;
}

/* line 214, ../../_assets/sass/sections/_content.scss */
.content-loader {
  float: left;
  width: 98.77049%;
  margin: 0.61475%;
  padding: 2em 0;
  background: #f6f6f6 url(../img/loader.GIF) center center no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 2em;
}

/* line 226, ../../_assets/sass/sections/_content.scss */
.file-list-title {
  margin: 2em 0 .2em;
  padding-top: .5em;
  border-top: 1px solid #777;
}

/* line 233, ../../_assets/sass/sections/_content.scss */
.file-list {
  margin: 0;
  list-style-type: none;
}

/* line 239, ../../_assets/sass/sections/_content.scss */
.post-footer {
  clear: both;
  margin-top: 1em;
}

/* line 245, ../../_assets/sass/sections/_content.scss */
.post-comments {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
/* line 252, ../../_assets/sass/sections/_content.scss */
.post-comments.is-closed .js-open-comments {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 256, ../../_assets/sass/sections/_content.scss */
.post-comments.is-closed .js-close-comments {
  -moz-transform: translate3d(150%, 0, 0);
  -ms-transform: translate3d(150%, 0, 0);
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
}
/* line 260, ../../_assets/sass/sections/_content.scss */
.post-comments.is-closed #disqus_thread {
  max-height: 0;
}
/* line 265, ../../_assets/sass/sections/_content.scss */
.post-comments .js-open-comments,
.post-comments .js-close-comments,
.post-comments #disqus_thread {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 271, ../../_assets/sass/sections/_content.scss */
.post-comments .js-open-comments {
  float: left;
  -moz-transform: translate3d(-150%, 0, 0);
  -ms-transform: translate3d(-150%, 0, 0);
  -webkit-transform: translate3d(-150%, 0, 0);
  transform: translate3d(-150%, 0, 0);
}
/* line 277, ../../_assets/sass/sections/_content.scss */
.post-comments .js-close-comments {
  float: right;
}
/* line 281, ../../_assets/sass/sections/_content.scss */
.post-comments .js-open-comments,
.post-comments .js-close-comments {
  display: block;
  height: 30px;
  padding: 0 13px;
  background-color: #DA71AB;
  border-radius: 15px;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}
/* line 295, ../../_assets/sass/sections/_content.scss */
.post-comments #disqus_thread {
  overflow: hidden;
  max-height: 9999px;
}

/* line 302, ../../_assets/sass/sections/_content.scss */
.more-content {
  z-index: 2;
  position: relative;
  padding: 20px 0 0;
  background: #fff;
  box-shadow: 0 -20px 30px rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 655px) {
  /* line 313, ../../_assets/sass/sections/_content.scss */
  .post-title {
    font-size: 3.71em;
  }
}
@media screen and (min-width: 1235px) {
  /* line 319, ../../_assets/sass/sections/_content.scss */
  .post-share {
    position: absolute;
    margin-left: 1139px;
  }
  /* line 324, ../../_assets/sass/sections/_content.scss */
  .post-share.is-fixed {
    position: fixed;
    top: 165px;
  }

  /* line 330, ../../_assets/sass/sections/_content.scss */
  .post-share-icon {
    float: none;
    margin: 10px auto;
  }
  /* line 335, ../../_assets/sass/sections/_content.scss */
  .post-share-icon-facebook {
    padding: 0 4px;
    font-size: 0;
  }
  /* line 340, ../../_assets/sass/sections/_content.scss */
  .post-share-icon.comment {
    float: none;
  }

  /* line 345, ../../_assets/sass/sections/_content.scss */
  .post {
    min-height: 650px;
    padding: 0 85px 0 15px;
  }
}
/* line 1, ../../_assets/sass/sections/_page.scss */
.page-404 {
  width: 96%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #888;
}

/* line 10, ../../_assets/sass/sections/_page.scss */
.page-404-title {
  margin: 0;
  font-size: 2.3em;
}

/* line 16, ../../_assets/sass/sections/_page.scss */
.page-404-text {
  margin: .5em 0 2em;
}

@media screen and (min-width: 975px) {
  /* line 21, ../../_assets/sass/sections/_page.scss */
  .page-404 {
    padding-top: 7em;
  }
}
/* line 1, ../../_assets/sass/layout/_events.scss */
.event-content,
.event-sidebar {
  float: left;
}

/* line 6, ../../_assets/sass/layout/_events.scss */
.event-sidebar,
.event-header {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: .5em;
}

/* line 14, ../../_assets/sass/layout/_events.scss */
.event-sidebar {
  width: 13.77049%;
  margin: 0.61475%;
}
/* line 17, ../../_assets/sass/layout/_events.scss */
.event-sidebar .event-nav-link {
  padding: .7em 1em;
  border-bottom: 1px solid #ddd;
  font-size: 1.3em;
}
/* line 24, ../../_assets/sass/layout/_events.scss */
.event-sidebar .event-nav-link:last-child {
  border-bottom: 0;
}

/* line 30, ../../_assets/sass/layout/_events.scss */
.event-content {
  width: 83.77049%;
  margin: 0.61475%;
}

/* line 37, ../../_assets/sass/layout/_events.scss */
.event-header .event-nav-link {
  float: left;
  width: 8.3333%;
  margin: 0%;
  border-right: 1px solid #ddd;
  font-size: 1.1em;
  text-align: center;
}
/* line 47, ../../_assets/sass/layout/_events.scss */
.event-header .event-nav-link:last-child {
  border-right: 0;
}

/* line 53, ../../_assets/sass/layout/_events.scss */
.event-nav-link {
  display: block;
  padding: .7em 0;
  background-color: #f6f6f6;
  color: #444;
}
/* line 61, ../../_assets/sass/layout/_events.scss */
.event-nav-link:hover, .event-nav-link.active {
  background-color: #efefef;
  text-decoration: none;
}
/* line 68, ../../_assets/sass/layout/_events.scss */
.event-nav-link.active {
  color: #DA71AB;
}

/* line 73, ../../_assets/sass/layout/_events.scss */
.event-list {
  list-style: none;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/* line 79, ../../_assets/sass/layout/_events.scss */
.event-list-container {
  position: relative;
  -moz-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
}
/* line 84, ../../_assets/sass/layout/_events.scss */
.event-list-container.is-loading {
  margin-top: 1em;
  padding-top: 2.5em;
  background: url(../img/loader-white.GIF) top center no-repeat;
}
/* line 91, ../../_assets/sass/layout/_events.scss */
.event-list-container.is-loading .event-list {
  opacity: .5;
}

/* line 97, ../../_assets/sass/layout/_events.scss */
.event-list-item {
  position: relative;
  margin: 2em 1em 1em;
  padding: .5em 1em;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 110, ../../_assets/sass/layout/_events.scss */
.event-item-day {
  position: absolute;
  top: -17px;
  left: -17px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #DA71AB;
  border-radius: 100%;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

/* line 129, ../../_assets/sass/layout/_events.scss */
.event-item-date {
  line-height: 16px;
}
/* line 132, ../../_assets/sass/layout/_events.scss */
.event-item-date .icon-calendar,
.event-item-date .icon-clock {
  display: inline-block;
  margin-right: 6px;
}
/* line 138, ../../_assets/sass/layout/_events.scss */
.event-item-date .icon-clock {
  margin-left: 10px;
}

/* line 143, ../../_assets/sass/layout/_events.scss */
.event-item-title {
  line-height: 1.2;
}

/* line 147, ../../_assets/sass/layout/_events.scss */
.event-item-link {
  color: #779fac;
}

/* line 151, ../../_assets/sass/layout/_events.scss */
.event-item-description {
  line-height: 1.4;
  color: #444;
}

/* line 156, ../../_assets/sass/layout/_events.scss */
.event-item-share {
  float: left;
  margin: 0 10px 10px 0;
}

/*# sourceMappingURL=main_rosa.css.map */
