/* Your Custom CSS Goes here */
.logoe{
    padding-top: 8px;
    width: 150px;
    height: auto;
}
.logon{
    padding-top: 8px;
    width: 200px;
    height: auto;
}
.redes{
    width: 35px;
    height: auto;
    margin-left: 20px;
}
.btn-ent {
    margin-left: 15px;
    background-color: #891A5D;
    color: #FFF;
}
.btn-entsm {
    background-color: #891A5D;
    color: #FFF;
}
.btn-ent:hover {
    color: #FFF;
    background-color: #B32279;
}
.btn-entsm:hover {
    color: #FFF;
    background-color: #B32279;
}
a .sinra {
    text-decoration:none;
}
.fbusca {
    border: 1px solid #F8D3E9;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 50%);
    padding: 5px 4px 3px 5px;
    display: flex;
}

.buscar {
    background-color: #ffffff;
    flex: 1;
    float: left;
    min-height: 100%;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    letter-spacing: 0;
    border: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    margin: 0 !important;
}

.blanco {
    color: #FFF;
}