@font-face {
    font-family: 'biennaleregular';
    src: url("font/biennale-regular-webfont.woff")format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'biennalesemibold';
    src: url("font/biennale-semibold-webfont.woff")format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'biennaleblack';
    src: url("font/biennale-black-webfont.woff")format('woff');
    font-weight: 700;
    font-style: bold;
}
html{
	font-size: 100%;
}
body{
	padding: 0;
	margin: 0;
	color: #2B3D46;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}
div{
	box-sizing: border-box;
}
h2{
	font-family: 'biennalesemibold', Arial, Helvetica,sans-serif;
	color: #FF7900;
	font-weight: 600;
	font-size: 3em;
	margin-bottom: 0;
	line-height: 100%;
}
h1{
	font-family: 'biennaleregular', Arial, Helvetica,sans-serif;
	font-size: 2.75em;
	line-height: 110%;
	font-weight: 300;
}
h3{
	font-size: 1em;
	margin-top: 0;
}
a{
	transition: all 0.3s;
	text-decoration: none;
	color: #2B3D46;
	box-sizing: border-box;
}
a:hover{
	color: #FF7900;
}
p{
	padding: 0 0.5em;
}
strong{
	font-weight: 700;
}
footer{
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 0.75em;
}
.header{
	background-color: #D0E9F1;
	padding: 1.25rem;
	margin-bottom: 1.875em;
}
.headerPatito img{
	max-width: 80%;
	height: auto;
}
.cajaHeader{
	background-color: #0C83BC;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 10%;
	padding: 1.875rem;
	border-radius: 2.5rem;
	border-top-right-radius: 9.375rem;
}
.headerTexto{
	text-align: left;
}
.contPrincipal{
	max-width: 990px;
	margin: 0 auto;
	padding: 1em;
}
.textoNormal{
	font-size: 1.75em;
	margin-top: 0.625em;
}
.postulacion{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.cuadroDestacado{
	background-color: #FFDFB8;
	border-radius: 1.625rem;
	border-top-right-radius: 5.625rem;
	padding: 1.25em 2em 1.25em 1.5em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
}
.cuadroDestacado .textoListado{
	text-align: left;
}
.cuadroDestacado .textoListado li{
	color: #FF7900;
	margin-bottom: 30px;
}
.cuadroDestacado .textoListado li:last-child{
	margin-bottom: 0;
}
.cuadroDestacado .textoListado li span{
	color: #2B3D46;
}
.textoDestacado{
	font-size: 1.875em;
	font-weight: bold;
}
.textoDestacado strong{
	color: #FF7900;
}
.cajaBoton{
	margin-bottom: 1.875em;
}
.boton{
	font-family: 'biennaleblack', Arial, Helvetica,sans-serif;
	font-size: 2.25em;
	font-weight: 700;
	background-color: #FF7900;
	border-radius: 0.5em;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 0;
	display: block;
	width: 100%;
	max-width: 11em;
	margin: 0 auto ;
	border: 4px solid transparent;
}
.boton:hover{
	background-color: #0257A0;
	color: #fff;
}
.btnSecund{
	background-color: transparent;
	border-color: #FF7900;
	color: #FF7900;
}
.btnSecund:hover{
	background-color: #D70032;
	color: #fff;
	border-color: transparent;
}
@media all and (max-width:425px){
	.headerTexto {
    	font-size: 0.75em;
	}
	.cuadroDestacado{
		border-radius: 1.125rem;
		border-top-right-radius: 4rem;
		padding: 1.25em 1.5em 1.25em 1em;
		font-size: 1.25em;
	}
	.textoNormal{
		font-size: 1.5em;
	}
}