@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&family=Rubik:wght@300;400;500&display=swap');


body {
  background: #ffeaf2;
  /* url("imagenes/fondo.jpg"); The image used for background */
  font-family: 'rubik', serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.titulo {
  font-weight: 500;
}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.links-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.links-container a {
  width: 100%;
}

.w3-theme-l1:hover {
  background-color: #f0f0f0 !important;
  font-weight: bolder;
}

.margin-top-2 {
  margin-top: 32px;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}

.bottom span {
  color: #e182b6;
}

.bottom svg {
  stroke: #e182b6;
  fill: #e182b6;
}

@media (min-width: 768px) {
  .link {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

.w3-theme-l5 {
  color: #000 !important;
  background-color: #fef2f6 !important
}

.w3-theme-l4 {
  color: #000 !important;
  background-color: #fbd2e0 !important
}

.w3-theme-l3 {
  color: #000 !important;
  background-color: #f6a6c1 !important
}

.w3-theme-l2 {
  color: #fff !important;
  background-color: #f279a1 !important
}

.w3-theme-l1 {
  color: #fff !important;
  background-color: #d870a9 !important;
  font-weight: 500;
}

.w3-theme-d1 {
  color: #fff !important;
  background-color: #d91557 !important
}

.w3-theme-d2 {
  color: #fff !important;
  background-color: #c1134d !important
}

.w3-theme-d3 {
  color: #fff !important;
  background-color: #a91143 !important
}

.w3-theme-d4 {
  color: #fff !important;
  background-color: #910e3a !important
}

.w3-theme-d5 {
  color: #fff !important;
  background-color: #790c30 !important
}

.w3-theme-light {
  color: #000 !important;
  background-color: #fef2f6 !important
}

.w3-theme-dark {
  color: #fff !important;
  background-color: #790c30 !important
}

.w3-theme-action {
  color: #fff !important;
  background-color: #790c30 !important
}

.w3-theme {
  color: #fff !important;
  background-color: #e91e63 !important
}

.w3-text-theme {
  color: #e91e63 !important
}

.w3-border-theme {
  border-color: #e91e63 !important
}

.w3-hover-theme:hover {
  color: #fff !important;
  background-color: #e91e63 !important
}

.w3-hover-text-theme:hover {
  color: #e91e63 !important
}

.w3-hover-border-theme:hover {
  border-color: #e91e63 !important
}

@media (min-width: 850px) {
  .container {
    width: 60%;
    margin: 0px auto;
  }
}