/*
** Geral
** ================================================== */
body {
	margin: 0;
	color: #34383D;
	background-color: #FFFFFF;
    font-family: 'Product Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 300;
}
.base {
	max-width: 1320px;
	margin: auto;
}
.base-2 {
	max-width: 1070px;
	margin: auto;
}
.base-m {
	max-width: 570px;
	margin: auto;
}
.base-content {
	padding: 0 20px;
}

/*
** Topbar
** ================================================== */
.topbar {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.topbar img {
	display: block;
}
.topbar-inner {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.topbar-conteudo {
	display: flex;
	align-items: center;
	padding: 12px 0 12px 20px;
}
.topbar-conteudo:after {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	z-index: -1;
	background: linear-gradient(to right, #00A2E0, #003770 30%);
	background-size: 100% 100%;
	border-radius: 0 0 0 20px;
	margin-left: -20px;
}
.box-btn-pesquisa {
	margin-left: 15px;
}
.box-btn-pesquisa img {
	padding: 5px;
	max-width: 32px;
	display: block;
}

/* menu */
.menu-topbar {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-topbar ul {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.menu-topbar a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	padding: 7px 15px;
}

.box-btn-lang {
	max-width: 100px;
	margin: 0 20px 0 10px;
}
.box-btn-lang a {
	display: block;
	padding: 5px;
	transition: all 0.3s cubic-bezier(1.000, 1.430, 0.405, 1.925);
}
.box-btn-lang a:hover {
	transform: scale(1.5);
}

/*
** Topo
** ================================================== */
.topo,
.menu-fixo {
	font-weight: 400;
	font-size: 17px;
}
.topo-logo a {
	position: relative;
	display: block;
}
.topo-inner {
	display: flex;
	align-items: center;
}
.topo .topo-logo {
	max-width: 225px;
	position: relative;
	top: -25px;
}

/* Direito */
.topo-info {
	margin-left: auto;
}

/* linhas */
.linhas {
	display: flex;
}
.linha {
	min-width: 20%;
	max-width: 20%;
	padding-top: 5px;
}

/*
** Menu
** ================================================== */
.topo .menu-principal,
.menu-fixo .menu-principal {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.topo .menu-principal a,
.menu-fixo .menu-principal a {
	color: #003770;
	text-decoration: none;
	display: block;
}
.topo .menu-principal a,
.menu-fixo .menu-principal a {
	padding: 10px 12px;
}

/*
** Submenu
** ================================================== */
.topo .menu-principal ul,
.menu-fixo .menu-principal ul {
	position: absolute;
	top: 100%;
	margin-top: 25px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.3);
	padding: 15px;
	list-style: none;
	min-width: 200px;
	z-index: 998;
}
.topo .menu-principal ul:before,
.menu-fixo .menu-principal ul:before {
	content: '';
	display: block;
	height: 20px;
	margin-top: -30px;
}
.topo .menu-principal ul:after,
.menu-fixo .menu-principal ul:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border: 11px solid transparent;
	border-bottom-color: #FFF;
	z-index: 1;
}
.topo .menu-principal li,
.menu-fixo .menu-principal li {
	position: relative;
}
.topo .menu-principal li:hover > ul,
.menu-fixo .menu-principal li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 15px;
}
.topo .menu-principal ul > li:first-child,
.menu-fixo .menu-principal ul > li:first-child {
	margin-top: 10px;
}

/* Sub sub */
.topo .menu-principal ul ul,
.menu-fixo .menu-principal ul ul {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-left: 27px;
	left: 100%;
	transform: none;
}
.topo .menu-principal ul li:hover > ul,
.menu-fixo .menu-principal ul li:hover > ul {
	margin-left: 12px;
	margin-top: 0;
}
.topo .menu-principal ul ul:after,
.menu-fixo .menu-principal ul ul:after {
	content: '';
	position: absolute;
	bottom: auto;
	top: 20px;
	right: 100%;
	left: auto;
	transform: none;
	border: 11px solid transparent;
	border-right-color: #FFF;
	z-index: 1;
}
/*
** Botão menu
** ================================================== */
.btn-menu-responsivo-box {
	display: none;
}
.btn-menu-responsivo-box a {
	color: #003770;
	text-decoration: none;
	font-weight: 500;
}
.btn-menu-responsivo {
    cursor: pointer;
    width: 22px;
    display: flex;
	flex-direction: column;
	margin-left: auto;
	padding: 5px 0 5px 5px;
}
.btn-menu-responsivo span {
	height: 3px;
	border-radius: 1px;
	background-color: #C2142D;
	background: linear-gradient(to right, #00A2E0, #003770);
	width: 100%;
}
.btn-menu-responsivo span + span {
    margin-top: 3px;
}

/*
** Menu mobile
** ================================================== */
.menu-mobile-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	min-height: 100vw;
	background: url('../../imagens/bg-logo.png') no-repeat left bottom, linear-gradient(to right, #00A2E0, #003770);
	background-size: 140% auto, 100% 100%;
	overflow: hidden;

	visibility: hidden;
	opacity: 0;
	transition: all 0.3s cubic-bezier(.22,.61,.36,1) 0s;
	transform: scale(1.1);
}
.menu-mobile-container.menu-mobile-container-ativo {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.menu-mobile-container .box-btn-lang {
	margin: 0;
}
.menu-mobile-wrap {
	height: 100%;
}

.fechar-menu-mobile {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: url('../../imagens/x-branco.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.menu-mobile-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 80px;
	padding: 0 20px;
}

/* animações menu mobile */
.menu-mobile-container .menu-mobile ul li {
	position: relative;
	opacity: 0;
	visibility: hidden;

	transition-duration: 0.7s;
	transition-property: top, opacity, visibility;
	transition-timing-function: ease;
}

/* itens */
.menu-mobile-container .menu-mobile ul li:first-child {
	top: 20px;
	transition-delay: 0s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(1) {
	top: 40px;
	transition-delay: 0.1s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(2) {
	top: 60px;
	transition-delay: 0.2s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(3) {
	top: 80px;
	transition-delay: 0.3s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(4) {
	top: 100px;
	transition-delay: 0.4s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(5) {
	top: 120px;
	transition-delay: 0.5s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(6) {
	top: 140px;
	transition-delay: 0.6s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(7) {
	top: 160px;
	transition-delay: 0.7s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(8) {
	top: 180px;
	transition-delay: 0.8s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(9) {
	top: 200px;
	transition-delay: 0.9s;
}
.menu-mobile-container .menu-mobile ul li:nth-child(10) {
	top: 220px;
	transition-delay: 0.10s;
}

/* itens hover */
.menu-mobile-container.menu-mobile-container-ativo .menu-mobile ul li {
	opacity: 1;
	visibility: visible;
	top: 0;
}

/* Menu  */
.menu-mobile {
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}
.menu-mobile .menu-principal-box {
	margin: auto;
	padding: 0 0 40px;
}
.menu-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-width: 320px;
	box-sizing: border-box;
}
.menu-mobile ul li,
.menu-mobile ul li a {
	color: #FFF;
	text-decoration: none;

	overflow: hidden;
}
.menu-mobile ul li + li {
	margin-top: 20px;
}
.menu-mobile ul ul li,
.menu-mobile ul ul li a {
	color: #91989F;
}

.menu-mobile ul ul {
	background-color: #FFF;
	padding: 30px;
	margin-top: 20px;
	border-radius: 20px;
}
.menu-mobile ul ul ul {
	padding: 20px 10px 0;
	margin-top: 0;
}
.menu-mobile ul li:last-child {
	padding-bottom: 0;
}

.menu-mobile ul a {
	display: inline-flex;
	padding: 3px;
}
/*
** Menu fixo
** ================================================== */
.menu-fixo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    display: none;
    background-color: #FFF;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}
.menu-fixo .topo-logo img {
	max-width: 170px;
	display: block;
}
.menu-fixo .topo-conteudo {
	padding-top: 10px;
}
.menu-fixo .linhas {
	margin-top: 10px;
}
.menu-fixo .linha {
	padding-top: 3px;
}

/*
** Pesquisa mobile
** ================================================== */
.btn-pesquisa-responsivo-box {
	margin-left: auto;
	margin-right: 15px;
	display: none;
}
.btn-pesquisa-responsivo-box img {
	display: block;
	width: 20px;
}
.btn-pesquisa-responsivo-box a {
	display: block;
	padding: 10px;
}
/*
** Conteúdo
** ================================================== */
.conteudo {
	padding-bottom: 50px;
}
.msg-info-default {
	padding: 15px 30px;
	font-size: 22px;
	margin-bottom: 40px;
	border: 1px solid #00A2E0;
	border-radius: 5px;
}
.lista-padrao ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
.lista-padrao li {
	position: relative;
	padding-left: 2em;
}
.lista-padrao li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.3em;
	background: url('../../imagens/icones/check-azul.png') no-repeat center center;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-right: 0.7em;
}
.lista-padrao ul li + li {
	margin-top: 1.2em;
}
.box-fill,
.bg-fill {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-fill {
	z-index: -1;
}

/*
** Textos
** ================================================== */
.box-conteudo > *:first-child,
.box-txt > *:first-child,
.box-txt .mCSB_container > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.box-conteudo > *:last-child,
.box-txt > *:last-child,
.box-txt .mCSB_container > *:first-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.box-conteudo {
	font-size: 20px;
}
.box-conteudo h2 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.box-conteudo h3 {
	font-size: 38px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.box-conteudo-p-alt p {
	color: #91989F;
}

.fs-titulo,
.txt-titulo {
	font-size: 50px;
}
.txt-titulo {
	font-weight: 600;
	line-height: 1.1;
}

.txt-titulo-2,
.fs-titulo-2 {
	font-size: 40px;
}
.txt-titulo-2 {
	line-height: 1.1;
	font-weight: 600;
}

.fs-subtitulo,
.txt-subtitulo {
	font-size: 28px;
}
.txt-subtitulo {
	line-height: 1.1;
	font-weight: 500;
}

.fs-subtitulo-2,
.txt-subtitulo-2 {
	font-size: 36px;
}
.txt-subtitulo-2 {
	line-height: 1.1;
	font-weight: 600;
}

.fs-descricao,
.txt-descricao {
	font-size: 24px;
}
.txt-descricao {
	line-height: 1.3;
}

.fs-conteudo,
.txt-conteudo {
	font-size: 21px;
}
.txt-conteudo {
	line-height: 1.4;
	font-weight: 300;
}

.texto {
	font-size: 18px;
	color: #91989F;
}

/*
** Estilos
** ================================================== */
.radius-shadow {
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	overflow: hidden;
}

/*
** Título
** ================================================== */
.banner-destaque h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
}
.banner-destaque {
	padding-top: 130px;
	margin-bottom: 130px;
}
.banner-destaque-conteudo {
	max-width: 480px;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	position: relative;
	bottom: -80px;
	overflow: hidden;
}
.banner-destaque-desc {
	margin-top: 10px;
}

/* Overlay */
.overlay-default {
	position: relative;
	overflow: hidden;
	max-width: 800px;
	background-color: #FFF;
	padding: 40px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.overlay-m {
	max-width: 500px;
}
.overlay-default-img-sucesso {
	max-width: 100px;
	margin: auto;
}
.overlay-default:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 10px;
	background: linear-gradient(to right, #00A2E0, #003770);
}
.loading-box {
	position: relative;
	padding: 30px;
}


/*
** Rodapé
** ================================================== */
.footer {
	padding-top: 50px;
	background-color: #E0E2E4;
	overflow: hidden;
	font-weight: 400;
	font-size: 18px;
}
.footer-inner {
	margin: 0 -10px;
}
.footer-menus h3 {
	color: #003770;
	margin: 0;
	padding: 0;
}
.footer-menu-box-bottombar {
	display: none;
}
.rodape-info {
	z-index: 1;
	position: relative;
	padding: 45px 0 45px 45px;
	color: #FFF;
}
.rodape-info a {
	color: #FFF;
	text-decoration: none;
}
.rodape-info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	background-color: #003770;
	border-radius: 20px 0 0 20px;
}
.rodape-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rodape-logo-alt {
	max-width: 140px;
}
.rodape-info li + li {
	margin-top: 10px;
}
.rodape-info li:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-flex;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #999;
	margin-right: 10px;
}
.rodape-info li:nth-child(1):before {
	background-color: #00A2E0;
}
.rodape-info li:nth-child(2):before {
	background-color: #95C11F;
}
.rodape-info li:nth-child(3):before {
	background-color: #F39200;
}
.rodape-info li:nth-child(4):before {
	background-color: #662400;
}
.rodape-info li:nth-child(5):before {
	background-color: #E30613;
}

.footer-social {
	text-align: left;
}
.footer-social img {
	width: 40px;
}

.rodape-info-col-2 {
	margin-left: auto;
	padding-right: 10px;
	box-sizing: border-box;
	min-width: 215px;
	max-width: 215px;
}

/* menu */
.menu-rodape {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-rodape a {
	color: #676A6E;
	text-decoration: none;
}
.menu-rodape li {
	margin-top: 15px;
}

.menu-rodape a {
	position: relative;
	border-left: 0 solid #00A2E0;
	transition: all 0.2s ease 0s;
}
.menu-rodape a:hover {
	border-left-width: 4px;
	padding-left: 8px;
	color: #00A2E0;
}

.bottombar {
	font-size: 16px;
	padding: 50px 0;
}

/* bottombar menu */
.bottombar .menu-bottombar {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.bottombar .menu-bottombar a {
	color: #34383D;
	text-decoration: none;
	padding: 10px;
	display: inline-flex;
}
.bottombar .menu-bottombar li + li::before {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #34383D;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
}
.bottombar-menu {
	margin-left: -10px;
}

/* creditos */
.creditos {
	margin-left: auto;
	color: #34383D;
	display: flex;
	align-items: center;
}
.creditos a {
	margin-left: 20px;
	padding: 5px 0;
	position: relative;
	color: #00A2E0;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.creditos img {
	display: block;
	max-width: 130px;
}
.creditos-logo-2 {
	display: none;
}

/*
** Pesquisa Widget
** ================================================== */
.pesquisa-widget-container {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}
.widget-pesquisar {
	display: flex;
	align-items: center;
}
.widget-pesquisar-input-box {
	flex: 1;
}
.widget-pesquisar-input {
	width: 100%;
}
.widget-pesquisar-btn-box {
	padding-left: 15px;
}
.widget-pesquisar-input-box .widget-pesquisar-input {
	padding: 14px 15px;
}
.widget-pesquisar-input-box [type="search"]:focus {
	transform: scale(1);
}


/*
** Cores
** ================================================== */
.color-1 {
	color: #34383D;
}
.color-2 {
	color: #91989F;
}
.color-3 {
	color: #F5F6F6;
}

.bg-3 {
	background-color: #F5F6F6;
}

/* Cores */
.cor-padrao-1,
.link-padrao-1 a,
.link-default a {
	color: #00A2E0;
}
.cor-padrao-2,
.link-padrao-2 a {
	color: #95C11F;
}
.cor-padrao-3,
.link-padrao-3 a {
	color: #F39200;
}
.cor-padrao-4,
.link-padrao-4 a {
	color: #662400;
}
.cor-padrao-5,
.link-padrao-5 a {
	color: #E30613;
}

/* Scrollbar */
.scrollbar-padrao-custom {
	scrollbar-width: thin;
}
.scrollbar-padrao-1 {
	scrollbar-width: thin;
	scrollbar-color: #00A2E0 rgba(0, 162, 224, 0.2);
}
.scrollbar-padrao-1 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #00A2E0;
	opacity: 1;
}

.scrollbar-padrao-2 {
	scrollbar-width: thin;
	scrollbar-color: #95C11F rgba(149, 193, 31, 0.2);
}
.scrollbar-padrao-2 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #95C11F;
	opacity: 1;
}

.scrollbar-padrao-3 {
	scrollbar-width: thin;
	scrollbar-color: #F39200 rgba(243, 146, 0, 0.2);
}
.scrollbar-padrao-3 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #F39200;
	opacity: 1;
}

.scrollbar-padrao-4 {
	scrollbar-width: thin;
	scrollbar-color: #662400 rgba(102, 36, 0, 0.2);
}
.scrollbar-padrao-4 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #662400;
	opacity: 1;
}

.scrollbar-padrao-5 {
	scrollbar-width: thin;
	scrollbar-color: #E30613 rgba(227, 6, 19, 0.2);
}
.scrollbar-padrao-5 .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #E30613;
	opacity: 1;
}

.scrollbar-padrao .mCustomScrollBox > .mCSB_scrollTools {
	opacity: 1;
}

/* Borda */
.borda-padrao-1 {
	border-color: #00A2E0;
}
.borda-padrao-2 {
	border-color: #95C11F;
}
.borda-padrao-3 {
	border-color: #F39200;
}
.borda-padrao-4 {
	border-color: #662400;
}
.borda-padrao-5 {
	border-color: #E30613;
}
.borda-padrao-6 {
	border-color: #0069B4;
}

.link-padrao-custom a {
	color: #003770;
}

.bg-padrao-1 {
	background-color: #00A2E0;
}
.bg-padrao-2 {
	background-color: #95C11F;
}
.bg-padrao-3 {
	background-color: #F39200;
}
.bg-padrao-4 {
	background-color: #662400;
}
.bg-padrao-5 {
	background-color: #E30613;
}

.bg-padrao-gradient-1 {
	background: linear-gradient(to right, #00A2E0, #003770);
}
.bg-padrao-gradient-2 {
	background: linear-gradient(to right, #95C11F, #698a0c);
}
.bg-padrao-gradient-3 {
	background: linear-gradient(to right, #FFBF00, #ED6900);
}
.bg-padrao-gradient-4 {
	background: linear-gradient(to right, #B55103, #662400);
}
.bg-padrao-gradient-5 {
	background: linear-gradient(to right, #E30613, #810F09);
}

.bg-padrao-gradient-alt-1 {
	background: linear-gradient(to right, #003770, #00A2E0);
}
.bg-padrao-gradient-alt-2 {
	background: linear-gradient(to right, #769914, #95C11F);
}
.bg-padrao-gradient-alt-3 {
	background: linear-gradient(to right, #ED6900, #FFBF00);
}
.bg-padrao-gradient-alt-4 {
	background: linear-gradient(to right, #662400, #B55103);
}
.bg-padrao-gradient-alt-5 {
	background: linear-gradient(to right, #810F09, #E30613);
}

.bg-gradient-1 {
	background: linear-gradient(to bottom, #00A2E0, #003770);
}
.bg-gradient-2 {
	background: linear-gradient(to bottom, #E30613, #810F09);
}
.bg-gradient-3 {
	background: linear-gradient(to bottom, #FFCD1C, #F39200);
}
