/*@import "reset.min.css";*/

@font-face {
	font-family: 'open_sansbold';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold_italic';
	src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansextrabold';
	src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansextrabold_italic';
	src: url("../fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansitalic';
	src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight';
	src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight_italic';
	src: url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanssemibold';
	src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanssemibold_italic';
	src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body .container {
	margin: 0 auto;
	max-width: 90%;
}

@media (min-width: 1024px) {
	body .container {
		max-width: 1140px;
		padding: 0 50px;
	}
}

body #form {
	position: relative;
	width: 100%;
	margin-top: 50px;
}

@media (min-width: 1024px) {
	body #form {
		margin-top: 100px;
	}
}

body #form h2 {
	font-family: 'open_sansbold';
	font-size: 19px;
	line-height: 24px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	body #form h2 {
		font-size: 30px;
		line-height: 36px;
	}
}

body #form h2 br {
	display: none;
}

@media (min-width: 1024px) {
	body #form h2 br {
		display: block;
	}
}

body #form p {
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: center;
}

body #form p strong {
	display: block;
	font-family: 'open_sansbold';
}

body #form form {
	position: relative;
	width: 100%;
	margin: 35px auto 0 auto;
}

@media (min-width: 1024px) {
	body #form form {
		width: 80%;
	}
}

body #form form input[type="text"],
body #form form select {
	background: url("../images/ico-form.svg") no-repeat left center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #e5e5e5;
	font-family: 'open_sansregular';
	color: #000;
	padding: 8px 0 8px 25px;
	width: calc(100% - 25px);
	margin: 7px 0;
	box-sizing: content-box;
	font-size: 16px;
	-webkit-appearance: none;
}

@media (min-width: 1024px) {
	body #form form input[type="text"],
	body #form form select {
		width: calc(50% - 133px);
		margin: 7px 50px;
	}
	#form-login-error-message{
		margin-left: 50px;
	}
}

body #form form input[type="text"]:focus,
body #form form select:focus {
	background: url("../images/ico-form-hover.svg") no-repeat left center;
	border-bottom: 2px solid #FFC107;
	outline: none;
}

body #form form input[type="text"].error,
body #form form select.error {
	background: url("../images/ico-form-error.svg") no-repeat left center;
	border-bottom: 2px solid #f00;
}

body #form form input[type="password"],
body #form form select {
	background: url("../images/ico-form-password.svg") no-repeat left center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #e5e5e5;
	font-family: 'open_sansregular';
	color: #000;
	padding: 8px 0 8px 25px;
	width: calc(100% - 25px);
	margin: 7px 0;
	box-sizing: content-box;
	font-size: 16px;
	-webkit-appearance: none;
}

@media (min-width: 1024px) {
	body #form form input[type="password"],
	body #form form select {
		width: calc(50% - 133px);
		margin: 7px 50px;
	}
}

body #form form input[type="password"]:focus,
body #form form select:focus {
	background: url("../images/ico-form-password-hover.svg") no-repeat left center;
	border-bottom: 2px solid #FFC107;
	outline: none;
}

body #form form input[type="password"].error,
body #form form select.error {
	background: url("../images/ico-form-password-error.svg") no-repeat left center;
	border-bottom: 2px solid #f00;
}

body #form form optgroup {
	font-family: 'open_sansregular';
	padding-left: 25px;
}

body #form form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

body #form form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

body #form form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}

body .header-title {
	margin-top: 120px;
}

@media (min-width: 1024px) {
	body .header-title {
		margin-top: 100px;
	}
}

body .header-title h3 {
	font-family: 'open_sansbold';
	font-size: 36px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 70px;
}

body .header-title p {
	font-family: 'open_sansregular';
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 24px;
	color: #000;
}

/* ============================================================
 * LOGIN
 * ============================================================
 */

@supports (grid-gap: 1rem) {
	.grid {
		grid-gap: 1rem;
	}
	.item {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.product {
	color: white;
	padding: 2rem;
	height: 15rem;
	text-align: center;
}

.product a {
	font-family: 'open_sansregular';
	src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 15px;
}

.groups-products {
	background-color: #0288D1;
	min-height: 55%;
	max-width: 100%;
	margin-top: 120px;
	margin-bottom: 120px;
}

@media (min-width: 600px) {
	.groups-products {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}

.products-description {
	font-family: 'open_sansbold';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 36px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.product-name {
	font-family: 'open_sansbold';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 22px;
}

.product-name-description {
	font-family: 'open_sansbold';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	color: black;
	font-size: 36px;
	text-align: center;
	padding-top: 2%;
}

.btn-efetuar-login {
	background-color: #66B9FF;
	border-radius: 30px;
	border: none;
	color: white;
	padding: 6px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 10px 2px;
	cursor: pointer;
	font-family: 'open_sansbold';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 16px;
}

.btn-esqueci-a-senha {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	position: relative;
	text-decoration: underline;
	font-family: 'open_sansregular';
	src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 15px;
}

.product-form {
	background-color: #EEEEEE;
	display: none;
	max-width: 1200px;
	height: 38rem;
	margin: 5rem auto;
}


.product-form-name {
	color: #0288D1;
}

.product p {
	margin-top: 15px;
	margin-bottom: 15px;
}


/*
 * FORM LOGIN
*/

#form-login-error-message {
	color: red;
	font-family: 'open_sansbold';
	font-size: 15px;
	margin-top: 1em;
	text-align: left;
}

#form-login input[type=submit] {
	float: right;
	margin-top: 1em;
}

#form-login input[type=submit] {
	background: #ffc107;
	border: none;
	font-family: 'open_sansbold';
	font-size: 15px;
	margin: 30px 0 0 15px;
	padding: 10px 30px;
	display: inline-block;
	position: relative;
}

#form-login button {
	float: right;
	margin-top: 1em;
}

