/* ajustes Bootstrap */
b, strong {
	font-weight:700;
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
}
.carousel-item {
    max-height: 50vh;
}
/* Cores */
.bg-verde-pratica {
	background: #0097a7;
}
.bg-vermelho-mobiliza {
	background: #ee5250;
}
.bg-laranja-advocacy {
	background: #f57e16;
}
.bg-azul-comunica {
	background: #5c6bc0;
}
.bg-verde-desenvolve {
	background: #4eba96;
}
.bg-verde-escuro {
	background: #008357;
	color: #fff;
}
.bg-cinza {
	background: #707070;
	color: #fff;
}
.verde-pratica {
	color: #0097a7;
}
.vermelho-mobiliza {
	color: #ee5250;
}
.laranja-advocacy {
	color: #f57e16;
}
.azul-comunica {
	color: #5c6bc0;
}
.verde-desenvolve {
	color: #4eba96;
}
.verde-escuro {
	color: #008357;
}
.over-verde-pratica:hover {
	color: #0097a7;
	text-decoration:none;
}
.over-vermelho-mobiliza:hover {
	color: #ee5250;
	text-decoration:none;
}
.over-laranja-advocacy:hover {
	color: #f57e16;
	text-decoration:none;
}
.over-azul-comunica:hover {
	color: #5c6bc0;
	text-decoration:none;
}
.over-verde-desenvolve:hover {
	color: #4eba96;
	text-decoration:none;
}
.over-verde-escuro:hover {
	color: #008357;
	text-decoration:none;
}
.amarelo {
	color: #fcd735;
}
.cinza {
	color: #707070;
}
.branco {
	color: #ffffff;
}
.verde-claro {
	color: #bffc35;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#707070;
}

.carousel {
    top:0;
}
.carousel-inner {
    width: 100%; 
    overflow: hidden;
    }
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
}
.navbar {
    /*position:absolute;*/
    top:0;
    z-index:10;
    width:100%;
	color:#fff;
}
.navbar.scrolled {
	background:#fff;
}
.navbar-brand {
	background:url("../images/logo_70.png") no-repeat;
	height:70px;
	width:125px;
}
.scrolled .navbar-brand {
	background:url("../images/logo_preto.png") no-repeat;
}
.navbar a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar.scrolled a {
	color: #000;
}
.navbar.nav-footer.scrolled {
	background:transparent;
}
.nav-footer.scrolled .navbar-brand {
	background:url("../images/logo_70.png") no-repeat;
}
.navbar.nav-footer.scrolled a {
	color: #fff;
}
.menu {
	padding-left: 2rem !important;
	cursor: pointer;
}
.menu-icon {
    height: 21px;
    margin-bottom: 4px;
	cursor: pointer;
}
.modal-xl {max-width:100%;}
.modal-dialog {
	margin-top:0;
}
.modal { padding-right: 0 !important }
.modal-content-menu {
	background: rgba(0,0,0,.75);
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 110vh;
}
.close-menu {
	cursor: pointer;
	background:url("../images/ic-menu.png") no-repeat;
	height:26px;
	width:26px;
	margin-top: 9px;
}
.scrolled .close-menu {
	background:url("../images/ic-menu_preto.png") no-repeat;
}
.close {
	cursor: pointer;
	background:url("../images/close-big.png") no-repeat;
	height:26px;
	width:26px;
	margin-top: 9px;
}
.sub-menu {
	padding-top:100px;
	text-transform:uppercase;
}
.sub-menu h3 {
	font-size:19px;
	padding-bottom:10px;
}
.sub-menu p {
	margin-bottom:1.2rem;
    line-height: 18px;
}
.sub-menu a {
	color:#fff;
	font-weight:700;
}
a.verde-escuro {
	color: #008357;
	font-size:19px;
}
a.verde-pratica {
	color: #0097a7 !important;
}
a.vermelho-mobiliza {
	color: #ee5250 !important;
}
a.laranja-advocacy {
	color: #f57e16 !important;
}
a.azul-comunica {
	color: #5c6bc0 !important;
}
a.verde-desenvolve {
	color: #4eba96 !important;
}
.relatorio {
	position: absolute;
	top: 25%;
	right: 50px;
	padding:2rem 1rem;
	letter-spacing:-2px;
	color: #fff;
	opacity: 0.65;
}
.relatorio h2 {
	font-weight: 900;
	font-size: 180px;
	line-height: 110px;
}
.relatorio h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
}
.titulo {
	position: absolute;
	top: 30%;
	left: 50px;
	padding:2rem 1rem;
	color: #fff;
	width:35%;
}
.titulo h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
}
.titulo a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
	line-height: 50px;
	padding: .5rem;
}
.bolinhas {
	cursor: pointer;
}
.bolinhas p {
	color:#fcd735;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding:30px 0 20px;
}
#testimonial-carousel h2 {
	color: #fcd735;
	font-size:44px;
}
#testimonial-carousel p {
	font-size:20px;
	line-height:24px;
}
/* Interna landing */
.box {
	cursor: pointer;
}

.box img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  -ms-filter: brightness(50%);
  width: 100%;
  height: 200px;    
  position: relative;
  z-index: -1;
}

