.home__categorias__contenedor{display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.home__categorias__contenedor{display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(3,1fr)}}.home__envio{height:10rem;margin:0;width:100%;background-color:#b38b59;display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem 2rem}@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:movimiento-car 1s infinite}.home__nosotros{display:flex;flex-direction:column;justify-content:center;width:100%}@media(min-width:768px){.home__nosotros{flex-direction:row}}.home__nosotros>*{flex:1 1}.home__nosotros__info{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:5rem 2rem}.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{width:min(90%,140rem);margin:0 auto;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.home__valores__valor{flex-direction:row}}.home__social{background:#000;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.36) 42%),url(/img/home/bg-social.avif);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:1rem 1rem 5rem;min-height:800px}@media(min-width:768px){.home__social{background-attachment:fixed}}.home__social__heading{color:#f2f2f2}.home__social__contenedor{width:min(90%,140rem);margin:0 auto;display:grid;grid-gap:5rem;gap:5rem;grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.home__social__contenedor{display:grid;grid-gap:5rem;gap:5rem;grid-template-columns:repeat(3,1fr);grid-row-gap:20rem;row-gap:20rem}}.home__social__title{color:#f2f2f2;margin:0 0 2rem;text-align:center}.home__social__iconos{background-color:#dbd9d9;padding:1rem;display:flex;justify-content:center;gap:2rem;box-shadow:5px 5px 0 #555454;transition:all .25s ease-in-out}.home__social__iconos:hover{background-color:#b38b59;box-shadow:none}@media(min-width:768px){.home__social__llamanos{grid-column:3/4}.home__social__visitanos{grid-column:2/3;grid-row:2/3}}@keyframes movimiento-car{0%{transform:translatey(-5%)}25%{transform:translatey(0)}50%{transform:translatey(5%)}75%{transform:translatey(0)}to{transform:translatey(-5%)}}