@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  background:linear-gradient(30deg, silver, ghostwhite);;
}
/*		.enlace {float:right; margin:auto; display:block; text-align:center; padding:5px; width:auto; display:inline-block;}*/
.lore{
	color: black;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	padding: 50px;
}
.seccionlore{
	display: flex;
	
}
.nav {
  float: right;
  margin-top: 10px;
}
.enlace {
  margin-right: 10px;
  text-decoration: none;
	color: white;
  background-color: black;
  display: inline-block;
  padding: 10px;
  width: 150px;
}
.enlace:hover {
  color: black;
  background-color: silver;
}
.lista {
  list-style: none;
  overflow: hidden;
}
.lista > li {
  float: left;
  width: 200px;
}
.lista li a {
  display: block;
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 3px
}
.lista li a:hover {
  color: black;
  background-color: white;
}
.lista li ul {
  display: none;
  position: absolute;
  width: 200px;
}
.lista li:hover > ul {
  display: block;
}
.lista li ul li {
  position: relative;
}
.lista li ul li ul {
  right: -200px;
  top: 0px;
}
.gif {
  width: 2000px;
}
.titulo {
  font-size: 30px;

  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.navi {
  background-color: black;
}

header{
	margin-bottom: 30px;
}

p {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
		color: whitesmoke;
	  padding: 30px;
  line-height: 1.4;
	text-align:justify;
}

a{
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin: 5px;
}

.desplegables{
	font-optical-sizing: none;
	margin: 0px;
	margin-left: 0px;
	padding: 50px;
}

.art {
 
  text-align: center;
  background-color: black;
  width: 19%;
  padding-right: 10px;
  margin: 10px;
}
.icon {
  width: 100px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 10px;
}
.h111 {
  width: 40%;
  float: right;
  text-aling: center;
  margin-right: 10px;
  font-size: 40px;
  margin-top: 10px;
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: black;
	margin-bottom: 70px;

	animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}


.gif {
  width:700px;
	align-content: center;
	filter: sepia(0.7)
}
.gif:hover{
	filter: sepia(0)
}

.articuloso{
	text-align: center;
	width:100%;
	background-color: black;
	clear: both;
	padding: 10px;
	opacity: 1;
}


.futer{
	text-align: center;
 	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-top: 10px;
	background-color: black;
	padding: 30px;
}
.iconoredsocial{
	width:50px;
	padding:5px;
}
.boton{
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
	padding:10px;
	margin:10px auto;
	border-radius:5px;
	text-align: center;
	transition: all 0.3s linear;
}
 
.boton:hover{
	color: white;
	background-color: grey;
	
}
h2{
	color:ghostwhite;
	margin: 5px;
	padding: 20px;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

h1 {
	color: rgba(69,70,210,1.00);
	text-align: center;
	  padding: 10px;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
}

article {
	width: 500px;
}

.titulo{
	font-size: 50px;
}

.contenedor {
  display: flex;
  gap: 10px;
  justify-content: space-around;
	width: 1800px;
margin-left: 30px;
}
.contenedor > article {
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
	margin-bottom: 50px;
}
.diseno, .games {
  border: 10px solid transparent;
  border-style: solid;
  border-width: 10px;
	border-radius: 20px;
	transition: all 1s linear;
}

.games:hover{
		border-color: rgba(64,79,98,1.00);
}

.diseno:hover{
		border-color: rgba(25,18,71,1.00);
}

.app:hover{
		border-color: rgba(13,27,39,1.00);	
}

.codigo:hover{
		border-color: rgba(151,140,168,1.00);
}

.app, .codigo {
  border: 10px solid transparent;
  border-style: solid;
  border-width: 10px;
	border-radius: 20px;
	transition: all 1s linear;
}
.fa-solid {
  padding: 20px;
  font-size: 30px;
  color: silver;
}
.avatar {
  padding: 10px;
}
.avatar img {
  border-radius: 50%;
}
.name {
  font-size: 20px;
  color: fuchsia;
}
a {
  text-decoration: none;
  color: black;
  display: inline-block;
  background: white;
  padding: 20px;
  width: 50%;
}
a:hover {
  background-color: silver;
}
img{
	width: 200px;
}
.seccionioto{
	display: flex;
	padding: 30px;
/*	flex-wrap:wrap;*/
}

.skins{
	padding: 70px;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
	background-color: black;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.tutoriales{
	margin-left: 33.33%;
	text-align: center;
	width: 33.33%;
	margin-bottom: 40px;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */

@media ( min-width : 481px ) and (max-width : 768px ){	
	.lista{
		margin-top: 250px;
}
	.miform{
		width:  100%;
}
	.h111{
		margin-right: 40%;
}
	iframe{
		width: 80%;
}
	.contenedor{
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		text-align: center;
		margin-left: 10%;
}
	.seccionioto{
		display: flex;
		flex-direction: column;
		width: 400%;
		text-align: center;
		margin-left: 12.5%;
		padding: 0px;
	}
	.art{margin-left: 0px;}
}
	
@media (max-width: 480px)	{
	.lista{
		margin-top: 250px;
}
	.miform{
		width:  100%;
}
	.h111{
		margin-right: 40%;
}
	.nav{
		display: flex;
		flex-direction: column;
}
	iframe{
		width: 80%;
}
	.contenedor{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		text-align: center;
		margin-left: 0px;
}
	.seccionioto{
		display: flex;
		flex-direction: column;
		width: 540%;
		text-align: center;
		margin-left: 0px;
		padding: 0px;
	}
	.art{margin-left: 0px;}
}
	.seccionlore{
	flex-direction: column;
	
}

/* ----------------------------------------------
 * Generated by Animista on 2024-6-10 10:57:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@keyframes slide-top {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
