/*importando a fonte*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.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: .9rem;
  letter-spacing: .1rem;
}

.navbar-brand img{
  height: 30px;
  width: 30px;
}

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


.home-inner{
  background-image: url(img/fundinho.png);
}

.caption{
  width: 100%;
  max-width: 100;
  position: absolute;
  top: 40%;
  z-index: 1;
  color: white;
  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{
  width: 100%;
  height: 50%;
}

.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) { ... }

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