:root {
    --azul-primary: #17468E;
    --azul-secondary: #40a5dd;
    --verde: #99c339;
    --rosa:#ec6698;
    --naranja:#f6a317;
    --celeste:#61c7ed;
    --gris-suave:#dddddd;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--azul-primary);
}

#botonera-circular{
    display: flex;
    justify-content: space-around;
}



/* Selecciona cada cuarto elementos <p> entre
   cualquier grupo de hermanos */
   #botonera-circular i:nth-of-type(1) {
    color: var(--azul-secondary);
    font-size: 5rem;
  }
  #botonera-circular i:nth-of-type(2) {
    color: var(--verde);
    font-size: 5rem;
  }
  #botonera-circular i:nth-of-type(3) {
    color: var(--rosa);
    font-size: 5rem;
  }
  #botonera-circular i:nth-of-type(4) {
    color: var(--naranja);
    font-size: 5rem;
  }
  #botonera-circular i:nth-of-type(5) {
    color: var(--celeste);
    font-size: 5rem;
  }

  #slider{
      background-color: var(--gris-suave);
  }

.home-buttons{
    display: flex !important;
    flex-wrap: wrap;
}
.home-buttons_buttons{
    width: 50%;
}