/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}


@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 600px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:13px !important; padding-bottom:0 !important;
    height: 60px; /* aqui escoges el alto que necesites */
}
.navbar {
    min-height:30px !important; /* aqui escoges el alto que necesites */
}

.btn.btn-lg {padding: 10px 50px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: white;
    background-color: black;
  
    outline: none;
    margin: 40px auto;
    height: 100px;
    background: rgba(0, 0, 0, .3); 

}

*{
   font-family: 'Open Sans', sans-serif;

}

