@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
* {
	box-sizing: border-box;
	margin: 0px;
 }
:root {
	--color: rgb(248, 245, 240);
	--color1: #f1ebec;
	--borde-rojo: 3px solid rgb(250, 0, 0);
	--borde-azul: 3px solid rgb(6, 20, 216);
}
.body {
	font-size: 1em;
}
.container {
	height: 100%;
	width: 100%;
}
.header{
	height: 50px;
	width: 100%;
}
.imgt {
	background: white;
	height: inherit;
	width: 20%;
	padding: 3px;
	margin-right: 80%;
	display: block;
	text-align: center;
}
.h1 {
	background: linear-gradient(
				red,
				blue);
	color: transparent;
	font-family: Pacifico, cursive, bold;
	font-size: 2.5rem;
	font-weight: normal;
	height: 50px;
	width: 80%;
	margin-left: 20%;
	margin-top: -50px;
	line-height: 50px;
	display: block;
	text-align: center;
	-webkit-background-clip: text;
	position: relative;
}
@:after {
		content: "Ella i El";
		vertical-align: inherit;
		}
.main {
	height: 450px;
	width: 80%;
}
.imam {
	color: var(--color);
	height: 350px;
	width: 100%;
	border: var(--borde-azul);
	border-radius: 10px 10px 0 0;
	margin-right: 20%;
	display: inline-block;
}
.pm {
	height: 100px;
	width: 100%;
	border: var(--borde-azul);
	border-radius: 0 0 10px 10px;
	padding: 10px;
	margin-right: 20%;
	margin-top: -5px;
}
.section {
	height: 450px;
	width: 20%;
	/* border: 5px solid green; */
	margin-left: 80%;
	margin-top: -450px;
	float: left;
}
.imablock1,
.imablock2,
.imablock3,
.imablock4 {
	height: 112.5px;
	width: 100%;
	padding: 5px;
	border: var(--borde-rojo);
	display: block;
}
.imablock1{
	border-radius: 10px 10px 0 0;
}
.imablock4 {
	border-radius: 0 0 10px 10px;
}
.enl {
	height: 40px;
	width: 100%;
	padding-top: 15px;
	text-align: center;
	font-size: .8em;
	line-height: 40px;
	display: block;
}
.nav {
	width: 100%;
	height: 10px;
	display: block;
	line-height: 10px;
}
.sig {
	height: 50px;
	width: 50%;
	text-align: right;
	padding-right: 5px;
	padding-top: 14px;
	font-size: 1em;
	border-radius: 10px 10px 10px 10px;
	color: white;
	display: block;
}
.iconos {
	height: 50px;
	width: 50%;
	padding-top: 11px;
	margin-top: -50px;
	margin-left: 50%;
	border-radius: 10px 10px 10px 10px;
	display: block;
}
.yt {
	background: var(--color);
	height: 25px;
	width: 25px;
	padding: 4px 2px;
	border: .5px solid black;
	margin-left: 5px;
	margin-top: -1px;
	border-radius: 3px;
	display: inline-block;
}
.in {
	background: var(--color);
	height: 25px;
	width: 25px;
	padding: 2px;
	border: .5px solid black;
	border-radius: 3px;
	margin-top: -29px;
	margin-left: 33px;
	display: block;
}	
.fa {
	background: var(--color);
	height: 25px;
	width: 25px;
	padding: 2px;
	border: .5px solid black;
	border-radius: 3px;
	margin-top: -25px;
	margin-left: 61px;
	display: block;
}
.tw {
	background: var(--color);
	height: 25px;
	width: 25px;
	padding: 2px;
	border: .5px solid black;
	border-radius: 3px;
	margin-top: -25px;
	margin-left: 89px;
	display: block;
}
.aside {
	background-color: rgb(6, 20, 216);
	border: var(--borde-azul);
	border-radius: 10px 10px 10px 10px;
	height: 53px;
 	width: 100%;
}
.foot {
	height: 30px;
	width: 100%;
	background-color:  rgb(255,7,7);
	border: var(--borde-rojo);
	border-radius: 10px;
	margin-top: 1px;
}
.pfoot1,
.pfoot2 {
	color: white;
	font-size: .7em;
	text-align: center;
}

@media screen and (max-width: 800px) {
* {
	box-sizing: border-box;
	margin: 0px;
}	
.main {
	width: 100%;
	height: 400px;
}
.imam {
	height: 250px;
}
.pm {
	height: 150px;
	font-size: .8em;
}
.section {
	width: 100%;
	height: 100px;
	margin-top: 0;
	margin-left: 0;
}
.imablock1 {
	border-radius: 10px 0 0 10px;
}
.imablock1,
.imablock2,
.imablock3,
.imablock4 {
	width: 25%;
	height: 100px;
	display: block;
}	
.imablock2 {
	margin-left: 25%;
	margin-top: -100px;
}
.imablock3 {
	margin-left: 50%;
	margin-top: -100px;

}	
.imablock4 {
	margin-left: 75%;
	margin-top: -100px;
}
.imablock4 {
	border-radius: 0 10px 10px 0;
}
.enl {
	height: 30px;
	width: 100%;
	padding-top: 15px;
	text-align: center;
	font-size: .8em;
	line-height: 30px;
	display: block;
}
.nav {
	width: 100%;
	height: 25px;
	display: block;
	line-height: 25px;
}
.aside {
		width: 100%;
		height: 50px;
		margin-top: 100px;
		margin-left: 0;
		font-size: .8em;
}
.in {
	margin-top: -28px;
}
.pfoot1,
.pfoot2 {
	font-size: .5em;
	text-align: center;
}
}