/**
* Template Name: Estratégia Digital - v4.1.0
* Author: Romeu Junior
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 100;
  color: #444444;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Libre Franklin', sans-serif;
}

p {
	font-weight: 300;
	font-size: 1.2rem;
	margin-bottom: 32px;
}

p strong {
	font-weight: 700;
}

#p_ifes h1 {
	font-size: 1.8rem;
}

strong {
	font-weight: 800;
}


/*--------------------------------------------------------------
# Cabeçalho TCU
--------------------------------------------------------------*/

#topbar-tcu .acessibilidade {
	background-color: #2a4070 !important;
}

#topbar-tcu .acessibilidade .navbar {
    box-shadow: none;
}

#topbar-tcu .mrNav {
    margin-right: 1rem;
}

#topbar-tcu .nav-link {
    display: block;
    padding: -0.5rem 1rem !Important;
}

#topbar-tcu .acessibilidade a {
	font-size: 0.75rem;
	margin-right: 5px;
}

#topbar-tcu  .text-white.lead {
	margin-right: 5px;
}

#topbar-tcu .navbar>.container, 
#topbar-tcu .navbar>.container-fluid {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@media (min-width: 992px){
	.logoMobile {
		display: none;
	}
}

@media (max-width: 992px) {
	.logoDesktop {
		display: none;
	}
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1C519B;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #F8EC7F;
  color: #1C519B !important;
}

.back-to-top:hover i {
  color: #1C519B;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Menu Temas
--------------------------------------------------------------*/
.menu-tema {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  top: 150px;
  z-index: 996;
  background: #5846f9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.menu-tema i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.menu-tema:hover {
  background: #7b27d8;
  color: #fff;
}

.menu-tema.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #007aff;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  margin-top:90px;
}

#header.header-inner-pages {
  background: rgba(36, 12, 72, 0.8);
  padding: 12px 0;
  margin-top:90px;
}

#header.header-scrolled {
  background: #fff;
  padding: 12px 0;
  margin-top:0px;
  box-shadow: 0px 0.5px 10px #c6c0be;
}

#header.header-scrolled img {
	display: none;
}

#header.header-scrolled .logo a {
	background: url(../img/logo-pdti-menu-fixo.png);
    width: 140px;
    height: 40px;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat;
}


#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
}

#header .logo::after {
  content: "2023 à 2025";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  color: #0d2649 !important;
  font-style: italic;
  margin-left: 10px;
  margin-bottom: 5px;
}


#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#menuTema {
	display: none;
}

#menuTema.tema-scrolled {
	display: flex;
    margin: 110px 25px 0 0;
	-webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
	z-index: 1;
}

#menuTema.tema-scrolled nav {
	width: 260px;
}

#menuTema.tema-scrolled nav,
#menuTema .navbar .dropdown ul {
	background: rgba(0,0,0,0.35);
}

#menuTema.tema-scrolled nav a {
	padding: 15px 0px 15px 25px;
    align-items: center;
    justify-content: start;
	color: #FF004E;
}

#menuTema.tema-scrolled nav span {
	font-weight: lighter;
	font-size: 0.8rem;
}

#menuTema.tema-scrolled nav a img {
	width: 10%;
	margin-right: 15px;
}

#menuTema .navbar > ul > li > a:before {
	display: none;
}

#menuTema .navbar > ul > li {
	padding: 0;
}

#menuTema .navbar .dropdown ul {
	width: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
	padding: 0px;
}

#menuTema .navbar .dropdown ul li { 
	width: 100% !important;
}

#menuTema .navbar .dropdown ul li a {
	font-size: 0.8rem;
	font-weight: lighter;
	border: 1px solid transparent;
	color: #fff;
}

#menuTema .navbar .dropdown ul li a span {
	font-size:0.7rem;
	font-weight: lighter !important;
}

#menuTema .navbar .dropdown ul li a:hover {
	border: 1px solid #FF004E;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

#p_ifes #menuTema.tema-scrolled nav span,
#p_infraestrutura #menuTema.tema-scrolled nav span {
	white-space: normal;
}

