/* NAVBAR */

nav {
    height: 50px;
    background-color: #585ad3;
}

.nav-inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header-logo {
    height: 100%;

    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    position: absolute;
    z-index: 1;
}

.header-logo_mobile {
    height: 35px;
}

#content-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    position: relative;
    margin-left: 65px;
    height: 100%;
}

#input-nav {
    background-color: #4f51bd;
    border: unset;
    color: #fff;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    height: 100%;
    padding: 14px 48px 14px 27px;
    font-family: BwModelicaMedium;
    font-size: 14px;
}

#busca {
    display: inline-block;
    width: 50%;
    height: 100%;
}

#form-busca {
    position: relative;
    height: 100%;
    z-index: 1001;
}

.campo-busca {
    height: 100%;
}

#busca-loading {
    display: none;
    position: absolute;
    top: 13px;
    right: 45px;
    color: #fff;
}

#button-close {
    display: none;
    position: absolute;
    top: 13px;
    right: 45px;
    cursor: pointer;
    color: #fff;
}

#button-search {
    position: absolute;
    top: 13px;
    right: 17px;
}

#button-search>button {
    background-color: transparent;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 16px;
    background: transparent;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;

    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    -moz-transition: -moz-box-shadow .15s ease-in-out;
    -o-transition: -o-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
}

#button-search>button:focus {
    outline: unset;
}

#input-nav:focus {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

#input-nav::placeholder {
    color: #fff;
}

#form-busca .busca-resultados {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 0;
    width: 100%;
    z-index: 50;
    border: 1px solid #CCC;
    border-top: unset;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

#form-busca .busca-resultados>div {
    margin-bottom: 10px;
    text-align: center;
}

#form-busca .busca-resultados p {
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400;
}

.titulo-busca {
    background: #f7f7f7;
    padding: 6px;
    margin: 0 -15px 14px !important;
}

.busca-link {
    display: inline-block;
    width: 85%;
}

.busca-perfil .busca-link {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.busca-perfil .busca-link:nth-child(3) {
    margin-top: 5px;
}

.busca-perfil .busca-link:hover img {
    border-color: #585ad3;
}

.busca-perfil .busca-link:hover p {
    color: #585ad3 !important;
}

.bsc-card {
    display: flex;
    align-items: center;
    width: 70%;
    width: 100%;
    margin-left: 7%;
}

.bsc-card-perfil {
    margin: 0 auto;
}

.bsc-card p {
    width: 78%;
    transition: all .5s ease;
    text-align: left;
}

.bsc-card-avatar {
    width: 22%;
    margin-right: 10px;
}

.bsc-card-img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.bsc-card-img img {
    border-radius: 50%;
    transition: 0.5s ease;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.busca-cd .busca-link, .busca-ep .busca-link {
    margin-bottom: 0;
}

.busca-cd-content, .busca-ep-content {
    position: relative;
    border-radius: 70px;
    background: #f5f5f5;
    border: 2px solid #dedede;
    display: flex;
    align-items: center;
    transition: 0.5s ease;
}

.busca-cd-content:hover {
    border-color: #585ad3;
}

.busca-cd-content:hover p {
    color: #585ad3;
}

.busca-ep-content:hover {
    border-color: #585ad3;
}

.busca-ep-content:hover p {
    color: #585ad3;
}

.busca-bg-capa {
    width: 23%;
}

.busca-bg-capa-img {
    padding-top: 100%;
    position: relative;
}

.busca-bg-capa img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 70px;
}

.busca-ver-mais {
    background-color: #585ad3;
    margin: 0 -15px !important;
    padding: 7px 0;
}

.busca-ver-mais>p {
    margin-bottom: 0;
    font-size: 14px;
}

.busca-ver-mais button {
    -webkit-appearance: unset;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    line-height: 21px;
    padding: 0;
}

#busca-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff5;
    z-index: 1000;
}

#redes-sociais {
    margin-left: 15px;
}

#input-nav, #redes-sociais, #entrar {
    display: inline;
}

#redes-sociais>a {
    margin: 0 6px;
}

.nav-acoes {
    font-size: 22px;
    margin-left: auto;
}

.acoes-deslogado_mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 25px;
}

.acoes-deslogado {
    color: #fff;
    font-size: 16px;
}

.acoes-deslogado span:nth-child(2) {
    font-family: MontserratLight;
    font-size: 15px;
}

#curtidas {
    margin-right: 10px;
}

#usuario {
    display: inline-block;
    width: 32px;
    height: 32px;
    /* line-height: 32px; */
    background-color: #0005;
    border-radius: 50%;
    text-align: center;
}

.usuario-detalhes {
    position: absolute;
    width: 230px;
    background-color: #fff;
    right: 0;
    top: 36px;
    border-bottom-left-radius: 40px;
    padding: 15px;
    display: none;
    z-index: 1002;
    font-family: BwModelica;
    box-shadow: 1px 1px 1px 0px #ddd;
}

.usuario-detalhes .close {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 14px;
}

.detalhes {
    display: inline-flex;
    width: 100%;
}

.usuario-imagem {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 30px;
    border-top-left-radius: 0;
}

.usuario-imagem>img {
    width: 100%;
    border-radius: 50%;
}

.usuario-detalhes .infos {
    line-height: 1;
    color: #000;
}

.usuario-detalhes .infos>#usuario-nome {
    font-family: BwModelicaBold;
    font-size: 17px;
}

.usuario-detalhes .infos>#usuario-email {
    font-size: 13px;
}

.usuario-detalhes .links>a {
    color: #555;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.usuario-detalhes .infos>p {
    margin-bottom: 3px;
}

.logout {
    font-family: Montserrat;
    background-color: transparent;
    border: 1px solid #999;
    color: #999;
    font-size: 11px;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 20px;
}

.logout:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

#entrar {
    position: absolute;
    right: 0;
    font-family: BwModelica;
}

#entrar>a:hover {
    text-decoration: none;
}

#redes-sociais>a, #entrar>a {
    color: #fff;
    font-size: 16px;
}

@media (min-width: 414px) {}

/* sm */
@media (min-width: 576px) {}

/* md */
@media (min-width: 768px) {
    .header-logo {
        background-color: #fff;
        height: 55px;
        width: 55px;
        border-bottom-left-radius: 40%;
    }

    .header-logo>img {
        width: 28px;
    }

    #content-nav {
        margin-left: 55px;
    }
}

/* lg */
@media (min-width: 992px) {}

/* xl */
@media (min-width: 1200px) {}
