@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.inicio,
.trailer,
.productos,
.productos-2,
.wallpapers {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
  background-image: url(../images/fondo.png);
  background-size: cover;
  background-position: 15% 50%;
}
.inicio::before,
.trailer::before,
.productos::before,
.productos-2::before,
.wallpapers::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background: linear-gradient(0deg, transparent, #2821BC 80%);
}
.inicio::after,
.trailer::after,
.productos::after,
.productos-2::after,
.wallpapers::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background: linear-gradient(0deg, #2821BC 20%, transparent);
}
.inicio::before {
  height: 0px;
}
.productos-2 {
  padding-bottom: 30px;
}
.productos-2 .titulo {
  text-shadow: -3px 5px 5px #00000040;
}
.productos-2 .titulo h2 {
  color: #fff;
}
.productos-2 .titulo h3 {
  color: #fff;
}
.productos-2 p {
  margin: 25px auto;
}
.productos-2 a {
  margin: -30px auto 10px;
}
.all-product-ib {
  padding-bottom: 80px;
}
.all-product-ib .row {
  text-align: center;
}
.all-product-ib .row .col-6 {
  text-align: center;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 2rem;
}
.all-product-ib .row .col-6:hover {
  transform: scale(0.9);
  transition: all 0.3s;
}
.all-product-ib .row img {
  border-radius: 12px;
  box-shadow: -4px 8px 16px #0000005e;
}
.all-product-ib .row .btn-ibl {
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .all-product-ib .row .btn-ibl {
    margin-top: -1rem;
    padding: 8px 20px;
    font-size: 14px;
  }
}
.productos-wrapper-ib {
  position: relative;
  overflow: hidden;
}
.productos-wrapper-ib .row {
  position: relative;
  z-index: 2;
}
.bg-tab {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s ease;
  z-index: 0;
}
.tabs-productos-ib {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.tabs-productos-ib .tab-btn-ib {
  text-align: center;
  padding: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.tabs-productos-ib .tab-btn-ib.active {
  transform: scale(1.05);
  font-weight: 700;
}
.tabs-productos-ib .tab-btn-ib.active[data-target="juguetes"] {
  background: #ffc844;
  background: linear-gradient(40deg, #ffc844 0%, #efe890 100%);
}
.tabs-productos-ib .tab-btn-ib.active[data-target="otros"] {
  background: #f42736;
  background: linear-gradient(40deg, #f42736 0%, #f48991 100%);
}
.tabs-productos-ib .tab-btn-ib.active[data-target="hogar"] {
  background: #2babe2;
  background: linear-gradient(40deg, #2babe2 0%, #96daea 100%);
}
.tabs-productos-ib .tab-btn-ib.active img {
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.2));
}
.tabs-productos-ib .tab-btn-ib img {
  width: 80px;
  height: auto;
}
.tabs-productos-ib .tab-btn-ib h5 {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .tabs-productos-ib .tab-btn-ib {
    display: block;
  }
  .tabs-productos-ib .tab-btn-ib.active {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .tabs-productos-ib .tab-btn-ib img {
    width: 80px;
    height: auto;
  }
  .tabs-productos-ib .tab-btn-ib h5 {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .tabs-productos-ib .tab-btn-ib img {
    width: 80px;
    height: auto;
  }
}
.productos-wrapper-ib {
  min-height: 600px;
  padding: 0px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .productos-wrapper-ib {
    padding: 0px 10px;
  }
  .productos-wrapper-ib a {
    padding: 8px 20px;
  }
}
.productos-wrapper-ib .tabs-productos-ib {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: -6px;
}
.productos-wrapper-ib .tabs-productos-ib .tab-btn-ib {
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 20px 20px 0 0;
  transition: 0.3s;
}
.productos-wrapper-ib .tabs-productos-ib .tab-btn-ib.active {
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .productos-wrapper-ib .tabs-productos-ib {
    gap: 0px;
  }
  .productos-wrapper-ib .tabs-productos-ib .tab-btn-ib {
    padding: 15px;
  }
  .productos-wrapper-ib .tabs-productos-ib .tab-btn-ib.active {
    transform: translateY(-5px);
  }
}
.productos-all-ib {
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .productos-all-ib {
    padding: 40px 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
body {
  color: white;
  background-color: #86b5e5;
  background-image: url(../images/fondov.png);
  background-position: center;
  /* background-repeat: no-repeat; */
  background-size: auto;
  background-blend-mode: multiply;
}
@media (max-width: 480px) {
  body {
    height: 95vh;
  }
}
.btn-ibl {
  background-color: #c71f1f;
  margin: 10px auto 30px;
  border-radius: 40px;
  padding: 10px 32px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffdc32;
  transition: 0.25s;
  text-decoration: none;
  font-weight: 700;
  font-size: larger;
  border: 1px solid #c71f1f;
  box-shadow: 0px 2px 5px #3f0909, 2px 4px 10px #996565;
  transition: all 150ms linear;
}
.btn-ibl.raise:hover,
.btn-ibl.raise:focus {
  color: #fee153;
  transition: all 250ms linear;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 21px 7px -10px #00000050, inset -3px -4px 3px #00000050, inset 5px 8px 4px #00000050, inset 0px 0px 0px 40px #00000040;
  transform: translateY(-0.3em);
}
.ib-2 {
  border: 5px solid #004da6;
  box-shadow: 0px 2px 5px #051325, 2px 4px 10px #69adfb;
  color: #333333;
  background-color: #ffdc32;
}
.ib-2.raise:hover,
.ib-2.raise:focus {
  color: #2d2d2d;
  border: 5px solid #00254e;
}
.titulo {
  text-align: center;
  margin-bottom: 50px;
}
.titulo h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  color: #004da6;
}
.titulo h3 {
  color: #333333;
}
@media (max-width: 480px) {
  .titulo h2 {
    font-size: 32px;
  }
  .titulo h3 {
    font-size: 20px;
    font-weight: 400;
  }
}
header {
  position: fixed;
  width: 90%;
  z-index: 99;
  left: 5%;
}
header .bg-light {
  background-color: transparent !important;
}
header .bg-light .navbar-brand {
  width: 20%;
}
header .bg-light .navbar-collapse {
  justify-content: flex-end;
}
header .bg-light .navbar-collapse ul {
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 32px;
  box-shadow: 0 2px 12px #00000040;
}
@media (max-width: 480px) {
  header .bg-light .navbar-brand {
    width: 60%;
  }
  header .bg-light .navbar-toggler {
    background-color: #ffdd39;
    border: solid 3px #0e3991;
    border-radius: 50px;
    width: 60px;
    height: 60px;
  }
}
.navbar-nav li {
  padding: 0 5px;
}
.navbar-nav .nav-link {
  color: #555555;
  font-weight: 500;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #86b5e5;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show > .nav-link {
  color: #86b5e5;
  font-weight: 700;
}
.inicio {
  text-align: center;
  align-items: center;
  padding: 50px 0px 100px;
  position: relative;
  z-index: 3;
}
.inicio .row {
  justify-content: center;
  align-items: center;
}
.cintillo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 2;
}
.cintillo::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background: linear-gradient(0deg, transparent, #2821BC 80%);
}
.cintillo .row {
  justify-content: center;
  align-items: center;
}
.cintillo .row img {
  width: 400px;
}
.hablar-icono {
  position: relative;
  z-index: 3;
}
.hablar-icono::before {
  content: "";
  top: -4rem;
  right: 10rem;
  width: 25%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background-image: url(../images/i-hablar3.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: pulse 4s infinite;
}
@media (max-width: 575px) {
  .hablar-icono::before {
    width: 200px;
    height: 80px;
    top: -3rem;
    right: 10%;
  }
}
.trailer {
  position: relative;
  padding: 100px 0px;
  z-index: 1;
  padding-bottom: 200px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.trailer .titulo {
  text-shadow: -3px 5px 5px #00000040;
}
.trailer .titulo h2 {
  color: #fff;
}
.trailer .titulo h3 {
  color: #fff;
}
.trailer .titulo h3 span {
  color: #ffdc32;
  font-weight: 700;
}
.trailer .videos-f {
  position: relative;
  z-index: 1;
}
.trailer .videos-f .iframe-l {
  position: absolute;
  z-index: 2;
  top: -3.5rem;
  left: 44%;
  width: 150px;
}
@media (max-width: 768px) {
  .trailer .videos-f .iframe-l {
    left: 37%;
  }
}
@media (max-width: 576px) {
  .trailer .videos-f .iframe-l {
    left: 37%;
  }
}
@media (max-width: 480px) {
  .trailer .videos-f .iframe-l {
    left: 38%;
    width: 90px;
  }
}
.trailer .videos-f .iframe-f {
  position: absolute;
  z-index: -1;
  top: -4.5rem;
  left: 11.3rem;
  width: 770px;
  top: 2rem;
}
@media (min-width: 1401px) and (max-width: 5000px) {
  .trailer .videos-f .iframe-f {
    top: 2rem;
    left: 16.6rem;
  }
}
@media (max-width: 1200px) {
  .trailer .videos-f .iframe-f {
    left: 5.5rem;
  }
}
@media (max-width: 992px) {
  .trailer .videos-f .iframe-f {
    top: -3.5rem;
    left: 0.6rem;
    top: 3rem;
    left: 0;
  }
}
@media (max-width: 768px) {
  .trailer .videos-f .iframe-f {
    top: -1.8rem;
    left: 0.5rem;
    top: 5rem;
    left: 0;
  }
}
@media (max-width: 576px) {
  .trailer .videos-f .iframe-f {
    top: -2.5rem;
    left: 3rem;
    width: 400px;
    top: 4.5rem;
    left: 14%;
  }
}
@media (max-width: 480px) {
  .trailer .videos-f .iframe-f {
    top: -2rem;
    left: 0rem;
    width: 100%;
    top: 0.8rem;
    left: 0%;
  }
}
.trailer iframe {
  box-shadow: -2px 11px 20px 2px #00000070;
  width: 600px;
  height: 325px;
  border-radius: 20px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .trailer iframe {
    width: 450px;
    height: 270px;
  }
}
@media (max-width: 575px) {
  .trailer iframe {
    width: 280px;
    height: 158px;
  }
}
@media (max-width: 480px) {
  .trailer iframe {
    margin-top: 50px;
  }
}
.bloques {
  position: relative;
  padding: 100px 0px;
}
.bloques .titulo {
  text-shadow: -3px 5px 5px #00000040;
}
.bloques .titulo h2 {
  color: #fff;
}
.bloques .titulo h3 {
  color: #fff;
}
.bloques .col-md-4 {
  margin: 30px auto;
  text-align: center;
}
.bloques .col-md-4 a {
  margin-top: -20px;
}
.productos .container-fluid {
  position: relative;
  z-index: 1;
}
.productos .container-fluid::before {
  content: "";
  top: -19%;
  left: 10%;
  width: 23%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background-image: url(../images/separador-11.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: pulse 4s infinite;
}
@media (max-width: 575px) {
  .productos .container-fluid::before {
    width: 200px;
    top: -15%;
  }
}
.productos .titulo {
  text-shadow: -3px 5px 5px #00000040;
}
.productos .titulo h2 {
  color: #fff;
}
.productos .titulo h3 {
  color: #fff;
}
.productos p {
  margin: 25px auto;
}
.productos a {
  margin: -10px auto 10px;
}
.productos .owl-stage {
  padding: 24px 0px;
}
.productos .item {
  text-align: center;
  transition: all 0.3s;
}
.productos .item:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.productos .item:last-child img {
  border-radius: 12px;
  box-shadow: none;
}
.productos .item img {
  border-radius: 12px;
  box-shadow: -4px 8px 16px #0000005e;
}
.productos .owl-nav button {
  position: absolute;
  top: 32%;
  background-color: #ffffff30 !important;
  color: #86b5e5;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.productos .owl-nav button.owl-prev {
  left: 0;
}
.productos .owl-nav button.owl-next {
  right: 0;
}
.productos .owl-nav button:focus {
  outline: none;
}
.productos .owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -5px;
  color: #244294;
}
.productos .owl-dots button.owl-dot span {
  background-color: #7abac1 !important;
}
.productos .owl-dots button.owl-dot.active span {
  background-color: #86b5e5 !important;
}
.owl-carousel .item .row {
  align-items: center;
  color: #fff;
  text-shadow: 1px 2px 5px #00000040;
}
.owl-carousel .item .row h2 {
  font-size: 40px;
}
.owl-nav button {
  position: absolute;
  top: 32%;
  background-color: #ffffff30 !important;
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.owl-dots button.owl-dot span {
  background-color: #ffffff80 !important;
}
.owl-dots button.owl-dot.active span {
  background-color: #fff !important;
  width: 20px;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.wallpapers .container-fluid {
  position: relative;
  z-index: 1;
}
.wallpapers .container-fluid::before {
  content: "";
  top: -19%;
  right: 10%;
  width: 40%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background-image: url(../images/separador-12.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: pulse 4s infinite;
}
@media (max-width: 575px) {
  .wallpapers .container-fluid::before {
    top: -15%;
    width: 65%;
    height: 80px;
  }
}
.wallpapers .titulo {
  text-shadow: -3px 5px 5px #00000040;
}
.wallpapers .titulo h2 {
  color: #fff;
}
.wallpapers .titulo h3 {
  color: #fff;
}
.wallpapers .wallpapers-carousel {
  z-index: 10;
}
.wallpapers .item {
  text-align: center;
}
.wallpapers .item img {
  border-radius: 15px;
  box-shadow: -3px 8px 16px #0000004c;
}
@media (max-width: 480px) {
  .wallpapers .item .row {
    text-align: center;
  }
}
footer {
  text-align: center;
  background-color: #004da6;
  padding: 25px 0;
  color: #fff;
}
footer img {
  width: 75%;
}
footer p {
  margin-bottom: 0px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #86b5e5;
}
@media (max-width: 480px) {
  footer img {
    width: 50%;
  }
}
.stick {
  position: sticky;
  top: 20px;
  /* Se fijará cuando el elemento esté a 20px de la parte superior del viewport */
  z-index: 10;
  /* Asegura que el elemento se quede por encima del contenido */
}
.tabs-productos {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
}
.tabs-productos .tab-btn {
  text-align: center;
  padding: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.tabs-productos .tab-btn.active {
  transform: scale(1.05);
  font-weight: 700;
}
.tabs-productos .tab-btn.active[data-target="uno"] {
  background: #ffc844;
  background: linear-gradient(40deg, #ffc844 0%, #efe890 100%);
}
.tabs-productos .tab-btn.active[data-target="dos"] {
  background: #f42736;
  background: linear-gradient(40deg, #f42736 0%, #f48991 100%);
}
.tabs-productos .tab-btn.active[data-target="tres"] {
  background: #2babe2;
  background: linear-gradient(40deg, #2babe2 0%, #96daea 100%);
}
.tabs-productos .tab-btn.active img {
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.2));
}
.tabs-productos .tab-btn img {
  width: 80px;
  height: auto;
}
.tabs-productos .tab-btn h5 {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .tabs-productos .tab-btn {
    display: block;
  }
  .tabs-productos .tab-btn.active {
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .tabs-productos .tab-btn img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tabs-productos::-webkit-scrollbar {
    display: none;
  }
  .tabs-productos .tab-btn h5 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.productos-wrapper {
  padding: 40px;
  border-radius: 20px;
  transition: 0.5s ease;
}
.productos-wrapper .owl-item.active .marco-img {
  border-radius: 20px;
  position: relative;
}
.productos-wrapper .owl-item.active .marco-img::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-image: url(../images/marco-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.productos-wrapper .owl-item.active .marco-img img {
  border-radius: 20px;
  padding: 20px;
}
.productos-wrapper .item {
  position: relative;
}
.productos-wrapper .item a {
  z-index: 2;
  position: relative;
}
@media (max-width: 480px) {
  .productos-wrapper {
    padding: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.productos-wrapper {
  position: relative;
  overflow: hidden;
}
.productos-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.bg-verde {
  background-image: url(../images/fondo1.png);
}
.bg-rojo {
  background-image: url(../images/fondo2.png) !important;
}
.bg-azul {
  background-image: url(../images/fondo3.png) !important;
}
.productos-all-ib {
  min-height: 600px;
}
.productos-all-ib .estado-productos-ib {
  min-height: 24px;
  margin: 0 0 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.productos-all-ib .productos-grid-ib {
  min-height: 420px;
  align-content: flex-start;
}
.productos-all-ib .producto-card-ib {
  height: 100%;
  text-align: center;
}
.productos-all-ib .producto-card-ib img {
  width: 100%;
  height: auto;
}
.productos-all-ib .paginacion-productos-ib {
  margin-top: 20px;
}
.productos-all-ib .paginacion-productos-ib[hidden] {
  display: none;
}
.productos-all-ib .paginacion-productos-ib .pagination {
  flex-wrap: wrap;
  gap: 8px;
}
.productos-all-ib .paginacion-productos-ib .page-link {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #004da6;
  font-weight: 700;
  box-shadow: 0 4px 10px #00000040;
}
.productos-all-ib .paginacion-productos-ib .page-link:hover,
.productos-all-ib .paginacion-productos-ib .page-link:focus {
  background-color: #ffdc32;
  color: #004da6;
}
.productos-all-ib .paginacion-productos-ib .page-item.active .page-link {
  background-color: #c71f1f;
  color: #ffdc32;
}
.productos-all-ib .paginacion-productos-ib .page-item.disabled .page-link {
  opacity: 0.45;
  pointer-events: none;
}
.productos-all-ib .error-productos-ib {
  max-width: 720px;
  margin: 20px auto 0;
}
@media (max-width: 575px) {
  .productos-all-ib {
    padding: 24px 8px;
  }
  .productos-all-ib .productos-grid-ib {
    min-height: 360px;
  }
  .productos-all-ib .paginacion-productos-ib .pagination {
    gap: 5px;
  }
  .productos-all-ib .paginacion-productos-ib .page-link {
    min-width: 38px;
    min-height: 38px;
    padding: 6px 10px;
  }
}