#p_ifes #menuTema.tema-scrolled nav a { color:#FFBF00; }
#p_infraestrutura #menuTema.tema-scrolled nav a { color:#1AD8FF; }
#p_uniao #menuTema.tema-scrolled nav a { color:#C439FF; }

#p_ifes #menuTema.tema-scrolled nav a,
#p_infraestrutura #menuTema.tema-scrolled nav a {
	padding: 15px 30px 15px 25px;
}

#p_ifes #menuTema .navbar .dropdown ul li a:hover { border-color: #FFBF00; }
#p_infraestrutura #menuTema .navbar .dropdown ul li a:hover { border-color: #1AD8FF; }
#p_uniao #menuTema .navbar .dropdown ul li a:hover { border-color: #C439FF; }

#p_ifes #menuTema .navbar .dropdown ul li a:hover,
#p_infraestrutura #menuTema .navbar .dropdown ul li a:hover {
    border: 1px solid;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  padding: 10px 0 10px 24px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c519b;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffc700;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #1c519b;
}

.navbar .getstarted {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #1c519b;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #1c519b;
}

.navbar .getstarted:hover {
  color: #1c519b;
  border-color: #1c519b;
  background-color: #f7eb7f;
}

.navbar .getstarted:before, .navbar li:hover > .getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #282240;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5846f9;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #282240;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5846f9;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5846f9;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
}

#fp_hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(103, 58, 157, 0.25) 90%, rgba(46, 17, 109, 0.5) 100%), url("../img/bg.png") center center no-repeat;
  background-size: cover;
}

#fp_hero table {
	color: #fff;
	vertical-align: middle;
}


#fp_hero table td {
	border: 1px solid #000;
	padding: 0 !important;
}

#fp_hero table td a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

#fp_hero table td a:hover {
	border: 1px solid #fff;
}

#fp_hero table td .imagem {
	margin-right: 15px;
}

#fp_hero table td img {
	width: 60px; 
}

#fp_hero table h2 {
	color:#FF004E;
	font-size: 1.35rem;
	text-transform: uppercase;
	margin: 0;
}

#p_infraestrutura #fp_hero table h2 {
	color:#1AD8FF;
}

#p_uniao #fp_hero table h2 {
	color:#C439FF;
}

#p_ifes #fp_hero table h2 {
	color:#FFBF00;
}

#fp_hero table h4 {
	color: #fff;
	font-size: 1rem;
	font-weight: 100;
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero .container, #hero .container-fluid {
  padding-top: 84px;
}

#hero h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: bold;
    line-height: 64px;
    color: #524946;
}

#hero h2 {
  color: #524946;
  margin: 10px 0 0 0;
  font-size: 28px;
  line-height: 40px;
}

#hero .btn-get-started {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #524946;
  border: 2px solid #524946;
}

#hero .btn-get-started:hover {
  color: #1c519b;
  border-color: #1c519b;
  background-color: #f7eb7f;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .container, #hero .container-fluid {
    padding-top: 68px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero .hero-img img {
    width: 60%;
  }
	
  .box-tema {
	width: 100% !important;
  }
	

}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px), (max-height: 600px) {
  #hero {
    height: auto;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 180px 0;
  overflow: hidden;
}

.section-bg {
    background-color: #FBFBFA;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffc700;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# PopUp Documentos
--------------------------------------------------------------*/
#modalDocumentos ul {
	padding: 0px 5px;
}

#modalDocumentos li {
	list-style: none;
	padding: 10px 0px;
}

#modalDocumentos li a {
	color: #444;
	font-weight: 400;
}


/*--------------------------------------------------------------
# Jornada Digital
--------------------------------------------------------------*/
#p_infraestrutura #fp_jornada li p {
	font-size: 0.85rem;
}

#p_uniao #fp_jornada li p {
	font-size: 0.9rem;
}


/*--------------------------------------------------------------
# Linha do Tempo
--------------------------------------------------------------*/
.linhaMobile { display:none; }


/*--------------------------------------------------------------
# Metodologia
--------------------------------------------------------------*/
#metodologia {
  width: 100%;
  background: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
}

