:root {
  --color: white;
  --color-transparent: #00000022;
  --color-primary: #30e8de;
  --color-secondary: #292829;
  --color-liga-primary: #eec94f;
  --color-podcast-red: #b71713;
  --color-podcast-gray: #333237;
  --color-boreal-austral: #f9f8cd;
  --color-strava: #fc5200;
}

.strava-logo-link {
  filter: invert(40%) sepia(23%) saturate(4941%) hue-rotate(181deg) brightness(94%) contrast(111%); /* --color-strava */
  max-height: 30px;
}

#boreal-austral-background p,
#boreal-austral-background h2,
#boreal-austral-background a,
#boreal-austral-background li,
#boreal-austral-background span,
#boreal-austral-background small {
  color: var(--color-boreal-austral);
}

::selection {
  background: var(--color-primary);
}

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', 'Montserrat', 'Roboto', sans-serif;
  color: white;
}

a {
  color: white;
}

body {
  background-color: var(--color-secondary);
  align-items: center;
  justify-content: center;
}

#mu {
  text-align: center;
}

#mu a {
  display: block;
}

#mu:hover {
  opacity: 0.8;
}

.main {
  margin: 20px;
  margin-bottom: 30px;
  text-align: center;
}

p {
  color: var(--color);
  font-size: 1rem;
  font-weight: 200;
  padding: 0rem 1rem;
  border-radius: 5px;
  cursor: text;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

/* COUNTER */

.counter {
  cursor: pointer;
  display: block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: font-weight .05s ease-in-out;
  transition: letter-spacing .05s ease-in-out;
}

.counter:hover {
  letter-spacing: 0.2px;
  font-weight: 800;
}

.home-counter {
  font-size: 20px;
  margin-top: 20px;
}

.home-card {
  display: inline;
  border: #000 1px solid;
  width: 300px;
  height: 400px;
  vertical-align: middle;
}

@media (max-width: 420px) {
  .home-counter {
    margin-top: 20px;
  }
}

#ctr {
  margin-bottom: 10px;
  display: block;
  animation: fadeIn 5s;
}

/* FOOTER */

#footer {
  position: absolute;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}

#ig, #threads, #email, #youtube, #strava {
  display: inline-block;
  filter: invert(1);
  margin-right: 4px;
  margin-left: 4px;
  text-decoration: none;
}

#ig:hover, #threads:hover, #email:hover, #youtube:hover, #strava:hover {
  opacity: 0.8;
}

#email img {
  height: 33px;
  margin-bottom: -4px;
}

#youtube {
  vertical-align: sub;
  margin-left: 0px;
}

#home #footer {
  padding-top: 20px;
}

/* PBP */

.riders-table {
  border-collapse: separate;
  border-spacing: 7px;
}

.riders-table a {
  text-transform: uppercase;
}

.riders-table span {
  font-weight: 500;
}

.riders-list {
  width: 30%;
  display: inline-grid;
  vertical-align: top;
}

.rider-bike img {
  max-height: 400px;
}

.rider-bike {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .rider-bike img {
    width: 100%;
    margin: 10 0px;
  }
}

#bikes-specs-legend .legend {
  display: inline-block;
}

.ul-pbp {
  width: 30%;
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: top;

  .li-group {
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .li-item {
    text-align: right;
  }
}

@media (min-width: 800px) {
  .ul-pbp.centered {
    padding-right: 180px;
  }
}

@media (max-width: 800px) {
  .ul-pbp {
    width: 70%;
    margin-left: 0px;
  }

  .ul-pbp .li-group {
    margin-top: 20px;
    text-align: left;
  }

  .ul-pbp .li-item {
    text-align: right;
    margin: 5px 0;
  }
}

.rider-events {
  width: 33%;
  margin: 5px auto;
}

@media (max-width: 800px) {
  .rider-events {
    width: 80%;
    margin: 5px auto;
  }
}

/* EVENTS */

/* TODO: Move to .mu-grid */
.event-description {
  width: 50%;
  margin: 20px auto;
}

@media (max-width: 800px) {
  .event-description {
    width: 90%;
  }
}

.mu-event img:hover, .mu-calendar:hover {
  scale: 1.4;
}

.events-table td:first-child {
  text-align: right;
}

.events-table th {
  font-weight: 100;
  padding-bottom: 10px;
}

#calendar {
  .tally-btn {
    padding-bottom: 0px;
  }
}

