@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  width: 100%;
}

.show-desk {
  display: block;
}
.show-res {
  display: none;
}

#ripley-ps body {
  background: #00255d;
  color: #333;
  font-family: 'Open Sans';
  font-size: 100%;
}

#ripley-ps {
  margin-bottom: -30px;
  margin-top: -25px;
}

#ripley-ps strong {
  font-weight: bold;
}

#ripley-ps a {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

#ripley-ps .wancho {
  margin: auto;
  max-width: 1024px;
  position: relative;
  width: 100%;
}

#ripley-ps .g-grid {
  box-sizing: border-box;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#ripley-ps .g-grid-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  zoom: 1;
}

#ripley-ps .g-scrolling-top {
  background: url("../images/scrolling-top.png") 0 0 no-repeat;
  bottom: 12px;
  display: none;
  height: 50px;
  position: fixed;
  right: 15px;
  text-decoration: none;
  text-indent: -9999em;
  width: 50px;
  z-index: 999999999;
}

/* hamburger icon */
#ripley-ps .menutrigger {
  cursor: pointer;
  display: none;
  opacity: 1;
  position: fixed;
  right: 25px;
  top: 160px;
  width: 50px;
  z-index: 999999999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#ripley-ps .menutrigger.scrolled {
  top: 10px;
}

#ripley-ps .menutrigger .trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  padding: 6px;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#ripley-ps .menutrigger .trigger::before {
  color: #fff;
  content: "Buscar por categoría";
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 7px;
  line-height: 7px;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}

#ripley-ps .menutrigger .trigger span {
  background: #fff;
  border-radius: 5px;
  display: block;
  height: 3px;
  margin-top: 5px;
  opacity: 1;
  position: relative;
  width: 70%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#ripley-ps .menutrigger .trigger span:nth-child(1) {
  margin-top: 0;
}

#ripley-ps .menutrigger.active .trigger span {
  background: #00255d;
}

#ripley-ps .menutrigger.active .trigger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
          transform: rotate(45deg) translateY(6px) translateX(5px);
}

#ripley-ps .menutrigger.active .trigger span:nth-child(2) {
  opacity: 0;
}

#ripley-ps .menutrigger.active .trigger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px);
          transform: rotate(-45deg) translateY(-6px) translateX(5px);
}

/* menucontent */
#ripley-ps .menucontent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 114px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 0;
  width: 142px;
  z-index: 9999999;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#ripley-ps .menucontent.scrolled {
}

#ripley-ps .menucontent ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

#ripley-ps .menucontent ul li {
  height: 149px;
  width: 100%;
}

#ripley-ps .menucontent ul li a {
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
}

#ripley-ps .menucontent ul li a .ico {
  background: url(../images/master.jpg);
  background-repeat: no-repeat;
  height: 100%;
  opacity: .3;
  width: 100%;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#ripley-ps .menucontent ul li a .text {
  bottom: 7px;
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 20px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#ripley-ps .menucontent ul li:hover a .ico, 
#ripley-ps .menucontent ul li.active a .ico {
  opacity: 1;
}

#ripley-ps .menucontent ul li:hover a .text, 
#ripley-ps .menucontent ul li.active a .text {
  color: #000f25;
}

#ripley-ps .menucontent ul li:nth-child(1) a .ico {
  background-position: 0px 0px;
}

#ripley-ps .menucontent ul li:nth-child(2) a .ico {
  background-position: 0px -149px;
}

#ripley-ps .menucontent ul li:nth-child(3) a .ico {
  background-position: 0px -298px;
}

#ripley-ps .menucontent ul li:nth-child(4) a .ico {
  background-position: 0px -510px;
}

#ripley-ps .fb-like {
  opacity: 1;
  position: absolute !important;
  left: 383px;
  top: 20px;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

/* section */
#ripley-ps section#home {
  background: #00255d;
  height: 650px;
}

#ripley-ps section#home .container {
  height: 100%;
}

#ripley-ps section#home .container .row {
  height: 100%;
}

#ripley-ps section#home .container .row .ctas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ripley-ps section#home .container .row .content-home {
  
}

#ripley-ps section#home .container .row .content-home .scroller {
  left: 50%;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
  z-index: 9999;
}

#ripley-ps section#home .container .row .content-home .scroller .scroll_ico {
  background: white;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  margin: 0 auto;
  position: relative;
  width: 60px;
}

