html body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.navbar{
    backdrop-filter: blur(5px);
}
.nav{
    position: absolute;
}
.carousel-item img{
    height: 130vh;
    object-fit: cover;
}
.card img{
    height: 200px;
}
.form-control{
    resize: none;
}
.card-title{
    text-align: center;
}
.tooltip.custom-tooltip {
  --bs-tooltip-bg: #cff4fc;/* Color de fondo */
  --bs-tooltip-color: #000; /* Color de las letras */
  --bs-tooltip-border-radius: 8px; /* Bordes redondeados */
  --bs-tooltip-padding-x: 15px; /* Padding horizontal */
  --bs-tooltip-padding-y: 8px; /* Padding vertical */
  --bs-tooltip-font-size: 14px; /* Tamaño de la fuente */
}
@media (width  <= 768px) {
  #carouselExample img {
    max-height: 250px;
    object-fit: cover;
}
.navbar{
    backdrop-filter: none;
}
}

@media (width  <= 768px) {
  #carouselExample img {
    max-height: 250px;
    object-fit: cover;
}
.navbar{
    backdrop-filter: none;
}
}
@media (width  <= 992px) {
  #carouselExample img {
    max-height: 400px;
    object-fit: cover;
}
.navbar{
    backdrop-filter: none;
}
}