/*
	FONTS
*/
@font-face {
  font-family: 'UniNeue';
  src: url("../assets/font/UniNeueLight.ttf");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'UniNeue';
  src: url("../assets/font/UniNeueBook.ttf");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'UniNeue';
  src: url("../assets/font/UniNeueRegular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UniNeue';
  src: url("../assets/font/UniNeueBold.ttf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'UniNeue';
  src: url("../assets/font/UniNeueBlack.ttf");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'UniNeue';
  src: url("../assets/font/UniNeueHeavy.ttf");
  font-weight: 900;
  font-style: normal; }
/*
	RESET
*/
*, *:before, *:after {
  box-sizing: inherit;
  font-family: inherit;
  animation-fill-mode: both !important; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

a,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer; }

strong {
  font-weight: bold; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

sup {
  position: relative;
  top: -.25em;
  font-size: .75em; }

sub {
  position: relative;
  top: .25em;
  font-size: .5em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
video {
  max-width: 100%;
  height: auto; }

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: sans-serif; }

body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.group:after, .row:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-family: 'UniNeue';
  line-height: 1.2;
  color: #f2f2f2;
  background: #1b1b1a; }

body {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  padding-top: 33.33333333%;
  overflow: hidden; }

h2 {
  font-size: 1.388888889vw;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900; }
  h2 span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px; }
    h2 span:after {
      content: '';
      display: block;
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: -10px;
      background: #d05b33; }

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 78.009259259vw;
  /* 2690 */
  height: 200%;
  border-left: 6px solid #d05b33;
  overflow: hidden; }

.row {
  clear: both; }

.table {
  display: table;
  width: 100%; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.box-inclinada {
  transform: rotate(-15deg);
  transform-origin: 0 0; }

.content-enderezado {
  transform: rotate(15deg);
  transform-origin: 0 0; }

.col-news {
  position: relative;
  float: left;
  width: 18.80787037vw;
  /* 650 */
  z-index: 100; }
.col-otro {
  float: left;
  width: 58.85vw; }
.col-video {
  float: left;
  width: 35.15625vw;
  /* 1215 */
  height: 100%; }
.col-meteo {
  position: relative;
  float: left;
  width: 23.5vw;
  height: 100%; }

.row-title {
  width: 100%;
  height: 4.340277778vw; }

.logo {
  width: 39.641203704vw;
  /* 1370 */ }

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 33.33333333%;
  z-index: -1; }
  .video-bg video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.col-news {
  position: relative;
  padding: 1.736111111vw 2.170138889vw 12.152777778vw 3.327546296vw; }
  .col-news:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: -750px;
    width: .578703704vw;
    background: #d05b33; }
  .col-news li {
    position: relative;
    padding: 1.302083333vw 0;
    font-size: .868055556vw;
    text-align: justify; }
  .col-news li + li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3.472222222vw;
    height: 5px;
    background: #d05b33;
    transform: translateX(-50%); }
  .col-news p {
    height: 4.8em;
    position: relative;
    line-height: 1.2; }
    .col-news p:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      width: .72337963vw;
      height: .72337963vw;
      background: url(../img/news_detail.png);
      background-size: contain; }

.row-title {
  display: table;
  padding-right: 1.012731481vw; }

.logo,
.time {
  display: table-cell;
  vertical-align: middle; }

.logo {
  background: url(../img/logo.png) no-repeat center center;
  background-size: auto 57.3333333%;
  text-indent: -9999px; }

.time {
  font-size: 1.041666667vw;
  text-align: right; }

.time-content {
  display: table;
  float: right; }

.time-content span {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle; }

#data_hour {
  font-weight: bold;
  font-size: 2.083333333vw; }

.row-medium {
  position: relative;
  height: 16.666666667vw;
  /* 576 */
  z-index: 1; }
  .row-medium:before {
    content: '';
    position: absolute;
    top: 0;
    width: 105%;
    background: #df8f6b;
    z-index: 9999; }
  .row-medium:after {
    content: '';
    position: absolute;
    left: 4.62962963vw;
    width: 100%;
    background: #df8f6b; }

.video-content {
  width: 100%;
  height: 100%; }

.col-meteo {
  padding-top: 1.446759259vw;
  padding-right: 4.62962963vw; }
  .col-meteo:before {
    content: '';
    position: absolute;
    background: #d05b33;
    z-index: 9; }

.cell-day {
  width: 6.221064815vw;
  font-size: .868055556vw;
  font-weight: normal; }

.cell-weather {
  text-align: center; }

.cell-temp {
  width: 4.62962963vw;
  text-align: right;
  font-weight: bold; }

.temp p {
  font-size: 1.736111111vw; }

.temp p + p {
  font-size: 1.041666667vw; }

#today {
  margin-top: 1.388888889vw; }

