
body{
  font-family: "Roboto", serif;
  font-weight: 300;
}
.titulo1{
  color: #C7529C;
  font-family: "Bebas Neue", serif;
  font-size: 50px;
}
.subtitulo1{
  color: #442456;
  font-family: "Bebas Neue", serif;
  font-size: 50px;
  line-height: 1;
}
.titulo4{
  color: #442456;
  font-family: "Bebas Neue", serif;
  font-size: 22px;
}
.cover{
    background-size: cover;
    background-image: url(../images/gradient001.jpg);
    background-position: center;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    padding-top: 10px;
}
.bienvenido{
    font-family: "Bebas Neue", serif;
    color: #ffffff;
    font-size: 180px;
    margin-top: 0;
    margin-bottom: -10vh;
}
.logo-header{
    width: 240px;
    margin: 0 auto 0;
    display: table;
}
#svg{
    font-size: 90px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
  }
  #svg text {
    fill: #ffffff;
  }
  .pleca-rosa, .pleca-lila{
    width: 120px;
  }
  .label-title{
    font-size: 13px;
    color: #C7529C;
    text-transform: uppercase;
  }
  svg path {
      fill: transparent;
  }

  .swipercover {
    width: 100%;
    max-width: 600px;
    height: 100%;
    margin-top: 80px;
  }
  .slide-cover-img{
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: table;
  }


  .swipercover .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    animation-name: float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 90px;
    height: 90px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-prev{
    width: 90px;
    height: 90px;
}
  .swiper-button-next::after{
    content: "";
    background-image: url(../images/flecha-siguiente.png);
    width: 90px;
    height: 90px;
    background-size: cover;
  }
  .swiper-button-prev::after{
    content: "";
    background-image: url(../images/flecha-atras.png);
    width: 90px;
    height: 90px;
    background-size: cover;
  }
  @keyframes float {
    0%   {transform: translateY(15px);}
    50%  {transform: translateY(-15px);}
    100% {transform: translateY(15px);}
  }
  .label-cover{
    width: 160px;
    margin: -80px 0 0 200px;
    position: relative;
    z-index: 2;  
  }
  .nubes{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .home-welcome{
    padding-bottom: 30px;
  }
  #home-espacio{
    padding-top: 5%;
    background-image: url(../images/space-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: clip;
  }
  .gradient-white{
   top: 0;
   left: 0;
   position: absolute;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 300px;
  width: 100%;
  }
 
  .planeta{
    width: 30%;
    z-index: 1;
    position: relative;
    transition: all 3s cubic-bezier(0.25, 1.5, 0.75, 1.5);
  }
 .planeta-hidden {
  opacity: 0;  
  scale: 0;
  transform: rotate(300deg);
  filter: blur(10px);
 }
 .planeta-show{
  scale: 2;
  opacity: 1;
  transform: rotate(0) ;
  filter: blur(0);
 }
  
  .simi-astronauta{
    width: 30%;
    position: relative;
    z-index: 2;
    animation-name: float;
    animation-duration: 6s;
    animation-delay: -1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
.cohete{  
  width:38%;
  position: relative;
  z-index: 2;
  offset-path: path("M208,85C157-3,124-20,49,14c-61.9,28.1-65,204,22,204S302,10,381,4s180,149,50,195S272.2,195.8,208,85z");
  animation: move 6s infinite  ease-in-out;
}

@keyframes move {
  0% {
    offset-distance: 0%;
    filter: blur(0);
    transform: scale(1);
  }
  50% {
    offset-distance: 50%;
    filter:blur(5px);
    transform: scale(.7);
  }
  100% {
    offset-distance: 100%;
    filter:blur(0);
    transform: scale(1);
  }
}


 .section-uno{  
background: #d4d5e5; 
position: relative;

 }
  .golfito{
    width: 90%;
    margin-top: -10%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 2s cubic-bezier(.5, -1, .5, 2);  
  }
  .golfito-hidden {
    opacity: 0;     
    transform: translateY(200px);
   }
   .golfito-show{
    opacity: 1;
    transform: translateY(0);
   }
   .golfito-video{
    width: 100%;
    margin-top: -30%;
  margin-bottom: 10px;
  border-radius: 40%;
   }
.marquee-section{
  background: #d4d5e5;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 30px;
}
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 140px;
    overflow: hidden;
    transform: rotate(-3deg);
    z-index: 3;
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 60s linear infinite;
    font-size: 180px;
    font-family: "Bebas Neue", serif;
    line-height: 1;
    color: #927cb2;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .arrow{
    width: 127px;
    height: 159px;
    margin: 0 ;
    padding: 1em 0;
    transform: rotate(90deg);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: red;
  }
  .arrow img{
    width: 100%;
  }
  .arrow.active{   
    transform: rotate(-90deg);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .swiperPeluches{
    width: 100%;
    transform: rotate(-3deg);
    margin-top: 60px;

  }
  
  .swiper-slide-peluche{
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 15px;
    transition: all .3s;
  }
  .swiper-wrapper{
    transition: all .3s;
  }
  .swipper-hidden {
    opacity: 0;
    scale: .5;
  }
  .swipper-show {
      opacity: 1;
      scale: 1;
    }
  
  .swiper-slide-peluche:nth-child(2){
    transition-delay: 200ms;
  }
  .swiper-slide-peluche:nth-child(3){
    transition-delay: 300ms;
  }
  .swiper-slide-peluche:nth-child(4){
    transition-delay: 400ms;
  }
  .swiper-slide-peluche:nth-child(5){
    transition-delay: 500ms;
  }
  .swiper-slide-peluche:nth-child(6){
    transition-delay: 600ms;
  }
  .swiper-slide-peluche:nth-child(7){
    transition-delay: 700ms;
  }
  .swiper-slide-peluche:nth-child(8){
    transition-delay: 800ms;
  }
  .swiper-slide-peluche:nth-child(9){
    transition-delay: 900ms;
  }
  .swiper-slide-peluche:nth-child(10){
    transition-delay: 1s;
  }
  .swiper-slide-peluche:nth-child(11){
    transition-delay: 1.1s;
  }
  .swiper-slide-peluche:nth-child(12){
    transition-delay: 1.2s;
  }
  .swiperPeluches img{
    width: 100%;
    border-radius: 15px;
  }
  .swiperPeluches p{
    font-family: "Bebas Neue", serif;
    line-height: .2;
    text-transform: uppercase;
    text-align: right;
    font-size: 20px;
    color: #5C595D;
    padding-right: 15px;
  }
  .swiperPeluches p span{
    color: #877F8A;
  }
  .encuentralos{
    width: 100%;
    max-width: 180px ;
    display: table;
    margin: -60px auto 80px;
    position: relative;
    z-index: 2;
  }
  .circulos{
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .arcade{
    width: 50%;
  }
  .simi-arcade{
    width: 50%;
  }

  .city{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom,  #3d4a5a 0%,#ffd864 100%);
    background-image: url(../images/city.webp);
    background-size: cover;
    background-position: center bottom;
    padding-top: 20px;
  }
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
  }
.tab-content{
  width: 100%;
}
.direcciones-container{
  background-color: #FFD864;
  position: relative;
}

.nav-tabs .nav-link{
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  color: #C18D08;
  padding: 2px 12px;
  transition: all .3s;
}
.nav-tabs .nav-link:hover {

  background-color: transparent;
  border-color: transparent ;
  color: #5D4402;
}

.nav-tabs .nav-link.active {
  color: #5D4402;
  background-color: transparent;
  border-color: transparent ;
  transform: scale(1.3);
}
#direccionesBtn.nav-tabs{
  border: none;
}
#direccionCont{
  background: #fff;
  padding: 30px 40px;
}
.direccion small{
  font-family: "Bebas Neue", serif;
  font-size: 22px;
}
.direccion h3{
  font-family: "Bebas Neue", serif;
  font-size: 36px;
}
.ico-servicio-mapa{
  width: 12%;
  margin-left: 3%;
}
.btn-mapa{
  background-color: #FFD864;
  color: #000000;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 35px;
}

