@import "../multiple.css";

#chatbot {
  padding-top: 82px;
}
#chatbot p {
  font-family: "Roboto" !important;
}
header .phone span,
header .menuOptions a {
  font-family: "Roboto";
}
#chatbot .chatContainer {
  min-height: calc(100vh - 226px);
}

#chatbot.hidden-nav .chatbotContainer {
  min-height: calc(100vh - 305px);
}

#chatbot .chatbotContainer {
  min-height: calc(100vh - 241px);
}

/* ------------- FOOTER ------------- */

footer{
  background-color: var(--action-color);
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
footer .container, footer .row{
  height: 100%;
}
footer a{
  color: white;
  margin: 0 1rem;
  cursor: pointer;
}
footer a:hover{
  color: white;
  text-decoration: underline!important;
}

/* ------------- FIN FOOTER ------------- */