body{background-color: #4C2323;
margin: 0;
padding: 0;
border: 0;
overflow-x: hidden;
width: 100%;
font-family: 'Georgia', serif;}

.flex{display: flex;
justify-content: space-between;}

#toten {
    width: 14%;
    height: 100%;
    margin-top: 30px;
    margin-right: 2px;
    font-size: 1.7vw;
        border: solid 3px #E29C51;
        border-radius: 55px;
}


a{text-decoration: none;
}

#header{width: 90%;
margin-left: 5%;
height: 50px;}

#img1{width: 200px;
height: 200px;
position: relative;
bottom: 80.9%;}


#fundo{background-color: #603E2A;
  height: 450px;
  width: 100%;
  padding-top: 1%;
  display: flex;
  justify-content: center;
  }

  #linha1 {
    width: 100%;
    height: 5px;
    margin-top: 51.8px;
    background-color: #E29C51;
}
  
  #img5{margin-bottom: 4%;}

#amarelo{background-color: #E29C51;
width: 100%;
}

a{text-decoration: none;
color: #603E2A;}

#fundoo{ background-image: url(image\ 8.png);
width: 100%;
height: 880px;
background-color: black;
padding-top: 4%;
padding-left: 5%;}

#brow{width: 70%;
background-color: #603E2A;
position: absolute;
height: 100px;
top: 155%;
left: 16%;
border-radius: 15px;
opacity: 70%;}

#map{border-radius: 15px;}



.icone-svg {
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
    background-color: transparent;
}

#bubu{width: 32px;
height: 32px;}


.info-container {
  width: 55%;
  text-align: center;
  padding: 20px 0;
  position: relative;
  left: 20%;
  bottom: 25%;
  background-color: #fff;
  border-radius: 20px;
}

.info-bloco {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding: 10px;
}

.icone-svg {
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  background-color: transparent;
}

.info-texto {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.linha-negrito {
  font-weight: bold;
  display: inline-block;
  color: #252525;
}

.linha-cinza {
  margin-bottom: 4px;
}

.linha-cina {
  color: #252525;
  margin-bottom: 4px;
  width: 30%;
  margin-left: 35%;
}

.label {
  display: inline;
  color: #aaa;
}

.destaque {
  display: inline;
  color: #000;
  font-weight: normal;
  margin-left: 4px;
}


#aa{display: flex; justify-content: center; height: 80%; margin-top: 10px; }


.a1, .a2, .a3, .a4{background-color: white; transition: 0.3s;}
.a11, .a22, .a33, .a44{color: #603E2A; transition: 0.3s;}

.a1:hover{
    background-color: #603E2A;
}
.a1:hover .a11{
    color: white;
}

.a2:hover{
    background-color: #603E2A;
}
.a2:hover .a22{
    color: white;
}

.a3:hover{
    background-color: #603E2A;
}
.a3:hover .a33{
    color: white;
}

.a4:hover{
    background-color: #603E2A;
}
.a4:hover .a44{
    color: white;
}