/*****************************
 Características comuns
 *****************************/
@font-face {
	font-family: 'Freehand521 BT';
	src: url('../fonts/Freehand521BT-RegularC.eot');
	src: local('Freehand521 BT'), local('Freehand521BT-RegularC'),
		url('../fonts/Freehand521BT-RegularC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Freehand521BT-RegularC.woff') format('woff'),
		url('../fonts/Freehand521BT-RegularC.svg#Freehand521BT-RegularC') format('svg');
	font-weight: normal;
	font-style: italic;
}
 
body {
	font-family: "Lato", "Helvetica Neue", "SEGOE UI", sans-serif;
	font-size: 16px;
	line-height: 22px;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #4A4A4A;
	cursor: default;
}



/*****************************
 Barra de Navegação
 *****************************/

.navbar {
	background: transparent;
	text-transform: uppercase;
	width: 100%;
	color: #fff !important;
	border-radius: 0;
	padding: 10px 0;
	margin: 0;
	border: 0;
	font-size: 13px !important;
	box-shadow: none;
	z-index: 2;
}

body.modal-open .modal {
    display: flex !important;
    height: 100%;
} 

body.modal-open .modal .modal-dialog {
    margin: auto;
}

.navbar-default{
    background: rgba(0, 0, 0, 0.1);
}

.nav > li > a {
	padding: auto 10px;
	color: #FFF !important;
	font-weight: bold;
	opacity: 1;
}

.nav > li > a:hover {
	background: none;
	opacity: 1;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	font-size: 21px;
	padding: auto 15px;
	height: auto;
	color: #fff !important;
	font-weight: 900;
	outline: none;
}

#navbartopo .nav > li > a:focus,
#navbartopo .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
}

.navbar-collapse {
	box-shadow: none;
}

.navbar-collapse > ul {
	text-align: center;

}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
	position: relative;
	float: right;
	padding: 8px 5px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	background-color: transparent;
	background-image: none;
	border: 0px none;
	border-radius: 0px;
	box-shadow: none;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 0;
	background: #fff !important;
}

.navbar-collapse {
	box-shadow: none;
}

.navbar-collapse > ul {
	text-align: center;

}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

 .navbar-shrink{
    background: #f5357c;
    color: #fff !important;
    border: none;
}

@media only screen and (max-width: 767px) {
    .navbar-default{
    background: #f5357c;
	}
}

.img-nav{
	height: 25px; 
	margin-top: -15px; 
	margin-bottom: -15px;
}

/*****************************
Cabeçalho Gradient
 *****************************/
 @keyframes gradientAnim {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 105% 0;
  }
}
* {
  box-sizing: border-box;
}

.container{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

header{
   min-height: 550px;
   margin: 0;
   padding-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f23064;
  /* Old browsers */
  background-image: -moz-linear-gradient(left, #f23064 0%, #ad2ee8 12.5%, #6728d3 25%, #2acbe0 37.5%, #67f230 50%, #67f230 62.5%, #e2e22b 75%, #ce8027 87.5%, #f23064 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #f23064 0%, #ad2ee8 12.5%, #6728d3 25%, #2acbe0 37.5%, #67f230 50%, #67f230 62.5%, #e2e22b 85.5%, #ce8027 87.5%, #f23064 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #f23064 0%, #ad2ee8 12.5%, #6728d3 25%, #2acbe0 37.5%, #67f230 50%, #67f230 62.5%, #e2e22b 75%, #ce8027 87.5%, #f23064 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-size: 2000% 400%;
  background-position: 0 0;
  animation-name: gradientAnim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 40s;
  animation-timing-function: linear;
  overflow:hidden;
}

.img-responsive{
	display: block;
    height: auto;
    max-width: 100%;
    left: 40%;
	top: 20px;
}

.patternheader { 
    background-image: url(http://ulbra-to.br/itgirls/img/pattern.png);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.15;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #fff;
    background-color: transparent;
    border-color: #FFF;
    font-weight: bold;
    border-radius: 0 !important;
    border-width: 3px;
}

.btn-default:hover {
    background-color: rgba(0,0,0,0.3);
}

.introducao{
	color: #fff;
	font-weight: lighter;
	line-height: 38px;
	font-size: 30px;
}

/*****************************
Sections
 *****************************/ 
 
 section{
	padding: 60px 0;
 }
 
section h2{
	margin: 0 0 20px;
	color: #f5357c;
    font-size: 2.5em;
	padding-top: 20px;
}

.notice{
	font-size: 20px;
    line-height: 30px;
}

p{
	font-size: 1.1em;
	text-align: justify;
	margin: 0 0 10.5px;
}

.img-notice{
	margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    height: 230px;
}

.reference{
	font-size: 11px;
}

/*****************************
 biografias
 *****************************/

.biografia {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 400px;
    height: 100vh;
    background-color: rgba(23, 20, 13, 0.98);
    color: #fff !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    opacity: 0;
}

.biografia.open {
    right: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1 !important;
    z-index: 999999999999;
}

.biografia .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.biografia h1, h1.nomebiografia {
    margin: 0 0 15px;
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 467px) {
    .biografia {
        width: 100%;
    }
}

h1.nomebiografia {
    margin: 15px 0 0;
}

.biografia h1 small,
h1.nomebiografia small {
    display: block;
    margin-top: 5px;
}

/* Caixa de Perfil que exibirÃ¡ a descriÃ§Ã£o do biografia */

.perfil {
    height: 300px;
    position:relative;
    overflow: hidden;
}

.perfil img {
    height: auto;
    width: 100%;
    left: 0;
    cursor: default;
}

.perfil div {
    position: absolute;
    left: 15px;
    bottom: 30px;
    right: 15px;
    color: #FFF;
    text-align: center;
}

.perfil div .bio {
    padding: 5px 25px;
    border: 2px solid #fff;
    background: rgb(245, 53, 124);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

.perfil div .bio:hover {
    padding: 5px 25px;
    background: #fff;
    border: 2px solid rgb(245, 53, 124);
    color: rgb(245, 53, 124);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

.overlaypage {
    background: rgba(0, 0, 0, 0.50);
    z-index: 5555555555555555;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*****************************
Footer
 *****************************/ 
 
 footer{
	display:block;
	padding: 25px 0;
    color: #fff;
	margin-top: -60px;
	background-color: #f23064;
  /* Old browsers */
  background-image: -moz-linear-gradient(left, #f23064 0%, #ad2ee8 12.5%, #6728d3 25%, #2acbe0 37.5%, #67f230 50%, #67f230 62.5%, #e2e22b 75%, #ce8027 87.5%, #f23064 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #f23064 0%, #ad2ee8 12.5%, #6728d3 25%, #2acbe0 37.5%, #67f230 50%, #67f230 62.5%, #e2e22b 85.5%, #ce8027 87.5%, #f23064 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #f23064 0%, #ad2ee8 12.5%, #6728d3 25%, #2acbe0 37.5%, #67f230 50%, #67f230 62.5%, #e2e22b 75%, #ce8027 87.5%, #f23064 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-size: 2000% 400%;
  background-position: 0 0;
  animation-name: gradientAnim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 40s;
  animation-timing-function: linear;	 
 }
 
 .img-footer{
	 margin-right: 20px;
	 height: 30px;
	 width: auto;
 }
 
 .wrappermap {
    height:425px;
    overflow: hidden;
}

#map {
    width:100%;
    height:450px;
    margin-top:0px;
    z-index:34902042;
}

.endereco {
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    padding: 20px;
}

 
