
.topo-0{
	background-color: #000;
	background-image: url(../imagens/topo-0.webp);
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px 0;
	min-height: 85vh;
}

.img-topo-0{
	width: 100%;
	height: auto;
}

.img-logo{
	width: 156px;
	height: auto;
	aspect-ratio: auto 276 / 118;
	margin-top: 15%;
}

.titulo-topo-0{
	margin-bottom: 18px;
    font-family: "Lato", sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.2em;
    color: #fff;
    margin-top: 25px;
}

.degrade {
  /* Define o gradiente como o fundo do elemento */
  background: linear-gradient(270deg, #dda95e 31.56%, #e5d4bc 85%);
  
  /* Recorta o fundo para ter o formato do texto */
  background-clip: text;
  -webkit-background-clip: text; /* Prefixo para compatibilidade com navegadores mais antigos */
  
  /* Deixa a cor do texto transparente para que o fundo (gradiente) apareça */
  -webkit-text-fill-color: transparent;
  
  /* Propriedade adicional que você já tinha */
  line-height: normal;
}

.degrade2 {
  /* Define o gradiente como o fundo do elemento */
  background: linear-gradient(270deg, #e5d4bc 31.56%, #dda95e 85%);
  
  /* Recorta o fundo para ter o formato do texto */
  background-clip: text;
  -webkit-background-clip: text; /* Prefixo para compatibilidade com navegadores mais antigos */
  
  /* Deixa a cor do texto transparente para que o fundo (gradiente) apareça */
  -webkit-text-fill-color: transparent;
  
  /* Propriedade adicional que você já tinha */
  line-height: normal;
}

.subtitulo-topo-0{
	font-family: "Lato", Sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    color: #B5B5B5;
}

.texto-topo-0{
	font-family: "Lato", Sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.3;
    color: #B5B5B5;
}	

.botao{
	border: none;
	border-radius: 3px;
	background-color: #05050500;
    font-family: "Lato", Sans-serif;
    font-size: 1.333em;
    font-weight: 700;
    position: relative;
    padding: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: linear-gradient(266deg, #dda95e 24.85%, #dda95e 91.21%);
    color: #fff;
}

.botao2{
	border: none;
	border-radius: 3px;
	background-color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 1.333em;
    font-weight: 700;
    position: relative;
    padding: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
}

.topo-1{
	background-color: #000;
	padding: 40px 0;
	background-image: url(../imagens/topo-1.webp);
	background-position: center;
	background-size: cover;
}

.titulo-topo-1{
	color: #fff;
	font-family: "Lato", Sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.5em;
    text-transform: uppercase;
}

.slide-img2{
	border-radius: 15px;
}

.owl-next, .owl-prev{
	display: none;
}

.topo-2{
	padding: 40px 0;
	background-color: #000;
}

.titulo-topo-2{
	font-family: "Lato", Sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.5em;
    color: #dda95e;
    margin-bottom: 20px;
}

.texto-topo-2{
	text-align: left;
    font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #AEAEAE;
}

.texto-topo-2 b{
	color: #dda95e;
}

.img-falando{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.topo-3 {
    background-color: #000;
    padding: 40px 0;
    position: relative;
    overflow: hidden; /* Adicionado para esconder o conteúdo que vaza */
}

.topo-3::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 50%;
    left: 90%;
    /* Sintaxe corrigida: vírgula no translate e border-radius separado */
    transform: translate(-50%, -50%); 
    border-radius: 420px;
    background: #dda95e;
    mix-blend-mode: screen;
    filter: blur(200px);
}

.topo-3::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 70%;
    right: 90%;
    /* Sintaxe corrigida: vírgula no translate e border-radius separado */
    transform: translate(50%, -50%); /* Ajustado para 50% positivo para centralizar corretamente */
    border-radius: 420px;
    background: #dda95e;
    mix-blend-mode: screen;
    filter: blur(300px);
}

.img-lancha{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.fundo-topo-3{
	padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #dda95e;
    background: #8d6223;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.texto-topo-3{
	font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
}

.fundo-topo-3 .fa-square-check{
	font-size: 1.5em;
	 color: #fff;
}

.subtitulo-topo-3{
	font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 0.9em;
    color: #B5B5B5;
}

.img-fundo{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: auto;
}

.fundo{
	border-radius: 10px;
	margin-bottom: 25px;
}

.texto-bluer{
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
}

.fundo-bluer{
	width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 0 0 3.965px 3.965px;
    border-top: 0.793px solid #E9E9E9;
    background: rgba(221, 169, 94, 0.09);
    backdrop-filter: blur(6.0270490646362305px);
    margin-top: -60px;
    padding: 25px 10px;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.topo-4{
	background-color: transparent;
    background-image: linear-gradient(-63deg, #FFFFFF 0%, #C2C2C2 100%);
    padding: 0 0 50px 0;
    position: relative;
}

.titulo-topo-4{
	font-family: "Lato", Sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.5em;
    color: #000;
}

.fundo-topo-4{
	background-color: transparent;
    background-image: linear-gradient(-76deg, #dda95e 0%, #8d6223 100%);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.fa-circle-check{
	font-size: 45px;
	color: #f3e7d6;
}

.fa-circle-xmark{
	font-size: 45px;
	color: #f3e7d6;
}

.fa-ban{
	font-size: 45px;
	color: #f3e7d6;
}

.texto-topo-4{
	font-family: "Lato", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.img-polygon {
  position: absolute;
  top: 0; /* ou a posição vertical que desejar */
  left: 50%;
  transform: translateX(-50%); /* A mágica acontece aqui */
  width: 23%;
  height: auto;
}

.topo-5{
	background-color: #000;
	padding: 40px 0;
}

.fundo-topo-5{
	border-radius: 5px;
	background-color: #650202;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    background: linear-gradient(108deg, rgba(238, 0, 1, 0.18) 0.46%, rgba(203, 5, 5, 0.18) 99.54%);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.fundo-topo-52{
	border-radius: 20px;
	padding: 30px 20px;
	background: linear-gradient(0deg, #000 17.34%, #121212 100%);
}

.fundo-conteudo{
	max-width: 650px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	background-color: #8d6223;
	display: flex;
	gap: 20px;
	align-items: center;
	position: relative;
}

.titulo-conteudo{
	text-align: left;
	font-family: "Lato", Sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
}

.texto-conteudo{
	text-align: left;
	font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3em;
    color: #AAAAAA;
}

.texto-conteudo-preco{
	text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #AAAAAA;
    margin-bottom: 10px;
}

.texto-conteudo-preco b{
	color: #11dde0;
}	

.img-pc{
	width: 30%;
	height: auto;
	position: absolute;
	right: -80px;
	bottom: -20px;
}

.pc{
	display: block;
}

.img-mockup{
	width: 80%;
	height: auto;
}

.fundo-topo-6{
    background-color: transparent;
    background-image: linear-gradient(-76deg, #8d6223 0%, #dda95e 100%);
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 250px;
}

.titulo-bonus{
	font-family: "Lato", Sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 1.2em;
    color: #e5d4bc;
}

.texto-bonus{
	font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFFFFF;
}

.bonus{
	font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFFFFF;
}

.bonus span{
	background-color: #8d6223;
	padding: 10px;
	border-radius: 10px;
}

.espaco-menos{
	margin-top: -100px;
}

.fundo-kit{
	border-radius: 25px;
    border: 0.627px solid #dda95e;
    background: linear-gradient(0deg, #000 17.34%, #121212 100%);
    box-shadow: 0 4px 103.5px 0 rgba(221, 169, 94, 0.45), 0 -11px 14.9px 0 rgba(0, 0, 0, 0.33) inset, 0 6px 7.3px 0 rgba(0, 0, 0, 0.43) inset;
    padding: 80px 20px 80px 20px;
}

.img-logo-kit{
	height: 65px;
	width: auto;
	margin-bottom: 20px;
}

.anti-preco{
	font-family: "Lato", Sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFFFFF;
}

.anti-preco strike{
	color: red;
}

.preco{
	font-family: "Lato", Sans-serif;
    font-size: 3.2em;
    font-weight: 800;
    line-height: 1.2em;
    color: #dda95e;
}

.fundo-garantia{
	background-color: #8d6223;
	padding: 30px 20px;
	border-radius: 15px;
	border: 2px solid #fff;
}

.img-garantia{
	width: 100%;
	height: auto;
}

.titulo-garantia{
	text-align: left;
	font-family: "Lato", Sans-serif;
    font-size: 2.75em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #FFFFFF;
}

.subtitulo-garantia{
	text-align: left;
	font-family: "Lato", Sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #FFFFFF;
}

.texto-garantia{
	text-align: left;
	font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFFFFF;
}

.rodape{
	background-color: #000;
	padding: 40px 0 20px 0;
}

.texto-rodape{
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	font-weight: 400;
}

.texto-rodape a{
	text-decoration: none;
	color: #fff;
	margin: 10px 5px;
}	

.texto-rodape a:hover{
	text-decoration: none;
	color: #fff;
}	

.topo-6{
	background-color: #000;
	padding: 40px 0;
}

.fundo-topo-6{
	border-radius: 50px 50px 0;
    background: linear-gradient(0deg, #000 17.34%, #121212 100%);
    padding: 30px;
}

.titulo-topo-6{
	width: 100%;
	height: auto;
}

/* Estilos personalizados para o accordion */
        .accordion-custom .accordion-item {
            background-color: #212529; /* Um fundo escuro para o texto branco ser legível */
            border: none; /* Remove a borda padrão */
            border-bottom: 2px solid #dda95e; /* Adiciona a borda inferior dourada */
            margin-bottom: 10px; /* Espaçamento entre os itens */
            border-radius: .375rem; /* Bordas arredondadas */
        }

        .accordion-custom .accordion-header .accordion-button {
            background-color: #212529;
            color: #fff; /* Cor do texto da pergunta */
            font-weight: bold;
            box-shadow: none; /* Remove a sombra ao focar */
        }

        /* Cor do ícone (seta) do accordion */
        .accordion-custom .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .accordion-custom .accordion-button:not(.collapsed) {
            color: #fff;
            background-color: #343a40;
        }
        
        .accordion-custom .accordion-body {
            color: #fff; /* Cor do texto da resposta */
            text-align: left;
        }

@media screen and (max-width: 600px) {

	.img-garantia{
		display: block;
		width: 80%;
		margin: 15px auto;
	}

	.titulo-bonus{
    	font-size: 1.2em;
	}

	.topo-2{
		margin-top: -3px;
	}

	.topo-3{
		margin-top: -3px;
	}

	.topo-4{
		margin-top: -4px;
	}

	.topo-5{
		margin-top: -3px;
	}

	.img-falando{
		display: block;
		width: 80%;
		margin: 20px auto;
	}

	.fundo-topo-6{
		padding: 30px 15px;
		min-height: 15px;
	}	

	.texto-garantia{
		font-size: 0.9em;
		text-align: center;
	}

	.titulo-garantia{
		font-size: 2.3em;
		text-align: center;
	}
	.titulo-topo-6 {
		display: block;
		margin: 15px auto;
	    width: 90%;
	    height: auto;
	}

	.subtitulo-garantia{
		font-size: 1.2em;
		text-align: center;
	}

	.espaco-menos{
		margin-top: -50px;
	}	

	.img-mockup{
		width: 100%;
		height: auto;
	}

	.pc{
		display: none;
	}

	.img-pc{
		display: none;
	}	

	.texto-conteudo-preco{
		text-align: center;
	}

	.texto-conteudo{
		text-align: center;
	}

	.titulo-conteudo{
		text-align: center;
	}

	.fundo-conteudo{
		display: block;
		gap: 0;
	}

	.fundo-topo-52{
		padding: 30px 15px;
	}

	.fa-ban{
		font-size: 50px;
	}

	.fa-circle-check{
		font-size: 50px;
	}

	.fa-circle-xmark{
		font-size: 50px;
	}	

	.texto-topo-4{
    	font-size: 20px;
	}

	.titulo-topo-4{
		text-align: center;
		font-size: 1.65em;
	}

	.subtitulo-topo-3{
		text-align: center;
		font-size: 1.1em;
		line-height: 1.2;
	}

	.texto-topo-2{
		text-align: center;
	}	

	.titulo-topo-2{
		text-align: center;
		font-size: 1.65em;
	}	

	.topo-1{
		margin-top: -5px;
	}

	.titulo-topo-1{
		font-size: 1.65rem;
	}	

	.botao{
		display: block;
		margin: 15px auto;
		font-size: 20px;
	}

	.botao2{
		display: block;
		margin: 15px auto;
		font-size: 20px;
	}	

	.texto-topo-0{
		text-align: center;
		font-size: 1.0em;
	}

	.subtitulo-topo-0{
		text-align: center;
		font-size: 1.2em;
	}	

	.titulo-topo-0{
		font-size: 1.5em;
		text-align: center;
	}	

	.img-logo{
		display: block;
		width: 140px;
		margin: 95% auto 20px auto;
	}

	.topo-0{
		background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
		background-image: url(../imagens/topo-0-mob.webp);
		min-height: 10vh;
	}	

}


.preto{
	color: #000;
}