* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  list-style: none;
  text-decoration: none;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}

.btn-main {
  cursor: pointer;
}

html,
body {
  font-size: 62.5%;
  background-color: #ededed;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: inline-block;
}

section {
  position: relative;
}

/* DIV TO CENTER CONTENTS */
.wrapper {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

:target {
  scroll-margin-top: 12rem;
}

@media (max-width: 600px) {
  html {
    font-size: 55%;
  }
}
.title-section {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-section {
    font-size: 3.2rem;
  }
}

#header {
  width: 100%;
  background: linear-gradient(#5011af 0%, #493baf 100%);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 105vh;
  padding: 9rem 0;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header {
    min-height: 70rem;
    height: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #header {
    min-height: 70rem;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    min-height: 70rem;
    height: auto;
  }
}
@media (max-width: 1400px) {
  #header {
    height: auto;
  }
}
@media (min-width: 1401px) {
  #header {
    height: auto;
  }
}
#header .header-content {
  margin-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header .header-content {
    padding-top: 5rem;
    height: auto;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #header .header-content {
    padding-top: 5rem;
    height: auto;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header .header-content .header-text .desktop {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #header .header-content .header-text .desktop {
    display: none;
  }
}
#header .header-content .header-text .mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header .header-content .header-text .mobile {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #header .header-content .header-text .mobile {
    display: block;
  }
}
#header .header-content h1 {
  margin-top: 2rem;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  max-width: 60rem;
  line-height: 150%;
}
#header .header-content h1 strong {
  color: #fc5e1d;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header .header-content h1 {
    font-size: 2.2rem;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2rem;
  }
  #header .header-content h1 strong {
    color: #fc5e1d;
    font-weight: bold;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #header .header-content h1 {
    font-size: 2.2rem;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2rem;
  }
  #header .header-content h1 strong {
    color: #fc5e1d;
    font-weight: bold;
    font-size: 2.2rem;
  }
}
#header .header-content .logo {
  width: 240px;
}
#header .header-content .content {
  padding: 0 3rem;
}
#header .header-content .content span {
  color: #676767;
}
#header .header-content button {
  height: 100%;
  padding: 0 1.5rem;
  background-color: #fc5e1d;
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 1.6rem;
}
#header .header-content .animation-container {
  width: 100%;
  height: 25rem;
  display: grid;
  place-content: center;
  position: relative;
}
#header .header-content .animation-container .guru-parado {
  width: 311px;
  position: absolute;
  left: 153px;
  top: 34px;
}
#header .header-content .animation-container .lottie-animation {
  position: absolute;
  top: -190px;
  left: 18px;
  width: 58rem !important;
  height: 58rem !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header .header-content .animation-container {
    overflow: hidden;
  }
  #header .header-content .animation-container .guru-parado {
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
  #header .header-content .animation-container .lottie-animation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -170px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #header .header-content .animation-container {
    overflow: hidden;
  }
  #header .header-content .animation-container .guru-parado {
    width: 260px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
  #header .header-content .animation-container .lottie-animation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -170px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  #header .header-content .animation-container {
    overflow: hidden;
  }
  #header .header-content .animation-container .guru-parado {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 28px;
  }
  #header .header-content .animation-container .lottie-animation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -200px;
  }
}
#header .header-content .header-link {
  padding: 1.5rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  color: #fff;
  border-radius: 40px;
  font-size: 1.6rem;
  min-width: 175.46px;
  height: 50.8px;
  background: linear-gradient(180deg, #fc5e1d 0%, #fc7941 100%);
  text-align: center;
  margin-top: 2.8rem;
  position: relative;
}
#header .header-content .header-link::after {
  content: "";
  position: absolute;
  transform: translate(50%);
  right: -35px;
  background-image: url("../../assets/img/wpp-ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}

.unshown-guru {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.spaces {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.spaces .space {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/space.png") repeat;
  animation: blink 6s infinite;
  filter: opacity(0.4);
  transition: opacity 6000ms linear;
}

/* Tarot */
.tarot {
  background-color: #2bc48b;
  padding: 8rem 0;
}
.tarot .tarot-container {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.tarot h1,
.tarot span {
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot h1,
  .tarot span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot h1,
  .tarot span {
    font-size: 2.2rem;
  }
}
.tarot h1 {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin-top: 5.8rem;
}
.tarot h1 span {
  background-color: #fd5d1e;
  padding: 0 0.8rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot h1 {
    padding: 0 1.5rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot h1 {
    padding: 0 1.5rem;
    margin-bottom: 2.8rem;
  }
}

a.btn-wpp {
  height: 100%;
  padding: 1.5rem 2.4rem;
  background: linear-gradient(180deg, #fc5e1d 0%, #fc7941 100%);
  color: #fff;
  border-radius: 40px;
  font-size: 1.6rem;
  margin: 0 auto;
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 175.46px;
  height: 50.8px;
  position: relative;
}

a.btn-wpp::after {
  content: "";
  position: absolute;
  transform: translate(50%);
  right: -35px;
  background-image: url("../../assets/img/wpp-ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}

.tarot-banner {
  position: relative;
  width: 100%;
  padding: 2rem;
  padding-left: 22rem;
  background-color: #4b29ae;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot-banner {
    flex-direction: column;
    padding: 3rem;
    align-items: flex-start;
    background-image: url("../../assets/svg/stripe.svg");
    background-repeat: no-repeat;
    background-position: 98% bottom;
    background-size: 88px;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot-banner {
    flex-direction: column;
    padding: 3rem;
    align-items: flex-start;
    background-image: url("../../assets/svg/stripe.svg");
    background-repeat: no-repeat;
    background-position: 98% bottom;
    background-size: 88px;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tarot-banner {
    flex-direction: column;
    padding: 3rem;
    align-items: flex-start;
    background-image: url("../../assets/svg/stripe.svg");
    background-repeat: no-repeat;
    background-position: 98% bottom;
    background-size: 94px;
    margin-top: 4rem;
  }
}
.tarot-banner .guru-image {
  width: 14rem;
  height: 14rem;
  position: absolute;
  bottom: 0;
  left: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot-banner .guru-image {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot-banner .guru-image {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tarot-banner .guru-image {
    display: none;
  }
}
.tarot-banner .talk-text {
  font-weight: 700;
  color: #fff;
  font-size: 2.8rem;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot-banner .talk-text {
    text-align: center;
    margin-bottom: 5.2rem;
    max-width: 36.4rem;
    margin: 0 auto;
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot-banner .talk-text {
    text-align: center;
    margin-bottom: 5.2rem;
    max-width: 36.4rem;
    margin: 0 auto;
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tarot-banner .talk-text {
    text-align: center;
    margin-bottom: 5.2rem;
  }
}
.tarot-banner .social-group {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot-banner .social-group {
    width: calc(100% - 50px);
    display: grid;
    place-items: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot-banner .social-group {
    width: calc(100% - 50px);
    display: grid;
    place-items: center;
  }
}
.tarot-banner .social-group .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarot-banner .social-group .social-item .icon-container {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot-banner .social-group .social-item .icon-container {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot-banner .social-group .social-item .icon-container {
    width: 3rem;
    height: 3rem;
  }
}
.tarot-banner .social-group .social-item p {
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tarot-banner .social-group .social-item p {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .tarot-banner .social-group .social-item p {
    font-size: 2.8rem;
  }
}

#footer {
  width: 100%;
  height: 18rem;
  background: #291562;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer {
    height: auto;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer {
    height: auto;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    height: auto;
    padding: 4rem 0;
  }
}
#footer .footer-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer .footer-wrapper {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer .footer-wrapper {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer-wrapper {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}
#footer .company-mobile {
  margin-top: 2.3rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
  color: #fff;
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer .company-mobile {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer .company-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .company-mobile {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer .company-desktop {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer .company-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .company-desktop {
    display: none;
  }
}
#footer .logo-container {
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer .logo-container {
    display: flex;
  }
  #footer .logo-container img {
    width: 28px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer .logo-container {
    display: flex;
  }
  #footer .logo-container img {
    width: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .logo-container {
    display: flex;
  }
  #footer .logo-container img {
    width: 28px;
  }
}
#footer .left {
  width: 100%;
  max-width: 63rem;
  color: #fff;
}
#footer .left p {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer .left p {
    text-align: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer .left p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .left p {
    text-align: center;
  }
}
#footer .left .company {
  margin-top: 2.3rem;
  font-weight: bold;
}
#footer .links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #footer .links {
    text-align: center;
    gap: 2rem;
    margin: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #footer .links {
    text-align: center;
    gap: 2rem;
    margin: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .links {
    text-align: center;
    gap: 2rem;
    margin: 4rem;
    margin-top: 2rem;
  }
}
#footer .links a {
  color: #fff;
  font-weight: bold;
  transition: all 200ms linear;
  font-size: 1.4rem;
}
#footer .links a:hover {
  color: #fc5e1d;
}
#footer .social-group {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#footer .social-group a {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fc5e1d;
  transition: all 200ms linear;
}
#footer .social-group a img {
  width: 1.6rem;
  height: 1.6rem;
}
#footer .social-group a .social-group-face {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 3px;
  left: 8%;
}
#footer .social-group a .social-group-insta {
  position: absolute;
  top: 3px;
  left: 15%;
}
#footer .social-group a .social-group-wpp {
  position: absolute;
  top: 3px;
  left: 15%;
}
#footer .social-group a:hover {
  filter: brightness(0.75);
}
#footer .social-group span {
  cursor: pointer;
}

.btn-to-top {
  z-index: 99;
  position: fixed;
  bottom: 2.5rem;
  right: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  place-content: center;
  background: none;
  border: 4px solid #fc5e1d;
  border-radius: 50%;
  transform: translateX(200%);
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.25);
  transition: all 150ms ease;
}
.btn-to-top img {
  width: 2.8rem;
  height: 2.8rem;
  color: #fc5e1d;
}
.btn-to-top.show-btn-top {
  transform: translateX(0);
}
.btn-to-top:hover {
  filter: brightness(0.9);
}

#main-subpage {
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #main-subpage {
    height: auto;
    padding: 6rem 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #main-subpage {
    height: auto;
    padding: 6rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main-subpage {
    height: auto;
    padding: 6rem 0;
  }
}

