@charset "UTF-8";
/* Si comentamos asi, si se ve */
/*-------------------*\
    $RESET
\*-------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*-------------------*\
    $MEDIA-PRINT
\*-------------------*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/*-------------------*\
    $FONT-FACE
\*-------------------*/
@font-face {
  font-family: "ITCAvantGardeGothicStdBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/itcavantgardestd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd-bold-webfont.woff") format("woff"), url("../fonts/itcavantgardestd-bold-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "ITCAvantGardeGothicStdDemi";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/itcavantgardestd-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd-demi-webfont.woff") format("woff"), url("../fonts/itcavantgardestd-demi-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "ITCAvantGardeGothicStdBook";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/itcavantgardestd-bk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd-bk-webfont.woff") format("woff"), url("../fonts/itcavantgardestd-bk-webfont.ttf") format("truetype"); }
/*-------------------*\
    generic
\*-------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  background: white;
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  background-image: url("../images/micro-mosaico-fondo.jpg");
  background-repeat: repeat;
  background-size: 400px; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: "ITCAvantGardeGothicStdBook", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #262626; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.container {
  height: 100%;
  position: relative; }

.deco-section {
  min-height: 100%;
  text-align: center;
  z-index: 11; }

.info-section {
  background-image: url("../images/oso-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 75%;
  margin-left: 25%; }

.deco-block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px;
  padding-top: 200px; }

.deco-block img {
  width: 100%; }

/*-------------------*\
    modal
\*-------------------*/
.modal {
  color: #333333;
  display: none;
  z-index: 33;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  visibility: hidden;
  transition: z-index 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, visibility 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; }

.modal.show-modal {
  transition: none;
  visibility: visible;
  display: block;
  z-index: 99; }

.modal.show-modal .modal-wrapper {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.modal .modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: orange; }

[data-target='modal-1'] .modal-wrapper {
  background-color: rgba(0, 0, 0, 0.85); }

[data-target='modal-2'] .modal-wrapper {
  background-color: orange; }

.modal-content {
  position: relative;
  /*top: 20%;
  left: 0;*/
  background-color: white;
  width: 90%;
  /*height: 80%;*/
  max-width: 800px;
  margin: 10% auto;
  text-align: left;
  padding: 45px; }

.modal-content--cmn {
  margin: 20% auto;
  /*height: 250px;*/
  padding: 70px 15px 50px; }

.cmn-step-hide{
  display: none;
}

.image-column-left {
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden; }

.image-column-left img {
  width: 100%;
  max-height: 100%; }

.text-column-right {
  height: 100%;
  overflow-y: scroll;
  float: left;
  width: 75%; }

.text-column-right h2 {
  color: #ff5800;
  font-size: 20px;
  line-height: 25px; }

.text-column-right strong {
  color: #ff5800;
  font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif; }

/* x cerrar start */
.modal .close {
  z-index: 100;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.modal .close:before,
.modal .close:after {
  width: 2px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.modal .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modal .close:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.modal .close:hover:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*-------------------*\
    intro
\*-------------------*/
.loading-wrapper {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url("../images/cargando-deco-4k.gif");
  background-repeat: no-repeat;
  background-size: 350px 84px;
  background-position: center center; }

.intro-wrapper {
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999; }

.deco-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.deco-step--relative {
  position: relative; }

.deco-step .deco-step-wrap {
  margin: 0 auto;
  max-width: 800px;
  position: relative; }

.deco-step img.img {
  width: 100%;
  opacity: 0; }

.show .deco-step img.img {
  opacity: 1;
  -webkit-transition: opacity 6s;
  transition: opacity 6s; }

.deco-step-out {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.show .deco-step-out {
  -webkit-transition: top 1s;
  transition: top 1s;
  top: 1%;
  -webkit-transition-delay: 7s;
  transition-delay: 7s; }

.intro-text {
  position: absolute;
  top: 50%;
  right: -24%;
  width: 50%; }

.show .intro-text {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transition-delay: 7s;
  transition-delay: 7s; }

.intro-text-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 200%;
  -webkit-transition: left 800ms;
  transition: left 800ms; }

.show .intro-text-img {
  left: 0; }

.intro-text-img:nth-child(1) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s; }

.intro-text-img:nth-child(2) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s; }