#routes {
  width: 90%; }
  #routes h2 {
    float: right; }
  #routes > .cell:first-child {
    width: 16.52892562%; }
  #routes > .cell + .cell {
    padding-left: 6.336088154%; }

.row-routes {
  padding-top: 1.157407407vw; }

.route {
  width: 25.344352617%; }
  .route h5 {
    margin-bottom: 15px;
    font-size: .694444444vw;
    text-align: center;
    text-transform: uppercase; }

.trayecto {
  height: 2.170138889vw; }

.icon-trayecto {
  width: 1.678240741vw;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: contain; }
.icon-driving {
  background-image: url(../img/icon-car.png); }
.icon-bus {
  background-image: url(../img/icon-bus.png); }
.icon-subway {
  background-image: url(../img/icon-metro.png); }

.duration-line {
  padding-left: 20px; }
.duration-bar {
  height: 5px; }
  .route:nth-child(2) .duration-bar {
    background: #d05b33; }
  .route:nth-child(3) .duration-bar {
    background: #df8f6b; }
  .route:nth-child(4) .duration-bar {
    background: #c1bfb8; }
.duration-data {
  width: 1.678240741vw;
  font-size: 1.041666667vw;
  text-align: right; }

.row-bolsa {
  position: absolute;
  bottom: 48.394097222%;
  width: 100%;
  height: 4.166666667vw; }

.row-bolsa > .table {
  background: #d05b33;
  width: 91.2%;
  height: 100%; }

.row-bolsa h2 span:after {
  background-color: #f2f2f2; }

.stock-title {
  width: 30%; }
.stock-details {
  height: 2em;
  font-size: .694444444vw;
  text-transform: uppercase; }
  .stock-details > .cell {
    position: relative;
    padding: 0 1.591435185vw; }
    .stock-details > .cell + .cell:before {
      content: '-';
      position: absolute;
      left: 0;
      top: 50%;
      height: 0;
      line-height: 0; }
.stock-name, .stock-variation, .stock-value {
  height: 2em; }
.stock-value {
  text-align: right; }
.stock-variation {
  width: 1.736111111vw; }
.stock-up, .stock-down {
  width: 0;
  height: 0;
  margin: auto;
  border: 1.157407407vw solid transparent;
  transform: scale(0.6); }
.stock-up {
  border-bottom-color: #00de7e;
  border-top-width: 0; }
.stock-down {
  border-top-color: #bf1005;
  border-bottom-width: 0; }

.col-news {
  animation: introNews .75s; }
  .col-news:after {
    transform-origin: 100% 50%;
    animation: outroNews 1s 57.5s; }
  .col-news h2 span,
  .col-news p {
    animation: fadeInFronTop 1.5s .75s; }
  .col-news p:after {
    transform-origin: 100% 100%;
    animation: scaleUp .75s; }
  .col-news li:nth-child(1) p {
    animation-delay: 1s; }
  .col-news li:nth-child(2) p {
    animation-delay: 1.25s; }
  .col-news li:nth-child(3) p {
    animation-delay: 1.5s; }
  .col-news li:nth-child(4) p {
    animation-delay: 1.75s; }
  .col-news li:nth-child(1) p:after {
    animation-delay: 1.5s; }
  .col-news li:nth-child(2) p:after {
    animation-delay: 1.75s; }
  .col-news li:nth-child(3) p:after {
    animation-delay: 2s; }
  .col-news li:nth-child(4) p:after {
    animation-delay: 2.25s; }
  .col-news li + li:after {
    animation: scaleInFromL .75s; }
  .col-news li:nth-child(2):after {
    animation-delay: 2s; }
  .col-news li:nth-child(3):after {
    animation-delay: 2.25s; }
  .col-news li:nth-child(4):after {
    animation-delay: 2.5s; }

.logo {
  animation: fadeInFronTop 1.5s 1s; }

.time {
  animation: fadeInFronTop 1.5s 1s; }

#data_date {
  animation: fadeInFronTop 1.5s 1.25s; }

#data_hour {
  animation: fadeInFronTop 1.5s 1.5s; }

.row-medium:before {
  transform-origin: 0 50%;
  animation: stripeIn 1.5s .5s, stripeTopOut 1s 57.75s; }

.row-medium:after {
  animation: stripeIn 1.5s .9s, stripeBottomOut 1s 57.75s; }

.col-meteo:before {
  transform-origin: 50% 0;
  animation: stripeInVertical 1s 1s, meteoOut 1s 58.15s; }
.col-meteo h2 span {
  animation: fadeInFronTop 1.5s 1.5s; }
.col-meteo h5 {
  animation: fadeInFronTop 1.5s; }
.col-meteo #today h5 {
  animation-delay: 1.75s; }
.col-meteo #tomorrow h5 {
  animation-delay: 2s; }