#form-login button {
	background: #dddddd;
	font-family: 'open_sansbold';
	font-size: 15px;
	margin: 30px 0 0 0;
	padding: 8px 15px;
	display: inline-block;
	position: relative;
}

/* ============================================================
 * SOBRE A LGPD
 * ============================================================
 */

#sobre-a-lgpd .groups {
	max-width: 1280px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	grid-gap: 1rem;
	float: left;
}


/* Screen larger than 600px? 1 column */

@media (min-width: 600px) {
	#sobre-a-lgpd .groups {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}


/* Screen larger than 900px? 2 columns */

@media (min-width: 900px) {
	#sobre-a-lgpd .groups {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

#sobre-a-lgpd .text-group hr {
	border: 2px solid #FFB100;
	max-width: 150px;
	margin: 0px;
}

#sobre-a-lgpd .text-group h3 {
	color: #2C6F9E;
	display: inline-block;
	font-family: 'open_sansregular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	text-align: left;
	text-transform: initial;
	padding-right: 3rem;
}

#sobre-a-lgpd .text-group h4 {
	display: inline-block;
	font-family: 'open_sansregular';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	text-transform: initial;
	margin-top: 1rem;
	padding-right: 3rem;
}

#sobre-a-lgpd .text-group h5 {
	display: inline-block;
	font-family: 'open_sansregular';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	text-transform: initial;
	margin-top: 1rem;
	padding-right: 3rem;
}

#sobre-a-lgpd .text-group {
	padding-top: 5rem;
}

#sobre-a-lgpd p,
#sobre-a-lgpd .text-group,
#sobre-a-lgpd .text-group p {
	padding: 1rem;
	text-align: justify;
	font-family: 'open_sanslight';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

#sobre-a-lgpd .text-group:first-child {
	margin-right: 20px;
}

#sobre-a-lgpd .text-group:last-child {
	margin-left: 20px;
}

#sobre-a-lgpd .text-group a {
	color: initial;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	float: right;
}

#sobre-a-lgpd .text-group a:visited {
	color: initial;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

#sobre-a-lgpd .links {
	max-width: 1280px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	grid-gap: 1rem;
	float: left;
}


/* Screen larger than 600px? 1 column */

@media (min-width: 600px) {
	#sobre-a-lgpd .links {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}


/* Screen larger than 900px? 2 columns */

@media (min-width: 900px) {
	#sobre-a-lgpd .links {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}

#sobre-a-lgpd .link-group hr {
	border: 2px solid #FFB100;
	max-width: 150px;
	margin: 0px;
}

#sobre-a-lgpd .link-group h3 {
	color: #2C6F9E;
	display: inline-block;
	font-family: 'open_sansregular';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	text-align: left;
	text-transform: initial;
	padding-right: 3rem;
}

#sobre-a-lgpd .link-group h4 {
	display: inline-block;
	font-family: 'open_sansregular';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	text-transform: initial;
	margin-top: 1rem;
	padding-right: 3rem;
}

#sobre-a-lgpd .link-group h5 {
	display: inline-block;
	font-family: 'open_sansregular';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	text-transform: initial;
	margin-top: 1rem;
	padding-right: 3rem;
}

#sobre-a-lgpd .link-group {
	padding-top: 5rem;
}

#sobre-a-lgpd p,
#sobre-a-lgpd .link-group,
#sobre-a-lgpd .link-group p {
	padding: 1rem;
	text-align: justify;
	font-family: 'open_sanslight';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

#sobre-a-lgpd .link-group a {
	color: initial;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	float: left;
}

#sobre-a-lgpd .link-group a:visited {
	color: initial;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

#lgpd-na-orizon {
	width: 100%;
	float: left;
}

#dpo-botIframe {
	z-index: 9999 !important;
}

.ver-mais-seta {
	margin-left: -20px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}