.termos {
  padding: 8rem 0 !important;
}

.main-subpage-content {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.main-subpage-content h1 {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: normal;
  color: #FC5E1D;
  text-align: center;
}
.main-subpage-content p {
  line-height: 160%;
  color: #676767;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .main-subpage-content p {
    padding: 0 1.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .main-subpage-content p {
    padding: 0 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-subpage-content p {
    padding: 0 1.8rem;
  }
}
.main-subpage-content ol {
  display: flex;
  flex-direction: column;
}
.main-subpage-content ol li {
  list-style: decimal !important;
  color: #676767;
  padding-bottom: 1rem;
}
.main-subpage-content .terms-paragraph {
  padding-bottom: 2.2rem;
}

.main-subpage-goback {
  align-self: flex-end;
  border-radius: 50%;
  border: 3px solid #fc5e1d;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .main-subpage-goback {
    margin-right: 1.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .main-subpage-goback {
    margin-right: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-subpage-goback {
    margin-right: 1.8rem;
  }
}
.main-subpage-goback img {
  width: 42px;
}

.overlay-horoscopes {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8rem;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .overlay-horoscopes {
    align-items: flex-start;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .overlay-horoscopes {
    align-items: flex-start;
    overflow-y: scroll;
  }
}
.overlay-horoscopes .modal-horoscopes {
  border-radius: 1rem;
  background-color: #f6f6f6;
  width: 100%;
  max-width: 60rem;
  max-height: 1080px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0);
  transition: 0.5s ease;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .overlay-horoscopes .modal-horoscopes {
    height: calc(100% - 100px);
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .overlay-horoscopes .modal-horoscopes {
    height: calc(100% - 100px);
  }
}
.overlay-horoscopes .modal-horoscopes-header {
  background-color: #4e1caf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 1rem;
  position: relative;
}
.overlay-horoscopes .modal-horoscopes-header h2 {
  font-weight: 500;
}
.overlay-horoscopes .modal-horoscopes-header button {
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  cursor: pointer;
  background-color: transparent;
}

.modal-horoscopes.opened-modal {
  transform: scale(1);
}

.overlay-horoscopes.opened {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.horoscopes-description {
  color: #000;
  margin-top: 1.7rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .horoscopes-description {
    width: 30rem;
    margin: 1.7rem auto 1.2rem auto;
  }
}

.horoscopes-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
  padding-top: 1rem;
}
.horoscopes-list .horoscopes-list-item {
  display: flex;
  align-items: center;
  max-width: 26rem;
  gap: 1.2rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 1rem;
  padding: 1.6rem;
  transition: 0.5s ease;
}
.horoscopes-list .horoscopes-list-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #4e1caf;
}
.horoscopes-list .horoscopes-list-item img {
  width: 36px;
}
.horoscopes-list .selected {
  cursor: pointer;
  color: #fff;
  background-color: #4e1caf;
}

.horoscope-btn {
  background-color: #fa7840;
  color: #fff;
  width: 100%;
  max-width: 26rem;
  padding: 1rem 0;
  border-radius: 1rem;
  margin: 1.8rem auto;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
.horoscope-btn:hover {
  color: #fa7840;
  border: 1px solid #fa7840;
  background-color: transparent;
}

.horoscopes-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.horoscopes-list::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.horoscopes-list::-webkit-scrollbar-thumb {
  background: #fa7840;
  border: 0px none #ffffff;
  border-radius: 60px;
}

.horoscopes-list::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.horoscopes-list::-webkit-scrollbar-thumb:active {
  background: #acaaaa;
}

.horoscopes-list::-webkit-scrollbar-track {
  background: #fff;
  border: 0px none #ffffff;
  border-radius: 21px;
}

.horoscopes-list::-webkit-scrollbar-track:hover {
  background: #666666;
}

.horoscopes-list::-webkit-scrollbar-track:active {
  background: #707070;
}

.horoscopes-list::-webkit-scrollbar-corner {
  background: transparent;
}

.horoscope-disabled {
  filter: grayscale(1);
}

.waves-one {
  z-index: 1;
  position: absolute;
  transform: translateY(50%);
  bottom: 0;
  width: 100%;
  height: 50px;
  background: radial-gradient(farthest-side at 50% calc(100% + 24px), #2BC48B 60%, #493baf 50% calc(50% + 5px), transparent calc(52% + 5px)), radial-gradient(farthest-side at 50% calc(0% - 24px), #493baf 60%, #493baf 50% calc(50% + 5px), transparent 5px);
  background-size: 146px 50px;
  background-position: 73px 26px, 0px 24px;
}

.waves-two {
  z-index: 1;
  position: absolute;
  transform: translateY(50%);
  bottom: 0;
  width: 100%;
  height: 50px;
  background: radial-gradient(farthest-side at 50% calc(100% + 24px), #EDEDED 60%, #2BC48B 50% calc(50% + 5px), transparent calc(52% + 5px)), radial-gradient(farthest-side at 50% calc(0% - 24px), #2BC48B 60%, #2BC48B 50% calc(50% + 5px), transparent 5px);
  background-size: 146px 50px;
  background-position: 73px 26px, 0px 24px;
}

.loader {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#5011af 0%, #493baf 100%);
}
.loader .logo-container {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.loader .progress-container {
  width: 100%;
  max-width: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader .progress-container p {
  align-self: end;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.loader .progress-container .progress-bar {
  width: 100%;
  height: 0.5rem;
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 30px;
}
.loader .progress-container .progress-bar .bar {
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  transition: width 150ms ease;
}

/*# sourceMappingURL=style.min.css.map */
