@charset "UTF-8";
/* Esta notacion va antes que cualquier otra cosa
Incluso antes de un comentario para que asi se pueda
indicar la codificación de caracteres dentro de la 
hoja de estilo CSS. */
/* Colors Default */
::-webkit-scrollbar {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: #646464;
}

:root {
  --HeightHeader: 97px;
}

* {
  box-shadow: unset;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  outline: 0;
  /* firefox compatibility */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  scrollbar-width: none;
  /* scroll smooth Safari */
  -webkit-tap-highlight-color: rgba(var(--white), 0);
  /* Mobile tap focus callback */
  -webkit-tap-highlight-color: transparent;
  /* Mobile tap focus */
}

body,
html {
  background-color: #faf7f3;
  font-family: haboro-soft, sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
}

a {
  color: var(--black);
  text-decoration: none;
}

img,
svg {
  height: auto;
  max-width: 85%;
}

svg:not(:root) {
  overflow: unset;
}

li {
  list-style: none;
}

b,
strong {
  font-family: haboro-soft, sans-serif;
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.lozad {
  opacity: 0;
}

.lozaded {
  -webkit-animation: FadeIn 0.6s ease-in-out forwards;
  animation: FadeIn 0.6s ease-in-out forwards;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.iframe-wrapper > .back-img,
.iframe-wrapper iframe,
.iframe-wrapper video {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-primary {
  align-items: center;
  -webkit-appearance: none;
  background-color: unset;
  background-color: #ede5da;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 53px;
  justify-content: center;
  max-width: 230px;
  position: relative;
  width: 100%;
}
.btn-primary,
.btn-primary * {
  font-family: haboro-soft, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.btn-primary:first-letter,
.btn-primary :first-letter {
  text-transform: uppercase;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
}

/* 
[{(xx)}] ---------------- Menu [{(xx)}] 
*/
/* 
[{(xx)}] ---------------- End Menu [{(xx)}] 
*/
/* 
[{(xx)}] ---------------- Footer [{(xx)}] 
*/
/* 
[{(xx)}] ---------------- End Footer [{(xx)}] 
*/
/* 
[{(xx)}] ---------------- Home [{(xx)}] 
*/
.LoadOverlay {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}

.LoadOverlay.hide,
.ResponsiveOverlay {
  opacity: 0;
  pointer-events: none;
}

.ResponsiveOverlay {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ResponsiveOverlay-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 50px;
  width: 100%;
}
.ResponsiveOverlay-content img {
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100px;
}
.ResponsiveOverlay-content p {
  font-family: haboro-soft, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.AleatorioSystem .VideoItem {
  left: var(--VideoLeft) !important;
  top: var(--VideoTop) !important;
  width: 300px !important;
}

.VideoItem {
  pointer-events: none;
  position: fixed;
}
.VideoItem .VideoItem-video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.VideoItem .VideoItem-video-wrapper > .back-img,
.VideoItem .VideoItem-video-wrapper iframe,
.VideoItem .VideoItem-video-wrapper video {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 102%;
  left:-1%;
  position: absolute;
  top: -1%;
  width: 102%;
}
.VideoItem .VideoItem-video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* 
[{(xxxxx)}] Block 1 [{(xxxxx)}]
*/

  .VideoItem:first-child {
    left: 17vw;
    top: 25vh;
    width: 24.5vw;
    height: 25vh;
  }
  .VideoItem:nth-child(2) {
    right: 13vw;
    top: 10vh;
    width: 36.5vw;
    height: 36vh;
    
  }
  .VideoItem:nth-child(3) {
    right: 18.5vw;
    bottom: 9vh;
    width: 25vw;
    height: 24vh;
    
  }
  .VideoItem:nth-child(4) {
    left: 11.5vw;
    bottom: 8vh;
    width: 20.5vw;
    height: 20vh;
    
  }
  .VideoItem:nth-child(5) {
    right: 8.6vw;
    top: 36vh;
    width: 15vw;
    height: 20.5vh;
  }
  .VideoItem:nth-child(5) .VideoItem-video-wrapper {
    padding-bottom: 70.95%;
  }
  .VideoItem:nth-child(5) .VideoItem-video-wrapper iframe{
    height: 106%;
    top: -3%;
    left: -17%;
    width: 134%;
  }
  .VideoItem:nth-child(6) {
    left: 26.3vw;
    bottom: 21vh;
    width: 20.5vw;
    height: 20vh;
  }

/* 
[{(xxxxx)}] Block 2 [{(xxxxx)}]
*/
  
  .VideoItem:nth-child(7) {
    left: 9vw;
    top: 4vh;
    width: 27.7vw;
    height: 28.5vh;
  }
  .VideoItem:nth-child(8) {
    right: 2.5vw;
    bottom: 20vh;
    width: 25.1vw;
    height: 25.7vh;
  }
  .VideoItem:nth-child(9) {
    right: 29.6vw;
    top: 10vh;
    width: 25.2vw;
    height: 25.4vh;
  }
  .VideoItem:nth-child(10) {
    right: 10vw;
    top: 24.7vh;
    width: 25vw;
    height: 25.4vh;
  }
  .VideoItem:nth-child(11) {
    left: 10vw;
    bottom: 3.4vh;
    width: 21.8vw;
    height: 22.5vh;
  }
  .VideoItem:nth-child(12) {
    right: 2.5vw;
    top: 8.6vh;
    width: 18.3vw;
    height: 18.9vh;
  }
  .VideoItem:nth-child(13) {
    left: 17vw;
    bottom: 17.6vh;
    width: 40.9vw;
    height: 41.2vh;
  }

/* 
[{(xxxxx)}] Block 3 [{(xxxxx)}]
*/

  .VideoItem:nth-child(14) {
    left: 8.6vw;
    bottom: 35.5vh;
    width: 38.4vw;
    height: 38vh;
  }
  .VideoItem:nth-child(15) {
    left: 5.1vw;
    top: 8.7vh;
    width: 14.8vw;
    height: 20.3vh;
  }
  .VideoItem:nth-child(15) .VideoItem-video-wrapper {
    padding-bottom: 70.95%;
  }
  .VideoItem:nth-child(15) .VideoItem-video-wrapper iframe{
    height: 106%;
    top: -3%;
    left: -17%;
    width: 134%;
  }
  .VideoItem:nth-child(16) {
    right: 4.3vw;
    bottom: 36vh;
    width: 24.4vw;
    height: 24.7vh;
  }
  .VideoItem:nth-child(17) {
    left: 3.1vw;
    bottom: 16.5vh;
    width: 22.8vw;
    height: 23vh;
  }
  .VideoItem:nth-child(18) {
    right: 36.1vw;
    bottom: 7.5vh;
    width: 24.6vw;
    height: 24.4vh;
  }
  .VideoItem:nth-child(19) {
    right: 13.6vw;
    bottom: 12.7vh;
    width: 18.1vw;
    height: 18.7vh;
  }

/* 
[{(xxxxx)}] Block 4 [{(xxxxx)}]
*/

  .VideoItem:nth-child(20) {
    right: 11.2vw;
    bottom: 12.3vh;
    width: 24.7vw;
    height: 25.2vh;
  }
  .VideoItem:nth-child(21) {
    right: 6.2vw;
    bottom: 40.5vh;
    width: 18.2vw;
    height: 19vh;
  }
  .VideoItem:nth-child(22) {
    right: 10.4vw;
    top: 8.1vh;
    width: 28.2vw;
    height: 28.9vh;
  }
  .VideoItem:nth-child(23) {
    left: 4.6vw;
    bottom: 24.9vh;
    width: 52.2vw;
    height: 52.5vh;
  }

/* 
[{(xxxxx)}] Block 5 [{(xxxxx)}]
*/

  .VideoItem:nth-child(24) {
    left: 6.3vw;
    bottom: 5.3vh;
    width: 47.2vw;
    height: 48.3vh;
  }
  .VideoItem:nth-child(25) {
    right: 8.9vw;
    bottom: 5vh;
    width: 31.7vw;
    height: 32.2vh;
  }
  .VideoItem:nth-child(26) {
    left: 3.8vw;
    top: 21.9vh;
    width: 20.5vw;
    height: 21.8vh;
  }
  .VideoItem:nth-child(27) {
    left: 17.7vw;
    top: 5.3vh;
    width: 20.4vw;
    height: 22vh;
  }
  .VideoItem:nth-child(28) {
    right: 5.5vw;
    top: 8.9vh;
    width: 46.9vw;
    height: 48vh;
  }

/* 
[{(xxxxx)}] Block 2 [{(xxxxx)}]
*/

  .VideoItem:nth-child(29) {
    right: 6.7vw;
    bottom: 4.6vh;
    width: 27vw;
    height: 84.2vh;
  }
  .VideoItem:nth-child(29) .VideoItem-video-wrapper {
    height: 100%;
    padding-bottom: 0;
  }
  .VideoItem:nth-child(30) {
    left: 6vw;
    bottom: 4.6vh;
    width: 27vw;
    height: 84.2vh;
  }
  .VideoItem:nth-child(30) .VideoItem-video-wrapper {
    height: 100%;
    padding-bottom: 0;
  }
  .VideoItem:nth-child(31) {
    right: 20.1vw;
    bottom: 9.7vh;
    width: 41.5vw;
    height: 31.9vh;
  }
  .VideoItem:nth-child(32) {
    left: 9.3vw;
    top: 5.3vh;
    width: 47.1vw;
    height: 48.1vh;
  }















.ImageItem .ImageItem-image-wrapper {
  height: 100%;
  padding-bottom: 0;
  text-align: center;
}

.ImageItem .ImageItem-image-wrapper > img {
  max-height: 100%;
}

/*
  [{(xx)}] ---------------- End Home [{(xx)}]
  */
/*
[{(+++)}] Back Configs[{(+++)}] 
*/
/* Video */
.BackIframe-wrapper {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.BackIframe-wrapper .iframe-wrapper,
.BackIframe-wrapper iframe,
.BackIframe-wrapper video {
  height: 110%;
  left: -5%;
  pointer-events: none;
  position: absolute;
  top: -5%;
  width: 110%;
}

#infoContainer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 70px;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 1;
  color: #fff;
}

#infoContainer.active {
  /*width: 400px;*/
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

#infoShow {
  font: inherit;
  color: inherit;
  border: none;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
  max-width: 20px;
}

#info {
  width: 100%;
  margin-right: calc(100% + 20px);
  display: none;
  opacity: 0;
  height: 100%;
  overflow: auto;
  padding-bottom: 30px;
}

#info > * {
  margin-top: 15px;
}


/* Volumen */
#volumenContainer {
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 500;
}
.volumenContainer-icon-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  width: 20px;
}
.volumenContainer-icon-wrapper img{
  max-width: 70%;
  height: auto;
}




