/*
** 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);
}

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

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

.top-bar li {
    margin: 0;
    list-style: none;
    text-align: center;
}

.top-bar ul:not(.slick-initialized.slick-slider) li.alone {
	left: calc(50% - var(--responsive--alignwide-width)/2);
    order: -1;
    position: absolute;
}

.tw-header-full .top-bar ul:not(.slick-initialized.slick-slider) li.alone {
	left: calc( var(--responsive--alignfull-padding) );
    order: -1;
    position: absolute;
}

.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: 34px;
    /* font-weight: 400; */
    position: absolute;
    margin-right: 4rem;
    margin-right: calc(var(--responsive--alignfull-padding) + 0px);
    right: 0;
    flex: 0;
    height: 45px;
    z-index: +1;
    padding: 0 15px;
}

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

.top-bar ul.slick-dots {
    display:none !important;
}

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