/*
Theme Name: UERJ Comum
Author: Cláudia Barreto
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&family=Rubik:wght@400;700&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
	color: #5F21A5;
	transition:color 350ms ease-in-out;
}

a:hover, a:focus{
	text-decoration: none;
	color: #F739D5;
}

body{
	font: 16px 'Rubik', sans-serif;
	line-height: 1.8em;
	font-weight: 400;
	color: #353449;
}

.font-dirt{
	font-family: 'Rubik Dirt', cursive;
}

b,
strong{
	font-weight: 700;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

section{
	padding: 80px 0;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.cor-primaria{
	color: #5F21A5;
}

.cor-secundaria{
	color: #FF7069;
}

.cor-texto{
	color: #353449;
}

.cor-branca{
	color: #fff;
}

.cor-preta{
	color: #000;
}

.bg-preto{
	background: #000;
}

.bg-texto{
	background: #353449;
}

.bg-branco{
	background: #fff;
}

.bg-primario{
	background: #5F21A5;
}

.bg-secundario{
	background: #FF7069;
}

.bg-cinza-claro{
	background: #f5f5f5;
}

.bg-areia{
	background: #fffbf1;
}


.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-100{
	font-weight: 100;
}

.font-size-10{
	font-size: 10px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-25{
	font-size: 25px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.border-radius-5{
	border-radius: 5px;
}

.border-radius-10{
	border-radius: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 0;
	display: inline-block;
	border-radius: 100%;
	margin: 0 5px;
	border: 1px solid #fff;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	font-size: 20px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	width: 44px;
	height: 44px;
	top: calc(50% - 22px);
	right: 0px;
	text-indent: 0px;
	z-index: 99;
	position: absolute;
	transition: all 350ms ease-in-out;

}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background: transparent;
	color: #9ec41a;
}


.cta{
	font-size: 14px;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 35px;
	border: 0;
	background: #F739D5;
	font-weight: 400;
	border-radius: 30px;
	letter-spacing: 1px;
}

.cta:hover,
.cta:focus{
	color: #fff;
	background: #5F21A5;
}

.cta.bg-primario{
	background: #5F21A5;
	color:#fff;
}

.cta.bg-primario:hover,
.cta.bg-primario:focus{
	background: #F739D5;
	color: #fff;
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 15px;
	border-radius: 0px;
	background: rgba(255,255,255,1);
	border: 1px solid #ccc;
	color: #353449;
	border-radius: 5px;
	padding: 10px 15px;
	height: 45px;
}

.form-control:hover,
.form-control:focus{
	border-color: #F739D5;
	box-shadow: none;
	background: rgba(255,255,255,0.2);
	color: #353449;
}

/* Home */


/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
	border-bottom: 0px;
}


header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;	
	padding: 10px 0;
}

header.fixed .topo{
	padding: 0;
} 

header .logo img{
	transition: all 350ms ease-in-out;
	width: 190px;
}

header.fixed .logo img{
	width: 190px;
}
header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0 0px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu-principal  > ul > li{
	position: relative;
	cursor: pointer;
	margin-right: 8px;
}

header .menu-principal > ul > li:last-child{
	padding-right: 0px;
	margin-right: 0;
}

header .menu-principal > ul > li > a{
	color: #fff;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 14px;
	padding: 40px 10px;
	margin-right: 0px;
	font-weight: 600;
	position: relative;
}

header .menu-principal > ul > li:last-child > a{
	padding: 40px 0px 40px 10px;
}

header.fixed .menu-principal > ul > li > a{
	padding-top: 35px;
	padding-bottom: 35px;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li.current-menu-item > a{
	color: #FDD35F;
}


header .redes-sociais li{
	margin-right: 10px;
}

header .redes-sociais li:last-child{
	margin-right: 0px;
}

header .redes-sociais li a{
	color: #fff;
}

header .redes-sociais li a:hover,
header .redes-sociais li a:focus{
	color: #F739D5;
}

section#banner{
	height: 100vh;
	padding: 0;
}

section#banner ul.banner-principal,
section#banner ul.banner-principal li,
section#banner ul.banner-principal li .container,
section#banner ul.banner-principal li .container .row{
	height: 100%;
}

section#banner ul li {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 125px;
	background-color: #FF7069;
	background-blend-mode: multiply;
}

section#banner ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#banner ul li a .cor-branca b{
	color: #9ec41a;
}

