textarea {
    resize: none !important;
}

.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: white;
}

.form_img {
    width: 100%;
}

.container_borde {
    border-bottom: 5px solid #8a9597;
}

.titulo_seccion {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: rgb(0, 0, 0);
}

.txt_3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.txt_2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: rgb(0, 0, 0);
}

.txt_1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.txt_form {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgb(0, 0, 0);

}

.txt_4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: rgb(46, 46, 46);
}

.accordion-button {
    background-color: #ecf1fa !important;
    color: rgb(0, 0, 0) !important; 
}

.accordion-body {
    background-color: rgb(255, 255, 255);
    
}
.img_noti{
    width: 30px;
}


@media screen and (max-width: 576px) {
    .titulo_seccion {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }

    .txt_3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .txt_4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: rgb(0, 0, 0);
    }
}