.about .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #1C519B;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
    margin-bottom: 0;
    ;
    ;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px 10px 25px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Documentos
--------------------------------------------------------------*/
#documentos .bloco { cursor:pointer; border:none; }

.box-tema {
	width: 20%;
}

#documentos a {
  color: #444;
  width: 100%;
}

#temas a {
	color:#444;
}

.linha-temas {
	padding: 30px 30px 0px 30px;
}

.temas .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  width: 100%;
}

.temas .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.temas .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.temas .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.temas .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.temas .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.temas .icon-box h4 a {
  color: #282240;
  transition: ease-in-out 0.3s;
}

.temas .icon-box p {
  margin-bottom: 0;
}

.temas .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.temas .iconbox-blue i {
  color: #47aeff;
}

.temas .iconbox-blue:hover .icon i {
  color: #fff;
}

.temas .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.temas .iconbox-orange i {
  color: #ffa76e;
}

.temas .iconbox-orange:hover .icon i {
  color: #fff;
}

.temas .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.temas .iconbox-pink i {
  color: #e80368;
}

.temas .iconbox-pink:hover .icon i {
  color: #fff;
}

.temas .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.temas .iconbox-yellow i {
  color: #ffbb2c;
}

.temas .iconbox-yellow:hover .icon i {
  color: #fff;
}

.temas .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.temas .iconbox-red i {
  color: #ff5828;
}

.temas .iconbox-red:hover .icon i {
  color: #fff;
}

.temas .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.temas .iconbox-teal i {
  color: #11dbcf;
}

.temas .iconbox-teal:hover .icon i {
  color: #fff;
}

.temas .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Metodologia
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #5846f9;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #282240;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5846f9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 70, 249, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
  background: #EFEDEE;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #282240;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5846f9;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5846f9;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.pricing .featured h3 {
  color: #fff;
  background: #5846f9;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5846f9;
  color: #fff;
}


/*--------------------------------------------------------------
# Temas
--------------------------------------------------------------*/


.okrs {
  background: none !important;
  padding: 25px 0px 150px;
}

.okrs .section-title h2 {
	color: inherit !important;
}

.okrs .section-title h2::after {
  background: #ffc700 !important;
}

.portfolio-details .portfolio-info h3 i {
	font-size: 32px !important;
	padding-right: 20px !important;
}

.okrs-list {
  padding: 0px !important;
}

.okrs-list a {
  padding: 0px 50px 0px 0px !important;
  color: #444 !important;
}

.okrs-list a:hover,
.okrs-list a.collapse:hover,
.okrs-list a.collapsed:hover {
  color: #1c519b !important;
}

.okrs-list .icon-key {
  font-size: 30px;
  position: absolute;
  right: 0;
  left: -10px;
  color: #ffc700;
  top: 25px;
}

.okrs-list p {
  margin-bottom: 0;
  padding: 0px !important;
  font-size: 16px;
  text-align: justify;
}

.macroacoes ul li {
	list-style: none;
	padding: 20px 0px;
	font-size: 18px;
}

#portfolio-details .descricao {
  padding: 70px 100px 80px !important;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

#portfolio-details .descricao p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: linear-gradient(45deg, rgba(103, 58, 157, 0.25) 90%, rgba(46, 17, 109, 0.5) 100%), url("../img/bg.png") center center no-repeat;
  background-size: cover;
}

.faq .section-title h2, .faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #282240;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #282240;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5846f9;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7b27d8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbd895;
  min-height: 40px;
  margin-top: 85px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 180px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #514845;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(25deg, rgb(16, 101, 189) 10%, rgb(28, 81, 155) 100%);
  background-size: cover;
}

#footer a {
  color: #ffffff;
}

#footer a.email_link {
  font-size: 21px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Libre Franklin", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
  text-align:left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5F98FF;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #FFC700;
  color: #1C519B;
}

#footer .copyright-wrap {
  border-top: 1px solid #5F98FF;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

#fp_ambicoes.faq {
  background: linear-gradient(45deg, rgba(103, 58, 157, 0.9) 20%, rgba(46, 17, 109, 0.975) 60%), url("../img/ambicoes-bg.jpg") center center no-repeat;
  background-size: cover;
}