.listagem-projetos li a{
	border-radius: 30px;
	min-height: 210px;
}

.listagem-projetos li a h3{
	min-height: 100px;
}

.listagem-projetos li a .cta{
	width: 44px;
    padding: 9px 16px 5px 16px;
}
.listagem-projetos li a:hover .cta.bg-primario,
.listagem-projetos li a:focus .cta.bg-primario{
	background-color: #F739D5;
}

.listagem-eventos li a{
	border-radius: 20px;
	box-shadow: 0px 0px 98px -10px rgba(115, 115, 115, 0.25);
}

.listagem-eventos .foto{
	height: 200px;
	border-radius: 20px;
}

.listagem-eventos .data{
	border-bottom: 3px solid #5F21A5;
	padding-bottom: 20px;
}

.listagem-eventos li a:hover,
.listagem-eventos li a:focus{
	background-color: rgba(255,255,255,0.5);
	color: #353449;
}

.listagem-blog li a .info {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    z-index: 9;
    position: relative;
	border-radius:  0 0 20px 20px;
}

.listagem-blog  li a .foto{
	background-size: cover;
	height: 200px;
	position: relative;
	transition: background 350ms ease-in-out;
	background-blend-mode: darken;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}

.listagem-blog  li a:hover .foto,
.listagem-blog  li a:focus .foto{
	background-color: #FF7069;
}

ul.listagem-parceiros li a {
    display: block;
    width: 100%;
    text-align: center;
}

ul.listagem-parceiros li a img {
    max-height: 50px;
    width: auto !important;
    display: inline-block !important;
	filter: grayscale(100%);
	transition: 350ms ease-in-out;
}

ul.listagem-parceiros li a:hover img,
ul.listagem-parceiros li a:focus img{	
	filter: grayscale(0%);
}

section#apoio .owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    bottom: 0;
    height: 10px;
    margin-top: 50px;
}

section#apoio .owl-carousel button.owl-dot{
	border: 1px solid #5F21A5;
}

section#apoio  .owl-carousel button.owl-dot.active {
    background: #5F21A5;
}

.ultima-secao{
	padding-bottom: 150px;
}

footer .logo{
	margin-top: -70px;
}

footer .redes-sociais li a{
	margin: 0 5px;
}

footer a{
	color: #fff;
	transition: color 350ms ease-in-out;
}

footer a:hover,
footer a:focus{
	color: #F739D5;	
}

footer .copyright{
	background: #521498;
}

section#capa {
    position: relative;
    padding-top: 230px;
    padding-bottom: 100px;
    background-position: top;    
	background-color: #FF7069;
	background-blend-mode: multiply;
    background-position: center;
}


.listagem-pesquisadores li .bg-branco,
section#projetos.bg-areia .bg-branco{
	border-radius: 20px;
	box-shadow: 0px 51px 81px -10px rgba(115, 115, 115, 0.25);
}

.listagem-pesquisadores li .foto{
	width: 130px;
	height: 130px;
	border-radius: 100%;
	display: inline-block;
}

.listagem-download li{
	margin-bottom: 15px;
}

.listagem-download li a{
	display: block;
	box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.25);
	background:rgba(255,255,255,0.4);
	padding: 10px 50px 10px 20px;
	border-radius: 10px;
	color: #353449;
	position: relative;
	transition: background 350ms ease-in-out;
}

.listagem-download li a:hover,
.listagem-download li a:focus{	
	background:rgba(255,255,255,1);
}

.listagem-download li a:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f15b";
	margin-right: 10px;
	color: #FF7069;
}

.listagem-download li a[href$=".pdf"]:before{
	content: "\f1c1";
}

.listagem-download li a[href$=".csv"]:before{
	content: "\f6dd";
}

.listagem-download li a[href$=".doc"]:before,
.listagem-download li a[href$=".docx"]:before{
	content: "\f6dd";
}


.listagem-download li a i{
	position: absolute;
	right: 20px;
	top:15px;
	color: #7CC419;
}

section#eventos-interna .listagem-eventos .foto{
	height: 200px;
	
}

.wpcf7-spinner {
    background-color: #ff8d18;
    position: absolute;
    bottom: 14px;
}

section#contato a{
	color: #242424;
	transition: color 350ms ease-in-out;
	max-width: 100%;
    overflow: hidden;
}

section#contato a:hover,
section#contato a:focus{	
	color: #ff8d18;
}