.events-table .year-separator td {
  text-align: center;
}

#pc-table, #pc-table th, #pc-table td {
  border: 1px solid white;
  border-style: solid;
  border-collapse: collapse;
}

#pc-table th, #pc-table td {
  padding: 5px;
}

#pc-table {
  width: 100%;
}

#pc-table.mid-table, .events-table.minimal, .events-table.brevet-cl {
  margin: 0 auto;
  width: 80%;
}

#pc-table.small-table {
  margin: 0 auto;
  width: 60%;
}

.map-legend-user-actions {
  margin-bottom: -10px;
}

@media (max-width: 420px) {
  .events-table td:last-child {
    display: none;
  }

  .events-table.minimal td:last-child {
    display: inherit;
  }

  .events-table.brevet-cl td:nth-child(3) {
    display: none;
  }

  .events-table.brevet-cl td:last-child {
    display: inherit;
  }

  .events-table.brevet-cl th:last-child {
    text-align: center;
  }

  .events-table td:first-child {
    width: 60px;
  }

  #pc-table.mid-table, #pc-table.small-table, .calendar-table.events-table {
    width: 100%;
  }

  .map-legend-user-actions {
    margin-bottom: 15px;
  }
}

.pbp-image {
  max-width: 40%;
}

.map-legend {
  margin-bottom: 20px;
  font-size: 14px;
}

.map-legend img {
  vertical-align: bottom;
  margin-right: 7px;
  height: 20px;

  &.ttr-icon {
    height: 25px;
    margin-left: 5px;
  }
}

.color-legend {
  width: 60px;
  display: inline-block;
  color: black;
}

@media (max-width: 800px) {
  .pbp-image {
    max-width: 95%;
  }
}

#rider-profile {
  /* margin: 20px; */
}

.bike-specs {
  text-align: left;
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 800px) {
  .bike-specs {
    width: 100%;
    margin: 10px;
  }
}

.copy-clipboard {
  margin-bottom: -10px;
}

.copy-clipboard-feedback {
  font-size: 9px;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 6px;
}

.icon-copy {
  vertical-align: sub;
  cursor: pointer;
}

/* TTR */

.ttr {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 600px;
  margin-bottom: 10px;
}

.windy {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 390px;
}

.ttr iframe, .windy iframe {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin: 5%;
  margin-top: 0px;
}

.spotify iframe {
  width: 100%;
}

/*  NPE  */

#npe {
  margin-left: 33%
}

#npe a {
  text-decoration: none;
}

#npe a:hover {
  opacity: 0.8;
}

/* UTILS */

/* ex event-description */
.mu-grid {
  width: 50%;
  margin: 20px auto;
  text-align: center;
}

.mu-grid-75 {
  width: 75%;
}

.mu-grid-33 {
  width: 33%;
}

@media (max-width: 800px) {
  .mu-grid {
    width: 90%;
  }
}

.underline {
  text-decoration: underline;
}

.opacity-hover-8 {
  opacity: 0.8;
}

.opacity-hover-9 {
  opacity: 0.9;
}

.opacity-hover-8:hover, .opacity-hover-9:hover {
  opacity: 1;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}

.blink {
  animation: blink 1.5s linear infinite;
}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}

.blink2 {
  animation: blink 2s linear infinite;
}

.text-justify {
  text-align: justify;
}

.unstyled-list {
  list-style: none !important;
}

ul.no-padding {
  padding-left: 0px;
}

.line-through {
  text-decoration: line-through;
}

.line-through tr, li.line-through {
  text-decoration: line-through;
}

.mt-30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.divider {
  margin: 30px auto;
  border-bottom: 1px solid var(--color-primary);
  width: 50%;
}

