
.ListResult a {
    display: block;
    color: #9BB61B;
}
.ListResult a{
    text-decoration:none;
}

.ListResult .TituloResultado {
    font-size: 16px;
    font-weight: bold;
}
.resultados {
    background-color: white;
    padding: 20px;
}
.ocultarResultados{
    display:none !important;
}
.TxtBuscadorPrincipal {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #eff1f2;
    background-clip: padding-box;
    width: 400px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: auto;
}
    .TxtBuscadorPrincipal:focus {
        border: 1px solid #a6c8ff;
    }
.TxtBuscadorPrincipal input {
    background-color: #eff1f2;
    padding: .500rem 0;
    border: none !important;
    width: 93%;
}
    .TxtBuscadorPrincipal input:focus {
       
        border-right:none;
        border-left:none;
       
    }
    .TxtBuscadorPrincipal a{
        float:left;
        margin-top:5px;
        margin-left:5px;
    }
        .TxtBuscadorPrincipal a em {
            color: #455f26;
        }
@media only screen (max 990px){
	ul.ListResul{
		width:100% !important;
	}
}