/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamHTF-Light.woff2") format("woff2"), url("../fonts/GothamHTF-Light.woff") format("woff"), url("../fonts/GothamHTF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamHTF-Book.woff2") format("woff2"), url("../fonts/GothamHTF-Book.woff") format("woff"), url("../fonts/GothamHTF-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamHTF-Medium.woff2") format("woff2"), url("../fonts/GothamHTF-Medium.woff") format("woff"), url("../fonts/GothamHTF-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamHTF-Bold.woff2") format("woff2"), url("../fonts/GothamHTF-Bold.woff") format("woff"), url("../fonts/GothamHTF-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

body {
  font-family: "Gotham", arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative; }

.b-base {
  background-color: #da1e35;
  margin: 0;
  position: relative; }

.b-base__content {
  display: block;
  margin: 0 auto;
  width: 100%; }

.t-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
  width: 100%; }
  .t-container::after {
    display: block;
    content: '';
    clear: both; }

@media only screen and (max-width: 1059px) {
  .t-container {
    padding: 0 20px; } }

.s-content {
  background: #fff;
  font-size: 0;
  text-align: center; }

.s-content__container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 10px 0;
  text-align: left; }

.s-content__banner {
  background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/242cb1dd-8a60-4e8c-b082-d66fba46967b.jpg") no-repeat;
  background-position: center center;
  background-size: auto;
  display: block;
  height: 405px;
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap; }
  .s-content__banner::before {
    content: '';
    display: inline-block;
    height: 405px;
    vertical-align: middle;
    width: 0; }

.s-content__title {
  display: inline-block;
  vertical-align: middle; }
  .s-content__title h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
    .s-content__title h1 strong {
      font-size: 24px;
      font-weight: 700;
      line-height: 34px; }

.s-content__row {
  display: block;
  font-size: 0; }

.s-content__col {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 12px); }

.s-content__col:first-child {
    margin-right: 24px; }

.s-content__bar {
  background-color: #da1e35;
  display: block;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  .s-content__bar::before {
    background: #fff;
    border-radius: 30px;
    bottom: 0;
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }

@media only screen and (max-width: 1059px) {
  .s-content__title h2 strong {
    font-size: 22px; }
  .s-content__col {
    display: block;
    margin-bottom: 40px;
    width: 100%; }
    .s-content__col:first-child {
      margin-right: 0; } }

.c-blocks {
  display: block; }

.c-blocks__row {
  display: block;
  font-size: 0;
  width: 100%; }
  .c-blocks__row:last-child {
    margin-top: 8px; }

.c-blocks__col {
  background: #dadada;
  display: inline-block;
  height: 152px;
  vertical-align: top;
  text-align: center;
  width: calc(50% - 4px); }
  .c-blocks__col:first-child {
    margin-right: 8px; }
  .c-blocks__col::before {
    display: inline-block;
    content: '';
    height: 152px;
    vertical-align: middle;
    width: 0; }

.c-blocks__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: auto;
  padding-left: 75px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: 244px; }
  .c-blocks__content h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .c-blocks__content p {
    color: #696969;
    font-size: 12px;
    font-weight: 300;
    line-height: 13px;
    margin: 0; }
    .c-blocks__content p strong {
      font-weight: 600; }
  .c-blocks__content::before {
    content: '';
    height: 100%;
    left: 0;
    min-height: 52px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 75px; }
  .c-blocks__content--calendar::before {
    background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/b1aed358-166c-4b22-8b75-dc4b1519f348.png") no-repeat;
    background-position: center center; }
  .c-blocks__content--camera::before {
    background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/4b6197af-b4f9-4d20-a903-9f222609244c.png") no-repeat;
    background-position: center center; }
  .c-blocks__content--local::before {
    background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/a2cdcd80-37f6-4e31-aa96-f296715ea330.png") no-repeat;
    background-position: center center; }
  .c-blocks__content--user::before {
    background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/4165769e-352c-4e37-9763-323872740759.png") no-repeat;
    background-position: center center; }

@media only screen and (max-width: 767px) {
  .c-blocks__col {
    display: block;
    width: 100%; }
    .c-blocks__col:first-child {
      margin-right: 0;
      margin-bottom: 8px; } }

.c-footer {
  background-color: #d1232c;
  display: block;
  position: relative;
  width: 100%; }

.c-footer__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 45px 15px 55px;
  position: relative;
  width: 100%; }

.c-footer__col {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  .c-footer__col--right {
    text-align: right; }

.c-footer__events,
.c-footer__realization {
  display: inline-block; }
  .c-footer__events p,
  .c-footer__realization p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 24px; }
  .c-footer__events a,
  .c-footer__realization a {
    background: #3a599a;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 156px; }
    .c-footer__events a:hover,
    .c-footer__realization a:hover {
      text-decoration: underline; }

.c-footer__logos {
  display: inline-block;
  font-size: 0;
  white-space: nowrap; }
  .c-footer__logos::after {
    content: '';
    clear: both;
    display: block; }
  .c-footer__logos img {
    vertical-align: middle;
    width: 120px; }
    .c-footer__logos img:last-child {
      margin-left: 20px; }

@media only screen and (max-width: 767px) {
  .c-footer__col {
    display: block;
    text-align: left !important; }
    .c-footer__col:first-child {
      margin-bottom: 30px; } }

.c-form {
  display: block; }

.c-form__title {
  color: #d1232c;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto 15px;
  text-align: center;
  text-transform: uppercase; }

.c-form__holder {
  display: block;
  font-size: 0; }

.c-form__col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px); }
  .c-form__col:first-child {
    margin-right: 30px; }

.c-form__input-holder {
  display: block; }
  .c-form__input-holder:not(:first-child) {
    margin-top: 12px; }
  .c-form__input-holder.invalid input {
    border-color: #d1232c; }

.c-form__input-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.c-form__input {
  border: 1px solid #9c9c9c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
  width: 100%; }

.c-form__input-error {
  color: #d1232c;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px; }

.c-form__submit-btn {
  background: #da1e35;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  margin-top: 31px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .c-form__col {
    display: block;
    width: 100%; }
    .c-form__col:first-child {
      margin-right: 0;
      margin-bottom: 28px; }
  .c-form__submit-btn {
    margin-top: 28px; } }

.c-header {
  background-color: #d1232c;
  display: block;
  height: 68px;
  position: relative;
  width: 100%; }

.c-header__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  white-space: nowrap; }
  .c-header__container::before {
    content: '';
    display: inline-block;
    height: 68px;
    vertical-align: middle;
    width: 0; }
  .c-header__container::after {
    background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/d0221b8b-4d44-4f6f-afe9-fbc0c6f50520.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 38px;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 121px; }

.c-header__title {
  display: inline-block;
  font-size: 0;
  height: 26px;
  margin: 0;
  margin-left: 26px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 130px; }
  .c-header__title::before {
    background: url("http://image.canondigital.com.br/lib/fe8d13727d660d7f71/m/1/bc5263a1-c265-499d-bf5e-73d5066c155e.png") no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media only screen and (max-width: 767px) {
  .c-header__container::after {
    right: 15px; }
  .c-header__title {
    margin-left: 0; } }
