  .h1 {
    color: #10547D;
    font-family: Avenir;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }

  .span {
    color: #10547D;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
  }

  .info {
    text-align: center;
  }

  .modal {
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    width: 100%;
    max-width: 1181px;
    /* max-height: 641px; */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    margin: auto;
  }

  .ponencia-info {
    gap: 20px;
  }

  /* hss------------------------------------------ */

  .table {
    display: table;
    width: 100%;
  }

  .header-row {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  @media (max-width: 1024px) {
    .header-row {
      display: flex;
      justify-content: center;
      flex-direction: row;
      width: 100%;
    }
  }

  .head {
    height: 50px;
    color: #10547D;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
  }

  @media (max-width: 1024px) {
    .row {
      display: flex;
      flex-wrap: wrap;
    }

    .row > :nth-child(n + 2) {
      flex-basis: 20%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .row > :last-child {
      flex-basis: 40%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  @media (max-width: 560px) {
    .row {
      display: flex;
      flex-wrap: wrap;
    }

    .row > :nth-child(n + 2) {
      flex-basis: 33.3333333%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .row > :nth-child(n + 5) {
      flex-basis:100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

  }

  .cellda {
    display: flex;
    padding: 8px;
    padding-bottom: 50px;
    justify-content: center;
    width: 10%;
  }

  .cellda:first-child {
    width: 50%;
  }

  .cellda:last-child {
    width: 20%;
  }

  .cell {
    display: flex;
    flex-direction: column;
    padding: 15px 8px 30px;
    color: #10547D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 10%;
  }

  .cell:first-child {
    width: 50%;
  }

  .cell:last-child {
    width: 20%;
  }

  @media (max-width: 1024px) {
    .cell:first-child {
      width: 100%;
    }
  }

  /*Boton effecto*/
  .botonContinuar {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    height: 28px;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #F07F1E;
  }

  .botonContinuar span {
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .btn-effect,
  .btn-effect *,
  .btn-effect :after,
  .btn-effect :before,
  .btn-effect:after,
  .btn-effect:before {
    border: 0 solid;
    box-sizing: border-box;
  }

  .btn-effect {
    -webkit-tap-highlight-color: transparent;
    background-image: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-effect:disabled {
    cursor: default;
  }

  .btn-effect:-moz-focusring {
    outline: auto;
  }

  .btn-effect [hidden] {
    display: none;
  }

  .btn-effect {
    overflow: hidden;
    position: relative;
  }

  .btn-effect span {
    mix-blend-mode: luminosity;
  }

  .btn-effect:before {
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
    content: '';
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(0deg) translateX(-20%);
    transition: transform 0.2s ease;
    width: 120%;
  }

  .btn-effect:hover:before {
    transform: skew(-45deg) translateX(75%);
  }

  .linea {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #C4C4C4;
  }

  @media (max-width: 560px) {
    .botonContinuar {
      height: 28px;
      padding: 10px 10px;
      width: 80%;
    }
  }
