#main-searchbox {
margin-left: auto; /* empurra até a borda direita */
}
#content{
padding: 0 15rem;
}

/* Página de busca facetada */
.browse-controls {
display: flex;
justify-content: space-between;
}
.pagination {
display: flex;
align-items: center;
}
.button.permalink {
display: none;
}
nav.pagination form {
display: flex;
align-items: center;
padding: 10px;
}
nav.pagination .row-count {
padding: 10px;
}
.faceted-browse-page #section-content table .resource-link {
flex-wrap: nowrap;
}

/*cartões página inicial*/

.card-img-top {
transition: all 0.3s ease;
}
.card-img-top:hover {
filter: brightness(0.8);
transform: scale(1.05);
}
.card a {
text-decoration: none;
outline: none;
border: none;
background: none !important; 
}
.header-info a {
text-decoration: none; 
outline: none; 
border: none; 
background: none !important; 
}
#resources-linked {
display: none;
}
.resource-link img {
width: 60px;
margin: 10px
}
.property {
padding: 10px;
}

.property dt {
font-weight: bold;
font-size: large;
}

/*teste*/

.media-embeds {
float: left;
margin-right: 20px;
max-width: 60rem;  
}

.media-embeds img {
display: block;
height: auto;
max-width: 100%;
}

.media-embeds ~ dl {
overflow: hidden; 
}