/*
** 4.1  CSS ResetSite Header
*/

.top-barra {
/*	--global--admin-bar--height: 32px;
	--header--padding: 36px;*/
}

:root {
    --global--admin-bar--height: 32px;
} 

.top-bar {
	width: 100%;
	margin: 0;
	padding-left: calc(50% - var(--responsive--alignwide-width)/2);
	padding-right: calc(50% - var(--responsive--alignwide-width)/2);
}

div#top-bar .slick-list.draggable {
    margin: 0 auto !important;
}


.tw-header-full .top-bar {
    max-width: none;
    padding-left: var(--responsive--alignfull-padding);
    padding-right: var(--responsive--alignfull-padding);
}

.top-bar ul {
	display: block;
	gap: 0;
	/* flex-direction: column; */
	/* align-items: flex-end; */
	/* justify-content: right !important; */
	align-items: center;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.top-bar li {
    margin: 0 auto;
    /* width: inherit !important; */
    /* list-style: none; */
    text-align: center;
}


.button.top-bar.cerrado {
	display:none;
}

.button.top-bar:not(:empty) {
    position: relative;
    width: 100%;
    display: flex;
    color: #5ad6d6;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    background: var(--content--color--link,var(--global--color-primary));
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    /* position: absolute; */
    /* position: unset; */
    border-radius: 0;
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 2.46153846;
    height: 32px;
    top: 0;
    left: 0;
    width: 100%;
    /* min-width: 600px; */
    z-index: 9;
}

body:not(.tw-header-sticky.top-barra) .button.top-bar {
    position: unset;
}

.top-bar a {
    text-decoration: none;
    color: #ffffff !important;
    letter-spacing: 2px;
    color: currentColor;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.2s cubic-bezier(0.4,0,1,1);
}


.top-bar a.closer {
    /* font-size: 33px; */
    /* line-height: inherit; */
    /* font-weight: 400; */
    position: absolute;
    /* margin-right: 4rem; */
    margin-right: calc(50% - var(--responsive--alignwide-width)/2);
    right: 0;
    /* flex: 0; */
    /* height: 83px; */
    /* z-index: +1; */
    /* padding: 0 15px; */
    display: flex;
}

    body.tw-header-full.tw-header-layout-stack-center .top-bar a.closer {
    margin-right: var(--responsive--alignfull-padding) !important;
    }

@media(max-width:425px){
  .top-bar a.closer {
        /* margin-right: 1rem; */
    }  
}


body.top-barra-close #top-bar {
    display: none;
} 