/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Bold";
  src: url("../css/Gotham-Bold.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Bold.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Bold.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Bold.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Book";
  src: url("../css/Gotham-Book.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Book.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Book.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Book.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Book.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-videojuego {
     background: url(../img/background.png),  #12012D;
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: -30px;
  text-align: center;
}
#landing-videojuego section {
  display: inline-block;
  width: 100%;
  position: relative;
}
#landing-videojuego a:hover {
  filter: brightness(114%);
  transform: scale(1.005);
  box-shadow: 0px 1px 20px 5px rgba(255, 255, 255, 0.05);
}

/*Style*/

/*Swiper*/
.swiper {
  width: 100%;
  height: auto;
}
.swiper-pagination-slider {
  /*position: absolute;*/
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
/*Fin - Swiper*/

/*Style - Link de Slider*/

div#list_sliderPrincipal .area {
  position: absolute;
  z-index: 10000;
}
div#list_sliderPrincipal .todo {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .mitadIzq {
  display: block;
  width: 50%;
  right: 50%;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .mitadDer {
  display: block;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .tresUno {
  display: block;
  width: 33.33%;
  left: 0;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .tresDos {
  display: block;
  width: 33.33%;
  left: 33.33%;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .tresTres {
  display: block;
  width: 33.33%;
  right: 0%;
  top: 0;
  height: 100%;
}

/*Fin Style - Link de Slider*/

/*Menu*/


section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile {
  width: 60px;
  height: 60px;
  display: flex;
  background-color: #666;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  right: 1px;
  position: absolute;
  top: 0px;
  color: #ffffff;
  display: none;
}
section#menu_principal_Ofertas .contenedor_menu.active {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  display: block;
  left: -100%;
}
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::before,
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  width: 60%;
  top: 0%;
  left: 0%;
  margin-top: 23px;
  margin-left: 12px;
}
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section#menu_principal_Ofertas .titulo_categoria h1 {
  margin: 0;
  padding: 6% 0;
  font-size: 35px;
  font-family: "Gotham-Bold";
  color: #5f0092;
}
section#menu_principal_Ofertas .titulo_categoria h1 i {
  padding-right: 8%;
  font-size: 18px;
  cursor: pointer;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li > a {
  height: 50px;
  background-color: #f90780;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li ul {
  list-style: none;
  background-color: #f5f5f5;
  padding-left: 5%;
  display: none;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li ul > li {
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li ul > li a {
  font-size: 16px;
  width: 100%;
  height: 100%;
  text-align: left;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu a > i.icono {
  padding: 0 3%;
}

/*Fin Menú*/

section .titulo h2 {
  text-align: center;
  margin: 0;
  padding: 2% 0;
  font-family: "Gotham-Bold";
  font-size: 30px;
}
section .titulo p {
  text-align: center;
  margin: 1% 5% 2%;
  padding: 2% 0;
  font-family: "Gotham-Book";
  font-size: 19px;
  color: #fff;
}
section .lo_tenemosTodo p {
  text-align: center;
  margin: 0;
  padding: 2% 0;
  font-family: "Gotham-Book";
  font-size: 19px;
  color: #fff;
}  /*estilos titulos imgs */

#landing-videojuego .titulo .titulo_mejor img {
  width: 100%;
    margin: 50px 0px 5px;

}
 #landing-videojuego .title1.mobile img {
  width: 80%;
    margin: 50px 0px 5px;

}
#landing-videojuego .title2.mobile img {
  width: 60%;
    margin: 50px 0px 5px;

}
#landing-videojuego .title3.mobile img {
  width: 70%;
    margin: 50px 0px 5px;

}
#landing-videojuego .title4.mobile img {
  width: 60%;
    margin: 50px 0px 5px;

}
#landing-videojuego .title5.mobile img {
  width: 60%;
    margin: 50px 0px 5px;

}
section .los_mas_buscados .titulo_top img {
  width: 100%;
    margin: 50px 0px 5px;
    padding: 0 24%; margin-top: 50px;

}
section#menu_principal_Ofertas .listOfertas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section#menu_principal_Ofertas .listOfertas > div {
  padding: 3px;
}

section#lo_tenemosTodo {

    background: url(../img/background.png);
  background-color: #12012D;
  padding-bottom: 2%;

}
section#lo_tenemosTodo #listAdv > div {
  padding: 3px;
}

section#encuentra_tu_marcaFavorita #lista_marcas > div {
  padding: 10px 3px;
}


/*Fin*/

/*Fin - Style*/
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 769px) {
  section#menu_principal_Ofertas .container>div{
    padding: 0;
  }
  
  section#menu_principal_Ofertas .contenedor_menu {
    display: none;
  }
  section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile {
    display: flex;
  }
  section#menu_principal_Ofertas .titulo_categoria h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    background-color: #f90780;
    color: #ffffff;
    font-size: 6vw;

  }
   section .titulo p {
  text-align: center;
  margin: 0;
  padding: 2% 0;
  font-family: "Gotham-Book";
  font-size: 2.1vw;
  color: #fff;
}
 /*estilos titulos imgs */

#landing-videojuego .titulo .titulo_mejor img {
  width: 100%;
    margin: 50px 0px 5px;
  }
  section .sectior1 .los_mas_buscados .titulo_top img {
  width: 100%;
    margin: 50px 0px 5px;
padding: 0 24%; 
}
 #landing-videojuego .title1.mobile img {
    width: 102%;
    margin: 50px 0px 5px;
  }
  #landing-videojuego .title2.mobile img {
    width: 90%;
    margin: 50px 0px 5px;
  }
    #landing-videojuego .title3.mobile img {
    width: 100%;
    margin: 50px 0px 5px;
}
 #landing-videojuego .title4.mobile img {
    width: 100%;
    margin: 50px 0px 5px;
  }
   #landing-videojuego .title5.mobile img {
    width: 95%;
    margin: 50px 0px 5px;
  }
}