@media (max-width: 320.98px) {
    h3 {
        font-size: 1.3rem;
    }
    .hide-desktop {
        display: inline !important; /* Mostra os elementos em telas menores ou iguais a 1024px */
    }
    /* BANNER */
    .banner-home .img_desktop,
    .banner-home .img_tablet {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .img-card .text-area-head h3 {
        font-size: 1.0rem;
        letter-spacing: 1px;
    }
    /* MOSAICO*/
    .main-card, .secondary-card {
        height: 200px; /* Ajuste para telas menores */
        
    }
    .img-card .text-area-head h3 {
        font-size: 1.0rem;
    }
  
    /* NAVABAR */
    .logo-content img {
        width: 100%;
    }
    .nav-menu-utility li a,
    .nav-menu-link li a {
        font-size: 0.9rem;
    }
    .linknav-wrapper > div:not(.menu-mobile) {
        display: none;
    }
    .linknav-wrapper {
        justify-content: end;
    }
    .menu-mobile {
        display: unset !important;
        margin-left: 1.5rem;
        font-size: 1.2rem;
        text-align: left; /* Alinhar o texto à esquerda */
    }
 
    .navigation-area li a {
        font-size: 13px;
    }
    .qtd-badge {
        right: 50px;
        top: 2px;
        width: 17px;
        height: 17px;
        font-size: 0.5rem;
    }
    .main-navbar-ajust .logo-wrapper {
        flex: 0 0 48%;
        max-width: 42%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navigation-area .menu-mobile a i {
        display: block;
        line-height: 4.3rem;
        font-size: 1.1rem;
    }
    .form-wrapper {
        width: 100%;
    }

    /* CARD INDEX */
    .card-body {
        padding: 1rem !important;
    }

    /* CARRINHO */
    .celula-corpo img {
        width: 73px !important;
        height: 74px !important;
    }

    /* PAINEL ORCAMENTO */
    #hist-ped .hist-ped-body .hist-ped-body-main-content {
        min-height: 461px;
    }
    .miolo-ped p {
        font-size: .9rem !important;
    }
    #hist-ped .hist-ped-body .hist-ped-body-main-content hr {
        margin-top: 5.7rem;
    }
    #areaCarrinho .cabecalho-carrinho {
        display: none;
    }
    .corpo-carrinho{
        border-top: 12px solid var(--cor-um) !important;
    }
    #areaCarrinho .corpo-carrinho .capsula-descricao p, #areaCarrinho .corpo-carrinho .capsula-descricao a p {
        font-size: 0.9rem;
    }

    /* PRODUTO */
    .product-info-wrapper .title-area h3 {
        font-weight: 800;
        font-size: 1.2rem;
    }
    .main-title {
        font-size: 1.1rem;
    }

    /* PRODUTO SHOP AREA */
    .shop-area .input-group {
        width: 50%;
    }
    .shop-group-single {
        width: 100%;
    }

    /* PRODUTOS */
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 1.4rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }
    
 
    /* FOOTER */
    .main-footer img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .links-wrapper {
        display: none;
    }
    .contato-area,
    .tiny-footer {
        flex-direction: column;
        justify-content: unset;
        text-align: center;
    }
    .contato-area-wrapper {
        margin-top: unset;
        padding-top: unset;
    }
    .hide-mobile {
        display: none;
    }
    .footer-wrapper .tiny-footer-ajusts{
        justify-content: center !important;
    }
    .footer-img {
        text-align: center;
        max-width: 100%;
        height: auto;
    }
    .footer-wrapper .tiny-footer-ajusts a {
        padding-top: 10px;
    }
    .footer-ajust-font{
        font-size: 0.7rem !important;
        text-align: center !important;
        margin-top: 1em !important;
    } 
    .img-agra{
        width:90px !important;;
    }
}
@media (min-width: 321px) and (max-width: 375.98px) {
    /* BANNER */
    .banner-home .img_desktop,
    .banner-home .img_tablet {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .hide-desktop {
        display: inline !important; /* Mostra os elementos em telas menores ou iguais a 1024px */
    }
    /* MOSAICO*/
    .main-card, .secondary-card {
        height: 200px; /* Ajuste para telas menores */
    }
    .img-card .text-area-head h3 {
        font-size: 1.0rem;
        letter-spacing: 1px;
    }
    .navigation-area li a {
        font-size: 13px;
    }
    /* NAVBAR */
    .logo-content img {
        width: 100%;
    }
    .nav-menu-utility li a,
    .nav-menu-link li a {
        font-size: 0.9rem;
    }

    /* CARRINHO */
    .celula-corpo img {
        width: 73px !important;
        height: 74px !important;
    }
    /* PAINEL ORCAMENTO */
    #hist-ped .hist-ped-body .hist-ped-body-main-content {
        min-height: 461px;
    }

    #areaCarrinho .cabecalho-carrinho {
        display: none;
    }
    .corpo-carrinho{
        border-top: 12px solid var(--cor-um) !important;
    }
    #areaCarrinho .corpo-carrinho .capsula-descricao p, #areaCarrinho .corpo-carrinho .capsula-descricao a p {
        font-size: 0.9rem;
    }


    /* PRODUTOS*/
    .content-wrapper {
        margin-top: .5rem;
        margin-bottom: 0rem;
    }
    .product-info-wrapper .title-area h3 {
        font-weight: 800;
        font-size: 1.4rem;
    }
    .main-title {
        font-size: 1.4rem;
    }
    /* PRODUTOS */
    .img-top h3{
        font-size: 1.4rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }

    /* PRODUTO SHOP AREA */
    .shop-area .input-group {
        width: 50%;
    }
    .shop-group-single {
        width: 100%;
    }

    /* PRODUTOS */
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 1.8rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }

    .linknav-wrapper > div:not(.menu-mobile) {
        display: none;
    }
    .linknav-wrapper {
        justify-content: end;
    }
    /* carrinho */
    .celula-corpo img {
        width: 87px !important;
        height: 87px !important;
    }
    .menu-mobile {
        display: unset !important;
        margin-left: 1.5rem;
        font-size: 1.3rem;
    }
    .qtd-badge {
        right: 50px;
        top: 2px;
        width: 17px;
        height: 17px;
        font-size: 0.5rem;
    }
    .main-navbar-ajust .logo-wrapper {
        flex: 0 0 48%;
        max-width: 42%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-wrapper {
        width: 100%;
    }

    /* CARD INDEX */
    .card-body {
        padding: 1rem !important;
    }

    /* FOOTER */
    .main-footer img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .links-wrapper {
        display: none;
    }
    .contato-area,
    .tiny-footer {
        flex-direction: column;
        justify-content: unset;
        text-align: center;
    }
    .contato-area-wrapper {
        margin-top: unset;
        padding-top: unset;
    }
    .hide-mobile {
        display: none;
    }
    .main-footer-wrapper img {
        width: 100%;
        margin-bottom: 0.8rem;
        padding: 1em;
    }
    .footer-wrapper .tiny-footer-ajusts{
        justify-content: center !important;
    }
    .footer-wrapper .tiny-footer-ajusts a {
        padding-top: 10px;
    }
    .footer-ajust-font{
        font-size: 0.7rem !important;
        text-align: center !important;
        margin-top: 1em !important;
    } 
    .img-agra{
        width:100px !important;
    }
}

