@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@200&display=swap');

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }
  
  
  body{
     font-size: 11px;
     font-family: 'Kumbh Sans', sans-self;
     font-weight: 400;
  
  }
  
  a, h1, h2, h3, h4, h5, h6{
     font-weight: 700;
     font-size: 1.5em;
  }
  
  a{
     color:#fff;
     text-decoration: none;
  }
  
  .faixa{
     background: #000;
  }
  
  img{
    width: 100%;
  }
  
   .site{
      width: 100%;
      margin: 0 auto;
   }

   
/*############### TOPO #############*/
.topo-cont{
    display: flex;
    justify-content: space-between;
}

.topo1{
    display: flex;
    justify-content: space-between;
    border: 2px solid #000;
    padding: 10px;
    align-items: center;
    background: #d9d9d9;
}



.topo1 div:nth-child(1) img{
    width: 50%;
    padding: 5px;
}

.topo1 h1{
    font-size: 2.5em;
    margin-left: auto;
    padding: 25px;
}


.foto1 {
    width: 5%;
    border: 1px solid #000;
    border-radius: 50px;
    display: block;
}

.foto1 img{
    border-radius: 50px;
}

/*############### MEIO #################*/
.meio1{
    display: flex;
    background: #d9d9d9;
    border: 2px solid #000;
    padding: 1px;
}

.meio1 h2{
    font-size: 2.5em;
}

.cantoesquerdo{
    padding: 15px;
    list-style: none;
}

.cantoesquerdo div{
    flex-direction: column;
}

.cantoesquerdo a{
    color: #fff;
    font-size: 2.2em;
}

.cantoesquerdo li:hover{
    cursor: pointer;
    background-color: #c99962;
}

.cantoesquerdo li{
    margin-bottom: 12px;
    border: 1px solid #000; 
    background-color: #c78c4a;
    box-shadow: 2px 2px 0px #000;
    text-align: center;
    padding: 7px;
    border-radius: 10px;
    width: 180px;
}

.cantodireito{
    padding: 13px;
    background: #fff;
    width: 89%;
    border: 3px solid #000;
    box-shadow: 2px 2px 0px #000;
}

/*############### MEIO #################*/
.rodape{
    border: 2px solid;
}

.rodape h2{
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0px;
}

.rodape h2:nth-child(1) {
    background: #333;
    padding: 1.02% 0;
    color: #fff;
}

.rodape h2:nth-child(2) {
    background: #333;
    padding: 1.11% 0;
    color: #fff;
}

/*########## Imagem selecionar no dash */
.img-fluid{
    width: 100%;
}

/*########## Imagem listar no dash */
.img-lista{
    width: 175px;
    height: 175px;
    border: 1px solid #000;
    border-radius: 10px;
}

.img-lista-banner{
    border: 1px solid #000;
    border-radius: 10px;
}

/*####### Botão cadastro ####*/
.cad{
    width: 14%;
    background: #000;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 5px;
    box-shadow: 2px 2px 0px #a7a7a7;
}

.cad:hover{
    background: #313131;
}

.cad a img {
    width: 20%;
}

.img-fluid-banner{
    height: 500px;
    object-fit: cover; /* Ajusta a imagem para preencher a área, cortando partes da imagem se necessário */
    object-position: center; /* Centraliza a imagem dentro do contêiner */
    max-width: 100%; /* Garante que a imagem não ultrapasse a largura do contêiner pai em telas menores */
    max-height: 100%; 
}

.img-fluid-galeria{
    height: 400px;
    object-fit: cover; 
    object-position: center; 
    max-width: 100%; 
    max-height: 100%; 
}

/*########## Tabela do listar no dash*/
.superior-tabela th {
    background: #e5d0ac;
    color: #000;
    border-width: medium;
}

.inferior-tabela td, .inferior-tabela th {
    background: #fff;
    color: #000;
    vertical-align: middle;  
    font-weight: bold;
    border-width: medium;
    text-align: center; /* Centraliza o texto */
}

.inferior-tabela td a {
    color: #554500;
}

.inferior-tabela td a:hover {
    color: #b19101;
}

.inferior-tabela td a img {
    width: 10%;
}

/* ########## CADASTROS EM INSERIR.PHP ####### */
#imgFoto{
    border: 1px solid #a3a3a3;
    border-radius: 10px;
}

.form-label{
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
}

.form-control{
    border: 1px solid #a3a3a3;
}

.form-select{
    border: 1px solid #a3a3a3;
}

.btn.btn-primary{
    background: #c78c4a;
    border: 1px solid #8a6234;
}

.btn.btn-primary:hover{
    background: #886032;
}

/*########## Login #####*/


.login img{
    width: 100%;
}

.fundo-login{
    background: #fff;
}

.img-login img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

#texto-login{
    color: #000;
}

.login div:nth-child(1){
    margin-top: 200px;
}

.form-login{
    height: 500px;
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #e5d0ac;
    border: 1px solid #999999;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 2px 2px 0px #000;
}

.form-login h2{
    color: #000;
    font-size: 4em;
}

#campo-login{
    margin-top: 15px;
    padding: 10px;
}

#email-login{
    margin-top: 15px;
    padding: 10px;
}

#senha-login{
    margin-top: 15px;
    padding: 10px;
}

#entrar{
    margin-top: 25px;
    width: 240px;
    background: #c78c4a;
    color: #fff;
    border: 1px solid #494949;
}

#entrar:hover{
    background: #865f32;
}

#ajuste-banner{
    width: 415px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}

/*############# Tela de login cliente ########*/

.form-login a {
    color: #000;
    margin-top: 25px; 
    display: inline-block; 
}

.form-login a:hover {
    color: #fff;
}
