@charset "UTF-8";
/* https://kantauri.verproyecto.es/wp-content/themes/genesis-kantauri/lib/acf-blocks/products/products.css?ver=6.1.6 */
.section-products{z-index:0}.section-products.bgdark{padding:9rem 0 6rem 0}.section-products.grid .col-2{flex-direction:column;gap:2rem}.section-products.grid .col{width:70%}.products-link{display:flex;justify-content:center}.products-carousel,.products-grid{margin-top:6rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{height:500px}.product-card-image{position:relative;height:80%;border-radius:15px;margin-bottom:1rem;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-image .btn-more{position:absolute;bottom:1.5rem;right:1rem;width:40px;height:40px}.product-card-body h3{font-family:'helvetica',sans-serif;text-transform:uppercase;font-weight:600}.products-grid .product-card-body{display:flex;align-items:center;justify-content:space-between}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.section-products.bgdark{padding:12rem 2rem 6rem 2rem}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card{height:450px}}@media (max-width:576px){.products-grid{grid-template-columns:repeat(1,1fr)}.product-card{height:350px}}