html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

b {
  font-weight: bold;
}

img,object,embed {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,select {
  vertical-align: middle;
}

pre {
  white-space: pre;
 /* CSS2 */
  white-space: pre-wrap;
 /* CSS 2.1 */
  white-space: pre-line;
 /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
 /* IE */;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,input,textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,td img {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,code,kbd,samp {
  font-family: monospace, sans-serif;
}

.clickable,label,input[type=button],input[type=submit],input[type=file],button {
  cursor: pointer;
}

button,input,select,textarea {
  margin: 0;
}

button,input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hey {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  will-change: transform;
}

.hey2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.yepa {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.yepa2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row.right {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.content-md {
  max-width: 1210px;
  margin: 0 auto;
}

.content-lg {
  max-width: 1180px;
  margin: 0 auto;
}

.right {
  margin-left: auto;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.col-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.col-70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.col-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.hidden-content {
  visibility: hidden;
}

.nav-tabs .tab a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.nav-tabs .tab a:hover {
  color: #a40057;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999999;
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.site-header-nc.inside {
  position: relative;
  margin: 0 0 4px 0;
  background: #fff;
}

.site-header-nc.inside .container-header {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 1280px;
}

.site-header-nc.inside .site-logo {
  position: relative;
  text-align: center;
  float: none;
  clip: rect(0, 0, 0, 0);
}

.site-header-nc.inside .site-logo .logo {
  position: absolute;
  top: 8px;
  height: 26px;
  width: 87px;
  z-index: 15;
  padding: 0;
  display: block;
}

.site-header-nc.inside .site-logo .logo a {
  background: url(https://e00-telva.uecdn.es/assets/v1/img/logo_telva_reducido.png) no-repeat;
  background-image: url(https://e00-telva.uecdn.es/assets/v1/img/logo-telva.svg), none;
  background-size: auto 26px;
  height: 26px;
  width: 87px;
  display: block;
}

.site-header-nc.inside .tools-header {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
}

.site-header-nc.inside .tools-header li {
  float: left;
  margin-right: 10px;
}

.site-header-nc.inside .tools-header a {
  background: #000;
  color: #fff;
  padding: 5px 8px;
  display: block;
  text-decoration: none;
  font-size: 13px;
}

.tools-corporative .tools-corporative-link > span {
  display: inline-block;
}

.site-header-nc.inside .nav-container {
  height: 44px;
  border: 0;
  background: #fff;
  position: relative;
}

.site-header-nc.inside .container-header {
  position: relative;
  overflow: visible;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.site-header-nc.inside .nav-tabs {
  z-index: 0;
  margin: 0;
  height: 44px;
  overflow: visible;
  padding-left: 90px;
  float: left;
  list-style-type: none;
  font-size: 16px;
}

.nav-tabs .tab {
  font-size: 14px;
  float: left;
  line-height: 36px;
}

.site-header-nc.inside .nav-tabs li {
  line-height: 16px;
  margin-right: 0;
}

.site-header-nc.inside .nav-tabs li a {
  display: block;
  padding: 15px 14px;
  font-size: 16px;
}

.site-header-nc.inside.fixed-down {
  z-index: 9999999;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.site-header-nc.inside .breadcrumbs {
  width: 100%;
  background: #000;
  height: 44px;
  z-index: 11;
  display: none;
}

.site-header-nc.inside.fixed-down .breadcrumbs {
  background: #fff;
  display: block;
}

.site-header .nav-first-level,.site-header .breadcrumbs {
  border-bottom: 1px solid #ddd;
}

.site-header-nc.inside .breadcrumbs .tab-breadcrumb {
  height: 42px;
  margin: 0;
  float: left;
}

.site-header-nc.inside .breadcrumbs .tab-news {
  background: none;
  float: left;
  position: relative;
  display: block;
  max-width: 1139px;
  width: 100%;
}

.site-header-nc.inside .breadcrumbs .tab-news .tab-news-title:before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  height: 22px;
  margin-top: 10px;
  background-color: #ddd;
  margin-right: 15px;
}

.site-header-nc.inside .breadcrumbs .tab-news .tab-news-title {
  font-size: 18px;
  padding: 0 0 0 97px;
  display: block;
  color: #000;
  height: 44px;
  line-height: 44px;
  float: left;
  width: calc(100% - 125px);
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header-nc.inside .percentage-bar-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0;
}

.site-header-nc.inside.fixed-down .percentage-bar-container {
  opacity: 1;
  bottom: -1px;
}

.site-header-nc.inside .percentage-bar-container .percentage-bar {
  width: 0;
  height: 3px;
  z-index: 29;
  background-color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.site-header.fixed-down .percentage-bar {
  position: relative;
  clip: auto;
}

.site-header-nc.inside.fixed-down .nav-container {
  display: none;
}

.footer {
  position: relative;
  z-index: 100;
  background-color: #fbfbfb;
  margin-top: 0;
  padding: calc(30px + 7vw) 15px;
  color: #171717;
}

.footer .footer-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-family: neue-haas-unica, sans-serif;
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.footer .footer-content > a {
  display: block;
  margin: 0 auto;
  max-width: 140px;
  min-width: 120px;
}

.footer .footer-content p {
  margin: 40px 0;
  font-weight: 300;
  line-height: 140%;
  font-size: 14px;
}

.footer .footer-content a {
  color: #171717;
}

.footer .footer-credits {
  text-transform: uppercase;
  opacity: 1;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-credits li {
  font-weight: 200;
  margin: 0 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Space Mono", monospace;
}

.footer .footer-credits li span {
  display: block;
  font-weight: 200;
  font-size: 12px;
  font-family: "Space Mono", monospace;
}

body {
  font-family: neue-haas-unica, sans-serif;
  color: #171717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: default;
  overflow-x: hidden !important;
  background-color: #FFF;
  font-weight: 300;
}

body.overflow {
  overflow: hidden;
}

#container {
  position: relative;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  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;
  -webkit-transition: height cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: height cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.header.size {
  height: 80px;
  background-color: #f6f2ee;
}

.header.anim .header-elmundo:before {
  height: 100%;
}

.header.anim .header-elmundo img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.header.anim .header-logo:before,.header.anim .header-logo:after {
  height: 100%;
}

.header.anim .header-client:before {
  height: 100%;
}

.header.anim .header-client img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.header.anim2:before {
  width: 100%;
  opacity: .8;
}

.header .header-elmundo {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-elmundo a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 5vw;
}

.header .header-elmundo a img {
  display: block;
  min-width: 80px;
  max-width: 120px;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.header .header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header .header-logo.anim3 a em,.header .header-logo.anim3 a span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.header .header-logo a {
  font-family: "Space Mono", monospace;
  padding: 0 46px;
  overflow: hidden;
  text-align: center;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: -webkit-filter cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: -webkit-filter cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: filter cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: filter cubic-bezier(0, 1.01, 0.12, 1.01) 4s, -webkit-filter cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.header .header-logo a span {
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  display: block;
  padding-left: 18px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.header .header-logo a span:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #00ff98;
  border-radius: 50%;
}

.header .header-client {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-client a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 5vw;
}

.header .header-client a img {
  display: block;
  min-width: 80px;
  max-width: 172px;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.article {
  position: relative;
  background-color: #f6f2ee;
}

.article .article-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 5vw;
  background-color: #f6f2ee;
  overflow: hidden;
}

.article .article-hero .article-hero_claim {
  z-index: 3;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 20vw;
  height: 20vw;
  min-width: 200px;
  min-height: 200px;
  background-color: #fed7ba;
  border-radius: 50%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .article-hero_claim h3 {
  position: absolute;
  top: 10%;
  left: 60%;
  width: 500px;
  font-size: calc(20px + .5vw);
  line-height: 120%;
  overflow: hidden;
}

.article .article-hero .article-hero_claim h3 span {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .row {
  height: 100%;
}

.article .article-hero .row .col-50,.article .article-hero .row .col-40,.article .article-hero .row .col-60 {
  position: relative;
  height: 100%;
}

.article .article-hero .row .article-title {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article .article-hero .row .article-title h1 {
  margin-top: 3vw;
  margin-left: -15px;
  font-weight: 500;
  font-size: calc(24px + 3.6vw);
  line-height: 100%;
}

.article .article-hero .row .article-title h1 > span {
  display: block;
  font-weight: 500;
  line-height: 100%;
  overflow: hidden;
}

.article .article-hero .row .article-title h1 > span span {
  padding: 0 15px;
  display: inline-block;
 /*background-color: $beige;*/
  font-weight: 500;
  line-height: 120%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .row .article-title a {
  position: relative;
  display: inline-block;
  margin: 5vw 0 0 5px;
  padding-right: 16px;
  color: #171717;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  padding-bottom: 7vw;
}

.article .article-hero .row .article-title a:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #171717;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .row .article-title a:after {
  content: '';
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 30px;
  height: 30px;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  border-radius: 50%;
  background-color: #00ff98;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .row .article-title a.anim:before {
  height: 100%;
}

.article .article-hero .row .article-title a.anim:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.article .article-hero .row .article-title a > span {
  overflow: hidden;
  display: block;
}

.article .article-hero .row .article-title a > span span {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .columns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 60vh;
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 0 5vw;
 /*            figure {
                position: relative;
                height: 100%;
                width:30%;
                &:nth-child(1) {
                    background:url(../images/column1.png) no-repeat center bottom;
                }
                &:nth-child(2) {
                    background:url(../images/column2.png) no-repeat center bottom;
                }
                &:nth-child(3) {
                    background:url(../images/column3.png) no-repeat center bottom;
                }
            }*/;
}

.article .article-hero .columns figure {
  z-index: 2;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.article .article-hero .columns figure img {
  -webkit-transform: translate3d(0, 60%, 0);
  transform: translate3d(0, 60%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .columns figure img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.article .article-hero .columns figure .shadow {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: 20px;
  opacity: 0;
  -webkit-transform: translate3d(0, 60%, 0);
  transform: translate3d(0, 60%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-hero .columns figure .shadow.anim {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-animation: flicker 3s linear infinite;
  animation: flicker 3s linear infinite;
}

.article .article-hero .bg {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .article-hero .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article .article-main {
  padding: 10vw 0 6vw 0;
}

.article .article-main .first {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article .article-main .article-meta {
  max-width: 500px;
  margin: 15px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  font-size: 13px;
}

.article .article-main .article-meta .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article .article-main .article-meta .share a {
  width: 60px;
  padding: 20px;
}

.article .article-main .article-meta .author span {
  display: block;
}

.article .article-main h2 {
  max-width: 900px;
  text-indent: 5vw;
  padding: 0 15px;
  text-align: justify;
  padding-right: 5vw;
  font-size: calc(20px + .4vw);
  line-height: 140%;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 80px;
}

.article .article-main h4 {
  max-width: 540px;
  padding: 0 15px;
  font-size: calc(20px + 1.8vw);
  font-weight: 400;
  line-height: 100%;
}

.article .article-main h4 span {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.article .article-main p {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 15px;
  text-indent: 5vw;
  font-size: 18px;
  line-height: 170%;
  font-weight: 300;
}

.article .article-main p em {
  font-weight: 300;
}

.article .article-main p a {
  color: #171717;
}

.article .article-main p strong {
  font-weight: 500;
}

.article .article-main blockquote {
  background-color: #f6f2ee;
  position: relative;
  z-index: 3;
  max-width: 600px;
  padding: 0 0 15px calc(20px + 1vw);
  margin-bottom: 40px;
  float: right;
  font-family: "Space Mono", monospace;
  text-align: justify;
}

.article .article-main blockquote p {
  font-size: calc(18px + .5vw);
  line-height: 140%;
  margin: 0;
}

.article .article-main blockquote figcaption {
  display: block;
  padding: 0 15px;
  letter-spacing: 0;
  font-style: italic;
  margin-top: 10px;
  font-size: 12px;
}

.article .article-main blockquote .share {
  margin-top: 20px;
  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;
}

.article .article-main blockquote .share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00ff98;
  border-radius: 50%;
}

.article .article-main blockquote .share a:hover img {
  opacity: .6;
}

.article .article-main blockquote .share a img {
  display: block;
  width: 20px;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-main .grafico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  background-color: #fbfbfb;
  margin: calc(30px + 2vw) 0 0 0;
  padding: 5vw 5vw 5vw 5vw;
}

.article .article-main .grafico p {
  font-size: 26px;
}

.article .article-main .grafico p strong {
  font-weight: 500;
}

.article .article-main .grafico:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 160px;
  height: 120px;
  background-color: #fbfbfb;
  border-radius: 50%;
}

.article .article-main .grafico .row {
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.article .article-main .grafico .grafico-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.article .article-main .grafico .grafico-data .title h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.article .article-main .grafico .grafico-data .data {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.article .article-main .grafico .grafico-data .left {
  position: relative;
}

.article .article-main .grafico .grafico-data .left > div {
  position: relative;
  background-color: #00ff98;
  padding: 15px;
}

.article .article-main .grafico .grafico-data .left small {
  position: relative;
  display: block;
  padding: 20px 0;
}

.article .article-main .grafico .grafico-data .left small em {
  position: relative;
  display: inlone-block;
  font-style: normal;
  background-color: #fbfbfb;
  padding-right: 10px;
}

.article .article-main .grafico .grafico-data .left small:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 150%;
  height: 1px;
  background-color: #171717;
}

.article .article-main .grafico .grafico-data .left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  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;
  font-size: calc(18px + 1vw);
  font-family: "Space Mono", monospace;
}

.article .article-main .grafico .grafico-data .left span:after {
  content: '%';
}

.article .article-main .grafico .grafico-data .left img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.article .article-main .grafico .grafico-data .right {
  position: relative;
 /*&:before {
                        content: '';
                        position: absolute;
                        top:50%;
                        left: 0;
                        width:100%;
                        height: 1px;
                        background-color: $green;
                        transform: rotate(-45deg);
                    }*/;
}

.article .article-main .grafico .grafico-data .right img {
  opacity: 0 !important;
  pointer-events: none;
}

.article .article-main .grafico .grafico-data .right > div {
  position: relative;
  padding: 15px;
  background-color: #f6f2ee;
}

.article .article-main .grafico .grafico-data .right small {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.article .article-main .grafico .grafico-data .right small em {
  position: relative;
  display: inlone-block;
  font-style: normal;
  background-color: #fbfbfb;
  padding: 0 10px;
}

.article .article-main .grafico .grafico-data .right span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  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;
  font-size: calc(18px + 1vw);
  font-family: "Space Mono", monospace;
}

.article .article-main .grafico .grafico-data .right span:after {
  content: '%';
}

.article .article-main .grafico .grafico-data .right img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.article .article-main .featured {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120vh;
  margin-bottom: calc(30px + 4vw);
 /*&.anim {
                &:before {
                     transform:scale3d(1,1,1) translate3d(0,0,0);
                }
            }*/;
}

.article .article-main .featured:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/featured.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -15vh, 0);
  transform: scale3d(1.1, 1.1, 1) translate3d(0, -15vh, 0);
}

.article .article-main .infografia {
  margin-top: 10vw;
  margin-bottom: 10vw;
  position: relative;
  width: 100%;
  padding-top: calc(30px + 5vw);
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.article .article-main .infografia .infografia-text {
  position: absolute;
  top: 5vw;
  left: 5vw;
  width: calc(50% - 5vw);
}

.article .article-main .infografia .infografia-text small {
  text-transform: uppercase;
  font-family: "Space Mono", monospace;
  display: block;
  overflow: hidden;
}

.article .article-main .infografia .infografia-text small span {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-main .infografia .infografia-text > div {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-main .infografia .infografia-text > div.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.article .article-main .infografia .infografia-text > div.active small span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.article .article-main .infografia .infografia-text > div.active figure img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-main .infografia .infografia-text > div.active p span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.article .article-main .infografia .infografia-text figure {
  overflow: hidden;
  position: relative;
}

.article .article-main .infografia .infografia-text figure img {
  display: block;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
}

.article .article-main .infografia .infografia-text p {
  position: relative;
  overflow: hidden;
  font-size: calc(14px + .8vw);
  line-height: 130%;
}

.article .article-main .infografia .infografia-text p span {
  display: block;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
}

.article .article-main .infografia .infografia-list {
  position: relative;
  width: 100%;
  -webkit-transform: rotate(270deg) translateX(100%);
  transform: rotate(270deg) translateX(100%);
  text-align: left;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.article .article-main .infografia .infografia-data {
  position: relative;
  height: 100%;
  padding: 2vw 5vw;
  opacity: .2;
  -webkit-transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.article .article-main .infografia .infografia-data:hover {
  opacity: 1;
}

.article .article-main .infografia .infografia-data.active {
  opacity: 1;
}

.article .article-main .infografia .infografia-data:last-child {
  margin-bottom: 5vw;
}

.article .article-main .infografia .infografia-data > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.article .article-main .infografia .infografia-data > div em {
  padding-right: 10vw;
  width: 100%;
  display: block;
  font-size: calc(20px + 3vw);
  font-style: normal;
  white-space: nowrap;
}

.article .article-main .infografia .infografia-data > div em span {
  position: relative;
  display: inline-block;
}

.article .article-main .infografia .infografia-data > div .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin-left: 20px;
  width: 5vw;
  height: 5vw;
  background-color: #b2fddf;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 300;
}

.article .article-main .infografia .infografia-data > div .more.beige {
  background-color: #fed7ba;
}

.article .article-main .infografia .infografia-data > div .more.pink {
  background-color: #e7b9e0;
}

.article .article-main .infografia .infografia-data > div .more.yellow {
  background-color: #fffdb2;
}

.article .uestudio {
  position: absolute;
  z-index: 22;
  top: 50%;
  right: -30px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.alumnos {
  border-top: 1px solid #d2cecb;
  border-bottom: 1px solid #d2cecb;
  margin: 5vw 0 calc(30px + 5vw) 0;
  padding: calc(30px + 5vw) 5vw;
}

.alumnos h4 {
  color: #171717;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: calc(20px + 1.8vw);
  font-weight: 400;
  line-height: 100%;
}

.alumnos small {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alumnos h6 {
  width: 60%;
  position: relative;
  z-index: 2;
  max-width: 500px;
  font-size: calc(20px + .8vw);
  line-height: 140%;
  padding: 10vw 0;
}

.alumnos h6 small {
  display: inline-block;
  margin: auto;
  text-align: left;
  font-family: "Space Mono", monospace;
  font-size: calc(20px + 1vw);
  border-bottom: 1px solid #00ff98;
}

.alumnos h6 em {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
}

.alumnos .col-50 {
  position: relative;
}

.alumnos figure {
  z-index: 2;
  position: absolute;
  width: 15vw;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alumnos figure img {
  display: block;
  width: 100%;
}

.alumnos figure.nino {
  right: 0;
  left: auto;
}

.alumnos figure.nino img {
  margin-left: auto;
}

.alumnos figure.nina {
  left: 0;
}

.alumnos .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  background-color: #fed7ba;
}

.podcast .col-40 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  font-size: 30px;
  fill: #171717;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.player {
  position: relative;
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  padding-top: 2vw;
}

.player .sound {
  border: 1px solid #00ff98;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translate3d(0, -90px, 0);
  transform: translate3d(0, -90px, 0);
}

.player .sound.anim {
  background-color: #00ff98;
  -webkit-animation: sound .5s infinite;
  animation: sound .5s infinite;
}

.player.play {
 /*.player__timeline {
			transform: translateY(-90%);
		}*/;
}

.player.play .player__album:before {
  opacity: .3;
}

.player.play .pause {
  display: inline-block;
}

.player.play .play {
  display: none;
}

.player__album {
 /*overflow: hidden;*/
  position: relative;
  width: 100%;
 /*overflow: hidden;*/
  margin-right: 22px;
  position: relative;
  padding-top: 30px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
 /*&:before {
            content: "";
            z-index: 3;
            width: calc(100% + 20rem);
            height: calc(100% + 20rem);
            background-image: url(../images/noise2.png);
            background-position: 50%;
            position: absolute;
            left: -10rem;
            top: -10rem;
            will-change: transform;
            -webkit-animation: noise 1s steps(2) infinite;
            animation: noise 1s steps(2) infinite;
            opacity: 0;
            mix-blend-mode: color-dodge;
        }*/;
}

.player__albumImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: none;
  text-align: center;
}

.player__albumImg.active-song {
  display: block;
}

.player__albumImg small {
  z-index: 3;
  position: absolute;
  bottom: -125px;
  right: 0;
  color: #171717;
  font-family: "Space Mono", monospace;
}

.player__bar {
  background: #b2fddf;
  padding: 5px 25px;
  padding-top: 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.player__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.player__prev {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 80px;
  width: 80px;
  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;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 3px;
}

.player__prev:before {
  position: absolute;
  bottom: 0px;
  left: 27px;
  content: 'ANT. PROFESOR';
  font-size: 12px;
  font-family: "Space Mono", monospace;
  line-height: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: right;
}

.player__prev:hover {
  background: #00ff98;
}

.player__prev:hover svg {
  fill: #fbfbfb;
}

.player__play {
  cursor: pointer;
  height: 80px;
  width: 80px;
  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;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 3px;
  position: relative;
}

.player__play:hover {
  background: #00ff98;
}

.player__play:hover svg {
  fill: #fbfbfb;
}

.player__play svg {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.player__play svg.pause {
  display: none;
}

.player__next {
  position: relative;
  cursor: pointer;
  height: 80px;
  width: 80px;
  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;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: -8px;
}

.player__next:before {
  position: absolute;
  top: 0px;
  left: 27px;
  content: 'SIG. PROFESOR';
  font-size: 12px;
  font-family: "Space Mono", monospace;
  line-height: 1;
}

.player__next:hover {
  background: #00ff98;
}

.player__next:hover svg {
  fill: #fbfbfb;
}

.player__timeline {
  pointer-events: none;
  height: 10px;
  width: 400px;
  margin: auto;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.player__timelineBar {
  background: #E7E7E7;
  width: 100%;
  height: 4px;
  border-radius: 15px;
  margin-top: 13px;
  position: relative;
}

.player #playhead {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #171717;
}

.player__author {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: neue-haas-unica, sans-serif;
  font-size: calc(20px + 2.5vw);
  margin-bottom: 6px;
  margin-top: 15px;
}

.player__author:before {
  content: 'Escucha que opinan los profesores';
  width: 100%;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.player__song {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  line-height: 1;
  margin: 0;
  font-size: 12px;
  color: #171717;
  font-family: "Space Mono", monospace;
  text-align: center;
  color: #171717;
  border: 1px solid #21fda3;
  width: 60px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  padding: 4px 0;
}

.title2 {
  border-bottom: 1px solid #00ff98;
  margin: 5vw 0;
}

.title2 h4 {
  padding: 0 0 20px 0 !important;
}

.cifras {
  margin: 0 0 10vw 0;
  width: 100%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cifras:before {
  content: '';
  position: absolute;
  bottom: -5vh;
  left: 50%;
  width: 1px;
  height: 10vh;
  background-color: #00ff98;
}

.cifras .cifras-point {
  position: absolute;
  bottom: 0;
  width: 1px;
}

.cifras.fixed .cifras-bg {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fffdb2;
}

.cifras.fixed .cifras-bg figure > div:before {
  opacity: .6;
}

.cifras.fixed .cifras-bg img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3 !important;
}

.cifras.absolute .cifras-bg {
  position: absolute;
  top: auto;
  bottom: 0;
}

.cifras .cifras-bg {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.cifras .cifras-bg #cifra {
  position: relative;
  margin: 0;
  width: 40%;
  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;
}

.cifras .cifras-bg #cifra > div {
  position: absolute;
  overflow: hidden;
}

.cifras .cifras-bg #cifra > div:first-child span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  color: #171717;
  text-align: center;
  margin: auto;
  font-family: "Space Mono", monospace;
}

.cifras .cifras-bg #cifra em {
  display: block;
  font-style: normal;
  font-family: "Space Mono", monospace;
  font-size: calc(24px + 12vw);
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.cifras .cifras-bg #cifra em:after {
  content: '%';
}

.cifras .cifras-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.cifras .cifras-bg span {
  z-index: 11;
  position: absolute;
  top: 35%;
  left: 5vw;
  font-size: calc(30px + 12vw);
  font-family: "Space Mono", monospace;
  font-weight: 200;
  pointer-events: none;
  letter-spacing: 1vw;
  color: #c73328;
}

.cifras .cifras-bg span img {
  width: 20px;
}

.cifras .cifras-bg .dead {
  left: auto;
  right: 5vw;
}

.cifras .cifras-text {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
  height: 100%;
}

.cifras .cifras-text > div {
  position: relative;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10vw;
}

.cifras .cifras-text > div > span {
  position: absolute;
  top: -50vh;
  width: 1px;
}

.cifras .cifras-text > div p {
  text-align: left;
  max-width: none;
  margin: 0 auto;
  font-size: calc(22px + 2vw);
  line-height: 120%;
  letter-spacing: -.1vw;
}

.cifras .cifras-text > div p strong {
  font-weight: 500;
}

#cursor {
  pointer-events: none;
  fill: #ff007e;
  opacity: .8;
  -webkit-transition: fill cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.3s;
  transition: fill cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.3s;
}

#cursor .cursor-anim {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #FFF;
  opacity: .08;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.71, 0, 0.05, 1.15) 0.7s;
  transition: all cubic-bezier(0.71, 0, 0.05, 1.15) 0.7s;
}

#cursor .cursor-anim.animate {
  -webkit-transform: translate3d(10px, 5px, 0);
  transform: translate3d(10px, 5px, 0);
  width: 50px;
  height: 50px;
  opacity: .1;
 /*opacity: 0 !important*/;
}

#cursor .cursor-anim:before {
  z-index: 999999;
  content: '';
  position: absolute;
  top: -110%;
  left: -50%;
  width: 300%;
  height: 300%;
  background: url(../images/noise.png) repeat;
  -webkit-animation: grain 6s steps(10) infinite;
  animation: grain 6s steps(10) infinite;
  opacity: .4;
  pointer-events: none;
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:400;src:url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:700;src:url("https://e00.uecdn.es/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family:Roboto_condensed;font-style:normal;font-weight:400;src:url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family:Roboto_condensed;font-style:normal;font-weight:700;src:url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff") format("woff");
}

@media (max-width: 1290px) {
  .subheader,.site-header-nc.inside .site-logo .logo {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 1180px) {
  .article .article-hero .article-hero_claim h3 {
    display: none;
  }

  .article .article-hero .row .article-title {
    position: absolute;
    width: 70%;
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  .article .article-hero .row .col-60 {
    margin-left: auto;
  }

  .uestudio {
    display: none;
  }

  .article .article-hero .columns {
    width: 65vw;
  }

  .article .article-hero .row .col-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 1080px) {
  .article .article-main .infografia .infografia-list {
    display: none;
  }

  .article .article-main .infografia .infografia-text > div,.article .article-main .infografia .infografia-text {
    position: relative;
  }

  .article .article-main .infografia .infografia-text {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
  }

  .article .article-main .infografia .infografia-text > div {
    margin-bottom: 40px;
  }

  .article .article-main .infografia .infografia-text small span,.article .article-main .infografia .infografia-text p span,.article .article-main .infografia .infografia-text figure img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .article .article-main .infografia .infografia-text figure img {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .header .header-logo {
    display: none;
  }

  .grafico .col-30,.grafico .grafico-txt {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .grafico .grafico-data {
    margin-bottom: 50px;
  }

  .grafico .grafico-data .left img,.grafico .grafico-data .right img {
    width: 70%;
  }

  .podcast .player {
    margin: calc(20px + 5vw) auto calc(20px + 5vw) auto;
  }

  .podcast .col-40,.podcast .col-60 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .podcast .col-60 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .podcast .col-40 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .alumnos .col-50 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .alumnos h6 {
    width: 70%;
  }
}

@media (max-width: 882px) {
  .site-header-nc.inside .nav-tabs li a {
    padding: 15px 9px;
  }
}

@media (max-width: 806px) {
  .site-header-nc.inside .nav-tabs li a {
    padding: 15px 5px;
    font-size: 14px;
  }
}

@media (max-width: 688px) {
  .site-header-nc.inside .nav-tabs li a {
    padding: 15px 3px;
    font-size: 12px;
  }

  .subheader .narcos {
    font-size: 16px;
  }

  .subheader .rrss a {
    width: 50px;
  }

  .subheader .netflix a {
    max-width: 60px;
  }
}

@media (max-width: 680px) {
  #cursor {
    display: none;
  }

  .header .header-elmundo a img {
    min-width: 60px;
    max-width: 100px;
  }

  .header .header-client a img {
    min-width: 60px;
    max-width: 152px;
  }

  .article .article-main .first .col-40,.article .article-main .first .col-60 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .article .article-main .first .col-40 {
    margin-bottom: calc(30px + 5vw);
  }

  .player__timeline {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
}

@media (max-width: 600px) {
  .site-header-nc.inside .nav-tabs {
    display: none;
  }
}

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

  to {
    opacity: .5;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

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

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes sound {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flicker {
  0%,19.999%,22%,62.999%,64%,64.999%,70%,100% {
    opacity: .99;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px, 0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
  }

  20%,21.999%,63%,63.999%,65%,69.999% {
    opacity: 0.4;
    text-shadow: none;
  }
}

@keyframes flicker {
  0%,19.999%,22%,62.999%,64%,64.999%,70%,100% {
    opacity: .99;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px, 0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
  }

  20%,21.999%,63%,63.999%,65%,69.999% {
    opacity: 0.4;
    text-shadow: none;
  }
}

@-webkit-keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 9rem, 0);
    transform: translate3d(0, 9rem, 0);
  }

  10% {
    -webkit-transform: translate3d(-1rem, -4rem, 0);
    transform: translate3d(-1rem, -4rem, 0);
  }

  20% {
    -webkit-transform: translate3d(-8rem, 2rem, 0);
    transform: translate3d(-8rem, 2rem, 0);
  }

  30% {
    -webkit-transform: translate3d(9rem, -9rem, 0);
    transform: translate3d(9rem, -9rem, 0);
  }

  40% {
    -webkit-transform: translate3d(-2rem, 7rem, 0);
    transform: translate3d(-2rem, 7rem, 0);
  }

  50% {
    -webkit-transform: translate3d(-9rem, -4rem, 0);
    transform: translate3d(-9rem, -4rem, 0);
  }

  60% {
    -webkit-transform: translate3d(2rem, 6rem, 0);
    transform: translate3d(2rem, 6rem, 0);
  }

  70% {
    -webkit-transform: translate3d(7rem, -8rem, 0);
    transform: translate3d(7rem, -8rem, 0);
  }

  80% {
    -webkit-transform: translate3d(-9rem, 1rem, 0);
    transform: translate3d(-9rem, 1rem, 0);
  }

  90% {
    -webkit-transform: translate3d(6rem, -5rem, 0);
    transform: translate3d(6rem, -5rem, 0);
  }

  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
    transform: translate3d(-7rem, 0, 0);
  }
}

@keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 9rem, 0);
    transform: translate3d(0, 9rem, 0);
  }

  10% {
    -webkit-transform: translate3d(-1rem, -4rem, 0);
    transform: translate3d(-1rem, -4rem, 0);
  }

  20% {
    -webkit-transform: translate3d(-8rem, 2rem, 0);
    transform: translate3d(-8rem, 2rem, 0);
  }

  30% {
    -webkit-transform: translate3d(9rem, -9rem, 0);
    transform: translate3d(9rem, -9rem, 0);
  }

  40% {
    -webkit-transform: translate3d(-2rem, 7rem, 0);
    transform: translate3d(-2rem, 7rem, 0);
  }

  50% {
    -webkit-transform: translate3d(-9rem, -4rem, 0);
    transform: translate3d(-9rem, -4rem, 0);
  }

  60% {
    -webkit-transform: translate3d(2rem, 6rem, 0);
    transform: translate3d(2rem, 6rem, 0);
  }

  70% {
    -webkit-transform: translate3d(7rem, -8rem, 0);
    transform: translate3d(7rem, -8rem, 0);
  }

  80% {
    -webkit-transform: translate3d(-9rem, 1rem, 0);
    transform: translate3d(-9rem, 1rem, 0);
  }

  90% {
    -webkit-transform: translate3d(6rem, -5rem, 0);
    transform: translate3d(6rem, -5rem, 0);
  }

  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
    transform: translate3d(-7rem, 0, 0);
  }
}

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