.img_tarjeta{
    width: 50px;
}
.card{
    width: 18rem;
}

.card:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgb(255, 255, 255);
}

.container_img_modal{
    text-align: center;
}

.modal_img{
    width: 400px;
}
.txt_modal_body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: rgb(73, 79, 83);
    text-align: justify;
}
.mostrar_pc {
    display: block;
}

.mostrar_mob {
    display: none;
}
.txt_1{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(73, 79, 83);
    text-align: justify;
}
.modal-dialog {
    margin-top: 5px !important;  /* Cambia este valor según tu necesidad */
}

.modal-content {
    background-color: white !important;
}


@media screen and (max-width: 576px) {
    .modal-dialog {
        margin-top: 3px !important;  /* Cambia este valor según tu necesidad */
    }
    
    .txt_modal_body{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: rgb(73, 79, 83);
        text-align: center;
    }
    .txt_1{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: rgb(73, 79, 83);
        text-align: center;
    }
    .mostrar_pc {
        display: none;
    }

    .mostrar_mob {
        display: block;
    }
    .modal_img{
        width: 100%;
    }
    
    .titulo_seccion{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }
    .img_tarjeta{
        width: 50px;
    }
}