.home__categorias__contenedor{grid-template-columns:repeat(1,1fr);gap:0;display:grid}@media (min-width:768px){.home__categorias__contenedor{grid-template-columns:repeat(3,1fr);gap:0;display:grid}}.home__envio{background-color:#b38b59;justify-content:center;align-items:center;gap:2rem;width:100%;height:10rem;margin:0;padding:1rem 2rem;display:flex}@media (min-width:768px){.home__envio{gap:5rem}}.home__envio__texto{font-size:2rem}@media (min-width:768px){.home__envio__texto{font-size:3.5rem}}.home__envio__icon{width:15rem;animation:1s infinite movimiento-car}.home__nosotros{flex-direction:column;justify-content:center;width:100%;display:flex}@media (min-width:768px){.home__nosotros{flex-direction:row}}.home__nosotros>*{flex:1}.home__nosotros__info{flex-direction:column;justify-content:space-between;align-items:center;padding:5rem 2rem;display:flex}.home__nosotros__heading{margin:0}.home__nosotros__text{text-align:justify;margin:2rem 0}.home__nosotros__logo{width:25rem}@media (min-width:768px){.home__nosotros__logo{width:40rem}}.home__valores{background-color:#b38b59;padding:2rem 2rem 5rem}.home__valores__valor{flex-direction:column;justify-content:space-between;width:min(90%,140rem);margin:0 auto;display:flex}@media (min-width:768px){.home__valores__valor{flex-direction:row}}.home__social{background-color:#0000;background-image:linear-gradient(#0000005c 58%,#00000080 100%),url(/img/home/bg-social.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media (min-width:768px){.home__social{background-attachment:fixed}}.home__social{min-height:800px;padding:1rem 1rem 5rem}.home__social__heading{color:#f2f2f2}.home__social__contenedor{grid-template-columns:repeat(1,1fr);gap:5rem;width:min(90%,140rem);margin:0 auto;display:grid}@media (min-width:768px){.home__social__contenedor{grid-template-columns:repeat(3,1fr);gap:20rem 5rem;display:grid}}.home__social__title{color:#f2f2f2;text-align:center;margin:0 0 2rem}.home__social__iconos{background-color:#dbd9d9;justify-content:center;gap:2rem;padding:1rem;transition:all .25s ease-in-out;display:flex;box-shadow:5px 5px #555454}.home__social__iconos:hover{box-shadow:none;background-color:#b38b59}@media (min-width:768px){.home__social__llamanos{grid-column:3/4}.home__social__visitanos{grid-area:2/2/3/3}}@keyframes movimiento-car{0%{transform:translateY(-5%)}25%{transform:translateY(0%)}50%{transform:translateY(5%)}75%{transform:translateY(0%)}to{transform:translateY(-5%)}}
