html,
body {
  height: 100%;
  color: white;
  background: black;
  scroll-behavior: smooth;
}
.navbar .container .navbar-collapse ul li a {
  color: white;
}
.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.carousel-inner img {
  margin: auto;
}

.navbar,
.navbar-brand {
  z-index: 9;
  color: white;
}
#fullCarousel {
  position: relative;
  width: 100%;
  top: 0;
  transform: translateY(-60px);
}

#quienes {
  top: 0;
}

.qs-icon {
  background-color: #0dcaf0;
  width: 100%;
  text-align: center;
  height: 2rem;
  font-size: 1.8rem;
  vertical-align: middle;
}

.card-img-top {
  max-height: 150px;
}
.card-body {
  display: inline-block;
}
.card-body,
footer {
  background: #0dcaf0;
  color: white;
  padding: 10px;
}

.q-row {
  height: auto;
}
.btn-info {
  color: white;
  margin-bottom: 30px;
}

.f-icon,
.f-text {
  font-size: 1.5rem;
}
.f-icon:hover {
  border-bottom: 2px solid white;
  transform: translateY(-5px);
}
#toast-img {
  height: 20px;
}

.toast-body {
  color: black;
}

.navbar .navbar-brand:hover {
  color: #0dcaf0;
}

.nav-link:visited,
.nav-link:link {
  border-bottom: 2px solid transparent;
}

.nav-link:hover,
.nav-link:active {
  border-bottom: 2px solid #1bcfc6;
  transform: translateY(-5px);
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 5px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color: #1bcfc6; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.h-80 {
  height: 80%;
}

.h-20 {
  height: 20%;
}

.top-buffer {
  margin-top: 40px;
}

/* Whatsapp */
.whatsapp-button {
  display: inline-block;
  background-color: #25d365;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1cb14e;
}

.whatsapp-button i.fa {
  font-size: 20px;
  margin-right: 5px;
}
