/* css personalizado */

*{
    
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 14px !important ;
}


@media (max-width: 479px) {
    *{
    
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 14px !important ;
}

}

h2{
    font-size:27px;
}

body{
    padding-top: 90px;
    
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
/*
.navbar-brand>img {
  height: 100%;
 /* padding: 15px;  firefox bug fix 
  width: auto;
}*/

/*.navbar-brand{
    font-weight: 700;
}*/
.linhacinza{
    background: gray;
    
}
.linhapersonalizada{
    background: red;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.bg-color-padding p{
padding: 15px;  
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #8e2571;
    width: 100%;
}

.navbar-brand {
    padding: 15px 15px;  /* adjust the top and bottom padding to less than default 15px  if your logo is too small  */
    margin-top: 0px;  /* adjust the top margin if your logo doesn't line up well  */
    height: 50px; /* you should ONLY need to  adjust this when your navbar is larger than default 50px. This should equal the height of computed height of  .navbar>li>a which is by default is 50px. Don't use this to try and make your logo bigger or smaller. Instead adjust the top and bottom padding accordingly. */
}


    /* Get rid of link padding to make the above easier */
    .navbar-nav>li>a {
         padding-top:0px;
         padding-bottom:0px;
    }

   /* EDIT these but should be the same depending on on what font you're using */
    .navbar-brand, .navbar-nav>li>a {
        height: 67px;
        line-height: 67px;
    }


   /*EDIT top and bottom padding to shrink and grow image */
   .navbar-brand { 
        padding: 0px 15px;
}

.divslider{
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
   /* background: url(../img/bgslider.png) !important;*/
    
}

secction {
    padding-top: 25px;
    padding-bottom: 15p;
    min-height: 100vh !important;
    
}