/* ESTRUTURA-GERAL*/ 
* { padding: 0; list-style: none !important; }

div#cat-icons {
    margin-bottom: 5%;
}

img.img-responsive.img-cat {
    width: 139px;
}

:root {
    --cor-1: #00A2B1;
    --transition: all 0.4s ease;
}
.input-header::placeholder { 
    color: #2f5a8b !important;
    font-weight: bold;
    font-size: 12px !important;
    margin-left: 2px;
}

.input-newsletter::placeholder {
    color: #2f5a8b !important;
    font-size: 12px !important;
    font-weight: 600;
}

@font-face {
    font-family:'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family:'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.ttf');
    font-display: swap;
}


body {font-family: 'Outfit', sans-serif !important;  font-size: 12px; background-color: #ffffff!important;}

div#content-info {
    display: flex;
    justify-content: center;
    gap: 15px;
}

header {
    background: #00A2B1;
    min-height: 98px;
    padding-top: 45px;
}

input, select, textarea{ border-radius: 0px !important; }


.comentarios{ text-align: center; margin: 30px 0px 30px 0px }
.comentarios h4{ text-transform: uppercase; font-weight: bold;}
.comentarios hr{ width: 10px; }
.comentarios p{ margin-top: 20px; font-size: 15px; }
.comentarios h6{ text-transform: uppercase; }

/* .logo{max-width: 90% !important;filter: invert(1);} */
.logo{
    width: 12rem;
    margin-left: 96px !important;
    margin-top: 14px !important;
}

.icon-nomes {
    margin-top: -5px
}

.pulse {
    z-index: 999;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 25px;
    right: 14px;
    transition: var(--transition);
}

.pulse:hover {
    width: 60px;
    height: 60px;
}

#pag-rodape{ font-size: 11px; font-weight: 600; margin-top: 10px; }
.padding-0{ padding: 0px !important; }
    
.btn{ border-radius: 0px !important; }
.titulo-vitrine{ 
    margin: 50px 0px 35px;
    text-align: center;
}
.titulo-vitrine p {     
    font-size: 2.8rem;
    color: #00A2B1;
    font-family: 'Montserrat-Bold', sans-serif !important;
    margin: 0;
}

.desktop-banner{
    display: block;
}

.mobile-banner{
    display: none !important;
}

.bottom {
    margin-bottom: 50px;
}

.texto-quem-somos {
    color: #00A2B1;
    font-family: 'Montserrat-Regular';
    font-weight: 500;
}

.politica-frete {
    font-weight: bold;
    font-size: 18px;
}

.horario-atendimento {
    font-size: 15px;
}

.atendimento {
    line-height: 2;
}

.h2-topicos {
    font-size: 16px;
    font-weight: bold;
}

.h1-sub{
    font-size: 3.4rem;
    color: #00A2B1;
    margin-bottom: 15px;
    font-family: 'Montserrat-Bold', sans-serif !important;
}

.p-sub {
    line-height: 2.5rem;
    color: rgba(156, 163, 175);
    font-weight: 600;
    text-align: justify;
}

.img-sub {
    width: 438px;
    height: 144px;
    margin-top: 40px;
}

.img2-sub {
    width: 400px;
    height: 300px;
    margin-top: 115px;
    position: relative;
    right: 45px;
}

.container-info {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 80px;
    top: 30px;
    margin-bottom: 15px;
}

.img-categ {
    width: 130px;
    height: 129px;
    max-width: 130px !important;
}

.p-cat {
    font-size: 16px;
    /* line-height: 2.25rem; */
    color: #00A2B1;
    /* font-weight: 600; */
    text-align: center;
    margin-top: 15px;
}

.banner-pgmnt {
    width: 100%;
    height: auto;
    display: block;
}

.img-pgmt {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.5rem;
} 

.img-1-banner {
    width: 550px;
    height: 415px;
    left: 60px;
    position: relative;
}

.img-2-banner {
    width: 550px;
    height: 550px;
}

.ajuste-img {
    display: flex;
    align-items: center;
}

.img-deps{
    width: 260px;
    height: 190px;
    border-radius: 15px;
    margin-top: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background-color: white;
}

