@font-face {
	font-family: "Allianz Neo Bold";
	src: url("fonts/AllianzNeo-Bold.woff2") format("woff2"),
	url("fonts/AllianzNeo-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Allianz Neo Light";
	src: url("fonts/AllianzNeo-Light.woff2") format("woff2"),
	url("fonts/AllianzNeo-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Allianz Neo Medium";
	src: url("fonts/AllianzNeo-SemiBold.woff2") format("woff2"),
	url("fonts/AllianzNeo-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Allianz Neo Regular";
	src: url("fonts/AllianzNeo-Regular.woff2") format("woff2"),
	url("fonts/AllianzNeo-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.contenedor-allianz{
	width: 734px;
	background-color: #CFE9EE;
	padding: 100px;
	box-sizing: border-box;
}
.texto-allianz{
	font-size: 22px;
    line-height: 38px;
	font-family: "Allianz Neo Regular",sans-serif;
	color: #003781;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
}