@media (min-width: 376px) and (max-width: 425.98px) {
    
    /* BANNER */
    .banner-home .img_desktop,
    .banner-home .img_tablet {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .hide-desktop {
        display: inline !important; /* Mostra os elementos em telas menores ou iguais a 1024px */
    }
    /* MOSAICO*/
    .main-card, .secondary-card {
        height: 200px; /* Ajuste para telas menores */
    }
    /* NAVBAR */
    .logo-content img {
        width: 100%;
    }
    .nav-menu-utility li a,
    .nav-menu-link li a {
        font-size: 0.9rem;
    }
    .linknav-wrapper > div:not(.menu-mobile) {
        display: none;
    }
    .linknav-wrapper {
        justify-content: end;
    }

    /* CARRINHO */
    .celula-corpo img {
        width: 73px !important;
        height: 74px !important;
    }
    /* PAINEL ORCAMENTO */
    #hist-ped .hist-ped-body .hist-ped-body-main-content {
        min-height: 461px;
    }
    #areaCarrinho .cabecalho-carrinho {
        display: none;
    }
    .corpo-carrinho{
        border-top: 12px solid var(--cor-um) !important;
    }
    #areaCarrinho .corpo-carrinho .capsula-descricao p, #areaCarrinho .corpo-carrinho .capsula-descricao a p {
        font-size: 1rem;
    }

    .menu-mobile {
        display: unset !important;
        margin-left: 1.5rem;
        font-size: 1.3rem;
    }
    .qtd-badge {
        right: 50px;
        top: 2px;
        width: 17px;
        height: 17px;
        font-size: 0.5rem;
    }
    
    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .product-info-wrapper .title-area h3 {
        font-weight: 800;
        font-size: 1.5rem;
    }
    .main-title {
        font-size: 1.4rem;
    }
 
    .main-navbar-ajust .logo-wrapper {
        flex: 0 0 48%;
        max-width: 42%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-wrapper {
        width: 100%;
    }
    .img-top h3{
        font-size: 1.8em !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }

 
    /* CARD INDEX */
    .card-body {
        padding: 1.5rem !important;
    }

    /* FOOTER */
    .main-footer img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .links-wrapper {
        display: none;
    }
    .contato-area,
    .tiny-footer {
        flex-direction: column;
        justify-content: unset;
        text-align: center;
    }
    .contato-area-wrapper {
        margin-top: unset;
        padding-top: unset;
        padding-bottom: 0.5rem;
    }
    .content-main-wrapper,
    .tiny-footer-wrapper {
        width: 85%;
        margin: 0 auto;
    }
    .hide-mobile {
        display: none;
    }
    .main-footer-wrapper img {
        width: 94%;
        margin-bottom: 0.8rem;
        text-align: center;
        padding: 3em;
    }
 
    .footer-wrapper .tiny-footer-ajusts{
        justify-content: center !important;
    }
    .footer-ajust-font{
        font-size: 0.7rem !important;
        text-align: center !important;
        margin-top: 1em !important;
    } 
    .img-agra{
        width:150px !important;
    }
    
}   
@media (min-width: 426px) and (max-width: 575.98px) {
    
    /* BANNER */
    .banner-home .img_desktop,
    .banner-home .img_tablet {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .banner-home .owl-nav button {
        height: 28px;
        width: 28px;
        color: #ffff !important;
        background-color: var(--cor-dois) !important;
        font-size: 0.9rem !important;
    }
    .hide-desktop {
        display: inline !important; /* Mostra os elementos em telas menores ou iguais a 1024px */
    }
    /* MOSAICO*/
    .main-card, .secondary-card {
        height: 200px; /* Ajuste para telas menores */
        
    }
    /* NAVBAR */
    .logo-content img {
        width: 65%;
    }
    .nav-menu-utility li a,
    .nav-menu-link li a {
        font-size: 0.95rem;
    }
    .linknav-wrapper > div:not(.menu-mobile) {
        display: none;
    }
    .linknav-wrapper {
        justify-content: end;
    }
    .menu-mobile {
        display: unset !important;
        margin-right: 1.5rem;
        font-size: 1.5rem;
    }
    /* CARRINHO */
    .celula-corpo img {
        width: 73px !important;
        height: 74px !important;
    }

    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 2.3rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }

    #areaCarrinho .cabecalho-carrinho {
        display: none;
    }
    .corpo-carrinho{
        border-top: 12px solid var(--cor-um) !important;
    }
    #areaCarrinho .corpo-carrinho .capsula-descricao p, #areaCarrinho .corpo-carrinho .capsula-descricao a p {
        font-size: 1rem;
    }

    .qtd-badge {
        right: 50px;
        top: 2px;
        width: 17px;
        height: 17px;
        font-size: 0.5rem;
    }
    .main-navbar-ajust .logo-wrapper {
        flex: 0 0 48%;
        max-width: 42%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-wrapper {
        width: 100%;
    }

    /* CARD INDEX */
    .card-body {
        padding: 1.5rem !important;
    }

    /* FOOTER */
    .main-footer img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .links-wrapper {
        display: none;
    }
    .contato-area,
    .tiny-footer {
        flex-direction: column;
        justify-content: unset;
        text-align: center;
    }
    .contato-area-wrapper {
        margin-top: unset;
        padding-top: unset;
        padding-bottom: 0.5rem;
    }
    .content-main-wrapper,
    .tiny-footer-wrapper {
        width: 85%;
        margin: 0 auto;
    }
 
    .hide-mobile {
        display: none;
    }
    .footer-ajust-font{
        font-size: 0.8rem !important;
        text-align: left !important;
        margin-top: 1em !important;
    } 
    .footer-wrapper .tiny-footer-ajusts{
        justify-content: center !important;
    }
    .img-agra{
        width:135px!important;
        padding: 0.5em !important;
    }
    
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .hide-desktop {
        display: none !important; /* Mostra os elementos em telas menores ou iguais a 1024px */
    }
    /* NAVBAR */
 
    .logo-content img {
        width: 100%;
    }
    .linknav-wrapper > div:not(.menu-mobile) {
        display: none;
    }
    .linknav-wrapper {
        justify-content: end;
    }
    .menu-mobile {
        display: unset !important;
        margin-left: 1.5rem;
        font-size: 1.5rem;
    }
    .qtd-badge {
        position: relative;
        right:-27px;
        top: -15px;
        width: 17px;
        height: 17px;
        font-size: 0.5rem;
    }

    /* CARRINHO */
    #areaCarrinho .corpo-carrinho .capsula-descricao p, #areaCarrinho .corpo-carrinho .capsula-descricao a p {
        font-size: 1.1rem;
    }

    /* MOSAICO*/
    .main-card, .secondary-card {
        height: 200px; /* Ajuste para telas menores */
        
    }
    .main-navbar-ajust .logo-wrapper {
        flex: 0 0 48%;
        max-width: 25%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-wrapper {
        width: 100%;
    }

    /* CARD INDEX */
    .card-body {
        padding: 1.5rem !important;
    }

    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: inline !important;
    }
    
    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 2.3rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }

    /* FOOTER */
    .main-footer img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .links-wrapper {
        display: none;
    }
    .contato-area,
    .tiny-footer {
        flex-direction: column;
        justify-content: unset;
        text-align: center;
    }
    .contato-area-wrapper {
        margin-top: unset;
        padding-top: unset;
        padding-bottom: 0.5rem;
    }
    .content-main-wrapper,
    .tiny-footer-wrapper {
        width: 85%;
        margin: 0 auto;
    }
    .banner-home .img_desktop,
    .banner-home .img_celular {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .footer-wrapper .tiny-footer-ajusts{
        justify-content: center !important;
    }
    .img-agra{
        width:145px!important;
        padding: 1em !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   
        /* NAVBAR */
    .logo-content img {
        width: 100px;
        position: inherit;
    }
    .img
    .main-navbar-ajust {
        display: inline-block !important;
        font-size: small;
        
    }
    .linknav-wrapper > div:not(.menu-mobile) {
        display: none !important;
    }
    .linknav-wrapper {
        justify-content: end;
    }
    .menu-mobile {
        display: unset !important;
        margin-left: 1.5rem;
        font-size: 1.5rem;
    }
    .nav-menu-utility li a,
    .nav-menu-link li a {
        font-size: 0.85rem;
    }
    .qtd-badge {
        position: relative;
        right: -26px;
        top: -15px;
        width: 17px;
        height: 17px;
        font-size: 0.5rem;
    }
    .form-wrapper {
        width: 36%;
    }
    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 2.3rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }
    
    .main-navbar-ajust .logo-wrapper {
        flex: 0 0 48%;
        max-width: 26%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: inline !important;
    }
    /* CARD INDEX */
    .card-body {
        padding: 1.5rem !important;
    }

    /* CARRINHO */
    #areaCarrinho .corpo-carrinho .capsula-descricao p, #areaCarrinho .corpo-carrinho .capsula-descricao a p {
        font-size: 1rem;
    }
    .cart-area i {
        padding: 0.21rem 0.18rem 0 0;
    }
    /* FOOTER */
    
    .links-wrapper {
        display: none;
    }
    .banner-home .img_desktop,
    .banner-home .img_celular {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .main-footer-wrapper img {
        width: 100%;
        margin-bottom: 0.8rem;
        text-align: center;
        padding: 1em;
    }
    .img-agra{
        width:135px!important;
        padding: 0.8em !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

    .main-navbar-ajust .logo-wrapper {
        padding-bottom: 0px;
        position: relative;
        display: flex;
        height: 0;
        top: 1.1rem;
    }
    .media-ajust {
        display: flex;
        justify-content: space-evenly !important;
        width: 81%;
        transform: translate(26%, 0%);
        position: relative;
        z-index: 10;
    }
    .form-wrapper {
        width: 42%;
        position: relative;
        justify-content: center;
        display: flex;
    }
    /* NAVBAR */
    .logo-content img {
        width: 65%;
    }
    .linknav-wrapper > div:not(.menu-mobile) {
        display: none;
    }
    .linknav-wrapper {
        justify-content: end;
    }
    .menu-mobile {
        display: none !important;
        margin-left: 1.5rem;
        font-size: 1.5rem;
    }
    .nav-menu-utility li a,
    .nav-menu-link li a {
        font-size: 0.959rem;
    }

    /* DROPDOWN */
    .mega-dropdown-column {
        padding: 0.6rem;
        height: 100%;
        display: block;
        width: 100%;
        max-width: 16%;
        padding-bottom: 0;
    }
    .mega-dropdown-conteudo {
        transform: translate(-54.7%);
    }
    .mega-dropdown-conteudo h5 {
    margin-left: 0%;
    text-align: left;
    font-weight: bold;
    font-size: 0.7rem;
    padding-bottom: 2%;
    }
    .mega-dropdown .mega-dropdown-conteudo .mega-dropdown-column a {
        line-height: 1.3rem;
        font-size: 0.67rem;
        padding: 0.1rem;
    }
    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 3.3rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }
    .hide-mobile {
        display:flex;
    }
    .hide-desktop {
        display: none !important;
    }
    
    /* FOOTER */
    .links-wrapper {
        display: none;
    }
    .banner-home .img_tablet,
    .banner-home .img_celular {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    .img-agra{
        width:145px!important;
        padding: 1em !important;
    }
    .footer-ajust-font{
        font-size: 0.8rem !important;
        text-align: center !important;
        margin-top: 1em !important;
    } 
}
@media (min-width: 1200px) and (max-width: 1440.98px) {
    /* BANNER */
    .banner-wrapper {
        height: auto;
    }
    .banner-home .img_tablet,
    .banner-home .img_celular {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }
    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 4.3rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }
    .footer-ajust-font{
        font-size: 0.8rem !important;
        text-align: left !important;
        margin-top: 1em !important;
    } 
    .img-agra{
        width: 130px !important;
        padding: 0.5em !important;
    }
    
        
}
@media (min-width: 1441px) {
    /* BANNER */ 
    .banner-wrapper {
        height: auto;
    }
    .banner-home .img_tablet,
    .banner-home .img_celular {
        display: none !important;
        opacity: 0 !important;
        z-index: -3 !important;
    }

    /* PRODUTOS*/
    .content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-top h3{
        font-size: 4.3rem !important;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.36);
    }
    .footer-ajust-font{
        font-size: 0.8rem !important;
        text-align: left !important;
        margin-top: 1em !important;
    } 
    .img-agra{
        width:125px!important;
        padding: .05em !important;
    }
}


 