@font-face{font-family:letras;
src: url(fonts/Old_Standard_TT/OldStandardTT-Regular.ttf);
}
body {
  background-color: #111111;
  margin: 0;
  overflow-x: hidden;
}

@keyframes rotate {
	100% {
		transform: rotate(-1turn);
	}
}

.rect {
	position: relative;
    overflow: unset;
    
}
.rect::before,
.rect::after {
    content: '';
    position: absolute;
    top: -6px;
    width: calc(100%);
    height: calc(100% + 8px);
    background: #333;
    background-image: linear-gradient(45deg, #ff3c41, #ff8a25, #ffe04f, #4fff88, #56ffef, #37b4ff, #c05aff, #ff3c41, #ff8a25, #ffe04f, #4fff88, #56ffef, #37b4ff, #c05aff);
    background-size: 500%;
    animation: position 12s linear infinite alternate;
    z-index: -1;
}

.rect::after {
    filter: blur(10px);
}
.rect2 {
	position: relative;
    overflow: unset;
    
    &::before,
    &::after {
        content: '';
		position: absolute;
		left: -6px;
		top: -6px;
		width: calc(100% + 6px);
		height: calc(100% - 1px);
		background: #333;
		background-image: linear-gradient(45deg, #ff3c41, #ff8a25, #ffe04f, #4fff88, #56ffef, #37b4ff, #c05aff, #ff3c41, #ff8a25, #ffe04f, #4fff88, #56ffef, #37b4ff, #c05aff);
        background-size: 500%;
		animation: position 12s linear infinite alternate;
		z-index: -1;
    }
    
    &::after {
        filter: blur(10px);
    }
}

@keyframes position {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


.head{ height: 10%;
  box-shadow: 0 0 20px rgb(255, 68, 68);
}



.letras{
    font-family: letras;
}

.neu2 {border-radius: 30px;
    background: #252525;
    box-shadow:  1px 1px 10px #77626291,
                -1px -1px 5px #f5b5b5a0;}

.neu {border-radius: 30px;
    background: #252525;
    box-shadow:  1px 1px 10px #77626291,
                -1px -1px 5px #f5b5b5a0;}
.neu3 {border-radius: 30px;

box-shadow:  1px 1px 10px #77626291,
            -1px -1px 5px #f5b5b5a0;}



.bg-roje{background-color: #252525;}

.tii {
    
    width:auto;
    height:auto;
    border-radius: 10px;
    background: #252525;
    box-shadow: 1px 1px 5px #776262,
              -1px -1px 5px #ffffff;
  } 
  
.tiio {
    
    width:auto;
    height:auto;
    background: #252525;
    box-shadow: 1px 1px 5px #887f7f,
              -1px -1px 5px #f5b5b5a0;
  } 

  .alto{height: 10%;}
  .cursor {
    z-index: 999;
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    pointer-events: none;
    display: none;
  }

  .js-logo {
    transition: transform 0.3s ease, height 0.3s ease;
  }
  .js-logo.is-small {
    transform: scale(0.8);
    height: 50px; /* Ajusta según tus necesidades */
  }
  @keyframes colors {
    0% {
        filter: hue-rotate(0deg);
    }
  
    100% {
        filter: hue-rotate(360deg);
    }
  }
  
  .cursor:before {
    content: '';
    position: absolute;
    background: #2696E8;
    width: 25px;
    height: 25px;
    opacity: 0.2;
    transform: translate(-30%, -30%);
    border-radius: 50%;
  }

  .fondo_oscuro{
    background-color: #252525 !important;
    box-shadow: 1px 1px 5px #887f7f,
              -1px -1px 5px #f5b5b5a0;

  }

  .neup{
    width: 190px;
    height: 254px;
    border-radius: 30px;
    background: lightgrey;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 50px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 26px -18px inset;
  }

  .foot{background-color: #252525;
    height: 10%;
  }
/* para que todo se vea normal se pone -1 en z-index */
  .gg {z-index: -1;
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .2s infinite;
    opacity: .9;
    visibility: visible;
  }
  
  @keyframes bg-animation {
      0% { transform: translate(0,0) }
      10% { transform: translate(-5%,-5%) }
      20% { transform: translate(-10%,5%) }
      30% { transform: translate(5%,-10%) }
      40% { transform: translate(-5%,15%) }
      50% { transform: translate(-10%,5%) }
      60% { transform: translate(15%,0) }
      70% { transform: translate(0,10%) }
      80% { transform: translate(-15%,0) }
      90% { transform: translate(10%,5%) }
      100% { transform: translate(5%,0) }
  }

.bg-gg{background-color: #252525;
  box-shadow: 1px 1px 5px #887f7f,
              -1px -1px 5px #f5b5b5a0;
}

.bod{height: 90%;}

#letras {color:#887f7f}

.superscroll{
  display:flex;
  justify-content: center;
  align-items: center;
  

}

.logoss{width: 50px;
  margin: 0 20px;
  transition: .5s;
  cursor:pointer;

}
.logoss:not(:hover){
  filter: grayscale(100%);
}
.scroll {
  position: relative;
  display: flex;
  width:1200px;
  overflow:hidden;
  mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}
.scroll div{
  white-space:nowrap;
  animation:animate 30s linear infinite;

}
@keyframes animate {
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-100%);
  }
}
.scroll:hover div{
  animation-play-state:paused;
}

/* -------------------------------------------------------------------------------------------------------- */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* modNavBar */
/* Fondo animado para el navbar */
#navbar {
  background: linear-gradient(90deg, #ff7eb3, #ff758c, #ff6b6b);
  background-size: 200% 200%;
  animation: gradientMove 6s infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes gradientMove {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

/* Transición suave en los enlaces */
.nav-link {
  transition: transform 0.3s ease, color 0.3s ease;
}

.nav-link:hover {
  transform: scale(1.1);
  color: #fff;
}

/* Efecto de transformación en el botón del tema */
.switch .slider {
  transition: background-color 0.3s ease;
}

.switch input:checked + .slider {
  background-color: #4caf50;
}

.social-icon {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
