@font-face {
  font-family: "Futura";
  src: url("../css/Futura-Medium.eot");
  src: url("../css/Futura-Medium.eot?iefix") format("eot"),
    url("../css/Futura-Medium.woff") format("woff"),
    url("../css/Futura-Medium.ttf") format("truetype"),
    url("../css/Futura-Mediu.svg#webfont90E2uSjN") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("../css/AkzidenzGroteskBQ-Reg.eot");
  src: url("../css/AkzidenzGroteskBQ-Reg.eot?#iefix")
      format("embedded-opentype"),
    url("../css/AkzidenzGroteskBQ-Reg.woff") format("woff"),
    url("../css/AkzidenzGroteskBQ-Reg.ttf") format("truetype"),
    url("../css/AkzidenzGroteskBQ-Reg.svg#AkzidenzGroteskBQ-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  background-color: #fafafa;
}

#landing-hasbro {
  font-family: "Futura";
  font-weight: bold;
  color: #000;
  margin-top: -30px;
}



/**/
section#lista-categorias .row{
  margin-top: 2%;
}
.segunda-section-top{
  display: flex;
}
.segunda-section .row>div{
  position: absolute;
}
.segunda-section .row>div.uno{
  top:0px;
}
.segunda-section .row>div.dos{
bottom: 0px;
}
/**/


section#productos-destacados,section#lo-nuevo-juguetes,section#los-favoritos-online,section#producto-destacado{
display: inline-block;
width: 100%;
position: relative;
}

section#lo-nuevo-juguetes{
  background: url('../images/fondo1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
section#lo-nuevo-juguetes .container,section#producto-destacado .container{
  margin-bottom: 35px;
}
section#producto-destacado{
  background: url('../images/fondo2.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top:-15px;
}
section#los-favoritos-online{
  background: url('../images/fondo3.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  margin-top: -15px;
}

/*Menu navegacion*/
#header-subcintillo{
  background: #5d327e;
}
.content-img-banco{
  max-width: 1400px;
  margin: 0 auto;
}
nav#menu-navegacion{
  min-height: 40px;
  background-color: #ffffff;
}
nav#menu-navegacion #menu-lista {
  margin: 0px;
}
nav #menu-lista {
  list-style: none;
  height: 100%;
}
nav #menu-lista li {
  width: calc(100% / 3);
  float: left;
  text-align: center;
}
nav #menu-lista li a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
/**/

/*Section - lo nuevo en juguetes,  Productos Destacados*/
#lo-nuevo-juguetes .titulo,#producto-destacado .titulo{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
/*Section - los favoritos online*/

#los-favoritos-online .contenedor-favoritos{
  margin-top: 80px;
  /*margin-bottom: 80px;*/
}
#los-favoritos-online .contenedor-favoritos .grafica{
margin-bottom: 2.5%;
}
#los-favoritos-online .gran-venta{
margin-top: 50px;
}


/**/


/*Sliks*/

.slick-prev {
  left: -60px !important;
}
.slick-next {
  right: -60px !important;
}

.slick-prev,
.slick-next {
  width: 57px;
  height: 57px;
  z-index: 999999;
  color: #ffffff;
}

.slick-prev:before,
.slick-next:before {
  font-size: 22px;
  color: transparent;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 0px;
  background: url("../images/productos-destacados/flecha-der.png");
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 0px;
  background: url("../images/productos-destacados/flecha-izq.png");
}

.slick-dots li.slick-active button:before {
  font-size: 10px;
}

@media screen and (max-width: 769px) {
 .ultima-foto{
   display: flex;
   flex-wrap: wrap;
 }
 .margen div{
   margin-bottom: 2%;;
 }
}
