/*
===================================
Root
===================================
*/

:root{
	--transition-all:all .2s ease-in-out;
}

/*
===================================
Geral
===================================
*/
.header-main{
    display: flex;
    justify-content: center;
}
.site-branding {
    max-width: 200px;
    display: block;
}
.site-branding .custom-logo {
    margin: 0px;
}
@media(max-width: 768px){
    .site-branding {
        max-width: 150px;
        display: block;
    }
}
@media(max-width: 500px){
    .header-main {
        padding: 0.8rem;
    }
    .site-branding {
        max-width: 100px;
        display: block;
    }
}

.header-main :is(.site-title, .site-description){
    display: none;
}
/*
===================================
Templates - Loop
===================================
*/

div.linha.elementor-widget-divider{
	margin-top:auto;
}





/*
===================================
Estilos para Glossário
===================================
*/

/* TIAGO - AJUSTES */

main#main.enwp-site-main{
	margin-top:unset;
}

@media(max-width: 1024px){
	main#main.enwp-site-main{
		margin-top:unset;
	}
}

/* Section 1 - Titulo e descrição */

@media (min-width: 768px){
    .enwp-entry-content {
        margin-left: auto;
        margin-right: auto;
    }
    .glossario_page .enwp-container-banner {
        max-width: 1140px;
        padding:0 15px;
    }
    .glossario_page .enwp-row-banner {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/* Section 2 - lista alfabética */

.list-inline.enwp-menu-letras-alfabeto {
    margin-left: 0px;
}
.enwp-menu-letras-alfabeto {
    margin: 0px;
}

/* Section 3 - cards */

.enwp-card-mb-3{
    height: calc(100% - 15px);
}

.enwp-card-mb-3 .enwp-card-body.card-body{
    height:inherit;
    display: flex;
    flex-direction: column;
}

.enwp-card-mb-3 .enwp-card-body.card-body a.enwp-glossario-buttom {
    margin-top: auto;
    align-self: start;
}

/* Modelo de Categoria do Glossário */

.enwp-banner-header{
	margin-top:unset;
}

@media(max-width: 1024px){
	.enwp-banner-header{
		margin-top:unset;
	}
}