@media screen and (max-width: 1024px) {
    .container_nosotros .img img {
        width: 400px;
        height: 400px;
    }
    .container_donaciones .img img {
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 900px) {
    banner .bg_banner h1 {
        font-size: 35px;
    }
    banner .bg_banner p {
        width: 50%;
    }
    .text_donaciones h2 {
        margin-top: 15px;
    }
    .text_donaciones > p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .noticia {
        margin-left: 40px;
    }
    .text_banner {
        margin-left: 50px;
    }
    .noticia img {
        height: 200px;
        width: 200px;
    }
    .noticia h2 {
        font-size: 25px;
    }
    .noticia h4 {
        font-size: 16px;
    }
    .noticia p {
        margin-top: 10px;
        width: 90%;
    }

}
@media screen and (max-width: 830px) {
    .container_nosotros {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .container_donaciones {
        flex-direction: column-reverse;
        gap: 25px;
    }
    .noticia {
        flex-direction: column-reverse;
        gap: 0;
    }
    .noticia img {
        height: inherit;
        width: 90%;
    }
}

.fa-bars {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .fa-bars {
        display: block !important;
        margin-right: 50px;
    }
    .nav {
        position: absolute;
        top: 75px;
        display: none;
        background: #fff;
        height: 100vh;
        width: 100%;
    }
    .login {
        display: none;
        gap: 20px;
        text-align: center;
        margin-right: 20px;
        position: absolute;
        top: 543px;
        left: 27%;
        flex-direction: column;
    }
    .login a {
        border: 2px solid #000;
        color: #000;
        border-radius: 0 20px 0 20px;
        padding: 5px 10px;
        font-size: 25px;
        background: transparent;
        font-family: 'Poppins', sans-serif;
    }
    header .nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-top: 50px;
    }
    header .nav ul li {
        margin-left: 0;
    }
    header .nav ul li a {
        color: #000 !important;
        font-size: 25px;
    }
    .img_noticia {
        margin-top: 20px;
    }
    #noticias {
        padding: 20px;
        height: inherit;
    }
}
@media screen and (max-width: 650px) {
    .container_footer_contact {
        flex-direction: column;
        gap: 20px;
    }
    .noticia img {
        height: 200px;
        width: 100%;
    }
    .container_donaciones .img img {
        width: 350px;
        height: 200px;
    }
    .container_nosotros .img img {
        width: 350px;
        height: 200px;
    }
    .mini_header {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .text_donaciones > p {
        width: inherit;
    }
    .text_nosotros > p {
        width: inherit;
    }
    .relleno {
        display: none;
    }
    banner .bg_banner .btn {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .container_fotos img {
        height: 130px;
    }
}

@media screen and (max-width: 425px) {
    .p_donaciones {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
@media screen and (max-width: 375px) {
    .container_nosotros .img img {
        width: 100%;
        height: 100%;
    }
    .container_donaciones .img img {
        width: 100%;
        height: 100%;
    }
}