   /* TABLA COMPARATIVA */

  .comparativa-table {
    margin: 70px 0;
  }

  .comparativa-table .cell-feature .cell-feature__title p {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 900;
    font-size: 14px;
    color: #333;
  }
.comparativa-table tr:nth-of-type(even) td:after{
  box-shadow:unset !important;
}
  /* ===== Cabecera leyenda ===== */
  .comparativa thead .cell-feature {
    text-align: left;
    padding: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    display:flex;
    flex-direction:row;
  }
  
  .verisure-col img{
    text-align: center;
    margin: auto;
  }

  /* ===== Cabecera Verisure ===== */
  .comparativa thead .verisure {
    background:#E6E6E6;
  /*  background: linear-gradient(45deg, rgba(236, 23, 60, 1) 0%, rgba(63, 0, 11, 1) 88%);*/
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: none;
    border-top: unset;
    width: 277px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.comparativa-table tr td:nth-of-type(3), .comparativa-table tr th:nth-of-type(3){
    display: flex;
    justify-content: center;
    -moz-box-shadow: unset;
    box-shadow: unset;
    width: 277px;
    height: 83px;
        color: black;
    background: #f2f2f2;
}
  /* ===== Cabecera Otras Alarmas ===== */
  .comparativa thead .otras {
    background: white !important;
    color: #fff;
    font-weight: bold;
    padding: 20px;
   border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display:flex;
    justify-content:center;
    align-items:center;
  }

  /* ===== Filas generales ===== */
  .comparativa tbody td {
    padding: 15px;
    border-bottom: unset;
    background:white;
  }

  .comparativa tbody td.cell-feature {
    text-align: left;
    font-size: 19px;
    color: #000;
    font-weight: bold;
        background: #f2f2f2;
  }

  /* ===== Columna Verisure ===== */
  .comparativa tbody td.verisure-col {
    background: #E6E6E6;
    /*border-left: 2px solid #ED002F;
    border-right: 2px solid #ED002F;*/
  }

  /* Última fila Verisure con borde abajo + redondeo */
  .comparativa tbody tr:last-child td.verisure-col {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  /* ===== Iconos ===== */
  .comparativa img {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: auto;
  }

  .comparativa-table table {
    display: grid;
    border-collapse: collapse;
    width: 100%;
    grid-template-columns: 50% 23% 1fr !important;
  }

  .comparativa-table th,
  .comparativa-table td {
    padding: 0;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 20px;
    position: relative;
  }

  .comparativa-table td {
    padding: 6px;
  }

  .comparativa-table th {
    align-self: flex-end;
    padding: 20px 6px;
  }

  .comparativa-table th img {
    max-width: 100%;
    width: 130px;
    height: auto;
  }

  .comparativa-table th.cell-sd img {
    max-width: 100px;
    height: auto;
  }

  .comparativa-table .cell-feature {
    font-weight: 400;
    background-color: #fff;
    color: #555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }

  .comparativa table .cell-feature p {
    margin: 0;
    padding: 0;
    z-index: 1;
  }

  .comparativa-table th.cell-feature {
    padding: 12px 6px;
    flex-wrap: wrap;
  }

  .comparativa-table tr:nth-of-type(odd) td:after{
background-color: unset !important;
  }

  @media (max-width: 768px) {
    
     .comparativa-table th.cell-feature {
    padding: 12px 6px;
    flex-wrap: wrap;
    justify-content: start;
  }

    
      .comparativa img{
      width: 30px !important;
        height: 30px !important;
    }
    
    .comparativa tbody td.cell-feature{
      font-size:13px !important;
    }
    
    .comparativa thead .verisure{
      width:auto !important;
    }
    .verisure img{
      width:100px !important;
    }
    
    .comparativa-table tr td:nth-of-type(3), .comparativa-table tr th:nth-of-type(3)
   {
     width:auto !important;
   }
   
   .comparativa-table th, .comparativa-table td{
     font-size:13px !important;
   }
   
.comparativa-table table {
    grid-template-columns: 40% 35% 1fr !important;
}
   
   .comparativa-table tr:nth-of-type(odd) td:after{
     width:100%;
   }
    
        .comparativa-icon-verisure{
      border-right:1px solid #f03;
    }


    .comparativa .comparativa-wrapper {
      width: 95%;
      overflow: hidden;
      margin: 0 auto;
    }

    .comparativa-table .cell-sd h2 {
      font-size: 10px;
      color: white;
    }

    .comparativa-table .cell-sd__btn {
      grid-column: 1/4;
    }

    .comparativa-table .cell-sd__btn {
      grid-row: 27;
    }
    
    .comparativa-head .verisure{
    background: linear-gradient(45deg, rgba(236, 23, 60, 1) 0%, rgba(63, 0, 11, 1) 88%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    }
    
    .comparativa-head .otros{
    
    background: #6c6c6c;
    height: 60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color:white;
    }
 
  .comparativa-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 15px;
  }

  .comparativa-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .comparativa-feature {
    text-align: center;
    font-size: 15px;
    margin-bottom: 12px;
  }

  .comparativa-icons {
    display: flex;
    justify-content: space-between;
  }

  .comparativa-icons div {
    width: 48%;
    text-align: center;
  }

  .comparativa-icons img {
    max-width: 32px;
  }
  }