.section-productos{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.swiperProducts{
  width: 100%;

}
#contenedor-productos .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
  border-radius: 20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  animation: show 2s ease ;
}

@keyframes show {
  0% {      
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;;
  }
}

.swiper-grid-column > .contenedor-productos {
  flex-wrap: wrap;
  flex-direction: inherit;
}
.producto-imagen{
  width: 100%;
  border-radius: 20px;
  transition: all .3s;
}
#titulo-principal{
  color: #AAA1A2 !important;
}
.producto-titulo{
  font-family: "Bebas Neue", serif;
  color: #887779;
  padding: 5px 20px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient:vertical;
  height: 34px;
  font-size: 20px;
}
.producto-precio{
  font-family: "Bebas Neue", serif;
  color: #DBA4A8;
  padding: 5px 20px;
  margin-bottom: 0;
  font-size: 22px;
}
.producto-agregar{
  /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#e8b6be+0,b79ca1+100 */
  background: linear-gradient(to bottom,  #e8b6be 0%,#b69399 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  padding: 8px;
  border-radius: 30px;
  color: #fff;
  transition: all .3s;
  font-family: "Bebas Neue", serif;
  width: 80%;
}
.producto-agregar img{
  width: 30px;
}
.label-suvenirs{
  width: 180px;
  position: absolute;
  bottom: -40px;
  left: 20%;
}
#contenedor-productos .swiper-slide:hover {
 border: solid 1px #e3d0d3;
}
.section-productos nav{
  width: 240px;
  display: table;
}
.productos{
  width: calc(100% - 250px);
  height: 998px;
}
.menu-categorias{
  list-style: none;
  margin-top: 60px;
  padding-left: 0;
}

