/* ==========================================================================
AGENCY:PYMWB
========================================================================== */
/* ==========================================================================
TABLE OF CONTENTS
-----------------------------------------------------------------------------
01 CLEARFIX
02 RESET
03 COLORS
04 MIXINS
05 FONTS
06 LOADER
07 MAIN
-----------------------------------------------------------------------------
/* ==========================================================================
01 CLEARFIX
========================================================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* ==========================================================================
02 RESET
========================================================================== */
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%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, *::after, *::before {
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* ==========================================================================
03 COLORS
========================================================================== */
/* ==========================================================================
SOCIAL - COLOR PALETTE
========================================================================== */
/* ==========================================================================
CLIENT - COLOR PALETTE
========================================================================== */
/* ==========================================================================
MEDIOS - COLOR PALETTE
========================================================================== */
/* ==========================================================================
04 MIXINS
========================================================================== */
/* ==========================================================================
BREAKPOINT
========================================================================== */
/**/
/* ==========================================================================
GRID
========================================================================== */
/*
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
            user-select: none; 
}
*/
body, html {
  font-family: "Abadi MT Condensed", Helvetica, Arial, "sans-serif";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none; }

a:visited {
  outline: none;
  color: #316d82; }

label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, span, input, figcaption, p, label, h1, h2, h3, h4 {
  font-family: "Abadi MT Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 600; }

/* ==========================================================================
05 FONTS
========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Abadi MT Condensed';
  src: url("../fonts/AbadiMT-CondensedLight.eot");
  src: url("../fonts/AbadiMT-CondensedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT-CondensedLight.woff") format("woff"), url("../fonts/AbadiMT-CondensedLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/*-----Open Sans-----*/
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: lighter; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Italic.ttf.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: medium; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: black; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }
/*-------Fin Open Sans-------*/
/*-----Montserrat-----*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: light; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
/* ==========================================================================
   FIN FONTS
   ========================================================================== */
/* ==========================================================================
07 LOADER
========================================================================== */
/* ==========================================================================
                            HR-LOADER
========================================================================== */
body {
  overflow: hidden !important; }

div#preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  background-color: #f3f3f3;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  div#preloader img {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #ff7676;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
/* ==========================================================================
                            FIN-HR-LOADER
========================================================================== */
/* ==========================================================================
08 HEADER
========================================================================== */
/* ==========================================================================
                              HR HEADER
========================================================================== */
header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center; }
  header div.preheader-cinepolis {
    width: 100%;
    height: 40px;
    background-color: #135CA0;
    position: relative;
    padding: 5px; }
    header div.preheader-cinepolis img.logo-cinepolis {
      display: block;
      margin-left: 8%;
      max-width: 180px;
      width: auto;
      height: 100%;
      @incude transition(.3s); }
      @media screen and (min-width: 30em) {
        header div.preheader-cinepolis img.logo-cinepolis {
          margin-left: 20%; } }
      @media screen and (min-width: 48em) {
        header div.preheader-cinepolis img.logo-cinepolis {
          margin: 0 auto; } }
    header div.preheader-cinepolis img.logo-masquecine {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 100%; }
  header div.menu-plataforma {
    height: 30px;
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center; }
    header div.menu-plataforma a.links-head {
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 1px;
      text-decoration: none;
      color: #ffc635;
      font-family: "Abadi MT Condensed", Helvetica, Arial, "sans-serif";
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 48em) {
        header div.menu-plataforma a.links-head {
          font-size: 15px; } }
      header div.menu-plataforma a.links-head:hover {
        color: #b56539; }
      header div.menu-plataforma a.links-head:nth-child(2) {
        position: absolute;
        right: 10px;
        padding: 9px 20px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
        margin-top: 10px;
        color: #b41915;
        font-weight: 800;
        font-size: 13px !important;
        font-family: "Montserrat", Helvetica, Arial, "sans-serif"; }

/* ==========================================================================
                              END HR HEADER
========================================================================== */
/* ==========================================================================
08 MAIN
========================================================================== */
/* ==========================================================================
                              HR MAIN
========================================================================== */
body {
  background-color: black;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 64em) {
    body {
      background-size: cover;
      height: 100vh; } }

div.wrapper {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto; }

div.cols {
  width: 100%;
  display: inline-block;
  color: white;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media screen and (min-width: 64em) {
    div.cols {
      width: 50%;
      height: 95vh; } }
  div.cols:nth-child(1) {
    float: left; }
    @media screen and (min-width: 48em) {
      div.cols:nth-child(1) {
        margin-top: 40px; } }
    @media screen and (min-width: 64em) {
      div.cols:nth-child(1) {
        margin-top: 0; } }
  div.cols div.cols-container {
    padding: 40px;
    margin: 0 auto; }
    div.cols div.cols-container img.logo-marvel {
      width: 240px;
      display: block;
      margin: 0 auto;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    div.cols div.cols-container h1 {
      text-align: center;
      font-weight: 800;
      font-size: 18px;
      letter-spacing: 6px;
      line-height: 28px;
      max-width: 400px;
      display: block;
      margin: 0 auto;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 48em) {
        div.cols div.cols-container h1 {
          font-size: 20px; } }
      div.cols div.cols-container h1 sup.sup {
        font-size: 12px;
        /* margin-top: -31px; */
        position: relative;
        top: -5px; }
    div.cols div.cols-container div.col-videos {
      display: block;
      width: 100%;
      max-width: 490px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      justyfy-content: center;
      align-items: center;
      position: relative;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 48em) {
        div.cols div.cols-container div.col-videos {
          width: 490px; } }
      div.cols div.cols-container div.col-videos p.preventa {
        display: block;
        height: 20px;
        line-height: 20px;
        color: white;
        float: left;
        width: 100%;
        position: absolute;
        bottom: -8px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        letter-spacing: 6px;
        line-height: 28px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        div.cols div.cols-container div.col-videos p.preventa a {
          color: white; }
      div.cols div.cols-container div.col-videos div {
        display: block;
        margin: 0 auto;
        padding: 20px 5px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 48em) {
          div.cols div.cols-container div.col-videos div {
            padding: 20px 10px; } }
        div.cols div.cols-container div.col-videos div p.titles-m {
          display: block;
          margin: 0 auto;
          text-align: center;
          padding: 5px;
          font-size: 11px;
          letter-spacing: 1px;
          font-weight: 800;
          text-align: center; }
          @media screen and (min-width: 64em) {
            div.cols div.cols-container div.col-videos div p.titles-m {
              font-size: 13px;
              letter-spacing: 3px; } }
        div.cols div.cols-container div.col-videos div img.poster {
          max-width: 90px;
          display: block;
          margin: 0 auto; }
          @media screen and (min-width: 48em) {
            div.cols div.cols-container div.col-videos div img.poster {
              max-width: 131px; } }
        div.cols div.cols-container div.col-videos div a.link-v {
          text-decoration: none;
          color: white;
          display: inline-block;
          text-align: center;
          font-weight: 800;
          display: block;
          margin-top: 10px;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          div.cols div.cols-container div.col-videos div a.link-v p img.yt-bt {
            width: 25px;
            height: auto;
            border-radius: 60px;
            vertical-align: middle;
            position: relative;
            top: -2px; }
          div.cols div.cols-container div.col-videos div a.link-v:hover p {
            color: #edd769; }
  div.cols div.container-img {
    width: 90%;
    height: auto;
    min-height: 190px;
    background-image: url(../images/background-registra_new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #ffc635;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 30em) {
      div.cols div.container-img {
        max-width: 460px;
        height: 330px; } }
    @media screen and (min-width: 48em) {
      div.cols div.container-img {
        max-width: 460px;
        height: 330px; } }
    @media screen and (min-width: 64em) {
      div.cols div.container-img {
        width: 100%;
        max-width: 520px;
        height: 370px; } }
  div.cols button.register {
    width: 280px;
    height: 73px;
    margin: 40px 0;
    background-image: url("../images/btn-landing-descubre.png");
    background-size: cover;
    background-position-x: 0;
    background-position-y: 78px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    /*@include transition(.3s);*/
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s; }
    @media screen and (min-width: 64em) {
      div.cols button.register {
        position: absolute;
        bottom: 110px;
        right: 120px; }
        div.cols button.register:hover {
          background-image: url("../images/btn-landing-descubre.png");
          background-position-y: -7px; } }
div footer {
  width: 100%;
  height: auto;
  padding-bottom: 20px; }
  div footer img.legal-m {
    width: 90px;
    height: 15px;
    display: block;
    margin: 0 auto; }

.animatedModalsbg {
  background-color: rgba(0, 0, 0, 0.87) !important;
  overflow: hidden; }

div.modal-content {
  max-width: 800px;
  height: 90vh;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden; }
  div.modal-content iframe {
    display: block;
    margin: 0 auto; }

.btnsModal {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff; }
  .btnsModal img {
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px;
    margin: 0 auto; }

.compra {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 28px;
  width: 100%;
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white; }
  .compra a {
    color: white; }

/* ==========================================================================
                              END HR MAIN
========================================================================== */
