
.feed_google_reviews{padding: 3rem 0; background-color: var(--cor-fundo-secundario); .container{max-width: 1236px; } .feed_google_reviews_title{text-align: center; display: flex; align-items: center; justify-content: center; gap: .625rem; margin-bottom: 3rem; font-size: var(--fs-4); color: var(--cor-secundaria); font-weight: bold; } .feed_google_reviews_off{text-align: center; color: #fff; background-color: red; padding: .5rem 1rem; p{margin-bottom: 0; } } }
.feed_instagram{padding: 3rem 0; .feed_instagram_title{text-align: center; display: flex; align-items: center; justify-content: center; gap: .625rem; margin-bottom: 3rem; font-weight: bold; font-size: var(--fs-3); } .feed_instagram_off{text-align: center; color: #fff; background-color: red; padding: .5rem 1rem; p{margin-bottom: 0; } } }
.loop-categorias-pecas__grid{display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 24px; } .card-categoria-peca{display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 290/200; gap: 16px; height: auto; background: var(--cor-branco); border-radius: 20px; box-shadow: 0 4px 4px rgba(0, 0, 0, .15); text-decoration: none; transition: all .4s; padding: 24px; } .card-categoria-peca:hover{background-color: var(--cor-btn-secundario); transform: translateY(-4px); } .card-categoria-peca__img-wrap{width: 69px; height: 69px; display: flex; align-items: center; justify-content: center; } .card-categoria-peca__img{width: 100%; height: 100%; object-fit: contain; } .card-categoria-peca__titulo{text-align: center; font-size: var(--fs-5); color: var(--cor-btn-secundario); font-weight: bold; transition: all .4s; } .card-categoria-peca:hover .card-categoria-peca__titulo{color: var(--cor-branco); } @media (max-width: 767px){.loop-categorias-pecas__grid{grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; } .card-categoria-peca__titulo{font-size: var(--fs-6); } }
#site-footer{background-color: var(--cor-texto-titulo); margin-top: 150px; } .custom-footer{display: flex; flex-direction: column; justify-content: space-between; color: var(--cor-branco); font-family: var(--font-3); padding: 2rem 0; } .custom-footer hr{opacity: 1; height: 1px; background-color: var(--cor-fundo-secundario); margin: 1rem 0; } .custom-footer .footer_col hr{height: 2px; background-color: var(--cor-destaque); } .custom-footer ul{list-style: none; padding: 0; margin: 0; } .custom-footer p{line-height: 130%; margin-bottom: 0; } .custom-footer h2{font-size: var(--fs-5); font-weight: 400; color: var(--cor-branco); margin-bottom: 1.25rem; display: block; } .custom-footer .address-text, .custom-footer .menu a{color: var(--cor-branco); display: block; padding: .3125rem 0; margin-bottom: .75rem; transition: all .4s; } .custom-footer #footer_copyright a:hover, .custom-footer .footer_colunas .footer_icons a:hover, .custom-footer .menu a:hover{color: var(--cor-principal); } .custom-footer .footer_colunas{margin: 1rem 0; } .custom-footer .footer_colunas iframe{width: 100%; height: 200px; height: 300px; } .custom-footer .hr{width: 100%; display: block; } .custom-footer .social-icon{color: var(--cor-branco); } .custom-footer .footer_divisor{background: var(--cor-fundo-secundario); display: block; height: auto; width: 1px; } .custom-footer .footer_colunas .footer_icons a{text-align: start; color: var(--cor-branco); } .custom-footer .footer_colunas .footer-logo-container, .custom-footer .footer_colunas .footer-icons-item{margin-bottom: 1.5rem; } .custom-footer .footer_colunas{display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; gap: .3125rem; } .custom-footer .footer_colunas .footer_col{width: 100%; max-width: max-content; display: flex; flex-direction: column; } .custom-footer .footer_colunas .footer_col.footer_col-01{max-width: 245px; text-align: center; } .custom-footer .footer_colunas .footer_col.footer_col-02{max-width: 160px; } .custom-footer .footer_colunas .footer_col.footer_col-03{max-width: 315px; } .custom-footer .footer_colunas .footer_col.footer_col-03>div{margin-bottom: 1.25rem; } .custom-footer .footer_colunas .footer_col.footer_col-03>div:last-child{margin-bottom: 0; } .custom-footer .footer_colunas .footer_col.footer_col-04{max-width: 145px; } .custom-footer #footer_copyright{text-align: center; } .custom-footer #footer_copyright .copyright-content{display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2.25rem; } .custom-footer #footer_copyright p{margin-bottom: 0; } .custom-footer #footer_copyright a{color: var(--cor-branco); } .custom-footer .banner_alta_performance{margin-top: -150px; margin-bottom: 48px; } .custom-footer .banner_alta_performance .banner_alta_performance-container{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 20px 70px; border-radius: 10px; overflow: hidden; min-height: 225px; background-size: cover; background-position: right; background-repeat: no-repeat; } .custom-footer .banner_alta_performance .banner_alta_performance-descricao{font-size: var(--fs-4); line-height: 1.1; } .custom-footer .banner_alta_performance .btn_primario{margin-top: 0; border-color: transparent; max-width: 280px; color: var(--cor-texto-titulo); background-color: var(--cor-branco); } .custom-footer .banner_alta_performance .btn_primario:hover{color: var(--cor-branco); background-color: var(--cor-principal); transition: all .4s; } @media screen and (max-width: 991px){.custom-footer .banner_alta_performance .banner_alta_performance-container{flex-direction: column; justify-content: center; padding: 20px; text-align: center; } } @media screen and (max-width: 767px){.custom-footer .footer_colunas{flex-direction: column; align-items: center; text-align: center; gap: 1rem; } .custom-footer #footer_copyright .copyright-content{flex-direction: column; justify-content: center; } }
#site-header{height: var(--header-height); display: flex; align-items: center; position: sticky; position: fixed; width: 100%; top: 0; z-index: 100; backdrop-filter: blur(10px); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); background-color: rgba(255, 255, 255, 0.9); } #site-header .container-xxl{display: flex; justify-content: space-between; align-items: center; gap: .625rem; } .logo{width: 100%; max-width: 260px; } .logo a{font-size: 1.5rem; font-weight: bold; color: var(--cor-texto); display: block; padding: .625rem 0; } .header_icons .custom-icon-phone a{color: var(--cor-secundaria); } .header_icons .custom-icon-phone a .phone-label{color: var(--cor-principal); } .desktop-navigation{width: 100%; max-width: 1135px; padding: 0 .625rem; } .desktop-menu{display: flex; align-items: center; justify-content: space-between; gap: .3125rem; width: 100%; margin: 0 auto; } .desktop-menu li{flex-grow: 0; display: block; } .desktop-menu a{width: fit-content; color: var(--cor-texto); font-size: var(--fs-7); text-transform: uppercase; padding: 1rem 0; position: relative; display: flex; white-space: nowrap; transition: all .4s; } .desktop-menu .current-menu-item a, .desktop-menu a:hover{} .desktop-menu a::after{content: ''; position: absolute; bottom: .75rem; left: 50%; transform: translatex(-50%); width: 0; height: 2px; border-radius: 4px; background: var(--cor-principal); transition: width 0.3s ease; } .desktop-menu .current-menu-item a::after, .desktop-menu a:hover::after{width: 100%; } .desktop-menu .menu-item-has-children{position: relative; } .desktop-menu .menu-item-has-children>a{padding-right: 20px; } .desktop-menu .menu-item-has-children>a::before{content: ''; position: absolute; right: 2px; top: 50%; width: 8px; height: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-75%) rotate(45deg); transition: transform 0.3s ease; } .desktop-menu .menu-item-has-children:hover>a::before{transform: translateY(-25%) rotate(225deg); } .desktop-menu .sub-menu .menu-item-has-children>a::before{right: 20px; } .desktop-menu .sub-menu{position: absolute; top: calc(100% + 10px); left: 0; min-width: 200px; background: #fff; border-radius: 5px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease; z-index: 200; } .desktop-menu .menu-item-has-children:hover>.sub-menu{opacity: 1; visibility: visible; transform: translateY(-12px); } .desktop-menu .sub-menu li{display: block; flex-grow: unset; } .desktop-menu .sub-menu a{display: block; padding: 10px 20px; font-size: var(--fs-7); color: var(--cor-texto); width: 100%; white-space: nowrap; transition: background 0.2s ease, color 0.2s ease; } .desktop-menu .sub-menu a::after{display: none; } .desktop-menu .sub-menu a:hover, .desktop-menu .sub-menu .current-menu-item>a{color: var(--cor-principal); background: #f5f5f5; } .mobile-menu-toggle{display: none; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; padding: 10px; z-index: 1001; } .hamburger-line{width: 22px; height: 3px; background: var(--cor-principal); border-radius: 3px; transition: all 0.3s ease; } .mobile-menu-toggle.active .hamburger-line:nth-child(1){transform: translateY(8px) rotate(45deg); } .mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity: 0; transform: scaleX(0); } .mobile-menu-toggle.active .hamburger-line:nth-child(3){transform: translateY(-8px) rotate(-45deg); } .mobile-menu-overlay{position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; background: rgba(0, 0, 0, 0.8); z-index: 9999; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } .mobile-menu-overlay.active{opacity: 1; visibility: visible; } .mobile-navigation{position: absolute; overflow-y: auto; background: var(--cor-branco); padding: 70px 30px 30px; transition: transform 0.3s ease; display: flex; flex-direction: column; top: 0; left: 0; right: 0; width: 100%; max-width: 100%; height: auto; max-height: 100dvh; transform: translateY(-100%); } .mobile-menu-overlay.active .mobile-navigation{transform: translateX(0); } .mobile-menu-close{position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 2rem; line-height: 1; cursor: pointer; color: var(--cor-texto); transition: color 0.2s ease, transform 0.2s ease; padding: 4px 8px; } .mobile-menu-close:hover{color: var(--cor-principal); transform: rotate(90deg); } .mobile-menu{display: flex; flex-direction: column; gap: 20px; } .mobile-menu li{border-bottom: 1px solid var(--cor-principal); transition: all .4s; } .mobile-menu a{display: block; color: var(--cor-texto); font-weight: 500; font-size: 1.1rem; padding: 15px 0; transition: color 0.3s ease, padding-left 0.3s ease; } .mobile-menu li:hover, .mobile-menu .current-menu-item{border-color: var(--cor-principal); } .mobile-menu .current-menu-item a, .mobile-menu a:hover{color: var(--cor-principal); padding-left: 10px; font-weight: bold; } .mobile-menu .menu-item-has-children>a{display: flex; justify-content: space-between; align-items: center; } .mobile-menu .menu-item-has-children>a::after{content: ''; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 0.3s ease; flex-shrink: 0; margin-left: 10px; margin-bottom: 3px; } .mobile-menu .menu-item-has-children.submenu-open>a::after{transform: rotate(225deg); margin-bottom: -3px; } .mobile-menu .sub-menu{display: none; flex-direction: column; gap: 0; padding: 0 0 10px 16px; border-left: 2px solid var(--cor-principal); margin-left: 8px; } .mobile-menu .menu-item-has-children.submenu-open>.sub-menu{display: flex; } .mobile-menu .sub-menu li{border-bottom: none; } .mobile-menu .sub-menu a{font-size: 0.95rem; font-weight: 400; padding: 8px 0; color: var(--cor-texto); } .mobile-menu .sub-menu a:hover, .mobile-menu .sub-menu .current-menu-item>a{color: var(--cor-principal); padding-left: 6px; } .mobile-menu-footer{margin-top: auto; padding-top: 24px; } .mobile-menu-footer ul.header-icons-item.phones-list{justify-content: start; } .mobile-menu-socials{display: flex; gap: 16px; flex-wrap: wrap; } .mobile-menu-socials a{color: var(--cor-texto); font-size: 1.4rem; padding: 0; transition: color 0.3s ease; } .mobile-menu-socials a:hover{color: var(--cor-principal); padding-left: 0; font-weight: 400; } body.mobile-menu-open{overflow: hidden; } @media (max-width: 1660px){.header_icons{display: none; } } @media (max-width: 1536px){.logo{max-width: 200px; } } @media (max-width: 1299px){.desktop-menu{padding: 0 .3125rem; } .logo{max-width: 120px; } } @media (max-width: 991px){.desktop-navigation{display: none; } .mobile-menu-toggle{display: flex; } .logo{max-width: 200px; } .header_icons{display: block; } } @media (max-width: 575px){.header_icons{display: none; } }
.page-pecas{padding-bottom: 5rem; } .hero_pecas{position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; display: flex; align-items: center; padding-top: var(--header-height); padding-bottom: var(--header-height); min-height: 680px; } .hero_pecas .container{padding-top: var(--header-height); color: var(--cor-branco); position: relative; z-index: 5; } .hero_pecas .container blockquote>*:last-child{margin-bottom: 0; } .hero_pecas .container blockquote{padding: 10px 32px; border-radius: 20px; border: 1px solid var(--cor-principal); max-width: max-content; } .hero_pecas .container>div{max-width: 610px; } .hero_pecas::after{content: ''; max-width: 60%; position: absolute; inset: 0; background: linear-gradient(270deg, rgba(0, 8, 16, 0) 0%, #032665 61%); } .pecas_sobre-inner{display: flex; align-items: center; justify-content: space-between; gap: .625rem; padding-left: 0; padding-right: var(--spacing-md); margin-left: 0; } .pecas_sobre-img{width: 100%; max-width: 53%; } .pecas_sobre-conteudo{width: 100%; max-width: 43%; padding: 1rem 0; } .pecas_sobre-conteudo>div{max-width: 640px; } .pecas_aviso-conteudo{display: flex; align-items: center; gap: 2.5rem; border: 1px solid var(--cor-principal); border-radius: 10px; padding: 2rem 2.25rem; margin: 2.5rem 0; } .pecas_aviso-conteudo .ra-texto{display: flex; align-items: center; gap: 1.25rem; color: var(--cor-principal); width: 100%; min-width: 450px; } .pecas_aviso-conteudo .ra-texto svg{min-width: 52px; height: auto; } .pecas_aviso-conteudo .ra-texto p{font-size: var(--fs-4); font-weight: bold; margin-bottom: 0; } .pecas_aviso-conteudo .ra-descricao{margin-bottom: 0; font-size: var(--fs-5); } .pecas_aviso-conteudo .ra-descricao strong{font-weight: bold; color: var(--cor-principal); } .diferenciais{padding: 3rem 0 5rem; } .diferenciais .diferenciais_titulo{text-align: center; font-size: var(--fs-4); color: var(--cor-secundaria); } .diferenciais-inner{display: flex; flex-direction: column; gap: 2rem; } .diferenciais-grid{display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; list-style: none; padding: 0; } .diferenciais-item{background: var(--cor-branco); border-radius: 10px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; } .diferenciais-item_img{margin: 0; flex-shrink: 0; } .diferenciais-item_img img{width: 100%; height: 160px; object-fit: cover; display: block; } .diferenciais-item_corpo{padding: 1.25rem 3rem; display: flex; flex-direction: column; gap: 0.625rem; text-align: center; flex: 1; } .diferenciais-item_titulo{font-size: var(--fs-5); color: var(--cor-secundaria); } .cta_equipe-conteudo{max-width: 750px; margin: 120px auto; } .pecas-categorias-titulo{margin-top: 80px; margin-bottom: 64px; } .cta_equipe-cta{margin-left: auto; margin-right: auto; margin-top: 40px; } .como_comprar_azzioly{background-color: var(--cor-secundaria); color: var(--cor-branco); } .como_comprar_azzioly-inner{display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-right: 0; padding-right: 0; } .como_comprar_azzioly-conteudo{display: flex; flex-direction: column; width: 100%; max-width: 500px; gap: 1.5rem; padding: 2rem 0; } .como_comprar_azzioly-conteudo .como_comprar_azzioly-desc h2{margin-bottom: 2rem; } .como_comprar_azzioly-conteudo .como_comprar_azzioly-desc span{font-size: var(--fs-4); font-weight: bold; display: block; margin-bottom: .625rem; max-width: max-content; padding: .3125rem; background-color: var(--cor-principal); } .como_comprar_azzioly-conteudo .como_comprar_azzioly-desc h2{font-size: var(--fs-2); } .como_comprar_azzioly-conteudo .como_comprar_azzioly-desc p{font-size: var(--fs-5); } .como_comprar_azzioly-lista{display: flex; flex-direction: column; gap: 1rem; list-style: none; padding: 0; } .como_comprar_azzioly-lista_item{display: flex; align-items: center; gap: 1rem; } .como_comprar_azzioly-lista_item span{font-size: var(--fs-5); font-weight: bold; } .como_comprar_azzioly-img{width: 100%; max-width: 960px; aspect-ratio: 960/910; overflow: hidden; } .como_comprar_azzioly-img img{width: 100%; height: 100%; object-fit: cover; } @media (max-width: 1199px){.pecas_sobre-inner{flex-direction: column-reverse; padding: 0 var(--spacing-sm); } .pecas_sobre-img, .pecas_sobre-conteudo{max-width: 100%; display: flex; justify-content: center; } } @media (max-width: 991px){.pecas_aviso-conteudo{flex-direction: column; } .pecas_aviso-conteudo .ra-texto{min-width: auto; } .hero_pecas::after{max-width: 100%; } .diferenciais-grid{grid-template-columns: repeat(2, 1fr); } .como_comprar_azzioly-inner{flex-direction: column; gap: .5rem; padding-right: var(--spacing-sm); } .como_comprar_azzioly-img::before{right: -1rem; bottom: -1rem; } } @media (max-width: 767px){.como_comprar_azzioly{padding: 3.5rem 0; } .diferenciais{padding: 2.5rem 0 3.5rem; } } @media (max-width: 575px){.pecas_aviso-conteudo{padding: 1.5rem 1rem; } .pecas_aviso-conteudo .ra-texto p{font-size: var(--fs-5); } .pecas_aviso-conteudo .ra-descricao{font-size: var(--fs-6); } .diferenciais-grid{grid-template-columns: 1fr; } .como_comprar_azzioly{padding: 2.5rem 0; } .como_comprar_azzioly-conteudo .como_comprar_azzioly-desc span{font-size: var(--fs-6); } .como_comprar_azzioly-conteudo .como_comprar_azzioly-desc h2{font-size: var(--fs-4); } }