#ripley-ps section#home .container .row .content-home .scroller .scroll_ico a {
  background: url(../images/scroller-ico.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 60px;
}

#ripley-ps section#home .container .row .content-home .scroller:hover {
  bottom: 70px;
}

#ripley-ps section#Descubre {
  background: #00255d;
  padding-bottom: 70px;
  padding-top: 120px;
}

#ripley-ps section#Descubre .container .row .content-descubre .izq .info {
  position: relative;
}

#ripley-ps section#Descubre .container .row .content-descubre .izq .info .img-tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

#ripley-ps section#Descubre .container .row .content-descubre .izq .info .img-tit img {
  height: auto;
  width: 100%;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info {
  position: relative;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 30px;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 190px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(1), section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(2) {
  margin-bottom: 28px;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(1), section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(3) {
  border-right: 1px solid #33517d;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item .icon {
  margin-bottom: 10px;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item .texto {
  margin: 0 auto;
  text-align: center;
  width: 230px;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item .texto strong {
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item .texto p {
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .squishi {
  position: relative;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .squishi::before {
  background: url(../images/medusin.png);
  background-position: left top;
  background-repeat: none;
  bottom: 95px;
  content: "";
  display: block;
  height: 207px;
  left: -240px;
  position: absolute;
  width: 318px;
  z-index: 99;
  -webkit-animation: medusin 3s infinite linear;
          animation: medusin 3s infinite linear;
}

#ripley-ps section#Descubre .container .row .content-descubre .der .info .squishi::after {
  background: url(../images/meduson.png);
  background-position: left top;
  background-repeat: none;
  content: "";
  display: block;
  height: 356px;
  position: absolute;
  right: -332px;
  top: -157px;
  width: 400px;
  z-index: 99;
  -webkit-animation: meduson 3s infinite linear;
          animation: meduson 3s infinite linear;
}

#ripley-ps section#Tecnologia {
  background: #00255d;
  padding-top: 50px;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info {
  position: relative;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .img-tit {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 88px;
  width: 100%;
  z-index: 9;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .img-tit img {
  height: auto;
  width: 100%;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .text {
  position: absolute;
  right: 10px;
  text-align: center;
  top: 100px;
  width: 180px;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .text ol li {
  color: #2e2e2e;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-bottom: 14px;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .text ol li strong {
  line-height: 13px;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .text ol li p {
  line-height: 16px;
  margin-bottom: 0;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info ol {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info ol li {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin: 10px;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .izq .info ol li strong {
  display: block;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .der .info .text {
  margin: 0 auto;
  text-align: center;
  width: 330px;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .der .info .text strong {
  color: #fefefe;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

#ripley-ps section#Tecnologia .container .row .content-tecno .der .info .text p {
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

#ripley-ps section#Mundos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00255d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
  padding-top: 50px;
}

#ripley-ps section#Mundos .content-mundos {
  height: 100%;
  position: relative;
}

#ripley-ps section#Mundos .content-mundos .video-content {
  height: 100%;
  position: relative;
  width: 100%;
}

#ripley-ps section#Mundos .content-mundos .video-content .ico {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}

#ripley-ps section#Mundos .content-mundos .video-content .ico .play {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #001432;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .5;
  width: 70px;
  z-index: 9999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#ripley-ps section#Mundos .content-mundos .video-content .ico .play:hover {
  opacity: 1;
}

#ripley-ps section#Mundos .content-mundos .video-content .ico .play img {
  margin-left: 7px;
}

#ripley-ps section#Mundos .content-mundos .ctas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
}

#ripley-ps section#Mundos .content-mundos .ctas img {
  margin-bottom: 20px;
}

#ripley-ps section#Mundos .content-mundos .ctas p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

#ripley-ps .lightbox {
  display: none;
}

/* footer */
#ripley-ps #footer {
  background: #fff;
  clear: both;
  overflow: hidden;
}

#ripley-ps #footer .tarjetas {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  clear: both;
  color: #000;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
}

#ripley-ps #footer .tarjetas .item {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  margin: 0 8px;
  zoom: 1;
}

#ripley-ps #footer .tarjetas span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

#ripley-ps #footer .tarjetas .icon {
  background: url("../images/phone.png") 0 0 no-repeat;
  display: inline-block;
  display: block;
  float: left;
  height: 21px;
  position: relative;
  top: 3px;
  width: 21px;
  zoom: 1;
}

#ripley-ps #footer .tarjetas .fonocompras {
  font-size: 12px;
}

#ripley-ps #footer .tarjetas .fonocompras span {
  font-size: 26px;
  letter-spacing: 3px;
}

#ripley-ps #footer .width {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

#ripley-ps #footer .width ul.format {
  text-align: center;
}

#ripley-ps #footer .width ul.format li {
  border-left: 1px solid #000;
  display: inline-block;
  float: none;
  font-size: 12px;
  margin-left: 6px;
  padding-left: 8px;
  text-transform: none;
  zoom: 1;
}

#ripley-ps #footer .width ul.format li:first-child {
  border-left: none;
}

