@font-face {
  font-family: 'Montserrat-Light';
  src: url('/web/fonts/Montserrat-Light.ttf') format('woff');
}

.fit-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.mapa-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.mapa-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.menu-color {
    background-color: rgba(184, 184, 184, 1);
    color: #ffffff;
}

.menu-color a {
    background-color: rgba(184, 184, 184, 1);
    color: #ffffff;
    text-decoration: none;
}

.montserrat {
    font-family: 'Montserrat-Light';
}

.input-color {
    background-color: #e6e6e6 !important;
    color: #000000 !important;
}

#whatsapp-button {
    bottom: 100px !important;
}
