/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.margin-endpage{
	margin-bottom: 100px;
}

footer{
   position:fixed;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;
   align:center;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}




//Css que estava na index




.hiddenStepInfo {
	display: none;
}

.activeStepInfo {
	display: block !important;
}

.underline {
	text-decoration: underline;
}

.progress {
	position: relative;
	height: 25px;
}

.progress>.progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}

.progress>.progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}

.step {
	text-align: center;
	margin:1px;
}

.step .col-md-3 {
	border: 1px solid #C0C0C0;
	border-right: none;
}

.step .col-md-3:last-child {
	border: 1px solid #C0C0C0;
}

.step .col-md-3:first-child {
	border-radius: 5px 0 0 5px;
}

.step .col-md-3:last-child {
	border-radius: 0 5px 5px 0;
}

.step .col-md-3:hover {
	color: #b0afb5;
	cursor: pointer;
}

.step .activestep {
	color: #b0afb5;
	height: 100px;
	margin-top: -7px;
	padding-top: 7px;
	vertical-align: central;
}

.step .fa {
	padding-top: 15px;
	font-size: 40px;
}

.feature {
	padding: 10px 0;
	text-align: center;
	
}

.feature>div>div {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.2s;
}

.feature>div:hover>div {
	margin-top: 0px;
	border: 1px solid rgb(128, 128, 128);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 7px 7px;
	transition: 0.3s;
}

.material-shadow {
	
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px 1px;
	transition: 0.3s;
}


.botaodefault {
	text-align: center;
	margin: 5px;
}

.botaodefault .col-md-3:last-child {
	border: 1px solid #C0C0C0;
}

.botaodefault .col-md-3:first-child {
	border-radius: 5px 0 0 5px;
}

.botaodefault .col-md-3:last-child {
	border-radius: 0 5px 5px 0;
}

.botaodefault .col-md-3:hover {
	color: #b0afb5;
	cursor: pointer;
}

.botaodefault .fa {
	padding-top: 15px;
	font-size: 40px;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	background-color: #222222;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: white;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active
	{
	background-color: #fed136;
}

.texto-justificado {
	text-align: justify;
}

.alinhado {
	text-align: justify;
	align: center;
}



.navbar-static-bottom {
	margin-bottom: 0px;
}

.botaosimples {
	padding: 5px;
	margin: 5px;
	text-align: center;
	height: 100%;
	width: 100%;
	border-radius: 5px 0 0 5px;
	border: 1px solid #C0C0C0;
}

.borda {
	border: 1px solid #C0C0C0;
}


/* 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;
}
*/




/* 768px
-------------------------------------------------- */

@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;
  }
}

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