.table-desktop {
  width: 100%;
  max-width: 514px;
  margin: 0 auto;
  padding: 0 10px;
}

.table-desktop table {
    border-collapse:separate;
    background-color:#F2F4F8;
    border-radius: 16px;
    border-spacing: 16px 0;
    padding-top: 16px;
    border:none;
    margin: 0 auto;
}

.table-desktop td, .table-desktop th {
    background:#ffffff;
 }

 .table-desktop th[scope='col']:nth-child(1) {
    width: 243px;
    border-top-left-radius: 16px;
    padding: 0px 4px 4px 0px;
    background-image: url(/Particulares/Seguros/PublishingImages/tabelas/img3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .table-desktop th[scope='col']:nth-child(2) {
    width: 243px;
    text-align: left;
    font-size:16px;
    color:#1E5091; 
    border-radius: 16px 16px 0px 0px; 
    vertical-align: baseline;
    border-bottom: 8px solid #F2F4F8;
  }

  .table-desktop thead tr:first-child {
    border-bottom: 1px solid #C9D4E1;
  }


  .table-desktop tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
  }

  .table-desktop th[scope='row'] {
    text-align:right;
    background-color: #F2F4F8;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #C9D4E1;
  }


  .table-desktop tbody tr td:nth-child(2), 
  .table-desktop tbody tr td:nth-child(3),
  .table-desktop tbody tr td:nth-child(4),
  .table-desktop tbody tr td:nth-child(5){
    text-align:center;
    padding: 16px 9px;
    font-weight: 400;
    font-size: 16px;
    color: #3F5B78;
    border-top: 1px solid #C9D5E7;
  }

  .table-desktop [data-collapse] tr:last-child th[scope='row'] {
    border-bottom: none;
}

.table-desktop tfoot tr td{
    text-align:center;
    border-bottom: 28px solid #F2F4F8;
    background-color:#F2F4F8;
  }

  .col-produto h2.titulo {
    height: 50px;
    display: flex;
    padding: 0 13px;
    font-weight: 400;
    align-items: center;
    background-color: #1E5091;
    font-size: 19px;
    color: #fff;
    border-radius: 16px 16px 0px 0px;

  }

  .col-produto h3.subtitulo {
    color: #3F5B78;
    padding: 0 13px;
    font-weight: 700;
    line-height: 19px;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 13px;
  }

  .col-produto p.descricao {
    padding: 0px 13px 15px;
    font-size: 16px;
    line-height: 19px;
    color: #3F5B78;
    font-weight: normal;
  }

  .table-desktop .open-all {
    display: flex;
    justify-content: center;
    color: #0071CE;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .table-desktop .open-all span {
     padding-left:3px
  }

  .table-desktop [data-show="mobile"] {
    display: none;
  }

  .table-desktop caption {
    text-align: left;
    padding: 17px;
    caption-side: bottom;
  }

  .table-desktop caption p {
    font-weight: 400;
    font-size: 16px;
    color:#3F5B78;
    line-height: 1.8;
  }

  
  @media (max-width: 500px) {

    .hide-mobile{
      display: none;
    }
    .table-desktop table {
      border-collapse:collapse;
      border-spacing: 0px 0;
      border: 16px solid #F2F4F8;
    }

    .table-desktop {
      overflow-x:auto;
    }

    .table-desktop th[scope='col']:nth-child(1){
      border-top-left-radius: 0px;
      padding: 0px;
      background-image: none;
      text-align: left;
      border-bottom: 8px solid #F2F4F8;
      border-right: 16px solid #F2F4F8;
    }

    .table-desktop th[scope='col']:nth-child(2) {
      border-right: 16px solid #F2F4F8;
    }

    .table-desktop th[scope='row']{
      width: 121px;
      border-top: 1px solid #C9D4E1;
    }

    .table-desktop [data-collapse] tr:last-child th[scope='row'] {
      border-bottom: 1px solid #C9D4E1;
    }

    .table-desktop tbody tr td:nth-child(2) {
      width: 121px;
      font-size: 16px;
      border-bottom: 1px solid #c9d5e7;
      border-right: 16px solid #F2F4F8;
    }
    .col-produto {
      width: 243px;
    }
    .table-desktop [data-show="desktop"] {
      display: none;
    }

    .table-desktop [data-show="mobile"] {
      display: table-cell;
    }
  }  