@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');
        
        html{
            scroll-behavior: smooth;
        }

        .btn-voltar {
            position:fixed;
            width:40px;
            height:40px;
            bottom:120px;
            right:50px;
            background-color:#ff0000;
            color:#FFF;
            border-radius:10px;
            text-align:center;
            font-size:25px;
            box-shadow: 1px 1px 2px #888;
            z-index:1000;
        }
    
        .btn-voltar:hover::after {
            margin-top:-8px;
        }

        body{
            background-color:#ffffff ;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11.5px;
            font-weight: bold;
            color: rgb(0, 0, 0);
        }
        
        .card{
            padding: 2% 7%;
            color: #4b4b4b;
            background-color: #ffffff;
        }

        a{
            color: #4b4b4b;
            text-decoration: none;
        }

        a:hover{
            color: rgb(255, 0, 0);
            text-decoration: none;
        }

        ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        
        ul >li{
            padding: 4px;
        }
        
        ul > li:hover{
            color:rgb(255, 0, 0);
            cursor: pointer;
        }
        
        hr{
            border-width: 3px;
        }
        
        .social > i{
            padding: 1%;
            font-size: 15px;
        }
        
        .social > i:hover{
            color:rgb(255, 0, 0);
            cursor:pointer;
        }
        
        .policy > div{
            padding: 4px;
        }
        
        .heading{
            font-family: 'Titillium Web', sans-serif;
            color: rgb(0, 0, 0);
        }
        
        .divider{
            border-top: 2px solid #9a9a9a;
        }


        .hit-lg{
            display: none;
        }

        .hit-sm{
            display: block;
        }

        @media(min-width: 992px){
            .hit-lg{
                display: inline;
            }
    
            .hit-sm{
                display: none;
            }
        }

        .card-img-top{
            overflow: hidden;
            max-width: 100%;
            transition: transform 0.3s ease-out;
        }

        .card-img-top:hover{
            transform: scale(1.1);
        }

          .masthead{
            margin-top:0px;
            color:#000000;
            min-height: 100%;
            background-color:#ffffff;
            text-align: center;
            align-items: center;
          }
          
          .dark {
            margin-top:500px;
            height: 100vh;
            color:#000000;
            min-height: 500px;
            margin-top:-60px;
            background-color:#fd0000;
            background-image:url(../img/prefeitura.jpg);
            background-size: cover;
            background-position: center;
            background-attachment:fixed;
          }

          .textofotorn{
            font-weight: bold;
            text-shadow: 0 0 0.2em rgb(0, 0, 0);
            color: #FFF;
            padding-top: 50vh;
          }

        .textoempresa{
            max-width: 100%;
            max-height: 100%;
            color: #3a3a3a;
            text-align: left;
            padding-top: 25px;

        }

        @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
        .contact2 {
        font-family: "Montserrat", sans-serif;
        color: #8d97ad;
        font-weight: 300;
        padding: 0px 0;
        margin-bottom: -150px;
        background-position: center top;
        align-items: center;
        text-align: center;
        align-content: center;
        }

        .contact2 .card{
            background-color: #fd0000;
            border-radius: 15px;
        }

        .contact2 .card.card-shadow {
            -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
            box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
        }

        .contact2 .contact-container {
        position: relative;
        top: -150px;
        }

        .ContatoCentralizado{
            position: relative;
            top: 50%;
            transform: scale(1.0) translateY(-50%);
            text-align: center;
            max-width: 100%;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .ContatoCentralizado:hover{
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2) translateY(-50%);
        }

        .fonehover{
            color: #ffffff; 
            font-weight: bold; 
            font-size: 20px; 
            padding-top: 25px;
        }


        .card-sl {
            border-radius: 8px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    
        .card-image img {
            max-height: 100%;
            max-width: 100%;
            border-radius: 8px 8px 0px 0;
        }
    
        
    
        .card-heading {
            font-size: 18px;
            font-weight: bold;
            background: #fff;
            padding: 10px 15px;
        }
    
        .card-text {
            padding: 10px 15px;
            background: #fff;
            font-size: 14px;
            color: #636262;
        }
    
        .card-button {
            display: flex;
            justify-content: center;
            padding: 10px 0;
            width: 100%;
            background-color: #ff0000;
            color: #fff;
            border-radius: 0 0 8px 8px;
        }
    
        .card-button:hover {
            text-decoration: none;
            background-color: #a70000;
            color: #fff;
    
        }

        
        .exibirProduto{
            width: 100%;
            margin-top: 0px;
            margin-bottom: -45px;
            align-items: center;
            text-align: center;
        }

        .exibirProduto2{
            transform: translate(0px, -139px);
            display: inline-block;
            max-width: 700px;
            text-align: left;
            padding: 50px 50px 50px 50px;
            
        }

        .exibirProduto3{
            font-size: 15px;
            transform: translate(0px, 0px);
            display: inline-block;
            max-width: 800px;
            text-align: left;
            padding: 50px 50px 50px 50px;
            
        }

        @media(max-width: 992px){
            .exibirProduto{
                max-width: 100%;
                display: block;
            }
        }
        @media(max-width: 1503px){
            .exibirProduto2{
                transform: translate(0px, 0px);
            }
        }


        .tabela {
            border: 1px solid #000000;
            width: 100%;
            border-collapse: collapse;
            margin: 20px auto;
        }

        .tabela tr{
            border: 1px solid #000000;
            height: 30px;
        }

        /* Estilos das células da tabela */
        .tabela th {
            border: 1px solid #000000;
            text-align: center;
            background-color: #ff0000;
            color: #fff;
        }

        .tabela td{
            border: 1px solid #000000;
            text-align: center;
        }

        /* Estilos para o cabeçalho da tabela */
        .tabela th {
            border: 1px solid #000000;
            padding: 8px;
            
        }

        /* Estilos alternados para linhas */
        

        /* Estilos para tornar a tabela responsiva */
        @media (max-width: 600px) {
            .tabela{
                width: 100%;
            }
        }

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

        .fotoproduto1{
            display: block;
            width: 314px;
            height: 314px;
            background-size: 314px;
        }

        .fotoproduto2{
            display: none;
            width: 314px;
            height: 314px;
            background-size: 314px;
        }

        .hoverfoto:hover .fotoproduto2{
            display: block;
            transition:all 0.3s ease;
        }

        .hoverfoto:hover .fotoproduto1{
            display: none;
            transition:all 0.3s ease;
        }

        .botaoZap{
            margin-top: 15px;
            background-color: #ff0000;
            width: 160px;
            height: 30px;
            border-radius: 5px;
            text-align: center;
            padding-top: 6px;
        }

        .PedidoMinimo{
            position: relative;
            margin-top: 50px;
            height: 200px;
            width: 100%;
            padding: 0px 5px 0px 5px;
        }

        .PedidoMinimoImg{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
        }
        
        .barraempresa{
            position: relative;
            background-image: url(../img/bgBarra.png);
            background-size: 100%;
            background-color: rgb(255, 0, 0);
            height: 150px;
            width: 100%;
            padding-top: 40px;
            color: #FFF;
        }

        .barraempresatexto{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: bold;
            text-align: center;
        }