.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:50px;gap:10px;width:90%;display:grid}.span-2x3{grid-area:span 3/span 2}.span-2x4{grid-area:span 4/span 2}.span-3x2{grid-area:span 2/span 3}.span-3x3{grid-area:span 3/span 3}.span-3x4{grid-area:span 4/span 3}.span-5x4{grid-area:span 3/span 3}.seccion-productos h2{color:#4f3816;text-align:center;width:70%;margin-top:50px;margin-bottom:50px;font-size:18px;font-weight:400}.productos-container{margin-bottom:50px}.producto{cursor:pointer;pointer-events:auto;border-radius:15px;position:relative;overflow:hidden}.producto img{object-fit:cover;width:100%;height:100%}.product-filter{z-index:500;opacity:.3;background-color:#4f3816;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.producto:hover .product-filter{opacity:.9}.product-info{z-index:600;width:88%;position:absolute;bottom:5%;left:5%}.product-info h3{color:#d8d0c4;width:100%;font-size:14px;font-weight:400;transition:margin-bottom .3s}.product-info p{color:#d8d0c4;opacity:0;font-size:8px;transition:opacity .3s}.producto:hover p{opacity:1;display:block}.producto:hover h3{margin-bottom:10px}.agendar-cita{text-align:center;color:#4f3816;gap:50px;width:95%;margin-bottom:50px;font-size:14px;font-weight:400}span{color:#838b4a}.agendar-cita button{border-radius:15px;padding:5% 3%}.btn-dark a{color:#4f3816;width:100%;height:100%}.btn-dark:hover a{color:#d8d0c4}@media (width>=375px){.seccion-productos h2{font-size:22px}.product-grid{grid-auto-rows:60px}.product-info h3{font-size:16px}.product-info p{font-size:10px}.agendar-cita,.agendar-cita button{font-size:18px}}@media (width>=425px){.product-grid{grid-auto-rows:70px}.product-info h3{font-size:18px}.product-info p{font-size:12px}}@media (width>=480px){.seccion-productos h2{font-size:24px}.product-grid{grid-auto-rows:80px}.product-info h3{font-size:20px}.product-info p{font-size:14px}.agendar-cita,.agendar-cita button{font-size:20px}}@media (width>=768px){.seccion-productos h2{width:60%;font-size:30px}.product-grid{grid-auto-rows:100px}.agendar-cita{width:90%}.agendar-cita,.agendar-cita button{font-size:26px}}@media (width>=834px){.seccion-productos h2{font-size:32px}.product-grid{grid-auto-rows:120px}.product-info h3{font-size:22px}.product-info p{font-size:16px}.producto:hover h3{margin-bottom:15px}.agendar-cita,.agendar-cita button{font-size:28px}}@media (width>=1024px){.seccion-productos h2{width:50%;margin-top:80px;margin-bottom:80px;font-size:38px}.product-grid{grid-auto-rows:140px}.product-info h3{font-size:22px}.product-info p{font-size:20px}.agendar-cita{margin-top:80px;margin-bottom:80px}.agendar-cita,.agendar-cita button{font-size:32px}.agendar-cita button{border-radius:25px;padding:4% 2%}}@media (width>=1440px){.seccion-productos h2{margin-top:100px;margin-bottom:100px;font-size:46px}.product-grid{grid-auto-rows:150px}.product-info h3{font-size:26px}.product-info p{font-size:24px}.agendar-cita{gap:100px;width:80%;margin-top:100px;margin-bottom:100px}.agendar-cita,.agendar-cita button{font-size:40px}}@media (width>=1920px){.seccion-productos h2{margin-top:120px;margin-bottom:120px}.product-grid{grid-auto-rows:170px}.product-info h3{font-size:34px}.product-info p{font-size:26px}.agendar-cita{width:60%;margin-top:120px;margin-bottom:120px}}
