@font-face {
    font-family: Poppins;
    src: url('font/Poppins-Regular.otf') format('opentype');
}
:root {
    --page-margin: 120px;
    --page-margin-mobile: 30px;
    --header-height: 105px;
    --banner-height: 320px;
    --button-font-size: .7rem;
    --icon-default-size: 180px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: Poppins, Helvetica, sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    border: 0;
    background-color: #444c57;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: .75em;
	padding-right: 0 !important;
	overflow-y: scroll !important;
}
body.dark-theme, body.dark-theme .main-menu, body.dark-theme #header, body.dark-theme #footer, body.dark-theme .filter {
    background-color: #111;
    border-color: #555;
    color: #333;
}
body.dark-theme .wrapper {
    background-color: #565656;
    background-image: linear-gradient(90deg, #121212,#343434);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
body.dark-theme #header.shrink {
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
body.dark-theme #header-filters, body.dark-theme #footer span, body.dark-theme #nav a {
    color: #888;
}
body.dark-theme #back-to-top {
    background: rgba(68, 50, 50, 0.75);
    color: #333;
}
body.dark-theme #back-to-top:hover {
    background-color: rgba(0,136,255,1);
    color: #fff;
}
body.dark-theme .filter a, body.dark-theme .row {
    color: #fff;
}
h1 {
    font-size: 2rem;
    font-family: Poppins, Helvetica, sans-serif;
    margin-bottom: 3rem;
}
h2 {
    font-size: 1.5rem;
	font-family: Poppins, Helvetica, sans-serif;
    margin-bottom: 1.5rem;
}
a {
    cursor: pointer;
}
a:hover {
	text-decoration: underline !important;
}
ul {
    list-style: none;
}
p, li {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	line-height: 2.7rem;
	text-align: justify;
}
img {
    max-width: 100%;
    max-height: 100%;
}
button {
    cursor: pointer;
}
/* new code */
#header {
	background-color: #fff;
	/*border-bottom: 1px solid #eee;*/
	display: flex;
	flex-direction: column;
	height: var(--header-height);
	z-index: 100;
}
#header-row {
	background-image: url('svg/nova_logo_radar.svg'), url('svg/radar-logo-modulo.svg'), url('svg/tce-minimal-logo.svg');
	background-position: var(--page-margin) center, center, calc(100% - var(--page-margin)) center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 150px, contain, 75px;
    display: flex;
    flex: 1;
}
#header-row.reiniciada {
    background-image: url('svg/nova_logo_radar.svg'), url('svg/radar-logo-modulo-reiniciada.svg'), url('svg/tce-minimal-logo.svg');
}
#header-row.nao-iniciada {
    background-image: url('svg/nova_logo_radar.svg'), url('svg/radar-logo-modulo-nao-iniciada.svg'), url('svg/tce-minimal-logo.svg');
}
.flex-center {
	display: flex;
    align-items: center;
    justify-content: center;
}
#header #busca, #header #accessibility {
	display: none;
}
/* footer */
section.footer {
    display: flex;
    align-items: center;
    justify-content: center;
	background: #444C57 0% 0% no-repeat padding-box;
	min-height: 100px;
	padding: 55px var(--page-margin);
}
section.footer .seti-logo {
	background-image: url('svg/logo_seti_gray_scale.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 75px;
	height: 75px;
}
section.footer .copyright {
	width: 40%;
}
section.footer .copyright span:first-child {
	font-family: 'Poppins Medium', Poppins, Arial, Helveltica, 'sans-serif';
}
section.footer .copyright span:last-child {
	font-family: Poppins, Arial, Helveltica, 'sans-serif';
}
section.footer .copyright span {
	color: #d5d5d5;
	display: block;
	font-size: .65rem;
	letter-spacing: .02rem;
	margin-left: 15px;
	max-width: 310px;
}
section.footer .abnt {
	background-image: url('svg/sistema-certificado-abnt-nbr-iso-9001.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px;
	cursor: pointer;
    width: 30%;
	min-width: 75px;
	min-height: 75px;
	opacity: .4;
	transition: all .3s linear;
}
section.footer .abnt:hover {
	background-size: 75px;
	opacity: .9;
}
section.footer .medias {
	width: 30%;
	text-align: right;
}
section.footer .medias img {
	border-radius: 50%;
	background-color: #fff1;
	border: 4px solid transparent;
	width: 30px;
	transition: all .2s linear;
}
section.footer .medias img:hover {
	filter: brightness(150%);
}
/* end footer */
/*#header.shrink #tce-logo {
    background-size: contain;
    min-width: 140px;
    width: 10%;
}
#header-menu, #radar-logo, #header-filters {
    font-size: 1.5rem;
    padding-left: 10px;
    text-rendering: optimizeLegibility;
}
#header-menu {
    display: none !important;
}
#header-menu, #header-filters {
    padding-right: 15px;
    text-align: right;
}
#site-tce, #logo-site-tce {
    display: inline-table;
    width: 100%;
    height: 100%;
}
#header.shrink #header-filters {
    padding-right: 0;
}*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 45px 0 0;
    padding-bottom: 45px;
}
.qvplaceholder, .qvobject {
    background-color: rgba(255,255,255,.55);
    border: 1px solid #dfe1e5;
    border-radius: 2.5px;
	height: 250px;
    margin: 10px 10px;
}
.qvplaceholder:hover, .qvobject:hover {
    background-color: rgba(255,255,255,1);
}
.qvplaceholder span {
    color: #222;
}
.scroller {
    overflow-y: scroll;
    scrollbar-color: #0e71c7 transparent;
    scrollbar-width: thin;
}
.kpi {
    height: 120px;
    margin: 10px 0 !important;
}
.kpi.red {
    background-color: rgba(255, 0, 0, .55);
    border: 0;
}
.kpi.red:hover {
    background-color: rgba(255, 0, 0, 1);
}
.kpi.orange {
    background-color: rgba(255, 128, 0, .55);
    border: 0;
}
.kpi.orange:hover {
    background-color: rgba(255, 128, 0, 1);
}
.kpi.green {
    background-color: rgba(0, 255, 0, .55);
    border: 0;
}
.kpi.green:hover {
    background-color: rgba(0, 255, 0, 1);
}
.kpi.blue {
    background-color: rgba(0, 0, 255, .55);
    border: 0;
}
.kpi.blue:hover {
    background-color: rgba(0, 0, 255, 1);
}
.kpi.red span, .kpi.orange span, .kpi.green span, .kpi.blue span {
    color: #fff !important;
}
.kpi-value span {
    font-family: 'Poppins', sans-serif;
}
.qvplaceholder div i {
    margin: 15px;
    display: block;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 2;
}
/*#header .toggle-menu, #header .toggle-filter {
    border-radius: 2.5px;
    padding: 10px;
}
#header .toggle-menu:hover, #header .toggle-filter:hover {
    background-color: rgba(0,136,255,.75);
    color: #fff;
}
#header.shrink .toggle-filter {
    border-radius: 0;
    padding: 1px 15px;
}
#header #accessibility ul {
    margin: 0;
}
#accessibility a {
    color: #ddd;
    font-size: 1.5rem;
}*/
.list {
    margin-left: 50px;
    list-style: disc;
    text-align: left;
}
.list li {
    margin: 10px 0;
}
.title-filters {
    color: #333;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 3px;
}
.title-filters::before {
    content: ':';
}
.filter div.qvobject, .filter div.qvplaceholder_F {
    border-left: 4px solid #ccc;
    color: #888;
    cursor: pointer;
    font-size: .8rem;
    width: 100%;
    height: auto;
    margin: 3px;
    padding: 7px 10px !important;
}
.filter div.qvobject:hover, .filter div.qvplaceholder_F:hover {
    background-color: #fff;
    border-color: #026b43;
    color: #026b43;
}
/* to top */
#back-to-top {
    position: fixed;
    background: rgba(68,68,68,.75);
    border: 2px solid transparent;
    border-radius: 2.5px;
    color: #f5f5f5;
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
    z-index: 9999;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
#back-to-top:hover {
    background-color: rgba(0,136,255,1);
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
.mouse-scroll {
	position: initial;
    bottom: 10px;
    left: calc(50% - 20px);
    margin-top: -80px;
    z-index: 9999;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.mouse-scroll img {
    width: 40px;
}
/* menu off canvas */
.wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.b-gradient {
    background-color: #1c7ed6;
    background-image: linear-gradient(-90deg, #02214f, #155592,#1c7ed6);
    background-attachment: fixed;
    color: #fff;
}
#radar-content {
    background-color: #fff;
    background-image: url('img/GettyImages-678799308-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#radar-content .item {
    margin-bottom: 10px;
}
.large-title {
	color: #333;
    font-size: 5vw;
    font-family: Poppins, Helvetica, sans-serif;
    text-align: center;
}
.large-title.shadow {
    text-shadow: 0px 0px 3px #aaa;
    box-shadow: none !important;
}
.btn {
    background-color: rgba(0,0,0,.1);
    border: 1px solid #fff;
    border-radius: 2.5px;
    color: #fff;
    font-size: 1.5rem;
    padding: 15px 32px;
}
.btn:hover {
    background-color: #ddd;
    box-shadow: 0 0 5px #333;
    color: #222;
}
.btn.sm {
    font-size: 1rem;
    padding: 5px 15px;
}
.btn.btn-bi {
    margin-top: -5px;
}
.section {
	/*min-height: 550px; */
    height: auto;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;*/
    padding: 80px 0;
}
.short-section {
    min-height: 300px;
    height: 15vh;
}
/* #agilize-content {
    background-color: #409ac7;
    color: #222;
}
 */
#secretaria-content .row h2 {
    text-transform: uppercase;
}
.icon-box {
    margin-top: 4vh;
}
.icon {
    background-color: #fff;
    border-radius: 12.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 150px;
    text-align: center;
    margin: 0 10px;
}
.icon a {
    border: 1px solid transparent;
    border-radius: 12.5px;
    color: #1a5ea9 !important;
    display: block;
    font-size: 1rem;
    padding: 40px 40px;
    text-transform: uppercase;
    transition: all .2s linear;
}
.icon a:hover {
    border: 1px solid #5793c4;
    box-shadow: 0px 0px 28px #00000033;
    text-decoration: none !important;
}
.icon i {
    display: block;
    border-radius: 2.5px;
    font-size: 5rem;
    padding: 10px;
}
.panel-button {
    position: fixed;
    top: 140px;
    right: 30px;
    background-color: #026b43;
    border-radius: 50%;
    min-width: 70px;
    min-height: 70px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.panel-button a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.panel-button a i {
    color: #fff;
    display: block;
    font-size: 2rem;
}
#busca-inteligente-content {
    background-color: #0e202e;
    color: #fff;
}
.bg-blue-light {
	background-color: #d5eff4;
	color: #1f5277;
}
.bg-blue-light h1, .bg-blue-light li {
	color: #164852;
}
.bg-blue-dark {
	background-color: #f6f6f6;
	color: #111111;
}
.bg-blue-dark h1, .bg-blue-dark li {
	color: #111111;
}
#videos-tutoriais-content {
    background-color: #026b43;
    background-image: url('img/video.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}
#manuais-content {
    background-color: #ddd;
    /*background-image: url('img/business-meeting-manager.jpg');*/
    background-image: linear-gradient(90deg, #ddd, #bbb);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 630px;
    color: #333;
    /*padding-left: 50%;*/
}
/* isso quebra totalmente o grid do bootstrap. não faço ideia porque ele existe. */
/* .row {
    display: inline-table;
    width: 100%;
    padding: 25px 20px;
    margin-left: 0;
} */
.col {
    display: table-cell;
    text-align: justify;
    vertical-align: middle;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.row .col > div {
    padding: 5px;
}
.alert {
    border: 1px solid #f80;
    background-color: rgba(0,0,0,.6);
    color: #f80;
    font-size: .9rem;
    margin: 20px 0;
    text-align: center;
}
.alert i {
    display: block;
    font-size: 2rem;
    margin-top: 0.5rem;
    margin-bottom: .5rem;
    text-align: center;
}
.row .col .link {
    background-color: #026b43;
    border-radius: 2.5px;
    color: #fff;
    cursor: pointer;
    font-size: .8rem;
    padding: 7px 10px;
}
.row .col .link:hover {
    background-color: #05a;
    text-decoration: none !important;
}
.row .col .link i {
    font-size: .8rem;
}
.download {
    display: table-cell;
}
.download:first-child {
    border-right: 0;
}
.download:last-child {
    border-left: 0;
}
.download i {
    font-size: 3rem;
}
.download a {
    text-transform: lowercase;
}
.overlay {
    background-color: rgba(0,0,0,0.7);
    border-radius: 2.5px;
}
.overlay a {
    color: #fff;
}
.overlay a:hover {
    text-decoration: underline;
}
.sense {
    margin-left: 50%;
    padding: 0;
}
.box-video {
    background-color: rgba(0,0,0,0.7);
    border-radius: 2.5px;
    margin: 10px;
    vertical-align: middle;
    width: 98%;
}
.box-video .foto {
    padding: 10px 10px 5px 10px;
}
.box-video div {
    display: table-cell;
    font-size: .8rem;
    vertical-align: middle;
}
#medias a:hover, #accessibility a:hover {
    color: #026b43;
}
.canvas {
    width: 100%;
    height: 100%;
    position: relative;
    transition: .3s ease all;
}
.menu {
    position: absolute;
    background: #026b43;
    color: #fff;
    height: 100%;
    width: 170px;
    z-index: 100;
}
.menu .close-menu, .filter .close-filter {
    display: inline-table;
    width: 100%;
    height: 60px;
}
.menu .btn, .filter .btn {
    display: block;
    font-size: 2.5rem;
    text-align: center;
    vertical-align: middle;
}
.menu a, .filter a {
    color: #333;
    font-size: 1rem;
    text-decoration: none;
}
.menu a:hover, .filter a:hover {
    color: #fff;
}
.menu ul li a, .filter ul li a {
    display: block;
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
}
.menu ul li a i, .filter ul li a i {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.menu ul li a:hover, .menu .close-menu:hover, .filter ul li a:hover, .filter .close-filter:hover {
    background-color: rgba(0,136,255,.75);
    color: #fff;
}
nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;  
}
nav ul, nav li {
    outline: 0;
}
.modal a.close-modal {
    top: 3px !important;
    right: 3px !important;
}
#CurrentSelections {
    min-height: 39px;
}
#CurrentSelections .current-selections-placeholder > span {
    color: #ccc;
    font-size: .7rem;
    padding-left: 5px;
}
/*
#CurrentSelections {
    background-color: #02214f;
    min-height: 39px;
}
#CurrentSelections div {
    border-color: #0548ad !important;
}
#CurrentSelections .bright.qv-panel-current-selections {
    background: #02214f;
}
#CurrentSelections .bright.qv-panel-current-selections .wrap {
   background-color: #043b8c;
   border-bottom: 1px solid #0548ad;
}
#CurrentSelections .bright.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, 
#CurrentSelections .bright.qv-panel-current-selections .buttons .qv-subtoolbar-button {
    color: #ccc;
}
#CurrentSelections .bright.qv-panel-current-selections .buttons-end .qv-subtoolbar-button:hover, 
#CurrentSelections .bright.qv-panel-current-selections .buttons .qv-subtoolbar-button:hover {
    color: #026b43;
}
#CurrentSelections .bright.qv-panel-current-selections .buttons-end .qv-subtoolbar-button:disabled, 
#CurrentSelections .bright.qv-panel-current-selections .buttons .qv-subtoolbar-button:disabled {
    color: rgba(170,170,170,.2);
}*/
/* responsive topnav */
.topnav {
	/*background-color: #015980;
	border-top: 3px solid #237ba2;*/
	overflow: hidden;
	width: 100%;
	z-index: 500;
}
.topnav.shrink  {
    /*background-image: url('svg/radar-logo-min-white.svg'), url('svg/modulo-logo-white.svg');
    background-position: 5px center, 200px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 150px, 200px;*/
}
.topnav ul {
    margin: 0 !important;
}
.topnav ul li {
    display: inline;
}
.topnav a {
    display: inline-block;
    color: #ddd !important;
    text-align: left;
	font-family: Poppins, Helvetica, sans-serif;
	font-size: .75rem;
    padding: 2.5px 12px 2.5px 12px;
    text-decoration: none;
    transition: all .2s linear;
	text-transform: uppercase;
}
.topnav a:hover {
    background-color: #08f; /*#ddd;*/
    color: #fff !important;
	text-decoration: none !important;
}
.topnav .icon {
    display: none;
    text-align: right;
    width: 100%;
}
.topnav .list-menu {
    display: block;
    transition: all .1s ease;
}
.nav {
    display: block;
    overflow: hidden;
    text-align: center;
}
#high-contrast {
    display: none;
}
.whats-is-radar {
    padding: 0 0 0 50%;
}
.paginate {
    background-color: #333;
    border-radius: 2.5px;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}
.paginate ul {
    border: 0;
    display: inline;
}
.paginate a, .paginate span {
    border-radius: 2.5px;
    color: #ccc !important;
    display: inline-block;
    margin: 0 1px;
    padding: 5px 10px;
    transition: all .2s linear;
}
.paginate a i {
    display: initial;
    font-size: .8rem;
    margin: 0;
}
.paginate a:hover {
    background-color: #026b43;
    color: #fff !important;
}
.paginate ul li {
    display: inline-block;
}
.hideme * {
    opacity:0;
}
/* intro */
.intro {
    width: 100%;
    min-height: calc(100vh - 200px);;
    position: relative;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6, .intro p {
    color: #222;
    text-shadow: 0px 0px 5px #ddd;
}
.intro .animated-bar {
    width: 0;
    height: 3px;
    background: #118dfa;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    /*-webkit-animation: bar 5s 3 linear;
            animation: bar 5s 3 linear;*/
}
.intro .slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    overflow: hidden;
}
.intro .slide.slide-a {
    background: transparent; /*rgba(242,96,96,1)*/ /*#f26060;*/
    z-index: 400;
}
.intro .slide.slide-a .slide-a-child {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.intro .slide.slide-a .slide-a-child.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
.intro .slide.slide-a p {
    font-size: 25px;
}
.intro .slide.slide-b {
    background: transparent; /*rgba(14,178,154,1)*/ /*#0EB29A;*/
    z-index: 300;
}
.intro .slide.slide-b h2 {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
}
.intro .slide.slide-b p:first-of-type {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    margin-bottom: 20px;
}
.intro .slide.slide-b p:last-of-type {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
}
.intro .slide.slide-b .slide-b-child {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.intro .slide.slide-b .slide-b-child.is-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
.intro .slide.slide-c {
    background: transparent; /*rgba(62,69,77,1)*/ /*#3e454d;*/
    z-index: 200;
}
.intro .slide.slide-c .slide-c-child {
    -webkit-transition: all 1s cubic-bezier(0.25, 0.25, 0.23, 1.405);
    transition: all 1s cubic-bezier(0.25, 0.25, 0.23, 1.405);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
}
.intro .slide.slide-c .slide-c-child.is-visible {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
.intro .slide.slide-d {
    background: transparent; /*rgba(255,128,113,1)*/ /*#ff8071;*/
    z-index: 100;
}
.intro .slide.slide-d .slide-d-child {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
}
.intro .slide.slide-d .slide-d-child.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.intro .slide.slide-d button.slide-d-child {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
}
.intro .slide .slide-content {
    text-align: center;
    color: #fff;
    font-family: "Raleway", sans-serif;
}
.intro .slide .slide-content h1 {
    font-size: 70px;
    font-weight: 400;
    margin: 20px 0;
  }
.intro .slide .slide-content h2 {
    font-size: 60px;
    font-weight: 400;
    margin: 20px 0;
}
.intro .slide .slide-content p {
    font-size: 36px;
    font-weight: 300;
}
.intro .slide .slide-content p a {
    color: #b6483d;
    text-decoration: none;
    position: relative;
}
.intro .slide .slide-content p a:hover::after {
    width: 180px;
}
.intro .slide .slide-content p a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #b6483d;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.intro .slide .slide-content ul li {
    display: inline-block;
}
.intro .slide .slide-content ul li p {
    position: relative;
}
.intro .slide .slide-content ul li p::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin: 0 20px;
    border-radius: 50%;
}
.intro .slide .slide-content ul li:last-of-type p::after {
    display: none;
}
.intro .slide .slide-content button, .intro .slide .slide-content a {
    width: 60px;
    height: 60px;
    border: none;
    color: #fff;
    border-radius: 2.5px;
    text-align: center;
    background: rgba(0,0,0,.2);
    margin-top: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.5;
    transition: all 0.5;
    cursor: pointer;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.access-panel, .float-panel {
    position: absolute;
    background-color: #026b43;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s;
    animation: pulse 2s infinite;
    z-index: 1000;
    top: 77vh;
    right: 15vw;
}
.access-panel:hover, .float-panel:hover {
    background-color: #fff;
    color: #026b43;
    animation: none;
}
.access-panel i, .float-panel i {
    display: block;
}
.float-panel {
    position: fixed;
    top: 130px;
    right: 20px;
    opacity: 0;
}
.float-panel.show {
    opacity: 1;
}
.float-panel:hover {
    background-color: #026b43;
    color: #fff;
    animation: none;
}
.intro .slide .slide-content a {
    border-radius: 2.5px;
    padding: 14px 15px;
    text-decoration: none;
}
.intro .slide .slide-content button:hover {
    background-color: #36923f;
    border: 2px solid #2c7834;
    color: #fff;
}
/* popup de erro */
#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}
.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}
.close:hover {
	opacity: .5;
}
#popupText {
	margin-right: 23px;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.topnav .nav li {
    text-transform: uppercase;
}
.icons {
	text-align: center;
}
.icons img {
	margin: 0 -5px;
}
.research {
	background-color: #eee;
	background-image: url('svg/icon-research.svg');
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 55px;
	border-radius: 5.5px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
	color: #111;
	display: block;
	font-size: .9rem;
	padding: 10px 10px 10px 70px;
	margin: 20px 30%;
}
.research a {
	color: #111;
	display: block;
	padding: 20px;
	margin: -10px;
}
/* media queries */
@media screen and (max-width: 1315px){
    .row .col .icon {
        width: 49.5%;
    }
}
@media screen and (max-width: 1150px){
    #footer {
        padding: 20px 5% 0 5%;
    }
    #tce-logo, #mti-logo {
        display: block;
        background-position: top center;
        margin-bottom: 20px;
        width: 100%;
    }
    #tce-logo, #radar-logo {
        background-position: center;
        background-size: 200px;
        margin-bottom: 0;
    }
    #tce-logo a, #mti-logo a {
        display: block;
        height: 31px;
        width: 100%;
    }
    #info {
        display: inline-block;
        width: 100% !important;
        text-align: center;
    }
    #medias {
        display: inline-block;
        width: 20% !important;
    }
    #copyright {
        display: inline-block;
        width: 70% !important;
    }
    .topnav.shrink {
        background-image: none;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 50px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    p {
        font-size: 16px !important;
    }
    p a:hover::after {
        width: 160px !important;
    }
}
@media screen and (max-width: 800px){
    .nav {
        position: fixed;
        left: 0;
        right: 0;
        background-color: #3f3f3f;
        height: 0;
        z-index: 500;
    }
    .nav.active {
        box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
        height: 235px;
    }
    .topnav {
        border-bottom: 0;
    }
    .topnav .list-menu {
        display: none;
    }
    .topnav .list-menu li {
        display: inline-block;
        width: 100%;
    }
    .topnav a {
        border-radius: 0;
        color: #aaa !important;
        display: block;
        width: 100%;
    }
    .topnav .icon {
        display: block;
        min-width: 0;
        min-height: 0;
        margin: 0;
    }
    .topnav .icon i {
        color: #eee;
        font-size: 1.5rem;
        padding: 0;
    }
    .wrapper {
        width: 100%;
    }
    .canvas {
        background-image: none;
    }
    .flex-container {
        margin: 0 7px 0 0;
    }
    #header.shrink {
        position: fixed;
        box-shadow: 0 2px 2px 0 #ddd;
        height: 30px !important;
        width: 100%;
        top: 0;
    }
    #header #header-filters {
        padding-right: 0 !important;
    }
    #header .toggle-filter {
        border-radius: 0;
        padding: 2px 10px !important;
    }
    .main-menu {
        padding-top: 25px;
        width: 33px;
    }
    .main-menu:hover, nav.main-menu.expanded {
        width: 140px;
    }
    .main-menu li > a {
        width: 140px;
    }
    .menu .close-menu, .filter .close-filter {
        height: 30px;
    }
    #secretaria-content {
        background-image: none;
        display: table-cell;
        padding: 50px 0;
    }
    .icon-box {
        width: 100%;
    }
    .icon {
        border-radius: 0;
        display: block;
        margin: 0;
        min-width: 1px;
        min-height: 1px;
    }
    .icon a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom-width: 3px;
        font-size: .8rem;
        padding: 0;
    }
    .icon a:hover {
        border-bottom-width: 3px !important;
    }
    .icon i {
        font-size: 2rem;
    }
    #myInput {
        min-width: 230px;
    }
    #search-btn {
        margin: 10px 0;
    }
    .btn.btn-bi {
        margin-top: 0;
        padding: 5px;
    }
    .list {
        margin-left: 20px;
    }
    #tce-logo-footer {
        background-position: center top;
        background-size: 200px;
        display: block;
        min-width: 215px;
        min-height: 70px;
    }
    #footer #info p {
        font-size: .7rem !important;
        line-height: 1.1rem;
    }
}
@media (max-width: 768px) {
    .slide-c-child {
        display: block !important;
    }
    p::after {
        display: none !important;
    }
    button.replay {
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
        font-size: 14px !important;
    }
    a:hover::after {
        width: 140px !important;
    }
}
@media screen and (max-width: 680px){
    .row .col .icon {
        display: block;
        width: 100%;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 40px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    p {
        font-size: .7rem !important;
    }
    p a:hover::after {
        width: 130px !important;
    }
    #tce-logo, #busca, .float-panel {
        display: none !important;
    }
    .box-video div {
        display: block;
    }
    .access-panel {
        top: 16vh;
        right: 2vw;
    }
    #radar-content {
        background-position: center;
    }
    #medias {
        width: 100% !important;
    }
    #footer #medias {
        text-align: center;
    }
    #copyright {
        font-size: .7rem !important;
        font-weight: bold;
        text-align: center;
        width: 100% !important;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@-webkit-keyframes bar {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
}
@keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}