html, body.modelo1 {
        height: 100%;
        margin: 0;
        padding: 0;

        background-color: #026A75;
        font-family: Arial, sans-serif;

        overflow: hidden; /* cancela scroll */
}

html, body.modelo2 {
        height: 100%;
        margin: 0;
        padding: 0;

        background-color: #D0E7E8;
        font-family: Arial, sans-serif;

        overflow: hidden; /* cancela scroll */
}

html, body.modelo3 {
        height: 100%;
        margin: 0;
        padding: 0;

        background-color: #026a75;
        font-family: Arial, sans-serif;

        overflow: hidden; /* cancela scroll */
}

@media only screen and (max-width: 768px) {

    div.mini-imagens {
        width: 100%;
        height: 7vh;
        margin: 5px 0;

        display: flex;
        align-items: center;
        justify-content: start;

        img {
            height: 100%;
            width: 20%;
        }
    }


/* Pagina ===================================================================== */
    div.pagina {
        width: 100%;
        height: 100%;
        color: white;
        padding: 0 10%;
        margin: 0;
    }


    svg.svg-1 {
        position: fixed;
        top: -90px;
        left: -25px;

        width: 60%;
        height: 25%;
    }
    

    svg.svgPinheiro {
        position: absolute;
        top: -20%;
        right: 30px;

        width: 30%;
        height: 20%;
    }

    div.pagina h1 {
        margin: 100px 0 0 0;  
        font-size: 5vh;
    }

    div.pagina p {
        margin: 5px 0 0 0;  
    }



    div.container-down {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;

        width: 80%;
        height: 60%;
        background-color: #D0E7E8;
        border-radius: 30px 30px 0 0;
        padding: 10% 10%;
    }

    div.container-down h1 {
        color: #026A75;
        margin: 5% 0;
    }

    div.container-down h6 {
        color: #999999;
        font-size: 3.0vw;
        margin: 5% 0;
        text-align: right;
    }

    div.container-down div.inputIcon {
        width: 90%;
        margin: 8% auto;
        background-color: #FFFFFF;
        padding: 15px 5%;
        border-radius: 100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    input.login {
      width: 85%;
      height: 100%;
      font-size: 3.5vw; 
      border: none;
      background-color: rgb(0, 0, 0, 0);
      color: black;
      outline: none; /* 👈 remove o contorno no clique/foco */ 
    }

    input.input1 {
      width: 80%;
      height: 50px;
      margin: 2% 0;
      font-size: 3.5vw; 
      border: none;
      border-radius: 100px;
      padding: 0 10%;
      background-color: rgb(255, 255, 255, 1);
      color: black;
      outline: none; /* 👈 remove o contorno no clique/foco */ 
    }
    input.input1::placeholder{
        text-align: center;
    }

    input.input2 {
      width: 80%;
      height: 50px;
      margin: 0 0 1% 0;
      font-size: 3.5vw; 
      border: none;
      border-radius: 10px;
      padding: 0 10%;
      background-color: rgb(255, 255, 255, 1);
      color: black;
      outline: none; /* 👈 remove o contorno no clique/foco */ 
    }
    input.input2::placeholder{
        text-align: center;
    }

    textarea.input1 {
      width: 80%;
      height: auto;
      margin: 2% 0;
      font-size: 3.5vw; 
      border: none;
      border-radius: 15px;
      padding: 5% 10%;
      background-color: rgb(255, 255, 255, 1);
      color: black;
      outline: none; /* 👈 remove o contorno no clique/foco */ 
    }
    textarea.input1::placeholder {
        text-align: center;
    }

    div.buttonLogin {
        width: 100%;
        height: 60px;
        background-color: #026A75;
        color: white;
        font-size: 4vw;
        border-radius: 100px;
        margin-top: 100px;

        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    div.buttonPrincipal {
        width: 100%;
        height: 60px;
        background-color: #026A75;
        color: white;
        font-size: 4vw;
        border-radius: 100px;
        margin-top: 30px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.buttonPrincipal P {
        width: 70%;
        text-align: center;
    }

    div.container-down div.inputIcon svg {
        width: 15px;
        height: 15px;
        path {
            fill: #999999;
        }
    }




/* Pagina 2 ===================================================================== */

    div.container-up {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;

        width: 80%;
        height: 30%;
        background-color: #026A75;
        border-radius: 0 0 30px 30px;
        padding: 10% 10%;
    }

    svg.svg-2 {
        position: fixed;
        top: -70px;
        right: -110px;

        width: 100%;
        height: 40%;
    }

    div.pagina2 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;

        width: 80%;
        height: 100%;
        color: white;
        padding: 0 10%;
        display: flex;
        flex-direction: column;
    }


    div.pagina2 h1 {
        margin: 18% 0 0 0;
        font-size: 5vh;
    }

    div.pagina2 h3 {
        margin: 1% 0;  
        font-size: 2vh;
    }

    h4.status {
        width: 20%;
        margin: 1% 0;
        font-size: 1.5vh;
        padding: 2%;
        background-color: #37DEA3;
        text-align: center;
        border-radius: 100px;
    }

    h4 {
        margin: 1% 0;
        font-size: 1.5vh;
        text-align: left;
        color:#026A75;
    }

    h4.info {
        margin: 3% 0;
        font-size: 1.5vh;
        text-align: left;
        color:#026A75;
    }

     h4.center {
        width: 100%;
        margin: 8% auto;
        text-align: center;
        font-size: 2.2vh;
        color:#026A75;
    }

    h4.plano {
        width: 50%;
        margin: 2% auto;
        text-align: center;
        font-size: 1.7vh;
        color:#026A75;
        border: solid 1.5px #026A75;
        padding: 10px;
        border-radius: 10px;
        text-transform: uppercase; /* deixa tudo em capslock */
    }

    span {
        color: #026A75;
        font-weight: bold;
        font-size: 1.6vh;
    }

    div.pagina2 p {
        margin: 2% 0 0 0;  
    }

    div.vitrine-menu {
        display: block;
        width: 100%;
        height: auto;
        margin: 5% auto;

        /* display: grid; */
        /* grid-template-columns: repeat(2, 1fr); */
        /* justify-content: space-between; */
    }

    div.vitrine-menu div.item {
        width: 46%;
        height: 46%;
        background-color: #FFFFFF;
        border-radius: 15px;
        margin: 2% 2%;
        padding: 5%;
        box-sizing: border-box; /* <-- padding não aumenta a largura */
    }

    div.vitrine-menu div.item h3 {
        color: #999999;
    }

    div.vitrine-menu div.item p {
        color: #999999;
        font-size: 1.3vh;
    }

    div.vitrine-menu div.item svg {
        width: 25px;
        height: 25px;
        margin: 2% 0;
    }

    div.vitrine-menu div.item svg.coroa {
        width: 20px;
        height: 20px;
        margin: 0;
    }




    div.barrinha {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    div.barrinha2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase; /* deixa tudo em capslock */
    }

     div.barrinha3 {
        width: 100%;
        display: flex;
    }


    div.possoAjudar {
        width: 70%;
        margin: 8% auto;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #999999;

        user-select: none; /* bloqueia seleção de texto */
    }
   


    /* Pagina 3 ===================================================================== */



    div.pagina3 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;

        width: 80%;
        height: 100%;
        color: #026A75;
        padding: 0 10%;
        display: flex;
        flex-direction: column;
    }

    div.pagina3 h1 {
        margin: 10% auto 0 auto;
        font-size: 5vh;
        text-align: center;
    }

    div.pagina3 p {
        margin: 1% 0 0 0;
        text-align: center;
    }

    div.pagina3 h1.titulo {
        margin: 3vh 0 0 0;
        font-size: 2vh;
        text-align: left;
        color: #999999;
    }
    div.pagina3 h1.titulo2 {
        margin: 3vh 0 0 0;
        font-size: 2vh;
        text-align: left;
        color: #026A75;
    }

    div.pagina3 p.subtitulo {
        margin: 1% 0 2% 0;
        font-size: 1.4vh;
        text-align: left;
        color: #026A75;
    }

    div.pagina3 p.subtitulo2 {
        margin: 1% 0 0 0;
        font-size: 1.4vh;
        text-align: left;
        color: #999999;
    }



     div.pagina3 h1.info {
        margin: 2% 0;
        font-size: 2vh;
        text-align: left;
        color: #999999;
    }
    div.pagina3 h1.info2 {
        margin: 2% 0;
        font-size: 2vh;
        text-align: left;
        color: #026A75;
    }

    div.pagina3 h3 {
        margin: 1% 0;  
        font-size: 2vh;
    }
   

    hr {
        width: 100%;
        background-color: rgba(200, 200, 200, 0.4);
        border: none;
        height: 2px;
        margin: 5% auto;  
    }
    hr.secundario {
        width: 100%;
        background-color: rgba(200, 200, 200, 0.4);
        border: none;
        height: 2px;
        margin: 1.5% auto;  
    }

    hr.final {
        width: 100%;
        background-color: rgba(200, 200, 200, 0.4);
        border: none;
        height: 2px;
        margin: auto 0 10px 0;  
    }

    div.pagina3 div.img1 {
        width: 100%;
        height: 15%;
        background-color: white;
        border-radius: 10px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.pagina3 div.img2 {
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 10px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.pagina3 div.img3 {
        width: auto;
        height: 100%;
        background-color: white;
        border-radius: 10px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.pagina3 svg.center {
        display: block;
        margin: 8% auto;
    }


    div.pagina3 div.img1 {
        width: 100%;
        height: 15%;
        background-color: white;
        border-radius: 10px;

        display: flex;
        justify-content: center;
        align-items: center;
    }








    div.separador {
        width: 100%;
        height: auto;
        margin: 3% 0;
        display: flex;
    }
    div.separador div.left {
        width: 50%;
        height: auto;
        display: flex;
    }
    div.separador div.right {
        width: 50%;
        height: auto;
        padding: 2%;

        display: grid;
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
    }







    div.info1 {
        width: 50%;
        height: auto;
        margin: 0 2%;
    }

    div.info1 p {
        margin: 3% 0;
        color: #999999;
        text-align: left;
    }

    div.info1 p.codigoCor {
        margin: 3% 0;
        color: white;
        background-color: #666666;
        text-align: center;
        border-radius: 8px;
        padding: 12px 0;
    }

    div.info1 svg {
        width: 50px;
        height: 50px;
    }

    div.info1 > div.barrinha3 > svg {
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
        padding: 0;
    }

    form.principal {
        width: 100%;
        height: auto;
    }
    form.secundario {
        width: 100%;
        height: 100%;
    }


    /* Esconde o input original */
    form #inputFoto, form #inputFoto1, form #inputFoto2, form #inputFoto3, form #inputFoto4, form #inputFoto5, form #inputLogo, form #inputImagemPrincipal, form #inputCategoria {
        display: none;
    }

    /* Estilo do botão fake */
    form label.custom-file-upload {
        width: 100%;
        height: 10vh;

        border-radius: 10px;
        background-color: #FFFFFF;
        cursor: pointer;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    form label.custom-file-upload img {
        max-width: 100%;   /* largura máxima = largura da div */
        max-height: 100%;  /* altura máxima = altura da div */
        object-fit: contain; /* mantém proporção da imagem */
        display: block;      /* remove espaçamento embaixo da imagem */
    }

    form label.custom-file-upload2 {
        width: 100%;
        height: 60px;

        border-radius: 10px;
        background-color: #FFFFFF;
        cursor: pointer;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    form label.custom-file-upload2 svg {
        width: 30px;
        height: 30px;
    }


    div.buttonSecundario {
        width: 100%;
        height: 60px;
        background-color: white;
        color: #999999;
        font-size: 4vw;
        border-radius: 100px;
        margin-top: 30px;

        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    div.buttonSecundario p {
        width: 70%;
    }


    div.buttonTerciario {
        width: 100%;
        height: 60px;
        background-color: white;
        color: #999999;
        font-size: 4vw;
        border-radius: 100px;
        margin-top: 30px;

        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    div.buttonTerciario p {
        width: 70%;
    }

    


    div.sliderHorizontal {
        display: flex;
        width: 120%;
        height: 100px;
        margin: 0 0 0 -10%;
        overflow-x: auto;       
        flex-wrap: nowrap;      
        padding: 0 0 10px 8%; /* adiciona padding igual à esquerda */
        box-sizing: content-box; /* garante que o padding não encolha os itens */
    }

    /* opcional: esconder scrollbar no Chrome/Safari */
    div.sliderHorizontal::-webkit-scrollbar {
        height: 0px;
    }

    div.sliderHorizontal::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.3);
        border-radius: 3px;
    }

    div.sliderHorizontal div.cat {
        flex: 0 0 70px; /* não cresce, não encolhe, largura fixa */
        height: 100px;
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box; /* garante que padding não altere largura */
    }


    div.sliderHorizontal div.cat div.catImg {
        width: 100%;
        height: 70px;
        background-color: white;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.sliderHorizontal div.cat div.catImg img {
        height: 90%;
    }

    div.sliderHorizontal div.cat p {
        width: 100%;
        height: auto;
        color: #026A75;
        background-color: white;
        padding: 5px 0;
        border-radius: 100px;
        margin-top: 10px;
        font-weight: bold;
        font-size: 1.6vh;
    }

    div.sliderHorizontal div.space {
        width: 100%;
        height: 100%;
        margin: 0 6%;
        background-color: rgb(0, 0, 0, 0);
        color: rgb(0, 0, 0, 0);
    }





    div.sliderHorizontal2 {
        display: flex;
        width: 120%;
        height: auto;
        margin: 1% 0 1% -10%;
        overflow-x: auto;       
        flex-wrap: nowrap;      
        padding: 0 0 0 8%; /* adiciona padding igual à esquerda */
        box-sizing: content-box; /* garante que o padding não encolha os itens */
    }

    /* opcional: esconder scrollbar no Chrome/Safari */
    div.sliderHorizontal2::-webkit-scrollbar {
        height: 0px;
    }

    div.sliderHorizontal2::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.3);
        border-radius: 3px;
    }




    div.sliderHorizontal3 {
        display: flex;
        width: 100%;
        height: auto;
        margin: 0;
        overflow-x: auto;       
        flex-wrap: nowrap;      
        box-sizing: content-box; /* garante que o padding não encolha os itens */
    }

    /* opcional: esconder scrollbar no Chrome/Safari */
    div.sliderHorizontal3::-webkit-scrollbar {
        height: 0px;
    }

    div.sliderHorizontal3::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.3);
        border-radius: 3px;
    }












    div.sliderVertical {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0;
        overflow-y: auto; /* scroll vertical */
        overflow-x: hidden;
        flex-wrap: nowrap; /* Não permite quebra de linha */
        padding: 0;
        box-sizing: border-box;

        /* Firefox */
        scrollbar-width: none; 
        /* Edge/IE */
        -ms-overflow-style: none;
    }

    div.sliderVertical2 {
        display: flex;
        width: 100%;
        height: 40vh;
        margin: 0;
        overflow-y: auto; /* scroll vertical */
        overflow-x: hidden;
        flex-wrap: wrap; /* permite quebra de linha */
        padding: 0;
        box-sizing: border-box;

        /* Firefox */
        scrollbar-width: none; 
        /* Edge/IE */
        -ms-overflow-style: none;
    }

    /* Chrome, Safari e Opera */
    div.sliderVertical::-webkit-scrollbar, div.sliderVertical2::-webkit-scrollbar {
        display: none;
    }




    div.buttonVoltar {
        position: fixed;
        top: 20px;
        left: 30px;
        z-index: 1000;
    }


    div.buttonAdd {
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 1000;
    }



    div.space-vertical {
        background-color: rgb(0, 0, 0, 0);
        color: rgb(0, 0, 0, 0);
    }


    div.button-mini1 {
        width: 50px;
        height: 50px;
        background-color: #026A75;
        border-radius: 10px 10px 10px 0;
        margin: 0 10px 0 0;

        flex-shrink: 0;         /* 🔥 impede que o botão diminua */
        display: flex;
        align-items: center;
        justify-content: center;
    }



    
    





    div.tela-novo-part1 {
        width: 80%;
        height: 100%;
        position: fixed; /* ou absolute */
        top: 0;
        left: 0;
        padding: 0 10%;
        display: flex;
        flex-direction: column;
    }

    div.tela-novo-part2 {
        width: 80%;
        height: 100%;
        position: fixed; /* ou absolute */
        top: 0;
        left: 0;
        padding: 0 10%;
        display: flex;
        flex-direction: column;
    }



    div.part1 {
        width: 100%;
        height: auto;

        padding: 0 10%;
        display: flex;
        flex-direction: column;
    }

    div.part2 {
        width: 100%;
        height: auto;

        padding: 0 10%;
        display: flex;
        flex-direction: column;
    }

    div.part1 div.buttonPrincipal, div.part2 div.buttonPrincipal {
        width: 100%;
        height: 50px;
        margin: 0;
    }



    div.list {
        width: 100%;
        height: 100px;
        display: flex;
    }
    div.list img {
        width: 100%;
        height: 100px;
        border-radius: 10px;
        object-fit: cover;     /* mantém proporção e corta excesso se necessário */
    }


    div.list0 {
        width: 10%;
        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;

        div.buttonText {
            width: 100%;
            height: 20%;

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        div.buttonText svg {
            width: 20px;
            height: 20px;
            margin: 0;
            padding: 0;
        }
    }
    div.list1 {
        width: 30%;
        height: auto;
    }
    div.list2 {
        width: 50%;
        height: auto;
        padding: 8px 15px;
    }


    div.list3 {
        width: 10%;
        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }



    div.buttonText {
        width: 100%;
        height: 50%;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.buttonText p {
        width: 100%;
        height: auto;
        font-size: 1.4vh;
    }






















    div.pagina3 h1.tituloAss {
        width: 100%;
        color: white;
        text-align: right;
        font-size: 2.5vh;
        margin: 15% 0 10% 0;
    }
    div.pagina3 h1.tituloAss2 {
        width: 100%;
        color: white;
        text-align: left;
        font-size: 1.5vh;
        margin: 0;
    }
    div.pagina3 p.subtituloAss {
        width: 100%;
        color: white;
        text-align: right;
        font-size: 2vh;
        margin: 0;
    }


    div.menuAssistente {
        background-color: white;
        width: 100%;
        height: 11%;
        margin: 3% 0 0 0;
        border-radius: 25px;
        display: flex;
    }

    div.menuAssistente div.left {
        width: 20%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.menuAssistente div.right {
        width: 80%;
        height: 100%;
        padding-right: 12px;
    }

    div.menuAssistente div.right h1 {
        width: 100%;
        color: #999999;
        font-size: 1.8vh;
        text-align: left;
        margin: 4% 0 2% 0;
    }

    div.menuAssistente div.right p {
        width: 100%;
        color: #999999;
        font-size: 1.4vh;
        text-align: left;
        margin: 0;
    }




    input[type="color"] {
        width: 50px;
        height: 50px;
        border: none;
        cursor: pointer;

        flex-shrink: 0;         /* 🔥 impede que o botão diminua */
        background-color: #026A75;
        border-radius: 10px 10px 10px 0;
        margin: 0 10px 0 0;
        padding: 0;
    }



    div.pop-up {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;

        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: flex;
    }

    div.pop-up div.banner {
        width: 70%;
        height: auto;
        margin: auto;
        background-color: #D0E7E8;
        border-radius: 15px;
        padding: 5%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        position: relative; /* necessário para posicionar o filho absolute */
    }

    div.pop-up div.banner h1 {
        font-size: 3vh;
        color: #026A75;
        margin: 1px auto;
        text-align: center;
    }
    div.pop-up div.banner h3 {
        font-size: 1.5vh;
        color: #026A75;
        margin: 8px auto;
        text-align: center;
    }
    div.pop-up div.banner p {
        width: 100%;
        font-size: 1.5vh;
        color: #026A75;
        margin: 8px auto;
        text-align: left;
    }


    div.pop-up div.banner img {
        max-width: 80%;
        max-height: 35vh;
        margin: 0 auto;
        border-radius: 15px;
    }


    div.pop-up div.banner input {
        margin: 0;
    }
    
    div.pop-up div.banner div.buttonPrincipal {
        margin: 20px 0;
        background-color: #026A75;
        p {
            text-align: center;
            color: white;
        }
    }


    div.pop-up div.banner form {
        width: 100%;
        height: 80%;
        margin: 0;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    div.pop-up div.banner div.buttonSecundario {
        width: 80%;
        cursor: pointer;

        display: flex;
        justify-content: space-around;
        align-items: center;

        p {
            width: 60%;
            text-align: center;
        }
        svg {
            width: 30%;
        }
    }

    /* Botão de fechar */
    div.pop-up div.banner div.buttonFechar {
        position: absolute;
        top: 10px;
        right: 10px;

        width: 40px;
        height: 40px;
        border-radius: 0 15px 0 15px;
        background: red;
        cursor: pointer;

        display: flex;
        justify-content: center;
        align-items: center;

        p {
            color: white;
            font-size: 18px;
            text-align: center;
        }
    }


    select {
        padding: 8px 12px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 16px;
        background-color: #f9f9f9;
        color: #333;
    }

}