@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* CSS Document */

/*  BODY  */
body {
	margin: 0px;
	padding: 0px;
	color: #23262f;
	font-family: 'Roboto', sans-serif;
	background: url("../image/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/*  HOME  */

.widgets {
	float: left;
	margin: 50px 0 0px 25%;
	width: 70%;
	overflow: auto;
}

.widgets p {
	display: block;
	float: left;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 35px;
	padding: 15px 0 0 0 !important;
	margin: 20px 0 0 0 !important;
	width: 100%;
	border-top: 1px solid #fff;
}

.widgets01 {
	width: 19.5%;
	float: left;
	overflow: auto;
	margin-right: 2%;
	padding: 15px 2%;
	border-radius: 5px;
}

.widgets02 {
	width: 19.5%;
	float: left;
	overflow: auto;
	padding: 15px 2%;
	border-radius: 5px;
}

.widgets03 {
	width: 19.5%;
	float: right;
	overflow: auto;
	margin-left: 2%;
	padding: 15px 2%;
	border-radius: 5px;
}

.widgets04 {
	width: 19.5%;
	float: right;
	overflow: auto;
	padding: 15px 2%;
	border-radius: 5px;
}

.widgets04 {
	width: 19.5%;
	float: right;
	overflow: auto;
	margin-left: 2%;
	padding: 15px 2%;
	border-radius: 5px;
}

.widgets05 {
	width: 96%;
	float: left;
	overflow: auto;
	padding: 15px 2%;
	border-radius: 5px;
	margin-bottom: 20px;
}

.widgets06 {
	width: 96%;
	float: right;
	overflow: auto;
	padding: 15px 2%;
	border-radius: 5px;
}

.widgeticons {
	width:20%;
	display: block;
	float: left;
	color: #fff;
	font-size: 35px;
	margin-right: 6%;
}

.widgeticons2 {
	width:10%;
	display: block;
	float: left;
	color: #fff;
	font-size: 25px;
	margin-right: 6%;
}

.widgets01 h1, .widgets02 h1, .widgets03 h1, .widgets04 h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	display: block;
	float: left;
	width: 65%;
	color: #fff;
}

.widgets05 h1, .widgets06 h1 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 300;
}

.superadjust {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.superadjust label {
	display: block;
	float:left;
	width: 40%;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-top: 7px;
}

.superadjust select {
	display: block;
	float:left;
	width: 26%;
	margin-right: 5%;
	padding: 10px 2%;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}

.superadjust input {
	display: block;
	float:left;
	width: 28%;
	padding: 10px 2%;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
	font-weight: 600 !important;
	margin-bottom: 10px;
}

.superadjust input:hover {
	opacity: 0.5;
}

.news button {
	color: #fff;
	padding: 10px 15px;
	display: block;
	font-size: 21px;
	float: right;
	border-radius: 5px;
	border: none;
	margin: 10px 20px 0 0;
	cursor: pointer;
}

.news button:hover {
	opacity: 0.5;
}

.news a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	font-size: 21px;
	float: right;
	border-radius: 5px;
	border: none;
	margin: 10px 20px 0 0;
	cursor: pointer;
	text-decoration: none;
}

.news a:hover {
	opacity: 0.5;
}

/*  NEWS  */

.newslist {
	background: #fff;
	border-radius: 5px;
}

.newslist h3 {
	text-align: center;
	margin: 0;
	padding: 20px;
	font-weight: 300;
	font-size: 28px;
	color: #fff !important;
	border-radius: 5px 5px 0 0;
}

.newsblock {
	border-top: 1px solid #e3e4ec;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
}

.newsblock h2 {
	font-weight: 300;
	margin: 5px 0;
	padding: 0;
}

.newsdate {
	font-size: 12px !important;
	color: #8d969c;
}

.newsblock p {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
}

.newsblock button {
	padding: 10px;
	background: #ca3324;
	color: #fff;
	font-weight: 500;
	border:none;
	border-radius: 5px;
	cursor: pointer;
}

.newsblock button:hover {
	opacity: 0.5;
}

