@charset "UTF-8";
.whiteroom__top-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#131313), color-stop(#272727), to(#0f0f0f));
  background: linear-gradient(90deg, #131313, #272727, #0f0f0f);
  background-size: 250% 100%;
  color: #FFFFFF;
  -webkit-animation: mvbgtopbanner 5s ease-in-out infinite alternate;
          animation: mvbgtopbanner 5s ease-in-out infinite alternate;
  overflow-x: hidden;
}
@-webkit-keyframes mvbgtopbanner {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes mvbgtopbanner {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.whiteroom__top-banner > svg {
  position: absolute;
  z-index: 0;
  left: -50%;
  width: 1.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #FFFFFF;
  -webkit-animation: topbannershippingmove 10s linear infinite;
          animation: topbannershippingmove 10s linear infinite;
}
@-webkit-keyframes topbannershippingmove {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
@keyframes topbannershippingmove {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
.whiteroom__top-banner-content {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#131313), to(transparent));
  background: linear-gradient(90deg, transparent, #131313, transparent);
}
.whiteroom__top-banner-content p {
  width: 100%;
  height: auto;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .whiteroom__top-banner > svg {
    width: 1.5vw;
  }
  .whiteroom__top-banner-content {
    padding: 0.5vw 0;
  }
  .whiteroom__top-banner-content p {
    font-size: 0.9vw;
  }
}

.whiteroom__header {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: rgba(17, 17, 17, 0.98);
  backdrop-filter: blur(0.2rem);
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
.whiteroom__header--mobile {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(17, 17, 17, 0.98);
  backdrop-filter: blur(0.2rem);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
.whiteroom__header--mobile-content {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  padding: 1.25rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1rem 6fr 1rem 3fr;
  grid-template-columns: 3fr 6fr 3fr;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whiteroom__header--mobile-content-search {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whiteroom__header--mobile-content-search-button {
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
}
.whiteroom__header--mobile-content-search-button > svg {
  width: 3rem;
  height: auto;
  fill: #FFFFFF;
  display: inline-block;
  pointer-events: none;
}
.whiteroom__header--mobile-content-search-button:focus, .whiteroom__header--mobile-content-search-button:active, .whiteroom__header--mobile-content-search-button:hover {
  outline: none;
  background-color: transparent !important;
}
.whiteroom__header--mobile-content-logo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whiteroom__header--mobile-content-logo a {
  text-decoration: none;
  width: 35%;
  height: auto;
  border-radius: 50%;
  outline: none;
}
.whiteroom__header--mobile-content-logo a:focus {
  outline: none;
}
.whiteroom__header--mobile-content-logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.whiteroom__header--mobile-content-burger {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.whiteroom__header--mobile-content-burger-button {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 30px;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  background-color: transparent;
}
.whiteroom__header--mobile-content-burger-button:focus, .whiteroom__header--mobile-content-burger-button:active, .whiteroom__header--mobile-content-burger-button:hover {
  outline: none;
  background-color: transparent !important;
}
.whiteroom__header--mobile-content-burger-button > span {
  position: relative;
  width: 4rem;
  height: 0.55rem;
  border-radius: 1rem;
  display: inline-block;
  background-color: #FFFFFF;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__header--mobile-content-burger-button--show span {
  position: absolute;
}
.whiteroom__header--mobile-content-burger-button--show span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.whiteroom__header--mobile-content-burger-button--show span:nth-child(2) {
  display: none;
}
.whiteroom__header--mobile-content-burger-button--show span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.whiteroom__header--desktop {
  display: none;
}
@media (min-width: 600px) {
  .whiteroom__header--mobile {
    display: none;
  }
  .whiteroom__header--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .whiteroom__header--desktop-top, .whiteroom__header--desktop-bottom {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .whiteroom__header--desktop-top {
    border-bottom: solid 1px #FFFFFF;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 6fr 3fr;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .whiteroom__header--desktop-top-search {
    width: 100%;
    height: auto;
  }
  .whiteroom__header--desktop-top-search-form {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .whiteroom__header--desktop-top-search-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    outline: none;
  }
  .whiteroom__header--desktop-top-search-form-submit:hover {
    background-color: transparent;
  }
  .whiteroom__header--desktop-top-search-form-submit:focus {
    outline: none;
  }
  .whiteroom__header--desktop-top-search-form-submit > svg {
    width: 1.25rem;
    height: auto;
    fill: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input {
    width: auto;
    height: auto;
    border: none;
    outline: none;
    background-color: transparent !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF !important;
  }
  .whiteroom__header--desktop-top-search-form-input::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input::-moz-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input:-ms-input-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input::-ms-input-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input::placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input:focus, .whiteroom__header--desktop-top-search-form-input:active {
    outline: none;
  }
  .whiteroom__header--desktop-top-logo {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .whiteroom__header--desktop-top-logo a {
    width: 15%;
    height: auto;
    border-radius: 50%;
    outline: none;
  }
  .whiteroom__header--desktop-top-logo a img {
    width: 100%;
  }
  .whiteroom__header--desktop-top-logo a:focus {
    outline: none;
  }
  .whiteroom__header--desktop-top-menu {
    width: 100%;
    height: auto;
  }
  .whiteroom__header--desktop-top-menu-ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
    list-style: none;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button {
    position: relative;
    z-index: 0;
    border: none;
    padding: 0.5rem;
    outline: none;
    background-color: transparent !important;
    overflow: hidden;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    background-color: transparent;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button:hover {
    background-color: transparent;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button:focus {
    outline: none;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button > svg {
    width: auto;
    height: 1.3rem;
    fill: #FFFFFF;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button-notificacion {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #FFFFFF;
    border-radius: 5rem;
    padding: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.65rem;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    background-color: #131313;
  }
  .whiteroom__header--desktop-bottom-nav {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .whiteroom__header--desktop-bottom-nav-menu {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    list-style: none;
  }
  .whiteroom__header--desktop-bottom-nav-menu a {
    color: #FFFFFF;
    outline: none;
  }
  .whiteroom__header--desktop-bottom-nav-menu a:focus {
    outline: none;
  }
}
@media (min-width: 1200px) {
  .whiteroom__header--desktop {
    gap: 1vw;
  }
  .whiteroom__header--desktop-top, .whiteroom__header--desktop-bottom {
    width: 90%;
    gap: 1vw;
  }
  .whiteroom__header--desktop-top {
    border-bottom: solid 0.2vw #FFFFFF;
    padding: 1vw 0;
    padding-bottom: 0.5vw;
  }
  .whiteroom__header--desktop-top-search-form-submit {
    padding: 1vw;
  }
  .whiteroom__header--desktop-top-search-form-submit:hover {
    background-color: transparent;
  }
  .whiteroom__header--desktop-top-search-form-submit:focus {
    outline: none;
  }
  .whiteroom__header--desktop-top-search-form-submit > svg {
    width: 1.25vw;
  }
  .whiteroom__header--desktop-top-search-form-input {
    padding: 1vw;
    font-weight: 400;
    font-size: 1.2vw;
    color: #FFFFFF !important;
  }
  .whiteroom__header--desktop-top-search-form-input::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input::-moz-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input:-ms-input-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input::-ms-input-placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input::placeholder {
    color: #FFFFFF;
  }
  .whiteroom__header--desktop-top-search-form-input:focus, .whiteroom__header--desktop-top-search-form-input:active {
    outline: none;
  }
  .whiteroom__header--desktop-top-menu-ul {
    gap: 0.5vw;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button {
    padding: 0.5vw;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button:hover {
    background-color: transparent;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button:focus {
    outline: none;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button > svg {
    width: auto;
    height: 1.5vw;
    fill: #FFFFFF;
  }
  .whiteroom__header--desktop-top-menu-ul-li-button-notificacion {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0.25vw;
    width: 1.25vw;
    height: 1.25vw;
    border: 1px solid #FFFFFF;
    border-radius: 5vw;
    padding: 0.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.65vw;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    background-color: #131313;
  }
  .whiteroom__header--desktop-bottom {
    padding-bottom: 1vw;
  }
  .whiteroom__header--desktop-bottom-nav-menu {
    gap: 1vw;
    font-size: 1vw;
  }
  .whiteroom__header--desktop-bottom-nav-menu a {
    color: #FFFFFF;
    outline: none;
  }
  .whiteroom__header--desktop-bottom-nav-menu a:focus {
    outline: none;
  }
}

.whiteroom__header-mobile-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: #FFFFFF;
  background-color: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(0.8rem);
  overflow-y: scroll;
  -webkit-animation: showItemLateralRight 0.5s ease-in-out 1;
          animation: showItemLateralRight 0.5s ease-in-out 1;
  /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
  /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
  /* Cambiamos el fondo cuando esté en active */
  /* Ponemos un color de fondo y redondeamos las esquinas del track */
  /* Cambiamos el fondo cuando esté en active o hover */
}
@-webkit-keyframes showItemLateralRight {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes showItemLateralRight {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.whiteroom__header-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.whiteroom__header-mobile-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5rem;
  opacity: 0.5;
}
.whiteroom__header-mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.whiteroom__header-mobile-menu::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.whiteroom__header-mobile-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.whiteroom__header-mobile-menu::-webkit-scrollbar-track:hover, .whiteroom__header-mobile-menu::-webkit-scrollbar-track:active {
  background: transparent;
}
.whiteroom__header-mobile-menu-option-default {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: #1a1a1a;
  -webkit-animation: loading 2s ease-in-out infinite alternate;
          animation: loading 2s ease-in-out infinite alternate;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.whiteroom__header-mobile-menu-nav {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.whiteroom__header-mobile-menu-nav-content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
}
.whiteroom__header-mobile-menu-nav-content li {
  width: 80%;
  margin: 0 auto;
}
.whiteroom__header-mobile-menu-nav-content li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  outline: none;
}
.whiteroom__header-mobile-menu-nav-content li a:focus {
  outline: none;
}