.abepoli-footer {
  background-color: #F7BE00;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.realizarLogin {
    background-color: #F7BE00;
    color: #000;
    font-family: 'Lato', sans-serif;
    padding-top: 40px;
  
}
.abepoli-footer a {
    color: inherit;
    text-decoration: none;
}

.wave-shape-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg); 
    margin-bottom: -5px; 
}

.wave-shape-divider svg {
    display: block;
    width: 100%;
    height: 120px;
}

.shape-fill {
    fill: #fabf11;
}
#footerdoa{
    fill:  #ffe68a !important;
}
.footer-content {
    margin-top: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3em 10%;
    gap: 2em;
}

.footer-col {
    flex: 1 1 30%;
    min-width: 250px;
}

.logo-col {
    margin-top: 40px;
    text-align: center;
}

.footer-logo {
    width: 290px;
    height: auto;
    margin-bottom: 0.6em;
}

.slogan {
    font-weight: bold;
    font-size: 0.9em;
}

.contact-col i,
.dev-col i {
    margin-right: 10px;
}

.contact-col p,
.dev-col p {
    margin: 0.3em 0;
}

.social-icons p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-bottom {
    text-align: center;
    background-color: #F7BE00;
    padding: 1em 0;
    font-weight: bold;
}
