.header-main {
    width: 100%;
    max-width: 1920px;
    background: #00000000;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-main.Head_Rolagem{
    /*background: rgb(0 0 0 / 25%);*/
    background: #000000;
    /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);*/
}

.header-estrutura{
    max-width: 1920px;
    width: 100%;
}

.header-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    align-self: stretch;
    flex-wrap: wrap;
    padding: 8px 30px;
    height: 84px;
}

.header-bottom {
    display: flex;
    width: 1680px;
    padding: 50px 40px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-top: 1px solid #ffffff;
}

.header-left {
    display: flex;
    gap: 25px;
    align-items: center;
}

.header-left img{
    height: 40px;
    width: auto;
}

.header-left a {
    display: flex;
    padding: 6px 17px 6px 17px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 127px;
    height: 35px;
    position: relative;
    overflow: hidden;
    /*transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
}

.header-left a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    /*transition: left 0.6s;*/
}

/*
.header-left a:hover {
    border: 2px solid #D42631;
    background: #D42631;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 38, 49, 0.4);
}

.header-left a:hover::before {
    left: 100%;
}*/

.header-right {
    display: flex;
}

.header-right .AcessoPortal {
    display: flex;
    height: 40px;
    align-items: center;
}

.header-right .AcessoPortal .StaplesParceiro {
    width: 115px;
    display: flex;
    align-items: center;
    margin: 0 15px 0 15px;
    border-right: 1px solid #ffffff;
    margin-right: 15px;
}

.header-right .AcessoPortal .StaplesParceiro img {
    width: 100%;
    border-right: 1px dashed var(--cinza-intermediario);
    padding: 0 10px 0 10px;
}

.header-right .AcessoPortal .CampoGE {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #ffffff62;
    background: #7A7A7A;
    margin: 0 12px 0 0;
    padding: 4px 6px;
}

.header-right .AcessoPortal .CampoMail {
    width: 150px;
}

.header-right .AcessoPortal .CampoSenha {
    width: 100px;
}

.header-right .AcessoPortal .CampImp {
    /*transition: all 400ms;*/
    background: #7A7A7A;
    border: 0;
    height: 25px;
    border-radius: 2px;
    margin: 0 2px;
    color: #ffffff;
}

/*.header-right .AcessoPortal input {
    transition: background-color 5000s ease-in-out 0s;
}*/

.header-right .AcessoPortal input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #444 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    border: none !important;
    border-radius: 0;
}

.header-right .LoginPortal .MsgPortal {
    display: flex;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 4px 0 0 0;
    justify-content: flex-end;
}

.header-right .LoginPortal .MsgPortBox a {
    color: #ffffff;
    text-decoration: underline;
}

.header-right .LoginPortal .MsgPortBox {
    color: #ffffff;
}

.header-right .AcessoPortal .SenhaVer {
    background: url(https://imagens.gimba.com.br/Images/InstitucionalPortal/img/ver.png) no-repeat #7A7A7A;
    background-size: 23px;
    width: 25px;
    height: 25px;
    background-position: center;
    cursor: pointer;
    margin: 0;
}

.header-right .AcessoPortal .SenhaDesver {
    background: url(https://imagens.gimba.com.br/Images/InstitucionalPortal/img/desver.png) no-repeat #7A7A7A;
    background-size: 21px;
    width: 25px;
    height: 25px;
    background-position: center;
    cursor: pointer;
    margin: 0;
}

.header-right .AcessoPortal button.button {
    padding: 12px 12px;
    border: 0;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    /*transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
}

.header-right .AcessoPortal button.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    /*transition: left 0.6s;*/
}

.header-right .AcessoPortal button.button:hover{
    background: #000000;
}

/*
.header-right .AcessoPortal button.button:hover {
    background: #D42631;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 38, 49, 0.4);
}

.header-right .AcessoPortal button.button:hover::before {
    left: 100%;
}*/

.header-right .AcessoPortal .button-primary {
    background: #ffffff;
    color: #ffffff;
}


/*FOOTER*/

.footer-main {
    width: 100%;
    max-width: 1920px;
    background: #000000;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.footer-estrutura{
    width: 100%;
    max-width: 1920px;
}

.footer-top {
    display: flex;
    width: 100%;
    max-width: 1680px;
    padding: 0 40px 30px 40px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 50px;
    align-self: stretch;
    flex-wrap: wrap;    
    margin: 0 auto;
}

.footer-bottom {
    display: flex;
    width: 100%;
    max-width: 1680px;
    padding: 30px 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #ffffff;
    margin: 0 auto;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left img{
    height: 35px;
    width: auto;
}

.footer-left a{
    display: flex;
    padding: 6px 15px 6px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100px;
    height: 33px;
    position: relative;
    overflow: hidden;
    /*transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
}

.footer-left a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    /*transition: left 0.6s;*/
}

.footer-left a:hover {
    border: 1px solid #D42631;
    background: #D42631;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 38, 49, 0.4);
}

.footer-left a:hover::before {
    left: 100%;
}

.footer-right {
    display: none;
}

.footer-info {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.footer-text {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    font-family: var(--font-family);
    line-height: 1.4;
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    width: 46px;
    height: 46px;
    background: transparent;
    border-radius: 5px;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