#ripley-ps #footer .width ul.format li a {
  color: #000;
  letter-spacing: 0;
}

#ripley-ps #footer .width .texto-footer {
  color: #333;
  line-height: 12px;
  margin-top: 15px;
  text-align: left;
  text-transform: none;
}

#ripley-ps #footer .width .texto-footer p span {
  display: initial;
  font-size: 10px;
  font-weight: normal;
}

#ripley-ps #footer .width .texto-footer p span a {
  color: #3f3fee;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#ripley-ps #footer .width .texto-footer p span a:hover, #footer .width .texto-footer p span a:visited {
  color: #333;
}

#ripley-ps #footer #tarjeta {
  float: left;
  margin-right: 10px;
}

#ripley-ps #footer #bottom {
  margin-top: 25px;
  padding-bottom: 50px;
  position: relative;
  text-transform: none;
}

#ripley-ps #footer .share {
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
  z-index: 1;
}

#ripley-ps #footer .share h3 {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center;
}

#ripley-ps #footer .share ul li {
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 1px;
  padding: 0;
  text-transform: uppercase;
}

#ripley-ps #footer .share ul li a {
  background: url("../images/icons.png") 0 0 no-repeat;
  display: block;
  height: 27px;
  text-indent: -99999em;
  width: 27px;
}

#ripley-ps #footer .share ul li.twitter a {
  background-position: -31px 0;
}

#ripley-ps #footer .share ul li.youtube a {
  background-position: -62px 0;
}

#ripley-ps #footer .share ul li.pinterest a {
  background-position: -93px 0;
}

#ripley-ps #footer .share ul li.instagram a {
  background-position: -124px 0;
}

#ripley-ps #footer .share ul li.google a {
  background-position: -155px 0;
}

#ripley-ps #footer .caro {
  font-size: 10px;
  line-height: 1.25;
  text-align: justify;
  width: 580px;
}

#ripley-ps #footer p {
  margin: 0;
}

#ripley-ps .slidermundos {
  margin: 0 auto;
  width: 1018px;
}

#ripley-ps .carousel-control.left {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/arrowl.png);
  width: 57px;
  z-index: 999999;
}

#ripley-ps .carousel-control.right {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/arrowr.png);
  width: 57px;
  z-index: 999999;
}

#ripley-ps .carousel-control.left span,
#ripley-ps .carousel-control.right span {
  display: none;
}

#ripley-ps .carousel-indicators .active {
  background-color: #037ad1;
  height: 15px;
  width: 15px;
}

#ripley-ps .carousel-indicators li {
  border: 1px solid #037ad1;
  height: 15px;
  margin: 10px;
  width: 15px;
}

@-webkit-keyframes medusin {
  0% {
    top: 144px;
  }
  25% {
    top: 154px;
  }
  50% {
    top: 164px;
  }
  75% {
    top: 154px;
  }
  100% {
    top: 144px;
  }
}

@keyframes medusin {
  0% {
    top: 144px;
  }
  25% {
    top: 154px;
  }
  50% {
    top: 164px;
  }
  75% {
    top: 154px;
  }
  100% {
    top: 144px;
  }
}

@-webkit-keyframes meduson {
  0% {
    top: -137px;
  }
  25% {
    top: -147px;
  }
  50% {
    top: -157px;
  }
  75% {
    top: -147px;
  }
  100% {
    top: -137px;
  }
}

@keyframes meduson {
  0% {
    top: -137px;
  }
  25% {
    top: -147px;
  }
  50% {
    top: -157px;
  }
  75% {
    top: -147px;
  }
  100% {
    top: -137px;
  }
}

.container-fluid {
  position: relative;
}

@media screen and (max-width: 1019px) {
}

