.container {
    text-rendering: optimizeLegibility;
    color: #1e251e;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: inherit;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    width: 1340px;
    max-width: 100%;
    transition-timing-function: cubic-bezier(.87,-.41,.19,1.44);
    transition-duration: .4s;
  }
  .table-compare {
    background-color: #293129;
    border: 1px solid #313d31;
    box-shadow: 0 40px 100px #00000063;
    border-radius: 13px !important;
  }
  .text-xs-center {
    text-align: center!important;
  }
  .card {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    border: 0 solid rgba(0,0,0,.125);
  }
  .table-list:before {
    /* overflow: hidden; */
    border-radius: 20px;
    border: 5px solid #1da8fd;
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 0.75rem;
  }
  .table-list:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0.75rem;
  }
  table {
    border-collapse: collapse;
    background-color: transparent;
  }
  .text-xs-left {
    text-align: left!important;
  }

  *, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  .table-list td {
    font-size: 1rem;
    padding: 15px;
    width: 50%;
    vertical-align: text-top;
    color: #223645;
    padding: 20px;
    width: 50%;
    position: relative;
  }
  .table-list th {
    top: 65px;
    z-index: 1;
    border-radius: 10px;
  }
  .text-xs-center {
    text-align: center!important;
  }
  .padding-top-bottom {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .thead-title{
    font-size: calc(16px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #223645;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
  }
  .thead-title.nuvem{
    color: #1c9dea;
  }

  @media (min-width: 1200px){
    .table-list td:first-child:before {
        background: url(/theme/assets/images/check.svg) no-repeat;
    }
  }
  @media (min-width: 1200px) {
    .table-list td {
        font-size: 1.1rem;
        padding: 20px 40px;
        padding-left: 75px;
    }
  }
  @media (min-width: 1200px){
    .table-list td:before {
        content: '';
        background: url(/theme/assets/images/close.svg) no-repeat;
        background-size: 18px;
        display: inline-block;
        left: 40px;
        height: 18px;
        width: 18px;
        position: absolute;
        margin-top: 3px;
    }
  }