body{ 
  font-weight: 300 !important;
  font-style: normal !important;
}
#cargando{
  height: 700px;
}
.modal-container{
    height: 100%;
    width: 100vw;
    background-color: rgba(50, 50, 50, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    
  }
  .modal_content_body{    
    width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 30px;
  }
  .modal-titulo{
    font-weight: bold;
  }
  .btn-modal{
    background-color: rgb(26.7, 52.5, 15.7);
    color: white;
    padding: 10px;
    border-radius: 10px;
  }
  .btn-modal-container{
    display: flex;
    justify-content: center;
  }
  .btn-modal-container button{
    margin: 10px 10px 0px 10px;
  }
  .anim-succes{
    animation: succes 5s linear;
  }
  @keyframes succes{
    0%{ opacity: 1;}
    70%{ opacity: 1;}
    100%{
      opacity: 0;      
  }
}
@media only screen 
   and (max-width : 570px) {
    .colaboracion{
        display: flex !important;
        width: 100% !important;
        padding: 0 !important;
        align-items: center;
    }
    .colaboracion img{    
        width: 70% !important;
        
    }
   
}
tr{
  max-height: 100px !important;
}
td p{
  max-height: 80px !important;
  overflow: hidden;
}
.none{
  display: none !important;
}
  