html, body {
	background-image: url('./background_NewsoftBI.png');
	position: relative;
    height: 100%;
    width: 100%;
	background-size: cover;
	color: #001040;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.container {
	margin: 0;
	margin-left: 0px;
	max-width: 768px;
	padding: 20px 5%;
	background-color: transparent;
}

section {
	background-color: transparent;
}

h1, h2 {
	line-height: 1;
	text-transform: uppercase;
}

h2 {
	margin-top: 40px;
}

h2:first-of-type {
	margin-top: 20px;
}

.logo {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
}

.logo img {
	width: 500px;
}

@media all and (max-width: 768px) {
	.logo img {
		width: 250px;
	}
}

@media all and (max-width: 479px) {
	.logo img {
		width: 250px;
	}
}

.icon.heart {
	color: lightcoral;
}

a {
	color: #6CA6CD;
	font-weight: bold;
}

a:hover, a:active {
	color: mediumaquamarine;
}

a code {
	color: black;
}

code {
	background-color: aquamarine;
	color: black;
	font-family: monospace;
	padding: 1px;
	user-select: all;
}

code.image {
	background-color: lightyellow;
}

/* CSS para tornar os iframes responsivos */
.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Proporção de 16:9 (altura / largura * 100) */
    height: 0;
    margin-bottom: 20px; /* Espaço inferior entre os vídeos */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

pwa-install::part(openButton) {
    background-color: #6CA6CD; /* Muda a cor de fundo do botão */
	font-family: 'Inter', sans-serif;
    color: #ffffff; /* Muda a cor do texto do botão */
    font-size: 18px; /* Altera o tamanho da fonte */
    padding: 10px 20px; /* Ajusta o preenchimento do botão */
    border-radius: 5px; /* Adiciona bordas arredondadas */
    border: none; /* Remove bordas */
    cursor: pointer; /* Adiciona um cursor de ponteiro */
}

pwa-install::part(openButton):hover {
    background-color: #E7EEFF; /* Cor de fundo ao passar o mouse */
}
