.logo {
width: auto;
max-height: 120px;
position: relative;
display: block;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 2rem;
}

.star {
font-size: 22px;
color: #FF8000;	
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.btn {
padding: 10px 20px;
color: #fff;
background-color: #333;
text-decoration: none;
transition: all 0.3s;	
}

.btn:hover {
background-color: #FF8000;
transition: all 0.3s;
}

form {
opacity: 0;
transition: all .3s ease;
}

form.slideform-form {
opacity: 1;
}

html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: linear-gradient(to bottom, #fafafa 40%, #ccc);
}

body, h1, h2, h3, p, button, input, select, textarea {
font-family: 'Raleway', Arial, sans-serif;
}

input {
font-size: 16px;
}

label {
text-transform: uppercase;
display: block;
font-size: 12px;
margin-bottom: 15px;
letter-spacing: .5px;
font-weight: 600;
font-family: Raleway;
}

h1 {
letter-spacing: .5px;
}

h2, h3 {
margin-top: 0;
}

h2 {
font-size: 25px;
margin: 0 0 15px;
}

h3 {
font-size: 20px;
line-height: 1.4em;
font-weight: bold;
margin-bottom: 20px;
margin-top: 20px;
}

h4 {
font-size: 16px;
font-weight: bold;
margin: 20px 0 10px;
}

p {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 15px;
}

b {
color: #E97436;;	
}

.intro {
background-color: #fff;	
padding: 10px;
margin: 10px;
border-radius: 0px;
text-align: center;
border: 1px solid rgba(0,0,0,0.1);
}

.intro h2 {
font-size: 18px;	
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}

.intro p {
font-size: 15px;
font-weight: 500;
font-family: Arial, sans-serif;	
}

a {
-webkit-tap-highlight-color: transparent;
}

.gist .gist-file {
margin-top: 40px;
}

.gist .gist-meta {
display: none !important;
}
/*
* Breakpoint mixins to ease development conditiosn
*/
form.slideform-form {
width: 100%;
height: 520px;
padding-bottom: 10px;
overflow: hidden;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
form.slideform-form .slideform-track {
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
form.slideform-form .slideform-wrapper {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
form.slideform-form .slideform-slide {
height: 100vh;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-overflow-scrolling: touch;
opacity: 0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
overflow: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
form.slideform-form .slideform-slide.active {
opacity: 1; }
@media screen and (max-width: 767px) {
form.slideform-form .slideform-slide {
} }
form.slideform-form .slideform-group {
max-width: 600px;
padding: 15px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
form.slideform-form .slideform-group h2 span {
color: #E97436; }
@media screen and (max-width: 767px) {
form.slideform-form .slideform-group {
margin: auto; } }
form.slideform-form .slideform-btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 40px;
padding: 0 20px;
font-size: 16px;
margin-right: 10px;
margin-top: 30px;
border-radius: 0px;
cursor: pointer;
background: #4F4F4F;
border: 1px solid #4F4F4F;
color: #fff;
-webkit-transition: all .15s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
outline: none; }
form.slideform-form .slideform-btn:active {
border-color: #E97436;
background: #E97436; }
form.slideform-form .slideform-btn:hover {
border-color: #E97436;
background: #E97436;	
}
form.slideform-form .slideform-btn:disabled {
background: #999;
border: 1px solid #f6f6f6;
color: #fff; }
form.slideform-form input[type='text'], form.slideform-form input[type='email'], form.slideform-form input[type='tel'], form.slideform-form input[type='number'], form.slideform-form textarea {
width: 300px;
display: block;
padding: 15px;
font-size: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,0.1);
outline: none;
border-radius: none;
background: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
font-family: Arial, sans-serif;
transition: all 0.3s;,
}
form.slideform-form input[type='text']:focus, form.slideform-form input[type='email']:focus, form.slideform-form input[type='tel']:focus, form.slideform-form input[type='number']:focus, form.slideform-form textarea:focus {
border-bottom: 2px solid #E97436;
transition: all 0.3s; 
}
form.slideform-form input[type='text'], form.slideform-form input[type='email'], form.slideform-form input[type='tel'], form.slideform-form input[type=number] {
height: 50px; }
form.slideform-form input[type='text'].small, form.slideform-form input[type='email'].small, form.slideform-form input[type='tel'].small, form.slideform-form input[type=number].small {
height: 40px;
padding: 10px 15px;
font-size: 16px; }

form.slideform-form select {
width: 300px;
display: block;
padding: 15px;
font-size: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,0.1);
outline: none;
cursor: pointer;
border-radius: none;
background: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
font-family: Arial, sans-serif;
transition: all 0.3s;	
}

form.slideform-form select:focus {
border-bottom: 2px solid #E97436;
transition: all 0.3s;,		
}


form.slideform-form .options-list label {
display: block;
margin: 0;
padding: 10px 0; }
form.slideform-form .options-list input[type=checkbox], form.slideform-form .options-list input[type=radio] {
position: absolute;
z-index: -1;
visibility: hidden;
width: auto;
height: auto; }
form.slideform-form .options-list input[type=checkbox]:checked + span:after, form.slideform-form .options-list input[type=radio]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
form.slideform-form .options-list input[type=checkbox] + span, form.slideform-form .options-list input[type=radio] + span {
display: inline-block;
position: relative;
cursor: pointer;
font-weight: 600; }
form.slideform-form .options-list input[type=checkbox] + span:before, form.slideform-form .options-list input[type=radio] + span:before {
content: '';
margin-right: 10px;
display: inline-block;
width: 30px;
height: 30px;
vertical-align: middle;
background: #ffffff;
border: 1px solid rgba(0,0,0,0.1); }
form.slideform-form .options-list input[type=checkbox] + span:after, form.slideform-form .options-list input[type=radio] + span:after {
font-family: 'slideform' !important;
display: inline-block;
content: '\f00c';
font-size: 22px;
color: #4F4F4F;
width: 30px;
height: 30px;
position: absolute;
left: 0;
text-align: center;
line-height: 30px;
opacity: 0;
-webkit-transform: scale(3);
transform: scale(3);
-webkit-transition: all .3s ease;
transition: all .3s ease; }
form.slideform-form .options-list input[type=radio] + span:before {
border-radius: 50%; }
form.slideform-form .options-list input[type=radio] + span:after {
content: '';
width: 16px;
height: 16px;
background: #E97436;
border-radius: 50%;
top: 8px;
left: 8px; }
form.slideform-form .options-buttons label {
margin: 0 5px 15px 0;
display: inline-block;
text-transform: none; }
form.slideform-form .options-buttons input[type=radio], form.slideform-form .options-buttons input[type=checkbox] {
position: absolute;
left: -9999px; }
form.slideform-form .options-buttons input[type=radio]:checked + span, form.slideform-form .options-buttons input[type=checkbox]:checked + span {
background: #4F4F4F;
border: 1px solid #4F4F4F;
color: #fff; }
form.slideform-form .options-buttons input[type=checkbox] + span, form.slideform-form .options-buttons input[type=radio] + span {
font-size: 16px;
line-height: 20px;
display: inline-block;
background: #f6f6f6;
border: 1px solid #E0E0CE;
padding: 5px 20px;
width: auto;
text-align: center;
cursor: pointer;
-webkit-transition: all .3s ease;
transition: all .3s ease;
border-radius: 4px;
font-weight: 600; }
form.slideform-form label.error {
color: #E97436;
display: block;
font-size: 14px;
margin-top: 10px;
text-transform: none; }
form.slideform-form .slideform-condition {
display: none; }
form.slideform-form .slideform-footer {
background: transparent;
padding: 0 30px;
border-top: 0px solid #f6f6f6;
z-index: 1000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 80px; }

@media screen and (min-width: 992px) {
form.slideform-form .slideform-footer {
padding: 0 300px;
}	
}

form.slideform-form .slideform-footer .slideform-btn {
width: 50px;
height: 50px;
border: 2px solid rgba(255,255,255,0.8);
box-shadow: 0 2px 3px rgba(0,0,0,0.5);
display: inline-block;
line-height: 30px;
font-size: 15px;
padding: 0;
margin: 0 5px; 
}
form.slideform-form .slideform-progress-bar {
height: 10px;
border-radius: 0px;
max-width: 200px;
border: 1px solid rgba(255,255,255,0.8);
box-shadow: 0 2px 3px rgba(0,0,0,0.5);
background: #f6f6f6;
display: inline-block;
overflow: hidden;
line-height: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 20px; }
form.slideform-form .slideform-progress-bar span {
display: inline-block;
width: 0%;
height: 100%;
background: #E97436;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }

@font-face {
font-family: 'slideform';
src: url("../fonts/slideform.eot?p7vt47");
src: url("../fonts/slideform.eot?p7vt47#iefix") format("embedded-opentype"), url("../fonts/slideform.ttf?p7vt47") format("truetype"), url("../fonts/slideform.woff?p7vt47") format("woff"), url("../fonts/slideform.svg?p7vt47#slideform") format("svg");
font-weight: normal;
font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'slideform' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

.icon-check:before {
content: "\f00c"; }

.icon-close:before {
content: "\f00d"; }

.icon-remove:before {
content: "\f00d"; }

.icon-times:before {
content: "\f00d"; }

.icon-chevron-left:before {
content: "\f053"; }

.icon-chevron-right:before {
content: "\f054"; }

.icon-chevron-up:before {
content: "\f077"; }

.icon-chevron-down:before {
content: "\f078"; }

.icon-paper-plane:before {
content: "\f1d8"; }

.icon-send:before {
content: "\f1d8"; }


.fileUploadInput {
display: grid;
grid-gap: 10px;
background-color: #fff;
position: relative;
z-index: 1; }

.fileUploadInput label {
display: flex;
align-items: center;
color: setColor(primary, 0.5);
background: setColor(white);
transition: .4s ease;
font-family: arial, sans-serif;
font-size: .75em;
font-weight: regular; }

.fileUploadInput input {
position: relative;
z-index: 1;
padding: 0 gap(m);
width: 100%;
height: 50px;
cursor: pointer;
border: 1px solid #999;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 1rem;
font-weight: regular;
transition: all 0.3s; }
.fileUploadInput input[type="file"] {
padding: 0 gap(m); }
.fileUploadInput input[type="file"]::-webkit-file-upload-button {
visibility: hidden;
margin-left: 10px;
padding: 0;
height: 50px;
width: 0; }

.fileUploadInput button {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
line-height: 0;
color: white;
background-color: #4F4F4F;
border-radius: 0 3px 3px 0;
font-family: arial, sans-serif;
font-size: 1.7rem;
transition: all 0.3s;
font-weight: 500; }
.fileUploadInput button svg {
width: auto;
height: 50%; }

.fileUploadInput:hover button {
background-color: #E97436;
transition: all 0.3s;
}

.fileUploadInput:hover input {
border-color: #E97436;
transition: all 0.3s;
}

* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
border: 0px;
outline: 0;
background-repeat: no-repeat;
appearance: none;
border-radius: 0;
vertical-align: middle;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
text-decoration: none;
list-style: none;
user-select: text;
line-height: 1.333em; }

/**********************************************************************************/
#slidecontainer {
    width: 100%;
	margin-top: 30px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 30px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E97436;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.imagem-custom {
   width: 250px;
   display: block;
   position: relative;
   margin: 0 auto;
   margin-top: 50px;
   text-align: left;
}

.imagem-custom img {
   width: 120px;	
}

.developer {
  margin-bottom: 30px;  
  font-size: 11px;
  margin-left: 30px; 
  text-transform: uppercase; 
  font-weight: 600;  
}

.developer a {
  margin-left: 5px;
  font-weight: 700;
  color: #EE8C35;
  transition: all 0.3s;
}

.developer a:hover {
  letter-spacing: 2px;	
  transition: all 0.3s;
}

.no-display {
  display: none;	
}

.intro ul li {
  display: inline-block;
  margin: 3px;
  padding: 7px 15px;
  font-size: 12px;
  background-color: #E97436;
  color: #fff;  
}