@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Ubuntu&display=swap");

* {
  font-family: "Ubuntu", sans-serif;
}

body {
  height: 100%;
}

.carousel-item {
  height: 60vh;
}

.carousel-item > img {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.whatsapp {
  bottom: 40px;
  right: 20px;
  width: 33px;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: end;
  overflow: hidden;
  z-index: 999;
}

.whatsapp:hover {
  width: 145px;
}

.whatsapp:hover span {
  display: inline;
}

.hidden {
  white-space: nowrap;
  display: none;
}

.hover-cool {
  transition: 0.3s all;
}

.hover-cool:hover {
  transform: scale(1.03);
  border: 1px solid blue;
  cursor: pointer;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}

.wm {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: -200px;
  padding: 0;
  text-align: center;
  transition: .2s;
}

.wm-active {
  left: 20px;
}


.bg-primary {
  background-color: #091F98 !important;
}

.text-primary {
  color: #091F98 !important;
}

.icon-card {
  color: lightskyblue;
  font-size: 50px;
  margin-bottom: 20px;
}