.col-meteo #otherday h5 {
  animation-delay: 2.25s; }
.col-meteo .weather {
  animation: scaleUp 1.5s; }
.col-meteo #today .weather {
  animation-delay: 2s; }
.col-meteo #tomorrow .weather {
  animation-delay: 2.25s; }
.col-meteo #otherday .weather {
  animation-delay: 2.5s; }
.col-meteo .temp p {
  animation: fromRight 1s; }
.col-meteo #today .temp p {
  animation-delay: 2.25s; }
  .col-meteo #today .temp p + p {
    animation-delay: 2.4s; }
.col-meteo #tomorrow .temp p {
  animation-delay: 2.55s; }
  .col-meteo #tomorrow .temp p + p {
    animation-delay: 2.7s; }
.col-meteo #otherday .temp p {
  animation-delay: 2.85s; }
  .col-meteo #otherday .temp p + p {
    animation-delay: 3s; }

.row-routes h2, .row-routes h5 {
  animation: fadeInFronTop 1.5s 1.25s; }
.row-routes .icon-trayecto {
  animation: scaleUp 1s 1.5s; }
.row-routes .duration-bar {
  transform-origin: 0 50%;
  animation: stripeIn 1s 1.75s; }
.row-routes .duration-data {
  animation: fadeInFronTop 1.5s 2s; }
.row-routes .cell:nth-child(2) h5 {
  animation-delay: 1.5s; }
.row-routes .cell:nth-child(2) .trayecto-driving .icon-trayecto {
  animation-delay: 1.75s; }
.row-routes .cell:nth-child(2) .trayecto-driving .duration-bar {
  animation-delay: 2s; }
.row-routes .cell:nth-child(2) .trayecto-driving .duration-data {
  animation-delay: 2.25s; }
.row-routes .cell:nth-child(2) .trayecto-bus .icon-trayecto {
  animation-delay: 2s; }
.row-routes .cell:nth-child(2) .trayecto-bus .duration-bar {
  animation-delay: 2.25s; }