.ambicao {
	position: relative;
	text-align: center;
	cursor: pointer;
	flex: 1 1 0px;
}

.ambicao h3 {
	color:#fff;
	font-size: 1.25rem;
}

#fp_visaogeral .section-title h3 {
	font-size:1.25rem;
	text-align: left;
	color:#FF004E;
	margin: 0;
}

#p_ifes #fp_visaogeral .section-title h3 { color:#FFBF00; }
#p_infraestrutura #fp_visaogeral .section-title h3 { color:#1AD8FF; }

#fp_visaogeral .section-title p {
	font-size:0.85rem;
	text-align: left;
}

#fp_visaogeral .section-title img {
	width: 20%;
	margin-right: 15px;
}

#fp_visaogeral .section-title .seta {
	font-size:4rem;
	text-align: center;
	color:#FF004E;
	font-weight: bold;
	margin: 0 20px;
}

#p_ifes #fp_visaogeral .section-title .seta { color:#FFBF00; }
#p_infraestrutura #fp_visaogeral .section-title .seta { color:#1AD8FF; }

#fp_visaogeral .section-title .bloco {
	padding: 20px 60px 20px 50px;
	background: rgba(0,0,0,0.25);
	border: none;
	width: 35%;
}

#fp_visaogeral .ambicao {
	cursor:auto;
}

#fp_visaogeral .ambicao h3 {
	font-size:1rem;
	text-align: left;
}

#fp_visaogeral .ambicao .icone img {
	width: 100%;
    padding: 0 10px 0 0!important;
}

#fp_visaogeral .ambicao .numero {
	font-size: 1.85rem;
	top: 51%;
	left: -4.5%;
}

#fp_visaogeral .linha ol {
	margin-top: 20px;
	padding-left:15px;
}

#fp_visaogeral .linha ol:before {
	display: flex;
    content: '';
    border: 1px dashed #fff;
    height: 90%;
    position: absolute;
    left: 12%;
	margin-top: -25px;
	z-index: -1;
}

#fp_visaogeral .linha ol:after {
	display: flex;
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    left: 10.85%;
    background: #fff;
    border-radius: 100%;
    margin-top: 36px;
}

#fp_visaogeral .linha ol li {
	display: flex;
	align-items: center;
	text-align: left;
	margin: 25px 0;
	color: #fff;
	list-style: none;
}

#fp_visaogeral .linha ol li span {
	background: #352C7D;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 15px;
	margin-right: 15px;
	border-radius: 50%;
}

#fp_acoes .ambicao h3 {
	color:#fff;
	font-size: 1.1rem;
	margin: 0;
	color:#FF004E;
}

#p_infraestrutura #fp_acoes .ambicao h3 {
	color:#1AD8FF;
}

#p_uniao #fp_acoes .ambicao h3 {
	color:#C439FF;
}

#p_ifes #fp_acoes .ambicao h3 {
	color:#FFBF00;
}

#fp_acoes .ambicao {
	text-align: left;
	flex: 1 1 0px;
}

.ambicao .numero {
	color:#fff;
	font-size: 2.5rem;
	font-weight: bold;
	top: 42.5%;
    left: 0%;
}

#p_uniao .ambicao .numero {
	top: 39%;
}

#fp_acoes .ambicao .numero {
	font-size: 2rem;
	top: 55%;
    left: 13.5%;
}

#fp_acoes .ambicao span.last {
    left: 12.5%;
}

#fp_acoes .ambicao img {
	width: 30%;
}

#fp_acoes .ambicao img.last {
	width: 28%;
}

.cabecalho {
	position: relative;
}

.lista ul {
	padding: 0px;
}

.lista li {
	color: #fff;
	margin: 25px 10px;
	list-style: none;
}

#fp_acoes.faq {
	background: linear-gradient(42deg, #17062B 0%, #371973 100%);
}

.bloco {
	border: 1px red solid;
}

#fp_indicadores .item {
	position: relative;
	color:#fff;
}

#fp_indicadores .item p {
	margin-bottom: 0px;
}

#fp_indicadores .item span {
	font-size:2.5rem;
	font-weight:bold;
}