.over_responsive{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  opacity: 1;
  display: block;
  z-index: 1000000000;
  display: none;
}
.over_responsive_int{
  padding: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.over_responsive_int h2{
  padding-left: 20px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0px 30px;
}
.over_responsive_int h3{
  font-size: 18px;
  margin: 30px;
  font-weight: 400;
  clear: both;
}
.over_responsive_int img{
  float: right;
  max-width: calc(100% - 100px);
  margin: 30px 20px 50px 0px;
}
.over_responsive_int p{
  font-size: 14px;
  clear: both;
  margin: 30px 0px;
}
.over_responsive_int p i{
  font-style: italic;
}
.over_responsive_int .fijar{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.over_responsive_int .fijar a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}



/*-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*/

@media screen and (max-width: 1480px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 1024px) {
  .btn-primary,
  .btn-primary * {
    font-size: calc(14px + 4 * (100vw - 480px) / 544);
  }
  .ResponsiveOverlay-content p {
    font-size: calc(24px + 8 * (100vw - 480px) / 544);
  }
  .over_responsive{
    display: block;
  }

}

@media screen and (max-width: 768px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
  }
  .ResponsiveOverlay {
    opacity: 1;
  }
  .ResponsiveOverlay-content{
    display: none;
  }

  #infoContainer{
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
  }

  #infoShow{
    display: none;
  }

  #info {
    opacity: 1 !important;
    margin-right: 0 !important;
    display: block !important;
  }
}

@media (max-height: 500px) {
  .ResponsiveOverlay {
    opacity: 1;
  }
  .ResponsiveOverlay-content{
    display: none;
  }

  #infoContainer{
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
  }

  #infoShow{
    display: none;
  }

  #info {
    opacity: 1 !important;
    margin-right: 0 !important;
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .btn-primary,
  .btn-primary * {
    font-size: 14px;
  }
  .btn-primary {
    height: 40px;
    max-width: 250px;
  }
  .container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
  }
  .ResponsiveOverlay-content p {
    font-size: 24px;
  }
}

@media (max-aspect-ratio: 16/9) {
  .BackIframe-wrapper .iframe-wrapper {
    left: -100%;
    width: 300%;
  }
}

@media (min-aspect-ratio: 16/9) {
  .BackIframe-wrapper .iframe-wrapper {
    height: 300%;
    top: -100%;
  }
}
