/* CARREGAR FONTES */
@font-face{
	font-family: 'FRegular';
	src: url('font/BWHaasGrotesk.ttf');
}
@font-face{
	font-family: 'FBold';
	src: url('font/BWHaasGrotesk.ttf');
}
@font-face{
	font-family: 'FBlack';
	src: url('font/BWHaasHead-Bold.ttf');
	font-weight: 900;
	font-display: swap;
}
@font-face{
	font-family: 'FAS';
	src: url('font/fa-solid-900.ttf');
}
@font-face{
	font-family: 'FAR';
	src: url('font/fa-regular-400.ttf');
}
@font-face{
	font-family: 'FAB';
	src: url('font/fa-brands-400.ttf');
}
/* CHAMAR FONTES */
body, .regular{
	font-family: 'FRegular';
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, b, .bold{
	font-family: 'FBlack';
	font-weight: bold;
}
.black{
	font-family: 'FBlack';
	font-weight: 900;
}
.fas{
	font-family: 'FAS';
}
.far{
	font-family: 'FAR';
}
.fab{
	font-family: 'FAB';
}

/* ================= NORMALIZAÇÃO */

section + section{
	margin-top: 70px;
}

/*Títulos*/
h2.black{
	margin-bottom: 30px;
}
h2.black span.line{
	border-bottom: 3px solid #002558;
	padding-bottom: ;
}
h2.black span.dot{
	transform: scale(2);
	color: #002558;
}

/* IMAGENS */
figure{
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	margin: 0;
}
img{
	max-width: 100%;
	transition: .3s;
}
figure:hover img{
	transform: scale(1.1);
}

/* artigos */
article.box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 5px 15px #00000030;
    transition: .3s;
    border-radius: 10px;
}
article.box:hover{
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 15px 20px #00000070;
}

/* Botões */
.btn{
	border-radius: 10px;
	transition: .3s;
}
.btn:hover{
	transform: scale(1.2) !important;
}
.btn-primary{
	background-color: #003366;
	border-color: #003366;
}
.btn-primary:hover, .hero .btnp-rimary:hover{
	background-color: #bfba48;
	border-color: #bfba48;
	color: #003366;
	transform: scale(1.1);
}
.btn-warning{
	background-color: #cabd18;
	border-color: #cabd18;
}
.btn-warning:hover, .hero .btn-warning:hover{
	background-color: #003366;
	border-color: #003366;
	color: #cabd18;
	transform: scale(1.1);
}

/* MARGENS */

.margem15{
	margin-top: 15px;
}

.margem50{
	margin-top: 50px;
}

.margem30{
	margin-top: 30px;
}

.margem70{
	margin-top: 70px;
}

/* ============================================= */

.top-bar{
    background-color: #a7c1d9;
    color: #333;
    font-size: 14px;
}
.top-bar i {
    padding: 10px;
    background: #003366;
    color: #fff;
    margin-left: -3px;	
}

