/*CONFIGURACION DE MODAL*/

.card-text, .modal-body{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: rgb(104, 103, 103);
   
}

.card-title, .modal-title{
    font-weight: 550;
 color: #2193b0;
}

.modal-body{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: rgb(104, 103, 103);
}

button{
    margin-bottom: 15px;
}

.row, .col{
    margin-bottom: 30px;
    justify-content: center;
  
}