#fp_indicadores .item span:before {
      border-bottom: 50px solid #D40048;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      content: "";
      height: 0;
      left: 29px;
      top: 51px;
      position: absolute;
      width: 0;
      z-index: -1;
}
#fp_indicadores .item span:after {
      content: '';
      background: #D40048;
      display: inline-block;
      height: 100%;
      position: absolute;
      width: 100px;
      z-index: -1;
      left: -74px;
      top: -2px;
}

#fp_indicadores .item span:before,
#fp_indicadores .item span:after {
	 -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#p_ifes #fp_indicadores .item span:before{
	border-bottom: 50px solid #FFBF00;
}
#p_ifes #fp_indicadores .item span:after {
	background: #FFBF00;
}

#fp_plataforma {
	height: 1250px;
	color: #fff;
}

#fp_plataforma .texto {
	padding-right: 15% !important;
}
#fp_plataforma .imagem {
	left: 0;
	top: 150px;
}

#fp_plataforma .imagem img {
	padding-left: 130px;
}



#fp_indicadores .imagem {
	text-align: right;
	bottom: 80px;
	right: 50px;
}

#fp_indicadores {
	position: relative;
}

#fp_indicadores .texto {
	padding-right: 250px;
}

#fp_atores {
	color: #fff;
}

#fp_atores .organograma h4 {
	color: #FF004E;
	margin-top: 35px;
	margin-bottom:20px;
}

#p_infraestrutura #fp_atores .organograma h4 {
	color: #1AD8FF;
}

#p_uniao #fp_atores .organograma h4 {
	color: #C439FF;
}

#p_ifes #fp_atores .organograma h4 {
	color: #FFBF00;
}

#fp_atores .organograma p {
	border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    text-align: center;
    width: 21%;
	line-height: 1.15rem;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 50px;
}

#p_infraestrutura #fp_atores .organograma p { width: 30%; }

#fp_atores .externos .organograma p {
	font-weight: bold;
    width: 46%;
}

#fp_atores .organograma p span {
	font-size: 0.85rem;
	font-weight: 100;
}


#fp_jornada {
  background: linear-gradient(45deg, rgba(103, 58, 157, 1) 2%, rgba(46, 17, 109, 1) 100%);
  background-size: cover;
}

#fp_jornada h2,
#fp_jornada p {
  color: #fff;
}

#fp_jornada .section-title h2:after {
	background: #fff;
}

#download {
	color:#fff !important;
	font-size:1.75rem;
}


#p_infraestrutura .ps-timeline-sec .container ol.ps-timeline li span {
	background: #00B8DE !important;
    border: 4px solid #00B8DE !important;
}

#p_uniao .ps-timeline-sec .container ol.ps-timeline li span {
	background: #C439FF !important;
    border: 4px solid #C439FF !important;
}

#p_ifes .ps-timeline-sec .container ol.ps-timeline li span {
	background: #E8AD00 !important;
    border: 4px solid #E8AD00 !important;
}

#p_infraestrutura .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
#p_infraestrutura .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
#p_infraestrutura .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
#p_infraestrutura .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	color: #00B8DE !important;
	background: #00B8DE !important;
}

#p_uniao .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
#p_uniao .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
#p_uniao .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
#p_uniao .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	color: #C439FF !important;
	background: #C439FF !important;
}

#p_ifes .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
#p_ifes .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
#p_ifes .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
#p_ifes .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	color: #E8AD00 !important;
	background: #E8AD00 !important;
}
	


@media (max-width: 992px) {
	
	p {font-size: 1rem;}
	
	.faq .faq-list li { padding: 20px; }
	
	.okrs-list p { font-size: 14px; }
	
	.okrs-list .icon-key {
	  font-size: 35px;
	  left: -25px;
	  top: 12px;
	}
	
	.macroacoes ul li {
	  padding: 18px 0px;
	  font-size: 15px;
	}
	
	#portfolio-details .descricao {
		padding: 50px 30px 65px !important;
	}
	
	#portfolio-details .descricao p {
  		font-size: 15px;
		line-height: 30px; 
	}
	
	
}