@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	 
}
body{
	font-family: 'Noto Sans', sans-serif;
}
header{
	width: 100%;
	height: 50px;
	background: #F08080;
	color: #fff;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.contenedor{
	width: 98%;
	margin: auto;
}
h1{
	float: left;
}

header .contenedor{
	display: table;
}
section{
	width: 100%;
	margin-bottom: 25px;
}

#bienvenidos{
	text-align: center;
}

#bienvenidos h2{
	font-size: 40px;
}
encabezado{

	width: 100%;

	height: 70px;

	background: #F08080;

	color: #fff;



	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	padding: 10px;

}
.imgencabeza {height: 500px}

bandera{font-size: 50px;}
parrafo{font-size: 50px;}

@media screen and (max-width:1280px){
	bandera{font-size: 30px;}
	parrafo{font-size: 30px;}
	 
}

@media screen and (max-width: 800px){
	bandera{font-size: 20px;}
	parrafo{font-size: 20px;}
}

