﻿.col-produto2 h2.titulo {
    height: 40px;
    display: flex;
    padding: 0 13px;
    align-items: center;
    font-weight: 400;
    background-color: #1E5091;
    font-size: 19px;
    color: #fff;
    border-radius: 16px 16px 16px 16px;
    justify-content: center;
  }

.simple-highlight {
	background-color: #9DB1C9;
	padding: 0.4em 0.4em;
}

.cell-background {
	background-color: #9DB1C9;
}

.table-desktop {
  width: 100%;
  max-width: 1050px;
  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;
    margin: 0 auto;
    padding-bottom: 16px;
}

.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.5;
}

.table-desktop td, .table-desktop th {
    background:#ffffff;
 }

 .table-desktop th[scope='col']:nth-child(1) {
    width: 300px;
    border-top-left-radius: 16px;
    padding: 0px 4px 4px 0px;
    background-image: url(/Particulares/Seguros/PublishingImages/Seguro-PETS-CGDpt-Data-480x380.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
  }

  .table-desktop th[scope='col']:nth-child(2),
  .table-desktop th[scope='col']:nth-child(3),
  .table-desktop th[scope='col']:nth-child(4),
  .table-desktop th[scope='col']:nth-child(5),
  .table-desktop th[scope='col']:nth-child(6){
    width: 354px;
    font-size:16px;
    text-align: left;
    color:#1E5091;
    border-radius: 16px 16px 0px 0px;
    vertical-align: baseline;
    border-bottom: 8px solid #F2F4F8;
    background: #fff;
  }

  .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']:nth-child(1) {
    text-align:right;
    background-color: #F2F4F8;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    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),
  .table-desktop tbody tr td:nth-child(6){
    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:nth-child(1), 
.table-desktop tfoot tr td:nth-child(2), 
.table-desktop tfoot tr td:nth-child(3),
.table-desktop tfoot tr td:nth-child(4),
.table-desktop tfoot tr td:nth-child(5),
.table-desktop tfoot tr td:nth-child(6){
    text-align:center;
    border-bottom: 28px solid #F2F4F8;
    background-color:#F2F4F8;
  }

  .col-produto h2.titulo {
    /* height: 85px; */
    display: flex;
    padding: 13px;
    align-items: center;
    font-weight: 400;
    background-color: #1E5091;
    font-size: 19px;
    color: #fff;
    border-radius: 16px 16px 0px 0px;
    justify-content: center;
  }

  .col-produto h3.subtitulo {
    color: #3F5B78;
    padding: 0 13px;
    line-height: 19px;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 13px;
  }

  .col-produto p.descricao {
    padding: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #3F5B78;
    font-weight: normal;
  }

  .table-desktop [data-show="mobile"] {
    display: none;
  }

  .open-all {
    display: flex;
    justify-content: center;
    color: #0071CE;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .open-all span {
     padding-left:3px
  }

 
  @media (max-width: 800px) {
    .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),
    .table-desktop th[scope='col']:nth-child(3),
	.table-desktop th[scope='col']:nth-child(4),
	.table-desktop th[scope='col']:nth-child(5),
    .table-desktop th[scope='col']:nth-child(6) {
      border-right: 16px solid #F2F4F8;
    }

    .table-desktop th[scope='row']:nth-last-child(even) {
      width: 121px;
      text-align: right;
      background-color: #F2F4F8;
      padding: 10px;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      border-top: 1px solid #C9D4E1;
      border-bottom: 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), 
    .table-desktop tbody tr td:nth-child(4), 
	.table-desktop tbody tr td:nth-child(6),
	.table-desktop tbody tr td:nth-child(8),
    .table-desktop tbody tr td:nth-child(10) {
      width: 121px;
      text-align: center;
      padding: 16px 9px;
      font-weight: 400;
      line-height: 19px;
      font-size: 16px;
      color: #3F5B78;
      border-top: 1px solid #C9D5E7;
      border-bottom: 1px solid #c9d5e7;
      border-right: 16px solid #F2F4F8;
    }
    .col-produto {
      width: 243px;
    }

    .table-desktop tfoot tr td:nth-child(5) {
      text-align: center;
      border-bottom: 28px solid #F2F4F8;
      background-color: #F2F4F8;
    }

    .table-desktop [data-show="desktop"] {
      display: none;
    }

    .table-desktop [data-show="mobile"] {
      display: table-cell;
    }


/************************************
********** SECTION TARIFAS
************************************/
.main-section {
    margin-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
}

.table-tarifas {
    width: 100%;
    max-width: 754px;
    margin: 0 auto;
    padding: 16px;  
    background-color: #F2F4F8;
    border-radius: 16px;
}

.table-tarifas table {
    font: 400 15px 'Roboto';
    border-collapse: collapse;
    padding-top: 16px;
    color: #3F5B78;
}

.table-tarifas table:nth-child(even) {
    margin-top:16px
}

.table-tarifas thead th:nth-child(even) {
    background-color: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #C9D4E1;
    border-left: 16px solid #F2F4F8;
}

.table-tarifas tr td {
    width: 251px;
    font: 400 16px 'Roboto';
    text-align: center;
    padding: 16px 9px;
    color: #3F5B78;
    border-bottom: 1px solid #C9D5E7;
    background: #ffffff;
}

.table-tarifas tbody tr td:nth-child(2) {

    border-right: 1px solid #C9D5E7;
}


.table-tarifas th[scope='row'] {
    width: 220px;
    text-align: right;
    background-color: #F2F4F8;
    padding: 10px;
    border-right: 16px solid #F2F4F8;
}


.table-tarifas tbody tr:nth-child(even) td:nth-child(even),  
.table-tarifas tbody tr:nth-child(even) td:nth-child(odd) { 
    border-bottom: 0;
}

  }  

h4.titulo-stores {
    font-size: 19px;
    font-family: 'Spartan';
    font-weight: 600;
    text-align: center;
    color: #00559a;
    margin: 0 0 20px;
    line-height: 1.4em;
}

.stores {
    gap: 20px;
    display: flex;
    margin: 40px 0;
    justify-content: center;
}