.divider.divider-ba {
  border-color: var(--color-boreal-austral);
}

.hide-on-desktop {
  display: none;
}

@media (max-width: 420px) {
  .hide-on-mobile {
    display: none !important;
  }

  .hide-on-desktop {
    display: unset;
  }

  .divider {
    margin: 30px auto;
    border-bottom: 1px solid var(--color-primary);
    width: 80%;
  }

  .mobile-100 {
    width: 100%
  }

  .font-small-mobile {
    font-size: 12px;
  }

  .font-sm-mobile {
    font-size: 14px;
  }

  .font-medium-mobile {
    font-size: 20px;
  }
}

.divider-horizontal {
  border-top: 1px solid white;
  margin: 20px auto;
  opacity: 0.5;
  width: 250px;
}

.btn-date {
  font-size: 10px;
}

.btn-highlighted {
  border-width: 3px !important;
  border-radius: 7px !important;
}

.border-primary {
  border: 1px solid var(--color-primary);
  padding: 5px;
}

.text-shadow {
  text-shadow: 0 0 5px #000;
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 800px) {
  .swipper-right-text {
    text-align: right;
    margin-right: 150px;

    &.hashtag {
      margin-right: 270px;
    }

    .btn {
      margin-right: 45px !important;
    }
  }
}

.left-content {
  text-align: left;
  padding-left: 10px;
}

.right-content {
  text-align: right;
}

