/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}
section {
  padding: 50px 0;
}

h1 , h2 , a h1 , a h2{
  color: #090949;
}

.texto-azul{
  color: #090949;
  font-weight: 600;
}

.hero{
  background: url('../img/panel-solar.jpg');
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;  
}
.border-verde{
  border-bottom: thick solid #68b845;
}
.fondo-verde{
  background: #68b845;
}
.fondo-azul{
  background: #090949;
}

.navbar-light .navbar-nav .nav-link{
  color: #090949;
  transition: all ease .7s;
  border-bottom: thin solid transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #090949;
  font-weight: bolder;
  border-bottom: thin solid #68b845;
}

.btn-primary{
    background-color: #090949 !important;
    border-color: #090949 !important;
}

.notificacion{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

a:hover{
  text-decoration: none;
}

.list-group .active{
  background-color: #090949 !important;
  border-color: #090949 !important;
}