@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
.g_ .g_title, .g_ .listagem .titulo-categoria strong{
    font-family: 'EB Garamond', serif;
}

.banner.mini-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
   
    padding-top: 86px;
    
}

.banner.mini-banner:before {
    display: none;
}
.banner.mini-banner .fullminibanner {
    width: 100%;
}
.g_ .menu.superior>.nivel-um>li>a>strong {
    font-size: 20px;
    font-weight: 800;
    color: var(--tc1);
    margin: 0;
}
.g_ .logo a>img, .g_ .logo img, .g_ .logo svg {
    position: relative;
    max-height: 88px;
    max-width: 276px;
    display: block;
    margin: unset;
}
.g_ .secao-banners .banner.cheio .flexslider {
    position: relative;
    width: 1518px;
    left: calc(50% - 758px);
}

@media (max-width: 400px){
.g_ .secao-banners .banner.cheio .flexslider {
    position: relative;
    width: 360px;
    left: calc(50% - 86px);
}}
@media (min-width: 401px) and (max-width: 500px){
.g_ .secao-banners .banner.cheio .flexslider {
    position: relative;
    width: 452px;
    left: calc(50% - 128px);
}}
@media (min-width: 501px) and (max-width: 600px){
.g_ .secao-banners .banner.cheio .flexslider {
    position: relative;
    width: 519px;
    left: calc(50% - 146px);
}
    
}
@media (min-width: 601px) and (max-width: 767px){
.g_ .secao-banners .banner.cheio .flexslider {
    position: relative;
    width: 532px;
    left: calc(50% - 151px);
}
}
@media (min-width: 350px) and (max-width: 450px){
.banner.mini-banner .fullminibanner {
    width: fit-content;
}
}