/*-------------------------- Adaptações do Materialize.css -------------------------------*/

.input-field label {
	color: #455a64;
}

.modal {
	max-height: 100% !important;
	height: 38rem !important;
}

.modal-content {
  	padding: 0px !important;
}

.picker__frame {
	margin-top: -2rem !important;
}

.page-footer {
	padding-top: 0px !important;
	background-color: #221f1f !important;
	padding-bottom: -100px;
}

.side-nav {
	width: 14.7rem;
}

.footer-copyright {
	background-color: #221f1f !important;
	padding-top: 2.5px;
	width: 100%;
}

.article-text{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 11pt;
}

/*--------------------------------------- Estilos ----------------------------------------*/


/*--------------------- Geral ----------------------*/
/*
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
*/

html {
	background: #221f1f !important;
}

/*html, body { margin:0; height: 100%;}*/

section div p {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	padding: 0rem 1.5rem;
	font-size: 1.07rem;
	text-align: justify;
}

footer {	
	max-height: 11.6875rem !important;
}


/*--------- Menu Superior ---------*/
nav {
	min-height: 64px;
	background-color: #221f1f!important;
}

ul. {
  	top: 64px;
  	min-width: 220px;
}

.nav-wrapper {
	padding-left: 3.75rem;
}

#menu-esquerda{
	padding-left: 10rem;
}

nav .button-collapse i{
	height: 64px !important;
	line-height: 64px !important;
}

.button-collapse {
	margin: 2px 5px;
  	padding: 0 20px;
}

a.brand-logo{
	max-height: 64px;
}
	a.brand-logo img{
		margin-top: -20px;
		margin-left: -30px;
	}

.dropdown-content {
	background-color: #FFFFFF;
	margin: 0;
	display: none;
	min-width: 150px; 
	max-height: auto;
	margin-left: -1px; 
  	overflow: hidden; 
  	opacity: 0;
  	position: absolute;
  	white-space: nowrap;
  	z-index: 1;
  	will-change: width, height;
}


/*--------- Menu Lateral ----------*/
/*aside{
	display: none;
}*/

.img-pat{

	margin-right: 140px;
}
.foto-palestrante{
	max-width:96%;
	max-height:900px;
	width: auto;
	height: auto;
}
.subtitulo_aside {
	font-size: 0.8rem;
	margin: 10px 20px !important;
	font-weight: 500;
   	letter-spacing: 1px;
   	text-transform: uppercase;
}

.li_lateral {
	height: 42px;
}

.side-nav a {
    line-height: 42px;
    height: 42px;

}

ul.side-nav.leftside-navigation li {
    line-height: 42px;
}

ul.side-nav.leftside-navigation li i {
	width: 2rem;
	font-size: 1.6rem;
	line-height: 3rem;
	display: block;
	float: left;
	text-align: center;
	margin-right: 1rem;
}

ul.side-nav.leftside-navigation li a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px !important;
	margin-right: 0px !important;
}

.side-nav .collapsible-body li a {
	padding-left: 60px !important;
	margin-left: 0px !important;
}

/*------------ Footer -------------*/

footer div p {
	text-align: center;
	font-size: 13px !important;
}

#acompanhe_nos {
	text-align: right;
	padding-right: 44px;
}

#container_footer_icon {
	min-width: 211px;
}

	.footer_icon {
		opacity: 0.8;
		margin-right: 5px;
		display: block;
		float: right;
	}
	
	a.footer_icon:last-child {
		margin-right: none;
	}

#msg_developer {
	padding-right: 10px;
}

h6 {
	text-align: center;
	font-size: 1.1rem;
}

/*----------------Corpo Principal ------------------*/

#corpo {
	background: #e4ebec !important;
}

.tabela-palestrantes{
	color: #28f;
	font-size: 11pt;
	text-align: center;
	margin: 0px;

}
.tabela-palestrantes:hover{
	color: #008B8B;
	font-weight: bold;
}

.texto-tabela{
	color: black !important;
	font-size: 10pt !important;
	text-align: center;
	margin: 0px;
}

#top-icon{
margin-top: -70px;
margin-right: 10px;
float: right;
}

.tamanho_icon{
	font-size: 50px;
	color: #3498db;
	margin-bottom: -30px;
}

#escrita{
	padding-top: 65px;
}

.black-titulo{
	font-size: 1.5rem;
	color: black;
	vertical-align: top;/*alinha o conteudo para cima*/
}

.black-titulo-2{
	font-size: 2rem;
	color: black;
	vertical-align: top;/*alinha o conteudo para cima*/
}

.black-texto{
	font-size: 0.65em;
	color: black;
	text-align: center;
	margin-top: -10px;
}

.black-titulo2{
	font-size: 1.5rem;
	color: #6c6c6c;
	vertical-align: top;/*alinha o conteudo para cima*/
}

#realizacao{
	margin-left: 90px;
}

.card{
	width: 40%;
	height: 40%;
}

.titulo-organizacao{
	font-size: 1rem;
	color: black;	
}

.texto-organizacao{
	font-size: 1rem;
	color: black;
	margin-top: -20px;
	text-align: center;

}

#parte-1-tematicas{
	padding-top: 30px;
	border-bottom: 1px black solid;
}

.texto-tematicas{
	font-size: 1rem;
	color: black;
	margin-top: -20px;
	text-align: left;
}

#parte-2-tematicas{
	padding-top: 30px;
	border-bottom: 1px black solid;
}

.texto-tematicas-2{
	font-size: 1rem;
	color: black;
	margin-top: -20px;
	text-align: left;
	text-align: justify;
}

.pat{

	margin-left: 10.625em;
}


.header-anais{
	
	margin: 0 auto;
	padding-left: 50px;
	width: 70%;
	background-color: #808080 !important;
	text-align: center;
}
/*--------------------------------------- Mobile----------------------------------------*/

@media only screen and (max-width: 992px) {

	a.brand-logo{
		left: 55% !important;
	}

	.nav-wrapper{
		padding-left: 0px;
	}

	.side-nav .collapsible-header {
		margin: 0px;
		height: 42px;
		line-height: 42px;
	}

	.side-nav .collapsible-body li a {
		margin: 0px;
		padding-left: 0px;
	}

	.side-nav i {
		margin-right: 25px;
		font-size: 20px;
		width: 20px;
	}

	#realizacao{
		margin-left: 50px;
	}
	
	#imagem-inicio{
		width: 100%;
		height: 100%;
	}

	footer {
		padding-left: 0px;
	}

		footer div p {
			text-align: center;
		}

		#acompanhe_nos {
			padding-right: 49px;
		}

		#msg_developer {
			padding-right: 18px;
		}
}

@media only screen and (max-width: 600px) {

	#acompanhe_nos {
		text-align: center;
		padding-right: 0px;
	}

	#container_footer_icon {
		margin-right: calc(50vw - 135px);
	}

	#corpo {
		min-height: 42vh; 
		/*53.9vh;*/
	}
	.card{
	left: 120px;
}	
	#imagem-inicio{
		margin-top: 10px;
	}

	.brand-logo{
		margin-top: 10px;
	}
}

@media only screen and (min-width: 600px) {
	#container_footer_icon {
		margin-top: 22.5px;
	}
	.card{
	left: 400px;
}
}

/*@media only screen and (min-width: 1001px) {
	#testeeeeeeeeeee {
		min-height: 61.2vh;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 600px){
	#testeeeeeeeeeee {
		min-height: 54.1vh;
	}
}*/