* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  background-color: #000;
   font-family: "Lucida Sans Unicode";
}

body.img-main {
  background-image: url("../img/main_picture.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  
}

                                /*MOVIL STYLES*/
                                /**************/



/*<<<< HEADER >>>>*/
.app-main-head {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 20px 6px;
  background-color: rgba(1, 1, 24, 0.74);
  border-bottom: 1px solid rgba(112, 81, 88, 0.274);
  gap: 30px;
}

/*<<<< TITULO ETIQUETA EN NAV >>>>*/
.titulo-etiqueta-main{
position: absolute;
display: block;
flex-direction: column;
align-items: center;
padding: 3px 10px;
margin-top: 4%;
margin-bottom: 0%;
border-radius: 9px;
font-weight:lighter !important;
font-size: 17px;
color: rgb(255, 255, 255);
background-color: rgba(4, 28, 51, 0.322);
border: 1px solid rgba(59, 59, 59, 0.377);
gap: 5px;
text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.89);
transition: background-color 2s, border-radius 1s, outline 1s,
outline-offset 0.8s;
outline: 0;
outline-offset: 0;
}
  
.titulo-etiqueta-main:hover {
background-color: rgba(4, 28, 51, 0.5);
border: 1px solid rgba(128, 128, 128, 0.774);
border-radius: 16px;
outline: 1px solid rgba(5, 0, 68, 0.493) !important;
outline-offset: 1px;
gap: 6px;
text-decoration: underline;
text-decoration-color: rgba(202, 202, 202, 0.712);
}


  
/*<<<< TITULO APP >>>>*/
.titulo-app-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  padding: 10px 15px;
 margin-left: 2%;
  gap: 3px;
  font-family: "Russo One";
  height: max-content;
  background-color: transparent;
  text-shadow: -1px 0px 1px rgb(0, 0, 0), -1px 1px 5px rgb(14, 216, 243),
  -1px 1px 2px rgb(14, 216, 243);
  border: 1px solid rgba(36, 36, 36, 0.13);
}

