
body{
  overflow-x: hidden;
  font-family: Verdada, sans-serif, 'Times New Roman';
  color: #506060;
}

.offset:before{
  display: block;
  content: "";
  height: 6rem;
  margin-top: -6rem;
}

.navbar{
  /* text-transform: uppercase; */
  /*coloca em negrito*/
  font-weight: 700;
  /*tamanho da fonte*/
  font-size: 1.5em;
  letter-spacing: .1rem;
}

.navbar-brand img{
  height: 35px;
  width: 35px;
  color: #00a300;
}

.navbar-nav li{
  padding-right: 1rem;
}


.home-inner{
  /* background-image: url(../img/fundinho.png); */
  
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+0,61c419+50,b4e391+100;Green+3D */
	background: #b4e391; /* Old browsers */
	background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
	text-align: center;
	vertical-align:middle;
	color: #FFFFFF;
}

.caption{
  width: 100%;
  max-width: 100;
  position: absolute;
  top: 40%;
  z-index: 1;
  color: blue;
  text-transform: uppercase;
}

.caption h1{
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.btn-primary {
  border-width: medium;
  /*tira o arredondado dos cantos do botão*/
  border-radius: 0;
  font-size: 1.1rem;
  color: white;
  background: #061b8e;
  border-color: #061b8e;
  margin-top: 1.5rem;
}

.btn-tertiary {
  color: white;
  background: #061b8e;
}

.btn-primary:hover{
  color: black;
  background: #5366fc;
  border-color: #5366fc;
}

.aplicativo img{
  width: 100%;
}

.jumbotron{
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
  border-radius: 0;
}

h3.heading{
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #061b8e;
  margin: 0 auto 2rem;
}

.feature svg.svg-inline--fa{
  color: #061b8e;
}

.feature h3{
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}

.feature p{
  font-size: 1.1rem;
}

.app p{
  font-size: 1.3rem;
  margin-top: 2rem; 
  margin-right: 2rem;
  margin-left: 1.4rem;  
}

.app h2{
  font-size: 3rem; 
  margin-top: 3rem;
  margin-left: 1.4rem;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.carousel-inner img{
  min-width: 20%;
  max-width: 60%;
  min-height: 20%;
  max-height: 60%;
  height: 400px;
}

.entrar-contato{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.entrar-contato h3{
  font-size: 2rem;
}

.entrar-contato p{
  font-size: 1.5rem;
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
