@charset "UTF-8";
@font-face {
  font-family: 'arvoregular';
  src: url("../font/arvo-regular-webfont.woff2") format("woff2"), url("../font/arvo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html,
body {
  height: 100%; }

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: transparent url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease; }
  .loader.show {
    opacity: 1;
    visibility: visible; }
  .loader.hide {
    opacity: 0;
    visibility: hidden;
    display: none; }
  .loader .loader-barra {
    width: 0;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fec60f; }
  .loader .logo {
    width: 169px;
    height: 133px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: transparent url(../img/red.png) no-repeat center center;
    background-size: contain; }

.ctx-menu {
  width: 550px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: transparent url(../img/bg-menu.png) no-repeat center center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  .ctx-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  @media screen and (max-width: 1024px) {
    .ctx-menu {
      width: 470px; } }
  @media screen and (max-width: 480px) {
    .ctx-menu {
      width: 300px; } }
  .ctx-menu ul {
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    top: 200px;
    width: 300px;
    left: 50px;
    z-index: 10;
    list-style: none; }
    @media screen and (max-width: 480px) {
      .ctx-menu ul {
        top: 100px;
        width: 240px;
        left: 20px; } }
    .ctx-menu ul li {
      position: relative;
      display: block;
      height: 35px;
      width: 100%;
      text-align: left;
      margin-bottom: 15px; }
      @media screen and (max-width: 480px) {
        .ctx-menu ul li {
          margin-bottom: 10px; } }
      .ctx-menu ul li a {
        font-family: 'arvoregular';
        font-size: 17px;
        text-decoration: none;
        outline: 0;
        line-height: 25px;
        letter-spacing: 2px;
        color: #fff;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        transition: all 200ms ease; }
        @media screen and (min-width: 1024px) {
          .ctx-menu ul li a {
            font-size: 15px;
            line-height: 22px;
            letter-spacing: 1px; } }
        @media screen and (max-width: 480px) {
          .ctx-menu ul li a {
            font-size: 14px; } }
    .ctx-menu ul li > a:before {
      content: "";
      position: absolute;
      height: 2px;
      bottom: 0;
      left: 2px;
      width: 200px;
      background-color: #cacaca;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media screen and (min-width: 1024px) {
        .ctx-menu ul li > a:before {
          font-size: 15px;
          line-height: 22px;
          letter-spacing: 1px; } }
    .ctx-menu ul li > a:hover:before, .ctx-menu ul li > a.active:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  opacity: 0;
  visibility: hidden; }
  .wrapper.active {
    opacity: 1;
    visibility: visible; }

.hamburger {
  position: fixed;
  top: 40px;
  left: 30px;
  z-index: 1000;
  background: transparent;
  display: block;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }
  @media screen and (max-width: 640px) {
    .hamburger {
      top: 20px;
      left: 20px; } }
  .hamburger .hamburger-box {
    width: 30px; }
  .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner {
    width: 30px; }
  .hamburger .hamburger-inner {
    background-color: #fff; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 2px; }

.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  background-color: #fff !important; }

#pp-nav {
  display: none; }

/*#pp-nav li .active span, .pp-slidesNav .active span {
    background: #fff;
}*/
.section {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  background: transparent url(../img/bg.jpg) no-repeat center center;
  background-size: cover; }
  .section .logo-ini {
    width: 824px;
    height: 133px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background: transparent url(../img/red.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media screen and (max-width: 1200px) {
      .section .logo-ini {
        width: 600px;
        height: 97px;
        top: 80px; } }
    @media screen and (max-width: 480px) {
      .section .logo-ini {
        width: 270px;
        height: 72px;
        top: 90px;
        background: transparent url(../img/logo-mobile.png) no-repeat center center;
        background-size: contain; } }
  .section .bg-candidatos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .section .bg-candidatos {
        background: transparent url(../img/bg-mobile.jpg) no-repeat center center;
        background-size: cover; } }
    .section .bg-candidatos .rec-amarillo {
      width: 188px;
      height: 501px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: transparent url(../img/rec-amarillo.png) no-repeat center center;
      background-size: cover;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      .section .bg-candidatos .rec-amarillo.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
      @media screen and (max-width: 1024px) {
        .section .bg-candidatos .rec-amarillo {
          width: 120px;
          height: 320px; } }
      @media screen and (max-width: 640px) {
        .section .bg-candidatos .rec-amarillo {
          width: 100px;
          height: 100px;
          background: transparent url(../img/bg-menu-mobile.png) no-repeat center center;
          background-size: contain; } }
    .section .bg-candidatos .rec-celeste {
      width: 188px;
      height: 501px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      background: transparent url(../img/rec-celeste.png) no-repeat center center;
      background-size: cover;
      display: block;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      .section .bg-candidatos .rec-celeste.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
      @media screen and (max-width: 1024px) {
        .section .bg-candidatos .rec-celeste {
          width: 120px;
          height: 320px; } }
      @media screen and (max-width: 480px) {
        .section .bg-candidatos .rec-celeste {
          display: none; } }
    .section .bg-candidatos .bg-guiller {
      width: 48%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent url(../img/bg-guiller.png) no-repeat center center;
      background-size: cover;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease; }
      .section .bg-candidatos .bg-guiller.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }
      @media screen and (max-width: 768px) {
        .section .bg-candidatos .bg-guiller {
          background: transparent url(../img/bg-guiller.png) no-repeat -310px center;
          background-size: cover; } }
      @media screen and (max-width: 480px) {
        .section .bg-candidatos .bg-guiller {
          display: none; } }
    .section .bg-candidatos .bg-pinera {
      width: 48%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: transparent url(../img/bg-pinera.png) no-repeat center center;
      background-size: cover;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease; }
      .section .bg-candidatos .bg-pinera.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }
      @media screen and (max-width: 768px) {
        .section .bg-candidatos .bg-pinera {
          background: transparent url(../img/bg-pinera.png) no-repeat -210px center;
          background-size: cover; } }
      @media screen and (max-width: 480px) {
        .section .bg-candidatos .bg-pinera {
          display: none; } }
  .section .intro {
    font-family: 'arvoregular';
    font-size: 28px;
    color: #fff;
    width: 75%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 12.5%;
    margin: auto;
    z-index: 10;
    text-transform: uppercase;
    line-height: 33px;
    padding: 20px 0;
    border-top: 1px solid #262d51;
    border-bottom: 1px solid #262d51;
    letter-spacing: 2px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
    .section .intro .amarillo {
      color: #fec70d; }
    .section .intro .azul {
      color: #67b7fc; }
    .section .intro.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    @media screen and (max-width: 1770px) {
      .section .intro {
        font-size: 25px;
        line-height: 30x; } }
    @media screen and (max-width: 1500px) {
      .section .intro {
        font-size: 22px;
        line-height: 27x; } }
    @media screen and (max-width: 1366px) {
      .section .intro {
        font-size: 20px; } }
    @media screen and (max-width: 1280px) {
      .section .intro {
        font-size: 18px; } }
    @media screen and (max-width: 1120px) {
      .section .intro {
        font-size: 16px; } }
    @media screen and (max-width: 1024px) {
      .section .intro {
        width: 85%;
        font-size: 16px;
        line-height: 26px;
        left: 7.5%; } }
    @media screen and (max-width: 768px) {
      .section .intro {
        width: 80%;
        line-height: 20px;
        left: 10%; } }
    @media screen and (max-width: 480px) {
      .section .intro {
        width: 90%;
        left: 5%;
        font-size: 12px;
        line-height: 14px; } }
  .section .intro2 {
    font-family: 'arvoregular';
    font-size: 19px;
    color: #fff;
    width: 60%;
    height: auto;
    position: absolute;
    top: 40px;
    left: 20%;
    z-index: 10;
    text-transform: uppercase;
    line-height: 27px;
    padding: 20px 0;
    border-top: 1px solid #262d51;
    border-bottom: 1px solid #262d51;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease; }
    .section .intro2 .amarillo {
      color: #fec70d; }
    .section .intro2 .azul {
      color: #67b7fc; }
    @media screen and (max-width: 1280px) {
      .section .intro2 {
        font-size: 17px;
        width: 70%;
        top: 30px;
        left: 15%;
        line-height: 20px; } }
    @media screen and (max-width: 1100px) {
      .section .intro2 {
        font-size: 15px;
        line-height: 20px; } }
    @media screen and (max-width: 1024px) {
      .section .intro2 {
        width: 60%;
        font-size: 14px;
        left: 20%; } }
    @media screen and (max-width: 900px) {
      .section .intro2 {
        font-size: 13px; } }
    .section .intro2 .salto {
      display: block; }
      @media screen and (max-width: 1024px) {
        .section .intro2 .salto {
          display: none; } }
    @media screen and (max-width: 480px) {
      .section .intro2 {
        width: 80%;
		    left: 10%;
		    font-size: 12px;
			line-height: 13px;
			padding: 10px 0;
			top: 70px; } }
    @media screen and (max-width: 320px) {
      .section .intro2 {
        width: 80%;
			left: 10%;
			font-size: 9px;
			line-height: 11px;
			padding: 10px 0;
			top: 70px; } }
        
        
        
  .section .rec-amarillo2 {
    width: 175px;
    height: 179px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/rec-amarillo2.png) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .section .rec-amarillo2 {
        width: 100px;
        height: 100px;
        background: transparent url(../img/bg-menu-mobile.png) no-repeat center center;
        background-size: contain; } }
  .section .rec-celeste2 {
    width: 175px;
    height: 179px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: transparent url(../img/rec-celeste2.png) no-repeat center center;
    background-size: cover;
    display: block; }
    @media screen and (max-width: 640px) {
      .section .rec-celeste2 {
        display: none; } }
  .section .ctx-candidatos {
    width: 90%;
    height: 58%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease; }
    @media screen and (max-width: 1500px) {
      .section .ctx-candidatos {
        height: 55%; } }
    @media screen and (max-width: 1366px) {
      .section .ctx-candidatos {
        height: 52%; } }
    @media screen and (max-width: 1200px) {
      .section .ctx-candidatos {
        height: 48%; } }
    @media screen and (max-width: 1100px) {
      .section .ctx-candidatos {
        height: 41%; } }
    @media screen and (max-width: 1024px) {
      .section .ctx-candidatos {
        height: 39%; } }
    @media screen and (max-width: 768px) {
      .section .ctx-candidatos {
        height: 70%; } }
    @media screen and (max-width: 480px) {
      .section .ctx-candidatos {
        height: 60%;
        top: 110px; } }
    @media screen and (max-width: 320px) {
      .section .ctx-candidatos {
        height: 62%;
        top: 80px; } }
    .section .ctx-candidatos .bg-guiller {
      position: absolute;
      width: 48%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media screen and (max-width: 768px) {
        .section .ctx-candidatos .bg-guiller {
          height: 48%;
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .section .ctx-candidatos .bg-guiller {
          width: 48%;
          height: 92%;
          top: 0%; } }
      .section .ctx-candidatos .bg-guiller .imagen-candidato {
        width: 100%;
        padding-bottom: 75%;
        position: absolute;
        left: 0;
        top: 0;
        background: transparent url(../img/guiller-intro.png) no-repeat center center;
        background-size: contain;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .section .ctx-candidatos .bg-guiller .imagen-candidato {
            padding-bottom: 49%; } }
        @media screen and (max-width: 480px) {
          .section .ctx-candidatos .bg-guiller .imagen-candidato {
            background: transparent url(../img/mobile-guiller.png) no-repeat center center;
            background-size: contain;
            padding-bottom: initial;
            height: 100%; } }
        .section .ctx-candidatos .bg-guiller .imagen-candidato:hover {
          background: transparent url(../img/guiller-intro-over.png) no-repeat center center;
          background-size: contain; }
          @media screen and (max-width: 480px) {
            .section .ctx-candidatos .bg-guiller .imagen-candidato:hover {
              background: initial;
              background-size: initial; } }
    .section .ctx-candidatos .bg-pinera {
      position: absolute;
      width: 48%;
      height: 100%;
      right: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media screen and (max-width: 768px) {
        .section .ctx-candidatos .bg-pinera {
          height: 48%;
          width: 100%;
          top: initial;
          bottom: 0; } }
      @media screen and (max-width: 480px) {
        .section .ctx-candidatos .bg-pinera {
          width: 48%;
          height: 92%;
          top: 0%; } }
      .section .ctx-candidatos .bg-pinera .imagen-candidato {
        width: 100%;
        padding-bottom: 75%;
        position: absolute;
        right: 0;
        top: 0;
        background: transparent url(../img/pinera-intro.png) no-repeat center center;
        background-size: contain;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .section .ctx-candidatos .bg-pinera .imagen-candidato {
            padding-bottom: 49%; } }
        @media screen and (max-width: 480px) {
          .section .ctx-candidatos .bg-pinera .imagen-candidato {
            background: transparent url(../img/mobile-pinera.png) no-repeat center center;
            background-size: contain;
            padding-bottom: initial;
            height: 100%; } }
        .section .ctx-candidatos .bg-pinera .imagen-candidato:hover {
          background: transparent url(../img/pinera-intro-over.png) no-repeat center center;
          background-size: contain; }
          @media screen and (max-width: 480px) {
            .section .ctx-candidatos .bg-pinera .imagen-candidato:hover {
              background: initial;
              background-size: initial; } }
  .section .guiller-habla {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    height: 100%;
    background: transparent url(../img/guiller-color.png) no-repeat left top;
    background-size: cover;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease; }
    @media screen and (max-width: 1280px) {
      .section .guiller-habla {
        width: 57%; } }
    @media screen and (max-width: 480px) {
      .section .guiller-habla {
        width: 100%; } }
    .section .guiller-habla .cuadro {
      width: 219px;
      height: 240px;
      position: absolute;
      top: 20%;
      left: 57%;
      background: transparent url(../img/guiller-cuadro.png) no-repeat center center;
      background-size: contain;
      opacity: 0;
      display: block;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media screen and (max-width: 1280px) {
        .section .guiller-habla .cuadro {
          width: 199px;
          height: 220px; } }
      @media screen and (max-width: 1100px) {
        .section .guiller-habla .cuadro {
          width: 189px;
          height: 210px; } }
      @media screen and (max-width: 1024px) {
        .section .guiller-habla .cuadro {
          width: 179px;
          height: 200px; } }
      @media screen and (max-width: 480px) {
        .section .guiller-habla .cuadro {
          display: none !important; } }
      .section .guiller-habla .cuadro:after {
        content: 'Estoy programado para que conversemos sobre lo más importante de mi programa y mi vida personal. ¿Qué quieres saber?';
        width: 385px;
        height: auto;
        position: absolute;
        bottom: -110px;
        right: -190px;
        font-family: 'arvoregular';
        font-size: 13px;
        color: #fff;
        text-align: right;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 17px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        transition: all 200ms ease; }
        @media screen and (max-width: 1366px) {
          .section .guiller-habla .cuadro:after {
            right: -140px; } }
        @media screen and (max-width: 1150px) {
          .section .guiller-habla .cuadro:after {
            font-size: 11px;
            right: -110px; } }
        @media screen and (max-width: 1024px) {
          .section .guiller-habla .cuadro:after {
            width: 300px;
            right: -50px; } }
  .section .ctx-ifrma-guiller {
    width: 400px;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10%;
    overflow: hidden; }
    .section .ctx-ifrma-guiller iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .section .ctx-ifrma-guiller .mask {
      width: 101%;
      height: 110px;
      top: 0;
      left: 0;
      position: absolute;
      background: #68b7fc;
      z-index: 10; }
      .section .ctx-ifrma-guiller .mask .name {
        font-family: 'arvoregular';
        font-size: 20px;
        color: #fff;
        text-align: center;
        letter-spacing: 3px;
        width: 100%;
        height: 15px;
        line-height: 45px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .section .ctx-ifrma-guiller .mask .name {
            font-size: 15px; } }
    @media screen and (max-width: 1600px) {
      .section .ctx-ifrma-guiller {
        right: 8%; } }
    @media screen and (max-width: 1280px) {
      .section .ctx-ifrma-guiller {
        width: 300px;
        height: 400px;
        right: 6%; } }
    @media screen and (max-width: 480px) {
      .section .ctx-ifrma-guiller {
        width: 270px;
        height: 320px;
        right: 0;
        left: 0; } }
  .section .pinera-habla {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease; }
    @media screen and (max-width: 1280px) {
      .section .pinera-habla {
        width: 57%; } }
    @media screen and (max-width: 480px) {
      .section .pinera-habla {
        width: 100%; } }
    .section .pinera-habla .cuadro {
      width: 219px;
      height: 240px;
      position: absolute;
      top: 20%;
      right: 57%;
      background: transparent url(../img/pinera-cuadro.png) no-repeat center center;
      background-size: contain;
      opacity: 0;
      display: block;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media screen and (max-width: 1280px) {
        .section .pinera-habla .cuadro {
          width: 199px;
          height: 220px; } }
      @media screen and (max-width: 1100px) {
        .section .pinera-habla .cuadro {
          width: 189px;
          height: 210px; } }
      @media screen and (max-width: 1024px) {
        .section .pinera-habla .cuadro {
          width: 179px;
          height: 200px; } }
      @media screen and (max-width: 480px) {
        .section .pinera-habla .cuadro {
          display: none !important; } }
      .section .pinera-habla .cuadro:after {
        content: 'Estoy programado para que conversemos sobre lo más importante de mi programa y mi vida personal. ¿Qué quieres saber?';
        width: 385px;
        height: auto;
        position: absolute;
        bottom: -110px;
        left: -200px;
        font-family: 'arvoregular';
        font-size: 13px;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 17px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        transition: all 200ms ease; }
        @media screen and (max-width: 1366px) {
          .section .pinera-habla .cuadro:after {
            left: -140px; } }
        @media screen and (max-width: 1150px) {
          .section .pinera-habla .cuadro:after {
            font-size: 11px;
            left: -110px; } }
        @media screen and (max-width: 1024px) {
          .section .pinera-habla .cuadro:after {
            width: 300px;
            left: -50px; } }
  .section .ctx-ifrma-pinera {
    width: 400px;
    height: 500px;
    position: relative;
    top: 30px;
    bottom: 0;
    margin: auto; }
    .section .ctx-ifrma-pinera iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .section .ctx-ifrma-pinera .mask {
      width: 101%;
      height: 110px;
      top: 0;
      left: 0;
      position: absolute;
      background: #68b7fc;
      z-index: 10; }
      .section .ctx-ifrma-pinera .mask .name {
        font-family: 'arvoregular';
        font-size: 20px;
        color: #fff;
        text-align: center;
        letter-spacing: 3px;
        width: 100%;
        height: 15px;
        line-height: 45px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .section .ctx-ifrma-pinera .mask .name {
            font-size: 15px; } }
    @media screen and (max-width: 1600px) {
      .section .ctx-ifrma-pinera {
        left: 0%; } }
    @media screen and (max-width: 1280px) {
      .section .ctx-ifrma-pinera {
        width: 300px;
        height: 400px;
        left: 0%; } }
    @media screen and (max-width: 480px) {
      .section .ctx-ifrma-pinera {
        width: 270px;
        height: 320px;
        right: 0;
        left: 0; } }
  .section .ctx-big {
    width: 80%;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto; }
    .section .ctx-big .bg-test {
      width: 100%;
      padding-bottom: 15%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent url(../img/1.png) no-repeat center center;
      background-size: cover;
      z-index: 2; }
      .section .ctx-big .bg-test.active {
        background: transparent url(../img/2.png) no-repeat center center;
        background-size: cover; }
    .section .ctx-big .bigl {
      width: 100%;
      padding-bottom: 15%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent url(../img/01.png) no-repeat center center;
      background-size: cover;
      z-index: 2;
      opacity: 0; }
    .section .ctx-big .bigr {
      width: 100%;
      padding-bottom: 15%;
      position: absolute;
      top: 0;
      right: 0;
      background: transparent url(../img/02.png) no-repeat center center;
      background-size: cover;
      z-index: 1;
      opacity: 0; }
  .section .bg-comofunciona {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/bg-comofunciona.jpg) no-repeat center center;
    background-size: cover; }
  .section .bloque-iconos {
    position: absolute;
    padding: 0;
    width: 80%;
    height: 240px;
    list-style: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .section .bloque-iconos {
        top: 200px;
		    bottom: initial;
		    left: 0;
		    right: 0; } }
        
    @media screen and (max-width: 320px) {
      .section .bloque-iconos {
        top: 170px;	
		height: 190px; } }
        
        
        
    .section .bloque-iconos .slick-track, .section .bloque-iconos .slick-list {
      height: 100%; }
    .section .bloque-iconos .slick-prev, .section .bloque-iconos .slick-next {
      display: none !important; }
    .section .bloque-iconos .slick-dots {
      position: absolute;
      bottom: -45px;
      display: block;
      width: 100px;
      left: 0;
      right: 0;
      margin: auto;
      padding: 0;
      list-style: none;
      text-align: center; }
      
      
      @media screen and (max-width: 320px) {
      .section .bloque-iconos .slick-dots {
        bottom: -20px; } }
      
      
      .section .bloque-iconos .slick-dots li {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer; }
        .section .bloque-iconos .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 25px;
          height: 20px;
          padding: 5px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent; }
          .section .bloque-iconos .slick-dots li button:before {
            font-family: slick;
            font-size: 25px;
            line-height: 20px;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 25px;
            height: 20px;
            content: "•";
            text-align: center;
            opacity: .5;
            color: white;
            -webkit-font-smoothing: antialiased; }
      .section .bloque-iconos .slick-dots .slick-active > button:before, .section .bloque-iconos .slick-dots li:hover > button:before {
        opacity: 1; }
    .section .bloque-iconos li {
      position: relative;
      display: inline-block;
      float: left;
      width: 25%; }
      @media screen and (max-width: 480px) {
        .section .bloque-iconos li {
          width: 100%; } }
      .section .bloque-iconos li img {
        width: 90%;
        height: auto;
        position: relative;
        display: block;
        margin: 0 auto;
        opacity: 0; }
        @media screen and (max-width: 480px) {
          .section .bloque-iconos li img {
            display: block !important; } }
      .section .bloque-iconos li .imguno {
        width: 76%; }
      .section .bloque-iconos li .imgdos {
        width: 82%; }
      .section .bloque-iconos li .imgcuatro {
        width: 71%; }
        
        
  
        
        
   
   
   
.section .sponsor{
        width: 255px;
		height: 130px;
       position: absolute;
       bottom:10px;
       left: 0;
       right: 0;
       margin: auto;
       background: transparent url(../img/bajada_logos.png) no-repeat center center;
       background-size: contain;
   }
      
    @media screen and (max-width: 480px) {
     	.section .sponsor{
        	width: 175px;
			height: 90px;
        } 
    }
    @media screen and (max-width: 320px) {
     	.section .sponsor{
        	width: 165px;
			height: 85px;
        } 
    }
      
      
.section .sponsor .raya{
	   width: 100%;
	   height: 60%;
	   position: absolute;
	   top:0;
	   left: 0;
	}
.section .sponsor .link{
	   width: 100%;
	   height: 20%;
	    position: absolute;
	    bottom: 10%;
	   left: 0;
	} 
        
  .section .down {
    width: 59px;
    height: 35px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background: transparent url(../img/down.png) no-repeat center center;
    background-size: contain; }
    .section .down:hover {
      opacity: .8; }
    @media screen and (max-width: 480px) {
      .section .down {
        width: 29px;
        height: 18px;
        bottom: 10px; } }
  .section .mas {
    width: 40px;
    height: 36px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background: transparent url(../img/mas.png) no-repeat center center;
    background-size: contain; }
    .section .mas:hover {
      opacity: .8; }
    @media screen and (max-width: 480px) {
      .section .mas {
        width: 29px;
        height: 27px;
        bottom: 10px; } }
  .section .down.one:before {
    content: '¿CONVERSAR CON LOS CANDIDATOS?';
    width: 120px;
    height: auto;
    position: absolute;
    top: -30px;
    left: -30px;
    font-family: 'arvoregular';
    font-size: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px; }
    @media screen and (max-width: 480px) {
      .section .down.one:before {
        left: -45px; } }
  .section .down.como:before {
    content: 'ACERCA DEL PROYECTO';
    width: 120px;
    height: auto;
    position: absolute;
    top: -30px;
    left: -30px;
    font-family: 'arvoregular';
    font-size: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px; }
    @media screen and (max-width: 480px) {
      .section .down.como:before {
        left: -45px; } }
  .section .mas.pinerahabla:before {
    content: 'HABLAR CON ALEJANDRO GUILLER';
    width: 130px;
    height: auto;
    position: absolute;
    top: -30px;
    left: -45px;
    font-family: 'arvoregular';
    font-size: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px; }
  .section .mas.guillerhabla:before {
    content: 'HABLAR CON SEBASTIAN PIÑERA';
    width: 120px;
    height: auto;
    position: absolute;
    top: -30px;
    left: -40px;
    font-family: 'arvoregular';
    font-size: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px; }

.section .ctx-ifrma-pinera iframe .b-agent-demo {
  background: red; }

.b-agent-demo .b-agent-demo_powered_by {
  display: none !important; }
