

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #f2f2f2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}



.tabla-fila.header {
  color: #000000;
/*  background: #ffffff;*/
  border-bottom: 10px solid #181818;
}

@media screen and (max-width: 768px) {
  .tabla-fila {
    display: block;
  }

  .tabla-fila.header {
    padding: 0;
    height: 0px;
  }

  .tabla-fila.header .cell {
    display: none;
  }

  .tabla-fila .cell:before {
    font-size: 12px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
	letter-spacing: 2px;
  }
}

.cell {
  display: table-cell;
  padding-bottom: 40px;
  padding-top: 40px;
  
}

.cell.plan {
/*	  background-color: #df8c8c;*/
	  font-family: PlatformLight;
	  font-size: 25px !important;
	
}


@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.tabla-fila .cell {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.2;
  font-weight: unset !important;

/*  padding-top: 20px;
  padding-bottom: 20px;*/
  border-bottom: 1px solid #f2f2f2;
}

.tabla-fila .cell i{
	 font-size: 23px;
	 color: #00aa19;
	vertical-align: middle;
}


.tabla-fila.header .cell {
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.tabla-fila .cell:nth-child(1) {
  width: 220px;
  padding-left: 40px;
}

.tabla-fila .cell:nth-child(2) {
  width: 140px;
}

.tabla-fila .cell:nth-child(3) {
  width: 100px;
}

.tabla-fila .cell:nth-child(4) {
  width: 240px;
}

.tabla-fila .cell:nth-child(5) {
  width: 220px;
}


.tabla-fila .cell:nth-child(6) {
  width: 220px;
}


.table, .tabla-fila {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
	.plan small {
	font-size: 14px !important;
	margin: 0;
	padding: 0;
	position: relative;
	top: -16px;
	padding-left: 10px;
	font-family: 'Nunito Sans', sans-serif;
	color: #919191;
	}

}

/*.row:hover {
  background-color: #ececec;
  cursor: pointer;
}*/

@media (max-width: 768px) {
  .tabla-fila {
    border-bottom: 10px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  
  .tabla-fila .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tabla-fila .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .tabla-fila .cell {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

.cell.plan {
/*	  background-color: #df8c8c;*/
	  font-family: PlatformLight;
	  font-size: 35px !important;
	
}
  .table, .tabla-fila, .cell {
    width: 100% !important;
  }
}


.best-plan {
	background-color: #fbfbe5;
	border: dotted 1px red;
}


.data {
	
} 

.data:hover {
	background-color: #f6f6f6;
}
