.banner-produtos{background-image:url(../../../images/site/banner-contato.png);background-size:cover;background-repeat:no-repeat;height:360px}.banner-produtos .bd-grid{height:100%;align-items:center}.banner-produtos h1{color:#fff;font-size:var(--big-font-size);font-family:var(--title-font)}.produtos{padding:5rem 0}.produtos-container{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:360px;gap:2rem}.produtos-card{overflow:hidden;position:relative}.produtos-card img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.produtos-card .bg-fundo{border-radius:.5rem;position:absolute;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,0) -41.87%,rgba(0,0,0,.85) 100%);height:360px}.produtos-title{position:absolute;left:1rem;bottom:2rem;transition:.4s ease-in-out}.produtos-card-hover h5,.produtos-title h5{color:#fff;font-size:1.25rem;text-transform:capitalize}.produtos-card-hover{position:absolute;left:0;bottom:-100%;transition:.4s ease-in-out;padding:.5rem;display:flex;flex-direction:column;row-gap:1rem;height:100%;justify-content:flex-end}.produtos-card-hover p{color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.produtos-card-hover span{background:linear-gradient(242.26deg,#cb2a1e 21.91%,#90180f 85.64%);align-self:flex-start;color:#fff}.produtos-card:hover .produtos-title{opacity:0}.produtos-card:hover .produtos-card-hover{bottom:2rem}@media screen and (max-width:768px){.banner-produtos{background-position:30%;height:200px}.produtos-container{grid-template-columns:auto}}