@media only screen and (max-width: 1024px) {
  #ripley-ps #footer .width {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  #ripley-ps .footer .footer-pay .grid-pay .g-grid-item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  #ripley-ps .footer .footer-pay .grid-pay .g-grid-item:first-child {
    margin-top: 0;
  }
  #ripley-ps .footer .footer-menu .menu {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  #ripley-ps #footer ul.format li {
    font-size: 11px;
  }
  #ripley-ps #footer ul.format li:first-child {
    margin-left: 20px;
  }
  #ripley-ps #footer .caro {
    width: 515px;
  }
  #ripley-ps #footer .tarjetas .fonocompras span {
    display: inline-block;
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .show-desk {
    display: none !important;
  }
  .show-res {
    display: block !important;
    margin: 0 auto 0 auto;
  }
  #ripley-ps .menutrigger {
    display: none;
  }
  #ripley-ps .menucontent {
    background: transparent;
    display: block;
    height: 120px;
    left: auto;
    position: fixed;
    right: auto;
    top: -300px;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  #ripley-ps .menucontent.actived-res {
    top: 150px;
    display: none;
  }

  #ripley-ps .menucontent ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
    width: 100%;
  }

  #ripley-ps .menucontent ul li {
    height: 40px;
    width: 100%;
  }

  #ripley-ps .menucontent ul li a {
    background: #fff;
    border-bottom: 1px solid #333;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
  }

  #ripley-ps .menucontent ul li a .ico {
    display: none;
  }

  #ripley-ps .menucontent ul li a .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }

  #ripley-ps section#home {
    height: 870px;
    padding-top: 50px;
  }
  #ripley-ps section#Descubre {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #ripley-ps section#Tecnologia {
    padding-top: 10px;
  }
  #ripley-ps section#Mundos {
      padding-top: 120px;
  }
  #ripley-ps section#home .container .row .ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ripley-ps section#home .container .row .ctas div {
    height: 50%;
  }
  #ripley-ps section#Descubre .container .row .content-descubre .izq .info img,
  #ripley-ps section#Tecnologia .container .row .content-tecno .izq .info img,
  #ripley-ps section#Tecnologia .container .row .content-tecno .der .info img,
  #ripley-ps section#Mundos .content-mundos .ctas img {
    display: block;
    margin: 0 auto 0 auto;
  }
  #ripley-ps section#Mundos .content-mundos .ctas {
    width: 100%;
  }
  #ripley-ps .slidermundos {
    margin: 0 auto;
    width: 90%;
  }
  #ripley-ps #footer .width {
    margin: 0 auto;
    width: 90%;
  }
  #ripley-ps #footer .tarjetas .width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ripley-ps #footer .tarjetas .width .item.center img {
    padding: 1em 0;
  }
  #ripley-ps #footer ul.format {
    text-align: center;
  }
  #ripley-ps #footer ul.format li {
    border: none;
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  #ripley-ps #footer ul.format li:first-child {
    margin-left: 0;
  }
  #ripley-ps #footer #tarjeta {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #ripley-ps #footer #share {
    position: static;
    right: auto;
    top: auto;
    width: auto;
  }
  #ripley-ps #footer #share ul {
    text-align: center;
  }
  #ripley-ps #footer #share ul li {
    display: inline-block;
    float: none;
    zoom: 1;
  }
  #ripley-ps #footer .caro {
    margin: 10px 0;
    text-align: center;
    width: auto;
  }
  #ripley-ps #footer #bottom {
    padding-bottom: 3.5em;
  }
  .show-desk {
    width: 85%;
  }
 .mobile-principal{
    margin-left: 5px;
    z-index: 10000;
  }
   .mobile-principal-2{
    margin-left: 36px;
  }
  .show-res {
    display: block;
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 706px) {
  #ripley-ps section#home .container .row .content-home .ctas {
    margin: 0 auto;
    width: 90%;
  }
  #ripley-ps section#home .container .row .content-home .ctas .rd img {
    height: auto;
    width: 100%;
  }  
}