.hidden {
  visibility: hidden;
  animation: fadeIn 5s;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-decoration {
  text-decoration: none !important;
}

tr.no-text-decoration {
  text-decoration: none !important;
}

.color-secondary {
  color: var(--color-secondary);
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-liga-primary {
  color: var(--color-liga-primary) !important;
}

.btns a {
  font-weight: 500;
  padding: 8px;
  font-size: 14px;
}

.multi-btns a {
  display: block;
  margin: -5px auto;
  width: 20%;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.medium-btns a {
  font-weight: 500;
  padding: 10px;
  font-size: 16px;
}

.small-btn {
  font-weight: 400 !important;
  padding: 6px !important;
  font-size: 14px !important;
}

.home-cta a {
  font-weight: 700;
  padding: 15px;
  font-size: 20px;
  background: rgb(41 40 41 / 70%);
  position: relative;
  bottom: -50px;
}

.medium-cta a {
  font-size: 15px !important;
}

@media (max-width: 420px) {
  .home-cta a {
    bottom: unset;
    padding: 10px;
  }

  .multi-btns a {
    width: 70%
  }
}

.btn {
  font-size: 12px;
  border: 1px solid var(--color-primary);
  color: white;
  font-weight: 300;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px;
}

.btn:hover {
  border: 1px solid white;
  color: var(--color-primary);
  opacity: 0.8;
}

.logo {
  max-height: 80px;
  margin: 40px;
}

.logo-s {
  max-height: 50px;
  margin-top: 50px;
}

.mu-switch {
  margin-left: 5px;
  max-height: 13px;
}

.organizador-logo {
  max-height: 100px;
}

.organizador-logo-m {
  max-height: 150px;
}

.organizador-logo-l {
  max-height: 200px;
}

.home-logo {
  max-height: 90px;
  margin: 40px;
}

.home-banner-img {
  border-radius: 5px;
  max-height: 200px;
  max-width: 95%;
  opacity: 0.9;

  &:hover {
    opacity: 1;
  }
}

.links {
  margin-top: 20px;
  padding-bottom: 20px;
}

.mu-link {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mu-link:hover {
  opacity: 0.8;
}

.links a {
  display: inline-block;
  margin: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-img {
  border-radius: 5px;
  max-height: 300px;
  max-width: 95%;
}

.event-img-large {
  max-height: 500px;
}

.event-card {
  display: inline-block;
  width: 25%;
}

.responsive-img {
  max-width: 95%;
}

.responsive-mid-img {
  max-width: 65%;
}

.border-radius {
  border-radius: 5px;
}

#entrevista {
  display: block;
  text-align: left;
}

#iow, #entrevista-biobio {
  display: block;
  text-align: left;
}

#entrevista-biobio p>a{
  color: var(--color-primary) !important;
}

#entrevista .event-img {
  max-height: 500px;
}

.icon {
  vertical-align: sub;
  filter: invert(1);
}

.icon img {
  height: 18px;
}

.title {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-right: 5px;
  margin-left: 5px;
}

.home-title {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  padding-top: 120px;
}

.section-title {
  padding: 0px;
  margin: 0px;
  padding-top: 40px;
  text-transform: uppercase;
}

.home-subtitle {
  margin: 20px auto;
  width: 60%;
  margin-bottom: 50px;
}

.section-subtitle {
  margin: 20px auto;
  width: 60%;
}

@media (max-width: 800px) {
  .event-card {
    width: 100%;
  }

  .home-subtitle {
    width: 90%;
  }
}

@media (max-width: 420px) {
  .home-title {
    padding-top: 0px;
    margin-top: 50px;

    &.podcast {
      padding-top: 10px;
      margin-top: 0px;
    }
  }

  .home-subtitle.podcast {
    margin-bottom: 0px;
  }

  .responsive-mid-img {
    max-width: 95%;
  }

  .section-subtitle span {
    width: 100%;
    display: inline-block;
  }
}

.inline-block {
  display: inline-block;
}

#home-background {
  background-image: url(https://modoultra.cl/imgs/home-background3.jpg);
  background-position: center center;
  background-size: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

@media (max-width: 420px) {
  #home-background {
    background-size: auto 100%;
    height: 500px;
  }
}

.route-video {
  height: 100%;
  width: 100%;
}

.route-video-vpv {
  height: 350px;
  width: 100%;
}

.pbp-map-youtube {
  width: 50%;
  height: 400px;
}

@media (max-width: 420px) {
  .pbp-map-youtube {
    width: 100%;
    height: 315px;
  }
}

/* SWIPPER */

.swiper {
  width: 100%;
  height: 500px;
}

.swiper-caption-logo {
  height: 17px !important;
  width: auto !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;

  &.mini {
    height: 35px !important;
    margin-bottom: -10px !important;
  }
}

#blog-background {
  background-image: url(https://modoultra.cl/imgs/home-background5.jpg);
  background-position: center center;
  background-size: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

@media (max-width: 420px) {
  #blog-background {
    background-size: auto 100%;
    height: 500px;

    h1 {
      margin-top: 50px;
    }

    .btn {
      height: 10px;
      margin: 3px;
      font-size: 12px !important;
    }
  }
}

#podcast-background {
  background-image: url(../imgs/podcast/home.jpeg);
  background-position: center center;
  background-size: 100%;
  height: 300px;
  background-repeat: no-repeat;
}

@media (max-width: 420px) {
  #podcast-background {
    background-image: url(../imgs/podcast/home-square.jpeg);
    background-size: auto 100%;
    height: 400px;
  }
}

#podcast-background-swipper {
  background-image: url(../imgs/podcast/home-swipper.jpg);
  background-position: right center;
  background-size: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

#calculadora-background {
  background-image: url(../imgs/calculadora/home.jpeg);
  background-position: center center;
  background-size: 100%;
  height: 300px;
  background-repeat: no-repeat;
}

@media (max-width: 420px) {
  #calculadora-background {
    background-image: url(../imgs/calculadora/home-square.jpeg);
    background-size: auto 100%;
    height: 400px;
  }
}

