.columna {
    float: left;
    width: 25%;
    border-radius: 5px;
    padding: 3px;
  }
  .indicator-info{
    cursor:pointer;
  }
  .indicator-info p{
    margin: 0px!important;
  }
  #titulopopup{
    margin:1rem auto 3rem;
  }
  .fila {
    display: inline;
  }
  /* Clear floats */
  .fila:after {
    content: "";
    display: table;
    clear: both;
  }
  .openmodal {
    cursor:pointer;
  }
  /* The Modal (background) */
  .diu-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    max-width: 100%!important;
  }

  /* Modal Content */
  .diu-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px 20px 20px 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
  }

  .diu-modal-select{
    font-size: inherit;
    width: 20%;
    height: 2em;
  }
  /* The Close Button */
  .diu-close {
    color: #aaaaaa;
    float: right;
    /*font-size: 28px;*/
    font-weight: bold;
  }

  .diu-close:hover,
  .diu-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


  /* Estilos para modal */
  .columnmodal {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  .filamodal {margin: 0 -5px;}
  .filamodal:after {
    content: "";
    display: table;
    clear: both;
  }
  .cardmodal {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
  /* Estilos para modal */


  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
    .columna {
      width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .columna {
      width: 100%;
    }
    .columnmodal {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }