body {
  background-color: rgb(245, 245, 245);
}

.circulo-10px {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.icon-circle {
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.main-content-wrapper {
  margin-bottom: 2rem;
}

.section-header {
  margin-top: 2rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 1rem;
}
.section-header a {
  text-decoration: none;
}

.breadcrumb-federopticos {
  margin-top: 2rem;
}

.map-wrapper {
  background-color: #eee;
  min-height: 250px;
  text-align: center;
}

/*
:root {
    --bs-body-bg-rgb: 255,255,255;
    --bs-primary-rgb: 13,110,253;
    --bd-accent-rgb: 255,228,132;
    --bd-violet-rgb: 112.520718,44.062154,249.437846;
    --bd-pink-rgb: 214,51,132;
}
*/
:root {
  --bs-body-bg-rgb: 255,255,255;
  --bs-primary-rgb: 13,110,253;
  --bd-accent-rgb: 199,255,132;
  --bd-violet-rgb: 44,169,249;
  --bd-pink-rgb: 214,51,132;
  -font-sans-serif: "Noto Sans", sans-serif;
  --balans-home-blue: 180,210,254;
}

.main-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bs-body-bg-rgb), 0.01)), color-stop(85%, rgba(var(--bs-body-bg-rgb), 1))), radial-gradient(ellipse at top left, rgba(var(--balans-home-blue), 0.5), transparent 50%), radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);
  background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%), radial-gradient(ellipse at top left, rgba(var(--balans-home-blue), 0.5), transparent 50%), radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);
}

.public-footer-content a {
  color: #495057;
}
.public-footer-content .footer-socials {
  margin-bottom: 1rem;
}
.public-footer-content .footer-socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #495057;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 0 0.2rem;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.public-footer-content .footer-socials a:hover {
  color: #b1f142;
}
.public-footer-content .footer-socials a:first-child {
  margin-left: 0;
}

.nav-inscripcion-publica .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}