#pbp23-background {
  background-image: url(https://modoultra.cl/imgs/pbp23/home.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#leyendas-gravel-background {
  background-image: url(../imgs/leyendas-gravel/main.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#leyendas-gravel-background .home-cta {
  margin-top: 200px;
  margin-bottom: 30px;
}

#pichanga-100x100-background {
  background-image: url(../imgs/100x100/swipper.jpg);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#trail-trophy-pucon-background {
  background-image: url(../imgs/trail-trophy-pucon/1b.jpeg);
  background-position: top bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#agua-negra-background {
  background-image: url(../imgs/agua-negra/entrevista/andres-2-xs.jpg);
  background-position: bottom bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#vpv-background {
  background-image: url(https://modoultra.cl/imgs/vpv23/foto1.jpg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#desert-ar-background, #desert-ar-2024-background {
  background-image: url(https://modoultra.cl/imgs/desert-ar/home.jpeg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#xk-traverse-neuquen-background {
  background-image: url(https://modoultra.cl/imgs/xk-traverse-neuquen/mtb.jpeg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#boreal-austral-background.home {
  height: 500px;
}

#boreal-austral-background {
  background-image: url(https://modoultra.cl/imgs/boreal-austral/background.jpg);
  background-size: 100%;
}

#brevet-trueno-background {
  background-image: url(https://modoultra.cl/imgs/brevet-del-trueno-1000/swiper.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

#pedaleando-con-sentido-background {
  background-image: url(../imgs/pedaleando-con-sentido/swipper.jpg);
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

#rio-biobio-background {
  background-image: url(https://modoultra.cl/imgs/rio-biobio-en-bicicleta/home.jpg);
  background-position: center center;
  background-size: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

@media (max-width: 420px) {
  #rio-biobio-background {
    background-size: auto 100%;
    height: 500px;
  }
}

#interoceanica-w-background {
  background-image: url(https://modoultra.cl/imgs/interoceanica-w/home.jpg);
  background-position: center center;
  background-size: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

@media (max-width: 420px) {
  #interoceanica-w-background {
    background-position: left;
    background-size: auto 100%;
    height: 500px;
  }
}

#page-swipper {
  width: 50%;
}

#cap-swipper {
  height: 400px;
}

#cap-swipper.podcast-swipper {
  height: 550px;
}

#cap-swipper img {
  width: 50%;
  margin-top: 20px;
}

@media (max-width: 800px) {
  #cap-swipper img {
    width: 90%;
  }
}

@media (max-width: 800px) {
  #pedaleando-con-sentido-background {
    background-image: url(../imgs/pedaleando-con-sentido/swipper.jpg);
    background-position: left center;
    background-size: auto;
  }
}

@media (max-width: 420px) {
  #vpv-background,
  #desert-ar-background, #desert-ar-2024-background,
  #pbp23-background,
  #trail-trophy-pucon-background,
  #pichanga-100x100-background,
  #podcast-background-swipper {
    background-size: 350%;
  }

  #agua-negra-background {
    background-size: 355%;
    background-position: bottom center;
  }

  #pichanga-100x100-background {
    background-position: left center;
  }

  #leyendas-gravel-background {
    background-size: 165%;
  }

  #leyendas-gravel-background .home-cta {
    margin-top: 220px;
  }

  #xk-traverse-neuquen-background {
    background-size: 350%;
  }

  #brevet-trueno-background {
    background-position: right center;
    background-size: 250%;
  }

  #pedaleando-con-sentido-background {
    background-image: url(../imgs/pedaleando-con-sentido/main.jpg);
    background-position: bottom center;
    background-size: 120%;

    h1 {
      margin-top: 100px !important;
    }
  }

  .swiper-slide h1 {
    margin-top: 50px;
  }

  #page-swipper {
    width: 90%;
  }

  #cap-swipper {
    height: 250px;
  }

  #cap-swipper.podcast-swipper {
    height: 300px;
  }

  #cap-swipper img {
    width: 80%;
    margin-bottom: 20px;
  }
}

#pc-table.leyendas-distances {
  td:nth-child(1), td:nth-child(3) {
    padding-left: 10px;
  }
}

#pc-table {
  &.b1000-pc-table, &.b600-pc-table {
    td:nth-child(4) {
      text-align: right;
    }
  }
}
/* PODCAST */

.podcast-primary-divider-bar {
  background-color: var(--color-primary) !important;
  height: 10px;
  border-radius: unset;
  margin: 0px;
  margin-top: -15px;
}

.podcast-red-divider-bar {
  background-color: var(--color-podcast-red) !important;
  height: 10px;
  border-radius: unset;
  margin: 0px;
  margin-bottom: -10px;
}

