.snp-com-cards-container{display:grid;grid-gap:10px;grid-template-columns:repeat(1,1fr);grid-auto-columns:1fr;grid-auto-rows:minmax(200px,100%);margin-bottom:40px}.snp-com-cards-container[data-pc-cols="2"]{grid-template-columns:repeat(2,1fr)}.snp-com-cards-container[data-pc-cols="3"]{grid-template-columns:repeat(3,1fr)}.snp-com-cards-container[data-pc-cols="4"]{grid-template-columns:repeat(4,1fr)}.snp-com-cards-container[data-pc-cols="5"]{grid-template-columns:repeat(5,1fr)}.snp-com-cards-container[data-pc-cols="6"]{grid-template-columns:repeat(6,1fr)}.snp-com-cards-container .com-card{background-color:var(--wBox);border-radius:4px;border:solid 1px var(--borde);display:flex;flex-direction:column;transition:all .3s ease-in-out;overflow:hidden;-webkit-box-shadow:0 10px 7px -7px rgb(0 0 0 / .05);-moz-box-shadow:0 10px 7px -7px rgb(0 0 0 / .05);box-shadow:0 10px 7px -7px rgb(0 0 0 / .05);position:relative}.snp-com-cards-container .com-card:hover{cursor:pointer;-webkit-box-shadow:0 10px 7px -7px rgb(0 0 0 / .12);-moz-box-shadow:0 10px 7px -7px rgb(0 0 0 / .12);box-shadow:0 10px 7px -7px rgb(0 0 0 / .12)}.snp-com-cards-container.carousel .com-card{margin:0 5px}.snp-com-cards-container .com-card .com-card-image{width:100%;height:231px}.snp-com-cards-container .com-card.only-image .com-card-image{height:auto}.snp-com-cards-container[data-pc-cols="5"] .com-card .com-card-image{height:190px}.snp-com-cards-container[data-pc-cols="6"] .com-card .com-card-image{height:150px}.snp-com-cards-container .com-card .com-card-image img{width:100%;height:100%;object-fit:cover}.snp-com-cards-container .com-card .com-card-content{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:10px;padding:10px;flex:50%;height:100%}.snp-com-cards-container:not(.horizontal) .com-card:not(.no-img) .com-card-content h3{font-size:1.5rem;font-weight:600;display:-webkit-box;max-width:100%}.snp-com-cards-container .com-card .com-card-content p{text-align:left;font-size:1rem}.snp-com-cards-container.horizontal .com-card{flex-direction:row;min-height:231px}.snp-com-cards-container.horizontal .com-card .com-card-content{justify-content:space-between}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:portrait){.snp-com-cards-container{grid-gap:20px;grid-auto-rows:100%}.snp-com-cards-container.horizontal .com-card{flex-direction:column}.snp-com-cards-container[data-mb-cols="1"]{grid-template-columns:repeat(1,1fr)}.snp-com-cards-container[data-mb-cols="2"]{grid-template-columns:repeat(2,1fr)}.snp-com-cards-container .com-card img{width:100%;height:231px}.snp-com-cards-container.horizontal .com-card{min-height:unset}.snp-com-cards-container .com-card .com-card-content{height:auto}}