.banner-container,.banner-container img{width:100%;height:auto}.banner-container .desktop-image{display:block}.banner-container .mobile-image{display:none}@media(max-width:768px){.banner-container .desktop-image{display:none}.banner-container .mobile-image{display:block}}.categorias-container{width:100%;display:flex;justify-content:space-around;gap:1rem;padding:0 8.33%;margin:3rem 0}@media screen and (max-width:768px){.categorias-container{flex-direction:column;padding:0 5%;gap:2rem}}.categorias-container .categoriaHome{width:100%;padding:1rem;background:#f5f5f5}.categorias-container .categoriaHome div{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:1.5rem;gap:1rem;width:100%}@media screen and (max-width:768px){.categorias-container .categoriaHome div{padding:0;padding-bottom:26px!important}}.categorias-container .categoriaHome div img{width:220px;height:220px;object-fit:contain}@media screen and (max-width:1100px){.categorias-container .categoriaHome div img{width:170px;height:170px}}.categorias-container .categoriaHome div button{background-color:#e06c2e;display:flex;width:227.095px;height:32.881px;padding:0 12.595px 0 14.1px;justify-content:center;align-items:center;flex-shrink:0;border:none;font-family:MavenPro,sans-serif;color:#fff;align-self:center;cursor:pointer;transition:all .3s ease}.categorias-container .categoriaHome div button:hover{background-color:#d05a2a}