/*
font-family: 'Open Sans', sans-serif;
font-family: 'Overlock SC', cursive;
font-family: 'Quicksand', sans-serif;
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	color: #534741;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	min-height: 100vh;
	background-color: #ebddd8;
}
* {
	box-sizing: border-box;
	margin: 0;
	border: none;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
h1 {
	font-size: 48px;
}
h4 {
	margin-bottom: 0.5em;
}
p { 
	margin: 0;
	padding: 0.35em 0;
}
ul, ol {
	margin: 0.7em 0 0.7em 0.7em;
	padding-left: 0.5em;
}
li {
	padding: 0.25em 0;
}
.wMax {
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}

.error {
	text-align: center;
	margin: 50px 35px;
}

a, a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* FOOTER */
footer {
	background: #C6C8C9;
	font-size: 17px;
	line-height: 1.3em;
}
footer .wMax {
	max-width: 1150px;
	padding: 25px 25px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
footer .wMax > * {
	text-align: center;
}
footer .tangram img {
	width: 270px;
}
footer .unisef {
	display: flex;
	justify-content: center;
}
footer .unisef > div {
	text-align: left;
	font-size: 9px;
}
footer .menu {
	display: flex;
	justify-content: center;
}
footer .menu ul {
	list-style: none;
	text-align: left;
	padding: 0 0 0 32px;
	margin: 0;
	border-left: 1px solid #6D6E71;
}
footer .menu ul li {
	padding: 4px 0;
	margin: 0;
}
footer a, footer a:visited {
	color: #58595B;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer .download {
	text-transform: uppercase;
}
footer .download img {
	margin-bottom: 4px;
}
footer .bottom {
	background: #A1A3A4;
	height: 27px;
}
/* /FOOTER */


/* MEDIA QUERIES */
@media (max-width: 1400px) {
	footer { font-size: 0.9em; }
	/*footer .wMax { justify-content: center; }*/
	footer .tangram img { width: 260px; }
	
}
@media (max-width: 1200px) {
	footer .tangram img { width: 250px; }
	/*footer .wMax > * { width: 30%; }
	footer .unisef, .footer .in .defensoria { width: 32% }*/
	footer .bottom { height: 20px; }
}

@media (max-width: 992px) {
	footer { font-size: 0.85em; }
	footer .tangram img { width: 240px; }
	footer .wMax { justify-content: center; }
	footer .wMax > * { width: 40% !important; }
}
@media (max-width: 768px) {
	body { font-size: 19px; }
	footer .tangram img { width: 230px; }
	footer .bottom { height: 14px; }
}

@media (max-width: 576px) {
	body { font-size: 18px; }
	footer { font-size: 0.8em; }
	footer .tangram img { width: 220px; }
	footer .wMax > * { width: 100% !important; }
	footer .menu ul { border: none; text-align: center; padding: 0; }
	footer .bottom { height: 10px; }
}

/* /MEDIA QUERIES */
