/* line 4, app/assets/stylesheets/sumametros.sass */
a {
  color: inherit;
}

/* line 7, app/assets/stylesheets/sumametros.sass */
.primary {
  color: #1aa2e6;
}

/* line 10, app/assets/stylesheets/sumametros.sass */
.bg-primary {
  background-color: #1aa2e6;
}

/* line 13, app/assets/stylesheets/sumametros.sass */
.bg-primary-light {
  background-color: #f9f9f6;
}

/* line 16, app/assets/stylesheets/sumametros.sass */
.mw-container {
  max-width: 1200px;
}

/* line 19, app/assets/stylesheets/sumametros.sass */
.shadow-1 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 22, app/assets/stylesheets/sumametros.sass */
.gap-2 {
  gap: .5rem;
}

/* line 25, app/assets/stylesheets/sumametros.sass */
.gap-4 {
  gap: 1.5rem;
}

/* line 28, app/assets/stylesheets/sumametros.sass */
.gap-6 {
  gap: 2.5rem;
}

/* line 31, app/assets/stylesheets/sumametros.sass */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 34, app/assets/stylesheets/sumametros.sass */
.mw5_5-ns {
  max-width: 18rem;
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/sumametros.sass */
  .mw5_5-ns {
    max-width: 100%;
  }
}

/* line 40, app/assets/stylesheets/sumametros.sass */
.h_5 {
  height: .3rem;
}

/* line 43, app/assets/stylesheets/sumametros.sass */
.glowing_card {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 163, 224, 0.2);
  animation: glowing 1300ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 163, 224, 0.2);
  }
  50% {
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 163, 224, 0.4);
  }
  100% {
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 163, 224, 0.2);
  }
}

/* line 55, app/assets/stylesheets/sumametros.sass */
.gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: 1fr;
  gap: 1rem;
}

/* line 62, app/assets/stylesheets/sumametros.sass */
.gallery > div:not(.absolute) {
  width: 100%;
  height: 100%;
}

@media (max-width: 620px) {
  /* line 67, app/assets/stylesheets/sumametros.sass */
  .gallery > div:not(.absolute):not(:first-child) {
    display: none;
  }
}

/* line 70, app/assets/stylesheets/sumametros.sass */
.tabs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 75, app/assets/stylesheets/sumametros.sass */
.tabs__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 80, app/assets/stylesheets/sumametros.sass */
.tabs__nav .tab {
  appearance: none;
  background: transparent;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: inherit;
  font-weight: 600;
  transition: all .2s ease;
  padding: .75rem 1rem;
  color: currentColor;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/sumametros.sass */
.tabs__nav .tab:hover {
  color: #02A3E0;
}

/* line 95, app/assets/stylesheets/sumametros.sass */
.tabs__nav .tab.tab--active {
  border-color: #02A3E0;
  color: #02A3E0;
}
