@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	background: rgb(97,3,27);
	background: linear-gradient(180deg, rgba(21,160,58,1) 50%, rgba(3,111,21,1) 100%);
	font-family: 'Roboto', sans-serif;
}


.load-ajax.loading {
	z-index: 9999;
	opacity: 0.4;
}

.load-ajax {
	position: fixed;
    width: calc( 100% - 0em );
    height: calc( 100% - 0em );
    background: rgba(0,0,0,0.9);
	background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center;
    z-index: -1;
	opacity: 0;
	text-align:center;
	left:0;
	top:0;
}

.page {
	/*
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	*/
}

@media screen and (min-width: 180px) and (max-width: 780px) {
	.login-box {
		width: 100% !important;
	}
	
	.cols {
		width:100% !important;
		display: block !important;
	}
}


.login-box {
	width: 400px;
	margin:0 auto;
	/*
	background: #ffffff;
    padding: 26px;
    border-radius: 6px;
    box-shadow: 0px 5px 24px rgba(0,0,0,0.4);
	*/
}

.login-box .label {
	color: #ffffff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.4em;
	padding: 16px;
}

.login-box .item {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 14px 16px;
	margin-bottom:16px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.login-box .item input[type=tel],
.login-box .item input[type=text] {
	background: transparent;
	border: none;
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 1.1em;
	width: 100%;
}

.login-box .logo-box {
	text-align: center;
    padding: 0 0 26px 0;
}

.login-box .logo-box img {
	max-height:100px;
}

.login-box .address-box {
	padding:26px 0 0 0;
}

.login-box .address-box p {
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 1em;
	margin: 0 0 8px 0;
	text-align: center;
}

.login-box .address-box .whatsapp span i {
	color: #12a835;
}

.login-box .address-box .whatsapp span {
    color: #ffffff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
}

.login-box .address-box p a {
	color: #ffffff;
}




@media screen and (min-width: 180px) and (max-width: 780px) {
	.download-box {
		width: 100% !important;
	}
}

.download-box {
	width: 500px;
	margin:0 auto 26px auto;
}

.download-box .logo-box {
	text-align: center;
    padding: 0 0 6px 0;
}

.download-box .logo-box img {
	max-height:100px;
}

.download-box .download-header {
	font-weight: bold;
    color: #ffffff;
    width: calc( 100% - 32px );
    display: inline-block;
    padding: 26px 16px 16px 16px;
    font-size: 2em;
	text-align:center;
}

.download-box .download-subheader {
    color: #ffffff;
    width: calc( 100% - 32px );
    display: inline-block;
    padding: 0px 16px 16px 16px;
    font-size: 1.2em;
	text-align:center;
}

.download-box .download-links {
    display: table;
    table-layout: fixed;
	width: 100%;
}

.download-box .download-links a {
    display: table-cell;
	padding: 16px;
}

.download-box .download-links a img {
	width: 100%;
}






@media screen and (min-width: 180px) and (max-width: 780px) {
	.form-box {
		width: 100% !important;
	}
}

.form-box {
	width: 500px;
	margin:0 auto 26px auto;
}

.form-box .logo-box {
	text-align: center;
    padding: 0 0 6px 0;
}

.form-box .logo-box img {
	max-height:100px;
}

.form-box .form-header {
	font-weight: bold;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 26px 16px 16px 16px;
    font-size: 2em;
	text-align:center;
}

.form-box .form-form {
	background: #ffffff;
    border-radius: 10px;
	overflow: hidden;
}


.form-box .form-form .list-header {
	padding: 26px 16px 16px;
    background: #f4f4f4;
    font-weight: bold;
    text-transform: uppercase;
	font-size:0.8em;
	border-bottom: 0.55px solid #c8c7cc;
}

.form-box .form-form form {
	margin:0;
	padding-bottom:16px;
}

.form-item {
	border-bottom: 0.55px solid #c8c7cc;
	padding: 16px 16px 0;
}

.form-item.terms {
	background: #f4f4f4;
	border-bottom: none;
}

.form-item.terms .col:first-child {
	padding: 0 16px 0 0;
}

.form-item.terms .col:last-child {
	
}

.form-item.terms .col:last-child a {
	color: rgba(97,3,27,1);
}

.terms-box {
	display:none;
	width:700px;
	height:500px;
	padding: 16px;
}

.fancybox-inner {
	overflow-x: hidden !important;
}

.terms-box .strong {
	font-weight: bold;
}

.form-item.submit {
	border-bottom:none;
}

.form-item.submit .g-recaptcha {
	padding-bottom: 16px;
}

.form-item.submit button {
	background: rgba(3,111,21,1);
	border:none;
	border-radius:6px;
	width:100%;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding:16px;
}

.form-item .grid {
	display:table;
	table-layout:fixed;
}

.form-item .grid .col {
	display:table-cell;
}

.form-item .label {
	display: inline-block;
    width: 100%;
    font-size: 0.8em;
    padding: 0 0 8px 0;
}


.form-item label.error {
	display:none !important;
}

.form-item .input-box {
	width: 100%;
    display: inline-block;
}

.form-item .input-box.color {
	position: relative;
}

.form-item .input-box .colors {
	display: block;
    width: 100%;
}

.form-item .input-box .colors .color-item.selected {
	border:2px solid red;
}

.form-item .input-box .colors .color-item {
	display: inline-block;
    width: 35px;
    height: 28px;
    border-radius: 6px;
	cursor: pointer;
	border:2px solid #fff;
	margin-right:2px;
}

.form-item .input-box .photo-holder {
}

.form-item .input-box .image-background {
	width:100px;
	height:100px;
	border-radius:50%;
	background-position: center center;
	background-size: cover;
	margin:0 auto;
}

.form-item .input-box input[type=checkbox].error {
	border: 1px solid red;
}

.form-item .input-box select.error,
.form-item .input-box input[type=number].error,
.form-item .input-box input[type=file].error,
.form-item .input-box input[type=password].error,
.form-item .input-box input[type=tel].error,
.form-item .input-box input[type=email].error,
.form-item .input-box input[type=text].error {
	border-bottom: 1px solid red;
}

.form-item .input-box select:focus,
.form-item .input-box input[type=number]:focus,
.form-item .input-box input[type=file]:focus,
.form-item .input-box input[type=password]:focus,
.form-item .input-box input[type=tel]:focus,
.form-item .input-box input[type=email]:focus,
.form-item .input-box input[type=text]:focus {
	outline-style: none;
	box-shadow: none;
	border-color: transparent;
}

.form-item .input-box select,
.form-item .input-box input[type=number],
.form-item .input-box input[type=file],
.form-item .input-box input[type=password],
.form-item .input-box input[type=tel],
.form-item .input-box input[type=email],
.form-item .input-box input[type=text] {
	width: 100%;
    border: none;
    padding: 6px 16px 16px 0px;
    font-size: 1em;
	text-transform: uppercase;
}






.cols {
	width: 800px;
    display: table;
    table-layout: fixed;
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 1.1em;
}

.cols .col-left {
	display:table-cell;
	padding:16px;
	vertical-align: top;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
}

.cols .col-left img {
	max-height:150px;
	margin: 0 auto 20px auto;
}

.cols .col-left p {
	font-size:0.9em;
	margin:0 0 8px;
	width: 100%;
    display: inline-block;
}

.cols .col-left p a {
	color: #ffffff;
}

.cols .col-left p i {
	color: #12a835;
}

.cols .col-right {
	display:table-cell;
	padding:16px;
	vertical-align: top;
}

.cols .col-right form {
	margin: 0;
}

.cols .col-right form .input {
	width: 100%;
    display: inline-block;
    padding: 0 0 10px 0;
}

.cols .col-right form .input label {
	width: 100%;
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 0 0 6px 0;
}	

.cols .col-right form .input .input-box {
	width: 100%;
    display: inline-block;
}

.cols .col-right form .input .input-box label.error {
	display:none !important;
}

.cols .col-right form .input .input-box textarea {
	width: 100%;
    display: inline-block;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 12px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 1.1em;
}

.cols .col-right form .input .input-box textarea.error,
.cols .col-right form .input .input-box input.error {
	border:1px solid red !important;
}

.cols .col-right form .input .input-box input {
	width: 100%;
    display: inline-block;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 12px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 1.1em;
}

.cols .col-right form .submit {
	width: 100%;
    display: inline-block;
}

.cols .col-right form .submit button {
	width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #ffffff;
    background: #12a835;
    color: #ffffff;
    padding: 16px;
}










































@-webkit-keyframes showMessage {
  0% {
	opacity:0;
	top:-50px;
  }
  10% {
	opacity:1;
	top:0;
  }
  90% {
	opacity:1;
	top:0;
  }
  100% {
	opacity:0;
	top:-50px;
  }
}

.system-message.triggered {
    -webkit-animation: showMessage 7s 0s 1 linear;
	-moz-animation: showMessage 7s 0s 1 linear;
	-ms-animation: showMessage 7s 0s 1 linear;
	-o-animation: showMessage 7s 0s 1 linear;
	animation: showMessage 7s 0s 1 linear;
}

.system-message {
	z-index: 999;
	position:absolute;
	opacity:0;
	top:-50px;
	left:0 ;
	width:100%;
	text-align: center;
    -webkit-animation: showMessage 7s 0s 1 linear;
	-moz-animation: showMessage 7s 0s 1 linear;
	-ms-animation: showMessage 7s 0s 1 linear;
	-o-animation: showMessage 7s 0s 1 linear;
	animation: showMessage 7s 0s 1 linear;
}
.system-message .message-info {color: #ffffff;background-color: #252525;}
.system-message .message-success {color: #ffffff;background-color: #252525;}
.system-message .message-warning {color: #ffffff;background-color: #252525;}
.system-message .message-error {color: #ffffff;background-color: #252525;}
.system-message .system-message-inner {
	font-weight: bold;
    padding: 0px 16px;
    border: none;
    width: 300px;
    margin: 16px auto;
	border-radius: 8px;
}
.system-message .system-message-inner p {
	display: inline-block;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    font-weight: normal;
    letter-spacing: -1px;
}


