.podcast-youtube {
  width: 100%;
}

.podcast-youtube iframe {
  height: 500px;
  width: 100%;
}

@media (max-width: 420px) {
  .podcast-red-divider-bar {
    margin-bottom: -40px;
  }

  .podcast-youtube {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}

.podcast-background-color {
  background-color: var(--color-podcast-gray) !important;
}

.podcast-section {
  text-align: center;
}

.main-podcast-intro {
  padding-top: 15px;
}

#podcast-intro, #podcast-links {
  margin: 10px auto;
  width: 80%;
  text-align: center;
}

#podcast-last-episode {
  margin: 10px auto;
  width: 60%;
  text-align: center;
}

#podcast-last-episode {
  padding-top: 20px;
}

#podcast-desc {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  text-align: justify;
}

#podcast-credits {
  padding-left: 40px;
  width: 30%;
  vertical-align: top;
  display: inline-block;
  text-align: justify;
}

.credits-item {
  margin-bottom: -15px;
  margin-top: 0px;
}

.podcast-cap-desc {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  text-align: justify;
}

.podcast-cap-img {
  width: 30%;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}

.brand-icon img {
  height: 35px;
}

#podcast-sponsors {
  padding-bottom: 10px;
}

#podcast-subscribe {
  padding-left: 15px;
}

.podcast-link {
  display: inline-block;
  width: 30%;
}

.podcast-link:hover {
  scale: 1.008;
}

.podcast-link img:hover, .podcast-link img.active {
  border: 1px solid var(--color-primary);
  opacity: 1;
}

.podcast-link img {
  opacity: 0.9;
  max-height: 300px;
  border-radius: 5px;
  border: 1px solid var(--color-secondary);
}

.podcast-link p {
  margin-top: 0px;
}

.podcast-link a {
  text-decoration: none;
}

.podcast-link a:hover {
  color: var(--color-primary);
}

.podcast-divider {
  /* margin-bottom: 40px; */
}

.event-list {
  padding-left: 0px;
  list-style: circle;
}

.podcast-pre {
  width: 30%;
  margin: 10px auto;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center;
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

@media (max-width: 420px) {
  .event-list {
    padding-left: 20px;
  }

  #podcast-intro {
    width: 90%;
  }

  #podcast-desc {
    width: 100%;
    display: block;
  }

  #podcast-credits {
    width: 100%;
    display: block;
    padding-left: 0px;
  }

  #podcast-links {
    width: 100%;
  }

  .podcast-link {
    text-align: center;
    width: 90%;
  }

  .spotify iframe {
    width: 90%;
  }

  #podcast-subscribe {
    text-align: center;
    padding-left: 0px;
  }

  #podcast-last-episode {
    width: 100%;
  }

  .podcast-cap-desc {
    width: 100%;
  }

  .podcast-cap-img {
    width: 90%;
    margin-top: 20px;
  }

  .podcast-divider {
    /* margin-bottom: 70px; */
    margin-bottom: 40px;
  }

  .podcast-pre {
    width: 60%;
  }
}

.podcast-subscribe {
  margin-top: 40px;
  margin-bottom: 5px;
}

.sponsor-mini {
  max-height: 90px;
}

.sponsors {
  max-width: 150px;
  margin: 20px 50px;
  vertical-align: middle;
}

.future-cap {
  opacity: 0.6;
}

.next-cap {
  opacity: 1;
}
/* -- EXTERNAL LIBS -- */

/* - ZOOM */
/* - TOOLTIP */

.tippy-box[data-theme~='mu'] {
  color: var(--color-podcast-gray);
  background-color: var(--color-primary);
}

.tippy-box[data-theme~='mu'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: var(--color-primary);
}

.tippy-box[data-theme~='mu'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: var(--color-primary);
}

/* - NAVBAR */

#mobile-nav {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}

#mobile-nav a {
  margin-top: 10px;
}