/* Menu */
.menu {
    background-color: #fff;
    padding: 10px 0;
}
.menu img {
    height: 80px;
}
.menu nav a {
    color: #000 !important;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 500;
    transition:  .3s;
}
.menu nav a:hover{
	color: #bfba48 !important;
	text-decoration: none;
}
.menu nav,.menu ul,.menu li{
	display: inline-block;
}
.menu .btn+.btn{
    margin-left: 10px;
}
/*menu dropdown*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}
.dropdown-content a{
	display: block;
	padding: 15px;
	margin-right: 0 !important;
	text-transform: none !important;
	font-size: 14px;
	font-weight: 400 !important;
	margin-right: 0;
}
.dropdown-content a:hover{
	background: #003366;
}
.dropdown:hover .dropdown-content{
	display:  block;
}

/*Banner*/
.hero {
    background-image: url('img/banner.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-align: left;
}
.hero .overlay{
	/*background-color: #002558d4;*/
	background-image: linear-gradient(#000000bb 50%,#000000ee);
	padding: 150px 0;
	filter: multiply;
}
.hero h1 {
    font-size: 36px;
    font-weight: bold;
    /* text-transform: Capitalize; */
}
.hero p {
    font-size: 18px;
}
.hero .botaoBanner {
    background: linear-gradient(#ffffff00,#fff,#ffffff00);
    padding: 30px 10px;
    display: inline-block;
    margin-right: 15px;
    color: #000;
    transition:  .3s;
    width:  200px;
}
.hero .botaoBanner:hover {
    background: #cabd18;
    color: #002558;
    transform: scale(1.1);
    border-radius: 10px;
}
.hero .botaoBanner i{
	transition: .5s;
}
.hero .botaoBanner:hover i {
    transform: scale(2);
    margin-right: 15px;
}

/* Indicadores */
.indicators-bar {
	position:  relative;
	z-index: 1;
	margin-bottom: -55px;
    background-color: #00000055;
    color: #fff;
}
.indicators-bar marquee{
	padding: 10px 0;
	margin-bottom:  -7px;
}
.indicators-bar span{
    padding: 5px 7px;
    border: 1px solid #ffffff55;
    background: #ffffff11;
    border-radius: 10px;
    margin-left: 10px;
    display: inline-block;
}
.indicators-bar .pos{
	border-color: #30ff5055;
}
.indicators-bar .pos i{
	color: #30ff50;
	font-style: normal;
}
.indicators-bar .neg{
	border-color: #ff503055;
}
.indicators-bar .neg i{
	color: #ff5030;
	font-style: normal;
}	

/*Geographic Filter*/


/* Gráficos */
.dashboards {
    background-color: #f5f5dc;
    padding: 70px 0;
    text-align: center;
}
.dashboards h2{
	margin-bottom: 10px;
}
.dashboards h2.black span.dot{
	color: #cabd18;
}
.dashboards p {
    font-size: 18px;
    margin-bottom: 30px;
}
.dashboards .chart {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 5px 15px #00000030;
    transition: .3s;
    border-radius: 10px;
    margin-top: 30px;
}
.dashboards .chart:hover{
	transform: scale(1.1);
	cursor: pointer;
	box-shadow: 0 15px 20px #00000070;
}

/* Relatórios */
.reports {
	margin-top: 0;
    background-color: #d1e0e8;
    background: url('img/relatorios.jpg') center;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}
.reports .fundo{
	padding: 70px 0;
	margin: -70px 0px;
	background-color: #002558cc;
}
.reports h2 {
    color: #fff;
    margin-bottom: 10px;
}
.reports p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}
.reports table {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
}
.reports table td {
    padding: 10px;
    border: 1px solid #ddd;
}
.reports .btn {
    color: #fff;
    margin: 5px;
}

/* Notícias */
.news {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

.news-card {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: scale(1.1);
}

.news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.1)
    );
}

.news-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

.news-tag {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.news-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    opacity: 0.9;
    z-index: 2;
}


/* PARCEIROS */

.partners {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}
.partners h2 {
    margin-bottom: 0;
}
.partners img {
    /*height: 70px;*/
    filter: grayscale(100%);
    transition: .3s;
}
.partners img:hover{
	filter: none;
	cursor: pointer;
	transform: scale(1.1);
}
.footer {
    margin-top: 70px;
    background-color: #003366;
    color: #fff;
    padding: 30px 0;
}
.footer .logo {
    height: 100px;
    margin-left:  -20px;
}
.footer h4 {
    font-size: 22px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff55;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    margin-bottom: 10px;
}
.footer a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
.footer a:hover{
	color: #cabd18;
	padding-left: 10px;
	border-left: 2px solid #cabd18;
}

/*===========================================
================= Responsivo ================
=============================================*/
/* Dispositivos Médios e Largos*/
@media screen and (min-width: 768px){

	.invisivel-desktop{
        display: none !important;
    }

}

/* Celulares */
@media screen and (max-width: 768px){

    .invisivel-mobile{
        display: none !important;
    }
    
    body{
    	text-align: center;
    }
    
    /* Menu */
    .menu .col-9{
        position: static;
    }
    #menuPrincipal{
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 5;
    }
    .menu li{
        display: block;
        padding: 10px;
    }
    .menu li+li{
        border-top: 1px solid #00000055;
    }
    .menu .dropdown-content{
        display: block;
        position: static;
        box-shadow: none;
        background: #fff;
    }
    
    /* Banner */
    .hero h1 {
        font-size: 7vw;
    }

}

/* =================================================
==================== EFEITOS =======================
================================================= */

/* Pulso */

.pulso{
    animation: pulso .7s infinite;
}


@keyframes pulso{
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.0125)
    }

    50% {
        transform: scale(1.025)
    }

    75% {
        transform: scale(1.0125)
    }

    100% {
        transform: scale(1)
    }
}

/* =====================================================
================= EFEITO DE REVELAÇÃO ==================
=======================================================*/

/* Para cima */
.slideRev {visibility:hidden;}
.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* Para Esquerda */
.slideRevLeft {visibility:hidden;}
.slideLeft {
  /* The name of the animation */
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

/* Para Direita */
.slideRevRight {visibility:hidden;}
.slideRight {
  /* The name of the animation */
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}