body{background-color:#f5f5f5}.header-banner{background:var(--bg-primary)}.portada{display:none}.producto{display:grid;grid-template-columns:1fr;width:100%;min-height:100vh;margin:0 auto 2rem;padding:6rem 1rem 1rem;overflow:hidden;box-sizing:border-box;gap:1rem;grid-template-areas:"img" "descripcion" "caracteristicas"}} .producto_images{grid-area:img}.producto_images_principal_img{width:100%;height:300px;object-fit:cover}.producto_images_secundarias{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.producto_images_secundarias_img{width:80px;height:80px;cursor:pointer}.producto_descripcion{grid-area:descripcion;display:flex;flex-direction:column;gap:1rem}.producto_descripcion_title{font-size:1.5rem;text-transform:uppercase;color:var(--color-primary)}.producto_descripcion_button{padding:.8rem 1rem;background-color:var(--bg-primary);color:#fff;border:none;border-radius:1rem;font-size:1rem;font-weight:700;text-transform:uppercase;align-self:flex-start}.producto_descripcion_button:hover{background-color:var(--bg-primary--hover)}.producto_caracteristicas{grid-area:caracteristicas}.producto_caracteristicas_title{margin:0;color:#000;text-transform:capitalize}.producto_caracteristicas_items{padding:0;list-style:none}.producto_caracteristicas_items_item{margin-top:.5rem;display:flex;gap:.5rem}.producto_caracteristicas_items_item_icon{color:green;font-size:1.5rem;position:relative}.producto_caracteristicas_items_item_text{margin:0}@media (min-width: 992px){.producto{grid-template-columns:1fr 1fr;grid-template-rows:max-content max-content;grid-template-areas:"img descripcion" "caracteristicas caracteristicas"}.producto_descripcion_title{font-size:2rem}.producto_caracteristicas_title{font-size:1.5rem}.producto_images_principal_img{width:100%;height:500px}.producto_images_secundarias_img{width:100px;height:100px}.producto_descripcion{padding-left:1rem}}