.nav {
  margin-top: -20px;
  height: 50px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-links {
  display: inline;
  font-size: 16px;
}

.nav > .nav-links a.active {
  background-color: #2f2e2f;
  color: var(--color-primary);
}

.nav > .nav-links a.active:hover {
  background-color: #2f2e2f;
  background-color: var(--color-secondary);
  color: #efefef;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: #2f2e2f;
  color: var(--color-primary);
}

.nav > #nav-check {
  display: none;
}

@media (max-width: 420px) {
  .nav {
    display: none;
  }

  #mobile-nav {
    display: block;
  }

  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
    z-index: 10;
  }
}

.rrss {
  margin: 5px;

  img, svg {
    width: 30px;
    height: 30px;
    color: var(--color-boreal-austral);
  }
}

/* BOREAL AUSTRAL CHILE */

#footer.ba-footer {
  position: unset;
}

.ba-colors {
  filter: invert(95%) sepia(19%) saturate(349%) hue-rotate(1deg) brightness(96%) contrast(103%) !important;
}

.ba-col {
  width: 48%;
  vertical-align: middle;
  display: inline-block;
}

.ba-colaboradores {
  a {
    text-decoration: none;
    display: inline-block;
  }

  img {
    max-height: 70px;
  }

  .nn {
    max-height: 65px;
    vertical-align: bottom;
  }

  .mu {
    max-height: 45px;
    margin: 0px 40px;
    vertical-align: super;
  }

  .halawa {
    max-height: 55px;
    vertical-align: bottom;
  }

  .schwalbe, .dynamic {
    max-height: 55px;
  }

  .garmin {
    max-height: 65px;
    margin: 0px 40px;
    vertical-align: sub;
  }

  .keep-klimbing, .trueno {
    max-height: 50px;
  }

  .trueno {
    margin: 0px 10px;
  }

  .rueda-al-sur {
    max-height: 45px;
    vertical-align: super;
    margin: 0px 15px;
  }

  .winkler {
    max-height: 35px;
    vertical-align: super;
  }
}

@media (max-width: 420px) {
  .ba-colaboradores {
    .mu {
      margin: 0px 10px;
    }

    .schwalbe, .dynamic {
      max-height: 50px;
    }

    .garmin {
      margin: 0px 5px;
    }

    .keep-klimbing, .trueno {
      max-height: 40px;
    }

    .trueno {
      margin: 0px 5px;
    }

    .rueda-al-sur {
      max-height: 35px;
      margin: 0px 10px;
    }
  }

  .ba-col {
    width: 100%;
    display: block;
  }

  .main-img {
    margin-bottom: 20px;
  }
}

/* SCROLL */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
  width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

.event-last-updates ul.init {
  height: 80px;
}

.event-last-updates ul.mini {
  height: 100px;
}

.event-last-updates ul.medium {
  height: 200px;
}

.event-last-updates ul.expanded {
  height: 500px;
}

.event-last-updates ul.expanded-medium {
  height: 400px;
}

.event-last-updates {
  background-color: var(--color-transparent) !important;
  border-radius: 5px;
  padding: 5px 0px;
  padding-right: 5px;
  text-align: left;

  h3 {
    margin: 5px;
    text-align: center;
  }

  ul {
    overflow-y: auto;
    height: 170px;
    margin-top: 5px;
  }

  li {
    padding-right: 2px;
    font-weight: 200;
  }

  span.hito {
    font-size: 20px;
  }
}

.new-day {
  list-style: none !important;
  margin: 5px;
  text-align: center;
  margin-left: -35px;

  b {
    text-decoration: underline;
  }
}

.form-feedback {
  border: 1px solid var(--color-primary);
  font-weight: 300;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px;
  opacity: 0;
  display: none;
  transition: all .5s;
}

.form-feedback.show {
  opacity: 1;
  display: block;
}

.ba-stages-table span.abbr {
  color: white !important;
}

.ba-stages-table a {
  color: var(--color-primary) !important;
}

.pedaleando-stages-table {
  td:nth-child(2), th:nth-child(2) {
    text-align: left;
    padding-left: 15px !important;
  }
}

@media (max-width: 420px) {
  .pedaleando-stages-table {
    td:nth-child(2) {
      width: 80px;
    }
  }
}