/* carrega DEPOIS do CSS do Bootstrap */
@media (min-width: 1400px) {
  .container-xxl.container-gallery {
    max-width: 1800px !important; /* precisa do !important para ganhar do outro !important */
  }
}
/* custom.css – carregue depois do bootstrap.css */
@media (min-width: 1400px) {
  /* override do container padrão */
  .container {
    max-width: 1440px !important;
  }
  /* caso você use explicitamente .container-xxl */
  .container-xxl {
    max-width: 1440px !important;
  }
}
/***** MENU Mobile ******/
.navbar-toggler .icon-bar {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    transition: all 0.2s;
    background-color: var(--secondary-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    left: 0;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 6px 0 6px auto;
    width: 20px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(0);
    width: 25px;
    margin-right: 0;
    margin-left: auto;
}
.home .navbar-toggler .icon-bar{
    background-color: #000 !important;
}
.navbar-toggler.active .icon-bar {
    left: 10px;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #cd7f0e !important;
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #cd7f0e !important;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 3% 90%;
    width: 30px;
    background-color: #cd7f0e !important;
}
.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: none;
}
/*
*FIM MENU MOBILE
*/

@media only screen and (min-width: 1919.99px) {
    .container {
        max-width: 1440px;
    }
    
}
@media only screen and (min-width: 1644.99px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .menu_desktop .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1919.98px) {
    .menu_header ul li{
        margin: 0px 10px;
    }
    .input_search{
        width: 200px;
    }
}
@media (max-width: 1719.98px) {
    
}
@media (max-width: 1644.98px) {
    .submenu-open .busca_desktop{
        display: none !important;
    }
    .submenu-open .busca_mobile{
        display: block !important;
    }
    .submenu-items{
        padding: 12px;
        position: relative;
    }
    .submenu-items .linha{
        margin-bottom: 40px;
    }
    .close-submenu{
        right: 0;
        top: 50px;
    }
    .banner_item h2{
        font-size: 3rem;
    }
    .banner_item h1 {
        font-size: 6.1111rem;
        line-height: 4.5rem;
    }
    html, body{
        font-size: 16px;
    }
    .banner_item .custom-button {
        bottom: 238px;
    }
    .custom-button {        
        padding: 12px 28px;
    }
    .content_box h2 {
        font-size: 3.289rem;
    }
    .content_box .custom-button {
        padding: 10px 18px;
        font-size: 1rem;
    }
    .title_box {
        font-size: 3.033rem;
    }
    .box_tecnologia h2 {
        font-size: 2.8889rem;
        line-height: 2.8889rem;
    }
    .box_tecnologia {
        margin: 55px 0;
    }
    .box_blog {
        padding: 55px 0;
        padding-top: 10px;
    }
    .title_box_category {
        margin-top: 15px;
    }
    .list_posts_blog .custom-button {
        font-size: 0.8rem;
        padding: 12px 20px;
    }
    .list_posts_blog .custom-button .arrow {
        margin-left: 16px;
    }
}
@media (max-width: 1399.98px) {
    html, body{
        font-size: 15px;
    }
    .submenu-items li {
        margin-bottom: 8px !important;
    }
    .submenu-image{
        height: 100%;
    }
    .item_lancamento .custom-button {
        padding: 13px 30px;
        font-size: 1rem;
    }
    .item_lancamento .custom-button .arrow {
        margin-left: 20px;
        background-size: 20px;
    }
    .bottom_btn {
        justify-content: space-around;
    }
    .content_box .custom-button {
        padding: 10px 30px;
        font-size: 1rem;
    }
    .custom-button .arrow{
        background-size: 20px;
        margin-left: 28px;
    }
    .image_prod_checkout {
        width: 78px;
    }
    .woocommerce-order-details .product-name {
        width: 98px !important;
    }
    .product-total{
        text-align: right;
    }
    .woocommerce-order-details__title {
        font-size: 1.8rem;
    }
    .subtitle{
        font-size: 1.8rem;
    }
    .select2-container{
        width: 100% !important;
    }
    .bg_sobre_nos{
        background-size: cover; 
    }
    .tarja_ajudar{
        padding: 20px 0;
    }
    .content_vocacao img {
        position: absolute;
        right: -24px;
        top: 6px;
    }
    .content_vocacao h2 {
        font-size: 5.65rem;
        line-height: 5.65rem;
        letter-spacing: 20px;
        margin-bottom: 70px;
    }
}
@media (max-width: 1199.98px) {
    .busca_desktop{
        display: none !important;
    }
    html, body {
        font-size: 14px;
    }
    .banner_item h2 {
        font-size: 2rem;
    }
    .banner_item h1 {
        font-size: 5.1111rem;
        line-height: 4.5rem;
    }
    .banner_item .custom-button {
        bottom: 178px;
    }
    .custom-button .arrow{
        margin-left: 34px;
    }
    .custom-button {
        padding: 6px 26px;
    }
    .busca_mobile{
        display: block !important;
    }
    .box_tecnologia h2{
        margin-bottom: 20px;
    }
    .box_tecnologia h6 {
        margin-bottom: 20px;
    }
    .variable-items-wrapper li{
        width: 45px;
    }
    .button.edit{
        font-size: 1rem !important;
    }
    .product-thumbnail{
        width: 140px !important;
    }
    .product-thumbnail a {
        padding-right: 18px;
    }
    .cart-collaterals{
        padding: 30px;
    }
    .coupon{
        width: 100%;
        display: flex !important;  
        justify-content: flex-end; 
    }
    .coupon .input_text{
        width: 300px !important;
    }
    .shop_table td,
    .shop_table th{
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .page_interna {
        padding: 60px 0;
        padding-bottom: 35px;
    }
    .box_tecnologias {
        padding: 60px 0;
        padding-bottom: 0px;
    }
    .box_como_personalizar {
        padding-bottom: 60px;
    }
    .box_solicite_personalizado {
        padding: 60px 0;
        padding-bottom: 45px;
    }
    .box_depoimentos {
        padding: 60px 0;
    }
    .page_interna {
        padding: 55px 0;
    }
    .bg_sobre_nos{
        padding: 40px 0;
    }
    .padding_box {
        padding: 50px 0;
    }
    .box_noticias{
        padding: 60px 0;
    }
    .item_post_mini img{
        max-width: 120px;
    }
    .content_post_mini{
        padding: 0 20px;
    }
    .content_historia_topo h1{
        margin-top: 62px;
    }
    .box_historia{
        padding: 50px 0;
    }
    .benfeitor_topo .content_historia_topo {
        padding: 50px 0;
    }
    .content_banner_benfeitor h3 span {
        font-size: 5.7rem;
        line-height: 5.7rem;
    }
    .box_form_benfeitor.box_historia h2{
        letter-spacing: 2px;
        line-height: 2.65rem;
        font-size: 2.65rem;
    } 
    .midias_sociais{
        right: -65px;
        width: 55px;
    }
    .page_contato{
        padding: 60px 0;
    }
    .box_formulario_contato{
        padding: 40px;
    }
}
@media (max-width: 991.98px) {
    /**
    * MENU MOBILE
    */
    .navbar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: .5rem;
        padding-bottom: .5rem;
        flex-direction: row;
        flex-wrap: nowrap !important;
    }
    .navbar-header {
        width: 100%;
        display: flex;
        flex-direction: row;        
        justify-content: flex-start;
    }
    .navbar-collapse {
        position: fixed;
        z-index: -999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #fff;
        padding: 0;
        display: none;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .js-collapse .navbar-collapse {
        overflow-y: auto !important;
        display: block;
        z-index: 991;
        padding-top: 0;
        margin-top: 0 !important;
    }
    .js-collapse .navbar-toggler {
        position: fixed;
        z-index: 995;
        top: 15px;
        right: 20px;
        background: transparent;
        outline: none;
        border: none;
    }
    .menu_header li{
        border-bottom: 1px solid #b2b2b2;
    }
    .menu_header li a {
        padding: 0;
        margin: 0;
        font-size: 20px !important;
        color: #fff;
        display: block;
        padding: 22px;
    }
    .menu_header{
        padding: 0 20px;
    }
    .menu_header .navbar-nav {
        width: 100%;
    }
    .menu_header li.active a {
        color: #cd7f0e;
    }
    
    .menu_header li {
        padding: 0px 0;
    }
    .menu_header svg {
        fill: #fff;
    }
    /*
    *FIM MENU MOBILE
    */
    .menu_mobile{
        display: block;
    }
    .menu_icons_mobile{
        display: flex;
    }
    .logo img{
        margin-left: 0;
        max-width: 170px;
    }
    .cart-sidebar{
        right: -570px;
        width: 570px;
        padding: 30px;
    }
    .busca-sidebar{
        right: -570px;
        width: 570px;
        padding: 30px;
    }
    .input_search{
        width: 100%;
    }
    .form_busca button {
        right: 5px;
        top: 4px;
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .banner_item .custom-button {
        bottom: 133px;
    }
    .banner_item h1 {
        font-size: 4.1111rem;
    }
    .product-title {
        font-size: 2rem;
    }
    .item_lancamento .custom-button {
        padding: 6px 18px;
        font-size: 0.9rem;
    }
    .item_lancamento .custom-button .arrow {
        margin-left: 10px;
        background-size: 17px;
    }
    .content_item_personalizado {
        position: absolute;
        right: 0;
        top: 70px;
        width: 250px;
    }
    .box_tecnologia h2 {
        font-size: 2.0rem;
        line-height: 2rem;
    }
    .box_newsletter{
        padding: 60px 0;
        background-size: contain;
    }
    .box_midias {
        background-color: #000;
        padding: 25px 0;
    }
    .midias_footer{
        flex-direction: column;
    }
    .footer_menus h6{
        margin-bottom: 20px;
    }
    .botton_footer {
        margin-top: 10px;
    }
    .footer_menus {
        padding: 45px 0;
    }
    .content_lista_produtos h2 {
        font-size: 2.8889rem;
        margin-bottom: 25px;
        line-height: 2.8889rem;
    }
    .content_lista_produtos h4 {
        margin-bottom: 25px;
    }
    #filtro-sidebar{
        right: -450px;
        width: 450px;
    }
    .data_product_header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .btn_filtro{
        margin-right: 0;
    }
    .dados_produto .content_filtro_item {
        padding: 20px 0px;
    }
    .content_single_product h1{
        margin-bottom: 15px;
    }
    .col2-set#customer_login .col-1, .col2-set.addresses .col-1{
        width: 100% !important;
    }
    .col2-set#customer_login .col-2, .col2-set.addresses .col-2{
        width: 100% !important;
    }
    .remover_item_cart{
        margin-left: 25px;
    }
    .custom-qty-btn{
        width: 60px;
    }
    .remover_item_cart::before{
        background-size: 12px;
    }
    .custom-quantity-wrapper{
        width: 150px;
        margin-bottom: 6px;
    }
    .box_quantidade{
        flex-direction: column;
        margin-top: 15px
    }
    .remover_item_cart {
        margin-left: 0;
    }
    .linha{
        margin: 15px 0
    }
    .coupon .input_text {
        width: 240px !important;
    }
    .button{
        padding: 8px 26px !important;
    }
    .btn_white{
        padding: 6px 20px;
    }
    .woocommerce-checkout-review-order {
        padding: 20px;
    }
    .woocommerce-checkout-review-order-table .product-thumbnail {
        width: 96px !important;
    }
    #filtro-sidebar{
        padding: 30px;
    }
    .menu_cart.desktop{
        display: none;
    }
    .menu_cart.mobile{
        display: block;
    }
    .menu_cart.mobile img{
        width: 36px
    }
    .menu_cart.mobile a{
        border-bottom: none;
    }    
    .menu_cart.mobile a::before{
        content: none
    }
    .menu_ecommerce{
        align-items: center;
    }
    .navbar-toggler{
        margin-left: 20px;
        margin-right: 0;
    }
    .banner_home_fora .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
    }
    .content_sobre h2 {
        color: #442700;
        font-size: 4.65rem;
        line-height: 4.65rem;
        font-family: "Girassol", serif;
        letter-spacing: 25px;
        margin-bottom: 12px;
    }
    .content_sobre h3 {
        font-size: 2.0rem;
        line-height: 2.0rem;
    }
    .btn_sobre{
        padding: 10px 40px;
    }
    .data_evento {
        float: left;
        text-align: center;
        display: flex;
        gap: 0px;
        align-items: center;
        flex-direction: column;
    }
    .btn_mini_post{
        max-width: 24px !important;
    }
    .item_post_mini a{
        margin-bottom: 15px;
    }
    .content_post_mini {
        padding: 0 12px;
    }
    .content_post_mini h3 {
        font-size: 1rem;
    }
    .tarja_ajudar {
        padding: 10px 0;
    }
    .btn_mais_detalhes_claro{
        padding: 6px 20px;
    }
    .midias_rodape{
        padding: 8px 15px;
    }
    .content_contato p{
        justify-content: flex-end;
    }
    .bottom_content_banner {
        margin-bottom: 20px;
    }
    .content_historia_topo h1 {
        margin-top: 24px;
        font-size: 3rem;
        line-height: 2.9rem;
    }
    .quote_top::before{
        width: 42px;
        height: 20px;
        margin-bottom: 10px;
        background-size: contain;
    }
    .bottom_content_banner h4 {
        font-size: 1.3rem;
    }
    .box_historia h2 {
        font-size: 4.65rem;
        letter-spacing: 34px;
    }
    .gallery {
        padding: 50px 0;
    }
    .gallery__side{
        border-top: none;
    }
    .gallery__controls {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .thumbs{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .benfeitor_topo .content_historia_topo{
        height: auto !important;
    }
    .content_banner_benfeitor h3 span {
        font-size: 3.7rem;
        line-height: 3.7rem;
    }
    .content_banner_benfeitor h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .data_evento_single .dia{
        flex-direction: column;
        line-height: 3.25rem !important;
    }
    .data_evento_single .dia span{
        line-height: 1.35rem;
    }
    .dados_evento,
    .valor_evento{
        padding: 20px 24px; 
    }
    .valor{
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        margin-bottom: 10px !important;
    }
    .content_item_post{
        padding: 20px;
    }
    .content-img{
        padding: 15px 20px;
    }
    .thumb_img_single {
        margin-top: 20px;
    }
    .page_intern{
        padding-bottom: 40px;
    }
    .page_contato h1 {
        font-size: 4.65rem;
        line-height: 4.65rem;
        margin-bottom: 20px;
        letter-spacing: 15px;
    }
    .content_localizacao{
        flex-wrap: wrap;
    }
    .content_post_mini{
        min-width: 65%;
    }
    .content_vocacao h2 {
        font-size: 4.65rem;
        line-height: 4.65rem;
    }
    .content_vocacao img {
        position: absolute;
        right: 35px;
        top: 6px;
        max-width: 65%;
    }
    .woocommerce_mobile{
        display: flex;
    }
}
@media (max-width: 767.98px) {
    .busca-sidebar {
        right: -430px;
        width: 430px;
        padding: 20px;
    }
    .cart-sidebar {
        right: -430px;
        width: 430px;
        padding: 20px;
    }
    .menu_carrinho li{
        margin: 0 20px !important;
    }
    .menu_carrinho li a{
        padding-bottom: 10px;
    }
    .button {
        padding: 8px 28px !important;
        font-size: 0.8rem !important;
    }
    .title {
        font-size: 1.2rem;
    }
    .title-container{
        margin-bottom: 20px; 
    }
    .content_data_account{
        padding: 30px 0px;
    }
    .mini-cart-buttons a::before{
        margin-left: 8px;
        background-size: 20px; 
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .banner_item h2 {
        font-size: 1.5rem;
    }
    .banner_item h1 {
        font-size: 3.1111rem;
        line-height: 2.5rem;
    }
    .custom-button .arrow {
        margin-left: 12px;
        background-size: 18px;
    }
    .banner_item .custom-button {
        bottom: 90px;
        font-size: 0.9rem;
    }
    .content_item_personalizado h3{
        font-size: 1.5556rem;
    }
    .item_lancamento .custom-button {
        padding: 2px 14px;
        font-size: 0.8rem;
    }
    .product-title {
        font-size: 1rem;
    }
    .box_sport {
        padding: 60px 0;
        padding-top: 0;
    }
    .content_item_personalizado p {
        font-size: 1.2rem;
    }
    .content_item_personalizado {
        position: absolute;
        right: 0;
        top: 48px;
        width: 160px;
    }
    .content_single_product .custom-button{
        padding: 4px 25px;
        font-size: 0.8rem;
    }
    .tecnologias_itens .itens_tech {       
        width: 235px;
        padding: 10px 16px !important;
    }
    .custom-medidas ul li {
        padding: 12px !important;
        font-size: 1rem;
    }
    .item_faq {
        border-bottom: 1px solid;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .woocommerce-Address{
        margin-bottom: 30px;
    }
    /* table.shop_table_responsive tr td{
        display: table-cell !important;
    } */
    .coupon {
        width: 100%;
        margin-bottom: 20px !important;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
    }
    .btn_white{
        font-size: 0.8rem;
    }
    .cart-collaterals {
        padding: 30px;
        margin-bottom: 30px;
    }
    .input-text{
        padding: 6px 15px !important;
    }
    .woocommerce-input-wrapper .select2-selection--single{
        padding: 4px 10px !important;
    }
    .product-total{
        text-align: right;
    }
    .box_depoimentos .owl-nav{
        bottom: -36px; 
    }
    .content_historia{
        padding: 20px;
    }
    .box_footer{
        height: auto !important;
        padding: 50px 0;
    }
    .content_endereco{
        text-align: center;
    }
    .content_contato p {
        justify-content: center;
    }
    .menu_categorias ul{
        flex-wrap: wrap;
        gap: 12px;
    }
    .menu_categorias{
        margin: 30px 0;
    }
    .content_data_agenda{
        flex-direction: column;
    }
    .data_evento{
        flex-direction: row;
    }
    .data_evento p label{
        margin: 0;
        font-size: 15px;
        color: #fff;
        background-color: #cd7f0e;
        font-weight: 400;
        width: 100%;
        border-radius: 6px;
        line-height: 15px;
        padding: 4px;
    }
    .data_evento h6{
        margin-right: 8px;
    }
    .page_eventos .list_agenda .agenda_col{
        border-bottom: 1px solid #303e20;
        border-right: none;
    }
    .list_agenda .agenda_col{
        border-bottom: 1px solid #cd7f0e;
        border-right: none;
    }
    .page_eventos .list_agenda .agenda_col:last-child{
        border-bottom: none;
    }
    .content_data_agenda h3{
        text-align: center;
    }
    .data_evento_single{
        margin-top: 15px;
    }
    .data_evento_single .dia {
        flex-direction: unset;
    }
    .img_single {
        margin-top: 30px;
    }
    .content_text_single {
        margin-top: 25px;
    }
    .thumb_img_single img {
        margin-bottom: 10px;
    }
    .midias_sociais_horizontal{
        min-width: 100%;
        margin-bottom: 20px;
        height: 42px;
    }
    .banner_item{
        /* cai para desktop se não houver mobile */
        background-image: var(--img-mobile, var(--img-desktop));
    }
    .bg_sobre_nos {
        background: url('../img/bg_sobre_mobile_.jpg')no-repeat scroll center center transparent;
    }
    .content_sobre .btn_sobre{
        margin-bottom: 50px;
    }
    .thumb_post_g{
        margin-bottom: 25px;
    }
    .content_post_mini {
        min-width: 100%;
        padding: 25px;
        text-align: center;
    }
    .content_post_mini p {
        font-size: 1.5rem;
    }
    .content_post_mini h3 {
        font-size: 1.7rem;
    }
    .box_vocacoes{
        background: url('../img/bg_vocacoes_mobile.jpg')no-repeat scroll center center transparent;
        background-size: cover !important;
    }
    .content_vocacao img{
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 28px;
    }
    .content_vocacao{
        text-align: center;
    }
    .content_vocacao h2{
        margin-bottom: 20px;
    }
    .box_vocacoes{
        padding-top: 156px;
    }
    .tarja_ajudar{
        gap: 10px;
        flex-direction: column;
    }
    .box_vocacoes h3{
        text-align: center;
        color: #1e2343;
    }
}
@media (max-width: 575.98px) {
    .busca-sidebar {
        right: -350px;
        width: 350px;
        padding: 15px;
    }
    .cart-sidebar {
        right: -350px;
        width: 350px;
        padding: 15px;
    }
    .menu_carrinho li {
        margin: 0 5px !important;
    }
    .menu_carrinho li a {
        padding-bottom: 6px;
        font-size: 0.9rem;
    }
    .mini-cart-item .product-thumbnail {
        width: 80px !important;
        padding-right: 8px !important;
    }
    .close-cart{
        right: 8px;
        background-size: 15px;
    }
    .close-busca{
        right: 8px;
        background-size: 15px;
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .logo img {
        margin-left: 0;
        max-width: 138px;
    }
    .banner_item h1 {
        font-size: 2.1111rem;
        line-height: 1.5rem;
    }
    .banner_item h2 {
        font-size: 1.2rem;
    }
    .banner_item .custom-button {
        bottom: 75px;
        font-size: 0.9rem;
        padding: 2px 14px;
    }
    .custom-button .arrow {
        margin-left: 6px;
        background-size: 16px;
    }
    .banner_item .custom-button {
        bottom: 210px;
    }
    .title_item_category{
        font-size: 2rem;
    }
    .title_box_category{
        font-size: 2rem;
    }
    .item_lancamento{
        margin-bottom: 20px;
    }
    .product-title {
        font-size: 3rem;
    }
    .item_lancamento .custom-button {
        padding: 4px 44px;
        font-size: 1.8rem;
    }
    .item_lancamento .custom-button .arrow {
        margin-left: 25px;
        background-size: 25px;
    }
    .form_news .custom-button .arrow {
        margin-left: 6px;
    }
    .custom-button {
        padding: 6px 16px;
    }
    .midias_footer h5{
        display: none;
    }
    .contato_footer{
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 15px;
    }
    .footer_desktop{
        display: none;
    }
    .menu_footer_mobile{
        display: block;
    }
    .icon_pin::before{
        content: none;
        margin-top: 15px;
    }
    .footer_menus h6 {
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .footer_menus address {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .icon_phone {
        margin-bottom: 6px;
    }
    .icon_phone::before{
        content: none;
    }
    .icon_whatsapp::before{
        content: none;
    }
    .submenu_footer_mobile{
        margin-top: 15px;
    }
    .submenu_footer_mobile li {
        margin-bottom: 5px;
    }
    .submenu_footer_mobile li a{
        color: #585858 !important;
        font-size: 13px;
    }
    .botton_footer{
        text-align: center;
    }
    .custom-medidas ul{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tecnologias_itens .itens_tech{
        margin-bottom: 15px;
        width: 100%;
        padding: 15px !important;
    }
    .comment-respond label{
        display: block;
    }
    .input_termos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    table.shop_table_responsive tr td{
        text-align: left !important;
    }
    #filtro-sidebar {
        right: -406px;
        width: 406px;
    }
    .item_filtro_imagem{
        align-items: center;
        gap: 8px;
        width: 30%;
        flex-direction: column;
        justify-content: center;
    }
    .page_interna {
        padding: 55px 0;
        padding-bottom: 30px;
    }
    .page_personalizados .content_lista_produtos h1 {
        font-size: 2.288rem;
    }
    .content_historia_topo h1 {
        margin-top: 50px;
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .bottom_content_banner h4 {
        font-size: 1.1rem;
    }
    .box_historia h2 {
        font-size: 3.65rem;
        letter-spacing: 26px;
    }
    .content_padre_dehon h2::after{
        content: none;
    }
    .content_padre_dehon p{
        justify-content: center;
    }
    .content_padre_dehon h2{
        width: unset;
    }
    .content_padre_dehon {
        text-align: center;
        margin-bottom: 26px;
    }
    .midias_rodape {
        padding: 8px 15px;
        margin-top: 25px;
    }
     .box_dados_evento{
        margin-top: 0;
    }
    .box_vocacoes {
        padding-top: 116px;
    }
    .tarja_ajudar{
        text-align: center;
    }
    .tarja_ajudar p::before{
        content: none;
    }
}
@media (max-width: 460.98px) {
    .logo img {
        margin-left: 0;
        max-width: 168px;
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .logo img {
        margin-left: 0;
        max-width: 124px;
    }
    .banner_item h2 {
        font-size: 1.2rem;
        margin-top: 30px;
    }
    .banner_item .custom-button {
        bottom: 210px;
    }
    .box_lancamentos h2 {
        font-size: 2.333rem;
    }
    .bottom_btn {
        flex-direction: column;
        gap: 24px;
    }
    .custom-button-none .arrow{
        background-size: 16px;
    }
    .title_box {
        font-size: 2.033rem;
    }
    .btn_desktop_news{
        display: none;
    }
    .btn_mobile_news{
        display: flex;
    }
    .orderby{
        width: 100%;
        padding: 6px 45px;
    }
    .btn_filtro {
        margin-right: 0;
        width: 100%;
    }
    .woocommerce-ordering{
        width: 100% !important;
    }
    .dados_produto ul li{
        padding: 15px !important;
    }
    .product-thumbnail {
        width: 80px !important;
    }
    .custom-quantity-wrapper {
        width: 118px;
    }
    .custom-qty-btn {
        width: 60px;
        padding: 10px;
    }
    #filtro-sidebar {
        right: -330px;
        width: 330px;
        padding: 25px;
    }
    .opcoes_filtro label {
        display: inline-block;
        padding: 3px 12px;
    }
    .border_right{
        border: none;
    }
    .box_historia h2 {
        font-size: 3rem;
        letter-spacing: 18px;
    }
    .box_historia h3 {
        font-size: 2rem;
    }
    .ano_historia::after{
        right: -24px;
    }
    .content_historia{
        margin-left: 18px;
    }
    .box_vocacoes {
        padding-top: 30px;
    }
}

