/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
 
  color: #5a5a5a;
  font-family: 'humanst521_btroman';
  text-decoration:none;
  animation-duration:1s;
  transition-duration:1s;
  
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #337ab7;
}

::selection {
    color: white; 
    background: #337ab7;
}

.img-circle-blue{margin-top:10px;
	background-color:transparent;
border-radius:50%;
height:30px;
width:30px;}

.img-circle-big-blue{
	background-color:#6fc1ee;
	margin:auto;
border-radius:50%;
height:140px;
width:140px;}

.img-circle-big-frame{
	background-color:#6fc1ee;
	margin:auto;

height:245px;
width:190px;}

.img_center{
	margin:auto;
	margin-top:5px;}
.img_center_dois{
	margin:auto;
	}
	
.pad-fb{
	background-color:#474daf;
	margin:auto;
border-radius:25%;
height:139px;
width:139px;
}
.btn-fb{
	background-color:#5861da;
	border:1px #FFF solid;
	padding:6px 25px;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	animation-duration:0.5s;
	transition-duration:0.5s;}
	.btn-fb:visited{
	background-color:transparent;
	border:1px #FFF solid;
	padding:6px 25px;
	text-decoration:none;
	color:#FFF;
	
	animation-duration:0.5s;
	transition-duration:0.5s}
.btn-fb:hover{
	background-color:transparent;
	border:1px #FFF solid;
	padding:6px 25px;
	text-decoration:none;
	color:#FFF;
	
	animation-duration:0.5s;
	transition-duration:0.5s}

		.rotateIn {
  -webkit-animation-name: rotatex;
  animation-name: rotatex;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin:auto;
  }
  @-webkit-keyframes rotatex {
  0% {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate3d(0, 0, 1, -50deg);
  transform: rotate3d(0, 0, 1, -50deg);
  opacity: 1;
  }
  100% {
  -webkit-transform-origin: center;
  transform-origin: center;

  opacity: 1;
  }
  }
  @keyframes rotatex {
  0% {
  -webkit-transform-origin: center;
  transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -50deg);
  transform: rotate3d(0, 0, 1, -50deg);
  opacity: 1;
  }
  100% {
  -webkit-transform-origin: center;
  transform-origin: center;
 
  opacity: 1;
  }
  } 

	
	
	.rotateIn:hover {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin:auto;
  }
  @-webkit-keyframes rotateIn {
  0% {
  -webkit-transform-origin: center;
  transform-origin: center;
  
  opacity: 1;
  }
  100% {
  -webkit-transform-origin: center;
  transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -50deg);
  transform: rotate3d(0, 0, 1, -50deg);
  opacity: 1;
  }
  }
  @keyframes rotateIn {
  0% {
  -webkit-transform-origin: center;
  transform-origin: center;
 
  opacity: 1;
  }
  100% {
  -webkit-transform-origin: center;
  transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -50deg);
  transform: rotate3d(0, 0, 1, -50deg);
  opacity: 1;
  }
  } 

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  background-image:url(banner_bg.jpg);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
 
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .contato_home{
	  width:100%; height:70px; background-color:#ededed; position:absolute;  }
 .rodape{
	  width:100%; height:345px; background:url(rodape.jpg);  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top:-60px !important;
  }
}



@media (max-width:768px){
	
	.logo_alterar{
		width:150px !important;
		margin-top:20px;
				}
		
.navbar-inverse{
	 background-color:#222 !important;
	 }
	 
}
 @media (max-width:992px){
	
	.logo_alterar{
		width:200px !important;
		margin-right:50px;	

		}
	.navbar-inverse{
	 background-color:#222 !important;
	 }
	 .logo_home{
		width:140px !important;
		margin-top:20px;
		display:none;
		opacity:0;
				}
		
}
@media (max-width:1024px){
	
	.logo_alterar{
		width:200px !important;
		margin-top:20px;
		margin-right:50px;		
		}
		
		
}
@media (max-width:1199px){
	
	.logo_alterar{
		width:200px !important;
		margin-top:20px;
		margin-right:-0px;		
		}
		

		
}

@media (max-width:580px){
	
		
		.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: -100px;;
  min-width: 200%;
  height: 500px;
}
		
}

@media (min-width:1200px){
	
	.logo_alterar{
		width:auto !important;
		
		margin-right:50px;		
		}
		.logo_home{
		width:auto !important;
		
		margin-right:50px;		
		}
		.navbar-inverse{
	  background-color:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+30,000000+92&0+29,0.3+30,0.3+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(8,8,8,0) 29%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.3) 92%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(8,8,8,0) 29%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.3) 92%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(8,8,8,0) 29%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.3) 92%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
 ;}
 .logo_cel{
		width:230px !important;
		padding-top:100px;
		margin:auto;
		display:none;
		opacity:1;
				}
		
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.logo_alterar{
		width:150px !important;
		margin-top:20px;
		display:none;
		opacity:0;
				}
	
	}
	
@media only screen and (max-width: 767px) and (min-width: 131px){
	.logo_alterar{
		width:140px !important;
		margin-top:20px;
		display:none;
		opacity:0;
				}
	.logo_home{
		width:140px !important;
		margin-top:20px;
		display:block;
		opacity:1;
				}
	
	.rodape{
		min-height:345px;}
	.logo_cel{
		width:300px !important;
		padding-top:70px;
		margin:auto;
		display:block;
		opacity:1;
				}
	
	
	}
	
@media only screen and (max-width: 1199px) and (min-width: 768px){
	.contato_home{
		display:none;}
	.navbar-brand{
		max-height:35px;
		right:50px;}
	.logo_cel{
		width:230px !important;
		padding-top:100px;
		margin:auto;
		display:block;
		opacity:1;
				}
	.logo_home{
		width:140px !important;
		margin-top:20px;
		display:none;
		opacity:0;
				}
	
	
	}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.contato_home{
		display:none;}
	.navbar-brand{
		
		right:50px;}
	.navbar-nav{
			margin-left:24%;}
	.logo_cel{
		width:230px !important;
		padding-top:100px;
		margin:auto;
		display:none;
		opacity:1;
				}
	.logo_home{
		width:200px !important;
		margin-top:20px;
		display:block;
		opacity:1;
		 margin-right: 50px;
				}
	
	}