@charset "UTF-8";
/*
Theme Name: -------
Theme URI: http://
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/
/* Vendor */
/* Vendor */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

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

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

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

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

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

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/* Config */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

p {
  line-height: 1.5em; }

b,
strong {
  font-weight: 700; }

ol > li > ul {
  margin-top: .5em;
  display: block; }

figure {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

.header {
  background-color: #3e87d4;
  position: sticky;
  top: 0;
  z-index: 2; }
  @media screen and (max-width: 600px) {
    .header {
      position: initial; } }
  .header a {
    color: #FFF;
    font-weight: 400; }
  .header__container {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    flex-wrap: wrap; }
  .header__grid-left {
    width: 25%; }
  .header__grid-right {
    width: 75%;
    display: flex;
    flex-wrap: wrap; }
    .header__grid-right div {
      margin-right: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      flex: 1;
      margin: auto 0; }
  @media screen and (max-width: 960px) {
    .header__grid-left, .header__grid-right {
      width: 100%; } }
  .header__menu {
    margin: .5em 0;
    text-transform: uppercase; }
    .header__menu ul, .header__menu ol {
      list-style: none !important;
      padding: 0;
      margin: 0; }
    .header__menu li {
      margin: 0; }
    .header__menu ul {
      display: flex;
      flex-wrap: wrap; }
      .header__menu ul li a {
        padding: 1em;
        text-decoration: none;
        font-weight: 300; }
        .header__menu ul li a:hover {
          font-weight: bold; }
      @media screen and (max-width: 600px) {
        .header__menu ul li {
          border-bottom: 1px solid #EFEFEF;
          width: 48%;
          text-align: center;
          margin: 8px 1%; } }
      .body--page-index .header__menu ul li.item-index a,
      .body--page-entorn .header__menu ul li.item-entorn a,
      .body--page-allotjaments .header__menu ul li.item-allotjaments a,
      .body--page-contacte .header__menu ul li.item-contacte a {
        font-weight: bold; }
    @media screen and (max-width: 960px) {
      .header__menu {
        margin-right: auto;
        margin-left: auto; } }
  .header__langs {
    margin: .5em 0; }
    .header__langs ul, .header__langs ol {
      list-style: none !important;
      padding: 0;
      margin: 0; }
    .header__langs li {
      margin: 0; }
    .header__langs ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: 30px; }
      .header__langs ul li a {
        padding: 1em .5em;
        text-decoration: none;
        position: relative;
        font-weight: 300; }
        .header__langs ul li a:hover {
          font-weight: bold; }
          .header__langs ul li a:hover:after {
            font-weight: normal; }
        .header__langs ul li a:after {
          content: "/";
          position: absolute;
          right: -12.5%;
          font-weight: 300; }
        .body-lang--ca .header__langs ul li a.item-lang-ca,
        .body-lang--es .header__langs ul li a.item-lang-es,
        .body-lang--en .header__langs ul li a.item-lang-en,
        .body-lang--fr .header__langs ul li a.item-lang-fr {
          font-weight: bold; }
      .header__langs ul li:last-child a:after {
        display: none; }
    @media screen and (max-width: 960px) and (min-width: 600px) {
      .header__langs {
        position: absolute;
        top: 0; } }
    @media screen and (max-width: 600px) {
      .header__langs {
        text-align: center;
        margin: 1em auto; } }
  .header__logo {
    margin: .5em 0; }
    .header__logo a {
      text-decoration: none;
      display: flex; }
      .header__logo a i {
        margin: auto 0; }
      .header__logo a span {
        margin: auto 0px auto 12px;
        font-size: 1.1em;
        font-weight: bold; }
        .header__logo a span i {
          font-weight: 300; }
    .header__logo svg {
      fill: #FFF;
      width: 56px;
      display: inline-block;
      float: left;
      margin: .25em 0; }
    @media screen and (max-width: 960px) {
      .header__logo {
        display: flex; }
        .header__logo a {
          margin: auto;
          max-width: 200px;
          font-size: .8em; }
        .header__logo svg {
          display: block;
          margin: .25px auto; } }

.main {
  min-height: 90vh;
  animation: fadeinMain .8s; }

@keyframes fadeinMain {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .main__overlay {
    position: relative;
    overflow: hidden; }

@keyframes fadeinMainOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .main__overlay:before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 200;
      width: 100%;
      height: 100vw;
      background: rgba(34, 34, 34, 0.5);
      animation: fadeinMainOverlay 1.8s; }

