@font-face {
    font-family: "Gotham";
    src: url("/assets/fonts/gotham/Gotham-Black.eot");
    src: url("/assets/fonts/gotham/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/gotham/Gotham-Black.woff2") format("woff2"), url("/assets/fonts/gotham/Gotham-Black.woff") format("woff"),
        url("/assets/fonts/gotham/Gotham-Black.ttf") format("truetype"), url("/assets/fonts/gotham/Gotham-Black.svg#Gotham-Black") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Ultra";
    src: url("/assets/fonts/gotham/Gotham-Ultra.eot");
    src: url("/assets/fonts/gotham/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/gotham/Gotham-Ultra.woff2") format("woff2"), url("/assets/fonts/gotham/Gotham-Ultra.woff") format("woff"),
        url("/assets/fonts/gotham/Gotham-Ultra.ttf") format("truetype"), url("/assets/fonts/gotham/Gotham-Ultra.svg#Gotham-Ultra") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#doadores .topo-doadores {
    min-height: 270px;
    background-color: #ec5865;
    font-family: "Gotham";
    color: #fff;
    padding-top: 50px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#doadores .topo-doadores .titulo-topo .icone-top img {
    max-width: 150px;
}
@media (max-width: 768px) {
    #doadores .topo-doadores .titulo-topo .icone-top img {
        max-width: 130px;
        margin-right: 20px;
    }
}
#doadores .topo-doadores .titulo-topo .botao-topo {
    background-color: #6b4f9c;
    border-radius: 20px;
    padding: 10px 50px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}
#doadores .topo-doadores .titulo-topo .botao-topo .destacado {
    color: #ec5866;
}
#doadores .topo-doadores .titulo-topo h1 {
    line-height: 75px;
}
@media (max-width: 768px) {
    #doadores .topo-doadores .titulo-topo h1 {
        line-height: 40px;
    }
}
#doadores .topo-doadores .titulo-topo h1 .fonte-maior {
    font-size: 1.5em;
}
@media (max-width: 768px) {
    #doadores .topo-doadores .titulo-topo h1 .fonte-maior {
        font-size: 1em;
        padding-left: 5px;
    }
}
#doadores .topo-doadores .seu-voto-tem-poder {
    text-align: center;
    margin-right: 10px;
}
#doadores .topo-doadores .seu-voto-tem-poder img {
    max-width: 250px;
}
@media (max-width: 768px) {
    #doadores .topo-doadores .seu-voto-tem-poder img {
        max-width: 200px;
    }
}
#doadores .titulo-box {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 2.5rem 1rem;
    margin-bottom: 0;
    font-family: "Gotham Ultra";
}
#doadores .titulo-box.titulo-box-1 {
    background-color: #ec5866;
}
#doadores .lista-doadores {
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 70px 0 60px 0;
}
#doadores .lista-doadores p {
    color: #654c97 !important;
}
#doadores .logos-bg {
    min-height: 500px;
    background-color: #f6a31c;
}
#doadores .logos-bg .container {
    background-color: #fff;
    min-height: 500px;
    padding: 0 30px 30px 40px;
}
@media (max-width: 768px) {
    #doadores .logos-bg .container {
        padding: 0;
    }
}
#doadores .logos-bg .container img {
    margin: 10px;
}
@media (max-width: 768px) {
    #doadores .logos-bg .container img {
        margin: 0 5px 0 5px;
    }
}
#doadores .faixa-roxa {
    min-height: 100px;
    background-color: #6b4f9d;
}
