nav#topo {
    position: relative;
    width: 100%;
    background-image: var(--bgimage1);
    color: white;
    padding: 1em 0;
}

nav#topo > div .menu {
    position: absolute;
    font-size: 1em;
    z-index: 51;
    top: -4px;
    left: 0;
}
nav#topo > div .titulo {
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
}

nav#topo .elem-resp {
    position: relative;
    height: 2em;
    z-index: 10;
}
nav#topo .menu {
    text-align: left;
    margin-right: 2em;
}
nav#topo .menu img {
    width: 100%;
}

nav#topo .titulo {
    font-size: 0.9em;
}

#topo .icone-direita {
    position: absolute;
    right: 0;
    top: -1px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

/* USUÁRIO */
.usuario {
    box-shadow: 0 0 0 2px white;
}
.usuario .foto i {
    font-size: 2.19em;
    margin-top: -1px;
}

.usuario .foto img {
    height: 100%;
}
.usuario .foto.logado {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

/* BUSCA TOPO */
.busca-topo {
    opacity: 0.7;
    transition: all 0.2s ease;
    font-size: 0.9em;
    text-align: center;
    right: 45px!important;
}
.busca-topo:hover {
    cursor: pointer;
    opacity: 1;
}

.cont-busca-on {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 80%;
    text-align: right!important;
}
.cont-busca-on > div {
    width: 100%;
}
.cont-busca-on > div .cont-input {
    border: 2px solid white;
    border-radius: 50px;
    padding: 0.5em;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    background-color: white;
}
.cont-busca-on > div .cont-input input {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 90%;
    padding-left: 1em;
}
.cont-busca-on > div .cont-input button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.35em 1em;
    border: 0;
    min-width: 0;
    color: var(--color1);
    background-color: transparent;
}

.cont-busca-on .busca-topo.fechar {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.btn-copiar-url-busca {
    position: absolute;
    top: 0;
    right: 5em;
    background-color: green;
    color: white;
    font-size: 0.6em;
    padding: 0.3em 0.5em;
    border-radius: 50px;
    margin-top: 0.9em;
    transition: all 0.2s ease;
}
.btn-copiar-url-busca:hover {
    cursor: pointer;
    background-color: rgb(0, 58, 0);
}

@media screen and (max-width: 768px) {
    .content-menu-logado {
        right: -65%;
        width: 60%;
    }

    nav#topo .busca {
        width: 55%;
        margin-left: 5%;
    }
    nav#topo .busca > label > div > input {
        width: 80%;
        padding-left: 5%;
    }
    nav#topo .busca div i {
        width: 15%;
    }
    #conteudo .container-busca ul li .li-exibe-video {
        width: 20%;
    }
    #conteudo .container-busca ul li .busca-conteudo {
        left: 20%;
        width: 73%;
    }
}

@media screen and (max-width: 485px) {
    nav#topo > div .menu {
        width: 2.5em;
        overflow: hidden;
        margin-right: 0.5em;
    }
    nav#topo > div .menu a img {
        width: auto;
    }
}

@media screen and (max-width: 410px) {
    ul.menu-conteudo li {
        display: block;
        margin-bottom: 1em;
        width: 100%;
        box-sizing: border-box;
    }
    ul.menu-conteudo li a {
        display: block;
    }
}

@media screen and (max-width: 350px) {
    nav#topo > div .menu {
        margin-right: 0;
    }
    #topo .usuario {
        display: none;
    }
}

