* {
  margin: 0;
  padding: 0;
  cursor: url(CLTRE.cur), auto;
}

/*Estilo body*/
body {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  background-image: url(antoine-de-ligondes-1Ivk03sID4A-unsplash.jpg);
  background-color: var(--main-bg-color);
  height:  100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
	font-size: 50px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-self: center;
  transition: all 0.3s;
}

/* Estilo imagen que sigue al cursor */
#img {
  width: 40px;
  margin: 10px 20px 10px 35px;
  position: absolute;
  transition: all 0.15s ease;
}

/* Estilo header */
header{
  z-index: 1;
  background-color: rgba(red, green, blue, 0);
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
  width: 100%;
  top: 0;
  position: fixed;
  height: auto;
}

.main-header {
    background-color: rgba(red, green, blue, 0);
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: rgb(0, 255, 0);
    text-decoration: none;
}	

/* Navegacion barra menu */
.logo-header {
    float: left;
    width: auto;
    border: none;
    display: block;
    margin: 8px 10px 10px 30px;
    text-decoration: none;
    color: rgb(0, 255, 0);
    font-size: 45px;
    cursor: pointer;
}
.logo-header:hover {
  animation: rotate360 1.5s linear infinite;
  animation-play-state: running;
}

.button-header {
    display: flex;
    float: right;
    border-radius: 50px;
    border: 2px solid rgb(0, 255, 0);
    padding: 2px;
    width: auto;
    margin: 16px 30px 10px 10px;
    text-decoration: none;
    color: black;
    font-size: 27px;
    background-color: rgba(red, green, blue, 0);
    cursor: pointer;
}
.button-header:hover {
  animation: rotate360 1.5s linear infinite;
  animation-play-state: running;
}

/* keyframes animation botones menu */
@keyframes rotate360 {                        
  to { transform: rotateY(360deg); }           
}

/*Estilo Img ENTER que aparece cuando pasa el cursor por encima*/
.shadow {
  opacity: 0%;
  position: absolute;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  top: 21vh;
  align-content: center;
  align-self: center;
  margin:auto;
  width:350px;
  height:280px;
  transition: background-image 1s ease-in-out;
  background-image:url("enter.png");
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center;
}
.shadow:hover {
  opacity: 100%;
  background-image:url("enter.png");
  cursor: pointer;
}

/*Estilo EYES que siguen el movimiento del cursor*/
.principal{
  position: absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  vertical-align: middle;
  top: 20vh;
  display: flex;
  align-content: center;
  align-self: center;
  z-index: -1;
}

.eye1{

    display:flex;
    justify-content: center;
    align-items: center;
  position: relative;
  flex-direction: row;
  float: left;
  margin: 5vh 0 5vh 5vw;
}

.eye2{
    display:flex;
    justify-content: center;
    align-items: center;
  position: relative;
  flex-direction: row;
  float: left;
  margin: 5vh 5vw 5vh 0;

}

.sombra{
  width: 170px;
  height: 240px;
  background: rgb(211,211,211);
  display: inline-block;
  margin: -10px;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
  border: 5px solid rgb(138, 138, 138);
}

.eye{
  width: 150px;
  height: 250px;
  background: #fff;
  margin: -5px;
  transform: translate(-12%,0%);
  border-radius: 70px;
  position: absolute;
  overflow: hidden;
}

.ball{
  width: 80px;
  height: 150px;
  background-color:rgb(215, 189, 255);
  transition: background-color 0.7s;
  -webkit-transition:background-color 0.7s;
  -moz-transition: background-color 0.7s;
  transition:background-color 0.7s;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-0%,-50%);
  border-radius: 50px;
  border: 1px solid rgb(138, 138, 138);
}
.brillo{
  width: 35px;
  height: 25px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 12%;
  left: 50%;
  border-radius: 80%;
  transform: rotate(45deg); /* Rota el elemento 45 grados */
}


/* Estilo footer */
footer{
    z-index: 1;
    background-color: rgba(red, green, blue, 0);
    font-family: "Inter", Helvetica, Arial, sans-serif;
    width: 100%;
    height: auto;
    bottom: 5px;
    position: auto;
    margin: 100vh 0px 0px 0px;
  }	
  
  .text-footer {
    font-size: 10px;
    color: rgb(100, 100, 100);
    float: left;
    width: auto;
    border: none;
    display: block;
    margin: 50px 30px 10px 30px;
    text-decoration: none;
  }
  
  #behance-footer {
    color: rgb(100, 100, 100);
}
