body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    /*font-family: 'Calistoga', serif;*/
    font-family: var(--bs-body-font-family);
}

p {
    /*font-family: 'DM Sans', sans-serif;*/
    font-family: var(--bs-body-font-family);
}

.logo {
    width: 125px;
}

.disclaimer {
  font-size: .7rem;

}

.img-phone {
  max-height: 700px;
}

.container-background-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(90, 57, 118, 0.6) 0%, rgba(90, 57, 118, 0.95) 100%);
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.container-background-users {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(72, 46, 94, 0.8) 0%, rgba(72, 46, 94, 1) 100%);
}

.background-image-user {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -10;

}

.container-background-users-carousel {
    width: 100%;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(72, 46, 94, 0.8) 0%, rgba(72, 46, 94, 1) 100%);
}

@media (min-width:1024px) {
  .container-background-users-carousel {
      width: 100%;
      height: 100%;
  }
}

@media (min-width:768px) {
  .bg-section-shape-down {
      border-bottom-left-radius: 1000px;
      border-bottom-right-radius: 1000px;
  }

  .bg-section-shape-up {
      border-top-left-radius: 1000px;
      border-top-right-radius: 1000px;
  }
}


.btn-marketplace img, .btn-marketplace-big img {
  max-width: 140px
}


@media (min-width:768px) {
.btn-marketplace-big img {
  max-width: 200px
  }
  .navbar .btn-marketplace img {
    max-width: 135px
  }
  #MenuModalDesktop .btn-marketplace img {
    max-width: 50%;
    float: left;
  }
}

.popupMenu {
    position: absolute;
    right: 0;
    z-index: 10000;
}
.popupDown{
    border-radius: 10px;
    background-color: #fff;
    color: #666666;
    top:50px;
    padding: 30px;
    position: absolute;
    right: 100px;
    z-index: 10000;
    width: 340px;
}


.form-check-input:checked {
    background-color: #5A3976;
    border-color: #5A3976;
}

/*Fe*/
.primary-50 {
  color: #FCF5FF;
}
.primary-100 {
  color: #DED7E4;
}
.primary-200 {
  color: #BDB0C8;
}
.primary-300 {
  color: #9C88AD;
}
.primary-400 {
  color: #7B6191;
}
.primary-base {
  color: #5A3976;
}
.primary-600 {
  color: #482E5E;
}
.primary-700 {
  color: #362247;
}
.primary-800 {
  color: #24172F;
}
.primary-900 {
  color: #120B18;
}
.secondary-base {
  color: #FFA178;
}
.bg-primary-50 {
  background: #F6EAFE;
}
.bg-primary-100 {
  background: #DED7E4;
}
.bg-primary-base {
  background: #5A3976;
}
.bg-primary-600 {
  background: #482E5E;
}
.bg-primary-700 {
  background: #362247;
}
.bg-neutral-white {
  background: #ffffff;
}

.character img {
  max-height: 200px;
}


#MenuModalDesktop .list-group-item, #MenuModalMobile .list-group-item {
  position: relative;
  display: block;
  padding: 15px 0;
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border-bottom: 1px solid #dedede
}

#MenuModalDesktop .list-group-item:last-child, #MenuModalMobile .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom: 0
}

#portada {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, rgba(90, 57, 118, 0.65) 0%, rgba(90, 57, 118, 0.95) 100%);
}

#background-video-ze {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section#Elegirnos {
  overflow: hidden !important;
}

/*Grupos Landing*/

.line-steps {
  color: #C97FFB;
  border: 3px solid;
  width: 1000px;
  height: 2px;
  z-index: -1;
}

.line-view{
  display: none;
}


@media (min-width:768px) {
  .line-view {
    display: block;
  }
}

#loader {
    background-color: rgba(255, 255, 255, 0.8); /* Fondo semi-transparente */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bg-colors {
  background: url("../img/colors.png") fixed center;
}

.bg-colors-scroll {
  background: url("../img/colors.png") center center;
  background-size: auto;
  background-repeat: repeat-x;
}

.custom-grayscale {
  filter: grayscale(50%); /* Ajusta el valor para cambiar el nivel de escala de grises */
}

/*Profesionales*/

#profesionales .badge {
  border: 1px solid;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important
}

#fixedContainer {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.shown {
  transform: translateY(0);
  opacity: 1;
}

.mask-m-fix {
  margin-top: -5px !important
}


/*Device Container - Device Mockups Directory */

#screen-video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

header.masthead .device-container {
  /*max-width: 225px;*/
}

header.masthead .device-container .screen img {
  border-radius: 0;
}

@media (min-width: 992px) {
  header.masthead {
  }
  header.masthead .device-container {
    /*max-width: 425px;*/
  }
}

.b-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 12px;
  right: 12px
}

.app-icon {
  max-width: 60px;
}

@media (min-width: 767px) {
  .b-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px
  }
  .app-icon {
    max-width: 65px
  }
}
