/* Resizes */
/* Colors */
.casinoa-bottom__title {
  color: #e7eaee;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
  position: relative;
  z-index: 30;
}

.slider-bonos {
  margin: 50px -12px 0 -12px;
}
.slider-bonos._resenas .slider-bonos__wrapper {
  height: 485px;
}
.slider-bonos__item {
  padding: 0 12px;
}
.slider-bonos__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
  row-gap: 16px;
  /* width: 300px; */
}
.slider-bonos__image {
  display: flex;
  width: 100%;
}
.slider-bonos__image a {
  width: 100%;
  height: 230px;
  display: flex;
  border-radius: 10px;
}
.slider-bonos__image a picture {
  width: 100%;
}
.slider-bonos__image a picture img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
  margin: 0 !important;
}
.slider-bonos__image a img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
  margin: 0 !important;
}
.slider-bonos__custom-title {
  color: #e7eaee;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
  position: relative;
  z-index: 30;
  text-align: center;
  display: flex;
  justify-content: center;
}
.slider-bonos__bonus {
  margin: 8px 0 0 0;
  color: #e7eaee;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
  position: relative;
  z-index: 30;
  text-align: center;
}
.slider-bonos__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: auto 0 0 0;
}
.slider-bonos__links a {
  width: 100%;
}
.slider-bonos__links a:nth-child(2) {
  background: none;
}
.slider-bonos__button {
  margin: 20px auto 0 auto;
  background: linear-gradient(91deg, #7113ff -3.33%, #a80eff 110.01%);
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.slider-bonos__buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 50px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .slider-bonos__buttons {
    margin: 20px auto 0 auto;
  }
}
.slider-bonos__btn-next {
  transition: all 0.3s ease 0s;
  width: 50px;
}
.slider-bonos__btn-next svg {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.slider-bonos__btn-next svg circle {
  transition: all 0.3s ease 0s;
}
.slider-bonos__btn-next:hover svg {
  stroke: #ffcf05;
}
.slider-bonos__btn-next:hover svg circle {
  stroke: #ffcf05;
}
.slider-bonos__btn-prev {
  transition: all 0.3s ease 0s;
  width: 50px;
}
.slider-bonos__btn-prev svg {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.slider-bonos__btn-prev svg circle {
  transition: all 0.3s ease 0s;
}
.slider-bonos__btn-prev:hover svg {
  stroke: #ffcf05;
}
.slider-bonos__btn-prev:hover svg circle {
  stroke: #ffcf05;
}
.slider-bonos__content .title {
  color: #4b505a;
  font-size: 14px;
  line-height: 120%;
  margin: 12px 0;
}/*# sourceMappingURL=slider-links.css.map */