/*Fonts Prymera*/
@font-face {
	font-family: "Bariol";
	src: url('/javax.faces.resource/fonts/Bariol_Regular.otf.xhtml');
	src: url('/javax.faces.resource/fonts/Bariol_Regular.otf.xhtml')
		format('embedded-opentype'), url(/fonts/Bariol_Regular.otf);
}

body {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
	/*background-image: url(/images/isotipo-prymera.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: right;
	background-attachment: scroll;
	background-size: auto 75%;*/
}

.primera-panel-rigth {
	background-image: url(/images/isotipo-prymera.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	max-width: 100%;
	object-fit: cover;
}

.prymera-header {
	height: 12em;
	left: 0em;
	top: 22em;
/* 	max-height: 10.2em; */
	margin-bottom: -7.5% !important;
	background-image: linear-gradient(to bottom, #072e6e 2%, #21519c calc(72% - 3em),
		white 0%) !important;
	margin-left: inherit !important;
}

.prymera-logo {
	position: relative !important;
	margin-top: 0.5em;
	width: 150px;
}

.prymera-title {
	text-align: center;
	color: #21519c !important;
	font-family: 'Bariol', sans-serif;
	font-size: 2.6rem !important;
}

.prymera-text {
	color: #21519c !important;
	font-family: Bariol, sans-serif, "Helvetica Neue", Arial,
		Helvetica !important;
	font-size: 1.2rem !important;
	font-weight: normal !important;
}

.prymera-inputtext {
	color: #21519c !important;
	font-family: Bariol, sans-serif, "Helvetica Neue", Arial,
		Helvetica !important;
	font-size: 1.2rem !important;
	font-weight: normal !important;
}

.prymera-consultar {
	background-color: #f0b947 !important;
	font-family: Bariol, sans-serif, "Helvetica Neue", Arial,
		Helvetica !important;
	color: #fff;
	text-shadow: none;
	font-size: 1.125em !important;
	border: none !important;
}