@import url('/src/public/css/Root_Cores_Padrao.css');

#mensagem-cooker,
.menu-topo-elementos,
#menu-topo{
    display: none;
}

#politica_e_privacidade {
    overflow-x: hidden;
    top: -100%;
    width: 80%;

}

.menu-topo-elementos-mob{
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    height: auto;
    background-color: #04412eb9;
    padding: 15px 5px;
}

.menu-topo-elementos-mob img{
    width: 20%;
}

.menu-topo-elementos-mob .itens-menu{
    width: 50px;
    height: 50px;
    background-color: var(--amarelo-destaque);
    border-radius: 50%;

    display: grid;
    place-items: center;
    cursor: pointer;
}

.menu-topo-elementos-mob{ /* Substitua pela classe ou ID real do seu cabeçalho/topo */
    position:sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Garante que o topo fique acima de todos os outros elementos da página */
    
    /* Efeito de transparência e blur (desfoque) */
    background-color: rgba(10, 40, 20, 0.6); /* Ajuste a cor verde escura e a opacidade (0.6) conforme preferir */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
    
    /* Opcional: Adiciona uma transição suave caso queira alterar algo depois */
    transition: all 0.3s ease;
}

.menu-topo-elementos-mob .itens-menu i{
    color: black;
}

.container-cards-o-que-fazemos{
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.conteiner-motivos-principais{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px 20px;
    scrollbar-width: none; /* Esconde a barra no Firefox */
}

.container-cards::-webkit-scrollbar {
    display: none; /* Esconde a barra no Chrome/Safari */
}

.box-chamativo {
    flex: 0 0 85%; /* O card ocupa 85% da tela, deixando um pedaço do próximo à mostra */
    scroll-snap-align: center;
}

.conteiner-motivos-principais .box-chamativo{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.texto-chamativo-principais{
   min-height: 50vh;
   width: 95%; 
}

.texto-chamativo-principais button{
    text-transform: uppercase;
    font-size: 13px;
}

.slide-topo {
    transition: 1s;
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.slide-topo .img-slide:nth-child(3) {
    background-image: url('/src/public/img/banner/mob-banner/Copilot_20260826_094525.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.slide-topo .img-slide:nth-child(2) {
    background-image: url('/src/public/img/banner/mob-banner/Copilot_20260826_094812.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.slide-topo .img-slide:nth-child(4) {
    background-image: url('/src/public/img/banner/mob-banner/Copilot_20260826_094924.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.slide-topo .img-slide:nth-child(5) {
    background-image: url('/src/public/img/banner/mob-banner/Copilot_20260826_095101.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}


.slide-topo .img-slide img{
    display: none;
}

.cards-para-o-que-fazemos{
    margin-left: 20px;
}

.conteiner-institucional{
    display: block !important;
    flex-direction: column;
    border-radius: 15px 15px 0px 0px;
}

.conteiner-institucional article{
    padding: 0px !important;
    margin: 0px !important;
}


.conteiner-institucional .lado-a{
    width: 100%;
}

.conteiner-institucional .lado-b {
    width: 100% !important;
    min-height: auto;
    border-radius: 10px;
    overflow: hidden;
}


.banner-catalogue{
    height: auto;
}

.vitrine-de-produtos{
    grid-template-columns: repeat(2, 1fr);
}

.div-img-serv{
    height: 200px;
}

.div-img-serv img{
    width: 200px;
    height: 200px;
}

.item-produtos-serv{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: var(--verde-musgo-claro);
    border-radius: 15px;
}

.item-produtos-serv small{
    display: none;
}

.por-ambiente{
    display: none;
}

.quem-somos {

    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 30px;
}

.quem-somos .texto-intro-bio {
    text-align: right;
}

.quem-somos .texto-intro-bio h2 {
    margin-bottom: 15px;
    color: var(--amarelo-destaque);
    font-size: 2rem;
}

.quem-somos .texto-intro-bio p {
    font-size: 1rem;
}

.quem-somos div {
    width: 100%;
}


footer .endereco-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0px;
}

footer .endereco-footer .texto-endereco {
        
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .endereco-footer .texto-endereco p{
    width: 100% !important;
}

footer .endereco-footer .google-maps {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
}

footer .endereco-footer .google-maps img {
    opacity: .8;
    width: 150px;
}

footer .conteudo-footer {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 50px;
    padding: 50px;
}

footer .conteudo-footer img {
    width: 150px;
}

footer .conteudo-footer p {
    font-size: 1rem;
    width: 90%;
    padding: 15px;
}

footer i {
    color: var(--amarelo-destaque);
    margin-right: 10px;
}

footer a:hover {
    opacity: .5;
    transition: .5s;
}

#icon-chat-zap img{
    margin-bottom: -10px;
    margin-left: 50px;
}

#icon-chat-zap img:hover{
    transition: .5s;
    opacity: 1;
}

.texto-intro-bio p{
    margin-bottom: 25px;
    font-weight: 300;

}

#mensagem-cooker{
    transition: 1s;
    position: fixed;
    top: -250px;
    width: 80%;
    text-align: center;
    height: auto;
    background: #2e9b2a;
    background: linear-gradient(90deg, rgba(46, 155, 42, 1) 0%, rgb(5, 141, 62) 50%, rgb(10, 95, 14) 100%);
    z-index: 1050;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 15px;
    border: #002412 1px solid;

    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}


.mostra-mensagem{
    margin-top: 150px !important;
}

#mensagem-cooker p{
    font-size: 12px;
}

.banner-catalogue{
    background-color: #002412 !important;
    background-image: url('/src/public/img/banner/Copilot_20260825_112800.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 310px;
  
}

.banner-catalogue img{
    display: none;
}


  

