@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/*** Bootstrap ***/
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

:root{
	--brand: #ff7a00;
	--brand-dark: #e56e00;
	--muted: #6b7280;
	--shadow: 0 18px 45px rgba(0,0,0,.25);
	--radius: 18px;
}

body{
	margin: 0;
	font-family: "Roboto", sans-serif;
	color: #111827;
}

/*** header ***/
header{
    position: relative;
    z-index: 100;
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding-bottom: 10px;
    flex-shrink: 0;
}
.logo img{
    width: 100%;
    height: auto;
    margin-top: 15px;
    transition: all .3s ease;
}
.menufixo2 .logo img{
    max-width: 200px;
}
.menufixo2{
    padding-bottom: 10px;
}
nav.menu{
    display: inline-block;
    margin-top: 30px;
    float: right;
}
nav.menu ul{
    padding: 0;
}
nav.menu ul li{
    list-style: none;
    display: inline-block;
    position: relative;
}
nav.menu ul li a{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 12px;
    font-weight: bold;
    letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 700;
}
nav.menu ul li a:hover,
nav.menu ul li a.active{
    color: #ccc;
}
nav.menu ul li a.ctaPadrao{
    color: #fff;
    background: #ff5e0a;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.menu_icon{
    display: none;
    float: right;
    background: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    position: absolute;
    font-weight: 700;
    top: -80px;
    right: 10px;
    border: 1px solid #000;
}
.menu_icon:hover{
    cursor: pointer;
}
.menu_icon.active{
    background: #ffc900;
    color: #fff;
}
/*** topo ***/
.topo{
	background-color: #ff7902;
	padding: 50px 0;
}

.intro-area {
	max-width: 700px;
	margin: 0 auto 0;
}

.main-title {
	font-family: "Montserrat";
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
	letter-spacing: -0.2px;
}

.main-description {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 620px;
}

/*** Portal Main ***/
.portal-main{
	padding: 80px 0 40px;
}

.logo-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: #2563eb;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.portal-title {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	letter-spacing: -0.02em;
}

.portal-btn-system {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: #2563eb;
	color: #fff;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	transition: 0.2s ease;
}

.portal-btn-system:hover {
	background: #1d4ed8;
	color: #fff;
}

.download-card {
	height: 100%;
	border: 1px solid;
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: 0.3s ease;
	border-color: #eeeeee;/*#f5f5f5 */
    /* background-image: linear-gradient(130deg, #ff780061, #ff78000d); */
	background-image: linear-gradient(130deg, #d4d4d461, #ffffff0d);
}

.download-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.card-top{
	flex-direction: column;
}

.download-card h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #1f2937;
	text-align: center;
}

.download-card p {
	margin: 6px 0 0;
	font-size: 14px;
	color: #6b7280;
	line-height: 1.6;
}

.card-icon {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: #fff;
	color: #ff7902;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 26px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.download-btn {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.2s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	background-color: #111;
}

.download-btn:hover {
	color: #fff;
	background-color: #d45f00;
}

.footer-note {
	margin-top: 48px;
}

.footer-note p {
	font-size: 14px;
	color: #9ca3af;
	margin: 0;
}

/*** sistema ***/
.sistema {
	padding: 40px 0 80px;
}

.sistema .quadro{
	border-radius: 24px;
	border: 1px solid;
	border-color: #e5e5e5;
	box-shadow: 0 0 20px rgba(0, 0, 0, .04);
	padding: 57px 50px 60px;
	position: relative;
}

.sistema .text-warning{
	position: absolute;
    top: -18px;
    padding: 7px 14px 6px;
    background: #fff;
    border: 1px solid;
    border-radius: 50px;
    font-size: 14px;
}

.btn-warning {
	background-color: #ff7a00;
	border-color: #ff7a00;
	color: #fff;
	border-radius: 14px !important;
}

.btn-warning:hover {
	color: #fff;
	background-color: #d45f00;
	border-color: #e56d00;
}

/*** Rodapé ***/
.rodape {
	background: #000;
	padding: 50px 0;
}
.rodape .logo{
	display: block;
	max-width: 100%;
	width: 254px;
}
.rodape h6{
    text-align: right;
    float: right;
    display: block;
    font-size: 12px;
    font-family: "Montserrat";
    margin-top: 10px;
	color: #fff;
}
.social a{
	color: #000;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    margin: 5px;
}
.social{
	float: right;
	margin-top: 0px;
	display: block;
}

/*** Responsive CSS ***/
@media (max-width: 767px) {
	header{
		z-index: 100;
		width: 100%;
		padding-bottom: 10px;
	}
	header .col-md-3{
		max-width: 45%;
		padding-right: 0;
	}
	header .col-md-9{
		max-width: 55%;
		padding-left: 0;
	}
	header .col-md-9.col-6{
		width: 55%;
	}
	nav.menu {
		margin-top: 27px;
	}
	nav.menu ul li a{
		font-size: 10px;
		padding: 0;
	}
	.logo img{
		max-width: 150px;
	}

	.main-title {
		font-size: 32px;
	}

	.main-description {
		font-size: 16px;
	}

	.portal-main {
    	padding: 60px 0 30px;
	}

	.portal-main .row{
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 1.5rem;
	}

	.portal-title {
		font-size: 18px;
	}

	.download-card {
		padding: 20px;
	}

	.sistema{
		padding: 40px 0 60px;
	}

	.sistema .quadro {
		padding: 47px 40px 40px;
	}

	/*** rodape ***/
	.rodape .logo{
		text-align: center;
    	max-width: 200px;
    	margin: 30px auto;
	}
	.rodape h6{
		text-align: center;
	}
	.rodape .social{
		float: none;
		margin: 0 auto;
    	text-align: center;
	}
}