@media screen and (max-width: 550px) {
  #ripley-ps section#Descubre .container .row .content-descubre .izq .info .img-tit img {
    height: auto;
    width: 100%;
  }
  #ripley-ps section#Descubre .container .row .content-descubre .der .info .quad {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
  #ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item {
    width: 100%;
  }
  #ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(1), section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(3) {
    border-right: none;
  }
  #ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(1), section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(2), section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(3) {
    border-bottom: 1px solid #33517d;
  }
  #ripley-ps section#Descubre .container .row .content-descubre .der .info .quad .item:nth-child(3) {
    margin-bottom: 28px;
  }
  #ripley-ps section#Tecnologia .container .row .content-tecno .izq .info .img-tit img {
    height: auto;
    width: 100%;
  }
  #ripley-ps section#Mundos {
    height: initial;
  }
  #ripley-ps section#Mundos .content-mundos {
  }
  #ripley-ps section#Mundos .content-mundos .ctas {
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }
  #ripley-ps section#Mundos .content-mundos .ctas img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  #ripley-ps .fb-like {
    left: 5%;
    top: 20px;
  }

  #ripley-ps section#home {
  
  }

  #ripley-ps section#Mundos .content-mundos .ctas img {
    display: block;
    margin: 0 auto 0 auto;
    width: 90%;
  }

  .show-desk {
    display: none !important;
    width: 119%;

  }
  /*.mobile-principal{
    margin-left: -88px;
    z-index: 10000;
  }
   .mobile-principal-2{
    margin-left: -44px;
  }*/
}

@media screen and (max-width: 500px) {
  #ripley-ps section#home {
  }
}

@media screen and (max-width: 479px) {
  #ripley-ps section#home .container .row .ctas img {
    margin: 0 auto;
    width: 100%;
  }
  #ripley-ps #footer .tarjetas .fonocompras span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-top: .5em;
    width: 70%;
  }
  #ripley-ps #footer .tarjetas .fonocompras span span.icon {
    display: inline-block;
    float: none;
    width: 25%;
  }
  #ripley-ps #footer .tarjetas .width .item.center img {
    height: auto;
    width: 100%;
  }
  #ripley-ps #footer .share {
    margin: 0 auto;
    right: initial;
    padding: 1em 0 2em 0;
    position: relative;
    top: initial;
    width: 90%;
  }
  #ripley-ps #footer .share h3 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  #ripley-ps #footer .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: hidden;
  }
  #ripley-ps #footer .share ul::after {
    clear: both;
    content: "";
    display: block;
  }
  #ripley-ps #footer .share ul li {
    float: none;
  }
}

@media screen and (max-width: 450px) {
  #ripley-ps section#home {
  }
  .mobile-principal {
    margin-left: 0px;
  }
  .show-desk {
    width: 88%;
  }
  /*.mobile-principal-2 {
    margin-left: 27px;
  }*/
  #ripley-ps section#Mundos .content-mundos .ctas p {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #ripley-ps section#home {
    height: 700px;
  }
}

@media screen and (max-width: 384px) {
  #ripley-ps section#home {
  }
  .show-desk {
    /*display: none;*/
    width: 119%;
  }
  /*.mobile-principal{
    margin-left: -59px;
    z-index: 10000;
  }
   .mobile-principal-2{
    margin-left: -44px;
  }*/

  #ripley-ps section#home .container .row .content-home {
    margin-top: -35px;
  }
  #ripley-ps section#Tecnologia .container .row .content-tecno .der .info .text {
    margin: 0 auto;
    width: 100%;
  }

  #ripley-ps section#home {

      padding-top: 46px;
  }
  #ripley-ps section#home .container .row .ctas {
      height: 95%;
  }
    #ripley-ps section#home .container .row .ctas div {
      height: 50%;
  }
  #ripley-ps section#Descubre {
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #ripley-ps section#Tecnologia {

      padding-top: 0px;
  }
  #ripley-ps section#Mundos {
  	 padding-top: 20px;
  }
  #ripley-ps section#home .container .row .content-home .ctas .st img {
    height: auto;
    width: 100%;
  }
  #ripley-ps section#home .container .row .content-home .ctas .nd img {
    height: auto;
    width: 100%;
  }
  .show-res {
    height: auto;
    width: 100%;
  }
  #ripley-ps section#Mundos .content-mundos .ctas {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 325px) {
  #ripley-ps section#home {
    height: 600px;
  }
}

@media screen and (max-width: 300px) {
  #ripley-ps section#home {
    height: 580px;
  }
}

/* landscacpes */
#ripley-ps body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

#ripley-ps body::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 6px;
}

#ripley-ps body::-webkit-scrollbar-thumb {
  background-color: #3e9ad3;
}