* {
margin-top: 100px;
  margin-bottom: 70px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  
  background: #fff;
  color: #000;
  font-size: 62.5%;
  font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
}



ul {
  list-style-type: none;
}

a {
  color: #e95846;
  text-decoration: none;
}

.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  width:80%; 
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
   position: relative;

}

.pricing-table {
 color: #fff;
  margin: 0 10px;
  text-align: center;
  width: 300px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: url(../images/fondo-tabla1.jpg);
  border-radius: 10px;
  align-items: center;
}

.fondo-tabla1 { background: url(../images/fondo-tabla1.jpg); }
.fondo-tabla2 { background: url(../images/fondo-tabla2.jpg); }
.fondo-tabla3 { background: url(../images/fondo-tabla3.jpg); }
.fondo-tabla4 { background: url(../images/fondo-tabla4.jpg); }
.fondo-tabla5 { background: url(../images/fondo-tabla5.jpg); }
.fondo-tabla6 { background: url(../images/fondo-tabla6.jpg); }


.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #349b8e;
  background: url(../images/titulos.png);
  background-position: 20% 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  height: 40px;

}

.pricing-table.recommended .pricing-title {
  background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
  background: #2db3cb;
}

.pricing-table .price {
  background: #403e3d;
  font-size: 3.4em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  
  width:75%;
  background-size: contain;
  background-position: center center;
  opacity: 0.8;
  border-radius: 15px; 
}

.pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
 
}

.table-list {
  background: #FFF;
  color: #fff;
}

.table-list li {
  font-size: 1.4em;
  font-weight: 700;
  padding: 8px 4px;
}

.table-list li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
} 

.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.table-list li:nth-child(2n) {
  opacity: 0.9;
}

.table-buy {
  padding: 15px;
  text-align: left;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.table-buy p {
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;

}

.table-buy .pricing-action {
  float: left; 
   
  text-align: center;
  color: #FFF;
  background: #FFB533;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #FFB533;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;  
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .pricing-wrapper {
    float: none;
    width: auto !important;
	display: block;
  }

  .pricing-table {
    width: 400px;
	margin: 0 0 20px 0;
  }
  
  .table-list li {
    font-size: 1.3em;
  }

 }

 @media only screen and (max-width: 767px) {
  .pricing-wrapper {
	float: none;
	width: auto !important;
  }

  .pricing-table {
    display: block;
    float: left;
    margin: 0 0 20px 0;
    width: 300px;
	justify-content: center;
	
  }
 }

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
} 