/*CABECERA*/
.pHeader {
  padding: 20px 20px 0;
  margin-bottom: 10px;
  border-bottom: none;
  position: relative;
  height: 240px;
  display: flex;
  align-items: end;
}
.pHeader .w_header {
  margin-top: 0;
  justify-content: space-between;
  align-items: flex-start;
  height: 75px;
}
#logo {
  width: 220px;
  height: 137px;
  top: 30px;
}
@media (min-width: 1350px) {
  .pHeader #MenuPpal {
    display: inline-block;
    position: relative;
    order: 1;
  }
}
.pHeader #MenuPpal {
  display: inline-block;
  position: relative;
  text-align: center;
  justify-content: center;
  order: 1;
  width: 100%;
  color: #000;
}
.pHeader .usuario_carrito {
  margin-left: 30px;
}
.pHeader .usuario {
  color:var(--c2);
}
.pHeader .carrito {
}
.pHeader .idiomas {
  position: relative;
  padding-top: 0;
  top: -45px;
}
#cImgCat, #cImgPag {
  padding: 200px 0 1px 20px;
}
#cImgCat h1, #cImgPag h1 {
  font-size: 2.2rem;
}
@media (min-width: 1280px) {
  #cImgCat, #cImgPag {
    padding: 250px 0 1px;
  }
  #cImgCat h1, #cImgPag h1 {
    font-size: 2.7rem;
  }
}
.inicio .video_portada .info_banner {
  max-width:min(60%,600px);
}
.inicio .video_portada .v1 {
  display: block;
  position: absolute;
  right: 5%;
  top: 20%;
  border-radius: 10%;
  border:2px solid var(--c2);
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  z-index: 2;
}
.inicio .video_portada .v2 {
  display: block;
  position: absolute;
  right: calc(5% + 18vw);
  top: calc(24% + 15vh);
  border-radius: 10%;
  border:2px solid var(--c2);
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  z-index: 1;
}
@media (min-width: 1400px) {
  .inicio .video_portada .v1 {
    right: calc(50% - 620px);
    top: 24%;
    width: 270px;
    height: 270px;
  }
  .inicio .video_portada .v2 {
    right: calc(50% - 380px);
    top: calc(24% + 150px);
    width: 270px;
    height: 270px;
  }
  .inicio .video_portada .info_banner {
    left: calc(50% - 650px);
  }
  .inicio .video_portada {
    aspect-ratio:auto;
    width: calc(100% + 40px);
    height: 785px;
    max-height: 785px;
    background: url(/archivos/bg_inicio2000.jpg) 80% 10% / cover no-repeat #100B08;
    /*animation: justicia2 9s ease-in-out 1 normal;*/
  }
  @keyframes justicia2 {
    0% {
      background-size: auto 130%;
    }
    100% {
      background-size: cover;
    }
  }
  .inicio .video_portada .info_banner .linea1 {
    font-size: 2.8rem;
  }
  .inicio .video_portada .info_banner .linea2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .inicio .video_portada .info_banner .linea_boton a {
    font-size: 1.5rem;
    padding: 15px 30px;
  }
}
/*MENU*/
#menu {
  display: flex;
  align-items: center;
  flex: 1.5;
}
#menu > ul {
  padding: 0;
  margin: 0px auto 0;
  display: flex;
  flex-direction: row;
}
#menu > ul > li {
  display: inline-block;
  margin: 0;
  font-family:var(--f_titulos);
}
#menu > ul > li.sel {
  color:var(--c2);
}
#menu > ul > li a:hover {
  color:var(--c2);
}
#menu > ul > li > a:not(.btn) {
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  font-family:var(--f_titulos);
}
#menu li:last-child {
  margin-left: 20px;
}
#menu li .btn {
  font-size: 1rem;
  padding: 5px 15px;
}
#menu > ul > li:nth-last-child(n+3) > a:after {
  content: " | ";
  position: absolute;
  right: 0;
  color: #000;
}
#menu #MenuPpal > li:hover > ul {
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  text-align: left;
  background:var(--c2);
  color: #FFF;
  padding: 4px 0px 10px 0;
  margin: 5px 0 0 0px;
  z-index: 999;
  border-radius:var(--b_radius);
  /*box-shadow:3px 1px 7px var(--c1);*/
}
#menu li ul a {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
  cursor: pointer;
  display: block;
  padding: 10px 30px 10px 10px;
  border-radius:var(--b_radius);
}
#menu li ul a:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
#botonMenu, #menu > .cerrar {
  display: none;
}
/*BLOG*/
.mBlog .articulos {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  justify-content: flex-start;
}
.mBlog .articulos article {
  flex: 0 0 calc(100%/3 - 20px);
  margin-right: 20px;
}
/*Producto*/
.lista_productos {
  /*--anchoe4: calc(24% - (var(--doblegap) *2));*/
}
.producto_listados {
  /*margin: 0 10px 60px 10px;*/
  width:var(--anchoe4);
}
.mProducto .principal .compra {
  padding-left: 0;
  flex: 0 45%;
}
.mProducto .principal figure {
  flex: 0 52%;
}
.mProducto .principal .galeria {
  flex: 0 calc(58% + 10px);
  justify-content: flex-start;
}
.mProducto .principal .Datos {
  flex: 0 50%;
}
.mProducto .bloques_texto {
  flex: 0 56%;
}
.relacionados .lista_productos {
  --anchoe: calc(100%/6 - var(--doblegap));
}
.relacionados .lista_productos .producto_listados:nth-child(7) {
  display: flex;
}
.producto_listados .botonera {
  /*display: flex;*/
  /*align-items: start;*/
  /*align-content: space-around;*/
}
.relacionados .producto_listados .botonera {
  display: block;
}
.producto_listados .btn_compra {
  /*background:5px 10px / 20px no-repeat var(--c1);*/
  margin: 0 10px 0 0;
}
.relacionados .producto_listados .btn_compra {
  margin: 0 auto 15px;
}
.producto_listados .titulo {
  font-size:1. 5rem;
  margin-top: 3px;
}
.producto_listados.en_oferta:after {
  width: 90px;
  height: 90px;
}
.producto_listados.novedad:after {
  width: 90px;
  height: 90px;
}
.producto_listados.periodo_especial_precio:after {
  width: 90px;
  height: 90px;
}
.mProducto .en_oferta figure:after {
  width: 120px;
  height: 120px;
}
.mProducto .novedad figure:after {
  width: 120px;
  height: 120px;
}
.mProducto .periodo_especial_precio figure:after {
  width: 120px;
  height: 120px;
}
/*MODALES*/
.modal .cont_contenido {
  top: 80px;
  padding: 20px 25px;
}
/*CARRITO*/
.w_carrito_resumen .w_resumen_btn {
  flex: 0 350px;
}
.productos_carrito .producto figure {
  flex: 0 150px;
}
/*OnePageCheckOut*/
#cOPCarrito .opCol {
  width: calc(100%/3);
  border-right: 1px solid #CCC;
}
#cOPCarrito .opCol:nth-child(2) {
  padding: 0 30px;
  align-self: stretch;
}
#cOPCarrito .opCol:nth-child(2) .opSCol:nth-child(3) {
  position: sticky;
  top: 10px;
}
#cOPCarrito .opCol:nth-child(3) {
  border-top: none;
  width: calc(100%/3);
  padding: 0 0 0 30px;
}
