.hero {
	height: 500px;
	background-size: contain;
	box-shadow: none;
}
section {
	padding: 20px 0px;
	text-align: center;
}
.section-title {
	text-align: center;
}
.section-title h3 {
	font-weight: 700;
	font-size: 38px;
	line-height: 40px;
	padding-bottom: 10px;
}
.section-title h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
}
.content {
	flex-wrap: wrap;
}
.content .left {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 20px;
	box-sizing: border-box;
	border-radius: 20px 0 0 20px;
}
.content .right {
	flex: 0 0 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    background: linear-gradient(to left, #3e2441 0%, #1b1919 100%);
    border-radius: 0 20px 20px 0;
}
.content.boxed {
	border-radius: 16px;
    box-shadow: 0px 0px 16px -4px #3e2441;
    display: flex;
}
#simulate .right .btn,
#weekly .right .btn {
	margin: 60px 0;
}
#simulate .left .section-bottom {
	margin-top: 100px;
	text-align: left;
}
#simulate .right .section-bottom,
#weekly .right .section-bottom {
	display: none;
}
#chapters .chapters-list,
#years .years-list {
	margin-top: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
#chapters .chapters-list {
	margin-bottom: 40px;
}
#chapters .chapters-list .btn,
#years .years-list .btn {
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400;
    border-color: #4c4c4c;
    max-width: 320px;
    box-sizing: border-box;
}
#years .years-list .btn:not(span) {
	padding-top: 19px;
	padding-bottom: 19px;
}
#years .years-list span.btn {
	cursor: default;
	background-color: transparent;
	color: #fff;
}
#years .years-list span.btn i {
	font-style: italic;
	color: #4c4c4c;
	display: block;
	font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-image: url(/assets/images/icon-arrow-right-simple-gray.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -10px;
	transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
	right: -10px;
}
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover,
.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover {
	background-image: url(/assets/images/icon-arrow-right-simple-white.svg);
}
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
	opacity: 1;
}
#weekly .left .section-bottom {
	margin-top: 40px;
}
#abonamente .section-bottom {
	text-align: left;
}
#abonamente .section-bottom p {
	padding-left: 24px;
	margin-top: 8px;
	position: relative;
	display: inline-block;
}
#abonamente .section-bottom p i {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(/assets/images/icon-check.svg);
    background-size: auto 12px;
    margin-right: 8px;
}
#abonamente form {
	display: flex;
	flex-direction: column;
	margin: 40px 0;
}
#abonamente input[type="radio"] {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}
#abonamente label {
	margin-bottom: 15px;
	cursor: pointer;
}
#abonamente label .desc {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-weight: 700;
}
#abonamente label i {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
	position: relative;
}
#abonamente label i:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #3e2441;
	display: none;
}
#abonamente input:checked + .desc {
	background-color: #fff;
	color: #3e2441;
}
#abonamente input:checked + .desc i {
	border-color: #3e2441;
}
#abonamente input:checked + .desc i:after {
	display: block;
}
#abonamente .name {
	margin: 0 65px 0 15px;
}
#abonamente .price {
    margin-left: auto;
    border-left: 1px solid #bdbdbd;
    padding: 5px 0;
    width: 60px;
    text-align: right;
}
#abonamente .desc.new-price {
	position: relative;
}
#abonamente .desc.new-price .name {
	margin-right: 60px;
}
#abonamente .desc.new-price .price {
	width: 80px;
	animation-name: newprice;
    animation-duration: 3000ms;
}
#abonamente .desc.new-price .old-price {
	position: absolute;
    top: 1px;
    right: 20px;
    font-weight: 300;
    font-size: 13px;
    text-decoration: line-through;
}
#abonamente .refferal-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 15px 0;
	position: relative;
}
#abonamente .refferal-group .form-control {
	flex: 1;
	height: 40px;
	border: 1px solid #fff;
	border-right: none;
	border-radius: 6px 0 0 6px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	filter: none;
}
#abonamente .refferal-group p {
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 2px;
}
#abonamente .refferal-group p.success {
	color: #4CAF50;
}
#abonamente .refferal-group p.error {
	color: #ff5252;
}
#abonamente .btn {
	margin: 10px auto 0 auto;
}
#abonamente .refferal-group .btn {
	margin: 0;
	border-left: none;
	border-radius: 0 6px 6px 0;
	letter-spacing: 0;
}
#contact-form {
	max-width: 500px;
	margin: 40px auto 0 auto;
}
#contact .form-group {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
}
#contact .form-group.submit-group {
	justify-content: center;
	margin-bottom: 0;
}
#contact .form-control {
	flex: 1;
	height: 40px;
	border: 1px solid #4c4c4c;
	border-left: none;
	border-radius: 0 6px 6px 0;
	padding: 0 15px 0 0;
	font-size: 15px;
	color: #fff;
	background-color: #1b1919;
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	filter: none;
}
#contact textarea.form-control {
	border-left: 1px solid #4c4c4c;
	border-radius: 6px;
	padding: 10px 15px 10px 40px;
	height: 140px;
	resize: none;
	font-family: 'Roboto', sans-serif;
	background-image: url('/assets/images/icon-message-gray.svg');
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
#contact .form-group .icon {
	flex: 0 0 40px;
	height: 40px;
	border: 1px solid #4c4c4c;
	border-right: none;
	border-radius: 6px 0 0 6px;
	background-repeat: no-repeat;
	background-color: #1b1919;
	background-position: center center;
	box-sizing: border-box;
}
#contact .form-group .icon-name {
	background-image: url('/assets/images/icon-user-gray.svg');
    background-size: 18px auto;
}
#contact .form-group .icon-email{
	background-image: url('/assets/images/icon-email-gray.svg');
    background-size: 20px auto;
}
#contact .form-control:focus,
#contact .form-control:not(:placeholder-shown) {
	border-color: #fff;
}
#contact textarea.form-control:focus,
#contact textarea.form-control:not(:placeholder-shown) {
	background-image: url('/assets/images/icon-message-white.svg');
}
#contact .form-control:focus + .icon,
#contact .form-control:not(:placeholder-shown) + .icon {
	border-color: #fff;
}
#contact .form-control:focus + .icon-name,
#contact .form-control:not(:placeholder-shown) + .icon-name {
	background-image: url('/assets/images/icon-user-white.svg');
}
#contact .form-control:focus + .icon-email,
#contact .form-control:not(:placeholder-shown) + .icon-email {
	background-image: url('/assets/images/icon-email-white.svg');
}
#links .wrapper {
	border-top: 1px solid #4c4c4c;
    padding-top: 40px;
}
.links-list {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.links-list a {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 28px;
	width: 70px;
	padding: 44px 10px 0 10px;
	margin: 20px 0;
	color: #fff;
	line-height: 16px;
	transition: all 0.2s ease-in-out;
}
.links-list:hover a {
	opacity: 0.6;
}
.links-list a:hover {
	opacity: 1;
}
.links-list .link-twitter {
	background-image: url('/assets/images/icon-twitter-white.svg');
}
.links-list .link-fb {
	background-image: url('/assets/images/icon-fb-white.svg');
}
.links-list .link-email {
	background-image: url('/assets/images/icon-email-white.svg');
	background-position: center top 2px;
	background-size: 30px auto;
}
.links-list .link-reddit {
	background-image: url('/assets/images/icon-reddit-white.svg');
}
.links-list .link-ms {
	background-image: url('/assets/images/icon-ms-white.svg');
	background-size: auto 34px;
	padding-top: 36px;
}
.info {
	margin: 20px 0;
}
.info p {
	padding: 20px 10px;
	text-align: center;
	border: 1px dashed #fff;
	border-radius: 20px;
}
.info b {
	font-weight: bold;
}
@keyframes newprice {
	0% {
		color: #fff;
	}
	10% {
		color: #4CAF50;
	}
	90% {
		color: #4CAF50;
	}
	100% {
		color: #fff;
	}
}
@media only screen and (max-width: 768px) {
	.hero {
		height: 400px;
	}
	.section-title h3 {
		font-size: 30px;
		line-height: 32px;
	}
	.section-title h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.content .left {
		flex: 0 0 100%;
		padding-bottom: 0;
		border-radius: 20px 20px 0 0;
	}
	.content .right {
		flex: 0 0 100%;
	    border-radius: 0 0 20px 20px;
	    background: linear-gradient(to top, #3e2441 0%, #1b1919 100%);
	}
	#simulate .left .section-bottom,
	#weekly .left .section-bottom {
		display: none;
	}
	#simulate .right .section-bottom,
	#weekly .right .section-bottom {
		display: block;
		margin-bottom: 40px;
		font-size: 14px;
	}
	#chapters .chapters-list .btn,
	#years .years-list .btn {
		margin: 0 10px;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		opacity: 1;
	}
	#abonamente .section-bottom {
		margin-top: 20px;
		text-align: center;
	}
}