/*Fuentes especiales para usar*/
@font-face {
  font-family: natha;
  src: url(../fonts/nasalization-rg.otf);
}
@font-face {
  font-family: ethno;
  src: url(../fonts/ethnocentric\ rg\ it.otf);
}
@font-face {
  font-family: neuro;
  src: url(../fonts/neuropol\ x\ rg.otf);
}
html {
  height: 100%;
  background-color: rgb(27, 27, 27);
}
h1 {
  display: flex;
  font-size: 3rem;
  margin-top: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 100%;
  font-family: neuro;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: whitesmoke;
  background-color: rgb(15, 15, 15);
}
i {
  color: rgb(255, 206, 46);
  text-shadow: 0.2px 0.5px black;
}
i.default_i {
  font-style: italic;
  font-size: medium;
  font-weight: unset;
  text-transform: initial;
  font-family: "Times New Roman", Times, serif;
}

.descripcion {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.descripcion p {
  font-family: natha;
  color: whitesmoke;
}
.first_nav {
  display: inline-flex;
  text-align: center;
  justify-content: space-around;
  width: 50%;
  font-family: natha;
  margin-left: 25%;
  border: 1px solid rgb(105, 130, 241);
  background-color: rgb(17, 17, 17);
  height: 60px;
  color: white;
  align-items: center;
}
a {
  text-decoration: none;
  color: white;
  font-size: larger;
  text-transform: uppercase;
}
/*Colores para los hover*/
.chat_link:hover {
  color: rgb(0, 166, 126);
}
.opera_link:hover {
  color: rgb(255, 27, 45);
}
.tilp_link:hover {
  color: rgb(106, 156, 59);
}
.inst_link:hover {
  color: rgb(255, 84, 0);
}
.tw_link:hover {
  color: rgb(29, 161, 242);
}
/*Estilos para la licencia Creative Commons*/
.licencia {
  justify-content: center;
  color: rgb(253, 233, 119);
  text-align: center;
  background-color: rgb(32, 32, 32);
  padding-top: 1%;
  padding-bottom: 1%;
}
.licencia a {
  display: flex;
  justify-content: center;
  color: rgb(111, 145, 236);
}
/*imagen de titulo 1*/
.title1 a {
  margin-left: 5%;
}
/*titulo 1*/
.title1 h1 {
  font-size: 2em;
  margin-top: 0;
  border-radius: 9px 0px 0px 0px;
  font-family: neuro;
  box-shadow: 4px 4px 5px rgb(110, 110, 110);
}

/*imagen de titulo 2*/
.title2 a {
  margin-right: 25px;
}

/*titulo 2*/
.title2 h1 {
  font-size: 2em;
  margin-top: 0;
  border-radius: 0px 9px 0px 0px;
  font-family: neuro;
  box-shadow: -4px 4px 5px rgb(110, 110, 110);
}

/*imagen de titulo 3*/
.title3 a {
  margin-left: 5%;
}

/*titulo 3*/
.title3 h1 {
  font-size: 2em;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 9px 0px 0px 0px;
  font-family: neuro;
  box-shadow: 4px 4px 5px rgb(110, 110, 110);
}

/*titulo 4*/
.title4 h1 {
  font-size: 2em;
  margin-top: 3px;
  margin-right: 3px;
  border-radius: 0px 9px 0px 0px;
  font-family: neuro;
  box-shadow: -4px 4px 5px rgb(110, 110, 110);
}
.title4 {
  padding-right: 2px;
}
/*titulo 5*/
.title5 h1 {
  font-size: 2em;
  margin-top: 3px;
  margin-right: 3px;
  border-radius: 0px 9px 0px 0px;
  font-family: neuro;
  box-shadow: -4px 4px 5px rgb(110, 110, 110);
}
.title5 {
  padding-right: 2px;
}
.title5 img {
  padding-right: 50px;
}
/*Div padre de ChatGPT*/
.main_1 {
  display: flex;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(189, 189, 189);
  height: 600px;
  border-radius: 10px;
  box-shadow: 3px 3px 2px rgb(0, 166, 126);
}
/*Color para las sombras*/
.chat {
  text-shadow: 2px 3px rgb(0, 166, 126);
}
/*Contenidos del div*/
.main_1_content {
  display: flex;
  width: 60%;
  font-family: natha;
  margin: 7%;
  height: fit-content;
  margin-left: 20%;
  text-align: justify;
  word-spacing: 5px;
}
.image_1 {
  display: flex;
  height: fit-content;
  width: fit-content;
  margin-top: 5%;
  margin-left: 7%;
}
/*Div padre de Opera*/
.main_2 {
  display: flex;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(189, 189, 189);
  height: 600px;
  border-radius: 10px;
  box-shadow: -3px 3px 2px rgb(255, 27, 45);
}
/*Color para las sombras*/
.op {
  text-shadow: 2px 3px rgb(255, 27, 45);
}
/*Contenidos del div*/
.main_2_content {
  display: flex;
  width: 60%;
  font-family: natha;
  margin: 5%;
  height: fit-content;
  margin-right: 20%;
  text-align: justify;
  word-spacing: 5px;
}
.image_2 {
  display: flex;
  margin-top: 5%;
  margin-right: 7%;
  height: fit-content;
}
/*Div padre de TILP*/
.main_3 {
  display: flex;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(189, 189, 189);
  height: 600px;
  border-radius: 10px;
  box-shadow: inset 3px 3px 2px rgb(106, 156, 59);
}
/*Color para las sombras*/
.tilp {
  text-shadow: 2px 3px rgb(106, 156, 59);
}
/*Contenidos del div*/
.main_3_content {
  display: flex;
  width: 60%;
  font-family: natha;
  margin: 6%;
  height: fit-content;
  margin-left: 20%;
  text-align: justify;
  word-spacing: 5px;
}
/*Div padre de Instant Gaming*/
.main_4 {
  display: flex;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(189, 189, 189);
  height: 600px;
  border-radius: 10px;
  box-shadow: inset -3px 3px 2px rgb(255, 84, 0);
}
/*Color para las sombras*/
.inst {
  text-shadow: 2px 3px rgb(255, 84, 0);
}
/*Contenidos del div*/
.main_4_content {
  display: flex;
  width: 60%;
  font-family: natha;
  margin: 5%;
  height: fit-content;
  margin-right: 20%;
  text-align: justify;
  word-spacing: 5px;
}
/*Div padre de Twitter*/
.main_5 {
  display: flex;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(189, 189, 189);
  height: 600px;
  border-radius: 10px;
  box-shadow: inset 3px 3px 2px rgb(29, 161, 242);
}
/*Color para las sombras*/
.tw {
  text-shadow: 2px 3px rgb(29, 161, 242);
}
/*Contenidos del div*/
.main_5_content {
  display: flex;
  width: 60%;
  font-family: natha;
  margin: 5%;
  height: fit-content;
  margin-right: 20%;
  text-align: justify;
  word-spacing: 5px;
}
/*-----------------------------------------*/
/*Animations*/
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*-----------------------------------------*/
@media (max-width: 1600px) {
  /* Estilos para dispositivos móviles tablet grandes*/
  .main_1_content,
  .main_2_content,
  .main_3_content,
  .main_4_content,
  .main_5_content {
    max-width: 100%;
    box-sizing: border-box;
    margin: 2% auto;
    text-align: center;
    display: block;
    padding-top: 12%;
  }
  .title1 img {
    width: 85%;
    padding-top: 7%;
  }
  .title2 img {
    width: 85%;
  }
  .title3 img {
    width: 85%;
  }
  .title4 img {
    width: 85%;
  }
  .title5 img {
    width: 85%;
  }
}
@media (max-width: 1200px) {
  /* Estilos para dispositivos móviles grandes*/
  .main_1,
  .main_2,
  .main_3,
  .main_4,
  .main_5 {
    height: 70%;
  }
  .first_nav {
    width: 75%;
    margin-left: 13%;
  }
  .main_1_content,
  .main_2_content,
  .main_3_content,
  .main_4_content,
  .main_5_content {
    max-width: 100%;
    box-sizing: border-box;
    font-size: small;
    margin: 12% auto;
    text-align: center;
    display: block;
    font-size: 9pt;
  }
  .title1 img {
    width: 90%;
    padding-top: 7%;
  }
  .title2 img {
    width: 70%;
  }
  .title3 img {
    width: 85%;
  }
  .title4 img {
    width: 85%;
  }
  .title5 img {
    width: 85%;
  }
}
@media (max-width: 1000px) {
  /* Estilos para dispositivos móviles medianos a mas pequenios*/
  .main_1,
  .main_2,
  .main_3,
  .main_4,
  .main_5 {
    height: 80%;
  }
  .main_1_content,
  .main_2_content,
  .main_3_content,
  .main_4_content,
  .main_5_content {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 8pt;
    margin: 10% auto;
    text-align: center;
    display: block;
    font-size: 7pt;
  }
  .title1 img {
    width: 80%;
  }
  .title2 img {
    width: 80%;
  }
  .title3 img {
    width: 80%;
    padding-top: 50px;
  }
  .title4 img {
    width: 85%;
    padding-top: 20%;
    padding-left: 15px;
  }
  .title5 img {
    width: 80%;
    padding-top: 20%;
    padding-left: 15px;
  }
}