.tit-app-main-left-part {
  text-decoration: underline;
  text-decoration-color: rgb(255, 1, 14);
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.tit-app-main-balon-icon {
  margin-top: 2px;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.tit-app-main-right-part {
  text-decoration: underline;
  text-decoration-color: rgb(255, 250, 250);
  color: rgb(255, 0, 0);
  font-size: 20px;
}

.nav-logo {
  position: absolute;
  display: block;
right: 6%;
  width: clamp(1.4rem, 3.5vw, 2.5rem);
}

/*<<<< BUTTONS NAV APP MAIN >>>>*/
.nav-buttons-container{
  display: flex;
  flex-direction: row;
  gap: 5%;
width: 80%;
 
}

.nav-button {
width: 70%;
  align-items: center;
  color: rgba(0, 255, 255, 0.993);
  font-weight: lighter;
  text-decoration: none;
 padding: 5px 20px;
  text-align: center;
  box-shadow: -1px 1px 8px rgb(253, 9, 82), -1px 1px 7px rgb(14, 216, 243);
  font-size: 12px;
  border-radius: 8px;
  background-color: black;
   outline: 0.8px solid rgba(4, 255, 242, 0.966);
  transition: background-color 1s, border-radius 0.8s, outline 0.8s,
    outline-offset 0.8s;
   outline: 0.1;
  outline-offset: 5;
  margin-top: 2%;


}
.nav-button:hover {
  background-color: rgba(0, 60, 255, 0.178);
  color: rgb(255, 255, 255);
   box-shadow: -1px 1px 8px rgb(255, 165, 192), -1px 1px 13px rgb(68, 233, 255);
  border-radius: 18px;
  outline: 2px solid rgba(201, 253, 244, 0.945);
  outline-offset: -3px;
  text-align: center;
}


/*<<<< TITULO ETIQUETA EN BODY >>>>*/
.titulo-bienvenida-main {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
max-width: max-content;
min-height: max-content;
top: 27%;
right: 34%;
padding: 7px 14px;
border-radius: 15px;
font-size: 17px;
font-weight: bold;
text-shadow: -1px 1px 1px black,-1px 1px 1px black;
text-decoration: none;
background-color: transparent;
border: 1px solid rgba(163, 163, 163, 0.103);
color: rgb(255, 255, 255) !important;
transition: background-color 2s, border-radius 1s, outline 1s,
outline-offset 0.8s;
outline: 0;
outline-offset: 0;
}


.titulo-bienvenida-main:hover {
  background-color: rgba(3, 17, 44, 0.329);
  border: 2px solid rgba(27, 27, 27, 0.151);
  color: rgb(255, 255, 255);
  outline: 1px solid rgba(121, 121, 121, 0.288);
  outline-offset: -2px;
  text-shadow: 8px 0px 40px rgba(153, 0, 255, 0.842),
    -8px 0px 40px rgb(0, 255, 242);
  text-decoration: underline;
  text-decoration-color: rgba(138, 120, 119, 0.589);
}

 
/*<<<< FOOTER >>>>*/
.main-app-footer {
  width: 100%;
  padding: 20px;
  min-height: max-content;
  background-color: rgba(3, 11, 17, 0.911);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: clamp(0.8rem, 2.2vw, 0.8rem);
  margin-top: auto;
 
}

    
.main-app-footer-left-text {
display: flex;
flex-direction: column;
align-items: center;
align-self: center;
margin-top: 5%;
color: rgb(228, 228, 228);
text-shadow: -1px 0px 1px #000000;
letter-spacing: 1px;
word-spacing: 1px;
text-align: center;
gap: 7px;

}
.main-app-footer-left-text:hover{
color: rgba(180, 187, 80, 0.952);
}

.main-app-footer-right-text a {
display: inline-block;
align-items: center;
text-align: center;
color: rgba(63, 255, 159, 0.959);
margin-bottom: 4%;

}
.main-app-footer-right-text a:hover {

color: rgba(142, 189, 211, 0.959);
}

/*<<<<<< MOVIL STYLES / END >>>>>>*/
/**********************************/



                            /*<<<<<< LAPTOP QUERIES >>>>>>*/
                            /******************************/


@media screen and (min-width: 600px) {

/* <<<< HEADER >>>> */
.app-main-head {
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 15px 25px;
gap: 20px;

}

/*<<<< TITULO ETIQUETA EN NAV >>>>*/
.titulo-etiqueta-main{
left: 30%;
font-size: 18px;
gap: 5px;
padding: 3px 10px;
margin-top: 0%;
border-radius: 9px;
}
  

/*<<<< TITULO APP >>>>*/
.titulo-app-main{
width: auto;
margin: 0;
padding: 18px 27px;

}

.tit-app-main-left-part {
font-size:37px;
margin-left: 25%;
}

.tit-app-main-balon-icon {
  font-size: 28px;

}

.tit-app-main-right-part {
font-size: 37px;
}

.nav-logo {
width: clamp(1.2rem, 3.5vw, 2.3rem);
right: 2%;
}

/*<<<< BUTTONS APP NAV MAIN >>>>*/
  .nav-buttons-container {
    display: flex;
    flex-direction: row;
    width: auto;
    min-width: max-content;
    gap: 35px;
    margin-right: 5%;
    justify-content: center;
    align-items: center;
}

.nav-button {
    width: auto;
    min-width: 120px;
    padding: 4px 17px;
    font-size: 17px;
    margin-top: 0%;
    white-space: nowrap;
    flex-shrink: 0;
}

/*<<<< TITULO EN BODY >>>>*/
.titulo-bienvenida-main {
position: absolute;
display: flex;
right: 44.5%;
padding: 7px 14px;
font-size: 28px;
}

/*<<<< FOOTER >>>>*/
.main-app-footer {
flex-direction: row;
padding: 30px;
min-height: max-content;
height: 60px !important;
justify-content: space-between;
gap: 12px;
font-size: clamp(0.8rem, 2.2vw, 1.2rem);

 
  }
    
.main-app-footer-left-text {
margin-top: 0%;
flex-direction: row;
}
.main-app-footer-right-text a {
margin-bottom: 0%;
}
}

/*<<<<<< LAPTOP QUERIES / END >>>>>>*/
/**********************************/



             /*<<<<<< TABLET QUERIES >>>>>>*/
            /**********************************/
/* @media screen and (min-width: 600px) and (max-width: 1023px) {
  .app-main-head {
    padding: 18px 25px;
    gap: 18px;
  }

  .titulo-app-main {
    width: 85%;
    padding: 18px 27px;
  }

  .tit-app-main-left-part,
  .tit-app-main-right-part {
    font-size: 37px;
  }

  .tit-app-main-balon-icon {
    font-size: 30px;
  }

  .nav-logo {
    width: clamp(1.2rem, 3.5vw, 1.9rem);
    right: 3%;
  }

  .nav-buttons-container {
    justify-content: center;
    gap: 35px;
  }

  .nav-button {
    padding: 5px 23px;
    font-size: 14px;
  }

  .main-app-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
} */
  
/*<<<<<< TABLET QUERIES / END >>>>>>*/
/**********************************/
























