	body{

		font-family: 'Work Sans', sans-serif;

	}

	  
  .paginacao {
    cursor: pointer;
    color: green;
  }

  .navbar-default .navbar-nav > .active{
    color: #000;
    background: #d65c14;
}

.pagination a:hover,
.pagination .active a {
    background-color: #6c58bF;
    color: #ffffff;
}

	#navbar1 {

		padding-left: 50px;
		padding-right: 50px;	
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #f1f1f1;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);


	}

	.navbar-toggler {

		margin-right:20px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 0px;

	}

	#navbar-nav1 {

		margin-right:50px;

	}

	.jumbotron {

		margin-bottom: -20px;

	}



	.erro {
			font-size: 16px;
		}

	.parallax {

		    background:url('../img/background-1.png');
		 /* Full height */
		  height: 100%; 

		  /* Create the parallax scrolling effect */
		  background-attachment: fixed;
		  background-position: center;
		  background-repeat: no-repeat;
		  background-size: cover;

		}



	.wrapper {

		 
		  -webkit-align-items: center;
		  align-items: center;
		  -webkit-justify-content: center;
		  justify-content: center;
		  padding: 40px;
		  border: 1px;
		  position: relative;
		  font-size:12px;

	}

	h6	{

		font-size:13px;
		margin-bottom: -10px;

	}

	.alinhando {
		align-items: center;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
	}

	.sub2 {
		text-transform: uppercase;
		font-size: 18px;
		color: #127236;
	}

	.sub3 {
		top: -40px; position: relative;
		background-color: #dedede;

	}
	.display-6 {
		font-size: 28px;
	}

	.img-carousel {
		top: -40px; position: relative;
	}

	.carousel {
		top: -10px;
	}
	.carousel-item {
		min-height: 300px;
	}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: green;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
      opacity: 0.2;

}

.abread a {
	color: #127236;
	text-decoration: underline;
}

.sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}

	.nav-item {

		padding-left: 25px;
		text-transform: uppercase;

	}

	.navbar-nav .nav-item .nav-link {

    	color: #127236;

	}
	.navbar-nav .nav-item.active .nav-link,
	.navbar-nav .nav-item:hover .nav-link {
		
	    color: #A8CE3F;
	}

	.navbar-nav .nav-item.active .nav-link,
	.navbar-nav .nav-link {

		padding-top: 20px;
		padding-bottom: 20px;
	    color: #A8CE3F;

	}

	.navbar-brand {

		font-size: 25px;

	}

	.dropdown-toggle::after {

	    display: none;

	}

	.btn {

		text-transform: uppercase;

	}

	  .modal-dialog {
    max-width:1000px
    top:40px;
  }

  .h5-modal {
  	padding-left: 70px;
  text-shadow: 0 0 3px #fff;
}

.modal-header {
  color: black;
  text-transform:uppercase;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    background:url('../img/logo_numberpro.png');
		 /* Full height */

		  /* Create the parallax scrolling effect */

		  background-position: 10px 15px;
		  background-size: 60px;
		  background-repeat: no-repeat;
		  z-index: 999999999;



  background-color: #e1f6e9;


}

.card-body {

}
.btn-modal {
  height: 32px;
  font-size: 10px;
  border-radius: 2px;
}

	.jumbotron {

		background-color: rgb(222,222,222);

	}

	h1 {

		 color: #127236;

	}

	.btn-info 

	{

		background-color: #127236;
		border-color: #7AB73D;

	}

	.btn-info:hover {

		background-color: #A8CE3F;
		border-color: #7AB73D;

	}

	.img-fluid {

		margin-left: auto;
	  	margin-right: auto;
	  
	}

	.col-md-offset-0 {
    	margin-left: 0;
	}

	.col-sm-offset-0 {
    	margin-left: 0;
	}

	.grid {
		margin-left: auto;    	
    	margin-right: auto;
	}

	.circle {

		  border-radius: 50%;
		  width: 120px;
		  height: 120px;
		  overflow: hidden;
		  position: relative;
		}

	.circle img {
		  border: 10px;
		  bottom: 0;
		  width: 100%;
		}

	.avatar {

box-shadow: 0 0 1em green;
	}

	.team-section {
		top: -10px;
		position: relative;
	}

	@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

	.swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

	.footer {
		padding: 20px;
	}

	.foot {

		padding-left: 70px;
		padding-right: 70px;	
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #f1f1f1;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);


	}
