#mapid { 
    height: 480px; 
}

#header-logo{
    background: url('../icons/colmena-logo.png') no-repeat center center;
    background-size: cover;
    width: 250px;
    /* height: 45px; */

}



.img-fit {
  object-fit: cover;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 1023px) {
  .navbar-menu {
    /* background-color:  #fdcc65; */
    background: rgb(255,154,48);
    background: linear-gradient(145deg, rgba(255,154,48,1) 0%, rgba(255,235,125,1) 100%);
  }
}

@media (min-width: 900px) {
  .carrousel-img {
    width: 900px;
  }
}