body {
    background-color: black;
    
}
h1, h2, h3 {
    text-align: centers;
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p {
    text-indent: 30pt;
    font-size: 15pt;
    text-align: justify;
    color:white
}
.p-Ref{
    text-indent: 0pt;
    font-size: 12pt;
    text-align: left;
    color:azure
}
.p-Ref2{
    color: #e0c7f7
}
.botao {
    width: 140px;
    height: auto;
}
.card{
    background-color:#3a1775;
}
.card-title{
    color: aliceblue;
}
.navbar-custom {
    background-color: #1F005C;
}
.form-control {
    border-radius: 18px 0 0 18px;
}
.btn-search {
    background: #4e2c92;
    color: white;
    border-radius: 0 18px 18px 0;
}
.btn-search:hover {
    background: rgb(153, 103, 247);
}
.interacao {
    background-color: #1F005C;
    border-radius: 2rem;
    width: 90%;
    margin: 30px auto;
    padding: 1rem;
}
.interacao p {
    text-indent: 0pt !important;
}

.interacao img {
    width: 50px;
}

.navbar {
    background-color: #1f005c;
}

.botaonav {
    background-color: #3a1775;
    border: 0;
    border-radius: 10px;
    height: 45px;
    width: 125px;
}

.pesquisa{
    background-color: white;
    color: black;
    width: 300px;
}


#marca-nome {
    font-size: 32px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#titulo {
    background-color: #3a1775;
    color: white;
    height: 80px;
    text-align: center;
    padding: 12;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#categorias {
    background-color: #2d113f;
    color: white;
    padding-left: 40px;
    padding-top: 10px;
}

#mapa {
    width: 1060px;
}
a{
    text-decoration: none;
    color:white
}

.menuoculto{
    background-color: #3a1775;
    color: white
}
footer {
    background-color: #2b0772;
}

h4, h5 {
    text-align: center;
    font-size: 15pt;
}
.p-Foo{
    text-indent: 10pt;
    text-align: justify;
    font-size: 10pt;
}

.li-Foo{
    font-size: 11pt;
    padding-left: 60pt;
}
 
.projeto-card {
    background-color: #4b0082;
    border: none;
    color: white;
}

.projeto-card img {
    height: 200px;
    object-fit: cover;
}

.projeto-card i {
    font-size: 1.2rem;
    margin: 5px;
    cursor: pointer;
    color: white;
}

.projeto-card i:hover {
    color: yellow;
}

.projeto-card {
    background-color: #4b0082;
    border: none;
    color: white;
}

.projeto-card img {
    height: 200px;
    object-fit: cover;
}

.projeto-card i {
    font-size: 1.2rem;
    margin: 5px;
    cursor: pointer;
    color: white;
}

.projeto-card i:hover {
    color: yellow;
}

.projeto-card > p {
    text-align: center;
    margin-top: 10px;
}

.botaonav:hover,
.botaonav:focus,
.botaonav:active {
  background-color: #3a1775; 
  box-shadow: none;  
  color: rgb(179, 181, 190)        
}

.local_projeto {
   text-indent: 0pt !important;
}











