@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

@-webkit-keyframes animatedBackground {
  from {
    -webkit-background-position: 0 0;
  }

  to {
    -webkit-background-position: 100% 0;
  }
}

@-o-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@-webkit-keyframes hamburgerHover {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }

  50% {
    width: 0;
    left: auto;
    right: 0;
  }

  51% {
    width: 0;
    left: 0;
    right: auto;
  }

  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@-o-keyframes hamburgerHover {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }

  50% {
    width: 0;
    left: auto;
    right: 0;
  }

  51% {
    width: 0;
    left: 0;
    right: auto;
  }

  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@keyframes hamburgerHover {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }

  50% {
    width: 0;
    left: auto;
    right: 0;
  }

  51% {
    width: 0;
    left: 0;
    right: auto;
  }

  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@-o-keyframes txtFadeUp {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -o-transform: translateY(20px);
       transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes txtFadeUp {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -o-transform: translateY(20px);
       transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes txtFadeUp {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes txtFadeIn {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes txtFadeIn {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes txtFadeIn {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-o-keyframes timeCard {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes timeCard {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes timeCard {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-o-keyframes timeCardTwo {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes timeCardTwo {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes timeCardTwo {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@media only screen and (min-width: 1152px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 1151px) {
  .mobile-hidden {
    display: none !important;
  }
}

@font-face {
  font-family: 'grupotv1';
  src: url(../fonts/icons/grupotv1.eot);
  src: url(../fonts/icons/grupotv1.eot) format("embedded-opentype"), url(../fonts/icons/grupotv1.ttf) format("truetype"), url(data:application/font-woff;base64,d09GRgABAAAAAArYAAsAAAAACowAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGFWNtYXAAAAFoAAAAVAAAAFQXVtKUZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAABnQAAAZ0UOjQsWhlYWQAAAg4AAAANgAAADYMnsgLaGhlYQAACHAAAAAkAAAAJAfCA9NobXR4AAAIlAAAAEgAAABIPgAFUWxvY2EAAAjcAAAAJgAAACYL4ApobWF4cAAACQQAAAAgAAAAIAAXAFxuYW1lAAAJJAAAAZIAAAGSFeywO3Bvc3QAAAq4AAAAIAAAACAAAwAAAAMD3gGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6Q0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkN//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgCPADsDbwNFAAgAEQAAJQEHATcXAScBERcBJwkBBwE3AgD+vi8BawYGAWkt/r4GAWkt/r7+vi0BaQaNATMt/qgGBgFaK/7NATkGAVgt/s0BMy3+qAYAAAEBHgArAuIDVQAHAAAJATcJAScBFwEeAZEz/pwBZDP+bwYBuv5xMwFiAWIz/nEGAAEBHgArAuIDVQAHAAAJAQcJARcBJwLi/m8zAWT+nDMBkQYBxgGPM/6e/p4zAY8GAAIAkQA7A3EDRQAIABEAAAkBNwEHJwEXAREnARcJATcBBwIAAUIv/pUGBv6XLQFCBv6XLQFCAUIv/pUGAvP+zS0BWAYG/qYrATP+xwb+qC0BM/7NLQFYBgABABn/2QPnA6cACwAAAScJAQcJARcJATcBA+eT/qz+rJMBUf6vkwFUAVST/q8DFJP+rwFRk/6s/qyTAVH+r5MBVAAAAAEBCv/ZAvYDpwAUAAABIxUzETMRMzcjNTQ2OwE1IyIGHQEBhXt7y5MPpBAde5puaQJkpP4ZAeekQR4ayl1fhwAEABT/1APsA6wALABAAEwAWQAAAS4DJy4BIyIGBw4DBw4BFRQWFx4DFx4BMzI2Nz4DNz4BNTQmJwEiLgI1ND4CMzIeAhUUDgITIiY1NDYzMhYVFAYHFAYjIiY1NDYzMhYVA+cCKEhoQidAZGRAJ0NoSCcCAwICAwIoSGhCJ0BkZEAnQ2dIJwMDAgID/hk1XEQnJ0RcNTVcRCcnRFzTFyQkFxclJW9nSUlnZ0lJZwKLQ2hIJwIDAgIDAihIaEInQGRkQCdDZ0gnAwMCAgMCKEhoQidAZGRAJ/45KERcNDRcRCgnRFw1NVxEJwHHJBcXJSUXFyTLSWdnSUlnZ0kAAAAAAwAU/+kD6QOXAAsAEAAlAAATFAYjIiY1NDYzMhYVIxEzESEjETMRND4BFhURMxE0LgEGBzI2MeE7Kys8PCsrO8rKAUjLy01dTsh0mZYhAwEDMSs8PCsrOzvk/XECj/1xAVZITANJTv6qAZ55exs7PVoAAAAEABIAHAPuA2gADQAQABYAMAAAASUwIiMxIgYVAxMBNCYFEQUXBRY2NREtASImIyImBwYWFREUFhcFHgEzMjY1ES4BIwPn/skDAwIGwdcBNAL9jwEtGwESCxD9bP7NAgUBAgUEAwELCAEaAggDBgwBAQICyp4DA/7G/qQB8gYGMf6wlwuLBgsOAmI5mgIBAwMCA/1uCRADjgEBCwoCkwICAAAAAAEAEAAtA/ADUwA5AAABDgEHPgE3DgEHLgEjIg4CFy4DJw4BHgEXIiYnBhYXDgEnHgEXDgMnHgMzMj4CJz4BNwPwHDkgIC4MH0AiHEwpMVM4FwxBd2tcJRQLECsiGy4UA11KFS4ZEmpAIEdNUCkiSk9UK43blUkFHDMWAvMMEQITOiISGQYfIipGWi8DIDZLLyNMSkEXDgtFdg4IAQU8UAEaJBUGBRchFwtsrdhrFzQfAAAAAAIAHQBcA+UDJAAdACEAAAEuASIGBw4DFRQeAhceATI2Nz4DNTQuAgERDQEDNTalsKU2O0clCwolRjs2pbClNjtHJQsMJEX+FwFE/rwDJAMDAwMEKlSEXl2DVSsEAwMDAwQqVYNeXYNVK/4AAUCgoAABAGsA3gOVAqIABwAAJQEnCQEHATcCBgGPM/6e/p4zAY8G3gGRM/6cAWQz/m8GAAADAAD/wAQAA8AAFAApAC8AAAEyHgIVFA4CIyIuAjU0PgIzNSIOAhUUHgIzMj4CNTQuAiMTBycHFwECAF2kekhIeqRdXaR6SEh6pF1quotRUYu6amq6i1FRi7pqru1vQK8BLQODSHqkXV2kekhIeqRdXaR6SD1Ri7pqarqLUVGLumpquotR/rjxaD+oATEAAAAEAAD/wAQAA8AAFAApAC4AOgAAATIeAhUUDgIjIi4CNTQ+AjM1Ig4CFRQeAjMyPgI1NC4CIwczESMRExQGIyImNTQ2MzIWAgBdpHpISHqkXV2kekhIeqRdarqLUVGLumpquotRUYu6aitYWGIgFxcgIBcXIAODSHqkXV2kekhIeqRdXaR6SD1Ri7pqarqLUVGLumpquotR9v6iAV7+HRcgIBcXICAAAAABAAAAAQAAZwODDV8PPPUACwQAAAAAANS/wccAAAAA1L/BxwAA/8AEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAASBAAAAAAAAAAAAAAAAgAAAAQAAI8EAAEeBAABHgQAAJEEAAAZBAABCgQAABQEAAAUBAAAEgQAABAEAAAdBAAAawQAAAAEAAAAAAAAAAAKABQAHgBKAGIAegCmAMgA6AFoAaIB9AJOAoYCngLmAzoAAAABAAAAEgBaAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACAAAAAEAAAAAAAIABwBpAAEAAAAAAAMACAA5AAEAAAAAAAQACAB+AAEAAAAAAAUACwAYAAEAAAAAAAYACABRAAEAAAAAAAoAGgCWAAMAAQQJAAEAEAAIAAMAAQQJAAIADgBwAAMAAQQJAAMAEABBAAMAAQQJAAQAEACGAAMAAQQJAAUAFgAjAAMAAQQJAAYAEABZAAMAAQQJAAoANACwZ3J1cG90djEAZwByAHUAcABvAHQAdgAxVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwZ3J1cG90djEAZwByAHUAcABvAHQAdgAxZ3J1cG90djEAZwByAHUAcABvAHQAdgAxUmVndWxhcgBSAGUAZwB1AGwAYQByZ3J1cG90djEAZwByAHUAcABvAHQAdgAxRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(../fonts/icons/grupotv1.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url(../fonts/lora/lora-regular-webfont.woff2) format("woff2"), url(../fonts/lora/lora-regular-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url(../fonts/lora/lora-bold-webfont.woff2) format("woff2"), url(../fonts/lora/lora-bold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url(../fonts/lora/lora-bolditalic-webfont.woff2) format("woff2"), url(../fonts/lora/lora-bolditalic-webfont.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'lora';
  src: url(../fonts/lora/lora-italic-webfont.woff2) format("woff2"), url(../fonts/lora/lora-italic-webfont.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'raleway';
  src: url(../fonts/raleway/raleway-black-webfont.woff2) format("woff2"), url(../fonts/raleway/raleway-black-webfont.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'raleway';
  src: url(../fonts/raleway/raleway-bold-webfont.woff2) format("woff2"), url(../fonts/raleway/raleway-bold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'raleway';
  src: url(../fonts/raleway/raleway-light-webfont.woff2) format("woff2"), url(../fonts/raleway/raleway-light-webfont.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}

/**
 * Set up a decent box model on the root element
 */

html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Basic styles for links
 */

@-webkit-keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes bounceArrow {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  50% {
    -o-transform: translateY(8px);
       transform: translateY(8px);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.o-title-default {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 80px;
  margin-bottom: 0;
  margin-top: 40px;
  padding-top: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .o-title-default {
    font-size: 2.2em;
    margin-top: 70px;
  }
}

.o-title-box {
  display: inline-block;
  font-family: "raleway", Arial, sans-serif;
  font-size: 55px;
  font-weight: 800;
  letter-spacing: -2px;
  padding-left: 74px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  margin: 75px 0;
}

.tv1-com .o-title-box {
  color: #00b64d;
}

.tv1-conteudo-video .o-title-box,
.tv1-content-video .o-title-box {
  color: #0092cd;
}

.tv1-experience .o-title-box {
  color: #ff8600;
}

.tv1-rp .o-title-box,
.tv1-pr .o-title-box {
  color: #c8d800;
}

.o-title-box {
  color: #999;
}

.o-title-box::before {
  background: #e5e5e0;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  height: 228px;
  left: 0;
  line-height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 228px;
  z-index: -1;
}

.tv1-com .o-title-box::before {
  border-color: #00b64d;
}

.tv1-conteudo-video .o-title-box::before,
.tv1-content-video .o-title-box::before {
  border-color: #0092cd;
}

.tv1-experience .o-title-box::before {
  border-color: #ff8600;
}

.tv1-rp .o-title-box::before,
.tv1-pr .o-title-box::before {
  border-color: #c8d800;
}

.o-title-box::before {
  border-color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .o-title-box::before {
    width: 195px;
    height: 195px;
  }
}

@media only screen and (max-width: 767px) {
  .o-title-box {
    font-size: 35px;
    padding-left: 35px;
  }

  .o-title-box::before {
    width: 142px;
    height: 142px;
  }
}

.o-bt-default {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}

.o-bt-default::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}

.o-bt-default:hover {
  color: #912682;
}

.o-bt-default:hover::before,
.o-bt-default:focus::before,
.o-bt-default:active::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.o-bt-go-to {
  width: 22px;
  height: 24px;
  z-index: 12;
  bottom: 108px;
  right: 11%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: bounceArrow 1.2s infinite;
       -o-animation: bounceArrow 1.2s infinite;
          animation: bounceArrow 1.2s infinite;
  text-decoration: none !important;
  color: #939395;
}

.o-bt-go-to::before {
  content: "\E900";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .o-bt-go-to {
    bottom: 23px;
    right: 11%;
  }
}

.o-bt-go-back {
  color: #333132;
  cursor: pointer;
  font-family: "raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 24px;
  opacity: 0.6;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background: none;
  border: none;
}

.o-bt-go-back:hover,
.o-bt-go-back:active,
.o-bt-go-back:focus,
.o-bt-go-back:hover {
  text-decoration: none;
}

.o-bt-go-back::after {
  content: "\E903";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 26px;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: bounceArrow 1.2s ease 0s alternate infinite;
       -o-animation: bounceArrow 1.2s ease 0s alternate infinite;
          animation: bounceArrow 1.2s ease 0s alternate infinite;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .o-bt-go-back {
    padding-top: 50px;
    padding-right: 0;
    display: block;
    margin: 0 auto;
  }

  .o-bt-go-back::after {
    position: static;
    display: block;
    margin-top: -60px;
  }
}

.o-bt-go-back-rounded {
  background: url(../images/style/unidades/arrow-return.png) no-repeat top left;
  width: 67px;
  height: 35px;
  position: absolute;
  top: calc(50vh - 17px);
  cursor: pointer;
  background-position: 0 0;
  left: 0;
  z-index: 1;
  border: 0;
  outline: none;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .o-bt-go-back-rounded {
    display: none;
  }
}

.o-bt-go-back-rounded.anima {
  left: -70px;
}

.o-bt-go-back-rounded::before,
.o-bt-go-back-rounded::after {
  background-color: #939395;
  content: "";
  height: 12px;
  position: absolute;
  right: 18px;
  top: 8px;
  width: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.o-bt-go-back-rounded::before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.o-bt-go-back-rounded::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 16px;
}

.o-bt-go-back-rounded:hover::after {
  -webkit-transform: rotate(-30deg) translateX(-1px) translateY(1px);
       -o-transform: rotate(-30deg) translateX(-1px) translateY(1px);
          transform: rotate(-30deg) translateX(-1px) translateY(1px);
}

.o-bt-go-back-rounded:hover::before {
  -webkit-transform: rotate(30deg) translateX(-1px) translateY(-1px);
       -o-transform: rotate(30deg) translateX(-1px) translateY(-1px);
          transform: rotate(30deg) translateX(-1px) translateY(-1px);
}

.o-bt-close {
  width: 23px;
  height: 23px;
  cursor: pointer;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.o-bt-close::before {
  content: "\E904";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 23px;
}

@media only screen and (max-width: 767px) {
  .o-bt-close {
    top: 15px;
    right: 20px;
    left: inherit;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.o-bt-more-info {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  color: #fff;
  border: 3px #fff solid;
}

.o-bt-more-info::before {
  content: "+";
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

.o-bt-more-info:hover {
  color: #fff;
}

.c-social-menu {
  padding: 0;
  margin: 0;
  width: 45px;
  list-style: none;
}

.c-social-menu__item {
  display: block;
  width: 46px;
  height: 46px;
}

.c-social-menu__item:not(:last-child) {
  margin-bottom: 5px;
}

.c-social-menu__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.c-social-menu__link::before {
  content: "";
  background-color: #2d2c2c;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.c-social-menu__link::after {
  color: #000;
  content: "";
  display: block;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

.c-social-menu__link:hover::before {
  background-color: #efefeb;
}

.c-social-menu__link--facebook::after {
  content: "\E905";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-social-menu__link--twitter::after {
  content: "\E909";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-social-menu__link--linkedin::after {
  content: "\E907";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-social-menu__link--youtube::after {
  content: "\E90A";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-social-menu__link--medium::after {
  content: "\E908";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-social-menu__link--instagram::after {
  content: "\E906";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .c-social-menu {
    width: 78vw;
    right: auto;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: auto;
    bottom: 25px;
    background-size: auto 15px !important;
  }

  .c-social-menu__item {
    width: 9vw;
    height: 9vw;
    display: inline-block;
    margin: 0 1.3vw;
  }

  .c-social-menu__link::after {
    font-size: 5.5vw;
  }
}

.c-menu {
  width: 520px;
  margin: 0 auto;
  padding: 0;
  list-style-position: inside;
}

.c-menu__item {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "raleway", Arial, sans-serif;
  font-size: 46px;
  color: #ed0677;
  text-align: center;
  line-height: 56px;
  height: 56px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.c-menu__item:hover .c-menu__item {
  color: #000;
}

.c-menu__item:hover .c-menu__item:visited {
  color: #000;
}

.c-menu__item--separate {
  background: #6f6f6f;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  margin: 35px auto;
  list-style: none;
  cursor: auto;
}

.c-menu__item--companies {
  cursor: pointer;
  list-style: none;
  margin: 26px auto 0;
  text-align: center;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.c-menu__item--companies.com {
  background: url(../images/style/menu/tvcom.png) no-repeat center center;
  width: 113px;
  height: 23px;
}

.c-menu__item--companies.com:hover {
  background-image: url(../images/style/menu/tvcom_over.png);
}

.c-menu__item--companies.cont {
  background: url(../images/style/menu/tvcont.png) no-repeat center center;
  width: 256px;
  height: 26px;
}

.c-menu__item--companies.cont:hover {
  background-image: url(../images/style/menu/tvcont_over.png);
}

.c-menu__item--companies.cont--eng {
  background: url(../images/style/menu/tvconteudo_en.png) no-repeat center center;
  width: 256px;
  height: 26px;
}

.c-menu__item--companies.cont--eng:hover {
  background-image: url(../images/style/menu/h_tvconteudo_en.png);
}

.c-menu__item--companies.exp {
  background: url(../images/style/menu/tvexp.png) no-repeat center center;
  width: 182px;
  height: 29px;
}

.c-menu__item--companies.exp:hover {
  background-image: url(../images/style/menu/tvexp_over.png);
}

.c-menu__item--companies.rp {
  background: url(../images/style/menu/tvrp.png) no-repeat center center;
  width: 129px;
  height: 29px;
}

.c-menu__item--companies.rp:hover {
  background-image: url(../images/style/menu/tvrp_over.png);
}

.c-menu__item--companies.rp--eng {
  background: url(../images/style/menu/tvrp_en.png) no-repeat center center;
  width: 68px;
  height: 29px;
}

.c-menu__item--companies.rp--eng:hover {
  background-image: url(../images/style/menu/h_tvrp_en.png);
}

.c-menu__link {
  display: block;
  text-decoration: none !important;
}

.c-menu__link:hover {
  color: #000;
}

.c-menu__link--companies {
  width: 100%;
  height: 100%;
}

.c-menu__link--highlight {
  color: inherit;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .c-menu {
    width: 80%;
  }

  .c-menu__item {
    font-size: 8vw;
    height: 9vw;
    line-height: 9vw;
  }

  .c-menu__item--separate {
    font-size: 8px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    margin: 15px auto 27px;
  }

  .c-menu__item--companies {
    margin: 9px auto 0;
  }

  .c-menu__item--companies.com {
    background: url(../images/style/menu/m_tvcom.png) no-repeat center center;
    width: 75px;
    height: 15px;
  }

  .c-menu__item--companies.com:hover {
    background: url(../images/style/menu/m_tvcom_over.png);
  }

  .c-menu__item--companies.cont {
    background: url(../images/style/menu/m_tvcont.png) no-repeat center center;
    width: 165px;
    height: 18px;
  }

  .c-menu__item--companies.cont:hover {
    background: url(../images/style/menu/m_tvcont_over.png);
  }

  .c-menu__item--companies.cont--eng {
    background: url(../images/style/menu/m_tvcont_en.png) no-repeat center center;
    width: 165px;
    height: 18px;
  }

  .c-menu__item--companies.cont--eng:hover {
    background: url(../images/style/menu/m_tvcont_over_en.png) no-repeat center center;
  }

  .c-menu__item--companies.exp {
    background: url(../images/style/menu/m_tvexp.png) no-repeat center center;
    width: 119px;
    height: 20px;
  }

  .c-menu__item--companies.exp:hover {
    background: url(../images/style/menu/m_tvexp_over.png);
  }

  .c-menu__item--companies.rp {
    background: url(../images/style/menu/m_tvrp.png) no-repeat center center;
    width: 45px;
    height: 19px;
  }

  .c-menu__item--companies.rp:hover {
    background: url(../images/style/menu/m_tvrp_over.png);
  }

  .c-menu__item--companies.rp--eng {
    background: url(../images/style/menu/m_tvrp_en.png) no-repeat center center;
    width: 45px;
    height: 19px;
  }

  .c-menu__item--companies.rp--eng:hover {
    background: url(../images/style/menu/m_tvrp_over_en.png);
  }
}

@media only screen and (min-width: 768px) {
  .c-menu__item:hover {
    color: #000 !important;
  }

  .c-menu__item:hover ::before {
    top: 0;
  }

  .c-menu__link--highlight {
    position: relative;
    z-index: 1;
  }

  .c-menu__link--highlight::before {
    background: url(../images/style/menu/item-pattern.jpg);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: -1;
    -webkit-animation: animatedBackground 5s linear infinite;
         -o-animation: animatedBackground 5s linear infinite;
            animation: animatedBackground 5s linear infinite;
  }
}

.c-panel-detail {
  display: block;
  height: 100vh;
  left: 90px;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 5;
}

.c-panel-detail.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-panel-detail__picture {
  background-color: #e9dfd9;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-panel-detail__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .c-panel-detail__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .c-panel-detail__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.c-panel-detail__info {
  display: block;
  margin-left: 46%;
  padding: 40px;
  position: relative;
  width: 50%;
}

.c-panel-detail__info::after {
  content: '';
  background-color: rgba(233, 223, 217, 0.75);
  display: block;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.c-panel-detail__head {
  position: relative;
  z-index: 1;
}

.c-panel-detail__text {
  z-index: 1;
}

.c-panel-detail__subtitle {
  font-size: 1.125rem;
  padding-bottom: 12px;
  position: relative;
}

.c-panel-detail__subtitle::after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}

.tv1-com .c-panel-detail__subtitle::after {
  background-color: #00b64d;
}

.tv1-conteudo-video .c-panel-detail__subtitle::after,
.tv1-content-video .c-panel-detail__subtitle::after {
  background-color: #0092cd;
}

.tv1-experience .c-panel-detail__subtitle::after {
  background-color: #ff8600;
}

.tv1-rp .c-panel-detail__subtitle::after,
.tv1-pr .c-panel-detail__subtitle::after {
  background-color: #c8d800;
}

.c-panel-detail__subtitle::after {
  background-color: #999;
}

.c-panel-detail__title {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 12px;
  margin-top: 4.375rem;
  text-transform: uppercase;
}

.tv1-com .c-panel-detail__title {
  color: #00b64d;
}

.tv1-conteudo-video .c-panel-detail__title,
.tv1-content-video .c-panel-detail__title {
  color: #0092cd;
}

.tv1-experience .c-panel-detail__title {
  color: #ff8600;
}

.tv1-rp .c-panel-detail__title,
.tv1-pr .c-panel-detail__title {
  color: #c8d800;
}

.c-panel-detail__title {
  color: #999;
}

.c-panel-detail__function {
  color: #000;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

.tv1-com .c-panel-detail__area {
  color: #00b64d;
}

.tv1-conteudo-video .c-panel-detail__area,
.tv1-content-video .c-panel-detail__area {
  color: #0092cd;
}

.tv1-experience .c-panel-detail__area {
  color: #ff8600;
}

.tv1-rp .c-panel-detail__area,
.tv1-pr .c-panel-detail__area {
  color: #c8d800;
}

.c-panel-detail__area {
  color: #999;
}

.c-panel-detail__text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 100;
  height: 55vh;
  line-height: 1.875rem;
  overflow: auto;
  position: relative;
  width: 87%;
}

@media only screen and (max-width: 1151px) {
  .c-panel-detail {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-panel-detail__info::after {
    background-color: transparent;
  }
}

.c-box-case {
  width: 33.33%;
  height: 50vh;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-box-case:hover .c-box-case__title--detail {
  opacity: 1;
}

.c-box-case:hover .c-box-case__title--img {
  opacity: 0;
}

.c-box-case:hover .c-box-case__info {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-box-case:hover .c-box-case__img::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-box-case__wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-box-case__img {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.c-box-case__img::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -1px;
}

.c-box-case__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.c-box-case__title {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

.c-box-case__desc {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: 0;
  padding: 0 30px;
}

.c-box-case__more-info {
  display: block;
  margin: 25px auto;
}

.c-box-case__info {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate3d(0, 100.5%, 0);
          transform: translate3d(0, 100.5%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  cursor: pointer;
}

.c-box-case__info::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.c-box-case__info--com {
  background-color: rgba(0, 182, 77, 0.7);
}

.c-box-case__info--cont {
  background-color: rgba(200, 216, 0, 0.7);
}

.c-box-case__info--exp {
  background-color: rgba(255, 134, 0, 0.7);
}

.c-box-case__info--rp {
  background-color: rgba(0, 146, 205, 0.7);
}

.c-box-case__info-wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-box-case__info {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .c-box-case__title--img {
    display: none;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .c-box-case {
    width: 50%;
  }
}

@media screen and (max-width: 699px) {
  .c-box-case {
    width: 100%;
  }
}

.c-box-case-detail {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 182, 77, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 90px;
  z-index: 20;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}

.c-box-case-detail--open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-box-case-detail__info {
  display: inline-block;
  padding: 50px 0 0 50px;
}

.c-box-case-detail__brand {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

.c-box-case-detail__title {
  font-family: "raleway", Arial, sans-serif;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  position: relative;
}

.c-box-case-detail__title::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.c-box-case-detail__more-info {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.c-controls-nav {
  font-size: 0;
}

.c-controls-nav--bordered .c-controls-nav__bt {
  color: #fff;
}

.c-controls-nav--bordered .c-controls-nav__bt-previous {
  margin-right: 20px;
}

.c-controls-nav--bordered .c-controls-nav__bt-next {
  margin-left: 20px;
}

.c-controls-nav--bordered::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-1px);
       -o-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 0;
  height: 100%;
  border-right: 2px solid #fff;
}

.c-controls-nav--small .c-controls-nav__bt {
  color: #a1a198;
}

.tv1-com .c-controls-nav--small .c-controls-nav__bt:hover {
  color: #00b64d;
}

.tv1-conteudo-video .c-controls-nav--small .c-controls-nav__bt:hover {
  color: #0092cd;
}

.tv1-experience .c-controls-nav--small .c-controls-nav__bt:hover {
  color: #ff8600;
}

.tv1-rp .c-controls-nav--small .c-controls-nav__bt:hover {
  color: #c8d800;
}

.c-controls-nav--small .c-controls-nav__bt:first-child {
  padding-right: 15px;
}

.c-controls-nav--small .c-controls-nav__bt:not(:first-child) {
  padding-left: 15px;
}

.c-controls-nav--small .c-controls-nav__bt:not(:first-child)::before {
  content: "";
  height: 30px;
  width: 2px;
  background-color: #a1a198;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-controls-nav__bt {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  outline: none;
  cursor: pointer;
}

.c-controls-nav__bt::after {
  font-size: 28px;
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

.c-controls-nav__bt:hover::after {
  font-weight: bold;
}

.c-controls-nav__bt--disabled {
  opacity: 0.6;
}

.c-controls-nav__bt-previous::after {
  content: "\E901";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-controls-nav__bt-next::after {
  content: "\E902";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.c-card-news {
  background: #fff;
  margin-top: 50px;
  position: relative;
  -webkit-transition: background 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-card-news__link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.c-card-news__link:hover,
.c-card-news__link:active,
.c-card-news__link:focus {
  background: #27bdbe;
  text-decoration: none;
  color: #fff;
}

.c-card-news__link:hover .c-card-news__title,
.c-card-news__link:active .c-card-news__title,
.c-card-news__link:focus .c-card-news__title {
  color: #fff;
}

.c-card-news__link:hover .c-card-news__desc,
.c-card-news__link:active .c-card-news__desc,
.c-card-news__link:focus .c-card-news__desc {
  color: #fff;
}

.c-card-news__link:hover .c-card-news__cta,
.c-card-news__link:active .c-card-news__cta,
.c-card-news__link:focus .c-card-news__cta {
  opacity: 1;
}

.c-card-news__content {
  padding: 80px 30px 30px;
  z-index: 1;
}

.c-card-news__image {
  border-radius: 50%;
  height: 106px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 106px;
}

.c-card-news__image img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 50%;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-card-news__title {
  color: #2d2c2c;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.625rem;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  height: 130px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.c-card-news__desc {
  color: #2d2c2c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  height: 66px;
  overflow: hidden;
  margin-bottom: 0;
}

.c-card-news__cta {
  border: 2px solid #fff;
  bottom: 20px;
  color: #fff;
  display: block;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  padding-top: 11px;
  padding-bottom: 11px;
  left: 50%;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 220px;
}

.c-card-news__cta::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}

.c-card-news__cta:hover {
  color: #27bdbe;
}

.c-card-news__cta:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .c-card-news__desc {
    display: none;
  }
}

@media only screen and (max-width: 1151px) {
  .c-card-news {
    background-color: #27bdbe;
  }

  .c-card-news__content {
    padding-top: 45px;
  }

  .c-card-news__image {
    height: 70px;
    top: -35px;
    width: 70px;
  }

  .c-card-news__title {
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  .c-card-news__desc {
    color: #fff;
  }

  .c-card-news__cta {
    bottom: 30px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    opacity: 1;
  }
}

.c-card-profile {
  position: relative;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  z-index: 1;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.c-card-profile__pic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-card-profile__pic img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-card-profile__pic::after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  width: 100%;
}

.tv1-com .c-card-profile__pic::after {
  background-color: #00b64d;
}

.tv1-conteudo-video .c-card-profile__pic::after,
.tv1-content-video .c-card-profile__pic::after {
  background-color: #0092cd;
}

.tv1-experience .c-card-profile__pic::after {
  background-color: #ff8600;
}

.tv1-rp .c-card-profile__pic::after,
.tv1-pr .c-card-profile__pic::after {
  background-color: #c8d800;
}

.c-card-profile__pic::after {
  background-color: #999;
}

.c-card-profile__info {
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
}

.c-card-profile__name {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  padding: 10px 13px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}

.c-card-profile__details {
  bottom: 0;
  left: 0;
  padding: 10px 65px 10px 13px;
  position: absolute;
  width: 100%;
}

.c-card-profile__occupation {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.c-card-profile__company {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0;
}

.c-card-profile__cta {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

@media only screen and (min-width: 1152px) {
  .c-card-profile:not(.c-card-profile--empty) {
    cursor: pointer;
  }

  .c-card-profile:not(.c-card-profile--empty):hover {
    -webkit-transform: scale(1.2) translateZ(0);
            transform: scale(1.2) translateZ(0);
    z-index: 2;
  }

  .c-card-profile:not(.c-card-profile--empty):hover .c-card-profile__pic::after {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
            transform: translate3d(0, 0, 0) translateZ(0);
  }

  .c-card-profile:not(.c-card-profile--empty):hover .c-card-profile__info {
    opacity: 1;
  }
}

@media only screen and (max-width: 1151px) {
  .c-card-profile {
    cursor: default;
  }

  .c-card-profile.c-card-profile--empty {
    display: none;
  }

  .c-card-profile__pic::after {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
            transform: translate3d(0, 0, 0) translateZ(0);
  }

  .c-card-profile__info {
    opacity: 1;
  }

  .c-card-profile__cta {
    display: none;
  }
}

.c-box-address {
  width: 262px;
  min-height: 270px;
  max-height: 290px;
  background: rgba(51, 49, 50, 0.7);
  border: 4px solid #ccc;
  padding: 4% 0 0 4%;
  position: absolute;
  top: 50%;
  left: 122px;
  font-style: normal;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-box-address__city {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
}

.c-box-address__local {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 22px 0 0;
  line-height: 26px;
}

.c-box-address__phone {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  color: #ff8600;
  font-size: 24px;
  margin: 22px 0 0;
}

.c-box-address__link {
  color: #ff8600;
  text-decoration: none;
}

.c-box-address__link:hover {
  color: #ff8600;
  text-decoration: none;
}

@media only screen and (max-width: 1151px) {
  .c-box-address {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .c-box-address {
    background: rgba(51, 49, 50, 0.8);
  }
}

.c-card-job {
  display: inline-block;
  height: 290px;
  width: calc(50% - 6px);
  margin: 3px;
  vertical-align: top;
}

.c-card-job__link {
  text-decoration: none !important;
}

.c-card-job__wrap {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.c-card-job__wrap:hover .c-card-job__see-more {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  height: 34px;
}

.c-card-job__wrap:hover .c-card-job__client {
  color: #fff;
}

.c-card-job__wrap:hover .c-card-job__name {
  color: #fff;
  margin-top: 8px;
}

.c-card-job__wrap:hover .c-card-job__img-bg {
  opacity: 0.7 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.c-card-job__img-bg {
  background-size: cover;
  background-blend-mode: multiply;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.c-card-job__info {
  padding: 0 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.c-card-job__client {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.tv1-com .c-card-job__client {
  color: #00b64d;
}

.tv1-conteudo-video .c-card-job__client {
  color: #0092cd;
}

.tv1-experience .c-card-job__client {
  color: #ff8600;
}

.tv1-rp .c-card-job__client {
  color: #c8d800;
}

.c-card-job__see-more {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "raleway", Arial, sans-serif;
  font-size: 60px;
  text-align: center;
  line-height: 34px;
  width: 34px;
  height: 0;
  opacity: 0;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.c-card-job__name {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #27272b;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .c-card-job {
    width: calc(90% - 6px);
    margin-bottom: 10px;
  }

  .cont .c-card-job__client,
  .exp .c-card-job__client,
  .rp .c-card-job__client,
  .com .c-card-job__client {
    color: #fff;
  }

  .c-card-job__see-more {
    -webkit-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    height: 34px;
    opacity: 1;
  }

  .c-card-job__name {
    color: #fff;
    margin-top: 8px;
  }

  .c-card-job__img-bg {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.c-card-brand {
  text-indent: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  font-size: 0;
}

.c-card-brand__item {
  margin: 2px;
  width: calc(25% - 4px);
  height: 187px;
  display: inline-block;
  background-color: #fff;
  cursor: auto;
}

.c-card-brand__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  width: 45%;
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .c-card-brand {
    text-indent: 66.66%;
  }

  .c-card-brand__item {
    width: calc(33.33% - 4px);
  }

  .c-card-brand__image {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .c-card-brand {
    text-indent: 0;
  }

  .c-card-brand__item {
    width: calc(90% - 4px);
  }
}

.c-slider-preview {
  width: 50vw;
  height: 600px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  bottom: 7.5vh;
  z-index: 5;
}

.c-slider-preview__carousel-wrap {
  width: 100%;
  font-size: 0;
}

.c-slider-previous-item {
  left: -50vw;
}

.c-slider-next-item {
  right: -50vw;
}

.c-portfolio-slider {
  width: 100%;
  height: 0;
  position: relative;
  white-space: nowrap;
  padding-top: 53%;
  overflow: hidden;
}

.c-portfolio-slider__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-portfolio-slider__item {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.c-portfolio-slider__video,
.c-portfolio-slider__image {
  height: 100%;
  width: 100%;
  position: relative;
}

.c-portfolio-slider__image {
  display: block;
}

.c-portfolio-slider__image img {
  width: 100%;
}

.c-portfolio-slider__image--player::after {
  background-image: url(../images/style/default/player.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
}

.c-portfolio-slider__video iframe {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .c-portfolio-slider__item {
    width: calc(90% - 6px);
    margin-left: 3px;
    margin-right: 3px;
  }
}

.c-menu-fixed {
  position: fixed;
  height: 100%;
  background: #fff;
  width: 90px;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-menu-fixed.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-menu-fixed__logo {
  background: url(../images/style/default/logo.png) no-repeat right center;
  width: 42px;
  height: 36px;
  margin: 34px 0 0 21px;
}

.c-menu-fixed__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-menu-fixed__title-page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
       -o-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  bottom: 70px;
  width: 100px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
}

.c-menu-fixed__bt-burger {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 28px;
  height: 34px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
}

.c-menu-fixed__bt-burger:hover .c-menu-fixed__bt-burger-item {
  -webkit-animation: hamburgerHover 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
       -o-animation: hamburgerHover 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: hamburgerHover 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-menu-fixed__bt-burger:hover .c-menu-fixed__bt-burger-item:nth-child(1) {
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}

.c-menu-fixed__bt-burger:hover .c-menu-fixed__bt-burger-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.c-menu-fixed__bt-burger:hover .c-menu-fixed__bt-burger-item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.c-menu-fixed__bt-burger:hover .c-menu-fixed__bt-burger-item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.c-menu-fixed__bt-burger-item {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  opacity: 1;
  display: block;
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: background 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, top 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, top 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: background 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, top 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, top 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, top 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s, transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-menu-fixed__bt-burger-item:nth-child(1) {
  top: 0;
}

.c-menu-fixed__bt-burger-item:nth-child(2) {
  top: 8px;
}

.c-menu-fixed__bt-burger-item:nth-child(3) {
  top: 16px;
}

.c-menu-fixed__bt-burger-item:nth-child(4) {
  top: 24px;
}

.c-menu-fixed__bt-burger--int .c-menu-fixed__bt-burger-item:nth-child(1) {
  background-color: #4bba41;
}

.c-menu-fixed__bt-burger--int .c-menu-fixed__bt-burger-item:nth-child(2) {
  background-color: #0092d3;
}

.c-menu-fixed__bt-burger--int .c-menu-fixed__bt-burger-item:nth-child(3) {
  background-color: #ff8500;
}

.c-menu-fixed__bt-burger--int .c-menu-fixed__bt-burger-item:nth-child(4) {
  background-color: #c8d800;
}

@media only screen and (max-width: 767px) {
  .c-menu-fixed {
    height: 50px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding-top: 12px;
  }

  .c-menu-fixed__logo {
    margin: 0 auto;
    display: block;
  }

  .c-menu-fixed__title-page {
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(0);
         -o-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    top: 50%;
    bottom: auto;
  }

  .c-menu-fixed__bt-burger {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    height: 28px;
  }
}

.c-menu-foot {
  width: 100%;
  background-color: #efefec;
}

.c-menu-foot__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-spacing: 4px 0;
}

@media only screen and (min-width: 1152px) {
  .c-menu-foot__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .c-menu-foot__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.c-menu-foot__item {
  background-position: center center;
  background-repeat: no-repeat;
  display: table-cell;
  font-size: 16px;
  height: 50px;
  vertical-align: middle;
  position: relative;
}

.c-menu-foot__item::before {
  content: "";
  display: inline-block;
  height: 50px;
  -webkit-transform: translateY(46px);
       -o-transform: translateY(46px);
          transform: translateY(46px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

.c-menu-foot__item:hover::before {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.c-menu-foot__link {
  height: 0;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin-left: 5px;
  width: 100%;
  padding-top: 50px;
}

.c-menu-foot__item--com::before {
  background-color: #00b64d;
}

.c-menu-foot__item--com:hover .c-menu-foot__link {
  background-image: url(../images/style/home/h_tvcom.png);
}

.c-menu-foot__item--com .c-menu-foot__link {
  background-image: url(../images/style/home/tvcom.png);
}

.c-menu-foot__item--exp::before {
  background-color: #ff8600;
}

.c-menu-foot__item--exp:hover .c-menu-foot__link {
  background-image: url(../images/style/home/h_tvexp.png);
}

.c-menu-foot__item--exp .c-menu-foot__link {
  background-image: url(../images/style/home/tvexp.png);
}

.c-menu-foot__item--rp::before {
  background-color: #c8d800;
}

.c-menu-foot__item--rp:hover .c-menu-foot__link {
  background-image: url(../images/style/home/h_tvrp.png);
}

.c-menu-foot__item--rp .c-menu-foot__link {
  background-image: url(../images/style/home/tvrp.png);
}

.c-menu-foot__item--rp--eng::before {
  background-color: #c8d800;
}

.c-menu-foot__item--rp--eng:hover .c-menu-foot__link {
  background-image: url(../images/style/home/h_tvrp_en.png);
}

.c-menu-foot__item--rp--eng .c-menu-foot__link {
  background-image: url(../images/style/home/tvrp_en.png);
}

.c-menu-foot__item--cont::before {
  background-color: #0092cd;
}

.c-menu-foot__item--cont:hover .c-menu-foot__link {
  background-image: url(../images/style/home/h_tvconteudo.png);
}

.c-menu-foot__item--cont .c-menu-foot__link {
  background-image: url(../images/style/home/tvconteudo.png);
}

.c-menu-foot__item--cont--eng::before {
  background-color: #0092cd;
}

.c-menu-foot__item--cont--eng:hover .c-menu-foot__link {
  background-image: url(../images/style/home/h_tvconteudo_en.png);
}

.c-menu-foot__item--cont--eng .c-menu-foot__link {
  background-image: url(../images/style/home/tvconteudo_en.png);
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .c-menu-foot__wrap {
    width: 100%;
    margin: 0;
  }

  .c-menu-foot__item--cont {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .c-menu-foot {
    display: none;
  }
}

.c-dropdown {
  position: relative;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

.c-dropdown__option {
  display: block;
  width: 100%;
}

.c-dropdown__input {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  z-index: 1;
  width: 100%;
}

.c-language-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 30px auto 0;
  text-align: center;
  font-size: 0;
}

.c-language-menu__item {
  display: inline-block;
  font-size: 12px;
}

.c-language-menu__item:not(:first-child)::before {
  content: '/';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #939395;
}

.c-language-menu__link {
  color: #939395;
  text-decoration: none;
}

.c-language-menu__link.active {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .c-language-menu {
    position: absolute;
    top: 12px;
    right: 60px;
    margin-top: 0;
  }

  .c-language-menu__link {
    height: 26px;
    line-height: 26px;
  }
}

.c-transparency-channel__title {
  font-size: 15px;
  line-height: 1.15;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
}

.c-transparency-channel__text,
.c-transparency-channel__link {
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
  text-decoration: none;
}

.c-transparency-channel__text {
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.1px;
}

.c-transparency-channel__text--semi-bold {
  font-weight: 600;
}

.c-transparency-channel__link {
  color: #912682;
  font-weight: 600;
}

@media only screen and (max-width: 1151px) {
  .c-transparency-channel__text,
  .c-transparency-channel__link {
    font-size: 15px;
    word-wrap: break-word;
  }
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.c-modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 700px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #ed0677;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal__close {
  background: transparent;
  border: 0;
}

.c-modal__header .c-modal__close::before {
  content: "\2715";
}

.c-modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.c-modal__btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  background-color: #efefeb;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.c-modal__btn:focus,
.c-modal__btn:hover {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
     transform: scale(1.05);
}

.c-modal__btn-primary {
  background-color: #ed0677;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes mmslideIn {
  from {
    -o-transform: translateY(15%);
       transform: translateY(15%);
  }

  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@-o-keyframes mmslideOut {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  to {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .c-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .c-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal__container,
.micromodal-slide .c-modal__overlay {
  will-change: transform;
}

.l-menu {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #000;
  top: 0;
  left: 0;
}

.l-menu.active {
  display: table;
}

.l-menu__wrap {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.l-menu__social-menu {
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-menu__bt-close {
  top: 50%;
  left: 38px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .l-menu {
    height: 120vh;
    padding-bottom: 20vh;
    margin-bottom: 20vh;
  }

  .l-menu__bt-close {
    top: 15px;
    right: 20px;
    left: auto;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .l-menu__social-menu {
    width: 78vw;
    right: auto;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: auto;
    bottom: calc(20vh + 25px);
    background-size: auto 15px !important;
  }
}

.fullpage-wrap {
  paint-order: normal;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 1;
}

.fullpage-wrap .section {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}

.fp-responsive .section,
.fp-responsive .section .fp-slide,
.fp-responsive .section .fp-tableCell {
  height: auto !important;
}

.l-home-webdoor {
  background-image: url(../images/style/home/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 90px;
  height: 100vh;
}

.l-home-webdoor__cta {
  position: absolute;
  bottom: 70px;
  color: #ed0677;
  border-color: #ed0677;
  font-size: 22px;
}

.l-home-webdoor__cta:hover {
  color: #ed0677;
}

.l-home-webdoor__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}

@media only screen and (min-width: 1152px) {
  .l-home-webdoor__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-webdoor__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-home-webdoor .fp-tableCell {
  position: relative;
}

.l-home-webdoor__title-wrap {
  background-size: cover;
  max-width: 899px;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.l-home-webdoor__title {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 5.625rem;
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 0.95;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  color: #ed0677;
  margin: 0;
}

.l-home-webdoor__menu-foot {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-home-webdoor__title {
    font-size: 4.0625rem;
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .l-home-webdoor {
    padding-left: 0;
    background-image: url(../images/style/home/background-mb.jpg);
  }

  .l-home-webdoor__title {
    font-size: 1.875rem;
    max-width: 70%;
  }
}

.l-home-webdoor__video {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.l-home-webdoor__video-wrap,
.l-home-webdoor__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  .l-home-webdoor__video-wrap {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .l-home-webdoor__video-wrap {
    width: 300%;
    left: -100%;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-webdoor__video {
    display: none;
  }
}

.l-home-cases {
  width: 100%;
  background-color: #efefeb;
}

.l-home-cases__wrapper {
  font-size: 0;
}

@media screen and (min-width: 767px) {
  .l-home-cases__wrapper {
    padding-left: 90px;
  }
}

.l-home-trendme {
  background-image: url(../images/style/trend/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 90px;
}

.l-home-trendme__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 700px;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media only screen and (min-width: 1152px) {
  .l-home-trendme__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-trendme__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-home-trendme__title {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  width: 379px;
}

.l-home-trendme__title img {
  display: block;
  width: 100%;
}

.l-home-trendme__subtitle {
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: 0;
  vertical-align: bottom;
}

.l-home-trendme__slider {
  font-size: 0;
  margin-top: 40px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.l-home-trendme__slider-item {
  display: inline-block;
  font-size: 1rem;
  height: 370px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
  white-space: normal;
  width: calc(33.33% - 6px);
}

.l-home-trendme__slider-controls {
  bottom: 0;
  padding-bottom: 40px;
  position: absolute;
  z-index: 2;
}

.l-home-trendme__cta-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: absolute;
  bottom: 40px;
}

@media only screen and (min-width: 1152px) {
  .l-home-trendme__cta-wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-trendme__cta-wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-home-trendme__cta-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.l-home-trendme__cta {
  float: right;
  display: block;
}

@media only screen and (max-width: 1151px) {
  .l-home-trendme__subtitle {
    margin-left: 0;
  }

  .l-home-trendme__cta-wrap {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-home-trendme__slider-item {
    width: calc(50% - 6px);
  }

  .l-home-trendme__slider {
    margin-top: 12.5vh;
  }

  .l-home-trendme__wrap {
    padding-bottom: 125px;
  }
}

@media only screen and (max-width: 767px) {
  .l-home-trendme {
    padding-left: 0;
  }

  .l-home-trendme__wrap {
    min-height: auto;
    padding-top: 95px;
  }

  .l-home-trendme__header {
    margin-left: 30px;
    margin-right: 30px;
  }

  .l-home-trendme__title {
    display: block;
    width: 220px;
  }

  .l-home-trendme__subtitle {
    display: block;
    font-size: 1rem;
    margin-top: 15px;
  }

  .l-home-trendme__slider {
    margin-top: 15px;
    width: auto;
    margin-right: -12px;
    margin-left: -12px;
  }

  .l-home-trendme__slider-item {
    height: 315px;
    width: 90%;
  }

  .l-home-trendme__slider-controls {
    display: none;
  }

  .l-home-trendme__cta {
    display: none;
  }
}

.l-home-our-team {
  background-color: #20b7b8;
  background-image: url(../images/style/our-team/background.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 90px;
}

.l-home-our-team__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 700px;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (min-width: 1152px) {
  .l-home-our-team__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-our-team__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-home-our-team__header {
  overflow: hidden;
  position: absolute;
}

.l-home-our-team__title {
  color: #fff;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 10vh;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}

.l-home-our-team__subtitle {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.5vh;
  line-height: 1;
  margin-left: 2px;
  margin-top: 0;
}

.l-home-our-team__slider {
  font-size: 0;
  height: 100%;
  text-indent: 690px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.l-home-our-team__slider.active {
  position: relative;
  z-index: 3;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  opacity: 1;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(1) {
  -webkit-transition-delay: 367ms;
       -o-transition-delay: 367ms;
          transition-delay: 367ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(2) {
  -webkit-transition-delay: 208ms;
       -o-transition-delay: 208ms;
          transition-delay: 208ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(3) {
  -webkit-transition-delay: 352ms;
       -o-transition-delay: 352ms;
          transition-delay: 352ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(4) {
  -webkit-transition-delay: 134ms;
       -o-transition-delay: 134ms;
          transition-delay: 134ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(5) {
  -webkit-transition-delay: 477ms;
       -o-transition-delay: 477ms;
          transition-delay: 477ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(6) {
  -webkit-transition-delay: 180ms;
       -o-transition-delay: 180ms;
          transition-delay: 180ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(7) {
  -webkit-transition-delay: 276ms;
       -o-transition-delay: 276ms;
          transition-delay: 276ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(8) {
  -webkit-transition-delay: 481ms;
       -o-transition-delay: 481ms;
          transition-delay: 481ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(9) {
  -webkit-transition-delay: 166ms;
       -o-transition-delay: 166ms;
          transition-delay: 166ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(10) {
  -webkit-transition-delay: 236ms;
       -o-transition-delay: 236ms;
          transition-delay: 236ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(11) {
  -webkit-transition-delay: 213ms;
       -o-transition-delay: 213ms;
          transition-delay: 213ms;
}

.l-home-our-team__slider.active .l-home-our-team__slider-item:nth-child(12) {
  -webkit-transition-delay: 440ms;
       -o-transition-delay: 440ms;
          transition-delay: 440ms;
}

.l-home-our-team__slider-item {
  background-color: #17abad;
  display: inline-block;
  font-size: 1rem;
  height: 25vh;
  margin: 2px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  -webkit-transform: translateZ(0) scale(0.8);
          transform: translateZ(0) scale(0.8);
  width: 226px;
  z-index: 1;
  opacity: 0;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-home-our-team__slider-controls {
  bottom: 0;
  padding-bottom: 40px;
  position: absolute;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .l-home-our-team__slider-item {
    max-height: 211px;
    min-height: 190px;
  }

  .l-home-our-team__card-list {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-home-our-team {
    height: 100vh;
  }

  .l-home-our-team__wrap {
    padding-bottom: 90px;
  }

  .l-home-our-team__slider-item {
    width: calc(33.33% - 6px);
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-our-team__header {
    position: static;
    margin-top: 0;
  }

  .l-home-our-team__title {
    font-size: 2.75rem;
    margin-top: 0;
  }

  .l-home-our-team__subtitle {
    font-size: 0.875rem;
    margin-top: 15px;
  }

  .l-home-our-team__slider.active {
    text-indent: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .l-home-our-team {
    padding-left: 0;
    min-height: auto;
  }

  .l-home-our-team__wrap {
    min-height: auto;
    padding-top: 95px;
  }

  .l-home-our-team__card {
    width: 297px;
    height: 275px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1rem;
    white-space: normal;
    display: inline-block;
  }

  .l-home-our-team__card-list {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
    font-size: 0;
    white-space: nowrap;
  }

  .l-home-our-team__slider {
    display: none;
  }

  .l-home-our-team__slider-controls {
    display: none;
  }
}

.l-home-contact {
  position: relative;
  height: 100%;
  width: 100%;
  background: #ff8600 url(../images/style/contato/background.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  padding-left: 90px;
}

.l-home-contact--wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}

@media only screen and (min-width: 1152px) {
  .l-home-contact--wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-contact--wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-home-contact__title {
  margin: 0 0 20px;
}

.l-home-contact__subtitle {
  display: block;
  margin: -10px 0 0 7px;
  padding: 0;
  font-size: 21px;
  color: #fff;
  font-weight: 300;
}

.l-home-contact__form {
  position: relative;
  margin: 25px 0 0;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 200px;
  overflow: hidden;
  width: 1150px;
  float: left;
}

.l-home-contact__field-wrapper {
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.l-home-contact__field-wrapper--mobile {
  display: inline-block;
}

.l-home-contact__field-wrapper--hidden {
  display: none;
}

.l-home-contact__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.l-home-contact__label--inline {
  display: block;
  position: absolute;
  line-height: 1;
  background-color: #ff8600;
  top: 3px;
  left: 3px;
}

.l-home-contact__field {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  padding: 3px;
  border: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #912682;
  line-height: 30px;
  height: 45px;
}

.l-home-contact__field:focus {
  outline: 3px solid #912682;
}

.l-home-contact__field:-webkit-autofill {
  background-color: transparent !important;
  color: #912682 !important;
}

.l-home-contact__field-name {
  width: 230px;
}

.l-home-contact__field-email {
  width: 295px;
}

.l-home-contact__field--input {
  border-bottom: 1px solid #912682;
}

.l-home-contact__field--select {
  background-color: #ffa843;
  color: #ed0677;
  border-bottom: 1px solid #912682;
  width: 660px;
}

.l-home-contact__field--select .c-dropdown__option {
  font-size: 25px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-home-contact__field--select .c-dropdown__option::after {
  content: "\E90B";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  position: absolute;
  right: 8px;
  top: 12px;
}

.l-home-contact__field--textarea {
  display: block;
  margin: 5px 0 0;
  padding: 0 25px 10px 0;
  resize: none;
  width: 95%;
  min-height: 200px;
  overflow-y: scroll;
  line-height: 150%;
}

.l-home-contact__field--textarea::-webkit-scrollbar-track {
  background-color: #ffa843;
}

.l-home-contact__field--textarea::-webkit-scrollbar {
  width: 20px;
}

.l-home-contact__field--textarea::-webkit-scrollbar-thumb {
  background-color: #ff8600;
  border: 3px solid #ffa843;
}

.l-home-contact__field--inline {
  display: block;
  margin: 0;
  padding: 0;
  min-height: 185px;
  max-height: 230px;
  line-height: 1.25;
  font-size: 26px;
  text-indent: 350px;
  width: 100%;
  overflow-y: scroll;
  resize: none;
  border: 3px solid #ff8600;
}

.l-home-contact__field--inline::-webkit-scrollbar-track {
  background-color: #ffa843;
}

.l-home-contact__field--inline::-webkit-scrollbar {
  width: 20px;
}

.l-home-contact__field--inline::-webkit-scrollbar-thumb {
  background-color: #ff8600;
  border: 3px solid #ffa843;
}

.en .l-home-contact__field--inline {
  text-indent: 420px;
}

.l-home-contact__action-wrapper {
  display: block;
  max-width: 140px;
  position: absolute;
  bottom: 30px;
  right: 5px;
}

.l-home-contact__filename {
  display: block;
  margin: 5px 0 15px;
  padding: 0;
  max-width: 100%;
  font-size: 11px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.l-home-contact__upload {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  width: 120px;
  height: 27px;
  overflow: hidden;
}

.l-home-contact__upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.l-home-contact__button-send {
  margin-top: 25px;
  width: 140px;
}

.l-home-contact__button-send:focus {
  color: #912682;
}

.l-home-contact__feedback {
  opacity: 0;
  padding: 10px 15px;
  background-color: #fff;
  color: #912682;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  text-align: left;
}

.l-home-contact__feedback-message {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.l-home-contact__feedback-message::before {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}

.l-home-contact__feedback-list {
  padding: 0 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.l-home-contact__feedback-list li {
  margin: 5px 0;
  font-size: 14px;
}

.l-home-contact__feedback--success {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #0d7310;
  border: 1px solid #0d7310;
}

.l-home-contact__feedback--success .l-home-contact__feedback-message::before {
  content: "\E90C";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.l-home-contact__feedback--error {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #ff0130;
  border: 1px solid #ff0130;
}

.l-home-contact__feedback--error .l-home-contact__feedback-message::before {
  content: "\E90D";
  font-family: "grupotv1";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.l-home-contact__places {
  display: block;
  height: calc(100% - 245px - 90px);
  width: 100%;
  min-height: 290px;
  position: absolute;
  top: 215px;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  font-size: 0;
  z-index: 1;
  padding-left: 90px;
}

.l-home-contact__city {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-home-contact__city--sao-paulo {
  background-image: url(../images/style/contato/sp.jpg);
}

.l-home-contact__city--brasilia {
  background-image: url(../images/style/contato/df.jpg);
}

.l-home-contact__text {
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  margin-left: 7px;
  max-width: 52%;
}

.l-home-contact__link {
  font-weight: 600;
  color: #912682;
}

.l-home-contact__transparency-channel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 100px;
  width: 100%;
  height: 100px;
  margin: auto;
  padding: 5px 0 0;
  background: #ff8600;
}

@media only screen and (min-width: 1152px) {
  .l-home-contact__transparency-channel {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-contact__transparency-channel {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media only screen and (min-width: 1152px) {
  .editing .l-home-contact__places {
    -webkit-transform: translate3d(0, 280px, 0);
            transform: translate3d(0, 280px, 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-home-contact--wrapper {
    min-height: auto;
  }

  .l-home-contact__text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-contact__title {
    font-size: 10vw;
    text-align: left;
    margin: 30px auto;
    padding: 0;
  }

  .l-home-contact__subtitle {
    margin: 0;
    font-size: 16px;
  }

  .l-home-contact__text {
    font-size: 16px;
  }

  .l-home-contact__form {
    margin-top: 0;
    padding-bottom: 10px;
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .l-home-contact__field-wrapper {
    width: 100%;
  }

  .l-home-contact__field-wrapper--mobile {
    display: block;
    margin: 20px 0;
  }

  .l-home-contact__label {
    font-size: 15px;
    margin-bottom: 10px;
    vertical-align: bottom;
  }

  .l-home-contact__field {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    padding-right: 0;
    height: 40px;
    line-height: 40px;
  }

  .l-home-contact__field--select .c-dropdown__option {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .l-home-contact__label--inline {
    position: static;
  }

  .l-home-contact__field--inline {
    text-indent: 0;
    height: 100px;
  }

  .en .l-home-contact__field--inline {
    text-indent: 0;
  }

  .l-home-contact__field-name {
    width: calc(100% - 25px);
  }

  .l-home-contact__field-email {
    width: calc(100% - 25px);
  }

  .l-home-contact__field--select {
    width: calc(100% - 25px);
  }

  .l-home-contact__field--textarea {
    width: 100%;
    padding-right: 10px;
    min-height: 100px;
  }

  .l-home-contact__action-wrapper {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 90px;
    margin-top: 0;
  }

  .l-home-contact__action-wrapper::after {
    content: '';
    display: block;
    clear: both;
  }

  .l-home-contact__upload {
    float: left;
    margin-top: 13px;
  }

  .l-home-contact__button-send {
    float: right;
    margin-top: 0;
    width: 130px;
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
  }

  .l-home-contact__button-send::before {
    display: none;
  }

  .l-home-contact__places {
    height: 464px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-left: 0;
  }

  .l-home-contact__transparency-channel {
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .l-home-contact {
    padding-left: 0;
    padding-top: 95px;
  }

  .l-home-contact__title {
    margin-top: 0;
  }

  .l-home-contact--wrapper {
    min-height: auto;
  }

  .l-home-contact__text {
    font-size: 16px;
    max-width: none;
    margin-left: 0;
  }

  .l-home-contact__places {
    height: 928px;
  }

  .l-home-contact__city {
    width: 100%;
    height: 50%;
  }

  .l-home-contact__transparency-channel {
    margin-top: 15px;
  }
}

.l-home-about {
  background-color: #efefeb;
  padding-left: 90px;
  height: 100vh;
}

.l-home-about__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .l-home-about__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-about__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-home-about .fp-tableCell {
  position: relative;
}

.l-home-about__title {
  font-size: 2.125rem;
  text-transform: uppercase;
  color: #45adc2;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 60px;
}

.l-home-about__text {
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #333132;
  font-family: "raleway", Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.l-home-about__text strong {
  font-weight: 800;
  color: #45adc2;
}

.l-home-about__signature {
  margin-top: 60px;
  line-height: 40px;
  font-size: 1.375rem;
  color: #333132;
  font-family: "raleway", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .l-home-about {
    padding-left: 0;
  }

  .l-home-about__wrap {
    padding-top: 95px;
  }

  .l-home-about__title {
    font-size: 1.375rem;
  }

  .l-home-about__text {
    font-size: 1rem;
  }

  .l-home-about__signature {
    font-size: 1rem;
  }
}

.l-home-video {
  background: #000;
  height: 100%;
  position: relative;
  z-index: 1;
}

.l-home-video__wrap,
.l-home-video__cover,
.l-home-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-home-video__cover {
  background-image: url(../images/style/home/video-cover.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  opacity: 1;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  will-change: opacity;
  z-index: 2;
}

#secao-apresentacao.playing .l-home-video__cover {
  opacity: 0;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
}

@media (min-aspect-ratio: 16 / 9) {
  .l-home-video__wrap {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .l-home-video__wrap {
    width: 300%;
    left: -100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-home-video__cover {
    left: 90px;
    width: calc(100% - 90px);
  }
}

@media only screen and (max-width: 1151px) {
  .l-home-video {
    position: static;
  }

  .l-home-video::after {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
}

.l-company {
  background-color: #efefeb;
  padding-left: 90px;
}

.l-company__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 1152px) {
  .l-company__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-company__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-company__wrap::after {
  clear: both;
  content: "";
  display: block;
}

.l-company__title-box-wrap--r {
  text-align: right;
}

@media only screen and (max-width: 1151px) {
  .l-company__title-box-wrap--r {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .l-company {
    padding-left: 0;
    padding-top: 50px;
  }

  .l-company__title-box-wrap {
    text-align: center;
  }

  .l-company__title-box-wrap--r {
    text-align: center;
  }
}

.l-company__header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  margin-bottom: 200px;
  position: relative;
  width: 100%;
}

.com .l-company__header {
  background-image: url("/static/img//style/unidades/com/header.jpg");
}

.cont .l-company__header {
  background-image: url("/static/img//style/unidades/cont/header.jpg");
}

.exp .l-company__header {
  background-image: url("/static/img//style/unidades/exp/header.jpg");
}

.rp .l-company__header {
  background-image: url("/static/img//style/unidades/rp/header.jpg");
}

.l-company__header .l-company__wrap {
  height: 100%;
}

.l-company__logo {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  margin: 0;
  max-width: 442px;
  padding-top: 63.5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.com .l-company__logo {
  background-image: url("/static/img//style/unidades/com/logo.png");
}

.cont .l-company__logo {
  background-image: url("/static/img//style/unidades/cont/logo.png");
}

.exp .l-company__logo {
  background-image: url("/static/img//style/unidades/exp/logo.png");
}

.rp .l-company__logo {
  background-image: url("/static/img//style/unidades/rp/logo.png");
}

.l-company__title {
  bottom: 80px;
  display: inline-block;
  font-size: 5rem;
  left: 0;
  margin: 0;
  max-width: 900px;
  position: absolute;
}

.tv1-com .l-company__title {
  color: #00b64d;
}

.tv1-conteudo-video .l-company__title,
.tv1-content-video .l-company__title {
  color: #0092cd;
}

.tv1-experience .l-company__title {
  color: #ff8600;
}

.tv1-rp .l-company__title,
.tv1-pr .l-company__title {
  color: #c8d800;
}

.l-company__title {
  color: #999;
}

.l-company__bt-go-to {
  bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-company__logo {
    max-width: 370px;
  }

  .l-company__title {
    font-size: 3.75rem;
  }

  .l-company__header {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .l-company__header {
    height: calc(100vh - 50px);
    margin-bottom: 50px;
    min-height: 480px;
  }

  .l-company__logo {
    max-width: 220px;
  }

  .l-company__title {
    font-size: 2rem;
  }

  .l-company__bt-go-to {
    left: 50%;
    margin-left: -11px;
    right: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.l-company__column {
  display: inline-block;
  width: 50%;
}

.l-company__column:first-child {
  float: left;
  position: relative;
}

.l-company__column:first-child::before {
  border-style: solid;
  border-width: 3px;
  content: "";
  display: block;
  height: 380px;
  left: -111px;
  position: absolute;
  top: 259px;
  width: 313px;
}

.tv1-com .l-company__column:first-child::before {
  border-color: #00b64d;
}

.tv1-conteudo-video .l-company__column:first-child::before,
.tv1-content-video .l-company__column:first-child::before {
  border-color: #0092cd;
}

.tv1-experience .l-company__column:first-child::before {
  border-color: #ff8600;
}

.tv1-rp .l-company__column:first-child::before,
.tv1-pr .l-company__column:first-child::before {
  border-color: #c8d800;
}

.l-company__column:first-child::before {
  border-color: #999;
}

.l-company__column:last-child {
  float: right;
}

.l-company__video {
  border-radius: 20px;
  border: 14px solid #e8e8e2;
  display: inline-block;
  height: 315px;
  margin-left: -20px;
  overflow: hidden;
  position: relative;
  width: 528px;
  z-index: 9;
}

.l-company__video iframe {
  width: 540px;
  margin-left: -15px;
  height: 100%;
}

.l-company__desc {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
  max-width: 553px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.l-company__desc::before {
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 40px;
  width: 72px;
}

.tv1-com .l-company__desc::before {
  background-color: #00b64d;
}

.tv1-conteudo-video .l-company__desc::before,
.tv1-content-video .l-company__desc::before {
  background-color: #0092cd;
}

.tv1-experience .l-company__desc::before {
  background-color: #ff8600;
}

.tv1-rp .l-company__desc::before,
.tv1-pr .l-company__desc::before {
  background-color: #c8d800;
}

.l-company__desc::before {
  background-color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-company__column:first-child {
    display: none;
    text-align: center;
    width: 100%;
  }

  .l-company__column:first-child::before {
    display: none;
  }

  .l-company__column:last-child {
    float: left;
    margin-top: 25px;
    width: 100%;
  }

  .l-company__video {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-company__column {
    display: block;
    float: none;
    width: 100%;
  }

  .l-company__column:first-child {
    float: none;
    text-align: center;
  }

  .l-company__column:first-child::before {
    display: none;
  }

  .l-company__column:last-child {
    float: none;
  }

  .l-company__video {
    display: none;
  }

  .l-company__desc {
    font-size: 1rem;
  }
}

.l-company__portfolio {
  background-image: url(../images/style/unidades/bg-portifa.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 230px;
  width: 100%;
}

.l-company__carousel-wrap {
  margin-top: 135px;
  width: 100%;
}

.l-company__controls-nav {
  margin-top: 30px;
}

@media only screen and (min-width: 1152px) {
  .l-company__portfolio--empty {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-company__portfolio {
    padding-top: 100px;
  }

  .l-company__carousel-wrap {
    margin-top: 75px;
  }

  .l-company__carousel {
    font-size: 0;
  }
}

@media only screen and (max-width: 1151px) {
  .l-company__controls-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-company__portfolio {
    padding-top: 80px;
  }

  .l-company__carousel {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.l-company__clients {
  background-color: #e5e5e0;
  padding-bottom: 30px;
}

.l-company__brands-list {
  margin-bottom: 95px;
  margin-top: -50px;
}

.l-company__bt-go-back {
  text-align: right;
}

@media only screen and (max-width: 1151px) {
  .l-company__clients {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .l-company__brands-list {
    margin: 18px 25px;
    width: auto;
  }

  .l-company__bt-go-back {
    text-align: center;
  }
}

.l-case-detail {
  background-color: #efefeb;
  padding-left: 90px;
  padding-bottom: 70px;
}

.l-case-detail__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .l-case-detail__wrap {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-case-detail__wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-case-detail__wrap::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-case-detail {
    padding-left: 0;
    padding-top: 50px;
  }
}

.l-case-detail__header {
  overflow: hidden;
  position: relative;
}

.l-case-detail__info-head {
  max-width: 1152px;
  width: 100%;
}

.l-case-detail__title {
  font-family: "raleway", Arial, sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  max-width: 890px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.tv1-com .l-case-detail__title {
  color: #00b64d;
}

.tv1-conteudo-video .l-case-detail__title,
.tv1-content-video .l-case-detail__title {
  color: #0092cd;
}

.tv1-experience .l-case-detail__title {
  color: #ff8600;
}

.tv1-rp .l-case-detail__title,
.tv1-pr .l-case-detail__title {
  color: #c8d800;
}

.l-case-detail__title {
  color: #999;
}

.l-case-detail__subtitle {
  max-width: 700px;
  font-weight: 100;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 80px;
}

.l-case-detail__logo {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 35px;
}

.l-case-detail__logo::before {
  content: "";
  width: 290px;
  height: 430px;
  border: 4px solid #fff;
  display: block;
  position: absolute;
  top: -82px;
  right: -60px;
}

.l-case-detail__logo-img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.l-case-detail__highlight {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 25.9%;
  width: 100%;
  margin-bottom: 90px;
}

.l-case-detail__bt-go-to {
  top: 90vh;
  right: 10px;
}

@media only screen and (max-width: 1151px) {
  .l-case-detail__title br {
    display: none;
  }

  .l-case-detail__bt-go-to {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-case-detail__header {
    height: auto;
  }

  .l-case-detail__bt-go-back-rounded {
    top: 38%;
  }

  .l-case-detail__info-head {
    position: static;
    bottom: auto;
    width: 95%;
  }

  .l-case-detail__highlight {
    padding-top: 40%;
    background-size: cover;
  }

  .l-case-detail__logo {
    width: 280px;
  }

  .l-case-detail__logo::before {
    top: -80px;
    width: 220px;
    height: 340px;
  }

  .l-case-detail__bt-go-to {
    right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .l-case-detail__header {
    height: auto;
  }

  .l-case-detail__highlight {
    padding-top: 63.5%;
    background-size: cover;
  }

  .l-case-detail__logo {
    width: 190px;
    right: 0;
  }

  .l-case-detail__logo::before {
    width: 88px;
    height: 255px;
    top: -75px;
    right: -30px;
  }

  .l-case-detail__title {
    font-size: 1.625rem;
  }

  .l-case-detail__subtitle {
    font-size: 1rem;
  }

  .l-case-detail__bt-go-to {
    left: 50%;
    margin-left: -11px;
    right: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }

  .l-case-detail__info-head {
    position: static;
  }
}

.l-case-detail__info {
  padding-top: 135px;
  padding-bottom: 135px;
  margin-top: -135px;
  background-image: url("/static/img//content/portfolio/bg-portfolio.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.l-case-detail__column {
  display: inline-block;
  width: 50%;
}

.l-case-detail__column:first-child {
  float: left;
  position: relative;
}

.l-case-detail__column:first-child::before {
  border-color: #fff;
  border-style: solid;
  border-width: 3px;
  content: "";
  display: block;
  height: 460px;
  left: -111px;
  position: absolute;
  top: 40px;
  width: 310px;
}

.l-case-detail__column:last-child {
  float: right;
}

.l-case-detail__desc {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
  max-width: 553px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.l-case-detail__desc::before {
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 40px;
  width: 72px;
}

.tv1-com .l-case-detail__desc::before {
  background-color: #00b64d;
}

.tv1-conteudo-video .l-case-detail__desc::before,
.tv1-content-video .l-case-detail__desc::before {
  background-color: #0092cd;
}

.tv1-experience .l-case-detail__desc::before {
  background-color: #ff8600;
}

.tv1-rp .l-case-detail__desc::before,
.tv1-pr .l-case-detail__desc::before {
  background-color: #c8d800;
}

.l-case-detail__desc::before {
  background-color: #999;
}

.l-case-detail__desc a {
  text-decoration: none;
  font-weight: 600;
}

.tv1-com .l-case-detail__desc a {
  color: #00b64d;
}

.tv1-conteudo-video .l-case-detail__desc a,
.tv1-content-video .l-case-detail__desc a {
  color: #0092cd;
}

.tv1-experience .l-case-detail__desc a {
  color: #ff8600;
}

.tv1-rp .l-case-detail__desc a,
.tv1-pr .l-case-detail__desc a {
  color: #c8d800;
}

.l-case-detail__desc a {
  color: #999;
}

.l-case-detail__img {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

@media only screen and (max-width: 1151px) {
  .l-case-detail__img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-case-detail__info {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    background-image: none;
  }

  .l-case-detail__img {
    margin-top: 0;
  }

  .l-case-detail__column {
    display: block;
    float: none;
    width: 100%;
  }

  .l-case-detail__column:first-child::before {
    display: none;
  }

  .l-case-detail__desc {
    font-size: 1rem;
  }
}

.l-case-detail__carousel {
  width: 100%;
  margin-top: 110px;
  margin-bottom: 110px;
}

.l-case-detail__slider {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .l-case-detail__carousel {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .l-case-detail__controls-nav {
    display: none;
  }
}

.l-case-detail__related-title {
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.l-case-detail__related-title::before {
  content: "";
  display: block;
  height: 3px;
  left: -100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
}

.tv1-com .l-case-detail__related-title::before {
  background-color: #00b64d;
}

.tv1-conteudo-video .l-case-detail__related-title::before,
.tv1-content-video .l-case-detail__related-title::before {
  background-color: #0092cd;
}

.tv1-experience .l-case-detail__related-title::before {
  background-color: #ff8600;
}

.tv1-rp .l-case-detail__related-title::before,
.tv1-pr .l-case-detail__related-title::before {
  background-color: #c8d800;
}

.l-case-detail__related-title::before {
  background-color: #999;
}

.l-case-detail__related-case {
  margin-top: 75px;
  margin-left: -12px;
  margin-right: -12px;
  font-size: 0;
}

.l-case-detail__bt-go-back {
  text-align: right;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .l-case-detail__bt-go-back {
    text-align: center;
    margin-top: 30px;
  }

  .l-case-detail__related-title {
    padding-left: 60px;
  }

  .l-case-detail__related-title::before {
    height: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
  }

  .l-case-detail__related-case {
    margin-top: 30px;
  }
}

.l-about {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-about {
    padding-left: 90px;
  }
}

.l-about-webdoor {
  height: auto;
  padding: 80px 0 0;
  width: 100%;
}

.l-about-webdoor__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  position: relative;
}

@media only screen and (min-width: 1152px) {
  .l-about-webdoor__wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-webdoor__wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-about-webdoor__content {
  margin: 0 auto;
  width: 100%;
}

.l-about-webdoor__title,
.l-about-webdoor__description {
  color: #fff;
  text-align: center;
}

.l-about-webdoor__title {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  margin: 0 0 23px;
  text-transform: uppercase;
  line-height: 1;
}

.l-about-webdoor__description {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0 0 5px;
}

.l-about-webdoor__arrow {
  height: 24px;
  position: absolute;
  width: 22px;
  z-index: 12;
  color: #9dd1dd;
}

.l-about-webdoor__arrow::before {
  font-size: 26px;
}

@media only screen and (max-width: 1151px) {
  .l-about-webdoor__arrow {
    right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .l-about-webdoor__content {
    padding-bottom: 102vw;
    width: 100%;
  }

  .l-about-webdoor {
    background: url(../images/style/about/bg-mobile-about.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .l-about-webdoor__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .l-about-webdoor__description {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .l-about-webdoor__arrow {
    bottom: 45%;
    right: auto;
    left: 50%;
    margin-left: -11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-about-webdoor__content {
    padding-bottom: 82vw;
    width: 100%;
  }

  .l-about-webdoor__title {
    font-size: 2.5rem;
    line-height: 4.0625rem;
  }

  .l-about-webdoor__arrow {
    top: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  .l-about-webdoor {
    background: url(../images/style/about/header.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .l-about-webdoor__description {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media only screen and (min-width: 1152px) {
  .l-about-webdoor__title {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .l-about-webdoor__content {
    padding-bottom: 1115px;
  }

  .l-about-webdoor__arrow {
    right: 3%;
    top: 47%;
  }
}

.js-home-about-anim {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
}

.animate .js-home-about-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.js-home-about-anim-1 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-home-about-anim-2 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-home-about-anim-3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-home-about-anim-4 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-home-about-anim-5 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.js-home-about-anim-6 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-home-about-anim-7 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.js-home-about-anim-8 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.js-home-about-anim-9 {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.l-about-explain {
  background: #efefeb;
}

.l-about-explain__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .l-about-explain__wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-explain__wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-about-explain__title {
  color: #2d2c2c;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.l-about-explain__title-highlight {
  color: #45adc2;
  display: inline-block;
  font-family: "raleway", Arial, sans-serif;
}

.l-about-explain__text-holder {
  margin: 50px 0;
}

.l-about-explain__text-holder:last-child {
  margin-bottom: 0;
}

.l-about-explain__text {
  color: #2d2c2c;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.l-about-explain__text-highlight {
  color: #45adc2;
  display: block;
}

.l-about-explain__text-highlight--inline {
  display: inline-block;
}

.l-about-explain__animate {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.l-about-explain__animate.animate {
  -webkit-animation: txtFadeUp 0.3s 0.5s forwards;
       -o-animation: txtFadeUp 0.3s 0.5s forwards;
          animation: txtFadeUp 0.3s 0.5s forwards;
}

.l-about-explain__animate-1.animate {
  -webkit-animation: txtFadeIn 0.2s 0 forwards;
       -o-animation: txtFadeIn 0.2s 0 forwards;
          animation: txtFadeIn 0.2s 0 forwards;
}

.l-about-explain__animate-1.animate .l-about-explain__title {
  -webkit-animation: txtFadeUp 0.2s forwards;
       -o-animation: txtFadeUp 0.2s forwards;
          animation: txtFadeUp 0.2s forwards;
  opacity: 0;
}

.l-about-explain__animate-1.animate .l-about-explain__title--1 {
  -webkit-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.l-about-explain__animate-1.animate .l-about-explain__title--2 {
  -webkit-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.l-about-explain__animate-1.animate .l-about-explain__title--3 {
  -webkit-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.l-about-explain__animate-1.animate .l-about-explain__title--4 {
  -webkit-animation-delay: 0.9s;
       -o-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.l-about-explain__animate-1.animate .l-about-explain__title--5 {
  -webkit-animation-delay: 1.1s;
       -o-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.l-about-explain__animate-1.animate .l-about-explain__title--6 {
  -webkit-animation-delay: 1.3s;
       -o-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@media only screen and (max-width: 767px) {
  .l-about-explain {
    padding: 45px 15px;
  }

  .l-about-explain__section-title {
    margin-bottom: 45px;
  }

  .l-about-explain__title,
  .l-about-explain__text {
    font-size: 1.125rem;
  }

  .l-about-explain__text-holder {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-about-explain {
    padding: 65px 15px;
  }

  .l-about-explain__title {
    font-size: 2.625rem;
  }

  .l-about-explain__text {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-about-explain__section-title {
    margin-bottom: 74px;
  }

  .l-about-explain__text-holder {
    margin: 50px 0;
  }
}

@media only screen and (min-width: 1152px) {
  .l-about-explain {
    padding: 84px 15px 108px;
  }

  .l-about-explain__title {
    font-size: 2.8125rem;
  }

  .l-about-explain__text {
    font-size: 1.75rem;
  }
}

.l-about-companies {
  background: #efefeb;
}

.l-about-companies__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .l-about-companies__wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-companies__wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-about-companies__title,
.l-about-companies__subtitle,
.l-about-companies__text {
  color: #45adc2;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.l-about-companies__text {
  text-align: center;
  color: #8c8b88;
}

.l-about-companies__title {
  font-weight: normal;
  text-align: center;
}

.l-about-companies__subtitle {
  font-weight: bold;
  text-align: center;
}

.l-about-companies__companies {
  font-size: 0;
}

.l-about-companies__item {
  text-align: center;
}

.l-about-companies__item-content {
  background-color: #fff;
  padding: 93px 42px 80px;
  position: relative;
  overflow: hidden;
}

.l-about-companies__item-content--com::after {
  background: #4bba41;
}

.l-about-companies__item-content--cont::after {
  background-color: #0092cd;
}

.l-about-companies__item-content--xp::after {
  background-color: #ff8600;
}

.l-about-companies__item-content--rp::after {
  background-color: #c8d800;
}

.l-about-companies__img {
  max-width: 100%;
}

.l-about-companies__hover-img {
  display: none;
  position: relative;
  width: 100%;
  height: 35px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .l-about-companies {
    padding: 52px 0;
  }

  .l-about-companies__title,
  .l-about-companies__subtitle {
    font-size: 1.3125rem;
  }

  .l-about-companies__text {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 43px;
  }

  .l-about-companies__subtitle {
    margin-bottom: 24px;
  }

  .l-about-companies__item {
    display: block;
    width: 100%;
  }

  .l-about-companies__cards {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .l-about-companies {
    padding: 79px 0 77px;
  }

  .l-about-companies__title,
  .l-about-companies__subtitle,
  .l-about-companies__text {
    font-size: 2.125rem;
  }

  .l-about-companies__subtitle,
  .l-about-companies__text {
    margin-bottom: 50px;
  }

  .l-about-companies__item {
    vertical-align: top;
    display: inline-block;
    padding: 2px;
    width: 50%;
  }
}

@media only screen and (min-width: 1152px) {
  .l-about-companies__cards {
    margin: 0 auto;
    width: 78.3%;
  }

  .l-about-companies__item-content::after {
    content: '';
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
  }

  .l-about-companies__item-content:hover::after {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .l-about-companies__item-content:hover .l-about-companies__hover-img {
    display: block;
  }

  .l-about-companies__item-content:hover .l-about-companies__img {
    display: none;
  }

  .l-about-companies__hover-img--com {
    background: url(../images/style/about/tv1-com_white.png) no-repeat top center;
  }

  .l-about-companies__hover-img--cont {
    background: url(../images/style/about/tv1-cont_white.png) no-repeat top center;
  }

  .l-about-companies__hover-img--cont--en {
    background: url(../images/style/about/tv1-cont_white-en.png) no-repeat top center;
  }

  .l-about-companies__hover-img--xp {
    background: url(../images/style/about/tv1-xp_white.png) no-repeat top center;
  }

  .l-about-companies__hover-img--rp {
    background: url(../images/style/about/tv1-rp_white.png) no-repeat top center;
  }

  .l-about-companies__hover-img--rp--en {
    background: url(../images/style/about/tv1-rp_white-en.png) no-repeat top center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-about-companies__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .l-about-companies__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .l-about-companies__item-content {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-about-companies__slider-wrap {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }

  .l-about-companies__cards {
    white-space: nowrap;
    overflow: hidden;
  }

  .l-about-companies__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
    height: 202px;
    background-color: #fff;
    width: calc(90% - 6px);
  }
}

.l-about-info {
  background: url(../images/style/about/bg-man.jpg) no-repeat center top #363733;
  padding: 74px 0 0;
  background-size: cover;
}

.l-about-info__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 1152px) {
  .l-about-info__wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-info__wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-about-info__holder {
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 74px auto 0;
  width: 100%;
}

.l-about-info__title {
  color: #45adc2;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 55px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.l-about-info__subtitle {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  margin: 0;
  text-align: center;
}

.l-about-info__on-off {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
  font-size: 1.42096vw;
}

@media only screen and (min-width: 1152px) {
  .l-about-info__on-off {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .l-about-info__on-off {
    font-size: 1.54452vw;
  }
}

.l-about-info__on-off-content {
  height: 18.17em;
  width: 11.6725em;
  padding-top: 7.705em;
  padding-bottom: 7.705em;
  position: absolute;
  top: 4.025em;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  cursor: pointer;
}

.l-about-info__on-off-content:hover .l-about-info__content {
  opacity: 1;
}

.l-about-info__on-off-content:hover .l-about-info__plus-image {
  background-image: url(../images/style/about/minus-thin.png);
}

.l-about-info__online {
  left: 1.15em;
}

.l-about-info__offline {
  right: 1.15em;
}

.l-about-info__content {
  color: #fff;
  font-size: 1.15em;
  font-weight: 100;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-about-info__content--online {
  left: 11.04em;
  width: 21.62em;
}

.l-about-info__content--offline {
  right: 11.04em;
  width: 13.8em;
}

.l-about-info__content-title {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.l-about-info__text {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}

.l-about-info__type {
  margin: 0;
}

.l-about-info__list-item {
  list-style-type: none;
  padding: 0;
}

.l-about-info__plus-image {
  background-image: url(../images/style/about/plus-thin.png);
  background-size: contain;
  display: block;
  height: 21px;
  margin: 11px auto 0;
  width: 21px;
}

.l-about-info__man {
  background-image: url(../images/style/about/man_low.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  display: block;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 32.2em;
  width: 15.755em;
  z-index: 2;
}

.l-about-info__online:hover + .l-about-info__offline + .l-about-info__man {
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

.l-about-info__offline:hover + .l-about-info__man {
  -webkit-transform: translateX(-150%);
       -o-transform: translateX(-150%);
          transform: translateX(-150%);
}

.l-about-info__online:hover + .l-about-info__offline + .l-about-info__man + .l-about-info__bg {
  background-position: 0 100%;
}

.l-about-info__offline:hover + .l-about-info__man + .l-about-info__bg {
  background-position: 0 100%;
}

.l-about-info__bg {
  background-image: url(../images/style/about/sprite-change-info.png);
  background-position: 0 0;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 40.32%;
  z-index: 0;
  display: block;
  background-size: cover;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1151px) {
  .l-about-info__title {
    font-size: 46px;
  }

  .l-about-info__subtitle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-info__on-off-content {
    pointer-events: none;
  }

  .l-about-info__content,
  .l-about-info__plus-image {
    display: none;
  }

  .l-about-info__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-about-info__title {
    font-size: 22px;
  }

  .l-about-info__subtitle {
    font-size: 14px;
  }
}

.l-about-values {
  background: url(../images/style/about/bg-values.jpg) no-repeat center top #45adc2;
  background-size: contain;
  padding: 75px 0 70px;
}

.l-about-values__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .l-about-values__wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-values__wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-about-values__title {
  color: #fff;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  font-size: 35px;
  margin: 0 auto 65px;
  text-align: center;
  text-transform: uppercase;
}

.l-about-values__paragraph {
  display: block;
  margin: 0 auto 65px;
  padding: 0;
  color: #fff;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 100;
  font-size: 1.4375rem;
  line-height: 40px;
  text-transform: uppercase;
}

.l-about-values__paragraph strong {
  font-weight: 600;
}

.l-about-values__btn-download {
  display: block;
  margin: 0 auto;
  padding: 18px 15px;
  width: 100%;
  max-width: 595px;
  border: 4px solid #fff;
  color: #fff;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.l-about-values__btn-download::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 43px;
  height: 55px;
  background: url(../images/style/about/download-btn.png) 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
  .l-about-values {
    padding: 40px 0;
    background-size: cover;
  }

  .l-about-values__title {
    margin-bottom: 40px;
  }

  .l-about-values__paragraph {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .l-about-values__btn-download {
    font-size: 0.9375rem;
    line-height: 1.7;
    text-align: left;
    min-height: 70px;
  }

  .l-about-values__btn-download::before {
    float: left;
    background-size: contain;
    width: 22px;
  }
}

.l-about-mosaic {
  background-color: #e5e5e0;
  color: #45adc2;
  float: left;
  padding-bottom: 61px;
  padding-top: 77px;
  width: 100%;
}

.l-about-mosaic__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1152px) {
  .l-about-mosaic__wrapper {
    max-width: 1152px;
  }
}

@media only screen and (max-width: 1151px) {
  .l-about-mosaic__wrapper {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.l-about-mosaic__title {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  margin: 0 0 69px;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.375rem;
}

.l-about-mosaic__title-number {
  font-size: 1.25em;
}

.l-about-mosaic__facts {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  height: 520px;
  list-style: none;
  padding: 0;
  max-width: 835px;
  margin: 0 auto;
}

.l-about-mosaic__facts-item {
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.l-about-mosaic__facts-item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.l-about-mosaic__facts-item--border {
  border: 4px #45adc2 solid;
}

.l-about-mosaic__facts-item--border-tr {
  border-top: 4px #45adc2 solid;
  border-right: 4px #45adc2 solid;
}

.l-about-mosaic__facts-item--border-trb {
  border-top: 4px #45adc2 solid;
  border-right: 4px #45adc2 solid;
  border-bottom: 4px #45adc2 solid;
}

.l-about-mosaic__facts-item--col-1 {
  width: 30%;
}

.l-about-mosaic__facts-item--col-2 {
  width: 32.5%;
}

.l-about-mosaic__facts-item--col-3 {
  width: 37.5%;
}

.l-about-mosaic__facts-item--full {
  height: 520px;
}

.l-about-mosaic__facts-item--small {
  height: calc(520px / 3);
}

.l-about-mosaic__facts-item--half {
  height: calc(520px / 3 * 2);
}

.l-about-mosaic__facts-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  font-size: 22px;
  white-space: normal;
}

.l-about-mosaic__facts-text span.break {
  display: block;
}

.l-about-mosaic__facts-highlight--top-margin {
  margin-top: 18px !important;
}

.l-about-mosaic__facts-highlight--size-1,
.l-about-mosaic__facts-highlight--size-2,
.l-about-mosaic__facts-highlight--size-3 {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.l-about-mosaic__facts-highlight--size-1 {
  font-size: 2.125rem;
}

.l-about-mosaic__facts-highlight--size-2 {
  font-size: 2.625rem;
}

.l-about-mosaic__facts-highlight--size-3 {
  font-size: 3.4375rem;
}

.l-about-mosaic__facts-number {
  font-family: "raleway", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
}

.l-about-mosaic__facts-number-item01 {
  font-size: 10.25rem;
  line-height: 8.75rem;
}

.l-about-mosaic__facts-number-item02 {
  font-size: 6.875rem;
  line-height: 5.625rem;
}

.l-about-mosaic__facts-number-item03 {
  font-size: 2.125rem;
}

.l-about-mosaic__facts-number-item03--medium {
  font-size: 2.625rem;
}

.l-about-mosaic__facts-number-item03--large {
  font-size: 3.375rem;
}

.l-about-mosaic__facts-number-item04 {
  font-size: 6.875rem;
  line-height: 6.875rem;
}

.l-about-mosaic__facts-number-item05 {
  font-size: 4.125rem;
  line-height: 2.625rem;
}

.l-about-mosaic__facts-number-item05--small {
  font-size: 2.875rem;
  line-height: 2.875rem;
}

.l-about-mosaic__facts-number-item06 {
  font-size: 5.375rem;
  line-height: 3.75rem;
}

.l-about-mosaic__facts-number-item06--small {
  font-size: 3.25rem;
  line-height: 3.25rem;
}

.l-about-mosaic__bt-go-back {
  margin-top: 65px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .l-about-mosaic__title {
    font-size: 1.75rem;
    margin-bottom: 50px;
  }

  .l-about-mosaic__facts {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
    height: auto;
  }

  .l-about-mosaic__facts-item {
    white-space: normal;
    margin-left: 6px;
    margin-right: 6px;
    width: calc(90% - 6px);
    display: inline-block;
  }

  .l-about-mosaic__facts-text span.break {
    display: inline;
  }

  .l-about-mosaic__facts-item--full,
  .l-about-mosaic__facts-item--small,
  .l-about-mosaic__facts-item--half {
    height: 310px;
  }

  .l-about-mosaic__facts-item--border-tr,
  .l-about-mosaic__facts-item--border-trb {
    border-top: 4px #45adc2 solid;
    border-right: 4px #45adc2 solid;
    border-bottom: 4px #45adc2 solid;
    border-left: 4px #45adc2 solid;
  }

  .l-about-mosaic__bt-go-back {
    text-align: center;
  }
}


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