.listagem-artigos li a.bg-branco{
	border-radius: 20px;
	box-shadow: 0px 0px 30px 0px rgba(115, 115, 115, 0.25);
}
/*Responsivo*/

header .abrir-menu{
	display: none;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	color: #fff; 
	width: 30px;
    height: 30px;
    font-size: 30px; 
	top: 40px;
    right: 0px;
    background: transparent;
}

header.fixed .abrir-menu{	
    top: 35px;
}

.menu-responsivo {
	display: none;
	background: #fff;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 30px;
	transition: all 350ms ease-in-out;
	font-size: 20px;
}

header.fixed .fechar-menu{	
    top: 30px;
}

.fechar-menu:hover,
.fechar-menu:focus{
    color: #ff8d18;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #ff8d18;
}

@media only screen and (max-width: 1200px) {
	header .menu-principal > ul > li > a {
		font-size: 12px;
		padding: 40px 5px;
	}
}

@media only screen and (max-width: 991px) {

	.fechar-menu {
		display: flex;
	}
	
	header .abrir-menu{
		display: flex;
	}
	
	header .bg-primario{
		padding: 20px 0;
	}

	.menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: rgb(255 255 255 / 50%);
		height: 100vh;
		z-index: 999;
		display: none;
	}

	header .menu-principal > ul{
		display: block;
		width: 350px;
		background:#5F21A5;
		height: 100vh;
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 30px;
	}

	header .menu-principal > ul > li{
		margin-left: 0;
	}

	header .menu-principal > ul > li > a,
	header.fixed .menu-principal > ul > li > a,
	header .menu-principal > ul > li > a:hover,
	header .menu-principal > ul > li > a:focus{
		display: block;
		text-align: left;
		font-size: 18px;
		padding: 15px;
		margin-right: 0;
		border: 0;
		text-align: center;
	}

	header .menu-principal > ul > li:last-child{
		display: block;
	}

	header .menu-principal > ul > li:last-child > a {
		padding: 5px 25px;
		text-align: center;
	}

	header .menu-principal > ul.transform{
		transform: translateX(0px);
	}	
	
}

@media only screen and (max-width: 767px) {
	
	.listagem-eventos li{
		margin-bottom: 30px;
	}
	
	footer{
		padding-top: 30px;
		text-align: center;
	}

	footer .logo {
		margin: 20px 0 ;
	}
	
	footer .redes-sociais{
		justify-content: center;
	}
}

@media only screen and (max-width: 576px) {		
	
	.font-size-60 {
		font-size: 40px;
	}
	
	.font-size-50 {
		font-size: 30px;
	}
	
	.font-size-40 {
		font-size: 25px;
	}

	.font-size-12 {
		font-size: 11px;
	}
	
	section {
		padding: 50px 0;
	}
	
	header .redes-sociais{
		display: none !important;
	}
	
	header .logo img {
		width: 170px;
	}
	
	header.fixed .logo img {
		width: 150px;
	}
		
	header .main-menu > ul{
		width: 100%;
		transform: translateX(-100%);
	}	
	
	header .menu-principal > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .menu-principal > ul.transform {
		transform: translateX(0px);
	}

	section#banner,
	section#banner ul.banner-principal, 
	section#banner ul.banner-principal li, 
	section#banner ul.banner-principal li .container, 
	section#banner ul.banner-principal li .container .row {
		height: auto;
	}
	
	section#banner ul li {
		padding-top: 180px;
		padding-bottom: 100px;
	}
	
	.listagem-eventos li a .foto {
    	height: 120px;
	}
	
	.listagem-blog li a .foto {
		height: 160px;
	}
	
	footer .logo {
		max-width: 140px;
	}
}
/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	color: #5F21A5;
	font-weight: bold;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.13);
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current{
	background: #5F21A5;
	color: #fff;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #5F21A5;
	background: transparent;
	border:0px;
	box-shadow: none;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #F739D5 ;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #5F21A5;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #f7b7b7;
    color: #c35959;
    background: #ffe4e4;
    font-size: 12px;
    padding: 5px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
    color: #59c375;
    background: #dbffe4;
    font-size: 12px;
    padding: 5px 20px;
}

body.login{
	padding-top: 0;
}

.login h1 a {
	background-image: url('img/logo-consenco-color.png');
	background-size: 202px 103px;
	width: 202px;
	height: 103px;
}

p.sml_thankyou{
	color: #fff;
}
