@charset "utf-8";



::-webkit-scrollbar {
	width: 12px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
	background-color: #FFF;
	border-left: 1px solid #fff;
	box-shadow: 0em 0em 0.4em #000;
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #000
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #8c949d;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  cursor: pointer
}

::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #C4290D
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,100,400);


table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  table thead{
	      background: #8c949d;
  }

  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

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

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

.lattes{
	border: none;
	min-width: 100%;
	height: 100vh;/*Suportado pela maioria dos navegadores, funciona como porcentagem, porém, melhor. 1vh é 1%*/
}

body {
	min-height: 100%;
	margin: 0;
	background: #e8ebf0  !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*background-image: url('../_img/background.png');
	background-repeat: repeat;*/
	
	color: #000305;
	 
	font-family: 'Lato', Calibri, Arial, sans-serif !important;
	font-size: 90.5%;/* Base do font-size é 14px */
	line-height: 1.5;
	letter-spacing: 1.5px;
	
	outline: none;
}

.autor{
	text-align: right !important;
}

.faixa{
	text-align:center;
    width: 100%;
    background: black;
    left: 0;
    margin-top: 15px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: gray;
}

a:active {
	color: gray;
}

a:hover{
	background-color: transparent;
}

.cbp_tmtimeline > li .cbp_tmlabel a:link, a:visited, a:active {
	color: rgba(118, 0, 177, 0.72);
    font-weight: bold;
}

.body {
	margin: 0 auto;
	clear: both;

	
}

p{
	text-align:justify;
}

#animacao {
    left: 50%;
    width: 475px;
    margin: 20px;
}

.logo_menu{
    vertical-align: bottom;
    max-width: 70px;
	margin-left: 80px;
	padding: 5px;
}

.mainFooter {
    height: auto !important;
    float: left;
    letter-spacing: 5px !important;
    text-align: center !important;
	
	box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.42);
}

.mainFooter img{
    max-width: 160px;
    max-height: 40px !important;
    vertical-align: middle;
    margin-right: 3% !important;
}


.patrocinadores {
    max-height: 80px !important;
}

@media only screen and (min-width: 150px) and (max-width: 600px)
{
	.patrocinadores{
	}
	
	.body {
		/*width: 90%;*/
		font-size: 95%;
	}
	
	
	#animacao{
		width: 250px;
	    /*height: 115px;*/
	}
	
	.lattes{
		max-width: 95% !important;
	}
}


@media (max-width: 1382px) {
	/*
	.mainFooter img{
		max-width: 20%;
		max-height: 50% !important;
	}
	*/
}

@media (max-width: 480px) {
	
}

.obra {
	height: 300px !important;
	width: 300px !important;
}

.iframe { 
	display:block; 
	width:100%; 
	border:none; 
	height: 100%;
	margin: 0;
	padding: 0;
}

.apoio {
	max-width: 15%;
}

/*
*Loading
*/
.loading {
	width: 100%;
	height: 100%;
	background: white;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
}
.loading:before {
	background-image: url("../_img/carregando.gif");
	border-radius:10px;
	content:'';
	height: 204px;
	left:50%;
	margin: -102px 0 0 -150px;
	position: fixed;
	top:50%;
	width: 300px;
	z-index: 1000;
}

.container-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.justificado {
	text-align: justify !important;
}

