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

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

/*
===================================
Geral
===================================
*/

/* diminuindo logo */
header.header-site .row > div:nth-child(1) img{
    width: 100%;
}
@media(width <= 768px){
    header.header-site .row > div:nth-child(1) img{
        max-width: 200px !important;
    }
}

/* Botão toggle */
button.navbar-toggler {
    border: none;
    margin-left:auto;
}
button.navbar-toggler:is(:active,:visited,:focus) {
    outline: none;
    box-shadow: none;
}
/* Centralizando texto do menu mobile */
div#navbarMain{
    text-align: center;
}

/* Ajustando largura do iframe */
.single-post iframe{
    width: 100%;
    aspect-ratio:16/9;
    height:auto;
}


/*
===================================
GDPR - LGPD
===================================
*/

div#cmplz-manage-consent .cmplz-manage-consent{
    left:40px;
    right:unset;
}

@media (width >= 768px){
    div#cmplz-cookiebanner-container .cmplz-cookiebanner{
        left:10px;
        right:unset;
    }
}

@media (width <= 768px){
    div#cmplz-cookiebanner-container .cmplz-cookiebanner{
        left:10px;
        right:unset;
        width: calc(100% - 20px);
        bottom: 10px;
        grid-gap:0px;
    }
}

/*
===================================
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 !important;
        margin-right: auto !important;
    }
    .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;
    }
}

/*
===================================
Post type receitas
===================================
*/

.receita-imagem{
    max-height: 400px;
}
