@font-face {
	font-family: 'Inter';
	src: url('fonts/inter/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Light';
	src: url('fonts/inter/Inter-Light.woff') format('woff');
}

@font-face {
	font-family: 'Inter-ExtraLight';
	src: url('fonts/inter/Inter-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Thin';
	src: url('fonts/inter/Inter-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('fonts/inter/Inter-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Inter-SemiBold';
	src: url('fonts/inter/Inter-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('fonts/inter/Inter-Bold.woff') format('woff');
}



body {
	margin: 0px;
	padding: 0px;

	font-family: 'Inter', sans-serif;

	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}


.clear {
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
	float: none;
}

._1 {
	height: 1px;
}

._5 {
	height: 5px;
}

._10 {
	height: 10px;
}

._20 {
	height: 20px;
}

._30 {
	height: 30px;
}

._50 {
	height: 50px;
}

._100 {
	height: 100px;
}



.header {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: 60px;
}

.header.companies {
	/*	background-color: #FFCE2F;*/
	background-color: #ffb509;
}

.header .center {
	flex: 1;
	display: flex;
	align-items: center;
	width: 90vw;
	height: auto;
	margin: 0 auto;
}

.header .center .logo {
	flex: 0 1 200px;
	width: auto;
	max-width: 200px;
}

.header .center .logo img {
	height: 35px;
}

.flex-space {
	display: flex;
	flex: 1 1 auto;
	height: 40px;
}

nav {
	flex: 1 0 auto;
	display: flex;
	gap: 0px;
}

nav ul {
	display: flex;
	gap: 0px;
	list-style: none;
	margin-left: auto;
	font-family: 'Inter-Regular', sans-serif;
}

nav li+li {
	margin-left: 1.5rem;
}

nav a {
	color: #63450B;
	text-decoration: none;
	transition: color 0.2s;
	font-size: 14px;
}

nav a:hover {
	color: #191101;
}

.header.companies nav a {
	color: #8F681C;
}

.header.companies nav a:hover {
	color: #191101;
}

.header .signup {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 33px;
	border-radius: 17px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFBA2F;
	color: #63450B;
	text-decoration: none;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
}

.header .signup:hover {
	background-color: #FDB117;
}

.header.companies .signup {
	background-color: #D2930B;
	color: #FBE5BA;
}

.header.companies .signup:hover {
	background-color: #B78009;
	color: #FBE5BA;
}

.header .login {
	color: #8F681C;
	text-decoration: none;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
}

.header .login:hover {
	color: #191101;
}


/*

*/

.menu-bar {
	flex: 0 0 auto;
	display: none;
	width: 200px;
	height: auto;
	margin-top: -50px;
	margin-left: 20px;
	padding: 15px 20px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, .1), 2px 3px 4px rgba(0, 0, 0, .2);
	background-color: rgba(255, 255, 255, 1.0);

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.icon-close {
	display: none;
	width: 35px;
	height: 35px;
	border-radius: 6px;
	background-color: #CCC;

	position: absolute;
	top: 10px;
	left: -10px;
}

.icon-close label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;

	cursor: pointer;
}

.icon-close img {
	height: 20px;
}

input[name="menu-box"] {
	display: none;
}

.item-menubar {
	display: block;
	width: 100%;
	height: 38px;
	margin-bottom: 15px;
}

.item-menubar a {
	display: flex;
	align-items: center;
	height: 38px;
	text-decoration: none;
	color: #7F8284;
}

.item-menubar a:hover {
	color: #010921;
	background-color: #EDF0F2;
	border-radius: 6px;
}

.item-menubar .font-icon {
	content: '';
	font-family: 'Icons';
	font-weight: 300;
	font-size: 30px;
	color: #394147;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 32px;
	margin-left: 5px;
	margin-right: 0px;
}

.item-menubar a:hover .font-icon {
	color: #011B03;
}

.item-menubar .title-menu {
	font-size: 14px;
	font-weight: 300;
}








#highlight {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: 470px;
	background: linear-gradient(155deg, #F4AB1F, #FFCE2F, #FFE48C);
}

.highlight-content {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	width: 90vw;
	height: auto;
	margin: 0 auto;

	position: relative;
}

.text-highlight {
	width: auto;
	max-width: 50%;
}

.main-title {
	display: block;
	font-family: 'Inter-Bold', sans-serif;
	font-size: 36px;
	color: #C70C0F;
}

.subtext {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 33px;
	color: #0C0801;
}

.second-subtext {
	display: block;
	font-family: 'Inter-Light', sans-serif;
	font-size: 18px;
	color: #0C0801;
	padding-top: 5px;
}

.highlight-image {
	height: auto;
	max-height: 480px;

	position: absolute;
	right: 100px;
	bottom: -80px;
}

.container {
	width: 100%;
	height: auto;
	min-height: 400px;
	padding-top: 80px;
	padding-bottom: 30px;
}

.container.about,
.container.about,
.container.faq,
.container.privacy {
	border-top: 1px solid #D1D4D8;
	padding-top: 10px;
}

.container.company {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 150px;
	padding-top: 30px;
}

.company.bigger-text {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 32px;
}

.btn-signup-company {
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 3px;
	border: none;
	outline: none;
	width: 100%;
	max-width: 320px;
	height: 38px;
	background-color: #08CB72;
	color: #FFF;

	cursor: pointer;
}

.btn-signup-company:hover {
	background-color: #0EAF66;
}

.container-title {
	display: block;
	font-family: 'Inter-Bold', sans-serif;
	font-size: 33px;
	color: #221E1E;
	padding-bottom: 20px;
}

.text-faq,
.text-privacy {
	display: block;
	width: 90%;
	height: auto;
	margin: auto;
	padding: 10px;
	padding-bottom: 30px;
}

.box-faq {
	font-family: 'Inter-Regular', sans-serif;
}

.box-faq h2 {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 18px;
	color: #000;
}

.box-faq p {
	font-family: 'Inter-Light', sans-serif;
	font-size: 18px;
	background: #c1c1c100;
	margin: 0px;
	margin-bottom: 30px;
}

.link {
	text-decoration: underline;
	color: #1578C4;
}

.center-container {
	width: 90vw;
	height: auto;
	margin: auto;
}

.item-container {
	display: block;
	height: auto;
	min-height: 250px;
	padding-bottom: 20px;
}

.item-title {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 26px;
}

.item-container.beneficios {
	margin-bottom: 20px;
}

.box-flex-container {
	display: flex;
	gap: 30px;
}

.item-flex-container {
	flex: 1 1 auto;
	width: auto;
	max-width: calc(100% / 3);
	height: auto;
	min-height: 200px;
	margin-bottom: 20px;
}

.item-image {
	display: block;
	margin-bottom: 10px;
}

.item-image img {
	width: 90px;
	height: 70px;
}

.item-title-content {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 21px;
}

.item-text-content {
	display: block;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 15px;
	color: #4D5155;
	padding-top: 8px;
}

.item-partner {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}

.item-link {
	text-decoration: none;
	color: #0979C7;
}

.item-link:hover {
	text-decoration: underline;
}


.btn-products {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	height: 40px;
	font-size: 17px;
	background-color: #0C78F1;
	color: #FFF;
	border: none;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.btn-products:hover {
	background-color: #0B69D3;
}

.btn-products img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(108%) contrast(101%);
}


.cinput {
	display: block;
	width: 100%;
	height: 44px;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
}

.cinput label {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;

	pointer-events: none;
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.label-name {
	position: absolute;
	left: 11px;
	top: 14px;

	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
	color: #A2A9AD;

	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.cinput input {
	filter: none;
}

.cinput input:-webkit-autofill,
.cinput input:-webkit-autofill:hover,
.cinput input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
	transition: background-color 5000s ease-in-out 0s;
}

.cinput input:-webkit-autofill+label>.label-name,
.cinput input:-webkit-autofill:hover+label>.label-name,
.cinput input:-webkit-autofill:focus+label>.label-name {
	transform: translateY(-130%);
	font-size: 11px;
	-webkit-text-fill-color: #666666;
}

.cinput input.fixed+label>.label-name,
.cinput input:valid+label>.label-name,
.cinput input:focus+label>.label-name {
	transform: translateY(-130%);
	font-family: 'Inter-Light', sans-serif;
	font-size: 13px;
	left: 5px;
	bottom: 10px;
}





/**
	STYLES HEADER ACTIONS
	FORM TABLE
**/

.header-actions {
	display: flex;
	justify-content: flex-end;
	height: 36px;
}

.header-actions input {
	width: auto;
	min-width: 260px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	margin-left: 20px;
	border: 1px solid #C5C5C5;
	outline: none;

	-webit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sub-actions {
	display: flex;
}

.sub-actions.flex-end {
	justify-content: flex-end;
}

.main-btn {
	width: auto;
	height: 45px;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	border: none;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #BCBCBC;
	color: #FFF;
	cursor: pointer;
}

.btn-new {
	width: auto;
	min-width: 120px;
	height: 35px !important;
	background-color: #2775DE;
	color: #fff;
}

.btn-new:hover {
	background-color: #125ABA;
}

.main-btn.save {
	min-width: 200px;
	background-color: #21AC4C;
}

.main-btn.save:hover {
	background-color: #199941;
}

.main-btn.pay {
	min-width: 200px;
	background-color: #21AC4C;
}

.main-btn.pay:hover {
	background-color: #199941;
}

.main-btn.create,
.main-btn.read {
	min-width: 220px;
	background-color: #21AC4C;
}

.main-btn.create:hover,
.main-btn.read:hover {
	background-color: #199941;
}

.main-btn.check {
	width: 100%;
	min-width: 220px;
	background-color: #21AC4C;
}

.main-btn.check:hover {
	background-color: #199941;
}

.btn-add {
	height: 38px;
	background-color: #277ED7;
	color: #FFF;
}

.btn-add:hover {
	background-color: #125ABA;
}

.btn-add:disabled {
	background-color: #9CB4C3;
	color: #F0F3F4;
}

.flex-table-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.icon-actions {
	width: 20px;
	height: 20px;
}

.icon-actions.edit {
	width: 18px;
	height: 18px;
}

.icon-actions.delete {
	width: 16px;
	height: 16px;
}

.icon-actions.filter {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.icon-actions.order {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: relative;
	background-color: #E8F0F630;
}

.icon-actions.order img {
	height: 18px;
	cursor: pointer;
}

.icon-actions.order:hover>.dropdown-order {
	display: block;
}

.icon-actions .dropdown-order {
	display: none;
	width: 200px;
	height: auto;
	min-height: 60px;
	padding: 10px 0px;
	border-radius: 3px;
	border: 1px solid #EFF0F2;
	background-color: #FFF;
	box-shadow: 1px 3px 6px rgba(0, 5, 0, 0.3);
	position: absolute;
	top: 36px;
	left: 0px;
}

.icon-actions .dropdown-order .item-dropdown {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 12px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.icon-actions .dropdown-order .item-dropdown:hover {
	background-color: #EAECEF;
	cursor: pointer;
}

.icon-actions .dropdown-order .item-dropdown.selected {
	background-color: #EAECEF;
}

.icon-actions .dropdown-order .item-dropdown.clear {
	color: #1477D3;
}



.link_table {
	text-decoration: none;
	color: #1477D3;
}

.link_table:hover {
	text-decoration: underline;
}







/*****
	STYLES FORM
*****/


.flex-form {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	gap: 30px;
	width: 100%;
	height: auto;
	min-height: 40px;
	margin-bottom: 25px;
}

.flex-form.column {
	align-items: inherit;
	flex-direction: column;
	gap: 5px;
}

.flex-form .ff {
	font-family: 'Inter-Light', sans-serif;
}

.flex-form .box-radio {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.flex-form .box-radio label {
	display: block;
	flex: 0 1 auto !important;
	font-family: 'Inter-ExtraLight', sans-serif;
	font-size: 14px;
	margin-left: 3px;
	cursor: pointer;
}

.flex-form.sale {
	margin-bottom: 15px !important;
}

.flex-form label {
	display: block;
	flex: 1;
	width: 100%;
	height: auto;
	min-height: 1px;
}

.flex-form label.no-flex {
	flex: 0;
}

.flex-form label.flex-zero {
	flex: 0;
}

.form-input-name {
	display: block;
	padding-bottom: 3px;
	font-size: 15px;
	font-family: 'Inter-Medium', sans-serif;
}

.item-bold {
	font-weight: bold;
}

.item-input {
	width: 100%;
	min-width: 100px;
	height: 38px;
	font-family: 'Inter', sans-serif;
	border-radius: 3px;
	border: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item-input::placeholder {
	color: #B5B5B5;
}

.item-input:focus {
	border: 1px solid #F7CB60;
	box-shadow: 0px 0px 8px #F7C44650;
}

.item-input.phone_input {
	min-width: 200px;
	max-width: 200px;
}

.item-input.cep {
	min-width: 120px;
}

.item-input.currency {
	max-width: 160px;
}

.item-input.doc {
	max-width: 300px;
}

.item-input.uf {
	min-width: 220px;
	max-width: 250px;
}

.item-input.number {
	min-width: 80px;
}

.item-input.refcode {
	font-size: 20px;
	text-align: center;
}

.item-select {
	width: auto;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
	outline: none;
	color: #000;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.item-select option:nth-child(1) {
	color: #B5B5B5;
}

.datalist {
	background-color: #c1c1c1;
}

.item-input-datalist {
	width: auto;
	min-width: 270px;
	height: 38px;
	font-family: 'Inter', sans-serif;
	border-radius: 3px;
	border: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item-input-datalist::placeholder {
	color: #B5B5B5;
}

.item-input-datalist:focus {
	border: 1px solid #876E58;
}

.item-textarea {
	width: 100%;
	height: auto;
	min-height: 80px;
	font-family: 'Inter', sans-serif;
	border-radius: 3px;
	border: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	resize: none;
}

.item-textarea::placeholder {
	color: #B5B5B5;
}

.item-textarea:focus {
	border: 1px solid #876E58;
}

.box-form-image {
	display: block;
	height: auto;
	margin-bottom: 25px;
}

.item-upload-image {
	display: flex;
	width: auto;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #E7E9EC;
	background-image: url('../assets/img_bck.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item-upload-image.big {
	max-width: 260px;
	height: 170px;
	background-size: 99%;
}

.item-upload-image.small {
	max-width: 80px;
	height: 80px;
	border-radius: 5px;
}

.item-upload-image label {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	cursor: pointer;
}

.input-image {
	font-size: 0px !important;
	display: none;
	width: 0px;
	height: 0px;
	border: none;
	padding: 0;
	opacity: 0;
}

.image-warning {
	font-size: 12px;
	color: #999;
}

fieldset {
	height: auto;
	min-height: 80px;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
}

.item-del-warning {
	display: block;
	font-size: 13px;
	color: #868787;
	padding-bottom: 10px
}

.item-cat {
	display: flex;
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	background-color: rgba(245, 240, 240, 1);
	border: 1px solid rgba(100, 100, 100, 0.3);
	border-radius: 3px;
	cursor: pointer;
}

.item-hour {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.item-hour .input-null {
	height: 10px;
	background-color: transparent;
	border: none !important;
	font-size: 13px;
	text-align: inherit;
}

.item-hour input {
	width: 80px;
	height: 25px;
	outline: none;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	text-align: center;
	font-size: 15px;
}

.item-hour input::placeholder {
	font-size: 14px;
	color: #CFD0D0;
}

.day-week {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	width: auto;
	min-width: 150px;
	max-width: 150px;
	background-color: #c1c1c101;
}

.data-hour {
	flex: 1 1 auto;
	display: flex;
	gap: 10px;
}

.type-close {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.type-close input {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}



.bck-slide {
	display: block;
	height: 18px;
	background-color: rgba(220, 220, 220, 0.96);
	width: 37px;
	position: relative;
	border-radius: 12px;
	cursor: pointer;
	float: left;
	margin-right: 0px;
	outline-style: none;
}

.bck-slide input {
	display: none;
	opacity: 0.4;
	outline-style: none;
}

.bck-slide label {
	display: block;
	height: 18px;
	width: 100%;
	position: absolute;
	left: 0px;
	border-radius: 12px;
	cursor: pointer;
	outline-style: none;
}

.bck-slide label circle {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 3px;
	background-color: #A3ABB1;
	border-radius: 8px;
	top: 2px;
}

.bck-slide input:checked+label {
	background-color: #D5E2EE;
	outline-style: none;
}

.bck-slide input:checked+label circle {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 20px;
	background-color: #2775DE;
	border-radius: 8px;

	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.bck-slide input:not(:checked)+label circle {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}





/*****
	STYLES TABLE
******/


#table {
	font-size: 14px;
	border-collapse: collapse;
	width: 100%;
}

#table thead {
	height: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Inter-Medium', sans-serif;
	text-align: left;
	background-color: #FFD236;
	color: white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#table thead td,
#table thead th {
	border: none;
	padding: 6px;
}

#table tbody {
	font-family: 'Inter-Light', sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

#table tbody tr {
	height: 30px;
}

#table tbody td,
#table tbody th {
	border-left: 1px solid #ddd;
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#table tbody td:last-child {
	border-right: 1px solid #ddd;
}

#table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

#table tbody tr:hover>td {
	border-right: 1px solid #D0D0D0;
	background-color: #E8E8E8;
}

#table tbody td a {
	text-decoration: none;
	outline-style: none;
}

.flex-table-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.icon-actions {
	width: 20px;
	height: 20px;
}

.icon-actions.edit {
	width: 18px;
	height: 18px;
}

.icon-actions.delete {
	width: 16px;
	height: 16px;
}

.link_table {
	text-decoration: none;
	color: #1477D3;
}

.link_table:hover {
	text-decoration: underline;
}

.link_table.selected {
	font-weight: 600;
}

.pagination {
	display: flex;
	gap: 15px;
}

.pagination span {
	display: block;
	width: auto;
	min-width: 28px;
	height: 28px;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px;
	background-color: #DDE0E3;
}

.pagination span.space {
	text-align: center;
	background-color: transparent;
}

.pagination span.selected {
	background-color: rgba(255, 200, 90, 1.0);
}

.pagination span.selected>a,
.pagination span.selected>a:hover {
	color: #FFF;
}

.pagination span>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	text-decoration: none;
	color: #000;
}

.pagination span>a:hover {
	color: #889FAB;
}







footer {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: auto;
	min-height: 150px;
	background-color: #FFCE2F;
	color: #fff;
	padding: 20px 0;
	padding-top: 40px;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1 1 auto;
	width: 90vw;
	height: auto;
	margin: auto;
	padding-bottom: 20px;
}

.logo-footer {
	flex: 0 1 200px;
	display: block;
	margin-bottom: 20px;
}

.logo-footer img {
	height: 40px;
}

.full-item-flex {
	flex: 1 1 200px;
	display: block;
	width: auto;
	height: auto;
	min-height: 100px;
}

.full-item-flex small {
	font-family: 'Inter-Bold', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #050505;
}

.full-item-flex ul {
	padding: 0px;
	margin-top: 10px;
}

.full-item-flex ul li {
	list-style-type: none;
	padding: 3px 0px;
}

.full-item-flex ul li a {
	font-size: 14px;
	color: #382604;
	text-decoration: none;
}

.full-item-flex ul li a:hover {
	text-decoration: underline;
}

.full-item-flex .data-contact {
	display: block;
	margin-top: 10px;
}

.phone {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 18px;
	color: #c70c0f;
}

.email {
	display: block;
	padding-top: 10px;
	font-family: 'Inter-Light', sans-serif;
	font-size: 15px;
	color: #000;
}

.copyright {
	width: 100vw;
}

.copyright span {
	display: block;
	width: 90vw;
	margin: auto;
	color: #000;
	font-family: 'Inter-Light', sans-serif;
	font-size: 14px;
}

.load {
	fill: transparent;
	height: 20px;
}

.load circle:nth-child(1) {
	animation: color 1s ease-out infinite .2s;
}

.load circle:nth-child(2) {
	animation: color 1s ease infinite .4s;
}

.load circle:nth-child(3) {
	animation: color 1s ease-in infinite .6s;
}

@keyframes color {
	from {
		fill: #CDCDCD;
	}

	to {
		fill: #3B3B3B;
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
	}
}

.load_white {
	fill: transparent;
	height: 20px;
}

.load_white circle:nth-child(1) {
	animation: color_white 1s ease-out infinite .2s;
}

.load_white circle:nth-child(2) {
	animation: color_white 1s ease infinite .4s;
}

.load_white circle:nth-child(3) {
	animation: color_white 1s ease-in infinite .6s;
}

@keyframes color_white {
	from {
		fill: #CDCDCD90;
	}

	to {
		fill: #FFFFFF;
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
	}
}

#alert-message {
	display: none;
}

.alert {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	font-size: 13px;
	border-radius: 3px;
	color: #4B6355;
	background-color: #DBEFE4;
}

.alert-success {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 3px;
	color: #4B6355;
	background-color: #DBEFE4;
}

.error {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	color: #9E5D5D;
	background-color: #EFDBDB;
}

.content-toggle-password {
	display: flex;
	width: 100%;
	height: 45px;
	position: relative;
}

.toggle-password {
	width: 30px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
}

.toggle-password {
	display: flex;
	width: 30px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C0.7%29%22%20d%3D%22M25%2013.89c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-2.37%2C5.79%20-7.86%2C10.77%20-16.22%2C11.12%20-9.02%2C-0.59%20-13.94%2C-5.18%20-16.22%2C-11.12%202.31%2C-5.72%207.05%2C-10.63%2016.22%2C-11.11zm0%203.74c-4.07%2C0%20-7.37%2C3.3%20-7.37%2C7.37%200%2C4.07%203.3%2C7.37%207.37%2C7.37%204.07%2C0%207.37%2C-3.3%207.37%2C-7.37%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37z%22%2F%3E%3Ccircle%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C0.7%29%3Bstroke%3A%20rgba%28112%2C112%2C112%2C0.7%29%3Bstroke-width%3A0.12%3Bstroke-miterlimit%3A22.9256%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%224.69%22%2F%3E%3C%2Fsvg%3E');
}

.toggle-password:hover {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C1.00%29%22%20d%3D%22M25%2013.89c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-2.37%2C5.79%20-7.86%2C10.77%20-16.22%2C11.12%20-9.02%2C-0.59%20-13.94%2C-5.18%20-16.22%2C-11.12%202.31%2C-5.72%207.05%2C-10.63%2016.22%2C-11.11zm0%203.74c-4.07%2C0%20-7.37%2C3.3%20-7.37%2C7.37%200%2C4.07%203.3%2C7.37%207.37%2C7.37%204.07%2C0%207.37%2C-3.3%207.37%2C-7.37%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37z%22%2F%3E%3Ccircle%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C1.00%29%3Bstroke%3A%20rgba%28112%2C112%2C112%2C1.00%29%3Bstroke-width%3A0.12%3Bstroke-miterlimit%3A22.9256%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%224.69%22%2F%3E%3C%2Fsvg%3E');
}

.toggle-password.toggle-checked {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%2831%2C31%2C31%2C0.7%29%22%20d%3D%22M25%2013.12c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-1.25%2C3.06%20-3.38%2C5.89%20-6.34%2C7.94l-3.55%20-4.16c0.66%2C-1.11%201.04%2C-2.4%201.04%2C-3.78%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37%20-0.97%2C0%20-1.89%2C0.19%20-2.74%2C0.53l-2.82%20-3.31c1.65%2C-0.52%203.49%2C-0.85%205.56%2C-0.96zm0%206.42c-0.28%2C0%20-0.56%2C0.03%20-0.83%2C0.08l5.26%206.16c0.17%2C-0.48%200.26%2C-1%200.26%2C-1.55%200%2C-2.59%20-2.1%2C-4.69%20-4.69%2C-4.69zm-12.18%20-9.57l4.3%205.03%200%200%203.1%203.63%20-0.01%200%201.74%202.04%200.01%20-0.01%206.09%207.14%200%200%201.73%202.04%200.01%200%203.03%203.55%200%200%204.35%205.1%20-1.79%201.54%20-4.85%20-5.68c-1.68%2C0.57%20-3.52%2C0.91%20-5.53%2C1%20-9.02%2C-0.59%20-13.94%2C-5.17%20-16.22%2C-11.12%201.26%2C-3.11%203.24%2C-5.98%206.25%2C-8.03l-4%20-4.69%201.79%20-1.54zm14.92%2021.11l-1.9%20-2.23c-0.28%2C0.05%20-0.56%2C0.07%20-0.84%2C0.07%20-2.59%2C0%20-4.69%2C-2.1%20-4.69%2C-4.69%200%2C-0.54%200.09%2C-1.06%200.26%2C-1.55l-1.9%20-2.22c-0.66%2C1.1%20-1.04%2C2.39%20-1.04%2C3.77%200%2C4.07%203.3%2C7.37%207.37%2C7.37%200.97%2C0%201.89%2C-0.19%202.74%2C-0.52z%22%2F%3E%3C%2Fsvg%3E');
}

.toggle-password.toggle-checked:hover {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%2830%2C30%2C30%2C1.00%29%22%20d%3D%22M25%2013.12c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-1.25%2C3.06%20-3.38%2C5.89%20-6.34%2C7.94l-3.55%20-4.16c0.66%2C-1.11%201.04%2C-2.4%201.04%2C-3.78%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37%20-0.97%2C0%20-1.89%2C0.19%20-2.74%2C0.53l-2.82%20-3.31c1.65%2C-0.52%203.49%2C-0.85%205.56%2C-0.96zm0%206.42c-0.28%2C0%20-0.56%2C0.03%20-0.83%2C0.08l5.26%206.16c0.17%2C-0.48%200.26%2C-1%200.26%2C-1.55%200%2C-2.59%20-2.1%2C-4.69%20-4.69%2C-4.69zm-12.18%20-9.57l4.3%205.03%200%200%203.1%203.63%20-0.01%200%201.74%202.04%200.01%20-0.01%206.09%207.14%200%200%201.73%202.04%200.01%200%203.03%203.55%200%200%204.35%205.1%20-1.79%201.54%20-4.85%20-5.68c-1.68%2C0.57%20-3.52%2C0.91%20-5.53%2C1%20-9.02%2C-0.59%20-13.94%2C-5.17%20-16.22%2C-11.12%201.26%2C-3.11%203.24%2C-5.98%206.25%2C-8.03l-4%20-4.69%201.79%20-1.54zm14.92%2021.11l-1.9%20-2.23c-0.28%2C0.05%20-0.56%2C0.07%20-0.84%2C0.07%20-2.59%2C0%20-4.69%2C-2.1%20-4.69%2C-4.69%200%2C-0.54%200.09%2C-1.06%200.26%2C-1.55l-1.9%20-2.22c-0.66%2C1.1%20-1.04%2C2.39%20-1.04%2C3.77%200%2C4.07%203.3%2C7.37%207.37%2C7.37%200.97%2C0%201.89%2C-0.19%202.74%2C-0.52z%22%2F%3E%3C%2Fsvg%3E');
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
	display: none;
}






/**
 *
 * STYLES SUCCESS
 */
.container-success {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}

.container-error {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}

.content-success,
.content-error {
	display: flex;
	flex-direction: column;
	width: 60%;
	height: auto;
	min-height: 350px;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
}

.content-success img,
.content-error img {
	height: 280px;
	margin-bottom: 20px;
}

.content-success .success-title,
.content-error .error-title {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 23px;
	text-align: center;
	color: #000;
}

.content-success .success-text,
.content-error .error-text {
	font-family: 'Inter-Light', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #999;
	margin-bottom: 10px;
}

.content-success .box-actions,
.content-error .box-actions {
	display: flex;
	justify-content: center;
}

.content-success .box-actions .btn-ok {
	width: 250px;
	height: 45px;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 21px;
	border: none;
	border-radius: 6px;
	color: #FFF;
	background-color: #16B167;
	cursor: pointer;
}

.content-success .box-actions .btn-ok:hover {
	background-color: #149859;
}

.content-error .box-actions .btn-close {
	width: 250px;
	height: 45px;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 21px;
	border: none;
	border-radius: 6px;
	color: #FFF;
	background-color: #B11D16;
	cursor: pointer;
}

.content-error .box-actions .btn-close:hover {
	background-color: #B11D16;
}








@media (max-width: 400px) {

	.content-success,
	.content-error {
		width: 80%;
	}

}
