/* DIRTY Responsive pricing table CSS */

/* 
- make mobile switch sticky
*/
.lic-caracteristicas {
  width:100%;

  margin:100px auto;
  position:relative;
}
.lic-caracteristicas .title-secc{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 50px;
}
form label{
	display: block!important;
}
.lic-caracteristicas ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.lic-caracteristicas li {
  list-style:none;
  flex:1;
}
.lic-caracteristicas li:last-child {
  border-right:1px solid #DDD;
}
.lic-caracteristicas button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
.lic-caracteristicas li.active button {
  background:#F5F5F5;
  color:#000;
}
.lic-caracteristicas table { border-collapse:collapse; table-layout:fixed; width:100%; }
.lic-caracteristicas th { background:#F5F5F5; display:none; }
.lic-caracteristicas .bg-lightg{background-color: #f0f0f0;}
.lic-caracteristicas td, th {
  height:35px
}
.lic-caracteristicas td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.lic-caracteristicas td,th {
  text-align:left;
}
.lic-caracteristicas td+td, th+th {
  text-align:center;
  display:none;
}
.lic-caracteristicas td.default {
  display:table-cell;
}
.lic-caracteristicas .b-free {
  border-top:3px solid #14c2a6;
}
.lic-caracteristicas .b-single {
  border-top:3px solid #28aef7;
}
.lic-caracteristicas .b-team {
  border-top:3px solid #604ac9;
}
.lic-caracteristicas .bg-free {
	background-color: #14c2a6;
	color:white;
}
.lic-caracteristicas .bg-single {
	background-color: #28aef7;
	color:white;
}
.lic-caracteristicas .bg-team {
	background-color: #604ac9;
	color:white;
}
.lic-caracteristicas .bg-free a, .lic-caracteristicas .bg-single a, .lic-caracteristicas .bg-team a {
	color:white;
	height: 100%;
	width: 100%;
	display:grid;
    align-items: center;
    justify-content: center;
	text-align: center;

}
.lic-caracteristicas .bg-free a:hover{
	background-color: #006857;
}
.lic-caracteristicas .bg-single a:hover{
	background-color: #005583;
}
.lic-caracteristicas .bg-team a:hover{
	background-color: #1c0684;
}

.lic-caracteristicas .bgc-free {
	background-color: #e3f4f1;
}
.lic-caracteristicas .bgc-single {
	background-color: #e5f2fa;
}
.lic-caracteristicas .bgc-team {
	background-color: #eae8f5;
}
.lic-caracteristicas .sep {
  background:#F5F5F5;
  font-weight:bold;
}
.lic-caracteristicas .txt-l { font-size:28px; font-weight:bold; }
.lic-caracteristicas .txt-top { position:relative; top:-9px; left:-2px; }
.lic-caracteristicas .tick { font-size:18px; color:#2CA01C; }
.lic-caracteristicas .hide {
  border:0;
  background:none;
}
.d-none{display: none;}
@media (min-width: 640px) {
 .lic-caracteristicas  ul {
    display:none;
  }
 .lic-caracteristicas  td,th {
    display:table-cell !important;
  }
  .lic-caracteristicas td,th {
    width: 330px;
  
  }
 .lic-caracteristicas  td+td, th+th {
    width: auto;
  }
}