body{
  margin: 0;
  padding: 0;
 font-family: 'Roboto', sans-serif !important;
}
section-tablas{
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 140px 0;
}
.card{
  position: relative;
  max-width: 300px;
  height: auto;
  background: linear-gradient(-45deg,#fe0847,#feae3f);
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
}
.card:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.col-sm-4:nth-child(1) .card ,
.col-sm-4:nth-child(1) .card .title .fa{
  background: linear-gradient(-45deg,#008000,#505050);

}
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa{
  background: linear-gradient(-45deg,#800000,#505050);

}
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa{
  background: linear-gradient(-45deg,#000080,#505050);

}
.col-sm-4:nth-child(4) .card,
.col-sm-4:nth-child(4) .card .title .fa{
  background: linear-gradient(-45deg,#808000,#505050);

}
.col-sm-4:nth-child(5) .card,
.col-sm-4:nth-child(5) .card .title .fa{
  background: linear-gradient(-45deg,#800080,#505050);

}
.col-sm-4:nth-child(6) .card,
.col-sm-4:nth-child(6) .card .title .fa{
  background: linear-gradient(-45deg,#008000,#505050);

}
.col-sm-4:nth-child(7) .card,
.col-sm-4:nth-child(7) .card .title .fa{
  background: linear-gradient(-45deg,#a04000,#505050);

}
.col-sm-4:nth-child(8) .card,
.col-sm-4:nth-child(8) .card .title .fa{
  background: linear-gradient(-45deg,#408000,#505050);

}
.col-sm-4:nth-child(9) .card,
.col-sm-4:nth-child(9) .card .title .fa{
  background: linear-gradient(-45deg,#802040,#505050);

}
.col-sm-4:nth-child(10) .card,
.col-sm-4:nth-child(10) .card .title .fa{
  background: linear-gradient(-45deg,#c00000,#505050);

}
.col-sm-4:nth-child(11) .card,
.col-sm-4:nth-child(11) .card .title .fa{
  background: linear-gradient(-45deg,#009090,#505050);

}
.col-sm-4:nth-child(12) .card,
.col-sm-4:nth-child(12) .card .title .fa{
  background: linear-gradient(-45deg,#802020,#505050);

}
.card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
z-index: 1;
-webkit-transform: skewY(-5deg) scale(1.5);
        transform: skewY(-5deg) scale(1.5);
}

.title-tablas h2 {
  font-family: 'Roboto', sans-serif !important;	
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
 z-index: 2;
}

.option-tablas {
  font-family: 'Roboto', sans-serif !important;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
}

.option-tablas p {
  font-family: 'Roboto', sans-serif !important;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
}

.option-tablas ul, ol {
  margin: 0;
  padding: 0;

}
.option-tablas ul li, ol li {
font-family: 'Roboto', sans-serif !important;	
text-align: left;
margin-left: 20px;
padding: 0;
list-style: square;
color: #ffff80;
font-size: 18px;
}
.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color : black;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0 ;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}
.card a:hover{
    text-decoration: none;
}