.nube-blanca{
  width: 100%;
  margin-bottom: -3px;
  margin-top: 50px;
}
.boton-menu{
  background: transparent;
  border: none;
  font-family: "Bebas Neue", serif;
  color: #887779;
  font-size: 20px;
  border-top: solid 1px #e9dee0;
  padding: 10px;
}
.menu-categorias li:first-child .boton-menu{  
  border: none;
}
.boton-menu.active{
  background-color: #eee4e5;
}
.producto-descripcion{
  font-size: 13px;
  line-height: 1;
  color: #534546;
  margin-bottom: 0;
}
.slide-producto-detail img{
  width: 100%;
}

.nombre-producto{
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  margin-bottom: 0;

}
.clave{
  color: #c7529c;
  font-size: 13px;
  border-bottom: solid 1px #e4e4e4;
  padding-bottom: 20px;
  width: 50%;
}
.descripcion-producto{
  color: #4d4d4d;
}
.categoria-producto{
  padding-top: 80px;
  color: #aaaaaa;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 5px;
}
.precio-producto{
  font-size: 40px;
  font-family: "Bebas Neue", serif;
}
button.close{
  background-color: red;
  color: #fff;
  font-size: 70px;
line-height: 0;
width: 50px;
height: 50px;
border-radius: 30px;
border: none;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.comprar-producto{
  border: none;
  padding: 5px 30px;
  background-color: #db80ba;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
 text-transform: uppercase;
}

.swiper-pagination-bullet-active {
  background-color: #db80ba;
  }

  .wrapper-arcade,
  .contenedor {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .contenedor {
    overflow-x: hidden;
  }
  
  .contenedor .seccion {
    width: 100%;
    height: 100vh;
    background-color: #130f34;
  }
  
  .contenedor .seccion.hero {
    background-image: url(../images/fondo.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .videojuegos p{
     color: #fff;
     font-family: "Bebas Neue", serif;
     text-align: center;
  }
  .press{
    width: 50%;
    max-width: 400px;
    margin: 0 auto 60px;
    display: table;
    animation: float 2s linear infinite;
  }
  @keyframes float {
    0% {      
      transform: translateY(20px);
    }
    50% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .btn-videojuegos{
    width: 200px;
    margin: auto;
    display: table;
  }
  .image-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    perspective: 500px;
    overflow: hidden;
    pointer-events: none;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .image-container img.arcadeImgSimi {
    position: absolute;
    left: 0px;
    bottom: 0px;
    scale: 1 !important;
  }
  .image-container img.arcadeImgMaquinita {
opacity: 1 !important;
  }
  .app-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 560px;
    margin-bottom: 15px;
  }
.app-img{
  width: 130px;
  border-radius: 20px;
  height: 130px;
}
.app-descripcion{
  width: calc(100% - 140px);
  margin-left: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.btns-app{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.btns-app a{
  width: 40%;
  margin-right: 10px;
}
.btns-app a img{
  width: 100%;
}
.servicio{
  text-align: center;
}
.servicio img{
  width: 100%;
  margin-bottom: 10px;
  max-width: 68px;
}
.servicio p{
  font-family: "Bebas Neue", serif;
  color: #442456;
  line-height: 1;
}
footer h4{
  font-size: 22px;
  font-family: "Bebas Neue", serif;
}
footer{
  background: linear-gradient(to bottom,  #2D254C 0%,#09070F 100%); 
  color: #CCCCCC;
  padding-top: 60px;
  padding-bottom: 15px;
}
.simi-jackson{
  width: 100%;
  margin-top: -140px;
  max-width: 260px;
}
footer a{
  color: #CCCCCC;
  text-decoration: none;
  cursor: pointer;
}
footer ul{
  list-style-type: none;
}
.redes-footer img{
  width: 46px;
  margin-right: 10px;
}
.modaltyc{
  background-color: #2D254C;
  color: #fff;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: #fd0000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
@media (max-width: 1399.98px) { 

}  

@media (max-width: 1199.98px) { 
  .swipercover {
    max-width: 500px;

  }
  .swipercover .swiper-slide img{
    width: 70%;
    margin: 0 15%
  }
  #svg{
    font-size: 120px;
    top: 120px;
  }

}

@media (max-width: 991.98px) { 
  .home-welcome{
    padding: 40px;
  }
  .planeta {
    width: 26%;
  }
  .golfito-video{
    max-width: 500px;
    margin: -80px auto 10px;
    display: table;
   }
   .section-productos nav {
    width: 170px;
  }
  .productos {
    width: calc(100% - 174px);
    height: 800px;
  }
}

@media (max-width: 767.98px) { 
  #svg{
    font-size: 140px;
    top: 140px;
  }
  .label-cover {
    width: 120px;
  }
  .home-welcome{
    padding-top: 40px;
  }
  .section-productos nav {
    width: 100%;
    text-align: right;
  }
  .productos {
    width: 100%;
    height: 990px;
  }
  .menu-categorias {    
    margin-top: 6px;    
  }
  .navbar-categorias .navbar-toggler{
    font-size: 13px;
    text-transform: uppercase;
    color: #736C6C;
  }
  .navbar-categorias .navbar-collapse{
    position: absolute;
    z-index: 10;
    background: #f9f7f8;
    border: solid 1px #e9dee0;
    padding: 10px;
    right: 0;
    top: 53px;
  }
  .label-suvenirs {
    width: 130px;
    bottom: -80px;
  }
  .contenedor .seccion.hero {
    background-image: url(../images/fondo-arcade-mobil.webp);

  }
  .arcade-container{
    background-color: #ffd864;
  }
  .city{
    background-image: url(../images/city-mobil.webp);
  }
  .swiperDetail{
    width: 280px;
  }
  .categoria-producto {
    padding-top: 10px;
  }
  footer{
    text-align: center;
  }
  .btn-videojuegos {
    width: 100px;
    margin: auto;
    display: table;
  }
  .press {
    width: 30%;
    max-width: 200px;
    margin: 0 auto 20px;
    display: table;
    animation: float 2s linear infinite;
  }
  .subtitulo1{
    font-size: 30px;
  }
  .section-uno {

    padding-top: 60px;
  }
  .gradient-white {
    height: 190px;
  }
  .curva{
    margin-top: 100px;
  }
  #home-espacio {
    padding-top: 15%;
  }
}

@media (max-width: 575.98px) { 
  p{
    font-size: 14px;
  }
  ul{
    font-size: 14px;
  }
  .cover{
min-height: 600px;
  }
  .logo-header {
    width: 180px;

  }
  .swipercover .swiper-slide img{
    width: 60%;
    margin: 0 20%
  }
  .titulo1{
    font-size: 38px;
    line-height: 1;
  }
  .marquee{
    height: 87px;
  }
  .track{
    font-size: 110px;
  }
  .encuentralos {
    max-width: 110px;
    margin: -10px auto 80px;
 
  }
  .swiperPeluches p{
    font-size: 14px;
    line-height: .1;
  }
  .app-img {
    width: 80px;
    border-radius: 15px;
    height: 80px;
  }
  .app-descripcion {
    width: calc(100% - 92px);
    border-radius: 14px;
    padding: 14px;
    line-height: 1;
  }
  .app-descripcion p{
    font-size: 14px
  }
  .btns-app a {
    width: 48%;
    margin-right: 2%;
  }
  .app-container{
    margin-bottom: 20px;
  }

  .swiper-button-prev::after, .swiper-button-next::after  {
    width: 48px;
    height: 48px;

  }
  .clave {
    padding-bottom: 10px;
  }
  .nombre-producto {
    font-size: 24px;
  }
  .comprar-producto {
    padding: 10px 30px;
    width: 100%;
  }
  .ico-servicio-mapa{
    width: 18%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .productos{
    height: 981px;
  }
}
.paginacion {
    text-align: center;
    margin-top: 20px;
}
.paginacion .pagina-btn {
    padding: 6px 12px;
    margin: 2px;
    color: #887779;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 60%;
}
.paginacion .pagina-btn.activa {
    background-color: #d41494fb;
    color: white;
    font-weight: bold;
}
