body {
    padding: 0;
    margin: 0;
    background-color: #F6F6F6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.div-banner {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    /* margin-bottom: 30px; */
    /* background-image: url("/images/bg-sos.rs.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}

.div-banner h2 {
    font: 400 24px inter;
    color: #ffff;
}

.div-banner img {
    width: 428px;
}

input {
    width: 438px;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    padding: 12px 40px;
    font: 400 16px inter;
    color: #888888;
    background-image: url("/icons/lupa.svg");
    background-repeat: no-repeat;
    background-position: 3%;
}

input:focus {
    outline: none;
}

.container-home {
    display: flex;
    flex-direction: column;
}

.div-logo {
    display: flex;
    justify-content: center;
    padding: 30px;
    background-color: #FEFEFE;
}

.btns-ajuda {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.btns-ajuda button:nth-child(1) {
    width: 100px;
    border: none;
    border-radius: 6px;
    background-color: salmon;
    padding: 5px 10px;
    font: 500 14px inter;
    color: black;
    cursor: pointer;
}

.btns-ajuda button:nth-child(2) {
    width: 100px;
    border: none;
    border-radius: 6px;
    background-color: wheat;
    padding: 5px 10px;
    font: 500 14px inter;
    color: black;
    cursor: pointer;
}

.btns-ajuda button:nth-child(3) {
    width: 100px;
    border: none;
    border-radius: 6px;
    background-color: aquamarine;
    padding: 5px 10px;
    font: 500 14px inter;
    color: black;
    cursor: pointer;
}

.btn-ajudar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn-ajudar a {
    padding: 8px 18px;
    background-color: #ffff;
    border-radius: 8px;
    font: 500 18px inter;
    color: #114740;
    text-decoration: none;
}

.div-informacoes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 10%;
    margin-bottom: 30px;
}

.div-informacoes h2 {
    font: 400 25px inter;
    color: #114740;
    text-align: center;
    margin-bottom: 40px;
}

.informacoes-doacoes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div-dados-doacoes {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    background-color: #EEFFFC;
    border-radius: 8px;
}

.div-dados-doacoes div:nth-child(1) {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    font: 500 25px inter;
    color: #114740;
    gap: 8px;
}

.div-dados-doacoes div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 6px;
    font: 500 25px inter;
    color: #114740;
    background-color: #19E8D4;
}

.div-dados-doacoes div:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 6px;
    font: 500 25px inter;
    color: #114740;
    background-color: #C6FFF6;
}

.div-dados-doacoes div:nth-child(4) {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 6px;
    font: 500 25px inter;
    color: #114740;
    background-color: #FBFBFB;
}

.text-menor-1 {
    font: 400 12px inter;
    color: #888888;
}

.text-menor-2 {
    font: 400 12px inter;
    color: #114740;
}

.card-familia {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 0.5px solid #D1D1D1;
    border-radius: 6px;
    padding: 10px 13px;
    background: #FEFEFE;
}

.card-familia h5 {
    font: 500 14px inter;
    color: #454545;
}

.dados-campo h6 {
    font: 400 12px inter;
    color: #888888;
}

.dados-campo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dados-campo div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: -3px;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    margin-top: 10px;
}

.div-resultados {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.div-resultados h6 {
    font: 500 12px inter;
    color: #114740;
}

.div-cards-familias {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10% 5rem;
}

.btn-whats {
    background-color: #587e79;
    border-radius: 6px;
    color: #ffff;
    font: 500 14px inter;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 10px;
}

.btn-whats:hover {
    background-color: #114740;
}

.div-logo-principal {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.div-logo-acsr img{
    width: 286px;
}

.div-logo-acsr {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media(max-width: 1537px) {}

@media(max-width: 1400px) {
    .grid-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 1025px) {
    .informacoes-doacoes {
        flex-direction: column;
        gap: 10px;
    }

    .grid-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .div-logo-acsr {
        width: 100%;
        align-items: center;
    }

    .div-logo-acsr img {
        width: 186px !important;
    }
}

@media(max-width: 960px) {
    .grid-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .div-cards-familias {
        align-items: normal;
    }
}

@media(max-width:769px) {
    .div-informacoes h2 {
        font-size: 20px;
    }

    .div-banner h2 {
        font-size: 18px;
    }
}

@media(max-width: 599px) {
    input {
        width: 90%;
    }

    .div-dados-doacoes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .div-informacoes h2 {
        font-size: 18px;
    }
}

@media(max-width:530px) {
    .grid-cards {
        grid-template-columns: 1fr;
    }

    .dados-campo {
        gap: 20px;
    }
}

@media(max-width: 426px) {
    .div-banner h2 {
        font-size: 16px;
    }

    .div-banner img {
        width: 80%;
    }

    .informacoes-doacoes {
        gap: 20px;
    }
}

@media(max-width: 376px) {
    .div-dados-doacoes {
        width: 100%;
        grid-template-columns: 1fr;
    }

    input {
        width: 80%;
    }
}

@media(max-width: 321px) {
    .div-banner h2 {
        font-size: 12px;
    }
}
