/* default styles so shuffle doesn't have to set them (it will if they're missing) */

.my-shuffle {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
/* Make vertical gutters the same as the horizontal ones */

.image-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-item a:hover,
.image-item a:focus {
  text-decoration: none;
}
/* https://vestride.github.io/Shuffle/images */

.aspect {
  width: 100%;
  height: auto;
  padding: 0;
}

.aspect:hover {
  /* box-shadow: 0px 5px 15px rgb(15 15 15 / 40%);
  transform: translateY(-5px);
  transition: all 0.35s;
  transition-delay: 0.05s; */
}

.aspect:hover img {
  transform: scale(1.1);
}

.aspect__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.aspect__inner:hover img {
  /* box-shadow: 10px 10px 10px #000;
                    transition: all 0.35s;
                    transition-delay: 0.05s;
                    transform: scale(1.01); */
}

.image-item img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  /* filter: brightness(0.7); */
  transition: all 0.35s;
  transition-delay: 0.05s;
}

.caption-group {
  position: static;
  margin: 0 auto;---
  transform: none;
  padding-top: 10px;
  color: #3e3e51;
}

input:checked + label {
  font-weight: normal;
  color: #398eff;
}

[checked="checked"] {
  text-decoration: underline;
}
/*Secção 3 (galeria)*/

img.aspect__inner:active {
  transform: scale(1.01);
}

.caption-group:hover {
  transform: none;
}

#section-3 {
  position: relative;
}

#gallery {
  width: 100%;
  z-index: 1;
  position: relative;
}

input:focus,
input:hover {
  color: #17172e;
}

.kill-padding-left {
  margin-left: 0px !important;
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  font-family: "TTCommons-regular", Arial, sans-serif !important;
  display: inline-block;
  color: #646474;
  margin: 4px 11px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.radio-toolbar label:hover {
  color: #17172e;
  border-bottom: 1px solid #17172e;
  max-width: fit-content;
}

.radio-toolbar input[type="radio"]:checked + label {
  color: #17172e;
  border-bottom: 1px solid #17172e;
  max-width: fit-content;
}

.kill-m-left {
  margin-left: 0px !important;
}