* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

.esconder{
	display: none;
}

main#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.red-header {
  background-color: #a70c0c; /* Vermelho - você pode ajustar a cor conforme necessário */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: auto;
}

header h1 {
	font-weight: 400;
  color: #fff;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  font-size: 2rem;
}

header img {
	width: 23px;
}

marquee {
	background-color: #810505;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 4px 0;
	font-weight: 400;
	font-size: 11px;
}

.principal h1 {
	font-size: 30px;
	text-align: left;
}

.txt_info_noticia {
	text-align: left;
	color: #54595F;
	font-size: 12px;
	padding-top: 10px;
}

.txt_info_noticia b {
	color: black;
	font-size: 13px;
	font-weight: 700;
}

.img_adv {
	width: 80%;
	max-width: 500px;
}

.video_vturb {
	padding-top: 15px;
	margin: 0 auto;
	max-width: 800px;
}


.cta {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	margin: 15px auto 0;
    font-weight: 700;
    background-image: linear-gradient(180deg,#01b319 0,#04960d 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    text-decoration: none;
    color: white;
    font-size: 27px;
    line-height: 1.1em;
    border-radius: 7px;
    border: none;
    padding: 10px 5px;
    cursor: pointer;
}

.cta-pulse {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	margin: 15px auto 0;
    font-weight: 700;
    background-image: linear-gradient(180deg,#01b319 0,#04960d 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    text-decoration: none;
    color: white;
    font-size: 27px;
    line-height: 1.1em;
    border-radius: 7px;
    border: none;
    padding: 10px 5px;
    animation: 1s ease-in-out infinite alternate pulsar;
    cursor: pointer;
}

@keyframes pulsar {
	0% {
	    transform: scale(1);
	}
	100% {
	    transform: scale(1.1);
	}
}

.desconto {
	padding-top: 15px;
	font-size: 17px;
    line-height: 1.3em;
    color: #1d1d1d;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

footer {
	background-color: #A70C0C;
	padding: 15px 0 0;
	text-align: center;
}

footer a {
	color: white;
	text-decoration: none;
	padding: 25px;
	font-weight: 500;
    text-align: center !important;
}

footer h3 {
	background-color: black;
	color: white;
	font-size: 17px;
	padding: 10px 25px;
}

.img_adv {
	margin-top: 20px;
}

@media (max-width: 996px) {
	.img_adv {
		width: 100%;
	}
	.principal h1 {
		font-size: 23px;
	}
	header h1 {
		font-size: 1.7rem !important;
	}
}

.marquee-container {
    width: 100%;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    max-width: 100%;
}

.marquee-content {
    display: inline-block;
    padding-right: 50px;
    animation: marquee 150s linear infinite;
}

.marquee-content span {
        padding-right: 50px;
}

.letreiro{
    background-color: #810505;
    font-size: 1rem;
}


/* A definição da animação */
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

.pricing-section{
	margin: 2rem 1rem;
}

.pricing-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}

.pricing-card {
	background-color: var(--white);
	border-radius: 15px;
	border: 1px solid var(--border-light);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	text-align: center;
	width: 320px !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card a{
	text-decoration: none;
}

.pricing-card.featured {
	border: 2px solid var(--best-value-bg);
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-header {
	padding: 12px;
	font-weight: 600;
	color: var(--text-dark);
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.card-header.basic, .card-header.most-popular {
	background-color: var(--pink-light);
}

.card-header.best-value {
	background-color: var(--best-value-bg);
	color: var(--white);
	font-weight: 700;
	font-size: 1.1em;
}

.card-body {
	padding: 20px 30px 30px 30px;
}

.package-title {
	font-size: 2.2em;
	font-weight: 700;
	color: var(--text-dark);
	margin: 10px 0 5px 0;
}

.supply-info {
	color: var(--text-light);
	margin: 0 0 20px 0;
	font-weight: 600;
}

.image-container {
	position: relative;
	margin-bottom: 20px;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-container .product-image {
	height: 180px;
	width: auto;
}

.ebook-image {
	max-width: 80%;
	margin: 0 auto;
	display: block;
}

.best-value-seal {
	position: absolute;
	top: -10px;
	right: 0px;
	background-color: var(--best-value-bg);
	color: white;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	transform: rotate(15deg);
}

.price {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.price-amount {
	font-size: 4.5em;
	font-weight: 700;
	color: var(--text-dark);
	line-height: 1;
}

.price-per {
	font-size: 1.2em;
	font-weight: 600;
	color: var(--text-light);
	margin-left: 8px;
}

.features-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline-block;
	width: 80%
}

.features-list li {
	margin-bottom: 12px;
	color: var(--text-dark);
	font-weight: 600;
	display: flex;
	align-items: center;
	background-color: var(--yellow-light-bg);
	border: 2px dotted var(--yellow-dotted-border);
	border-radius: 8px;
	margin-bottom: 8px;
	font-size: 0.8em;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.checkmark {
	color: var(--green-check);
	font-weight: bold;
	margin-right: 10px;
	font-size: 1.2em;
}

.buy-button {
	background-image: linear-gradient(to top, var(--yellow-gradient-end), var(--yellow-gradient-start));
	border: none;
	border-radius: 10px;
	padding: 18px;
	width: 100%;
	color: var(--text-dark);
	font-size: 1.4em;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}

.buy-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.cursor-icon {
	position: absolute;
	right: 15px;
	bottom: -15px;
	font-size: 1.8em;
	animation: bounce 1s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
		transform: rotate(325deg);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
		transform: rotate(325deg);
	}
}

.total-price {
	margin-top: 15px;
	font-size: 1.1em;
	color: var(--text-light);
}

.total-price del {
	color: #9e9e9e;
}

.total-price strong {
	color: var(--text-dark);
}

.payment-info {
	margin-top: 15px;
}

.payment-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}

.payment-icons img {
	height: 20px;
}

.free-shipping {
	font-weight: 600;
	color: var(--text-dark);
	margin: 0;
}

.hiddenD{
	display: none;
}

.hiddenM{
	display: flex;
}

.cta{
	margin: 1.5rem auto !important;
}

.cta-pulse {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	margin: 15px auto 0;
	font-weight: 700;
	background-image: linear-gradient(180deg, #01b319 0, #04960d 100%) !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	text-decoration: none;
	color: white;
	font-size: 27px;
	line-height: 1.1em;
	border-radius: 7px;
	border: none;
	padding: 10px 5px;
	animation: 1s ease-in-out infinite alternate pulsar;
	cursor: pointer;
}

.cta-price {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	margin: 15px auto 0;
	font-weight: 700;
	background-image: linear-gradient(180deg, #01b319 0, #04960d 100%) !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	text-decoration: none;
	color: white;
	font-size: 27px;
	line-height: 1.1em;
	border-radius: 7px;
	border: none;
	padding: 10px 5px;
	cursor: pointer;
}

.cta-price:hover, .cta-pulse:hover{
	color: #000000;
}

.item-sides{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 0.5em;
	gap: 1rem;
}

/* Responsividade */
@media (max-width: 1100px) {
	.pricing-card.featured {
		transform: scale(1.02);
	}
}

@media (max-width: 768px) {
	.pricing-container {
		flex-direction: column;
		gap: 25px; /* Reduz o espaço entre os cards */
	}
	
	.pricing-card {
		width: 100%;
		max-width: 500px;
	}

	.pricing-card.featured {
		transform: scale(1);
	}

	.card-body {
		padding: 15px;
	}

	/* NOVO: Layout horizontal para o conteúdo do card */
	.card-content-wrapper {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.content-left {
		flex: 0 0 45%; /* Ocupa 45% da largura */
	}

	.content-right {
		flex: 1; /* Ocupa o restante do espaço */
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.package-title {
		font-size: 1.4em;
	}
	.supply-info {
		font-size: 0.8em;
		margin-bottom: 10px;
	}

	.image-container {
		min-height: auto;
		margin-bottom: 10px;
	}

	/* NOVO: Estilo dos itens da lista de vantagens */
	.features-list {
		margin-bottom: 0;
		width: 100%;
	}
	.features-list li {
		background-color: var(--yellow-light-bg);
		border: 2px dotted var(--yellow-dotted-border);
		border-radius: 8px;
		padding: 0;
		margin-bottom: 8px;
		font-size: 0.8em;
		justify-content: center;
		text-align: center;
	}
	
	.price {
		margin-bottom: 0;
	}

	.price-amount {
		font-size: 3em; /* Reduz o tamanho do preço */
	}

	.price-per {
		font-size: 1em;
	}

	.buy-button {
		font-size: 1.1em;
		padding: 12px;
	}

	.total-price {
		font-size: 1em;
		margin-top: 0;
	}
	
	.payment-info {
		margin-top: 0;
	}
	
	.payment-icons img {
		height: 16px;
	}
	
	.free-shipping {
		font-size: 0.9em;
	}

	.hiddenD{
		display: flex;
	}

	.hiddenM{
		display: none;
	}

	.image-container .product-image {
		height: 150px;
		width: auto;
	}

	.item-sides{
		flex-direction: row;
	}

	.item-img {
		width: 50%;
	}
}