.intro-text-img:nth-child(3) {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s; }

.intro-text2 {
  position: absolute;
  bottom: 20%;
  left: 33%;
  width: 35%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  text-align: center; }

.intro-text2 img {
  width: 100%;
  max-width: 357px; }

.intro-text2.show-text2 {
  opacity: 1; }

.colash-image {
  position: absolute;
  height: 50%;
  width: 33.33%; }

.colash-image:nth-child(1) {
  top: 0%;
  left: 0%; }

.colash-image:nth-child(2) {
  top: 0%;
  left: 33.33%; }

.colash-image:nth-child(3) {
  top: 0%;
  left: 66.66%; }

.colash-image:nth-child(4) {
  top: 50%;
  left: 0%; }

.colash-image:nth-child(5) {
  top: 50%;
  left: 33.33%; }

.colash-image:nth-child(6) {
  top: 50%;
  left: 66.66%; }

.colash-image-inner {
  position: relative;
  width: 100%;
  height: 100%; }

.colash-image .front {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.colash-image .back {
  background-image: url("../images/prueba.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%; }

.colash-image:nth-child(1) .back {
  background-image: url("../images/mosaico/big-bang.jpg"); }

.colash-image:nth-child(2) .back {
  background-image: url("../images/mosaico/guerra-mundial-z.jpg"); }

.colash-image:nth-child(3) .back {
  background-image: url("../images/mosaico/juego-de-tronos.jpg"); }

.colash-image:nth-child(4) .back {
  background-image: url("../images/mosaico/rogue.jpg"); }

.colash-image:nth-child(5) .back {
  background-image: url("../images/mosaico/tadeo.jpg"); }

.colash-image:nth-child(6) .back {
  background-image: url("../images/mosaico/vikings.jpg"); }

.jump-intro {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  left: calc(50% - 100px);
  width: 200px;
  text-align: center; }
  .jump-intro .remote-control {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 5px; }
  .jump-intro p {
    padding-left: 5px;
    margin-top: 26px;
    color: white;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
    font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif; }
  .jump-intro img {
    width: 30px; }

[data-target='animation-hide'] {
  opacity: 0; }

@media only screen and (max-width: 1200px) {
  .colash-image {
    height: 50%;
    width: 50%; }

  .colash-image:nth-child(1) {
    top: 0%;
    left: 0%; }

  .colash-image:nth-child(2) {
    top: 0%;
    left: 50%; }

  .colash-image:nth-child(3) {
    display: none; }

  .colash-image:nth-child(4) {
    top: 50%;
    left: 0%; }

  .colash-image:nth-child(5) {
    top: 50%;
    left: 50%; }

  .colash-image:nth-child(6) {
    display: none; } }
@media only screen and (max-width: 480px) {
  .colash-image {
    height: 50%;
    width: 100%; }

  .colash-image:nth-child(1) {
    top: 0%;
    left: 0%; }

  .colash-image:nth-child(2) {
    display: none; }

  .colash-image:nth-child(3) {
    top: 50%;
    left: 0%; }

  .colash-image:nth-child(4) {
    display: none; }

  .colash-image:nth-child(5) {
    display: none; }

  .colash-image:nth-child(6) {
    display: none; } }
/* 1280 Escritorio grande*/
@media screen and (max-width: 80em) {
  .deco-step .deco-step-wrap {
    max-width: 650px; } }
/* 1024 Escritorio */
@media screen and (max-width: 64em) {
  .deco-step .deco-step-wrap {
    max-width: 580px; } }
/* 960 Tablets en horizontal y Escritorios pequeños */
@media screen and (max-width: 60em) {
  .deco-step .deco-step-wrap {
    max-width: 480px; } }
/* 768 Moviles en horizontal o tablets */
@media screen and (max-width: 48em) {
  .deco-step .deco-step-wrap {
    width: 72%;
    margin-left: 5%; }

  .show .deco-step-out {
    top: 0; } }
/* 576 Móviles en vertical */
@media screen and (max-width: 36em) {
  .deco-step .deco-step-wrap {
    width: 90%;
    margin-left: 5%; }

  .intro-text {
    top: 110%;
    right: 25%;
    width: 50%; } }
/* 480 Móviles en vertical */
@media screen and (max-width: 30em) {
  .intro-text {
    top: 110%;
    right: 25%;
    width: 50%; } }
/* 320 Móviles pequeños */
/*-------------------*\
    header
\*-------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
/*  border-top: 4px solid #ff5800;
  border-top: 4px solid #ff5800;*/
  z-index: 22;
  background-color: #ff5800; }

.logo {
  width: 150px;
  /*position: relative;*/
  /*top: 20px;
  left: 20px;*/
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 2px; }

.lang-menu {
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px; }

.lang-menu ul {
  margin: 0;
  margin: 0; }

.lang-menu li {
  border: 1px solid #ff5800;
  background-color: #fff;
  color: #ff5800;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s; }

.lang-menu li.active,
.lang-menu li:hover {
  background-color: #ff5800;
  color: #fff; }

.lang-menu li.active {
  cursor: default; }

@media only screen and (max-width: 768px) {
  .logo {
    width: 140px; } }
/*-------------------*\
    menu
\*-------------------*/
.menu-mobile {
  display: none; }

.menu-pc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

.triangle-band {
  background-image: url("../images/menu-bar.png");
  background-repeat: repeat-x;
  background-size: 8px 10px;
  /* original 23px 32px */
  background-position: top;
  width: 100%;
  height: 10px; }

.new-container{
  background-image: url("../images/micro-mosaico-fondo.jpg");
  background-repeat: repeat;
  background-size: 400px;
  background-position: top;
  text-align: center;
}
    a.legal-new-link{
      font-size: .75em;
      color: #3d3d3d;
      font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
      transition: color 0.3s ease;
    }
    a.legal-new-link:hover{
      color: #ff5800;
      transition: color 0.3s ease;
    }

.menu-iconos {
  width: 100%;
  text-align: center;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  padding-top: 14px;
 }

.menu-iconos p {
  position: absolute;
  top: -22px;
  left: -100%;
  width: 300%;
  font-size: .85em;
  text-align: center;
  color: #ff5800;
  font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 0; }

.menu-iconos li:hover p,
.menu-iconos li.active p {
  opacity: 1; }

.menu-iconos li {
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  margin-bottom: 3px;
  width: 72px;
  height: 72px;
  padding: 2px;
  -webkit-transition: width .5s ease, height .5s ease;
  transition: width .5s ease, height .5s ease;
  position: relative;
  cursor: pointer; }

/*        .menu-iconos li:hover,
        .menu-iconos li.active{
          width: 90px;
          height: 90px;
        }*/
.menu-iconos li .icon {
  width: 100%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.menu-iconos li .hover-icon {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.menu-iconos li:hover .hover-icon,
.menu-iconos li.active .hover-icon {
  opacity: 1; }

.menu-iconos li:hover .icon,
.menu-iconos li.active .icon {
  opacity: 0; }

@media only screen and (max-width: 1200px) {
  .menu-pc {
    display: none; }

  .menu-mobile {
    display: block; }

  .bg-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 333;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

  .reveal {
    opacity: .85;
    display: block;
    pointer-events: auto;
    visibility: visible; }

  .hamburger-shell {
    margin: 0;
    position: fixed;
    overflow: hidden;
    width: 70px;
    height: 78px;
    overflow: hidden;
    left: calc(50% - 35px);
    bottom: 0px;
    cursor: pointer;
    text-align: center;
    background-color: #ff5800;
    background-color: #ff5800;
    z-index: 444; }

  .top, .middle {
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: white;
    transition: all 350ms ease-in-out;
    top: 20px;
    left: 10px;
    /*Porque el padre es width 70*/ }

  .middle {
    top: 33px; }

  .menu-name {
    font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 17px;
    /*font-size: 14px;*/
    /*Euskera*/
    text-decoration: none;
    position: absolute;
    top: 40px;
    left: 0px;
    padding-left: 2px;
    transition: all 350ms;
    width: 100%;
    text-align: center; }

  .menu-name--eu {
    font-size: 14px; }

  .bump {
    top: 50px; }

  #menu {
    position: fixed;
    /*left: calc(50% - 150px);*/
    /* width margin padding */
    /*width: 300px;*/
    width: 100%;
    bottom: 95px;
    display: none;
    text-transform: uppercase;
    text-align: center;
    height: calc(100% - 100px);
    max-height: 500px;
    /*overflow: hidden;*/
    z-index: 444; }

  #menu ul {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    right: 0; }

  #menu li {
    margin-top: 12px;
    list-style: none;
    color: #ffffff;
    transition: all 150ms ease;
    font-family: "ITCAvantGardeGothicStdBold", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 25px;
    cursor: pointer; }

  #menu li.legal{
    font-family: "ITCAvantGardeGothicStdBook", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
  }

  #menu li:hover {
    color: #ff5800;
    color: #ff5800; }

  .rotate {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 25px;
    /*background-color: white;*/
    height: 4px; }

  .rotate-back {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 25px;
    /*background-color: white;*/
    height: 4px; }

  .top {
    -webkit-animation-delay: 100ms; }

  .middle {
    -webkit-animation-delay: 250ms; }

  .bottom {
    -webkit-animation-delay: 400ms; } }
/*-------------------*\
    sections
\*-------------------*/
.deco-section {
  min-height: 100%;
  text-align: center;
  z-index: 11; }
  .deco-section img.img2 {
    width: 222px;
    margin-bottom: 15px; }
  .deco-section img.img3 {
    width: 49px;
    margin-bottom: 15px; }
  .deco-section img.img4 {
    width: 106px;
    margin-bottom: 15px; }
  .deco-section img.img5 {
    width: 251px;
    margin-bottom: 15px; }
  .deco-section img.img6 {
    width: 194px;
    margin-bottom: 15px; }
  .deco-section img.img7 {
    width: 67px;
    margin-bottom: 15px; }
  .deco-section img.img7--eu {
    width: 167px; }
  .deco-section img.img8 {
    width: 184px;
    margin-bottom: 15px; }
  .deco-section img.img9 {
    width: 222px;
    margin-bottom: 15px; }
  .deco-section p {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 15px;
    width: 100%;
    max-width: 600px; }
    .deco-section p strong {
      font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
      font-size: 1.05em; }
    .deco-section p .a-icon,
    .deco-section p .gc-icon {
      position: relative;
      width: 32px;
      top: 2px; }
    .deco-section p .gc-icon {
      top: 3px;
      width: 22px; }
    .deco-section p .gc-icon--eu {
      top: 4px;
      width: 20px;
      margin: 0 1px 0 2px; }

.section2 {
  background-image: url("../images/right-block/replayteca.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.section3 {
  background-image: url("../images/right-block/rec.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.section4 {
  background-image: url("../images/right-block/replay.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.section5 {
  background-image: url("../images/right-block/te-lo-perdiste.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.section6 {
  background-image: url("../images/right-block/play-pause.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.section7 {
  background-image: url("../images/right-block/apps.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.section8 {
  background-image: url("../images/right-block/google-cast.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  width: 75%;
  margin-left: 25%;
  padding-right: 30%;
  padding-top: 5%; }

.info-section {
  position: relative;
  background-image: url("../images/fdo-oso.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 75%;
  margin-left: 25%; }
  .info-section img {
    width: 35%;
    margin-top: 15%; }

.info-section-text {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 120px 170px 120px;
  font-weight: normal; }
  .info-section-text strong {
    font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
    font-size: 1.05em; }

.deco-block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px;
  padding-top: 190px;
  text-align: center;
  -webkit-transition: width .5s, padding .5s;
  transition: width .5s, padding .5s; }

.deco-block img {
  width: 90%; }

.deco-block.hide {
  width: 0;
  padding: 0;
  overflow: hidden; }

@media only screen and (max-width: 1200px) {
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8 {
    background-size: 40%;
    width: 100%;
    margin-left: 0;
    padding-right: 40%;
    padding-top: 20%; }

  .deco-block {
    display: none; }

  .info-section {
    width: 100%;
    margin-left: 0%; }
    .info-section img {
      width: 40%;
      margin-top: 200px; }

  .info-section-text {
    padding: 30px 15px 120px 15px; } }
/* 960 Tablets en horizontal y Escritorios pequeños */
@media screen and (max-width: 60em) {
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8 {
    background-size: 40%;
    width: 100%;
    margin-left: 0;
    padding-right: 40%;
    padding-top: 30%; } }
/* 768 Moviles en horizontal o tablets */
@media screen and (max-width: 48em) {
  .info-section img {
    width: 50%; } }
/* 576 Móviles en vertical */
@media screen and (max-width: 36em) {
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8 {
    background-size: 45%;
    width: 100%;
    margin-left: 0;
    padding-right: 0%;
    padding-top: 80%; }

  .info-section img {
    width: 65%; } }
/*----------------------*\
        Lo quiero
\*----------------------*/
.deco-call-gif {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: white;
  display: inline-block;
  position: absolute;
  top: 80px;
  right: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-box-shadow: -1px 2px 24px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 24px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 24px -1px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding-top: 30px; }

/*deco-gif*/
.deco-call-gif .deco-gif {
  position: relative;
  padding: 5px 0 5px 5px; }
  .deco-call-gif .deco-gif .gifffff {
    display: inline-block;
    position: relative;
    width: 65px; }

.deco-call-gif:hover .deco-gif {
  border-bottom: 3px solid #ff5800; }

.deco-call-gif img.deco-4k-gif {
  position: absolute;
  top: 10px;
  left: 25px;
  opacity: 0;
  width: 100px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms; }

.deco-call-gif:hover img.deco-4k-gif {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1; }

.deco-call-gif .deco-gif img {
  width: 65px; }

.deco-call-gif .deco-gif img.deco-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms; }

.deco-call-gif .deco-gif.show img.deco-bar {
  opacity: 1; }

.deco-call-gif .deco-gif.show img.deco-bar--2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms; }

.deco-call-gif .deco-gif.show img.deco-bar--3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms; }

.deco-call-gif p {
  color: #ff5800;
  padding: 5px 0px 8px 0px;
  text-align: center;
  -webkit-transition: padding .9s, width .9s, opacity .5s;
  transition: padding .9s, width .9s, opacity .5s;
  font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
  width: 0;
  overflow: hidden;
  opacity: 0; }

.deco-call-gif:hover p {
  padding-right: 35px;
  padding: 5px 25px 8px 20px;
  width: 150px;
  opacity: 1; }

.deco-call-gif-top {
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  background-color: white;
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 80px;
  right: 50%;
  right: calc(50% - 40px);
  cursor: pointer;
  opacity: 0;
  -webkit-box-shadow: -1px 2px 24px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 24px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 24px -1px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding-top: 0px;
  -webkit-transition: width 600ms, right 600ms, padding-top 600ms;
  transition: width 600ms, right 600ms, padding-top 600ms; }
  .deco-call-gif-top:hover {
    padding-top: 30px;
    width: 150px;
    right: 40%;
    right: calc(50% - 75px); }

.deco-call-gif-top .deco-gif {
  padding: 5px 0 5px 15px; }

.deco-call-gif-top p {
  color: #ff5800;
  padding: 5px 0px 8px 0px;
  text-align: center;
  -webkit-transition: padding .9s, height .9s, opacity 1.5s;
  transition: padding .9s, height .9s, opacity 1.5s;
  font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.deco-call-gif-top:hover p {
  padding-right: 35px;
  padding: 5px 25px 8px 20px;
  height: 40px;
  opacity: 1; }

.lo-quiero-wrap {
  width: 100%;
  padding-top: 120px; }
  .lo-quiero-wrap .black-title {
    font-family: "ITCAvantGardeGothicStdBook", Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    color: #000;
    max-width: 100%;
    display: block; }
  .lo-quiero-wrap .orange-title {
    font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    color: #ff5800;
    max-width: 100%;
    margin-top: 0; }

.lo-quiero {
  position: relative;
  width: 50%;
  display: inline-block;
  margin: 50px auto 0;
  padding-bottom: 25%;
  z-index: 33; }

.btn-left {
  width: 30%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 111;
  -webkit-transition: width .6s, top .6s;
  transition: width .6s, top .6s;
  cursor: pointer; }

.central-bg {
  width: 50%;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 222; }

.btn-right {
  width: 30%;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 111;
  -webkit-transition: width .6s, top .6s;
  transition: width .6s, top .6s;
  cursor: pointer; }

.btn-left:hover,
.btn-right:hover {
  width: 38%;
  top: 5%; }

.btn-left:hover,
.central-bg:hover,
.btn-right:hover {
  z-index: 444; }

.deco-call-gif {
  display: none; }

.deco-call-gif.deco-call-gif-top {
  display: block; }

/* 768 Moviles en horizontal o tablets */
@media screen and (max-width: 48em) {
  .lo-quiero {
    position: relative;
    width: 70%;
    display: inline-block;
    margin: 50px auto 0;
    padding-bottom: 25%;
    z-index: 33; }

  .btn-left {
    width: 30%;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 111;
    -webkit-transition: width .6s, top .6s;
    transition: width .6s, top .6s;
    cursor: pointer; }

  .central-bg {
    width: 50%;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 222; }

  .btn-right {
    width: 30%;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 111;
    -webkit-transition: width .6s, top .6s;
    transition: width .6s, top .6s;
    cursor: pointer; }

  .btn-left:hover,
  .btn-right:hover {
    width: 38%;
    top: 5%; } }
/* 1024 Escritorio */
@media screen and (min-width: 64em) {
  .deco-call-gif.deco-call-gif-top {
    display: none; }

  .deco-call-gif {
    display: block; } }
/* 576 Móviles en vertical */
@media screen and (max-width: 36em) {
  .lo-quiero-wrap {
    padding-top: 200px; }
    .lo-quiero-wrap .black-title {
      font-size: 25px;
      line-height: 30px;
      padding: 0 30px; }
    .lo-quiero-wrap .orange-title {
      font-size: 25px;
      line-height: 30px; } }
/*-------------------*\
    quiero-probarlo
\*-------------------*/
.list-container {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
  padding: 15px; }
  .list-container .amazing-title {
    margin-top: 10px;
    color: #ff5800;
    font-size: 20px;
    line-height: 25px;
    max-width: 700px;
    width: 100%; }
  .list-container .amazing-title strong {
    font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif; }

.img-wrap {
  width: 80%;
  margin: 0 auto; }
  .img-wrap li {
    float: left;
    width: 20%;
    margin: 0 2.5%; }
    .img-wrap li img {
      width: 100%; }

.btns-wrap {
  margin-top: 20px; }
  .btns-wrap a {
    text-decoration: none;
    padding: 8px 40px;
    background-color: #585858;
    color: #fff;
    cursor: pointer;
    font-size: .85em; }
    .btns-wrap a:hover, .btns-wrap a.active {
      background-color: #ff5800; }
  .btns-wrap a:nth-child(2) {
    margin: 0 100px; }

.filter-content {
  margin: 30px 0 250px;
  font-family: "ITCAvantGardeGothicStdDemi", Helvetica, Arial, sans-serif;
  display: none; }
  .filter-content li {
    margin-top: 5px;
    font-size: 13px;
    line-height: 15px; }
  .filter-content div {
    width: 33%;
    float: left;
    text-align: left; }
  .filter-content div:nth-child(1) {
    width: 35%; }
  .filter-content div:nth-child(2) {
    width: 50%; }
  .filter-content div:nth-child(3) {
    width: 15%; }

/* 768 Moviles en horizontal o tablets */
@media screen and (max-width: 48em) {
  .btns-wrap {
    text-align: center; }
    .btns-wrap a {
      font-size: .80em;
      padding: 10px 20px; }
    .btns-wrap a:nth-child(2) {
      margin: 0 60px; }

  .list-container .amazing-title {
    font-size: 20px;
    line-height: 25px; } }
/* 576 Móviles en vertical */
@media screen and (max-width: 36em) {

  .filter-content li {
    font-size: .85em; }

  .btns-wrap a {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 10px 20px; }
  .btns-wrap a:nth-child(2) {
    margin: 20px 0 0; }

  .img-wrap li {
    width: 45%; }
  .img-wrap li:nth-child(3) {
    display: none; }
  .img-wrap li:nth-child(4) {
    display: none; } }
/* 480 Móviles en vertical */
@media screen and (max-width: 440px) {
.deco-call-gif-top {
  width: 80px;
  right: 85px;
}
.logo {
  width: 130px;
  margin-left: 10px;
  margin-top: 5px; }

}

/* 576 Móviles en vertical */
