@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;}*/

.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;
	margin-bottom: 20px;
}
.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;
}

.titulo {
  font-size: 30px;

  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.navi {
  background-color: black;
}

header{
	margin-bottom: 30px;
}

.desplegables{
	font-optical-sizing: none;
	margin: 0px;
	margin-left: 0px;
	padding: 50px;
}

.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;
}

.articuloso{
	text-align: center;
	width:80%;
	background-color: black;
	clear: both;
	padding: 10px;
	opacity: 1;
	margin-left: 10%;

}


.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;
 
}
.boton:hover{
	color: white;
	background-color: silver;
	
}

.tutoriales{
		text-decoration: none;
	color: black;
	background-color: white;
	display: block;
	padding:10px;
	margin:10px auto;
	border-radius:5px;
	text-align: center;
	margin-bottom: 50px;
}

.tutoriales:hover{
	color: silver;
	background-color: darkslategray;
	
}

h1 {
	color: white;
	text-align: center;
	  padding: 10px;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
}

h2{
	color:ghostwhite;
	margin: 5px;
	padding: 20px;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

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;
}
a {
  text-decoration: none;
  color: black;
  display: inline-block;
  background: white;
  padding: 20px;
  width: 50%;
	font-size: 20px;
}
a:hover {
  background-color: silver;
}
img{
	width: 200px;
}
.seccionioto{
	display: flex;
	padding: 30px;
}

@media (min-width: 769px) and (max-width: 1023px) {	
	.lista{
		margin-top: 200px;
}
	.miform{
		width:  100%;
}
	.h111{
		margin-right: 40%;
	}
}

@media (min-width: 481px) and (max-width: 768px) {	
	.lista{
		margin-top: 250px;
}
	.miform{
		width:  100%;
}
	.h111{
		margin-right: 40%;
}
	iframe{
		width: 80%;
	}
	h1{font-size: 21px;}
}
	
@media (max-width: 480px)	{
	.lista{
		margin-top: 250px;
}
	.miform{
		width:  100%;
}
	.h111{
		margin-right: 40%;
}
	.nav{
		display: flex;
		flex-direction: column;
}
	iframe{
		width: 80%;
}
	h1{font-size: 16px;
}
	.articuloso{
		width:100%;
		margin-left:0px;
}
}