/* line 1, app/assets/stylesheets/application.scss */
iframe {
  border: 0;
}

/* line 364, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.2/";
}

/* line 368, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 373, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 378, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 383, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

/* line 388, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* line 393, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

/* line 398, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 403, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 408, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 413, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/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.
 */
/* line 290, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, vendor/bundle/ruby/3.3.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}

/* line 6, app/assets/stylesheets/partials/_custom_mixins.scss */
div,
button,
a {
  border: none;
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* line 16, app/assets/stylesheets/partials/_custom_mixins.scss */
img {
  max-width: 100%;
}

/* line 20, app/assets/stylesheets/partials/_custom_mixins.scss */
li,
ul {
  text-decoration: none;
  list-style-type: none;
}

/* line 27, app/assets/stylesheets/partials/_custom_mixins.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, Helvetica, sans-serif;
}

/* HTML5 display-role reset for older browsers */
/* line 117, app/assets/stylesheets/partials/_custom_mixins.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 130, app/assets/stylesheets/partials/_custom_mixins.scss */
body {
  line-height: 1;
}

/* line 133, app/assets/stylesheets/partials/_custom_mixins.scss */
ol,
ul {
  list-style: none;
}

/* line 137, app/assets/stylesheets/partials/_custom_mixins.scss */
blockquote,
q {
  quotes: none;
}

/* line 141, app/assets/stylesheets/partials/_custom_mixins.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 148, app/assets/stylesheets/partials/_custom_mixins.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 156, app/assets/stylesheets/partials/_custom_mixins.scss */
a {
  color: currentColor;
}

/* A elements that don't have a class get default styles */
/* line 161, app/assets/stylesheets/partials/_custom_mixins.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello-d975323bc6a3ecda234a01277f5f4c9c4a3d5d838db60b8e7ea97649f8bd6eff.eot?85074215);
  src: url(/assets/fontello-d975323bc6a3ecda234a01277f5f4c9c4a3d5d838db60b8e7ea97649f8bd6eff.eot?85074215#iefix) format("embedded-opentype"), url(/assets/fontello-949ee480fe2c4821e0042b868201d296fddf4bbbf5593d49c3e356b6d9ddbe54.woff2?85074215) format("woff2"), url(/assets/fontello-8f70b431f128278fc93f3170a430f78a1ce7bce47f2a7c22e789035173d56b5e.woff?85074215) format("woff"), url(/assets/fontello-fb1ee871d0c6229c46ba521cf7dc4cd633691ea3f0e9476ddb45c543f2d4e882.ttf?85074215) format("truetype"), url(/assets/fontello-452e41827bea239e748866642c82916d4815398d8e54c601c5cdf4e526e657fa.svg?85074215#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: font-url(/assets/fontello-452e41827bea239e748866642c82916d4815398d8e54c601c5cdf4e526e657fa.svg?85074215#fontello) format('svg');
  }
}
*/
/* line 23, vendor/assets/stylesheets/fontello.scss */
.icon-wifi:before, .icon-tele:before, .icon-sepelio:before, .icon-luz:before, .icon-ambulancia:before, .icon-agua:before, .icon-elortondo2:before, .icon-nichos:before, .icon-gift-box:before, .icon-slides:before, .icon-circle:before, .icon-envelope-inverse:before, .icon-roadmap:before, .icon-link:before, .icon-laptop:before, .icon-triangle-up:before, .icon-triangle-down:before, .icon-marker:before, .icon-triangle-left:before, .icon-edit-paper:before, .icon-people:before, .icon-zoom:before, .icon-home:before, .icon-mail-black:before, .icon-triangle-right:before, .icon-calendar:before, .icon-search-reverse:before, .icon-up-thin-arrow:before, .icon-mail:before, .icon-heart:before, .icon-down-thin-arrow:before, .icon-youtube-square:before, .icon-skype-circled:before, .icon-left-thin-arrow:before, .icon-power:before, .icon-play-circle:before, .icon-right-thin-arrow:before, .icon-calculator:before, .icon-user-fat:before, .icon-edit:before, .icon-menu:before, .icon-search:before, .icon-squared-erase:before, .icon-calculadora:before, .icon-map:before, .icon-erase:before, .icon-user:before, .icon-gplus-circled:before, .icon-key:before, .icon-service-station:before, .icon-plain:before, .icon-lock:before, .icon-facebook-circled:before, .icon-linkedin-circled:before, .icon-arrow-up:before, .icon-telephone:before, .icon-envelope:before, .icon-cellphone:before, .icon-home-2:before, .icon-face:before, .icon-gallery:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-down:before, .icon-twitter-circled:before, .icon-weight:before, .icon-big-play:before, .icon-big-cross:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 58, vendor/assets/stylesheets/fontello.scss */
.icon-big-cross:before {
  content: '\e800';
}

/* '' */
/* line 59, vendor/assets/stylesheets/fontello.scss */
.icon-big-play:before {
  content: '\e801';
}

/* '' */
/* line 60, vendor/assets/stylesheets/fontello.scss */
.icon-weight:before {
  content: '\e802';
}

/* '' */
/* line 61, vendor/assets/stylesheets/fontello.scss */
.icon-twitter-circled:before {
  content: '\e803';
}

/* '' */
/* line 62, vendor/assets/stylesheets/fontello.scss */
.icon-arrow-down:before {
  content: '\e804';
}

/* '' */
/* line 63, vendor/assets/stylesheets/fontello.scss */
.icon-arrow-left:before {
  content: '\e805';
}

/* '' */
/* line 64, vendor/assets/stylesheets/fontello.scss */
.icon-arrow-right:before {
  content: '\e806';
}

/* '' */
/* line 65, vendor/assets/stylesheets/fontello.scss */
.icon-gallery:before {
  content: '\e807';
}

/* '' */
/* line 66, vendor/assets/stylesheets/fontello.scss */
.icon-face:before {
  content: '\e808';
}

/* '' */
/* line 67, vendor/assets/stylesheets/fontello.scss */
.icon-home-2:before {
  content: '\e809';
}

/* '' */
/* line 68, vendor/assets/stylesheets/fontello.scss */
.icon-cellphone:before {
  content: '\e80a';
}

/* '' */
/* line 69, vendor/assets/stylesheets/fontello.scss */
.icon-envelope:before {
  content: '\e80b';
}

/* '' */
/* line 70, vendor/assets/stylesheets/fontello.scss */
.icon-telephone:before {
  content: '\e80c';
}

/* '' */
/* line 71, vendor/assets/stylesheets/fontello.scss */
.icon-arrow-up:before {
  content: '\e80d';
}

/* '' */
/* line 72, vendor/assets/stylesheets/fontello.scss */
.icon-linkedin-circled:before {
  content: '\e80e';
}

/* '' */
/* line 73, vendor/assets/stylesheets/fontello.scss */
.icon-facebook-circled:before {
  content: '\e80f';
}

/* '' */
/* line 74, vendor/assets/stylesheets/fontello.scss */
.icon-lock:before {
  content: '\e810';
}

/* '' */
/* line 75, vendor/assets/stylesheets/fontello.scss */
.icon-plain:before {
  content: '\e811';
}

/* '' */
/* line 76, vendor/assets/stylesheets/fontello.scss */
.icon-service-station:before {
  content: '\e812';
}

/* '' */
/* line 77, vendor/assets/stylesheets/fontello.scss */
.icon-key:before {
  content: '\e813';
}

/* '' */
/* line 78, vendor/assets/stylesheets/fontello.scss */
.icon-gplus-circled:before {
  content: '\e814';
}

/* '' */
/* line 79, vendor/assets/stylesheets/fontello.scss */
.icon-user:before {
  content: '\e815';
}

/* '' */
/* line 80, vendor/assets/stylesheets/fontello.scss */
.icon-erase:before {
  content: '\e816';
}

/* '' */
/* line 81, vendor/assets/stylesheets/fontello.scss */
.icon-map:before {
  content: '\e817';
}

/* '' */
/* line 82, vendor/assets/stylesheets/fontello.scss */
.icon-calculadora:before {
  content: '\e818';
}

/* '' */
/* line 83, vendor/assets/stylesheets/fontello.scss */
.icon-squared-erase:before {
  content: '\e819';
}

/* '' */
/* line 84, vendor/assets/stylesheets/fontello.scss */
.icon-search:before {
  content: '\e81a';
}

/* '' */
/* line 85, vendor/assets/stylesheets/fontello.scss */
.icon-menu:before {
  content: '\e81b';
}

/* '' */
/* line 86, vendor/assets/stylesheets/fontello.scss */
.icon-edit:before {
  content: '\e81c';
}

/* '' */
/* line 87, vendor/assets/stylesheets/fontello.scss */
.icon-user-fat:before {
  content: '\e81d';
}

/* '' */
/* line 88, vendor/assets/stylesheets/fontello.scss */
.icon-calculator:before {
  content: '\e81e';
}

/* '' */
/* line 89, vendor/assets/stylesheets/fontello.scss */
.icon-right-thin-arrow:before {
  content: '\e81f';
}

/* '' */
/* line 90, vendor/assets/stylesheets/fontello.scss */
.icon-play-circle:before {
  content: '\e820';
}

/* '' */
/* line 91, vendor/assets/stylesheets/fontello.scss */
.icon-power:before {
  content: '\e821';
}

/* '' */
/* line 92, vendor/assets/stylesheets/fontello.scss */
.icon-left-thin-arrow:before {
  content: '\e822';
}

/* '' */
/* line 93, vendor/assets/stylesheets/fontello.scss */
.icon-skype-circled:before {
  content: '\e823';
}

/* '' */
/* line 94, vendor/assets/stylesheets/fontello.scss */
.icon-youtube-square:before {
  content: '\e824';
}

/* '' */
/* line 95, vendor/assets/stylesheets/fontello.scss */
.icon-down-thin-arrow:before {
  content: '\e825';
}

/* '' */
/* line 96, vendor/assets/stylesheets/fontello.scss */
.icon-heart:before {
  content: '\e826';
}

/* '' */
/* line 97, vendor/assets/stylesheets/fontello.scss */
.icon-mail:before {
  content: '\e827';
}

/* '' */
/* line 98, vendor/assets/stylesheets/fontello.scss */
.icon-up-thin-arrow:before {
  content: '\e828';
}

/* '' */
/* line 99, vendor/assets/stylesheets/fontello.scss */
.icon-search-reverse:before {
  content: '\e829';
}

/* '' */
/* line 100, vendor/assets/stylesheets/fontello.scss */
.icon-calendar:before {
  content: '\e82a';
}

/* '' */
/* line 101, vendor/assets/stylesheets/fontello.scss */
.icon-triangle-right:before {
  content: '\e82b';
}

/* '' */
/* line 102, vendor/assets/stylesheets/fontello.scss */
.icon-mail-black:before {
  content: '\e82c';
}

/* '' */
/* line 103, vendor/assets/stylesheets/fontello.scss */
.icon-home:before {
  content: '\e82d';
}

/* '' */
/* line 104, vendor/assets/stylesheets/fontello.scss */
.icon-zoom:before {
  content: '\e82e';
}

/* '' */
/* line 105, vendor/assets/stylesheets/fontello.scss */
.icon-people:before {
  content: '\e82f';
}

/* '' */
/* line 106, vendor/assets/stylesheets/fontello.scss */
.icon-edit-paper:before {
  content: '\e830';
}

/* '' */
/* line 107, vendor/assets/stylesheets/fontello.scss */
.icon-triangle-left:before {
  content: '\e831';
}

/* '' */
/* line 108, vendor/assets/stylesheets/fontello.scss */
.icon-marker:before {
  content: '\e832';
}

/* '' */
/* line 109, vendor/assets/stylesheets/fontello.scss */
.icon-triangle-down:before {
  content: '\e833';
}

/* '' */
/* line 110, vendor/assets/stylesheets/fontello.scss */
.icon-triangle-up:before {
  content: '\e834';
}

/* '' */
/* line 111, vendor/assets/stylesheets/fontello.scss */
.icon-laptop:before {
  content: '\e835';
}

/* '' */
/* line 112, vendor/assets/stylesheets/fontello.scss */
.icon-link:before {
  content: '\e836';
}

/* '' */
/* line 113, vendor/assets/stylesheets/fontello.scss */
.icon-roadmap:before {
  content: '\e837';
}

/* '' */
/* line 114, vendor/assets/stylesheets/fontello.scss */
.icon-envelope-inverse:before {
  content: '\e838';
}

/* '' */
/* line 115, vendor/assets/stylesheets/fontello.scss */
.icon-circle:before {
  content: '\e839';
}

/* '' */
/* line 116, vendor/assets/stylesheets/fontello.scss */
.icon-slides:before {
  content: '\e83a';
}

/* '' */
/* line 117, vendor/assets/stylesheets/fontello.scss */
.icon-gift-box:before {
  content: '\e83b';
}

/* '' */
/* line 118, vendor/assets/stylesheets/fontello.scss */
.icon-nichos:before {
  content: '\e83c';
}

/* '' */
/* line 119, vendor/assets/stylesheets/fontello.scss */
.icon-elortondo2:before {
  content: '\e843';
}

/* '' */
/* line 120, vendor/assets/stylesheets/fontello.scss */
.icon-agua:before {
  content: '\e844';
}

/* '' */
/* line 121, vendor/assets/stylesheets/fontello.scss */
.icon-ambulancia:before {
  content: '\e845';
}

/* '' */
/* line 122, vendor/assets/stylesheets/fontello.scss */
.icon-luz:before {
  content: '\e846';
}

/* '' */
/* line 123, vendor/assets/stylesheets/fontello.scss */
.icon-sepelio:before {
  content: '\e847';
}

/* '' */
/* line 124, vendor/assets/stylesheets/fontello.scss */
.icon-tele:before {
  content: '\e848';
}

/* '' */
/* line 125, vendor/assets/stylesheets/fontello.scss */
.icon-wifi:before {
  content: '\e849';
}

/* '' */
@font-face {
  font-family: "Myriad";
  src: url(/assets/fonts/MyriadProLightItalic.otf) format("opentype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "Script";
  src: url(/assets/fonts/ScriptMTStdBold.otf) format("opentype");
  font-weight: lighter;
  font-style: normal;
}

/* Note: the 2nd arg of asset-path is just random so
  I don't get an error. */
@font-face {
  font-family: "slickfont";
  src: url(/assets/myfont-3b4c5b7076cee2f24e0faa3c3e755bd17dc04b781e23860d52f36ff060dd3530.eot);
  src: url(/assets/myfont-3b4c5b7076cee2f24e0faa3c3e755bd17dc04b781e23860d52f36ff060dd3530.eot?#iefix) format("embedded-opentype"), url(/assets/myfont-f85dbd9dcca4c7df51d4a4d74a33987b90605167ba789ec8c743c91393f3f0d7.woff) format("woff"), url(/assets/myfont-1e7c22e37f9b15357d069e2e4d93ae780294f2c2bbb88d232fc429b4a43b4416.ttf) format("truetype"), url(/assets/myfont-01d7f30d2af4ecdaff9d269933802f20657c4601ce07af3d5e455639e3464f30.svg#myfont) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 16, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container [data-icon]:before {
  font-family: "slickfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container [class^="icon-"]:before,
#slick-container [class*=" icon-"]:before {
  font-family: "slickfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container [class^="icon-"],
#slick-container [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}

/* line 48, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-twitter-circled:before {
  content: "a";
}

/* line 51, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-linkedin-circled:before {
  content: "c";
}

/* line 54, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-facebook-circled:before {
  content: "d";
}

/* line 57, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-gplus-circled:before {
  content: "b";
}

/* line 60, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-user:before {
  content: "e";
}

/* line 63, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-search:before {
  content: "f";
}

/* line 66, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-menu:before {
  content: "h";
}

/* line 69, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-play-circle:before {
  content: "g";
}

/* line 72, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-power:before {
  content: "i";
}

/* line 75, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-heart:before {
  content: "j";
}

/* line 78, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-mail:before {
  content: "k";
}

/* line 81, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-mail-black:before {
  content: "l";
}

/* line 84, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-home:before {
  content: "m";
}

/* line 87, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-marker:before {
  content: "n";
}

/* line 90, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-triangle-down:before {
  content: "o";
}

/* line 93, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-map:before {
  content: "p";
}

/* line 96, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-slides:before {
  content: "q";
}

/* line 99, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-gallery:before {
  content: "r";
}

/* line 102, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-arrow-right:before {
  content: "s";
}

/* line 105, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-arrow-left:before {
  content: "t";
}

/* line 108, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-arrow-down:before {
  content: "u";
}

/* line 111, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-arrow-up:before {
  content: "v";
}

/* line 114, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-lock:before {
  content: "w";
}

/* line 117, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-key:before {
  content: "x";
}

/* line 120, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-erase:before {
  content: "y";
}

/* line 123, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-squared-erase:before {
  content: "z";
}

/* line 126, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-edit:before {
  content: "A";
}

/* line 129, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-right-thin-arrow:before {
  content: "B";
}

/* line 132, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-left-thin-arrow:before {
  content: "C";
}

/* line 135, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-down-thin-arrow:before {
  content: "D";
}

/* line 138, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-up-thin-arrow:before {
  content: "E";
}

/* line 141, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-triangle-right:before {
  content: "F";
}

/* line 144, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-zoom:before {
  content: "G";
}

/* line 147, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-triangle-left:before {
  content: "H";
}

/* line 150, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-triangle-up:before {
  content: "I";
}

/* line 153, app/assets/stylesheets/fonts/_fontastic.scss */
#slick-container .icon-circle:before {
  content: "K";
}

@font-face {
  font-family: "Nimrod";
  src: url(/assets/fonts/Nimrod.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Hammond";
  src: url(/assets/fonts/Hammond.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-style: normal;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(/assets/Lato-Hairline-01ef8d755f412a945aa0b1221bfe98852200b549c4f16aad377e49937a30bd2f.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(/assets/Lato-Hairline-01ef8d755f412a945aa0b1221bfe98852200b549c4f16aad377e49937a30bd2f.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(/assets/Lato-Light-05903540a0675491fda9015a78c05bb589769951befab12a58a5568175566b49.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(/assets/Lato-Light-05903540a0675491fda9015a78c05bb589769951befab12a58a5568175566b49.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(/assets/Lato-Regular-7ae714b63c2c8b940bdd211a0cc678f01168a34eea8aa13c0df25364f29238a7.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(/assets/Lato-Regular-7ae714b63c2c8b940bdd211a0cc678f01168a34eea8aa13c0df25364f29238a7.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(/assets/Lato-Regular-7ae714b63c2c8b940bdd211a0cc678f01168a34eea8aa13c0df25364f29238a7.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(/assets/Lato-Bold-14f7de6b616950395062902eb8f70f01c0a901223db5d40f2a05728ac4a830f6.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(/assets/Lato-Black-8b32bc539ca95dda2d2206a43234b5f3b0fe964bd25966c860bc80ec7f06d702.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(/assets/Lato-Black-8b32bc539ca95dda2d2206a43234b5f3b0fe964bd25966c860bc80ec7f06d702.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* line 1, app/assets/stylesheets/_layout.scss */
.l-section {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/_layout.scss */
.l-row {
  display: block;
  box-sizing: border-box;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.l-row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, app/assets/stylesheets/_layout.scss */
.l-one {
  display: block;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/_layout.scss */
.l-left {
  float: left;
}

/* line 1, app/assets/stylesheets/_state.scss */
.is-hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_pace.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 10, app/assets/stylesheets/partials/_pace.scss */
.pace-inactive {
  display: none;
}

/* line 14, app/assets/stylesheets/partials/_pace.scss */
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 144, app/assets/stylesheets/application.scss */
html, body {
  position: relative;
  font-family: "Open Sans", Verdana, sans-serif;
  overflow-x: hidden;
  color: white;
  background-color: #004320;
}

/* line 152, app/assets/stylesheets/application.scss */
h1 {
  font-size: 48px;
  margin: 1rem 0;
}

/* line 155, app/assets/stylesheets/application.scss */
h2 {
  font-size: 32px;
}

/* line 157, app/assets/stylesheets/application.scss */
h1.section-title {
  font-family: "Myriad", sans-serif;
}

/* line 160, app/assets/stylesheets/application.scss */
.line {
  display: none;
  border-top-width: 1em;
  border-top-style: solid;
}

@media (min-width: 860px) {
  /* line 164, app/assets/stylesheets/application.scss */
  .thick.line {
    border-top-width: .75em;
  }
}

/* line 168, app/assets/stylesheets/application.scss */
.gif-loader {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 100;
  text-align: center;
}

/* line 175, app/assets/stylesheets/application.scss */
#main-container {
  position: relative;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
#main-container::after {
  content: "";
  display: table;
  clear: both;
}

/* Slider */
/* line 40, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 53, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-list {
  position: relative;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-loading .slick-list {
  background-color: #fff;
  background-image: url(/assets/ajax-loader-1d7f5e32f7a77590da0c635335fc7c576ac7eeb9a1e10013e3143c19423679b4.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 65, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 71, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0)  ;
}

/* line 76, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-track {
  position: relative;
  top: 0;
  right: 0;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.slick-track:before::after, .slick-track:after::after {
  content: "";
  display: table;
  clear: both;
}

/* line 83, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 88, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 1px;
}

/* line 93, app/assets/stylesheets/partials/_slick-slider.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 96, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slide img {
  display: block;
}

/* line 99, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 102, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 105, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 108, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 111, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 119, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.arrow {
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 48px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 125, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.arrow:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 768px) {
  /* line 119, app/assets/stylesheets/partials/_slick-slider.scss */
  #slick-container button.arrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 134, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.prev,
#slick-container button.next {
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 80px 100%;
  height: 80px 100%;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}

/* line 146, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.prev:hover:before, #slick-container button.prev:focus:before,
#slick-container button.next:hover:before,
#slick-container button.next:focus:before {
  opacity: 1;
}

/* line 150, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.prev.slick-disabled:before,
#slick-container button.next.slick-disabled:before {
  opacity: 1;
}

@media (min-width: 600px) {
  /* line 134, app/assets/stylesheets/partials/_slick-slider.scss */
  #slick-container button.prev,
#slick-container button.next {
    visibility: visible;
  }
}

/* line 159, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.prev:before,
#slick-container button.next:before {
  font-family: "slickfont";
  font-size: 60px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 170, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.prev {
  left: 0;
}

/* line 172, app/assets/stylesheets/partials/_slick-slider.scss */
[dir="rtl"] #slick-container button.prev {
  left: auto;
  right: 0;
}

/* line 176, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.prev:before {
  content: "C";
}

/* line 178, app/assets/stylesheets/partials/_slick-slider.scss */
[dir="rtl"] #slick-container button.prev:before {
  content: "B";
}

/* line 184, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.next {
  right: 0;
}

/* line 186, app/assets/stylesheets/partials/_slick-slider.scss */
[dir="rtl"] #slick-container button.next {
  left: 0;
  right: auto;
}

/* line 190, app/assets/stylesheets/partials/_slick-slider.scss */
#slick-container button.next:before {
  content: "B";
}

/* line 192, app/assets/stylesheets/partials/_slick-slider.scss */
[dir="rtl"] #slick-container button.next:before {
  content: "C";
}

/* line 199, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
}

/* line 205, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots li button {
  display: block;
  background: transparent;
  width: 20px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 221, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots li button:hover, .slick-slider ul.slick-dots li button:focus {
  outline: none;
}

/* line 223, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots li button:hover:before, .slick-slider ul.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 228, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots li button:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "K";
  width: 20px 20px;
  height: 20px 20px;
  font-family: "slickfont";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #4B4B4C;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 243, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-slider ul.slick-dots li.slick-active button:before {
  color: #4B4B4C;
  opacity: 1;
  font-size: 24px;
}

/* line 250, app/assets/stylesheets/partials/_slick-slider.scss */
.slick-nav {
  position: absolute;
  background: transparent;
  z-index: 100;
  top: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: "slick";
  font-size: 48px;
  color: white;
}

/* line 261, app/assets/stylesheets/partials/_slick-slider.scss */
#prev.slick-nav {
  left: 0;
}

/* line 265, app/assets/stylesheets/partials/_slick-slider.scss */
#next.slick-nav {
  right: 0;
}

@media (max-width: 600px) {
  /* line 269, app/assets/stylesheets/partials/_slick-slider.scss */
  .slick-nav, .slick-dots {
    display: none !important;
  }
}

@media (min-width: 600px) {
  /* line 269, app/assets/stylesheets/partials/_slick-slider.scss */
  .slick-nav, .slick-dots {
    display: block;
  }
}

/* line 1, vendor/assets/stylesheets/featherlight.sass */
.featherlight {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 2147483647;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

/* line 273, app/assets/stylesheets/partials/_custom_mixins.scss */
.featherlight > * {
  display: inline-block;
  margin-right: 0;
}

/* line 277, app/assets/stylesheets/partials/_custom_mixins.scss */
.featherlight > *:last-child {
  margin-right: 0;
}

/* line 22, vendor/assets/stylesheets/featherlight.sass */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

/* line 25, vendor/assets/stylesheets/featherlight.sass */
.featherlight-content {
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
  width: calc(100% - 2rem);
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  cursor: auto;
  white-space: normal;
}

/* line 43, vendor/assets/stylesheets/featherlight.sass */
.featherlight-inner {
  display: block;
}

/* line 47, vendor/assets/stylesheets/featherlight.sass */
.featherlight-content > span.featherlight-close-icon {
  display: none;
}

/* line 2, app/assets/stylesheets/partials/_featherlight.scss */
.featherlight .featherlight-content > span.featherlight-close-icon {
  display: inline;
  box-sizing: content-box;
  position: absolute;
  top: -1rem;
  right: -1rem;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  border-radius: 100%;
  background: white;
  color: black;
  cursor: pointer;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/partials/_featherlight.scss */
.featherlight.video .featherlight-content {
  padding-top: 56.25%;
}

@media (min-width: 650px) {
  /* line 16, app/assets/stylesheets/partials/_featherlight.scss */
  .featherlight.video .featherlight-content {
    margin: 0;
    width: 60%;
    padding-top: 33.75%;
  }
}

/* line 24, app/assets/stylesheets/partials/_featherlight.scss */
iframe#featherlight-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 31, app/assets/stylesheets/partials/_featherlight.scss */
.featherlight.events .featherlight-content {
  height: 80%;
}

@media (min-width: 800px) {
  /* line 31, app/assets/stylesheets/partials/_featherlight.scss */
  .featherlight.events .featherlight-content {
    width: 80%;
  }
}

/* line 35, app/assets/stylesheets/partials/_featherlight.scss */
.featherlight.events .featherlight-content > span.featherlight-close-icon {
  border: 2px solid black;
}

/* line 37, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events {
  color: #333;
  background: white;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 44, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .header {
  height: 6rem;
  line-height: 6rem;
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .header img {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  margin-right: 1rem;
}

/* line 53, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .header h1 {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0;
}

/* line 60, app/assets/stylesheets/partials/_featherlight.scss */
.featherlight.event .featherlight-content {
  width: auto;
  margin-top: 2rem;
}

/* line 63, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .events-list {
  height: calc(100% - 6rem);
  overflow: auto;
}

/* line 66, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .event-item {
  padding: .5rem;
  min-height: 100px;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 71, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .event-item:hover {
  background-color: #ccc;
}

/* line 73, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .event-item img.thumbnail {
  margin-right: 1rem;
  float: left;
}

/* line 76, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .event-item h3.datetime {
  font-size: 16px;
  font-style: italic;
}

/* line 79, app/assets/stylesheets/partials/_featherlight.scss */
#featherlight-events .event-item h3.title {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_reveal.scss */
.reveal-modal .close-reveal-modal {
  display: block;
  width: 42px;
  height: 42px;
  top: -1.25rem;
  right: -1.25rem;
  border-radius: 100%;
  border: 2px solid #8C8E8F;
  text-align: center;
  background-color: #38373A;
  color: white;
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/partials/_reveal.scss */
  .reveal-modal .close-reveal-modal {
    top: -21px;
    right: 50%;
    margin-right: -11px;
  }
}

/* line 21, app/assets/stylesheets/partials/_reveal.scss */
.reveal-modal {
  position: fixed;
}

/* line 6, app/assets/stylesheets/partials/_header.scss */
header {
  padding: 0px;
  padding-right: 0;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 14px;
  color: #000;
  background: #D1E4C8;
}

/* line 15, app/assets/stylesheets/partials/_header.scss */
header .sub-header {
  position: relative;
}

@media (min-width: 600px) {
  /* line 15, app/assets/stylesheets/partials/_header.scss */
  header .sub-header {
    min-height: 120px;
    padding-bottom: 0;
  }
}

/* line 26, app/assets/stylesheets/partials/_header.scss */
header .sub-header .logo-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 5px;
  text-align: center;
}

@media (min-width: 860px) {
  /* line 26, app/assets/stylesheets/partials/_header.scss */
  header .sub-header .logo-container {
    position: absolute;
  }
}

/* line 43, app/assets/stylesheets/partials/_header.scss */
header .sub-header .logo-container > a {
  display: inline-block;
  height: 100%;
}

@media (min-width: 600px) {
  /* line 43, app/assets/stylesheets/partials/_header.scss */
  header .sub-header .logo-container > a {
    display: inline-block;
    width: 90%;
  }
}

@media (min-width: 860px) {
  /* line 43, app/assets/stylesheets/partials/_header.scss */
  header .sub-header .logo-container > a {
    float: left;
    margin-top: 8px;
    width: 400px;
  }
}

/* line 63, app/assets/stylesheets/partials/_header.scss */
header .sub-header .logo-container .stripes-pattern {
  float: left;
  min-height: 120px;
  width: calc(100% - 300px);
}

/* line 70, app/assets/stylesheets/partials/_header.scss */
header .sub-header p.information {
  display: none;
  text-align: right;
}

@media (min-width: 1100px) {
  /* line 70, app/assets/stylesheets/partials/_header.scss */
  header .sub-header p.information {
    display: block;
  }
}

/* line 78, app/assets/stylesheets/partials/_header.scss */
header .sub-header p.information span {
  color: black;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid grey;
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/partials/_menu.scss */
ul.menu {
  display: none;
  font-size: 20.8px;
  text-align: right;
  font-family: Lato;
  font-weight: 600;
  padding: 10px;
  margin-right: 10px;
}

@media (min-width: 860px) {
  /* line 4, app/assets/stylesheets/partials/_menu.scss */
  ul.menu {
    display: block;
    position: absolute;
    right: 0px;
    bottom: -5px;
    padding-top: 0;
    clear: none;
  }
}

/* line 28, app/assets/stylesheets/partials/_menu.scss */
ul.menu li {
  display: inline-block;
  margin-left: 1.25rem;
}

/* line 32, app/assets/stylesheets/partials/_menu.scss */
ul.menu a.menu-item {
  display: inline-block;
  font-size: 20.8px;
  font-family: Lato;
  font-weight: 900;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 42, app/assets/stylesheets/partials/_menu.scss */
ul.menu a.menu-item:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* line 46, app/assets/stylesheets/partials/_menu.scss */
ul.menu a span {
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/partials/_menu.scss */
ul.menu i {
  vertical-align: middle;
  font-size: 32px;
}

/* line 53, app/assets/stylesheets/partials/_menu.scss */
ul.menu i.icon-weight {
  margin-right: 16px;
}

/* line 1, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu {
  color: #01632F;
  background: #ddd;
  text-align: left;
}

@media (min-width: 860px) {
  /* line 1, app/assets/stylesheets/partials/_menu-mobile.scss */
  .mobile-menu {
    display: none;
  }
}

/* line 10, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul li > a {
  display: block;
  font-size: 24px;
  font-family: Lato;
  font-weight: 900;
  color: black;
}

/* line 18, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.icons-list {
  position: relative;
}

/* line 22, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.icons-list li {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.icons-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 31, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu i {
  font-size: 40px;
}

/* line 35, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu i.icon-menu {
  position: absolute;
  top: -2px;
  right: 0px;
  color: #000;
  font-size: 40px;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.dropdown-list {
  display: none;
}

/* line 46, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.dropdown-list a {
  padding-top: 5px;
  padding-left: 5px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  text-align: left;
}

/* line 273, app/assets/stylesheets/partials/_custom_mixins.scss */
.mobile-menu ul.dropdown-list a > * {
  display: inline-block;
  margin-right: 0;
}

/* line 277, app/assets/stylesheets/partials/_custom_mixins.scss */
.mobile-menu ul.dropdown-list a > *:last-child {
  margin-right: 0;
}

/* line 54, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.dropdown-list a:hover {
  background-color: white;
}

/* line 58, app/assets/stylesheets/partials/_menu-mobile.scss */
.mobile-menu ul.dropdown-list span.icon-wrapper {
  display: inline-block;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/partials/_footer.scss */
.footer {
  position: relative;
  background-color: #004320;
  color: white;
}

@media (min-width: 800px) {
  /* line 3, app/assets/stylesheets/partials/_footer.scss */
  .footer {
    font-size: 1.25rem;
  }
}

/* line 11, app/assets/stylesheets/partials/_footer.scss */
.footer .content {
  margin: 0 1rem;
  padding: 1rem 0;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.footer .content::after {
  content: "";
  display: table;
  clear: both;
}

/* line 16, app/assets/stylesheets/partials/_footer.scss */
.footer .logo {
  margin-right: 1rem;
  border-right: 7px solid white;
  padding-right: 1rem;
}

/* line 20, app/assets/stylesheets/partials/_footer.scss */
.footer .logo img {
  max-height: 80px;
  height: 80px;
}

@media (min-width: 710px) {
  /* line 24, app/assets/stylesheets/partials/_footer.scss */
  .footer .business-info {
    float: left;
  }
}

/* line 27, app/assets/stylesheets/partials/_footer.scss */
.footer .contacto-dgweb {
  color: white;
  margin-top: 1rem;
}

@media (min-width: 710px) {
  /* line 27, app/assets/stylesheets/partials/_footer.scss */
  .footer .contacto-dgweb {
    float: right;
  }
}

/* line 33, app/assets/stylesheets/partials/_footer.scss */
.footer .business-info .logo {
  display: none;
}

@media (min-width: 710px) {
  /* line 33, app/assets/stylesheets/partials/_footer.scss */
  .footer .business-info .logo {
    display: inline-block;
    vertical-align: middle;
  }
}

/* line 38, app/assets/stylesheets/partials/_footer.scss */
.footer .business-info .text {
  text-align: center;
}

@media (min-width: 710px) {
  /* line 38, app/assets/stylesheets/partials/_footer.scss */
  .footer .business-info .text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

/* line 45, app/assets/stylesheets/partials/_footer.scss */
.footer .contacto-dgweb .logo {
  float: left;
}

@media (max-width: 600px) {
  /* line 45, app/assets/stylesheets/partials/_footer.scss */
  .footer .contacto-dgweb .logo {
    display: none;
  }
}

@media (min-width: 599px) {
  /* line 45, app/assets/stylesheets/partials/_footer.scss */
  .footer .contacto-dgweb .logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 710px) {
  /* line 45, app/assets/stylesheets/partials/_footer.scss */
  .footer .contacto-dgweb .logo {
    display: none;
  }
}

/* line 55, app/assets/stylesheets/partials/_footer.scss */
.footer .contacto-dgweb .text {
  display: block;
  /* Break to valign DGWeb text */
}

@media (min-width: 447px) {
  /* line 55, app/assets/stylesheets/partials/_footer.scss */
  .footer .contacto-dgweb .text {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 710px) {
  /* line 55, app/assets/stylesheets/partials/_footer.scss */
  .footer .contacto-dgweb .text {
    text-align: right;
  }
}

/* line 63, app/assets/stylesheets/partials/_footer.scss */
.footer .contacto-dgweb .text a {
  position: relative;
}

/* line 229, app/assets/stylesheets/partials/_custom_mixins.scss */
.footer .contacto-dgweb .text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0)  ;
  transition: all 0.3s ease-in-out 0s;
}

/* line 239, app/assets/stylesheets/partials/_custom_mixins.scss */
.footer .contacto-dgweb .text a:hover:before {
  visibility: visible;
  transform: scaleX(1)  ;
}

/* line 2, app/assets/stylesheets/partials/_home-layout.scss */
#face-and-mail a.l-one {
  padding: 1rem;
}

@media (min-width: 865px) {
  /* line 2, app/assets/stylesheets/partials/_home-layout.scss */
  #face-and-mail a.l-one {
    float: left;
    display: block;
    width: 50%;
    box-sizing: border-box;
  }
}

/* line 10, app/assets/stylesheets/partials/_home-layout.scss */
.ardillas {
  float: right;
  margin-top: -32px;
  max-width: 400px;
}

/* line 4, app/assets/stylesheets/partials/_home-styles.scss */
.home {
  background: #D1E4C8;
}

/* line 7, app/assets/stylesheets/partials/_home-styles.scss */
.home #slick-container {
  position: relative;
}

/* line 10, app/assets/stylesheets/partials/_home-styles.scss */
.home #slider .bg-image {
  width: 100%;
}

/* line 14, app/assets/stylesheets/partials/_home-styles.scss */
.home #slider .bg-image.wide {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 18, app/assets/stylesheets/partials/_home-styles.scss */
  .home #slider .bg-image.small {
    display: none;
  }
  /* line 21, app/assets/stylesheets/partials/_home-styles.scss */
  .home #slider .bg-image.wide {
    display: inline;
  }
}

/* line 30, app/assets/stylesheets/partials/_home-styles.scss */
.home h1.nuestros-productos {
  padding-left: 3rem;
  padding-right: .75rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid grey;
  font-weight: bold;
  color: #003D6A;
}

@media only screen and (max-width: 40em) {
  /* line 30, app/assets/stylesheets/partials/_home-styles.scss */
  .home h1.nuestros-productos {
    font-size: 2.5rem;
  }
}

/* line 47, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 49, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu-wrapper h1 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
}

/* line 57, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu {
  font-size: 20px;
  color: white;
}

/* line 61, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu .first, .home .alt-menu .second {
  min-height: 250px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */
}

/* line 75, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu .first {
  float: left;
  width: 35%;
  margin-right: 1%;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #008C40;
}

@media (max-width: 700px) {
  /* line 75, app/assets/stylesheets/partials/_home-styles.scss */
  .home .alt-menu .first {
    clear: right;
    width: 93%;
    min-height: 0px;
  }
}

/* line 94, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu .first .manos {
  float: left;
  width: 125px;
  padding-right: 1rem;
}

/* line 100, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu .first:hover {
  opacity: 0.9;
}

/* line 108, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu .second {
  float: right;
  padding: 15px;
  width: 56%;
  background-color: #3A393B;
}

@media (max-width: 700px) {
  /* line 108, app/assets/stylesheets/partials/_home-styles.scss */
  .home .alt-menu .second {
    clear: right;
    width: 93%;
    min-height: 0px;
    margin-bottom: 10px;
  }
}

/* line 123, app/assets/stylesheets/partials/_home-styles.scss */
.home .alt-menu .second img {
  width: 125px;
  float: left;
  padding-right: 1rem;
}

/* line 131, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu {
  padding: .75rem;
  margin-top: .75em;
  color: white;
}

/* line 136, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu h2 {
  color: inherit;
  font-family: 'Bevan', serif;
}

/* line 141, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu p {
  color: inherit;
  font-size: inherit;
  margin: 0;
}

/* line 147, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu a.link-wrapper {
  display: block;
  padding: 1.5rem;
  color: #333;
  background-color: #EDEDEE;
  font-size: 20px;
}

@media only screen and (min-width:64.0625em) {
  /* line 147, app/assets/stylesheets/partials/_home-styles.scss */
  .home .alternative-menu a.link-wrapper {
    padding-left: 154px;
  }
  /* line 157, app/assets/stylesheets/partials/_home-styles.scss */
  .home .alternative-menu a.link-wrapper .left {
    width: 120px;
    margin-left: -135px;
  }
}

/* line 163, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu a.link-wrapper:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 166, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu a.link-wrapper:active {
  background-color: white;
}

/* line 170, app/assets/stylesheets/partials/_home-styles.scss */
.home .alternative-menu .left {
  text-align: center;
}

@media only screen and (max-width: 40em), only screen and (min-width:40.0625em) and (max-width:64em) {
  /* line 176, app/assets/stylesheets/partials/_home-styles.scss */
  .home .left {
    width: 150px;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 40em) {
  /* line 183, app/assets/stylesheets/partials/_home-styles.scss */
  .home .alternative-menu {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/* line 198, app/assets/stylesheets/partials/_home-styles.scss */
.home .fiesta {
  padding: 16px;
  background: #4B4B4C;
}

/* line 201, app/assets/stylesheets/partials/_home-styles.scss */
.home .fiesta h1 {
  font-family: Nimrod;
  margin: 0;
  padding: 8px;
  background: #000;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}

/* line 210, app/assets/stylesheets/partials/_home-styles.scss */
.home .real-content {
  background: #BFCE00 url(/assets/home/background-7d1d8ab6e3a6d5549f6a6bc7ef1eda74638d29d2a9a265af7c3a552b261ce104.png) center;
  min-height: 300px;
}

/* line 214, app/assets/stylesheets/partials/_home-styles.scss */
.home .real-content ul {
  font-family: Hammond;
  margin: 0 48px;
  padding: 10px 0;
  font-size: 40px;
  color: #48194E;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}

/* line 227, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail h2 {
  font-family: Nimrod;
  color: #000;
  font-weight: bold;
}

/* line 231, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail h2 .icon {
  float: right;
  font-size: 70px;
  line-height: .1;
}

/* line 235, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail p {
  font-size: 20px;
  color: #000;
}

/* line 239, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail .face {
  background: #176FB0;
}

/* line 241, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail .face:hover {
  opacity: .8;
}

/* line 243, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail .mail {
  background: #ddd;
}

/* line 245, app/assets/stylesheets/partials/_home-styles.scss */
.home #face-and-mail .mail:hover {
  opacity: .8;
}

/* line 1, app/assets/stylesheets/partials/_servicios.scss */
.servicios {
  overflow-y: hidden;
  font-size: 24px;
  font-family: "Open Sans", Verdana, sans-serif;
  background: #D1E4C8;
  min-height: 500px;
  padding-top: 100px;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.servicios::after {
  content: "";
  display: table;
  clear: both;
}

/* line 12, app/assets/stylesheets/partials/_servicios.scss */
.servicios .main {
  color: black;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.servicios .main::after {
  content: "";
  display: table;
  clear: both;
}

/* line 18, app/assets/stylesheets/partials/_servicios.scss */
.servicios .main h1 {
  margin: 20px;
  font-family: Lato;
  font-weight: 900;
  color: #005D2A;
}

@media only screen and (max-width: 40em) {
  /* line 18, app/assets/stylesheets/partials/_servicios.scss */
  .servicios .main h1 {
    margin-left: 10px;
    font-size: 3rem;
  }
}

/* line 33, app/assets/stylesheets/partials/_servicios.scss */
.servicios .main span {
  color: #FFED00;
}

/* line 35, app/assets/stylesheets/partials/_servicios.scss */
.servicios .main img {
  float: right;
  width: 350px;
  margin-top: -100px;
}

/* line 40, app/assets/stylesheets/partials/_servicios.scss */
.servicios .circles {
  padding-right: 16px;
  text-align: center;
}

@media (min-width: 800px) {
  /* line 40, app/assets/stylesheets/partials/_servicios.scss */
  .servicios .circles {
    padding-right: 32px;
  }
}

/* line 45, app/assets/stylesheets/partials/_servicios.scss */
.servicios .circles img {
  width: 150px;
  padding-bottom: 16px;
  padding-left: 16px;
}

@media (min-width: 800px) {
  /* line 45, app/assets/stylesheets/partials/_servicios.scss */
  .servicios .circles img {
    padding-bottom: 32px;
    padding-left: 32px;
  }
}

/* line 53, app/assets/stylesheets/partials/_servicios.scss */
.servicios ul {
  z-index: 10;
  font-family: Lato;
  font-weight: 900;
  margin: 10px 48px;
  padding: 20px 0;
  text-align: left;
  color: black;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}

@media only screen and (max-width: 40em) {
  /* line 53, app/assets/stylesheets/partials/_servicios.scss */
  .servicios ul {
    margin-left: 10px;
  }
}

/* line 72, app/assets/stylesheets/partials/_servicios.scss */
.servicios ul li {
  margin-bottom: 10px;
}

/* line 77, app/assets/stylesheets/partials/_servicios.scss */
.servicios ul i {
  font-family: Lato;
  font-weight: 900;
  font-size: 2.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 77, app/assets/stylesheets/partials/_servicios.scss */
  .servicios ul i {
    font-size: 2rem;
  }
}

/* line 98, app/assets/stylesheets/partials/_servicios.scss */
.fondoServicios {
  z-index: 0;
  height: 90%;
  position: absolute;
  bottom: 10%;
  right: 0px;
}

@media (max-width: 800px) {
  /* line 98, app/assets/stylesheets/partials/_servicios.scss */
  .fondoServicios {
    height: 70%;
    bottom: 70px;
  }
}

@media (max-width: 800px) {
  /* line 98, app/assets/stylesheets/partials/_servicios.scss */
  .fondoServicios {
    height: 50%;
    bottom: 70px;
  }
}

/* line 4, app/assets/stylesheets/partials/_clientes.scss */
.clientes {
  min-height: 100%;
  background-color: #E4E4E4;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.clientes::after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, app/assets/stylesheets/partials/_clientes.scss */
.clientes .l-row {
  padding: 2rem 1rem;
  color: black;
}

/* line 14, app/assets/stylesheets/partials/_clientes.scss */
.clientes .l-one {
  text-align: center;
  font-weight: bold;
  padding: 1rem;
}

@media (min-width: 800px) {
  /* line 14, app/assets/stylesheets/partials/_clientes.scss */
  .clientes .l-one {
    padding: 2rem;
    width: 50%;
    float: left;
  }
}

@media (max-width: 800px) {
  /* line 22, app/assets/stylesheets/partials/_clientes.scss */
  .clientes .l-one.first img {
    max-width: 70%;
  }
}

@media (max-width: 500px) {
  /* line 22, app/assets/stylesheets/partials/_clientes.scss */
  .clientes .l-one.first img {
    max-width: 100%;
  }
}

/* line 27, app/assets/stylesheets/partials/_clientes.scss */
.clientes .l-one.first h1 {
  font-weight: bold;
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/partials/_clientes.scss */
.clientes .l-one.first p {
  font-size: 22px;
  font-style: italic;
}

/* line 33, app/assets/stylesheets/partials/_clientes.scss */
.clientes .l-one.second {
  background-color: #F2F2F2;
  font-size: 20px;
  font-style: italic;
}

/* line 38, app/assets/stylesheets/partials/_clientes.scss */
.clientes #slick-container {
  border-bottom: .75rem solid #1A171B;
  position: relative;
}

/* line 42, app/assets/stylesheets/partials/_clientes.scss */
.clientes #slider .bg-image {
  width: 100%;
}

/* line 46, app/assets/stylesheets/partials/_clientes.scss */
.clientes #slider .bg-image.wide {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 50, app/assets/stylesheets/partials/_clientes.scss */
  .clientes #slider .bg-image.small {
    display: none;
  }
  /* line 53, app/assets/stylesheets/partials/_clientes.scss */
  .clientes #slider .bg-image.wide {
    display: inline;
  }
}

/* line 4, app/assets/stylesheets/partials/_contacto.scss */
.contacto {
  font-size: 1.5rem;
  background: #F1F1F1;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto::after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, app/assets/stylesheets/partials/_contacto.scss */
.contacto .mascaraIma {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 550px;
  background-image: url(/assets/fondoContacto-c9966b9f8e4f74350acc0f0acc64602635f9c41eb8c5132046b978dc3acd06f0.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media (max-width: 1100px) {
  /* line 10, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .mascaraIma {
    height: 750px;
    background-position: 50% 100%;
    background-size: auto 100%;
  }
}

@media (max-width: 450px) {
  /* line 10, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .mascaraIma {
    opacity: 0;
  }
}

/* line 39, app/assets/stylesheets/partials/_contacto.scss */
.contacto .mascaraIma .fondoContacto {
  background-size: cover;
}

/* line 54, app/assets/stylesheets/partials/_contacto.scss */
.contacto #mailDir {
  font-size: 1.7rem;
}

@media (max-width: 800px) {
  /* line 54, app/assets/stylesheets/partials/_contacto.scss */
  .contacto #mailDir {
    font-size: 1.3rem;
  }
}

/* line 66, app/assets/stylesheets/partials/_contacto.scss */
.contacto .tituloTelefonos {
  color: black;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 75, app/assets/stylesheets/partials/_contacto.scss */
.contacto .lineaTelefonos {
  border: 1px solid #555;
  height: 2px;
  width: 70%;
  position: relative;
  left: 0px;
  margin: 0px;
  background: #555;
}

/* line 85, app/assets/stylesheets/partials/_contacto.scss */
.contacto .inner-contacto {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 .75rem .75rem .75rem;
}

@media (min-width: 800px) {
  /* line 85, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .inner-contacto {
    margin: 0 1.5rem 1.75rem 1.5rem;
  }
}

/* line 93, app/assets/stylesheets/partials/_contacto.scss */
.contacto h1.section-title {
  font-family: Lato;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 900;
  color: #888;
}

@media (max-width: 800px) {
  /* line 93, app/assets/stylesheets/partials/_contacto.scss */
  .contacto h1.section-title {
    font-size: 2rem;
  }
}

/* line 104, app/assets/stylesheets/partials/_contacto.scss */
.contacto .contact-resume {
  font-size: 1.3rem;
  color: black;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto .contact-resume::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 800px) {
  /* line 104, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume {
    font-size: 1.1rem;
  }
}

@media (max-width: 800px) {
  /* line 112, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume i {
    font-size: 1.1rem;
  }
}

/* line 120, app/assets/stylesheets/partials/_contacto.scss */
.contacto .contact-resume {
  font-size: 1.3rem;
  color: black;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto .contact-resume::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 800px) {
  /* line 120, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume {
    font-size: 1.1rem;
  }
}

@media (max-width: 800px) {
  /* line 129, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume i {
    font-size: 1.1rem;
  }
}

/* line 136, app/assets/stylesheets/partials/_contacto.scss */
.contacto .contact-resume .column, .contacto .contact-resume .home .alt-menu .first, .home .alt-menu .contacto .contact-resume .first, .contacto .contact-resume .home .alt-menu .second, .home .alt-menu .contacto .contact-resume .second {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  /* line 136, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume .column, .contacto .contact-resume .home .alt-menu .first, .home .alt-menu .contacto .contact-resume .first, .contacto .contact-resume .home .alt-menu .second, .home .alt-menu .contacto .contact-resume .second {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 141, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume .column.first, .contacto .contact-resume .home .alt-menu .first, .home .alt-menu .contacto .contact-resume .first, .contacto .contact-resume .column.third, .contacto .contact-resume .home .alt-menu .third.second, .home .alt-menu .contacto .contact-resume .third.second {
    grid-column: span 6;
  }
  /* line 144, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .contact-resume .column.second, .contacto .contact-resume .home .alt-menu .second, .home .alt-menu .contacto .contact-resume .second, .contacto .contact-resume .column.fourth, .contacto .contact-resume .home .alt-menu .fourth.first, .home .alt-menu .contacto .contact-resume .fourth.first {
    grid-column: span 6;
  }
}

/* line 146, app/assets/stylesheets/partials/_contacto.scss */
.contacto .contact-resume i {
  width: 80px;
  height: 80px;
  color: #aaa;
  font-size: 2rem;
}

/* line 151, app/assets/stylesheets/partials/_contacto.scss */
.contacto .form-container {
  display: none;
  margin-bottom: 1rem;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto .form-container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px) {
  /* line 156, app/assets/stylesheets/partials/_contacto.scss */
  .contacto .three-rows {
    grid-column: span 6;
    margin-bottom: 0;
    padding-left: 0;
  }
}

/* line 162, app/assets/stylesheets/partials/_contacto.scss */
.contacto form .row, .contacto form .home .alt-menu, .home .contacto form .alt-menu {
  grid-column: span 12;
  height: 75px;
  margin-bottom: .75rem;
  background: #888;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto form .row::after, .contacto form .home .alt-menu::after, .home .contacto form .alt-menu::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px) {
  /* line 169, app/assets/stylesheets/partials/_contacto.scss */
  .contacto form #telefono.row, .contacto form .home #telefono.alt-menu, .home .contacto form #telefono.alt-menu {
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  /* line 172, app/assets/stylesheets/partials/_contacto.scss */
  .contacto form #detalle.row, .contacto form .home #detalle.alt-menu, .home .contacto form #detalle.alt-menu {
    grid-column: span 6;
    margin-bottom: 0;
  }
}

/* line 176, app/assets/stylesheets/partials/_contacto.scss */
.contacto form #detalle.row .textarea-title, .contacto form .home #detalle.alt-menu .textarea-title, .home .contacto form #detalle.alt-menu .textarea-title {
  margin-top: 0px;
}

/* line 178, app/assets/stylesheets/partials/_contacto.scss */
.contacto form #detalle.row .footnote, .contacto form .home #detalle.alt-menu .footnote, .home .contacto form #detalle.alt-menu .footnote {
  position: relative;
  font-size: 24px;
}

/* line 391, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto form #detalle.row .footnote::after, .contacto form .home #detalle.alt-menu .footnote::after, .home .contacto form #detalle.alt-menu .footnote::after {
  content: "";
  display: table;
  clear: both;
}

/* line 182, app/assets/stylesheets/partials/_contacto.scss */
.contacto form #detalle.row button.send, .contacto form .home #detalle.alt-menu button.send, .home .contacto form #detalle.alt-menu button.send {
  position: absolute;
  right: 0;
  margin-top: -40px;
  padding: 8px 0px;
  padding-right: 0;
  font-size: 34px;
  background: #888;
}

@media (min-width: 1100px) {
  /* line 182, app/assets/stylesheets/partials/_contacto.scss */
  .contacto form #detalle.row button.send, .contacto form .home #detalle.alt-menu button.send, .home .contacto form #detalle.alt-menu button.send {
    margin-top: -30px;
  }
}

/* line 193, app/assets/stylesheets/partials/_contacto.scss */
.contacto form .row .column, .contacto form .home .alt-menu .column, .home .contacto form .alt-menu .column, .home .alt-menu .contacto form .row .first, .contacto form .home .alt-menu .first, .home .contacto form .alt-menu .first, .home .alt-menu .contacto form .row .second, .contacto form .home .alt-menu .second, .home .contacto form .alt-menu .second {
  height: 100%;
}

/* line 273, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto form .row .column > *, .contacto form .home .alt-menu .column > *, .home .contacto form .alt-menu .column > *, .home .alt-menu .contacto form .row .first > *, .contacto form .home .alt-menu .first > *, .home .contacto form .alt-menu .first > *, .home .alt-menu .contacto form .row .second > *, .contacto form .home .alt-menu .second > *, .home .contacto form .alt-menu .second > * {
  display: inline-block;
  margin-right: -0.3em;
}

/* line 277, app/assets/stylesheets/partials/_custom_mixins.scss */
.contacto form .row .column > *:last-child, .contacto form .home .alt-menu .column > *:last-child, .home .contacto form .alt-menu .column > *:last-child, .home .alt-menu .contacto form .row .first > *:last-child, .contacto form .home .alt-menu .first > *:last-child, .home .contacto form .alt-menu .first > *:last-child, .home .alt-menu .contacto form .row .second > *:last-child, .contacto form .home .alt-menu .second > *:last-child, .home .contacto form .alt-menu .second > *:last-child {
  margin-right: 0;
}

/* line 197, app/assets/stylesheets/partials/_contacto.scss */
.contacto form .row .first.column, .home .alt-menu .contacto form .row .first, .contacto form .home .alt-menu .first, .home .contacto form .alt-menu .first {
  grid-column: span 3;
  padding: 0;
}

/* line 200, app/assets/stylesheets/partials/_contacto.scss */
.contacto form .row .first.column label, .home .alt-menu .contacto form .row .first label, .contacto form .home .alt-menu .first label, .home .contacto form .alt-menu .first label {
  display: inline-block;
  text-align: right;
  width: 100%;
}

/* line 205, app/assets/stylesheets/partials/_contacto.scss */
.contacto form .row .second.column, .home .alt-menu .contacto form .row .second, .contacto form .home .alt-menu .second, .home .contacto form .alt-menu .second {
  grid-column: span 9;
  padding-right: 0;
}

/* line 208, app/assets/stylesheets/partials/_contacto.scss */
.contacto form .row .second.column input, .home .alt-menu .contacto form .row .second input, .contacto form .home .alt-menu .second input, .home .contacto form .alt-menu .second input {
  width: 0%;
  border: 0;
  padding: 0px;
  color: #333;
  background: white;
}

/* line 215, app/assets/stylesheets/partials/_contacto.scss */
.contacto form #detalle.row textarea, .contacto form .home #detalle.alt-menu textarea, .home .contacto form #detalle.alt-menu textarea {
  width: 100%;
  min-height: 155px;
  border: 0;
  padding: 0px;
  color: #333;
  background: white;
}

/* line 223, app/assets/stylesheets/partials/_contacto.scss */
.contacto form #detalle.row textarea .icon-plain, .contacto form .home #detalle.alt-menu textarea .icon-plain, .home .contacto form #detalle.alt-menu textarea .icon-plain {
  font-size: 30px;
}

/* line 226, app/assets/stylesheets/partials/_contacto.scss */
.contacto #map {
  padding: 1rem  1.5rem;
  padding-bottom: .5rem;
  background: #888;
}

/* line 230, app/assets/stylesheets/partials/_contacto.scss */
.contacto #map h2 {
  font-family: Lato;
  font-weight: 600;
  margin-bottom: 16px;
}

/* line 234, app/assets/stylesheets/partials/_contacto.scss */
.contacto #map h2 i {
  float: right;
}

/* line 236, app/assets/stylesheets/partials/_contacto.scss */
.contacto #map h3.address {
  font-family: Lato;
  margin-top: 16px;
  font-weight: 600;
  text-align: center;
}

/* line 241, app/assets/stylesheets/partials/_contacto.scss */
.contacto #map #map-container {
  height: 300px;
}

/* line 204, app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 207, app/assets/stylesheets/application.scss */
i {
  text-align: center;
  font-size: 40px;
}

/* line 211, app/assets/stylesheets/application.scss */
#initial-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 219, app/assets/stylesheets/application.scss */
#initial-animation img {
  width: 90%;
  margin-left: 70%;
}

/* line 223, app/assets/stylesheets/application.scss */
#initial-animation h1 {
  margin-top: 5%;
  margin-left: 100%;
  white-space: nowrap;
  font-family: "Myriad", sans-serif;
}

@media (max-width: 500px) {
  /* line 223, app/assets/stylesheets/application.scss */
  #initial-animation h1 {
    font-size: 24px;
    text-align: center;
  }
}
