section{margin:0 auto;width:100%;display:flex;flex-flow:column nowrap;justify-content:center;margin-bottom:5rem;margin-left:2rem}*{color:#000}.cab{margin:0 auto;width:80%;margin:1.5rem;display:flex;justify-content:space-between;align-items:center}.cab h2{font-weight:700;color:#000}.cab a{padding:.5rem 1rem;background-color:#000;border-radius:20px;color:#fff;text-decoration:none}hr{margin:0 auto;background-color:#7a0000;height:.1rem;border:none;width:95%}.cab input{padding:.5rem 1rem;background-color:#000;border-radius:20px;color:#fff}.tarjetas{margin:1rem;display:grid;grid-template-columns:repeat(3,30%);gap:1%}article{margin:0 auto;padding:1.5rem;border:1px solid gray;width:100%;display:flex;flex-flow:column nowrap;border-radius:10px;justify-content:center;max-height:35rem}article img{margin:0 auto;width:90%;max-height:90%;margin-bottom:.5rem;overflow:hidden}article .info{margin:.5rem;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}article .detalle{display:flex;flex-flow:column nowrap;gap:.2rem}article a{margin:0 auto;text-decoration:none;color:#fff;background:linear-gradient(135deg,#333,#000);padding:.5rem 2rem;border-radius:10px}@media(max-width:992px){.tarjetas{display:grid;grid-template-columns:1fr}}
