@import url("index.css");

footer{
    width: 100%;
    padding: 40px 0;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
}
footer .interface .top-rodape,
footer .interface .meio-rodape{
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid;
}

footer .interface .baixo-rodape p{
    margin: 20px 0;
}

footer .interface .top-rodape .esquerda-top-rodape{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.top-rodape .esquerda-top-rodape .logo{
    align-items: first baseline;
    justify-content: space-between;
}
footer .interface .top-rodape .direita-top-rodape ul{
    align-items: center;
    padding: 0;
}

.direita-top-rodape ul li{
    margin: 10px 0;
}

.direita-top-rodape .links-rapidos ul li a{
    display: block;
    transition: all 0.6s;
}

.direita-top-rodape .links-rapidos ul li a:hover{
    transform: scale(1.5);
    color: rgb(248, 182, 0);
    background-color: rgb(92, 88, 80);
    border-bottom-style:groove;
    border-bottom-color: rgb(255, 166, 0);
}


footer .interface .top-rodape .direita-top-rodape,
footer .interface .top-rodape .esquerda-top-rodape,
footer .interface .meio-rodape .direita-meio-rodape,
footer .interface .meio-rodape .esquerda-meio-rodape{
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 50%;
    margin:20px 0;

}

footer .logo img{
    max-width: 60px;
    margin: 0 0 20px 0;
}

footer ul{
    list-style: none;
    padding: 0;
}
/*
atendimanto@inss.gov.ao
Para validar os dados dos vinculados*/
footer a{
    color: white;
    text-decoration: none;
}

footer .interface .meio-rodape .contactos a{
    display: block;
    margin: 5px 0;
}

footer .interface .meio-rodape .contactos a button{
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    border: 2px;
    color: white;  /* A cor base agora é aplicada diretamente no botão */
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

footer .interface .meio-rodape .contactos a button p,
footer .interface .meio-rodape .contactos a button i{
    padding: 20px;
}

footer button i{
    font-size: 200%;
}
footer button p{
    font-size: 1.2em;
    font-weight: 500;
}
footer .meio-rodape .contactos a button i,
footer .meio-rodape .contactos a button p{
    margin: 0;
    padding: 0;
    color: inherit;
}
footer .meio-rodape .contactos a button:hover{
    background-color: rgb(255, 125, 3);
    color: black;
    border-color: white;
}

footer .interface .meio-rodape .redes-sociais a{
    display: inline-block;
    margin: 5px;
    font-size: 1.5em;
    color: white;
    transition: color 0.3s ease;
}

footer .interface .meio-rodape .redes-sociais a i:hover{
    color: rgb(248, 182, 0);
}

footer .interface .baixo-rodape{
    align-items: center;
    border-bottom: 1px solid;
}