.row-routes .cell:nth-child(2) .trayecto-bus .duration-data {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(2) .trayecto-subway .icon-trayecto {
  animation-delay: 2.25s; }
.row-routes .cell:nth-child(2) .trayecto-subway .duration-bar {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(2) .trayecto-subway .duration-data {
  animation-delay: 2.75s; }
.row-routes .cell:nth-child(3) h5 {
  animation-delay: 1.75s; }
.row-routes .cell:nth-child(3) .trayecto-driving .icon-trayecto {
  animation-delay: 2s; }
.row-routes .cell:nth-child(3) .trayecto-driving .duration-bar {
  animation-delay: 2.25s; }
.row-routes .cell:nth-child(3) .trayecto-driving .duration-data {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(3) .trayecto-bus .icon-trayecto {
  animation-delay: 2.25s; }
.row-routes .cell:nth-child(3) .trayecto-bus .duration-bar {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(3) .trayecto-bus .duration-data {
  animation-delay: 2.75s; }
.row-routes .cell:nth-child(3) .trayecto-subway .icon-trayecto {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(3) .trayecto-subway .duration-bar {
  animation-delay: 2.75s; }
.row-routes .cell:nth-child(3) .trayecto-subway .duration-data {
  animation-delay: 3s; }
.row-routes .cell:nth-child(4) h5 {
  animation-delay: 2s; }
.row-routes .cell:nth-child(4) .trayecto-driving .icon-trayecto {
  animation-delay: 2.25s; }
.row-routes .cell:nth-child(4) .trayecto-driving .duration-bar {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(4) .trayecto-driving .duration-data {
  animation-delay: 2.75s; }
.row-routes .cell:nth-child(4) .trayecto-bus .icon-trayecto {
  animation-delay: 2.5s; }
.row-routes .cell:nth-child(4) .trayecto-bus .duration-bar {
  animation-delay: 2.75s; }
.row-routes .cell:nth-child(4) .trayecto-bus .duration-data {
  animation-delay: 3s; }
.row-routes .cell:nth-child(4) .trayecto-subway .icon-trayecto {
  animation-delay: 2.75s; }
.row-routes .cell:nth-child(4) .trayecto-subway .duration-bar {
  animation-delay: 3s; }
.row-routes .cell:nth-child(4) .trayecto-subway .duration-data {
  animation-delay: 3.25s; }

.row-bolsa > .table {
  animation: fromBottom 3s .5s; }
  .row-bolsa > .table h2 {
    animation: fromBottom 1.5s 1.5s; }
  .row-bolsa > .table > .cell {
    animation: fromBottom 1s 57.5s reverse; }

.stock-name,
.stock-variation,
.stock-value {
  animation: fromBottom 1.5s; }

.stock-details > .cell:nth-child(1) .stock-name {
  animation-delay: 1.9s; }
.stock-details > .cell:nth-child(1) .stock-variation div {
  animation-delay: 2.55s; }
.stock-details > .cell:nth-child(1) .stock-value {
  animation-delay: 2.2s; }

.stock-details > .cell:nth-child(2) .stock-name {
  animation-delay: 2.35s; }
.stock-details > .cell:nth-child(2) .stock-variation div {
  animation-delay: 3s; }
.stock-details > .cell:nth-child(2) .stock-value {
  animation-delay: 2.65s; }

.stock-details > .cell:nth-child(3) .stock-name {
  animation-delay: 2.8s; }
.stock-details > .cell:nth-child(3) .stock-variation div {
  animation-delay: 3.45s; }
.stock-details > .cell:nth-child(3) .stock-value {
  animation-delay: 3.1s; }

.stock-details > .cell:nth-child(4) .stock-name {
  animation-delay: 3.25s; }
.stock-details > .cell:nth-child(4) .stock-variation div {
  animation-delay: 3.9s; }
.stock-details > .cell:nth-child(4) .stock-value {
  animation-delay: 3.55s; }

.stock-up {
  animation: stockUp 5s infinite; }

.stock-down {
  animation: stockDown 5s infinite; }

@keyframes fadeInFronTop {
  from {
    opacity: 0;
    transform: translateY(-15px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fromRight {
  from {
    opacity: 0;
    transform: translateX(7.233796296vw); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fromBottom {
  from {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }
@keyframes scaleUp {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
@keyframes scaleInFromL {
  from {
    transform: scaleX(0) translateX(-250%); }
  to {
    transform: scaleX(1) translateX(-50%); } }
@keyframes stripeIn {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
@keyframes stripeTopOut {
  from {
    height: .578703704vw;
    top: 0;
    left: .578703704vw; }
  to {
    height: 5.78703704vw;
    top: -5.208333333vw;
    left: -.868055556vw; } }
@keyframes stripeBottomOut {
  from {
    height: .578703704vw;
    bottom: 0; }
  to {
    height: 9.259259259vw;
    bottom: -8.680555556vw; } }
@keyframes stripeInVertical {
  from {
    transform: scaleY(0); }
  to {
    transform: scaleY(1); } }
@keyframes meteoOut {
  from {
    top: -.289351852vw;
    left: -2.314814815vw;
    width: .578703704vw;
    height: 100%; }
  to {
    top: -9.548611111vw;
    left: -34.722222222vw;
    width: 57.87037037vw;
    height: 200%; } }
@keyframes stockUp {
  0% {
    transform-origin: 50% 150%;
    transform: scale(0) translateY(0); }
  20% {
    transform-origin: 50% 100%;
    transform: scale(0.6) translateY(-15%); }
  80% {
    transform-origin: 50% 0;
    transform: scale(0.6) translateY(50%); }
  100% {
    transform-origin: 50% 0;
    transform: scale(0) translateY(0); } }
@keyframes stockDown {
  0% {
    transform-origin: 50% 0;
    transform: scale(0) translateY(0); }
  20% {
    transform-origin: 50% 0;
    transform: scale(0.6) translateY(50%); }
  80% {
    transform-origin: 50% 100%;
    transform: scale(0.6) translateY(-15%); }
  100% {
    transform-origin: 50% 150%;
    transform: scale(0) translateY(0); } }
@keyframes introNews {
  from {
    width: 100%; }
  to {
    width: 18.80787037vw;
    /* 650 / 2690 */ } }
@keyframes outroNews {
  from {
    transform: scale(1); }
  to {
    transform: scale(33); } }

/*# sourceMappingURL=main.css.map */