.box div .image{    
    background: rgba(0, 0, 0, 0.5);
}
.box div.pratica:hover .image{    
    background: rgba(0, 151, 167, 0.5);
}
.box div .image.pratica{    
    background: rgba(0, 151, 167, 0.5);
}
.box div.mobiliza:hover .image{    
    background: rgba(238, 82, 80, 0.5);
}
.box div .image.mobiliza {    
    background: rgba(238, 82, 80, 0.5);
}
.box div.advocacy:hover .image{    
    background: rgba(245, 126, 22, 0.5);
}
.box div .image.advocacy{    
    background: rgba(245, 126, 22, 0.5);
}
.box div.comunica:hover .image{    
    background: rgba(92, 107, 192, 0.5);
}
.box div .image.comunica{    
    background: rgba(92, 107, 192, 0.5);
}
.box div.desenvolve:hover .image{    
    background: rgba(78, 186, 150, 0.5);
}
.box div .image.desenvolve{    
    background: rgba(78, 186, 150, 0.5);
}
.boxed{
	color:#fff;
	text-decoration:none;
}
.box .text {
  font-size: 20px;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 55px;
  font-weight: 900;
  text-transform: uppercase;
}
.box a {
	color:#fff !important;
	text-decoration:none;
}
.texta {
	max-width: 500px;
    margin-left: 4rem;
}
.titulo_materia {
	text-transform: uppercase;
	font-size:30px;
	font-weight:700;
	padding-bottom:1rem;
}
.titulo_materiais {
	font-size:28px;
	font-weight:700;
}
.materia h4 {
	padding-top:1.5rem;
	font-size: 1.1rem;
}
.conexao {
	font-weight:700;
	text-transform:uppercase;
}
.pub_download {
	font-size: .85rem;
    color: #333;
    border: 1px solid #707070;
    padding: .5rem;
}
.galeria {
	cursor: pointer;
}
.galeria p {
	font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 15px;
}
.galeria_pratica {
	color:#0097a7;
	border:1px solid #0097a7;
}
.galeria_pratica a {
	color:#0097a7;
}
.galeria_pratica a:hover {
	color:#fff;
}
.galeria_pratica.active, .galeria_pratica:hover {
	color:#fff;
	background:#0097a7;
	border:1px solid #0097a7;
}
.galeria_mobiliza {
	color:#ee5250;
	border:1px solid #ee5250;
}
.galeria_mobiliza.active, .galeria_mobiliza:hover {
	color:#fff;
	background:#ee5250;
	border:1px solid #ee5250;
}
.galeria_advocacy {
	color:#f57e16;
	border:1px solid #f57e16;
}
.galeria_advocacy.active, .galeria_advocacy:hover {
	color:#fff;
	background:#f57e16;
	border:1px solid #f57e16;
}
.galeria_comunica {
	color:#5c6bc0;
	border:1px solid #5c6bc0;
}
.galeria_comunica.active, .galeria_comunica:hover {
	color:#fff;
	background:#5c6bc0;
	border:1px solid #5c6bc0;
}
.row-small-gutter {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row-small-gutter > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#row_1, #row_2, #row_3, #row_4, #row_5 {
	display:none;
}

/*Responsivo*/
.navbar-toggler {
	border:0;
	padding:0;
	font-size:1.5rem;
}
.custom-toggler .navbar-toggler-icon { 
	background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
} 
@media only screen and (min-width: 768px) {
	.desktop {
		display:block;
	}
	.desktopf {
		display:flex;
	}
	.mobile {
		display:none;
	}
	.esquerda {
		padding-left: 0!important;
		padding-right: .25rem!important;
	}
	.direita {
		padding-left: .25rem!important;
		padding-right: 0!important;
	}
	.gal-adv {
		padding:20px 0 6px!important;
	}
}
@media only screen and (max-width: 767px) {
	.desktop {
		display:none;
	}
	.desktopf {
		display:none;
	}
	.mobile {
		display:block;
	}
	.navbar {
		position:relative;
	}
	.bolinhas p {
		margin-bottom:0;
	}
	.navbar-nav {
		padding-top: 1.5em;
		padding-bottom: 2em;
		text-align:center;
	}
	.navbar a {
		color: #000;
	}
	.navbar-brand {
		background:url("../images/logo_preto.png") no-repeat;
	}
	footer .navbar-brand {
		background:url("../images/logo_70.png") no-repeat;
	}
	.titulo {
		position: absolute;
		top: 25%;
		left: 10px;
		padding: 2rem 1rem;
		color: #fff;
		width: 90%;
		text-align:left;
	}
	.titulo h3 {
		font-weight: 700;
		font-size: 30px;
		line-height: 36px;
	}
	.titulo_materia {
		text-align:center;
	    font-size: 24px;
	}
	#carouselExampleControls h2 {
		color: #fcd735;
		font-size:36px;
		text-align:center;
	}
	#carouselExampleControls p {
		font-size:20px;
		line-height:24px;
		text-align:center;
	}
	.carousel-item {
		padding:0 40px;
	}
	.box .text {
		position:relative;
		top: 5px;
		font-weight: 700;
	}
	.box img {
		display:none;
	}
	.texta {
		margin-left: 0;
	}
	.box .pratica .text {
		color: #0097a7;
	}
	.box .mobiliza .text {
		color: #ee5250;
	}
	.box .advocacy .text {
		color: #f57e16;
	}
	.box .comunica .text {
		color: #5c6bc0;
	}
	.box .desenvolve .text {
		color: #4eba96;
	}
	.esquerda {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.direita {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.parceiros img {
		max-width:100%;
	}
}
