/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');

body {
	background-color:#0F2E4A;
	color:#fff;
	font-family: "Red Hat Text", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size:16px;
	font-size:1rem;
	text-align: center;
	padding:1rem 2rem;
}

h1 {
	font-size:2.75rem;
	margin:1.5rem 0 1.25rem 0;
	font-family: "Zalando Sans Expanded", serif;
}

h2 {
	font-size:2rem;
	margin: 1.5rem 0 1.25rem 0;
	font-family: "Zalando Sans Expanded", serif;
}

h2.desc {
	font-size: 1.15rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: normal;
}
h3 {
	font-size:1.75rem;
	margin: 1.5rem 0 1.25rem 0;
}

h4 {
	font-size:1.15rem;
	margin: 1.5rem 0 1.25rem 0;
	font-family: "Zalando Sans Expanded", serif;
	color:gold;
}

a, a:link {
	color:goldenrod;
	text-decoration: none;
}

a:hover, a:focus {
	color:beige;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height:auto;
	margin:1rem;
}

.flag img {
	max-with:32px!important;
	height:auto;
	margin:1rem;
}

.titular {
	text-align: center!important;
	margin:3rem 0 2rem 0;
}

.subtitular {
	text-align: center!important;
	margin:-1rem 0 2rem 0;
}

.idioma {
	padding: 1rem 2rem;
}
.container {
	max-width:1200px;
	height:auto;
	margin:0 auto;
}
