/* --------------------------------------------------------------------------- */
/* GENERICS */
/* --------------------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc); }

*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* --------------------------------------------------------------------------- */
/* FONTS */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* RESET */
/* --------------------------------------------------------------------------- */
a {
  text-decoration: none;
  background-color: transparent; }

a:focus,
a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

img {
  border: 0; }

object,
embed,
video,
iframe,
iframe[style] {
  max-width: 100%;
  /* height: auto; */ }

/* ---------------------- HTML 5 ---------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* --------------------------------------------------------------------------- */
/* BASE */
/* --------------------------------------------------------------------------- */
body {
  background-color: #3b3d4c;
  background-image: url(../images/fundo-lambe-lambe.jpg); }

a {
  color: #f21612;
  text-decoration: none;
  background-color: transparent; }

/* --------------------------------------------------------------------------- */
/* TIPOGRAFIA */
/* --------------------------------------------------------------------------- */
html {
  font-family: "PT Sans";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "PT Sans";
  font-size: 16px;
  color: #fff; }

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

h1 {
  margin-bottom: 24px;
  font-size: 110px; }

h2 {
  margin-bottom: 22px;
  font-size: 40px; }

h3 {
  margin-bottom: 20px;
  font-size: 25px; }

h4 {
  margin-bottom: 18px;
  font-size: 22px; }

h5 {
  margin-bottom: 16px;
  font-size: 19px; }

h6 {
  margin-bottom: 14px;
  font-size: 16px; }

p {
  margin-bottom: 15px;
  line-height: 15px; }

ul {
  list-style-type: none; }

b, strong {
  font-weight: bold; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* height 30px */
.btn {
  margin-bottom: 1px;
  padding: 7px 15px 4px 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  font-size: 19px;
  font-family: 700;
  line-height: 15px;
  color: #fff;
  border: 2px solid;
  cursor: pointer;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  /* ---------- SIZES ---------- */
  /* height 50px */
  /* height 50px */
  /* ---------- COLORS ---------- */
  /* ----------- STYLES ---------- */
  /* --------COMPORTAMENTO-------- */ }
  .btn:hover {
    transition: all 0.2s ease-in-out; }
  .btn.is-big {
    padding: 15px 16px;
    font-size: 16px;
    line-height: 16px; }
  .btn.is-block {
    width: 100%;
    display: block; }
  .btn.is-primary {
    color: #fff; }
  .btn.is-primary:hover {
    color: #fff; }
  .btn.is-primary-dark {
    color: #fff; }
  .btn.is-primary-dark:hover {
    color: #fff; }
  .btn.is-ghost.is-primary {
    background-color: transparent; }
  .btn.is-ghost.is-primary:hover {
    color: #fff; }
  .btn.is-ghost.is-primary-dark {
    background-color: transparent; }
  .btn.is-ghost.is-primary-dark:hover {
    color: #fff; }
  .btn.is-round {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; }
    .btn.is-round.is-big {
      padding-right: 20px;
      padding-left: 20px; }
  .btn:hover {
    transition: all 0.2s ease-in-out; }

a.btn {
  text-decoration: none; }

/* --------------------------------------------------------------------------- */
/* FORMS */
/* --------------------------------------------------------------------------- */
.form-control {
  width: 100%;
  height: 52px;
  padding: 1px  10px;
  border: 1px solid #fff;
  font-size: 16px;
  vertical-align: bottom;
  outline: transparent;
  /* ---------- STYLES ---------- */ }
  .form-control::-webkit-input-placeholder {
    color: #fff; }
  .form-control::-moz-placeholder {
    color: #fff; }
  .form-control:-ms-input-placeholder {
    color: #fff; }
  .form-control:-moz-placeholder {
    color: #fff; }
  .form-control.has-border {
    border: 1px solid; }
  .form-control.is-round {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; }
  .form-control.is-clean {
    border: 1px solid; }
  .form-control.is-night-light {
    color: #fff;
    border: 1px solid #585965;
    background-color: #585965; }

.select-custom {
  position: relative; }
  .select-custom select.form-control {
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-custom:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    right: 13px; }

.input-icon {
  position: relative; }
  .input-icon .ico {
    position: absolute;
    top: 29%; }
  .input-icon.is-left .ico {
    left: 12px; }
  .input-icon.is-right .ico {
    right: 20px; }
  .input-icon.is-left .form-control {
    padding-left: 32px; }
  .input-icon.is-right .form-control {
    padding-right: 32px; }

textarea.form-control {
  height: auto;
  padding: 5px 10px; }

label {
  max-width: 100%;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px;
  color: #4F4F4F; }
  label.is-small {
    margin-bottom: 5px;
    font-size: 14px; }
  label.is-big {
    margin-bottom: 12px;
    font-size: 24px; }

/* ---------- GROUP ---------- */
.form-group {
  margin-bottom: 15px; }

/* ---------- INLINE ---------- */
/* VERIFICAR NO MOBILE RESPONSIVO */
.form-control {
  display: inline-block;
  /*width: auto;*/
  vertical-align: middle; }

/* --------------------------------------------------------------------------- */
/* GRID */
/* --------------------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.messages {
  padding: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px;
  border-radius: 3px;
  border-right: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  background: #585965; }
  .messages.is-danger {
    background: #ff5450; }
  .messages.is-success {
    background: #4ea756; }

.mdl__header {
  padding: 25px;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  background: #333240; }
  .mdl__header.is-blood {
    background: #f21612; }

.mdl__body {
  padding: 25px 20px;
  margin-bottom: 20px;
  background: #333240; }
  .mdl__body .disclaimer {
    line-height: 1.4;
    text-align: center; }

.hamburguer {
  width: 35px;
  padding: 8px 6px;
  z-index: 10;
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 24px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .hamburguer {
      top: 35px; } }
  @media (min-width: 1200px) {
    .hamburguer {
      display: none; } }

.hamburguer__item {
  margin-bottom: 8px;
  padding-top: 2px;
  display: block;
  background: #fff; }

.hamburguer__item:last-child {
  margin-bottom: 0; }

.menu-mobile__logo {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #f21612;
  background: url("../images/logo-telecine-megapix.png") no-repeat;
  background-size: 100% auto;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  background-position: 11px 13px;
  background-size: 179px auto; }

.menu-mobile a {
  display: block;
  padding: 20px 16px;
  color: #fff;
  border-bottom: 1px solid #3b3d4c; }
  .menu-mobile a:hover {
    color: #fff;
    background-color: #f21612; }

.menu-desktop {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .menu-desktop {
      display: block; } }
  .menu-desktop__item {
    display: inline; }
    .menu-desktop__item a {
      margin: 0 10px;
      color: #fff;
      border-bottom: 2px solid transparent; }
  .menu-desktop__item:hover a, .menu-desktop__item.ative a {
    border-bottom: 2px solid #f21612; }

.slide-home {
  height: 580px;
  padding-top: 180px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  background-image: url("../images/slide.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .slide-home .mobile-break {
    display: inline; }
  .slide-home .slide-home__title {
    padding: 0 30px;
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 5px; }
  .slide-home .slide-home__subtitle {
    padding: 0 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold; }
  .slide-home .detalhe {
    width: 80px;
    height: 4px;
    margin: 30px auto 0 auto;
    background-color: #f21612; }
  @media (min-width: 768px) {
    .slide-home {
      height: 885px;
      padding-top: 330px;
      font-size: 100px;
      background-size: cover; }
      .slide-home .slide-home__title {
        font-size: 100px;
        line-height: 100px; }
      .slide-home .slide-home__subtitle {
        line-height: 1; }
      .slide-home .mobile-break {
        display: none; } }

.lista-filme {
  background-color: #3b3d4c;
  background-image: url("../images/fundo-lambe-lambe.jpg"); }
  .lista-filme__barra-semana {
    text-align: center;
    background-color: #333240; }
    .lista-filme__barra-semana .ativo {
      color: #f21612; }
  .lista-filme__item-semana {
    padding: 18px 5px 23px 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block; }
  @media (min-width: 414px) {
    .lista-filme__item-semana {
      padding: 18px 13px 23px 13px;
      font-size: 16px; } }

.grid-filmes {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  /* CONTENT */
  /* META */ }
  .grid-filmes__item {
    width: 290px;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    @media (min-width: 768px) {
      .grid-filmes__item {
        margin: 40px 0; } }
    .grid-filmes__item:last-child {
      margin-bottom: 40px; }
  .grid-filmes__content {
    max-width: 200px;
    float: left; }
  .grid-filmes__image {
    margin-bottom: 20px; }
  .grid-filmes__sessao {
    text-transform: uppercase;
    font-size: 22px; }
  .grid-filmes__title {
    margin-bottom: 5px;
    font-size: 22px; }
  .grid-filmes__link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  .grid-filmes__meta {
    width: 60px;
    padding: 7px;
    float: left;
    text-align: right; }
  .grid-filmes__dia {
    display: block;
    text-transform: uppercase;
    font-size: 40px; }
  .grid-filmes__mes {
    display: block;
    text-transform: uppercase;
    font-size: 16px; }
  .grid-filmes__dia-semana {
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 22px; }
  .grid-filmes__icon-facebook {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative; }
    .grid-filmes__icon-facebook img {
      display: inline-block;
      vertical-align: middle; }
  .grid-filmes__icon-share {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .grid-filmes__icon-share img {
      display: inline-block;
      vertical-align: middle; }
  .grid-filmes__border-filmes-sab {
    margin-bottom: 20px;
    position: relative;
    border: 7px solid #e02028;
    background-color: #e02028; }
  .grid-filmes__selo-noite {
    position: absolute;
    left: 0;
    bottom: 0; }

.selo-show {
  display: block !important; }

.selo-hide {
  display: none !important; }

.filme-cover {
  /*height: 590px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .filme-cover {
      height: 880px; } }
  .filme-cover__title {
    padding: 240px 0 20px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 5px; }
    @media (min-width: 768px) {
      .filme-cover__title {
        font-size: 95px;
        line-height: 100px; } }
  .filme-cover__servico {
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 22px; }
    @media (min-width: 768px) {
      .filme-cover__servico {
        font-size: 25px; } }

.ticket {
  display: inline-block;
  font-size: 0; }
  .ticket__icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
    background: #f21612 url("../images/tickets.png") no-repeat center; }

  .ticket__btn-reserve {
    width: 190px;
    height: 80px;
    margin-bottom: 40px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #f21612; }

    @media (min-width: 380px) {
      .ticket__btn-reserve  {
        width: 220px;
      }
    }

/* ------------------------------------------------- */
.filme-info {
  background-image: url("../images/fundo-lambe-lambe.jpg"); }
  .filme-info__title-sinopse {
    padding-top: 30px;
    line-height: 1;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold; }
  .filme-info__title {
    padding-bottom: 10px;
    padding-top: 30px;
    line-height: 1;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold; }
  .filme-info__desc {
    line-height: 1.4; }
  @media (min-width: 768px) {
    .filme-info {
      padding-bottom: 50px; } }

.barra-classificacao {
  padding: 20px;
  text-align: center;
  background: #333240; }

.mensagens-sucesso {
  background: #333240; }
  .mensagens-sucesso__lista {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left; }
  .mensagens-sucesso li {
    padding: 0 10px 0 37px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .mensagens-sucesso li {
        padding-left: 44px; } }
  .mensagens-sucesso__check {
    background: url(../images/check-msg-sucesso.png) 10px 10px no-repeat; }
  .mensagens-sucesso__checked {
    background: url(../images/check-ball.png) 10px 10px no-repeat;
    background-size: 20px 20px; }
    @media (min-width: 768px) {
      .mensagens-sucesso__checked {
        background-size: auto;
        background-position: 0 5px; } }

/* -------------------------------------------- */
.page-img-destaque {
  height: 430px;
  background: url(../images/topo-passo-a-passo.jpg) center no-repeat;
  background-size: cover; }

.page-img-destaque-evento {
  height: 430px;
  background: url(../images/topo-evento.jpg) center no-repeat;
  background-size: cover; }

.passo__title {
  padding-top: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1; }

.passo__lista {
  margin-bottom: 30px;
  text-align: left; }

.passo li {
  padding: 0 10px 24px 49px;
  font-size: 19px;
  background: url(../images/check-blood.png) 10px 4px no-repeat; }

.passo__obs {
  max-width: 695px;
  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 19px; }

/*--------------------------------------------------------------
DRAWER
--------------------------------------------------------------*/
.drawer {
  min-width: 182px;
  max-width: 290px;
  width: 76%;
  height: 100%;
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  overflow-y: auto;
  border-bottom: 1px solid #2D9CDB;
  background: #333240;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .drawer__principal {
    font-size: 24px; }
  .drawer.is-left {
    left: 0;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drawer.is-right {
    right: 0;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .drawer.is-open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .drawer.is-open.is-left {
      -webkit-box-shadow: 5px 1px 12px 0px rgba(50, 50, 50, 0.3);
      -moz-box-shadow: 5px 1px 12px 0px rgba(50, 50, 50, 0.3);
      box-shadow: 5px 1px 12px 0px rgba(50, 50, 50, 0.3); }
    .drawer.is-open.is-right {
      -webkit-box-shadow: -5px 1px 12px 0px rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -5px 1px 12px 0px rgba(50, 50, 50, 0.3);
      box-shadow: -5px 1px 12px 0px rgba(50, 50, 50, 0.3); }
  .drawer__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    border: 1px solid #ed3e39;
    background-color: #ed3e39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.container-inscricao {
  width: 320px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 350px) {
    .container-inscricao {
      width: 350px; } }
  @media (min-width: 600px) {
    .container-inscricao {
      width: 500px; } }
  @media (min-width: 768px) {
    .container-inscricao {
      width: 700px; } }
  .container-inscricao .painel-inscicao {
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: all .5s; }
    @media (min-width: 350px) {
      .container-inscricao .painel-inscicao {
        width: 350px; } }
    @media (min-width: 600px) {
      .container-inscricao .painel-inscicao {
        width: 500px; } }
    @media (min-width: 768px) {
      .container-inscricao .painel-inscicao {
        width: 700px; } }
  .container-inscricao .ativo {
    opacity: 1;
    transition: all .5s; }

.form-inscricao {
  display: block;
  margin: 0 auto;
  max-width: 450px; }

.btn-confirmar {
  display: inline-block;
  font-size: 0;
  border: 0; }
  .btn-confirmar__icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f21612;
    background: #fff url("../images/check-blood.png") no-repeat center; }
  .btn-confirmar__btn-reserve {
    width: 220px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #f21612;
    background-color: #fff; }

.header {
  padding: 18px 0;
  position: relative;
  background: #333240; }
  @media (min-width: 768px) {
    .header {
      padding: 22px 0; } }

.logo-telecine-megapix {
  width: 200px;
  height: 36px;
  margin: 0 auto 0 15px;
  display: block;
  background: url("../images/logo-telecine-megapix.png") no-repeat;
  background-size: 100% auto;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden; }
  @media (min-width: 768px) {
    .logo-telecine-megapix {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .logo-telecine-megapix {
      width: 376px;
      height: 66px; } }

.logo-shell {
  width: 138px;
  height: 62px;
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  background: url("../images/logo-shell.png") no-repeat;
  text-indent: -99999px; }

/* --------------------------------------------------------------- */
/* FONT WEIGHT */
/* --------------------------------------------------------------- */
.fw-regular {
  font-family: 400; }

.fw-bold {
  font-family: 700; }

/* --------------------------------------------------------------- */
/* FONT SIZE */
/* --------------------------------------------------------------- */
.fs-small {
  font-size: 16px; }

.fs-medium {
  font-size: 19px; }

.fs-large {
  font-size: 22px; }

.fs-xlarge {
  font-size: 25px; }

.fs-xxlarge {
  font-size: 40px; }

.fs-jumbo {
  font-size: 110px; }

/* --------------------------------------------------------------- */
/* ALIGNMENT */
/* --------------------------------------------------------------- */
.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

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

.text-nowrap {
  white-space: nowrap; }

/* --------------------------------------------------------------- */
/* TRANSFORMATION */
/* --------------------------------------------------------------- */
.text-lowercase, .lower {
  text-transform: lowercase; }

.text-uppercase, .upper {
  text-transform: uppercase; }

.text-capitalize, .caps {
  text-transform: capitalize; }

/* --------------------------------------------------------------- */
/* COLORS */
/* --------------------------------------------------------------- */
.text-white {
  color: #fff; }

.text-blood-base {
  color: #f21612; }

.text-blood-opaque {
  color: #ed3e39; }

.text-night {
  color: #333240; }

.text-night-light {
  color: #3b3d4c; }

/* --------------------------------------------------------------- */
/* COLORS */
/* --------------------------------------------------------------- */
.bg-white {
  background-color: #fff; }

.bg-blood {
  background-color: #f21612; }

.bg-blood-opaque {
  background-color: #ed3e39; }

.bg-night {
  background-color: #333240; }

.bg-night-light {
  background-color: #3b3d4c; }

/* margin */
.mx-auto {
  margin: 0 auto; }

.m0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.m5 {
  margin: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.m-10 {
  margin: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.m-20 {
  margin: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.m-25 {
  margin: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

/* padding */
.p-0 {
  padding: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.p-5 {
  padding: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.p-10 {
  padding: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

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

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.p-20 {
  padding: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.p-25 {
  padding: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/* --------------------------------------------------------------------------- */
/* UTILITIES */
/* --------------------------------------------------------------------------- */
.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* corrige o bug do float */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: " ";
  display: table; }

.clearfix:after, .cf:after {
  clear: both; }

.hide, .hidden {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-full {
  display: block;
  width: 100%;
  height: auto; }

.img-center {
  margin: 0 auto; }

/* aspect ratio do youtube 16:9 */
.ratiohd {
  position: relative;
  padding-bottom: 56.25%;
  /* (9 / 16) * 100 */
  float: left;
  width: 100%;
  height: 0; }

.ratio_el {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }




