<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================================LAYOUT================================*/
html,
body,
.capa {
	height: 100%;
	overflow: auto;
}

body {
	background: linear-gradient(50deg, #ff4169, #7c26f8);
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

.bg_video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	background: linear-gradient(50deg, #000, #0a0a0a);
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

/****Barra de NavegaÃ§Ã£o****/
.img-logo {
	height: 40px;
	width: 120px;
	display: block;
	background: url("../images/logo.png") no-repeat;
	background-size: contain;
	color: transparent;
}

nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0, 0, 0, 0.6);
	border: none;
}

.navbar-brand {
	padding: 5px 15px;
}

.divisor {
	width: 1px;
	height: 16px;
	background: white;
	margin: 16px 10px;
}

.navbar-inverse .navbar-nav &gt; li &gt; a,
footer .nav a {
	color: white;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
footer .nav a:hover {
	color: #9bf0e1;
	background: none;
}

/****Imagem Capa****/

.capa {
	display: table;
	width: 100%;
	height: 83%;
}

.texto-capa {
	text-align: center;
	color: white;
	display: table-cell;
	vertical-align: middle;
}

.text-selecione {
	color: #f9bf5e;
	font-size: 25px;
}

/****Botoes****/

.btn-custom {
	color: white;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
}

.btn-roxo {
	background: #7c25f8;
}

.btn-branco {
	border: 2px solid #f9bf5e;
}

.btn-roxo:hover {
	background: #6207e3;
	color: white;
}

.btn-branco:hover {
	background: #f9bf5e;
	color: black;
}

.combo {
	color: #000;
	position: relative;
	font-family: Arial;
}

/****Secao Servicos****/

#servicos {
	padding-top: 20px;
	padding-bottom: 20px;
}

.albuns {
	padding-top: 10px;
	padding-bottom: 10px;
}

/****Secao recursos****/

#recursos {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

.rotacionar {
	transform: rotate(30deg);
	padding-left: 80px;
}

/****Rodape****/

#rodape {
	background-color: #000;
	padding: 30px 0px 20px 0px;
	position: relative;
}

.item-rede-social {
	float: right;
}

.item-rede-social:hover {
	animation: pulse;
	animation-duration: 1s;
}

/*================================TIPOGRAFIA================================*/

h1 {
	font-weight: 900;
	letter-spacing: -0.05em;
	margin-bottom: 50px;
}

h2 {
	font-size: 50px;
	font-weight: 700px;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 35px;
	font-weight: 700px;
	letter-spacing: -0.04em;
}

#servicos h2,
#servicos h3 {
	color: #7c25f8;
}

#recursos h3 {
	color: #9bf0e1;
}

#rodape h4 {
	color: #919496;
	font-size: 12px;
	text-transform: uppercase;
}

/*================================MEDIA QUERIES================================*/

@media screen and (max-width: 767px) {
	h1 {
		font-size: 50px;
	}
	.btn-custom {
		margin: 10px 15px;
	}
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 70px;
	}
	.btn-custom {
		margin: 10px 15px;
	}
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 70px;
	}
}

@media screen and (min-width: 1200px) {
	h1 {
		font-size: 70px;
	}
}
</pre></body></html>