.banner {
	width: 880px;
	height: 275px;
	margin-top: 20px;	
}
.clientes {
	display: table;
	background: url('../img/sombra_top.png') no-repeat bottom;
}
.caminho {
	position: relative;
	top: 12px;
}
.cliente {
	float: left;
	height: 125px;
	border-right: solid 1px #EEE;
	border-left: solid 1px #CCC;
	font: 10px Verdana;
	color: #949494;
	line-height: 110px;
}
.clientes .first {
	border-left: 0;
}
.clientes .last {
	border-right: 0;	
}
.logo_cliente {
	margin: 0 55px;
	vertical-align: middle;
}
#menus {
	width: 800px;
	height: 190px;
	background: url('../img/menus.jpg') no-repeat center;
	margin: auto;
}
#menus div {
	text-align: justify;
	color: #777;
	width: 270px;
	height: 65px;
	margin: 15px 65px;
	float: left;
}
.banner-lgpd-consent-container {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 29999999;
}
.banner-lgpd-consent--show {
    animation: show 1s both;
}
.banner-lgpd-consent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 0;
    width: calc(100vw - 20px);
    max-width: 1326px;
    height: 70px;
    padding: 27px;
    background-color: rgba(64,64,64,.9);
    box-shadow: 0 8px 6px 0 rgb(0 0 0 / 41%);
    border-radius: 5px;
    overflow: hidden;
/*    transform: translate3d(0,100vh,0);*/
    text-align: center;
}
.banner-lgpd-consent__column {
    padding: 0 54px;
    margin: 0 -30px;
    color: #fff!important;
    font-size: 14px;
    font-weight: 400!important;
    line-height: 16px;
    display: block!important;
}
.banner-lgpd-consent__column {
    padding: 0 54px;
    margin: 0 -30px;
    color: #fff!important;
    font-size: 14px;
    font-weight: 400!important;
    line-height: 16px;
    display: block!important;
}
.banner-lgpd-consent__accept {
    position: relative;
    display: block;
    width: 118px;
    height: 36px;
    line-height: 34px;
    background: #e9b425;
    border-radius: 1px;
    cursor: pointer;
    color: #000!important;
    border: none;
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 40%);
    transition: all .3s;
}
.banner-lgpd-consent__link {
    color: inherit;
    text-decoration: underline;
}