.text-premium {
  color: #366d9b !important;
}

.btn-premium {
  background-color: #45749c;
  color: white;
}

.btn-premium:hover {
  background-color: #366d9b;
  color: white;
}

h2 {
  color: #45749c;
}

a{
  text-decoration: none;
  color: #45749c;
}

#main:before {
  display: block;
  content: " ";
  margin-top: -87px;
  height: 87px;
  visibility: hidden;
}

#servicios:before {
  display: block;
  content: " ";
  height: 87px;
  visibility: hidden;
}

#estrategia:before {
  display: block;
  content: " ";
  height: 87px;
  visibility: hidden;
}

#consultoria:before {
  display: block;
  content: " ";
  height: 87px;
  visibility: hidden;
}

#innovacion:before {
  display: block;
  content: " ";
  height: 87px;
  visibility: hidden;
}

#contacto:before {
  display: block;
  content: " ";
  height: 87px;
  visibility: hidden;
}

#header .nav-link {
  color: #45749c;
}
#header .nav-link:hover {
  color: #366d9b;
}

#main .carousel-inner img {
  max-height: 70vh;
  object-fit: cover;
  filter: grayscale(70%);
}

#carousel {
  position: relative;
}

#carousel .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

#carousel .overlay .container,
#carousel .overlay .row {
  height: 100%;
}

#estrategia, #innovacion{
  background: #d9e4ed;
}

#footer {
  background: #45749c;
}

#footer a, span {
  color: white;
}

@media only screen and (max-width: 991px) {
  /*
  #main:before {
    height: 370px;
  }
  
  #servicios:before {
    height: 378px;
  }
  
  #estrategia:before {
    height: 363px;
  }
  
  #consultoria:before {
    height: 363px;
  }  
  #innovacion:before {
    height: 363px;
  }
  
  #contacto:before {
    height: 360px;    
  }
  */
}
