﻿.art-recientes .table{width:100%;height:auto;display:flex;flex-direction:column;align-content:stretch;flex-wrap:wrap;}.art-recientes .table .banner-articulo{display:flex;flex:1;justify-content:center;height:auto;max-height:380px;margin:1rem .5rem;border-top:1px solid #ddd;border-right:1px solid #ddd;border-bottom:2px solid #ccc;border-left:1px solid #ddd;}.art-recientes .table .banner-articulo .marco{display:flex;flex-direction:column;align-items:center;min-height:360px;}.art-recientes .table .banner-articulo .marco div{margin:2px;text-align:center;}.art-recientes .table .banner-articulo .marco .imagen{width:94%;height:100%;max-height:160px;background-position:center center;background-repeat:no-repeat;background-size:contain;}.art-recientes .table .banner-articulo .marco .cuerpo{width:94%;height:100%;overflow:hidden;}.art-recientes .table .banner-articulo .marco .cuerpo h2{font-size:1.1rem;text-align:center;}.art-recientes .table .banner-articulo .marco .footer{width:94%;height:auto;text-align:center;}.art-recientes .table .banner-articulo:hover{box-shadow:0 0 4px 2px #ddd;}.producto{padding-bottom:4rem;}.producto>h2{color:#2a598c;}.producto .producto-ficha{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1rem;}.producto .producto-ficha .pro-imagenes{display:flex;flex:1;flex-direction:column;align-items:center;}.producto .producto-ficha .pro-imagenes .img-cell{width:320px;height:auto;}.producto .producto-ficha .pro-imagenes .img-cell img{width:96%;height:auto;margin:2%;}.producto .producto-ficha .pro-cuerpo{flex:1;align-self:center;padding:1rem .5rem;}@media(min-width:680px){.art-recientes .table{flex-direction:row;min-height:100vh;min-height:800px;}.art-recientes .table .banner-articulo{flex:45%;}.art-recientes .table .banner-articulo .marco{min-height:320px;}.producto{max-width:900px;}.producto>h2{color:#2a598c;}}@media(min-width:890px){.art-recientes .table .banner-articulo{flex:29%;}}