
.table-calculate .card{
    background-color: #24b84d;
    padding: 20px;
}

.table-calculate label{
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    padding-bottom: 10px;
}
    
.table-responsive {
    overflow-x: auto;
}


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
   /* correct offset on first border spacing if desired */
}

table .btn {
    background-color: #24b84d !important;
    border-color: #24b84d !important

}
table thead th {
    text-align: left !important;
}
table thead th button {
    text-transform: uppercase !important;
    letter-spacing: 0.05rem;
    color: #ffffff;
    font-size: 0.7rem !important;
}
/* columna izquierda */
table tbody td:first-child {
    background-color: #00107d;
    font-family: "Raleway", Helvetica;
    font-size: 20px !important;
    line-height: 22px;
    vertical-align: middle !important;
    
}

table tbody td {
    color: #ffffff;
    font-size: 0.9rem !important;
    line-height: 0.9rem;
    border: 0px;
    border-style: none;
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: 0px 5px 10px #e8e8e8;
}
table tbody td button, table tbody td a{
    background-color:#24b84d;
}
table tbody td:first-child {
    border-left-style: solid;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
table tbody td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}


.planes-comparativa .btn-contratar{
    background-color: rgba(0, 16, 125, 1) !important;
    border: 0px !important;
    border-radius: 20px !important;
    font-family: "Raleway", Helvetica;
    font-weight: 600 !important;
    padding: 7px 34px !important;
    position: relative;
    height: 42px;
    color: #fff;
    font-size: 14px !important;
  }

  .planes-comparativa .btn-contratar:hover{
    color: #fff !important;
  }

.planes-comparativa article {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.planes-comparativa ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    width: 100%;
}
.planes-comparativa li {
    list-style: none;
    flex: 1;
    margin-right: 2px !important;
}
.planes-comparativa li:last-child {
    border-right: 1px solid #24b84d;
}
.planes-comparativa .btns-tabs-mobile {
    margin: 0;
    padding: 0;
}
.planes-comparativa .btns-tabs-mobile button {
    width: 100%;
    background-color: #24b84d !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none !important;
    padding: 10px;
    font-size: 0.65rem !important;
    font-weight: bold;
    height: 60px;
    color: #fff;
}
.planes-comparativa .btns-tabs-mobile li.active button {
    background-color: #00107d !important;
    color: #fff;
}
.planes-comparativa thead {
    height: 60px;
}
.planes-comparativa thead th {
    text-align: center;
    vertical-align: middle !important;
}
.planes-comparativa td + td, .planes-comparativa th + th {
    text-align: center;
    display: none;
    color: #00107d;
    font-size: 17px !important;
    font-family: "Raleway", Helvetica;
}
.planes-comparativa td.default {
    display: table-cell;
}
.planes-comparativa .bg-purple {
    border-top: 3px solid #00107d;
}
.planes-comparativa .bg-blue {
    border-top: 3px solid #24b84d;
}
.planes-comparativa .bg-yellow {
    border-top: 3px solid #ffd105;
}
/* separador de color */
.planes-comparativa .sep-inter {
    background: #24b84d;
    font-weight: bolder;
    font-size: 20px !important;
    color: #fff;
}
.planes-comparativa .txt-l {
    color: #00107d;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 5px;
}
.planes-comparativa .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}
.planes-comparativa .check {
    background: url("/assets/assets/images/tabla/ico-check-precios.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.planes-comparativa .fail {
    background: url("/assets/assets/images/tabla/ico-fail-precios.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.planes-comparativa .hide {
    border: 0;
    background: none;
}
@media (min-width: 640px) {
    .planes-comparativa ul {
        display: none;
   }
    .planes-comparativa td, .planes-comparativa th {
        display: table-cell !important;
   }
    .planes-comparativa td, .planes-comparativa th {
        width: 33%;
   }
    .planes-comparativa td + td, .planes-comparativa th + th {
        width: auto;
   }
}
