:root {
    --primary-color: #5cb85c;
    --secondary-color: #f4f4f4;
    --background-color: #9D0BA0;
    --text-color: #FFF;
    --highlight-color: #F7EE2A;
    --highlight-color-2: #780177;
    --darkgray-color: #780177;
    --cta-color: #28A745;
    --cta-color-2: #218838;
    --font-primary: 'Montserrat', serif;
    --font-secondary: 'Montserrat', sans-serif;
}

a, a:hover{
	text-decoration: none;
	color: var(--highlight-color);
}

a:hover{
	opacity: .95;
}

b, strong{
	font-size: 1em;
}

html {
    scroll-behavior: smooth;
}

* {
    font-size: 16px;
}

@media screen and (max-width: 768px){
	*{
		font-size: 15px;
	}
}

body {
    font-family: var(--font-secondary);
    line-height: 1.6;
    background: var(--background-color);
    color: var(--text-color);
    padding: 0;
}

h1, h2, h3 {
    font-family: var(--font-primary);
    color: var(--highlight-color);
    font-weight: 700;
    line-height: 1.4;
}

h1{
	font-size: 35px;
}

h2 strong{
	font-weight: 800;
}

@media screen and (max-width: 768px){
	h1, h2{
		font-size: 22px;
		line-height: 1.6;
	}

	h3{
		font-size: 22px;
	}

	h4{
		font-size: 18px;
	}
}

input{
	border: none;
	padding: 25px !important;
	height: 55px !important;
	outline: none !important;
	box-shadow: none !important;
}

button{
	border: none !important;
	outline: none !important;
	cursor: pointer;
}

.big{
	font-size: 1.4em;
}

ul{
	list-style: none;
}

@media screen and (max-width: 768px){
	ul{
		padding: 0;
		margin: 0;
	}
}

/* Classes */
.maxwidth-1000{
	max-width: 1000px;
}

.maxwidth-800{
	max-width: 800px;
}

.maxwidth-700{
	max-width: 700px;
}

.maxwidth-600{
	max-width: 600px;
}

.maxwidth-400{
	max-width: 400px;
}

.maxwidth-200{
	max-width: 200px;
}

/* Header */
header{
	padding: 50px 25px;
	background: rgb(121,1,124);
	background: linear-gradient(90deg, rgba(121,1,124,1) 0%, rgba(178,16,181,1) 25%, rgba(121,1,124,1) 100%);
}

header h1{
	color: #FFF;
}

header span{
	font-size: 40px;
}

header h1 strong,
header h1 b{
	color: var(--highlight-color);
}

section{
    padding: 50px 25px;
}

footer{
	padding: 50px 0;
}

/* Colors */
.bg-main{
	background-color: var(--highlight-color-2);
}

.bg-main-one{
	background-color: var(--highlight-color);
}

.bg-main-three{
	background-color: var(--darkgray-color);
}

.border-main{
	border: 3px solid var(--highlight-color);
}

.text-white{
	color: #FFF;
}

.text-black{
	color: #000;
}

.text-one{
	color: var(--highlight-color-2);
}

.text-two{
	color: var(--highlight-color);
}

/* Buttons */
.btn-one{
	font-weight: bold;
	max-width: 300px;
	display: block;
	padding: 15px 50px;
	border-radius: 5px;
	color: var(--highlight-color-2);
	background-color: var(--highlight-color);	
    transition: .3s all ease-in-out;
}

.btn-one:hover{
	color: var(--highlight-color-2);
	transform: scale(1.05);
}

.btn-two{
	font-weight: bold;
	max-width: 300px;
	display: block;
	padding: 15px 50px;
	border-radius: 5px;
	color: var(--highlight-color);
	background-color: var(--highlight-color-2);	
    transition: .3s all ease-in-out;
}

.btn-two:hover{
	color: var(--highlight-color);
	transform: scale(1.05);
}

.btn-three{
	font-weight: bold;
	max-width: 300px;
	display: block;
	padding: 15px 50px;
	border-radius: 5px;
	color: #FFF;
	background-color: var(--cta-color);	
    transition: .3s all ease-in-out;
}

.btn-three:hover{
	background-color: var(--cta-color-2);
	transform: scale(1.05);
}

.attention-bg{
	padding: 50px 25px;
	background-color: var(--highlight-color-2);
	border-top: 2px solid var(--highlight-color);
}

/* Plan  */
.plan {
	border: 1px solid var(--highlight-color);
	padding: 50px;
}

.plan .price{
	font-size: 40px;
	color: var(--highlight-color);
}


@media screen and (max-width: 768px){
	.plan{
		padding: 20px;
	}
}

/* Modulos */
.modulos img{
	width: 100%;
	display: block;
	margin: auto;
	max-width: 600px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.modulos .bonus img {
    border-radius: 0 !important; /* Estilo padrão */
}

.modulos .bonus .item:first-child img{
    border-radius: 10px 0 0 10px !important; /* Estilo específico para o primeiro item */
}

.modulos .bonus .item:last-child img{
    border-radius: 0 10px 10px 0 !important; /* Estilo específico para o último item */
}

@media screen and (max-width: 992px){
	.modulos .bonus{
		display: block !important;
	}

	.modulos .bonus .item:last-child img,
	.modulos .bonus .item:first-child img{
		border-radius: 10px !important;
		margin-bottom: 25px;
	}
}

/* Preço */
.preco img{
	border-radius: 5px !important;
	margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: var(--highlight-color) !important;
}

.owl-theme .owl-dots .owl-dot span{
	background: #9D0BA0 !important;
}

/* Testemonial */
.testimonial{
	padding: 25px;
	background-color: var(--highlight-color-2);
}


@media screen and (max-width: 768px){
	.testimonial{
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 768px){
	#receber{
		padding: 0;
	}
}


@media screen and (max-width: 768px){
	.garantia{
		max-width: 200px;
	}
}