/* 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-display: swap;
}

/* 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;
  font-display: swap;
}

@font-face {
  font-family: "Million Dreams";
  src: url("../css/MillionDreams-Regular.eot");
  src: url("../css/MillionDreams-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../css/MillionDreams-Regular.woff2") format("woff2"),
    url("../css/MillionDreams-Regular.woff") format("woff"),
    url("../css/MillionDreams-Regular.ttf") format("truetype"),
    url("../css/MillionDreams-Regular.svg#MillionDreams-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*Grilla 5 columnas*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  min-height: 1px;
  position: relative;
}

.col-xs-15 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}

/*fin Grilla 5 columnas*/

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-juguetes_navidad {
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: -30px;
}
#landing-juguetes_navidad section {
  display: inline-block;
  width: 100%;
  position: relative;
}

/*Style*/

/*Swiper*/
.swiper {
  width: 100%;
  height: auto;
  position: revert;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left:30px;
  right: auto;
  top:55%;
  width: 50px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  left:94%;
  right: auto;
  top:58%;
  width: 50px;
}
/*

.swiper-button-next, .swiper-rtl .swiper-button-prev{
   left:30px;
  right: auto;
  top:55%;
  width: 50px;
} */
.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: 40px;
  font-family: "Gotham-Bold";
  color: #d80001;
}
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: #aaaaaa;
  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%;
}
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 0.5% 0;
  font-family: "Gotham-Bold";
  font-size: 40px;
  color: #d80001;
}
section .titulo h3 {
  text-align: center;
  margin: 0;
  padding: 0 0 0.5% 0;
  font-family: "Gotham-Bold";
  font-size: 30px;
  color: #d80001;
}
section .titulo p {
  text-align: justify;
  margin: 0 2%;
  padding: 2% 0 1% 0;
  font-family: "Gotham-Book";
  font-size: 20px;
  color: #000000;
}

section .titulo .barra_navidena {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
section .titulo .barra_navidena::after {
  content: "";
  height: 1px;
  width: 35%;
  background-color: #000000;
  position: absolute;
  background-color: #d8a830;
  z-index: 1;
}
section .titulo .barra_navidena .line {
  width: 50px;
  height: 5px;
}
section .titulo .barra_navidena .lineDorado {
  background-color: #d8a830;
  z-index: 2;
}
section .titulo .barra_navidena .lineRojo {
  background-color: #fe0000;
  z-index: 2;
}

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

/******************/

section#regalo_todas_edades #list_edades_regalos {
  padding: 3% 0;
}
section#regalo_todas_edades #list_edades_regalos .swiper-wrapper > div {
  padding: 0 8px;
}

/******************/

section#personajesFavoritos {
  background-color: #f5f5f5;
}
section#personajesFavoritos .container-Personaje {
  padding: 3% 8%;
}

section#personajesFavoritos #listPersonajeFavorito .swiper-wrapper > div {
  padding: 0 8px;
}
/******************/

section#reglas_mas_buscados #listRegalosBuscados{
  padding:3% 0
}

/******************/

section#marcasFavoritas #lista_marcas {
  padding: 3% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
section#marcasFavoritas #lista_marcas > div {
  padding: 3px;
}
/******************/
section#coleccionables {
  background-color: #d80001;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
section#coleccionables .titulo h2{
  color: #ffffff;
}
section#coleccionables .titulo .barra_navidena .lineDorado{
background-color: #ffffff;
}
section#coleccionables .titulo .barra_navidena::after{
  background-color: #ffffff;
}
section#coleccionables #listColeccionables {
  padding: 3% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
section#coleccionables #listColeccionables > div {
  padding: 3px;
}
section#coleccionables #contentBlog {
  padding: 0 0 3% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  background: url("../img/coleccionables/blog_desk.png");
  background-repeat: no-repeat;
  width: calc(100% - 5%);
  margin: 0 auto;
  background-size: cover;
  min-height: 435px;
}

section#coleccionables #contentBlog .bloqBlog {
  /*margin-top: 15%;*/
  text-align: center;
  padding-right: 10%;
}
section#coleccionables #contentBlog .bloqBlog .titulo h4 {
  font-family: "Gotham-Bold";
  margin: 0 0 2%;
  font-size: 35px;
}
section#coleccionables #contentBlog .bloqBlog .contenido p {
  font-family: "Gotham-Book";
  margin: 0 0 2%;
  font-size: 14px;
}
section#coleccionables #contentBlog .bloqBlog .leerMas a {
  width: 100px;
  display: flex;
  height: 25px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #a40001;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
}

/******************/
section#techi #listtechi {
  padding:3% 0
}
section#techi #listtechi>div{
  padding:0 8px
}

