.planes-container {
	position: relative;
	width: 90vw;
	left: -12vw;
	top: -10vh;
}



.planes-container a {
	text-decoration: none;
}
.planes-container h1 {
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 25px;
	line-height: 32px;
	padding-top: 70px;
}
.planes-container h1 a {
	color: #66cccc;
}
.planes-container .price-table-wrapper {
	font-family: "Lato", sans-serif;
	text-align: center;
	margin-top: 30px;
}
.planes-container .price-table-wrapper .featured-table {
	box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.planes-container .price-table-wrapper .pricing-table {
	min-width: 380px;
	display: inline-block;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	background: white;
	margin: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.planes-container .price-table-wrapper .pricing-table__header {
	padding: 20px;
	font-size: 20px;
	color: #909090;
	background: #e0e0e0;
}
.planes-container .price-table-wrapper .pricing-table__price {
	color: #66cccc;
	padding: 20px;
	margin: auto;
	font-size: 40px;
	font-weight: 500;
}
.planes-container .price-table-wrapper .pricing-table__button {
	display: block;
	background: #66cccc;
	text-decoration: none;
	padding: 20px;
	color: #66cccc;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*
.planes-container .price-table-wrapper .pricing-table__button:before {
	position: absolute;
	left: -20%;
	top: -10%;
	content: "";
	width: 60%;
	height: 220%;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background: white;
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.planes-container .price-table-wrapper .pricing-table__button:after {
	position: absolute;
	content: ">";
	top: 0;
	right: 0;
	font-size: 25px;
	padding: 15px;
	padding-right: 40px;
	color: white;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
*/
.planes-container .price-table-wrapper .pricing-table__button:hover {
	background: black;
	color: black;
}
.planes-container .price-table-wrapper .pricing-table__list {
	padding: 20px;
	color: #a0a0a0;
}
.planes-container .price-table-wrapper .pricing-table__list li {
	list-style-type: none;
	padding: 15px;
	border-bottom: 1px solid #c8c8c8;
}
.planes-container .price-table-wrapper .pricing-table__list li:last-child {
	border: none;
}
.planes-container .price-table-wrapper .pricing-table:hover {
	box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.planes-container .price-table-wrapper .pricing-table:hover .pricing-table__button {
	padding-left: 0;
	padding-right: 35px;
}
.planes-container .price-table-wrapper .pricing-table:hover .pricing-table__button:before {
	top: -80%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 100%;
}
.planes-container .price-table-wrapper .pricing-table:hover .pricing-table__button:after {
	opacity: 1;
	padding-right: 15px;
}
