/*background: white;
* 
*{
	margin: 0px;	

}

*/

main {
	width: 100%;
	top: 10%;
}
body {
	left: 20%;
}



/*seccion-encabezado*/
div.contenedor-encabezado {
	box-sizing: border-box;
	display: block;

}
	section.contenedor-encabezado {
		margin-left: 3%;
		width: 97%;
		align-content: normal;
		position: fixed;
		display: block;
		height: 10%;
		top: 0%;
		width: 100%;
		min-height: 70px;
		box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
		z-index: 1;
	}
	article.contenedor-encabezado-izq {
		width: 100%;
		display: inline-flex;
	}
	div.contenedor-encabezado-logo img {
		width: 100%;
		max-width: 120px;
		max-height: 90px;
		height: fit-content;
	}
	div.contenedor-encabezado-datos {
		width: 80%;
		height: 30%;
		margin: 0px;
		display: block;
		padding-left: 10px;
	}
/*seccion-encabezado*/

/*secciones-1*/
div.contenedor-secciones-1 {
	margin-left: 3%;
	width: 97%;
	box-sizing: border-box;
	display: block;
	align-content: normal;
	align-items: normal;
	align-self: auto;
	flex-basis: auto;
	flex-direction: row;
	flex-grow: 0;
	justify-content: normal;
	overflow-wrap: break-word;
}
/*secciones-1*/

			
/*seccion-1-2-3-4 características comunes*/
section.contenedor-seccion-1,section.contenedor-seccion-2, section.contenedor-acticulos-productos {
	position: relative;
	padding-left: 0%;
    left: 0%;
    width: 100%;
    border-radius: 10px;

}
article.contenedor-seccion-1-izq, article.contenedor-seccion-2-izq, article.contenedor-acticulos-productos-1 {
	border-radius: 5px;
	width: 100%;
	min-height: 150px;
	display: inline-flex;

}
div.contenedor-seccion-1-logo img{
	width: 100%;
	max-width: 80px;
	max-height: 80px;
	height: fit-content;
	transform: translate(0%, 60%);
	padding-left: 5px;
}
div.contenedor-seccion-1-datos{
	height: 30%;
	margin: 0px;
	display: block;
	width: 100%;
	padding-left: 10px;
}
/*seccion-1-2-3 características comunes*/


/*caracteristicas individuales*/
div.contenedor-de-contenido-sitio {
	margin-top: 120px;
	margin-bottom: 1%;
	position: relative;
	margin-left: 4%;
	margin-right: 1%;
	width: 95%;
	box-sizing: border-box;
	display: block;
	align-content: normal;
	align-items: normal;
	align-self: auto;
	flex-basis: auto;
	flex-direction: row;
	flex-grow: 0;
	justify-content: normal;
	overflow-wrap: break-word;
}
article.contenedor-seccion-1-izq {
	background:#018f33;
}
article.contenedor-seccion-2-izq {
	background:#1100ff;
}
article.contenedor-acticulos-productos-1{
	background:#ff0000;

}

/*caracteristicas individuales*/




button[type="submit"]{
	width: 100%;
	max-width: 250px;
	height: 50px;
	border: 1px solid;
	background: rgb(0, 42, 255);
	border-radius: 25px;
	font-size: 18px;
	color: white;
	cursor: pointer;
	outline: none;
}
button[type="submit"]:hover{
	background: white;
	color: rgb(0, 42, 255);
	transition: .5s;
	
}