.depoimentos {
    /* background-image: url("../images/background.png"); */
    background-size: cover;
    background-position: bottom;
    background-color: #00A2B1;
    padding: 21px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(45deg, rgb(0 162 177) 0%, #00a2b1 51%, rgb(0 162 177) 100%);
    border-image-slice: 1;
    padding-bottom: 80px;
}

.h1-clients {
    color: white;
    font-family: 'Montserrat-Bold', sans-serif !important;
    font-size: 30px;
    text-align: center;
}

.p-clients {
    color: white;
    text-align: center;
    margin-bottom: -10px;
}

.p-clients-bold {
    color: white;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.images {
    margin-left: 115px;
    margin-right: 105px;
}

.owl-buttons {
    /* display: none !important; */
}

.ofertas-semana-img {
width: 240px;
}
.ofertas-semana-p {
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 700;
}
.ofertas-semana-h2 {
    font-size: 18px;
    color: #00A2B1;
    font-weight: bold;
}
.ofertas-semana-h1 {
    font-size: 30px;
    font-family: 'Montserrat-Bold', sans-serif !important;
    color: #00A2B1;
}

.carrossel-personalizado {
    background-color: #00A2B1;
    border-radius: 30px;
    margin-bottom: 100px;
    left: 50px;
}

.produto-carrossel {
    background-color: white;
    border-radius: 15px !important;
    width: 175px;
    min-height: 370px !important;
    margin: 20px auto !important;
    padding: 2px !important;
}

.ofertas-semanais {
    padding: 20px 95px 20px 95px;
}

.de-ofertas {
    margin-top: -12px;
}

.ofertas-button-right {
    position: relative;
    right: 15px;
    width: 25px;
    top: 35px;
}
.ofertas-button-left {
    position: relative;
    left: 2px;
    width: 25px;
    top: 35px;
}

.img-ofertas-semanais {
    margin: 0 auto;
    height: 180px;
    margin-top: 30px;
}

.produtos-vitrine-carrousel .owl-dot {
    background-color: white; /* Cor da bolinha */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    transition: transform 0.3s ease; /* SuavizaÃƒÂ§ÃƒÂ£o para o efeito de aumento */
    display: inline-block;
  }
  
  .produtos-vitrine-carrousel .owl-dot.active {
    transform: scale(1.5); /* Aumenta a bolinha ativa */
  }


/*CABECALHO */
.faixa-head{ color: #3d3d3d; font-size: 11px;padding: 6px; font-weight: 600; background-color: rgba(185,28,28); }
.faixa-head i{ margin-right: 5px; }
.faixa-head span{ margin-left: 10px; padding: 15px}
.faixa-head a{ color: #3d3d3d; text-decoration: none;padding: 6px;transition: all .2s;border-radius: 2px; }
.faixa-head a:hover{ color: #00A2B1; text-decoration: none; }
.faixa-head p {color: #ffffff;display: flex; justify-content: center;font-size: 14px; position: relative; top: 5px;}
.texto-superior{margin-top: 10px;}
.texto-superior span{margin-right: 10px;}
.texto-superior a{margin: 0px 10px 0px 10px; color: #7d7d7d;}
.texto-superior a:hover{text-decoration: none; color: #7d7d7d;}

.menu_flutuante img{margin: 0 auto; }
.btn-flut{}
.menu_flutuante form{}
.menu_flutuante {
    background-color: #00A2B1;
    box-shadow: 0px 2px rgb(212, 210, 210);
    width: 100%;
    display: none;
    position: fixed;
    height: 150px;
    top: 0px;
    left: 0;
    padding-top: 38px;
    z-index: 500;
}
.header-desktop {
    margin-left: 121px;
}

.owl-theme .owl-controls .owl-page span { 
    background: #00A2B1 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
}


.span-carrinho {
    top: 2px;
    right: 46px;
    position: absolute;
    align-items: center;
    background-color: #93eefb;
    border-radius: 50%;
    color: #00A2B1 !important;
    display: flex;
    font-size: 12px;
    height: 16px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 16px;
}

.espacamento-desktop {
    margin-left: 20px;
    margin-right: 54px;
}

.header-desktop1 {
    margin-top: -22px;
    padding-bottom: 25px;
}

.btn-head{ font-size: 13px !important; border: 1px solid #ccc !important; height: 50px !important; padding: 15px 0px 0px 0px !important; -webkit-transition: all 0.3s;  transition: all 0.3s; }
.btn-head:hover{ border: 1px solid #000 !important; background-color: #fff !important; }
#btn-carrinho{ background: #ff3535; color: #FFF; border: 1px solid #ff3535 !important; }
#btn-carrinho:hover{ background: #c31b1b !important; color: #FFF; border: 1px solid #c31b1b !important; }
#btn-atend {
    color: #ffffff;
}
#btn-atend img {
    width: 23px;
    filter: invert(1);
}
#btn-atend a {
    flex-direction: column;
    color: #ffffff;
    font-size: 15px;
    margin-left: 6px;
    /* font-weight: 700; */
    display: flex;
    f: none;
    align-items: center;
    gap: 5px;
}
#btn-atend span {
    color: #FFF;
    font-size: 13px;
}
#atend{ text-align: right; }

#btn-cart{ background: #f4f4f4; margin-bottom: 0px; padding: 5px; }
#btn-cart p{ text-transform: uppercase; font-size: 10px; font-weight: 700; padding-top: 12px; margin-bottom: 0px; }
#btn-cart a{ color: #808080; text-decoration: none; }

.top-login {
    margin-top: 4px;
    color: #000;
    font-size: 11px;
    margin-bottom: 2px;
}

.icons-atend {
    align-content: center;
    align-items: center;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    right: 48px;
    padding-top: 5px !important;
    margin-left: 15px;
}

.btn-busca {
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 60px;
    margin: auto auto auto -56px;
    padding: 0 1rem;
    position: relative;
    width: 60px;
}
.btn-busca i{color:#212121;}
.btn-header {
    height: 43px !important;
    font-size: 15px !important;
    width: 28%;
    padding: 0px 12px 0px 27px !important;
    border-left: none !important;
}
.input-header {
    box-shadow: none !important;
    height: 43px !important;
    width: 34rem !important;
    color: #000;
}



.header-search {
    width: 31px;
    position: relative;
    left: -28px;
}

.vertical-line {
    border-left: 1px solid white;
    height: 50px;
    margin: 0;
}

.hamburger-logo {
    display: flex;
}

#content-info .conteudo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.tamanho-image {
    height: 65px;
    width: 183px;
}
#content-info .conteudo-texto {
    padding: 15px 0 0 15px;
}

.img-newsletter {
    width: 317px;
    margin-top: -188px;
    top: 65px;
    position: relative;
    margin-left: -27px;
}

.h1-categs {
    font-family: 'Montserrat-Bold', sans-serif !important;
    color: #00A2B1;
    font-size: 20px;
    margin-left: 20px;
}

.contador-estrelas {
    font-size: 18px;
    top: -2px;
    position: relative;
    color: #00A2B1;
}

.modal-background {
    display: flex;
    justify-content: center;
    background-color: #00A2B1 !important;

}

.img-modal {
    width: 55%;
}

    
/* BANNER PRINCIPAL */
.banner-loja{ padding-bottom: 15px; }
.banner-loja img{ width: 100%; }

.info-box-container{background-color: #f3f3f3; border-radius:5px; padding: 0px 50px;}
.info-box i{font-size: 30px;color: var(--cor-1);}
.info-box h4{ font-size: 14px;margin: 0 !important;padding: 0 !important;}
.info-box p{color: var(--cor-1);font-size:12px;margin: 0 !important;padding: 0 !important;}
.info-box{ margin: 15px 0;	 }
.banner-crianca{ border-top: 4px solid #e31914; }
.thumbnail-image-marcas{  }
.thumbnail-image-marcas img { margin: 0 auto; max-height: 70px; }


/* SPRITES */
.pagamentos { background: url('../img/sprite.png') no-repeat; height: 40px; width: 150px;}
.img-pag{ margin: 0px; width: 70px; border-radius: 3px;}
.moip { background-position: -27px -83px; }
.bcash { background-position: -27px -190px; }
.paypal { background-position: -27px -142px; }
.pagseguro { background-position: -27px -31px; }


/* MEGAMENU */
nav{display: flex;justify-content: center;/* font-family:'Montserrat', sans-serif; */}
.navbar-nav>li>.dropdown-menu {border-color: #FFF;border-top-left-radius:4px;border-top-right-radius:4px;background: #ffffff !important;}
.mega-menu {
    align-items: center;
    background-color: var(--cor-1);
    display: flex;
    font-size: 1.4rem;
    border-width: 5px;
    border-top: 0px !important;
    border-left: 0px;
    border-style: solid;
    border-image: linear-gradient(45deg, #00A2B1, #0169B2 51%, #00A2B1) 1 !important;
    justify-content: center;
    padding-bottom: 7px;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border-right: 0px;
}
.navbar-nav>li{}
.navbar-nav>li>a {padding: 15px 10px !important;color: #FFF;font-size: 1.8rem;/* font-weight: 600; */transition: var(--transition);cursor: pointer;}

.navbar{ min-height: 50px !important;}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #016eb2 !important;
    display: flex;
    padding: 10px 12px !important;
    margin-top: 5px;
}

.navbar-nav{ margin-bottom: -9px !important; height: 50px !important; display: inline-block; overflow: hidden;position: relative;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ border-color: #FFF !important; background-color: #FFF !important; color: #FFF;}
.navbar-collapse{ padding: 0px !important; text-align: center; }
.mega-dropdown { position: static !important; }
.mega-dropdown-menu { padding: 20px 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; left: inherit !important;}
.mega-dropdown-menu > li > ul > li { list-style: none; }
.mega-dropdown-menu > li > ul > li > a { display: block; clear: both; font-weight: normal; line-height: 1.428571429; color: #757575; white-space: normal; font-size: 14px; text-transform: uppercase; }
.mega-dropdown-menu > li ul > li > a:hover{text-decoration: underline;} 
.mega-dropdown-menu > li ul > li > a:focus {}
.mega-dropdown-menu .dropdown-header a{ text-transform: uppercase; letter-spacing: 1px; color: #454545; font-size: 15px; padding: 10px 0px 0px 0px; }
.mega-dropdown-menu .dropdown-header a:hover{ color: #000; }
.dropdown-header{ padding: 0px !important; cursor: pointer; }

.dropdown-menu li:hover .sub-menu { visibility: visible; }
.dropdown:not(.nohover):hover .dropdown-menu{ display: block; }
.sub-menu{ left: auto !important; border: none !important; padding: 0px 0 !important; width: auto !important; }
.sub-menu > li > a{padding: 5px 20px 5px 20px !important;color: #757575 !important;font-size: 12px !important;-webkit-transition: all 0.3s;transition: all 0.3s;}
.sub-menu > li > a:hover{text-decoration: underline;background: #000;}
.sub-categoria{ font-size: 11px; margin-left: 10px; }
.nav-icones a{  }
.nav-icones p{ margin: 0px 0px 5px 0px; text-align: center;}
.nav-icones img{ height: 25px; margin: 0 auto; }
.menu-mobile{ display: none; }

/* CARROSSEL DE PRODUTOS */
.owl-theme .owl-controls .owl-buttons div { position: absolute; border-radius: 0px !important; margin: 0px !important; padding: 3px 5px !important; }
.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 0px; top: 40%; width: 3%; }
.owl-theme .owl-controls .owl-buttons .owl-next{ right: 0px; top: 40%; width: 3%; }
.owl-theme .owl-controls .owl-buttons div{ background: transparent !important; }
/* .owl-pagination{ display: none; } */

/* NEWSLETTER */
.newsletter{background: #E4E4E4;min-height: 130px;padding: 20px;margin-top: 25px;display: flex;align-items: center;margin-top: 5rem;margin-bottom: 5rem;}
.btn-newsletter {
    font-family: 'Montserrat-Bold', sans-serif !important;
    width: 78%;
    font-weight: 700 !important;
    background: #00C868;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: 41px;
    margin-left: 25px;
    border-radius: 3px !important;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 10%) !important;
}
.btn-newsletter:hover{color : #fff !important;} 
.input-newsletter {
    border: none !important;
    height: 40px !important;
    border-radius: 3px !important;
    width: 108% !important;
    margin-left: 23px;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 10%) !important;
}
.newsletter-links{ }
.newsletter-links a {display: inline-block; padding: 0px; transition: all .3s; }
.newsletter-links a:hover{border-color: #000;}
.newsletter-links a:hover i{color:#000;}
.newsletter-links a:nth-of-type(2){margin: 0 10px;}
.text-center h6 {color: #fff}
.newsletter-links i{font-size:22px;color:#aaa;}
.texto-newsletter {
    text-align: left;
    font-weight: 1000;
    font-size: 1.9rem;
    line-height: 2.25rem;
    margin-top: -15px !important;
    left: -70px;
    font-family: 'Montserrat-Bold', sans-serif !important;
}


/* FOOTER */
footer{font-family: 'Montserrat', sans-serif !important;}
footer ul{  }
footer ul>li{padding-bottom: 5px;padding-top: 5px;text-align: justify;font-size: 15px;}
footer .footer-icon{ width: 25px; border: 2px solid #cccccc; padding: 5px; }
footer ul>li>a{ color: #aaa; -webkit-transition: all 0.3s;  transition: all 0.3s; }
footer ul>li>a:hover{ color: #000;}
footer h4{font-weight: 600;color: #000;margin-bottom: 10px;margin-top: 50px;font-size: 17px;}
footer h5{ color: #FFFFFF; text-transform:uppercase;font-size: 19px;font-weight: 600;}
footer p{ color: #ffffff; font-size: 14px;text-decoration: inherit; }
footer h3{ font-size: 14px; font-weight: 700; color: #FFF; margin-top: 10px;font-family: 'Montserrat-Bold';margin-bottom: 1.5rem; }
footer span{color: #aaa;}
footer li {color: #ffffff; text-decoration: inherit; font-size: 14px;}

.logo-footer {
    width: 195px;
    height: auto;
}
.footer-esquerda {
    position: relative;
    right: 90px;
}
.pgmnt-column {
    left: 125px;
}

.img-pgmnt {
    width: 227px;
    height: auto;
}

.categs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texto-pgmt {
    margin-left: 15px;
}

.horario-footer{ font-size:14px;color: #fff; }
.atend-footer{font-size: 15px;font-weight: 800;}
.atend-footer > i{font-size: 22px;color: var(--cor-1);margin-right: 5px;}
.footer-meio{background-color:#ececec;display: flex;justify-content: center;}

.rodape-footer {
    background-color: var(--cor-1);
    padding-top: 50px;
}
.h1-footer {
    font-size: 14px;
    color: white;
    font-family: 'Montserrat-Bold', sans-serif !important;
    left: 20px;
    position: relative;
}
.redes-sociais {
    left: 55px;
    position: relative;
    top: 20px;
}
.linha-footer {
    margin-top: 65px;
    border-color: rgb(167, 167, 167);
    width: 97%;
}
.infos-rodape {
    right: 140px;
    display: flex;
    gap: 100px;
    white-space: nowrap;
}
.align-columns {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.rodape-footer h4{ color: #FFFFFF;font-size: 14px;margin-bottom: 15px; }
.icon-rodape{ -webkit-transition: all 0.3s;  transition: all 0.3s; }
.icon-rodape:hover{ opacity: 0.50; }
.payment{ color: #292929; margin-bottom: 5px; margin-top: 30px; font-size: 15px; }
.seguranca-footer img{max-width: 100px;}
.seguranca-footer-2 {margin-top: 45px;}
.seguranca-footer-2 img{max-width: 80px;}

.text-final{ margin-top: 20px; background-color: var(--cor-1);}
.text-final p{font-size:13px; color: #ffffff;margin-bottom: 55px;margin-top: 6px;}

.btn-success { background-color: #00c868 !important; border-color: #00c868 !important; }
/*Menu Mobile*/

.menu-mobile{display: none}

#menu-check{ display: none; }

.menu-btn{width: 38px;height: 38px;}

.mobile-header{width: 100%;display: flex;justify-content: space-around;align-items: center;padding: 5px;display: none;margin-left: -5px;}

.m-mobile{display: none;width: 80%;height: 5000px;background-color: #f4f4f4;left: -800px;top: 0;transition: all .8s ease-in-out;position: absolute;z-index: 998;}

.m-titulo{ background-color:#000; height: 90px; line-height: 80px;}

.m-titulo-texto{ display: flex; justify-content: center; flex-direction: column; margin-left: 60px; margin-top: -60px; line-height: 10px;}

.m-titulo label{color: #fff;font-size: 16px;}

.m-titulo #minhaconta{font-size: 20px;}

.m-titulo img{ margin-left: 10px; margin-top: 5px; width: 36px; height: 36px;}

.item-menu-m{cursor: pointer;text-decoration: none;}

.item-menu-m i{transition: all .4s ease-in-out; }

.item-menu-m:hover i{transform: rotate(180deg);}

.item-menu-m a{text-decoration: none;}

.item-menu-m a:hover{ text-decoration: none; color: #000;}

#menu-check:checked ~ .m-mobile{ transform: translateX(800px);}

.barra-pesquisa{display: none;padding: 10px 20px;background: var(--cor-1);}

.mobile-logout{color: #fff; float: right; margin-right: 15px;}

.mobile-logout i{margin-left: 3px;}

.mobile-logout:hover{text-decoration: none; color: #fff;}

#minhaconta i{margin-left: 3px;}
.contador-carrinho{position: absolute;color: #fff;font-weight: bold;right: 4px;top: 10px;font-size: 14px;}

.categoria-nome{color: #00A2B1 !important;text-align: left !important;}

.categoria-nome i{float: right;margin-right: 10px;color: #909090 !important;}

.subcategoria-nome{margin-left: 10px;font-size: 16px !important;text-transform: lowercase;}

.sub-sub-categoria{margin-left: 20px; color: #5a5a5a; font-size: 14px;}

.btn-busca-mobile{    
    height: 43px !important;
    background: #ffffff !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: 15px !important;
    padding: 0px 0px !important;
    border-left-color: transparent !important;
}

.input-header-mobile {
    border-radius: 4px 0 0 4px !important;
    border: solid thin #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: #000000 !important;
    height: 43px !important;
    border-right-color: transparent !important;
}
.list-inline>li {
    display: inline-flex !important;
    padding-left: 0px !important;
    padding-right: 40px !important;
}
.mobile-header{background-color: var(--cor-1);padding: 10px 20px;display: flex;justify-content: space-between;align-items: center;margin: 0;}

.mobile-header p{margin: 0;font-size: 18px;color: #F8C10E;margin-bottom: 5px;}

.mobile-header a{font-size: 13px;margin: 0;color: #fff;}

.mobile-header i{font-size: 18px;color: #fff;}

/* MEDIA SCREEN */
@media (min-width:992px) and (max-width: 1199px){

    .newsletter {
        background-color: #E4E4E4 !important;
    }
    .img-newsletter {
        width: 209px !important;
        margin-top: -85px !important;
        top: 20px !important;
        position: relative;
        margin-left: 0px !important;
    }
    .btn-newsletter {
        width: 95% !important;
    }
    .input-nletter {
        width: 100% !important;
    }
    .texto-newsletter {
        margin-top: -58px !important;
        left: 0px;
        top: 35px !important;
        font-size: 21px !important;
    }

}

@media (min-width: 322px) and (max-width: 369px),
(min-width: 424px) and (max-width: 471px) {
.h1-sub .health-word {
 display: inline-block; /* Garante o comportamento responsivo */
 white-space: nowrap;  /* Evita quebra entre "da saÃƒÂºde" */
}
}

@media (min-width:1200px) and (max-width: 1399px){ 
    .pgmnt-column {
        left: 20px !important;
    }
    .texto-pgmt {
        margin-left: 73px !important;
    }

    .img-pgmnt {
        width: 138px !important;
        left: 70px !important;
        position: relative !important;
    }

}


@media (max-width: 992px) {
	.menu_flutuante {display: none !important;}
    .menu-desktop { display: none;}
    .m-mobile { display: block;}

    .mobile-header { display: flex; }

    .barra-pesquisa { display: block;}
}

@media (min-width: 520px) and (max-width: 768px){
    .logo-mobile {
        width: 165px;
        position: relative;
        left: 25px;
    }
}

@media (max-width: 768px) {
	.m-mobile { display: block;}

    .desktop-banner{
        display: none !important;
    }
    
    .mobile-banner{
        display: block !important;
    }
    
    .mobile-header { display: flex; }

    .barra-pesquisa { display: block;}

    .logo-mobile {
        width: 110px;
        position: relative;
        left: 7px;
    }

	.footer-meio {
		background-color: #ececec;
		display: block;
		justify-content: center;
	}

    .menu-check-mobile {
        position: relative;
        left: -10px;
    }

    #btn-atend img {
        width: 18px;
    }

    #btn-atend span {
        font-size: 10px;
    }

    .text-carrossel {
        text-align: center;
    }

    .header-cat-mobile { background-color: #49A011; color: #fff;}

    .nav>li>a:hover { border-top: none;}

    .menu-desktop { display: none;}

    .faixa-head { display: none;}

    .menu_flutuante {display: none !important;}

    #btn-topo { display: none;}

    .fixme { display: none;}

    .faixa-head { text-align: center;}

    .input-header {width: 99% !important;border-color: #c0c0c0 !important;height: 42px !important;}

    .icones{ display: none;}

    .mega-dropdown-menu .dropdown-header a{color: #000;}

    .sub-menu > li > a{color: #00A2B1!important;background-color: transparent;font-size: 14px !important;padding: 5px 0px !important;text-transform: capitalize;}

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color: transparent !important;}

    .nav>li>a:hover {background-color: transparent !important;}

    .navbar-nav>li{border-bottom: 1px solid #e5e5e5; padding: 10px 20px;}
	header{display: none !important;}
    .mostrar{display: none}
	.navbar-collapse{ padding-right: 15px; padding-left: 15px; }
	.navbar-nav>li>.dropdown-menu{ background: #fff !important; }
	.logo{ margin: 0 auto; padding-top: 5px;  max-height: 125px;  position: relative; }
	.navbar-nav{ height: auto !important; margin: 0px !important; width: 100%;}
	#btn-pedido{ width: 100%; }
	.menu-mobile{ display: block; }
  	.menu-desktop{ display: none; }
  	#atend{ display: none;}
	.faixa-head{ text-align: center !important; }
	.menu_flutuante{ display: none !important;; }
	.navbar-nav>li>a { font-size: 20px;}
	.sub-menu > li > a{ padding: 10px 0px 10px 18px !important; }
	.padding-0{ padding: 15px !important; }
	.top-infos{margin-top:15px;justify-content: space-around;}
	.faixa-head{display:none;}
	#btn-atend li{ margin-top: 20px !important; width: 49%; }

    .tamanho-image {
        width: 125px;
        max-width: 250px !important;
        height: 48px !important;
        display: flex !important;
        margin-top: -22px !important;
        margin-right: 0px !important;
        margin-left: -20px !important;
    } 

    .icons-atend {
        right: 0;
    }

    .span-carrinho {
        right: 0;
    }

    .pag-img {
        margin-right: -10px !important;
    }

    .header-desktop {
        margin-left: 0px !important;
    }
    .pulse {
        position: fixed;
        right: 25px !important;
    }
    .img-1-banner {
        width: 95%;
        display: flex !important;
        left: 0px;
    }
    .img-2-banner {
        width: 100%;
        display: flex !important;
    }
    .ajuste-img {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .depoimentos {
        background: #00A2B1;
    }
    .images {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img-deps {
        width: 235px;
        height: 165px;
        border-radius: 15px;
        margin-top: 55px;
    }
    .img-newsletter {
        width: 220px;
        margin-top: -58px;
        top: 71px;
        position: relative;
        margin-left: 0px;
    }
    .texto-newsletter {
        text-align: center;
        margin-top: -58px !important;
        left: 0px;
        margin-bottom: 25px;
    }
    .newsletter {
        background-color: #ffffff;
    }
    .input-newsletter { 
        margin-left: 45px;
        width: 80% !important;    }

    .img-pgmt-mobile {
        display: block !important;
    }

    .logo-top-mobile {
        display: flex;
        justify-content: center;
    }

    .banner-pgmnt-mobile {
        width: 100%;
    }
    .banner-pgmnt {
        display: none !important;
    }
    .footer-esquerda {
        right: 0px;
    }

    .infos-rodape {
        right: 0px !important;
        display: block;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 0px; 
        top: 50%; 
        width: 8%; 
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{ 
        right: 0px; 
        top: 50%; 
        width: 8%; 
    }

    .footer-esquerda {
        right: 0px;
        left: 0px;
        margin-bottom: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pgmnt-column {
        left: 0px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .h1-footer {
        left: 0px;
    }

    .redes-sociais {
        left: 0px;
    }

    .img-container {
        display: none !important;
    }
    .img-container-mobile {
        display: flex !important;
        justify-content: center;
    }

    .newsletter-content {
        display: flex;
        justify-content: center;
    }

    .input-nletter {
        width: 100%;
    }

    .container-info {
        display: flex;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .img-sub-mobile {
        height: 434px;
    }

    .img2-sub {
        width: auto;
        height: 231px;
        margin-top: 0px;
        right: 0px;
    }

    .ofertas-semana-img {
        display: none;
    }

    .ofertas-semanais {
        padding: 16px 75px 25px 75px;
    }

    .carrossel-personalizado {
        padding: 20px 10px 20px 10px;
        left: -33px;
        width: 136% !important;
    }

    .img-ofertas-semanais {
        height: 130px;
    }

    .produto-carrossel {
        width: 220px !important;
        height: 410px;
    }

    .texto-pgmt {
        margin-left: 0px;
    }
}

@media (max-width: 330px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 0px; 
        top: 50%; 
        width: 15%; 
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{ 
        right: 0px; 
        top: 50%; 
        width: 15%; 
    }

    .carrossel-personalizado {
        width: 250px !important;
        left: -40px;
    }

    .produto-carrossel {
        width: 210px !important;
        height: 415px;
    }
} 
 .pesquisa-desktop {
    width: 70%;
    padding: 6px 1px 0px 18px !important;
    margin: 0 auto;
}

@media (min-width: 400px) and (max-width: 645px) {
    .tamanho-image {
        width: 145px;
    }
}
@media (min-width: 645px) and (max-width: 768px) {
    .tamanho-image {
        width: 186px;
        height: 65px !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .logo {
        width: 12rem !important;
        margin-left: 96px !important;
        margin-top: 14px !important;
    }

    .pgmnt-column {
        left: 270px !important;
    }

    .infos-rodape {
        gap: 60px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .pgmnt-column {
        left: 75px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .hamburger-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .logo {
        width: 21rem;
        margin-top: 14px !important;
        max-width: 21rem !important;
        margin-left: 0px !important;
    }
    .icons-atend {
        right: -55px;
        padding-top: 5px !important;
        margin-left: -65px;
    }
    .span-carrinho {
        right: 0px;
    }
    .tamanho-image {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .espacamento-desktop {
        margin-left: 0px;
        margin-right: 0px;
    }
    .img2-sub {
        width: 361px;
        height: 280px;
        margin-top: 115px;
        right: 0px;
    }
    .img-sub {
        width: 375px;
        height: 144px;
        margin-top: 40px;
    }

    .h1-footer {
        left: 0px;
    }

    .footer-esquerda {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        right: 0px;
    }

    .redes-sociais {
        left: 0px;
        top: 5px;
    }

    .infos-rodape {
         right: 0px; 
         gap: 0px; 
         margin-top: 30px;
    }
    .pgmnt-column {
        left: 0px;
        margin-left: 300px;
        margin-top: -105px; 
    }
    .images {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .container-info {
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        gap: 5px;
    }
    .texto-newsletter {
        text-align: center;
        margin-top: -58px !important;
        left: 0px;
        margin-bottom: 25px;
    }
    .input-nletter {
        width: 90%;
    }
    .newsletter-content {
        display: flex;
        justify-content: center;
    }
    .newsletter {
        background-color: #ffffff;
    }
    .img-newsletter {
        width: 220px;
        margin-top: -58px;
        top: 71px;
        position: relative;
        margin-left: 0px;
    }

    .input-newsletter {
        margin-left: 0px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .span-carrinho {
        right: 45px !important;
    }

}

@media (min-width: 1500px) {
    .pix-img {
        /* margin-left: 600px; */
    }
    .pag-img {
        /* margin-right: 600px; */
    } 
    .tamanho-image {
        width: 240px;
    }
    .img-1-banner {
        left: 180px;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .ofertas-semana-h1 {
        white-space: nowrap;
        text-align: center;
    }
    .ofertas-semana-h2 {
        white-space: nowrap;
        text-align: center;
        left: 16px;
        position: relative;
    }
    .ofertas-semana-p {
        white-space: nowrap;
        text-align: center;
        left: -75px;
        position: relative;
    }
    .carrossel-personalizado {
        width: 80% !important;
    }
    .text-carrossel {
        position: relative;
        left: 100px;
    }
    .ofertas-semana-img {
        display: none;
    }
    .produto-carrossel {
        width: 245px !important;
    }
    .container-info {
        padding: 15px 86px 20px 50px;
    }
    .h1-sub {
        position: relative;
        left: 50px;
    }
    .p-sub {
        position: relative;
        left: 50px;
    }
    .img-sub {
        position: relative;
        left: 50px;
    }
    .img2-sub {
        width: 310px;
        height: 270px;
        right: -23px;
    }
}

@media (min-width:320px) and (max-width: 364px) {
    .produto-carrossel {
        width: 210px !important;
    }
    .carrossel-personalizado {
        left: -65px;
        width: 285px !important;
    }
    .ofertas-semana-h1 {
        position: relative;
        left: -6px;
    }
    .ofertas-semana-h2 {
        white-space: nowrap;
        left: -80px;
        position: relative;
    }
    .ofertas-semana-p {
        width: 220px;
        left: -55px;
        position: relative;
    }
}

@media (max-width: 400px) {
    .texto-newsletter .email-word {
        display: block; /* ForÃƒÂ§a a palavra 'e-mail' para a prÃƒÂ³xima linha */
    }
}

@media (max-width: 499px) {

    .icons-atend {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 0px;
        width: 158px;
    }

    .span-carrinho {
        top: -7px;
    }

    .icons-atend .account, .icons-atend .cart {
        flex: 1; /* Faz os elementos ocuparem o mesmo espaÃƒÂ§o */
        text-align: center; /* Centraliza o conteÃƒÂºdo */
    }

    .icons-atend img, .icons-atend svg {
        width: 1.5rem; /* Reduz o tamanho das imagens e ÃƒÂ­cones para caber no mobile */
        height: auto;
    }

    #btn-atend span {
        font-size: 8px;
    }

    .icons-atend .icon-nomes {
        font-size: 12px; /* Reduz o tamanho do texto */
    }

    .icons-atend .span-carrinho {
        font-size: 10px; /* Ajusta o tamanho do contador do carrinho */
    }

    .icons-atend hr.vertical-line {
        display: none; /* Esconde as linhas verticais no mobile */
    }

    #btn-atend {
        min-width: 18px;
    }
}