.footer {
  background-color: #3e87d4;
  display: block;
  color: #FFF;
  margin: 0;
  width: 100%;
  font-size: 1.1em; }
  @media (max-width: 767px) {
    .footer {
      font-size: 1em; } }
  .footer svg {
    fill: #FFF;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-left: .5em; }
  .footer p {
    padding: 82px 16px;
    margin: 0; }
    @media (max-width: 767px) {
      .footer p {
        padding: 20px; } }
  .footer a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px dotted #EFEFEF; }
    .footer a:hover {
      font-weight: bold; }

.e-vertical-align-middle {
  vertical-align: middle; }

.e-text-decoration-none {
  text-decoration: none !important; }

.e-background-green {
  background-color: #97c15c; }

.e-background-gray {
  background-color: #4d4d4d; }

.e-background-gray-light {
  background-color: #f3f3f3; }

.e-reset-list ul, .e-reset-list ol {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.e-reset-list li {
  margin: 0; }

.e-reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  outline: none; }

.e-grid-btns {
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media (max-width: 767px) {
    .e-grid-btns {
      max-width: 100%;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 2em; } }

.e-animation-text-focus-in {
  animation: e-animation-text-focus-in 1.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@keyframes e-animation-text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0; }
  100% {
    filter: blur(0px);
    opacity: .5; } }

.e-animation-text-focus-in-100 {
  animation: e-animation-text-focus-in-100 1.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@keyframes e-animation-text-focus-in-100 {
  0% {
    filter: blur(12px);
    opacity: 0; }
  100% {
    filter: blur(0px);
    opacity: 1; } }

.e-shadow-drop-center {
  animation: e-shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes e-shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35); } }

.e-shadow-drop-2-center {
  animation: e-shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes e-shadow-drop-2-center {
  0% {
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    transform: translateY(-1px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35); } }

.e-shadow-drop-3-center {
  animation: e-shadow-drop-3-center 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes e-shadow-drop-3-center {
  0% {
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    transform: translateY(0px);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35); } }

.e-ilumination-drop-center {
  animation: e-ilumination-drop-center 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes e-ilumination-drop-center {
  0% {
    transform: translateZ(0); }
  100% {
    transform: translateY(0px); } }

.e-shadow-inset-center {
  animation: e-shadow-inset-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes e-shadow-inset-center {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5); } }

.e-fade-in {
  animation: e-fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@keyframes e-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.e-slide-in-bottom {
  animation: e-slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes e-slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.e-fade-in-bottom {
  animation: e-fade-in-bottom 2.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: .5s; }

@keyframes e-fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.e-fade-in-bottom {
  animation: e-fade-in-bottom 2.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 0s; }

@keyframes e-fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.e-flip-vertical-right {
  animation: e-flip-vertical-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

@keyframes e-flip-vertical-right {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(180deg); } }

.e-fill {
  object-fit: fill; }

.e-contain {
  object-fit: contain; }

.e-cover {
  object-fit: cover; }

.e-scale-down {
  object-fit: scale-down; }

.e-none {
  object-fit: none; }

.e-margin-auto {
  margin: auto; }

.e-margin-0 {
  margin: 0 !important; }

.e-margin-bottom-em-05 {
  margin-bottom: .5em !important; }

.e-margin-bottom-em-1 {
  margin-bottom: 1em !important; }

.e-margin-bottom-em-2 {
  margin-bottom: 2em !important; }

.e-margin-bottom-em-3 {
  margin-bottom: 3em !important; }

.e-margin-top-em-05 {
  margin-top: .5em !important; }

.e-margin-top-em-1 {
  margin-top: 1em !important; }

.e-margin-top-em-2 {
  margin-top: 2em !important; }

.e-margin-top-em-3 {
  margin-top: 3em !important; }

.e-margin-top-0 {
  margin-top: 0; }

.e-margin-left-em-1 {
  margin-left: 1em !important; }

@media (max-width: 767px) {
  .e-margin-only-mobile-bottom-em-3 {
    margin-bottom: 3em; } }

.e-padding-0 {
  padding: 0; }

.e-padding-top-px-10 {
  padding-top: 10px !important; }

.e-padding-top-px-20 {
  padding-top: 20px !important; }

.e-padding-top-px-30 {
  padding-top: 30px !important; }

.e-padding-top-px-50 {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .e-padding-top-px-50--mobile {
      padding-top: 50px !important; } }

.e-padding-top-px-60 {
  padding-top: 60px !important; }

.e-padding-top-px-75 {
  padding-top: 75px !important; }

.e-padding-top-px-85 {
  padding-top: 85px !important; }

.e-padding-top-px-100 {
  padding-top: 100px; }

.e-padding-bottom-px-10 {
  padding-bottom: 10px !important; }

.e-padding-bottom-px-20 {
  padding-bottom: 20px !important; }

.e-padding-bottom-px-30 {
  padding-bottom: 30px !important; }

.e-padding-bottom-px-50 {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .e-padding-bottom-px-50--mobile {
      padding-bottom: 20px !important; } }

.e-padding-bottom-px-60 {
  padding-bottom: 60px !important; }

.e-padding-bottom-px-75 {
  padding-bottom: 75px !important; }

.e-padding-bottom-px-85 {
  padding-bottom: 85px !important; }

.e-padding-bottom-px-100 {
  padding-bottom: 100px; }

.e-padding-right-px-10 {
  padding-right: 10px; }

@media (max-width: 767px) {
  .e-padding-only-mobile-bottom-px-10 {
    padding-bottom: 10px !important; }
  .e-padding-only-mobile-bottom-px-20 {
    padding-bottom: 20px !important; }
  .e-padding-only-mobile-bottom-px-30 {
    padding-bottom: 30px !important; }
  .e-padding-only-mobile-bottom-px-50 {
    padding-bottom: 50px !important; } }

.e-image-800px {
  max-width: 800px; }
  @media (max-width: 767px) {
    .e-image-800px {
      max-width: 100%; } }

.e-image-fix-90px {
  width: 90px;
  height: 90px; }

@media (max-width: 767px) {
  .e-image-fix-70px--mobile {
    width: 70px;
    height: 70px; } }

.e-width-100 {
  width: 100%; }

.e-width-90 {
  width: 90%; }

.e-width-80 {
  width: 80%; }

.e-width-70 {
  width: 70%; }

.e-width-60 {
  width: 60%; }

.e-width-50 {
  width: 50%; }

.e-width-40 {
  width: 40%; }

.e-width-30 {
  width: 30%; }

.e-width-20 {
  width: 20%; }

.e-width-10 {
  width: 10%; }

.e-width-px-90 {
  width: 90px; }

.e-width-px-80 {
  width: 80px; }

.e-width-px-70 {
  width: 70px; }

.e-width-px-60 {
  width: 60px; }

.e-width-px-50 {
  width: 50px; }

.e-width-px-40 {
  width: 40px; }

.e-width-px-30 {
  width: 30px; }

.e-width-px-20 {
  width: 20px; }

.e-width-px-15 {
  width: 15px;
  max-height: 15px;
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle; }

.e-width-px-10 {
  width: 10px; }

@media (max-width: 767px) {
  .e-width-mobile-100 {
    width: 100%; } }

.e-display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.e-display-block {
  display: block !important; }

.e-display-inline-block {
  display: inline-block !important; }

.e-display-none {
  display: none !important; }

.e-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.e-position-relative {
  position: relative; }

.e-flex-direction-column {
  flex-direction: column; }

.e-flex-direction-row {
  flex-direction: row; }

.e-justify-content-center {
  justify-content: center; }
  @media (max-width: 767px) {
    .e-justify-content-center--mobile {
      justify-content: center; } }

.e-justify-content-flex-end {
  justify-content: flex-end; }

.e-justify-content-flex-start {
  justify-content: flex-start; }

.e-flex-direction-column {
  flex-direction: column; }

.e-flex-1 {
  flex: 1; }

.e-btn, .c-form button[type=submit] {
  border-radius: 20px;
  padding: 1em 2em;
  display: inline-block;
  text-decoration: none;
  color: transparent; }
  .e-btn--white {
    background-color: #FFF;
    color: #97c15c;
    font-weight: 400; }
    .e-btn--white:hover {
      opacity: .8; }
  .e-btn--occupied {
    background-color: #dee4eb;
    color: #ff4550;
    font-weight: 400; }
  .e-btn--green, .c-form button[type=submit] {
    background-color: #97c15c;
    color: #FFF;
    font-weight: 400; }
    .e-btn--green:hover, .c-form button:hover[type=submit] {
      background-color: #FFF;
      color: #97c15c;
      font-weight: 400; }
  .e-btn__play a:before {
    content: "";
    position: absolute;
    transition: 1s;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 50px);
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 100px solid #FFF; }
  .e-btn__plus-info, .e-btn__reserva, .e-btn__popup {
    background: transparent;
    border: 2px solid #3C3C3B;
    color: #3C3C3B;
    padding: .8em 3em;
    margin-top: 20px;
    cursor: pointer;
    font-size: 1em;
    transition: .2s;
    display: block;
    margin: 3em auto; }
    @media only screen and (min-width: 2000px) {
      .e-btn__plus-info, .e-btn__reserva, .e-btn__popup {
        font-size: 1vw; } }
    .e-btn__plus-info:hover, .e-btn__reserva:hover, .e-btn__popup:hover {
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFF; }
    @media (max-width: 767px) {
      .e-btn__plus-info, .e-btn__reserva, .e-btn__popup {
        font-size: 2vh; } }
    .e-btn__plus-info--margin-bottom-min, .e-btn__reserva--margin-bottom-min, .e-btn__popup--margin-bottom-min {
      margin-top: 2em; }
    .e-btn__plus-info--margin-bottom-top-min, .e-btn__reserva--margin-bottom-top-min, .e-btn__popup--margin-bottom-top-min {
      margin-top: 1em;
      margin-bottom: 1.5em; }
    .e-btn__plus-info--inline-block, .e-btn__reserva--inline-block, .e-btn__popup--inline-block {
      display: inline-block; }
  .e-btn__favorit {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    z-index: 1; }
    .e-btn__favorit .svg__favorit {
      width: 20px;
      height: 20px; }
      .e-btn__favorit .svg__favorit:hover .a {
        fill: red; }
  .e-btn--hover-blue:hover, .c-form button:hover[type=submit] {
    background-color: #3e87d4;
    color: #FFF; }

.e-grid-container,
.e-container,
.header__container,
.c-banner-home__hero,
.c-banner-section__hero,
.grid-container,
.container {
  max-width: 1500px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .e-grid-container,
    .e-container,
    .header__container,
    .c-banner-home__hero,
    .c-banner-section__hero,
    .grid-container,
    .container {
      margin-right: 1.5em;
      margin-left: 1.5em; } }
  .e-grid-container .row,
  .e-container .row,
  .header__container .row,
  .c-banner-home__hero .row,
  .c-banner-section__hero .row,
  .grid-container .row,
  .container .row {
    margin: 0; }

.e-grid-container-full,
.e-container-full,
.grid-container-full,
.container-full {
  max-width: 100% !important;
  width: 100% !important; }

.e-image-center {
  display: block;
  margin: 0 auto; }

.e-image-float-left {
  float: left;
  padding-right: 20px; }

@media (max-width: 767px) {
  .e-content-center__flex--only-mobile {
    display: flex;
    width: 100%;
    justify-content: center; } }

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

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

.e-text-color-alert, .e-color-alert {
  color: red; }

.e-text-color-white {
  color: #FFF; }

.e-text-color-blue {
  color: #3e87d4; }

.e-text-color-gray {
  color: #4d4d4d; }

.e-text-color-green {
  color: #97c15c; }

.e-text-bold {
  font-weight: bold; }

.e-text-regular {
  font-weight: 400; }

.e-text-light {
  font-weight: 300; }

.e-text-align-center {
  text-align: center; }
  @media (max-width: 767px) {
    .e-text-align-center--mobile {
      text-align: center; } }

.e-text-justify {
  text-align: justify; }

.e-only-desktop {
  display: none; }
  @media (min-width: 767px) {
    .e-only-desktop {
      display: block !important; } }

.e-text-increase-1-1 {
  font-size: 1.1em; }

.e-text-increase-1-3 {
  font-size: 1.3em; }

.e-text-increase-1-4 {
  font-size: 1.4em; }

.e-text-increase-1-2 {
  font-size: 1.2em; }

.e-text-increase-1-3 {
  font-size: 1.3em; }

.e-text-increase-1-4 {
  font-size: 1.4em; }

.e-text-increase-1-5 {
  font-size: 1.5em; }

.e-text-increase-1-6 {
  font-size: 1.6em; }

.e-text-increase-1-7 {
  font-size: 1.7em; }

.e-text-increase-1-8 {
  font-size: 1.8em; }

.e-text-increase-1-9 {
  font-size: 1.9em; }

.e-text-increase-2 {
  font-size: 2em; }

.e-text-increase-2-1 {
  font-size: 2.1em; }

.e-text-increase-2-2 {
  font-size: 2.2em; }

.e-text-increase-2-3 {
  font-size: 2.3em; }

.e-text-increase-2-4 {
  font-size: 2.4em; }

.e-text-increase-2-5 {
  font-size: 2.5em; }

.e-text-increase-2-6 {
  font-size: 2.6em; }

.e-text-increase-2-7 {
  font-size: 2.7em; }

.e-text-increase-2-8 {
  font-size: 2.8em; }

.e-text-increase-2-9 {
  font-size: 2.9em; }

.e-text-decrement-0-9 {
  font-size: .9rem; }

.e-info-text {
  width: 100% !important; }
  .e-info-text:before {
    content: "i";
    width: 23px;
    height: 23px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    margin-right: 8px;
    background-color: #69BFAB;
    color: #FFF;
    font-weight: bold;
    margin-left: 1em; }
    @media (max-width: 767px) {
      .e-info-text:before {
        margin-left: 0; } }

.e-text-inner-banner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex; }
  .e-text-inner-banner__container {
    margin: auto; }

.e-display-block, .display-block {
  display: block; }

.e-only-mobile {
  display: none; }
  @media (max-width: 767px) {
    .e-only-mobile {
      display: block !important; } }

.e-order-5 {
  order: 5; }

.e-clear, .clear {
  clear: both; }
  .e-clear:after, .clear:after {
    content: "";
    display: block;
    clear: both; }

@media (max-width: 767px) {
  .e-clear-mobile {
    clear: both; } }

.e-height-100 {
  height: 100%; }

.e-height-px-30 {
  height: 30px; }

.e-shadow {
  margin-top: 100px;
  width: 100%;
  height: 100px;
  display: block;
  box-shadow: 0 -30px 30px 0px #E5E5E5; }

.e-oscure-banner {
  position: relative; }
  .e-oscure-banner img {
    display: block; }
  .e-oscure-banner:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: 1s; }
  .e-oscure-banner--opacity-50:before {
    background-color: rgba(0, 0, 0, 0.5); }

.e-border-0 {
  border: 0 !important; }

.e-border-right {
  border-right: 1px solid #dcdcdc; }

.e-border-bottom {
  border-bottom: 1px solid #dcdcdc; }

@media (max-width: 767px) {
  .e-border--no-mobile-0 {
    border: 0; } }

@media (max-width: 767px) {
  .e-border--no-mobile-right {
    border-right: 0; } }

@media (max-width: 767px) {
  .e-border--no-mobile-left {
    border-left: 0; } }

@media (max-width: 767px) {
  .e-border--no-mobile-top {
    border-top: 0; } }

@media (max-width: 767px) {
  .e-border--no-mobile-bottom {
    border-bottom: 0; } }

@media (max-width: 767px) {
  .e-border-only-mobile-0 {
    border: 0; } }

@media (max-width: 767px) {
  .e-border-only-mobile-right {
    border-right: 1px solid #dcdcdc; } }

@media (max-width: 767px) {
  .e-border-only-mobile-left {
    border-left: 1px solid #dcdcdc; } }

@media (max-width: 767px) {
  .e-border-only-mobile-top {
    border-top: 1px solid #dcdcdc; } }

@media (max-width: 767px) {
  .e-border-only-mobile-bottom {
    border-bottom: 1px solid #dcdcdc; } }

.e-table-generic td {
  border-bottom: 1px solid;
  padding: 1em; }

.e-table-generic--prices {
  width: 100vw;
  width: 100%;
  display: block; }
  .e-table-generic--prices td {
    padding: 2em;
    width: 50%;
    border-right: 1px solid #EFEFEF;
    border-bottom: 0; }
    @media (max-width: 767px) {
      .e-table-generic--prices td {
        width: 100%;
        display: block;
        padding: .5em;
        border-top: 1px solid; } }
  .e-table-generic--prices ul {
    padding-left: 1.2em;
    padding-bottom: .5em; }
    .e-table-generic--prices ul li {
      margin-bottom: 1em; }

.e-arrow-bottom {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #e6e6e6;
  border-shadow: 1px 1px 1px #FFF;
  transform: rotate(225deg);
  bottom: 1.5em;
  left: calc(50% - 20px);
  animation-duration: .8s;
  animation-name: scroll_btn;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s; }
  .e-arrow-bottom.scrolled {
    opacity: 0; }

@keyframes scroll_btn {
  from {
    bottom: 1.5em; }
  to {
    bottom: 2em; } }

.e-ico {
  font-size: 0; }
  .e-ico svg {
    width: 24px;
    height: 24px; }
  .e-ico--phone svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    transform: translateY(2px); }

.e-message {
  text-align: center;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 50px 10px;
  margin: 50px 0;
  animation: fadeinMain-e-message 1.3s; }

@keyframes fadeinMain-e-message {
  from {
    opacity: 0;
    transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }
  .e-message h1 {
    font-size: 6vmin;
    font-weight: bold !important;
    position: relative;
    margin-top: 50px; }
  .e-message p {
    padding: 0em 0 2em;
    margin: auto;
    font-size: 2em; }
  .e-message--ok {
    background-color: #008a00;
    color: #FFF; }
  .e-message--info {
    background-color: #008a00;
    color: #FFF; }
  .e-message--error {
    background-color: #c6040e;
    color: #FFF; }

.c-gallery-material {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 4em auto 0; }
  .c-gallery-material .m-p-g {
    max-width: 100%;
    margin: 0 auto; }
    .c-gallery-material .m-p-g__thumbs {
      float: left;
      position: relative;
      background-size: 100% auto;
      transition: 1s background-size ease-in-out; }
      .c-gallery-material .m-p-g__thumbs:hover {
        background-size: 115% auto;
        transition: 1s background-size;
        background-position: 50% 50%;
        will-change: opacity, transform; }
        .c-gallery-material .m-p-g__thumbs:hover > img {
          opacity: 0 !important;
          filter: blur(50px);
          position: relative;
          filter: blur(10px); }
        .c-gallery-material .m-p-g__thumbs:hover > figure {
          cursor: pointer; }
        .c-gallery-material .m-p-g__thumbs:hover > figcaption {
          opacity: 1;
          z-index: -1;
          width: 100%; }
      .c-gallery-material .m-p-g__thumbs figcaption {
        position: absolute;
        opacity: 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        color: #FFF;
        background-color: rgba(0, 54, 112, 0.7);
        transition: 1s;
        padding: 0 2em; }
        .c-gallery-material .m-p-g__thumbs figcaption h3, .c-gallery-material .m-p-g__thumbs figcaption p, .c-gallery-material .m-p-g__thumbs figcaption button {
          margin: auto; }
        .c-gallery-material .m-p-g__thumbs figcaption p {
          font-weight: 400; }
        .c-gallery-material .m-p-g__thumbs figcaption h3 {
          font-size: 1.8em;
          margin-bottom: 0; }
        .c-gallery-material .m-p-g__thumbs figcaption button {
          background-color: transparent;
          padding: 0;
          border: 0;
          border-radius: 0;
          color: inherit;
          line-height: inherit;
          appearance: none;
          -webkit-appearance: none;
          outline: none; }
        .c-gallery-material .m-p-g__thumbs figcaption button {
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          background: #FFF;
          color: #003670;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          margin: 0px auto;
          padding: 3%; }
      .c-gallery-material .m-p-g__thumbs-img {
        float: left;
        position: relative; }
        .c-gallery-material .m-p-g__thumbs-img img {
          margin: 0;
          vertical-align: bottom;
          cursor: pointer;
          z-index: 1;
          position: relative;
          opacity: 0;
          filter: brightness(100%);
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          will-change: opacity, transform;
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
          .c-gallery-material .m-p-g__thumbs-img img.active {
            z-index: 50; }
          .c-gallery-material .m-p-g__thumbs-img img.layout-completed {
            opacity: 1; }
          .c-gallery-material .m-p-g__thumbs-img img.hide {
            opacity: 0; }
          .c-gallery-material .m-p-g__thumbs-img img:hover {
            filter: brightness(110%); }
    .c-gallery-material .m-p-g__fullscreen {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0);
      visibility: hidden;
      transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
      will-change: background, visibility;
      backface-visibility: hidden; }
      .c-gallery-material .m-p-g__fullscreen.active {
        transition: background .25s ease-out, visibility .01s 0s linear;
        visibility: visible;
        background: rgba(0, 0, 0, 0.88); }
      .c-gallery-material .m-p-g__fullscreen-img {
        pointer-events: none;
        position: absolute;
        transform-origin: left top;
        top: 50%;
        left: 50%;
        max-height: 100vh;
        max-width: 100%;
        visibility: hidden;
        will-change: visibility;
        transition: opacity 0.5s ease-out; }
        .c-gallery-material .m-p-g__fullscreen-img.active {
          visibility: visible;
          opacity: 1 !important;
          transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out; }
        .c-gallery-material .m-p-g__fullscreen-img.almost-active {
          opacity: 0;
          transform: translate3d(0, 0, 0) !important; }
    .c-gallery-material .m-p-g__controls {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 200;
      height: 20vh;
      background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
      .c-gallery-material .m-p-g__controls.active {
        opacity: 1;
        visibility: visible; }
      .c-gallery-material .m-p-g__controls-close, .c-gallery-material .m-p-g__controls-arrow {
        appearance: none;
        border: none;
        background: none; }
        .c-gallery-material .m-p-g__controls-close:focus, .c-gallery-material .m-p-g__controls-arrow:focus {
          outline: none; }
      .c-gallery-material .m-p-g__controls-arrow {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 20%;
        height: 100vh;
        display: flex;
        align-items: center;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        opacity: 0; }
        .c-gallery-material .m-p-g__controls-arrow:hover {
          opacity: 1; }
        .c-gallery-material .m-p-g__controls-arrow--prev {
          left: 0;
          padding-left: 3vw;
          justify-content: flex-start; }
        .c-gallery-material .m-p-g__controls-arrow--next {
          right: 0;
          padding-right: 3vw;
          justify-content: flex-end; }
      .c-gallery-material .m-p-g__controls-close {
        position: absolute;
        top: 3vh;
        left: 3vw;
        z-index: 5;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .c-gallery-material .m-p-g__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.07);
      transition: all .25s ease-out; }
      .c-gallery-material .m-p-g__btn:hover {
        background: rgba(255, 255, 255, 0.15); }
    .c-gallery-material .m-p-g__alertBox {
      position: fixed;
      z-index: 999;
      max-width: 700px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 25px;
      border-radius: 3px;
      text-align: center;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
      color: grey; }
      .c-gallery-material .m-p-g__alertBox h2 {
        color: red; }
  .c-gallery-material h2 {
    font-weight: 300;
    margin: 4vh 4vw;
    letter-spacing: 3px;
    color: grey;
    text-transform: uppercase; }
  .c-gallery-material .demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none;
    color: grey;
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px; }
  .c-gallery-material .demo-btn:hover {
    background: rgba(0, 0, 0, 0.12); }
  @media (max-width: 640px) {
    .c-gallery-material .demo-btn {
      min-width: 0;
      font-size: 14px; } }

.c-banner-home {
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .c-banner-home__hero {
    padding: 14.5vw 1em;
    color: #FFF; }
    @media screen and (max-height: 800px) and (min-width: 1024px) {
      .c-banner-home__hero {
        border: 10px solid red;
        padding: 10.5vw 1em; } }
    .c-banner-home__hero header hgroup h2 {
      -webkit-text-stroke-width: 0px;
      -webkit-text-stroke-color: #000;
      font-weight: 400;
      padding: .25em;
      text-shadow: 1px 0px 1px #000; }
    .c-banner-home__hero h2 {
      font-weight: 300;
      font-size: 2.6em;
      max-width: 80%; }
      @media (max-width: 767px) {
        .c-banner-home__hero h2 {
          max-width: 100%;
          font-size: 2.2em; } }
  .c-banner-home .crossfade > figure {
    animation: imageAnimation 30s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0; }
  .c-banner-home .crossfade > figure:nth-child(1) {
    background-image: url("assets/img/17209751Master.jpg"); }
  .c-banner-home .crossfade > figure:nth-child(2) {
    animation-delay: 6s;
    background-image: url("assets/img/banner-allotjaments@2x.jpg"); }
  .c-banner-home .crossfade > figure:nth-child(3) {
    animation-delay: 12s;
    background-image: url("uploads/AP6.jpg"); }
  .c-banner-home .crossfade > figure:nth-child(4) {
    animation-delay: 18s;
    background-image: url("uploads/AP6dormitori.jpg"); }
  .c-banner-home .crossfade > figure:nth-child(5) {
    animation-delay: 24s;
    background-image: url("uploads/AP6 sala destar.jpg"); }

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0; }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1.05); }
  17% {
    opacity: 1;
    transform: scale(1.1); }
  25% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: scale(1.5); } }

.c-banner-section {
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .c-banner-section__hero {
    padding: 8vw 1em;
    color: #FFF; }
    .c-banner-section__hero h1 {
      font-weight: 400;
      font-size: 3.2em;
      max-width: 80%;
      text-shadow: 2px 0px 2px #333; }
      @media (max-width: 767px) {
        .c-banner-section__hero h1 {
          max-width: 100%; } }

.c-grid-map__container {
  display: flex;
  width: 100%; }

.c-grid-map img {
  border: 1px solid #908a7f; }

.c-grid-map__big {
  flex: 1; }
  .c-grid-map__big img {
    width: 570px;
    display: block; }
  .c-grid-map__big dt {
    flex: 1; }

.c-grid-map dl {
  margin: auto 0; }
  .c-grid-map dl dt {
    margin: 1em; }

.c-map {
  width: 100%;
  height: 500px; }

.c-form {
  max-width: 800px; }
  .c-form input, .c-form textarea {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 18px;
    transition: .7s; }
    .c-form input:hover, .c-form textarea:hover {
      background: rgba(151, 193, 92, 0.2); }
  .c-form label {
    cursor: pointer; }
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #3C3C3B;
    margin-bottom: 2em;
    padding: 1em; }
  .c-form textarea {
    height: 150px; }
  .c-form input[type=checkbox] {
    border: 1px solid #3C3C3B;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin-right: 1em;
    border-radius: 50%; }
    .c-form input[type=checkbox]:checked {
      background: #97c15c;
      position: relative; }
      .c-form input[type=checkbox]:checked:before {
        color: #FFF;
        position: absolute;
        content: "X";
        text-align: center;
        font-size: .8em;
        font-weight: bold;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .c-form button[type=submit] {
    cursor: pointer; }

.c-services-allotjaments {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .c-services-allotjaments {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 10px; } }
  .c-services-allotjaments .item {
    padding: .5em 2em;
    width: 25%; }
    @media (max-width: 767px) {
      .c-services-allotjaments .item {
        width: 100%;
        padding: .5em 0;
        padding: 0; } }
    .c-services-allotjaments .item figure img {
      max-width: 100px;
      max-height: 100px;
      display: block;
      margin: 0 auto; }
    .c-services-allotjaments .item figure figcaption {
      text-align: center;
      margin: 1em auto;
      font-size: 1.2em;
      max-width: 70%; }
      @media (max-width: 767px) {
        .c-services-allotjaments .item figure figcaption {
          max-width: 100%; } }

.c-gallery-photos {
  box-sizing: border-box; }
  .c-gallery-photos a {
    text-decoration: none; }
    .c-gallery-photos a:hover img {
      opacity: .8;
      filter: brightness(110%);
      border: 3px solid #3e87d4; }
  .c-gallery-photos img {
    transition: .5s filter;
    display: block;
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    object-fit: cover; }
    @media (max-width: 767px) {
      .c-gallery-photos img {
        width: 88px;
        height: 88px; } }

/*
🧪   Demos Tests resets css Links : https://codepen.io/chriscoyier/pen/JpLzjd

📗   Guía - Exstructura Scss , 1.3v - 16sep2019

✏️   0    Load Vendors ( Packageds , Node_modules / Bower / otros ... fuera de la carpeta scss generalmente )

✏️   1    Config       ( Vars, Reset css, Mixins , Theme, fonts, grids, etc...)

✏️   2 u- Utils        ( Utilidades css , ejemplo calcular 16:9 en un iframe, etc ...)

✏️   3 e- Element  UI  ( Elementos General , no es necesario ningun arxivo relacionado de html o php)
	u- Elements UI  ( Elementos UI o carecteristicas de un elmento , no es necesario ningun arxivo relacionado de html o php)

✏️   4    Partials     ( Elementos HTML padres del Doom : Header, Footer, Main, Body ) =>'Incluir tambien ID igual que el nombre de la clase'.

✏️   5 s- State        ( Estados Javascript , preferiable con s-js-'Elemento' , 
										si se puede con ID si es solo un elmento para que el 
										navegador no busque entre todo el arbol del Doom .
										Los Eventos del estado deven de tenr la misma 
										referencia .ejemplo : #s-js-eventClick__NOMNRE-COMPONENTE ,
										variantes de activación sin estado como clase:
										is-active, is-mobile , is-stick , is-full , is-....
									)
	   
✏️   6 v- Vendors      ( Vendors modificadores ) => Recomnedación para 
									no incluir !important en los modificadores de Vendor, 
									utilizar el ID del partial, ejemplo #header,#footer,#main .
									El nombre del archivo:;  
									ejemplo: v-NOMBRE-PLUGIN--modified
									)

✏️.   7 c- Components   (El arxivo relacionado también deve de incluir el prefijo 'c-')
*/

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