:root {
  --bgsite: url(https://sachefmio.blob.core.windows.net/franquiapraca/fundo/fundo_9.jpg);
}




  :root{
      --corbotao: #000000;
      --corbotaobuscar: #000000;
    }

.header {
    margin: 0px;
}

     #banner {
            /*background-image: var(--bgsite); */
            background-repeat: no-repeat;
            background-color: #000;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
        }

#inputBuscar{
       border-bottom-right-radius: 0px;
       border-top-right-radius:  0px;
}


        .btnBuscar, #btnBuscaPadrao {
            background-color: var(--corbotaobuscar);
            color: #fff;
                border-bottom-right-radius: 0.5em;
                border-top-right-radius:  0.5em;
        }

            .btnBuscar:hover, #btnBuscaPadrao:hover {
                background-color: var(--corbotao);;
                border-color: var(--corbotaobuscar);
            }

        .btn-danger {
            border-color: var(--corbotaobuscar);
        }

        .btnIrSiteFechado{
            background-color: var(--corbotao);;
            color: #fff;
            width: 100%;
            bottom: 0;
        }

            .btnIrSiteFechado:hover {
                background-color: var(--corbotao);;
            }

  .btnIrSiteAberto {
            background-color: #28a745;
            color: #fff;
            width: 100%;
            bottom: 0;
        }

            .btnIrSiteAberto:hover {
                background-color: #277539;
            }

#buscaManual{
    background-color: transparent;
    color: #000;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    margin: 0 14px;
}

#voltarPadrao{
         color: #000;
}

 #irAvancada{
         color: #000;
}

.logoCenter img{
    max-height:150px !Important;
    max-width:150px !Important;
   margin-top: 10px;
border-radius: 100px;
}

.divBuscador{
margin-top: 0px !important;
}

.description{
font-size: 15px;
    margin-top: 15px;
}

.row.mb-5{
display: flex;
justify-content: center;
}

#buscaPadrao{
margin-top: 20px !important;
}

body{
background-color: var(--neutral-50, #F7F9FA) !important;
}