section#techi .descubre_mas_regalos{
    padding:4% 0;
    text-align: center;
}
section#techi .descubre_mas_regalos a{
  font-family: "Gotham-Bold";
  font-size: 30px;
  display: inline-block;
  padding:10px 30px;
  background-color: #a40001;
  border-radius: 15px;
  color: #ffffff;

}
section#datosSeo{
  padding: 0px 10% 0 10%;
}
section#datosSeo .container {
  padding:2% 5%;
  border:3px solid #d80001;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}
section#datosSeo h1{
  font-size: 30px;
  text-align: center;
  font-family: 'Gotham-Bold';
}
section#datosSeo a{
  color: #091060;
  text-decoration: none;
  font-weight: 700;
}
section#datosSeo a:hover{
  color: #6069d5;
}
section#datosSeo h2{
  font-size: 18px;
  font-family: "Gotham-Bold";
  line-height: 1.1;
}

section#datosSeo p{
  font-size: 15px;
  margin: 2% 5% 2% 5%;
  line-height: 20px;
  text-align: justify;
}
/*Fin*/

/*Fin - Style*/
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}
section#seccion3{
  /*background-image: url(../images/3_a_quien_regalas/fondo_desk.png);*/
  background-color: #d80001;
  position: relative;
  padding: 0 0 200px 0;
}
section#seccion3 .container .titulo1{
  color: white;
  text-align: center;
  margin: 0;
  padding: 2% 0;
  font-family: "Gotham-Bold";
  font-size: 45px;
  line-height: 1.1; 
}
section#seccion3 .subtitle p{
  text-align: center;
  font-family: 'Gotham-Book';
  font-size: 18px;
  color: #fff;
}
section#seccion3 .categoria_regalos{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,1fr);
  column-gap: 15px;
  row-gap: 15px;
  margin-bottom: 20px;
}
section#seccion3 .blog_R{
  position: relative;
  top: 30px;
}
section#blog{
  top: -170px;
}
section#blog .blog_R{
  padding: 0 50px;
}
section#blog .seo_blog{
  text-align: center;
  width: 500px;
  height: 100px;
  margin: 0 auto;
  top: -400px;
  position: relative;
  left: 160px;
}
section#blog .seo_blog h2{
  font-family: 'Gotham-Bold';
  font-size: 35px;
  position: relative;
  right: 15px;
}
section#blog .seo_blog p{
  font-family: 'Gotham-Book';
  font-size: 18px;
}
section#blog .seo_blog button.btn_ver_mas{
  border: 2px #a40001;
  background-color: #a40001;
  color: #fff;
  padding: 6px 20px;
  font-family: 'Gotham-Bold';
  border-radius: 15px;
  font-size: 15px;
}
@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: #FB0201;
    color: #ffffff;
    font-size: 6vw;
  }
  /**********/
  section .titulo .barra_navidena::after{
    width:90%;
  }
  section .titulo{
    margin: 3.5% 0;
  }
  section .titulo h2{
    font-size: 6vw;
  }
  section .titulo h3{
    font-size: 5.5vw;
  }
  section .titulo p {
  text-align: justify;
  margin: 0 0 2%;
  padding: 2% 0 1% 0;
  font-family: "Gotham-Book";
  font-size: 12px;
  color: #000000;
}
  section#regalo_todas_edades #list_edades_regalos{
    padding-right: 10%;
  }
  section#personajesFavoritos .container-Personaje{
    padding: 3% 4%;
  }
  section#coleccionables{
    background: url("../img/coleccionables/fondo_mob.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  section#coleccionables #contentBlog{
    background: url("../img/coleccionables/blog_mob.png");
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
  }
  section#coleccionables #contentBlog .titulo_version_mobile{
    position: absolute;
    /* right: 5%; */
    top: 2.5%;
    padding-left: 35%;
    padding-right: 5%;
  }
  section#coleccionables #contentBlog .titulo_version_mobile h4{
    font-family: "Gotham-Bold";
    margin: 0 0 2%;
    font-size: 3.6vw;
    text-align: justify;
  }
  
  section#coleccionables #contentBlog .bloqBlog{
    padding:0;
    margin-top: 65%;
  }
  section#coleccionables #contentBlog .bloqBlog .titulo{
    display:none;
  }
  section#coleccionables #contentBlog .bloqBlog .contenido{
    /*height:125px;
    overflow-x: scroll;*/
  }
  section#coleccionables #contentBlog .bloqBlog .contenido p{
    font-size: 3vw;
    text-align: justify;
  }
  section#techi #listtechi>div{
    padding:8px 0;
  }
  section#techi .descubre_mas_regalos a{
    width: 80%;
    font-size: 5.2vw;
    margin-bottom: 10%;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left:1px;
  right: auto;
  top:70%;
  width: 9%;

}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  left:91%;
  right: auto;
  top:70%;
  width: 31px;
}
section#datosSeo h1{
    font-size: 25px;
  }
  section#datosSeo p{
    font-size: 15px;
} 
