/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 26, 2018 */
@font-face {
  font-family: 'ubunturegular';
  src: url("fonts/ubuntu-r-webfont.woff2") format("woff2"), url("fonts/ubuntu-r-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntubold';
  src: url("fonts/ubuntu-b-webfont.woff2") format("woff2"), url("fonts/ubuntu-b-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Vaiables */
/*
#page {
  .container, #main-content{
    @include breakpoint($table) {
      margin: 0 auto;
      width: 768px;
    }
    @include breakpoint($desktop) {
      width: 1170px;
    }
  }
}*/
/* UI Consistency */
/* line 2, ../sass/base/_formalize.scss */
#page {
  /* Separate rule for Firefox. Cannot stack with WebKit's. */
  /* Tweaks for Safari + Chrome. */
  /* IE6 */
}
/* line 3, ../sass/base/_formalize.scss */
#page ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 8, ../sass/base/_formalize.scss */
#page input[type="search"]::-webkit-search-decoration {
  display: none;
}
/* line 12, ../sass/base/_formalize.scss */
#page input,
#page button,
#page select,
#page textarea {
  margin: 0;
  vertical-align: middle;
}
/* line 21, ../sass/base/_formalize.scss */
#page input[type="reset"],
#page input[type="submit"] {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  width: auto;
  *padding-top: 2px;
  /* IE7 */
  *padding-bottom: 0px;
  /* IE7 */
}
/* line 48, ../sass/base/_formalize.scss */
#page textarea,
#page select,
#page input[type="date"],
#page input[type="datetime"],
#page input[type="datetime-local"],
#page input[type="email"],
#page input[type="month"],
#page input[type="number"],
#page input[type="password"],
#page input[type="search"],
#page input[type="tel"],
#page input[type="text"],
#page input[type="time"],
#page input[type="url"],
#page input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px;
  /* IE7 */
  *padding-bottom: 1px;
  /* IE7 */
  *height: auto;
  /* IE7 */
}
/* line 88, ../sass/base/_formalize.scss */
#page input.placeholder_text,
#page textarea.placeholder_text,
#page input:-moz-placeholder,
#page textarea:-moz-placeholder {
  color: #888;
}
/* line 95, ../sass/base/_formalize.scss */
#page ::-webkit-input-placeholder {
  color: #888;
}
/* line 99, ../sass/base/_formalize.scss */
#page button:focus,
#page button:active,
#page input:focus,
#page input:active,
#page select:focus,
#page select:active,
#page textarea:focus,
#page textarea:active {
  z-index: 1;
  /* For Opera */
}
/* line 110, ../sass/base/_formalize.scss */
#page input[type="file"]:focus,
#page input[type="file"]:active,
#page input[type="radio"]:focus,
#page input[type="radio"]:active,
#page input[type="checkbox"]:focus,
#page input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../sass/base/_formalize.scss */
#page select[disabled],
#page textarea[disabled],
#page input[type="date"][disabled],
#page input[type="datetime"][disabled],
#page input[type="datetime-local"][disabled],
#page input[type="email"][disabled],
#page input[type="month"][disabled],
#page input[type="number"][disabled],
#page input[type="password"][disabled],
#page input[type="search"][disabled],
#page input[type="tel"][disabled],
#page input[type="text"][disabled],
#page input[type="time"][disabled],
#page input[type="url"][disabled],
#page input[type="week"][disabled] {
  background-color: #eee;
}
/* line 140, ../sass/base/_formalize.scss */
#page input[disabled],
#page select[disabled],
#page select[disabled] option,
#page select[disabled] optgroup,
#page textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}
/* line 155, ../sass/base/_formalize.scss */
#page textarea,
#page select[size],
#page select[multiple] {
  height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 163, ../sass/base/_formalize.scss */
  #page select {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  /* line 169, ../sass/base/_formalize.scss */
  #page select[size],
  #page select[multiple] {
    background-image: none;
    padding: 0;
  }
}
/* line 176, ../sass/base/_formalize.scss */
#page textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
/* line 183, ../sass/base/_formalize.scss */
#page optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}
/* line 190, ../sass/base/_formalize.scss */
#page .ie6-button,
#page * html button {
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}
/* line 202, ../sass/base/_formalize.scss */
#page * html button {
  padding-top: 1px;
  padding-bottom: 1px;
}
/* line 207, ../sass/base/_formalize.scss */
#page .ie6-input,
#page * html textarea,
#page * html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}
/* line 220, ../sass/base/_formalize.scss */
#page * html select {
  margin-top: 1px;
}
/* line 224, ../sass/base/_formalize.scss */
#page .placeholder_text,
#page .ie6-input-disabled,
#page .ie6-button-disabled {
  color: #888;
}
/* line 230, ../sass/base/_formalize.scss */
#page .ie6-input-disabled {
  background: #eee;
}

/* Colors globals */
/* Colors backgrounds */
/* Colors texts */
/* Colors borders */
/* line 3, ../sass/components/_sopaletras.scss */
.not-frontpage #page .v-cvc-bot-nav-bar {
  height: 100px;
}
