@media (max-width: 768px) {
  .breadcrumb {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 0px 19px;
  }
  .wrapper.mobile {
    padding: 0px 19px;
  }
  .barra-frete .conteudo span {
    letter-spacing: 3px;
  }
  #header .wrapper.row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 60% 20%;
        grid-template-columns: 20% 60% 20%;
    height: auto;
    padding: 10px 0px;
  }
  #header .wrapper.row .open-menu, #header .wrapper.row .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .wrapper.row .logo {
    width: 100%;
    text-align: center;
  }
  #header .wrapper.row .logo a {
    left: 0px;
    margin: auto;
    text-align: center;
    position: relative;
    top: unset;
  }
  #header .wrapper.row .logo a img {
    max-width: 120px;
  }
  .home-segmentos-mobile {
    background: #F8F8F8;
    padding: 30px 0px;
  }
  .home-segmentos-mobile .conteudo .text h2 {
    font-weight: 700;
    font-size: 20px;
    max-width: 240px;
  }
  .home-segmentos-mobile .conteudo .text p {
    font-weight: 400;
    font-size: 12px;
  }
  .home-segmentos-mobile .conteudo .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eab818), color-stop(79%, #fff388));
    background: linear-gradient(0deg, #eab818 25%, #fff388 79%);
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 12px;
    border-radius: 100px;
    margin-top: 20px;
  }
  .home-segmentos-mobile .conteudo .image img {
    width: 100%;
  }
  .bloco-3.home {
    background: #0C0C0C;
  }
  .bloco-3.home .item {
    height: auto;
  }
  .bloco-3.home .item .conteudo {
    background: #0C0C0C;
    position: relative;
    width: 100%;
    padding: 0px;
  }
  .bloco-3.home .item .conteudo .imagem img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .bloco-3.home .item .conteudo .text {
    padding: 20px 30px;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .bloco-4.home {
    display: block;
    margin-top: 5px;
  }
  .bloco-4.home .slick-list {
    padding: 0px 70px 0px 0px;
  }
  .bloco-4.home .slick-list .banner-wrapper h3 {
    font-size: 20px;
  }
  .bloco-4.home .slick-list .banner-wrapper img {
    padding-right: 15px;
  }
  .bloco-5.home.wrapper.mobile {
    display: block;
  }
  .bloco-5.home.wrapper.mobile .conteudo {
    margin-top: 15px;
  }
  .bloco-5.home.wrapper.mobile .conteudo .title h2 {
    font-size: 20px;
  }
  .bloco-5.home.wrapper.mobile .conteudo .title p strong {
    font-size: 14px;
  }
  .bloco-5.home.wrapper.mobile .conteudo .title p {
    font-size: 12px;
  }
  body.page-template-pg_inicial #main .modal-iframe .container-iframe {
    width: 95%;
  }
  body.page-template-pg_inicial #main .modal-iframe .container-iframe .close {
    right: 0;
    top: -40px;
  }
  body.page-template-pg_inicial #main .modal-iframe .container-iframe iframe {
    height: 210px !important;
  }
  .vitrine-cliente {
    display: block;
  }
  .vitrine-cliente .descricao h2 {
    font-size: 20px;
  }
  .vitrine-cliente .descricao span {
    font-size: 12px;
  }
  .vitrine-cliente .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin: 20px 0px;
  }
  .vitrine-cliente .logos .banner-wrapper {
    display: none;
  }
  .vitrine-cliente .logos .banner-wrapper:nth-child(1),
  .vitrine-cliente .logos .banner-wrapper:nth-child(2),
  .vitrine-cliente .logos .banner-wrapper:nth-child(3),
  .vitrine-cliente .logos .banner-wrapper:nth-child(4),
  .vitrine-cliente .logos .banner-wrapper:nth-child(5),
  .vitrine-cliente .logos .banner-wrapper:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bloco-5.home .banner-left img {
    width: 100%;
  }
  .bloco-5.home .conteudo .grid {
    display: block;
  }
  .bloco-5.home .conteudo .grid .slick-dots {
    position: relative;
    bottom: unset;
    top: unset;
    margin: 12px 0px 0px 0px;
    padding: 0px;
  }
  .bloco-5.home .conteudo .grid .slick-dots li.slick-active button {
    color: #0C0C0C;
    font-weight: 700;
  }
  .bloco-5.home .conteudo .grid .slick-dots li button {
    font-size: 18px;
    color: #585857;
    height: 30px;
    width: 35px;
  }
  .bloco-5.home .conteudo .grid .text span {
    color: #585857;
  }
  .bloco-5.home .conteudo .grid .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bloco-5.home .conteudo .grid .title h4 {
    margin: 0;
    font-size: 14px;
  }
  .bloco-5.home .conteudo .grid .title .icone {
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }
  .informacoes-atendimento {
    background: #F8F8F8;
  }
  .informacoes-atendimento .title p {
    width: 200px;
    color: #585857;
  }
  .informacoes-atendimento .conteudo {
    display: block;
    padding: 30px;
  }
  .informacoes-atendimento .conteudo .links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .informacoes-atendimento .conteudo .links span {
    font-weight: 600;
  }
  .opcoes-garantia .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 0px;
  }
  .opcoes-garantia .slick-dots li.slick-active button {
    background: #585857;
  }
  .opcoes-garantia .slick-dots li button {
    background: #dededd;
  }
  .opcoes-garantia .flex {
    display: block;
  }
  .opcoes-garantia .flex .grid {
    display: block;
  }
  .opcoes-garantia .flex .grid .slick-list {
    padding: 0px 80px 0px 18px;
  }
  .opcoes-garantia .flex .grid .slick-list .slick-slide {
    margin-right: 20px !important;
  }
  .opcoes-garantia .flex .title {
    max-width: 100%;
    padding: 0px 20px;
  }
  .opcoes-garantia .flex .title h3 p {
    font-size: 20px;
  }
  h2.title {
    font-size: 20px;
  }
  .bloco-11 .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bloco-11 .grid .item:first-child {
    width: 100%;
  }
  .bloco-11 .grid .item:first-child a span {
    max-width: 100%;
  }
  .bloco-11 .grid .item {
    width: 48%;
  }
  .bloco-11 .grid .item a span {
    max-width: 100px;
  }
  footer#colophon .whats-flutuate {
    top: unset;
    bottom: 5px;
    right: 3px;
  }
  footer#colophon .redes-sociais {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer#colophon .categorias-footer .menu-categorias {
    display: block;
    padding: 10px 0px;
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column {
    -webkit-column-count: 1;
            column-count: 1;
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column .menu {
    border: none;
    text-align: left;
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column .menu .titulo.active {
    border: none;
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column .menu .titulo.active .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column .menu .titulo {
    font-weight: 700;
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 20px;
    text-transform: uppercase;
    position: relative;
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column .menu .titulo .icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer#colophon .categorias-footer .menu-categorias .wrapper .column .menu ul {
    padding: 0px 20px 15px 20px;
    display: none;
    border-bottom: 1px solid #bfbfbf;
  }
  footer#colophon .site-info {
    padding: 8px 20px;
  }
  footer#colophon .site-info span {
    font-size: 10px;
  }
  footer#colophon .meios-pagamento {
    padding: 10px 20px;
  }
  footer#colophon .meios-pagamento .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px 5px;
  }
  footer#colophon .meios-pagamento .wrapper img {
    max-width: 60px;
    display: block;
    margin: auto;
  }
  footer#colophon .top .wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 12px 20px;
    grid-gap: 0px;
  }
  footer#colophon .top .wrapper .logo {
    margin: auto;
    width: 215px;
  }
  footer#colophon .top .wrapper .logo img {
    max-width: 100%;
  }
  footer#colophon .top .wrapper .atendimento {
    border: none;
    margin-top: 25px;
  }
  footer#colophon .top .wrapper .atendimento .newsletter .newsletter {
    float: none;
    margin-top: 30px;
    max-width: 100%;
  }
  footer#colophon .top .wrapper .atendimento span {
    font-weight: 400;
  }
  footer#colophon .top .wrapper .atendimento .fones {
    display: block;
  }
  footer#colophon .top .wrapper .atendimento .fones a {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  footer#colophon .top .wrapper .atendimento .fones .separador {
    display: none;
  }
  body.page-template-pg_produto .especificacoes-produto h2 {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  body.page-template-pg_produto .especificacoes-produto .botoes-fake {
    background: white;
    padding: 1px 15px;
  }
  body.page-template-pg_produto .especificacoes-produto .botoes-fake .botoes {
    margin-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.page-template-pg_produto .especificacoes-produto .botoes-fake .botoes .item {
    width: 150px;
  }
  body.page-template-pg_produto .especificacoes-produto .flex.ativo {
    display: block;
  }
  body.page-template-pg_produto .especificacoes-produto .flex.ativo .conteudo {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  body.page-template-pg_produto .especificacoes-produto .flex.ativo .conteudo .text p {
    font-size: 14px;
  }
  body.page-template-pg_produto .especificacoes-produto .flex.ativo .imagem {
    width: 100%;
  }
  body.page-template-pg_produto .especificacoes-produto .flex.ativo .imagem img {
    width: 100%;
  }
  body.page-template-pg_produto .itens-obrigatorios .flex .text .conteudo .text p {
    font-size: 12px;
  }
  body.page-template-pg_produto .itens-obrigatorios .flex .text .conteudo .text h3 {
    font-size: 16px;
  }
  body.page-template-pg_produto .itens-obrigatorios .flex .text .title h2 {
    font-size: 16px;
  }
  body.page-template-pg_produto .descricao-produto .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.page-template-pg_produto .descricao-produto .flex .text, body.page-template-pg_produto .descricao-produto .flex .imagem {
    width: 100%;
  }
  body.page-template-pg_produto .descricao-produto .flex .text h2 {
    font-size: 16px;
    margin-top: 0px;
  }
  body.page-template-pg_produto .descricao-produto .flex .text p {
    font-size: 12px;
  }
  body.page-template-pg_produto .grid-videos .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body.page-template-pg_produto .grid-videos .grid .video iframe {
    border-radius: 0px;
  }
  body.page-template-pg_produto .grid-categorias .title {
    padding: 0px 25px;
  }
  body.page-template-pg_produto .grid-categorias .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }
  body.page-template-pg_produto .grid-categorias .grid .item .imagem .btn {
    font-size: 14px;
    height: 40px;
  }
  body.page-template-pg_produto .itens-obrigatorios .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.page-template-pg_produto .itens-obrigatorios .flex .text, body.page-template-pg_produto .itens-obrigatorios .flex .banner-wrapper {
    width: 100%;
  }
  .bloco-10.home {
    padding: 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, black), color-stop(92%, white));
    background: linear-gradient(180deg, black 92%, white 92%);
  }
  .bloco-10.home .conteudo {
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bloco-10.home .conteudo .links {
    margin: 0px;
  }
  .bloco-10.home .conteudo .links h4 {
    display: none;
  }
  .bloco-10.home .conteudo .title {
    margin: 15px 0px 0px 0px;
    padding: 0px 20px;
    text-align: left;
  }
  .bloco-10.home .conteudo .title h2 {
    max-width: 250px;
  }
  .bloco-10.home .conteudo .title p {
    font-size: 12px;
  }
  .bloco-10.home .conteudo .banner-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: block;
    width: 100%;
  }
  .bloco-10.home .conteudo .banner-wrapper button {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eab818), color-stop(79%, #fff388));
    background: linear-gradient(0deg, #eab818 25%, #fff388 79%);
    width: 155px;
    left: 20px;
    right: unset;
  }
  .bloco-10.home .conteudo .banner-wrapper button span {
    font-size: 12px;
  }
  .bloco-10.home .conteudo .banner-wrapper img {
    width: 100%;
  }
  .bloco-10.home .conteudo .links {
    margin-top: 18px;
  }
  .bloco-10.home .conteudo .links .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 20px;
    -webkit-box-shadow: 0px 0px 5px 2px #93939329;
            box-shadow: 0px 0px 5px 2px #93939329;
  }
  .bloco-10.home .conteudo .links .grid .item span {
    font-weight: 600;
  }
  .pagina-marcas .clientes.wrapper .logos {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .bloco-3.home .item .conteudo .text a {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eab818), color-stop(79%, #fff388));
    background: linear-gradient(0deg, #eab818 25%, #fff388 79%);
  }
  .bloco-3.home .item .conteudo .text h2 {
    font-size: 20px;
  }
  .bloco-3.home .item .conteudo .tx2 p {
    font-size: 12px;
  }
  #menu-topo {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #121212), color-stop(57%, #161616));
    background: linear-gradient(180deg, #121212 22%, #161616 57%);
    position: fixed;
    z-index: 99999;
    left: -500%;
    top: 0;
    width: 430px;
    height: 100%;
    padding: 40px 35px;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    max-height: 100%;
    overflow-y: auto;
  }
  #menu-topo .bottom {
    margin-top: 50px;
    display: block;
    position: relative;
  }
  #menu-topo .bottom .logos .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #menu-topo .close-menu {
    text-align: right;
    display: block;
    margin-bottom: 20px;
  }
  #menu-topo .redes-sociais {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #ffffff87;
    padding-top: 20px;
    margin-top: 20px;
  }
  #menu-topo .orcamento {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eab818), color-stop(79%, #fff388));
    background: linear-gradient(0deg, #eab818 25%, #fff388 79%);
    display: block;
    text-align: center;
    padding: 12px 10px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  #menu-topo .menu-mobile {
    display: block;
    margin: 20px 0px;
  }
  #menu-topo .menu-mobile #menu-menu-topo {
    padding: 0px;
  }
  #menu-topo .menu-mobile #menu-menu-topo #menu-item-403 {
    display: none;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children {
    position: relative;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu-toggle {
    position: absolute;
    right: 0px;
    background: transparent;
    border: none;
    top: 0px;
    bottom: 0px;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu {
    display: none;
    padding: 0px;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu .voltar {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 700;
    padding: 15px 15px;
    border: none;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    position: absolute;
    top: -15px;
    border: none;
    right: 0px;
    z-index: 9;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu .voltar:before {
    content: '';
    background-image: url(../img/icon-seta.svg);
    width: 12px;
    height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background-repeat: no-repeat;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu li {
    border: none;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu li a {
    font-weight: 600;
    text-transform: revert;
    border: none;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item.ativo > a {
    color: #EAB818;
    font-size: 16px;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item.ativo .sub-menu-toggle {
    display: none;
  }
  #menu-topo .menu-mobile #menu-menu-topo .menu-item.ativo .sub-menu {
    display: block;
  }
  #menu-topo .menu-mobile #menu-menu-topo li a {
    padding: 15px 15px;
    border-bottom: 1px solid #ffffff87;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 100%;
    z-index: 9;
    position: relative;
  }
  #menu-topo.active {
    height: 100%;
    max-height: 100%;
    left: 0;
    width: 100%;
  }
  #menu-topo.sub-menu-ativo .bottom, #menu-topo.sub-menu-ativo .orcamento {
    display: none;
  }
  #menu-topo.sub-menu-ativo #menu-menu-topo > .menu-item:not(.ativo) {
    display: none;
  }
  .pagina-video .videos {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .pagina-video .videos .item {
    display: none;
  }
  .pagina-video .videos .item:nth-child(1), .pagina-video .videos .item:nth-child(3), .pagina-video .videos .item:nth-child(2) {
    display: block;
  }
  .pagina-mapa .obras .lojas {
    margin: 30px 0px 40px 15px;
    display: block;
  }
  .pagina-mapa .obras .lojas .slick-list {
    padding: 0px 60px 0px 0px;
  }
  .pagina-mapa .obras .lojas .slick-list .slick-slide {
    padding-right: 15px;
  }
  .pagina-mapa .mapa {
    padding: 0px 0px 12px 0px;
    display: block;
  }
  .pagina-mapa .mapa .image, .pagina-mapa .mapa .text {
    width: 100%;
  }
  .pagina-mapa .mapa .text {
    padding: 5px 19px;
  }
  .pagina-mapa .mapa .text h4 {
    font-size: 18px;
  }
  .pagina-mapa .mapa .text p {
    font-size: 13px;
  }
  .pagina-mapa .conteudo-texto, .pagina-empresa .conteudo-texto {
    padding: 0px 19px;
  }
  .pagina-mapa .conteudo-texto .content, .pagina-empresa .conteudo-texto .content {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .institucional .conteudo-texto, .institucional .conteudo-texto-rodape, body.page-template-pg_produto .conteudo-texto, body.page-template-pg_produto .conteudo-texto-rodape {
    text-align: left;
  }
  .institucional .conteudo-texto h3, .institucional .conteudo-texto-rodape h3, body.page-template-pg_produto .conteudo-texto h3, body.page-template-pg_produto .conteudo-texto-rodape h3 {
    font-size: 16px;
    text-align: left;
  }
  .institucional .conteudo-texto h4, .institucional .conteudo-texto-rodape h4, body.page-template-pg_produto .conteudo-texto h4, body.page-template-pg_produto .conteudo-texto-rodape h4 {
    font-size: 16px;
    text-align: left;
  }
  .institucional .conteudo-texto p, .institucional .conteudo-texto-rodape p, body.page-template-pg_produto .conteudo-texto p, body.page-template-pg_produto .conteudo-texto-rodape p {
    font-size: 13px;
  }
  .pagina-empresa .content-empresa .atuacao .group .item {
    margin-bottom: 20px;
  }
  .pagina-empresa .content-empresa .atuacao .group .item .text {
    font-size: 14px;
  }
  .pagina-empresa .content-empresa .atuacao .group .title p {
    font-size: 16px;
  }
  .pagina-empresa .content-empresa .atuacao .wrapper {
    padding: 20px 20px 40px 20px;
  }
  .pagina-empresa .content-empresa .atuacao .background {
    position: relative;
  }
  .pagina-empresa .content-empresa .atuacao .background img {
    width: 100%;
  }
  footer#colophon {
    background: transparent;
  }
  footer#colophon .top {
    background: transparent;
  }
  footer#colophon .top .bck {
    height: 720px;
  }
  footer#colophon .top .bck img {
    height: 100%;
  } 
  body.page-template-pg_portifolio .orcamento .flex {
    display: block;
  }
  body.page-template-pg_portifolio .orcamento .flex .conteudo, body.page-template-pg_portifolio .orcamento .flex .imagem {
    width: 100%;
  }
  body.page-template-pg_portifolio .servicos .descricao {
    text-align: left;
  }
  body.page-template-pg_portifolio .servicos .descricao h3 {
    font-size: 16px;
  }
  body.page-template-pg_portifolio .servicos .descricao p {
    font-size: 12px;
  }
  body.page-template-pg_faq .conteudo-texto h2, body.page-template-pg_faq .conteudo-texto.v2 h2 {
    font-size: 16px;
  }
  body.page-template-pg_faq .conteudo-texto p, body.page-template-pg_faq .conteudo-texto.v2 p {
    font-size: 14px;
  }
  body.page-template-pg_faq .duvidas.wrapper .content {
    margin: 15px auto;
  }
  body.page-template-pg_faq .duvidas.wrapper .content .item .conteudo {
    font-size: 12px;
  }
  body.page-template-pg_faq .duvidas.wrapper .content .item .title h3 {
    font-size: 12px;
  }
  body.page-template-pg_faq .duvidas.wrapper .content .item .title h3:after {
    bottom: 0px;
    margin: auto;
  }
  body.page-template-pg_garantias .garantia-planos {
    display: none;
  }
  body.page-template-pg_garantias .container-garantia .flex {
    display: block;
  }
  body.page-template-pg_garantias .container-garantia .flex .imagem, body.page-template-pg_garantias .container-garantia .flex .conteudo {
    width: 100%;
  }
  body.page-template-pg_garantias .container-garantia .flex .conteudo {
    padding: 1px 20px;
  }
  body.page-template-pg_garantias .container-garantia .flex .conteudo h2 {
    font-size: 16px;
  }
  body.page-template-pg_garantias .container-garantia .flex .conteudo p {
    font-size: 12px;
  }
  body.page-template-pg_garantias .container-garantia .flex .conteudo a {
    max-width: 100%;
    width: 100%;
    padding: 10px 30px;
  }
  body.page-template-pg_garantias .conteudo-texto {
    text-align: left;
  }
  body.page-template-pg_garantias .conteudo-texto p {
    font-size: 12px;
  }
  body.page-template-pg_garantias .conteudo-texto .link {
    display: block;
    text-align: center;
  }
  body.page-template-pg_garantias .conteudo-texto .link a {
    display: block;
    margin-bottom: 12px;
  }
  body.page-template-pg_garantias .conteudo-texto h2 {
    font-size: 16px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid {
    padding: 0px 20px 20px 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .background {
    display: block;
    width: 100%;
    height: 2px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao:nth-child(1) .background {
    background: radial-gradient(circle, #4e4e4e 0%, black 79%);
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao:nth-child(2) .background {
    background: radial-gradient(circle, #a137239c 0%, #c14b34 79%);
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao:nth-child(3) .background {
    background: radial-gradient(circle, #c0994394 0%, #c09943 79%);
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .texto p {
    font-size: 12px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao {
    text-align: left;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao .grid {
    -ms-grid-columns: 40px 170px;
        grid-template-columns: 40px 170px;
    grid-gap: 0px;
    text-align: left;
    margin: 15px 0px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-weight: 500;
    padding: 0px 0px 15px 0px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao .title {
    display: none;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao .conteudo p {
    font-size: 12px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao .conteudo p strong {
    color: #585857;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .opcao .imagem {
    display: none;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .rigth .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  body.page-template-pg_garantias .opcoes-garantias.wrapper .content .grid .left {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  body.page-template-pg_formulario .beneficios .slick-list {
    padding: 0px 80px 0px 18px;
  }
  body.page-template-pg_formulario .beneficios .flex .item {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-template-pg_formulario .conteudo-texto.center {
    text-align: left;
  }
  body.page-template-pg_formulario .conteudo-texto.center h2 {
    font-size: 16px;
  }
  body.page-template-pg_formulario .conteudo-texto.center p {
    font-size: 12px;
  }
  body.page-template-pg_formulario .formulario.wrapper .flex {
    display: block;
    padding: 20px;
  }
  body.page-template-pg_formulario .formulario.wrapper .flex .left {
    text-align: center;
  }
  body.page-template-pg_formulario .formulario.wrapper .flex .left h2 {
    font-size: 24px;
  }
  body.page-template-pg_formulario .formulario.wrapper .flex .rigth form {
    display: block;
  }
  body.page-template-pg_formulario .formulario.wrapper .flex .rigth form input, body.page-template-pg_formulario .formulario.wrapper .flex .rigth form textarea {
    display: block;
    width: 100%;
  }
  body.page-template-pg_contato .enderecos .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body.page-template-pg_contato .enderecos .grid .informacoes {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0px 20px;
  }
  body.page-template-pg_portifolio .orcamento .flex .conteudo a {
    font-size: 12px;
  }
  body.page-template-pg_empresa footer#colophon .whats-flutuate {
    bottom: 70px;
  }
  body.page-template-pg_empresa .botao-flutuante {
    background: #0C0C0C;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 12px 20px;
    z-index: 9;
  }
  body.page-template-pg_empresa .botao-flutuante a {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eab818), color-stop(79%, #fff388));
    background: linear-gradient(0deg, #eab818 25%, #fff388 79%);
    border-radius: 100px;
    padding: 12px 5px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
  }
  .home .cards-ic {
    padding-top: 480px !important;  
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .home .cards-ic {
    margin-top: 200px !important;  
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) and (orientation: landscape) {
  body {
    transform: scale(1.1);
    transform-origin: top center;
  }

  html, body {
    overflow-x: hidden;
  }
}

/* Icons Menu Desktop */

#header li#menu-item-3949:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/ShoppingCart.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3950:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Factory.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3951:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/HouseLine.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3948:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/ShoppingBag.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3952:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Warehouse.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3953:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/AirplaneTilt.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3954:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Bank.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3955:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/CarProfile.svg) no-repeat;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4031:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Motores.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4032:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Controle-Remoto.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3986:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Botoeria.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3987:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Caixa-Inox.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3993:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Portinhola.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3994:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Portinhola-Alcapao.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4034:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Guias-Laterais.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3995:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Soleiras.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3991:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/No-break.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4035:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Fechaduras.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4036:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Testeira.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4037:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Anti-quedas.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-3992:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Mola.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header li#menu-item-4038:before {
    content: "";
    background: url(https://soportasdeaco.com.br/wp-content/themes/soportas-de-aco/assets-fg/img/Eixos.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center;
    justify-self: center;    
}

#header .wrapper.row .menu .menu-menu-topo-container #menu-menu-topo .sub-menu a {
  width: 60% !important;
}

#header .wrapper.row .menu .menu-menu-topo-container #menu-menu-topo .menu-item-has-children:hover .sub-menu li {
    align-items: center;  
}

#header .wrapper.row .menu .menu-menu-topo-container #menu-menu-topo li:hover .sub-menu li:hover:before {
  filter: brightness(0) saturate(100%) invert(80%) sepia(78%) saturate(495%) hue-rotate(326deg) brightness(80%) contrast(83%);
}

/* ajuste buttons slick */
.slick-next:before {
  font-size: 0px !important;
}

.slick-prev:before {
  font-size: 0px !important;  
}

.slick-dots li button:before {
  font-size: 0px !important;   
}

.part li {
    font-size: 16px;
    line-height: 24px;
}

/* Icons Menu Mobile */
@media(max-width:767px) {
  #menu-topo .menu-mobile #menu-menu-topo .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #D9D9D9;  
  }   

  #header li#menu-item-3949:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);   
  }

  #header li#menu-item-3950:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);  
  }

  #header li#menu-item-3951:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%); 
  }

  #header li#menu-item-3948:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);   
  }

  #header li#menu-item-3952:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);  
  }

  #header li#menu-item-3953:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);
  }

  #header li#menu-item-3954:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%); 
  }

  #header li#menu-item-3955:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%); 
  }

  #header li#menu-item-4031:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);
  }

  #header li#menu-item-4032:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);
  }

  #header li#menu-item-3986:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);  
  }

  #header li#menu-item-3987:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);   
  }

  #header li#menu-item-3993:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);   
  }

  #header li#menu-item-3994:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);   
  }

  #header li#menu-item-4034:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);  
  }

  #header li#menu-item-3995:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);
  }

  #header li#menu-item-3991:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%); 
  }

  #header li#menu-item-4035:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);    
  }

  #header li#menu-item-4036:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);    
  }

  #header li#menu-item-4037:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);
  }

  #header li#menu-item-3992:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%);    
  }

  #header li#menu-item-4038:before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1988%) hue-rotate(351deg) brightness(97%) contrast(88%); 
  }
}


