:root {
--first-color: #ff0031;/*rosita*/
--second-color: #08011A;/*azulmarino oscuro*/
--third-color: #4CC2F1;/*azul clarito*/
--forth-color: #72C600;/*verde*/
--fifth-color: #fff;
--sixth-color: rgba(8,1,26,0,4);

}



body {
margin: 0;
font-family: 'Source Code Pro', monospace;
}

a{
font-size: 15px;
}

ol, ul {
	list-style: none;
    padding: 0%;
}


.logotaxan{
    position:fixed;
    z-index: 5;
    width: 10vw;
    max-width: 130px;
    top: 15px;
    left: 15px
}

.logoarzak{
    position:fixed;
    z-index: 5;
    width: 10vw;
    max-width: 110px;
    bottom: 20px;
    left: 20px
}

.instagram{
   position:fixed;
    Z-index: 5;
    max-width: 28px;
    width: 10vw;
    bottom: 20px;
    right:100px;
}

.facebook{
   position:fixed;
    Z-index: 5;
    max-width: 28px;
    width: 10vw;
    bottom: 20px;
    right:60px;
}

.tiktok{
   position:fixed;
    Z-index: 5;
    max-width: 28px;
    width: 10vw;
    bottom: 20px;
    right:20px;
}


.navigation {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 50%;
  list-style: none;
  bottom: 2%;
  transform: translateY(-50%);
  z-index: 10;
 display: flex;
    flex-direction: row;
    
}

.navigation ul {
    list-style-type: none; 
    
}
.navigation li {
    
    background-image: url(images/palitos.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 6px;
  height: 20px;
 margin: 3px;
    /*
  background: #ccc;
  border: 2px solid #333;
  border-radius: 50%;
  margin-top: 20px;
  transition: all 0.3s;
margin: 5px;*/
    
}
.navigation li:hover, .navigation li.selected {
  transform: scale(1.8);
}

section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cccccc;
  height: 100vh;
  position: relative;
}

section:nth-child(2) {
background-image: url(images/familiarzak.png);
background-position: center;
 color: var(--first-color);
  
}

section:nth-child(3) {
background-image: url(images/rest3.jpg);
background-position: center;
 color: var(--first-color);
  
}


section:nth-child(4) {
  background-image: url(images/comida2.jpg);
background-position: center;
 color: var(--first-color);
  
}

section:nth-child(5) {
  background-image: url(images/rest.jpg);
background-position: center;
 color: var(--first-color);
  
}
section > div {
  font-size: 80px;
  letter-spacing: 6px;
  padding-top: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:'Source Code Pro', monospace; 
    align-content: center;
}

#myVideo {

  position: fixed;
/*position:fixed; tmb queda chulo*/
  right: 0;
  bottom: 0;
  min-height: 100%;

  z-index: 0;

}

/*MENU*/

#menu_on{
	width: 30px;
	height: 20px;
	position: fixed;
    right:1%;
    z-index:10;
    margin-right: 10px;
    margin-top:20px;
}

 
#menu_on span{
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	background:var(--first-color);
	transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
	transform-origin : 0px 100%;

}

 
#menu_on span:nth-child(2){
	top: calc(50% - 2px);
}
 
#menu_on span:nth-child(3){
bottom: 0;
}



nav{
	position: fixed;
	top: 0;
	bottom: 0;
	right:-19%; /* Escondemos nuestro menú con un valor negativo */ 
	width: 17%;
    height:100%;
	z-index: 5;
	background: var(---color);
	opacity: 100%;
	transition: all 0.75s ease;
	overflow-y: auto;
    text-decoration: none;
    font-family:'Source Code Pro', monospace;
    font-weight: 400;
    margin-top: 60px;
  
}

nav a{
	display:block;
	text-decoration: none;
	color: var(--first-color);
	transition: all ease 0.25s;
    font-family:'Source Code Pro', monospace;
    font-size: 17px;
    letter-spacing: 6px;
    padding-top: 32px;
    margin-left:50px;
    text-transform: uppercase;

  
  transform: scale(1.2,1.1);
  /* Safari and Chrome */
  -webkit-transform: scale(1.2,1.1);
  /* Firefox */
  -moz-transform: scale(1.2,1.1);
  /* IE 9+ */
  -ms-transform: scale(1.2,1.1);
  /* Opera */
  -o-transform: scale(1.2,1.1);

 
    
}
 
nav a:hover{
	color: var(--fifth-color);

}

.visible_menu span:nth-child(1){
	transform: rotate(45deg) translate(-2px,1px); 
}
 
.visible_menu span:nth-child(2){
	opacity: 0;
}
 
.visible_menu span:nth-child(3){
	transform: rotate(-45deg) translate(-3px,3px); 
}

.visible_menu nav{
	right: 0;
	opacity: 1;
}

.visible_menu #content{
      transform: translateX(260px);
}




[data-title] {
  position: relative;
}

[data-title]:after {
  content: attr(data-title);
  color: var(--first-color);
  letter-spacing: 3px;
  
  text-transform:uppercase;
  z-index: 99999;
  visibility: hidden;
  position: absolute;
  left:50%;
  bottom: 120%;

  font-size: 0.5rem;
 
}

[data-title]:hover:after {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0.3s;
  transition: all 0.1s ease 0.3s;
  visibility: visible;
}


.texto{
color: var(--first-color);
font-size:5rem;
transition: all 0.25s ease;
text-decoration: none;
}


#enlace:hover{
 text-decoration: underline; 

}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade-out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
#texto2{
background-color: rgba(8, 1, 26, 0.8); 
text-align: center;
font-size: 4px;
line-height : 28px;
letter-spacing: 2px;
position: fixed;
left:-95%;
	padding:60px;
	width: 50%;
    top:-265%;
z-index:-5;
animation: fade-in 2s forwards;
}

#texto1{
background-color: rgba(8, 1, 26, 0.9);
padding:60px;
line-height:23px;
letter-spacing: 2px;
animation: fade-in 3s forwards;
text-align: center;
}

#texto3{
background-color: rgba(8, 1, 26, 0.9);
padding:60px;
line-height:23px;
letter-spacing: 2px;
animation: fade-in 3s forwards;
text-align: center;
}


