@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,700&display=swap');

body {
    font-family: 'Roboto', sans-serif!important;
    background-color: #ffffff;
    text-decoration: none!important;
    background: linear-gradient(to bottom, #dfdfdf, #ffffff); 
}

.search-button {
      background-color: #ffffff;
      color: #808080;
      border: none;
      cursor: pointer;
      border-radius: 10px;
   }

.uk-card-body{
    color: black!imporntant;
    font-family: 'Roboto', sans-serif!important;
}

.uk-card-body:hover{
    background-color:  black!important;
    color: #fff!important;
}

.card-body{
    text-decoration: none!important;
}

.card-text{
    text-decoration: none!important;
}


h5{
    text-decoration: none!important;
}

.cardtitle{
    font-size: 20px!important;
    font-weight: bold!important;
}

.btn{
    background-color: #111111!important;
    color: #fff!important;
    border: none;
}

.btn:hover{
    background-color: #33cc99!important;
    border-color: #33cc99!important;
}

.myRadius {
    border-radius: 25px!important;
    border-color: #ffffff!important;
    color: #ffffff!important;
}

.uk-search{
    color: black!important;
}

.uk-offcanvas-bar{
    background: rgba(0, 0, 0, 0.95) !important;
}

.card{
    font-family: 'Roboto', sans-serif!important;
}

uk-background-cover{
    text-decoration: none!important;
}

.uk-card {
  height: 380px; /* Ajusta el valor según la altura deseada */
}

.uk-card .uk-card-body {
  display: flex;
  justify-content: center; /* Alinea los elementos horizontalmente */
  align-items: center; /* Alinea los elementos verticalmente */
}

h4{
    font-size: 20px;
    font-family: 'Roboto', sans-serif!important;
}

h3{
    font-size: 22px;
    font-family: 'Roboto', sans-serif!important;
}

nav{
    font-family: 'Roboto', sans-serif!important;
     font-weight: bold!important;
}

.bg-light{
    background-color:#c6c6c6!important;
}

.uk-navbar-dropdown.{
    background-color:#c6c6c6!important;
}