html, body{
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

body {
  margin: 0;
  padding: 0;
  background-color:#33382a;
  font-family:'Times New Roman', Times, serif;
  overflow-x: hidden; 
}

.bannerContainer {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background-color:#33382a;
}

.bannerContainer img { 
  width: 100%;
  height: auto; 
}

.texto{
  display:flex;
  flex-direction:column;
  text-align: left;
  color: black;
  margin: 0;
  max-width: 100%;
  height: auto;
}

.hero-content{
display:flex;
flex-direction:column;
align-items:center;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
color:#ffffff;
text-align:center;
padding:0;
margin-top: 0;
}


.bannerSegundaria form{
background-color: #33382a;
margin-bottom: 5px;
width: 100%;
height: auto;
text-align: center;
margin-left: 0;
}

.container-ficha{
  display: flex;
  margin-top: 5px;
  background-color: #efece6;
}

.container-ficha img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.whats{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.whats img{
  width: 100%;
  height: 75px;
}

.endereco{
  text-align: center;
  font-size: 10px;
}

.contatos_title{
  text-align: center;
}

.formulario{
    background-color: rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.saibamais{
  background-color: rgba(0,0,0,0.3);
  color: white;
}

  label {
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    margin-left: -1000px;
    color: white;
    padding: 15px;
  }

  input {
    width: 80%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    margin-left: 0;
  }

  input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    cursor: pointer;
    width: 20%;
    margin-left: 0;
  }

  input[type="submit"]:hover {
    background-color: #45a049;
  }

  .location{
    background-color: #0b250e;
    color: #9b9043;
  }

  .rodape{
    background-color: black;
    color: white;
    text-align: center;
    margin: 0;
    padding: 10px;
  }

/* Estilos para o menu hambúrguer */
.hamburger-menu {
display: none;
flex-direction: column;
cursor: pointer;
}

.bar {
width: 30px;
height: 3px;
background-color: #9b9043;
margin: 6px ;
}


@media only screen and (min-width: 469px) and (max-width: 1000px) {
  .container-ficha {
    padding: 0 5%;
    flex-wrap: wrap;
  }

  .bannerSegundaria form {
    min-width: 300px;
  }

  .formulario {
    padding: 20px;
    margin: 0 auto;
  }

  .texto {
    width: 100%;
  }
}


/* Adicionando estilos para o menu hambúrguer em telas menores */
@media only screen and (max-width: 468px) {
  .body{
    overflow-x: hidden;
    }
  .container-ficha {
    flex-direction: column;
    padding: 0 15px;
  }

  .texto {
    width: 100%;
    margin: 0 auto;
  }

  .formulario {
    width: 300px;
    align-items: center;
    padding: 15px;
  }

  label {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    width: 100%;
    margin-left: 0;
  }

  input[type="submit"] {
    width: 100%;
    margin-left: 0;
  }

  .bannerSegundaria form {
    width: 100%;
    margin-left: 0;
  }

  .whats img {
    height: 60px;
    width: 60px;
  }

  .rodape {
    font-size: 0.9em;
  }
}
