/*-------*/
/* FONTS */
/*-------*/
/*--------*/
/* COLORS */
/*--------*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

/*--------------------*/
/* EXTENDABLE CLASSES */
/*--------------------*/
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.verticalAlign {
  display: inline-block;
  vertical-align: middle; }
  .verticalAlign + span {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 100;
  src: url("https://www.pol-ka.com/fonts/Campton-Thin.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 100;
  src: url("https://www.pol-ka.com/fonts/Campton-ThinItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 200;
  src: url("https://www.pol-ka.com/fonts/Campton-ExtraLight.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 200;
  src: url("https://www.pol-ka.com/fonts/Campton-ExtraLightItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.pol-ka.com/fonts/Campton-Light.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 300;
  src: url("https://www.pol-ka.com/fonts/Campton-LightItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.pol-ka.com/fonts/Campton-Book.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 400;
  src: url("https://www.pol-ka.com/fonts/Campton-BookItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.pol-ka.com/fonts/Campton-Medium.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 500;
  src: url("https://www.pol-ka.com/fonts/Campton-MediumItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.pol-ka.com/fonts/Campton-SemiBold.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 600;
  src: url("https://www.pol-ka.com/fonts/Campton-SemiBoldItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.pol-ka.com/fonts/Campton-Bold.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 700;
  src: url("https://www.pol-ka.com/fonts/Campton-BoldItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 800;
  src: url("https://www.pol-ka.com/fonts/Campton-ExtraBold.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 800;
  src: url("https://www.pol-ka.com/fonts/Campton-ExtraBoldItalic.otf"); }
@font-face {
  font-family: "Campton";
  font-style: normal;
  font-weight: 900;
  src: url("https://www.pol-ka.com/fonts/Campton-Black.otf"); }
@font-face {
  font-family: "Campton";
  font-style: italic;
  font-weight: 900;
  src: url("https://www.pol-ka.com/fonts/Campton-BlackItalic.otf"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("https://www.pol-ka.com/fonts/Roboto-Thin.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("https://www.pol-ka.com/fonts/Roboto-ThinItalic.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.pol-ka.com/fonts/Roboto-Light.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("https://www.pol-ka.com/fonts/Roboto-LightItalic.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.pol-ka.com/fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("https://www.pol-ka.com/fonts/Roboto-RegularItalic.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.pol-ka.com/fonts/Roboto-Medium.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("https://www.pol-ka.com/fonts/Roboto-MediumItalic.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.pol-ka.com/fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("https://www.pol-ka.com/fonts/Roboto-BoldItalic.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("https://www.pol-ka.com/fonts/Roboto-Black.ttf"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("https://www.pol-ka.com/fonts/Roboto-BlackItalic.ttf"); }
.btn {
  font-family: "Campton", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 36px;
  border-radius: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out; }
  .btn--full-bg {
    background-color: #0d3280;
    color: white; }
    .btn--full-bg:hover {
      opacity: 0.8; }
  .btn--white-bg {
    background-color: white;
    color: #0d3280;
    border: 1px solid #0d3280; }
    .btn--white-bg:hover {
      opacity: 0.8;
      background-color: #0d3280;
      color: white; }
  .btn--no-bg {
    color: #21f6a4;
    border: 1px solid #21f6a4; }
    .btn--no-bg:hover {
      background-color: #21f6a4;
      color: #0d3280; }
  .btn__center {
    height: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1px 0px;
    justify-content: center;
    box-sizing: content-box; }

.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-lh {
  line-height: 36px;
  text-align: center; }

.btn-shape {
  border: 1px solid;
  border-radius: 14px;
  line-height: 20px;
  padding: 3px 23px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-family: "Campton", sans-serif; }

.sp5, .sp10, .sp15, .sp20, .sp30, .sp40, .sp50, .sp60, .sp70 {
  display: block; }

.sp5 {
  height: 5px; }

.sp10 {
  height: 10px; }

.sp15 {
  height: 15px; }

.sp20 {
  height: 20px; }

.sp30 {
  height: 30px; }

.sp40 {
  height: 40px; }

.sp50 {
  height: 50px; }

.sp60 {
  height: 60px; }

.sp70 {
  height: 70px; }

.divider {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 0;
  width: 100%;
  border: none;
  border-top: 1px solid #DBDBDB; }
  .divider.small {
    max-width: 200px; }

.video-box {
  position: relative; }
  .video-box iframe, .video-box video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .video-box:before {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .video-box.ratio-1-1:before {
    padding-bottom: 100%; }
  .video-box.ratio-4-3:before {
    padding-bottom: 75%; }
  .video-box.ratio-3-2:before {
    padding-bottom: 66.6666666667%; }
  .video-box.ratio-5-3:before {
    padding-bottom: 60%; }
  .video-box.ratio-16-9:before {
    padding-bottom: 56.25%; }
  .video-box.ratio-3-1:before {
    padding-bottom: 33.3333333333%; }
  .video-box.kaltura-ratio.ratio-1-1:before {
    padding-bottom: calc(100% + 36px); }
  .video-box.kaltura-ratio.ratio-4-3:before {
    padding-bottom: calc(75% + 36px); }
  .video-box.kaltura-ratio.ratio-3-2:before {
    padding-bottom: calc(66.6666666667% + 36px); }
  .video-box.kaltura-ratio.ratio-5-3:before {
    padding-bottom: calc(60% + 36px); }
  .video-box.kaltura-ratio.ratio-16-9:before {
    padding-bottom: calc(56.25% + 36px); }
  .video-box.kaltura-ratio.ratio-3-1:before {
    padding-bottom: calc(33.3333333333% + 36px); }

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

a {
  text-decoration: none;
  color: inherit;
  transition: all .25s ease-in-out; }
  a:hover, a:focus {
    outline: none;
    /* color: inherit; */
    text-decoration: none; }

button {
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  button:hover, button:focus {
    outline: none; }

p {
  margin: 0; }

input:focus, textarea:focus, button:focus {
  outline: none; }

img {
  vertical-align: top; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  font-family: "Campton", sans-serif;
  overflow-x: hidden; }

.navbar, .main-content, .footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.main-content {
  background-color: #FFF;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden; }

.bg-light {
  background-color: #F6F6F6; }

.bg-dark {
  background-color: #111; }

.bg-img {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center; }

.bg-img-alt {
  background-image: url("../img/bg-alt-company.jpg");
  background-size: cover;
  background-position: center; }

.centered-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

* {
  box-sizing: border-box; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }
  .iframe-container__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important; }

.line-clamp:after {
  content: '...';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 75%); }

@supports (-webkit-line-clamp: 1) {
  .line-clamp:after {
    display: none !important; } }
.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1.2 * 1); }

.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.2 * 2); }

.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.2 * 3); }

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.2 * 4); }

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.2 * 5); }

@media (min-width: 992px) {
  .dp-flex-container {
    display: flex; } }
@media (min-width: 992px) {
  .dp-flex-container__left-column {
    max-width: 816px;
    padding: 0px 50px;
    padding-bottom: 100px; } }
@media (min-width: 992px) {
  .dp-flex-container__right-column {
    width: 32%;
    max-width: 384px;
    padding-bottom: 100px;
    background-color: #0d3280; } }
.dp-flex-container__right-column--mb-hidden {
  display: none; }
  @media (min-width: 992px) {
    .dp-flex-container__right-column--mb-hidden {
      display: block;
      padding-top: 40px; } }

.footer {
  background-color: #0d3280;
  color: white;
  padding: 30px 0px; }
  @media (min-width: 992px) {
    .footer {
      height: 264px;
      display: flex;
      align-items: center;
      padding: 30px 15px; } }
  .footer .centered-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 992px) {
      .footer .centered-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
  .footer__block1 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 992px) {
      .footer__block1 {
        align-items: flex-start; } }
    .footer__block1__logo {
      width: 121px;
      height: 36px;
      background-image: url("../img/logos/polka-logo.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 30px 0px; }
      @media (min-width: 992px) {
        .footer__block1__logo {
          margin: 0;
          margin-bottom: 10px; } }
  .footer__block2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 25px 0px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 992px) {
      .footer__block2 {
        margin-top: 0;
        text-align: left;
        align-items: flex-start; } }
  .footer__block3 {
    display: none; }
    @media (min-width: 992px) {
      .footer__block3 {
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
        height: 94px; } }
    .footer__block3 .casting-btn {
      align-self: flex-end;
      margin-top: 16px;
      border-radius: 18px;
      margin-top: auto;
      margin-bottom: 10px;
      font-size: 12px;
      height: 36px;
      /*       display: flex;
            align-items: center; */ }

.contact-info {
  margin-bottom: 10px;
  display: flex; }
  .contact-info__icon {
    color: #21f6a4;
    margin-right: 10px;
    margin-top: 3px; }
    .contact-info__icon.fa-phone {
      transform: rotate(90deg); }

.social-media {
  display: flex; }
  .social-media__link {
    width: 27px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 30px 30px 0px; }
    .social-media__link:last-child {
      margin-right: 0px; }
    @media (min-width: 992px) {
      .social-media__link {
        width: 16px;
        height: 16px;
        margin: 20px 30px 20px 0px; } }
    @media (min-width: 992px) {
      .social-media__link:first-child {
        margin-left: -7px; } }
    .social-media__link--yt {
      font-size: 27px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        .social-media__link--yt {
          font-size: 16px; } }

.menu-and-main-container {
  position: relative;
  min-height: 481px;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .menu-and-main-container {
      margin-top: 65px; } }

.menu-mobile {
  background-color: #212b36;
  color: white;
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 10px;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: translateX(-200px);
  transition: transform 0.4s ease-in-out;
  /*   @include fadeOut; */ }
  @media (min-width: 992px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile--active {
    transform: translateX(0);
    /*   @include fadeIn; */ }
  .menu-mobile .navigation-list {
    flex-direction: column;
    align-items: flex-start;
    display: flex; }
    .menu-mobile .navigation-list__item {
      margin-bottom: 30px; }
  .menu-mobile .social-media__link {
    width: 17px;
    height: 16px;
    margin: 13px 8.5px; }
    .menu-mobile .social-media__link:first-child {
      margin-left: 10px; }
    .menu-mobile .social-media__link--yt {
      font-size: 16px; }
  .menu-mobile .lang-switch {
    margin-top: 70px;
    margin-left: 10px;
    margin-bottom: 30px;
    border: 1px solid #21f6a4;
    width: 79px;
    display: flex; }
    .menu-mobile .lang-switch__lang {
      padding: 12px;
      display: inline-block;
      width: 38px;
      font-size: 12px;
      padding-left: 11px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
      .menu-mobile .lang-switch__lang:first-child {
        border-right: 1px solid #21f6a4;
        width: 39px;
        padding-left: 12px; }
      .menu-mobile .lang-switch__lang--active {
        color: #4a4a4a;
        background-color: #21f6a4; }

.lock-scroll {
  overflow: hidden; }

.navbar {
  background-color: #0d3280;
  color: white;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  @media (min-width: 992px) {
    .navbar {
      height: 65px; } }
  .navbar .centered-container {
    display: flex;
    align-items: center; }
  .navbar__btn {
    width: 18px;
    height: 12px;
    background-image: url("https://www.pol-ka.com/img/icons/menu-btn-mb.svg");
    margin-right: 20px;
    transition: 0.3s; }
    .navbar__btn--active {
      width: 16px;
      height: 16px;
      background-image: url("https://www.pol-ka.com/img/icons/menu-btn-mb--close.svg");
      margin-right: 22px; }
    @media (min-width: 992px) {
      .navbar__btn {
        display: none; } }
  .navbar__logo {
    background-image: url("../img/logos/polka-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 50px; }
    @media (min-width: 992px) {
      .navbar__logo {
        width: 100px; } }
  .navbar__navigation {
    margin-left: auto; }
    @media (min-width: 992px) {
      .navbar__navigation {
        display: flex;
        align-items: center; } }
  .navbar__lang {
    display: none;
    transition: 0.5s; }
    @media (min-width: 992px) {
      .navbar__lang {
        display: block;
        margin: 0px 10px;
        font-size: 14px;
        font-weight: 700;
        width: 20px; } }
    .navbar__lang:hover {
      color: #21f6a4; }

.navigation-list {
  display: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .navigation-list {
      display: flex;
      align-items: center; } }
  .navigation-list__item {
    margin: 0px 10px; }
    .navigation-list__item__link {
      border-bottom: 1px solid transparent;
      transition: 0.5s; }
      .navigation-list__item__link:hover {
        color: #21f6a4;
        cursor: pointer;
        border-bottom: 1px solid #21f6a4; }

.casting-btn {
  /*   border-radius: 14px;
    padding: 0px 23px;
    margin: 0px 10px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    display: flex;
    align-items: center; */
  height: 27px;
  padding: 0px 23px; }

.produccion-card {
  width: 100%; }
  .produccion-card__link {
    display: block; }
    .produccion-card__link:hover .produccion-card__img-container__text {
      opacity: 1;
      z-index: 2; }
  .produccion-card__img-container {
    width: 100%;
    overflow: hidden;
    padding-top: 150%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .produccion-card__img-container__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      /*       &::after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(13,50,128,0.8);
              opacity: 0;
              transition: all .25s ease-in-out;
            } */ }
      .produccion-card__img-container__img--isInt::before {
        content: "\f57d";
        color: white;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 43px;
        height: 43px;
        font-size: 18px;
        background: url("https://www.pol-ka.com/img/icons/int-indicator.svg");
        background-position-y: 100%;
        background-position-x: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: right;
        padding: 4px 4px 0px 0px; }
      .produccion-card__img-container__img:hover::after {
        opacity: 1; }
    .produccion-card__img-container__text {
      font-size: 14px;
      line-height: 20px;
      padding: 5px 15px;
      border-radius: 16px;
      pointer-events: none;
      opacity: 0;
      color: #FFF;
      text-transform: uppercase;
      border: 2px solid white;
      transition: all .25s ease-in-out;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      white-space: nowrap; }
  .produccion-card__title {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22.4px;
    color: #212b36;
    font-weight: 400; }
  .produccion-card__year {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22.4px;
    color: #000000;
    opacity: 0.5; }

.invitacion-box {
  width: 100vw;
  height: 87.18vw;
  background-color: black;
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Campton", sans-serif;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .invitacion-box {
      height: 279px; } }
  .invitacion-box__content {
    padding: 0px 10px;
    opacity: 1;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .invitacion-box__content__title {
      font-size: 22px;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .invitacion-box__content__title {
          font-size: 28px;
          line-height: 32px; } }
    .invitacion-box__content__p {
      font-size: 14px;
      font-weight: 300;
      line-height: 14px;
      margin-bottom: 19px; }
      @media (min-width: 992px) {
        .invitacion-box__content__p {
          font-size: 18px;
          line-height: 32px; } }
    .invitacion-box__content__btn {
      z-index: 2;
      padding: 0px 17px; }

.ofertas .invitacion-box {
  position: relative; }
  .ofertas .invitacion-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3; }

.hero-slider__slide {
  font-family: "Campton", sans-serif;
  position: relative; }
  @media (min-width: 992px) {
    .hero-slider__slide {
      display: flex;
      align-items: center;
      height: 600px; } }
  .hero-slider__slide__bg-dp {
    display: none; }
    @media (min-width: 992px) {
      .hero-slider__slide__bg-dp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1; } }
  .hero-slider__slide__bg-mb {
    width: 100vw;
    height: 82vw;
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .hero-slider__slide__bg-mb {
        display: none; } }
.hero-slider__content {
  padding: 0px 10px;
  padding-top: 35px; }
  @media (min-width: 992px) {
    .hero-slider__content {
      color: white;
      padding: 0px;
      display: flex;
      align-items: center;
      height: 100%; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .hero-slider__header {
    padding-left: 50px; } }
.hero-slider__header .tag {
  display: none; }
  @media (min-width: 992px) {
    .hero-slider__header .tag {
      display: inline-block; } }
.hero-slider__header__title {
  font-family: "Campton", sans-serif;
  color: #0d3280;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .hero-slider__header__title {
      font-family: "Campton", sans-serif;
      font-size: 48px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 44px;
      max-width: 650px;
      margin-top: 16px;
      margin-bottom: 23px;
      color: white; } }
.hero-slider__header__p {
  font-family: "Campton", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #212b36;
  margin-bottom: 22px; }
  @media (min-width: 992px) {
    .hero-slider__header__p {
      max-width: 600px;
      font-family: "Roboto", sans-serif;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 40px;
      color: white; } }
.hero-slider__header__btn {
  display: none; }
  @media (min-width: 992px) {
    .hero-slider__header__btn {
      padding: 0px 22px;
      display: flex;
      position: relative;
      z-index: 2;
      width: 111px;
      white-space: nowrap; } }
.hero-slider .slick-dots {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0px; }
  @media (min-width: 992px) {
    .hero-slider .slick-dots {
      bottom: 14px; } }
  .hero-slider .slick-dots button {
    border-color: white; }
  .hero-slider .slick-dots .slick-active button {
    background-color: white; }
.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 26px;
  height: 45px;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .hero-slider__arrow:hover {
    cursor: pointer; }
  .hero-slider__arrow--prev {
    background-image: url("https://www.pol-ka.com/img/icons/hero-slider-arrow--left.svg");
    left: 10px; }
    @media (min-width: 1400px) {
      .hero-slider__arrow--prev {
        left: 20px; } }
  .hero-slider__arrow--next {
    background-image: url("https://www.pol-ka.com/img/icons/hero-slider-arrow--right.svg");
    right: 10px; }
    @media (min-width: 1400px) {
      .hero-slider__arrow--next {
        right: 20px; } }

.video-slide {
  width: 100%;
  height: 100%;
  position: relative; }
  .video-slide::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .video-slide iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.article-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 24px;
  border: 1px solid #c4cdd5;
  border-radius: 1px;
  background-color: #ffffff;
  margin-bottom: 53px; }
  .article-card--no-cover {
    padding-top: 32px; }
  @media (min-width: 992px) {
    .article-card {
      margin-bottom: 40px;
      /* width: 383.5px; */ } }
  .article-card__cover {
    width: 100%; }
  .article-card__content {
    padding: 19px 20px 13px 20px;
    text-align: left; }
  .article-card__title {
    font-family: "Campton", sans-serif;
    color: #0d3280;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 9px; }
  .article-card__p {
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    line-height: 20px;
    margin-bottom: 40px; }
  .article-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px 13px 20px;
    height: 20px; }
    .article-card__meta__social {
      display: flex;
      align-items: center; }
      .article-card__meta__social__share {
        color: #212b36;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        opacity: 0.6;
        margin-right: 5px;
        transition: all 0.4s; }
        .article-card__meta__social__share--active {
          opacity: 1;
          color: #0d3280; }
    .article-card__meta__date {
      color: #212b36;
      font-size: 12px;
      font-weight: 600;
      line-height: 16px;
      opacity: 0.6; }

.social-share {
  display: none; }
  .social-share__btn {
    margin: 5px;
    font-size: 12px;
    color: #0d3280; }

.article-card__link {
  display: block;
  width: 100%; }

.tag {
  color: white;
  padding: 11px 8px 11px 9px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  font-family: "Campton", sans-serif;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase; }
  .tag::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    bottom: -10px;
    border: 5px solid; }
  .tag--producciones {
    background-color: #21f6a4;
    color: #0d3280; }
    .tag--producciones::before {
      border-color: #21f6a4 transparent transparent #21f6a4; }
  .tag--polka {
    background-color: #0d3280; }
    .tag--polka::before {
      border-color: #0d3280 transparent transparent #0d3280; }

.ficha {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .ficha {
      background-color: #f0eff0; } }
  .ficha__trailer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    width: 100%; }
    .ficha__trailer::before {
      content: '';
      display: block;
      padding-top: 56.25%;
      background-image: inherit;
      background-size: cover;
      background-position: center; }
    @media (min-width: 992px) {
      .ficha__trailer {
        display: none; } }
  .ficha__hero {
    color: white;
    height: 122px;
    padding: 20px 10px 12px 10px;
    width: 100%; }
    .ficha__hero.todos {
      background-color: #0d3280; }
    .ficha__hero.international {
      background-color: #3498db; }
    .ficha__hero.comedy {
      background-color: #2BB673; }
    .ficha__hero.drama {
      background-color: #6ceaff; }
    .ficha__hero.dramedy {
      background-color: #e37571; }
    .ficha__hero.long-format {
      background-color: #fc9924; }
    .ficha__hero.tween-drama {
      background-color: #fc1a4a; }
    .ficha__hero.premium-drama {
      background-color: #f2dc14; }
    @media (min-width: 992px) {
      .ficha__hero {
        min-height: 600px;
        max-height: 871px;
        padding-bottom: 80px; } }
    .ficha__hero--indv {
      height: 92px;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .ficha__hero--indv {
          min-height: 92px;
          height: 200px;
          display: flex;
          align-items: center; } }
    .ficha__hero__content {
      position: relative;
      display: flex; }
      @media (min-width: 992px) {
        .ficha__hero__content {
          flex-direction: column;
          justify-content: center;
          height: 100%; } }
      @media (max-width: 991px) {
        .ficha__hero__content__mb-right {
          min-height: 153px;
          display: flex;
          flex-direction: column; }
          .ficha__hero__content__mb-right .ficha__duration {
            margin-top: auto; } }
  .ficha__cover {
    width: 89px;
    height: 132px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .ficha__cover {
        width: 201px;
        height: 298px;
        position: absolute;
        left: 50px;
        bottom: 80px;
        transform: translate(0%, 100%); } }
  .ficha__clasificacion {
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .ficha__clasificacion__genero {
      line-height: 10px;
      padding: 7px 12px 7px 8px;
      background-color: white;
      margin-right: 10px;
      position: relative;
      font-weight: 700;
      font-size: 8px;
      color: black;
      border: 1px solid black; }
      .ficha__clasificacion__genero.todos {
        background-color: #0d3280; }
      .ficha__clasificacion__genero.international {
        background-color: #3498db; }
      .ficha__clasificacion__genero.comedy {
        background-color: #2BB673; }
      .ficha__clasificacion__genero.drama {
        background-color: #6ceaff; }
      .ficha__clasificacion__genero.dramedy {
        background-color: #e37571; }
      .ficha__clasificacion__genero.long-format {
        background-color: #fc9924; }
      .ficha__clasificacion__genero.tween-drama {
        background-color: #fc1a4a; }
      .ficha__clasificacion__genero.premium-drama {
        background-color: #f2dc14; }
      @media (min-width: 992px) {
        .ficha__clasificacion__genero {
          font-size: 12px;
          padding: 11px 12px 11px 12px; } }
      .ficha__clasificacion__genero:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0.5px;
        bottom: -7px;
        border: 4px solid;
        border-color: white transparent transparent white; }
      .ficha__clasificacion__genero:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: -1px;
        bottom: -10px;
        border: 5px solid;
        border-color: black transparent transparent black; }
      .ficha__clasificacion__genero.todos:after {
        border-color: #0d3280 transparent transparent #0d3280; }
      .ficha__clasificacion__genero.international:after {
        border-color: #3498db transparent transparent #3498db; }
      .ficha__clasificacion__genero.comedy:after {
        border-color: #2BB673 transparent transparent #2BB673; }
      .ficha__clasificacion__genero.drama:after {
        border-color: #6ceaff transparent transparent #6ceaff; }
      .ficha__clasificacion__genero.dramedy:after {
        border-color: #e37571 transparent transparent #e37571; }
      .ficha__clasificacion__genero.long-format:after {
        border-color: #fc9924 transparent transparent #fc9924; }
      .ficha__clasificacion__genero.tween-drama:after {
        border-color: #fc1a4a transparent transparent #fc1a4a; }
      .ficha__clasificacion__genero.premium-drama:after {
        border-color: #f2dc14 transparent transparent #f2dc14; }
    .ficha__clasificacion__internacional {
      background-color: #4a90e2;
      border-radius: 11px;
      padding: 4px 11px 3px 4px;
      margin-top: 2px;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .ficha__clasificacion__internacional {
          padding: 5px 10px 5px 7px;
          border-radius: 16px; } }
      .ficha__clasificacion__internacional span {
        font-weight: 600;
        line-height: 14px;
        font-size: 8px;
        vertical-align: top; }
        @media (min-width: 992px) {
          .ficha__clasificacion__internacional span {
            font-size: 12px;
            line-height: 18px; } }
      .ficha__clasificacion__internacional__icon {
        margin-right: 5px;
        width: 12px;
        height: 14px;
        font-size: 13px; }
        @media (min-width: 992px) {
          .ficha__clasificacion__internacional__icon {
            font-size: 18px;
            width: 16px;
            height: 18px; } }
  .ficha__title {
    font-family: "Campton", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 200px; }
    @media (min-width: 992px) {
      .ficha__title {
        max-width: 600px;
        font-size: 64px;
        line-height: 58px; } }
    .ficha__title--indv {
      max-width: 90%; }
  .ficha__duration {
    color: #9b9b9b;
    opacity: 0.7;
    font-family: "Campton", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.09px;
    margin-top: 26px; }
    @media (min-width: 992px) {
      .ficha__duration {
        color: #ffffff;
        font-size: 18px;
        line-height: 32px;
        display: flex;
        margin-bottom: 17px;
        margin-top: 6px; } }
    .ficha__duration span {
      vertical-align: middle; }
    .ficha__duration__dp-slash {
      display: none; }
      @media (min-width: 992px) {
        .ficha__duration__dp-slash {
          display: block;
          margin: 0px 4.5px; } }
  .ficha__trailer-btn {
    width: 154px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 5px 0px;
    display: none;
    transition: all 0.25s ease-in-out; }
    .ficha__trailer-btn img {
      width: 8px; }
    .ficha__trailer-btn div {
      width: 8px;
      height: 10px;
      background-image: url("https://www.pol-ka.com/img/icons/btn__play--white.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: all 0.25s ease-in-out; }
    @media (min-width: 992px) {
      .ficha__trailer-btn {
        display: flex;
        justify-content: center; } }
    .ficha__trailer-btn span {
      margin-right: 7px; }
  .ficha__content {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 0px 10px;
    text-align: center; }
    @media (min-width: 992px) {
      .ficha__content {
        padding: 0;
        background-color: white;
        margin-top: -80px;
        border-radius: 8px;
        overflow: hidden; } }
  .ficha__section {
    padding: 4px 0px 4px 0px;
    text-align: left; }
    .ficha__section--border {
      border-bottom: 1px solid #c4cdd5; }
    @media (min-width: 992px) {
      .ficha__section--mb {
        display: none; } }
    .ficha__section--dp {
      display: none; }
      @media (min-width: 992px) {
        .ficha__section--dp {
          display: block;
          padding-top: 38px; } }
    .ficha__section__head {
      display: flex;
      align-items: center; }
      .ficha__section__head__arrow {
        color: #c4cdd5;
        line-height: 32px;
        margin-left: auto;
        margin-right: 2px; }
        @media (min-width: 992px) {
          .ficha__section__head__arrow {
            display: none; } }
        .ficha__section__head__arrow--down {
          transform: rotateZ(90deg); }
    .ficha__section__title {
      font-family: "Campton", sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #0d3280;
      line-height: 32px;
      text-transform: capitalize; }
      @media (min-width: 992px) {
        .ficha__section__title--dp-white {
          color: white; } }
    .ficha__section__content--collap {
      display: none; }
      @media (min-width: 992px) {
        .ficha__section__content--collap {
          display: block; } }
    @media (min-width: 992px) {
      .ficha__section__mb-link {
        cursor: auto; } }
  .ficha__description {
    border-bottom: 1px solid #c4cdd5;
    padding: 60px 0px 4px 0px; }
    @media (min-width: 992px) {
      .ficha__description {
        padding: 39px 0px 72px 229px; } }
    .ficha__description__premise {
      color: #4a4a4a;
      margin-bottom: 7px;
      line-height: 19px; }
      @media (min-width: 992px) {
        .ficha__description__premise {
          margin-bottom: 20px; } }
    .ficha__description__authors {
      color: #212b36;
      margin-bottom: 45px; }
      @media (min-width: 992px) {
        .ficha__description__authors {
          margin-bottom: 0px; } }
      .ficha__description__authors li span {
        font-weight: 700; }
  @media (min-width: 992px) {
    .ficha__multimedia {
      background-color: #0d3280;
      padding: 0px 39px;
      margin-bottom: auto;
      height: 100%; } }
  .ficha__multimedia section {
    padding-top: 38px; }
  .ficha__img-gallery {
    padding-top: 15px;
    margin: 0 auto; }
    .ficha__img-gallery__img {
      float: left;
      width: 48%;
      margin-top: 10px;
      overflow: hidden; }
      @media (min-width: 992px) {
        .ficha__img-gallery__img {
          float: none;
          width: 100%;
          max-width: 317px;
          min-height: 100px;
          max-height: 169px;
          display: inline-block; } }
      .ficha__img-gallery__img:nth-child(2n) {
        margin-left: 4%; }
        @media (min-width: 992px) {
          .ficha__img-gallery__img:nth-child(2n) {
            margin-left: 0px; } }
      .ficha__img-gallery__img img {
        width: 100%;
        height: auto;
        /*         &:hover {
                  @include transform(scale(1.1));
                }  */ }
  .ficha__videos {
    margin-bottom: 38px;
    margin-top: 7px; }
    .ficha__videos__video {
      position: relative;
      background-position: center;
      background-size: cover;
      margin-top: 18px;
      overflow: hidden; }
      .ficha__videos__video:before {
        content: '';
        display: block;
        padding-top: 56.25%;
        background-image: inherit;
        background-size: cover;
        background-position: center; }
      .ficha__videos__video:hover {
        cursor: pointer;
        /*         &:before {
                  @include transform(scale(1.1));
                } */ }
      .ficha__videos__video__play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .ficha__related {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-left: -8px; }
    .ficha__related__item {
      /* width: 48%; */
      float: left;
      margin: 25px 8px;
      display: flex !important;
      flex-direction: column;
      align-items: center;
      width: 143px;
      margin-bottom: 35px; }
      @media (min-width: 992px) {
        .ficha__related__item {
          width: 160px; } }
      .ficha__related__item:nth-child(2n) {
        /* margin-left: 4%; */ }
  .ficha__arriba {
    margin-top: 60px;
    margin-bottom: 53px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center; }
    .ficha__arriba span {
      margin-right: 26px;
      font-size: 14px;
      font-weight: 600;
      line-height: 17px; }
    .ficha__arriba img {
      height: 10px;
      margin-top: 3px;
      margin-bottom: 4px; }
  @media (min-width: 992px) {
    .ficha__elenco {
      padding-top: 29px; } }
  .ficha__elenco__content {
    margin-top: 28px;
    margin-bottom: 26px; }
    .ficha__elenco__content__row {
      display: flex;
      margin: 5px 0px;
      border-top: 1px solid #c4cdd5;
      padding-top: 5px; }
      .ficha__elenco__content__row:first-child {
        border-top: none;
        margin-top: 0px;
        padding-top: 0px; }
      @media (min-width: 992px) {
        .ficha__elenco__content__row {
          height: 42px;
          margin-bottom: 9px;
          margin-top: 0px;
          padding-top: 0px;
          border-top: none; } }
  .ficha__elenco__picture {
    min-width: 75px;
    width: 75px;
    height: 75px;
    background-position: center;
    background-size: contain;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .ficha__elenco__picture {
        min-width: 42px;
        width: 42px;
        height: 42px;
        margin-right: 22px; } }
  .ficha__elenco__info {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      .ficha__elenco__info {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; } }
    .ficha__elenco__info__actor {
      white-space: nowrap;
      font-weight: 700;
      color: #212b36;
      width: 30%; }
    .ficha__elenco__info__line {
      height: 50%;
      align-self: flex-start;
      width: 35%;
      border-bottom: 1px dashed #c4cdd5;
      margin: 0px 5px;
      display: none; }
      @media (min-width: 992px) {
        .ficha__elenco__info__line {
          display: block; } }
    .ficha__elenco__info__role {
      white-space: nowrap;
      color: #212b36;
      width: 35%;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      display: block; }
      @media (min-width: 992px) {
        .ficha__elenco__info__role {
          padding-left: 10px; } }
  @media (min-width: 992px) {
    .ficha__sinopsis {
      padding-top: 29px; } }
  .ficha__sinopsis__content {
    margin-top: 13px;
    margin-bottom: 22px;
    color: #9b9b9b;
    line-height: 20px; }
  @media (min-width: 992px) {
    .ficha__ficha-tecnica {
      padding-top: 29px;
      padding-bottom: 34px; } }
  .ficha__ficha-tecnica__content {
    /*  display: flex; */
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .ficha__ficha-tecnica__content {
        margin-top: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 20px; } }
    .ficha__ficha-tecnica__content__item {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .ficha__ficha-tecnica__content__item {
          text-align: left;
          margin-bottom: 0px; } }
      .ficha__ficha-tecnica__content__item__title {
        font-family: "Campton", sans-serif;
        color: #4a4a4a;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 18px;
        margin-bottom: 1px; }
      .ficha__ficha-tecnica__content__item__text {
        color: #212b36;
        line-height: 19px; }
  .ficha__btn-atras {
    color: #0d3280;
    border: 1px solid #0d3280;
    font-size: 12px;
    font-weight: 600;
    width: 141px;
    margin-bottom: 20px;
    line-height: 20px; }

.ficha-indv-content {
  padding: 0px 10px;
  text-align: center; }

@media (max-width: 474px) {
  .fancybox-slide--video {
    padding: 0; } }
@media (max-width: 474px) {
  .fancybox-slide--video .fancybox-content {
    position: relative;
    width: 100% !important;
    padding-bottom: 56.25%;
    height: 0 !important; } }
@media (max-width: 474px) {
  .fancybox-slide--video .fancybox-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.ficha__hero.drama .ficha__title, .ficha__hero.drama .ficha__duration {
  color: black; }
.ficha__hero.premium-drama .ficha__title, .ficha__hero.premium-drama .ficha__duration {
  color: black; }
.ficha__hero.long-format .ficha__title, .ficha__hero.long-format .ficha__duration {
  color: black; }

.nota {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 10px;
  padding-bottom: 35px; }
  @media (max-width: 991px) {
    .nota--hidden {
      min-height: 85vh;
      max-height: 490px;
      overflow: hidden;
      position: relative; } }
  @media (max-width: 991px) {
    .nota--hidden::before {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 155px;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); } }
  .nota--hidden__btn {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0px 24px;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .nota--hidden__btn {
        display: none; } }
  @media (min-width: 992px) {
    .nota {
      font-size: 16px;
      padding-top: 45px; } }
  @media (min-width: 992px) {
    .nota__left-column {
      padding: 0px 25px 0px 10px; } }
  @media (min-width: 1200px) {
    .nota__left-column {
      padding: 0px 25px; } }
  .nota__container {
    padding-top: 18px; }
  .nota__breadcrumb {
    font-family: "Campton", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #0d3280;
    border-bottom: 1px solid #0d3280; }
    @media (min-width: 992px) {
      .nota__breadcrumb {
        padding-bottom: 20px;
        font-size: 14px; } }
    .nota__breadcrumb__parent {
      color: #9b9b9b; }
  .nota__title {
    font-family: "Campton", sans-serif;
    color: #0d3280;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .nota__title {
        font-size: 48px;
        line-height: 51px;
        margin-bottom: 36px; } }
  .nota__fecha {
    font-size: 10px;
    line-height: 20px;
    color: #9b9b9b;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .nota__fecha {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .nota__fecha__data {
        line-height: 26px; } }
  .nota__share {
    display: flex;
    align-self: center; }
    .nota__share .social-share__btn {
      font-size: 16px;
      width: 16px;
      height: 16px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .nota__cover {
    width: 100vw;
    margin: 0px -10px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .nota__cover {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px; } }
  .nota__cuerpo {
    color: #9b9b9b;
    line-height: 25px; }
    .nota__cuerpo__quote {
      color: #0d3280;
      margin: 0px 0px 40px 0px; }
    .nota__cuerpo__img {
      width: 100vw;
      margin: 0px -10px;
      margin-bottom: 35px;
      margin-top: 20px; }
      @media (min-width: 992px) {
        .nota__cuerpo__img {
          width: 100%;
          margin: 0px;
          margin-bottom: 35px;
          margin-top: 20px; } }
    .nota__cuerpo p {
      margin-bottom: 40px; }
  .nota__nav {
    display: flex;
    justify-content: space-between;
    color: #0d3280;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Campton", sans-serif; }
    @media (min-width: 992px) {
      .nota__nav {
        border-top: 1px solid #0d3280;
        padding-top: 34px; } }
    .nota__nav__item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      transition: all 0.25s ease-in-out; }
      .nota__nav__item:hover {
        opacity: 1; }
      @media (min-width: 992px) {
        .nota__nav__item {
          opacity: 0.7;
          font-size: 14px; } }
      .nota__nav__item__icon {
        font-size: 14px; }
        .nota__nav__item__icon--left {
          margin-right: 12px; }
        .nota__nav__item__icon--right {
          margin-left: 12px;
          transform: rotateZ(-180deg); }
      .nota__nav__item__text {
        display: none; }
        @media (min-width: 992px) {
          .nota__nav__item__text {
            display: inline; } }

.noticias {
  margin-bottom: 40px;
  font-family: "Campton", sans-serif; }
  .noticias__title-container {
    background-color: #0d3280;
    color: white;
    text-align: center; }
    .noticias__title-container__title {
      text-transform: uppercase;
      line-height: 32px;
      font-weight: 600;
      font-size: 16px; }
  .noticias__list {
    padding-top: 5px; }
    .noticias__list__item {
      margin-top: 15px; }
      .noticias__list__item__link {
        display: flex; }

.noticia {
  height: 78px; }
  .noticia__img {
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-right: 15px;
    background-size: cover;
    background-position: center; }
  .noticia__title {
    font-size: 14px;
    color: #0d3280;
    font-weight: 600;
    max-width: 270px;
    text-transform: initial;
    margin-top: 5px;
    height: 32px; }

.twitter-container {
  width: 100%;
  max-height: 805px;
  overflow-x: hidden;
  overflow-y: scroll; }

.prensa__sidebar {
  background-color: white; }

.nota__categoria {
  color: white;
  padding: 8px 10px 8px 7px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  font-family: "Campton", sans-serif;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase; }
  .nota__categoria::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    bottom: -10px;
    border: 5px solid; }
  .nota__categoria--producciones {
    background-color: #0d3280; }
    .nota__categoria--producciones::before {
      border-color: #0d3280 transparent transparent #0d3280; }
  .nota__categoria--polka {
    background-color: #21f6a4;
    color: #0d3280; }
    .nota__categoria--polka::before {
      border-color: #21f6a4 transparent transparent #21f6a4; }

.producciones {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 971px;
  overflow-y: scroll;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .producciones {
      height: auto;
      overflow: auto; } }
  .producciones__encabezado {
    padding: 10px;
    width: 100%; }
    @media (min-width: 992px) {
      .producciones__encabezado {
        margin-bottom: 50px; } }
  .producciones__title {
    font-family: "Campton", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.12px;
    color: #0d3280;
    margin-bottom: 26px;
    margin-top: 8px;
    text-transform: capitalize; }
    @media (min-width: 992px) {
      .producciones__title {
        margin-top: 90px; } }
    @media (min-width: 992px) {
      .producciones__title--home {
        font-size: 28px; } }
  .producciones__filtros-and-search-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .producciones__filtros-and-search-container {
        align-items: flex-start; } }
  .producciones__filtros-mb {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    padding: 10px;
    display: none; }
    .producciones__filtros-mb__close {
      background-image: url("../img/icons/filtros-close.png");
      width: 10px;
      height: 17px;
      display: inline-block;
      background-repeat: no-repeat; }
    .producciones__filtros-mb__title {
      font-family: "Campton", sans-serif;
      font-size: 22px;
      font-weight: 600;
      color: #0d3280;
      margin-top: 30px;
      margin-bottom: 40px; }
    .producciones__filtros-mb__container {
      display: flex;
      flex-wrap: wrap; }
  .producciones__filtros-dp {
    display: none; }
    @media (min-width: 992px) {
      .producciones__filtros-dp {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 68px;
        position: relative; } }
    .producciones__filtros-dp__title {
      margin-right: 17px;
      color: #9b9b9b;
      font-size: 12px;
      font-weight: 600;
      font-family: "Campton", sans-serif;
      text-transform: uppercase;
      position: absolute;
      left: 10px;
      top: 10.5px;
      transform: translate(0%, -50%); }
  .producciones__search {
    width: 185px;
    display: flex;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 5px; }
    @media (min-width: 992px) {
      .producciones__search {
        width: 223px;
        padding-bottom: 0px;
        margin-bottom: 10px; } }
    .producciones__search input {
      border: none;
      width: 159px;
      color: #9b9b9b;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      line-height: 19px; }
      @media (min-width: 992px) {
        .producciones__search input {
          width: 100%; } }
    .producciones__search__submit {
      padding: 0px;
      padding-right: 13px; }
      @media (min-width: 992px) {
        .producciones__search__submit {
          display: none; } }
      .producciones__search__submit__icon {
        font-size: 14px;
        color: #9b9b9b; }
  .producciones__gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(143px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    padding: 10px; }
    @media (min-width: 992px) {
      .producciones__gallery {
        grid-template-columns: repeat(auto-fill, minmax(143px, 1fr));
        grid-row-gap: 15px;
        margin-bottom: 90px; } }
    .producciones__gallery__item {
      width: 100%;
      align-self: center;
      justify-self: center; }
      @media (min-width: 1200px) {
        .producciones__gallery__item {
          width: 161px; } }
  .producciones__cargar-mas {
    display: none; }
    @media (min-width: 992px) {
      .producciones__cargar-mas {
        padding: 0px 24px;
        display: flex;
        align-items: center;
        margin-bottom: 125px; } }
    .producciones__cargar-mas .fa-spinner {
      margin-right: 5px; }

.btn-filtros-mb {
  color: #0d3280; }
  @media (min-width: 992px) {
    .btn-filtros-mb {
      display: none; } }
  .btn-filtros-mb i {
    font-size: 14px;
    color: #0d3280;
    margin-right: 9px; }

.filtro-tag {
  font-family: "Campton", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 43px;
  padding: 0px 22px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: inline-block;
  line-height: 43px;
  margin-bottom: 20px;
  margin-right: 15px;
  box-sizing: content-box;
  transition: all 0.25s ease-in-out; }
  @media (min-width: 992px) {
    .filtro-tag {
      height: 21px;
      line-height: 21px;
      font-size: 10px;
      padding: 0px 13px;
      border-radius: 11px;
      /*     display: flex;
          align-items: center; */
      margin-right: 14px;
      margin-bottom: 10px; } }
  .filtro-tag:hover {
    cursor: pointer; }
    .filtro-tag:hover.todos {
      background-color: #0d3280;
      color: white; }
    .filtro-tag:hover.international {
      background-color: #3498db;
      color: white; }
    .filtro-tag:hover.comedy {
      background-color: #2BB673;
      color: white; }
    .filtro-tag:hover.drama {
      background-color: #6ceaff;
      color: white; }
    .filtro-tag:hover.dramedy {
      background-color: #e37571;
      color: white; }
    .filtro-tag:hover.long-format {
      background-color: #fc9924;
      color: white; }
    .filtro-tag:hover.tween-drama {
      background-color: #fc1a4a;
      color: white; }
    .filtro-tag:hover.premium-drama {
      background-color: #f2dc14;
      color: white; }
  .filtro-tag.todos {
    color: #0d3280;
    border-color: #0d3280; }
  .filtro-tag.international {
    color: #3498db;
    border-color: #3498db; }
  .filtro-tag.comedy {
    color: #2BB673;
    border-color: #2BB673; }
  .filtro-tag.drama {
    color: #6ceaff;
    border-color: #6ceaff; }
  .filtro-tag.dramedy {
    color: #e37571;
    border-color: #e37571; }
  .filtro-tag.long-format {
    color: #fc9924;
    border-color: #fc9924; }
  .filtro-tag.tween-drama {
    color: #fc1a4a;
    border-color: #fc1a4a; }
  .filtro-tag.premium-drama {
    color: #f2dc14;
    border-color: #f2dc14; }
  .filtro-tag.drama:hover {
    color: black; }
  .filtro-tag.long-format:hover {
    color: black; }
  .filtro-tag.premium-drama:hover {
    color: black; }
  @media (min-width: 992px) {
    .filtro-tag--active {
      padding-right: 25px;
      position: relative; }
      .filtro-tag--active::before {
        content: "|";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(50%, -50%);
        line-height: 21px;
        font-size: 12px;
        font-weight: 100;
        color: #0d3280; }
      .filtro-tag--active::after {
        content: " ";
        background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close.svg");
        background-repeat: no-repeat;
        background-position-y: 0px;
        background-position-x: center;
        background-size: contain;
        width: 6px;
        height: 6px;
        position: absolute;
        right: 15px;
        top: 10.5px;
        transform: translate(130%, -50%); } }
  .filtro-tag--active.todos {
    color: white;
    background-color: #0d3280; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.international {
    color: white;
    background-color: #3498db; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.comedy {
    color: white;
    background-color: #2BB673; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.drama {
    color: white;
    background-color: #6ceaff; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.dramedy {
    color: white;
    background-color: #e37571; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.long-format {
    color: white;
    background-color: #fc9924; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.tween-drama {
    color: white;
    background-color: #fc1a4a; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.premium-drama {
    color: white;
    background-color: #f2dc14; }
  @media (min-width: 992px) {
    .filtro-tag--active::before {
      color: white; }
    .filtro-tag--active::after {
      background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.international {
    color: white; }
    @media (min-width: 992px) {
      .filtro-tag--active.international::before {
        color: white; }
      .filtro-tag--active.international::after {
        background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close--white.svg"); } }
  .filtro-tag--active.drama {
    color: black; }
    @media (min-width: 992px) {
      .filtro-tag--active.drama::before {
        color: black; }
      .filtro-tag--active.drama::after {
        background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close.svg"); } }
  .filtro-tag--active.long-format {
    color: black; }
    @media (min-width: 992px) {
      .filtro-tag--active.long-format::before {
        color: black; }
      .filtro-tag--active.long-format::after {
        background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close.svg"); } }
  .filtro-tag--active.premium-drama {
    color: black; }
    @media (min-width: 992px) {
      .filtro-tag--active.premium-drama::before {
        color: black; }
      .filtro-tag--active.premium-drama::after {
        background-image: url("https://www.pol-ka.com/img/icons/filtro-tag-close.svg"); } }

.filtro-tag.filtro-tag--active:hover {
  color: #0d3280;
  opacity: 0.8; }

.filtro-tag.filtro-tag--active.international:hover {
  color: white; }

.body--no-scroll {
  overflow: hidden; }

.company {
  max-width: 100vw;
  overflow: hidden; }
  .company__header {
    width: 100vw;
    height: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 992px) {
      .company__header {
        height: 664px;
        text-align: left; } }
    .company__header .centered-container {
      padding: 0px 10px; }
    .company__header__title {
      color: white;
      font-family: "Campton", sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      margin-bottom: 28px; }
      @media (min-width: 992px) {
        .company__header__title {
          font-size: 48px;
          line-height: 44px;
          max-width: 612px; } }
    .company__header__reel-btn {
      padding-left: 22px;
      padding-right: 40px;
      position: relative;
      z-index: 2; }
      .company__header__reel-btn::after {
        content: " ";
        background-image: url("https://www.pol-ka.com/img/icons/play.svg");
        width: 10px;
        height: 12px;
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translate(0%, -50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.25s ease-in-out; }
      .company__header__reel-btn:hover::after {
        background-image: url("https://www.pol-ka.com/img/icons/play--blue.svg"); }
    .company__header .centered-container {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 992px) {
        .company__header .centered-container {
          align-items: flex-start; } }
  .company__about {
    padding: 50px 10px 10px 10px;
    text-align: center; }
    @media (min-width: 992px) {
      .company__about {
        padding: 160px 10px 10px 10px; } }

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  @media (min-width: 992px) {
    .about {
      margin-bottom: 85px; } }
  .about__descripcion {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 992px) {
      .about__descripcion {
        margin-bottom: 128px; } }
    .about__descripcion__text {
      color: #0d3280;
      font-family: "Campton", sans-serif;
      font-size: 22px;
      line-height: 27px;
      font-weight: 300; }
      @media (min-width: 992px) {
        .about__descripcion__text {
          max-width: 996px;
          line-height: 44px;
          font-size: 30px; } }
      .about__descripcion__text span {
        font-weight: 500; }
  .about__items {
    border-bottom: 1px solid #979797; }
    @media (min-width: 768px) {
      .about__items {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-bottom: none; } }
    .about__items__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .about__items__item {
          margin: 0px 30px; } }
      .about__items__item__icon {
        width: 105px;
        height: 105px;
        border: 1px solid rgba(13, 50, 128, 0.3);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 38px;
        color: #0d3280;
        background-position: center;
        background-size: 44px 48px;
        background-repeat: no-repeat;
        margin: 0 auto;
        margin-bottom: 28px; }
      .about__items__item__title {
        margin-bottom: 21px;
        font-family: "Campton", sans-serif;
        color: #0d3280;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px; }
      .about__items__item__text {
        color: #9b9b9b;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400; }

.staff {
  padding-top: 30px; }
  .staff__title {
    padding-left: 10px;
    font-family: "Campton", sans-serif;
    color: #0d3280;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.12px;
    line-height: 32px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .staff__title {
        font-size: 28px; } }
  .staff__grid {
    display: grid;
    grid-template-columns: 33.33vw 33.33vw 33.33vw;
    grid-template-rows: 33.33vw 33.33vw 33.33vw 33.33vw 33.33vw 33.33vw; }
    @media (min-width: 992px) {
      .staff__grid {
        grid-template-columns: repeat(6, 16.66vw);
        grid-template-rows: 16.66vw 16.66vw 16.66vw; } }
    .staff__grid__item {
      background-position: center;
      background-size: cover;
      position: relative; }
      @media (min-width: 992px) {
        .staff__grid__item {
          display: flex;
          align-items: flex-end;
          color: white; } }
      .staff__grid__item::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        @media (min-width: 992px) {
          .staff__grid__item::after {
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%); } }
      .staff__grid__item:last-child {
        background-color: #0d3280;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none; }
        @media (min-width: 992px) {
          .staff__grid__item:last-child {
            display: flex; } }
        .staff__grid__item:last-child img {
          width: 100px; }
        .staff__grid__item:last-child::after {
          background-image: none; }
      @media (min-width: 992px) {
        .staff__grid__item--big {
          grid-column: span 2;
          grid-row: span 2; } }
      @media (min-width: 992px) {
        .staff__grid__item--big .staff__grid__item__text {
          top: 85%;
          left: 37px; } }
      @media (min-width: 992px) {
        .staff__grid__item--big .staff__grid__item__text__title {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .staff__grid__item--big .staff__grid__item__text__p {
          line-height: 22.4px; } }
      .staff__grid__item--double-width {
        grid-column: span 3; }
        @media (min-width: 992px) {
          .staff__grid__item--double-width {
            grid-column: span 2; } }
        @media (min-width: 992px) {
          .staff__grid__item--double-width .staff__grid__item__text {
            /*             top: 85%;
                        left: 37px; */ } }
        @media (min-width: 992px) {
          .staff__grid__item--double-width .staff__grid__item__text__title {
            font-size: 24px; } }
        @media (min-width: 992px) {
          .staff__grid__item--double-width .staff__grid__item__text__p {
            line-height: 22.4px; } }
      .staff__grid__item__text {
        display: none; }
        @media (min-width: 992px) {
          .staff__grid__item__text {
            display: block;
            position: absolute;
            top: 68%;
            left: 20px;
            z-index: 2; } }
        .staff__grid__item__text__title {
          font-family: "Campton", sans-serif;
          font-size: 16px;
          font-weight: 700;
          line-height: 22.4px; }
        .staff__grid__item__text__p {
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          font-weight: 400;
          line-height: 14.4px; }

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
  .slick-dots li {
    margin: 0 0.25rem; }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 1px solid #0d3280;
    border-radius: 100%;
    text-indent: -9999px; }
  .slick-dots li.slick-active button {
    background-color: #0d3280; }

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: relative; }
  @media (min-width: 992px) {
    .contact {
      padding: 10px; } }
  .contact::before {
    content: " ";
    position: absolute;
    background-image: url(../img/heros/contact-hero.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-size: cover;
    background-position: center;
    z-index: -1; }
  .contact__header {
    padding: 0px 10px;
    height: 50vh;
    width: 100%; }
    @media (min-width: 992px) {
      .contact__header {
        height: 786px; } }
  .contact__title {
    font-family: "Campton", sans-serif;
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-top: 50px;
    max-width: 1168px; }
    @media (max-width: 991px) {
      .contact__title {
        margin-left: 10px;
        margin-bottom: 30px;
        text-transform: capitalize; } }
    @media (min-width: 992px) {
      .contact__title {
        margin: 0 auto;
        margin-top: 170px;
        font-size: 48px;
        line-height: 44px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 85px; } }
  .contact__card {
    background-color: white;
    max-width: 1168px;
    margin: 0px 10px;
    border: 1px solid #c4cdd5;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .contact__card {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; } }
    @media (min-width: 992px) {
      .contact__card {
        margin: 0 auto;
        margin-bottom: 80px;
        display: flex;
        padding-left: 59px;
        padding-top: 90px;
        padding-bottom: 99px; } }
    .contact__card__details {
      padding: 0px 20px;
      margin-top: 20px; }
      @media (min-width: 992px) {
        .contact__card__details {
          padding: 0px;
          margin-bottom: 25px; } }
      .contact__card__details .contact-info i {
        color: #0d3280; }
      .contact__card__details .social-media {
        border-bottom: 1px solid #979797; }
        @media (min-width: 992px) {
          .contact__card__details .social-media {
            border-bottom: none;
            margin-top: 5px; } }
      .contact__card__details .social-media__link {
        width: 16px;
        height: 16px; }
        .contact__card__details .social-media__link--yt {
          font-size: 16px;
          color: #0d3280; }
    @media (min-width: 992px) {
      .contact__card__left {
        width: 470px;
        margin-right: 108px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between; } }
    .contact__card__right {
      padding: 0px 20px; }
      @media (min-width: 992px) {
        .contact__card__right {
          width: 500px; } }
    .contact__card__form {
      display: flex;
      flex-direction: column; }
      .contact__card__form__title {
        margin-top: 20px;
        font-family: "Campton", sans-serif;
        color: #0d3280;
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 27px; }
      .contact__card__form input {
        height: 30px;
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-width: 0px;
        border-style: none;
        border-bottom: 1px solid #c4cdd5;
        font-family: "Roboto", sans-serif;
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 400; }
        .contact__card__form input ::placeholder {
          font-family: "Roboto", sans-serif;
          color: #9b9b9b !important;
          font-size: 14px;
          font-weight: 400;
          opacity: 1; }
      .contact__card__form select {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        height: 30px;
        margin-bottom: 30px;
        border-width: 0px;
        border-style: none;
        border-bottom: 1px solid #c4cdd5;
        font-family: "Roboto", sans-serif;
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 400;
        text-indent: 0.1px;
        background: url("https://www.pol-ka.com/img/icons/contact-select-icon.svg");
        background-position: 100% 50%;
        background-repeat: no-repeat; }
        .contact__card__form select :focus {
          border-color: #c4cdd5;
          color: #c4cdd5;
          outline: none; }
      .contact__card__form textarea {
        margin-bottom: 30px;
        border-width: 0px;
        border-style: none;
        border-bottom: 1px solid #c4cdd5;
        font-family: "Roboto", sans-serif;
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 400; }
        .contact__card__form textarea ::placeholder {
          font-family: "Roboto", sans-serif;
          color: #9b9b9b !important;
          font-size: 14px;
          font-weight: 400;
          opacity: 1; }
      .contact__card__form__btn {
        margin-bottom: 29px;
        padding: 0px 29px;
        align-self: center; }
        @media (min-width: 992px) {
          .contact__card__form__btn {
            margin-bottom: 0px; } }

.prensa {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  width: 100%; }
  .prensa__notas {
    padding: 30px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%; }
    .prensa__notas::after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .prensa__notas::before {
        content: " ";
        position: absolute;
        background-image: url("../img/prensa/prensa-bg.jpg");
        top: 0;
        left: 0;
        width: 100%;
        height: 87%;
        background-size: cover;
        background-position: center;
        z-index: -1; } }
    @media (min-width: 992px) {
      .prensa__notas {
        padding-top: 70px;
        padding-left: 0px;
        padding-right: 0px; } }
    .prensa__notas__title {
      font-family: "Campton", sans-serif;
      font-size: 22px;
      font-weight: 600;
      line-height: 32px;
      margin-bottom: 45px;
      color: white; }
      @media (min-width: 768px) and (max-width: 991px) {
        .prensa__notas__title {
          color: #0d3280; } }
      @media (min-width: 992px) {
        .prensa__notas__title {
          display: none; } }
    .prensa__notas__btn {
      align-self: center;
      /*       display: flex;
            align-items: center; */
      white-space: nowrap;
      margin-bottom: 30px;
      box-sizing: content-box; }
      .prensa__notas__btn--mb {
        padding: 0px 24px; }
        @media (min-width: 768px) {
          .prensa__notas__btn--mb {
            display: none; } }
      .prensa__notas__btn--dp {
        display: none; }
        @media (min-width: 768px) {
          .prensa__notas__btn--dp {
            /*           display: inline-block;
                      line-height: 36px; */
            display: flex;
            max-width: 141px;
            margin: 0 auto;
            margin-top: 64px;
            margin-bottom: 111px; } }
      .prensa__notas__btn .fa-spinner {
        margin-right: 5px; }
  @media (min-width: 768px) {
    .prensa .dp-flex-container {
      display: flex; } }
  @media (min-width: 768px) {
    .prensa .dp-flex-container__left-column {
      /* padding-left: 0px; */
      width: 67%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .prensa .dp-flex-container__right-column {
      padding-top: 30px;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .prensa .dp-flex-container__right-column {
      margin-top: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .prensa .dp-flex-container__right-column .twitter-container {
      max-height: 2000px; } }

.prensa-tag {
  position: absolute;
  left: 20px;
  top: -24px; }
  .prensa-tag--polka {
    border-left: 1px solid #ffffff; }
  .prensa-tag .tag--polka {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }

@media (min-width: 992px) {
  .prensa__notas__grid-item,
  .prensa__notas__grid-sizer {
    width: 48%; } }

@media (min-width: 992px) {
  .prensa__notas__gutter-sizer {
    width: 4%; } }

.home {
  background-color: #f8f8f8; }

.home-producciones {
  display: flex;
  flex-direction: column;
  background-color: white; }
  @media (min-width: 992px) {
    .home-producciones__slider-container {
      padding-right: 50px;
      position: relative; } }
  .home-producciones__slider {
    margin-top: 30px;
    margin-bottom: 63px;
    position: relative; }
    @media (min-width: 992px) {
      .home-producciones__slider {
        padding-right: 50px;
        padding-left: 50px; } }
    .home-producciones__slider__arrow {
      position: absolute;
      top: 45%;
      transform: translate(0%, -50%);
      width: 21px;
      height: 36px;
      z-index: 2;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .home-producciones__slider__arrow--prev {
        background-image: url("https://www.pol-ka.com/img/icons/hero-slider-arrow--left.svg");
        left: 10px;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s ease-in-out, visibility 0s linear 0s; }
        @media (min-width: 1400px) {
          .home-producciones__slider__arrow--prev {
            left: 20px; } }
        .home-producciones__slider__arrow--prev--hidden {
          visibility: hidden;
          opacity: 0;
          transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s; }
      .home-producciones__slider__arrow--next {
        background-image: url("https://www.pol-ka.com/img/icons/hero-slider-arrow--right.svg");
        right: 10px;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s ease-in-out, visibility 0s linear 0s; }
        @media (min-width: 1400px) {
          .home-producciones__slider__arrow--next {
            right: 20px; } }
        .home-producciones__slider__arrow--next--hidden {
          visibility: hidden;
          opacity: 0;
          transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s; }
    .home-producciones__slider__slide {
      margin: 0px 7.5px; }
  .home-producciones__btn {
    align-self: center;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 72px; }

.home-contacto {
  padding-top: 45px; }
  .home-contacto__title {
    margin-left: 10px;
    font-family: "Campton", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #0d3280;
    text-transform: capitalize;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .home-contacto__title {
        font-size: 28px; } }

.home-prensa {
  padding: 0px 10px;
  padding-top: 30px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(180deg, #0d3280 85%, white 15%); }
  @media (min-width: 992px) {
    .home-prensa {
      padding-top: 89px;
      background-image: linear-gradient(180deg, #0d3280 66%, white 34%); } }
  .home-prensa::after {
    content: " ";
    position: absolute;
    background-image: url(../img/prensa/bg-trama.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: 0% 0%;
    opacity: 0.05;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    z-index: -1; }
    @media (min-width: 992px) {
      .home-prensa::after {
        height: 66%; } }
  .home-prensa .prensa__notas__btn {
    padding: 0px 24px; }
  .home-prensa__title {
    margin-bottom: 50px;
    font-family: "Campton", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: white;
    text-transform: capitalize; }
    @media (min-width: 992px) {
      .home-prensa__title {
        font-size: 28px; } }
  @media (min-width: 992px) {
    .home-prensa__content {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 24px;
      align-items: start; } }
  @media (min-width: 992px) {
    .home-prensa .prensa__notas__btn {
      margin-top: 30px; } }

.home-company {
  background-color: white;
  position: relative;
  z-index: 0; }
  @media (min-width: 992px) {
    .home-company {
      margin-top: 55px; } }
  .home-company::before {
    content: '';
    position: absolute;
    top: -55px;
    bottom: -55px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1; }
  .home-company .staff__title {
    margin-bottom: 40px; }
  .home-company__tag {
    width: 277px;
    height: 157px;
    position: absolute;
    top: -78px;
    right: 83px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #0d3280;
    padding-top: 26px;
    font-size: 16px;
    font-family: "Campton", sans-serif;
    font-weight: 600;
    background-image: url(../img/icons/casting-tag.png); }
    @media (min-width: 992px) {
      .home-company__tag {
        display: flex; } }
    .home-company__tag__p {
      max-width: 215px;
      text-align: center;
      margin-bottom: 14px;
      line-height: 16px; }
    .home-company__tag__btn {
      align-self: center;
      padding: 0px 24px;
      display: flex;
      align-items: center;
      white-space: nowrap; }

/* .home .company {
  z-index: 0;
} */
@media (min-width: 992px) {
  .home-ofertas {
    display: flex; } }
.home-ofertas .invitacion-box:first-child {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .home-ofertas .invitacion-box:first-child {
      margin-bottom: 0px; } }

/* CASTING FORM */
.casting {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .casting {
      padding: 10px; } }
  .casting__title {
    color: #0d3280;
    font-family: "Campton", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
    margin-top: 32px;
    align-self: center; }
    @media (min-width: 992px) {
      .casting__title {
        align-self: flex-start;
        margin-bottom: 75px;
        margin-top: 131px;
        color: #212b36;
        font-size: 28px;
        line-height: 32px; } }
  .casting__container {
    display: flex;
    flex-direction: column; }
  .casting__tabs-container {
    border-top: 1px solid #c4cdd5;
    width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
    background-color: #f5f6f6;
    z-index: 0; }
    @media (min-width: 992px) {
      .casting__tabs-container {
        background-color: transparent;
        border-top: none;
        order: 1; } }
  .casting__tabs {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 991px) {
      .casting__tabs::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        border-bottom: 1px solid #c4cdd5;
        opacity: 0.5;
        z-index: -1; } }
    @media (min-width: 992px) {
      .casting__tabs {
        display: flex;
        margin-bottom: 64px;
        border-radius: 10px;
        overflow: hidden;
        height: 82px;
        border: 1px solid #c4cdd5;
        justify-content: space-around;
        width: 100%; } }
    .casting__tabs__tab {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #9b9b9b;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      z-index: 1;
      opacity: 1; }
      @media (min-width: 992px) {
        .casting__tabs__tab {
          height: 82px;
          width: 100%;
          background-color: #f5f6f6;
          opacity: 0.4; } }
      .casting__tabs__tab--active {
        opacity: 1; }
        @media (min-width: 992px) {
          .casting__tabs__tab--active {
            background-color: #71e39c;
            color: white; } }
        .casting__tabs__tab--active .casting__tabs__tab__num {
          background-color: #71e39c;
          color: white;
          line-height: 19px;
          padding: 7px 13px;
          width: 33px;
          height: 33px;
          font-size: 16px; }
          @media (min-width: 992px) {
            .casting__tabs__tab--active .casting__tabs__tab__num {
              background-color: white;
              color: #71e39c; } }
      .casting__tabs__tab--checked {
        color: #71e39c;
        opacity: 1; }
        .casting__tabs__tab--checked .casting__tabs__tab__num {
          background-color: #71e39c; }
          .casting__tabs__tab--checked .casting__tabs__tab__num i {
            display: block;
            font-size: 13px;
            margin-top: 2px;
            margin-right: 1px; }
            @media (min-width: 992px) {
              .casting__tabs__tab--checked .casting__tabs__tab__num i {
                font-size: 16px;
                margin-top: 1px; } }
          .casting__tabs__tab--checked .casting__tabs__tab__num span {
            display: none; }
      .casting__tabs__tab__num {
        margin-right: 27px;
        background-color: #d1d1d1;
        color: white;
        border-radius: 50%;
        font-weight: 900;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        line-height: 13px; }
        @media (min-width: 992px) {
          .casting__tabs__tab__num {
            padding: 7px 13px;
            margin-right: 18px;
            background-color: #9b9b9b;
            width: 33px;
            height: 33px;
            font-size: 16px; } }
        .casting__tabs__tab__num i {
          display: none; }
      .casting__tabs__tab__text {
        display: none; }
        @media (min-width: 992px) {
          .casting__tabs__tab__text {
            display: inline-block;
            font-size: 14px; } }
        @media (min-width: 1200px) {
          .casting__tabs__tab__text {
            font-size: 16px; } }
      .casting__tabs__tab:last-child .casting__tabs__tab__num {
        margin-right: 0px; }
        @media (min-width: 992px) {
          .casting__tabs__tab:last-child .casting__tabs__tab__num {
            margin-right: 18px; } }
  .casting__reminder {
    font-family: "Roboto", sans-serif;
    text-align: center; }
    @media (min-width: 992px) {
      .casting__reminder {
        max-width: 482px;
        margin-right: 28px; } }
    .casting__reminder--dp {
      display: none; }
      @media (min-width: 992px) {
        .casting__reminder--dp {
          display: block; } }
    .casting__reminder__warning {
      color: #8a6d3b;
      font-size: 12px;
      background-color: #fcf8e3;
      border: 1px solid #faf2cc;
      border-radius: 2px;
      margin-bottom: 18px;
      padding: 9px 27px; }
      @media (min-width: 992px) {
        .casting__reminder__warning {
          font-size: 16px;
          padding: 12px 18px 29px 40px;
          text-align: right;
          margin-bottom: 23px; } }
      .casting__reminder__warning span {
        color: #66512c;
        font-weight: 700; }
    .casting__reminder__thanks {
      font-size: 14px;
      color: #9b9b9b;
      margin-bottom: 34px;
      padding: 0px 10px; }
      @media (min-width: 992px) {
        .casting__reminder__thanks {
          font-size: 16px;
          text-align: right;
          padding: 0px; } }

.casting-form {
  padding: 0px 10px;
  width: 100%;
  order: 1; }
  @media (min-width: 992px) {
    .casting-form {
      margin: 0px;
      order: 2; } }
  .casting-form__step {
    display: none; }
    .casting-form__step--active {
      display: block; }
    @media (min-width: 992px) {
      .casting-form__step__top-row {
        display: flex; } }
  .casting-form__column {
    padding: 17px 0px;
    border-top: 1px solid #c4cdd5; }
    @media (min-width: 992px) {
      .casting-form__column {
        padding-top: 0px;
        width: 690px;
        border-top: none; } }
  .casting-form__section {
    margin-bottom: 35px; }
    @media (min-width: 992px) {
      .casting-form__section {
        margin-bottom: 38px;
        padding-top: 0px; } }
    .casting-form__section--pad-bot {
      padding-bottom: 150px; }
    .casting-form__section__title {
      font-family: "Campton", sans-serif;
      color: #0d3280;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: -0.22px;
      margin-bottom: 18px;
      line-height: 44px; }
      @media (min-width: 992px) {
        .casting-form__section__title {
          margin-bottom: 36px; } }
      .casting-form__section__title--mb {
        margin-bottom: 0px; }
        @media (min-width: 992px) {
          .casting-form__section__title--mb {
            display: none; } }
    @media (min-width: 992px) {
      .casting-form__section__row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
    .casting-form__section__row--flex-start {
      display: flex;
      justify-content: flex-start;
      white-space: nowrap;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .casting-form__section__row--flex-start {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .casting-form__section__row--flex-start {
          padding-bottom: 22px; } }
    .casting-form__section__row__text {
      margin-bottom: 20px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #9b9b9b; }
      @media (min-width: 992px) {
        .casting-form__section__row__text {
          font-size: 16px; }
          .casting-form__section__row__text--mg-top {
            margin-top: 27px; } }
  .casting-form__group {
    margin-bottom: 18px; }
    @media (min-width: 992px) {
      .casting-form__group {
        width: 100%;
        margin-bottom: 22px; }
        .casting-form__group:first-child {
          margin-right: 30px; } }
    .casting-form__group__label {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      color: #373a3c;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .casting-form__group__label--dp {
          display: none; } }
      @media (min-width: 992px) {
        .casting-form__group__label {
          font-size: 16px;
          height: 19px; } }
    @media (min-width: 992px) {
      .casting-form__group__input--mb {
        display: none; } }
    @media (max-width: 991px) {
      .casting-form__group__input--dp {
        display: none; } }
    .casting-form__group input {
      width: 100%;
      margin: 5px 0px;
      z-index: 3;
      height: 38px;
      border-radius: 4px;
      -webkit-appearance: none;
      border: 1px solid #cccccc;
      padding-left: 9px;
      color: #606060;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      box-sizing: border-box;
      text-overflow: ellipsis; }
      .casting-form__group input:-moz-placeholder {
        color: #9b9b9b; }
      .casting-form__group input::-moz-placeholder {
        color: #9b9b9b; }
      .casting-form__group input:-ms-input-placeholder {
        color: #9b9b9b; }
      .casting-form__group input::-webkit-input-placeholder {
        color: #9b9b9b; }
      @media (min-width: 992px) {
        .casting-form__group input {
          font-size: 16px; } }
      .casting-form__group input[type=file] {
        height: auto;
        border: none;
        padding-left: 0px; }
    .casting-form__group select {
      width: 100%;
      margin: 5px 0px;
      z-index: 3;
      height: 38px;
      border-radius: 4px;
      -webkit-appearance: none;
      border: 1px solid #cccccc;
      padding-left: 9px;
      color: #9b9b9b;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      box-sizing: border-box;
      background-image: url("https://www.pol-ka.com/img/casting/select.svg");
      background-repeat: no-repeat;
      background-position: calc(100% - 6px) calc(100% - 11px); }
      .casting-form__group select:focus {
        outline: none; }
    .casting-form__group__helper {
      color: #818a91;
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      line-height: 20px;
      display: block;
      height: 40px;
      width: 100%; }
    .casting-form__group textarea {
      width: 100%;
      height: 138px;
      -webkit-appearance: none;
      border: 1px solid #cccccc;
      border-radius: 4px;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      line-height: 20px;
      color: #606060;
      padding: 9px; }
  .casting-form__example-imgs {
    margin: 30px 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 6px; }
    @media (min-width: 992px) {
      .casting-form__example-imgs {
        grid-column-gap: 43px; } }
    .casting-form__example-imgs img {
      width: 100%;
      height: auto; }
  .casting-form__img-placeholders {
    width: 100%;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px; }
    @media (min-width: 576px) {
      .casting-form__img-placeholders {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 0px; } }
    @media (min-width: 992px) {
      .casting-form__img-placeholders {
        grid-column-gap: 43px; } }
    .casting-form__img-placeholders__item-wrapper {
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
    .casting-form__img-placeholders__item {
      width: 100%;
      height: 100%;
      border: 1px dashed #979797;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #9b9b9b;
      font-size: 39px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
      .casting-form__img-placeholders__item:hover {
        cursor: pointer; }
  .casting-form__buttons {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c4cdd5;
    padding-top: 24px; }
    @media (min-width: 992px) {
      .casting-form__buttons {
        justify-content: flex-end;
        border-top: none;
        margin-bottom: 96px; } }
    @media (max-width: 991px) {
      .casting-form__buttons--mb-center {
        justify-content: center; } }
    .casting-form__buttons__btn {
      width: 141px;
      height: 36px;
      line-height: 36px;
      border: 1px solid #0d3280;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        .casting-form__buttons__btn:first-child {
          margin-right: 21px; } }
      .casting-form__buttons__btn--send {
        padding: 0px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #373a3c; }
  @media (max-width: 991px) {
    .radio-container {
      margin-bottom: 10px; } }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radio-container input:checked ~ .radio-container__checkmark {
      background-color: #3b99fc;
      border: 1px solid #3b99fc; }
      .radio-container input:checked ~ .radio-container__checkmark::after {
        display: block; }
  .radio-container__checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
    transform: translate(0, -50%);
    border: 1px solid #979797;
    box-sizing: border-box; }
    .radio-container__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 3.5px;
      left: 3px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: white; }

.idiomas-section__btn-add {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fc9924; }
.idiomas-section__btn-remove {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #eb1212;
  margin-bottom: 20px;
  display: inline-block; }

.cv__mb-label {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  justify-content: center; }
  @media (min-width: 992px) {
    .cv__mb-label {
      display: none; } }
  .cv__mb-label__icon {
    margin-right: 20px;
    opacity: 0.6;
    color: #9b9b9b;
    font-size: 24px; }
  .cv__mb-label__btn {
    padding: 0px 24px; }
    .cv__mb-label__btn:hover {
      opacity: 1; }
.cv__file-info--mb {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 20px; }

.img-input {
  display: none; }

.remove-image {
  position: absolute;
  right: 0px;
  top: 0px;
  color: white;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  text-align: center; }

select.field-error {
  border: 1px solid red; }

input.field-error {
  border: 1px solid red; }

/* CASTING LANDING, LOGIN, REGISTER, SUCCESS */
.casting-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 0px 10px;
  padding-bottom: 70px;
  padding-top: 32px;
  position: relative;
  z-index: 0;
  background-image: url("../img/casting/bg.jpg");
  background-repeat: repeat;
  /*   &::after {
      content: " ";
      position: absolute;
      background-image: url(../img/prensa/bg-trama.png);
      background-size: 551px 571px;
      background-repeat: repeat;
      background-position: 0% 0%;
      opacity: 0.2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    } */ }
  @media (min-width: 475px) and (max-width: 767px) {
    .casting-login {
      min-height: 481px; } }
  .casting-login--no-bg {
    background-color: white;
    padding: 0px;
    background-image: none; }
    .casting-login--no-bg::after {
      background: none; }
  .casting-login__title {
    color: white;
    font-family: "Campton", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 39px; }
    @media (min-width: 768px) {
      .casting-login__title {
        font-size: 28px; } }
  .casting-login__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: white;
    padding: 28px 20px 23px 20px;
    border-radius: 6px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #9b9b9b;
    z-index: 5; }
    @media (min-width: 768px) {
      .casting-login__container {
        max-width: 422px;
        padding: 36px 45px 45px 45px; } }
    .casting-login__container__title {
      font-family: "Campton", sans-serif;
      color: #0d3280;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.65px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 768px) {
        .casting-login__container__title {
          font-size: 20px; } }
  .casting-login__form {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .casting-login__form__inputs {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      margin-bottom: 38px; }
    .casting-login__form__pass {
      position: relative;
      margin-top: 38px; }
      .casting-login__form__pass__show {
        position: absolute;
        background-image: url("https://www.pol-ka.com/img/icons/show-pass.svg");
        width: 18px;
        height: 12px;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }
        .casting-login__form__pass__show--active {
          opacity: 0.5; }
    .casting-login__form__terms {
      display: flex;
      align-items: center;
      font-size: 14px; }
      .casting-login__form__terms input {
        margin-right: 11px; }
    .casting-login__form label {
      display: flex;
      width: 100%; }
    .casting-login__form input.casting-login__form__input {
      -webkit-appearance: none;
      height: 38px;
      border: none;
      border-bottom: 1px solid #c4cdd5;
      width: 100%;
      font-size: 14px;
      color: #606060;
      margin-top: 38px; }
      @media (min-width: 768px) {
        .casting-login__form input.casting-login__form__input {
          font-size: 16px; } }
      .casting-login__form input.casting-login__form__input:-moz-placeholder {
        color: #9b9b9b; }
      .casting-login__form input.casting-login__form__input::-moz-placeholder {
        color: #9b9b9b; }
      .casting-login__form input.casting-login__form__input:-ms-input-placeholder {
        color: #9b9b9b; }
      .casting-login__form input.casting-login__form__input::-webkit-input-placeholder {
        color: #9b9b9b; }
      .casting-login__form input.casting-login__form__input--pass {
        margin-top: 0px; }
    .casting-login__form__btn {
      width: 100%;
      max-width: 236px;
      margin-top: 35px;
      height: 38px; }
  .casting-login__btn-block {
    text-align: center;
    width: 100%;
    margin-bottom: 37px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .casting-login__btn-block {
        margin-bottom: 56px;
        font-size: 16px; } }
    .casting-login__btn-block:nth-child(2) {
      margin-top: 33px; }
      @media (min-width: 768px) {
        .casting-login__btn-block:nth-child(2) {
          margin-top: 53px; } }
    .casting-login__btn-block__btn {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 23px;
      height: 39px; }
      @media (min-width: 768px) {
        .casting-login__btn-block__btn {
          height: 54px;
          border-radius: 27px; } }
  .casting-login__secondary-box {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 33px; }
    @media (min-width: 992px) {
      .casting-login__secondary-box {
        font-size: 16px; } }
    .casting-login__secondary-box__link {
      color: #0d3280; }

.pass-recover {
  color: #0d3280;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px; }
  @media (min-width: 768px) {
    .pass-recover {
      margin-top: 18px;
      font-size: 14px; } }

.success-box--full-size {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative; }
.success-box__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px; }
  .success-box__header--bg {
    height: 123px;
    position: relative;
    z-index: 0; }
    @media (min-width: 992px) {
      .success-box__header--bg {
        height: 180px; } }
    .success-box__header--bg::after {
      content: " ";
      position: absolute;
      background-image: url("../img/casting/bg.jpg");
      background-size: 551px 571px;
      background-repeat: repeat;
      background-position: 0% 0%;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .success-box__header__icon {
    width: 94px;
    height: 94px;
    background-image: url("https://www.pol-ka.com/img/icons/success.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .success-box__header__icon {
        width: 120px;
        height: 120px; } }
.success-box__body {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 16px;
  text-align: center; }
  @media (min-width: 992px) {
    .success-box__body {
      font-size: 24px; } }
  .success-box__body--color {
    color: #9b9b9b;
    padding: 0px 20px;
    padding-top: 65px; }
  .success-box__body--bg {
    background-color: white; }
  .success-box__body__title {
    font-family: "Campton", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.28px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 9px; }
    @media (min-width: 992px) {
      .success-box__body__title {
        font-size: 30px;
        line-height: 28px; } }
    .success-box__body__title--max-width {
      max-width: 180px;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .success-box__body__title--max-width {
          max-width: 100%; } }
.success-box__btn {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  margin: 0 auto;
  margin-top: 108px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .success-box__btn {
      height: 54px;
      border-radius: 27px;
      font-size: 20px; } }

/* SUCCESS MODAL */
.success-modal {
  padding: 10px;
  background-color: rgba(74, 74, 74, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s; }
  .success-modal--active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0s; }
  .success-modal__card {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    max-width: 422px;
    overflow: hidden; }
    .success-modal__card__header {
      height: 123px;
      background-color: #71e39c;
      margin-bottom: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .success-modal__card__header__icon {
        width: 94px;
        height: 94px;
        background-image: url("https://www.pol-ka.com/img/icons/success.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .success-modal__card__body {
      background-color: white;
      color: #9b9b9b;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      padding: 36px 20px 34px 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .success-modal__card__body {
          font-size: 20px;
          padding: 50px 40px 48px 40px; } }
      .success-modal__card__body__title {
        margin-bottom: 14px;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -0.28px;
        line-height: 20px;
        font-family: "Campton", sans-serif; }
        @media (min-width: 768px) {
          .success-modal__card__body__title {
            font-size: 26px;
            margin-bottom: 20px;
            line-height: 24px; } }
    .success-modal__card__btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 141px;
      margin: 0 auto;
      margin-top: 35px; }
      @media (min-width: 768px) {
        .success-modal__card__btn {
          margin-top: 50px; } }

/*# sourceMappingURL=app.css.map */