/*  LOGIN  */

.indexwrap {
	width: 100%;
	height: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.login {
	background: #fff;
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	display: block;
	top: 25%;
	border-radius: 5px;
}

.login input {
	width: 70%;
	margin: 0 10% 10px 10%;
	padding: 10px 5%;
	background: #fff;
	border: 1px solid #d8dce5;
	border-radius: 2px;
}

.login label {
	width: 80%;
	margin: 10px 10%;
	padding: 0;
	background: #fff;
	text-align: center;
	display: block;
}

.login-btn {
	width: 80% !important;
	padding: 10px 0 !important;
	margin: 10px 10% 25px 10% !important;
	background: #1d212c !important;
	color: #fff !important;
	font-weight: 600;
	border: 1px solid #1d212c;
	border-radius: 3px !important;
}

.login-head {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background: #fbb936;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.login-head img {
	width: 30px !important;
	height: auto !important;
}

.login img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/*  MENU  */

.menu-div {
	background: #fff;
	display: block;
	width: 20%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 50px 0;
	height: 100%;
	height: 100vh;
	overflow: auto;
}

.menu-div img {
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
	height: auto;
}

.menu-div a {
	display: block;
	width: 90%;
	padding: 19px 0 19px 10%;
	height: auto;
	text-decoration: none;
	color: #0d1e25;
}

.menu-div a:hover {
	background: #f2f7f9;
}

.menu-div-sub {
}

.menu-selected {
	background: #f2f7f9;
}

.menu-div-sep {
	display: block;
	border-bottom: 1px solid #e3e4ec;
	padding: 0;
	margin: 0;
}

.color-1 {
	color:#0f5d91 !important;
}

.color-2 {
	color:#d54215 !important;
}

.color-3 {
	color:#fbb936 !important;
}

.color-4 {
	color:#4e910f !important;
	font-weight: 600 !important;
}

.color-5 {
	color:#ba1919 !important;
	font-weight: 600 !important;
}

.color-6 {
	color: #6E0066 !important;
}

.color-7 {
	color: #6E0066 !important;
}

.color-8 {
	color: #bb0000 !important;
}


.color-1bg {
	background:#0f5d91 !important;
}

.color-2bg {
	background:#d54215 !important;
}

.color-3bg {
	background:#fbb936 !important;
}

.color-4bg {
	background:#4e910f !important;
}

.color-5bg {
	background:#ba1919 !important;
}

.color-6bg {
	background: #6E0066 !important;
}


/*  HEADER  */

.header {
	float: left;
	margin: 50px 0 30px 25%;
	width: 70%;
	overflow: auto;
	background: #fff;
	border-radius: 5px;
}

.header h1 {
	display: block;
	float: left;
	color: #0f5d91;
	font-weight: 300;
	font-size: 28px;
	background: #fff;
	margin: 12px 0 0 20px;
	border-radius: 5px 0 0 5px;
}

.topicon {
	display: block !important;
	float: left !important;
	padding: 20px !important;
	color: #fff;
	font-size: 24px !important;
}

.header input, .header select {
	padding: 10px;
	display: block;
	float: right;
	border-radius: 3px;
	margin: 13px 20px 0 0;
	border: 1px solid #e3e4ec;
}

.fa-magnifying-glass, .fa-arrow-down-wide-short, .gugasearch {
	display: block;
	float: right;
	margin: 20px 20px 0 10px;
	color: #c1c9d1;
	font-size: 25px;
	border: none !important;
	background: none !important;
}


/*  BODY  */

.body-div {
	float: left;
	margin: 10px 0 50px 25%;
	width: 70%;
	overflow: auto;
	border-radius: 5px;
}

.formdiv {
	width:50%;
	margin: 50px auto 0px auto;
	border-radius: 5px;
	overflow: auto;
	background: #fff;
	min-height: 100px;
}

.formdiv h1 {
	text-align: center;
	margin: 0;
	padding: 20px;
	font-weight: 300;
	font-size: 28px;
	color: #fff !important;
	border-radius: 5px 5px 0 0;
}

/*  FORM  */

.innerform {
	border-radius: 5px;
	width: 90%;
	padding: 20px 5% 30px 5%;
	margin: 30px 0;
}

.innerform h1 {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	overflow: auto;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
}

.innerform1 {
	width:20%;
	margin-right: 3%;
	padding: 10px 2%;
	border: none;
	border-radius: 3px;
}

.innerform2 {
	width:45%;
	margin-right: 3%;
	padding: 10px 2%;
	border: none;
	border-radius: 3px;
	
}

.innerformbtn {
	width:19%;
	padding: 10px 2%;
	border: none;
	border-radius: 3px;
	color: #fff;
	background: #d54215;	
}

.formlinefirst {
	padding-top:20px !important;
}
.formlinelast {
	margin: 0 !important;
	border: none !important;
}

.formline {
	display: block;
	overflow: auto;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e3e4ec;
	font-size: 16px !important;
}

.formdiv label {
	display: block;
	width: 20%;
	margin: 10px 0 0 5%;
	float: left;
}

.formdiv input, .formdiv select {
	display: block;
	width: 65%;
	padding: 8px 10px;
	margin: 0 0 0 5% ;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #525458;
	float: left;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
}

.formdiv p {
	display: block;
	width: 65%;
	padding: 8px 0;
	margin: 0 0 0 5% ;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	float: left;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
	color: #858994;
}

.formdiv textarea {
	display: block;
	width: 65%;
	padding: 8px 0;
	margin: 0 0 0 5% ;
	border-top: none;
	border-left: none;
	border-right: none;
	border: 1px solid #525458;
	float: left;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
	border-radius: 3px;
}


.size01 {
	width: 30% !important;
	margin: 0 35% 0 5% !important;
}

.size02 {
	width: 15% !important;
	margin: 0 55% 0 5% !important;
}

.nofloat {
	float: none;
}

.big-button {
	cursor: pointer;
	width: 100% !important;
	padding: 20px 5% !important;
	margin: 0 !important;
	border-radius: 0 0 5px 5px;
	background:#4e910f !important;
	color: #fff !important;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	border: none !important;
}

.big-button:hover {
	opacity: 0.5;
}

/*  BODY TABLES */

.first-row {
	margin-left: 20px;
}

.last-row {
	margin-right: 20px;
}

.userform {
}

.body-div table {
	border-radius: 5px;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	text-align: center;
}

.userform thead {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.userform tr {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.userform th {
	margin: 0;
	padding: 20px 10px;
	border: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.userform td  {
	border-top: 1px solid #e3e4ec;
	padding: 20px 0;
	margin: 0;
}

.userform button {
	padding: 15px;
	border: none;
	margin: 0 0 0 5%;
	width: 90%;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.userform button:hover {
	opacity: 0.5;
}

/*  EMITIR VOUCHERS  */


.vouchers {
	width:50%;
	margin: 50px auto 0px auto;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	min-height: 100px;
	padding-bottom: 20px;
}

.vouchers h1 {
	text-align: center;
	margin: 0;
	padding: 20px 0 10px 0;
	font-weight: 300;
	font-size: 28px;
	color: #fff !important;
	border-radius: 5px 5px 0 0;
}

.vouchers label {
	display: block;
	width:  90%;
	padding: 20px 5% 0 5%;
	text-align: center;
}

.vouchers input {
	background: #F0F0F0;
	text-align: center;
	display: block;
	width:  80%;
	margin: 10px 5% 20px 5%;
	padding: 10px 5%;
	border-radius: 5px;
	border: none;
}

.vouchers button {
	display: block;
	width:  90%;
	margin: 20px 5%;
	border:none;
	padding: 15px 0;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
}

.vouchermessage {
	display: block;
	width: 100%;
	text-align: center;
	color: #6F798C
}

/*  FOOTER  */

.footer {
	background: #fff;
	display: block;
	width: 20%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0;
	overflow: auto;
}

.footer img {
	width: 100% !important;
	height: auto;
	margin-left: 0 !important;
}