/* Home page styles */
@font-face {
	font-family: 'nunito-bold';
	src: url('../font/cakedingbats-webfont.eot');
	src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/cakedingbats-webfont.woff2') format('woff2'),
	url('../font/cakedingbats-webfont.woff') format('woff'),
	url('../font/cakedingbats-webfont.ttf') format('truetype'),
	url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 0;
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
	background-color: #fbf9ff;
	color: #114d5b;
}

body, html {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

html {
	scrollbar-gutter: stable;
}

header {
	margin-bottom: 60px;
}

ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding-left: 25px;
}

a {
	color: #0071BC;
	text-decoration: underline;
}

hr {
	border-bottom: 1px solid #e7e7e7;
	border-top: 0;
	margin-bottom: 35px;
}

.text-center {
	text-align: center;
}

.links a {
	margin-right: 10px;
}

.release-name {
	color: #D33C43;
	font-weight: 400;
	font-style: italic;
}

.bullet:before {
	font-family: 'cakefont', sans-serif;
	font-size: 18px;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: -1px;
}

.success:before {
	color: #88c671;
	content: "\0056";
}

.problem:before {
	color: #d33d44;
	content: "\0057";
}

.cake-error {
	padding: 10px;
	margin: 10px 0;
}

#url-rewriting-warning {
	display: none;
}

#login-toggle a {
	color: #000000;
	text-decoration: underline;
}

.linha-final {
	border-bottom: 5px solid #000;
	width: 100%;
	margin-right: 0;
	margin-left: auto;
	height: auto;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}

.cnpj,
.company-name,
.contact-info {
	display: block;
	margin-bottom: 10px;
}

.company-name {
	font-weight: bold;
}

.contact-info {
	font-style: italic;
}

.textocentralizado {
	text-align: center;
}

.justfy-content-center {
	justify-content: center;
}

.padding-leftheader-text {
	padding-left: 3%;;
}

.vertical-line {
	position: relative;
	width: 2px;
	height: 18rem;
	background-color: #92a1aa;
	left: 1%;
}

.button {
	color: white;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
}

.container {
    display: flex;
	padding: 0;
	max-width: 100% !important;
    flex-direction: column;
	min-height: 100vh;
	height: auto;
	overflow-y: visible;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
	scrollbar-width: auto;
	scrollbar-color: #1aa0c4 #d9edf3;
}

.section:nth-child(odd):hover { /* Ímpares */
    background-color: #77eaf786; /* Azul */
}

.section:nth-child(even):hover { /* Pares */
    background-color: #8effd448; /* Verde */
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	background: #d9edf3;
}

body::-webkit-scrollbar-thumb {
	background: #1aa0c4;
	border-radius: 12px;
	border: 2px solid #d9edf3;
}

body::-webkit-scrollbar-thumb:hover {
	background: #1285a3;
}

.section, .footer {
    flex: 0 0 85vh; /* Mantém a altura da seção */
    width: 100vw; /* Ocupa 60% da largura da tela */
    margin: 0 auto; /* Centraliza horizontalmente */
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid #ddd;
	gap: 5vh;
}

.footer {
    flex: 0 0 35vh; /* Mantém a altura da seção */
    align-items: flex-start;
	padding-top: 20px;
}

/* Div interna que contém o texto e a imagem */
.section-content {
    width: 60vw; /* Ocupa 60% da largura da tela */
    display: flex;
    align-items: center;
    justify-content: space-between; /* Alinha os elementos com espaço entre eles */
	gap: 5vh;
}

.footer-content {
	justify-content: center;
    display: inline;
}

.btn-arearestrita {
	background-color: #1aa0c4;
	color: #fbf9ff;
}

.btn-cadastro {
	background-color: #3bcca2;
	color: #fbf9ff;
}

.btn-login {
	background-color: #1aa0c4;
	color: #fbf9ff;
}

.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 250px;
    padding: 12px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-download img {
    height: 24px; /* Ajusta o tamanho do ícone */
}

.btn-download:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.column-container {
    display: flex;
    flex-direction: column; /* Empilha os elementos verticalmente */
    gap: 10px; /* Espaçamento entre os botões */
	justify-content: center; /* Centraliza os botões na horizontal */
}

.text {
	flex: 1; /* Faz o texto ocupar o espaço disponível */
}

.text p {
	text-align: justify;
	text-align-last: center;
}

.image-xl img {
	max-width: 500px; /* Garante que a imagem se ajuste ao container */
}

.image img {
	max-width: 250px; /* Garante que a imagem se ajuste ao container */
}

.image-xl img, .image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-destaque {
	color: #1aa0c4;
}

.top-nav {
    padding: 30px 0;
    margin: 10px auto 0;
}

.download-buttons {
	display: flex;
	justify-content: center;
    gap: 10px;
}

.download-buttons-highlight {
	margin-top: 8px;
	flex-wrap: wrap;
}

.download-highlight-title {
	margin: 8px 0 0;
	text-align: center;
	font-size: 2.2rem;
	color: #114d5b;
}

.scroll-tip {
	margin: 4px 0 0;
	text-align: center;
	font-size: 1.6rem;
	color: #1aa0c4;
}

h1 {
	text-align: center;
}



@media (max-width: 1280px) {
	.section-content {
		width: 80vw;
		gap: 3vh;
	}

	.image-xl img {
		max-width: 60vw; /* Garante que a imagem se ajuste ao container */
		max-height: 40vw; /* Garante que a imagem se ajuste ao container */
	}

	.image img {
		max-width: 40vw; /* Garante que a imagem se ajuste ao container */
	}
}

@media (max-width: 768px) {
	.section-content {
		display: block;
		width: 80vw;
		gap: 1vh;
	}

	.image-xl img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 425px) {
	.image-xl img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.section-content {
		display: block;
		width: 95vw;
		gap: 1vh;
	}
}
